﻿html {
    height: 100%;
    scroll-behavior: smooth;
}
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
ul{
    padding:0;
    margin:0;
}
body {
    margin: 0;
    height: 100%;
    -webkit-text-size-adjust: 100% !important;
    font-family: PingFang SC,"Microsoft YaHei",Arial;
}
.fob-body{
    pointer-events:none;

}
    .fob-body::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .share-group.box-flex {
        display: -ms-flexbox; /*IE10*/
        display: -webkit-box; /*chrome,safari,anroid,blackberry*/
        display: -moz-box; /*firefox*/
    }

.share-group.box-flex-1 {
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

.share-group {
    height: .5rem;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}

    .share-group .share-item {
        position: relative;
        margin: 0 auto;
        height: .5rem;
        width: 100%;
        padding-left: .4rem;
    }

    .share-group.box-flex .share-item {
        width: 1rem;
        box-sizing: border-box;
    }

    .share-group .share-item .share-desp {
        line-height: .5rem;
        font-size: .12rem;
    }

    .share-group .share-item .share-icon {
        width: .32rem;
        height: .32rem;
        display: block;
        background-size: .32rem .32rem;
        position: absolute;
        top: .09rem;
        left: 0;
    }

    .share-group .box-flex-1 {
        position: relative;
        flex: 1;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
    }

.box-flex2 .box-flex-1 {
    width: 50%;
}

.box-flex3 .box-flex-1 {
    width: 33.3%;
}

.box-flex4 .box-flex-1 {
    width: 25%;
}

.share-group .share-item {
    width: 180px;
    margin: 0 auto;
}

.share-group.box-flex .share-wx,
.share-group.box-flex .share-qq {
    width: .7rem;
}

.share-group.box-flex .share-fc {
    width: 1rem;
}

.share-group.box-flex1 .share-wx,
.share-group.box-flex1 .share-qq,
.share-group.box-flex1 .share-fc {
    width: 1.4rem;
}

.share-group.box-flex4 .share-item {
    width: auto;
    padding: 0;
}

    .share-group.box-flex4 .share-item .share-icon {
        margin: 0 auto;
        position: relative;
    }

.share-more-area {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(200,200,200,0.7);
    display: none;
}
.share-image {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(45, 45, 45, 0.7);
    display: none;
}

.share-more-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0.5rem;
    width: 100%;
    background: rgb(245, 245, 245);
    padding-top: 0.35rem;
}

.share-more-cancle {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: fixed;
    bottom: 0;
    height: 0.5rem;
    width: 100%;
    color: black;
    font-size: 16px;
    background: white;
}

.share-more-container .share-item {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 0.3rem;
}

.share-more-container .box-flex-1 {
    width: 25%;
    flex:none;
}

.share-more-container .share-item .share-icon {
    display: block;
    margin: auto;
    background-size: 0.53rem;
    height: 0.53rem;
    width: 0.53rem;
}

.share-more-container .share-item .share-desp {
    margin-top: 0.12rem;
    font-size: 12px;
    color: #555555;
    line-height: 12px;
}

.share-pic-area {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(200,200,200,0.7);
    display: none;
}

.share-pic-thunbnail {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    justify-content:center;
    align-items:center;
    display:flex;
    /*bottom: 2.2rem;*/
    width: 2.14rem;
    height: 4.8rem;
}

#sharepic{
    width:100%;
    max-height:4rem;
}

.share-pic-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0.5rem;
    width: 100%;
    background: rgb(245, 245, 245);
    font-size: 100px;
    font-family: PingFang SC,"Microsoft YaHei",Arial;
    /*padding-top: 0.35rem;*/
}

.share-pic-cancel {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: fixed;
    bottom: 0;
    height: 0.5rem;
    width: 100%;
    color: black;
    font-size: 16px;
    background: white;
}

.share-pic-container .share-item {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 0.3rem;
}

.share-pic-container .box-flex-1 {
    width: 33.3%;
}

.share-pic-container .share-item .share-icon {
    display: block;
    margin: auto;
    background-size: 0.53rem;
    height: 0.53rem;
    width: 0.53rem;
}

.share-pic-container .share-item .share-desp {
    margin-top: 0.12rem;
    font-size: 12px;
    color: #555555;
    line-height: 12px;
}

.img-item img {
    width: 100%;
    display: block;
}

.fix-bottom {
    position: fixed;
    bottom: 0;
    z-index:5001;
}

.share-placeholder {
    opacity: 0;
}

.hidden {
    display: none !important;
}

/* 
swiper 样式
*/
.swiper-pagination {
    display: flex;
    display: -ms-flexbox; /*IE10*/
    display: -webkit-box; /*chrome,safari,anroid,blackberry*/
    display: -moz-box; /*firefox*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.swiper-pagination-item {
    float: left;
    margin: 0 3px;
    z-index: 1001;
}

    .swiper-pagination-item > a:not(.active) {
        display: block;
        width: 6px;
        height: 0;
        padding-top: 6px;
        border-radius: 3px;
        background-color: black;
        background-position: 0 0;
        float: left;
        overflow: hidden;
        opacity: 0.2;
    }

    .swiper-pagination-item > .active {
        display: block;
        width: 6px;
        height: 0;
        padding-top: 6px;
        border-radius: 3px;
        background-color: #fff;
        background-position: 0 0;
        float: left;
        overflow: hidden;
    }

.swiper-slide img {
    display: block;
}

.mimg {
    display: flex;
    display: -ms-flexbox; /*IE10*/
    display: -webkit-box; /*chrome,safari,anroid,blackberry*/
    display: -moz-box; /*firefox*/
    width: 100%;
}

.mimg-item {
    display: block;
}

iframe {
    width: 100%;
    height: auto;
}

.video-js.video-image {
    padding-top: 56.25%;
}

:focus {
    outline: none;
}

.video-image .vjs-poster {
    background-size: cover;
}

.video .vjs-poster {
    background-size: cover;
}

