@charset "utf-8";
/***********--隐私政策页面--***********/
#priBox{
    width:100%;
    margin-top: 80px;
    background: #ffffff;
}
#priBox #priMain{
    background: #fff;
}
#priBox #priMain #priText{
    font-size: 36px;
    font-weight: 700;
    padding: 35px 0 40px 20px;
}
#priBox #priMain #seerPri{
    height:570px;
    overflow: auto;
    border: 2px solid #e0e0e0;
    padding: 20px;
    font-size: 16px;
    background: #f7f7f7;
    text-align: justify;
    line-height: 30px;
    -moz-user-select:none; /* Firefox私有属性 */
    -webkit-user-select:none; /* WebKit内核私有属性 */
    -ms-user-select:none; /* IE私有属性(IE10及以后) */
    -khtml-user-select:none; /* KHTML内核私有属性 */
    -o-user-select:none; /* Opera私有属性 */
    user-select:none; /* CSS3属性 */
}
.topBtn{
    float: right;
    display: inline-block;
    width: 280px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 8px;
    background: #f0771e;
    margin-right: 46px;
    font-size: 28px;
    color: #fff;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
/*--底部--*/
#faqBot{
    width: 100%;
    height: 130px;
    background: #3c424e;
}
