*{
    margin: 0;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    font-family: PingFangSC;
}
p{
    line-height: 21px;
}
table {
    width: 100%;
    border-collapse: collapse;
}
table th, table td {
    border: 1px solid #ccc;
    padding: 6px;
}

.wrapper{
    padding: 0 20px;
}
.title{
    line-height: 24px;
    padding-top: 32px;
    padding-bottom: 12px;
    font-size: 24px;
}
.date{
    color: #666;
}
.dropdown-content-wrapper{
    margin-top: 20px;
    margin-bottom: 100px;
}
.privacy-policy-item{
    position: relative;
    border-top: 1px solid #D8D8D8;
}
.dropdown-title{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 80px;
    padding: 0 40px 0 20px;
    font-size: 16px;
}
.icon{
    position: absolute;
    top: 34px;
    right: 20px;
    width: 12px;
    height: 12px;
}
.icon-faq-dropdown{
    background: url("../images/icon_arrow_down.png") no-repeat;
    background-size: 12px;
    display: none;
}
.icon-faq-close{
    background: url("../images/icon_arrow_up.png") no-repeat;
    background-size: 12px;
    display: block;
}
.dropdown-content{
    background: #f7f7f7;
    padding: 16px 20px 32px;
    display: none;
}
.item-toggle .icon-faq-dropdown,.item-toggle .dropdown-content{
    display: block;
}
.item-toggle .icon-faq-close{
    display: none;
}
.content-text{
    padding-bottom: 12px;
}
.text-list-ul,.title-list-item{
    padding-left: 20px;
}
.text-list-ul>li{
    color: #666;
}
.title-list-item>li{
    padding-bottom: 12px;
    color: #666;
}
.title-list-item h3{
    padding-bottom: 8px;
    color: #333;
}
a{
    text-decoration: underline;
    font-size: 14px;
    color: #0DA778;
}
.link{
    display: inline-block;
    padding-bottom: 16px;
    padding-right: 32px;
}

.content-title{
    font-size: 14px;
    padding-bottom: 8px;
}

.content-table {
    border: 1px solid #ccc;
}
.content-table th, .content-table td{
    padding: 6px;
}
.li-none {
    list-style: none;
}

.padding-b16{
    padding-bottom: 16px;
}
.padding-b12{
    padding-bottom: 12px;
}
.m-b-30 {
    margin-bottom: 50px;
}

.terms-of-use-wrap .privacy-policy-item {
    padding: 12px;
    line-height: 1.6;
}
.mt-8 {
    margin-top: 8px;
}
.mt-16 {
    margin-top: 16px;
}
.mt-32 {
    margin-top: 32px;
}
.pb-8 {
    padding-bottom: 8px;
}
.text-center {
    text-align: center;
}
.underline {
    text-decoration: underline;
}
.indent-40 {
    text-indent: 40px;
}
.indent-80 {
    text-indent: 80px;
}

/* 滚动条 */
html::-webkit-scrollbar {
    width: 6px;
}

html::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 6px;
}

html::-webkit-scrollbar-thumb {
    background: rgb(136, 136, 136);
    border-radius: 6px;
}

html::-webkit-scrollbar-thumb:hover {
    background: rgb(100, 100, 100);
    border-radius: 6px;
}

html::-webkit-scrollbar-thumb:active {
    background: rgb(68, 68, 68);
    border-radius: 6px;
}