.header .language-switch .down, .header .switch .down {
    background: rgba(0, 0, 0, 0.3)
}
.privacy_bg{
    width: 100%;
    background-image: url("../images/privacy_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.header_title{
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    line-height: 42px;
    padding-bottom: 47px;
}
.title_1{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
    padding: 20px 0;
}
.title_2{
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    padding-bottom: 11px;
}
.text{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding-bottom: 21px;
    word-break: break-all;
}
.float_box{
    overflow: hidden;
}
.float_box p{
    float: left;
}
.float_box p:first-child{
    width: 62px;
}
.float_box p:last-child{
    width: 1198px;
}
/* 移动端 */
@media screen and (max-width: 768px) {
    .header_title{
        font-size: 20px;
        font-weight: 600;
        color: #333333;
        line-height: 28px;
        padding-bottom: 47px;
    }
    .title_1{
        font-size: 18px;
        font-weight: 500;
        color: #333333;
        line-height: 25px;
        padding: 20px 0;
    }
    .title_2{
        font-size: 13px;
        font-weight: 500;
        color: #333333;
        line-height: 18px;
        padding-bottom: 11px;
    }
    .text{
        font-size: 13px;
        color: #333333;
        line-height: 20px;
        padding-bottom: 21px;
        word-break: break-all;
    }
    .float_box p:first-child{
        width: 62px;
    }
    .float_box p:last-child{
        width: 100%;
    }
}
