@charset "utf-8";
/* CSS Document */
body,html{ max-width:1440px;  padding:0; margin:0 auto; font-family:"微软雅黑"; }
a img { border:0;}
div,p,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{ display:block; list-style:none; padding:0; margin:0;}
a{ outline:none; text-decoration:none; color:#2e2e2e; }
a:link{ text-decoration:none; }
a{ text-decoration:none;}
img{ display:block;max-width: 100%;}
.fl{float: left;}
.fr{float: right;}
.clearfix::before,.clearfix::after{content: "";display: block;clear: both;}
.clearfix{*zoom:1;}

/* 中间内容部分 */
.sa-content{
    box-sizing: border-box;
    width: 1320px;
    background-color: #EEEEEE;
    margin-top: 6px;
}
/* 投诉建议文字部分 */
.sa-content-suggest{
    width: 608px;
    box-sizing: border-box;
}
.suggest-title{
    width: 100%;
    box-sizing: border-box;
    padding-top: 60px;
}
.suggest-title h1{
    font-size: 48px;
    color: #D4BD77;
    font-weight: 400;
    text-align: right;
}
.suggest-title strong{
    font-weight: 400;
    color: #333333;
}
.suggest-title p{
    font-size: 24px;
    text-align: right;
    color: #333333;
    line-height: 1.6;
}
.sa-line{
    width: 100%;
    text-align: right;
}
.sa-line span{
    display: block;
    width: 176px;
    margin: 6px 0 6px auto;
    border-bottom: 2px solid #333333;
}
.suggest-info{
    width: 100%;
    height: 426px;
    background-image: url("../images/info-bg.png");
    box-sizing: border-box;
    position: relative;
}
.suggest-info-content{
    width: 100%;
    position: absolute;
    top: 10px;
    font-family: "华文行楷";
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
    padding: 80px 90px 0 56px;
}
.suggest-info-content p{
    width: 464px;
    text-indent: 2em;
    line-height: 1.25;
    color: #403F3F;
}
.suggest-info-box{
    width: 100%;
    position: absolute;
    top: 285px;
}
.suggest-info-box span{
    display: block;
    width: 100%;
    text-align: center;
    font-family: "华文行楷";
    font-size: 22px;
    color: #403F3F;
}
.suggest-info-box-input{
    width: 493px;
    height: 111px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #EEDDC4;
}
.suggest-info-box-input textarea{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    line-height: 1.7;
    padding: 0 8px;
    color:#757575;
    font-size: 16px;
    /* font-family: "华文行楷"; */
}
.suggest-info-box-input textarea::-webkit-input-placeholder{
    color:#757575;
    font-size: 16px;
    font-family: "华文行楷";
}
/* 投诉建议表单部分 */
.sa-content-form{
    width: 600px;
    height: 428px;
    background-color: #BFBFBF;
    margin-top: 175px;
}
.content-form-wrap{
    width: 380px;
    height: 375px;
    box-sizing: border-box;
    margin-left: 71px;
    background-color: #333333;
    padding-top: 8px;
    border-radius: 0 0 6px 6px;
    position: relative;
}
.content-form-wrap-info{
    width: 380px;
    height: 86px;
    background-color: #D4BD77;
    position: absolute;
    top: -86px;
    border-radius: 6px 6px 0 0;
    box-sizing: border-box;
    padding-top: 8px;
}
.info-item{
    float: left;
    /* width: 365px; */
    line-height: 34px;
    box-sizing: border-box;
    padding: 0 10px;
}
.info-item img{
    display: inline;
    vertical-align: middle;
}
.info-item span{
    vertical-align: middle;
    padding-left: 10px;
    font-size: 13px;
    color: #333333;
}

.content-form-wrap-content{
    width: 367px;
    height: 360px;
    border: 1px dashed #D4BD77;
    margin: 0 auto;
    box-sizing: border-box;
}
.content-form-wrap-content h2{
    width: 100%;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    margin-top: 22px;
    text-align: center;
}
.form-item{
    width: 100%;
    height: 33px;
    box-sizing: border-box;
    margin-top: 28px;
    padding-left: 70px;
}
.form-item label{
    font-size: 20px;
    color: #fff;
}
.form-item-input{
    width: 168px;
    box-sizing: border-box;
    margin-left: 40px;
}
.form-item-input input{
    width: 100%;
    height: 33px;
    line-height: 33px;
    outline: none;
    border: none;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 5px;
}
.content-form-wrap-content p{
    font-size: 11px;
    color: #fff;
    box-sizing: border-box;
    padding: 16px 14px 12px 28px;
    text-indent: 1em;
    line-height: 1.7;
}
.content-form-wrap-content p strong{
    color: #D65F5F;
    font-weight: 400;
}
.submit-btn{
    width: 100%;
    box-sizing: border-box;
}
.submit-btn img{
    margin: 0 auto;
}