
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;
    background: #f8f9fc;
    padding-bottom: 100px;
}

.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);
}

.privacyPolicy-content {
    width: 100%;
    /*height: 637px;*/
    background: #FFFFFF;
    padding: 20px;
}

.privacyPolicy-content .privacyPolicy-text {
    width: 1200px;
    margin: auto;
    padding: 20px;
}

.privacyPolicy-text-header{
    width: 100%;
    text-align: center;
    margin: 36px 0;

}
.privacyPolicy-content .privacyPolicy-text .privacyPolicy-text-header span{
    font-weight: 600;
    font-size: 24px;
    color: #094BAE;
    line-height: 24px;
    text-align: start;
}
.paragraph{
    text-indent: 2em;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}

.privacyPolicy-content .privacyPolicy-text h3{
    font-size: 22px;
    text-align: center; 
    color: #000;
    height: 45px;
    line-height: 45px;
    color: #CC0000;
    font-weight: 600;
    margin-bottom: 20px;
}
.privacyPolicy-content .privacyPolicy-text p{ 
    font-size: 16px;
    color: #555;
    line-height: 30px;
}
.privacyPolicy-content .privacyPolicy-text h5 { 
    font-size: 16px;
    color: #333;
    line-height: 27px;
    height: 27px;
    margin-top: 20px;
    margin-bottom: 6px;
    font-weight: 600;
}