.content-center {
    width: 1200px;
    margin: 0 auto;
    min-width: 800px;
}

.user-policy-box {
    position: fixed;
    bottom: -44px;
    left: 0;
    z-index: 99;
    height: 44px;
    background-color: #bb540b;
}
.user-policy-box .user-policy-box-text {
    color: #ffffff;
    font-family: Microsoft YaHei UI;
    font-size: 13px;
}
.user-policy-box .user-policy-box-btn {
    right: 0;
    background-color: #fff;
    color: #bb540b;
    font-family: Inter;
    font-size: 12px;
    width: fit-content;
    padding: 0 10px;
    box-sizing: border-box;
    height: 27px;
    border-radius: 4px;
}

.scroll-top-btn {
    cursor: pointer;
    position: fixed;
    display: none;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    right: 60px;
    bottom: 120px;
    z-index: 4;
}
.scroll-top-btn span {
    position: relative;
    z-index: 5;
    width: 42px;
    height: 42px;
    background: url(/static/png/sprite-icon-scroll-top.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
    .content-center {
        width: 100%;
        padding: 0 12px;
        min-width: 100%;
    }
    .user-policy-box .user-policy-box-text {
        flex: 1;
        font-size: 12px;
    }
    .user-policy-box .user-policy-box-text.jp {
        font-size: 10px;
    }
    .user-policy-box .user-policy-box-btn {
        position: static;
    }
    .scroll-top-btn {
        right: 12px;
        bottom: 100px;
    }
}
