.usBanner{
    position: relative;
}
.banner_text {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 140px;
    color: #073a78;
}
.banner_titleSmall{
    font-size: 22px;
}
.banner_title{
    font-size: 30px;
    line-height: 60px;
}
.complaint_content {
    padding: 80px 0;
    overflow: hidden;
}
/* uk修改开始 */
.complaint_leftUK{
    width:500px;
    background: #f6f6f6;
    border-radius: 10px;
    padding:60px;
    color: #555555;
    float: left;
    box-shadow: 0px 2px 10px 0px hsla(0, 0%, 0%, 0.1);

}
.complaint_leftUK .topAll{
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 40px;
    height: 244px;
}
.complaint_leftUK .telTop {
    padding-bottom:20px;
    display: flex;
}
.complaint_leftUK .telTop_left{
    height:60px;
    width:60px;
}
.complaint_leftUK .telTop_left img{
    height:auto;
    width:100%;
}
.complaint_leftUK .telTop_right .code{
    color: #999;
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
}
.complaint_leftUK .telTop_right .code img{
    padding-left: 3px;
}
.codePost{
    position: relative;
    top: 0;
    left: 0;
}
/* .out-div{*/
/*    width: 170px;*/
/*    height: 179px;*/
/*    border-radius: 10px;*/
/*    background: #fff;*/
/*    text-align: center;*/
/*    margin-left: 32px;*/
/*    box-shadow: 1px 2px 14px 0px #efefef;*/
/*    position: absolute;*/
/*    z-index: 9;*/
/*    top: -22px;*/
/*    right: -155px;*/
/*    display: none;*/
/*}*/
.out-div{
    position: absolute;
        width: 170px;
        height: 179px;
        border-radius: 10px;
        background: #fff;
        text-align: center;
        margin-left: 32px;
        box-shadow: 1px 2px 14px 0px #efefef;
        display: none;
        flex-direction: column;
        align-items: center;
        z-index: 9;
        top: -22px;
        right: -100px;
}
.out-div .arrow{
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-right: 10px solid;
    border-bottom: 10px solid transparent;
    position: absolute;
    margin-top: 27px;
    color: #fff;
    left: -10px;
}
.complaint_leftUK .telTop_right .out-div .arrow {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-right: 10px solid;
    border-bottom: 10px solid transparent;
    position: absolute;
    margin-left: -10px;
    margin-top:27px;
    color: #fff;
}
.imgCode{
    width:122px;
    height: 122px;
    margin-top:20px;
}
.spanCode{
    font-family: SourceHanSansCN-Normal;
    color: #191919;
    font-size: 10px;
    display:flex;
    justify-content: center;
    margin-top: 5px;
    font-weight: 600;
}
.complaint_leftUK .telTop_right p{
    font-size: 16px;
    margin-bottom:5px;
}
/* uk修改结束 */
.complaint_left {
    width: 410px;
    background: #f6f6f6;
    border-radius: 10px;
    padding: 34px 30px;
    color: #555555;
    float: left;
    box-shadow: 0px 2px 10px 0px hsla(0, 0%, 0%, 0.1);
}
.complaint_left .telTop {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 22px;
    display: flex;
}
.telTop_right{
    margin-left: 30px;
}
.telTop_right p{
    font-size: 16px;
    margin-bottom: 16px;
}
.telTop_right .tel_item p{
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    color: #da251c;
}
.telTop_right .tel_item p.email{
    font-size: 20px;
}
.telTop_right .tel_item{
    margin-bottom: 25px;
}
.telTop_right .tel_item:last-child{
    margin-bottom: 0;
}
.telTop{
    padding-top: 22px;
}
.telTop:nth-child(1){
    padding-top: 0;
}
.telTop_right .tel_item .name{
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    position: relative;
}
.telTop_right .tel_item .name img{
    margin-right: 8px;
}
.telTop_right .tel_item .name i{
    font-weight: normal;
    font-style: initial;
    color: #999;
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
}
.telBottom{
    margin-top: 40px;
}
.complaint_right {
    font-size: 14px;
    float: left;
    margin-left: 140px;
    width: 530px;
}
.complaint_textarea textarea{
    resize: none;
}
.complaint_label{
    font-weight: bold;
}
.input_width{
    width: 440px;
}
.complaint_submit{
    width: 140px;
    height: 40px;
    background: #da251c;
    border: none;
    margin-top: 10px;
}
.complaint_right .form-control{
    height: 40px;
}
.complaint_right textarea{
    height: 250px!important;
    resize: none;
}
.complaint_right .form-group{
   margin-bottom: 25px;
}
.complaint_right .btn-danger{
   width: 140px;
    height: 40px;
    margin-top: 30px;
    margin-left: 5px;
    outline: none;
}
.form-control{
    text-align: left;
}
.error{
    color: #c9302c;
}
