.paper_subject {
    display: block;
    background: #FFFFFF;
    border-radius: 0.36rem 0.36rem 0 0;
    padding-bottom: 0.5rem;
}

    .paper_subject .sub_label {
        display: flex;
        align-items: center;
        padding-top: 0.6rem;
    }

    .paper_subject .sub_label_name {
        display: block;
        position: relative;
        font-size: 0.36rem;
        font-weight: bold;
        padding-left: 0.52rem;
    }

        .paper_subject .sub_label_name::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 0.36rem;
            height: 0.36rem;
            background: url(../images/new/h5_zs.png) no-repeat;
            background-size: 100% 100%;
        }

    .paper_subject .sub_label_txt {
        display: block;
        font-size: 0.28rem;
        color: #999999;
    }

.paper_rich_view .paper_title {
    margin-top: 0.2rem;
}

.paper_rich_view .sub_type {
    font-size: 0.32rem;
    color: #3385FF;
    line-height: 2;
    font-weight: bold;
    margin-right: 0.1rem;
}

.paper_rich_view .ask_title {
    display: inline;
    color: #000000;
    text-align: justify;
    font-size: 0.32rem;
    line-height: 2;
}

.paper_rich_view .ask_context {
    font-size: 0.32rem;
    line-height: 2;
    margin-top: 0.1rem;
    color: #657180;
}

    .paper_rich_view .ask_context p {
        font-size: 0.32rem;
        line-height: 2;
        color: #657180;
    }

    .paper_rich_view .ask_context img {
        max-width: 100%;
    }

.paper_rich_view ul {
    font-size: 0.32rem;
    line-height: 2;
    margin-top: 0.1rem;
    color: #657180;
}

.paper_rich_view .number {
    display: block;
    color: #333333;
    font-size: 0.36rem;
    font-weight: bold;
}

.paper_rich_view .title {
    font-size: 0.32rem;
    font-weight: bold;
    color: #000000;
    line-height: 2;
    text-align: justify;
    margin-top: 0.2rem;
}

.paper_rich_view .content {
    margin-top: 0.1rem;
    color: #657180;
    font-size: 0.32rem;
    line-height: 2;
}

    .paper_rich_view.content p {
        color: #657180;
        font-size: 0.32rem;
        line-height: 2;
    }

    .paper_rich_view .content img {
        max-width: 100%;
    }

.paper_subject .answer_view {
    margin-top: 0.35rem;
    border-radius: 0.24rem;
    background: #F5F7F8;
    padding: 0.6rem 0.25rem 0.5rem 0.25rem;
}

.paper_subject .ans_txt {
    display: block;
    font-size: 0.32rem;
    color: #657180;
}

.paper_subject .ans_list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 0.35rem;
}

    .paper_subject .ans_list label {
        display: flex;
        margin-right: 0.3rem;
        width: 1rem;
        height: 1rem;
    }

        .paper_subject .ans_list label:last-child {
            margin-right: 0;
        }

        .paper_subject .ans_list label span {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 1rem;
            height: 1rem;
            background: #FFFFFF;
            border: 1px solid #D7DDE4;
            border-radius: 50%;
            font-size: 0.36rem;
            font-weight: bold;
        }

        .paper_subject .ans_list label input:checked + span {
            background: #CCE1FF;
            border: 1px solid #CCE1FF;
            color: #3385FF;
        }

.paper_subject .ans_submit {
    width: 2.4rem;
    height: 0.9rem;
    background: #C3CBD6;
    border-radius: 0.12rem;
    display: block;
    text-align: center;
    line-height: 0.9rem;
    font-size: 0.32rem;
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: 0.6rem;
}

.paper_subject .ans_judge {
    display: block;
    margin-top: 0.6rem;
}

.paper_subject .your_answer {
    display: block;
    font-size: 0.32rem;
    font-weight: bold;
    color: #657180;
}

.paper_subject .ans_judge_error {
    display: flex;
    align-items: center;
    font-size: 0.32rem;
    color: #EF410B;
    margin-top: 0.3rem;
}

.paper_subject .ans_judge_suc {
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
    font-size: 0.32rem;
    color: #21AA28;
}

    .paper_subject .ans_judge_error img,
    .paper_subject .ans_judge_suc img {
        display: block;
        width: 0.48rem;
        height: 0.48rem;
        margin-right: 0.14rem;
    }

.paper_subject .sub_ans_btn {
    display: block;
    height: 0.9rem;
    text-align: center;
    line-height: 0.9rem;
    border-radius: 0.12rem;
    background: #C3CBD6;
    margin-top: 0.3rem;
    font-size: 0.32rem;
    color: #FFFFFF;
    letter-spacing: 0.02rem;
}

.paper_subject .sub_ans_btnG {
    background: #3385FF !important;
}

