body.noscroll {
    overflow: hidden;
}

.section-help .page-title {
    font-size: .28rem;
    font-weight: 600;
    color: #666;
    margin-bottom: .2rem;
}
.section-help .help-container {
    padding: .2rem 0.06rem;
    width: 100%;
    background: #FFFFFF;
    margin-top: .2rem;
}
.section-help .help-container .help-title {
    width: 100%;
    background: linear-gradient(270deg, #FFFFFF 0%, #CEECFF 100%);
    border-radius: .11rem;
    font-size: .3rem;
    font-weight: 600;
    color: #1D2843;
    padding: .12rem 0 .12rem .19rem;
}
.section-help .help-container p {
    line-height: 1.6;
    font-size: .26rem;
    color: #535353;
    margin: .22rem 0;
}
.section-help .help-container img {
    border: .06rem solid #F4F7FE;
    margin: .08rem 0;
}
.section-help .help-container video {
    width: 100%;
    margin: 0 auto;
}


.image-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}
.image-popup .image-popup-close {
    display: block;
    width: .4rem;
    height: .4rem;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: .2rem;
    right: .2rem;
    z-index: 10009;
}
.image-popup .image-popup-close:before,
.image-popup .image-popup-close:after {
    content: ' ';
    height: .36rem;
    width: .02rem;
    position: absolute;
    left: .2rem;
    top: .02rem;
    background-color: #fff;
}
.image-popup .image-popup-close:before {
    transform: rotate(45deg);
}
.image-popup .image-popup-close:after {
    transform: rotate(-45deg);
}
.image-popup .img-wrap {
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    position: absolute;
}
.image-popup .img-wrap img {
    max-width: 98%;
    max-height: 98%;
}