.class-tabs {
    min-height: 400px;
}

.class-tabs > div {
    display: none
}

.class-tabs > div.active {
    display: block;
}

.class-title{
    display: flex;
    justify-content: center;
}
.class-title li{
    padding: 8px 0;
    cursor: pointer;
}
.class-title li:first-child{
    margin-right: 60px;
}
.class-title li.active{
    border-bottom: 2px solid #e71a27;
}
.class-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.class-list li{
    width: 180px;
    margin: 20px 10px;
}
.class-list li img{
    display: block;
    width: 100%;
    height: 220px;
    border-radius: 8px;
}
.class-list li>div{
    margin-top: 5px;
}
.class-list li:hover .desc {
    color: #FF0000;
}
.class-list li .desc{
    font-size: 14px;
    width: 100%;
}
.class-list li .title{
    font-size: 12px;
    color: #aaa;
    width: 100%;
}
.class-list li .other{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    align-items: center;
}
.class-list li .other .box{
    position: relative;
    padding-left: 42px;
    border: 1px solid #e71a27;
    border-radius: 3px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding-right: 5px;
}
.class-list li .other .speak-count{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e71a27;
    height: 100%;
    color: #fff;
    padding-left:3px;
    padding-right: 5px;
    transform: skewX(-15deg);
    width: 37px;
}
.class-list li .other .box .angle{
    width: 5px;
    height: 24px;
    background-color: #e71a27;
    transform: skewX(15deg);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    text-align: center;
}
.class-list li .other .box  .money{
    font-weight: bold;
    color: #e71a27;
}
.class-list li .other .box .count{
    color: #aaa;
}
.purchased-class{
    
}
.purchased-class li{
    width: 50%;
    float: left;
    display: flex;
    margin-top: 40px;
    padding-right: 40px;
}
/*.purchased-class li:nth-child(odd){
    margin-right: 60px;
}*/
.purchased-class li a {
    display: flex;
    width: 100%;
    height: 100%;
}
.purchased-class li img{
    width: 185px;
    height: 120px;
    margin-right: 15px;
    border-radius: 8px;
}
.purchased-class li .right-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}
.purchased-class li .right-content .schedule-box{
    /*width: 270px;*/
    width: 100%;
    height: 8px;
    background-color: #f2f2f2;
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
}
.purchased-class li .right-content .schedule-box .schedule-active{
    height: 100%;
    background-color: #e71a27;
    border-radius: 5px;
}
.purchased-class li .right-content .schedule-box .schedule-doc{
    position: relative;
    top: -12px;
    background-color: rgba(222,0,30,0.5);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
}
.purchased-class li .right-content .schedule-box .schedule-doc::after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e71a27;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.purchased-class li .right-content .schedule-box .learned{
    position: absolute;
    color: #aaa;
    right: 0;
    top: -21px;
    font-size: 14px;
}
.not-bug-class{
    text-align: center;
    color: #dadada;
    margin-top: 60px;
    padding-bottom: 200px;
}
.not-bug-class img{
    width: 200px;
}
.class-info{
    padding: 15px 20px;
    width: 100%;
    display: flex;
    margin-top: -20px;
    box-shadow: 0 0 8px #aaa;
    background-color: #f6f6f6;
    margin-bottom: 20px;
}
.class-info .left{
    width: 528px;
    /*height: 214px;*/
    height: 297px;
    border: 0 none;

    margin-right: 5%;
}
.class-info .right{
    width: 40%;
}
.class-info .right .title{
    font-size: 22px;
    font-weight: bold;
    color: #333;
}
.class-info .right .name{
    font-size: 16px;
    color: #aaa;
    height: 46px;

    margin-bottom: 100px
}
.class-info .right .price{
    color: #e71a27;
    font-size: 36px;
    margin-bottom: 15px;
}
.class-info .right .price span{
    font-size: 22px;
    margin-right: 5px;
}
.class-info .right .go-bug button{
    background-color: #e71a27;
    width: 100px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: none;
}
.class-info .right .buyed button{
    background-color: #fdb4b6 !important;
    margin-top: 56px;
}
.class-bottom{
    display: flex;
}
.class-bottom .left{
    width: 650px;
    margin-right: 70px;
}
.class-bottom .right{
    width: 280px;
}
.class-bottom .select-title{
    margin-top: 4px;
    display: flex;
    border-bottom: #e9ecf2 1px solid;
    cursor: pointer;
}
.class-bottom .select-title li{
    padding: 8px 0;
    margin-right: 40px;
    border-bottom: 2px solid transparent;
    margin-top: 1px;
}
.class-bottom .select-title li.active{
    border-bottom-color: #e71a27;
}
.class-bottom .left .class-list-box{
    padding: 8px 0;
}
.class-bottom .left .class-list-box .class-list-item{
    display: flex;
    align-items: center;
    padding: 12px 0;
    cursor: pointer;
    color: #333;
}
.class-bottom .left .class-list-box .readed{
    color: #aaa;
}
.class-bottom .left .class-list-box .class-list-item .class-list-item-content{
    flex: 1;
    display: flex;
}
.class-bottom .left .class-list-box .class-list-item .class-list-item-content .try-listen{
    font-size: 12px;
    background-color: #e71a27;
    color: #fff;
    line-height: 22px;
    height: 22px;
    margin-left: 8px;
    padding: 0 4px;
    border-radius: 3px;
}
.class-bottom .left .class-list-box .class-list-item .class-list-item-content .list-title{
    max-width: 370px;
}
.class-bottom .left .class-list-box .class-list-item .class-list-item-content .audio-play-logo{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('../images_new/audio-1.png') no-repeat center center;
    background-size: cover;
    margin-right: 8px;
}
.class-bottom .left .class-list-box .class-list-item .class-list-item-content .video-play-logo{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('../images_new/video-1.png') no-repeat center center;
    background-size: cover;
    margin-right: 8px;
}
.class-bottom .left .class-list-box .class-list-item .number{
    width: 60px;
    padding-left: 15px;
}
.class-bottom .left .class-list-box .class-list-item .operating{
    width: 120px;
    text-align: right;
}

