
.footer {
    width: 100%;
    height: 144px;
    background: url(../images/indexapp/footer_bg.png) center top no-repeat rgb(0, 0, 0);
}

.footer-inner {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 144px;
    width: 1920px;
    justify-content: center;
}

.footer-inner .notice {
    margin-left: 260px;
}

.footer-inner .logo {
    margin-left: 260px;
}

.footer-inner .notice2 {
    margin-left: 210px;
}

.footer-inner .notice p,
.footer-inner .notice2 p {
    color: rgb(231, 231, 231);
    font-size: 12px;
}

.footer-inner .notice p a,
.footer-inner .notice2 p a {
    color: rgb(231, 231, 231);
    font-size: 12px;
}

.footer-inner .records {
    -webkit-box-pack: justify;
    display: flex;
    justify-content: space-between;
    margin-left: 69px;
    width: 175px;
    position: relative;
    margin: 10px auto 35px;
}

.footer-inner .records img {
    height: 55px;
}

/* POP-UP
========================================== */
.pop-up {
    position: absolute;
    /*top: 480px;*/
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    overflow-y: auto;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

@media (min-width: 768px) {
    .pop-up {
        width: calc(100% - 40px);
        height: auto;
        max-width: 900px;
    }
}

.pop-up .content {
    width: 100%;
    max-width: 900px;
    overflow: hidden;
    text-align: center;
    position: relative;
    min-height: 100vh;
}

@media (min-width: 768px) {
    .pop-up .content {
        min-height: inherit;
    }
}

.pop-up .content .container {
    padding: 100px 20px 140px;
}

@media (min-width: 568px) {
    .pop-up .content .container {
        padding: 50px 20px 80px;
    }
}

@media (min-width: 768px) {
    .pop-up .content .container {
        padding: 70px 0px 90px;
        max-width: 520px;
        margin: 0 auto;
    }
}

.pop-up .content .close {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
    color: #3e4146;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

    .pop-up .content .close:hover {
        cursor: pointer;
        color: #f66867;
    }

.pop-up .content .dots .dot {
    position: absolute;
    border-radius: 100%;
    z-index: 11;
}

    .pop-up .content .dots .dot:nth-of-type(1) {
        top: -80px;
        right: -80px;
        width: 160px;
        height: 160px;
        background-color: #689bf6;
        -webkit-animation: float 6s ease-in-out infinite;
        -moz-animation: float 6s ease-in-out infinite;
        -o-animation: float 6s ease-in-out infinite;
        animation: float 6s ease-in-out infinite;
    }

@media (min-width: 768px) {
    .pop-up .content .dots .dot:nth-of-type(1) {
        top: -190px;
        right: -190px;
        width: 380px;
        height: 380px;
    }
}

.pop-up .content .dots .dot:nth-of-type(2) {
    bottom: -120px;
    left: -120px;
    width: 240px;
    height: 240px;
    background-color: #f66867;
    -webkit-animation: float 8s ease-in-out infinite;
    -moz-animation: float 8s ease-in-out infinite;
    -o-animation: float 8s ease-in-out infinite;
    animation: float 8s ease-in-out infinite;
}

.pop-up .content .dots .dot:nth-of-type(3) {
    bottom: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background-color: #ffd84c;
    -webkit-animation: float 4s ease-in-out infinite;
    -moz-animation: float 4s ease-in-out infinite;
    -o-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite;
}

.pop-up .content .title h1 {
    text-align: center;
    color: #f66867;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2.8rem;
    letter-spacing: 0.05rem;
}

.pop-up .content img {
    width: 100%;
    max-width: 220px;
    display: inline-block;
    margin: 30px 0 40px 0;
    opacity: 0;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-backface-visibility: hidden;
}

@media (min-width: 768px) {
    .pop-up .content img {
        max-width: 300px;
    }
}

.pop-up .content .subscribe h1 {
    font-size: 1.5rem;
    color: #3e4146;
    line-height: 130%;
    letter-spacing: 0.07rem;
    margin-bottom: 30px;
}

    .pop-up .content .subscribe h1 span {
        color: #f66867;
    }

.pop-up .content .subscribe form {
    overflow: hidden;
}

    .pop-up .content .subscribe form input {
        width: 100%;
        float: left;
        padding: 15px 20px;
        text-align: center;
        font-family: inherit;
        font-size: 1.1rem;
        letter-spacing: 0.05rem;
        outline: 0;
    }

        .pop-up .content .subscribe form input[type=email] {
            margin-bottom: 15px;
            border: 1px solid #bec1c5;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
        }

@media (min-width: 768px) {
    .pop-up .content .subscribe form input[type=email] {
        margin-bottom: 0px;
        width: 75%;
        border-right-width: 0px;
    }
}

.pop-up .content .subscribe form input[type=email]:focus {
    border-color: #3e4146;
}

.pop-up .content .subscribe form input[type=button] {
    background-color: #8e6ac1;
    color: #ffffff;
    border: 1px solid #8e6ac1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@media (min-width: 768px) {
    .pop-up .content .subscribe form input[type=button] {
        width: 25%;
    }
}

.pop-up .content .subscribe form input[type=button]:hover {
    cursor: pointer;
    background-color: #7349af;
    border-color: #7349af;
}

.pop-up.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

    .pop-up.open img {
        opacity: 1;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }

/*生成的二维码里面的img标签宽高自适应*/
#myCode img{
    width: 250px;
    height: 250px;
    overflow: hidden;
    text-align: center;
    margin: 20px auto;
}
/*一开始生成的canvas也要进行宽高自适应*/
#myCode canvas{
    width: 250px;
    height: 250px;
}
.ue-scroll {
    display: none;
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    cursor: pointer;
    top: auto;
    right: 40px;
    bottom: 50px;
    left: auto;
    z-index: 1;
    width: 50px;
    height: 50px;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 50%
}

