@import url('font-awesome.css');
body {
    background-color: #f6f7fb;
}
@media screen and (max-width: 1400px) {
    body{
        width: 1400px;
    }
}
.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1366px;
}
.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex ;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.carousel-caption {
    top: 180px;
    bottom: 0;
    text-align: left;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    top: 460px;
    left: unset;
}
.navbar {
    padding: 1rem 1rem !important;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left, 
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 0;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #ff3f3f;
    font-weight: 600;
}
.system-title {
    border-left: 4px solid #ff3f3f;
    padding-left: 8px;
}
#hostGame .col-3,
#jinGanQu .col-3 {
    padding: 8px !important;
}
#hostGame .col-3 .card {
    border: 0 !important;
}
.gw-link:hover {
    color: #ff3f3f;
    text-decoration: none;
    background: url(https://nie.res.netease.com/nie/gw/15v1/img/arrow_h_88eeb95.png) no-repeat right center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-animation: ani-gw-link .3s linear .2s 1 normal 300ms 0 ease;
    -moz-animation: ani-gw-link .3s linear .2s 1 normal 300ms 0 ease;
    -ms-animation: ani-gw-link .3s linear .2s 1 normal 300ms 0 ease;
    -o-animation: ani-gw-link .3s linear .2s 1 normal 300ms 0 ease;
    animation: ani-gw-link .3s linear .2s 1 normal 300ms 0 ease;
    -moz-animation: ani-gw-link .3s linear .2s 1 normal;
    -webkit-animation: ani-gw-link .3s linear .2s 1 normal;
    -o-animation: ani-gw-link .3s linear .2s 1 normal;
    -ms-animation: ani-gw-link .3s linear .2s 1 normal;
    animation: ani-gw-link .3s linear .2s 1 normal;
}
.gw-link {
    position: absolute;
    bottom: 5px;
    right: 20px;
    width: 88px;
    height: 30px;
    display: block;
    background: url(https://nie.res.netease.com/nie/gw/15v1/img/arrow_62e0baf.png) no-repeat right center;
    font: 12px/30px "Micosoft YaHei";
    font-weight: 600;
    text-align: center;
    color: #9f9f9f;
}
.card-img-body {
    background: rgb(185,21,57,70%);
    height: 184px;
    padding: 20px 15px 10px 15px;
    color: #fff;
    /* display: none; */
    margin-top: -184px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 0;
}
.card-img-body .row .col-4 {
    padding: 0 8px !important;
}
.footer {
    padding: 20px 0;
    background: #272a2c;
    min-width: 1260px;
    color: #fff;
    font-size: 12px;
}
.sq_ewm {
    background-size: 100% auto;
    width: 100%;
    height: 225px;
    border-radius: 8px;
}
.sq_ewm .ewm_img {
    text-align: center;
    padding-top: 10%;
    width: 100%;
    height: 225px;
    border-radius: 8px;
    z-index: 9;
    background: rgba(0,0,0,.7);
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.sq_ewm:hover .ewm_img {
    opacity: 1;
}

.gonggao {
    content: "";
    display: block;
    width: 100%;
    min-height: 225px;
    height: 225x;
    padding: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #fff;
    z-index: -1;
    border-radius: 8px;
}
.gonggao p {
    margin-bottom: 5px;
    margin-left: 10px;
    padding-left: 8px;
    font-size: 15px;
}
.yy {
    text-shadow: 0 2px 3px rgb(0 0 0 / 55%);
}
.vip_rectangle {
    float: left;
    width: 6px;
    height: 6px;
    background: #ff3f3f;
    margin-right: 14px;
    margin-top: 10px;
}
.sosuo .btn-outline-success {
    color: #000;
    background-color: #fff;
    border-color: #000;
}
.sosuo .btn-outline-success:hover {
    color: #fff;
    background-color: #ff3f3f;
    border-color: #ff3f3f;
}
.text-danger {
    color: #ff3f3f !important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff3f3f !important;
    outline: 0;
    box-shadow: 0 0 0 0.1rem #ff3f3f86 !important;
}
@keyframes fade {
    from {        
    opacity: 1.0;    
    }
    50% {        
    opacity: 0.4;    
    }
    to {        
    opacity: 1.0;    
    }
}
@-webkit-keyframes fade {    
    from {        
    opacity: 1.0;    
    }
    50% {        
    opacity: 0.4;    
    }
    to {        
    opacity: 1.0;    
    }
}
.headerBox {
    animation: fade 1200ms infinite;    
    -webkit-animation: fade 1200ms infinite;
}
#block2 .row .col .media {
    background-color: #FFF;
}
#block2 .row .col {
    padding: 0 8px !important;
}
#block2 .row .col .media img {
    box-shadow: 1px 1px 5px rgb(66 63 105 / 40%);
}
#block2 .row .col .media .media-body{
    padding-top: 20px;
}

