.privacy-font{
    text-indent: 2em;
}
.privacy-font img{
    max-width: 100%;
}
.privacyimg{
    position: relative;
    width: 100%;
    height: 600px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.privacy-img{
    position: absolute;
    width: 100%;
    height: 100%;
}

/*内容*/
.privacy-page{
    background:#edf2f3 ;
    margin-bottom: -50px;
}
.privacy-zhizhang{
    background: white;
    left: 0;
    right: 0;
    top: -200px;
    position: relative;
}
.privacy-zhizhang-left{
    position: absolute;
    right: 100%;
    width: 60px;
    height: 100%;
    background: white;
}
.privacy-zhizhang-rightimg{
    position: absolute;
    left: 100%;
    width: 60px;
    height: 60px;
}
.privacy-zhizhang-right1{
    position: absolute;
    left: 100%;
    top: 60px;
    height: calc(100% - 60px);
    width: 60px;
    background: white;
}
.privacy-row{
    padding-bottom: 42px;
}

.privacy-h2{
    font-size: 24px;
    color: #292c37;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 34px;
}
.privacy-font p{
    font-size: 14px;
    color: #565b61;
    line-height: 2.2;
    padding-bottom: 13px;
}



@media screen and (max-width: 992px){
    .layui-hide-xs{
        display: none;
    }
    .privacy-zhizhang-right1{
        display: none;
    }
    .privacyimg{
        height: 320px;
        width: auto;
    }
    .privacy-zhizhang{
        background-color:transparent!important;
        top: -100px;
    }
    .privacy-row{
        background-color: #fff;
        padding-left: 15px;
        padding-right: 15px;
    }
    .privacy-zhizhang-rightimg{
        top: -20px;
        height: 20px;
        left: unset;
        right: -25px;
    }
    .privacy-zhizhang-rightimg img{
        width: 20px;
        height: 20px;
    }
    .privacy-zhizhang-left{
        right: unset;
        width: calc(100% - 50px);
        height: 20px;
        top: -19px;
    }
    .privacy-h2{
        padding-top: 20px;
    }
    .privacy-font p{
        padding-bottom:10px;
    }
}