.page_container{
    background-color: #f6f7fb;
}
.center{
    min-height: calc(100vh - 109px);
    padding-bottom: 0;
}
.per_con{
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 50px;
    background: var(--img-m-mine-header) no-repeat;
    background-size: 100% 180px;
}
.per_cons{
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 50px;
    background: url("../images/imagesM/p_banner.png") no-repeat;
    background-size: 100% 300px !important;
}
.tx{
    position: relative;
    top: 25px;
    width: 65px;
    height: 65px;
    border: 3px #cdedfe solid;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}
.tx img{
    width: 100%;
    border-radius: 50%;
}
.left_menu{
    width: 88%;
    padding: 40px 3% 1px 3%;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 5px 5px #cedef4;
}
.menu_item{
    float: left;
    width: 31.33%;
    color: #333;
    padding: 0 1%;
    line-height: 24px;
    text-align: center;
    margin-bottom: 22px;
}
.menu_item a{
    width: 100%;
    color: #333;
    padding-top: 32px;
}
.menu_item_active a{
    color: var(--main-mine-background);
}
.m_icon1{
    background: var(--img-m-icon1) no-repeat;
    background-size: 30px 28px;
    background-position: center top;
}
.m_icon2{
    background: var(--img-m-icon2) no-repeat;
    background-size: 30px 28px;
    background-position: center top;
}
.m_icon3{
    background: var(--img-m-icon3) no-repeat;
    background-size: 30px 28px;
    background-position: center top;
}
.m_icon4{
    background: var(--img-m-icon4) no-repeat;
    background-size: 30px 28px;
    background-position: center top;
}
.m_icon5{
    background: var(--img-m-icon5) no-repeat;
    background-size: 30px 28px;
    background-position: center top;
}
.m_icon6{
    background: var(--img-m-icon6) no-repeat;
    background-size: 30px 28px;
    background-position: center top;
}
.m_icon7{
    background: var(--img-m-icon7) no-repeat;
    background-size: 30px 28px;
    background-position: center top;
}
.m_icon8{
    background: var(--img-m-icon8) no-repeat;
    background-size: 30px 28px;
    background-position: center top;
}
.m_icon9{
    background: var(--img-m-icon9) no-repeat;
    background-size: 30px 28px;
    background-position: center top;
}

.m_icon10{
    background: var(--img-m-icon10) no-repeat;
    background-size: 30px 28px;
    background-position: center top;
}

.m_icon11{
    background: var(--img-m-icon11) no-repeat;
    background-size: 30px 28px;
    background-position: center top;
}

.m_icon12{
    background: var(--img-m-icon12) no-repeat;
    background-size: 30px 28px;
    background-position: center top;
}
.m_icon13{
    background: var(--img-m-icon13) no-repeat;
    background-size: 30px 28px;
    background-position: center top;
}

.right_con{
    width: 88%;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 15px;
    padding: 30px 3%;
    border-radius: 10px;
}
.page_tips{
    width: 84%;
    margin: 0 auto;
    color: red;
    margin-top: 15px;
    text-align: center;
}

/*�ҵ���Ϣ*/
.items{
    width: 98%;
    height: 43px;
}
.labels{
    width: 20%;
    float: left;
    padding-left: 2%;
    line-height: 43px;
}
.layui-form{
    padding-bottom: 20px;
}

.my_info_item{
    width: 74%;
    height: 43px;
    float: left;
    line-height: 43px;
    background-color: #f6f7fb;
    border-radius: 5px;
    border: 1px #edeff3 solid;
    margin: 0 auto;
    margin-bottom: 17px;
}
.my_info_item input,.my_info_item select{
    width: 96%;
    height: 40px;
    border: none;
    outline: none;
    color: #333;
    font-size: 15px;
    padding-left: 4%;
    background-color: transparent;
}
.my_info_item select{
    color: #666;
    padding-left: 3.5%;
}
.confirm_btn{
    width: 84%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 20px;
}
.confirm_btn input,.confirm_btn button{
    display: inline-block;
    width: 100%;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 5px;
    color: #fff!important;
    border: none;
    outline: none;
    font-size: 16px;
    margin-bottom: 10px;
    /*background-color: #01b1b7;*/
    background-color: var(--main-font-left-color);
    /*background-image: linear-gradient(to right,#01b1b7,#b7dcc8);*/
    background-image: linear-gradient(to right,var(--main-font-left-color),var(--mian-title-left-color));
}
/*�ɼ�*/
.per_con h3{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}
.cj_con{
    width: 100%;
    padding-top: 45px;
    border-top: 1px #f0f1f5 solid;
}
.score{
    float: left;
    width: 125px;
    height: 100px;
    border: 4px var(--main-mine-background) solid;
    border-radius: 50%;
    text-align: center;
    padding-top: 25px;
    margin-left: 6%;
}
.score p span{
    font-size: 28px;
    color: #f41919;
    font-weight: bold;
}
.score p:last-child{
    margin-top: 8px;
}
.info{
    float: left;
    width: calc(85% - 125px);
    margin-top: 5px;
    margin-left: 6%;
}
.info p{
    margin-bottom: 20px;
}
.info p:nth-child(3){
    color:#f62626;
}
.view_zs_btn{
    width:80%;
    margin: 0 auto;
   padding: 30px 0;
}
.view_zs_btn a,.follow_wx{
    display: inline-block;
    width: 100%;
    height: 44px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    border-radius: 5px;
    font-size: 16px;
    /*background-color: #01b1b7;*/
    background-color: var(--main-font-left-color);
    /*background-image: linear-gradient(to right,#01b1b7,#b7dcc8);*/
    background-image: linear-gradient(to right,var(--main-font-left-color),var(--mian-title-left-color));
}
.view_zs_btn a:nth-child(2),.follow_wx{
    background:var(--main-mine-background);
    margin-top: 12px;
}
.zs_receive{
    display: none;
    width: 100%;
    text-align: center;
}
.zs_receive p{
    margin: 10px 0;
}
.zs_receive img{
    width: 180px;
}
.test_details{
    width: 86%;
    margin: 0 auto;
    line-height: 30px;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 4%;
}
.question{
    width: 90%;
    padding: 15px 5%;
    background-color: #fff;
}
.question p{
    margin-bottom: 15px;
}
.choose_answer{
    width: 100%;
    margin-top: 10px;
}
.anwer_item{
    margin-bottom: 30px;
    margin-left: 11px;
}
.anwer_item input{
    display: none;
    margin-right: 15px;
}
.anwer_item>label{
    position: relative;
}
.anwer_item>label::before{
    display: inline-block;
    content: "";
    position: relative;
    bottom: 7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #e6e7e7;
    margin-right:15px;
    vertical-align: bottom;
    background-color: #edeef3;
}
.anwer_item>input:checked+label::before{
    background-color: var(--main-mine-background);
    border: 1px var(--main-mine-background) solid;
}
.a_right label:before{
    background-color: #0cc462;
}
.a_error label:before{
    background-color: #eb3131;
    border:1px #eb3131 solid;
}


/*����־Ը��*/
/*.zyz_content{*/
    /*width: 90%;*/
    /*padding: 0 5%;*/
/*}*/
.bm_zyz_succeed{
    width: 100%;
    color: #666;
    margin-bottom: 30px;
}
.bm_zyz_succeed p{
    margin-bottom: 10px;
}
.zyz_table{
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px #ccc solid;
    border-left: 1px #ccc solid;
}
.zyz_table tr td{
    padding: 2%;
    text-align: center;
    border-right:1px #ccc solid ;
    border-bottom:1px #ccc solid ;
}
.zyz_table tr td:nth-child(1){
    font-weight: bold;
    font-size: 16px;
}
.copy_btn{
    width: 145px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    border: none;
    background-color: var(--main-mine-background);
    border-radius: 10px;
    margin: 10px 0;
    cursor: pointer;
}
.bm_zyz_btn,.bm_zyz{
    width:80%;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 16px;
    /*background-color: #01b1b7;*/
    background-color: var(--main-font-left-color);
    /*background-image: linear-gradient(to right,#01b1b7,#b7dcc8);*/
    background-image: linear-gradient(to right,var(--main-font-left-color),var(--mian-title-left-color));
}
.bm_zyz{
    margin: 0 ;
}
.bm_zyz_btn a,.bm_zyz a{
    display: inline-block;
    width: 100%;
    color: #fff;
}
.bm_con{
    position: relative;
}

/*ģ����ϰ����ʽ����*/
.select_pay{
    width: 100%;
    text-align: center;
}
.pay_item{
    width: 100%;
    padding-bottom: 10px;
}
.pay_item img{
    position: relative;
    top: 4px;
    margin-left: 5px;
}
.pay_item input{
    position: relative;
    top: 3px;
    width: 18px;
    height: 18px;
}
.momi{
    width: 85%;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 5px;
    padding: 20px 0;
    background: url("../images/dt_img_03.png") no-repeat;
    background-size: 100% 100%;
}
.zhengshi{
    width: 85%;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 5px;
    padding: 20px 0;
    background: url("../images/dt_img_05.png") no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0 5px #fbe1e2;
}
.dt_time{
    float:left;
    width: 50%;
    font-size: 13px;
    padding-left: 7%;
}
.dt_time p:nth-child(1){
    font-size: 20px;
    font-weight: bold;
}
.dt_time p:nth-child(2){
    width: 146px;
    margin-top: 12px;
    line-height: 20px;
}
.mn_btn,.zs_btn{
    width: 35%;
    height: 30px;
    background-color: var(--main-mine-background);
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    margin-left: 60%;
    font-size: 14px;
}
.zs_btn{
    background-color: #ed5a62;
}
.zs_btn input {
    display: inline-block;
    width: 100%;
    height: 30px;
    color: #fff;
    outline: none;
    border: none;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    background-color: #ed5a62;
    border-radius: 5px;
}
.mn_btn a,.zs_btn a{
    display: inline-block;
    width: 100%;
    color: #fff;
}
.tips {
    width: 84%;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 25px;
    font-size: 14px;
}

/*����ֽ�ʰ�֤��*/
.apply_zs{
    width: 90%;
    padding: 0 5%;
}
.apply_zs p{
    line-height: 30px;
}
.apply_zs p:nth-child(1){
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px;
}
.payinfo{
    width:100%;
    margin:auto;
    padding-bottom:30px;
}
.ptips{
    width:100%;
    margin:auto;
    text-align:left;
}
.buyinfo,.buyinfo1{
    margin-top:18px;
}
.pro{
    margin-top: 0;
}
.text{
    width:98.5%;
    height:48px;
    line-height:48px;
    border:#c9caca 1px solid;
    padding-left:5px;
    border-radius:4px;
    font-size:16px;
    outline:none;
}
.text2 {
    width:98.5%;
    height:55px;
    outline:none;
    border:#d3d3d3 1px solid;
    border-radius:4px;
    padding-left:5px;
    font-size:16px;
    margin-top: 18px
}
.buyinfo .form-group{
    width: 100%;
    margin-top: 18px;
}
.buyinfo select {
    width:80%;
    height: 48px;
    color:#666;
    line-height:48px;
    border: #d3d3d3 1px solid;
    border-radius: 4px;
    padding-left: 5px;
    font-size:16px;
    outline:none;
}
.apply_zs_btn{
    width:100%;
    height: 45px;
    text-align: center;
    margin-top: 35px;
}
.apply_zs_btn input{
    display: inline-block;
    width: 100%;
    color: #fff;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: 16px;
    background-color: var(--main-mine-background);
    background-image: linear-gradient(to right,#00a5ff,var(--main-mine-background));
}
.red{margin-top:5px;color:#f00;text-align:left;word-break: break-all;}

.zs_search{
    width: 94%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding-top: 30px;
    margin-top: 12px;
}