.ue-scroll.btn-black {
    background-color: rgb(94, 91, 91);
}
.ue-scroll.btn-black:hover {
    background-color: #ff3f3f;
}

.ue-scroll.btn-gray {
    background-color: #999
}

.ue-scroll.btn-white {
    background-color: #fff
}

.ue-scroll.border-black {
    border: 1px solid #000
}

.ue-scroll.border-white {
    border: 1px solid #fff
}

.ue-scroll.border-gray {
    border: 1px solid #999
}

.ue-scroll.arrow-black {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGUAAAA0CAYAAACTrvadAAADOklEQVR42u1bz0tUURQ+jYajUTiUMItxYbjISBdCEajYREFiYAgOQbYxV7bJVjVLdwmtZHDlxp07EfdBCEK7Fi1btZpt/8DrXryvXtPM9N79zvtx3zsffAjK3Hff+ea9e75zjkTuY17xm+FHxUESpIoVRa+Dx4pXJDTpYKOLID6/KN6QECWHS4rNPoL4/K44IeGKH/q8aIUQJMhpCVt8GDHnhWfBBxI+flTMOeEBXJMw8qFm0l2PgVsSThxTim0mQXzumGRBYIF7zGIEeag4JCGOhqUYBfF5pnhNQh0O6wkI4vOrYlVC3t8Uvk1QEJ/6zLol4e8uyC4QWO3e75uftmvcFRn+YMgcvLbBPA/UuUbNWWG71pLIcXHQIkE8UhzuWLNsfm+75nqRBamag9Y2eB+od+9k0Pzddu13RfQyk6Ap3A4RNDRx2KUCNcxmwWzpeYIpti6AjuRdkEegIA8tr/sUuKYuhFbyKsga6CVmwOvrlPmn5fV1QbSWN0G2AEF+EF8H8TZwlunP3cmLKdxh8iBcGAdN5pzLgujMZZ/Zg3DhuhHcdm/PXDWFpzF5EC5owU+APW66JMgYaApfJ2jctPB7lPOG2QT4vm6ksOeS4ntgz/tZNpnToAepp7z/TWDvnyiDDbPFlD0IF1YpJw2zFcL6IOMZ+4LVwfuZJIcf+bMMly9mAffvmc+nYgqblE0PwgW0kv04aVPYomx7EC5UwWzyRRKb1P/3cUxueBAuXFX8DNzzmzjvGZ3nbZC7uKx4QFjDrMS9KXSet07uY4CwFrMeDilzbQaZ582SB+FKcLbTzjjncuZBuIC0mKGG2XJOPQgXnoBVjKmoF3yZcw/CBaTFHLphho7luORBuIC0mD3zRuqJEmHzvC56EM7sFDGZG90WLRM2z9sggT5DkRZzM/ilrhA2z7sgevzGMGFzzC3/9W9rCtvmfSr4tzaItJh1w8zag9Qk/n3PZ9sWs+77R57tLYIH4cKriLHdC9bIwjr3A876TUEQtsV8ZOprf6Ee4rEakBhbYeE/sT3t5++WxYPEhpkeJvM8TAWk83FblXiy4SZdDKwHE6bRKLWvtniQWDBmxNDx7Tq8/gth0QtD0LQNngAAAABJRU5ErkJggg==)
}

