<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
/*-----------------------------------------------
	Index
-----------------------------------------------*/
/* secPrivacy */
.secPrivacy .tit{
    background: #F8F8F8;
    height: 60px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    border-left: 3px solid #734009;
    padding: 20px 0 0 20px;
}
.secPrivacy .tit1{}
.secPrivacy .txt{
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    padding: 24px 0 0 22px;
}
.secPrivacy > .txt{
    padding-left: 0;
}
.secPrivacy .boxItem{
    margin-top: 45px;
}
@media only screen and (max-width:767px){
    .secPrivacy .tit{
        height: 40px;
        font-size: 15px;
        letter-spacing: 0.5px;
        border-left: 2px solid #734009;
        padding: 12.5px calc(3.5% - 2px) 0;
    }
    .secPrivacy .txt{
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 0.5px;
        padding: 10px 3.5% 0;
    }
    .secPrivacy .boxItem{
        margin-top: 20px;
    }
    .secPrivacy .tit1{padding: 4.5px calc(3.5% - 2px) 0;line-height: 1.4;height: 55px;}
}