html,body{
    width: 100vw;
    height: 100%;
    overflow: hidden;

}
body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent!important;
    background-image: none !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
body.grey{
    background: #f8f8f8;
}
img {
    max-width: 100%;
    height: auto;
}

video {
    width: 100%;
    height: auto;
}
* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
ul,li{
    list-style: none;
}
a{
    color: #000;
    text-decoration: none;

}
.container {
    width: 100%;
    height: calc(100% - env(safe-area-inset-bottom, 0px));
    display: flex;
    flex-direction: column;
    align-items: center;
}
.scroll{
    width: 100%;
    flex: 1;
    overflow-y: auto;
}
.banner{
    width: 100%;
    padding: 16px;

}
.banner-box{
    width: 100%;

}
.banner-box img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.func{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 16px;
}
.func-item{
    width: 22%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}
.func-item-box{

}
.func-item-img{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #ccc;
}
.func-item-img img{
    width: 60px;
    height: 60px;
}
.func-item-text{
    margin-top: 6px;
    font-size: 14px;
}

.notice{
    width: 100%;
    padding: 16px;
    display: flex;
    align-items: center;
}
.notice-icon img{
    display: block;
    width: 63px;
    height: 16px;

}
.notice-box{
    flex: 1;
    width: 100%;
    overflow: hidden;
    height: 20px;
    position: relative;
}
.notice-box .swiper-container{
    padding: 0px 14px;
}
.notice-box .swiper-slide{
    height: 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 15px;
    color: #666;
}


.news-list{
    width: 100%;
}
.news-item{
    margin-bottom: 10px;
    padding: 10px 16px;
    border-top: 1px solid #eee;
}
.news-item-title{
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制文本为2行 */
    overflow: hidden;
    padding-left: 10px;
    position: relative;
}
.news-item-title:after{
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: blue;
    position: absolute;
    left: 0px;
    top: 8px;
}

.news-item-bottom{
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
    color: #999;
    font-size: 12px;
    margin-top: 10px;
}