.paper_subject .look_answer {
    display: block;
    margin-top: 0.3rem;
}

.paper_subject .sub_ans_label {
    display: block;
    font-size: 0.36rem;
    font-weight: bold;
}

.paper_subject .sub_ans_cont {
    display: block;
    background: #F5F7F8;
    padding: 0.2rem;
    border-radius: 0.12rem;
    font-size: 0.32rem;
    line-height: 2;
    color: #333333;
    text-align: justify;
    margin-top: 0.4rem;
}

    .paper_subject .sub_ans_cont p {
        font-size: 0.32rem;
        line-height: 2;
        color: #333333;
    }

    .paper_subject .sub_ans_cont img {
        max-width: 100%;
    }

.paper_subject .notlogin_send {
    display: block;
    margin-left: -0.4rem;
    width: 7.5rem;
    padding: 0 0.4rem;
    padding-top: 0.4rem;
    border-top: 1px solid #E3E8EE;
    margin-top: 0.4rem;
    font-size: 0.24rem;
    color: #666666;
}

.paper_subject .inlogin_send {
    display: block;
    margin-left: -0.4rem;
    width: 7.5rem;
    padding: 0 0.4rem;
    padding-top: 0.4rem;
    border-top: 1px solid #E3E8EE;
    font-size: 0.24rem;
    color: #666666;
    margin-top: 0.4rem;
}

    .paper_subject .inlogin_send span {
        font-size: 0.28rem;
        color: #FF3333;
        font-weight: bold;
    }

.paper_subject .unlogin_send {
    margin-top: 0.4rem;
    height: 1.01rem;
    background: url(../images/new/m_q_account.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.paper_subject .send_text {
    display: block;
    margin-left: 0.96rem;
    line-height: 0.42rem;
}

.paper_subject .send_phone {
    font-size: 0.28rem;
    color: #657180;
    font-weight: bold;
}

    .paper_subject .send_phone span {
        color: #FF3333;
    }

.paper_subject .send_phone_txt {
    display: block;
    font-size: 0.24rem;
    color: #657180;
}

.paper_subject .send_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.2rem;
    width: 1.2rem;
    height: 0.6rem;
    background: #3385FF;
    border-radius: 0.3rem;
    font-size: 0.28rem;
    color: #FFFFFF;
    letter-spacing: 0.02rem;
}

.paper_subject .sub_footer {
    display: block;
}

.paper_subject .footer_link_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.3rem;
}

    .paper_subject .footer_link_row a {
        width: 1.8rem;
        height: 0.64rem;
        background: #F5F7F8;
        display: block;
        text-align: center;
        line-height: 0.64rem;
        border-radius: 0.06rem;
        font-size: 0.28rem;
        color: #666666;
    }

.paper_subject .sub_tips {
    display: block;
    font-size: 0.24rem;
    color: #FF9400;
    line-height: 0.42rem;
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
}

    .paper_subject .sub_tips img {
        width: 0.24rem;
        height: 0.24rem;
        line-height: 0.4rem;
    }

    .paper_subject .sub_tips span {
        font-weight: bold;
    }

.paper_issues {
    /*margin-top: 0.6rem;*/
    background: #FFFFFF;
    border-radius: 0.36rem 0.36rem 0 0;
    padding: 0.6rem 0;
}

    .paper_issues .issues_label {
        /* display: flex;
           align-items: center; */
        margin-left: 0.4rem;
        font-size: 0.36rem;
        font-weight: bold;
        line-height: 2;
    }

        .paper_issues .issues_label img {
            display: inline-block;
            margin-right: 0.14rem;
            width: 0.36rem;
            height: 0.36rem;
        }

        .paper_issues .issues_label span {
            font-size: 0.36rem;
            font-weight: bold;
            color: #333333;
            line-height: 2;
        }

    .paper_issues .paper_rich_view {
        padding: 0.6rem 0.4rem;
        border-bottom: 1px solid #E3E8EE;
    }

        .paper_issues .paper_rich_view span {
            display: block;
            margin-top: 0.3rem;
            font-size: 0.36rem;
            font-weight: bold;
        }

        .paper_issues .paper_rich_view a {
            display: inline-block;
            margin-top: 0.35rem;
            font-size: 0.32rem;
            color: #3385FF;
            margin-right: 0.35rem;
        }
/* 弹窗 */
.send_mobile .mobile_model {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    width: 6.54rem;
    background: #FFFFFF;
    border-radius: 0.24rem;
    padding: 0 0.35rem;
    padding-bottom: 0.6rem;
    box-sizing: border-box;
}

.send_mobile .mobile_close {
    position: absolute;
    right: 0.3rem;
    top: 0.2rem;
    width: 0.32rem;
    height: 0.32rem;
}