/* 翻页相关样式 */
.page-container {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.main-page {
    position: absolute;
    transform-origin: 0 0 0;
    /*background: white;*/
    width: 100%;
    height: 100%;
}

    .main-page.hide {
        display: none;
    }

    .main-page.current-page {
        display: block;
        z-index: 7999;
    }

    .main-page.active-page {
        display: block;
        z-index: 8000;
        overflow: hidden;
    }

.long-page.long-active-page {
    overflow: hidden;
}

.main-page.release-page {
    transition: transform 0.4s linear 0s;
}

.m-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.edit-wrapper {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}

.layer {
    position: absolute;
    width: 100%;
    display: block;
}

.arrow-container-bottom {
    position: fixed;
    bottom: 10px;
    left: 50%;
    z-index: 8001;
    width: 24px;
    height: 14px;
    margin-left: -7px;
    transition: opacity 0.5s;
}


.arrow-container-bottom.hide,
.arrow-container-right.hide {
    opacity: 0;
}

.arrow-container-right {
    position: fixed;
    width: 14px;
    height: 24px;
    z-index: 8001;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    transition: opacity 0.5s;
    transform: rotate(-90deg);
}

.arrow-container-right.arrow-hide,
.arrow-container-bottom.arrow-hide {
    display: none;
}

.arrow-wrapper {
    width: 24px;
    height: 14px;
    position: relative;
}

.arrow-wrapper-animation-bottom {
    -webkit-animation: arrow-start 1.5s infinite ease-in-out;
    animation: arrow-start 1.5s infinite ease-in-out;
}

.arrow-wrapper-animation-right {
    -webkit-animation: arrow-right 1.5s infinite ease-in-out;
    animation: arrow-right 1.5s infinite ease-in-out;
}

.left-arrow-box {
    height: 15px;
    width: 11px;
    position: absolute;
    top: -5px;
    overflow: hidden;
}

.left-arrow {
    background-color: #fff;
    width: 14px;
    height: 5px;
    border-radius: 2px;
    position: absolute;
    box-shadow: 1px -1px 1px #646464;
    -webkit-box-shadow: 1px -1px 1px #646464;
    top: 5px;
    transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    left: 1px;
}

.right-arrow-box {
    height: 15px;
    width: 11px;
    position: absolute;
    top: -5px;
    overflow: hidden;
    left: 10px;
}

.right-arrow {
    background-color: #fff;
    width: 14px;
    height: 5px;
    border-radius: 2px;
    position: absolute;
    box-shadow: 1px -1px 1px #646464;
    -webkit-box-shadow: 1px -1px 1px #646464;
    top: 5px;
    transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    left: -4.5px;
}

@keyframes arrow-start {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }

    50% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}

@keyframes arrow-right {
    0% {
        transform: translateX(50%) rotate(-90deg);
        opacity: 0;
    }

    50% {
        transform: translateX(0) rotate(-90deg);
        opacity: 1;
    }

    100% {
        transform: translateX(-100%) rotate(-90deg);
        opacity: 0;
    }
}

/* 音乐 */

@keyframes rotating {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

#bgm-wrapper {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* 弹窗 */
@keyframes op-window-show {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.75;
    }

    75% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
    }
}