#block2 .row .col .media .btn-group {
    display: none;
    margin-top: -10px;
    
}
#block2 .row .col .media:hover .btn-group {
    display: block;
}
#block2 .row .col .media:hover .media-body{
    padding-top: 0;
}
.jinganqu-block {
    display: none;
}
.active {
    display: block !important;
}
.huiyuan {
    margin-top: -30px;
    background: url('../../theme/89/06/btn.png') no-repeat;
    background-size: 100%;
    width: 220px;
    height: 120px;
    display: block;
}
.huiyuan:hover {
    background: url('../../theme/89/06/btn-hove.png') no-repeat;
    background-size: 100%;
}
.cards {
    color: #fff;
    content: "";
    display: block;
    width: 100%;
    min-height: 140px;
    height: 140px;
    padding: 30px 15px 10px 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #fff;
    z-index: -1;
    border-radius: 8px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* .cards::before {
    content: '';
    position: absolute;
    border-radius: 8px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: -webkit-gradient(linear,left top,right top,from(rgba(3,15,39,.7)),to(rgba(3,15,39,0)));
    background: -webkit-linear-gradient(left,rgba(3,15,39,.7) 0,rgba(3,15,39,0) 100%);
    background: -o-linear-gradient(left,rgba(3,15,39,.7) 0,rgba(3,15,39,0) 100%);
    background: linear-gradient(to right,rgba(3,15,39,.7) 0,rgba(3,15,39,0) 100%);
} */
.cards h5 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}
.cards button {
    width: 90px;
    border-radius: 25px !important;
    color: #000;
    border-color: #000;
}

.cards button:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

.cards:hover {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}
.user-card {
    clear: both;
    margin-bottom: 0px;
    margin-top: 0;
    padding: 0;
    height: 225px;
}
.user-card .user-growth-0 {
    color: #653900;
}
.user-card .user-growth-1 {
    color: #9c4100;
}
.user-card .user-growth-2 {
    color: #4a5463;
}
.user-card .user-growth-3 {
    color: #842200;
}
.user-card .user-growth-4 {
    color: #3d4e5b;
}
.user-card .user-growth-5 {
    color: #441a57;
}
.user-card .user-growth-6 {
    color: #4b5c61;
}
.user-card .user-growth-7 {
    color: #ae3d06;
}
.user-card .user-growth-8 {
    color: #a66832;
}
.user-card .card-content {
    clear: both;
    padding: 20px 20px 20px 10px;
    width: 100%;
    height: 232px;
    border-radius: 10px;
}

.user-card .card-content hr {
    border-color: #FFF;
}

.game-icon:hover {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}

#classifyBtn button {
    margin: 0 4px;
    min-width: 70px;
    border-radius: 25px;
}

/**
*登录框
*/
/* COLORS
========================================== */
        /* MIXINS
========================================== */
        /* KEYFRAMES
========================================== */
@-webkit-keyframes float {
    0% {
        transform: translatey(0px);
        transform: translatex(0px);
    }

    50% {
        transform: translatey(-30px);
        transform: translatex(20px);
    }

    100% {
        transform: translatey(0px);
        transform: translatex(0px);
    }
}

@-moz-keyframes float {
    0% {
        transform: translatey(0px);
        transform: translatex(0px);
    }

    50% {
        transform: translatey(-30px);
        transform: translatex(20px);
    }

    100% {
        transform: translatey(0px);
        transform: translatex(0px);
    }
}