.class-bottom .left .class-list-box .class-list-item .play-count {
    display: inline-block;
}

.class-bottom .left .class-list-box .class-list-item .learning{
    display: none;
    width: 100%;
    background: url('../images_new/play-icon.gif') no-repeat 34px 0;
    background-size: 22px 22px;
}
.class-bottom .left .class-list-box .class-list-item .learning img{
    width: 22px;
    margin-right: 3px;
}

.class-bottom .left .class-list-box .active {
    color: #e71a27 !important;
}
.class-bottom .left .class-list-box .active .class-list-item-content .audio-play-logo{
    background-image: url('../images_new/audio-2.png');
}
.class-bottom .left .class-list-box .active .class-list-item-content .video-play-logo{
    background-image: url('../images_new/video-2.png');
}

.class-bottom .left .class-list-box .active.class-list-item .learning {
    display: inline-block;
}

.class-bottom .left .class-list-box .active.class-list-item .play-count {
    display: none;
}

.prop-bug-container{
    position: absolute;
    left: 39%;
    top: 46%;
    background-color: #fdb4b6;
    padding: 20px 30px;
    color: #fff;
    border-radius: 8px;
    z-index: 9999
}
.class-introduction{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
    margin: 20px 0;
    text-align: justify;
    word-break: break-all;
    color: #222 !important;
}
.class-introduction img{
    display: block;
    max-width: 100%;
    margin: auto;
}
.display-n{
    display: none !important;
}

.class-pay {
    min-height: 500px;
}

