span.emotion {
    width: 42px;
    height: 20px;
    padding-left: 20px;
    cursor: pointer
}

span.emotion:hover {
    background-position: 2px -28px
}

.qqFace {
    margin-top: 4px;
    background: #fff;
    padding: 2px;
    border: 1px #dfe6f6 solid;
}

.qqFace table td {
    padding: 0px;
    text-align: center;
}

.qqFace table td img {
    cursor: pointer;
    border: 1px #fff solid;
}

.qqFace table td img:hover {
    border: 1px #0066cc solid;
}

input#uploaderInput {
    width: 35px;
    overflow: hidden;
}

.cgi-foot-links {
    width: 100%;
    max-width: 800px;
    height: 60px;
    border-top: solid 1px #ddd;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
    background: #fff;
    background-image: -webkit-linear-gradient(to top, #eee, #fff);
    background-image: linear-gradient(to top, #eee, #fff);
    position: fixed;
    bottom: 0;
    z-index: 998
}

.cgi-foot-links ul li {
    float: left;
    width: 20%;
    text-align: center
}

.cgi-foot-links ul li a {
    font-size: 15px;
    color: #555
}

.cgi-foot-links ul li a.hover {
    color: #f00
}

.cgi-foot-links ul li a span {
    height: 34px;
    display: block
}

.cgi-foot-links ul li a span.home {
    background: url(https://884695.com/assets/img/cfl1.png) 50% 8px no-repeat;
    background-size: auto 25px
}

.cgi-foot-links ul li a span.list {
    background: url(https://884695.com/assets/img/list.png) 50% 8px no-repeat;
    background-size: auto 25px
}

.cgi-foot-links ul li a span.wechat {
    background: url(https://884695.com/assets/img/wechat.png) 50% 8px no-repeat;
    background-size: auto 25px
}

.cgi-foot-links ul li a span.cfl4 {
    background: url(https://884695.com/assets/img/cfl4.png) 50% 8px no-repeat;
    background-size: auto 25px
}

.cgi-foot-links ul li a span.bag {
    background: url(https://884695.com/assets/img/bag.png) 50% 8px no-repeat;
    background-size: auto 25px
}

.cgi-foot-links ul li a.hover span.home {
    background: url(https://884695.com/assets/img/cfl1-2.png) 50% 8px no-repeat;
    background-size: auto 25px
}

.cgi-foot-links ul li.cfl-more {
    width: 20%;
    height: 60px;
    display: block;
    position: relative;
}

.cgi-foot-links ul li.cfl-more a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: url(https://884695.com/assets/img/cfl-more.png) no-repeat center;
    background-size: 100%;
    border-radius: 35px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -35px;
    overflow: hidden;
    text-indent: -999999px;
}

#allsite {
    position: fixed;
    max-width: 800px;
    width: 100%;
    bottom: 60px;
    z-index: 1000;
    display: none;
    padding: 5px 0;
    font-size: 14px;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    line-height: 30px
}

#allsite ul li {
    width: 20%;
    float: left
}

#allsite ul li a {
    color: #fff
}

.notice {
    border: 1px solid #f5b501;
    border-left: 0;
    padding: 0 5px;
    font-size: 14px !important;
    line-height: 24px !important;
    position: fixed !important;
    bottom: 400px !important;
    color: #ff0202 !important;
    background: #fff30d;
    z-index: 999 !important;
    border-radius: 0 10px 10px 0;
    animation: leftin 20s ease-in-out 0s infinite running forwards;
}

.tzBtn {
    padding: 5px !important;
    margin: 0 !important;
    text-decoration: none !important;
    border: 5px solid #ff0202 !important;
    width: 50px !important;
    height: 50px !important;
    font-size: 17px !important;
    line-height: 24px !important;
    text-align: center !important;
    position: fixed !important;
    bottom: 150px !important;
    color: #ff0202 !important;
    background: #fff30d;
    z-index: 999 !important;
    right: 6px !important;
    border-radius: 50% !important;
    font-weight: 700 !important;
    animation: pulse 2s ease-in-out 0s infinite running forwards;
}

.redbag {
    position: fixed;
    bottom: 400px;
    animation: leftin 20s ease-in-out 0s infinite running forwards;
}

.tzHide {
    position: fixed;
    bottom: 210px;
    right: 0px;
    text-align: center;
    border-radius: 50%;
    background: rgb(255, 2, 2);
    color: rgb(255, 255, 255);
    width: 22px;
    font-weight: normal;
    height: 23px;
    line-height: 20px;
    display: none;
    z-index: 999
}
html {
    scroll-behavior: smooth;
}

@media only screen and (min-width: 700px) {
    .tzBtn {
        width: 160px !important;
        height: 160px !important;
        right: 10px !important;
        font-size: 55px !important;
        line-height: 75px !important;
    }
}
}

@keyframes xz {

    0,
    75% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        writing-mode: lr-tb;
    }

    75% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        writing-mode: lr-tb;
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        writing-mode: lr-tb;
    }
}

@keyframes leftin {

    0%,
    40% {
        transform: translate(-500px, 0px);
        -webkit-transform: translate(-500px, 0px);
        -moz-transform: translate(-500px, 0px);
        -o-transform: translate(-500px, 0px);
        -ms-transform: translate(-500px, 0px);
    }

    50% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
    }

    60% {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
    }

    100% {
        transform: translate(-500px, 0px);
        -webkit-transform: translate(-500px, 0px);
        -moz-transform: translate(-500px, 0px);
        -o-transform: translate(-500px, 0px);
        -ms-transform: translate(-500px, 0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}


.KJ-TabBox ul {
    width: 100%;
}

.KJ-TabBox ul,
.KJ-TabBox li {
    margin: 0;
    list-style: none;
    padding: 0;
    border: 0;
    font-size: 1em;
    text-align: left;
}

.KJ-TabBox li {
    display: inline-block;
    /* border: 1px solid darkgrey; */
    /* padding: 5px; */
    border-bottom: 0;
    color: darkgrey;
    cursor: pointer;
    
}

.KJ-TabBox li {
    border-left: none;
    text-align: left
}

.KJ-TabBox li:first-child {
    border-left: solid 1px;
}

.KJ-TabBox li.cur {
    color: limegreen;
    font-weight: bold;
    /* background-color: white; */
    cursor: default;
    border-color: limegreen;
    border-left: solid 1px;
    border-right: solid 1px;
}

.KJ-TabBox div {
    border-top: 1px solid gainsboro;
    border-bottom: none !important;
    margin-top: -1px;
    display: none;
}

.KJ-TabBox div.cur {
    display: block !important;
    border-color: limegreen;
}

.KJ-TabBox .KJ-IFRAME {
    background: white;
}

#twlh_kj,
#am_kj,
#xg_kj {
    width: 100%;
}

#q,
#nextQiShu {
    color: red;
}

.kj-lotto {
    padding: 0 2%;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-family: Arial, '微软雅黑';
}

.kj-lotto a {
    text-decoration: none;
}

.kj-lotto ul {
    margin: 0;
    padding: 0;
}

.kj-lotto ul li {
    list-style: none;
}

.kj-lotto .kj-lotto-tit {
    height: 46px;
    line-height: 46px;
    display: flex;
    justify-content: space-between;
}

.kj-lotto-tit2 a {
    color: #f00;
}



.kj-lotto-box {
    padding: 0 5px !important;
    display: flex;
    justify-content: space-between;
}

.kj-lotto-box li {
    width: 11%;
    height: 115px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 12px;
    /* border: solid 1px #ddd;
    box-sizing: border-box; */
    /* border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: linear-gradient(to top, #eee, #fff); */
}

.kj-lotto-box span {
    width: 61px;
    height: 61px;
    line-height: 61px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    text-align: center;
    background-size: 100% 100% !important;
}



.kj-lotto-box .kj-lotto-red {
    background: url(../images/ball-red.png) top center no-repeat;
    /* box-shadow: 0 0 10px rgba(255, 0, 0, 0.58);
    border-color: red; */
    background-size: contain;
}

.kj-lotto-box .kj-lotto-blue {
    background: url(../images/ball-blue.png) top center no-repeat;
    /* box-shadow: 0 0 10px rgb(0, 160, 233);
    border-color: #00a0e9; */
    background-size: contain;
}

.kj-lotto-box .kj-lotto-green {
    background: url(../images/ball-green.png) top center no-repeat;
    /* box-shadow: 0 0 10px rgba(0, 128, 0, 0.58);
    border-color: green; */
    background-size: contain;
}

.kj-lotto-box li:last-child {
    margin-left: 10px;
}

.kj-lotto-box li em {
    display: block;
    line-height: 1;
    color: #000;
    margin-top: 10px;
    font-style: normal;
    text-align: center;
}

.kj-lotto .kj-lotto-box {}

.kj-lotto .kj-lotto-foot {
    height: 46px;
    line-height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kj-lotto .kj-lotto-foot1 {}

.kj-lotto .kj-lotto-foot2 {}

.kj-lotto .kj-lotto-foot2 a {
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    background: linear-gradient(to top, #c10000, #f00);
    text-decoration: none;
}

@media screen and (max-width:800px) {
    .kj-lotto {
        font-size: 15px;
    }

    .kj-lotto .kj-lotto-tit {
        height: 40px;
        line-height: 40px;
    }

    .kj-lotto-box li {
        height: 100px;
        padding-top: 10px;
        border-radius: 8px;
        box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    }

    .kj-lotto-box li span {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    .kj-lotto-box li em {
        margin-top: 10px;
    }

    .kj-lotto-foot {
        height: 40px;
        line-height: 40px;
    }

    .kj-lotto-foot2 a {
        width: 70px;
        height: 26px;
        line-height: 26px;
    }
}

@media screen and (max-width:650px) {
    .kj-lotto {
        font-size: 14px;
    }

    .kj-lotto .kj-lotto-tit {
        height: 36px;
        line-height: 36px;
    }

    .kj-lotto-box li {
        height: 90px;
        padding-top: 10px;
        border-radius: 6px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    }

    .kj-lotto-box li em {
        margin-top: 10px;
    }

    .kj-lotto-box li span {
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 18px;
    }

    .kj-lotto .kj-lotto-foot {
        height: 36px;
        line-height: 36px;
    }

    .kj-lotto .kj-lotto-foot2 a {
        width: 66px;
        height: 24px;
        line-height: 24px;
    }
}

@media screen and (max-width:500px) {
    .kj-lotto {
        font-size: 13px;
    }

    .kj-lotto .kj-lotto-tit {
        height: 32px;
        line-height: 32px;
    }

    .kj-lotto .kj-lotto-box ul li {
        height: 76px;
        padding-top: 7px;
        border-radius: 6px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    }

    .kj-lotto .kj-lotto-box ul li span {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
    }

    .kj-lotto .kj-lotto-box ul li em {
        margin-top: 8px;
    }

    .kj-lotto .kj-lotto-foot {
        height: 32px;
        line-height: 32px;
    }

    .kj-lotto .kj-lotto-foot2 a {
        width: 60px;
        height: 22px;
        line-height: 22px;
    }
}

@media screen and (max-width:450px) {
    .kj-lotto {
        font-size: 12px;
    }

    .kj-lotto-tit {
        height: 32px;
        line-height: 32px;
    }

    .kj-lotto-box li {
        height: 70px;
        padding-top: 7px;
        border-radius: 6px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    }

    .kj-lotto-box li span {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }

    .kj-lotto-box li em {
        margin-top: 8px;
    }

    .kj-lotto-foot {
        height: 32px;
        line-height: 32px;
    }

    .kj-lotto-foot2 a {
        width: 50px;
        height: 20px;
        line-height: 20px;
    }
}

@media screen and (max-width:400px) {
    .kj-lotto {
        font-size: 12px;
    }

    .kj-lotto-tit {
        height: 30px;
        line-height: 30px;
    }

    .kj-lotto-box li {
        height: 68px;
        padding-top: 6px;
        /* border-radius: 6px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1); */
    }

    .kj-lotto-box li span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }

    .kj-lotto-box li em {
        margin-top: 5px;
    }

    .kj-lotto-foot {
        height: 30px;
        line-height: 30px;
    }

    .kj-lotto-foot2 a {
        width: 46px;
        height: 20px;
        line-height: 20px;
    }
}

@media screen and (max-width:350px) {
    .kj-lotto {
        font-size: 12px;
    }

    .kj-lotto-tit {
        height: 30px;
        line-height: 30px;
    }

    .kj-lotto-box li {
        height: 60px;
        padding-top: 6px;
        border-radius: 6px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    }

    .kj-lotto-box li span {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }

    .kj-lotto-box li em {
        margin-top: 5px;
    }

    .kj-lotto-foot {
        height: 30px;
        line-height: 30px;
    }

    .kj-lotto-foot2 a {
        width: 46px;
        height: 20px;
        line-height: 20px;
    }
}

.alertBox {
    border: 1px solid #B1B1B1;
    position: absolute;
    bottom: 0px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    background-color: crimson;
    text-align: center;
    color: white;
    text-decoration: none;
    display: none;
    line-height: 1.4rem;
    font-size: .9rem;
}
.waibox {
    text-align: center;
    background: linear-gradient(to top, #9C27B0, #673AB7);
    line-height: 55px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: none;
}

.waibox a:link {
    text-decoration: none;
}

.waibox .location_to {
    padding: 10px;
    background: beige;
    border-radius: 15px;
    color: #f44336;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 2px 2px 1px #f44336;
}