@-o-keyframes float {
    0% {
        transform: translatey(0px);
        transform: translatex(0px);
    }

    50% {
        transform: translatey(-30px);
        transform: translatex(20px);
    }

    100% {
        transform: translatey(0px);
        transform: translatex(0px);
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
        transform: translatex(0px);
    }

    50% {
        transform: translatey(-30px);
        transform: translatex(20px);
    }

    100% {
        transform: translatey(0px);
        transform: translatex(0px);
    }
}

/* 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 (min-width: 768px) {
.sjb{ display:none}
.index4{margin: -350px auto 0 auto;}
}
@media screen and (max-width: 767px) {
    body{
        width: 100%;
    }
    .dnb{ display:none}
    .col-3 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.rightPage {
    display: none;
}

.col-4 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.carousel-caption {
	top: 42px !important;
}

.carousel-item img {
    height: 240px !important;
}

.carousel-indicators {
    top: 219px !important;
}

.fixed-top{ position:fixed!important}
#susuo{ width:100% !important; font-size:14px;}
#classifyBtn{ min-height:30px!important;}
#classifyBtn button {
	margin:1% 0.5%;
	padding: 2px 5px;
	min-width: 75px;
	width: 23%;
	border-radius: 25px;
}
.container-xl{max-width:100%}
.footer {
	padding: 20px 0 80px 0;
	background: #272a2c;
	min-width: 100%;
	color: #fff;
	font-size: 12px;
}
.footer .text-right {
	text-align: center !important;
	max-width: 100%;
	flex: 0 0 100%;
}
.footer .col-7 {
	text-align:center;
	flex: 0 0 100%;
	max-width: 100%;
}
.footer .col-7 p{
    line-height: 22px;
}
.footer .col-12 { display:none}
.navbar-dark .navbar-toggler {
	right: 10px;
	position: absolute;
}
.navbar {
	padding: 0rem 1rem !important;
	background: rgba(43,43,52,.6) !important;
}

.nav-item {
	font-size: 14px;
	width: 25%;
	float: left;
	text-align: center;
}
.navbar-expand-lg .navbar-collapse {

	display: none;

}
.navbar-expand-lg .navbar-collapse.show{width:100%; display:block; position:absolute; top:45px;background: rgba(43,43,52,.6) !important;left: 0;}
.navbar-nav{ display:block}
.carousel-item img{ width:100%; height:400px;}
.modal-body .carousel-item img{ width:100%; height:auto;}
.carousel-indicators {
	position: absolute;
	right: 0;
	top: 360px;
	left: unset;
}
.carousel-caption {
	top: 130px;
	bottom: 0;
	text-align: left;
	right: 12%;
	left: 12%;
}
.d-none{
    display: block !important;
}
.carousel-caption h1{ font-size:22px!important}
.carousel-caption h3{ font-size:16px!important; margin-top:10px}
.carousel-caption h2{ font-size:18px!important; margin-top:10px; margin-bottom:20px}
.carousel-caption .btn-lg, .carousel-caption .btn-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: 0.3rem;
	float: left;
}
.jinganqu-block .col-4,.jinganqu-block .col-8,.jinganqu-block .col-5,.jinganqu-block .col-7 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.jinganqu-block img{ height:auto}
.sq_ewm {
	background-size: 100% auto;
	width: 100%;
	height: 180px;
	border-radius: 8px;
}
.sq_ewm .col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.sq_ewm .ewm_img {

	height:180px;
	opacity: 1;

}
.jinganqu-block .col-6 img{ width:80%}
marquee.float-right{width:100%; margin:0px auto !important; margin-top:-20px !important; }
h1.yy{ font-size:22px}
h3.mt-2{font-size:22px;margin-bottom:30px}
.pb-3 h3{ font-size:16px;}
.ibox-content {width:100%; overflow:scroll}
.ibox-content table{ width:200%;}
.system-title {
	border-left: 2px solid #ff3f3f;
	padding-left: 8px;
	font-size: 18px;
}
#kf .col-4 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.text-center video{height:auto}
.loginscreen .text-center img{ width:100%}



.ui-footer {
    backface-visibility:hidden;
    background-color:#f4f4f4;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    padding:.3rem 0;
}

.ui-footer ul li {
    float:left;
    width:25%;
    text-align:center;
    padding-bottom:0.133333rem;
    color:#333;
}

.ui-footer ul li a{
    color:#333;
    font-size:12px;
}

.ui-footer ul li a i {
    line-height:26px;
    font-size:20px;
    color: #999;
}

.ui-footer ul li a:hover {
    color:#fd8000;
}

.ui-footer ul li a.on i {
    color:#dc3545;
}
.list-group{ display:block}
.list-group li{width:32%; margin:1% 0.5%;  padding:0; float:left; height:45px; line-height:45px; overflow:hidden; border:1px solid #ccc;  border-width:1px!important}
.list-group li .btn{line-height:45px;border:0; }
.list-group li .wansan{line-height:25px;}
.btn .badge {
	position: absolute;
	width: 90%;
	left:5%;
	 height:20px; 
	 top: 23px;
}
.list-group li:nth-child(1),.list-group li:nth-child(2){
display:none;
}
.list-group li a.btn{ padding:0}
.text-center .btn-block {
display: inline-block;
	width: 100%;
	display: none;
}
.card-body hr{ display:none}
.page-scroll{ display:none}
.card {

 border: 0px; 

}
.container-md .col-9 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.container-md .col-9 .row{ margin-left:0;margin-right:0}
.container-md .col-6 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
}
.btn_je {

	float: left;

	width: 100% !important;

	position:static!important;
	margin-left: 0!important;
	margin-bottom: 5px;
}
.pl-5, .px-5 {
	padding: 10px !important;
}
.gonggao {

	width: 100%;
	min-height: 125px;
	padding: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fff;
	z-index:1;
	border-radius: 8px;
}
.gonggao p {
	
	margin-left: 10px;
	padding-left: 0px;
	
}
.user-card {
	height: 190px;
	margin-top: 10px;
}
.user-card .card-content {

	height: 185px;

}
.card-content .mb-2{ display:none}
.bg-muted{ margin-top:0px!important}
#resqr,#sydhjf,#sywths{ font-size:12px;}
}

/*新修改*/