.class-pay .class-pay-title{
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #e9ecf2;
}
.class-pay .class-message .title,.class-pay .pay-type .title{
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 10px;
}
.class-pay .class-message .class-pay-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background-color: #f2f2f2;
}
.class-pay .class-message .class-pay-content .left{
    display:flex;
    align-items: center;
    font-size: 20px;
    color: #333;
}
.class-pay .class-message .class-pay-content .left img{
    width: 180px;
    height: 100px;
    margin-right: 15px;
    border-radius: 5px;
}
.class-pay .class-message .class-pay-content .right{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.class-pay .pay-type .pay-type-content{
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    padding: 25px 20px;
}
.class-pay .pay-type .pay-type-content .select-icon{
    width: 20px;
}
.class-pay .pay-type .pay-type-content .pay-icon{
    width: 32px;
    margin: 0 5px 0 25px;
}
.class-pay .pay-button{
    text-align: right;
    margin: 70px 0 40px;
}
.class-pay .pay-button .rmb-icon{
    color: #e71a27;
    margin-left: 5px;
    font-weight: bold;
}
.class-pay .pay-button .pay-count{
    font-size: 30px;
    font-weight: bold;
    color: #e71a27;
    margin-left: 3px;
}
.class-pay .pay-button .class-pay-button{
    border: none;
    background-color: #e71a27;
    color: #fff;
    border-radius: 3px;
    padding: 10px 30px;
    margin-top: 20px;
}
.class-pay .pay-button .class-pay-button[disabled="disabled"] {
    background-color: #e4aeb2;
}
.pay-pop-up .pay-pop-up-container .wechat-pay-pop{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
}
.pay-pop-up .pay-pop-up-container .wechat-pay-pop .erweima{
    width: 250px;
    height: 250px;
}
.pay-pop-up .pay-pop-up-container .wechat-pay-pop-button{
    text-align: center;
    margin-bottom: 100px;
}
.pay-pop-up .pay-pop-up-container .wechat-pay-pop-button button{
    border: none;
    background-color: #e71a27;
    color: #fff;
    border-radius: 3px;
    padding: 20px 50px;
    margin-top: 20px;
}


#payCodeDialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5010;
}

#payCodeDialog .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

#payCodeDialog .dialog-body {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}

#payCodeDialog .dialog-body > .code-img {
    display: block;
    width: 300px;
    height: 300px;
}

#payCodeDialog .dialog-body > .tips {
    color: #999999;
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
}


/* ÃƒÆ’Ã‚Â©Ãƒâ€¦Ã‚Â¸Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ */

