.popinfo {
    position: absolute;
    left: 40%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
    opacity: 0;
    filter: alpha(opacity=0);
    line-height: 200%;
    border-radius: 2px;
    padding: 5px 15px;
    font-size: 12px;
    box-shadow: 1px 0 3px #aaa;
    font-family: tahoma, arial, 'Hiragino Sans GB', "\5b8b\4f53", sans-serif;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: -1;
    font-size: 16px;
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label:empty,
.badge:empty {
    display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-success,
.badge-success {
    background-color: #2C4D84;
    color: #FFF;
}

.label-success[href],
.badge-success[href] {
    background-color: #FAA00A;
}
.banner {
    position: relative;
}

.out-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 50;
}
.out-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    width: 80%;
    margin: 0 auto;
    max-width: 660px;
    padding: 15px 15px 0;
}
.out-panel .out-close {
    position: absolute;
    right: 20px;
    top: -20px;
    width: 40px;
}
.out-panel .out-bg {
    width: 100%;
}
.out-panel .game-down {
    position: absolute;
    display: block;
    width: 50%;
    height: 20%;
    bottom: -20px;
    left: 25%;
}
.out-panel .game-down {
    background-image: url(https://xishi88.oss-accelerate.aliyuncs.com/page01/static/btn02.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
a[title="站长统计"] {
    display: none;/*  */
}
.kf{
    position: fixed;
    right: 0;
    top: 50%;
}
img {
    pointer-events: none;
}