@keyframes op-window-hide {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }

    75% {
        opacity: 0.1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes op-window-body-show {
    0% {
        transform: scale(0, 0);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes op-window-body-hide {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0, 0);
    }
}

.op-window-close.hide {
    display: none;
}

.op-window-close {
    margin-top: 0.23rem;
    position: absolute;
    width: 100%;
}

.op-window-close-img {
    top: 50%;
    left: 50%;
    width: 0.3rem;
    height: 0.3rem;
    transform: translateX(-50%);
    position: absolute;
    background-image: url(icon/popupwindow/close.png);
    background-size: contain;
    background-repeat:no-repeat;
}

.op-window {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    /*animation: op-window-show 0.3s ease-in-out 1;
    -webkit-animation: op-window-show 0.3s ease-in-out 1;*/
}

.op-window-hide {
    animation: op-window-hide 0.3s ease-in-out 1;
    -webkit-animation: op-window-hide 0.3s ease-in-out 1;
    animation-fill-mode: forwards;
}
.op-window .hide {
    visibility: hidden;
}
.op-window.hide, .op-window .op-window-bg.hide {
    /*display: none;*/
    visibility: hidden;
}

.op-window .op-window-bg {
    width: 3.75rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
}
    .op-window .op-window-bg .op-window-body {
        position: relative;
        width: 2.85rem;
        margin: 0 auto;
        border-radius: 15px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        animation: op-window-body-show 0.3s ease-in-out 1;
        -webkit-animation: op-window-body-show 0.3s ease-in-out 1;
    }

    .op-window .op-window-bg .op-window-body-hide {
        animation: op-window-body-hide 0.3s ease-in-out 1;
        -webkit-animation: op-window-body-hide 0.3s ease-in-out 1;
    }

    .op-window .op-window-bg .op-window-body .op-window-title {
        height: .62rem;
        line-height: .62rem;
        font-size: 16px;
        font-weight: 550;
        text-align: center;
        overflow: hidden;
        word-break: break-all;
        padding: 0 .15rem;
    }
    .op-window .op-window-bg .op-window-body .op-window-AD {
        position: absolute;
        right: 0.15rem;
        top: 0.15rem;
        width: 0.4rem;
        height: 0.2rem;
        text-align: center;
        background: rgba(0, 0, 0, 0.29);
        border-radius:0.04rem;
        font-size: 0.12rem;
        color: #ffffff;
        line-height: 0.2rem;
    }
.op-window .op-window-img .op-window-AD {
    position: absolute;
    right: 0.6rem;
    top: 0.15rem;
    width: 0.4rem;
    height: 0.2rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.29);
    border-radius: 0.04rem;
    font-size:0.12rem;
    color: #ffffff;
    line-height: 0.2rem;
}

    .op-window .op-window-bg .op-window-body .op-window-content {
        overflow-y: scroll;
        padding: .1rem .27rem 0;
        font-size: 12px;
        line-height: .2rem;
        height: 2.66rem;
    }

        .op-window .op-window-bg .op-window-body .op-window-content p {
            word-break: break-all;
            text-align: justify;
            font-family: "Microsoft YaHei", Arial;
            margin-top: 0;
            margin-bottom: 0;
            min-height: 0.2rem;
        }

    .op-window .op-window-bg .op-window-body .op-window-content0 {
        height: 3.06rem;
    }

    .op-window .op-window-bg .op-window-body .op-window-content::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .op-window .op-window-bg .op-window-body .op-window-btngroup {
        padding: 8px 0 24px;
        margin: 0 auto;
        font-size: 0.14rem;
        overflow: hidden;
    }

        .op-window .op-window-bg .op-window-body .op-window-btngroup .op-window-btn {
            height: 40px;
            line-height: 40px;
            border-radius: 20px;
            text-align: center;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .op-window .op-window-bg .op-window-body .op-window-btngroup .op-window-btn1 {
            margin: 0 auto;
            width: 1.41rem;
        }

        .op-window .op-window-bg .op-window-body .op-window-btngroup .op-window-btn2 {
            float: left;
            width: 1.17rem;
        }

            .op-window .op-window-bg .op-window-body .op-window-btngroup .op-window-btn2:first-child {
                margin-left: .22rem;
                margin-right: .07rem;
                line-height: .38rem;
            }

.op-window .op-window-bg0 {
    background-image: url(icon/popupwindow/bg0.png);
    background-size: contain;
}

    .op-window .op-window-bg0 .op-window-body {
        background-color: #fff;
    }

        .op-window .op-window-bg0 .op-window-body .op-window-title {
            color: #baa992;
        }

        .op-window .op-window-bg0 .op-window-body .op-window-btngroup .op-window-btn2:first-child {
            border: 2px solid #baa992;
            color: #baa992;
        }

        .op-window .op-window-bg0 .op-window-body .op-window-btngroup .op-window-btn:last-child {
            background: linear-gradient(top, #d3c4ae, #b2a089);
            background: -webkit-linear-gradient(top, #d3c4ae, #b2a089);
            box-shadow: 0 5px 9px #d3c4ae;
            -webkit-box-shadow: 0 5px 9px #d3c4ae;
            color: #fff;
        }

.op-window .op-window-bg1 {
    background-image: url(icon/popupwindow/bg1.png);
    background-size: contain;
}

    .op-window .op-window-bg1 .op-window-body {
        background: linear-gradient(bottom, #ea9682, #ed8571);
        background: -webkit-linear-gradient(bottom, #ea9682, #ed8571);
    }

        .op-window .op-window-bg1 .op-window-body .op-window-title,
        .op-window .op-window-bg1 .op-window-body .op-window-content {
            color: #ffeab0;
        }

        .op-window .op-window-bg1 .op-window-body .op-window-btngroup .op-window-btn2:first-child {
            border: 2px solid #ffeab0;
            color: #ffeab0;
        }

        .op-window .op-window-bg1 .op-window-body .op-window-btngroup .op-window-btn:last-child {
            background: linear-gradient(top, #ffeec3, #ffeab0);
            background: -webkit-linear-gradient(top, #ffeec3, #ffeab0);
            box-shadow: 0 5px 9px rgba(255, 238, 195, 0.4);
            -webkit-box-shadow: 0 5px 9px rgba(255, 238, 195, 0.4);
            color: #a58556;
        }

.op-window .op-window-bg2 .op-window-body {
    background: #fff;
}

    .op-window .op-window-bg2 .op-window-body .op-window-title {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background: linear-gradient(left, #ed8571, #f7b8a7);
        background: -webkit-linear-gradient(left, #ed8571, #f7b8a7);
        color: #fff;
    }

    .op-window .op-window-bg2 .op-window-body .op-window-content {
        color: #929292;
    }

    .op-window .op-window-bg2 .op-window-body .op-window-btngroup .op-window-btn2:first-child {
        border: 2px solid #ed8571;
        color: #ed8571;
    }

    .op-window .op-window-bg2 .op-window-body .op-window-btngroup .op-window-btn:last-child {
        background: linear-gradient(left, #ed8571, #f7b8a7);
        background: -webkit-linear-gradient(left, #ed8571, #f7b8a7);
        box-shadow: 0 5px 9px rgba(247, 184, 167, 0.3);
        -webkit-box-shadow: 0 5px 9px rgba(247, 184, 167, 0.3);
        color: #fff;
    }

.op-window .op-window-bg3 .op-window-body {
    background: #fff;
}

    .op-window .op-window-bg3 .op-window-body .op-window-title {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background: linear-gradient(left, #f9e47e, #fcf3b3);
        background: -webkit-linear-gradient(left, #f9e47e, #fcf3b3);
        color: #000;
    }

    .op-window .op-window-bg3 .op-window-body .op-window-content {
        color: #929292;
    }

    .op-window .op-window-bg3 .op-window-body .op-window-btngroup .op-window-btn2:first-child {
        border: 2px solid #fae787;
        color: #fae787;
    }

    .op-window .op-window-bg3 .op-window-body .op-window-btngroup .op-window-btn:last-child {
        background: linear-gradient(left, #f9e47e, #fcf3b3);
        background: -webkit-linear-gradient(left, #f9e47e, #fcf3b3);
        box-shadow: 0 5px 9px rgba(252, 243, 179, 0.3);
        -webkit-box-shadow: 0 5px 9px rgba(252, 243, 179, 0.3);
        color: #000;
    }

.op-window .op-window-bg4 .op-window-body {
    background: linear-gradient(top, #dedefe, #f6fbff);
    background: -webkit-linear-gradient(top, #dedefe, #f6fbff);
}

    .op-window .op-window-bg4 .op-window-body .op-window-title {
        color: #000;
    }

    .op-window .op-window-bg4 .op-window-body .op-window-content {
        color: #929292;
    }

    .op-window .op-window-bg4 .op-window-body .op-window-btngroup .op-window-btn2:first-child {
        border: 2px solid #7782f6;
        color: #7b87f5;
    }

    .op-window .op-window-bg4 .op-window-body .op-window-btngroup .op-window-btn:last-child {
        background: linear-gradient(left, #7782f6, #7ac1f8);
        background: -webkit-linear-gradient(left, #7782f6, #7ac1f8);
        box-shadow: 0 5px 9px rgba(122, 193, 248, 0.3);
        -webkit-box-shadow: 0 5px 9px rgba(122, 193, 248, 0.3);
        color: #fff;
    }

.op-window .op-window-bg5 .op-window-body {
    background: #fff;
}

    .op-window .op-window-bg5 .op-window-body .op-window-title {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background: linear-gradient(left, #777ff6, #7bc3f9);
        background: -webkit-linear-gradient(left, #777ff6, #7bc3f9);
        color: #fff;
    }

    .op-window .op-window-bg5 .op-window-body .op-window-content {
        color: #929292;
    }

    .op-window .op-window-bg5 .op-window-body .op-window-btngroup .op-window-btn2:first-child {
        border: 2px solid #7890f7;
        color: #7890f7;
    }

    .op-window .op-window-bg5 .op-window-body .op-window-btngroup .op-window-btn:last-child {
        background: linear-gradient(left, #777ff6, #7bc3f9);
        background: -webkit-linear-gradient(left, #777ff6, #7bc3f9);
        box-shadow: 0 5px 9px rgba(123, 195, 249, 0.3);
        -webkit-box-shadow: 0 5px 9px rgba(123, 195, 249, 0.3);
        color: #fff;
    }

.op-window .op-window-bg6 .op-window-body {
    background: linear-gradient(top, #c8fffa, #f6fbff);
    background: -webkit-linear-gradient(top, #c8fffa, #f6fbff);
}

    .op-window .op-window-bg6 .op-window-body .op-window-title {
        color: #000;
    }

    .op-window .op-window-bg6 .op-window-body .op-window-content {
        color: #929292;
    }

    .op-window .op-window-bg6 .op-window-body .op-window-btngroup .op-window-btn2:first-child {
        border: 2px solid #1dccb6;
        color: #1dccb6;
    }

    .op-window .op-window-bg6 .op-window-body .op-window-btngroup .op-window-btn:last-child {
        background: linear-gradient(left, #1dc7b0, #30e1d2);
        background: -webkit-linear-gradient(left, #1dc7b0, #30e1d2);
        box-shadow: 0 5px 9px rgba(48, 225, 210, 0.3);
        -webkit-box-shadow: 0 5px 9px rgba(48, 225, 210, 0.3);
        color: #fff;
    }

.op-window .op-window-bg7 .op-window-body {
    background: #fff;
}

    .op-window .op-window-bg7 .op-window-body .op-window-title {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background: linear-gradient(left, #19c5ad, #6dddd3);
        background: -webkit-linear-gradient(left, #19c5ad, #6dddd3);
        color: #fff;
    }

    .op-window .op-window-bg7 .op-window-body .op-window-content {
        color: #929292;
    }

    .op-window .op-window-bg7 .op-window-body .op-window-btngroup .op-window-btn2:first-child {
        border: 2px solid #17c5ac;
        color: #17c5ac;
    }

    .op-window .op-window-bg7 .op-window-body .op-window-btngroup .op-window-btn:last-child {
        background: linear-gradient(left, #1ec7af, #3fe3a5);
        background: -webkit-linear-gradient(left, #1ec7af, #3fe3a5);
        box-shadow: 0 5px 9px rgba(63, 227, 165, 0.3);
        -webkit-box-shadow: 0 5px 9px rgba(63, 227, 165, 0.3);
        color: #fff;
    }

.op-window .op-window-bg8 .op-window-body {
    background: linear-gradient(to bottom, #413f39, #2c2a28);
}

    .op-window .op-window-bg8 .op-window-body .op-window-title {
        color: #d8bf9a;
    }

    .op-window .op-window-bg8 .op-window-body .op-window-content {
        color: rgba(216, 191, 154, 0.8);
    }

    .op-window .op-window-bg8 .op-window-body .op-window-btngroup .op-window-btn2:first-child {
        border: 2px solid #d8bf9a;
        color: #d8bf9a;
    }

    .op-window .op-window-bg8 .op-window-body .op-window-btngroup .op-window-btn:last-child {
        background: linear-gradient(to bottom, #e5d6aa, #d5bb98);
        background: -webkit-linear-gradient(to bottom, #e5d6aa, #d5bb98);
        color: #3f2a0b;
    }
/*弹窗样式--招行APP*/
.op-window .op-window-bg9 .op-window-body {
    background: #FFFFFF;
    position: relative;
    width: 3.45rem;
    margin: 0 auto;
    border-radius: 4px;
}
    .op-window .op-window-bg9 .op-window-body .op-window-title {
        font-size: 18px;
        color: #565656;
        text-align: left;
        height: 0.46rem;
        line-height: 0.62rem;
    }
    .op-window .op-window-bg9 .op-window-body .op-window-content {
        font-size: 16px;
        color: #565656;
        padding: 0.05rem 0.15rem 0.2rem 0.15rem;
        height: auto;
        max-height: 2.54rem;
    }
    .op-window .op-window-bg9 .op-window-body .op-window-btngroup {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0;
        border-top: 1px solid #EEEEEE;
    }
        .op-window .op-window-bg9 .op-window-body .op-window-btngroup .op-window-btn {
            font-size: 16px;
            color: #565656;
            width: 50%;
        }
        .op-window .op-window-bg9 .op-window-body .op-window-btngroup .op-window-btn2:first-child {
            border-radius: 0;
            height: 56px;
            line-height: 56px;
            margin-left: 0;
            margin-right: 0;
            font-size: 16px;
            color: #565656;
            border-right: 1px solid #eee;
        }
        .op-window .op-window-bg9 .op-window-body .op-window-btngroup .op-window-btn:last-child {
            border-radius: 0;
            height: 56px;
            line-height: 56px;
            color: #565656;
        }
/*弹窗样式--二维码跳转链接获取失败*/
.op-window .op-window-bg10 .op-window-body {
    background: #FFFFFF;
    position: relative;
    width: 3.45rem;
    margin: 0 auto;
    border-radius: 4px;
}

    .op-window .op-window-bg10 .op-window-body .op-window-title {
        font-size: 18px;
        color: #565656;
        text-align: left;
        height:0.55rem;
    }

    .op-window .op-window-bg10 .op-window-body .op-window-content {
        font-size: 16px;
        color: #565656;
        padding: 0 0.15rem 0.15rem 0.15rem;
        height: auto;
        max-height: 2.54rem;
    }

    .op-window .op-window-bg10 .op-window-body .op-window-btngroup {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0;
        border-top: 1px solid #EEEEEE;
    }

        .op-window .op-window-bg10 .op-window-body .op-window-btngroup .op-window-btn{
            font-size: 16px;
            width: 50%;
        }

        .op-window .op-window-bg10 .op-window-body .op-window-btngroup .op-window-btn2:first-child {
            border-radius: 0;
            height: 56px;
            line-height: 56px;
            margin-left: 0;
            margin-right: 0;
            font-size: 16px;
            color: #565656;
            border-right: 1px solid #eee;
        }

        .op-window .op-window-bg10 .op-window-body .op-window-btngroup .op-window-btn:last-child {
            border-radius: 0;
            height: 56px;
            line-height: 56px;
            color: #5995EF;
        }
/*选项卡弹窗*/
.op-window .op-window-options {
    position: absolute;
    bottom: 0px;
    background: #f8f8f8;
    border-radius: 10px 10px 0 0;
}
    .op-window .op-window-options .icon-options-close {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 16px;
        right: 20px;
        background-image: url(./icon/attention_close_light.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .op-window .op-window-options .op-window-body {
        background: #ffffff;
        position: relative;
        width: 3.75rem;
        margin: 0 auto;
        border-radius: 10px 10px 0 0;
    }
        .op-window .op-window-options .op-window-body .op-window-title {
            height: 56px;
            text-align: center;
            font-size: 18px;
            line-height: 56px;
            font-family: PingFangSC-Regular;
        }
        .op-window .op-window-options .op-window-body .op-window-content {
            min-height: 56px;
            max-height: 309px;
            overflow-y: auto;
        }
            .op-window .op-window-options .op-window-body .op-window-content ul li {
                height: 66px;
                margin-left: 20px;
                list-style: none;
                border-bottom: 1px solid #eee;
                position: relative;
                display: flex;
                flex-direction: column;
                justify-content: center;
                font-size: 16px;
            }
.op-window-options .op-window-body .op-window-content ul li::after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 26px;
    right: 20px;
    background-image: url(./icon/arrowright@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
}
                .li-options-subtitle {
                    font-size: 12px;
                    color: #808080;
                }
            .op-window .op-window-options .op-window-btngroup {
                background-color: #fff;
                margin-top: 10px;
                height: 56px;
                text-align: center;
                line-height: 56px;
                font-size: 18px;
            }
    /* 弹窗结束 */
    .auto-window.hide {
        display: none;
        animation: op-window-hide 0.5s ease-in-out 1;
        -webkit-animation: op-window-hide 0.5s ease-in-out 1;
        animation-fill-mode: forwards;
    }
.auto-window-hide {
    animation: op-window-hide .3s ease-in-out 1;
    -webkit-animation: op-window-hide .3s ease-in-out 1;
    animation-fill-mode: forwards;
}

/*自动弹窗结束*/
/*收益率精简模式开始*/
.calDescription-hint {
    position: absolute;
    right: 0;
}
.calDescription-hint svg {
    background-image: url(./icon/whole-hint.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
/*收益率精简模式结束*/

/* 视频固定顶部 */
.video-fix-top {
    position: fixed !important;
    width: 100%;
    z-index: 6000;
    top: 0;
    touch-action: none;
}


/* 滚动公告开始 */
.overflow-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.marquee-box {
    position: relative;
    display: flex;
}
.marquee-main, .marquee-copy {
    height: inherit;
    display: flex;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
/* 滚动公告结束 */

.op-window-img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
    .op-window-img.hide {
        display:none;
    }
    .op-window-img img {
        width: 100%;
        /*height: 100%;*/
        margin: 0 auto;
        display: block;
        animation: op-window-body-show 0.3s ease-in-out 1;
        -webkit-animation: op-window-body-show 0.3s ease-in-out 1;
    }
    .op-window-img.op-window-body-hide img {
        animation: op-window-body-hide .3s ease-in-out 1;
        -webkit-animation: op-window-body-hide .3s ease-in-out 1;
    }
        .op-window-img .op-window-img-close {
            left: 50%;
            bottom: -53px;
            width: 0.3rem;
            height: 0.3rem;
            transform: translateX(-50%);
            position: absolute;
            background-image: url(icon/popupwindow/close.png);
            background-size: contain;
            background-repeat:no-repeat;
        }
    .op-window-img .op-window-img-close.hide{
        display:none;
    }
    /*轮播图开始*/
.swiper-module {
    position: relative;
}

.swiper-pagination {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-pagination-bullet {
    background-color: #fff;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 2px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(1);
}
.actskin-container {
    width: 100%;
    height: 100%;
}
.qrcodepoly-container {
    margin: 0;
    background: #fafafa;
    overflow: hidden;
    font-size: 0;

    box-sizing: border-box;
}
    .qrcodepoly-container.group {
        padding: 25px 0 5px 0;
    }
    .qrcodepoly-group-container {
        margin-bottom: 15px;
    }

.qrcodepoly-group-title {
    height: 15px;
    line-height: 15px;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    /*margin-bottom: 15px;
    margin-left: 10px;*/
    margin:0px 0px 15px 20px;
}
.qrcodepoly-groupitem-funcitem {
    text-align: center;
    display: inline-block;
    padding: 0 10px;
    width: calc((100% - 80px)/4);
    height: 75px;
    margin-top:15px;
}
.qrcodepoly-groupitem-funcitem .qrcodepoly-groupitem-funcimg {
        width: 24px;
        height: 24px;
    }
    .qrcodepoly-groupitem-funcitem .qrcodepoly-groupitem-funname {
        display:block;
        font-size: 14px;
        text-align: center;
        height: 0.2rem;
        line-height: 0.2rem;
        margin-top: 5px;
        overflow: hidden;
        white-space: nowrap;
    }
    .qrcodepoly-func-container {
        text-align: center;
        display: flex;
        flex-direction: row;
        height: 0.7rem;
        background: #ffffff;
        text-align: center;
        margin: 0.15rem;
        box-shadow: 2px 2px 5px #f0f0f0;
        border-radius: 5px;
        align-items: center;
        /*width: 3.45rem;*/
    }
.qrcodepoly-func-img{
    width: 0.24rem;
    height: 0.24rem;
    margin-left: 0.15rem;
}
.qrcodepoly-func-title{
    font-size: 16px;
    padding-left: 0.15rem;
    word-break: break-all;
    text-align: left;
}
.qrcodepoly-oper-img {
    width: 3.45rem;
}

.qrcodepoly-oper-container {
    margin: 0.15rem;
    border-radius: 5px;
    background: #ffffff;
    width: 3.45rem;
}
.qrcodepoly-func-input {
    display: none;
}
.deeplink {
    background-image: linear-gradient(4deg, #FF5A43 0%, #FF9B84 100%);
    box-shadow: 0 5px 14px 0 rgba(0,0,0,0.20);
    border-radius: 0 100px 100px 0;
    padding: 4px 12px 4px 0px;
    height: 18px;
    position: fixed;
    top: 60%;
    z-index: 9999;
    touch-action: none;
    display: none;
}

.deeplink a {
        display: block;
        text-decoration: none;
        font-family: PingFangSC-Regular;
        color: #FFFFFF;
        text-align: right;
        line-height: 18px;
        font-size: 12px;
}

.deeplink a span {
            margin-left: 16px;
}

@media screen and (max-width: 300px) {
    .share-wx .share-icon {
        background-image: url(./icon/sns@2x.png);
    }

    .share-fc .share-icon {
        background-image: url(./icon/friends@2x.png);
    }

    .share-qq .share-icon {
        background-image: url(./icon/qq@2x.png);
    }

    .share-link .share-icon {
        background-image: url(./icon/link@2x.png);
    }

    .share-zkl .share-icon {
        background-image: url(./icon/zkl@2x.png);
    }

    .share-more .share-icon {
        background-image: url(./icon/more@2x.png);
    }

    .share-zhq .share-icon {
        background-image: url(./icon/zhq@2x.png);
    }

    .share-tp .share-icon {
        background-image: url(./icon/tp@2x.png);
    }

    .share-pic
    .share-icon {
        background-image: url(./icon/savePic@2x.png);
    }
}

@media screen and (min-width: 300px) {
    .share-wx .share-icon {
        background-image: url(./icon/sns@3x.png);
    }

    .share-fc .share-icon {
        background-image: url(./icon/friends@3x.png);
    }

    .share-qq .share-icon {
        background-image: url(./icon/qq@3x.png);
    }

    .share-link .share-icon {
        background-image: url(./icon/link@3x.png);
    }

    .share-zkl .share-icon {
        background-image: url(./icon/zkl@3x.png);
    }

    .share-more .share-icon {
        background-image: url(./icon/more@3x.png);
    }

    .share-zhq .share-icon {
        background-image: url(./icon/zhq@3x.png);
    }

    .share-tp .share-icon {
        background-image: url(./icon/tp@3x.png);
    }

    .share-pic .share-icon {
        background-image: url(./icon/savePic@3x.png);
    }
}


.form-score .star-icon-on {
    background-image: url(./icon/starOn@1x.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.form-score .star-icon-off {
    background-image: url(./icon/starOff@1x.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.form-score .face1-icon-on {
    background-image: url(./icon/sadOn@1x.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.form-score .face1-icon-off {
    background-image: url(./icon/sadOff@1x.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.form-score .face2-icon-on {
    background-image: url(./icon/calmOn@1x.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.form-score .face2-icon-off {
    background-image: url(./icon/calmOff@1x.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.form-score .face3-icon-on {
    background-image: url(./icon/smileOn@1x.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.form-score .face3-icon-off {
    background-image: url(./icon/smileOff@1x.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.multi-choice-pop .pop-quit {
    background-image: url(./icon/icon_close@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.multi-choice-pop .choice-checked-single {
    background-image: url(./icon/icon_form_dpd_checked@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.multi-choice-pop .choice-checked-multiple {
    background-image: url(./icon/icon_form_dpd_checked_multiple@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.cascade-pop-quit {
    position:absolute;
    top:25%;
    left:90%;
    width: 8%;
    height: 40%;
    background-image: url(icon/icon_close@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9999;
}
.cascade-checked {
    top:23%;
    left:88%;
    width: 0.3rem;
    height: 0.3rem;
    position:absolute;
    background-image: url(icon/icon_form_dpd_checked@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9999;
}
.op-window .op-window-bg0 {
    background-image: url(./icon/popupwindow/bg0.png) !important;
    background-size: contain;
}

.op-window .op-window-bg1 {
    background-image: url(./icon/popupwindow/bg1.png) !important;
    background-size: contain;
}

.share-image-container {
    background-image: url(./icon/guide@1.png) !important;
    background: no-repeat center;
    background-size: contain;
    height: 100%;
}

.deeplink a {
    background-image: url(./icon/back@2x.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.banner-group-img {
    width: 3.45rem;
    margin: 0.1rem 0.15rem;
    display: block;
}
.partPiiic::-webkit-scrollbar {
    display:none;
    /*background-color:transparent;*/
}

.radioNormalRichText p{
    margin:0;
}

.float_style_light.attention_float {
    background: #FFFFFF;
    border: 0.01rem solid rgba(224,224,224,0.5);
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.21);
    border-radius: 0.06rem;
    position:relative;
    margin-bottom:0.27rem;
}

.float_style_dark.attention_float {
    background: rgba(0,0,0,0.65);
    border-radius: 0.06rem;
    position: relative;
    margin-bottom: 0.27rem;
}

.attention_region {
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
}

.avatar_attention {
    margin-left: 0.22rem;
    height: 0.4rem;
}

.attention_avatar {
    width:0.4rem;
    height:0.4rem;
    display:block;
}

.float_style_light .attention_content {
    width: 1.6rem;
    margin-left: 0.14rem;
}
.float_style_dark .attention_content {
    color:#FFFFFF;
    width: 1.6rem;
    margin-left: 0.14rem;
}
.attention_page_name {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0.08rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.attention_page_introduce {
    font-size:14px;
    line-height:14px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}

.float_style_light .attention_button {
    display: flex;
    align-items: center;
    width: 0.64rem;
    height: 0.3rem;
    margin-left: 0.15rem;
    border-radius: 0.04rem;
    background-image: linear-gradient(135deg, #63A8F5 0%, #5C78EB 100%);
}

.float_style_dark .attention_button {
    display: flex;
    align-items: center;
    width: 0.64rem;
    height: 0.3rem;
    margin-left: 0.15rem;
    border-radius: 0.04rem;
    border: 1px solid #FFFFFF;
    box-sizing:border-box;
}
.attention_add_icon {
    width: 0.12rem;
    height: 0.12rem;
    margin-left: 0.13rem;
}
.attention_span {
    font-size:12px;
    line-height:12px;
    color:#FFFFFF;
    letter-spacing:0;
    margin-left:0.02rem;
}
.attention_close_button {
    width:0.16rem;
    height:0.16rem;
    position:absolute;
    right:0.09rem;
    top:0.07rem;
}
.attention_close_icon {
    width:0.16rem;
    height:0.16rem;
    display:block;
}

.icon_dark_add {
    background: url(./icon/attention_add_dark.png) no-repeat 0% 0% / 0.12rem;
}

.icon_dark_close {
    background: url(./icon/attention_close_dark.png) no-repeat 0% 0% / 0.16rem;
}

.icon_light_add {
    background:url(./icon/attention_add_light.png) no-repeat 0% 0% / 0.12rem;
}

.icon_light_close {
    background: url(./icon/attention_close_light.png) no-repeat 0% 0% / 0.16rem;
}
.form-btn-confirm-content p {
    margin-top: 0px;
    margin-bottom: 0px;
}
.radioNormalText p {
    margin-top: 0px;
    margin-bottom: 0px;
}
/*旧版富文本字号兼容*/
.text.element font[size="1"] {
    font-size: 0.12rem;
}
.text.element font[size="2"] {
    font-size: 0.14rem;
}
.text.element font[size="3"] {
    font-size: 0.16rem;
}
.text.element font[size="4"] {
    font-size: 0.18rem;
}
.text.element font[size="5"] {
    font-size: 0.22rem;
}
.text.element font[size="6"] {
    font-size: 0.36rem;
}
.text.element font[size="7"] {
    font-size: 0.42rem;
}
.form_btn_confirm font[size="1"] {
    font-size: 0.12rem;
}
.form_btn_confirm font[size="2"] {
    font-size: 0.14rem;
}
.form_btn_confirm font[size="3"] {
    font-size: 0.16rem;
}
.form_btn_confirm font[size="4"] {
    font-size: 0.18rem;
}
.form_btn_confirm font[size="5"] {
    font-size: 0.22rem;
}
.form_btn_confirm font[size="6"] {
    font-size: 0.36rem;
}
.form_btn_confirm font[size="7"] {
    font-size: 0.42rem;
}
/*新版富文本字号兼容*/
.text.element span[style*="font-size: 12px;"] {
    font-size: 0.12rem !important;
}
.text.element span[style*="font-size: 13px;"] {
    font-size: 0.13rem !important;
}
.text.element span[style*="font-size: 14px;"] {
    font-size: 0.14rem !important;
}
.text.element span[style*="font-size: 15px;"] {
    font-size: 0.15rem !important;
}
.text.element span[style*="font-size: 16px;"] {
    font-size: 0.16rem !important;
}
.text.element span[style*="font-size: 17px;"] {
    font-size: 0.17rem !important;
}
.text.element span[style*="font-size: 18px;"] {
    font-size: 0.18rem !important;
}
.text.element span[style*="font-size: 19px;"] {
    font-size: 0.19rem !important;
}
.text.element span[style*="font-size: 20px;"] {
    font-size: 0.2rem !important;
}
.text.element span[style*="font-size: 21px;"] {
    font-size: 0.21rem !important;
}
.text.element span[style*="font-size: 22px;"] {
    font-size: 0.22rem !important;
}
.text.element span[style*="font-size: 24px;"] {
    font-size: 0.24rem !important;
}
.text.element span[style*="font-size: 29px;"] {
    font-size: 0.29rem !important;
}
.text.element span[style*="font-size: 32px;"] {
    font-size: 0.32rem !important;
}
.text.element span[style*="font-size: 36px;"] {
    font-size: 0.36rem !important;
}
.text.element span[style*="font-size: 40px;"] {
    font-size: 0.4rem !important;
}
.text.element span[style*="font-size: 42px;"] {
    font-size: 0.42rem !important;
}
.text.element span[style*="font-size: 48px;"] {
    font-size: 0.48rem !important;
}
.form-btn-confirm-content span[style*="font-size: 12px;"] {
    font-size: 0.12rem !important;
}
.form-btn-confirm-content span[style*="font-size: 13px;"] {
    font-size: 0.13rem !important;
}
.form-btn-confirm-content span[style*="font-size: 14px;"] {
    font-size: 0.14rem !important;
}
.form-btn-confirm-content span[style*="font-size: 15px;"] {
    font-size: 0.15rem !important;
}
.form-btn-confirm-content span[style*="font-size: 16px;"] {
    font-size: 0.16rem !important;
}
.form-btn-confirm-content span[style*="font-size: 17px;"] {
    font-size: 0.17rem !important;
}
.form-btn-confirm-content span[style*="font-size: 18px;"] {
    font-size: 0.18rem !important;
}
.form-btn-confirm-content span[style*="font-size: 19px;"] {
    font-size: 0.19rem !important;
}
.form-btn-confirm-content span[style*="font-size: 20px;"] {
    font-size: 0.2rem !important;
}
.form-btn-confirm-content span[style*="font-size: 21px;"] {
    font-size: 0.21rem !important;
}
.form-btn-confirm-content span[style*="font-size: 22px;"] {
    font-size: 0.22rem !important;
}
.form-btn-confirm-content span[style*="font-size: 24px;"] {
    font-size: 0.24rem !important;
}
.form-btn-confirm-content span[style*="font-size: 29px;"] {
    font-size: 0.29rem !important;
}
.form-btn-confirm-content span[style*="font-size: 32px;"] {
    font-size: 0.32rem !important;
}
.form-btn-confirm-content span[style*="font-size: 36px;"] {
    font-size: 0.36rem !important;
}
.form-btn-confirm-content span[style*="font-size: 40px;"] {
    font-size: 0.4rem !important;
}
.form-btn-confirm-content span[style*="font-size: 42px;"] {
    font-size: 0.42rem !important;
}
.form-btn-confirm-content span[style*="font-size: 48px;"] {
    font-size: 0.48rem !important;
}
.tab .tabitem .tab-content {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}
.audioContent {
    padding-left:4% !important;
}
.tab-banner::-webkit-scrollbar {
    height: 0;
}
.cmb-modal-hide {
    display: none !important;
}

.cmb-modal-container {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    animation: cmb-modal-show 0.3s ease-in-out 1;
    -webkit-animation: cmb-modal-show 0.3s ease-in-out 1;
    z-index: 9910;
}
.cmb-modal-container-hide{
    animation: cmb-modal-hide 0.3s ease-in-out 1;
    -webkit-animation: cmb-modal-hide 0.3s ease-in-out 1;
}
.cmb-modal {
    height: 338px;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9910;
}
.cmb-modal-body {
    position: absolute;
    width: 100%;
    height: 264px;
    background: linear-gradient(21deg, rgba(247, 156, 140, 1) 0%, rgba(249, 73, 70, 1) 100%);
    z-index: 4999;
    bottom: 0;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.cmb-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAABxklEQVRIS72Wv2pUQRTGf19gC1/ARNAnCAiBpLMJgo0WgiELxhRiI4qK2ilWop2KimK3hbHYJQEL0wghTToFQfAJEvDPC1gs+MmRuTJ7c/duVrk75dyZ87vnm/PNGXGAYfswMAscAQ4BP4GvwBdJP0aF0LAFtlvAaeAcMAN8BvYSIEBHgePAN2AD2JTUr4pXCbE9B9wDdoE14KMklwPYjv3zwAXgGHBf0qfyun0Q28vAReCBpJ1RUhTfbZ8A7gIdSb183wDEdhsIyFVJIcNYw3bI+gLo5qC/kCTRw8jiXwBZRgHqAHcK6f5A0iF3gcfjSFRTNCHdLaAdxVBAzgKLkm7kG21PpfmtmoAngW1Jv0p7n6b5twXkNfBM0ofSwgjwHrgm6WVFdV0BngOnJA38iO0F4LqkVSWjvUkLq8q0CDQAsl05n51NJBA/uBKQReCMpNs1kgwEHAXIQI+AdwE5D0xLelJXr1ngdWBpmIQluW8C3wNyCWhJejXKFLajAsNHPUnhqdph+zLQn1gmEzmTuMabra7k+GZ9kiATcXw0qGbvrpRNNKrmbuHMoeGBqP9m+kkJ1FxnzEDN9vgM1OxrpaJv/Ne76zcW6UjZ2vN1JAAAAABJRU5ErkJggg==");
    background-size: cover;
    z-index: 5000;
    width: 26px;
    height: 26px;
}

.cmb-modal-img {
    width: 84px;
    height: 97px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 5000;
}

.cmb-modal-title {
    text-align: center;
    margin-top: 40px;
    font-size: 22px;
    font-weight: 600;
    color: rgba(255, 243, 223, 1);
    line-height: 30px;
}

.cmb-modal-sep {
    width: 84%;
    background: rgba(186, 15, 39, 1);
    border-radius: 2px;
    opacity: 0.8;
    height: 4px;
    margin-top: 16px;
}

.cmb-modal-content {
    padding: 10px 10px 10px 10px;
    background: rgba(254, 247, 236, 1);
    box-shadow: 0px 4px 10px 0px rgba(182, 66, 80, 0.39);
    width: 80%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 130px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    border: none;
}

.cmb-modal-shadow {
    position: absolute;
    background: #080000;
    opacity: 0.74;
    width: 100%;
    height: 100%;
    z-index: 9909;
}

.cmb-modal-shadow-hidden {
    display: none;
}

@keyframes cmb-modal-show {
    0%{ opacity: 0; }
    50%{ opacity: 0.75; }
    75%{ opacity: 0.9; }
    100% { opacity: 1; }
}

@keyframes cmb-modal-hide {
    0%{ opacity: 1; }
    50%{ opacity: 0.25; }
    75%{ opacity: 0.1; }
    100%{ opacity: 0; }
}
.dashed-line1 {
    background-image: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 50%);
}

.dashed-line2 {
    background-image: linear-gradient(to right, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 0%);
}

.dashed-line3 {
    background-image: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,0) 10%,rgba(255,255,255,0) 50%, rgba(255,255,255,1) 50%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 60%,rgba(255,255,255,0) 100%);
}

.dashed-line4 {
    background-image: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 35%,rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 70%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
}

.dashed-line5 {
    background-image: linear-gradient(to right,rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%,rgba(255,255,255,0) 10%,rgba(255,255,255,0) 20%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 30%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 40%, rgba(255,255,255,1) 40%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 70%,rgba(255,255,255,0) 70% );
}
.vrimg .vrtips {
    width: 1.48rem;
    height: 0.24rem;
    display: inline-block;
    position: absolute;
    bottom: 0.1rem;
    left: 50%;
    transform: translateX(-50%);
    line-height: 0.24rem;
    text-align: center;
    background-color: #00000073;
    border-radius: 0.12rem;
    color: #fff;
    font-size: 12px;
}
#register-captcha-loader {
    border: 1px solid #f3f3f3;
    border-top: 1px solid #555;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}