html{
    overflow-x: hidden;
    overflow-y: auto;
}
.pc .privacy .adapt_box2{
    margin: 0 360px;
    width: 1200px;
    height: 100%;
}

.pc .privacy{
    width: 1920px;
    background-color: #f2f2f2;
    position: relative;
    left: 50%; margin-left: -960px;
    padding-bottom: 200px;
}
.pc .privacy .title{
    margin-top: 60px;
    margin-left: 90px;
    color: #fff;
    font-size: 25px;
    font-family: "Gotham-Medium";
    width: 1020px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #727171;
}
.pc .privacy .box{
    margin-left: 90px;
    width: 840px;
    margin-bottom: 85px;
    overflow: hidden;
    padding: 25px 90px;
    background-color: #fff;

    color: #727171;
    font-size: 13px;
    font-family: "Gotham-Book";
    line-height: 15px;
}
.pc .privacy .box .tit{
    background: url("../images/public/tit_icon.png") no-repeat;
    background-size: 39px 38px;
    font-size: 25px;
    height: 30px;
    font-family: "Gotham-Medium";
    padding-left: 20px;
    padding-top: 15px;
}
.pc .privacy .box .text1{
    margin-top: 10px;
}
.pc .privacy .box .text2{
    font-family: "Gotham-Medium";
    font-size: 16px;
    margin-top: 25px;
}
.pc .privacy .box .text3{
    font-family: "Gotham-Book";
    font-size: 16px;
    margin-top: 25px;
}


.bottom{
    background-color: #fff !important;
    box-shadow:
        1000px 0 0 0 #fff,
        -1000px 0 0 0 #fff !important;
}




.phone .privacy{
    width: 10.8rem;
    background-color: #ffffff;
}
.phone .privacy .tit{
    margin-top: 0.9rem;
    margin-left: 0.78rem;

    background: url("../images/phone/tit_bg.png") no-repeat;
    background-size: 0.55rem 0.54rem;
    height: 0.45rem;
    padding-left: 0.3rem;
    padding-top: 0.15rem;

    font-family: "Gotham-Medium";
    font-size: 0.4rem;
    color: #404040;
}
.phone .privacy .box{
    margin-left: 1rem;
    margin-top: 0.6rem;
    width: 8.9rem;
    overflow: hidden;
    background-color: #fff;

    color: #727171;
    font-size: 0.25rem;
    font-family: "Gotham-Book";
    line-height: 0.3rem;
}
.phone .privacy .box .text1{
    margin-top: 0.45rem;
}
.phone .privacy .box .text2{
    font-family: "Gotham-Medium";
    margin-top: 0.5rem;
}
.phone .privacy .box .text3{
    margin-top: 0.5em;
}
