@charset "UTF-8";

input {
    border: none;
}

a {
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.login_warp {
    width: 1200px;
    min-height: 880px;
    margin: 0 auto;
    position: relative;
}

.con1 {
    padding-top: 162px;
    box-sizing: border-box;
}

.con1-box {
    width: 1056px;
    margin: 0 auto;
    overflow: hidden;
}

.con1 .img-box,
.banner-r {
    float: left;
}

.banner-r {
    margin-top: 88px;
}

.con1 .img-box {
    margin-right: 118px;
}

.o-list-banner {
    text-align: center;
}

.o-list-banner span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 30px 15px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.o-list-banner span.active {
    background-color: #fff;
}

.banner-r-con {
    margin-top: 80px;
    overflow: hidden;
}

.banner-r-con .banner-r-txt,
.banner-r-con img {
    float: left;
}

.banner-r-con .banner-r-txt h3 {
    font-size: 30px;
    color: #fff;
    line-height: normal;
    margin-bottom: 22px;
}

.banner-r-con .banner-r-txt p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.banner-r-con img {
    margin-right: 30px;
}

#no_login_index .tea_btn {
    display: block;
    width: 260px;
    height: 72px;
    background: url(/site_media/images/login/tea_btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 66px;
    right: 0;
}

.con {
    width: 420px;
    margin: 0 auto;
    padding-top: 140px;
}

.con img {
    display: block;
    width: 96px;
    height: 95px;
    margin: 0 auto;
}

.con p {
    line-height: 82px;
    text-align: center;
    font-size: 28px;
    color: #fff;
}

.con .form_item {
    width: 380px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 15px;
    position: relative;
}

.con .form_item .img_code {
    width: 160px;
    height: 60px;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 8px;
}

.con .form_item span {
    font-size: 24px;
    color: #999;
}

.con .form_item input {
    font-size: 24px;
    color: #333;
}

.reminder {
    font-size: 20px;
    color: #fff;
    width: 400px;
    margin: 0 auto;
}

.reminder label {
    display: inline-block;
    height: 20px;
    position: relative;
}

.reminder input {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    background: #38affd;
    margin-right: 1px;
    margin-bottom: 2px;
    vertical-align: middle;
}

.reminder a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    float: right;
}

.reminder a:hover {
    color: #fff;
    text-decoration: none;
}

.login_btn {
    width: 420px;
    height: 64px;
    line-height: 64px;
    margin: 55px auto 0;
    display: block;
    color: #fff;
    font-size: 28px;
    background-color: #5d8cfb;
    border-radius: 32px;
    text-align: center;
}

.login_btn:hover {
    background: #3c71f1;
}

.re_btn {
    width: 420px;
    height: 64px;
    line-height: 64px;
    margin: 55px auto 0;
    display: block;
    color: #fff;
    font-size: 28px;
    background-color: #f7d535;
    border-radius: 32px;
    text-align: center;
}

.re_btn:hover {
    background: #f6bd35;
}

.registe_btn:hover {
    background: #f6bd35;
}

.registe_btn {
    width: 420px;
    height: 64px;
    line-height: 64px;
    margin: 30px auto 0;
    display: block;
    color: #fff;
    font-size: 28px;
    background-color: #f7d535;
    border-radius: 32px;
    text-align: center;
}

#forget .re_code {
    display: inline-block;
    width: 110px;
}

#registerCode {
    display: block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    border-radius: 18px;
    background-color: #5e89ef;
    text-align: center;
    position: absolute;
    top: 18px;
    right: 15px;
}

#registe .re_code {
    display: inline-block;
    width: 110px;
}

#Code {
    display: block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    border-radius: 18px;
    background-color: #5e89ef;
    text-align: center;
    position: absolute;
    top: 18px;
    right: 15px;
}

#forget a:hover {
    color: #fff;
}

