.con {
    width: 1200px;
    margin: 0 auto;
    min-height: 1700px;
}

.con .now_pages {
    display: block;
}
/* 参考范例 */
#example{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    z-index: 33333;
}
#example .close{
    display: inline-block;
    width: 30px;
    height:30px;
    position: absolute;
    right: 30%;
    top: 5%;
}
#example .ex{
    display: inline-block;
    width: 500px;
    height: 635px;

}
/* 审核未通过的时候的样式 */






/* 右侧的内容样式 */
.con .right_con {
    float: left;
    margin-left: 49px;
    width: 830px;
    /* display: none; */
    position: relative;
}
.con .right_con .status_exam{
    width: 80px;
    height: 80px;
    position: absolute;
    right: 50px;
    top: 10px;
    z-index: 66;
}
.con .right_con .status_exam img{
    display: inline-block;
    width: 80px;
    height: 80px;
}
.right_con .title_top {
    display: inline-block;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 550;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
    border-left: 4px solid #FFE600;
    padding-left: 10px;
}
.right_con div.qualifiy_btn_div {
    width: 600px;
    height: 70px;
}

.right_con div.qualifiy_btn_div button {
    width: 80px;
    height: 32px;
    background: rgba(255, 230, 0, 1);
    float: right;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
    border: none;
    border-radius: .25rem;
    cursor: pointer;
}
/* .infor_user div.edit_but {
    width: 600px;
    height: 70px;
    margin: 50px auto 0;
}

.infor_user div.edit_but button {
    cursor: pointer;
    width: 80px;
    height: 32px;
    background: rgba(255, 230, 0, 1);
    float: right;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
    border: none;
    border-radius: .25rem;
} */


.con .right_con dl {
    margin: 20px 0;
    font-weight: 500;
    display: flex;
}

.con .right_con dl dt {
    width: 300px;
    height: 40px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 40px;
}
.con .right_con dl dt span{
    color: #F05050;
}
.con .right_con dl dd {
   
    line-height: 40px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.con .right_con dl dd img {
    display: inline-block;
    width: 160px;
    height: 100px;
    padding: 10px 0 10px 10px;
    vertical-align: middle;
}


/* qualifiy 联系人信息的展示 样式 */
/* .con .right_con .qualifiy,.con .infor_user {
    width: 80%;
} */
.con .right_con .qualifiy dl {
    margin: 30px 0;
    display: flex;
}
.con .right_con .qualifiy dl dd{
    width: 400px;
}


/* qualifiy_edit   联系人信息的编辑 样式 */
.con .right_con .qualifiy_edit ,.con .right_con .infor_user_edit {
    display: none;
    width: 100%;
}





.con .right_con .icon_judge {
    /* display: none; */
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0 3px 0 0;
}

.con .right_con  .edit_input {
    font-size: 16px;
    line-height: 45px;
    height: 32px;
    width: 320px;
    margin: 0 10px 0 0;
    padding-left: 20px;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    color: #666;
}

/* .con .right_con  .edit_text {
    width: 320px;
    margin: 0 10px 0 0;
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    resize: none;
} */

.con .right_con .qualifiy_edit .code_input {
    width: 172px;
}

.con .right_con .qualifiy_edit dd {
    color: #999;
    display: inline-flex;
    align-items: center;
    line-height: 35px;
}

.con .right_con .qualifiy_edit dd .tips_language {
    display: none;
    font-size: 12px;
}

.con .right_con .qualifiy_edit p {
    display: inline-block;
    color: #000;
}
.con .right_con .qualifiy_edit dd.WX_photo{
    display: flex;
}
.qualifiy_edit .WX_photo .photo_upload {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 80px;
    height: 32px;
}

.qualifiy_edit .WX_photo label {
    display: flex;
    flex-direction: column;
    width: 220px;
    height: 200px;
}

.qualifiy_edit .WX_photo label span {
    display: block;
    /* width: 220px; */
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 30px;
}
.qualifiy_edit .WX_photo label span:last-child{
    color:#4E7FE6;
    text-decoration: underline;
}
.qualifiy_edit .WX_photo a {
    cursor: pointer;
    position: relative;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin: 0 0 0px 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    width: 80px;
    height: 32px;
    background: rgba(255, 230, 0, 1);
    text-align: center;
    line-height: 32px;
}

.qualifiy_edit .WX_photo p {
    position: relative;
    width: 180px;
    height: 110px;

}

.qualifiy_edit .WX_photo p i {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 111;
    display: block;
    width: 15px;
    height: 15px;
    background: url(../../images/delete.png) no-repeat center;
}

.con .right_con .infor_user dl dd{
    width: 400px;
}

.infor_user_edit div.up_infor {
    width: 600px;
    height: 70px;
    margin: 20px auto;
}

.infor_user_edit div.up_infor button {
    cursor: pointer;
    width: 80px;
    height: 32px;
    float: right;
    background: rgba(255, 230, 0, 1);
    border: none;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    border-radius: .25rem;
}