/*agreement stylesheet 用户服务协议  2020 11 24*/
.about_nav .nav_list .nav_item:nth-child(6){
    font-size: 0.75rem;
    color: #2E96F9;
}
.about_nav .nav_list .nav_item:nth-child(6) a::after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0.4rem solid transparent;
    border-bottom: 0.4rem solid #DEEEFE;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    left: 1.4rem;
    bottom: -0.05rem;
}
/*agreement 用户服务协议*/
/*foreword 引言*/
.agreement .foreword{
        border-left: 0.05rem solid #EFEFEF;
        border-right: 0.05rem solid #EFEFEF;
        border-bottom: 0.05rem solid #EFEFEF;
    }
.agreement .foreword h3::before{
    content: '';
    display: block;
    position: absolute;
    float: left;
    width: 0.3rem;
    height: 0.3rem;
    left: 0.65rem;
    top: 1.05rem;
    background: #2F92F3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.agreement .foreword p{
    text-align: justify;
}
/*catalogue目录*/
.agreement .catalogue{
    border-left: 0.05rem solid #EFEFEF;
    border-right: 0.05rem solid #EFEFEF;
    border-bottom: 0.05rem solid #EFEFEF;
}
.agreement .catalogue h3::before{
    content: '';
    display: block;
    position: absolute;
    float: left;
    width: 0.3rem;
    height: 0.3rem;
    left: 0.6rem;
    top: 1.05rem;
    background: #2F92F3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.agreement .catalogue .list .item{
    color: #2F92F3;
    width: 50%;
    line-height: 0.6rem;
    margin-bottom: 0.5rem;
}
.agreement .clause_list{
    border-left: 0.05rem solid #EFEFEF;
    border-right: 0.05rem solid #EFEFEF;
    border-bottom: 0.05rem solid #EFEFEF;
    margin-bottom: 1.2rem;
}
.agreement .clause_list .item h4{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 1rem;
    line-height: 1rem;
}
.agreement .clause_list .item h4 i {
    color: #2F92F3;
}
.agreement .clause_list .item{
    border-left: 0.05rem solid #EFEFEF;
    border-right: 0.05rem solid #EFEFEF;
    border-bottom: 0.05rem solid #EFEFEF;
}
.agreement .clause_list .item .txt{
    font-size: 0.45rem;
    line-height: 0.6rem;
    text-align:justify;
}
.agreement .clause_list .item .txt p{
    margin-top: 0.5rem;
    line-height: 16px;
}