body {
    background: url(/statics/images/body_bg.png) no-repeat center center fixed;
    background-size: 100% 100% !important;
    overflow-x: hidden;
}

.container-curr,
.container-banner {
    background-color: transparent;
}

.container-list .tab {
    display: flex;
    justify-content: center;
}

.container-list .tab .item {
    margin: 0 12px;
    padding: 12px 32px;
    background: rgba(244, 251, 255, 0.8);
    border-radius: 45px 45px 45px 45px;
    font-family: PingFang HK, PingFang HK;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}

.container-list .tab .item.on {
    background: #073AF4;
    color: #fff;
}