.customer-service{
    width: 1200px;
    margin:0 auto;
    background: #fff;
    color: #333;
    font-size: 16px;
    padding:30px 36px 0;
}
.search-checkbox{
    font-size: 18px;
}

.search-checkbox .checkbox-title{
    font-size: 20px;
    font-weight: bold;
    margin-right: 50px;
    height: 26px;
    line-height: 24px;
}
.checkbox-item{
    position: relative;
    height: 26px;
    line-height: 26px;
    width: 110px;
    margin-right: 50px;
    padding: 4px 0;
}
.checkbox-item:focus{
    outline: 0;
}

.checkbox-item input{
    position: absolute;
    left: -9999999px;
    opacity: 0;
}
.checkbox-item .checkbox-input{
    display: block;
    width: 18px;
    height: 18px;
}
.checkbox-item .checkbox-text{
    position: absolute;
    width: 100%;
    padding-left: 30px;
    height: 26px;
    line-height: 26px;
    left: 0;
    top: 0;
}
.checkbox-item .checkbox-input img{
    display: none;
    width: 100%;
    height: 100%;
}
.checkbox-item .checkbox-input .checkbox-icon{
    display: block;
}
.checkbox-item .checkbox-input.checked .checkbox-icon{
    display: none;
}
.checkbox-item .checkbox-input.checked .checked-icon{
    display: block;
}
.form-body{
    margin-top: 50px;
}
.form-body h1{
    color:#2F69C1;
    font-size:18px;
    font-weight:500;
    margin-bottom: 30px;
}
.form-body ul li{
    height: 46px;
    margin-bottom: 20px;
    font-size: 0px;/*去掉span换行造成的边距*/
}
.form-body ul li:last-child{
    margin-top: 50px;
}
.form-body ul li label{
    width: 154px;
    text-align: right;
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    line-height: 46px;
}
.form-body ul li label span{
    color:#FF2D2D;
}
.right-input{
    height: 100%;
    display: inline-block;
    width: 476px;
}
.right-input .rightel{
    float: right;
}
.form-body select,.form-body input{
    width: 223px;
    height: 100%;
    font-size: 16px;
    color: #333;
    background: none;
    outline: none;
    border:1px solid #E9E9E9;
}
.separation{
    font-size: 16px;
    margin-left: 12px
}
.form-body option{
    font-size: 16px;
    color:#333;
}
input[name='insured']{
    width: 476px;
}
input[name='searchCode']{
    width: 278px;
    margin-right: 27px;
}
.verificationCode-img{
    width: 166px;
    height: 100%;
    display: inline-block;
    /*background: url('../img/newImages/customerService-verimg.png') no-repeat;*/
}
.change-img{
    color:#FF8700;
    font-size:14px;
    margin-left: 14px;
}
.form-body button{
    width: 154px;
    height: 48px;
    color: #fff;
    border-radius:4px;
    border:none;
}
button[type='reset']{
    background: #DABB8B;
    margin:0 66px 0 224px;
}
button[type='submit']{
    background: #2F69C1;
}
.search-footer{
    margin-top: 70px;
}
.search-footer li{
    margin-bottom: 15px;
}
.search-footer li span{
    color:#2F69C1;
}
.search-footer li::before{
    content: '';
    display: inline-block;
    width: 6px;
    height:6px;
    background:#DABB8B;
    margin-right: 8px;
    margin-bottom: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.060660171779821, M12=-1.0606601717798214, M21=1.0606601717798214, M22=1.060660171779821, SizingMethod='auto expand')";
}
.search-footer .footer-warn{
    padding-left:32px;
    /*background: url('../img/newImages/customerService-warn.png') no-repeat;*/
    background-position-y: 4px;
}
.search-footer .footer-warn p{
    color:#FF2D2D;
    line-height: 24px;
}
.information-verify{
    color:#333;
}
.information-verify .form-body{
    margin-top: 30px;
}
.verify-title h1{
    font-size: 20px;
    margin:0 0 20px;
}
.verify-title p{
    color:#666;
}
input[name='policyNum'],input[name='serialNum']{
    width: 476px;
}
input[name='verifyCode']{
    width: 278px;
}
.uploadfile{
    display: inline-block;
    position: relative;
    width: 223px;
}
.uploadfile input{
    position: absolute;
    opacity: 0;
}
.uploadfile span.upload{
    display: inline-block;
    width: 120px;
    height: 46px;
    border:1px solid #E9E9E9;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
}
/* .uploadfile span.upload::after{
    content:'未选择文件';
    margin-left:26px ;
} */

.content-nav li{
    width: auto;
}
.page-bannner .banner-text{
    padding-left: 0;
    text-align:center;
}
.customer-service #searchIframe{
    width: 100%;
    height: 400px;
    cisibility: inherit;
    z-index: 1;
    margin-top:30px;
}
.information-verify #verifyIframe{
    width: 100%;
    height: 450px;
    cisibility: inherit;
    z-index: 1;
}