﻿@charset "UTF-8";
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

fieldset, img, input, button, select {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
}

input, button {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}

button {
    cursor: pointer;
    background: transparent;
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
    background: transparent;
}

textarea {
    resize: none;
    font-family: "Microsoft YaHei";
    outline-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

body {
    font: 14px/150% "微软雅黑"!important;
    color: #000;
    background-color: #F6F6F6;
    padding: 1.75rem 0 2.4rem 0;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

em, i, u {
    font-style: normal;
    text-decoration: none;
}

.content {
    padding: 0 .35rem;
}

.base_div {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: .35rem;
}

/* index */

.index_header {
    width: 100%;
    height: 1.75rem;
    background-color: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 .5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
}

.logo {
    flex: 1;
    line-height: 1.75rem;
    font-size: .55rem;
    color: #38393B;
}

.logo img {
    float: left;
    height: 0.75rem;
    margin: .5rem .15rem 0 0;
}

.logo span{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notice_btn {
    height: 1.75rem;
}

.notice_btn img {
    height: 0.75rem;
    display: block;
    margin: .5rem auto;
}

.index_swiper {
    margin-top: .35rem;
    border-radius: .35rem;
    overflow: hidden;
}

.index_swiper .swiper-slide img {
    width: 100%;
    height: 5.85rem;
}

.index_nav {
    margin-top: .25rem;
    padding: .5rem 0 1px;
    display: flex;
    flex-wrap: wrap;
}

.index_nav a {
    width: 25%;
    text-align: center;
    padding-bottom: .65rem;
}

.index_nav a img {
    height: 1.44rem;
}

.index_nav a p {
    font-size: .4rem;
    line-height: .55rem;
    color: #343434;
    margin-top: .15rem;
}

/* .index_nav a:nth-child(5) img, .index_nav a:nth-child(6) img, .index_nav a:nth-child(7) img, .index_nav a:nth-child(8) img {
    height: 0.7rem;
} */

.title {
    padding: .65rem .15rem 0;
    display: flex;
}

.title>img {
    height: 0.6rem;
    margin: .15rem .15rem 0 0;
}

.title h3 {
    flex: 1;
    font-size: .65rem;
    line-height: .9rem;
    color: #343434;
}

.title a {
    font-size: .4rem;
    line-height: .9rem;
    color: #B6B6B6;
    padding-right: .47rem;
    background: url('../../../images/weixin/school/right.png') no-repeat right center;
    background-size: auto .3rem;
}

.public_class_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.public_class_list a {
    width: 5.75rem;
    height: 7.4rem;
    background-color: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: .35rem;
    margin-top: .35rem;
    box-sizing: border-box;
    padding: .35rem .35rem 0;
}

.public_class_list a>img {
    width: 100%;
    height: 3.95rem;
    border-radius: .35rem;
}

.public_class_list a h3 {
    font-size: .47rem;
    line-height: .6rem;
    color: #38393B;
    height: 1.2rem;
    margin-top: .35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.public_class_list a p {
    display: flex;
    margin-top: .5rem;
}

.public_class_list a p img {
    width: 0.7rem;
    height: 0.7rem;
    margin-right: .15rem;
}

.public_class_list a p i {
    flex: 1;
    font-size: .4rem;
    line-height: .7rem;
    color: #0082DB;
}

.public_class_list a p span {
    font-size: .4rem;
    line-height: .7rem;
    color: #969696;
}

.information_list {
    margin-top: .35rem;
}

.information_list a {
    display: flex;
    border-bottom: 1px solid #E0E0E0;
    padding: .5rem;
}

.information_list a>img {
    width: 3.03rem;
    height: 2.93rem;
    border-radius: .35rem;
    margin-right: .5rem;
}

.information_list_con {
    flex: 1;
}

.information_list_con h3 {
    font-size: .47rem;
    line-height: .6rem;
    color: #38393B;
    height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1.2rem;
}

.information_list_con p {
    display: flex;
    justify-content: space-between;
}

.information_list_con p i {
    font-size: .4rem;
    line-height: .55rem;
    color: #969696;
}

.information_list_con p i img {
    height: 0.4rem;
    margin-right: .15rem;
    position: relative;
    top: -.04rem;
}

.information_list_con p span {
    font-size: .4rem;
    line-height: .55rem;
    color: #0082DB;
}

.information_list_con p span img {
    height: 0.35rem;
    margin-right: .15rem;
    position: relative;
    top: -.04rem;
}

footer {
    width: 100%;
    height: 1.9rem;
    background-color: #fff;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}

footer a {
    flex: 1;
    text-align: center;
    padding-top: .2rem;
}

footer a img {
    display: block;
    height: 0.75rem;
    margin: 0 auto;
}

footer a p {
    font-size: .4rem;
    line-height: .95rem;
    color: #9C9C9C;
}

footer a.on p {
    color: #0082DB;
}

/* 搜索课程 */

.search_header {
    width: 100%;
    height: 2rem;
    box-sizing: border-box;
    background: #0F7EF2;
    padding: 0 .35rem 0 .5rem;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header_screening {
    width: 0.7rem;
    height: 2rem;
    margin-right: .5rem;
}

.header_screening img {
    width: 0.7rem;
    height: 0.7rem;
    display: block;
    margin: .65rem 0;
}

.header_search {
    flex: 1;
    border-radius: .35rem;
    background: rgba(145, 190, 255, .3);
    padding: 0 .5rem;
    margin: .3rem 0;
    display: flex;
}

.header_search input {
    flex: 1;
    font-size: .4rem;
    line-height: 1.4rem;
    color: #fff;
}

.header_search input::placeholder {
    color: #fff;
}

.header_search img {
    width: 0.5rem;
    height: 0.5rem;
    margin: .45rem 0;
}

.search_class_list a {
    display: flex;
    margin-top: .35rem;
    border-radius: .35rem;
    background-color: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    padding: .5rem;
}

.search_class_list a>img {
    width: 5.1rem;
    height: 3.94rem;
    border-radius: .35rem;
    margin-right: .5rem;
}

.search_class_list_con {
    flex: 1;
}

.search_class_list_con h3 {
    font-size: .55rem;
    line-height: .75rem;
    color: #38393B;
    font-weight: bold;
    overflow: hidden;+
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.search_class_list_con h3 span {
    display: inline-block;
    font-size: .45rem;
    line-height: .55rem;
    color: #fff;
    font-weight: normal;
    border-radius: .15rem;
    background: linear-gradient(180deg, #98D5FF 0%, #0082DB 100%);
    width: 1.15rem;
    text-align: center;
    margin-right: .15rem;
    position: relative;
    top: -.05rem;
}

.search_class_list_con h4 {
    font-size: .4rem;
    line-height: .55rem;
    color: #969696;
    margin-top: .05rem;
}

.search_class_list_con h5 {
    font-size: .4rem;
    line-height: .7rem;
    color: #0082DB;
    border-radius: .15rem;
    width: 4.74rem;
    text-align: center;
    background: #E5F2FC;
    margin-top: .15rem;
}

.search_class_list_con h5.red {
    color: #F65A58;
    background: rgba(246, 90, 88, .1);
}

.search_class_list_con h6 {
    font-size: .4rem;
    line-height: .55rem;
    color: #0082DB;
    margin-top: .3rem;
}

.search_class_list_con h6 img {
    height: 0.4rem;
    margin-right: .2rem;
    position: relative;
    top: -.05rem;
}

.page_up_down {
    width: 11.66rem;
    height: 2rem;
    background-color: #fff;
    border-radius: .35rem;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 2.25rem;
    left: 50%;
    margin-left: -5.83rem;
    box-sizing: border-box;
    padding: .35rem;
    display: flex;
    justify-content: space-between;
}

.page_up_down a {
    width: 5.35rem;
    font-size: .47rem;
    line-height: 1.35rem;
    color: #0082DB;
    text-align: center;
    background: #E5F2FC;
    border-radius: .35rem;
}

.page_up_down a img {
    height: 0.65rem;
    margin-right: .35rem;
    position: relative;
    top: -.05rem;
}

.page_up_down span {
    font-size: .5rem;
    line-height: 1.35rem;
    color: #333;
    width: 2rem;
    text-align: center;
}

/* 搜索课程-筛选 */

.search_class_screening_list {
    background-color: #fff;
}

.search_class_screening_list_top {
    padding: 0 .5rem;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
}

.search_class_screening_list_top h3 {
    flex: 1;
    font-size: .55rem;
    line-height: 1.9rem;
    color: #38393B;
    padding-left: .45rem;
    position: relative;
}

.search_class_screening_list_top h3::before {
    content: "";
    width: 0.1rem;
    height: 0.3rem;
    background: #0082DB;
    border-radius: .5rem;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.15rem;
}

.search_class_screening_list_top select {
    width: 8.44rem;
    height: 1.2rem;
    font-size: .4rem;
    color: #969696;
    border-radius: .35rem;
    padding: 0 .35rem;
    appearance: none;
    margin: .35rem 0;
    background: #F6F6F6 url('../../../images/weixin/school/down.png') no-repeat right center;
    background-size: auto .2rem;
    background-origin: content-box;
}

.search_class_screening_list_top button {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background: #F6F6F6 url('../../../images/weixin/school/up.png') no-repeat center;
    background-size: auto .2rem;
    margin: .5rem 0;
}

.search_class_screening_list_top button.show {
    background: #F6F6F6 url('../../../images/weixin/school/down.png') no-repeat center;
    background-size: auto .2rem;
}

.search_class_screening_list_bottom {
    padding: .35rem .5rem .5rem;
}

.search_class_screening_list_bottom_list {
    overflow: hidden;
}

.search_class_screening_list_bottom_list a {
    float: left;
    font-size: .4rem;
    line-height: 1rem;
    color: #969696;
    width: 3.66rem;
    margin: .25rem .25rem 0 0;
    border-radius: .15rem;
    background: #F6F6F6;
    text-align: center;
}

.search_class_screening_list_bottom_list a:nth-child(3n) {
    margin-right: 0;
}

.search_class_screening_list_bottom_list a.on {
    color: #fff;
    background: #0082DB;
}

.search_class_screening_list_bottom>button {
    display: block;
    width: 100%;
    font-size: .4rem;
    line-height: 1.35rem;
    color: #0082DB;
    text-align: center;
    background: #E5F2FC;
    border-radius: .15rem;
    margin-top: .15rem;
}

.search_class_screening_list_bottom>button img {
    height: 0.3rem;
    margin-left: .35rem;
    position: relative;
    top: -.02rem;
}

.search_class_screening_list_bottom>button.show img {
    transform: rotate(180deg);
}

/* 课程详情-报名 */

header {
    width: 100%;
    height: 1.75rem;
    background: #0F7EF2;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
    padding: 0 .5rem;
}

.back_btn {
    float: left;
    height: 1.75rem;
}

.back_btn img {
    height: 0.6rem;
}

header>p {
    width: 8rem;
    text-align: center;
    font-size: .55rem;
    line-height: 1.75rem;
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -4rem;
}

.test {
    height: 6.56rem;
    background: url('../../../images/weixin/school/bg1.png') no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding-top: 1.8rem;
}

.test h3 {
    font-size: .85rem;
    line-height: 1.15rem;
}

.test h4 {
    font-size: .55rem;
    line-height: .55rem;
    border-radius: .15rem;
    width: 1.35rem;
    display: inline-block;
    margin-top: .15rem;
    background: linear-gradient(180deg, #98D5FF 0%, #0082DB 100%);
}

.test h5 {
    font-size: .4rem;
    line-height: .55rem;
    margin-top: .5rem;
}

.class_details_list {
    background-color: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    padding: .15rem .35rem .35rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.class_details_list li {
    width: 5.8rem;
    margin-top: .15rem;
    border: 1px solid #E0E0E0;
    border-radius: .35rem;
    display: flex;
    padding: 0 .2rem;
    box-sizing: border-box;
}

.class_details_list li img {
    width: 0.76rem;
    height: 0.76rem;
    margin: .23rem .2rem 0 0;
}

.class_details_list li h3 {
    font-size: .4rem;
    line-height: 1.2rem;
    color: #38393B;
}

.class_details_list li input {
    flex: 1;
    min-width: 0;
    font-size: .4rem;
    line-height: 1.2rem;
    color: #38393B;
    text-align: right;
}

.class_details_list li input::placeholder {
    color: #969696;
}

.teacher_intr {
    margin-top: .35rem;
}

.tit {
    border-bottom: 1px solid #EFEFEF;
    padding: 0 .5rem;
    display: flex;
}

.tit h3 {
    flex: 1;
    font-size: .55rem;
    line-height: 1.75rem;
    color: #38393B;
    padding-left: .45rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tit h3::before {
    content: "";
    width: 0.1rem;
    height: 0.3rem;
    background: #0082DB;
    border-radius: .5rem;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.15rem;
}

.teacher_intr_con {
    padding: .35rem;
}

.teacher_intr_con textarea {
    display: block;
    width: 100%;
    height: 2.2rem;
    background: #F6F6F6;
    border-radius: .35rem;
    box-sizing: border-box;
    padding: .5rem;
    font-size: .4rem;
    line-height: .55rem;
    color: #969696;
    border: 0;
}

.teacher_intr_con button {
    display: block;
    width: 100%;
    font-size: .47rem;
    line-height: 1.65rem;
    color: #fff;
    text-align: center;
    border-radius: .35rem;
    background: linear-gradient(180deg, #98D5FF 0%, #0082DB 100%);
}

.teacher_intr_con button img {
    height: 0.65rem;
    margin-right: .35rem;
}

/* 支付订单 */

.pay_enterprise_info {
    margin-top: .65rem;
}

.tit2 h3 {
    font-size: .47rem;
    line-height: 1.65rem;
}

.pay_enterprise_info_list {
    padding: 0 .35rem;
}

.pay_enterprise_info_list li {
    border: 1px solid #EFEFEF;
    border-radius: .35rem;
    margin-top: .35rem;
    padding: 0 .35rem 0 .15rem;
    display: flex;
}

.pay_enterprise_info_list li>img {
    width: 1.35rem;
    height: 1.35rem;
    margin: .15rem .35rem 0 0;
}

.pay_enterprise_info_list li h3 {
    font-size: .4rem;
    line-height: 1.65rem;
    color: #38393B;
}

.pay_enterprise_info_list li p {
    flex: 1;
    text-align: right;
    font-size: .4rem;
    line-height: 1.65rem;
    color: #969696;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pay_enterprise_info_list li p.blue {
    color: #0082DB;
}

.pay_enterprise_info_total {
    padding: 0 .35rem;
    text-align: right;
    font-size: .4rem;
    line-height: 1.56rem;
    color: #38393B;
    margin-top: .15rem;
}

.pay_enterprise_info_total i {
    color: #0082DB;
    font-weight: bold;
}

.pay_enterprise_info_total span {
    font-size: .9rem;
    color: #0082DB;
    font-weight: bold;
}

.pay_personal_info {
    margin-top: .35rem;
}

.pay_personal_info_list li {
    border-bottom: 1px solid #EFEFEF;
    padding: 0 .45rem;
    display: flex;
}

.pay_personal_info_list li:last-child {
    border-bottom: 0;
}

.pay_personal_info_list li>img {
    width: 0.76rem;
    height: 0.76rem;
    margin: .45rem .15rem 0 0;
}

.pay_personal_info_list li h3 {
    font-size: .4rem;
    line-height: 1.65rem;
    color: #38393B;
}

.pay_personal_info_list li p {
    flex: 1;
    text-align: right;
    font-size: .4rem;
    line-height: 1.65rem;
    color: #969696;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.choose_pay_way {
    margin-top: .35rem;
}

.choose_pay_way_list li {
    display: flex;
    padding: 0 .5rem;
    border-bottom: 1px solid #EFEFEF;
}

.choose_pay_way_list li>img {
    width: 0.84rem;
    height: 0.84rem;
    margin: .5rem .35rem 0 0;
}

.choose_pay_way_list li h3 {
    flex: 1;
    font-size: .4rem;
    line-height: 1.85rem;
    color: #38393B;
}

.choose_pay_way_list li>span {
    width: 0.84rem;
    height: 0.84rem;
    margin: .5rem 0 0 .35rem;
    background: url('../../../images/weixin/school/choose_no.png') no-repeat;
    background-size: 100% 100%;
}

.choose_pay_way_list li.on>span {
    background: url('../../../images/weixin/school/choose_on.png') no-repeat;
    background-size: 100% 100%;
}

.activation_code_check {
    padding: .35rem;
    display: none;
}

.activation_code_check_con {
    background: #F6F6F6;
    border-radius: .35rem;
    padding: 0 .4rem 0 .5rem;
    display: flex;
}

.activation_code_check_con input {
    flex: 1;
    font-size: .4rem;
    line-height: 1.56rem;
    color: #38393B;
}

.activation_code_check_con input::placeholder {
    color: #969696;
}

.activation_code_check_con button {
    font-size: .4rem;
    line-height: .76rem;
    color: #fff;
    width: 2.2rem;
    text-align: center;
    border-radius: 1rem;
    background: #0082DB;
    margin: .4rem 0;
}

.footer_order_pay {
    width: 100%;
    height: 1.7rem;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: flex;
}

.footer_order_pay button {
    flex: 1;
    text-align: center;
    font-size: .47rem;
    line-height: 1.7rem;
    color: #969696;
}

.footer_order_pay button img {
    height: 0.44rem;
    margin-right: .15rem;
    position: relative;
    top: -.03rem;
}

.footer_order_pay button.on {
    color: #fff;
    background: linear-gradient(180deg, #98D5FF 0%, #0082DB 100%);
}

/* 登录 */

.login {
    min-height: calc(100vh - 1.75rem);
    box-sizing: border-box;
    padding: 1.5rem 2.1rem .35rem;
    background: url('../../../images/weixin/school/bg2.png') no-repeat center top;
    background-size: 100% auto;
}

.login_tit {
    text-align: center;
    padding-bottom: .5rem;
}

.login_tit img {
    height: 1.1rem;
}

.login_tit h3 {
    font-size: .66rem;
    line-height: .95rem;
    color: #38393B;
    margin-top: .35rem;
    font-weight: bold;
}

.login_tit p {
    font-size: .26rem;
    line-height: .36rem;
    color: #969696;
    margin-top: .15rem;
}

.login_form li {
    height: 1.55rem;
    margin-top: .35rem;
    background: url('../../../images/weixin/school/user_bg.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    padding: 0 0 0 1.35rem;
}

.login_form li:nth-child(2) {
    background: url('../../../images/weixin/school/password_bg.png') no-repeat;
    background-size: 100% 100%;
}

.login_form li h3 {
    font-size: .4rem;
    line-height: .45rem;
    color: #969696;
    border-right: 1px solid #EFEFEF;
    width: 1.45rem;
    margin: .55rem 0;
    white-space: nowrap;
}

.login_form li input {
    flex: 1;
    padding: 0 .65rem;
    box-sizing: border-box;
    font-size: .4rem;
    line-height: 1.55rem;
    color: #38393B;
}

.login_btn {
    display: block;
    width: 100%;
    background: url('../../../images/weixin/school/xydl_bg.png') no-repeat;
    background-size: 100% 100%;
    font-size: .47rem;
    line-height: 1.65rem;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 1rem;
    margin-top: .5rem;
}

.login_btn_list {
    margin-top: .7rem;
    text-align: center;
}

.login_btn_list a {
    display: inline-block;
    font-size: .4rem;
    line-height: .4rem;
    color: #B6BDC1;
    padding: 0 .5rem;
    border-left: 1px solid #C8C3C3;
}

.login_btn_list a:nth-child(1) {
    border-left: 0;
    color: #0082DB;
}

.login_agree {
    text-align: center;
    font-size: .4rem;
    line-height: .55rem;
    color: #070707;
    margin-top: .5rem;
}

.login_agree a {
    color: #1A9CF7;
}

.login_agree span {
    display: inline-block;
    width: 0.65rem;
    height: 0.65rem;
    margin-right: .35rem;
    position: relative;
    top: .2rem;
}

.login_agree span.agree_no {
    background: url('../../../images/weixin/school/choose_no.png') no-repeat;
    background-size: 100% 100%;
}

.login_agree span.agree_on {
    background: url('../../../images/weixin/school/choose_on.png') no-repeat;
    background-size: 100% 100%;
}

.login_tips {
	border-radius: .35rem;
	 box-shadow: 0px 0px 3px rgb(0 0 0 / 16%);
	 width: 8.84rem;
	 padding: .35rem .85rem .5rem;
	 box-sizing: border-box;
	 margin: 3rem auto 0;
}

.login_tips p {
    font-size: .4rem;
    line-height: .55rem;
    color: #969696;
    margin-top: .15rem;
}

/* 我的订单 */

.my_order_tab {
    width: 100%;
    height: 1.85rem;
    background-color: #fff;
    display: flex;
    position: fixed;
    top: 1.75rem;
    left: 0;
    z-index: 999;
}

.my_order_tab li {
    flex: 1;
    position: relative;
    font-size: .47rem;
    line-height: 1.85rem;
    color: #969696;
    text-align: center;
}

.my_order_tab li::before {
    content: "";
    width: 1px;
    height: 0.36rem;
    background: #E0E0E0;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.18rem;
}

.my_order_tab li:last-child::before {
    display: none;
}

.my_order_tab li.on {
    color: #000;
}

.my_order_tab li.on::after {
    content: "";
    width: 0.4rem;
    height: 0.1rem;
    border-right: 1rem;
    background: #0082DB;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -.2rem;
}

.my_order_list {
    display: none;
    padding: 0 .35rem;
}

.my_order_list.active {
    display: block;
}

.my_order_list li {
    margin-top: .35rem;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: .35rem;
    padding: .65rem .5rem;
}

.my_order_list li h3 {
    font-size: .55rem;
    line-height: .75rem;
    color: #38393B;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.my_order_list li p {
    display: flex;
    margin-top: .35rem;
}

.my_order_list li p span {
    flex: 1;
    font-size: .4rem;
    line-height: .75rem;
    color: #0082DB;
}

.my_order_list li p span img {
    height: 0.4rem;
    margin-right: .15rem;
    position: relative;
    top: -.05rem;
}

.my_order_list li p a {
    font-size: .4rem;
    line-height: .75rem;
    color: #0082DB;
    background: #E5F2FC;
    border-radius: 1rem;
    /*width: 2.2rem;*/
    text-align: center;
    margin-left: .15rem;
    padding: 0px 8px;
}

.my_order_list li p a.apply_invoice {
    color: #ffffff;
    background: #0082DB;
}

/* 账户管理 */

.account_management_info {
    margin-top: .35rem;
}

.account_management_info li {
    border-bottom: 1px solid #EFEFEF;
    padding: 0 .45rem;
    display: flex;
}

.account_management_info li:last-child {
    border-bottom: 0;
}

.account_management_info li img {
    width: 0.76rem;
    height: 0.76rem;
    margin: .5rem .15rem 0 0;
}

.account_management_info li h3 {
    font-size: .4rem;
    line-height: 1.76rem;
    color: #38393B;
}

.account_management_info li input {
    flex: 1;
    text-align: right;
    font-size: .4rem;
    line-height: 1.76rem;
    color: #707070;
}

.account_management_info li input::placeholder {
    color: #969696;
}

.account_management_list {
    margin-top: .35rem;
    padding: 0 .35rem .35rem;
    overflow: hidden;
}

.account_management_list li {
    float: left;
    width: 100%;
    margin-top: .35rem;
    border: 1px solid #E0E0E0;
    border-radius: .35rem;
    display: flex;
    box-sizing: border-box;
    position: relative;
}

.account_management_list li>span {
    font-size: .4rem;
    line-height: 1.35rem;
    color: #0082DB;
    padding: 0 .3rem;
    text-align: center;
    background: #E5F2FC;
    border-radius: .35rem;
    margin: .15rem .5rem .15rem .15rem;
}

.account_management_list li>input {
    flex: 1;
    font-size: .4rem;
    line-height: 1.65rem;
    color: #38393B;
}

.account_management_list li select {
    flex: 1;
    box-sizing: border-box;
    padding-right: .35rem;
    font-size: .4rem;
    line-height: 1.65rem;
    color: #38393B;
    appearance: none;
    background: url('../../../images/weixin/school/down3.png') no-repeat right center;
    background-size: auto .2rem;
    background-origin: content-box;
}

.account_management_list li>i {
    width: 1.15rem;
    height: 0.75rem;
    margin: .45rem 0;
    background: url('../../../images/weixin/school/switch_on.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: .25rem;
}

.account_management_list li.average2_1 {
    float: left;
    width: 5.6rem;
}

.account_management_list li.average2_2 {
    float: right;
    width: 5.4rem;
}

.account_management_list li.average_li select {
    padding-left: .5rem;
}

.account_management_list li.average3_1 {
    float: left;
    width: 4.5rem;
}

.account_management_list li.average3_2 {
    float: left;
    width: 3.16rem;
    margin-left: .14rem;
}

.account_management_footer {
    background: #F6F6F6;
    padding: .35rem;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.account_management_footer_btn {
    background: #ffffff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: .35rem;
    padding: .15rem;
    display: flex;
    justify-content: space-between;
}

.account_management_footer_btn a {
    width: 5.65rem;
    font-size: .47rem;
    line-height: 1.7rem;
    color: #0082DB;
    text-align: center;
    background: #E5F2FC;
    border-radius: .35rem;
}

.account_management_footer_btn a img {
    height: 0.65rem;
    margin-right: .35rem;
    position: relative;
    top: -.05rem;
}

.account_management_footer_btn a:last-child {
    color: #ffffff;
    background: linear-gradient(180deg, #98D5FF 0%, #0082DB 100%);
}

/* 上传个人照片 */

.upload_photos {
    margin-top: .35rem;
}

.tit p {
    font-size: .4rem;
    line-height: 1.75rem;
    color: #969696;
}

.upload_photos_con {
    padding: .35rem;
}

.upload_photos_con_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.upload_photos_con_img li {
    width: 5.4rem;
    height: 5.4rem;
    position: relative;
}

.upload_photos_con_img li img {
    width: 100%;
    height: 100%;
    border-radius: .35rem;
}

.upload_photos_con_img li input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.upload_photos_con_tips {
    display: block;
    width: 100%;
    margin-top: .35rem;
    font-size: .4rem;
    line-height: 1.56rem;
    color: #969696;
    background: #F6F6F6;
    border-radius: .35rem;
    padding: 0 .5rem;
    box-sizing: border-box;
}

/* 考试列表 */

.fix_search {
    width: 100%;
    height: 2rem;
    background-color: #fff;
    padding: .35rem;
    box-sizing: border-box;
    position: fixed;
    top: 1.75rem;
    left: 0;
    z-index: 999;
}

.fix_search_ipt {
    background: #F6F6F6;
    border-radius: .35rem;
    display: flex;
    padding: 0 .5rem;
}

.fix_search_ipt input {
    flex: 1;
    font-size: .4rem;
    line-height: 1.3rem;
    color: #969696;
}

.fix_search_ipt img {
    width: 0.5rem;
    height: 0.5rem;
    margin: .4rem 0;
}

.test_list {
    margin-top: .35rem;
}

.test_list li {
    border-bottom: 1px solid #E0E0E0;
    padding: .65rem .35rem;
    display: flex;
}

.test_list li:last-child {
    border-bottom: 0;
}

.test_list li>img {
    width: 5.6rem;
    height: 4.33rem;
    margin-right: .5rem;
}

.test_list_con {
    flex: 1;
}

.test_list_con h3 {
    font-size: .55rem;
    line-height: .75rem;
    color: #38393B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.test_list_con p {
    font-size: .4rem;
    line-height: .55rem;
    color: #969696;
    height: 1.1rem;
    margin-top: .15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.test_list_con_btn {
    display: flex;
    flex-wrap: wrap;
}

.test_list_con_btn a {
    font-size: .4rem;
    line-height: .76rem;
    color: #0082DB;
    background: #E5F2FC;
    border-radius: 1rem;
    width: 2.2rem;
    margin: .2rem .2rem 0 0;
    text-align: center;
}

.test_list_con_btn a.take_test {
    color: #fff;
    background: #0082DB;
}

/* 考试详情 */

.test_attention {
    margin-top: .35rem;
}

.test_attention_top {
    padding: .35rem;
}

.test_attention_top p {
    font-size: .4rem;
    line-height: .85rem;
    color: #0082DB;
    text-align: center;
    background: #E5F2FC;
    border-radius: .15rem;
}

.test_attention_center {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #EFEFEF;
}

.test_attention_center li {
    display: flex;
    padding: 0 .35rem;
}

.test_attention_center li img {
    width: 0.76rem;
    height: 0.76rem;
    margin: .5rem .15rem 0 0;
}

.test_attention_center li h3 {
    flex: 1;
    font-size: .4rem;
    line-height: 1.76rem;
    color: #38393B;
}

.test_attention_center li h3 span {
    color: #969696;
    margin-left: .15rem;
}

.test_attention_bottom {
    border-top: 1px solid #EFEFEF;
    padding: .35rem;
}

.test_attention_bottom_con {
    background: rgba(246, 90, 88, .1);
    border-radius: .35rem;
    padding: .5rem;
    font-size: .4rem;
    line-height: .6rem;
    color: #F65A58;
}

.test_attention_bottom_con img {
    height: 0.55rem;
    margin-right: .05rem;
    position: relative;
    top: -.05rem;
}

.exam_begin {
    margin-top: .35rem;
    padding: .35rem;
}

.exam_begin_top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.exam_begin_top li {
    width: 5.5rem;
    border-radius: .35rem;
    border: 1px solid #EFEFEF;
    padding: 0 .35rem;
    box-sizing: border-box;
    display: flex;
}

.exam_begin_top li h3 {
    font-size: .4rem;
    line-height: 1.65rem;
    color: #38393B;
}

.exam_begin_top li h4 {
    flex: 1;
    text-align: right;
    font-size: .9rem;
    line-height: 1.65rem;
    color: #0082DB;
    font-weight: bold;
}

.exam_begin_top li h5 {
    flex: 1;
    text-align: right;
    font-size: .4rem;
    line-height: 1.65rem;
    color: #F65A58;
}

.exam_begin_center {
    border: 1px solid #EFEFEF;
    border-radius: .35rem;
    margin-top: .35rem;
    padding: .5rem;
    font-size: .36rem;
    line-height: .5rem;
    color: #707070;
}

.exam_begin_bottom {
    display: block;
    width: 100%;
    margin-top: .35rem;
    font-size: .47rem;
    line-height: 1.65rem;
    color: #ffffff;
    text-align: center;
    border-radius: .35rem;
    background: linear-gradient(180deg, #98D5FF 0%, #0082DB 100%);
}

.exam_begin_bottom img {
    height: 0.65rem;
    margin-right: .35rem;
    position: relative;
    top: -.05rem;
}

/* 已报名班级 */

.have_sign_up {
    background-color: #fff;
    padding: .35rem;
    display: flex;
}

.have_sign_up>img {
    width: 5.1rem;
    height: 3.94rem;
    border-radius: .35rem;
    margin-right: .35rem;
}

.have_sign_up_con {
    flex: 1;
    padding-top: .15rem;
}

.have_sign_up_con h3 {
    font-size: .55rem;
    line-height: .7rem;
    height: 2.8rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.have_sign_up_con p {
    flex: 1;
    margin-top: .2rem;
    display: flex;
}

.have_sign_up_con p span {
    flex: 1;
    font-size: .4rem;
    line-height: .5rem;
    color: #0082DB;
}

.have_sign_up_con p span img {
    float: left;
    height: 0.5rem;
    margin-right: .15rem;
}

.have_sign_up_con p i {
    font-size: .4rem;
    line-height: .5rem;
    color: #969696;
}

.have_sign_up_con p i img {
    float: left;
    height: 0.4rem;
    margin: .05rem .15rem 0 0;
}

.progress {
    margin-top: .35rem;
    padding: .35rem;
}

.progress_list li {
    margin-bottom: .35rem;
    border-radius: .35rem;
    border: 1px solid #E0E0E0;
    padding: .15rem .35rem .15rem .15rem;
    display: flex;
}

.progress_list li>img {
    width: 1.36rem;
    height: 1.36rem;
    margin-right: .35rem;
}

.progress_list li h3 {
    width: 2.2rem;
    font-size: .4rem;
    line-height: 1.36rem;
    color: #38393B;
}

.progress_list_bar {
    width: 5.25rem;
    height: 0.66rem;
    border-radius: 1rem;
    background: #E5F2FC;
    padding: .15rem;
    box-sizing: border-box;
    margin: .35rem 0;
}

.progress_list_bar i {
    display: block;
    width: 50%;
    height: 100%;
    border-radius: 1rem;
    background: #0082DB;
}

.progress_list li p {
    font-size: .4rem;
    line-height: 1.36rem;
    color: #000;
    text-align: right;
    flex: 1;
}

.progress_list li p i {
    color: #0082DB;
}

.progress_time {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.progress_time li {
    width: 5.5rem;
    height: 1.16rem;
    border-radius: .35rem;
    background: #E5F2FC;
    box-sizing: border-box;
    padding: .15rem;
    display: flex;
}

.progress_time li>img {
    width: 0.84rem;
    height: 0.84rem;
    margin-right: .15rem;
}

.progress_time li h3 {
    flex: 1;
    font-size: .4rem;
    line-height: .84rem;
    color: #38393B;
}

.progress_time li h3 span {
    color: #0082DB;
}

.progress_time li:nth-child(2) {
    background: rgba(246, 90, 88, .1);
}

.progress_time li:nth-child(2) h3 span {
    color: #F65A58;
}

.progress_online {
    margin-top: .35rem;
    padding: 1px .35rem .35rem;
}

.progress_online li {
    margin-top: .35rem;
    position: relative;
}

.progress_online li>img {
    width: 100%;
}

.progress_online_con {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    padding: .5rem;
}

.progress_online_con h3 {
    font-size: .55rem;
    line-height: .75rem;
    color: #fff;
    padding-left: .45rem;
    position: relative;
}

.progress_online_con h3::before {
    content: "";
    width: 0.1rem;
    height: 0.3rem;
    background-color: #fff;
    border-radius: 1rem;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.15rem;
}

.progress_online_con_txt {
    display: flex;
    margin-top: .5rem;
}

.progress_online_con_bar {
    width: 9rem;
    height: 0.65rem;
    border-radius: 1rem;
    background: rgba(35, 2, 0, .1);
    padding: .15rem;
    box-sizing: border-box;
    position: relative;
}

.progress_online_con_bar span {
    display: block;
    width: 60%;
    height: 100%;
    border-radius: 1rem;
    background-color: #fff;
}

.progress_online_con_bar i {
    font-size: .46rem;
    line-height: .65rem;
    color: #000000;
    position: absolute;
    top: 0;
    right: .3rem;
}

.progress_online_con_txt h4 {
    font-size: .4rem;
    line-height: .65rem;
    color: #fff;
    flex: 1;
    text-align: right;
}

.progress_online_con_txt h4 span {
    color: #FFFFFF;
}

.progress_online li p {
    font-size: .4rem;
    line-height: .66rem;
    color: #AFCCFB;
    margin-top: .4rem;
}

.progress_online li p span {
    display: inline-block;
    color: #fff;
    width: 2.2rem;
    border-radius: 1rem;
    text-align: center;
    margin-right: .25rem;
    background: rgba(0, 21, 57, .1);
}

/* 已报名班级2 */

.sign_up_class {
    padding: 1px .35rem 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sign_up_class a {
    width: 5.76rem;
    /*height: 8.16rem;*/
    background-color: #fff;
    border-radius: .35rem;
    box-sizing: border-box;
    padding: .35rem .35rem 0;
    margin-top: .35rem;
    position: relative;
}

.sign_up_class a>img {
    width: 100%;
    height: 3.94rem;
    border-radius: .35rem;
}

.sign_up_class a h3 {
    font-size: .46rem;
    line-height: .66rem;
    color: #38393B;
    height: 1.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: .35rem;
}

.sign_up_class a h3 span {
    display: inline-block;
    width: 1.46rem;
    line-height: .56rem;
    background: url('../../../images/weixin/school/bg5.png') no-repeat;
    background-size: 100% 100%;
    margin-right: .15rem;
    font-size: .44rem;
    color: #fff;
    box-sizing: border-box;
    padding-left: .53rem;
}

.sign_up_class a p {
    font-size: .4rem;
    line-height: .7rem;
    color: #0082DB;
    background: #E5F2FC;
    text-align: center;
    border-radius: .15rem;
    margin-top: .35rem;
}

.sign_up_class a p.red {
    color: #F65A58;
    background: rgba(246, 90, 88, .1);
    margin-top: .15rem;
}

.sign_up_class a .xf1{
    position: absolute;
    width: 0.8rem;
    height: 1rem;
    background: #607ff5;
    top: 0.35rem;
    right: 1.1rem;
    color: #fff;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.4rem;
}

.sign_up_class a .blue {
    background-color: rgba(101, 134, 255, .95);
}

.sign_up_class a .yellow {
    color: #06355B;
    background-color: rgba(255, 219, 109, .95);
}
/* 课程详情 */

.class_details_tabCon {
    display: none;
}

.class_details_tabCon.active {
    display: block;
}

.class_details_top {
    background-color: #fff;
    padding: .35rem;
    margin-top: .15rem;
    display: flex;
}

.class_details_top>img {
    width: 5.01rem;
    height: 3.94rem;
    border-radius: .35rem;
    margin-right: .35rem;
}

.class_details_top_con {
    flex: 1;
    padding-top: .15rem;
}

.class_details_top_con h3 {
    font-size: .55rem;
    line-height: .7rem;
    color: #000;
    height: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.class_details_top_con p {
    font-size: .4rem;
    line-height: .55rem;
    color: #969696;
    margin-top: .15rem;
}

.class_details_top_con h4 {
    display: flex;
    margin-top: .8rem;
}

.class_details_top_con h4 span {
    flex: 1;
    line-height: .76rem;
}

.class_details_top_con h4 span img {
    height: 0.5rem;
    margin: .13rem 0;
}

.class_details_top_con h4 button {
    font-size: 21px;
    line-height: .76rem;
    /* color: #fff; */
    border-radius: 1rem;
    text-align: center;
    min-width: 2.2rem;
    /* background: #0082DB; */
    font-weight: bold;
    color: #1FACFF;
}

.class_details_center {
    margin-top: .35rem;
}

.class_details_center_info {
    padding: .35rem;
}

.class_details_center_info_txt {
    background: #F6F6F6;
    border-radius: .35rem;
    padding: .5rem;
}

.class_details_center_info_txt p {
    /*font-size: .4rem;*/
    /*line-height: .6rem;*/
    /*color: #969696;*/
}

.class_details_bottom {
    /*background-color: #fff;*/
    padding: 1px .35rem .35rem;
    margin-top: .35rem;
}

.class_details_bottom a {
    margin-top: .35rem;
    border-radius: .35rem;
    border: 1px solid #E0E0E0;
    padding: .15rem;
    display: flex;
}

.class_details_bottom a span {
    width: 2.36rem;
    height: 1.33rem;
    padding-left: .83rem;
    box-sizing: border-box;
    font-size: .4rem;
    line-height: 1.33rem;
    color: #0082DB;
    background: url('../../../images/weixin/school/bg6.png') no-repeat;
    background-size: 100% 100%;
    margin-right: .35rem;
}

.class_details_bottom a h3 {
    font-size: .4rem;
    line-height: 1.33rem;
    color: #000;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.class_details_bottom a h3.learning {
    color: #1fb1ff;
}

.class_details_bottom a i {
    font-size: .4rem;
    line-height: 1.33rem;
    color: #969696;
    margin-left: 1.1rem;
}

.class_details_bottom a i.undone {
    color: #ffbd1f;
}

.class_details_bottom a i.on {
    color: #0082DB;
}

.comment_details {
    margin-top: .35rem;
}

.tit h3 span {
    font-size: .4rem;
    color: #969696;
    margin-left: .15rem;
}

.comment_details_list li {
    padding: .35rem;
    border-bottom: 1px solid #EFEFEF;
}

.comment_details_list li:last-child {
    border: 0;
}

.comment_details_list_top {
    display: flex;
}

.comment_details_list_top>img {
    width: 1.16rem;
    height: 1.16rem;
    border-radius: 50%;
    margin-right: .15rem;
}

.comment_details_list_top h3 {
    flex: 1;
    font-size: .46rem;
    line-height: 1.16rem;
    color: #38393B;
}

.comment_details_list_top span {
    font-size: .4rem;
    line-height: 1.16rem;
    color: #969696;
    margin-left: .35rem;
}

.comment_details_list_top span img {
    height: 0.35rem;
    margin-right: .15rem;
    position: relative;
    top: -.05rem;
}

.comment_details_list_bottom {
    margin-top: .35rem;
    border-radius: .35rem;
    background: #F6F6F6;
    padding: .35rem;
}

.comment_details_list_bottom p {
    font-size: .4rem;
    line-height: .6rem;
    color: #969696;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.comment_ipt {
    margin-top: .35rem;
}

.comment_ipt_con {
    padding: .35rem;
    overflow: hidden;
}

.comment_ipt_con textarea {
    display: block;
    border: 0;
    font-size: .4rem;
    line-height: .6rem;
    color: #969696;
    width: 100%;
    height: 2.2rem;
    box-sizing: border-box;
    padding: .5rem;
    border-radius: .35rem;
    background: #F6F6F6;
}

.comment_ipt_con button {
    float: right;
    margin-top: .35rem;
    font-size: .4rem;
    line-height: .74rem;
    color: #fff;
    width: 2.2rem;
    text-align: center;
    background: #0082DB;
    border-radius: 1rem;
}

.no_data {
    text-align: center;
    padding: 1rem .5rem;
}

.no_data img {
    height: 3.35rem;
}

.no_data p {
    font-size: .4rem;
    line-height: .55rem;
    color: #D1D1D1;
}

.footer_classdetails_btn {
    width: 100%;
    padding: .35rem;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #F6F6F6;
}

.footer_classdetails_btn_list {
    display: flex;
    justify-content: space-between;
    padding: .35rem;
}

.footer_classdetails_btn_list a {
    font-size: .46rem;
    line-height: 1.33rem;
    width: 3.5rem;
    color: #fff;
    border-radius: .35rem;
    text-align: center;
    background: linear-gradient(180deg, #D7D7D7 0%, #969696 100%);
}

.footer_classdetails_btn_list a img {
    width: 0.66rem;
    height: 0.66rem;
    margin-right: .15rem;
    position: relative;
    top: -.05rem;
}

.footer_classdetails_btn_list a.formal_test {
    background: linear-gradient(180deg, #98D5FF 0%, #0082DB 100%);
}

/* 课程列表 */

.class_list {
    margin-top: .35rem;
}

.class_list li {
    border-top: 1px solid#EFEFEF;
}

.class_list li:first-child {
    border: 0;
}
.addbt{
    background: #0F7EF2;
}

.addbt h3{
    color: #fff !important;
    font-weight: bold;
}
.class_list_top {
    border-bottom: 1px solid#EFEFEF;
    display: flex;
    padding: 0 .5rem;
}

.class_list_top>img {
    width: 0.9rem;
    height: 0.9rem;
    margin: .5rem .15rem 0 0;
}

.class_list_top h3 {
    font-size: .55rem;
    line-height: 1.9rem;
    color: #38393B;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.class_list_top h3.must {
    color: red;
}
.class_list_top h3.learning {
    color: #1fb1ff;
}

.class_list_top>span {
    width: 0.35rem;
    height: 1.9rem;
    background: url('../../../images/weixin/school/up2.png') no-repeat center;
    background-size: 100% auto;
}

.class_list_top.show>span {
    background: url('../../../images/weixin/school/down3.png') no-repeat center;
    background-size: 100% auto;
}

.class_list li .class_details_bottom {
    margin: 0;
    display: none;
}

.class_details_bottom a i.red {
    color: #F65A58;
}

/* 课件播放 */

.courseware {
    background-color: #fff;
    padding: .35rem;
    height: 9.91rem;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 1.75rem;
    left: 0;
    z-index: 999;
}

.courseware_video {
    position: relative;
    display: block;
    width: 100%;
    height: 6.2rem;
    border-radius: .35rem;
}

.courseware_video video {
    display: block;
    width: 100%;
    height: 6.2rem;
    border-radius: .35rem;
}

.courseware_video>img {
    width: 1.34rem;
    height: 1.34rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.67rem 0 0 -.67rem;
    z-index: 10;
}

.courseware_video>i {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.courseware_video>i img {
    width: 100%;
    height: 100%;
}

.courseware_info {
    padding: .5rem 0;
}

.courseware_info h3 {
    font-size: .55rem;
    line-height: .75rem;
    color: #38393B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.courseware_info p {
    display: flex;
    margin-top: .35rem;
}

.courseware_info p span {
    flex: 1;
    font-size: .4rem;
    line-height: .55rem;
    color: #0082DB;
}

.courseware_info p span img {
    height: 0.4rem;
    margin-right: .2rem;
    position: relative;
    top: -.05rem;
}

.courseware_info p a {
    font-size: .4rem;
    line-height: .55rem;
    color: #B6B6B6;
    padding-right: .3rem;
    background: url('../../../images/weixin/school/right.png') no-repeat right center;
    background-size: auto .3rem;
}

.courseware_classification {
    margin-top: .35rem;
    overflow-x: auto;
    padding: .35rem;
}

.courseware_classification_list {
    display: flex;
}

.courseware_classification_list a {
    display: inline-block;
    flex-shrink: 0;
    width: 3.5rem;
    height: 2.3rem;
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    border-radius: .15rem;
    box-sizing: border-box;
    padding-top: .15rem;
    margin-right: .15rem;
    border-radius: .15rem;
}

.courseware_classification_list a h3 {
    display: flex;
}

.courseware_classification_list a h3 span {
    font-size: .35rem;
    line-height: .56rem;
    color: #fff;
    background: #969696;
    border-radius: 0px .15rem .15rem 0px;
    /*width: 1rem;*/
    text-align: center;
}

.courseware_classification_list a h3 i {
    flex: 1;
    text-align: right;
    box-sizing: border-box;
    padding: 0 .15rem;
    font-size: .35rem;
    line-height: .56rem;
    color: #F65A58;
}

.courseware_classification_list a p {
    font-size: .4rem;
    line-height: .55rem;
    color: #969696;
    margin-top: .35rem;
    padding: 0 .15rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.courseware_classification_list a.end {
    border-color: #0082DB;
    background-color: #fff;
}

.courseware_classification_list a.end h3 span {
    background: #0082DB;
}

.courseware_classification_list a.end h3 i {
    color: #2DCBA1;
}

.courseware_classification_list a.end p {
    color: #0082DB;
}

.class_list_top>i {
    width: 0.9rem;
    height: 0.9rem;
    margin: .5rem .15rem 0 0;
    background: url('../../../images/weixin/school/list_img20.png') no-repeat;
    background-size: 100% 100%;
}

.class_list_top.show>i {
    background: url('../../../images/weixin/school/list_img21.png') no-repeat;
    background-size: 100% 100%;
}

.class_list_top>a {
    font-size: .4rem;
    line-height: .76rem;
    height: .76rem;
    color: #0082DB;
    border-radius: 1rem;
    width: 2.2rem;
    text-align: center;
    background: #E5F2FC;
    margin: .55rem 0 0 .35rem;
}

.class_list_top>a.on {
    color: #fff;
    background: #0082DB;
}

/* 我的 */

.my_body {
    background: #f6f6f6 url('../../../images/weixin/school/bg9.png') no-repeat center top;
    background-size: 100% auto;
}

.my_info {
    border-radius: .5rem;
}

.my_info_user {
    text-align: center;
    position: relative;
    padding: 1.33rem 0 .5rem;
}

.my_info_user h3 {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    top: -1.16rem;
    left: 50%;
    margin-left: -1.25rem;
}

.my_info_user h3 img {
    width: 2.16rem;
    height: 2.16rem;
    border-radius: 50%;
    margin-top: -.1rem;
}

.my_info_user p {
    font-size: .55rem;
    line-height: .75rem;
    color: #000;
}

.my_info_nav {
    border-top: 1px solid #EFEFEF;
    display: flex;
    padding: .66rem 0;
}

.my_info_nav a {
    flex: 1;
    text-align: center;
}

.my_info_nav a img {
    height: 1.36rem;
}

.my_info_nav a p {
    font-size: .4rem;
    line-height: .55rem;
    color: #000;
    margin-top: .25rem;
}

.my_list {
    margin-top: .35rem;
}

.my_list a {
    border-bottom: 1px solid #EFEFEF;
    padding: 0 .7rem;
    display: flex;
    background: url('../../../images/weixin/school/right2.png') no-repeat right center;
    background-size: auto .35rem;
    background-origin: content-box;
}

.my_list a:last-child {
    border: 0;
}

.my_list a img {
    width: 0.833rem;
    height: 0.833rem;
    margin: .55rem .35rem 0 0;
}

.my_list a h3 {
    flex: 1;
    font-size: .46rem;
    line-height: 1.833rem;
    color: #38393B;
}

/* 签到二维码 */

.sign_ewm {
    background-color: #fff;
    border-radius: .35rem;
    padding: .5rem 0 .35rem;
}

.sign_ewm_num {
    border: 1px solid #EFEFEF;
    border-radius: .35rem;
    padding: 0 .35rem 0 .5rem;
    margin: 0 .35rem;
    display: flex;
}

.sign_ewm_num h3 {
    flex: 1;
    font-size: .55rem;
    line-height: .75rem;
    height: 2rem;
    box-sizing: border-box;
    padding: .5rem 0 0 .45rem;
    color: #38393B;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sign_ewm_num h3::before {
    content: "";
    width: 0.1rem;
    height: 0.3rem;
    background: #0082DB;
    border-radius: 1rem;
    position: absolute;
    top: 1.1rem;
    left: 0;
}

.sign_ewm_num p {
    font-size: .4rem;
    line-height: 2.5rem;
    color: #0082DB;
}

.sign_ewm_num p span {
    font-size: .9rem;
    margin-right: .15rem;
    font-weight: bold;
}

.sign_ewm_time {
    font-size: .4rem;
    line-height: .83rem;
    color: #0082DB;
    border-radius: .15rem;
    background: #E5F2FC;
    text-align: center;
    margin: .3rem .35rem;
}

.sign_ewm_list {
    border-bottom: 1px solid #EFEFEF;
}

.sign_ewm_list li {
    border-top: 1px solid #EFEFEF;
    display: flex;
    padding: 0 .35rem;
}

.sign_ewm_list li>img {
    width: 0.76rem;
    height: 0.76rem;
    margin: .35rem .15rem 0 0;
}

.sign_ewm_list li h3 {
    font-size: .4rem;
    line-height: 1.43rem;
    color: #38393B;
}

.sign_ewm_list li p {
    font-size: .4rem;
    line-height: 1.43rem;
    color: #969696;
    flex: 1;
    text-align: right;
}

.sign_ewm_img {
    width: 6.83rem;
    line-height: 6.83rem;
    border: 1px solid #0082DB;
    margin: .66rem auto;
    text-align: center;
}

.sign_ewm_img img {
    width: 5.53rem;
    height: 5.53rem;
}

.sign_ewm_info {
    padding: 0 .35rem;
}

.sign_ewm_info_list li {
    border-radius: .35rem;
    border: 1px solid #EFEFEF;
    padding: .15rem;
    margin-bottom: .35rem;
    display: flex;
}

.sign_ewm_info_list li>img {
    width: 1.33rem;
    height: 1.33rem;
    margin-right: .35rem;
}

.sign_ewm_info_list li h3 {
    flex: 1;
    font-size: .55rem;
    line-height: 1.33rem;
    color: #38393B;
}

.sign_ewm_info_list li h3 span {
    color: #0082DB;
}

.sign_ewm_info>button {
    display: block;
    width: 100%;
    font-size: .46rem;
    line-height: 1.66rem;
    color: #fff;
    text-align: center;
    border-radius: 1rem;
    background: linear-gradient(325deg, #0F7EF2 0%, #78BCFF 100%);
}

.sign_ewm_info>button img {
    width: 0.66rem;
    height: 0.66rem;
    margin-right: .35rem;
    position: relative;
    top: -.05rem;
}

/* 签到码 */

.checkin_code {
    margin-top: .35rem;
}

.checkin_code a {
    display: block;
    border-bottom: 1px solid #EFEFEF;
    padding: .5rem .15rem;
}

.checkin_code a:last-child {
    border-bottom: 0;
}

.checkin_code_all {
    height: 3.6rem;
    background: url('../../../images/weixin/school/bg7.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
}

.checkin_code_left {
    width: 4.73rem;
    padding: .8rem 0 0 1.4rem;
    box-sizing: border-box;
    position: relative;
}

.checkin_code_left span {
    font-size: .35rem;
    line-height: .46rem;
    color: #fff;
    position: absolute;
    top: .95rem;
    left: .5rem;
}

.checkin_code_left p {
    font-size: .56rem;
    line-height: 1.9rem;
    color: #0082DB;
}

.checkin_code_left p i {
    /*font-size: 1.2rem;*/
}

.checkin_code_right {
    flex: 1;
    padding-top: .55rem;
    position: relative;
}

.checkin_code_right h3 {
    font-size: .4rem;
    line-height: .55rem;
    color: #fff;
    opacity: .8;
    padding-left: .55rem;
}

.checkin_code_right p {
    font-size: .4rem;
    line-height: .5rem;
    height: 1rem;
    color: #fff;
    margin-top: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.checkin_code_right h4 {
    font-size: .4rem;
    line-height: .55rem;
    color: #fff;
    margin-top: .15rem;
    padding-left: .7rem;
}

.checkin_code_right>i {
    font-size: .35rem;
    line-height: 1rem;
    color: #6ABDF6;
    position: absolute;
    top: .36rem;
    right: .4rem;
    transform: rotate(-30deg);
}

.checkin_code a.used .checkin_code_all {
    background: url('../../../images/weixin/school/bg8.png') no-repeat;
    background-size: 100% 100%;
}

.checkin_code a.used .checkin_code_left p {
    color: #979797;
}

.checkin_code a.used .checkin_code_right h3, .checkin_code a.used .checkin_code_right p, .checkin_code a.used .checkin_code_right h4 {
    color: #979797;
    opacity: 1;
}

.checkin_code a.used .checkin_code_right>i {
    color: #fff;
}

.public_class_list a{
    position: relative;
}
.public_class_list a .xf1{
    position: absolute;
    width: 0.8rem;
    height: 1rem;
    background: #607ff5;
    top: 0.35rem;
    right: 1.1rem;
    color: #fff;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.4rem;
}

.public_class_list a .blue {
    background-color: rgba(101, 134, 255, .95);
}

.public_class_list a .yellow {
    color: #06355B;
    background-color: rgba(255, 219, 109, .95);
}

.search_class_list a{
    position: relative;
}
.search_class_list a .xf1{
    position: absolute;
    width: 0.8rem;
    height: 1rem;
    background: #607ff5;
    top: 0.50rem;
    right: 6.8rem;
    color: #fff;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.4rem;
}

.search_class_list a .blue {
    background-color: rgba(101, 134, 255, .95);
}

.search_class_list a .yellow {
    color: #06355B;
    background-color: rgba(255, 219, 109, .95);
}

.search_class_list_con{
    width: 0px;
}


.registered_con_right_tips{
    border-radius: .35rem;
    background: #FFEDED;
    text-align: center;
    margin-top: 9px;
    font-size: 12px;
}