.send_mobile .mobile_title {
    text-align: center;
    padding-top: 0.6rem;
    padding-bottom: 0.2rem;
    font-size: 0.4rem;
    color: #000000;
}

.send_mobile .mobile_input {
    margin-top: 0.4rem;
}

    .send_mobile .mobile_input input {
        display: block;
        width: 100%;
        height: 0.9rem;
        box-sizing: border-box;
        border-radius: 0.06rem;
        border: 1px solid #D7DADF;
        padding-left: 0.14rem;
        font-size: 0.28rem;
    }

.send_mobile .mobile_input_yzm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.4rem;
}

    .send_mobile .mobile_input_yzm input {
        box-sizing: border-box;
        width: 3.6rem;
        height: 0.9rem;
        border-radius: 0.06rem;
        border: 1px solid #D7DADF;
        padding-left: 0.14rem;
        font-size: 0.28rem;
    }

.send_mobile .yzm_img {
    width: 2rem;
    height: 0.9rem;
    border: 1px solid #D7DADF;
    border-radius: 0.06rem;
}

.send_mobile .yzm_btn {
    width: 2rem;
    height: 0.9rem;
    border-radius: 0.06rem;
    border: 1px solid #3385FF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 0.28rem;
    color: #3385FF;
}

.send_mobile .send_btn {
    margin-top: 0.6rem;
    text-align: center;
    height: 0.9rem;
    background: #3385FF;
    border-radius: 0.45rem;
    line-height: 0.9rem;
    font-size: 0.32rem;
    color: #FFFFFF;
    letter-spacing: 0.04rem;
}

/* 系统生成账号 */
.gener_cont {
    position: relative;
}

    .gener_cont .gener_bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 3.3rem;
        z-index: -1;
    }

    .gener_cont .gener_success {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0.6rem;
    }

    .gener_cont .suc_icon {
        display: block;
        width: 1rem;
        height: 1rem;
    }

    .gener_cont .suc_text {
        display: block;
        margin-left: 0.25rem;
        line-height: 0.56rem;
    }

    .gener_cont .suc_txt1 {
        font-size: 0.48rem;
        font-weight: bold;
        color: #FFFFFF;
    }

    .gener_cont .suc_txt2 {
        font-size: 0.28rem;
        color: #FFFFFF;
    }

    .gener_cont .gener_account {
        display: block;
        width: 6.9rem;
        height: 3.07rem;
        background: url(../images/new/m_vip_accbg.png) no-repeat;
        background-size: 100% 100%;
        margin: 0 auto;
        margin-top: 0.4rem;
        padding-top: 0.5rem;
        box-sizing: border-box;
    }

    .gener_cont .acc_input {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0.2rem;
    }

        .gener_cont .acc_input span {
            font-size: 0.32rem;
            color: #3385FF;
            letter-spacing: 0.12rem;
            margin-right: 0.2rem;
        }

        .gener_cont .acc_input input {
            width: 3.2rem;
            height: 0.8rem;
            background: #F8F8F8;
            display: block;
            box-sizing: border-box;
            border: 1px solid #D4D7DF;
            border-radius: 0.06rem;
            padding-left: 0.1rem;
            font-size: 0.4rem;
            font-weight: bold;
            color: #FF3333;
        }

    .gener_cont .gener_tips {
        display: block;
        margin: 0 0.8rem;
        font-size: 0.24rem;
        color: #FF9400;
        line-height: 0.42rem;
    }

        .gener_cont .gener_tips img {
            width: 0.24rem;
            height: 0.24rem;
        }

        .gener_cont .gener_tips span {
            font-weight: bold;
        }

    .gener_cont .gener_login {
        display: block;
        margin: 0 0.65rem;
        margin-top: 0.4rem;
        height: 0.9rem;
        background: #3385FF;
        border-radius: 0.06rem;
        text-align: center;
        line-height: 0.9rem;
        font-size: 0.32rem;
        color: #FFFFFF;
    }

    .gener_cont .gener_send {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0.65rem;
        margin-top: 0.4rem;
        height: 0.9rem;
        border: 1px solid #3385FF;
        border-radius: 0.06rem;
        font-size: 0.32rem;
        color: #3385FF;
    }

