.wraps {
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
}

.wraps img {
    width: 100%;
    display: block;
}

.meetingplace_tab {
    margin: 60px 0;
    width: 100%;
    position: relative;
}

.meetingplace_tab ul {
    display: flex;
    justify-content: space-around;
}

.meetingplace_tab .tabactive {
    border-bottom: 3px solid #5958ba;
    color: #5958ba;
}

.meetingplace_tab ul li {
    flex: 1;
    text-align: center;
    margin: 0 13px;
    font-size: 35px;
    font-weight: 600;
    line-height: 70px;
    cursor: pointer;

}

.meetingplace_tab_box {
    width: 100%;
    position: relative;
}

.meetingplace_tab_box ul {
    width: 100%;
    position: relative;
}

.meetingplace_tab_box ul li {
    width: 100%;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.sectionauto {
    width: 100%;
    position: relative;
}

.sectionauto img {
    width: 100%;
}

.sectioncont {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.policy-terms {
    position: absolute;
    top: 89%;
    right: 5.4%;
    display: block;
    width: 12.2%;
    cursor: pointer;
}

.successtip_msg {
    width: 100%;
    background: RGB(214, 210, 233);
    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 20px;
}

.successtip_msg p {
    text-align: center;
    padding: 16px;
    font-size: 16px;
    font-weight: bolder;
}

.edu_text {
    width: 100%;
    margin: 0 auto;
    margin: 25px 0 15px;
}

.edu_text p {
    text-align: center;
    padding: 16px;
    font-size: 42px;
    font-weight: bolder;
    color: #5958ba;
}

.failtip_msg {
    display: flex;
    width: 100%;
    margin: 0 auto;


}

.failtip_msg a {
    padding: 19px 97px;
    border-radius: 20px;
    margin-right: 24px;
}

.failtip_msg p {
    text-align: center;
    padding: 26px;
    font-size: 16px;
    font-weight: bolder;
}

.failtip_msg img {
    width: 16%;
    padding-left: 42%;
}

.failtip_msg .policy-text {
    padding-top: 8px;
    font-size: 12px;
    font-weight: normal;
    color: #8080be;
    cursor: pointer;
}

.certified-benefits {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;

}

/* .b-points{display: flex;background: RGB(242,242,242);width:177px;height:38px;border-radius: 20px;padding: 20px;margin: 23px 50px 50px 100px;} */
.b-points {}

/* .certified-benefits img{width: 25%;height: 90%;} */
.certified-benefits img {
    width: 562px;
}

.certified-benefits p {
    font-size: 12px;
    font-weight: bolder;
    padding-left: 20px;
    padding-top: 7px;
}

.collect-coupon {
    width: 100%;
    height: 100px;
}

.coupon-msg {
    width: 324px;
    height: 60px;
    background: RGB(214, 210, 233);
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.coupon-msg img {
    width: 25%;
    height: 90%;
}

.coupon-msg p {
    font-size: 14px;
    font-weight: bolder;
}

.c-collect img {
    width: 9%;
    margin-top: -10px;
    padding-left: 47%;
}

.stustutas-fail,
.stustutas-success {
    display: none;
}

.stustutas-fail .stu-stutas {
    position: absolute;
    top: 71%;
    left: 39%;
    transform: translateX(-50%);
}

.activate {
    display: block;
}

.txt_z {
    padding: 30px 0 30px 0;
    margin: 0 auto;
}

.login-msg {
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
}

.logintip-msg {
    width: 400px;
    text-align: center;
    height: 41px;
    padding-top: 22px;
}

.msg-line {
    content: "";
    border-top: 2px solid #998fc9;
    width: 94%;
    display: block;
    margin-left: 14px;
}

.login-confirm {

    background: #ffffff;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    color: #417df0;
    font-size: 22px;
    padding: 5px 26px;
}

.policy {
    width: 620px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    box-sizing: border-box;
    background: white;
}

.policy_size {
    width: 594px;
    overflow: hidden;
    margin: 20px auto;

}

.policy-box {
    height: 500px;
    overflow-y: scroll;
    z-index: 99;
    opacity: 1;
    padding: 30px;
}

.policy-title {
    width: 100%;
    height: 26px;
}

.policy-mintitle {
    width: 100%;
}

.policy-mintitle p {
    font-size: 14px;
    font-weight: bolder;
    margin-bottom: 10px;

}

.policy-title p {
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
}

.policy-content {
    width: 100%;
    height: 100%;
}

.policy-content p {
    font-size: 12px;
    line-height: 24px;
}

.student_list {
    width: 1146px;
    margin: 0 auto;
}

.close-policy {
    width: 32px;
    height: 32px;
    mix-blend-mode: difference;
    margin: 0 auto;
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

#no_login {
    display: none;
}

#policy_pop {
    display: none;
}

.dis-product {
    background: RGB(242, 242, 242);
    width: 100%;
    overflow: hidden;

    padding-bottom: 70px;
}

.pro_list_box {
    display: flex;
    justify-content: center;
}

.pro_list_hbox {
    display: flex;

}

.pro_list_hbox .l {
    margin-left: 6.3%;
}

.pro_list_hbox .r {
    margin-left: 3.4%;
}

.pro_list {
    width: 41.88%;
    height: 710px;
    margin-top: 27px;
    border-radius: 21px;
    overflow: hidden;
}

.pro_list img {
    width: 100%;
}

.pro_title {
    text-align: center;
}

.pro_title p {
    font-size: 29px;
}

p.title1 {
    font-weight: bolder;
}

.pro_coupon {
    width: 240px;
    height: 50px;
    text-align: center;
    margin: 9px auto;
    border: 1px solid;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.probtns {
    width: 44%;
}

.pro_price {
    color: #fb8016;
    font-size: 18px;
    margin-bottom: 15px;
}

.pro_price i {
    font-style: normal;
    color: RGB(128, 128, 190);
}

.pro_price font {
    font-weight: bold;
    font-size: 36px;
    color: RGB(128, 128, 190);
}

@media screen and (max-width: 1800px) {
    .pro_price {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .pro_price font {
        font-size: 28px;
        color: RGB(128, 128, 190);
    }
}

@media screen and (max-width: 1600px) {
    .pro_price {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .pro_price font {
        font-size: 22px;
        color: RGB(128, 128, 190);
    }
}

.centerblock .pro_price {
    text-align: center;
}

.centerblock .probtns {
    margin: 0 auto;
}

.rigblock .pro_price {
    text-align: right;
}

.rigblock .probtns {
    float: right;
}

.navlinks1 {
    display: block;
    width: 16%;
    height: 14%;
    position: absolute;
    left: 17.5%;
    bottom: 2%;
}

.navlinks2 {
    display: block;
    width: 16%;
    height: 14%;
    position: absolute;
    left: 33.5%;
    bottom: 2%;
}

.navlinks3 {
    display: block;
    width: 16%;
    height: 14%;
    position: absolute;
    left: 50%;
    bottom: 2%;
}

.navlinks4 {
    display: block;
    width: 16%;
    height: 14%;
    position: absolute;
    left: 67%;
    bottom: 2%;
}

.prolinks {
    display: block;
    position: absolute;
    z-index: 1;
}

.color_z {
    display: none;
}

.pro_price.prizecol1 {
    color: #000;
}





/* 链接 */
.p1_a1 {
    display: block;
    width: 20%;
    height: 6%;
    position: absolute;
    top: 77.5%;
    left: 13%;
}

.p1_a2 {
    display: block;
    width: 21%;
    height: 6%;
    position: absolute;
    top: 77.5%;
    left: 33%;
}


.displaynone {
    display: none;
    background: #000;
    opacity: .5;
}

.p1_a1 {
    height: 2%;
    width: 17%;
    top: 58%;
    left: 22%;
}

.p1_a2 {
    height: 2%;
    width: 17%;
    top: 58%;
    left: 77%;
}