.goback {
    display: block;
    width: 80px;
    height: 30px;
    background: url('/site_media/images/login/block.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    right: 0;
}

.class_ification,
.class_mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 10;
}

.class_ification .class_mask {
    width: 100Vw;
    height: 100Vh;
    background: black;
    opacity: 0.4;
}



.class_ification .class_list {
    position: relative;
    left: 34%;
    top: 25%;
    z-index: 200;
    width: 590px;
    height: 440px;
    background: #fff;


}

.class_ification .class_list h3 {
    text-align: center;
    font-size: 28px;
    color: black;
}

.class_ification .class_close {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    left: 550px;
    top: 10px;
    background: url(/site_media/images/login/bj_close.png) no-repeat;
    background-size: 100% 100%;
}

.class_ification ul {
    height: 300px;
    overflow: auto;
}

.class_ification ul li {
    width: 90%;
    height: 100px;
    margin: 10px auto;
    border: 1px solid #dddddd;
    border-radius: 10px;
    position: relative;
    font-size: 20px;
}

.class_ification ul li div {
    display: inline-block;
    height: auto;
    width: 30%;
    position: absolute;

}

.class_ification ul li .class_li_d1 {
    width: 15%;
    top: 10px;
    left: 20px;
}

.class_ification ul li .class_li_d2 {
    width: 60%;
    left: 22%;
}

.class_ification ul li .class_li_d3 {
    width: 15%;
    right: 0px;
    height: 100%;
    text-align: center;

}

.class_ification ul li .class_li_d2 p {
    height: 40px;
    margin-top: 5px;
    line-height: 40px;
}



.class_ification ul li .class_li_d3 .class_uses {
    width: 80px;
    height: 32px;
    border-radius: 32px;
    display: inline-block;
    line-height: 32px;
    position: relative;
    top: 30px;
    right: 20px;
    background: #67d038;
    color: #fff;
}

.class_ification ul li .class_li_d1 img {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 1px solid #dddddd;
}

.class_ification ul li .class_li_d2 .class_uses_stu {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 0px;
    background: url(/site_media/images/login/sf_stu.png) no-repeat;
}

.class_ification ul li .class_li_d2 .class_uses_tea {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 0px;
    background: url(/site_media/images/login/sf_tea.png) no-repeat;
}

.class_ification ul li .class_li_d2 .class_user_name {
    height: 20px;
    display: inline-block;
}

.class_ification ul li .class_li_d2 .class_uses_stu {
    height: 20px;
    display: inline-block;

}

/*服务协议和隐私政策*/
.class_agreement,
.agreement_mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 10;
}

.class_agreement .agreement_mask {
    width: 100Vw;
    height: 100Vh;
    background: black;
    opacity: 0.4;
}

.class_agreement .agreement_content {
    position: relative;
    left: 33%;
    top: 27%;
    z-index: 200;
    width: 640px;
    height: 416px;
    background-color: #ffffff;
    border-radius: 10px;
    padding-top: 57px;
}

.class_agreement .agreement_content .agreement_title {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.class_agreement .agreement_content .agreement_close {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 604px;
    top: 21px;
    background: url(/site_media/images/login/agreement_close.png) no-repeat;
    background-size: 100% 100%;
}

.class_agreement .agreement_content #agreement_data {
    height: 136px;
}

.class_agreement .agreement_content #agreement_data .agreementContent {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    padding: 50px;
}

class_agreement .agreement_content #agreement_data .agreementContent,
.agreement_1,
.agreement_2,
.agreement_3 {
    color: #5d8cfb;
    cursor: pointer;
}

.class_agreement .agreement_content #agreement_data .agreementBtn {
    position: absolute;
    bottom: 55px;
    left: calc(320px - 200px);
    width: 400px;
    height: 40px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.class_agreement .agreement_content #agreement_data .agreementBtn .disagree {
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #999999;
    cursor: pointer;
}

