
header{
    width: 100%;
    height: auto;
    background: white;
}
.header-main {
    margin: auto;
    width: 1200px;
    height: 70px;
    display: flex;
    align-items: center;
}

.logo {
    width: 165px;
    height: 70px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
}

.logo-img {
    width: 123px;
    height: 46px;
}

.complaints-header-main-text {
    display: flex;
}

.complaints-header-main-text a {
    /* width: 94px; */
    display: flex;
    align-items: center;
    margin-right: 49px;
    position: relative;
    /* 为下划线定位做准备 */
    text-decoration: none;
}

.complaints-header-main-text p {
    font-size: 20px;
    padding: 5px 0;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
}

/* 下划线样式 - 默认隐藏 */
.complaints-header-main-text .underlines {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50%;
    height: 3px;
    transform: translateX(-50%);
    background-color: #FE8C24;
}

/* 激活状态的下划线 - 显示 */
.complaints-header-main-text a.active .underline {
    display: block;
}

/* 鼠标悬停效果 */
.complaints-header-main-text a:hover p {
    color: #FE8C24;
    cursor: pointer;
}
.main{
    width: 100%;
    height: auto;
}
.complaints{
    width: 100%;
    height: 467px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../image/background11.png") no-repeat 100% 100%;
}
.complaints-text{
    text-align: center;
}
.complaints-text p:nth-child(1){
    font-weight: 500;
    font-size: 80px;
    color: #FFFFFF;
}
.complaints-text p:nth-child(2){
    font-weight: 400;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.5);
}
.complaints-content{
    width: 100%;
    height: 637px;
    background: #FFFFFF;
    padding: 20px;
}
.complaints-content-text{
    margin: auto;
    height: auto;
    width: 1026px;

}
.text-top{
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 36px;
    margin-bottom: 10px;
}
.text-top a{
    color:#094BAE
}
.text-top1{
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 36px;
    margin-bottom: 10px;
}
.text-top1 a{
    text-decoration: none;
    color:#094BAE
}
.process{
    width: 100%;
    height: 265px;
    background: rgba(9, 75, 174, 0.1);
    border-radius: 30px;
    border: 1px dashed #094BAE;
    margin: 20px auto;
    padding: 20px;
}
.process-header{
    display: -ms-flexbox;
    display: flex;
    align-items:center;
    justify-content:center;
}
.process-header .process-icon{
    width: 13px;
    height: 13px;
    background: url("../image/icon24.png") no-repeat 100% 100%;"
}
.process-header span{
    margin: 0 10px;
    font-weight: 500;
    font-size: 24px;
    color: #094BAE;
    line-height: 36px;
}
.process p{
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #094BAE;
    line-height: 36px;
    margin-bottom: 17px;
}

.circle-list {
    list-style: none;
    counter-reset: circle-counter;
    padding: 0;
    margin: 0 auto;
    width: 61%;;
}

.circle-list li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 12px;
    counter-increment: circle-counter;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}

.circle-list li::before {
    content: counter(circle-counter);
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    background: #094BAE;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
}
p.title{
    font-weight: 600;
    font-size: 20px;
    color: #094BAE;
    line-height: 36px;
}
p.text-p{
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    line-height: 39px;
}