/* 重置密码/设置密码 */
.password_model {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1200;
    width: 6.54rem;
    background: #FFFFFF;
    border-radius: 0.12rem;
    padding-bottom: 0.6rem;
}

    .password_model .reset_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0.45rem;
        height: 1.16rem;
        border-bottom: 1px solid #EEEEEE;
    }

    .password_model .reset_title_txt {
        font-size: 0.32rem;
        color: #000000;
    }

    .password_model .reset_close {
        width: 0.32rem;
        height: 0.32rem;
    }

    .password_model .reset_input {
        display: block;
        width: 5.8rem;
        margin: 0 auto;
        margin-top: 0.3rem;
        box-sizing: border-box;
        height: 0.8rem;
        border: 1px solid #D7DADF;
        border-radius: 0.04rem;
        font-size: 0.28rem;
        color: #666666;
        padding-left: 0.2rem;
    }

    .password_model .reset_number {
        margin-top: 0.6rem;
        background: #F5F7F8;
    }

    .password_model .reset_btn {
        display: block;
        margin: 0 auto;
        margin-top: 0.6rem;
        width: 5.8rem;
        height: 0.9rem;
        background: #C3CBD6;
        border-radius: 0.06rem;
        text-align: center;
        line-height: 0.9rem;
        font-size: 0.32rem;
        color: #FFFFFF;
    }

    .password_model .reset_btn_b {
        background: #3385FF !important;
    }

/* 订单管理 */
.person_order {
    padding-bottom: 0.3rem;
    min-height: 7.4rem;
}

    .person_order .order_view {
        display: block;
        padding: 0.4rem 0.3rem 0.25rem 0.3rem;
        background: #FFFFFF;
        border-radius: 0.24rem;
        margin-top: 0.4rem;
    }

    .person_order .order_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 0.28rem;
        margin-bottom: 0.4rem;
    }

    .person_order .order_number {
        color: #657180;
    }

    .person_order .order_state {
        color: #657180;
    }

    .person_order .order_state_un {
        color: #999999;
    }

    .person_order .order_member {
        height: 1.4rem;
        border-radius: 0.12rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0.2rem;
        background: #F5F7F8;
    }

    .person_order .order_mem_l {
        display: flex;
        align-items: center;
    }

    .person_order .mem_icon {
        display: block;
        width: 0.6rem;
        height: 0.6rem;
        margin-right: 0.2rem;
    }

    .person_order .mem_title {
        font-size: 0.32rem;
        font-weight: bold;
        color: #464c5b;
        letter-spacing: 0.01rem;
    }

    .person_order .mem_time {
        margin-top: 0.25rem;
        font-size: 0.24rem;
        color: #9ca7b6;
    }

    .person_order .member_num {
        display: block;
        font-size: 0.24rem;
        color: #454647;
    }

        .person_order .member_num span {
            font-size: 0.36rem;
            color: #303133;
            font-weight: bold;
        }

    .person_order .order_bot {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 0.25rem;
    }

    .person_order .order_useful {
        display: flex;
        align-items: center;
        font-size: 0.28rem;
        color: #9ca7b6;
    }

    .person_order .order_paynum {
        display: block;
        font-size: 0.28rem;
        color: #3385ff;
        height: 0.24rem;
        border-left: 1px solid #CCCCCC;
        padding-left: 0.2rem;
        margin-left: 0.2rem;
    }

    .person_order .order_cust {
        display: block;
        font-size: 0.28rem;
        color: #333333;
        line-height: 0.56rem;
    }

    .person_order .order_number {
        color: #657180;
    }

    .person_order .order_btn_row {
        display: flex;
        align-items: center;
    }

    .person_order .order_cancel {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.6rem;
        height: 0.6rem;
        background: #c3cbd6;
        border-radius: 0.12rem;
        font-size: 0.28rem;
        color: #FFFFFF;
    }

    .person_order .order_sure {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.6rem;
        height: 0.6rem;
        background: #3385ff;
        border-radius: 0.12rem;
        margin-left: 0.3rem;
        font-size: 0.28rem;
        color: #FFFFFF;
    }

    .person_order .order_have {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0.08rem;
        width: 0.9rem;
        height: 0.36rem;
        background: #C3CBD6;
        border-radius: 0.04rem;
        font-size: 0.24rem;
        color: #f8f9fb;
    }

