#footer {
    margin-top: 0;
}

.bg1 {
    height: 3rem;
    line-height: 3rem;
    background: #fff;
    border-top: 1px solid #f6f7f9;
    border-bottom: 1px solid #f6f7f9;
}

.tab {
    /* width: 1024px;
    height: 3rem;
    line-height: 3rem;
    margin: 0 auto;
    position: relative; */
}
.bg1 .name {
    float: left;
    font-size: 0.875rem;
    margin-left: 30px;
}
.bg1 .param1 {
    float: right;
    border: none;
    background: none;
    margin-right: 160px;
}
.bg1 .buy {
    display: inline-block;
    width: 6rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 0.125rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: #3db1fa;
    vertical-align: middle;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -1rem;
    right: 30px;
}
.content1 {
    width: 100%;
    border-bottom: 1px solid #f6f7f9;
    background-color: #f6f7f9;
    padding-top: 20px;
    padding-bottom: 20px;
}
.private-article {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 50px 20px 100px;
    padding-bottom: 100px;
    background-color: #fff;
    position: relative;
}
.private-article h2 {
    font-size: 20px;
}
.private-article h3 {
    font-size: 18px;
    margin: 30px 0 8px 0;
}
.private-article .h2-1 {
    margin-bottom: 8px;
}
.private-article .h2-2 {
    margin-top: 30px;
}
.private-article p {
    font-size: 14px;
    line-height: 24px;
}
.private-article .p1 {
    margin-top: 30px;
}
.private-article .h3 {
    font-size: 18px;
    margin: 30px 0 8px 0;
}
.privacy_tips {
    width: 100%;
    height: 40;
    background: #58506e;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
}
