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

.con .now_pages {
    display: block;
}

/* 右侧的内容样式 */
.con .right_con {
    float: left;
    margin-left: 49px;
    width: 870px;
    /* min-height: 900px; */
}

.right_con div.up_infor {
    width: 600px;
    height: 70px;
}

.right_con div.up_infor 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;
}
.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 dl {
    margin: 20px 0;
    display: flex;
}

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

 .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);
}

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


/* qualifiy 联系人信息的展示 样式 */
 .right_con .money_finance {
    width: 80%;
    /* height: 600px; */
    /* display: none; */
}
.right_con .money_finance dd{
    width: 400px;
}
/* money_finance_edit  财务信息的编辑 样式 */
.money_finance_edit{
    display: none;
}
.money_finance_edit .title_top {
    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;
}
.money_finance_edit dt span{
    color: #F05050;
    margin-left: 5px;
}


/* .money_finance_edit div.up_infor p {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.money_finance_edit div.up_infor input[type='checkbox'] {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: url(../../images/noCheck.png) no-repeat center;
    margin-right: 10px;

}

.money_finance_edit div.up_infor input[type='checkbox']:checked {
    background: url(../../images/check.png) no-repeat center;

}
.money_finance_edit div.up_infor label {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4e7fe6;
    text-decoration: underline;
    cursor: pointer;
} */

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

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

.right_con .money_finance_edit .edit_text {
    width: 400px;
    height: 60px;
    padding-left: 20px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    resize: none;
}
.right_con .money_finance_edit dd .tips_language {
    font-size: 12px;
}