/* 列表页 */
.detnew_navigation {
    position: relative;
}

    .detnew_navigation .navi_title {
        position: relative;
        z-index: 10;
        margin: 0 0.4rem;
        height: 0.9rem;
        padding: 0 0.28rem;
        background: #FFFFFF;
        border-radius: 0.12rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .detnew_navigation .navi_title_l {
        display: flex;
        align-items: center;
        font-size: 0.36rem;
        color: #333333;
    }

        .detnew_navigation .navi_title_l img {
            display: block;
            width: 0.32rem;
            height: 0.32rem;
            margin-right: 0.2rem;
        }

    .detnew_navigation .navi_switch {
        display: flex;
        align-items: center;
        font-size: 0.32rem;
        color: #3385FF;
    }

    .detnew_navigation .navi_switch_icon {
        display: block;
        margin-left: 0.08rem;
        width: 0.24rem;
        height: 0.24rem;
        background: url(../images/new/screening_down.png) no-repeat;
        background-size: 100% 100%;
    }

    .detnew_navigation .navi_switch_up .navi_switch_icon {
        background: url(../images/new/screening_up.png) no-repeat;
        background-size: 100% 100%;
    }

    .detnew_navigation .navi_cont {
        position: absolute;
        z-index: 600;
        left: 0;
        top: 1rem;
        width: 7.5rem;
        background: #FFFFFF;
    }

    .detnew_navigation .navi_select {
        height: 1.1rem;
        display: flex;
        align-items: center;
        margin-left: 0.4rem;
        font-size: 0.32rem;
        color: #9CA7B6;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        box-sizing: border-box;
    }

        .detnew_navigation .navi_select .navi_sel_label {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            box-sizing: border-box;
        }

    .detnew_navigation .navi_sel_label span {
        color: #333333;
    }

    .detnew_navigation .navi_flex {
        display: flex;
    }

    .detnew_navigation .navi_list {
        display: block;
        width: 2.6rem;
        height: 7.2rem;
        max-height: 7.2rem;
        overflow-y: auto;
    }

    .detnew_navigation .navi_list_one {
        width: 2.3rem !important;
        background: #F5F5F5;
    }

    .detnew_navigation .navi_list_two {
        background: #FAFAFA;
    }

    .detnew_navigation .navi_list li {
        height: 0.8rem;
        text-align: center;
        line-height: 0.8rem;
        font-size: 0.32rem;
        color: #464C5B;
        padding: 0 0.2rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .detnew_navigation .navi_cur {
        background: #FFFFFF !important;
        color: #3385FF !important;
    }

    .detnew_navigation .navi_bot {
        display: flex;
        align-items: center;
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
    }

        .detnew_navigation .navi_bot span {
            display: block;
            width: 50%;
            height: 0.9rem;
            text-align: center;
            line-height: 0.9rem;
            font-size: 0.32rem;
        }

    .detnew_navigation .navi_submit {
        background: #F3F8FF;
        color: #3385FF;
    }

    .detnew_navigation .navi_sure {
        background: #3385FF;
        color: #FFFFFF;
    }

.detnew_classList {
    background: #FFFFFF;
    border-radius: 0.12rem;
    margin: 0.2rem 0.4rem;
}

    .detnew_classList .list_view {
        display: block;
        padding: 0.25rem 0.2rem 0.4rem 0.2rem;
        border-bottom: 1px solid #D7DDE4;
    }

        .detnew_classList .list_view:last-child {
            border-bottom: 0;
        }

    .detnew_classList .list_view_txt {
        font-size: 0.32rem;
        font-weight: bold;
        color: #333333;
        line-height: 2;
        text-align: justify;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .detnew_classList .list_time {
        display: block;
        font-size: 0.24rem;
        color: #999999;
        margin-top: 0.15rem;
        line-height: 2;
    }


/*分页*/
.page-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.1rem 0 0.3rem;
}

.kuang ul {
    overflow: hidden;
}

.kuang li {
    display: inline
}

.kuang ul li {
    padding: 0;
    margin: 0
}

.kuang li a, .kuang li input {
    border: 1px solid #ddd;
    padding: .2rem .24rem;
    float: left;
    margin-left: 8px;
    text-decoration: none;
    font-size: 14px;
    color: #666;
    background-color: #fff;
}

.kuang li input {
    width: 20px;
    text-align: center;
    vertical-align: middle;
    background-color: #f1f1f1;
}

.kuang .current a {
    font-weight: bold;
    background: #459df5;
    color: #fff;
}

/*会员弹窗*/
.ts-pop {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 601;
}

    .ts-pop .mask {
        z-index: 9999;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .ts-pop .win {
        z-index: 9999;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 6rem;
        transform: translate(-50%, -50%);
        background-color: #fff;
        text-align: center;
        border-radius: 0.2rem;
    }

        .ts-pop .win .win_close {
            position: absolute;
            width: 0.5rem;
            height: 0.5rem;
            top: -0.25rem;
            right: -0.25rem;
        }

        .ts-pop .win .win_top {
            width: 100%;
            height: 2.85rem;
            margin-bottom: 0.4rem;
            background: url(../images/fz_bg.png) no-repeat;
            background-size: 100%, 100%;
        }

        .ts-pop .win .win_tip {
            font-size: 0.4rem;
            color: #36434b;
            margin-bottom: 0.25rem;
        }

        .ts-pop .win .win_p {
            color: #77868f;
            font-size: 0.32rem;
            margin-bottom: 0.12rem;
        }

            .ts-pop .win .win_p > span {
                color: #3385FF;
            }

        .ts-pop .win .win_a {
            display: block;
            width: 5rem;
            height: 0.9rem;
            line-height: 0.9rem;
            border-radius: .05rem;
            background-color: #3385FF;
            margin: 0.05rem auto;
            font-size: 0.35rem;
            color: #ffffff;
            margin-bottom: 0.25rem;
        }

        .ts-pop .win .win_p2 {
            color: #77868f;
            font-size: 0.26rem;
            margin-bottom: 0.25rem;
            display: block;
        }

            .ts-pop .win .win_p2 > span {
                color: #21aa28;
            }

            .ts-pop .win .win_p2 > a {
                color: Blue;
            }

.warm_model {
    position: fixed;
    top: 3rem;
    left: 50%;
    margin-left: -3.2rem;
    z-index: 700;
    width: 6.4rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    padding-bottom: 0.3rem;
}

    .warm_model .topImg {
        width: 100%;
        height: 2rem;
    }

    .warm_model .title {
        text-align: center;
        padding: 0.4rem 0 0.2rem 0;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        font-size: 0.4rem;
        color: #000000;
    }

    .warm_model .warm_p {
        width: 3.65rem;
        text-align: center;
        line-height: 2;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        font-size: 0.28rem;
        color: #5e5b6e;
        margin: 0 auto;
        margin-bottom: 0.2rem;
    }

    .warm_model .imm_open {
        display: block;
        width: 5.2rem;
        height: 0.9rem;
        background: #459df5;
        border-radius: 0.45rem;
        margin: 0 auto;
        margin-bottom: 0.4rem;
        text-align: center;
        line-height: 0.9rem;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        font-size: 0.34rem;
        color: #ffffff;
        letter-spacing: 0.01rem;
    }

    .warm_model .warm_close {
        text-align: center;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        font-size: 0.34rem;
        color: #999999;
        letter-spacing: 0.01rem;
    }

.theme-popover-mask {
    z-index: 601;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    filter: alpha(opacity=40);
    display: none;
}

/* 会员页 */
.member_alert {
    display: flex;
    align-items: center;
    height: 1rem;
    margin-left: 0.4rem;
    font-size: 0.28rem;
    color: #657180;
}

    .member_alert img {
        display: block;
        width: 0.32rem;
        height: 0.32rem;
        margin-right: 0.1rem;
    }

.member_main {
    display: block;
    padding: 0 0.4rem 0.4rem;
}

.body_main {
    display: block;
    padding: 0 0.2rem 0.5rem;
}

.member_label {
    display: block;
    padding-top: 0.25rem;
    font-size: 0.4rem;
    line-height: 0.5rem;
    text-align: justify;
    font-weight: bold;
}

.member_small_label {
    display: block;
    padding-top: 0.15rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
    text-align: justify;
    /*font-weight: bold;*/
}

.member_package {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.15rem;
    align-items: center;
    justify-content: space-between;
}

    /*.member_package .pack_view {
        position: relative;
        display: block;
        width: 48%;
        height: auto;
        border-radius: 10px;
        border: 0.02rem solid #E5E6E8;
        margin-right: 0.1rem;
        margin-top: 0.2rem;
    }*/

.member_package .pack_view {
    position: relative;
    display: block;
    width: 49%;
    height: 2.6rem;
    border-radius: 0.1rem;
    border: 0.02rem solid #E5E6E8;
    margin-right: 0rem;
    margin-top: 0.2rem;
    cursor: pointer;
}
.member_package .pack_view_all {
    position: relative;
    display: block;
    width: 100%;
    height: 2.6rem;
    border-radius: 0.1rem;
    border: 0.02rem solid #E5E6E8;
    margin-right: 0rem;
    margin-top: 0.2rem;
    cursor: pointer;
}
        .member_package .pack_view:nth-child(3n) {
            margin-right: 0;
        }

    /*.member_package .pack_recom {
        display: block;
        width: 0.6rem;
        height: 0.36rem;
        text-align: center;
        line-height: 0.36rem;
        background: #FF6600;
        border-radius: 0.1rem 0 0.1rem 0;
        font-size: 0.24rem;
        color: #FFFFFF;
        position: absolute;
        left: 0;
        top: -0.15rem;
    }*/

.member_package .pack_recom {
    display: block;
    width: 0.6rem;
    height: 0.36rem;
    text-align: center;
    line-height: 0.36rem;
    background: #FF6600;
    border-radius: 0.1rem 0 0.1rem 0;
    font-size: 0.24rem;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: -0.15rem;
}
    .member_package .pack_num {
        display: block;
        text-align: center;
        padding-top: 0.35rem;
        font-size: 0.25rem;
        color: #666666;
        line-height: 0.6rem;
    }

        .member_package .pack_num span {
            font-size: 0.35rem;
            font-weight: bold;
        }


.member_package .pack_price {
    display: block;
    width: 100%;
    /* border-radius: 0.3rem; */
    margin: 0 auto;
    margin-top: 0.25rem;
    text-align: center;
    /*line-height: 0.4rem;*/
    /* background: #E5E6E8; */
    font-size: 0.25rem;
    color: #666666;
}

.member_package .pack_price_dsicont {
    display: block;
    width: 100%;
    /* border-radius: 0.3rem; */
    margin: 0 auto;
    margin-top: 0.25rem;
    text-align: center;
    /*line-height: 0.4rem;*/
    /* background: #E5E6E8; */
    font-size: 0.24rem;
    color: #666666;
    text-decoration: line-through;
}

    .member_package .pack_time {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0.5rem;
        background: #E5E6E8;
        text-align: center;
        line-height: 0.5rem;
        font-size: 0.25rem;
    }

    .member_package .pack_cur {
        border: 0.02rem solid #ff6600 !important;
    }

    .member_package .pack_cur .pack_price {
            color: #3385FF !important;
        }

    .member_package .pack_cur .pack_time {
            background: #ff6600 !important;
            color: #FFFFFF !important;
        }
        
    .member_package .pack_cur .pack_num {
        font-size: 0.28rem;
        color: #ff3333;
    }

    .member_package .pack_cur .pack_num span {
            font-size: 0.5rem;
            font-weight: bold;
    }
        

.member_method {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.2rem;
}

    .member_method .method_view {
    /*    width: 3.1rem;
        height: 1rem;
        border-radius: 0.1rem;
        border: 0.02rem solid #e5e5e5;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.34rem;
        cursor: pointer;
    */
        width: 48%;
        height: 1rem;
        border-radius: 0.1rem;
        border: 0.02rem solid #e5e5e5;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.34rem;
        cursor: pointer;
    }

        .member_method .method_view img {
            display: block;
            width: 0.48rem;
            height: 0.48rem;
            margin-right: 0.1rem;
        }

    .member_method .method_cur {
        border: 0.02rem solid #ff6600 !important;
        background: #f8fafc !important;
    }

.member_btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 1rem;
    border-radius: 0.12rem;
    /*background: #2181FA;*/
    background: #FF6600;
    margin-top: 0.3rem;
    padding: 0.1rem 0;
    cursor: pointer;
}

    .member_btn .member_btn_txt {
        display: block;
        width: 100%;
        font-size: 0.34rem;
        color: #FFFFFF;
        font-weight: bold;
        letter-spacing: 0.1rem;
        text-align: center;
    }

    .member_btn .member_btn_notes {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 0.14rem;
        font-size: 0.24rem;
        color: #CCE0FF;
    }

.member_login {
    display: block;
    text-align: center;
    margin-top: 0.2rem;
    font-size: 0.26rem;
    color: #000000;
}
.nianshu_shuoming {
    display: block;
    text-align: left;
    
    font-size: 0.25rem;
    line-height:0.4rem;
    color: #657180;
}
    .member_login a {
        color: #ff3333;
        font-weight: bold;
    }

.member_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0.3rem 0;
}

    .member_link .mem_link_btn {
        width: 2.9rem;
        height: 0.64rem;
        background: #c3cbd6;
        border-radius: 0.06rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.28rem;
        color: #FFFFFF;
    }

        .member_link .mem_link_btn img {
            display: block;
            width: 0.32rem;
            height: 0.32rem;
            margin-right: 0.1rem;
        }

.member_agree {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
    color: #666666;
    margin-top: 0.2rem;
}

    .member_agree img {
        display: block;
        margin-right: 0.05rem;
        width: 0.32rem;
        height: 0.32rem;
    }

    .member_agree a {
        color: #3385FF;
    }

.detnew_classList .noresult, .person_order .noresult {
    font-size: 0.28rem;
    line-height: 0.68rem;
    margin: 0.22rem 0;
    background-color: #F5F7F8;
    padding: 0.22rem;
    color: #999999;
    border-radius: 0.12rem;
    text-align: center;
}

/* 个人中心 */
.person_head {
    position: relative;
    display: block;
    padding-top: 0.01rem;
}

    .person_head::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -0.12rem;
        width: 100%;
        height: 0.45rem;
        background: url(../images/new/my_top_before.png) no-repeat;
        background-size: 100% 100%;
    }

