html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    position: relative;
    background: #ffffff;
}

a:hover {
    color: #000;
}
.contenter{
    margin: 0 auto;
    width: 1200px;
}
/**选择年级*/
.common_garde {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.common_garde .content {
    position: relative;
    top: 30%;
    width: 420px;
    height: 220px;
    background: #fff;
    margin: 0 auto;
    border-radius: 12px;
}

.common_garde .tips {
    width: 100%;
    height: 75px;
    background: #F3FDFA;
    border-radius: 10px 10px 0 0;
    text-indent: 30px;
}

.common_garde .tips .text1 {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    top: 16px;
}

.common_garde .tips .text2 {
    margin-top: 20px;
    font-size: 10px;
    letter-spacing: 1px;
}

.common_garde .grade {
    height: 125px;
    width: 100%;
    overflow-y: auto;
    padding-bottom: 20px;
}

.common_garde .grade .list {
    clear: both;
    overflow: hidden;
}

.common_garde .grade .list .left {
    float: left;
    margin-top: 29px;
    width: 54px;
    text-align: right;

    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common_garde .grade .list .right {
    float: left;
    margin-top: 22px;
    margin-left: 10px;
    width: 335px;
}

.common_garde .grade .list .right .li {
    float: left;
    padding: 1px 10px 2px 10px;
    border-radius: 20px;
    color: #000;
    font-size: 10px;
    margin-left: 15px;
    margin-top: 8px;
}

.common_garde .grade .list .right .li.on {
    background: #38DAA6;
    color: #fff;
}

/***添加收货地址*/
.common_addr {
    width: 100%;
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 11;
    /* display: none; */
}

.common_addr_content {
    width: 580px;
    height: 440px;
    background: #fff;
    margin: 0 auto;
    margin-top: 9%;
}

.common_addr_content_top {
    background: #F6F6F6;
    padding: 15px 20px 15px 30px;
    font-size: 16px;
    font-weight: 600;
}

.common_addr_content_top_tips {
    font-size: 13px;
    font-weight: 100;
}

.common_addr_content_top_img {
    float: right;
    width: 14px;
    margin-top: 6px;
}

.common_addr_content_li {
    margin-top: 15px;
}

.common_addr_content_li_xing {
    color: #FF3032;
    margin-left: 50px;
}

.common_addr_content_li_text {
    font-size: 15px;
}

.common_addr_content_li_input {
    width: 380px;
    border: 1px solid #F3F3F3;
    height: 35px;
    text-indent: 10px;
    font-size: 15px;
}

.common_addr_content_li_textarea {
    width: 360px;
    height: 60px;
    padding: 10px;
    border: 1px solid #F3F3F3;
    resize: none;
    font-size: 15px;
    outline: none;
}

.common_addr_content_sub {
    width: 115px;
    height: 40px;
    border: 0;
    outline: none;
    background: #38DAA6;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    font-size: 15px;
}


/**登录*/
.common_login {
    position: fixed;
    top: -171px;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(142deg, #0d66c1 0%, #9b89db 40% 21%, #7cb2ba 70%, #38a3da 100%);
    /*background: linear-gradient(142deg, #2e80ce, #a57ad6, #7cb2ba, #38a3da, #2e80ce, #ac88d5);*/
    /*background-size: 400% 400%;*/
    /*animation: gradientShift 12s ease infinite;*/
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.common_login .login-bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.common_login .login-bg-shapes .shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
}

.common_login .login-bg-shapes .shape-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #89b4fa, transparent);
    top: -100px;
    left: -50px;
    animation: floatShape1 12s ease-in-out infinite;
}

.common_login .login-bg-shapes .shape-2 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, #cba6f7, transparent);
    top: 50%;
    left: 20%;
    animation: floatShape2 15s ease-in-out infinite;
}

.common_login .login-bg-shapes .shape-3 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #f5c2e7, transparent);
    bottom: -80px;
    left: 10%;
    animation: floatShape3 10s ease-in-out infinite;
}

.common_login .login-bg-shapes .shape-4 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, #74c7ec, transparent);
    top: 20%;
    right: 30%;
    animation: floatShape4 14s ease-in-out infinite;
}

