*{
    margin: 0;
    padding: 0;
}
html,body {
    height: 100%;
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    background: #FFFFFF;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100% !important;
    -webkit-user-select: none;
    user-select: none;
    overflow-x: hidden;
    color: #333333;
}
.policy_wrap{
    width: 100%;
    height: auto;
}
.policy_main_box{
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.policy_title_box{
    width: 100%;
    height: 1rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.policy_title_box h3{
    font-size: .42rem;
    font-weight: bolder;
}
.policy_content_box{
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}
.policy_content_box h5{
    font-size: .34rem;
    font-weight: bold;
    margin-bottom: .2rem;
}
.policy_content_box h6{
    font-size: .3rem;
    font-weight: bold;
    margin-bottom: .2rem;
}
.policy_content_box > p{
    text-indent: 20px;
    font-size: .3rem;
    margin-bottom: .3rem;
    line-height: .55rem;
}
.policy_content_box > span{
    text-indent: 20px;
    font-size: .3rem;
    line-height: .55rem;
    display: block;
}
.importantColor{
    color: #F85345;
}
#SDK{
    color: #F85345;
    text-decoration: underline;
}

.policy_sdk_box{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 99;
}
.sdk_item_box{
    margin-bottom: .3rem;
}
.sdk_item_box p{
    font-size: .3rem;
    line-height: .55rem;
}

.policy_back_box{
    width: 100%;
    height: .8rem;
    border-bottom: 1px solid #eeeeee;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #FFFFFF;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.policy_back_box p{
    font-style: .3rem;
}
.back_ico{
    width: .2rem;
    height: .3rem;
    display: block;
    background-image: url(../img/icon_fh.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: .3rem;
}

.bar_box{
    width: 100%;
    height: 1rem;
}