.ue-scroll.arrow-white {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGUAAAA0CAYAAACTrvadAAADWUlEQVR42u1av2sUURBek0juEpQcGrjiUigpkqApDpSDGPREwRBBOcghGJuYKjYmlV55XQ6swpEqjZ2dSHpBhICdhaWV1bX+AfecJy8xnLu3t++b/T0fDAsHuztvvr335psZx0k5lFJ3yH5o6/f77+g64QhiJeSJGgAR85Eu0xKdeAjZUt74RnZVohQdGRfIWsofP8muScTCJ2SCrKuC4aZELjxCpsx5YYN7EkF+QkrmnECwIZHkI6RiUl4O7EhEcUIWyXqKF22dLEh07Qi5rUICnU3v6TIpUQ5GyJoKH1/JLku0RyNkU0WH72RlifpwUbinooc+sxaEAXdCOkBgtXqvmastbgkT/wiZNAevLU5O61x0nTFnhS3WhBA6aMEgfiArDjyzYH63xWaeCSmbg9YW+169E1Mj2wee/SZ3WoYWPA+Kwl2/oDEkDp3cNMxooVUwW3oWVYptCqBTWSfkAUjIfcv3PgbeqQuhpawSsgFqiWXw/TX68n9bvl8XRCtZI2QH2EJ+cXUQ6TlLwFmm77uRFVHY5tAgjD7NgSJzJc2E6LT0kFODMPp2xRBui6dpFYXHYWgQRh+LtDV+AnzcThMhs6AofBWVcDP/5oNMN8z0gQzu180YfB4jewv4fJhYkalHeUANUo/Z/20gQ/ycuIYZOXQ3Tg3CuI5GJhpmbvO8Afsgcwn7wOrgeuadtP7lTcm+lNCtuAqof41qXKKwlUQNkqBK9sOoRWE3yRqEca1lMJt8HoWT08A8b6QahHHNl8i+AGt+HdqaGeZ5m05KQb5fJDsCG2Zj3E6h87x1J+WgNYwjLWYzHFLgcgaZ502MBmFMcHZjzTh1mTpLGoSRHGSK075hRjeuZ1GDMBLzCKxiLAZ94YssaxBGYmqgyFwZdc/cy4MGYSQGaTFrrPuVsDt50iDM2SkiMrfcHloA53mbTs5hdBzSYm6dfdTmYcg876ojOI1lEZxj7v7d/gFRqPfRJaHCtTZo3WLWDTMH0CAVoWDo+WzbYm7bzPZmXoMwkvMyYGwPzmpkAZT7EVv9Jj/ENALou/HBm/3aoO3/bhKMSsyqT2yPPfXdkNJKbjUIIzHLHiLzxLcC4vJ3a0hI2Yi5bgbWzydMM0FqXz3RIKEQM2vI6HkNr/8Bm6ReqxbVux8AAAAASUVORK5CYII=)
}

.ue-scroll.shadow {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.ue-scroll.circle {
    border-radius: 50%
}

.ue-scroll.rounded-rectangle {
    border-radius: 20%
}

.ue-scroll.square {
    border-radius: 0
}
.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}
.ibox-content {
    position: relative;
    clear: both;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}

@media screen and (max-width: 767px) {
    footer .footer {
        display: none;
    }
    
    footer {
        margin-bottom: 140px;
    }
}