.jAudio--player {
    display: table;
    overflow: hidden;
  }
  .jAudio--player:after {
    content: " ";
    display: block;
    width: 100%;
    clear: both;
  }
  .jAudio--player .jAudio--ui {
    position: relative;
    width: 100%;
    background:url('../images_new/radio-banner.png') no-repeat center center;
    background-size: cover;
  }
  .jAudio--player .jAudio--status-bar {
    width: 100%;
    z-index: 1;
    position: relative;
    /*padding: 134px 70px 10px 70px;*/
    padding: 200px 70px 20px 70px;
    display: table;
  }
  .jAudio--player .jAudio--status-bar:after {
    content: " ";
    display: block;
    width: 100%;
    clear: both;
  }
  .jAudio--player .jAudio--controls {
    width: 100%;
    display: table;
    background: #fafafa;
  }
  .jAudio--player .jAudio--controls:after {
    content: " ";
    display: block;
    width: 100%;
    clear: both;
  }
  .jAudio--player .jAudio--controls ul {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f6f6f6;
  }
  .jAudio--player .jAudio--controls ul li{
    width: 22px;
    height: 22px;
  }
  .jAudio--player .jAudio--controls ul li.btn-prev{
    background: url('../images_new/prev-icon.png') no-repeat center center;
    background-size: cover;
  }
  .jAudio--player .jAudio--controls ul li.btn-next{
    background: url('../images_new/next-icon.png') no-repeat center center;
    background-size: cover;
  }
  .jAudio--player .jAudio--controls ul li.btn-play{
    width: 45px;
    height: 45px;
    margin: 0 50px;
    background: url('../images_new/play-icon.png') no-repeat center center;
    background-size: cover;
  }
  .jAudio--player .jAudio--controls ul li.active{
    background-image: url('../images_new/stop-icon.png');
  }
  .jAudio--player .jAudio--thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
  }
  .jAudio--player .jAudio--time {
    display: table;
    width: 476px;
    position: absolute;
    left: 27px;
    bottom: 5px;
    z-index: 1;
  }
  .jAudio--player .jAudio--time:after {
    content: " ";
    display: block;
    width: 100%;
    clear: both;
  }
  .jAudio--player .jAudio--time * {
    width: 50%;
    display: block;
    float: left;
    color: #999;
  }
  .jAudio--player .jAudio--time .jAudio--time-elapsed {
    text-align: left;
  }
  .jAudio--player .jAudio--time .jAudio--time-total {
    text-align: right;
  }
  .jAudio--player .jAudio--details * {
    color: #fff;
    text-shadow: 0 1px 1px #000;
    font-size: 1.2rem;
  }
  .jAudio--player .jAudio--details *:first-of-type {
    font-weight: bold;
  }
  .jAudio--player .jAudio--details p {
    width: 100%;
  }
  .jAudio--player .jAudio--details p span {
    display: block;
  }
  .jAudio--player .jAudio--progress-bar .jAudio--progress-bar-wrapper {
    width: 100%;
    position: relative;
    background: #dfdfdf;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    z-index: 99;
  }
  .jAudio--player .jAudio--progress-bar .jAudio--progress-bar-played {
    height: 10px;
    background: #FF6666;
    position: relative;
    border-radius: 10px;
  }
  .jAudio--player .jAudio--progress-bar .jAudio--progress-bar-pointer {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    background: #fff;
  }
  .jAudio--player .jAudio--playlist {
    background: #fff;
  }
  .jAudio--player .jAudio--playlist .jAudio--playlist-item {
    display: block;
    width: 100%;
    padding: 1.33333rem 2rem;
    display: table;
  }
  .jAudio--player .jAudio--playlist .jAudio--playlist-item:after {
    content: " ";
    display: block;
    width: 100%;
    clear: both;
  }
  .jAudio--player .jAudio--playlist .jAudio--playlist-item.active {
    background: #f55c5c;
    border-bottom-color: #f55c5c;
  }
  .jAudio--player .jAudio--playlist .jAudio--playlist-item.active * {
    color: #fff;
  }
  .jAudio--player .jAudio--playlist .jAudio--playlist-item:not(.active):hover {
    background: #fafafa;
  }
  .jAudio--player .jAudio--playlist .jAudio--playlist-item:last-of-type {
    border: 0;
    margin-bottom: 0;
  }
  .jAudio--player .jAudio--playlist .jAudio--playlist-thumb {
    float: left;
    margin-right: 0.66667rem;
    display: table;
  }
  .jAudio--player .jAudio--playlist .jAudio--playlist-thumb:after {
    content: " ";
    display: block;
    width: 100%;
    clear: both;
  }
  .jAudio--player .jAudio--playlist .jAudio--playlist-thumb img {
    height: 2.4rem;
    width: 2.4rem;
    border-radius: 50%;
    float: left;
    margin-right: 0.5rem;
  }
  .jAudio--player .jAudio--playlist .jAudio--playlist-meta-text h4 {
    font-size: 1rem;
    color: #000;
  }
  .jAudio--player .jAudio--playlist .jAudio--playlist-meta-text p {
    font-size: 0.8rem;
  }
  .jAudio--player .jAudio--controls li button span:before, .jAudio--player .jAudio--controls li button span:after {
    -webkit-transition: border-color 0.3s ease 0s;
            transition: border-color 0.3s ease 0s;
  }
  .jAudio--player .jAudio--thumb {
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
  }
  .jAudio--player .jAudio--progress-bar .jAudio--progress-bar-played {
    -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
  }
  .jAudio--player .jAudio--playlist .jAudio--playlist-item {
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
  }
  .jAudio--player .jAudio--playlist .jAudio--playlist-item * {
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
  }