html,
body {
    width: 100%;
    height: 100%;
}

#mainBody.main-body {
    overflow: auto;
    height: 100%;
    background: none;
    overflow-x: hidden;
}

#mainBody.main-body::-webkit-scrollbar {
    display: none;
}

.main-body-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 7.2rem;
    background: url(../img/VIPCustomerService/bg.png) no-repeat center / cover;
}

.main-body-title {
    width: 3.1rem;
    height: auto;
    margin-top: -0.98rem;
}

.main-body-subhead {
    width: 2.83rem;
    height: 0.16rem;
    background: url(../img/VIPCustomerService/bg_text_white.png) no-repeat center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -0.06rem;
}

.main-body-subhead-left,
.main-body-subhead-right {
    height: 100%;
    width: auto;
}

.main-body-subhead-left {
    margin-left: -0.04rem;
}

.main-body-subhead-text {
    height: 0.14rem;
    width: auto;
}

.main-body-qrcode-content {
    background: url(../img/VIPCustomerService/border_qrcode.png) no-repeat center / cover;
    width: 2.73rem;
    height: 2.54rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 0.38rem;
}

.main-body-privilege-text {
    width: 1.88rem;
    height: auto;
    position: absolute;
    bottom: -0.02rem;
}

.main-body-qrcode {
    height: 1.74rem;
    width: 1.74rem;
}

.main-body-qrcode img {
    width: 100%;
    height: 100%;
}

.main-body-privilege-content {
    display: flex;
    align-items: center;
    margin-top: 0.02rem;
}

.privilege-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0.05rem;
}

.privilege-item-icon-content {
    width: 0.63rem;
    height: 0.66rem;
    background: url(../img/VIPCustomerService/border_icon_gift.png) no-repeat center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.privilege-item-icon-content img {
    width: 0.52rem;
    height: auto;
}

.privilege-item-text-content {
    width: 0.89rem;
    height: 0.25rem;
    background: url(../img/VIPCustomerService/bg_text_yellow.png) no-repeat center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -0.1rem;
}

.privilege-item-text-content img {
    height: 0.21rem;
    width: auto;
}

.main-body-bottom-text {
    width: 1.66rem;
    height: auto;
    position: absolute;
    bottom: 0.24rem;
}

.main-body-bg-left {
    width: 1.22rem;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}

.main-body-bg-right {
    width: 1.28rem;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}