a {
    text-decoration: none;
}

body {
    background: #f5f5f5;
}

.zhfw-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body {
    background: #f8f8f8;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 32px #f9f9f9 inset;
    /**通过边框阴影遮挡住背景*/
    -webkit-text-fill-color: #333;
    /*自动填充内容的文本颜色*/
}

table {
    border-spacing: 0;
    border-radius: 4px;
}

table,
th,
td {
    border: 1px solid #CCCCCC;
    /* 设置边框样式 */
    font-size: 14px;
}

input,
select {
    width: 50%;
    line-height: 32px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #CCCCCC;
    padding: 0px 40px 0px 10px;
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
}

input:focus {
    color: #3462fd;
    border: 1px solid #3462fd;
}

input:hover {
    color: #3462fd;
    border: 1px solid #3462fd;
}

input::placeholder {
    color: #cbcbcb;
    font-size: 14px;
}

input::-moz-placeholder {
    color: #cbcbcb;
    font-size: 14px;
}

input::-ms-placeholder {
    color: #cbcbcb;
    font-size: 14px;
}

input::-webkit-placeholder {
    color: #cbcbcb;
    font-size: 14px;
}

select {
    width: 100%;
}

.bater-container {
    width: 1200px;
    margin: 45px auto;
    padding: 50px;
    background: #FFFFFF;
}

/* 申请人信息 */
.applicantInformation {
    width: 100%;
    margin-bottom: 20px;
}

.applicantInformation .sqrxxtitle,
.zxdcTarget .zxdcdxtitle {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 15px;
    display: flex;
    align-items: center;

}

.applicantInformation .sqrxxtitle::before,
.zxdcTarget .zxdcdxtitle>div::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #3A69F9;
    margin-right: 10px;
}

.sqrxx-from {
    padding: 45px 0 30px;
}

.sqrxx-from-item .required::before {
    content: '*';
    color: red;
    margin-right: 2px;
}

.sqrxx-from-item {
    width: 50%;
    height: 45px;
}

.sqrxx-from-item .item {
    display: inline-block;
    width: 25%;
    font-size: 14px;
    color: #666;
    text-align: right;
}

/* 资信调查对象 */
.zxdcTarget {
    width: 100%;
}

.zxdcTarget .zxdcdxtitle {
    justify-content: space-between;
    margin-bottom: 20px;
}

.zxdcTarget .zxdcdxtitle span {
    font-weight: normal;
    font-size: 16px;
}

.zxdcTarget .zxdcdxtitle button {
    width: 84px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background: #3E85FF;
}

.zxdcTarget table tr {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.zxdcTarget table th {
    color: #6D81B8;
    font-weight: bold;
    background: #EFF5FD;
    box-sizing: border-box;
    /* border: 1px solid #CCCCCC; */
}

/* 取消和提交 */
.zxdcBottom {
    width: 100%;
    margin: 30px;
    text-align: center
}

.zxdcBottom button {
    width: 110px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
}
/* 新增买家-弹窗 */
.mask-css {
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(Opacity=30);
    opacity: 0.7;
    display: block;
}
.modal-from {
    border-radius: 10px;
    width: 600px;
}
.modal-from-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    height: 60px;
    /* background-color: #f8f9fb; */
    background: #f8f9fb;
    border-radius: 10px 10px 0 0;
}

.modal-from-top .modal-from-title {
    font-size: 18px;
    font-weight: 600;
}
.modal {
    width: 100%;
}

.modal-mask {
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: rgba(10, 9, 9, 0.4);
}

.modal-from {
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 569px;
    background-color: #fff;
    padding-bottom: 100px;
}
.modal-from-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*overflow-x: auto;*/
    margin-top: 20px;
    padding: 10px 0;
    font-size: 14px;
}

.modal-from-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    color: #666666;
    padding: 0px 10px 10px;
    width: calc(90% - 45px);
}
.modal-from-item input{
    width: calc(100% - 133px);
}
.modal-from-item select {
    width: calc(100% - 50px);
    line-height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #ccc;
    padding: 0px 40px 0px 10px;
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
}
.modal-from-item select {
    /* width: 70%; */
    height: 32px;
    flex: 1;
}
.modal-from-btn {
    position: fixed;
    left: 0;
    bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    cursor: pointer;
}

.modal-from-btn div {
    margin-right: 10px;
    width: 56px;
    height: 32px;
    border-radius: 4px;
    text-align: center;
    background-color: #3462fd;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
}

.modal-from-btn .cancel-btn {
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #999999;
}
.modal-from-top .cancel {
    background: url('../../../img/formModal/cancel.png') no-repeat center center;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.modal-from-item .required::before {
    content: '*';
    color: red;
    margin-right: 2px;
}