@keyframes animationNamess {
    0% {
        position: absolute;
        top: -5px;
        left: 50%;
        transform: translateX(-50%);
        background-color: red;
    }
    25% {
        position: absolute;
        top: 5px;
        background-color: red;
        left: 50%;
        transform: translateX(-50%);
    }
    50% {
        position: absolute;
        top: -5px;
        background-color: red;
        left: 50%;
        transform: translateX(-50%);
    }
    75% {
        position: absolute;
        top: 5px;
        background-color: red;
        left: 50%;
        transform: translateX(-50%);
    }
    100% {
        position: absolute;
        top: -5px;
        background-color: blue;
        left: 50%;
        transform: translateX(-50%);
    }
}

.btn_dh {
    background-color: #ffc107;
    border: 1px solid #ffc107;
    color: blue;
    font-size: 22px;
    margin-top:20px;
    font-weight:700;
    padding: 10px 15px;
    border-radius: 6px;
    animation: animationNamess 1.5s linear backwards infinite;
}

.topImg img {
    width: 100%;
    max-width: 1920px;
    display: block;
    margin: 0 auto;
    height: 70px;
}

#classifyBtn .btn-outline-dark {
    color: #fff;
    border-color: #fff;
}

@media screen and (max-width: 767px) {
    .wxtextConter {
        display: none !important;
    }
    .seresheight {
        height: 200px;
    }
    .logoutBtn {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .right_mid-autumn,.mid-autumn {
        display: none;
    }
    .homecode {
        /*display: none;*/
    }
    
    .homecode .homecodeArea {
        width:80% !important;
        height: 80% !important;
    }
    
    .fcm16icon img {
        width: 35px;
        top: -118px !important;
        left: 290px !important;
    }
    
    .idcardImg {
        width: 100% !important;    
    }
    
    .flbtn,.jpbtn {
        display: block !important;
        width: 100% !important;
        background-size: 100% 100% !important;
    }
    
    .jpbtn {
        right: 0 !important;
    }
    
    .sosuo {
        position: relative !important;
        top: 0 !important;
    }
}

@media screen and (min-width:768px) {
    .mr-2, .mx-2{
        margin-right: 2.5rem !important;
    }

    h1{
        margin-top: 80px;  
    }

}

.fcm16 {
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    text-align: center;
    background-color: rgb(237,107,95);
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.fcm16icon {
    position: relative;
}

.fcm16icon img {
    position: absolute;
    top: -80px;
    left: 280px;
}

.seresheight {
    position: relative;
    z-index: 2;
}

#flip {
    font-size: 14px;
    color: rgb(159, 159, 159);
    animation: just 2s ease-in-out infinite alternate;
}
#flip:hover {
    animation-play-state: paused;
}
.btn-lg-index, .btn-group-lg > .btn {
  padding: 1.1rem 1.1rem;
  font-size: 1.95rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.nav-item{
    font-size: 16px;
}
@keyframes just{
    0%{
        color: rgb(159, 159, 159);
    }
    100%{
        color: rgba(255,0,0,1);
    }
}
.card:hover .card-img-body {
    opacity: 1;
}

#mengcheng {
    display: none;
}