.class_agreement .agreement_content #agreement_data .agreementBtn .agree {
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5d8cfb;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;
}



.class_detailed {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 设置新密码 */
#setpasswd .setpasswd_tips {
    color: #ffe404;
    font-size: 20px;
    line-height: 0;
    margin: 0 0 40px;
}

#setpasswd input {
    width: 200px;
}

/*发送短信前的验证*/
.code_identify {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
}

.identifyPopup_con {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 408px;
    height: 320px;
    margin-top: -160px;
    margin-left: -204px;
    border-radius: 10px;
    background-color: #fff;
}

.identifyPopup_con .popup_title {
    line-height: 82px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.identifyPopup_con .panel_close {
    position: absolute;
    display: block;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

.identifyPopup_con .popup_con {
    padding: 0 40px;
}

.identifyPopup_con .popup_con .input_ele {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    height: 46px;
    padding: 0 12px;
    font-size: 14px;
    background-color: #f8f8f8;
    margin-bottom: 16px;
    border-radius: 5px;
}

.identifyPopup_con .popup_con .input_ele::-webkit-input-placeholder {
    font-size: 14px !important;
    color: #bfbfbf;
}

.identifyPopup_con .popup_con .identify_code {
    height: 46px;
    margin-bottom: 40px;
}

.identifyPopup_con .popup_con .identify_code .code_img {
    width: 200px;
    height: 46px;
    float: left;
    display: block;
    border-radius: 5px;
}

.identifyPopup_con .popup_con .identify_code .change_code {
    float: right;
    display: block;
    width: 120px;
    height: 46px;
    background-color: #5d8cfb;
    border: none;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}

.identifyPopup_con .popup_con .identify_btn {
    display: block;
    width: 100%;
    height: 46px;
    background-color: #5d8cfb;
    border: none;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}


.change_login_type {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.change_login_type p {
    margin: 0 10px;
    border-bottom: 4px solid transparent;
    line-height: 60px;
    cursor: pointer;
}

.change_login_type .active {
    font-weight: bold;
    position: relative;
}

.change_login_type .active:after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 60px;
    height: 4px;
    border-radius: 4px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}

.tea_form .form_item {
    position: relative;
}

.tea_form .form_item .get_msg_code {
    width: 106px;
    text-align: center;
    position: absolute;
    top: 26px;
    right: 15px;
    line-height: 1;
    color: #5d8cfb;
    font-size: 18px;
    cursor: pointer;
    border-left: 1px solid #d6d9de;
    padding-left: 15px;
}

.img_code_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
    display: none;
}

.img_code_con {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 360px;
    margin-top: -180px;
    margin-left: -160px;
    border-radius: 20px;
    background-color: #fff;
}

.img_code_con .popup_title {
    line-height: 82px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.img_code_con .panel_close {
    position: absolute;
    display: block;
    top: -42px;
    right: 0;
    cursor: pointer;
}

.img_code_con .popup_con {
    padding: 0 40px;
}

.img_code_con .popup_con .input_ele {
    border: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    padding: 0 12px;
    font-size: 16px;
    background-color: #f9f9f9;
    margin-bottom: 16px;
    border-radius: 50px;
    text-align: center;
}

.img_code_con .popup_con .input_ele::-webkit-input-placeholder {
    font-size: 16px !important;
    color: #bfbfbf;
}


.img_code_con .popup_con .msg_code_img {
    width: 200px;
    height: 46px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}

.img_code_con .popup_con .change_code {
    margin-top: 10px;
    line-height: 22px;
    font-size: 14px;
    color: #c9c9c9;
    text-align: center;
    cursor: pointer;
    margin-bottom: 50px;
}

.img_code_con .popup_con .identify_btn {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #c9c9c9;
    border: none;
    font-size: 14px;
    color: #999;
    border-radius: 50px;
}

.img_code_con .popup_con .identify_btn.active {
    background-color: #5d8cfb;
    color: #fff;
}