/* 底部 */

#footer {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 278px;
}

#footer .footer-color {
    width: 1920px;
    height: 278px;
    background: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

#footer .footer-color .footer-top {
    width: 1920px;
    height: 241px;
    border-bottom: 1px solid #666666;
    display: flex;
    justify-content: center;
}

#footer .footer-color .footer-top .footer-top-all {
    width: 1200px;
    display: flex;
    justify-content: space-around;
}

#footer .footer-color .footer-top .footer-top-all .footer-top-left {
    width: 280px;
    height: 241px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#footer .footer-color .footer-top .footer-top-all .footer-top-left>img {
    width: 110px;
    height: 42px;
    margin-bottom: 12px;
    margin-top: 40px;
}

#footer .footer-color .footer-top .footer-top-all .footer-top-left .footer-top-QR {
    height: 150px;
    width: 280px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#footer .footer-color .footer-top .footer-top-all .footer-top-left .footer-top-QR .QR-box {
    width: 100px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-right: 80px;
}

#footer .footer-color .footer-top .footer-top-all .footer-top-left .footer-top-QR .QR-box img {
    width: 100px;
    height: 100px;
}

#footer .footer-color .footer-top .footer-top-all .footer-top-left .footer-top-QR .QR-box p {
    width: 100px;
    height: 30px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    color: #EEEEEE;
}

#footer .footer-color .footer-top .footer-top-all .footer-top-right {
    width: 440px;
    height: 241px;
    margin-top: 36px;
    display: flex;
    justify-content: space-around;
}

#footer .footer-color .footer-top .footer-top-all .footer-top-right>div {
    height: 241px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#footer .footer-color .footer-top .footer-top-all .footer-top-right>div a {
    height: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 20px;
    color: #EEEEEE;
    margin-bottom: 28px;
    margin-top: 10px;
}

#footer .footer-color .footer-top .footer-top-all .footer-top-right div ul {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#footer .footer-color .footer-top .footer-top-all .footer-top-right>div ul li {
    height: 19px;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #EEEEEE;
    margin-bottom: 15px;
    cursor: pointer;
}

#footer .footer-color .footer-top .footer-top-all .footer-top-right>div ul a {
    height: 19px;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #EEEEEE;
    margin-bottom: 15px;
    cursor: pointer;
    margin-top: 0;
}

#footer .footer-color .footer-top .footer-top-all .footer-top-right>div p {
    height: 20px;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #EEEEEE;
}

#footer .footer-color .footer-bot {
    height: 37px;
    width: 1920px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .footer-color .footer-bot div {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #666666;
}

#footer .footer-color .footer-bot a {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #999999;
    margin-left: 20px;
}

@media screen and (min-width:1280px) {
    /* 侧边栏二维码 */
    .floornav {
        width: 207px;
        height: 342px;
        background: url(../img/QRCodeWithGreenBackground.svg) no-repeat;
        margin-left: 592px;
        /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.10); */
        display: flex;
        align-items: center;
        flex-direction: column;
        align-content: start;
        z-index: 10;
        position: fixed;
        left: 60%;
        top: 25%;
    }
    #floornav {
        background: url(../img/customerService2.png) no-repeat;
        background-size: 100%;
    }
    .floornav img {
        width: 126px;
        height: 128px;
        margin-top: 78px;
    }
    .floornav button {
        width: 120px;
        height: 28px;
        outline: none;
        border: none;
        cursor: pointer;
        background: #FFFFFF;
        border-radius: 50px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 28px;
        margin-top: 64px;
        color: #00A578;
        text-shadow: 0px 2px 0px rgba(0, 165, 120, 0.2);
    }
    .floornav_text {
        position: absolute;
        bottom: 55px;
        font-size: 15px;
        text-align: center;
        padding: 0 10px;
        color: #00A578;
        line-height: 20px;
        font-family: 'Microsoft YaHei';
        font-weight: bold;
    }
}

.x1_37 {
    animation: one_37 .3s forwards;
}

@keyframes one_37 {
    from {
        left: 45%
    }
    to {
        left: 37%
    }
}

.x1_50 {
    animation: two_44 .3s forwards;
}

@keyframes two_44 {
    from {
        left: 50%
    }
    to {
        left: 44%
    }
}

.x1_55 {
    animation: three_50 .3s forwards;
}

@keyframes three_50 {
    from {
        left: 55%
    }
    to {
        left: 50%
    }
}

.x1_60 {
    animation: fore_53 .3s forwards;
}

@keyframes fore_53 {
    from {
        left: 60%
    }
    to {
        left: 53%
    }
}

.x_45 {
    animation: one .3s forwards;
}

@keyframes one {
    from {
        left: 37%
    }
    to {
        left: 45%
    }
}

.x_50 {
    animation: two .3s forwards;
}

@keyframes two {
    from {
        left: 44%
    }
    to {
        left: 50%
    }
}

.x_55 {
    animation: three .3s forwards;
}

