@charset "UTF-8";
/**
 * 
 * @authors yuanyang (471145945@qq.com)
 * @date    2018-01-01 
 * @version 1.1.1
 */

/* ================================================================================
 * 隐私政策 PC端样式
 * ================================================================================ */
 body{background: #f1f1f1;}

.section{width: 100%;margin: 0 auto;padding: 20px 0;background: #fff;}
.section>.title{height: 120px;}
.section>.title>p{height: 100px;line-height: 100px;color: #3fb2e8;font-size: 30px;font-weight: normal;text-align: center;border-bottom: 1px solid #3fb2e8;}

.section>.content{padding: 0 3%;}
.section>.content>p{line-height: 30px;font-size: 16px;}
.section>.content>h3{padding:20px 0 10px 0;font-size: 16px;}
.section>.content>span{display: inline-block;width: 100%;line-height: 28px;font-size: 14px;}
.content b{display: inline-block;font-weight: 600;padding:0 0 0 5px; }

/* ================================================================================
 * 兼容处理
 * ================================================================================ */
@media screen and (min-width: 640px){
    .section{max-width: 1000px;margin: 0 auto;}
}

/*如果是ie9以下*/
.ie9{
    width: 100%;
    max-width: 1920px;
    min-width: 1000px;
    margin: 0 auto;
    background: #000;
    color: #fff;
    padding:10px 0;
    text-align: center;
    font-size: 14px;
}
.ie9 a{color: #F13C35;}