/*--------处理iframe弹框样式问题----------*/
.ui-iframe-wrap{
    position: fixed;
    z-index: 9999;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    overflow: hidden;
    font-size: 0;
}
.ui-iframe-wrap-adapt{
    z-index: 99999;
    width: 100%;
    height: 100%;
}
.ui-iframe{
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.ui-iframe-mark{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 9998;
    height: 100%;
    height: 100vh;
}
.ui-iframe-mark-adapt{
    position: static;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 9998;
    height: 100%;
    height: 100vh;
}
.ui-iframe-hiddenMark{
    background-color: rgba(0, 0, 0, 0);
}
.ui-iframe-outer{
    width: 480px;
    height: 580px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    -webkit-overflow-scrolling: touch !important;
    overflow: auto !important;
}
.ui-iframe-adapt{
    height: 100%;
    width: 100%;
}
.ui-iframe-close{
    margin-top: 24px;
    width: 30px;
    height: 30px;
    margin-left: 50%;
    background-image: url('https://static.futunn.com/upload/passport/iframe-close-icon-3964bf4e6db8b62cf9794e240e758679.png');
    background-size: contain;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    cursor: pointer;
}
.ui-iframe-loading{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.7);
}
.ui-iframe-loading::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    background-image: url('data:image/svg+xml;base64,PCEtLSBCeSBTYW0gSGVyYmVydCAoQHNoZXJiKSwgZm9yIGV2ZXJ5b25lLiBNb3JlIEAgaHR0cDovL2dvby5nbC83QUp6YkwgLS0+Cjxzdmcgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjMzM3OEREIj4KICAgIDxnIGlkPSLorr7orqHop4TojINWMi4wX1dFQi9INSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IjA05YWs5YWx5o6n5Lu2X+aMiemSrldFQiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIyNy4wMDAwMDAsIC03MTcuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8ZyBpZD0i5qCH5YeG5bC65a+4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMDAuMDAwMDAwLCAzMjAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDgwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJCVE4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAzMDQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSLliqDovb0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI4LjAwMDAwMCwgMTQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsIiBvcGFjaXR5PSIwLjUiIGN4PSI4IiBjeT0iOCIgcj0iOCI+PC9jaXJjbGU+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMCw4IEMwLDEyLjQxODI3OCAzLjU4MTcyMiwxNiA4LDE2IEw4LDE2IiBpZD0iT3ZhbC1Db3B5Ij48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    -webkit-animation: loading 1s linear infinite;
            animation: loading 1s linear infinite;
}
.stop-iframe-out-scoll{
    position: fixed;
    left: 0;
    right: 0;
    overflow: hidden;
}
@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes loading {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@media (max-width: 600px) {
    .ui-iframe-wrap-h5-popup.ui-iframe-wrap {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    .ui-iframe-wrap-h5-popup .ui-iframe-outer {
        width: 100%;
        height: 600px;
        border-radius: 10px 10px 0 0;
    }
    .ui-iframe-wrap-h5-popup .ui-iframe-close {
        margin-top: 0;
        margin-left: 0;
        background-image: none;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        position: absolute;
        top: 6px;
        right: 6px;
    }
    .ui-iframe-wrap-h5-popup .ui-iframe-close::before,
    .ui-iframe-wrap-h5-popup .ui-iframe-close::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -1px;
        margin-left: -8px;
        width: 16px;
        height: 2px;
        background-color: #555;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .ui-iframe-wrap-h5-popup .ui-iframe-close::after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
}