@keyframes three {
    from {
        left: 50%
    }
    to {
        left: 55%
    }
}

.x_60 {
    animation: fore .3s forwards;
}

@keyframes fore {
    from {
        left: 53%
    }
    to {
        left: 60%
    }
}

@media screen and (max-width:1280px) {
    .floornav {
        width: 207px;
        height: 342px;
        background: url(../img/QRCodeWithGreenBackground.svg) no-repeat;
        margin-left: 450px;
        /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.10); */
        display: flex;
        align-items: center;
        flex-direction: column;
        align-content: start;
        position: fixed;
        left: 56.5%;
        top: 25%;
    }
    #floornav {
        background: url(../img/customerService2.png) no-repeat;
        background-size: 100%;
    }
    .floornav img {
        width: 126px;
        height: 128px;
        margin-top: 78px;
        /* margin-left: ; */
    }
    .floornav button {
        width: 120px;
        height: 28px;
        outline: none;
        border: none;
        cursor: pointer;
        background: #FFFFFF;
        border-radius: 50px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 28px;
        margin-top: 64px;
        color: #00A578;
        text-shadow: 0px 2px 0px rgba(0, 165, 120, 0.2);
    }
    .floornav_text {
        position: absolute;
        bottom: 55px;
        font-size: 15px;
        text-align: center;
        padding: 0 10px;
        color: #00A578;
        line-height: 20px;
        font-family: 'Microsoft YaHei';
        font-weight: bold;
    }
}

/* 弹框放大 */
.popIn {
    -webkit-animation: fadeleftIn .4s;
    animation: fadeleftIn .4s;
    -webkit-animation-name: popIn;
    animation-name: popIn;
}

@-webkit-keyframes popIn {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0.5, 0.5, 0.5);
        opacity: 0;
    }
    50% {
        -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        opacity: 1;
    }
}

@keyframes popIn {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0.5, 0.5, 0.5);
        opacity: 0;
    }
    50% {
        -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        opacity: 1;
    }
}

/* 公共样式 */
.display_flex{display: flex;}
.display_column{display: flex;flex-direction: column;}
.display_column_jc{display: flex;flex-direction: column;justify-content: center;}
.display_flex_ac{display: flex !important; align-items: center;}
.display_flex_jc{display: flex;justify-content: center;}
.display_flex_af{display: flex;align-items: flex-end;}
.display_flex_jb{display: flex;justify-content: space-between;}
.display_flex_ac_jb{display: flex;align-items: center;justify-content: space-between;}
.display_flex_ac_jc{display: flex;align-items: center;justify-content: center;}
.display_flex_af_jc{display: flex;align-items: flex-end;justify-content: center;}
.display_flex_wrap{flex-wrap: wrap;display: flex;}
.display_flex_wrap_jb{flex-wrap: wrap;display: flex;justify-content: space-between;}
.display_inline_va_m{vertical-align: middle;display:inline-block;}
.display_none{display: none}
.flex_0{flex:0;}
.flex_1{flex:1;}
.flex_1_5{flex:1.5;}
.flex_2{flex:2;}

/* 右侧浮动按钮 */
.right_btn{position: fixed; top: calc(calc(50vh - 150px));width: 93px;right: 20px;z-index: 1000;}
.right_btn>div+div{margin: 10px 0 0;}
.right_btn>div{height: 93px;width: 93px;text-align:center;background: #fff;box-shadow: 0px 0px 10px rgba(0,0,0,0.1);cursor: pointer;border-radius: 10px;}
.right_btn>div span{font-size: 14px;font-family: PingFang SC;font-weight: bold;color: #333333;display: inline-block;margin: 7px 0 0;}
.right_btn>div p{font-size: 8px;font-family: PingFang SC;font-weight: normal;color: #666666;transform: scale(0.95);white-space:nowrap;margin: 2px 0 0;}
.right_btn .return_top{margin: 30px 0 0;}

/* 客服二维码弹框 */
.shade{background:rgba(0,0,0,.5);position:absolute;z-index:9000;display:none;top: 0;left: 0;right: 0;bottom: 0;}
.shade .login{border-radius:4px;vertical-align:middle;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);padding: 0;background: transparent;width: auto;height: auto;}
.shade .login .bj{max-width: 100%;image-rendering: -webkit-optimize-contrast;max-height: 90vh;}
.shade .login .code{width: 140px;height: 140px;bottom: 46px;left: 114px;position: absolute;z-index: 1;}

/* 动画效果 */
.freeTrial, .contactCustomer, .btn_left, .btn_right,.btn_all,.right_btn>div{transition: 0.2s;}
.freeTrial canvas, .btn_left canvas, .btn_right canvas,.btn_all canvas, .right_btn>div canvas{border-radius: 6px;}
.freeTrial:hover, .contactCustomer:hover, .btn_left:hover, .btn_right:hover, .btn_all:hover ,.right_btn>div:hover{transform: scale(1.1);box-shadow:0 0 10px rgba(0,0,0,.1);}