.common_login .login-bg-shapes .shape-5 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #a6e3a1, transparent);
    bottom: 20%;
    left: 40%;
    animation: floatShape5 11s ease-in-out infinite;
}

@keyframes floatShape1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(80px, 60px) scale(1.1); }
    50% { transform: translate(40px, 120px) scale(0.95); }
    75% { transform: translate(-30px, 50px) scale(1.05); }
}

@keyframes floatShape2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-60px, -80px) scale(1.15); }
    66% { transform: translate(50px, 40px) scale(0.9); }
}

@keyframes floatShape3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(70px, -50px) scale(1.1); }
    50% { transform: translate(120px, -20px) scale(0.95); }
    75% { transform: translate(30px, -70px) scale(1.08); }
}

@keyframes floatShape4 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-40px, 60px) scale(1.12); }
    66% { transform: translate(30px, -40px) scale(0.92); }
}

@keyframes floatShape5 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-60px, -60px) scale(1.15); }
}
/*动态背景*/
/*@keyframes gradientShift {*/
/*    0% { background-position: 0% 50%; }*/
/*    25% { background-position: 50% 50%; }*/
/*    50% { background-position: 50% 0%; }*/
/*    75% { background-position: 0% 50%; }*/
/*    100% { background-position: 0% 50%; }*/
/*}*/
/*动态背景*/

.common_login .login-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.common_login .login-logo {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    object-fit: contain;
}

.common_login .login-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
}