.navbar-nav li a{
    font-size: 18px;
}

@keyframes animationName {
    0% {
        position: absolute;
        top: 75px;
        background-color: red;
    }
    25% {
        position: absolute;
        top: 85px;
        background-color: red;
    }
    50% {
        position: absolute;
        top: 75px;
        background-color: red;
    }
    75% {
        position: absolute;
        top: 85px;
        background-color: red;
    }
    100% {
        position: absolute;
        top: 75px;
        background-color: blue;
    }
}

.carousel-control-prev, .carousel-control-next {
    height: 200px;
    top: 50%;
    transform: translateY(-50%);
}

.navbar-dark .navbar-nav .active > .nav-link {
    color: white;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ff3f3f;
    font-weight: 600;
}

.wxtextConter {
    width: 193px;
    /*height: 232px;*/
    /* border: 1px solid #3fa1e5; */
    border-radius: 5px;
    background: #fff;
    position: fixed;
    right: 34px;
    bottom: 15%;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /* display: none; */
    z-index: 999999999;
    padding: 13px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #eee;
    /*display: none;*/
}

.wxtextConter .wxjt {
    position: absolute;
    top: 20px;
    right: -7px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    -webkit-transform: rotate(45deg);
    font-family: 'Microsoft Yahei', '微软雅黑', SimHei,'黑体';
}

.wxtextConter .wxcode {
    width: 168px;
    /*height: 168px;*/
}
.wxtextConter p {
    font-size: 14px;
    font-family: '黑体';
    margin-top: 5px;
    text-align: center;
    color: #FF8E18;
    text-shadow: none;
}

.hoverGreen {
    background-color:blue;
    /*border:1px solid green;*/
    animation: animationName 1.5s linear backwards infinite;
}

.hoverGreen:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.idcardImg {
    width: 100vw;
    max-width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.idcardImg img {
    width: 100%;
}

.rtlabel {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.rtlabel img {
    width: 100%;
}

.ltlabel {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.ltlabel img {
    width: 100%;
}

.rtlabelText {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    background-color: red;
    color: #fff;
}

.flbtn,.jpbtn {
    display: inline-block;
    width: 541px;
    height: 109px;
    background-size: 100% 100%;
}

.flbtn {
    background: url(../../static/images/index2/3.gif) no-repeat;
    position: relative;
    left: 0;
    top: 0;
}

.jpbtn {
    background: url(../../static/images/index2/1.gif) no-repeat;
    position: relative;
    right: -240px;
    top: 0;
}

.flbtn:hover {
    background: url(../../static/images/index2/4.gif) no-repeat;
}

.jpbtn:hover {
    background: url(../../static/images/index2/2.gif) no-repeat;
}

.fptitle {
    position: relative;
    z-index: 2;
    margin-top: 0px;
}