.container{
    border-bottom: 1px solid #ddd;
}
a{
    color: #9a9cfc;
}
p{
    line-height: 28px;
}
.terms-main{
    margin-top: 50px;
    text-align: justify;
    color: #495057;
}
.terms-title {
    padding: 50px 50px 30px;
    border-radius: 6px;
    background: #f9f9f9;
    border-bottom: 1px dashed #eee;
}
.terms-title h1 {
    font-size: 48px;
    /* color: #495057; */
    margin-bottom: 20px;
    margin-top: 0;
}
.terms-title p {
    font-size: 16px;
    /* color: #868e96; */
}
.terms-content{
    /* margin-top: 50px; */
    margin-bottom: 70px;
    padding: 20px 50px 50px;
    background: #f9f9f9;
}
.terms-content .terms-c-top h2,
.terms-content .terms-c-top p {
    font-size: 30px;
    /* color:#868e96; */
}
.terms-content .terms-c-top p {
    font-size: 16px;
    margin-top: 20px;
    /* color:#868e96; */
}
.terms-content .terms-c-bottom h3{
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 15px;
}
.terms-content .terms-c-bottom p{
    padding-left: 30px;
    font-size: 16px;
    /* color: #868e96; */
    margin-bottom: 28px;
}
.terms-content .ml {
    margin-left: 30px ;
}
.terms-content span {
    color: #000;
    font-style: italic;
    margin-right: 10px;
}

/* privacy */
.privacy-content{
    margin-bottom: 70px;
    padding: 50px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.privacy-content h1{
    font-size: 48px;
    margin-bottom: 30px;
    margin-top: 0;
}
.privacy-content p{
    /* color: #868e96; */
    font-size: 16px;
    margin-bottom: 24px;
}
.privacy-content p:last-child{
    margin-bottom: 0;
}
.privacy-content table,
.privacy-content td,
.privacy-content th{
    border-collapse: collapse;
    border: 1px solid #777;
    padding: 15px 20px;
    font-size: 16px;
}
.privacy-content table span{
    display: block;
}
.privacy-content table span:first-child{
    margin-bottom: 28px;
}
.privacy-content h2{
    font-size: 28px;
}

.text-gray{
    color: #868e96 !important;
    font-size: 20px !important;
}


/* 底部弹出框 */
.cookie-model {
    background-color: #424648;
    height:64px;
    box-sizing: border-box;
    width:100%;
    text-align:center;
    position:fixed;
    bottom:0;
    display:none;
    border-bottom: 8px solid #020101;
    font-size: 13px;
    color:#fff;
    padding: 10px 0;
}
.cookie-model p{
    line-height: 20px;
    margin: 0;
}
.cookie-model .container {
    border-bottom: none;
}
.cookie-model button{
    background-color: #e2e1e1;
    outline: none;
    border:none;
    color: #212121;
    border-radius: 4px;
    margin-top: 8px;
    padding: 2px 8px;
    text-shadow: 1px 1px 0px #eee, -1px -1px 0px #eee;
}
