/* 隐私条款 */
.active {
    border-bottom: 0px solid #0ED16B;
}
.box{
    border-top: 0px solid #d2d6de;
}
.privacy {
    margin-top: .96rem;
}

.privacy01 .title {
    font-size: 3.36rem;
    line-height: 3.36rem;
    color: #000;
    margin-bottom: 3.4rem;
    text-align: center;
    font-weight: bold;
}

.privacy01 .nav_box {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.wrap {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.privacy01 .nav_box ul {
    width: 100%;
    text-align: center;
}

.privacy01 .nav_box ul .li_ {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 2rem;
    padding-left: 0;
    box-sizing: border-box;
    margin: 0rem 0.5rem;
    line-height: 1.5rem;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.privacy01 .nav_box ul .li_::after {
    content: "\e6fc";
    font-weight: bold;
    font-family: 'iconfont';
    font-size: 14px;
    line-height: 1.5;
    position: absolute;
    right: .25rem;
    top: 50%;
    transform: translateY(-50%);
}
.privacy01 .nav_box ul .li_ a {
    color: #000;
}

.privacy01 .nav_box ul .li_.cur {
    color: #140a9a;
}

.privacy01 .bott {
    margin-top: 3.4rem;
    color: #000;
}
.privacy01 p{
    line-height: 2.5rem;
}

.privacy01 .section {
    display: block;
}

.privacy01 .item {
    display: block;
    margin-bottom: 2.5rem;
}

.privacy01 .item .tit {
    font-size: 2.2rem;
    line-height: 2.2rem;
    margin-bottom: 2.2rem;
    font-weight: bold;
}

.privacy01 .item .con {
    font-size: 1.5rem;
    line-height: 2rem;
}


.about_us03 .li_ .t {
    width: 80%;
    margin: 0.2rem auto 0;
}

.footer2 .btns01 {
    bottom: .8rem;
}