.common_login .content {
    position: relative;
    width: 330px;
    min-height: auto;
    margin: 0 auto;
    background: transparent;
    overflow: visible;
    animation: loginModalIn 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes loginModalIn {
    0% { opacity: 0; transform: scale(0.9) translateY(20px); }
    100% { opacity: 1; transform: scale(1) translateY(0); }
}

.common_login .content .close {
    clear: both;
    overflow: hidden;
}

.common_login .content .close .imgfan {
    width: 56px;
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    line-height: 33px;
    transition: color 0.2s ease;
}

.common_login .content .close .imgfan:hover {
    color: #fff;
}


.common_login .content .close .imgx {
    display: none;
}
/*更改返回首页->*/
.common_login .content .back-home {
    display: block;
    text-align: center;
    margin-top: 12px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease;
}

.common_login .content .back-home:hover {
    color: #fff;
}
/*.common_login .content .close .imgx {*/
/*    width: 24px;*/
/*    float: right;*/
/*    margin-top: -5px;*/
/*    margin-right: 10px;*/
/*    cursor: pointer;*/
/*    opacity: 0.7;*/
/*    transition: opacity 0.2s ease, transform 0.2s ease;*/
/*}*/
/*更改返回首页->*/


.common_login .content .close .imgx:hover {
    opacity: 1;
    transform: rotate(90deg);
}

.common_login .content .info {
    margin: 0 auto;
    width: 260px;
    padding: 0 10px 12px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.common_login .content > .sitename {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.common_login .content > .sitename > .left {
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    color: rgba(255, 255, 255, 0.95);
}

.common_login .content .info .type {
    display: flex;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.common_login .content .info .type .logintype {
    flex: 1;
    text-align: center;
    padding-bottom: 2px;
}

.common_login .content .info .type .logintype a span {
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.common_login .content .info .type .logintype a span.black {
    color: #fff;
}

.common_login .content .info .type .logintype a span.c969696 {
    /*color: rgba(255, 255, 255, 0.5);*/
    color: #eee;
}

.common_login .content .info .type .logintype .heng {
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    margin: 4px auto 0;
    border-radius: 3px;
}

.common_login .content .info .inputs {
    background: transparent;
}

.common_login .content .info .inputs > .login_user {
    position: relative;
    top: 30px;
    left: 12px;
    width: 16px;
    height: 16px;
    opacity: 0.5;
}

.common_login .content .info .inputs > .login_pass {
    position: relative;
    top: 30px;
    left: 12px;
    width: 16px;
    height: 16px;
    opacity: 0.5;
}

.common_login .content .info .inputs .input1 {
    width: 100%;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    padding-left: 38px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.08);
    outline: none;
    transition: all 0.3s ease;
    font-family: inherit;
}

.common_login .content .info .inputs .input1::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.common_login .content .info .inputs .input1:focus {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.common_login .content .info .inputs .input2 {
    width: 100%;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    font-size: 16px;
    padding-left: 38px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.08);
    outline: none;
    transition: all 0.3s ease;
    margin-top: -5px;
    font-family: inherit;
    color: #fff;
}

.common_login .content .info .inputs .input2::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.common_login .content .info .inputs .input2:focus {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.common_login .content .info .inputs .forget {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    float: right;
    margin-top: 13px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.common_login .content .info .inputs .forget:hover {
    color: #fff;
}

.common_login .content .info .login {
    margin-top: 10px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 0;
    width: 100%;
    height: 34px;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 4px;
    outline: none;
    margin-bottom: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-family: inherit;
}

.common_login .content .info .login::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.common_login .content .info .login:hover::before {
    left: 100%;
}

.common_login .content .info .login:hover {
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    transform: translateY(-1px);
    
}

.common_login .content .info .login:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.common_login .content .info .reg {
    margin-top: 14px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 0;
    width: 100%;
    height: 34px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-family: inherit;
}

.common_login .content .info .reg:hover {
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    transform: translateY(-1px);
}

.common_login .content .info .fortrue {
    margin-top: 14px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 0;
    width: 100%;
    height: 34px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 4px;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-family: inherit;
}

.common_login .content .info .fortrue:hover {
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    transform: translateY(-1px);
}

.common_login .content .info .tips {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    right: -90px;
}

.common_login .content .info .tips a {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.common_login .content .info .tips a:hover {
    color: #fff;
}

.common_login .content .third {
    display: flex;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0);
    padding: 8px;
    justify-content: center;
    border-radius: 8px;
    gap: 20px;
    
}

.common_login .content .third .li {
    text-align: center;
    width: 30%;
    vertical-align: middle;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.common_login .content .third .li:hover {
    transform: translateY(-2px);
}

.common_login .content .third .li .wx_img {
    width: 32px;
    vertical-align: middle;
}

.common_login .content .third .li .qq_img {
    width: 32px;
    vertical-align: middle;
}

.common_login .content .third .li .text {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin-left: 6px;
}

.common_login .content .info .inputs1 {
    margin-top: 6px;
}

.common_login .content .info .inputs1 .login_phone,
.common_login .content .info .inputs2 .login_phone,
.common_login .content .info .inputs3 .login_phone {
    position: relative;
    top: 30px;
    left: 12px;
    width: 16px;
    height: 16px;
    opacity: 0.5;
}

.common_login .content .info .inputs2 .login_pass,
.common_login .content .info .inputs3 .login_pass {
    position: relative;
    top: 22px;
    left: 12px;
    width: 16px;
    height: 16px;
    opacity: 0.5;
}

.common_login .content .sitename .left img {
    opacity: 0.7;
}

.common_login .content .info .inputs1 .input3 {
    width: 100%;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    padding-left: 16px;
    box-sizing: border-box;
    margin-top: 14px;
    background: rgba(0, 0, 0, 0.08);
    outline: none;
    transition: all 0.3s ease;
    font-family: inherit;
}

.common_login .content .info .inputs1 .input3::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.common_login .content .info .inputs1 .input3:focus {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.common_login .content .info .inputs1 .input4 {
    width: 65%;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    padding-left: 14px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.08);
    outline: none;
    transition: all 0.3s ease;
    font-family: inherit;
}

.common_login .content .info .inputs1 .input4::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.common_login .content .info .inputs1 .input4:focus {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.common_login .content .info .inputs1 .getLoginCode {
    text-align: center;
    float: right;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    height: 34px;
    border-radius: 8px;
    width: 80px;
    border: none;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.common_login .content .info .inputs1 .getLoginCode:hover {
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.common_login .content .info .inputs1 .forget {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    float: right;
    margin-top: 13px;
    cursor: pointer;
}


.common_login .content .info .inputs2 {
    margin-top: -14px;
}

.common_login .content .info .inputs2 .input5 {
    width: 100%;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 8px;
    padding-left: 38px;
    box-sizing: border-box;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.08);
    outline: none;
    transition: all 0.3s ease;
    font-family: inherit;
}

.common_login .content .info .inputs2 .input5::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.common_login .content .info .inputs2 .input5:focus {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.common_login .content .info .inputs2 .input6 {
    width: 65%;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 8px;
    color: #fff;
    font-size: 13px;
    border-radius: 8px;
    box-sizing: border-box;
    padding-left: 14px;
    background: rgba(0, 0, 0, 0.08);
    outline: none;
    transition: all 0.3s ease;
    font-family: inherit;
}

.common_login .content .info .inputs2 .input6::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.common_login .content .info .inputs2 .input6:focus {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.common_login .content .info .inputs2 .input7 {
    width: 100%;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: -5px;
    color: #fff;
    font-size: 13px;
    padding-left: 38px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.08);
    outline: none;
    transition: all 0.3s ease;
    font-family: inherit;
}

.common_login .content .info .inputs2 .input7::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.common_login .content .info .inputs2 .input7:focus {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.common_login .content .info .inputs2 .getRegCode {
    float: right;
    margin-top: 8px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    height: 34px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    width: 80px;
    line-height: 34px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.common_login .content .info .inputs2 .getRegCode:hover {
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}


.common_login .content .info .inputs3 {
    margin-top: -16px;
}

.common_login .content .info .inputs3 .input8 {
    width: 100%;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 8px;
    padding-left: 38px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.08);
    outline: none;
    transition: all 0.3s ease;
    font-family: inherit;
}

.common_login .content .info .inputs3 .input8::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.common_login .content .info .inputs3 .input8:focus {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.common_login .content .info .inputs3 .input9 {
    width: 65%;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 8px;
    border-radius: 8px;
    box-sizing: border-box;
    padding-left: 14px;
    background: rgba(0, 0, 0, 0.08);
    outline: none;
    transition: all 0.3s ease;
    font-family: inherit;
    color: #fff;
}

.common_login .content .info .inputs3 .input9::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.common_login .content .info .inputs3 .input9:focus {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.common_login .content .info .inputs3 .input10 {
    width: 100%;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: -8px;
    color: #fff;
    border-radius: 8px;
    padding-left: 38px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.08);
    outline: none;
    transition: all 0.3s ease;
    font-family: inherit;
}

.common_login .content .info .inputs3 .input10::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.common_login .content .info .inputs3 .input10:focus {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.common_login .content .info .inputs3 .getForgetCode {
    float: right;
    margin-top: 8px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    height: 34px;
    width: 80px;
    line-height: 34px;
    text-align: center;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.common_login .content .info .inputs3 .getForgetCode:hover {
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}


/**公共底部*/
.footer {
    height: 400px;
    background-color: #32333B;
}

.footer > .content {
    height: 400px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    color: #999999;
    font-size: 12px;
}

.footer > .content > .top_0 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 20px;
}

.footer > .content > .top_0 > img {
    vertical-align: middle;
}

.footer > .content > .top_0 > span {
    vertical-align: middle;
}

.footer > .content > .top {
    height: 250px;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-top: 50px;
}

.footer > .content > .top > .left {
    width: 70%;
    display: -webkit-flex;
    display: flex;
}

.footer > .content > .top > .left .item {
    height: 35px;
    font-size: 14px;
    color: #999999;
}

.footer > .content > .top > .left .item a {
    color: #999999;
}

.footer > .content > .top > .left .title, .footer > .content > .top > .right .title {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    height: 50px;

}

.footer > .content > .top > .left > div {
    width: 33.33%;
}

.footer > .content > .top > .right {
    width: 30%;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
}

.footer > .content > .top > .right > div {
    margin-right: 65px;
}

.footer > .content > .top > .right > div:last-child {
    margin-right: 0;
}

.footer > .content > .top > .right img {
    width: 100px;
    height: 100px;
}

.footer > .content > .middle {
    /*height: 73px;*/
    /*border-bottom: 1px solid #474C50;*/
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.footer > .content > .middle a {
    color: #999999;
}

.footer > .content > .bottom {
    display: -webkit-flex;
    display: flex;
    height: 73px;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.footer > .content > .bottom > .left {
    width: 50%;
    line-height: 35px;
}

.footer > .content > .bottom > .right {
    width: 50%;
}


/**公共方法*/
.c969696 {
    color: #989898;
    font-size: 20px;
}

.black {
    color: #2587EC;
}

.olda:hover {
    color: #000;
}

.on {
    color: #fff;
}

.on:hover {
    color: #2587EC;
}

.white {
    color: #fff;
}

.none {
    display: none;
}

.block {
    display: block;
}

.line_one {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
    text-overflow: ellipsis;
}

.line_two {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*滚动条*/
::-webkit-scrollbar {
    width: 0;
    height: 14px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

/**
新 2021-3-17
 */
.header {
    height: 70px;
    width: 100%;
    background-color: #FFFFFF;
}

input::-webkit-input-placeholder {
    color: #c8c8c8;
}

.header > .content {
    width: 1200px;
    margin: 0 auto;
    /*overflow: hidden;*/
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    justify-content: space-between;
}

.header > .content > .middle div.active a {
    color: #FFFFFF;
}

.header > .content > .middle div.active:after {
    /*content: '';*/
    /*position: relative;*/
    /*top: 15px;*/
    /*display: block;*/
    /*width: 50%;*/
    /*height: 2px;*/
    /*background-color: #43D9A7;*/
    /*margin: 0 auto;*/
}

.header > .content > .left {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none !important;
    width: 185px;
}

.header > .content > .left > img {
    padding-right: 10px;
    vertical-align: middle;
    width: 175px;
    height: 36px;
}

.header > .content > .middle {

}

.header > .content > .middle.middle_search {
    display: flex;
    width: auto;
    flex-shrink: 0;
    margin-left: 452px;
}

.header > .content > .middle.middle_search > .down_change {
    display: flex;
    color: #646464;
    position: relative;
}

.header > .content > .middle.middle_search > .down_change > .right {
    padding: 0 5px;
}

.header > .content > .middle.middle_search > .down_change > .left {
    width: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header > .content > .middle.middle_search > .down_change > .right > .down_main {
    position: absolute;
    width: 749px;
    height: 530px;
    background: #ffffff;
    box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.08), 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
    top: 60px;
    right: 0;
    z-index: 3;
    line-height: initial;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 10px;
    display: none;
}

.header > .content > .middle.middle_search > .down_change > .right > .down_main > .content {
    height: 100%;
    overflow: auto;
}

.header > .content > .middle.middle_search > .down_change > .right > .down_main > .content > .title {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #989898;
    line-height: 35px;
    margin-bottom: 10px;
}

.header > .content > .middle.middle_search > .down_change > .right > .down_main > .content > .list > .item > .top {
    /*width: 64px;*/
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #323232;
    line-height: 16px;
}

.header > .content > .middle.middle_search > .down_change > .right > .down_main > .content > .list > .item > .bottom > .item {
    background: #f5f5f5;
    border-radius: 16px;
    padding: 5px 20px;
    margin: 10px 10px 10px 0;
    cursor: pointer;
}

.header > .content > .middle.middle_search > .down_change > .right > .down_main > .content > .list > .item > .bottom > .item.active {
    background: #e5f1ff;
    border-radius: 16px;
    color: #3E96FB;
}

.header > .content > .middle.middle_search > .down_change > .right > .down_main > .content > .list > .item > .bottom {
    display: flex;
    margin: 5px 0;
    flex-wrap: wrap;
}

.header > .content > .middle.middle_search > .down_change > .right > .down_main > .down_main_triangle {
    position: absolute;
    top: -14px;
    right: 45px;
}

.header > .content > .middle .search {
    margin-right: 0;
}

.header > .content > .middle .search.search_expandable {
    width: auto;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: width 0.35s ease, background-color 0.35s ease, border-radius 0.35s ease;
    border-radius: 21px;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0;
    height: 36px;
    box-sizing: border-box;
}

.header > .content > .middle .search.search_expandable .search_icon {
    position: relative;
    left: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
    z-index: 2;
    transition: left 0.35s ease;
    margin-left: 10px;
}

.header > .content > .middle .search.search_expandable input[type="text"]#searchval {
    width: 0;
    height: 32px;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    background: transparent;
    transition: width 0.35s ease, padding 0.35s ease;
    flex-shrink: 0;
}

.header > .content > .middle .search.search_expandable:hover {
    width: 200px;
    background-color: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 21px;
}

.header > .content > .middle .search.search_expandable:hover .search_icon {
    left: 0;
    margin-left: 10px;
    margin-right: 2px;
}

.header > .content > .middle .search.search_expandable:hover input[type="text"]#searchval {
    width: 140px;
    padding-left: 6px;
    padding-right: 10px;
    border: none;
}

.header > .content > .middle > .middle_div {
    display: inline-block;
    background-color: #FFFFFF;
    height: 70px;
    line-height: 70px;
    padding: 0 10px;
    text-align: center;
}
.header > .content > .middle > .middle_div.search_expandable {
    height: 36px;
    line-height: 36px;
    padding: 0;
    background-color: transparent;
}
.header > .content > .middle.header > .middle_div {
    width: 75px;
}

.header > .content > .middle > div.active {
    background-color: #3f70b3;
    color: #FFFFFF;
}

.header > .content > .middle > .search > input {
    border-radius: 21px;
    outline: none;
    height: 32px;
    border: 1px solid #DCDCDC;
    font-size: 14px;
}

.header > .content > .middle > .search > img {
    color: #646464;
    width: 16px;
    height: 16px;
}

.header > .content > .right {
    text-align: center;
    width: auto;
    flex-shrink: 0;
    margin-left: 10px;
}

.log_or_reg_wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header_login_btn {
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid #2587EC;
    border-radius: 20px;
    color: #2587EC;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.header_login_btn:hover {
    background: #2587EC;
    color: #fff;
}

.header_reg_btn {
    display: inline-block;
    padding: 6px 20px;
    background: linear-gradient(135deg, #2587EC, #38DAA6);
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.header_reg_btn:hover {
    box-shadow: 0 4px 12px rgba(37,135,236,0.3);
    transform: translateY(-1px);
}

.header > .content > .right > .userinfo {
    width: 70px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.header > .content > .right > .userinfo > .triangle {
    position: absolute;
    top: 41px;
    display: none;
    z-index: 3;
}

.header > .content > .right > .userinfo > .head_img {
    display: flex;
    display: -webkit-flex;
    height: 55px;
    align-items: center;
}

.header > .content > .right > .userinfo > .head_img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}


.header > .content > .right > .userinfo > .user_list {
    position: absolute;
    z-index: 2;
    font-size: 15px;
    background-color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    text-align: left;
    margin-top: 55px;
    width: 250px;
    display: none;
}

.header > .content > .right > .userinfo > .user_list > .user {
    display: flex;
    display: -webkit-flex;
}

.header > .content > .right > .userinfo > .user_list > div {
    border-bottom: 1px solid #F0F0F0;
    padding: 10px 0;
}

.header > .content > .right > .userinfo > .user_list > div:last-child {
    border-bottom: none;
}

.header > .content > .right > .userinfo > .user_list > .user > .right {
    margin-left: 10px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-around;
}

.header > .content > .right > .userinfo > .user_list > .user > .left {
    display: flex;
    display: -webkit-flex;
}

.header > .content > .right > .userinfo > .user_list > .user > .right > .top .username {
    font-size: 18px;
    font-weight: 600;
    color: #323232;
}

.header > .content > .right > .userinfo > .user_list > .user > .right > .bottom .class, #gard, #gard2 {
    opacity: 1;
    background: #ffffff;
    border: 1px solid #2587EC;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #2587EC;
    padding: 1px 10px;
    cursor: pointer;
}

.vip {
    opacity: 1;
    background: linear-gradient(#f14c2f 0%, #fd9870 100%);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #ffffff;
    display: inline-block;
    padding-left: 7px;
    padding-right: 10px;
}

.svip {
    opacity: 1;
    background: #FF1C12;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #ffffff;
    display: inline-block;
    padding-left: 7px;
    padding-right: 10px;
}

.header > .content > .right > .userinfo > .user_list > .count {
    display: flex;
    display: -webkit-flex;
    text-align: center;
}

.header > .content > .right > .userinfo > .user_list > .count .item {
    width: 25%;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #323232;
}

.header > .content > .right > .userinfo > .user_list > .count .item > .num {
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header > .content > .right > .userinfo > .user_list > .count .item > .title {
    color: #898989;
}

.header > .content > .right > .userinfo > .user_list > .user > .left img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.header > .content > .right > .userinfo > .user_list > .course_u > .top {
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    line-height: 22px;
}

.header > .content > .right > .userinfo > .user_list > .course_u > .bottom {
    display: flex;
    display: -webkit-flex;
    text-align: center;
    margin-top: 10px;
}

.header > .content > .right > .userinfo > .user_list > .course_u > .bottom .item {
    width: 17%;
    margin-right: 25px;
}

.header > .content > .right > .userinfo > .user_list > .course_u > .bottom .item > .title {
    font-size: 14px;
    font-weight: 400;
    color: #646464;
}

.header > .content > .right > .userinfo > .user_list > .learn > .top {
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    line-height: 22px;
}

.header > .content > .right > .userinfo > .user_list > .learn > .bottom {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.header > .content > .right > .userinfo > .user_list > .learn > .bottom > .item {
    width: 48%;
    background: #f5f5f5;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #646464;
    margin-bottom: 5px;
    padding: 5px 0;
}

.header > .content > .right > .userinfo > .user_list > .learn > .bottom > .item > a {
    color: #646464;
}

.header > .content > .right > .userinfo > .user_list > .other > .top {
    font-size: 16px;
    font-weight: 400;
    color: #323232;
}

.header > .content > .right > .userinfo > .user_list > .other > .bottom {
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 10px;
}

.header > .content > .right > .userinfo > .user_list > .other > .bottom > .item {
    width: 48%;
    flex-wrap: wrap;
    background: #f5f5f5;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #646464;
    margin-bottom: 5px;
    padding: 5px 0;
}

.header > .content > .right > .userinfo > .user_list > .logout > .item {
    text-align: center;
}

.header > .content > .right > .userinfo > .user_list > .logout > .item > span {
    font-size: 16px;
    font-weight: 400;
    color: #969696;
    line-height: 22px;
}

/**
图文列表 通用
 */
.content_v2 {
    margin: 0 auto;
    width: 1200px;
}

.image_text_list {
    overflow: auto;
}

.image_text_list > .title {
    display: -webkit-flex;
    display: flex;
    height: 70px;
    justify-content: space-between;
}

.image_text_list > .title > .left {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.image_text_list > .title > .left > .title {
    color: #323232;
    font-size: 26px;
    margin-right: 30px;
}

.image_text_list > .title .explain {
    color: #646464;
    font-size: 16px;
}

.image_text_list > .title > .right {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.image_text_list > .title > .right > i {
    margin-left: 10px;
}

.image_text_list > .condition {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    min-height: 70px;
    margin-bottom: 20px;
}

.image_text_list > .condition > .left {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #969696;
}


.image_text_list > .condition > .right {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.image_text_list > .list > .right a:nth-of-type(3n) {
    margin-right: 0;
}

.image_text_list > .list > .right a:nth-of-type(4n) {
    margin-right: 20px !important;
}

.image_text_list > .condition > .right > .item {
    min-height: 35px;
    background-color: #FFFFFF;
    color: #323232;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
    text-align: center;
    margin: 5px 15px 5px 0;
    cursor: pointer;
    line-height: 35px;
    font-size: 16px;
    padding: 0 20px;

}

.image_text_list > .condition > .right > .item:last-child {
    margin-right: 0;
}

.image_text_list > .condition > .right > .item.active {
    background-color: #38DAA6;
    color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
}

.image_text_list > .list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.image_text_list > .list > .left {
    width: 25%;
}

.image_text_list > .list > .left img {
    width: 280px;
    height: 518px;
    border-radius: 10px;
}

.image_text_list > .list > .right {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 75%;
}


.image_text_list > .list .item {
    width: 285px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
    position: relative;
    margin-bottom: 20px;
}

.image_text_list > .list a {
    margin-right: 20px;
    color: #969696;
    margin-top: 20px;
}

.image_text_list > .list a:nth-of-type(4n) {
    margin-right: 0;
}

.image_text_list > .list .item hr {
    background-color: #F7F7F7;
    width: 90%;
    height: 1px;
    border: none;
    margin: 0 auto;
}

.image_text_list > .list .item > .middle {
    height: 55px;
    box-sizing: border-box;
    padding: 10px;

}

.image_text_list > .list .item > .middle > .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    color: #141414;
}

.image_text_list > .list .item > .middle > .default {
    margin-top: 3px;
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.image_text_list > .list .item > .middle > .default > img.ismaterial_img {
    vertical-align: middle;
    height: 13px;
    margin-right: 10px;
}

.image_text_list > .list .item > .middle > .default > .ismaterial_text {
    color: #3E96FB;
}

.image_text_list > .list .item > .middle > .default > .content {

}

.image_text_list > .list .item > .middle > .default > .content > img {
    vertical-align: middle;
    margin-right: 10px;
}

.image_text_list > .list .item > .middle > .default > .content > span {
    vertical-align: middle;
}

.image_text_list > .list .item > .middle > .default .default {
    font-size: 14px;
    font-weight: 400;
    color: #969696;
    margin-right: 20px;
}

.image_text_list > .list .item > .middle > .default .in_live {
    margin-top: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #2587EC;
}


.image_text_list > .list .item > .top {
    height: 150px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.image_text_list > .list .item > .top > .vip {
    width: 30px;
    height: 24px;
    opacity: 1;
    border-radius: 5px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    border-bottom-right-radius: 20px;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    padding-left: 5px;
    background-image: url(../images/common/vip.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.image_text_list > .list .item > .top > .img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image_text_list > .list .item > .bottom {
    box-sizing: border-box;
    padding: 10px;
    height: 44px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    color: #646464;
}

.image_text_list > .list .item > .bottom > .left {
    overflow: hidden;
}

.image_text_list > .list .item > .bottom img {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    vertical-align: middle;
    margin-right: 5px;
}

.image_text_list > .list .item > .bottom > .right .free {
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    color: #02CC7E;
}

.image_text_list > .list .item > .bottom > .right .password {
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    color: #2b7bff;
}

.image_text_list > .list .item > .bottom > .right .seckill {
    display: inline-block;
    width: 50px;
    text-align: center;
    color: #FFFFFF;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
    background-image: url(../images/common/seckill.png);
    background-position: center;
    background-size: contain;
}

.image_text_list > .list .item > .bottom > .right .seckill.pink {
    display: inline-block;
    width: 50px;
    text-align: center;
    color: #FFFFFF;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
    background-image: url(../images/common/pink.png);
    background-position: center;
    background-size: contain;
}

.image_text_list > .list .item > .bottom > .right .money {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #fc212c;
}

@media screen and (max-width: 1425px) {
    .header > .content > .right > .userinfo > .user_list {
        right: 0;
    }
}

#triangle-topleft {
    border-color: #989898 #fff #fff #fff;
    border-style: solid;
    border-width: 6px 6px 0px 6px;
    height: 0;
    width: 0;
    position: relative;
    top: 45%;
}

.image_text_list > .list.teacher {
    margin-bottom: 20px;
}

.image_text_list > .list.teacher > a > .item > .top {
    height: 260px;
}

.image_text_list > .list.teacher > a > .item > .middle {
    height: auto;
}

.image_text_list > .list.teacher > a > .item > .middle > .name {
    display: flex;
    justify-content: space-between;
}

.image_text_list > .list.teacher > a > .item > .bottom {
    flex-direction: column;
    height: 120px;
    background: linear-gradient(181deg, #89c0ff 14%, #3e96fb 94%);
    border-radius: 16px;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
}

.image_text_list > .list.teacher > a > .item > .middle > .name > .left {
    max-width: 35%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.image_text_list > .list.teacher > a > .item > .middle > .name > .right {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #989898;
    max-width: 70%;
    line-height: 24px;
    height: 24px;
}

.image_text_list > .list.teacher > a > .item > .bottom > .top {
    display: flex;
    justify-content: space-between;
}

.image_text_list > .list.teacher > a > .item > .bottom > .top > .left {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.image_text_list > .list.teacher > a > .item > .bottom > .top > .right {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    line-height: 17px;
}

.image_text_list > .list.teacher > a > .item {
    margin-bottom: 0;
    overflow: hidden;
}