.person_user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.4rem;
    margin-top: 0.36rem;
}

    .person_user .person_user_l {
        display: flex;
        align-items: center;
    }

    .person_user .user_icon {
        display: block;
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 50%;
    }

    .person_user .user_txt {
        margin-left: 0.25rem;
    }

    .person_user .user_number {
        font-size: 0.38rem;
        font-weight: bold;
    }

    .person_user .user_notes {
        margin-top: 0.35rem;
        font-size: 0.28rem;
        color: #657180;
    }

    .person_user .user_arrow {
        display: block;
        width: 0.32rem;
        height: 0.32rem;
    }

.person_vip {
    display: flex;
    padding-top: 0.28rem;
    height: 1.2rem;
    margin: 0 0.4rem;
    margin-top: 0.6rem;
    background: url(../images/new/my_vipbg.png) no-repeat;
    background-size: 100% 100%;
}

    .person_vip .vip_icon {
        display: block;
        width: 0.62rem;
        height: 0.24rem;
        margin-left: 0.13rem;
        margin-top: 0.14rem;
    }

    .person_vip .vip_member {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 0.5rem;
        padding-left: 0.2rem;
        padding-right: 0.12rem;
        width: 100%;
    }

    .person_vip .mem_txt,
    .person_vip .mem_endtime {
        font-size: 0.32rem;
        color: #8c623a;
        font-weight: bold;
    }

    .person_vip .mem_clear {
        display: block;
        width: 1.6rem;
        height: 0.5rem;
        text-align: center;
        line-height: 0.5rem;
        border-radius: 0.25rem;
        background: linear-gradient(90deg,#515151 0%,#363636 100%);
        font-size: 0.32rem;
        color: #f2d6a7;
        font-weight: bold;
    }

.person_center {
    padding: 0.52rem 0.4rem 0;
}

    .person_center .person_list {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .person_center .list_view img {
        display: block;
        width: 0.64rem;
        height: 0.64rem;
        margin: 0 auto;
    }

    .person_center .list_view span {
        display: block;
        text-align: center;
        margin-top: 0.25rem;
        font-size: 0.28rem;
    }

    .person_center .person_link {
        padding-top: 0.7rem;
    }

    .person_center .person_link_li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 0.96rem;
    }

    .person_center .person_link_txt {
        display: flex;
        align-items: center;
        font-size: 0.32rem;
        color: #464c5b;
    }

        .person_center .person_link_txt img {
            display: block;
            width: 0.4rem;
            height: 0.4rem;
            margin-right: 0.24rem;
        }

    .person_center .person_link_arrow {
        display: block;
        width: 0.32rem;
        height: 0.32rem;
    }

a.person_exit {
    display: block;
    margin-top: 0.6rem;
    height: 0.9rem;
    text-align: center;
    line-height: 0.9rem;
    background: #C3CBD6;
    border-radius: 0.12rem;
    font-size: 0.32rem;
    color: #FFFFFF;
}

/* 绑定手机号 */
.person_phone .person_input {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.6rem;
}

.person_phone .person_label {
    display: block;
    width: 1.7rem;
    font-size: 0.32rem;
    font-weight: bold;
    text-align: left;
}

.person_phone .person_input input {
    display: block;
    width: 3rem;
    font-size: 0.32rem;
    color: #657180;
}

.person_phone .yzm_btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.32rem;
    color: #3385FF;
}