.news-detail{
    padding: 10px;
}
.news-title{
    font-size: 18px;
}
.news-source{
    display: flex;
    align-items: center;
    padding: 10px 0px;
}
.news-source > div{
    margin-right: 12px;
    font-size: 14px;
    color: #999;
}
.tabbar-h{
    width: 100%;
    height: 60px;

}
.tabbar{
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-top: 1px solid #eee; /* 设置顶部边框 */
    border-top-box-shadow: 3px 5px 10px rgba(0, 0, 0,0.6)
}
.tabbar-item{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tabbar-item-icon{
    width: 26px;
    height: 26px;

}
.tabbar-item-icon img{
    display: block;
    width: 26px;
    height: 26px;
}
.tabbar-item-text{
    font-size: 12px;
    color: #999;
    line-height: 1em;
    margin-top: 6px;
}
.tabbar-item-box.current .tabbar-item-text{
    color: #4580fe;
}

.user-top{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 50px 30px;
    background: #007aff;
    position: relative;
}

.user-logo{
    position: relative;
    width: 72px;
    height: 72px;
    overflow: hidden;
    margin-right: 16px;
}
.user-logo img{
    width: 72px;
    height: 72px;
    border-radius: 72px;

}
.user-logo input{
    display: block;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    font-size: 72px;
    opacity: 0;

}
.not-login{
    font-size: 18px;
    color: #fff;
}
.user-name{
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
}
.user-mobile{
    font-size: 16px;
    color: #fff;
    line-height: 1em;
    margin-top: 8px;
}

.user-edit{
    position: absolute;
    right: 20px;
    top: 40px;
    width: 20px;
    height: 20px;
}
.user-edit img{
    display: block;
    width: 20px;
    height: 20px;
}

.user-nav{
    margin-bottom: 16px;
    background: #fff;
}
.user-nav-item{
    display: flex;
    align-items: center;
    position: relative;

}
.user-nav-item:after{
    display: block;
    content: "";
    width: 12px;
    height: 22px;
    background: url("../images/icon_back_left.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 20px;
}
.user-nav-item-icon{
    width: 36px;
    height: 36px;
    margin-right: 10px;
    margin-left: 20px;
}
.user-nav-item-icon img{
    display: block;
    width: 36px;
    height: 36px;
}

.user-nav-item-text{
    flex: 1;
    width: 100%;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f7f7f7;
    padding-left: 20px;
}

.nav-bar{
    width: 100%;
    display: flex;
    padding: 12px 16px;
    background: #fff;
}
.nav-back img{
    display: block;
    width: 16px;
    height: 21px;
}
.nav-title{
    flex: 1;
    width: 100%;
    padding-right: 16px;
    text-align: center;
    font-size: 18px;
}

.form{
    width: 100%;
}
.form-item{
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #ededed;
}
.form-item-label{
    font-size: 15px;
    width: 86px;
    text-align-last: justify;
    margin-right: 16px;
}

.form-item-input{
    flex: 1;
    width: 100%;
}
.form-item-input input{
    display: block;
    width: 100%;
    font-size: 15px;
    background: none;
}

.form-btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}
.form-btn button{
    width: 100%;
    height: 44px;
    border-radius: 44px;
    background: #007aff;
    font-size: 18px;
    color: #fff;

}
.pic-verification{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.pic-verification img{
    width: 120px;
    height: 40px;
}
.verification{
    padding: 0px 12px;
    background: #007aff;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    font-size: 14px;
    color: #fff;
}

.login-form-bottom-opr{
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-form-bottom-opr div{
    font-size: 15px;
    color: #007aff;
}

.login-btn{
    width: 100%;
    padding: 20px;
}
.login-btn div{
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 44px;
    background: #fff;
    font-size: 18px;
    color: #007aff;
    text-align: center;
    border: 1px solid #007aff;
    margin-bottom: 20px;
}
.login-btn div.blue{
    background: #007aff;
    color: #fff;
}

.login-btn div.grey{
    background: #ccc;
    color: #fff;
    border-color: #ccc;
}

.select-div{
    width: 100%;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #ededed;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.select-val{
    flex: 1;
    width: 100%;
    font-size: 16px;
    padding: 0px 10px;
}
.select-icon{
    width: 34px;
    height: 40px;
    background: #c7defa;
    position: relative;

}
.select-icon:after{
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #007aff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -8px;
}

.instructions-title{
    font-size: 18px;
    padding: 20px 0px;
    text-align: center;
}
.instructions{
    padding: 16px;
    font-size: 16px;
    color: #333;
    line-height: 1.5em;
}

.instructions-sub-title{
    font-weight: bold;
    padding: 20px 0px;
}

.course-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}
.course-top-title{
    font-size: 18px;
    font-weight: bold;
}
.course-top-year{
    font-size: 15px;
    padding-right: 20px;
    position: relative;
}
.course-top-year:after{

    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #007aff;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -4px;


}

.course-empty{
    padding-top: 120px;
}
.course-empty-img{
    display: flex;
    justify-content: center;

}

.course-empty-img img{
    display: block;
    width: 200px;
    height: auto;
}

.course-empty-tips{
    font-size: 16px;
    color: #999;
    text-align: center;
    margin-top: 16px;
}

.course-empty-btn{
    margin: 0px auto;
    margin-top: 40px;
    width: 90px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #007aff;
    font-size: 15px;
    color: #fff;
    border-radius: 6px;

}

.bind-public-btn{
    padding: 16px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-item{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 16px;
    border-top: 1px solid #f0f0f0;
}
.course-item-img{
    width: 90px;
    height: 60px;
    background: #ccc;
    margin-right: 10px;

}
.course-item-img img{
    display: block;
    width: 90px;
    height: 60px;
}
.course-item-con{
    width: 100%;
    flex: 1;
}
.course-item-name{
    display: flex;
    width: 100%;
    height: 40px;
}
.course-item-name-text{
    font-size: 15px;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
}
.course-item-name-icon img{
    display: block;

    height: 40px;
    width: auto;
}
.course-item-progress{
    font-size: 13px;
    color: #777;
}
.course-item-progress span{
    color: #007aff;
}
.course-item-type{
    font-size: 13px;
    color: #999;
}
.course-item-opr{
    margin-left: 10px;
}
.course-item-opr div{
    padding: 0px 6px;
    font-size: 12px;
    background: #007aff;
    border:1px solid #007aff;
    color: #fff;
    height: 24px;
    line-height: 24px;
    border-radius: 30px;
    margin: 8px 0px;
}
.course-item-opr div.white{

    background: #fff;
    color: #007aff;
}

.course-item-info{
    font-size: 13px;
    color: #666;
    line-height: 1.5em;
}

.course-video{
    width: 100%;
}
.course-name-back{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #f0f0f0;
}
.course-name{
    font-size: 17px;
    width: 100%;
    flex: 1;
}
.course-back{
    width: 86px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #007aff;
    border-radius: 32px;
    font-size: 15px;
    color: #007aff;
}
.prism-setting-btn,.prism-cc-btn,.prism-volume{
    display:none;
}
.playback-rate-control {
    display: none;
}

.courseware-item{
    display: flex;
    align-items: center;
    padding: 16px 60px 16px 16px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;

}
.courseware-item:after{
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #007aff;
    position: absolute;
    top:50%;
    margin-top: -8px;
    right: 16px;

}
.courseware-item-con{
    flex: 1;
    width: 100%;
}
.courseware-item-name{
    font-size: 15px;
    line-height: 1.5em;
}
.courseware-item.current .courseware-item-name{
    color: #007aff;
}
.percent-box{
    width: 100%;
   display: flex;
    align-items: center;
    margin-top: 6px;
}
.percent{
    flex: 1;
    width: 100%;
    height: 8px;
    border-radius: 8px;
    background: #eee;
}
.percent-bar{
    height: 100%;
    background: #007aff;
    border-radius: 8px;
}
.percent-val{
    font-size: 13px;
    margin-left: 10px;
}

.public-course-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    font-size: 13px;
}
.public-course-item{
    padding: 16px;
    border-top: 1px solid #eee;
}
.public-course-item-name{
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 12px;
}
.public-course-item-name span{
    color: #007aff;
}
.public-course-item-box{
    display: flex;
    align-items: center;
}
.public-course-item-img{
    width: 90px;
    height: 60px;
    background: #ccc;
    margin-right: 10px;
}
.public-course-item-img img{
    display: block;
    width: 90px;
    height: 60px;
}
.public-course-item-con{
    width: 100px;
    flex: 1;
    font-size: 13px;
    line-height: 20px;
    position: relative;
}
.public-course-item-con.binded:after{
    display: block;
    content: "";
    width: 46px;
    height: 46px;
    background: url("../images/bind_tag.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: -2px;
    right: 2px;
}
.public-course-item-con span{
    color: #007aff;
}
.public-course-item-grade-progress{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.public-course-item-opr{
    margin-left: 16px;
}

.bind{
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #f0f0f0;
}

.bind span{
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #007aff;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
}
.question-total{
    font-size: 16px;
}
.question-type-total{
    width: 100%;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}

.swiper-container.exam-swiper{
    width: 100%;
    height: 100%;
}
.exam-swiper .swiper-slide{
    padding: 20px;
}
.question{
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.question span{
    color: #007aff;
    padding: 0px 6px;
}

.answer{

}
.answer-item{
    width: 100%;
    min-height: 42px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    background: #f5f5f5;
    padding: 4px 16px;
    margin-bottom: 20px;
    font-size: 14px;
    border: 1px solid #f5f5f5;
    border-left: 6px solid #f5f5f5;
    color: #000;
}
.answer-item.current{
    border-color: #007aff;
    color: #007aff;
}
.answer-item span{
    margin-right: 26px;
}


.exam-opr{
    width: 100%;
    padding: 20px 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 20;
    left: 0px;
    bottom: 0px;
}

.exam-opr div{
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #007aff;
    font-size: 16px;
    color: #007aff;
    border-radius: 8px;
    margin: 0px 20px;
}
.exam-opr div.confirm-btn{
    background: #007aff;
    color: #fff;
}


.exam-result-name{
    width: 100%;
    background: #007aff;
    font-size: 18px;
    line-height: 1em;
    color: #fff;
    padding: 30px 20px 80px 20px;
    text-align: center;
}
.box{
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
}
.exam-result-tips{

    margin-top: -50px;
}
.exam-result-tips-text{
    font-size: 18px;
    color: #e1847d;
    text-align: center;
    padding: 10px 0px;
}
.exam-result-tips-line img{
    width: 100%;
    height: auto;
}

.test-data{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 20px 10px 20px;
}
.test-data div{
    width: 50%;
    font-size: 15px;
    margin-bottom: 10px;
}
.test-data div span{
    color: #e1847d;
}
.exam-result-box{
    padding: 0px 20px;
}

.question-result{
    min-height: 200px;
    font-size: 15px;
    line-height: 20px;
    color: #999;
}

.exam-result-info-tips{
    text-align: center;
    font-size: 14px;
    color: #007aff;
}

.order-list{
    width: 100%;

}
.order-item{
   margin-bottom: 12px;
    background: #fff;
}

.order-title{
    padding: 16px 14px;
    font-size: 17px;
    font-weight: bold;
}

.order-info-price{
    width: 100%;
    padding: 0px 14px;
    display: flex;
    justify-content: space-between;

}
.order-info{
    font-size: 14px;
    color: #999;
}
.order-info div{
    line-height: 1em;
    margin-bottom: 10px;
}
.order-price{
    font-size: 15px;
    color: orange;
}
.order-opr{
    display: flex;
    width: 100%;
    padding: 12px;
    justify-content: flex-end;
    border-top: 1px solid #eee;
}
.order-opr div{
    width: 86px;
    height: 32px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #007aff;
    border: 1px solid #007aff;
}

.invoice-player{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0px;
}
.invoice-player-box{
    width: 80%;
    padding: 20px;
    background: #fff;
    position: fixed;
    top: 50%;
    margin-top: -150px;
    left: 10%;
    border-radius: 6px;
}
.invoice-player-box ul li{
    font-size: 14px;
    color: #666666;
    line-height: 1em;
    margin-bottom: 20px;
}
.invoice-player-close{
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -11px;
}
.invoice-player-close::before{
    display: block;
    content: "";
    width: 2px;
    height: 22px;
    background: #f0f0f0;
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    left: 7px;
}
.invoice-player-close::after{
    display: block;
    content: "";
    width: 2px;
    height: 22px;
    background: #f0f0f0;
    transform: rotate(-45deg);
    position: absolute;
    top: 0px;
    left: 7px;
}

.radio{
    width: 100%;
    display: flex;
    align-items: center;

}
.radio label{

    display: flex;
    align-items: center;
    margin-right: 30px;

}
.form-item-input .radio input{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.invoice-form .form-item{
    padding: 12px 16px;
}

.invoice-form .form-item-label{
    min-width: 90px;
    width: auto;
    color: #555;
}

.invoice-form-tips{
    font-size: 15px;
    color: #007aff;
    text-align: center;
    padding: 12px 0px;
}
.invoice-form-btn-h{
    width: 100%;
    height: 60px;
}
.invoice-form-btn{
    width: 100%;
    padding: 10px 16px;
    position: fixed;
    left: 0px;
    bottom: 0px;
}
.invoice-form-btn span{
    display: flex;
    width: 100%;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: #007aff;
    font-size: 15px;
    color: #fff;
    border-radius: 6px;

}

.not-required{
    width: 100%;
    height: 1px;
    background: #666666;
    position: relative;
    margin: 20px 0px;
}
.not-required:after{
    display: block;
    content: "非必填";
    height: 20px;
    line-height: 20px;
    background: #fff;
    font-size: 16px;
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -10px;
    color: #666;

}


.credit-result{
    background: url("../images/adverties_bj.png") no-repeat center top;
    background-size: cover;
    padding: 26px;
}

.credit-result-con{
    background: #fff;
    border-radius: 10px;
    margin-top: 50px;
}

.credit-avatar{
    width: 100%;
    height: 40px;
    position: relative;
}
.credit-avatar img{
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;

}

.credit-name{
    font-size: 20px;
    color: #444;
    text-align: center;
    padding: 14px 0px;
}
.credit-idcard{
    font-size: 18px;
    color: #777;
    text-align: center;
    margin-bottom: 20px;
}
.credit-year{
    font-size: 18px;
    text-align: center;
    color: #007aff;
    margin-bottom: 8px;
}
.credit-hours{
    border: 1px solid #eee;
}
.credit-hours ul{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.credit-hours ul li{
    width: 50%;
    text-align: center;
    padding: 10px 0px;

}
.credit-hours ul li:nth-child(1){
    font-size: 18px;
    font-weight: bold;
}
.credit-hours ul li:nth-child(2){
    font-size: 16px;
   color: #888;
}
.credit-download{
    width: 120px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #007aff;
    font-size: 15px;
    color: #fff;
    margin: 20px auto;
    border-radius: 6px;
}
.credit-tips{
    font-size: 15px;
    text-align: center;
    color: #666;
    padding-bottom: 20px;
}



.xiehui {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;

}
.xiehui-con{
    width: 100%;
    flex: 1;
}
.xiehui-con h3{
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 6px;

}
.xiehui-con p{
    font-size: 14px;
    color: #888;
    line-height: 20px;
}

.xiehui-qrcode{
    width: 100px;
    height: 100px;
    background: #ccc;
    margin-left: 12px;
}
.xiehui-qrcode img{
    display: block;
    width: 100px;
    height: 100px;
}
.nav-title.supple-nav-title{
    padding-left: 20px;
    padding-right: 0px;
}

.supple-link{
    color: #007aff;
    font-size: 16px;
}

.supple-item{
    background: #fff;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1em;
    padding: 14px 18px;
    margin-top: 1px;

}
.supple-item > div{
    margin-bottom: 8px;
    display: flex;
}
.supple-item-label{
    font-size: 15px;
    width: 86px;
    text-align-last: justify;
    margin-right: 16px;
}
.supple-item-con{
    flex: 1;
    width: 100%;
}
.supple-item > div:last-child{
    margin-bottom: 0px;
}
.supple-item img{
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 60px;
}

.preview-player{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
}
.preview-player-con{
    width: 80%;
    height: 80%;
    position: fixed;
    left: 10%;
    top: 10%;


}
.preview-player-con img{
    display: block;
    width: 100%;
    height: 100%;
}

.preview-player-close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    /*
    left: 50%;
    margin-left: -11px;

     */
    right: -10px;
    border: 1px solid #fff;
    border-radius: 22px;
}
.preview-player-close::before{
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 13px;
}
.preview-player-close::after{
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    background: #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 4px;
    left: 13px;
}

.supple-form{
    background: #fff;
}

.supple-upload{
    font-size: 15px;
    position: relative;
    text-decoration: underline;
}
.supple-upload input{
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.supple-tips{
    padding: 0px 20px 20px 20px;
    font-size: 16px;
    color: #555;
    line-height: 1.5em;
}

.supple-download{
    text-align: center;
    padding: 10px;
    font-size: 17px;

}
.supple-img img{
    display: block;
    width: 40px;
    height: 50px;
}

.pay-top{
    display: flex;
    width: 100%;
    padding: 14px 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}
.pay-label{
    font-size: 16px;

}
.pay-price{
    font-size: 16px;
    color: orange;
    font-weight: bold;
}

.pay-type{

}
.pay-type-title{
    padding: 14px 20px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #f0f0f0;
}
.pay-type-item{
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pay-type-item-name{
    display: flex;
    align-items: center;

}
.pay-type-item-name img{
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.pay-type-item-name span{
    font-size: 16px;
}
.pay-type-radio input{
    display: block;
    width: 20px;
    height: 20px;
}
.pay-tips{
    padding: 20px;
    border-top: 10px solid #f0f0f0;
}
.pay-tips h3{
    font-size: 16px;
    color: orange;
}
.pay-tips ul li{

    font-size: 15px;
    line-height: 1.5em;
    color: #888;
    margin-bottom: 14px;
}

.pay-bottom{
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    position: fixed;
    z-index: 10;
    left: 0px;
    bottom: 0px;

    border-top: 1px solid #f0f0f0;

}
.pay-bottom-total{
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;

}
.pay-bottom-total span{
    color: orange;
}
.pay-bottom-btn {
    width: 50%;
    height: 46px;
    display: flex;
    background: #007aff;
    font-size: 16px;
    color: #fff;
    align-items: center;
    justify-content: center;

}

.evaluate-year{
    padding: 12px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.evaluate-scroll{
    background: #fff;
}
.evaluate-item{
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.evaluate-item-name{
    font-size: 17px;
    font-weight: bold;

}

.evaluate-item-opr{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.evaluate-item-opr div{
    width: 94px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #007aff;
    font-size: 15px;
    color: #007aff;
    border-radius: 32px;
}
.evaluate-item-opr div.blue{
    background: #007aff;
    color: #fff;
}



.evaluate-player{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0px;
}
.evaluate-player-box{
    width: 80%;
    padding: 20px;
    background: #fff;
    position: fixed;
    top: 50%;
    margin-top: -150px;
    left: 10%;
    border-radius: 6px;
}
.evaluate-player-close{
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -11px;
    border: 1px solid #fff;
    border-radius: 22px;
}
.evaluate-player-close::before{
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 13px;
}
.evaluate-player-close::after{
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    background: #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 4px;
    left: 13px;
}
.evaluate-player-title{
    font-size: 18px;
    text-align: center;
    line-height: 1em;
    margin-bottom: 16px;
}

.rating {
    width: 100%;
    display: flex;
    align-items: center;
}
.rating-label{
    font-size: 15px;
    margin-right: 10px;
}
.rating-star {
    font-size: 18px;
    color: #d3d1d1;
    cursor: pointer;
    display: inline-block;
    transition: color 0.3s;
    margin: 0px 2px;
}

.rating-star.active {
    color: #fcad03;
}

.rating-text {
    margin-left: 10px;
    font-size: 15px;
    color: #ff6200;
    vertical-align: super;
}
.anonymous{
   display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.anonymous-radio{
    width: 18px;
    height: 18px;
    border-radius: 20px;
    border: 1px solid #ccc;
    position: relative;
    margin-right: 10px;
}
.anonymous-radio.checked{
    border-color: #007aff;
}
.anonymous-radio.checked:after{
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #007aff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -4px;
}
.anonymous-text{
    font-size: 15px;
    color: #333;
}
.evaluate-btn{
    width: 100%;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    background: #007aff;
}

.face-course{
    width: 100%;
    height: 200px;
    background: url("../images/icon_course_bg.png") no-repeat center;
    background-size: contain;
    padding: 40px 20px 20px 20px;
    margin-top: 20px;


}
.face-course-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.face-course-top div{
    font-size: 14px;
    color: #fff;
}
.face-course-top img{
    width: 22px;
    height: 22px;
}
.face-course-datetime{
    padding: 20px 0px;
    font-size: 17px;
    line-height: 1em;
    text-align: center;
    color: #fff;
}
.face-course-status{

    font-size: 17px;
    text-align: center;
    color: #fff;
}

.area-tab{
    display: flex;
    align-items: center;
}
.area-tab div{
    padding: 4px 6px;
    font-size: 15px;
    border-bottom: 2px solid #fff;
    margin-right: 6px;
}
.area-tab div.current{
    color: #007aff;
    border-color: #007aff;
}

.addr{
    padding-right: 20px;
    background: url("../images/icon_back_left.png") no-repeat center right;
    background-size: 9px 16px;
}
.info-form .form-item-label{
    color: #888;
}

.logout-btn{
    width: 88%;
    height: 38px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #007aff;
    margin: 0px auto 20px auto;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.04);
}

.choose-top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: #f5f5f5;
}
.rule-btn{
    font-size: 14px;
    color: #007aff;
}

.choose-type{
    width: 100%;
}
.choose-type-title{
    font-size: 16px;
    padding: 0px 14px;
    font-weight: bold;
    margin-top: 10px;
}
.choose-type-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
}
.choose-type-list div{
    width: 48%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #999;
}
.choose-type-list div.current{
    border-color: #007aff;
    color: #007aff;
}

.choose-course-item{
    padding: 12px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
}

.choose-course-item-img{
    width: 120px;
    height: 70px;
    background: #ccc;
    margin-right: 10px;
}
.choose-course-item-con{
    width: 100%;
    flex: 1;
}
.choose-course-item-name{
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 16px;
}
.choose-course-item-hour-btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.choose-course-item-hour{
    color: #666;
}

.choose-btn{
    width: 80px;
    height: 30px;
    background: #007aff;
    border: 1px solid #007aff;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose-btn.current{
    background: #fff;

    color: #007aff;
}
.selected-box{
    width: 100%;
    padding: 10px 0px;
    display: flex;
    align-items: center;
}
.selected-box-hours{
    font-size: 13px;
    color: #999;
    padding-left: 10px;
    width: 100%;
    flex: 1;
}
.selected-box-hours span{
    color: #007aff;
    font-size: 16px;
}
.selected-submit.submit{
    background: #007aff;

}
.selected-submit{
    width: 110px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background: #888;
    color: #fff;

}

.choose-player{
    width: 90%;
    background: #fff;
    position: fixed;
    z-index: 20;
    left: 5%;
    top: 200px;
    padding: 14px;
    border-radius: 12px;
}
.choose-player-title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}
.choose-player-content{
    font-size: 15px;
    color: #777;
}
.success-tips .choose-player-content{
    text-align: center;
}
.choose-player-close{
    width: 100%;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #007aff;
    font-size: 15px;
    color: #fff;
    margin-top: 30px;
}

.mask{
    position: fixed;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
}

.player-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.player-close{
    position: relative;
    width: 22px;
    height: 22px;


}
.player-close::before{
    display: block;
    content: "";
    width: 2px;
    height: 22px;
    background: #ccc;
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    left: 7px;
}
.player-close::after{
    display: block;
    content: "";
    width: 2px;
    height: 22px;
    background: #ccc;
    transform: rotate(-45deg);
    position: absolute;
    top: 0px;
    left: 7px;
}

.player{
    width: 100vw;
    position: fixed;
    z-index: 20;
    bottom: -1000px;
    left: 0px;
    background: #fff;
    border-radius: 12px 12px 0px 0px;
}


.player.up{
    animation: layerUp 0.2s;
    bottom: 0px;

}
.player.down{
    animation: layerDown 0.2s;
    bottom: -10000px;
}

@keyframes layerUp {
    from {
        bottom: -10000px;
    }
    to {
        bottom: 0px;

    }
}
@keyframes layerDown {
    from {
        bottom: 0px;

    }
    to {
        bottom: -10000px;
    }
}

.select-box{
    height:200px ;
    overflow-y: auto;
}

.select-item{
    padding: 0px 16px;
    height: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}
.select-item.current{
    color: #007aff;
}
/* 小屏幕设备（如手机） */
@media only screen and (max-width: 600px) {
    body {
        font-size: 14px;
        margin: 0px;
        padding: 0px;
    }


}

/* 中等屏幕设备（如平板） */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    body {
        font-size: 16px;
        margin: 0px;
        padding: 0px;
    }

}

/* 大屏幕设备（如桌面） */
@media only screen and (min-width: 1025px) {
    body {
        font-size: 18px;
    }


}