@font-face {
    font-family: es-icon;
    src: url(../fonts/es-icon.eot);
    src: url(../fonts/es-icon.eot#iefix) format("embedded-opentype"), url(../fonts/es-icon.woff) format("woff"), url(../fonts/es-icon.ttf) format("truetype"), url(../fonts/es-icon.svg#es-icon) format("svg");
}

.es-icon {
    font-family: es-icon!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
}

.es-icon-menu:before {
    content: "\e682";
}

.es-icon-keyboardarrowdown:before {
    content: "\e601";
}

.es-icon-tuichux:before {
    content: "\e610";
}

.es-icon-chevronleft:before {
    content: "\e605";
}

.es-icon-time {
    font-style: normal;
}

.es-icon-denglu:before {
    content: "\e613";
}

.es-icon-keyboardarrowup:before {
    content: "\e602";
}

.es-icon-yonghu:before {
    content: "\e690";
}

.es-icon-chevronright:before {
    content: "\e63b";
}

.es-icon-dd:before {
    content: "\e603";
}

.es-icon-zhuce:before {
    content: "\e600";
}

.icon-coursefiledownload {
    display: inline-block;
    background: url(../img/course-download.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
}

.es-icon-weixinpay {
    display: inline-block;
    background: url(../img/pay-wx.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 34px;
    height: 30px;
}

.es-icon-kefu {
    display: inline-block;
    background: url(../img/kefu.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
}

.es-icon-kefu:hover {
    display: inline-block;
    background: url(../img/kefu_active.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
}

.es-icon-backtop {
    display: inline-block;
    background: url(../img/top.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
}

.es-icon-backtop:hover {
    display: inline-block;
    background: url(../img/top_cur.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
}

.es-icon-qrcode {
    display: inline-block;
    background: #fff url(../img/qrcode_icon3.png) 4px 4px no-repeat;
    /* background-size: 100% 100%; */
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #efefef;
}

.qr_img_app_download {
    width: 0;
    height: 0;
    position: absolute;
    right: 45px;
    top: 46px;
    z-index: 3;
    background: #fff;
    border: 1px solid #efefef;
}

.es-icon-qrcode:hover {
    display: inline-block;
    background: #EBB746 url(../img/qrcode_icon_cur3.png) 4px 4px no-repeat;
    border: 1px solid #EBB746;
    width: 40px;
    height: 40px;
}

.es-icon-play {
    display: inline-block;
    background: url(../img/play.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
}

.es-icon-play:hover {
    display: inline-block;
    background: url(../img/play_red.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
}

.es-icon-playing {
    display: inline-block;
    background: url(../img/playing.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
}

.es-icon-play-red {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    margin: 14px 19px;
    background: url(../img/play.png) 0 0 no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

@media (max-width: 768px) {
    .banner-swiper {
        margin-top: 60px;
    }
    .es-icon-play-red {
        display: block;
        float: right;
        width: 10px;
        height: 10px;
        margin: 0px 19px;
        background: url(../img/play.png) 0 0 no-repeat;
        background-size: 100% 100%;
        cursor: pointer;
    }
    /* 移动端搜索样式 */
    #mobile-search-wrap {
        width: 150px;
        height: 24px;
        background: #F0F0F0;
        border-radius: 13px;
        margin-top: 17px;
    }
    .search-wrap>img {
        width: 10px!important;
        height: 10px!important;
        margin: 7px 5px!important;
        position: relative;
    }
    .search-input {
        width: 120px!important;
        background: #F0F0F0;
        height: 14px;
        font-size: 10px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 14px;
        border: 0;
        margin-top: 6px;
    }
    .no-course {
        position: absolute;
        bottom: -45px;
        left: 0;
        width: 150px;
        height: 40px;
        background: #FFFFFF;
        border: 1px solid #C9C9C9;
        text-align: center;
        line-height: 30px;
        display: none;
    }
    /* 移动端头部导航 */
    #mobile-login {
        margin-right: 60px;
    }
    .navbar-brand {
        position: absolute;
        left: 0;
    }
    .navbar-brand>img {
        width: 64px!important;
        height: 18px!important;
        margin-top: 8px!important;
    }
}

.es-icon-play-red:hover {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    margin: 14px 19px;
    background: url(../img/play_red.png) 0 0 no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.es-icon-mark-left {
    display: inline-block;
    background: url(../img/mark-left.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 26px;
}

.es-icon-mark-right {
    display: inline-block;
    background: url(../img/mark-right.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 26px;
}

.es-icon-nickname {
    display: inline-block;
    background: url(../img/nickname.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 19px;
    height: 20px;
}

.es-icon-usertel {
    display: inline-block;
    background: url(../img/tel.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 20px;
}

.es-icon-useredit {
    display: inline-block;
    background: url(../img/edit.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 18px;
}

.es-icon-star {
    display: inline-block;
    background: url(../img/star.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
}

.es-icon-book {
    display: inline-block;
    background: url(../img/book.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 120px;
    height: 120px;
}

.active.es-icon-star {
    display: inline-block;
    background: url(../img/star_active.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
}

.es-icon-tips {
    display: inline-block;
    background: url(../img/tips.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
}

.center {
    text-align: center;
}

.img-full {
    display: block;
    width: 100px;
    height: 100px;
}

.tags a {
    font-size: 12px;
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px #fafafa inset
}

textarea {
    resize: none
}


/*底部*/

.es-footer {
    position: relative;
    /* margin-top: 10px; */
    background: #F3F3F3;
}

.es-footer .copyright {
    background: #F3F3F3;
    text-align: center;
    padding: 40px 0;
    line-height: 17px;
    color: #A3A3A3;
    font-size: 12px;
}

@media (max-width: 767px) {
    .es-footer {
        margin-top: 0;
    }
    .es-footer .copyright {
        padding: 10px 0;
        line-height: 20px;
    }
}

.es-footer .copyright a {
    color: #A3A3A3;
    transition: all .3s ease;
}

.es-footer .copyright a:hover {
    transition: all .3s ease;
    color: #A3A3A3;
}

.es-footer .copyright a img {
    margin-right: 2px;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
}

.es-menu {
    width: 40px;
    height: 140px;
    position: fixed;
    left: 590px;
    right: 0;
    bottom: 100px;
    margin-left: 50%;
    padding-right: 20px;
    text-align: center;
    z-index: 1000;
}

@media (max-width: 767px) {
    .es-menu {
        width: 40px;
        position: fixed;
        left: 100%;
        right: 0;
        bottom: 58px;
        margin-left: -40px;
        padding-right: 20px;
        text-align: center;
        z-index: 1000;
    }
}

.es-menu>div {
    cursor: pointer;
}

.es-menu>div:first-child {
    margin-bottom: 1px;
}

.form-control:focus {
    border-color: #D9D9D9;
}


/*底部end*/


/*头部*/

.navbar {
    margin-bottom: 0;
    z-index: 99;
    border-radius: 0;
}

.navbar-collapse {
    border-top: none;
}

@media (min-width: 1200px) {
    .es-header-wrap {
        background: #fff;
    }
    .es-header-wrap .es-header {
        width: 100%;
        margin: 0 auto;
    }
}

.es-header {
    width: 100%;
    background: #fff;
}


/* pc端头部 */

.nav-content {
    background: #fff;
    height: 60px;
    border: none;
    padding: 0 20px;
}

.es-header .container {
    position: relative;
}

.es-header .collapse {
    display: block;
}

@media (max-width: 767px) {
    .es-header .navbar-header {
        text-align: center;
        float: none;
    }
    .es-header .navbar-header .navbar-brand {
        display: inline-block;
        float: none;
    }
}

.es-header .navbar-header .navbar-brand {
    height: 60px;
    line-height: 48px;
    padding: 13px 10px;
    color: #fff;
}

@media (max-width: 767px) {
    .es-header .navbar-header .navbar-brand {
        padding: 10px;
        line-height: 40px;
    }
}

.es-header .navbar-header .navbar-brand>img {
    height: 36px;
    width: auto;
}

@media (max-width: 767px) {
    .es-header .navbar-header .navbar-brand>img {
        height: 36px;
    }
}

@media (min-width: 1200px) {
    .es-header .nav.navbar-nav {
        margin-left: 55px;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .es-header .nav.navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }
}

.es-header .nav.navbar-nav>li>a {
    padding: 10px 20px;
    line-height: 40px;
    background: none;
    transition: all .3s ease;
}

@media (max-width: 1200px) {
    .es-header .nav.navbar-nav>li>a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .es-header .nav.navbar-nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.es-header .nav.navbar-nav>li.active>a,
.es-header .nav.navbar-nav>li.open.active>a,
.es-header .nav.navbar-nav>li.open>a,
.es-header .nav.navbar-nav>li.open>a:focus,
.es-header .nav.navbar-nav>li.open>a:hover,
.es-header .nav.navbar-nav>li>a:focus,
.es-header .nav.navbar-nav>li>a:hover {
    background: none;
    color: #F40000;
    transition: all .3s ease;
}

.es-header .nav-mobile .nav.navbar-nav>li>a,
.es-header .nav-mobile .nav.navbar-nav>li>a:hover,
.es-header .nav-mobile .nav.navbar-nav>li>a:focus {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.es-header .nav.navbar-nav.hidden-xs>li>a {
    font-size: 16px;
}

.navbar-mobile {
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-mobile .navbar-more {
    position: relative;
    padding: 20px 10px;
    line-height: 20px;
    display: block;
    color: #F5A623;
    z-index: 1001;
}


/* 移动端头部导航 */

.mweb-login {
    color: #F5A623;
    font-size: 14px;
}

.navbar-mobile .nav-mobile {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #3f3f3f;
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    transition: all .3s ease;
    /*display: none; */
}

.navbar-mobile .nav {
    float: none;
    text-align: left;
    padding: 0 20px;
}

.navbar-mobile .dropdown-menu>li>a {
    color: #fff;
}

.nav>li.nav-more li .dropdown-menu {
    left: 100%;
    top: 0;
}

.nav>li.nav-more.open li:hover .dropdown-menu {
    display: block;
}

.nav>li.nav-more .open.active>a,
.nav>li.nav-more .open>a,
.nav>li.nav-more .open>a:focus,
.nav>li.nav-more .open>a:hover {
    background: #46c37b!important;
    color: #fff!important;
}

.navbar-user {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 20px;
}

@media (max-width: 767px) {
    .navbar-user {
        right: 40px;
    }
}

@media (min-width: 768px) {
    .navbar-user.left {
        right: 50px;
    }
}

.nav.user-nav {
    float: right;
}

.nav.user-nav>li {
    float: left;
    height: 60px;
}

.nav.user-nav>li>a {
    display: block;
    padding: 13px 15px;
    font-size: 16px;
    color: #fff;
    transition: all .3s ease;
}

.nav.user-nav>li.hidden-xs>a {
    color: #222;
}

@media (max-width: 1199px) {
    .nav.user-nav>li>a {
        padding: 20px 10px;
    }
}

.nav.user-nav>li>a.dropdown-toggle {
    padding: 12px 10px;
}

@media (max-width: 991px) {
    .nav.user-nav>li>a.dropdown-toggle {
        padding: 17px 5px;
    }
}

.nav.user-nav>li.hidden-xs>a:focus,
.nav.user-nav>li.hidden-xs>a:hover {
    color: #222;
}

.nav.user-nav>li>a:focus,
.nav.user-nav>li>a:hover {
    color: #fff;
}

.nav.user-nav>li>a.hasmessage {
    position: relative;
    display: block;
}

.nav.user-nav>li>a.hasmessage>.dot {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    top: 22px;
    right: 12px;
    font-size: 20px;
    border-radius: 50%;
    background-color: #e83d2c;
}

.nav.user-nav .user-avatar-li .nick-name {
    font-size: 16px;
    color: #222;
    margin-left: 10px;
    line-height: 27px;
}

.nav.user-nav .user-avatar-li .dropdown-menu-close .es-icon {
    font-size: 16px;
    color: #222;
}

@media (min-width: 1200px) {
    .nav.user-nav .user-avatar-li .dropdown-menu {
        margin-right: 15px;
    }
    .nav.user-nav .user-avatar-li .nick-name {
        font-size: 16px;
        color: #222;
        margin-left: 10px;
        line-height: 27px;
        max-width: 100px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dropdown-toggle .xddt {
        position: relative;
        top: -8px;
    }
    /* pc 搜索样式 */
    .search-wrap>img {
        width: 16px;
        height: 16px;
        margin: 13px;
    }
    .search-input {
        width: 240px;
        background: #F0F0F0;
        border: 0;
    }
    .no-course {
        position: absolute;
        bottom: -125px;
        left: 0;
        width: 310px;
        height: 120px;
        background: #FFFFFF;
        border: 1px solid #C9C9C9;
        text-align: center;
        line-height: 30px;
        display: none;
    }
}

input:focus {
    outline: none;
    border: 0;
}

.search-wrap {
    width: 310px;
    height: 42px;
    float: left;
    background: #F0F0F0;
    border-radius: 21px;
    margin-top: 10px;
    display: flex;
    flex-flow: nowrap row;
    margin-left: 60px;
    position: relative;
}

.nav.user-nav .dropdown-menu {
    width: 176px;
    background: #fff;
    left: auto;
    right: -7px;
    border-radius: 0;
    padding: 0;
    top: 44px;
}

.nav.user-nav .dropdown-menu>li {
    width: 100%;
}

.nav.user-nav .dropdown-menu>li>a {
    padding-left: 10px;
}

.nav.user-nav .dropdown-menu>li>a:hover .num {
    background: #fff;
    color: #46c37b;
    transition: all .3s ease;
}

.nav.user-nav .dropdown-menu>li i {
    padding: 0 10px;
}

.nav.user-nav .dropdown-menu>li .num {
    background: #999;
    padding: 0 10px;
    border-radius: 20px;
    color: #fff;
    transition: all .3s ease;
}

@keyframes myPadding {
    from {
        padding-left: 0;
    }
    to {
        padding-left: 30px;
    }
}

.nav.user-nav .dropdown-menu .user-nav-li-register ul {
    background: #EDEDED;
    display: none;
    padding-left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -90px;
    text-align: center;
}

@media screen and (max-width:1260px) {
    .nav.user-nav .dropdown-menu .user-nav-li-register ul {
        left: -90px;
        right: auto;
    }
}

.nav.user-nav .dropdown-menu .user-nav-li-register:hover ul {
    display: block;
}

.nav.user-nav .dropdown-menu .user-nav-li-register:hover ul li a {
    /*animation: myPadding .3s ease-in  forwards;*/
    /*-moz-animation: myPadding .3s ease-in  forwards;	!* Firefox *!*/
    /*-webkit-animation: myPadding .3s ease-in  forwards;	!* Safari 和 Chrome *!*/
    /*-o-animation: myPadding .3s ease-in  forwards;*/
}

.nav.user-nav .dropdown-menu .user-nav-li-register ul li {
    list-style: none;
}

.nav.user-nav .dropdown-menu .user-nav-li-register ul li a:hover {
    color: #fff;
}

.nav.user-nav .dropdown-menu .user-nav-li-register ul li a {
    width: 90px;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 45px;
    transition: all .3s ease;
    text-align: center;
}

.user-nav-li-register ul li a:hover {
    background: #F3B61F;
    color: #fff;
    transition: all .3s ease;
}


/*头部end*/

body {
    background: #ffffff;
    padding: 0;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    height: 100%;
}

html.nav-active,
html.nav-active body {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.es-wrap.nav-active {
    transition: all .3s ease;
    transform: translate3d(-250px, 0, 0);
    -webkit-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
}

.html-mask.active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, .2);
    -webkit-backface-visibility: hidden;
}

#content-container {
    margin: 30px auto;
    min-height: 400px;
}

@media (max-width: 767px) {
    #content-container {
        margin: 10px auto;
        min-height: 300px;
    }
}

a {
    color: #666;
}

a:focus,
a:hover {
    color: #666;
}

a.transition,
a.transition:hover {
    transition: all .3s ease;
}

.underline,
.underline:hover {
    text-decoration: underline;
}

.ellipsis,
.text-overflow {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.mts {
    margin-top: 5px!important;
}

.mtm {
    margin-top: 10px!important;
}

.mtl {
    margin-top: 20px!important;
}

.mtxl {
    margin-top: 30px!important;
}

.mtxxl {
    margin-top: 40px!important;
}

.mtxxxl {
    margin-top: 50px!important;
}

.mrs {
    margin-right: 5px!important;
}

.mrm {
    margin-right: 10px!important;
}

.mrl {
    margin-right: 20px!important;
}

.mrxl {
    margin-right: 35px!important;
}

.mbs {
    margin-bottom: 5px!important;
}

.mbm {
    margin-bottom: 10px!important;
}

.mbl {
    margin-bottom: 20px!important;
}

.mbxl {
    margin-bottom: 30px!important;
}

.mbxxl {
    margin-bottom: 40px!important;
}

.mbxxxl {
    margin-bottom: 50px!important;
}

.mls {
    margin-left: 5px!important;
}

.mlm {
    margin-left: 10px!important;
}

.mll {
    margin-left: 20px!important;
}

.mhs {
    margin-left: 5px!important;
    margin-right: 5px!important;
}

.mhm {
    margin-left: 10px!important;
    margin-right: 10px!important;
}

.mhl {
    margin-left: 20px!important;
    margin-right: 20px!important;
}

.mvs {
    margin-top: 5px!important;
    margin-bottom: 5px!important;
}

.mvm {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

.mvl {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

.pts {
    padding-top: 5px!important;
}

.ptm {
    padding-top: 10px!important;
}

.ptl {
    padding-top: 20px!important;
}

.prs {
    padding-right: 5px!important;
}

.prm {
    padding-right: 10px!important;
}

.prl {
    padding-right: 20px!important;
}

.pbs {
    padding-bottom: 5px!important;
}

.pbm {
    padding-bottom: 10px!important;
}

.pbl {
    padding-bottom: 20px!important;
}

.pls {
    padding-left: 5px!important;
}

.plm {
    padding-left: 10px!important;
}

.pll {
    padding-left: 20px!important;
}

.phs {
    padding-left: 5px!important;
    padding-right: 5px!important;
}

.phm {
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.phl {
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.pvs {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.pvm {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.pvl {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

.link-dark {
    cursor: pointer;
    color: #222!important;
    font-size: 18px;
    line-height: 28px;
    transition: all .3s ease;
}

@media (max-width: 767px) {
    .link-dark {
        font-size: 16px;
        line-height: 20px;
    }
}

.link-dark:hover {
    color: #222!important;
    transition: all .3s ease;
}

.link-auto {
    color: #666;
    cursor: pointer;
}

.link-auto:hover {
    color: #666;
    transition: all .3s ease;
}

.link-red {
    color: #F40000;
    cursor: pointer;
}

.link-red:hover {
    color: #F40000;
    transition: all .3s ease;
}

.link-right {
    float: right;
}

.inline-block {
    display: inline-block!important;
}

.vertical-top {
    vertical-align: top!important;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translateZ(0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translateZ(0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translateZ(0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translateZ(0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translateZ(0);
    transition-timing-function: ease;
    box-sizing: border-box;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    float: left;
    box-sizing: border-box;
}

.swiper-hidden {
    visibility: hidden!important;
    height: 0!important;
}

.swiper-hidden:first-child {
    visibility: visible!important;
    height: 100%!important;
}

.es-section {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #e4ecf3;
}

.es-section.section-lg {
    min-height: 400px;
}

.es-section .section-header {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.es-section .section-header h1 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 20px;
}

.es-section .section-header h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
}

.es-section .section-header .more {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: #919191;
    transition: all .3s ease;
}

.es-section .section-header .more:hover {
    color: #616161;
    transition: all .3s ease;
}

.es-section .section-header .more>i {
    font-size: 24px;
}

.dropdown-menu {
    border-radius: 4px;
    border: none;
}

.dropdown-menu .dropdown-header {
    padding: 5px 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #616161;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
}

.dropdown-menu>li {
    position: relative;
}

.dropdown-menu>li>a {
    font-size: 16px;
    color: #222;
    line-height: 45px;
    transition: all .3s ease;
    text-align: center;
    background: #EDEDED;
}

.dropdown-menu>li>a:hover {
    background: #F3B61F;
    color: #fff;
    transition: all .3s ease;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn {
    border-radius: 12px;
    transition: all .3s ease;
}

.btn.active,
.btn.focus,
.btn:hover {
    transition: all .3s ease;
    text-decoration: none;
}

.btn.btn-lg {
    font-size: 20px;
    padding: 12px 35px;
}

.btn.btn-lg-info {
    height: 50px;
    padding: 0;
    line-height: 50px;
    font-size: 14px;
}

.btn.btn-xlg {
    padding: 11px 35px;
}

.btn.btn-xlg,
.btn>i {
    font-size: 14px;
}

.btn.btn-xxlg {
    font-size: 24px;
    line-height: 50px;
    border-radius: 12px;
}

@media (max-width: 767px) {
    .btn.btn-xxlg {
        font-size: 14px;
        line-height: 40px;
        padding: 0;
    }
}

.btn-primary {
    border-color: #F40000;
    background-color: #F40000;
    color: #fff;
}

.btn-none {
    border-color: #999;
    background-color: #999;
    color: #fff;
}

.btn-none:active,
.btn-none:focus,
.btn-none:hover {
    color: #fff;
    background-color: #999;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #F40000;
}

.btn-free {
    border-color: #F3B61F;
    background-color: #F3B61F;
    color: #fff;
}

.btn-free:active,
.btn-free:focus,
.btn-free:hover {
    color: #fff;
    background-color: #F3B61F;
}

.btn-circle {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border-radius: 50%;
    background: none;
    border: 1px solid #919191;
    color: #919191;
    text-align: center;
    transition: all .3s ease;
}

.btn-circle:hover {
    color: #46c37b;
    border-color: #46c37b;
    transition: all .3s ease;
}

.btn-circle.active {
    background: #46c37b;
    border-color: #46c37b;
    color: #fff;
}

.btn-circle.btn-circle-xs {
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 12px;
}

.btn-circle.btn-circle-xs i {
    font-size: 14px;
}

.btn-circle.btn-circle-md {
    width: 40px;
    height: 40px;
    line-height: 38px;
}

.btn-circle.btn-circle-md i {
    font-size: 24px;
}

.btn-hollow {
    border: 1px solid #ddd;
    color: #ddd;
}

.btn-hollow.primary {
    border: 1px solid #F40000;
    color: #F40000;
}

.alert>i {
    margin-right: 10px;
}

.alert.alert-lg {
    padding: 30px 20px;
}

.alert.alert-xs {
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 0;
}

.alert.alert-sm {
    padding: 8px 10px;
}

.alert a {
    text-decoration: none;
}

.alert-success {
    border-color: #cddfb4;
    background-color: #f2fae3;
    color: #659f13;
}

.alert-success .alert-link,
.alert-success .close {
    color: #659f13;
}

.alert-success hr {
    border-top-color: #c1d7a2;
}

.alert-danger {
    /*border-color: #F3B61F;
    background-color: rgba(243,182,31,0.1);*/
    border-color: transparent;
    background-color: transparent;
    margin-bottom: 0;
    padding: 15px 0;
    color: #F3B61F;
    font-size: 14px;
}

.alert-danger .alert-link,
.alert-danger .close {
    color: #e74c3c;
}

.alert-danger hr {
    border-top-color: #ebb5a8;
}

.checkboxs,
.radios {
    padding-top: 7px;
    vertical-align: middle;
}

.checkboxs label,
.radios label {
    font-weight: 400;
    padding: 0 20px 0 0;
}

.clear {
    overflow: hidden;
}

.control-label span.required {
    color: #ff8a0c;
}

.form-control {
    color: #999;
    border-color: #d9d9d9;
    border-radius: 12px;
}

.form-control.form-control-lg {
    height: 40px;
}

.form-control::-webkit-input-placeholder {
    color: #919191;
}

.form-control:-moz-placeholder,
.form-control::-moz-placeholder {
    color: #919191;
}

.form-control:-ms-input-placeholder {
    color: #919191;
}

.form-horizontal .form-group {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .form-horizontal .form-group {
        margin-bottom: 15px;
    }
    .alert-danger {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .form-horizontal .form-control {
        margin-bottom: 10px;
    }
}

.avatar-xs {
    border-radius: 50%;
    width: 24px!important;
    height: 24px!important;
    margin-bottom: 3px;
}

.tabs-wrapper .tabs-mark-group {
    border-bottom: 1px dashed #e4ecf3;
}

.tabs-wrapper .tabs-mark-group .title {
    width: 90px;
    margin-top: 3px;
    float: left;
}

.tabs-wrapper .tabs-mark-group .classify {
    margin-top: 3px;
}

.tabs-wrapper .tabs-mark-group .classify a,
.tabs-wrapper .tabs-mark-group .classify i {
    color: #919191;
}

.tabs-wrapper .tabs-mark-group .classify a:focus,
.tabs-wrapper .tabs-mark-group .classify a:hover {
    color: #46c37b;
}

.tabs-wrapper .tabs-mark-group .content {
    margin-left: 100px;
}

.tabs-wrapper .tabs-mark {
    margin: 0 4px;
}

.tabs-wrapper .tabs-mark a {
    border: 1px solid #e4ecf3;
    padding: 2px 5px;
    color: #919191;
}

.tabs-wrapper .tabs-mark.active a,
.tabs-wrapper .tabs-mark:focus a,
.tabs-wrapper .tabs-mark:hover a {
    color: #46c37b;
    border: 1px solid #46c37b;
}

.tabs-wrapper .tabs-mark i {
    font-size: 10px;
    margin-left: 5px;
}

.tabs-wrapper .tabs-group {
    padding: 0 23px;
    position: relative;
    overflow-y: hidden;
}

@media (max-width: 767px) {
    .tabs-wrapper .tabs-group {
        padding: 3px 0;
    }
    .tabs-wrapper .tabs-group .mrm {
        margin-right: 0!important;
    }
    .tabs-wrapper .tabs-group .mll {
        margin-left: 0!important;
    }
}

.tabs-wrapper .tabs-group .title {
    float: left;
    padding: 10px 0;
    margin-right: 15px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #222;
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 45px;
}

@media (max-width: 767px) {
    .tabs-wrapper .tabs-group .title {
        padding: 5px 0;
        margin-right: 5px;
        font-size: 14px;
        line-height: 20px;
        position: absolute;
    }
}

.tabs-wrapper .tabs-group .content {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 100px;
}

@media (max-width: 767px) {
    .tabs-wrapper .tabs-group .content {
        padding-left: 90px;
    }
}

.tabs-wrapper .tabs-group .content>li {
    float: left;
    padding: 10px;
    line-height: 22px;
}

.tabs-wrapper .tabs-group .content>li:nth-child(1) {
    position: absolute;
    left: 70px;
}

@media (max-width: 767px) {
    .tabs-wrapper .tabs-group .content>li {
        float: left;
        padding: 5px;
        line-height: 20px;
    }
    .tabs-wrapper .tabs-group .content>li:nth-child(1) {
        position: absolute;
        left: 38px;
    }
}

.tabs-wrapper .tabs-group .content>li>a {
    display: block;
    padding: 0 9px;
    border: none;
    border-radius: 4px;
    color: #222;
    transition: all .3s ease;
    border-radius: 12px;
    cursor: pointer;
    font-size: 14px;
}

@media (max-width: 767px) {
    .tabs-wrapper .tabs-group .content>li>a {
        font-size: 14px;
    }
}

.tabs-wrapper .tabs-group .content>li:hover>a {
    color: #F40000;
    background: transparent;
    border-radius: 12px;
}

.tabs-wrapper .tabs-group .content>li.active>a,
.tabs-wrapper .tabs-group .content>li:focus>a {
    color: #fff;
    background: #F40000;
    border-radius: 22px;
}

.tabs-wrapper .tabs-group .tabs-toggle {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}

.course-type {
    margin: 25px 0 30px 0;
    overflow: hidden;
}

.fixedNav {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 100;
    background: #fff;
    margin: 0;
}

.course-type.fixedNav {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 100;
    background: #fff;
    margin: 0;
}

.course-type .subtitle {
    display: block;
    float: left;
    line-height: 32px;
    font-size: 20px;
    color: #222;
    padding: 4px 16px;
    border-radius: 25px;
    width: 122px;
    text-align: center;
}

#liveCourseTop .course-type .subtitle {
    cursor: pointer;
}

.my-live-course-section {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
}

.my-live-course-section .course-type {
    text-align: left;
    margin: 10px auto 0 auto;
    max-width: 1150px;
}

.live-course-section.my-live-course-section .course-type {
    text-align: center;
    margin: 10px auto 0 auto;
}

.my-live-course-section .course-type .subtitle {
    display: inline-block;
    float: inherit;
    cursor: pointer;
}

.my-live-course-section .my-live-course-date {
    color: #222;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .course-type {
        margin: 15px 0 20px 0;
    }
    .course-type .subtitle {
        font-size: 18px;
        line-height: 30px;
        padding: 4px 10px;
    }
    .my-live-course-section .course-type {
        margin: 20px 0 10px 0;
    }
    .my-live-course-section .my-live-course-date {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .course-list .course-item {
        height: 275px!important;
    }
}

.course-type .subtitle.cur {
    border-radius: 25px;
    background-color: #F40000;
    color: #fff;
}

.course-list.no-margin .course-item {
    margin-bottom: 0;
}

.course-list .course-back {
    position: relative;
    z-index: 1;
    border-radius: 12px;
}

.course-list .course-item {
    position: relative;
    z-index: 1;
    margin-bottom: 38px;
    padding: 0;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #EBEBEB;
    height: 315px;
}

.course-list .course-back:hover>.course-item {
    position: relative;
    z-index: 1;
    margin-bottom: 38px;
    padding: 0;
    border-radius: 2px;
    border: 1px solid #F2F2F2;
    background-color: #fff;
}

.course-list .course-back:hover>.course-item .tagtitle {
    background: linear-gradient(270deg, #FFA5A5 0%, #FF3A3A 100%);
}

.course-list .course-back:hover>.course-item .course-info {
    display: block;
    position: relative;
    border-bottom: 1px solid #F2F2F2;
    cursor: pointer;
}

.course-list .course-back:hover>.course-back-bottom1 {
    position: absolute;
    bottom: -4px;
    top: 4px;
    left: 2.5px;
    right: 2.5px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #F2F2F2;
    z-index: -1;
}

.course-list .course-back:hover>.course-back-bottom2 {
    position: absolute;
    bottom: -8px;
    top: 8px;
    left: 5px;
    right: 5px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #F2F2F2;
    z-index: -2;
}

.course-list .free .course-item {
    border: 1px solid #F3B61F;
}

@media (min-width: 992px) {
    .course-list .course-back {
        transition: all .3s ease;
    }
    .course-list .course-back:hover {
        transform: translateY(-4px);
        -webkit-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        box-shadow: 15px 26px 40px -24px rgba(0, 36, 100, .3);
        -webkit-box-shadow: 15px 26px 40px -24px rgba(0, 36, 100, .3);
        -moz-box-shadow: 15px 26px 40px -24px rgba(0, 36, 100, .3);
        transition: all .3s ease;
    }
}

@media (max-width: 767px) {
    .course-list .course-back {
        margin-bottom: 20px;
        margin-left: -5px;
        margin-right: -5px;
    }
}

.course-list .course-item.course-default {
    background-color: #f5f5f5;
    padding: 50px 20px 55px;
    border: 1px dashed #e1e1e1;
    color: #e1e1e1;
    text-align: center;
    font-size: 24px;
    box-shadow: none;
}

.course-list .course-item.course-default:hover {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    box-shadow: none;
}

.course-list .course-item.course-default>i {
    font-size: 72px;
    display: inline-block;
    margin-bottom: 18px;
}

.course-list .course-item .course-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.course-list .course-item .course-img .tag-discount {
    position: absolute;
    right: 0;
    top: 0;
    width: 68px;
    height: 68px;
    background: url("/static-dist/app/img/tag_discount.png") no-repeat;
    background-image: -webkit-image-set(url("/static-dist/app/img/tag_discount.png") 1x, url("/static-dist/app/img/tag_discount@2x.png") 2x);
}

.course-list .course-item .course-img .tag-discount.free {
    background: url("/static-dist/app/img/tag_limitfree.png");
    background-image: -webkit-image-set(url("/static-dist/app/img/tag_limitfree.png") 1x, url("/static-dist/app/img/tag_limitfree@2x.png") 2x);
}

.course-list .course-item .course-img .img-responsive {
    width: 100%;
    padding: 10px;
}

.course-list .course-item .tags-share {
    position: absolute;
    top: 2px;
    right: 12px;
    color: #F40000;
    height: 24px;
    line-height: 24px;
}

.course-list .course-item .tags-share .tag-live-img {
    position: absolute;
    bottom: 1px;
    right: 49px;
}

.course-list .course-item .tags-share .tag-live-img img {
    width: 16px;
}

.course-list .course-item .modal-share {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #F40000;
    z-index: 99999;
}

.share-content img {
    width: 100%;
}

.share-content .max-share-price {
    position: absolute;
    top: 27px;
    color: #fff;
    left: 50%;
    margin-left: -100px;
    font-size: 17px;
    font-weight: bolder;
}

@media (max-width: 767px) {
    .share-content .max-share-price {
        top: 20px;
    }
}

.share-content .title {
    position: absolute;
    top: 60px;
    color: #fff;
    left: 50%;
    margin-left: -98px;
    font-size: 17px;
    font-weight: bolder;
}

@media (max-width: 767px) {
    .share-content .title {
        top: 44px;
    }
}

.share-content .share-url {
    position: absolute;
    top: 242px;
    color: #fff;
    left: 50%;
    margin-left: -73px;
    font-size: 9px;
    width: 146px;
    padding: 2px;
    height: 62px;
    text-align: center;
    display: flex;
    align-items: center;
    word-break: break-all;
}

@media (max-width: 767px) {
    .share-content .share-url {
        top: 178px;
        width: 130px;
        margin-left: -65px;
    }
}

.share-content .copy-link {
    position: absolute;
    top: 305px;
    left: 50%;
    margin-left: -43px;
    width: 86px;
    height: 20px;
    cursor: pointer;
    background: none;
    border: none;
}

@media (max-width: 767px) {
    .course-list .course-item .course-img .img-responsive {
        padding: 5px;
    }
    .share-content .copy-link {
        top: 229px;
        margin-left: -36px;
        width: 70px;
    }
}

.course-list .course-item .tags {
    position: absolute;
    top: -1px;
    left: -1px;
}

.course-list .course-item .tags .tag-finished,
.course-list .course-item .tags .tag-live,
.course-list .course-item .tags .tag-serialing {
    display: inline-block;
    padding: 0 15px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px 0 12px 0;
    color: #fff;
    font-size: 16px;
}

@media (max-width: 767px) {
    .course-list .course-item .tags .tag-finished,
    .course-list .course-item .tags .tag-live,
    .course-list .course-item .tags .tag-serialing {
        padding: 0 10px;
        height: 20px;
        line-height: 20px;
        border-radius: 12px 0 12px 0;
        color: #fff;
        font-size: 12px;
    }
}

.course-list .course-item .tags .tag-live {
    background: #F40000;
}

.course-list .free .course-item .tags .tag-live {
    background: #F3B61F;
}

.course-list .course-item .title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

@media (max-width: 767px) {
    .course-list .course-item .title {
        margin-top: 5px;
        padding: 0 5px;
    }
}

.course-list .course-item .course-info {
    display: block;
    position: relative;
    margin: 30px 15px 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
    cursor: pointer;
}

.course-list .course-item .course-info .free-study {
    line-height: 22px;
    margin-right: 25px;
    float: right;
    color: #F3B61F;
    font-size: 14px;
}

.my-course .course-list .course-item .course-info {
    display: block;
    position: relative;
    padding: 15px 15px 15px 15px;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    cursor: pointer;
}

.my-course .course-list .course-back:hover>.course-item .course-info {
    display: block;
    position: relative;
    /* padding: 15px 15px 15px 15px;*/
    border-bottom: 1px solid #FDC830;
    border-top: 1px solid #FDC830;
    cursor: pointer;
}

.my-course .course-list .course-item .course-progress {
    display: block;
    padding: 10px;
    font-size: 16px;
    height: 40px;
}

.my-course .course-list .course-item .course-progress a {
    color: #F40000;
}

.course-list .course-progress .course-btn {
    text-align: center;
    display: block;
    font-size: 16px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .course-list .course-item .course-info {
        padding: 0;
    }
}

.course-list .free .course-info {
    border-bottom-color: #F3B61F;
}

.course-list .course-back-bottom1 {
    position: absolute;
    bottom: -4px;
    top: 4px;
    left: 2.5px;
    right: 2.5px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #EEEEEE;
    z-index: -1;
}

.course-list .course-back-bottom2 {
    position: absolute;
    bottom: -8px;
    top: 8px;
    left: 5px;
    right: 5px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #EEEEEE;
    z-index: -2;
}

.course-list .course-cur-style {
    position: absolute;
    bottom: -8px;
    top: 8px;
    left: 5px;
    right: 5px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #FDC830;
    z-index: -2;
}

.course-list .free .course-back-bottom1,
.course-list .free .course-back-bottom2 {
    border-color: #F3B61F;
}

.course-list .course-date {
    position: relative;
    padding: 20px 0;
    text-align: center;
    z-index: 1;
}

.course-list .course-date .date {
    margin-top: 20px;
    color: #919191;
}

.course-list .course-date:before {
    position: absolute;
    content: "";
    left: -10px;
    right: -10px;
    top: 40px;
    height: 1px;
    background-color: #e1e1e1;
    z-index: -1;
}

.course-list .course-date .btn-circle {
    z-index: 1;
    background: #e1e1e1;
    border: none;
    color: #fff;
    text-shadow: 0 1px 1px rgba(73, 73, 73, .21);
    box-shadow: inset 0 0 4px hsla(0, 0%, 44%, .3);
}

.course-list .course-date .btn-circle>i {
    line-height: 40px;
}

.course-list .course-date .btn-circle.btn-live {
    background: #46c37b;
}

.course-list .course-price {
    padding: 14px 20px;
    overflow: hidden;
}

.my-live-course-section .course-list .course-price {
    padding: 15px 20px 0 20px;
    overflow: hidden;
}

.my-live-course-section .course-list .course-price .review {
    text-align: center;
}

.my-live-course-section .course-list .course-price .review a {
    width: 76px;
    height: 26px;
    border: 1px solid #F40000;
    display: inline-block;
    line-height: 26px;
    border-radius: 30px;
}

.my-live-course-section .course-list .course-price .review a.reviewed {
    width: 76px;
    height: 26px;
    border: 1px solid #EEEEEE;
}

.my-live-course-section .course-list .course-price .task-btn {
    text-align: center;
}

.my-live-course-section .course-list .course-price .task-btn a {
    width: 100px;
    height: 26px;
    border: 1px solid #F40000;
    display: inline-block;
    line-height: 26px;
    border-radius: 30px;
}

.course-list .course-price .course-btn {
    text-align: center;
    color: #F40000;
    display: block;
    font-size: 16px;
    cursor: pointer;
}

.course-list .course-price .course-btn.course-btn-review {
    color: #696969;
    cursor: inherit;
}

.course-list .course-price .course-persons {
    font-size: 24px;
    text-align: left;
    color: #666;
}

.course-list .course-price .course-price-widget {
    float: right;
    font-size: 14px;
    line-height: 32px;
    color: #F40000;
    margin-right: 10px;
}

.course-list .course-price .course-price-widget.offline {
    line-height: 32px;
    height: 32px;
    overflow: hidden;
}

.course-list .course-price .course-price-widget i {
    font-size: 14px;
    font-style: normal;
    line-height: 14px;
}

.course-list .course-price .course-price-widget-full {
    font-size: 13px;
    line-height: 32px;
    text-align: right;
    font-weight: 500;
    color: #A3A3A3;
    display: inline-block;
    float: right;
}

.course-list .course-price .course-price-widget-full-price {
    padding-right: 10px;
    height: 42px;
    line-height: 47px;
    font-size: 20px;
    color: #F40000;
}

.course-list .course-price .course-price-widget-full-price i {
    font-size: 14px;
    font-style: normal;
}

.course-list .course-price .course-last-person {
    font-size: 14px;
    line-height: 32px;
    color: #222;
}

.course-list .course-price .course-last-intro {
    float: left;
    max-width: 70%;
}

.course-list .course-price .course-last-intro .course-last-person1 {
    color: #222;
    font-size: 12px;
    line-height: 16px;
    display: block;
}

.course-list .course-price .course-last-intro .course-last-person2 {
    color: #222;
    font-size: 12px;
    display: block;
    line-height: 16px;
}

.course-list .my-course-tips {
    color: #a3a3a3;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    margin-top: 16px;
}

@media (max-width: 767px) {
    .course-list .course-price {
        padding: 10px;
        overflow: hidden;
    }
    .course-list .course-price .course-price-widget {
        font-size: 18px;
        line-height: 32px;
    }
    .course-list .course-price .course-price-widget.offline {
        line-height: 42px;
        height: 32px;
    }
    .course-list .course-price .course-price-widget i {
        font-size: 10px;
        line-height: 10px;
    }
    .course-list .course-price .course-price-widget-full {
        font-size: 14px;
        line-height: 32px;
        color: #A3A3A3;
    }
    .course-list .course-price .course-price-widget-full-price {
        height: 32px;
        font-size: 18px;
        line-height: 33px;
        color: #F40000;
    }
    .course-list .course-price .course-price-widget-full-price i {
        font-size: 10px;
        font-style: normal;
    }
    .course-list .course-price .course-last-person {
        font-size: 12px;
        line-height: 32px;
    }
    .course-list .course-price .course-last-intro .course-last-person1 {
        color: #222;
        font-size: 12px;
        line-height: 16px;
        display: block;
    }
    .course-list .course-price .course-last-intro .course-last-person2 {
        color: #222;
        font-size: 12px;
        display: block;
        line-height: 14px;
    }
    .my-live-course-section .course-list .course-price {
        padding: 10px 10px 0 10px;
    }
    .course-list .course-price .course-btn {
        font-size: 14px;
        cursor: pointer;
    }
    .course-list .course-price .course-persons {
        font-size: 14px;
    }
    .course-list .my-course-tips {
        margin-top: 6px;
    }
    .mrxl {
        margin-right: 0 !important;
    }
}

.course-info .time {
    font-size: 12px;
    line-height: 18px;
    color: #A3A3A3;
    margin-top: 6px;
}

@media (max-width: 767px) {
    .course-info .time {
        font-size: 12px;
        line-height: 16px;
        margin-top: 5px;
        margin-left: 5px;
    }
    .course-info .time .es-icon {
        font-size: 12px;
    }
    .course-list .course-item .course-info .free-study {
        line-height: 16px;
        margin-right: 5px;
        font-size: 12px;
    }
}

.teacher-list {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
    height: 102px;
    overflow-y: auto;
}

.teacher-list .teacher-item {
    position: relative;
    float: left;
    text-align: center;
    margin-right: 20px;
    display: block;
}

.teacher-list .teacher-item img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.teacher-list .teacher-item .teacher-name,
.teacher-list .teacher-item .teacher-school {
    color: #222;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    margin-bottom: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .course-info .teacher-list {
        margin-top: 5px;
        margin-bottom: 5px;
        max-height: none;
        overflow: hidden;
        min-height: 8rem;
        display: flex;
        flex-wrap: wrap;
    }
    .teacher-list .teacher-item {
        margin-right: 5px;
    }
    .teacher-list .teacher-item img {
        width: 50px;
        height: 50px;
        margin-bottom: 5px;
    }
    .teacher-list .teacher-item .teacher-name,
    .teacher-list .teacher-item .teacher-school {
        font-size: 12px;
        line-height: 14px;
        height: 14px;
    }
}

.es-poster {
    position: relative;
    background: #fff;
    margin: 0 auto;
    max-height: 400px;
}

.es-poster .swiper-slide {
    margin: 0 auto;
    width: 100%;
    height: 400px;
    visibility: visible;
}

.es-poster .swiper-slide .container {
    position: relative;
}

.es-poster .swiper-slide .img-responsive {
    margin: 0 auto;
    width: 100%;
    height: 400px;
}

.es-poster .swiper-slide .mask {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 100%;
}

.es-poster .swiper-slide .mask .container {
    position: relative;
    height: 100%;
}

.es-poster .swiper-slide .title {
    position: absolute;
    top: 130px;
    left: 50px;
    line-height: 80px;
    margin-bottom: 20px;
    font-size: 70px;
    color: #fff;
    opacity: 0;
}

.es-poster .swiper-slide .title span {
    display: block;
}

@media (max-width: 1199px) {
    .es-poster .swiper-slide .title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .es-poster .swiper-slide .title {
        font-size: 40px;
        line-height: 50px;
        top: 100px;
    }
}

@media (max-width: 767px) {
    .es-poster .swiper-slide .title {
        top: 20px;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 26px;
    }
    .es-poster .swiper-slide .title span {
        display: inline-block;
    }
}

.es-poster .swiper-slide .subtitle {
    position: absolute;
    top: 320px;
    left: 50px;
    color: #46c37b;
    font-size: 22px;
    opacity: 0;
    transition: all .5s ease;
}

.es-poster .swiper-slide .subtitle span {
    margin-right: 20px;
}

@media (max-width: 991px) {
    .es-poster .swiper-slide .subtitle {
        top: 220px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .es-poster .swiper-slide .subtitle {
        left: 0;
        right: 0;
        text-align: center;
        top: 80px;
    }
    .es-poster .swiper-slide .subtitle span {
        margin: 0 10px;
    }
}

.es-poster .swiper-slide .item-mac {
    position: absolute;
    bottom: 50px;
    right: 0;
    max-width: 70%;
    opacity: 0;
}

@media (min-width: 992px) and (max-width:1199px) {
    .es-poster .swiper-slide .item-mac {
        width: 550px;
    }
}

@media (max-width: 991px) {
    .es-poster .swiper-slide .item-mac {
        width: 400px;
    }
}

@media (max-width: 767px) {
    .es-poster .swiper-slide .item-mac {
        display: none;
    }
}

.es-poster .swiper-slide.swiper-slide-active .title {
    -webkit-animation: fadeInUp 1s .2s ease both;
    animation: fadeInUp 1s .2s ease both;
}

.es-poster .swiper-slide.swiper-slide-active .subtitle {
    -webkit-animation: fadeInLeft 1s .8s ease both;
    animation: fadeInLeft 1s .8s ease both;
}

.es-poster .swiper-slide.swiper-slide-active .item-mac {
    -webkit-animation: fadeInRight 1s .2s ease both;
    animation: fadeInRight 1s .2s ease both;
}

.swiper-pager {
    position: absolute;
    bottom: 30px;
    z-index: 100;
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    .swiper-pager {
        display: none;
    }
}

.swiper-pager span {
    font-size: 0;
    margin: 0 10px;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
}

@media (max-width: 767px) {
    .swiper-pager span {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
}

.swiper-pager span:hover {
    cursor: pointer;
}

.swiper-pager span.swiper-active-switch,
.swiper-pager span:hover {
    background: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.live-course-section .container {
    padding: 0 22px;
    /* background:  */
}

.login-section {
    margin: 20px auto;
    width: 460px;
    min-height: 400px;
    box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 0.5);
    border-radius: 12px;
}

.tologin-section {
    width: 460px;
    margin: 0 auto;
    padding: 0 80px;
}

@media (max-width: 767px) {
    .login-section,
    .tologin-section {
        width: 100%;
    }
    .tologin-section {
        padding: 0 15px;
    }
}

.login-section.login-section-weixin {
    min-height: 315px;
}

.login-section .logon-tab {
    margin: -15px -15px 0
}

.login-section .logon-tab>a {
    display: block;
    padding: 20px;
    float: left;
    width: 50%;
    font-size: 16px;
    text-align: center;
    color: #616161;
    background-color: #f5f5f5;
    transition: all .3s ease
}

.login-section .logon-tab>a:hover {
    background-color: #fafafa;
    transition: all .3s ease
}

.login-section .logon-tab>a.active {
    background-color: #fff;
    transition: all .3s ease
}

.login-section .login-main {
    padding: 15px 65px 40px;
}

.login-line {
    position: relative;
}

.login-line:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}

.login-line .login-change {
    background: #fff;
    position: relative;
    ;
    z-index: 1;
    padding: 0 45px;
}

.login-title {
    width: 100%;
    text-align: center;
    margin: 15px auto 10px auto;
    line-height: 32px;
    font-size: 20px;
    color: #333;
}

.login-section .login-main input.input-lg {
    height: 50px;
    font-size: 14px;
    border-radius: 12PX;
    border: 1px solid rgba(217, 217, 217, 1);
}

@media (max-width: 767px) {
    .login-title {
        font-size: 16px;
        line-height: 22px;
    }
}

.login-section .login-main .link-auto {
    line-height: 24px;
    font-size: 14px;
}

.login-section .login-main .link-auto:focus {
    color: #666;
}

.login-section .login-main .link-red {
    line-height: 24px;
    font-size: 14px;
}

.login-section .login-main .btn.js-sms-send {
    /*line-height: 36px;*/
    cursor: pointer;
}

.form-error-message {
    color: #F3B61F;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 5px;
}

.login-section .login-main input.form-control-error,
.has-error .form-control.form-control-error,
.has-error .form-control-error,
.has-error .form-control:focus,
.has-error .form-control-error:focus {
    border-color: #F3B61F;
}

@media (max-width: 767px) {
    .login-section .login-main {
        padding: 20px 0 0;
    }
    .login-section .help-block {
        margin: 0;
    }
    .has-error.form-group {
        margin-bottom: 5px;
    }
    .form-error-message {
        font-size: 12px;
        line-height: 25px;
        margin-top: 5px;
        margin-bottom: 0;
    }
}

@media (min-width: 767px) {
    .login-modal {
        width: 350px;
    }
    .login-modal .modal-body {
        padding: 30px 30px 15px;
    }
    .login-modal .modal-footer {
        padding: 30px;
    }
}

.M_header-back {
    display: none;
    position: absolute;
    height: 100%;
    width: 40px;
    text-align: center;
    left: 0;
    top: 0;
}

.M_header-back a {
    color: #fff;
}

.M_header-back a i {
    font-size: 30px;
    line-height: 60px;
}


/*课程详情*/

.course-detail-section {
    position: relative;
    background: #fff;
    /* border: 1px solid #D9D9D9; */
    border-radius: 12px;
    margin: 30px 20px;
    /* height: 330px; */
    overflow: hidden;
}

.course-detail-section .course-detail-left {
    float: left;
    min-height: 330px;
    padding-bottom: 20px;
}

.course-detail-section .course-detail-left .tags {
    position: absolute;
    top: -1px;
    left: -1px;
}

.course-detail-section .course-detail-left .tags .tag-live {
    display: inline-block;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    border-radius: 12px 0 12px 0;
    color: #fff;
    font-size: 12px;
    background: #F40000;
}

.course-detail-section .course-detail-left .course-detail-heading {
    font-size: 20px;
    line-height: 28px;
    color: #222;
    display: block;
    margin: 25px 15px 0 18px;
}

.course-detail-section .course-detail-left .course-detail-time {
    font-size: 14px;
    line-height: 22px;
    color: #A3A3A3;
    margin-left: 20px;
    margin-top: 12px;
}

.course-detail-section .course-detail-left .teacher-list {
    margin-left: 10px;
    min-height: 160px;
    overflow: hidden;
}

.course-detail-section .course-detail-left .teacher-list .teacher-item {
    margin-right: 25px;
}

.course-detail-section .course-detail-left .teacher-list .teacher-item img {
    width: 100px;
    height: 100px;
}

.course-detail-section .course-detail-left .teacher-list .teacher-item .teacher-name,
.course-detail-section .course-detail-left .teacher-list .teacher-item .teacher-school {
    font-size: 14px;
    line-height: 18px;
}

.course-detail-section .course-detail-left .teacher-list .teacher-item .teacher-name {
    font-size: 20px;
    line-height: 20px;
    height: 25px;
}

.course-detail-section .course-detail-right {
    padding-right: 48px;
    float: right;
}

.course-detail-section .course-detail-right.course-detail-right-isbuy {
    padding-top: 122px;
    width: 386px;
}


/*2019-5-22日改版的课程详情页，价格报名人数展示*/

.course-detail-right-isbuy .items-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 40px;
}

.course-detail-section .course-detail-right .course-detail-price {
    color: #F40000;
    font-size: 36px;
    line-height: 30px;
    text-align: right;
    margin-top: 75px;
}

.course-detail-section .course-detail-right .course-detail-price i {
    font-style: normal;
    font-size: 14px;
}

.course-detail-section .course-detail-right .course-detail-last-person {
    color: #FDC830;
    font-size: 18px;
    line-height: 25px;
    text-align: right;
    width: 340px;
    padding-right: 30px;
}

.buy-btn-group-flex {
    display: flex;
    flex-direction: column-reverse;
    max-height: 144px;
}

.course-detail-section .course-detail-right .btn.btn-lg {
    /*padding: 0;
    font-size: 28px;
    line-height: 60px;*/
    margin: 20px auto;
    /* margin-left: 59px; */
    /*border-radius: 12px;*/
}

.course-detail-section .course-detail-right .tag-live-img {
    position: absolute;
    bottom: 1px;
    right: 87px;
}

.course-detail-section .course-detail-right .tag-live-img img {
    width: 16px;
}

.course-detail-section .course-detail-right .modal-share {
    position: absolute;
    right: 50px;
    top: 5px;
    color: #F40000;
}

.tips-section .pay-success-notice {
    font-size: 24px;
}

.tips-section .pay-success-notice i {
    display: inline-block;
    float: inherit;
    width: 18px;
    height: 20px;
}

.tips-section .pay-success-right-tips {
    font-size: 24px;
    line-height: 33px;
    color: #666;
    padding: 0 30px;
}

.tips-section .pay-success-code {
    width: 150px;
    height: 150px;
    margin: 20px auto 10px auto;
    display: inherit;
}

@media (max-width: 767px) {
    #containerWrap {
        margin: 0;
        padding: 0;
    }
    .course-detail-section {
        min-height: auto;
        margin: 0;
    }
    .course-detail-section .course-detail-left {
        /* border-bottom: 1px solid #D9D9D9; */
        border-right: none;
        padding-bottom: 10px;
        min-height: auto;
    }
    .course-detail-section .course-detail-left .tags .tag-live {
        padding: 0 10px;
        height: 20px;
        line-height: 20px;
        border-radius: 12px 0 12px 0;
        color: #fff;
        font-size: 12px;
    }
    .course-detail-section .course-detail-left .course-detail-heading {
        font-size: 18px;
        line-height: 30px;
        margin: 25px 10px 0 10px;
    }
    .course-detail-section .course-detail-left .course-detail-time {
        font-size: 14px;
        line-height: 22px;
        color: #A3A3A3;
        margin-left: 10px;
        margin-top: 5px;
    }
    .course-detail-section .course-detail-left .course-detail-time .course-detail-top-price {
        float: right;
        color: #F40000;
    }
    .course-detail-section .course-detail-left .teacher-list {
        margin-left: 10px;
        min-height: 100px;
        width: 60%;
    }
    .course-detail-greedn {
        margin-left: 10px;
    }
    .course-detail-section .course-detail-left .teacher-list .teacher-item {
        margin-right: 10px;
    }
    .course-detail-section .course-detail-left .teacher-list .teacher-item img {
        width: 50px;
        height: 50px;
    }
    .course-detail-section .course-detail-left .teacher-list .teacher-item .teacher-name,
    .course-detail-section .course-detail-left .teacher-list .teacher-item .teacher-school {
        font-size: 12px;
        line-height: 16px;
    }
    .course-detail-section .course-detail-right {
        padding-right: 18px;
        float: right;
        padding-left: 18px;
        position: fixed;
        bottom: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        z-index: 2;
        left: 0;
        background: #fff;
        right: 0;
    }
    .course-detail-section .course-detail-right.course-detail-right-isbuy {
        padding-top: 0;
    }
    .course-detail-section .course-detail-right .course-detail-price {
        font-size: 18px;
        line-height: 22px;
        text-align: right;
        margin-top: 15px;
        display: none;
    }
    .course-detail-section .course-detail-right .course-detail-price i {
        font-style: normal;
        font-size: 10px;
    }
    .course-detail-section .course-detail-right .course-detail-last-person {
        color: #FDC830;
        font-size: 12px;
        line-height: 16px;
        text-align: right;
        display: none;
    }
    .course-detail-section .course-detail-right .mtxxl {
        margin-top: 10px!important;
        margin-top: 0!important;
        display: flex;
    }
    .course-detail-section .course-detail-right .btn.btn-lg {
        padding: 0;
        font-size: 14px;
        line-height: 40px;
        margin: 10px auto;
        line-height: 50px;
        border-radius: 0;
        margin: 0;
        font-size: 17px;
    }
    .tips-section .pay-success-notice {
        font-size: 14px;
    }
    .tips-section .pay-success-right-tips {
        font-size: 12px;
        line-height: 22px;
        padding: 0 10px;
    }
    .tips-section .pay-success-code {
        width: 80px;
        height: 80px;
        margin: 10px auto;
    }
}

.course-detail-content {
    padding: 0 20px;
}

.course-detail-content .course-detail-content-box {
    /* border: 1px solid #D9D9D9;
    border-radius: 12px; */
    border-radius: 4px;
    border: 1px solid #EBEBEB;
    background: #fff;
    padding: 0;
}

.course-detail-content .course-detail-download-box {
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    background: #fff;
}


/*.course-detail-btns .btn{
    padding: 5px 30px;
}*/

@media (max-width: 767px) {
    .course-detail-content {
        padding: 0 10px;
    }
    .course-detail-content .course-detail-content-box {
        /* padding: 15px 0; */
    }
    .buy-btn-group-flex {
        height: 52px;
    }
    /*.course-detail-btns .btn {
        padding: 0px 5px;
    }*/
    .course-detail-btns .btn.mrl {
        margin-right: 5px!important;
    }
    .course-detail-btns .btn.mll {
        margin-left: 5px!important;
    }
}

@media (min-width: 767px) {
    .nav.nav-tabs {
        height: 40px;
    }
    #tablist li {
        width: 20%!important;
    }
}

.nav-btn-tab,
.nav.nav-tabs {
    border: none;
}

.nav.nav-tabs {
    overflow: hidden;
}

.nav-tabs>li {
    padding: 0;
}

.nav-tabs>li>a {
    font-size: 18px;
    line-height: 40px;
    color: #222;
    border: none;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    padding: 0;
    text-align: center;
    transition: all .3s ease;
    display: block;
    height: 100%;
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    color: #F40000;
    border: none;
    border-bottom: 4px solid transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none;
    background: #F5A623;
    color: #fff;
}

.course-detail-content-info {
    padding: 20px;
    overflow: hidden;
    /* background-color: #fff; */
}

.course-detail-content-info img {
    width: 100%;
}

@media (max-width: 767px) {
    #tablist li {
        width: 20%!important;
    }
    .nav.nav-tabs {
        /* padding: 0 10px; */
    }
    .nav-tabs>li>a {
        font-size: 16px;
        line-height: 32px;
        color: #222;
        border-bottom: 2px solid transparent;
        padding: 0;
    }
    .nav-tabs>li>a:focus,
    .nav-tabs>li>a:hover {
        border-bottom: 2px solid transparent;
    }
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        background: #F5A623;
        color: #fff;
    }
    .course-detail-content-info {
        padding: 10px;
        /* background-color: #fff; */
    }
}

.course-info-list-title {
    color: #222;
    font-size: 16px;
    line-height: 45px;
    padding: 0 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 45px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 0.5);
    border-radius: 12px;
}

.course-info-list-ul {
    padding-bottom: 15px;
}

.course-info-list-li {
    margin-top: 5px;
    padding-bottom: 10px;
}

.course-info-list-li,
.course-info-list-li:hover,
.course-info-list-li:focus,
.course-info-list-li:active {
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #EEEEEE;
}

.course-info-list-li span {
    color: #222;
}

.course-info-list-li .course-status span {
    color: #A3A3A3;
}

.course-info-list-li .number {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
}

.course-info-list-li .number span {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #F40000;
    margin-right: 6px;
}

.course-info-list-li .number i {
    display: block;
    width: 40px;
    height: 20px;
    line-height: 20px;
    font-style: normal;
    text-align: center;
    background-color: transparent;
}

.course-info-list-li .number span.studied {
    background: #F40000;
    color: #fff;
}

.course-info-list-li .number span.studied-no {
    background: transparent;
    color: #222;
}

.course-info-list-li .course-title {
    font-size: 14px;
    color: #222;
    line-height: 20px;
    padding-left: 44px;
    padding-right: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: inline;
}

.my-course-detail-section .course-info-list-li .course-title {
    padding-left: 78px;
}

.course-info-list-li .time {
    font-size: 14px;
    line-height: 20px;
    margin-left: 25px;
    position: absolute;
    left: 500px;
}

.course-info-list-li .course-status {
    position: absolute;
    right: 11px;
    bottom: 10px;
    width: 100px;
    height: 30px;
    line-height: 48px;
    text-align: right;
}

.course-info-list-li .course-status .btn-listen {
    width: 56px;
    height: 26px;
    background: red;
    line-height: 26px;
    text-align: center;
    border-radius: 26px;
    display: inline-block;
    font-size: 15px;
    font-family: PingFangSC-Regular;
    color: #fff;
    cursor: pointer;
    font-style: normal;
}

@media (max-width: 767px) {
    .course-info-list-title {
        font-size: 12px;
        line-height: 25px;
        padding: 0 15px;
        height: 25px;
    }
    .course-info-list-ul {
        padding: 5px 0;
    }
    .course-info-list-li .number {
        font-size: 12px;
        line-height: 22px;
        padding-left: 0;
        display: inline-block;
        width: 5rem;
    }
    .course-info-list-li .number i {
        width: 58px;
        height: 15px;
        margin-top: 2px;
        line-height: 14px;
        font-size: 10px;
        display: block;
    }
    .course-info-list-li .course-title {
        font-size: 12px;
        line-height: 20px;
        margin-left: 46px;
        padding-left: 4px;
        padding-right: 110px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowrap;
    }
    .course-info-list-li .time {
        font-size: 12px;
        line-height: 20px;
        margin-left: 17px;
    }
    .course-info-list-li {
        min-height: 30px;
    }
    .course-info-list-li .wrwlm {
        position: absolute;
        left: 0px;
    }
}

.course-judge-list,
.teacher-judge-list {
    padding: 0;
    list-style: none;
}

.teacher-judge-list {
    width: 100%;
}

.course-judge,
.teacher-judge {
    background: #fff;
    /*box-shadow:0px 0px 10px 0px rgba(217,217,217,0.5);*/
    border-radius: 12px;
    /*margin-bottom: 20px;*/
    overflow: hidden;
    display: block;
}

.teacher-judge {
    cursor: pointer;
}

.course-judge-user {
    overflow: hidden;
    padding: 15px;
}

.course-judge-user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    float: left;
}

.course-judge-user-name {
    display: block;
    float: left;
    color: #222;
    font-size: 20px;
    line-height: 28px;
    margin: 11px 14px;
}

.course-judge-user-time {
    font-size: 14px;
    line-height: 20px;
    margin: 15px;
    color: #222;
    display: block;
    float: right;
}

.course-judge-content {
    font-size: 16px;
    line-height: 22px;
    color: #222;
    padding: 12px 30px 20px 30px;
}

@media (max-width: 767px) {
    .course-judge-user {
        overflow: hidden;
        padding: 10px;
    }
    .course-judge-user-avatar {
        width: 30px;
        height: 30px;
    }
    .course-judge-user-name {
        font-size: 14px;
        line-height: 22px;
        margin: 3px 8px;
    }
    .course-judge-user-time {
        font-size: 12px;
        line-height: 20px;
        margin: 4px;
    }
    .course-judge-content {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 15px 10px 15px;
    }
    .course-info-list-li .course-status {
        position: absolute;
        right: 11px;
        bottom: 0px;
        width: 100px;
        height: 30px;
        line-height: 30px;
        text-align: right;
    }
    .course-info-list-li .course-status .btn-listen {
        width: 45px;
        height: 20px;
        background: red;
        line-height: 20px;
        text-align: center;
        border-radius: 26px;
        display: inline-block;
        font-size: 12px;
        font-family: PingFangSC-Regular;
        color: #fff;
        cursor: pointer;
        font-style: normal;
    }
}

.teacher-judge-left {
    float: left;
}

.teacher-judge-left .teacher-judge-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 48px;
    margin-left: 30px;
}

.teacher-judge-left .teacher-judge-name {
    line-height: 22px;
    font-size: 16px;
    color: #222;
    text-align: center;
    width: 100px;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 34px;
}

.teacher-judge-right {
    float: left;
    overflow: hidden;
    margin-top: 58px;
}

.teacher-judge-right>div {
    margin-bottom: 8px;
    overflow: hidden;
}

.teacher-judge-right-title {
    color: #222;
    font-size: 16px;
    line-height: 25px;
    display: block;
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 8px;
}

.teacher-judge-right-content {
    color: #222;
    font-size: 16px;
    line-height: 25px;
    display: block;
    float: left;
    text-align: left;
}

.course-detail-download-box {
    padding: 18px 0;
}

.course-detail-download-title {
    text-align: center;
    font-size: 20px;
    line-height: 42px;
    color: #222;
}

.course-detail-download-title span {
    font-size: 16px;
    line-height: 25px;
    color: #A3A3A3;
    margin-left: 7px;
}

@media (max-width: 767px) {
    .teacher-judge-left .teacher-judge-avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-top: 40px;
        margin-left: 25px;
    }
    .teacher-judge-left .teacher-judge-name {
        line-height: 22px;
        font-size: 14px;
        width: 50px;
        margin-left: 25px;
        margin-top: 5px;
        margin-bottom: 14px;
    }
    .teacher-judge-right {
        margin-top: 28px;
        margin-left: 10px;
    }
    .teacher-judge-right>div {
        margin-bottom: 5px;
    }
    .teacher-judge-right-title {
        font-size: 14px;
        line-height: 20px;
        width: 60px;
        margin-right: 5px;
    }
    .teacher-judge-right-content {
        font-size: 14px;
        line-height: 20px;
    }
    .course-detail-download-box {
        padding: 10px 0;
    }
    .course-detail-download-title {
        font-size: 18px;
        line-height: 32px;
    }
    .course-detail-download-title span {
        font-size: 12px;
        line-height: 20px;
        margin-left: 5px;
    }
}

.nopadleft {
    padding-left: 0;
}

.little-padright {
    padding-right: 8px;
}

@media (max-width: 767px) {
    .nopadleft {
        padding-left: 10px;
    }
    .little-padright {
        padding-right: 10px;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .nopadleft {
        padding-left: 0;
    }
    .little-padright {
        padding-right: 8px;
    }
    .course-detail-section .course-detail-right.course-detail-right-isbuy {
        padding-top: 155px;
    }
    .course-detail-content.col-lg-5.col-sm-5.col-xs-12 {
        margin-top: 0;
    }
}

.course-detail-download-list {
    margin: 12px auto;
    padding: 0 20px;
    overflow: hidden;
}

.course-detail-download-num {
    border-radius: 50%;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    width: 18px;
    height: 18px;
    background: #F3B61F;
    color: #fff;
    display: block;
    float: left;
    margin-top: 2px;
}

.course-detail-download-file {
    display: block;
    float: left;
    color: #222;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 22px;
    max-width: 280px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.course-detail-download-btn,
.course-detail-download-btn:hover {
    cursor: pointer;
    display: block;
    float: left;
}

.course-detail-download-btn .icon-coursefiledownload {
    margin-top: 2px;
}

@media (max-width: 767px) {
    .course-detail-download-list {
        margin: 5px auto;
    }
    .course-detail-download-num {
        border-radius: 50%;
        font-size: 12px;
        line-height: 16px;
        width: 16px;
        height: 16px;
        margin-top: 0;
        margin-right: 3px;
    }
    .course-detail-download-file {
        font-size: 14px;
        line-height: 16px;
        height: 16px;
        margin-right: 5px;
        max-width: 220px;
    }
    .course-detail-download-btn,
    .course-detail-download-btn:hover {
        font-size: 14px;
    }
    .course-detail-download-btn .icon-coursefiledownload {
        width: 16px;
        height: 16px;
        margin-top: 0;
    }
    .course-detail-content.col-lg-5.col-sm-5.col-xs-12 {
        margin-top: 20px;
    }
}

#order-container {
    padding: 11px 22px;
}

.order-title {
    font-size: 20px;
    line-height: 24px;
    color: #222;
    margin-top: 0;
    margin-bottom: 14px;
}

.order-content {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    padding: 30px 50px;
}

.order-content-header {
    font-size: 18px;
    line-height: 25px;
    color: #222;
}

.order-content-header span {
    font-size: 14px;
    line-height: 22px;
    margin-left: 20px;
    color: #A3A3A3;
}

.order-content-address {
    margin-top: 12px;
    padding-bottom: 30px;
    border-bottom: 2px solid #D9D9D9;
}

.order-content-address .order-content-address-add {
    width: 200px;
    height: 55px;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    font-size: 16px;
    line-height: 25px;
    padding: 15px 0;
    display: block;
    text-align: center;
    color: #F40000;
    cursor: pointer;
}

.order-content-address .order-content-address-info {
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    line-height: 25px;
    padding: 15px 80px 15px 30px;
    text-align: left;
    color: #222;
    position: relative;
}

.order-content-address .order-content-address-info p {
    margin: 0;
}

.order-content-address .order-content-address-info a {
    color: #F40000;
    position: absolute;
    bottom: 15px;
    right: 30px;
    background: #fff;
    cursor: pointer;
    display: none;
    transition: all .3s ease;
}

.order-content-address .order-content-address-info:hover {
    border-color: #F40000;
}

.order-content-address .order-content-address-info.cantchange:hover {
    border-color: #D9D9D9;
}

.order-content-address .order-content-address-info:hover a {
    display: block;
}

.order-content-address .order-content-address-add .es-icon {
    margin-right: 10px;
}

.order-course {
    background: #fafafa;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    padding: 15px 15px;
    margin-top: 8px;
}

.order-course-content {
    color: #222;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
    overflow: hidden;
}

.order-course-content-left {
    margin-right: 6px;
}

.order-course-content-right2 {
    float: right;
    margin-right: 10px;
    text-align: left;
}

#discountP .order-course-content-right2 {
    width: 100%;
    text-align: right;
    line-height: 22px;
    margin-bottom: 5px;
}

.order-course-content-right2 i {
    font-style: normal;
}

.order-pay {
    height: 60px;
    background: #FFF;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    padding: 0 30px 0 20px;
    margin-top: 8px;
}

.order-pay .check-pay-status {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    background: #ebebeb;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #D9D9D9;
    margin-top: 18px;
    transition: all .3s ease;
}

.order-pay .check-pay-status.cur {
    background: url(../img/selected.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.order-pay .check-pay-icon {
    color: #51B036;
    margin-top: 15px;
    display: block;
    float: left;
    margin-left: 25px;
}

.order-pay .check-pay-icon .es-icon {
    font-size: 30px;
}

.order-pay .check-pay-style {
    line-height: 60px;
    font-size: 16px;
    color: #222;
    margin-left: 8px;
}

.order-pay .check-pay-money {
    float: right;
    color: #F40000;
    font-size: 30px;
    line-height: 60px;
}

.order-pay .check-pay-money i {
    font-style: normal;
    font-size: 16px;
}

.order-pay .check-pay-text {
    float: right;
    color: #222;
    font-size: 16px;
    line-height: 60px;
}

.order-pay-btn {
    overflow: hidden;
    margin-top: 23px;
}

.order-pay-btn .btn.btn-lg {
    float: right;
    border-radius: 12PX;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 16px;
}

.order-pay-btn-text {
    float: right;
    line-height: 40px;
    font-size: 14px;
    color: #222;
    margin-right: 18px;
}

.order-pay-btn-text .canpay {
    color: #F3B61F;
}

@media (max-width: 767px) {
    .order-title {
        font-size: 18px;
        line-height: 32px;
        margin-top: 0;
        margin-bottom: 4px;
    }
    .order-content {
        padding: 10px;
    }
    .order-content-header {
        font-size: 16px;
        line-height: 24px;
    }
    .order-content-header span {
        font-size: 12px;
        line-height: 22px;
        margin-left: 5px;
    }
    .order-content-address {
        margin-top: 8px;
        padding-bottom: 17px;
        border-bottom: 1px solid #D9D9D9;
    }
    .order-content-address .order-content-address-add {
        width: 100px;
        height: 40px;
        font-size: 14px;
        line-height: 24px;
        padding: 8px 0;
    }
    .order-content-address .order-content-address-info {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 50px 10px 10px;
    }
    .order-content-address .order-content-address-info span {
        bottom: 10px;
        right: 10px;
        display: block;
    }
    .order-content-address .order-content-address-add .es-icon {
        margin-right: 10px;
    }
    .order-content-header.mtxl {
        margin-top: 15px!important;
    }
    .order-course {
        padding: 10px;
    }
    .order-course-content {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .order-course-content-left {
        margin-right: 5px;
    }
    .order-course-content-right2 {
        margin-right: 5px;
    }
    .order-pay {
        height: 60px;
        padding: 0 10px 0 10px;
    }
    .order-pay .check-pay-icon {
        margin-left: 15px;
    }
    .order-pay .check-pay-icon .es-icon {
        font-size: 24px;
    }
    .order-pay .check-pay-style {
        font-size: 14px;
    }
    .order-pay .check-pay-money {
        font-size: 18px;
    }
    .order-pay .check-pay-money i {
        font-size: 12px;
    }
    .order-pay .check-pay-text {
        font-size: 12px;
        line-height: 60px;
    }
    .order-pay-btn .btn.btn-lg {
        float: right;
        border-radius: 12PX;
        height: 40px;
        padding: 0 20px;
        line-height: 40px;
        font-size: 14px;
    }
    .order-pay-btn-text {
        font-size: 12px;
    }
    .order-content-address .order-content-address-info a {
        right: 15px;
    }
}

.shade-section {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1001;
}

.alert-section {
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    margin-top: 200px;
    box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.5);
    border-radius: 12px;
    padding: 20px;
    width: 400px;
    z-index: 1002;
    display: none;
}

@media (max-height: 1024px) {
    .alert-section {
        margin-top: 60px;
    }
}

.close-section {
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../img/close.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: none;
}

#modalHidden .close-section {
    display: none;
}

.close-section:hover {
    background: url(../img/close_cur.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.alert-section-title {
    font-size: 18px;
    line-height: 22px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.alert-section-title>span {
    color: #F40000;
}

.alert-section-content {
    font-size: 14px;
    line-height: 22px;
    color: #222;
    text-align: center;
    margin-top: 20px;
}

.pay-code-img {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-top: 10px;
}

.alert-section .form-vertical {
    padding: 0 20px;
    margin-top: 30px;
    color: #999;
}

.alert-section input.input-lg {
    height: 50px;
    font-size: 14px;
    border-radius: 12PX;
    border: 1px solid rgba(217, 217, 217, 1);
}

.alert-section input.input-lg.form-control-error {
    border-color: #F3B61F;
}

.edit-address .controls {
    position: relative;
}

.edit-address .form-control {
    height: 50px;
    padding: 13px 12px;
    line-height: 24px;
    color: #999;
}

.edit-address .city-picker-span {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    padding: 0 12px;
}

.has-error .city-picker-span {
    border-color: #F3B61F;
}

.edit-address .city-picker-dropdown {
    font-size: 12px;
    width: 100%;
    min-width: auto;
}

.edit-address .city-picker-span>.title>span {
    color: #999;
}

.edit-address .city-picker-span>.title>span:hover {
    background: transparent;
}

.edit-address .city-picker-span.focus,
.edit-address .city-picker-span.open {
    border: 1px solid #d9d9d9;
}

.edit-address .city-picker-dropdown {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
}

.edit-address .city-select-tab {
    background: #ebebeb;
    border: none;
}

.edit-address .city-select-tab>a {
    text-align: center;
    color: #a3a3a3;
    line-height: 20px;
    font-size: 14px;
    width: 33.3%;
    border: none;
}

.edit-address .city-select-tab>a.active {
    color: #F3B61F;
    border: none;
}

.edit-address .city-select-content {
    padding: 10px 15px;
    max-height: 230px;
    overflow-y: auto;
}

.edit-address .city-select a {
    font-size: 12px;
    line-height: 18px;
    color: #a3a3a3;
    margin-bottom: 10px;
}

.edit-address .city-select a:hover,
.edit-address .city-select a:focus {
    color: #F3B61F;
    background: transparent;
}

.edit-address .city-select a.active {
    background: #F3B61F;
    color: #fff;
}

@media (max-width: 767px) {
    .alert-section {
        border-radius: 12px;
        left: 20px;
        right: 20px;
        margin-left: 0;
        padding: 15px;
        width: auto;
    }
    .close-section {
        top: 15px;
        right: 15px;
    }
    .alert-section-title {
        font-size: 20px;
        line-height: 22px;
        margin-top: 10px;
    }
    .alert-section-content {
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
    }
    .pay-code-img {
        width: 160px;
        height: 160px;
        margin-top: 10px;
    }
    .alert-section .form-vertical {
        padding: 0 20px;
        margin-top: 10px;
    }
    .alert-section input.input-lg {
        height: 50px;
        font-size: 14px;
        border-radius: 12PX;
    }
    .edit-address .form-control {
        color: #999;
    }
    .edit-address .city-picker-span {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }
    .edit-address .city-select-tab>a {
        text-align: center;
        color: #a3a3a3;
        line-height: 33px;
        font-size: 12px;
        width: 33.3%;
        border: none;
    }
    .edit-address .city-select-content {
        padding: 10px 15px;
        max-height: 330px;
        overflow-y: auto;
    }
    .edit-address .city-select a {
        font-size: 14px;
        line-height: 22px;
    }
    .edit-address .mbxl {
        margin-bottom: 20px!important;
    }
}

.pay-success-container {
    margin: 20px 10px;
    box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 0.5);
    border-radius: 12px;
    background: #fff;
    min-height: 330px;
    overflow: hidden;
}

.pay-success-left {
    border-right: 1px solid #D9D9D9;
    height: 330px;
    padding: 7px 90px;
}

.pay-success-left .pay-success-tips .pay-success-img {
    width: 90px;
    height: 90px;
    margin: 50px;
}

.pay-success-left .pay-success-tips span {
    color: #222;
    font-size: 30px;
    padding: 25px 0;
}

.pay-success-left .pay-success-btn {
    border-radius: 12px;
    margin-top: 25px;
}

.pay-success-right {
    padding: 0 15px;
    padding-top: 58px;
}

.pay-success-notice {
    color: #F40000;
    font-size: 16px;
    line-height: 28px;
}

.pay-success-notice i {
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url(../img/notice.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}

.pay-success-right-tips {
    font-size: 14px;
    color: #222;
    line-height: 25px;
    margin-top: 20px;
}

.pay-success-code {
    width: 104px;
    height: 104px;
    display: block;
    margin: 10px auto;
}

@media (max-width: 1200px) {
    .pay-success-left .pay-success-tips .pay-success-img {
        width: 60px;
        height: 60px;
        margin: 10px;
    }
    .pay-success-left .pay-success-tips span {
        color: #222;
        font-size: 22px;
        line-height: 30px;
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .pay-success-left {
        border-bottom: 1px solid #D9D9D9;
        border-right: none;
        height: auto;
        padding: 7px 20px;
    }
    .pay-success-left .pay-success-tips .pay-success-img {
        width: 60px;
        height: 60px;
        margin: 10px;
    }
    .pay-success-left .pay-success-tips {
        text-align: center;
    }
    .pay-success-left .pay-success-tips span {
        color: #222;
        font-size: 22px;
        line-height: 30px;
        padding: 15px 0;
    }
    .pay-success-left .pay-success-btn {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .pay-success-right {
        padding: 15px;
    }
    .pay-success-notice {
        color: #F40000;
        font-size: 16px;
        line-height: 20px;
    }
    .pay-success-right-tips {
        font-size: 14px;
    }
}

.my-course-detail-section {
    width: 800px;
    height: 740px;
    top: 50%;
    margin-top: -370px;
    margin-left: -400px;
    overflow-y: auto;
}

.my-course-detail-section .course-detail-content-info {
    padding: 20px 30px;
    background-color: #fff;
}

.my-course-detail-section .my-course-detail-section .course-info-list-li .course-title {
    padding-right: 110px;
}

.my-course-detail-section .course-info-list-li .time {
    padding-right: 35px;
}

.my-course-detail-section .es-icon-play {
    position: absolute;
    right: 0;
    top: 0;
}

.my-course-detail-section .course-detail-content-code {
    width: 105px;
    height: 105px;
    display: block;
    margin: 10px auto;
}

.my-course-detail-section .course-detail-content-tips {
    font-size: 14px;
    color: #222;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 800px) {
    .my-course-detail-section {
        width: auto;
        height: auto;
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
        margin-top: 0;
        margin-left: 0;
        overflow-y: auto;
    }
    .my-course-detail-section .course-detail-content-info {
        padding: 10px;
    }
    .my-course-detail-section .my-course-detail-section .course-info-list-li .course-title {
        padding-right: 110px;
    }
    .my-course-detail-section .course-info-list-li .time {
        padding-right: 35px;
    }
    .my-course-detail-section .es-icon-play {
        position: absolute;
        right: 0;
        top: 0;
    }
    .my-course-detail-section .course-detail-content-code {
        width: 105px;
        height: 105px;
        display: block;
        margin: 10px auto;
    }
    .my-course-detail-section .course-detail-content-tips {
        font-size: 14px;
        color: #222;
        line-height: 20px;
        text-align: center;
        margin-top: 10px;
    }
}

.apply-section,
.applyer-section {
    border: none;
}

.apply-section-title {
    color: #222;
    font-size: 18px;
    line-height: 32px;
    margin-top: 20px;
    margin-left: 30px;
}

.apply-upload-file {
    width: 400px;
    height: 300px;
    background: #f9f9f9;
    opacity: 0.9;
    border: 1px solid #F40000;
    margin-left: 234px;
    margin-top: 40px;
    position: relative;
}

input[type=file].apply-upload-fileup {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.apply-upload-file-icon {
    width: 80px;
    height: 80px;
    cursor: pointer;
    display: block;
    margin: 120px auto;
}

.apply-upload-file-pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
}

.apply-upload-tips {
    font-size: 14px;
    color: #F40000;
    line-height: 25px;
    margin-left: 234px;
    margin-top: 12px;
    width: 400px;
}

.apply-section-btn {
    width: 400px;
    margin-left: 234px;
}

.apply-section-btn .btn.btn-lg-info {
    padding: 0 35px;
}

@media (max-width: 767px) {
    .apply-section-title {
        font-size: 18px;
        line-height: 32px;
        margin-top: 20px;
        margin-left: 10px;
    }
    .apply-upload-file {
        width: 200px;
        height: 180px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .apply-upload-file-icon {
        width: 50px;
        height: 50px;
        margin: 65px auto;
    }
    .apply-upload-tips {
        font-size: 14px;
        line-height: 20px;
        margin: 0 auto;
        margin-top: 10px;
        width: 200px;
    }
    .apply-section-btn {
        width: 200px;
        margin: 0 auto;
    }
    .apply-section-btn .btn.btn-lg-info {
        display: block;
    }
}

.applyer-section {
    padding: 60px 0;
}

.applyer-section-text {
    font-size: 14px;
    line-height: 24px;
    color: #222;
    font-weight: 400;
    text-align: right;
    margin: 0;
    padding: 13px 0;
}

.applyer-section-text span {
    color: #f40000;
}

.applyer-section-input {
    position: relative;
}

.applyer-section-input input {
    height: 50px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 24px;
    padding: 13px 12px;
}

.applyer-section-input input:focus {
    border-color: #D9D9D9;
}

.applyer-section-input .btn.btn-lg {
    border-radius: 12PX;
    font-size: 14px;
}

.applyer-section-input .selectSex {
    color: #222;
    font-size: 14px;
    line-height: 24px;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 60px;
    margin-top: 13px;
    cursor: pointer;
}

.applyer-section-input .selectSex span {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #F40000;
    background: #fff;
    margin-right: 30px;
}

.applyer-section-input .selectSex span.cur {
    background: #F40000;
}

@media (max-width: 767px) {
    .applyer-section {
        padding: 20px 0;
    }
    .applyer-section-text {
        font-size: 14px;
        line-height: 30px;
        color: #222;
        font-weight: 400;
        text-align: right;
        margin: 0;
        padding: 10px 0;
    }
    .applyer-section-input {
        position: relative;
    }
    .applyer-section-input input {
        height: 50px;
        font-size: 14px;
        line-height: 18px;
        padding: 18px;
    }
    .applyer-section-input .selectSex {
        font-size: 14px;
        line-height: 24px;
        margin-right: 20px;
        margin-top: 13px;
    }
    .applyer-section-input .selectSex span {
        width: 18px;
        height: 18px;
        margin-top: 3px;
        margin-right: 20px;
    }
    .applyer-section-input .btn.btn-lg {
        font-size: 14px;
        display: block;
        line-height: 40px;
        padding: 0 30px;
        width: 100%;
    }
}

.teacher-header-section {
    border: none;
    margin-top: 40px;
    background: url(../img/teacher-header.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.teacher-header-avatar {
    display: block;
    width: 100px;
    height: 100px;
    margin-left: 35px;
    margin-top: 22px;
    border-radius: 50%;
}

.teacher-header-name {
    width: 100px;
    margin-top: 12px;
    margin-left: 35px;
    text-align: center;
    font-size: 20px;
    color: #222;
    line-height: 32px;
}

.teacher-header-content {
    padding-top: 30px;
    font-size: 18px;
    color: #222;
    line-height: 33px;
}

.teacher-header-content .teacher-header-content-left {
    display: inline-block;
    width: 130px;
    padding-right: 10px;
    text-align: left;
    color: #A2A2A2;
}

.teacher-content-section {
    margin-top: 20px;
    box-shadow: none;
    border-color: #D9D9D9;
    border-radius: 12px;
}

.teacher-content-type.course-type {
    margin: 10px 20px 20px 20px;
}

.teacher-content-type.course-type .subtitle {
    font-size: 18px;
    margin-right: 30px;
    border-radius: 25px;
    line-height: 32px;
    cursor: pointer;
}

.teacher-content-info.teacherIntroduction {
    padding: 10px 20px;
    color: #222;
}

.teacher-content-info#teacherCourse {
    padding: 10px 20px;
}

.teacher-content-info#teacherCourse .course-list .row .col-lg-4.col-md-6.col-xs-12 {
    z-index: 1;
}

.teacher-content-info-title {
    font-size: 20px;
    line-height: 32px;
}

.teacher-content-info-detail {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}

.teacher-content-info-detail-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
}

.teacher-content-info-detail-right {
    display: block;
    word-wrap: break-word;
    word-break: break-all;
    padding-left: 100px;
}

.teacher-content-info-detail-right p {
    margin-bottom: 0;
}

.teacher-content-info-detail-right .information {
    padding-right: 35px;
    text-align: justify;
}

.teacher-evaluate {
    overflow: hidden;
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid #d9d9d9;
}

.evaluate {
    float: left;
    margin-right: 30px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s ease;
}

.evaluate i {
    font-style: normal;
}

.evaluate.active {
    color: #F3B61F;
}

.evaluate span {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    margin-top: 5px;
    margin-right: 15px;
    background: transparent;
    border: 1px solid #666;
    border-radius: 50%;
}

.evaluate.active span {
    width: 18px;
    height: 18px;
    background: url(../img/selected.png) 0 0 no-repeat;
    background-size: 100% 100%;
    border: none;
}

.teacher-evaluate-content {
    position: relative;
    padding: 20px 10px;
    font-size: 14px;
    line-height: 28px;
    border-bottom: 1px solid #d9d9d9;
}

.teacher-evaluate-content .evaluate-type {
    position: absolute;
    left: 30px;
    color: #F3B61F;
}

.teacher-evaluate-content .evaluate-type span {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 16px;
}

.teacher-evaluate-content .evaluate-type span.good {
    background: url(../img/good.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.teacher-evaluate-content .evaluate-type span.medium {
    background: url(../img/medium.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.teacher-evaluate-content .evaluate-type span.bad {
    background: url(../img/bad.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.teacher-evaluate-content .evaluate-content,
.teacher-evaluate-content .evaluate-from {
    padding-left: 145px;
    padding-right: 260px;
    color: #222;
}

.teacher-evaluate-content .evaluate-from {
    margin-top: 60px;
    color: #A3A3A3;
}

.teacher-evaluate-content .evaluate-user {
    position: absolute;
    right: 120px;
    top: 20px;
    color: #666;
}

.teacher-evaluate-content .evaluate-time {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #666;
    text-align: right;
}


/*分页*/

.teacher-content-info .pagination {
    margin: 30px 0 80px 0;
    float: right;
    font-size: 14px;
    color: #222;
}

.teacher-content-info .pagination>li>a,
.teacher-content-info .pagination>li>span {
    padding: 8px 12px;
    min-width: 30px;
    line-height: 18px;
    color: #222;
    background-color: #fff;
    border: 1px solid #BCBCBC;
    border-left: none;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
}

.teacher-content-info .pagination>li:first-child>a,
.teacher-content-info .pagination>li:first-child>span {
    border-left: 1px solid #BCBCBC;
}

.teacher-content-info .pagination a b {
    font-weight: normal;
}

.teacher-content-info .pagination>.active>a,
.teacher-content-info .pagination>.active>a:focus,
.teacher-content-info .pagination>.active>a:hover,
.teacher-content-info .pagination>.active>span,
.teacher-content-info .pagination>.active>span:focus,
.teacher-content-info .pagination>.active>span:hover {
    background: #F3B61F;
    color: #fff;
    border-color: #BCBCBC;
}

.teacher-content-info .pagination li.all-pages-number {
    padding: 0 20px;
    line-height: 40px;
}

@media (max-width: 767px) {
    .teacher-header-section {
        margin-top: 0;
    }
    .teacher-header-avatar {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        margin-top: 12px;
    }
    .teacher-header-name {
        width: 100px;
        margin-top: 12px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 25px;
    }
    .teacher-header-content {
        padding-top: 0;
        font-size: 14px;
        line-height: 23px;
        width: 160px;
    }
    .teacher-header-content .teacher-header-content-left {
        width: 80px;
        /* padding-right: 3px; */
    }
    .teacher-header-section .pll {
        padding-left: 10px!important;
    }
    .teacher-content-section {
        margin-top: 20px;
    }
    .teacher-content-type.course-type {
        margin: 10px 15px 15px 15px;
    }
    .teacher-content-type.course-type .subtitle {
        margin-right: 0px !important;
    }
    .teacher-content-info.teacherIntroduction {
        padding: 10px;
    }
    .teacher-content-info-title {
        font-size: 18px;
        line-height: 32px;
    }
    .teacher-content-info-detail {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 25px;
        margin-top: 10px!important;
    }
    .es-icon-mark-left,
    .es-icon-mark-right {
        width: 15px;
        height: 13px;
    }
    .teacher-content-info-detail-left {
        width: 80px;
    }
    .teacher-content-info-detail-right {
        padding-left: 80px;
    }
    .teacher-content-info-detail-right .information {
        padding-right: 15px;
    }
    .teacher-evaluate {
        padding: 0 10px 10px 10px;
    }
    .evaluate {
        margin-right: 10px;
        font-size: 14px;
        line-height: 25px;
    }
    .evaluate span {
        width: 14px;
        height: 14px;
        margin-top: 5px;
        margin-right: 5px;
    }
    .evaluate.active span {
        width: 14px;
        height: 14px;
    }
    .teacher-evaluate-content {
        padding: 10px;
        font-size: 14px;
        line-height: 25px;
    }
    .teacher-evaluate-content .evaluate-type {
        left: 10px;
    }
    .teacher-evaluate-content .evaluate-type span {
        width: 14px;
        height: 14px;
        margin-top: 5px;
        margin-right: 5px;
    }
    .teacher-evaluate-content .evaluate-content,
    .teacher-evaluate-content .evaluate-from {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
    }
    .teacher-evaluate-content .evaluate-from {
        margin-top: 15px;
    }
    .teacher-evaluate-content .evaluate-user {
        right: 60px;
        top: 10px;
    }
    .teacher-evaluate-content .evaluate-time {
        right: 10px;
        top: 10px;
    }
    /*分页*/
    .teacher-content-info .pagination {
        margin: 10px 0 20px 0;
        font-size: 14px;
    }
    .teacher-content-info .pagination>li>a,
    .teacher-content-info .pagination>li>span {
        padding: 7px 6px;
        min-width: 30px;
        height: 30px;
        line-height: 16px;
    }
    .teacher-content-info .pagination li.all-pages-number {
        padding: 0 10px;
        line-height: 30px;
    }
    .course-type .subtitle {
        width: auto;
    }
}


/*个人中心*/

.center-container {
    padding: 0;
}

.center-bread {
    margin: 10px 0;
    color: #222;
    font-size: 14px;
    line-height: 22px;
}

.center-bread a {
    color: #222;
    cursor: pointer;
}

.center-bread a.cur {
    color: #F40000;
}

.center-bread span {
    padding: 0 10px;
}

.center-left {
    float: left;
    padding-left: 0;
    padding-right: 40px;
}

.center-left .user-nav {
    min-height: 450px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 0.5);
}

.center-left .user-nav .user-nav-avatar {
    padding: 25px 0 10px 0;
    margin: 0 28px;
}

.center-left .user-nav .user-nav-nick-name {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #999;
}

.user-nav-ul {
    list-style: none;
    padding: 0;
}

.user-nav-li {
    display: block;
    margin-top: 30px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}

.user-nav-li.cur {
    color: #F40000;
}

.center-right {
    min-height: 450px;
    float: right;
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 0.5);
}

.center-right .user-upload-avatar {
    padding-top: 25px;
    text-align: center;
}

.center-right .user-upload-avatar-img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.center-right .user-upload-avatar-btn {
    display: inline-block;
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #F40000;
    cursor: pointer;
}

.center-right .user-upload-avatar-text {
    margin-top: 8px;
    font-size: 12px;
    color: #999;
    line-height: 17px;
}

.user-info {
    margin-top: 40px;
}

.user-info-ul {
    padding: 0 45px;
    list-style: none;
}

.user-info-li {
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    padding: 14px 0;
    border-bottom: 1px solid #D9D9D9;
}

.user-info-li .user-es-icon {
    display: block;
    float: left;
    margin-top: 3px;
}

.user-info-li .user-info-title {
    float: left;
    width: 115px;
    padding-left: 20px;
    color: #999;
}

.user-info-li .user-info-title-auto {
    width: auto;
}

.user-info-li .user-info-nickname {
    float: left;
    color: #333;
}

.user-info-li .user-info-edit {
    float: right;
    color: #F40000;
    cursor: pointer;
}

.user-info-li .user-info-edit-other {
    color: #333;
}

@media (max-width: 767px) {
    .center-left {
        padding-right: 0;
    }
    .center-left .user-nav {
        min-height: 10px;
        text-align: center;
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 0.5);
    }
    .center-left .user-nav .user-nav-avatar {
        display: none;
    }
    .center-left .user-nav .user-nav-nick-name {
        display: none;
    }
    .user-nav-ul {
        /*overflow: hidden;*/
    }
    .user-nav-li {
        display: block;
        width: 50%;
        float: left;
        text-align: center;
        margin-top: 10px;
        padding-bottom: 10px;
        color: #333;
        font-size: 16px;
        line-height: 30px;
    }
    .user-nav-li.cur span {
        border-bottom: 2px solid #F40000;
    }
    .center-right {
        min-height: 100px;
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 0.5);
    }
    .center-right .user-upload-avatar {
        padding-top: 20px;
        text-align: center;
    }
    .center-right .user-upload-avatar-img {
        display: block;
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }
    .center-right .user-upload-avatar-btn {
        display: inline-block;
        margin-top: 12px;
        font-size: 16px;
        line-height: 22px;
        color: #F40000;
        cursor: pointer;
    }
    .center-right .user-upload-avatar-text {
        margin-top: 8px;
        font-size: 12px;
        color: #999;
        line-height: 17px;
    }
    .user-info {
        margin-top: 20px;
    }
    .user-info-ul {
        padding: 0 25px;
    }
    .user-info-li {
        font-size: 14px;
        line-height: 22px;
        padding: 14px 0;
    }
    .user-info-li .user-es-icon {
        margin-top: 1px;
    }
    .user-info-li .user-info-title {
        width: 95px;
        padding-left: 10px;
    }
}

.center-right .nav.nav-tabs {
    margin: 25px 30px 0 30px;
}

.center-right .nav-tabs>li>a {
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    color: #333;
}

.center-right .nav-tabs>li.active>a,
.center-right .nav-tabs>li.active>a:focus,
.center-right .nav-tabs>li.active>a:hover {
    border-width: 2px;
    color: #F40000;
}

.center-order-list {
    padding: 0 45px 45px 45px;
}

.center-order {
    position: relative;
    padding-bottom: 15px;
    padding-top: 20px;
    border-bottom: 1px solid #D9D9D9;
}

.center-order-title {
    padding-right: 60px;
    color: #222;
    font-size: 18px;
    line-height: 25px;
}

.center-order-time {
    margin-top: 8px;
    font-size: 16px;
    color: #A3A3A3;
    line-height: 22px;
}

.center-order-teacher {
    position: relative;
    overflow: hidden;
}

.center-order-teacher .teacher-item {
    float: left;
}

.center-order-teacher .teacher-item img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 10px;
    border-radius: 50%;
}

.center-order-teacher .teacher-item .teacher-name,
.center-order-teacher .teacher-item .teacher-school {
    height: 20px;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #222;
    overflow: hidden;
}

.center-order-pay-ststus,
.center-order-btn,
.center-order-text {
    position: absolute;
}

.center-order-pay-ststus {
    top: 20px;
    right: 0;
    color: #F3B61F;
    font-size: 16px;
    line-height: 25px;
}

.center-order-text {
    bottom: 15px;
    right: 0;
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.center-order-text span {
    float: right;
}

.center-order-text span.pay-time {
    min-width: 250px;
    height: 20px;
    text-align: right;
}

.center-order-text span i {
    color: #F40000;
    font-style: normal;
}

.center-order-text span i#lastTimeToPay {
    color: #333;
}

.center-order-btn {
    bottom: 45px;
    right: 0;
}

.center-order-btn.nopay {
    /* bottom: 15px; */
    bottom: 38px;
}

.center-order-btn .btn.btn-lg {
    width: 100px;
    height: 40px;
    margin: 0;
    padding: 0;
    line-height: 40px;
    border-radius: 12PX;
    font-size: 14px;
}

@media (max-width: 767px) {
    .center-right .nav.nav-tabs {
        padding: 15px 10px 0 10px;
    }
    .center-right .nav-tabs>li>a {
        font-size: 14px;
        line-height: 25px;
    }
    .center-order-list {
        padding: 0 15px;
    }
    .center-order {
        padding-bottom: 35px;
        padding-top: 15px;
    }
    .center-order-title {
        padding-right: 50px;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 0;
    }
    .center-order-time {
        margin-top: 5px;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .center-order-teacher .teacher-item img {
        width: 40px;
        height: 40px;
        margin: 5px;
    }
    .center-order-teacher .teacher-item .teacher-name,
    .center-order-teacher .teacher-item .teacher-school {
        font-size: 12px;
        line-height: 18px;
    }
    .center-order-pay-ststus {
        top: 20px;
        right: 5px;
        font-size: 12px;
        line-height: 18px;
    }
    .center-order-text {
        /* bottom: 15px; */
        bottom: 0;
        left: 0;
        font-size: 12px;
        line-height: 18px;
    }
    .center-order-text span.pay-time {
        width: 100%;
        height: 15px;
        float: right;
    }
    .pay-detail-a {
        float: left;
        margin-bottom: 2px;
        position: absolute;
        left: 0;
        /* overflow: hidden; */
        display: block;
    }
    .center-order-btn {
        bottom: 38px;
    }
    .center-order-btn.nopay {
        /* bottom: 15px; */
        bottom: 38px;
    }
    .center-order-btn .btn.btn-lg {
        width: 80px;
        height: 40px;
        margin: 0;
        padding: 0;
        line-height: 40px;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .center-order-text span.pay-detail {
        position: absolute;
        top: -130px;
        right: 0;
    }
    .center-order-text span.orderDetail {
        position: absolute;
        top: -100px;
        right: 0;
        margin-right: 0;
    }
}


/*老师评价*/

.evaluate-section {
    border: none;
    padding: 30px 37px;
}

.evaluate-section-title {
    color: #333;
    font-size: 20px;
    line-height: 42px;
}

.evaluate-list {
    margin-top: 30px;
    color: #222;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}

.evaluate-list p {
    margin-bottom: 0;
}

.evaluate-teacher {
    position: absolute;
    left: 0;
    top: 0;
    width: 173px;
    padding: 0 15px;
}

.evaluate-score {
    position: absolute;
    right: 0;
    top: 5px;
    width: 265px;
    padding-left: 20px;
}

.evaluate-teacher-avatar {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
}

.evaluate-teacher-name,
.evaluate-teacher-course {
    margin-top: 10px;
}

.evaluate-list textarea {
    height: 166px;
    padding: 10px;
    color: #222;
    font-size: 14px;
    border-color: #D9D9D9;
    border-radius: 12px;
}

.evaluate-list textarea:focus {
    border-color: #F3B61F;
}

.evaluate-review {
    position: relative;
    padding-left: 160px;
    padding-right: 265px;
}

.evaluate-review-nums {
    position: absolute;
    bottom: 10px;
    right: 285px;
    color: #ccc;
    font-size: 14px;
    line-height: 20px;
}

.evaluate-detail span {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 33px;
    color: #222;
}

.evaluate-detail {
    margin-bottom: 10px;
    overflow: hidden;
}

.evaluate-detail i {
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 8px;
}

.evaluate-review-set-name {
    padding-left: 20px;
    font-size: 14px;
    line-height: 28px;
}

.evaluate-review-set-name i {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 6px;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #D9D9D9;
    transition: all .3s ease;
}

.evaluate-review-set-name .active i {
    border: none;
    background: url(../img/selected.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.evaluate-submit {
    margin: 30px auto;
}

.evaluate-submit .btn {
    padding: 0 40px;
}

@media (max-width: 767px) {
    .evaluate-section {
        padding: 10px;
    }
    .evaluate-section-title {
        font-size: 18px;
        line-height: 30px;
    }
    .evaluate-list {
        margin-top: 15px;
        line-height: 20px;
        font-size: 14px;
    }
    .evaluate-teacher {
        position: relative;
        width: 100%;
        padding: 0 15px;
        overflow: hidden;
    }
    .evaluate-score {
        position: relative;
        width: 100%;
        padding: 0 15px;
    }
    .evaluate-teacher-avatar {
        width: 60px;
        height: 60px;
        float: left;
    }
    .evaluate-teacher-name,
    .evaluate-teacher-course {
        padding-left: 70px;
        margin-top: 0;
        text-align: left;
    }
    .evaluate-teacher-name,
    .evaluate-teacher-school {
        padding-left: 70px;
        text-align: left;
    }
    .evaluate-list textarea {
        height: 196px;
        padding: 10px;
        font-size: 14px;
    }
    .evaluate-review {
        padding: 0 15px;
        margin-top: 20px;
    }
    .evaluate-review-nums {
        bottom: 10px;
        right: 30px;
        font-size: 12px;
        line-height: 18px;
    }
    .evaluate-detail span {
        font-size: 14px;
        line-height: 28px;
    }
    .evaluate-detail i,
    .evaluate-detail i.active {
        width: 24px;
        height: 24px;
        margin-top: 2px;
        margin-right: 10px;
    }
    .evaluate-review-set-name {
        padding-left: 10px;
        margin-top: 15px;
        font-size: 14px;
    }
    .evaluate-review-set-name i {
        width: 20px;
        height: 20px;
        margin-top: 4px;
        margin-right: 10px;
    }
    .evaluate-submit {
        margin: 30px auto;
    }
    .evaluate-submit .btn {
        display: block;
    }
}

.study-progress {
    margin-top: 30px;
    padding: 30px 10px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
}

.study-progress .progress {
    height: 20px;
    margin-bottom: 20px;
    background-color: #d8d8d8;
    border-radius: 10px;
    box-shadow: none;
}

.study-progress .progress-bar {
    background-color: #F3B61F;
    box-shadow: none;
    transition: width .6s ease;
}

.study-progress .to-study {
    color: #F40000;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.study-progress-content {
    margin-top: 15px;
    font-size: 20px;
    line-height: 28px;
    color: #666;
}

.study-progress-content a {
    float: right;
    cursor: pointer;
}

@media (max-width:767px) {
    .study-progress {
        padding: 10px;
        border: none;
    }
    .study-progress .progress {
        height: 20px;
        margin-bottom: 10px;
    }
    .study-progress .to-study {
        font-size: 14px;
    }
    .study-progress-content {
        margin-top: 10px;
        font-size: 12px;
        line-height: 18px;
    }
}

.study-menu-check {
    position: relative;
    padding: 20px 15px;
    color: #222;
    line-height: 24px;
    font-size: 18px;
}

.study-menu-check .check-study-list {
    margin-left: 36px;
    font-weight: normal;
}

.study-menu-check .check-study-list i {
    margin-left: 10px;
    cursor: pointer;
}

.study-course-type-list {
    position: absolute;
    left: 100px;
    padding: 0;
    top: 65px;
    box-shadow: none;
}

.study-course-list {
    border: 1px solid #d9d9d9;
    overflow: hidden;
}

.study-course {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #222;
}

.study-course.study-course-type {
    font-weight: 600;
    cursor: pointer;
}

.study-course.tostudy {
    /* display:none; */
}


/*.study-course:hover{
    background: #F8EBCD;
}*/

.study-course-title,
.study-course-number,
.study-course-time,
.study-course-btn {
    position: absolute;
}

.study-course-title {
    left: 0;
    width: 50px;
    padding: 13px 0;
    text-align: center;
}

.study-course-number {
    left: 26px;
    width: 24px;
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    background: #F3B61F;
}

.study-course-title i {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 19px;
    font-style: normal;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    background-color: transparent;
    border: 1px solid #222;
    border-radius: 50%;
}

.study-course-number i {
    position: absolute;
    top: 17px;
    left: -7px;
    right: -8px;
    height: 16px;
    border: 1px solid #F3B61F;
    border-radius: 50%;
    background: #fff;
}

.study-course-type .study-course-number i {
    position: absolute;
    top: 0;
    left: -10px;
    right: -20px;
    height: 20px;
    width: 21px;
    line-height: -13px;
    border: 1px solid #F3B61F;
    border-radius: 50%;
    color: #F3B61F;
    background: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 100;
}

.study-course-type .study-course-number {
    top: 10px;
}

.study-course-btn {
    top: 0;
    right: 0;
    padding: 13px 0;
    right: 25px;
    cursor: pointer;
    padding-top: 16px;
}

.notbegin .study-course-time,
.notbegin .study-course-btn {
    color: #696969;
}

.study-course-btn a {
    display: block;
    width: 90px;
    text-align: right;
}

.study-course-btn-playing {
    color: #F40000;
}

.study-course-btn i {
    display: block;
    float: right;
    margin-left: 19px;
}


/*.study-course-btn i.btn-listen{
    float: left;
    width: 56px;
    height: 26px;
    background: red;
    line-height: 26px;
    text-align: center;
    border-radius: 26px;
    display: inline-block;
    font-size: 15px;
    font-family: PingFangSC-Regular;
    color: #fff;
    cursor: pointer;
    font-style: normal;
}*/

.study-course-time {
    right: 137px;
    padding: 13px 0;
    top: 3px;
    font-size: 14px;
}

.study-course-content {
    display: block;
    word-wrap: break-word;
    word-break: break-all;
    padding: 13px 400px 13px 90px;
}

@media (max-width:767px) {
    .study-menu-check {
        position: relative;
        padding: 10px 5px;
        color: #222;
        line-height: 22px;
        font-size: 16px;
        font-weight: 600;
    }
    .study-menu-check .check-study-list {
        margin-left: 20px;
    }
    .study-menu-check .check-study-list i {
        margin-left: 20px;
    }
    .study-course-type-list {
        position: absolute;
        left: 40px;
        padding: 0;
        top: 45px;
        box-shadow: none;
    }
    .study-course-list {
        border: none;
    }
    .study-course {
        font-size: 14px;
        line-height: 18px;
    }
    .study-course.study-course-type {
        font-weight: 600;
    }
    .study-course-title {
        left: 0;
        width: 50px;
        padding: 11px 0;
        text-align: center;
    }
    .study-course-number {
        left: 22px;
        /*width: 24px;*/
    }
    .study-course-number i {
        position: absolute;
        top: 13px;
        left: -7px;
        right: -8px;
        height: 16px;
        border: 1px solid #F3B61F;
        border-radius: 50%;
        background: #fff;
    }
    .study-course-type .study-course-number i {
        position: absolute;
        top: 0;
        left: -10px;
        right: -11px;
        height: 20px;
        line-height: 20px;
        border: 1px solid #F3B61F;
        border-radius: 50%;
        color: #F3B61F;
        background: #fff;
        text-align: center;
        font-style: normal;
        font-weight: 100;
    }
    .study-course-type .study-course-number {
        top: 10px;
    }
    .study-course-btn {
        top: 0;
        right: 0;
        padding: 11px 0;
        right: 10px;
        cursor: pointer;
    }
    .notbegin .study-course-time,
    .notbegin .study-course-btn {
        color: #696969;
    }
    .study-course-btn i {
        width: 16px;
        height: 16px;
        display: block;
        float: left;
        margin-top: 1px;
        margin-right: 3px;
    }
    .study-course-time {
        display: none;
    }
    .study-course-content {
        display: block;
        word-wrap: break-word;
        word-break: break-all;
        padding: 11px 100px 11px 35px;
    }
}

.check-study-list select {
    height: 34px;
    padding: 0;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.apply-close-section {
    top: 10px;
    right: 10px;
    background: url(../img/close_black.png) 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}

.apply-close-section:hover {
    top: 10px;
    right: 10px;
    background: url(../img/close_black.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.nolist-show {
    font-size: 24px;
    color: #999;
    line-height: 240px;
}

.nolist-show>img {
    width: 220px;
    height: 220px;
    margin: 0 auto;
}

.nolist-show>p {
    width: 84px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin: 0 auto 30px auto;
}

.es-poster {
    margin-top: 60px!important;
}

@media (max-width: 767px) {
    .nolist-show {
        font-size: 18px;
        line-height: 160px;
    }
    .nolist-show>img {
        width: 140px;
        height: 140px;
        margin: 0 auto;
    }
    .es-poster .swiper-wrapper .img-responsive,
    .swiper-slide {
        height: 125px!important;
    }
    .es-content-wrap {
        min-height: calc(100vh - 172px);
        background: #F9F9F9;
    }
}

.play-iframe {
    border: none;
}


/*弹窗*/

.modal.in .modal-dialog {
    box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.5);
    border-radius: 12px;
}

.modal-title {
    display: none;
}

.modal-header {
    min-height: 35px;
    padding: 0;
    border: none;
}

.modal-body {
    padding-top: 0;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 460px;
    }
    .course-info-list-li .number {
        top: 2px;
        font-size: 13px;
    }
    .avatar-xs {
        margin-bottom: 17px;
    }
}

.video-process {
    position: absolute;
    background: #f8ebcd;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.swiper-pager .swiper-pagination-bullet-active {
    background: #F40000;
    opacity: 0.5;
}

.ungenerated-show-content {
    padding: 120px 0;
    font-size: 14px;
    color: #666;
    border: 1px solid #ddd;
    background: #fff;
    float: left;
    width: 100%;
    height: 500px;
}

@media (max-width: 767px) {
    .ungenerated-show-content {
        padding: 30px 0;
        border-left: none;
        border-right: none;
        font-size: 12px;
    }
}

.swiper-container {
    width: 100%;
    margin: auto;
}

.bjc-player-wrapper div.switch-definition {
    display: none;
}

.tags-share {
    position: absolute;
    top: 2px;
    right: 12px;
    color: #F40000;
    height: 24px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .container .course-detail-right .tags-share-box {
        display: block;
        height: 45px;
    }
}

.coupon-describe-item-m .num:after {
    content: "折";
    display: inline-block;
    right: -20px;
    bottom: 6px;
    font-size: 20px;
    position: absolute;
}

.coupon-describe-item-m .num.money:after {
    content: "元";
}

.coupon-item-tp .num.money:after {
    content: "元";
}

@media (min-width: 767px) {
    .wlhoncsl .es-icon-play {
        display: inline-block;
        background: url(../img/play.png) 0 0 no-repeat;
        background-size: 80% 80%;
        width: 20px;
        height: 20px;
        background-position-y: 4px;
        position: relative;
        top: 2px;
        left: 2px;
    }
}

.course-detail-content-box {
    margin-bottom: 120px;
}


/*2020-03-04 课程页面增加试听课程自动播放功能*/

.Audition_course {
    display: none;
}

.has_audition_course .Audition_course {
    position: absolute;
    display: block;
    right: -1px;
    border: none;
}

.has_audition_course .course-detail-right {
    position: absolute;
    left: 320px;
    bottom: 0;
    float: none !important;
}


/*2020-03-06 当中间宽度小于940时候，就把播放器在左下角固定，去上课这个样式也要恢复*/

.has_audition_course_small_scree .Audition_course {
    position: fixed;
    display: block;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.has_audition_course_small_scree .course-detail-right {
    position: none;
    float: right !important;
}


/* 等侯保 */

.denghoubao-wrap .close-section {
    width: 16px;
    height: 16px;
    background: url(/static-dist/k12/img/share_course_close.png) 0 0 no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.denghoubao-wrap .close-section:hover {
    background: url(/static-dist/k12/img/share_course_close.png) 0 0 no-repeat;
    background-size: 100% 100%;
}


/*智齿样式*/

.zhichi_icon_wrap {
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    outline: none;
    margin-bottom: 6px !important;
}


/* 课程列表设置背景 */

#liveCourseTop3 {
    background: #F9F9F9;
    padding-top: 10px;
}


/* 选课中心增加最近公开课模块 */

.open-course-wrap {
    width: 100%;
    background: #fff;
}

.open-course {
    display: flex;
    flex-flow: nowrap row;
    width: 1200px;
    margin: 0 auto;
}

.open-course-list {
    width: 900px;
}

@media (min-width: 765px) {
    #mobile-open-course {
        display: none;
    }
}


/* 移动端最近公开课只展示2条数据，不显示快捷入口 */

@media (max-width: 765px) {
    .open-course {
        display: flex;
        flex-flow: nowrap row;
        width: 100%;
        margin: 0 auto;
    }
    .open-course-list {
        width: 100%;
    }
    .quick-entrance {
        display: none;
    }
    #web-open-course {
        display: none;
    }
    #mobile-open-course .alive-content>h4 {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 18px;
        margin: 5px 0;
        height: 36px;
    }
    #mobile-open-course .alive-content>div>span {
        font-size: 10px!important;
        line-height: 22px!important;
    }
    .alive-time {
        font-size: 10px!important;
    }
    .alive-content-user {
        display: flex;
        flex-flow: nowrap row;
    }
    .alive-content-user>img {
        width: 24px;
        height: 23px;
        border-radius: 50%;
        margin-right: 10px;
    }
}

@media (min-width:765px) {
    .alive-content {
        display: flex;
        flex-flow: nowrap row;
    }
}

.open-course-list>h3 {
    padding-left: 10px!important;
}

.open-course-list>h3,
.quick-entrance>h3 {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
    margin: 20px 0;
    padding: 0;
}

#alive-wrap {
    margin: 0!important;
    padding: 0;
}

.open-course-list>ul>li {
    height: 137px;
    background: #FFFFFF;
    border-radius: 2px;
}

.open-course-list>ul>li>.alive-list:hover {
    box-shadow: 0px 2px 12px 0px #DCDCDC;
}

.alive-time {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF9B0E;
    padding: 2px 5px;
    background: rgba(255, 155, 14, 0.1);
    border-radius: 2px;
    margin: 7px 0;
    text-align: center;
    width: 145px;
}

.alive-time-act {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    padding: 2px 5px;
    background: rgba(244, 0, 0, 0.1);
    color: #FF293E;
    border-radius: 2px;
    margin: 7px 0;
    text-align: center;
    width: 145px;
}

.alive-list {
    border: 1px solid #EBEBEB;
    padding: 0 5px;
    height: 110px;
}

.alive-content>img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.alive-content>div>h4 {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    margin: 0!important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 202px;
}

.alive-content>div>span {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
    display: block;
}


/* 选课中心快捷入口 */

.quick-entrance {
    width: 282px;
}

.quick-entrance>ul {
    margin: 0;
    padding: 0;
}

.quick-entrance>ul>li {
    width: 282px;
    height: 58px;
    line-height: 58px;
    box-shadow: 0px 2px 4px 0px rgba(255, 135, 12, 0.2);
    border-radius: 2px;
    border: 1px solid #FEDABE;
    margin-bottom: 5px;
}

.quick-entrance>ul>li>a {
    width: 282px;
    height: 58px;
    line-height: 58px;
    display: flex;
    flex-flow: nowrap row;
}

.quick-entrance>ul>li>div {
    width: 58px;
    height: 58px;
    margin: 0;
    padding: 0;
}

.quick-entrance>ul>li:nth-child(1)>a>div {
    background: url(/static-dist/k12/img/select-course/exam-icon.png) center no-repeat;
    background-size: 40% 40%;
}

.quick-entrance>ul>li:nth-child(2)>a>div {
    background: url(/static-dist/k12/img/select-course/text-icon.png) center no-repeat;
    background-size: 40% 40%;
}

.quick-entrance>ul>li:nth-child(3)>a>div {
    background: url(/static-dist/k12/img/select-course/qingbei-icon.png) center no-repeat;
    background-size: 40% 40%;
}

.quick-entrance>ul>li:nth-child(4)>a>div {
    background: url(/static-dist/k12/img/select-course/down-icon.png) center no-repeat;
    background-size: 40% 40%;
}

.quick-entrance>ul>li:nth-child(1)>a:hover>div {
    background: #FF870C url(/static-dist/k12/img/select-course/exam-icon-act.png) center no-repeat;
    background-size: 40% 40%;
}

.quick-entrance>ul>li:nth-child(2)>a:hover>div {
    background: #FF870C url(/static-dist/k12/img/select-course/text-icon-act.png) center no-repeat;
    background-size: 40% 40%;
}

.quick-entrance>ul>li:nth-child(3)>a:hover>div {
    background: #FF870C url(/static-dist/k12/img/select-course/qingbei-icon-act.png) center no-repeat;
    background-size: 40% 40%;
}

.quick-entrance>ul>li:nth-child(4)>a:hover>div {
    background: #FF870C url(/static-dist/k12/img/select-course/down-icon-act.png) center no-repeat;
    background-size: 40% 40%;
}

.quick-entrance>ul>li>a>h4 {
    width: 180px;
    height: 58px;
    line-height: 58px;
    margin: 0;
    text-align: center;
    color: #F7791C;
    margin-right: 20px;
}

.quick-entrance>ul>li>a>div {
    width: 58px;
    height: 56px;
}

.quick-entrance>ul>li>a>span {
    display: inline-block;
    width: 10px;
    height: 16px;
    background: url(/static-dist/k12/img/select-course/quick-left-icon.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin: 20px 0;
}


/* 课程详情页改版2021年6月9日 */

.course-detail-banner>div>img {
    width: 100%;
    height: 309px;
}

.course-detail-description>h3 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
    margin: 0 0 10px 0;
}

.course-detail-tip,
.course-detail-type {
    width: 100%;
    margin-top: 14px;
    padding: 0;
}

.course-detail-tip>li {
    font-size: 10px;
}

.course-detail-tip>li>img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.course-detail-type>li {
    width: 50%;
    margin: 2px 0;
}

.course-price-wrap {
    background: #F9F9F9;
    padding: 10px;
}

.course-price-wrap>p {
    line-height: 24px;
}

.course-price-wrap i {
    font-style: normal;
}

.course-price-wrap b,
.course-price-wrap strong {
    font-weight: normal;
}

.course-price-wrap>p>span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.course-price-wrap>p>.course-price {
    font-size: 21px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #F40000;
    line-height: 29px;
}

.course-price-wrap>p>i {
    background: rgba(244, 0, 0, 0.1);
    border-radius: 2px;
    padding: 2px 6px;
    margin: 0 5px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF293E;
    line-height: 17px;
}

.course-price-wrap>p>strong {
    background: rgba(255, 155, 14, 0.1);
    border-radius: 10px;
    padding: 2px 6px;
    margin: 0 10px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF9B0E;
    line-height: 17px;
}

.course-buy-number {
    float: right;
}

.course-buy-number>i {
    color: #F40000;
}

.course-detail-type {
    margin-bottom: 20px;
    clear: both;
    overflow: hidden;
}

.course-detail-type>li>span {
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.course-detail-type>li>b {
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-left: 10px;
}

.button-wrap {
    margin: 20px 0;
}

.buy-course-button {
    background: linear-gradient(180deg, #FFBC1C 0%, #FF870C 100%);
    border-radius: 4px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    padding: 5px 10px;
    margin: 5px 24px 0 10px;
    cursor: pointer;
}

.buy-course-button:hover,
.study-button:hover {
    color: #FFFFFF;
}

.study-button {
    background: linear-gradient(180deg, #FF6776 0%, #FF293E 100%);
    border-radius: 4px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    padding: 5px 10px;
    margin: 5px 0;
    cursor: pointer;
}


/* 课程详情移动端 */

@media (max-width: 765px) {
    .course-detail-tip>li {
        font-size: 8px;
    }
    .course-detail-type>li {
        font-size: 8px;
    }
    #discountsCourse {
        display: none;
    }
}


/* 优惠课程样式--只有pc端显示 */

#discountsCourse {
    background: #FFFFFF;
}

#discountsCourse>.set-meal-course {
    width: 310px;
    margin: 0 auto 24px auto;
    height: 572px;
    border-radius: 4px;
    border: 1px solid #EBEBEB;
}

.discounts-course-content>img {
    width: 195px;
    height: 30px;
    margin: 24px auto 0 auto;
    display: block;
}

.discounts-course-content>h4 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF2B40;
    line-height: 22px;
    margin: 10px auto 12px auto;
    width: 262px;
}

.discounts-course-content>ul {
    width: 262px;
    height: 308px;
    background: #F5F9FD;
    border-radius: 4px;
    margin: 0 auto;
    padding: 16px;
}

.discounts-course-content>ul>li {
    border-bottom: 1px dashed #DFDFDF;
    padding-bottom: 8px;
}

.discounts-course-content>ul>li:last-child {
    border-bottom: 0;
}

.discounts-course-content>ul>li>p,
.set-meal>p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-top: 8px;
}

.discounts-course-content>ul>li>b,
.set-meal>b {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px
}

.discounts-course-content>ul>li>span,
.set-meal>span {
    border-radius: 12px;
    border: 1px solid #FF2B40;
    width: 66px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #FF2B40;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    float: right;
}


/* 优惠套餐 */

.set-meal {
    width: 262px;
    height: 136px;
    background: #F5F9FD;
    border-radius: 4px;
    margin: 0px auto;
    padding: 16px;
}

.set-meal>img {
    width: 36px;
    height: 20px;
    left: 0;
    bottom: 0;
}

.link-wrap {
    background: #fff;
    position: relative;
    width: 262px;
    height: 10px;
    margin: 0 auto;
}

.link-wrap>img {
    width: 8px;
    height: 28px;
    position: absolute;
    top: -10px;
}

.link-wrap>img:nth-child(1) {
    left: 30%;
}

.link-wrap>img:nth-child(2) {
    right: 30%;
}


/* 组合优惠 */

#group-discounts {
    width: 310px;
    height: 546px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #EBEBEB;
    margin: 0 auto 30px auto;
}

#group-discounts>h4 {
    width: 224px;
    height: 40px;
    background: linear-gradient(180deg, #FF6776 0%, #FF293E 100%);
    border-radius: 0px 0px 10px 10px;
    margin: 0 auto;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}

#group-discounts>ul {
    padding: 0;
    margin: 10px auto;
    width: 262px;
}

#group-discounts>ul>li {
    display: flex;
    flex-flow: nowrap row;
    width: 262px;
    height: 98px;
    background: #F5F9FD;
    border-radius: 4px;
    margin-top: 12px;
    padding: 8px;
}

#group-discounts>ul>li>img {
    width: 82px;
    height: 82px;
    margin-right: 10px;
}

#group-discounts>ul>li>p {
    width: 152px;
    height: 40px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

#group-discounts>ul>li>b {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}

#group-discounts>ul>li>div>span {
    width: 16px;
    height: 16px;
    background: url("/static-dist/k12/img/course-detail/select-act.png") center no-repeat;
    background-size: 100% 100%;
    border-radius: 4px;
    display: inline-block;
    float: right;
    margin-top: 3px;
}

#group-discounts>p {
    width: 262px;
    margin: 10px auto 0 auto;
}

#group-discounts>p>span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.discounts-price-wrap {
    border-bottom: 1px solid #F9F9F9;
    padding-bottom: 20px;
}

#group-discounts>p .discounts-price {
    color: #FF9B0E;
}

#group-discounts>p>b {
    font-weight: normal;
    float: right;
    color: #666666;
    font-size: 14px;
}

#group-discounts>p .buy-discounts-course {
    width: 72px;
    height: 26px;
    background: linear-gradient(180deg, #FF6776 0%, #FF293E 100%);
    border-radius: 13px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
}

#group-discounts>p .discounts-total-price {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FF2B40;
    line-height: 22px;
}

.agrrent {
    font-size: 12px;
}

.agrrent a {
    color: #F40000;
}

.wrap_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.705);
    z-index: 100;
    display: none;
    padding-top: 200px;
}

.slidercaptcha {
    position: fixed;
    top: 25%!important;
    left: 50%;
    margin-left: -190px;
    z-index: 1000;
}

#captcha {
    background-color: #fff;
}