.person_phone .pas_eye {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

    .person_phone .pas_eye img {
        width: 0.32rem;
        height: 0.32rem;
    }

.person_phone .bind_btn,
.person_phone .set_exit {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.9rem;
    background: #C3CBD6;
    border-radius: 0.12rem;
    font-size: 0.32rem;
    color: #FFFFFF;
    width: 6.8rem;
}

.person_phone .bind_btn_in {
    background: #3385FF !important;
}

.person_phone .phone_notes {
    margin-left: -0.4rem;
    width: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.8rem;
    background: #FFFCF3;
    font-size: 0.28rem;
    color: #657180;
}

    .person_phone .phone_notes a {
        margin-left: 0.04rem;
        color: #FF3333;
    }
    
    .ordinInput {
    position: relative;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 0.4rem 0 0.25rem 0;
    border-bottom: 0.015rem solid #E6E6E6;
    padding-left: 0rem;
}
.ordinInput .txt {
    font-size: 0.33rem;
    color: #333333;
    width: 2.1rem;
    font-weight: bold;
}
.ordinInput input {
    /*width: 5rem;*/
    font-size: 0.33rem;
    color: #666666;
    display: flex;
    align-items: center;
    background: #FFFFFF !important;
}
input[type=text], input[type=password] {
    border: 0;
    outline: none;
}
.tip-modal{
  position: fixed;
  /*top:40px;*/
  left:50%;
  margin: 0 auto;
  margin-left: -100px;
  width: auto;
  /*height: 30px;*/
  line-height: 30px;
  padding:4px 10px;
  display: none;
  text-align: center;
  font-size: 14px;
  color:#fff;
  background:#000;
  opacity: 0.65;
  border-bottom-color:rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px rgba(130, 130, 130, 0.5);
  border-radius: 4px;
  z-index: 1000;
}
