body{
    background-color: #f7f7f7;
}

.public_nav_c{
    background-color: #141626;
}

.nav_line_{
    height: 88px;
}

.agreement_container{
    width: 1200px;
    margin: 32px auto 24px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.04);
    padding: 32px;
    box-sizing: border-box;
}

.agreement_container > h2{
    font-size: 24px;
    font-weight: bold;
    color: #141626;
    text-align: center;
    margin-bottom: 24px;
}

.banner {
    background: #232326;
}
.tts_container{
    padding-top: 100px;
}
.container{
    margin: auto;
    width: 80%;
    max-width: 1200px;
}

.about{
    font-size: 36px;
    font-weight: normal;
    margin: 25px 0 15px 0;
    padding: 0;
    color: #123;
}
.tabList {
    margin: 0;
    padding: 0;
    background: #e6e6e6;
    list-style: none;
}

.tabList li {
    position: relative;
    min-width: 120px;
    padding: 0 10px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}
.tabList li a {
    font-size: 16px;
    color: #999;
    display: block;
    width: 100%;
    height: 100%;
}
li.li-active {
    color: #ff0003!important;
    background: #fff;
    cursor: default;
    font-weight: 600;
}
li.li-active a{
    font-weight: 600;
}
.sub_tab{
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    list-style: none;
}

.sub_tab li{
    position: relative;
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}

.sub_tab li a {
    font-size: 16px;
    color: #999;
    display: block;
    width: 100%;
    height: 100%;
}
.sub_tab li a:hover{
    color: #ff0003!important;
}

.sub_tab li.active {
    color: #ff0003!important;
    background: #fff;
    cursor: default;
    font-weight: 600;
}
.sub_tab li.active::after{
    content: "";
    width:50%;
    border-bottom: 2px solid #ff0003;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.hidden_view{
    display: none;
}
.agreement_c img{
    display: block;
    max-width: 80%;
    margin: auto;
}

.sub_tab li.active a{
    font-weight: 600;
}


.agreement_c .t_{
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    color: #000!important;
    font-weight: 600!important;
}
.agreement_c{
    background: #ffffff;
    box-sizing: border-box;
    padding: 0 25px;
    width: 100%;
    white-space: pre-wrap;
    line-height: 1.8;
}
.agreement_c a{
    text-decoration: underline;
}
.text_bold{
    font-weight: 600;
}

.p_text{
    line-height: 22px;
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
}
.sub_p_text{
    line-height: 22px;
    margin-bottom: 15px;
    color: #666;
    margin-left: 27px;
    font-size: 14px;
}
.sub_title_{
    font-size: 14px;
    color: #666!important;
    margin-bottom: 8px;
    margin-left: 27px;
    display: block;
}
.sub_title_ img{
    display: inline-block;
    width: 20px;
}
.sub_title_:hover{
    color: #4bf!important;
}
.block_bold_p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #666;
}
.no_pre{
    white-space: normal;
}
.share_content{
    padding: 50px 150px;
}

.jf_table{
    text-align: center;
    margin: auto;
}
.jf_table th,.jf_table td{
    padding: 5px 0;
}
.jf_table th{
    width: 250px;
}

.agreement_c .table{
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,.24);
}

.agreement_c .table .item{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,.24);
}

.agreement_c .table .item:last-child{
    border-bottom: none;
}

.agreement_c .table .item > span{
    width: 240px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.agreement_c .table .item > p{
    flex: 1;
    border-left: 1px solid rgba(0,0,0,.24);
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 16px;
    box-sizing: border-box;
}