html {
    min-width: 1210px;
    height: 100%;
}

body {
    background: url("../img/fon-bg-top.jpg"/*tpa=http://www.1388mu.com/templates/SkeletonLord/img/fon-bg-top.jpg*/) center top no-repeat,url("../img/fon-bg-bottom.jpg"/*tpa=http://www.1388mu.com/templates/SkeletonLord/img/fon-bg-bottom.jpg*/) center bottom no-repeat;
    background-color: #000000;/*#151518*/
    /*background: #000000 url('../img/background.jpg') no-repeat top center;*/
    /*background-size: cover;*/
    color: #333;
    font-size: 16px;
    font-family: 'Noto Sans HK', sans-serif;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}
.more{
    color: #7a7a7a;
    background-color: #e9ecef;
}
.light {
    float: left;
    width: 290px;
    height: 297px;
    position: absolute;
    top: -143px;
    left: 355px;
    animation-name: light;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: 1;
    background: url("../img/light.png"/*tpa=http://www.1388mu.com/templates/SkeletonLord/img/light.png*/) no-repeat;
}
@keyframes light {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
.big-light {
    width: 355px;
    height: 364px;
    position: absolute;
    right: -40px;
    top: -150px;
    animation-name: big-light;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: 1;
    background: url("../img/big-light.png"/*tpa=http://www.1388mu.com/templates/SkeletonLord/img/big-light.png*/) no-repeat;
}
@keyframes big-light {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.sparks-sparks {
    right: -210px;
    position: absolute;
    top: 365px;
    z-index: 1;
}

.sparks {
    background-repeat: no-repeat;
    background-position: left 0 bottom 0;
    position: absolute
}

.sparks-1 {
    background-image: url("../img/sparks-1.png"/*tpa=http://www.1388mu.com/templates/SkeletonLord/img/sparks-1.png*/);
    width: 117px;
    height: 136px;
    right: 200px;
    bottom: 30px;
    background-position: left 0 bottom 0;
    animation-name: sparks-1;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.sparks-2 {
    background-image: url("../img/sparks-2.png"/*tpa=http://www.1388mu.com/templates/SkeletonLord/img/sparks-2.png*/);
    width: 219px;
    height: 176px;
    right: 200px;
    bottom: 60px;
    background-position: left 0 bottom 0;
    animation-name: sparks-2;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: .5s;
    opacity: 0
}

.sparks-3 {
    background-image: url("../img/sparks-3.png"/*tpa=http://www.1388mu.com/templates/SkeletonLord/img/sparks-3.png*/);
    width: 438px;
    height: 281px;
    right: 100px;
    bottom: 70px;
    background-position: left 0 bottom 0;
    animation-name: sparks-3;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s;
    opacity: 0
}
.User td {
    cursor: pointer;transition: all 0.3s;
    width: 100%;
}
.User td:hover{
    transform: scale(1.05);
    color: #fff !important;
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
    text-align: center;
}
.User>td>a{
    display: block;
    text-align: center;
}

@keyframes sparks-1 {
    0% {
        right: 200px;
        bottom: 10px;
        opacity: 0
    }

    33% {
        right: 210px;
        bottom: 20px;
        opacity: .5;
        transform: scale(1.1)
    }

    70% {
        right: 220px;
        bottom: 30px;
        opacity: 1;
        transform: scale(1.1)
    }

    100% {
        right: 230px;
        bottom: 40px;
        opacity: 0;
        transform: scale(1.1)
    }
}

@keyframes sparks-2 {
    0% {
        right: 210px;
        bottom: 40px;
        opacity: 0
    }

    33% {
        right: 220px;
        bottom: 50px;
        opacity: .5;
        transform: scale(1.1)
    }

    70% {
        right: 230px;
        bottom: 60px;
        opacity: 1;
        transform: scale(1.1)
    }

    100% {
        right: 240px;
        bottom: 70px;
        opacity: 0;
        transform: scale(1.1)
    }
}

@keyframes sparks-3 {
    0% {
        right: 120px;
        bottom: 30px;
        opacity: 0
    }

    33% {
        right: 140px;
        bottom: 50px;
        opacity: .5;
        transform: scale(1.1)
    }

    70% {
        right: 160px;
        bottom: 70px;
        opacity: 1;
        transform: scale(1.1)
    }

    100% {
        right: 180px;
        bottom: 90px;
        opacity: 0;
        transform: scale(1.1)
    }
}

img {
    border: 0px;
}

input[type=text], input[type=password], input[type=number] {
    background: #fafafa;
    border: 1px solid #e3e3e3;
    color: #666;
}
input[type=text]:focus, input[type=password]:focus, input[type=number]:focus {
    border: 1px solid #ccc;
}

#header {
    width: 100%;
    margin: 0px auto;
    padding: 80px 0px;
    text-align: center;
    color: #fff;
}

#container {
    background: url("../img/container-bg.jpg"/*tpa=http://www.1388mu.com/templates/SkeletonLord/img/container-bg.jpg*/);
    width: 1280px;
    height: auto;
    margin: 0px auto;
    /* padding: 20px 0px; */
}

#content {
    width: 100%;
    overflow: auto;
    min-height: 500px;
    padding: 10px 5px 0px 5px;
}

.footer {
    border-top: 1px solid #d3d3d3;
    background: #efefef;
    background-size: cover;
    font-family: 'Noto Sans HK', sans-serif;
    width: 100%;
    font-size: 14px;
    color: #777777;
    padding: 20px 0px;
    overflow: auto;
}

#footer_container {
    background-color: #efefef;
    padding-top: 40px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.footer-time-title {
    color: #777777;
    font-weight: bold;
}
.footer-time {
    font-size: 48px;
    color: #ff3214;
    font-weight: bold;
    position: relative;
    top: -10px;
}
.footer-date {
    position: relative;
    top: -20px;
    font-size: 12px;
}

#navbar {
    /*background: #0000007d;*/
    width: 100%;
    /*position: fixed;*/
    z-index: 99;
}
#navbar ul{
    text-align: center;
    margin: 0;
    -webkit-padding-start: 0px;
}
#navbar ul li {
    font-family: 'Noto Sans HK', sans-serif;
    list-style-type: none;
    display: inline-block;
    font-size: 17px;
}
#nav-bg{
    -webkit-padding-start: 0px;
    text-align: center;
    position: absolute;
    margin-top: 38px;
    width: 100%;
    height: 52px;
    z-index: -999;
    background: linear-gradient(
            to right,
            rgba(0,0,0,0) 0%,
            rgba(0,0,0,0) 10%,
            rgba(0,0,0,0.3) 20%,
            rgba(0,0,0,0.4) 30%,
            rgba(0,0,0,0.5) 40%,
            rgba(0,0,0,0.8) 50%,
            rgba(0,0,0,0.5) 60%,
            rgba(0,0,0,0.4) 70%,
            rgba(0,0,0,0.3) 80%,
            rgba(0,0,0,0) 90%,
            rgba(0,0,0,0) 100%)
}
#navbar .menu-list{
    height: auto;
    /*background: url('../img/bg_gnb.png') 0 0 repeat-x;*/
    /*background-color: rgba(0, 0, 0, 0.3);*/
}
#navbar ul li a {
    display: inline-block;
    color: #ffffff !important;
    text-decoration: none;
    padding: 15px 20px;
}

#navbar ul .menu-list a:active, #navbar ul .menu-list a:focus, #navbar ul .menu-list a:hover {
    color: #ffffff !important;
    box-shadow: inset 0px 14px 16px -18px #fc3030;
    border-top: 1px solid #fc3030;
}

.menu-list .active{
    color: #ffffff !important;
    box-shadow: inset 0px 14px 16px -18px #fc3030;
    border-top: 1px solid #fc3030;
}

.admincp-button {
    position:absolute;
    top:10px;
    right:10px;
}

.logo {
    z-index: 4;
    text-align: center;
    margin-top: 60px;
    overflow: auto;
    display: inline-block;
    margin-left: 340px;
    transition: 0.3s;
    position: absolute;
}
.logo:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
.logo img {
    width: 500px;
    height: auto;
}

.header {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 91;
}

.lunbo{
    background: url("../img/bg_main01.png"/*tpa=http://www.1388mu.com/templates/SkeletonLord/img/bg_main01.png*/) 0 100% repeat-x;
}

.btn_downLoad {
    width: 400px;
    height: 219px;
    margin-top: 111px;
    margin-left: 44px;
    z-index: 2;
}
.btn_downLoad{
    background:url("../img/btn_gameStatr01_off.png"/*tpa=http://www.1388mu.com/templates/SkeletonLord/img/btn_gameStatr01_off.png*/) 0 0 no-repeat;
}
.btn_downLoad:hover {
    background:url("../img/btn_gameStatr01_on.png"/*tpa=http://www.1388mu.com/templates/SkeletonLord/img/btn_gameStatr01_on.png*/) 0 0 no-repeat;
}


.qq{
    background: #388fda;
}

.qq:hover {
    background: #399cea;
}
.qqQun{
    background: #1c7430;
}
.qqQun:hover{
    background: #269640;
}
.btn-social-counter {
    display: block;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid hsla(0, 0%, 100%, .05);
    border-radius: .05rem;
    min-height: 55px;
    position: relative;
    overflow: hidden;
    background-clip: padding-box;
    padding: 10px 60px 10px 80px;
    transition: all .3s ease-in-out;
    transform: translateZ(0);
}
.btn-social-counter+.btn-social-counter {
    margin-top: 10px
}
.btn-social-counter:hover {
    color: #fff
}
.btn-social-counter__icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 68px;
    background-color: rgba(0, 0, 0, .1);
    text-align: center;
    font-size: 18px
}
.btn-social-counter__icon .fa {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.btn-social-counter__title {
    font-size: 11px;
    line-height: 1.2em;
    color: #fff;
    margin-bottom: 1px;
    letter-spacing: -.02em
}
@media (min-width:992px) {
    .btn-social-counter__title {
        font-size: 15px
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .btn-social-counter__title {
        font-size: 11px
    }
}
.btn-social-counter__count {
    display: block;
    font-size: 10px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    font-family: 'Noto Sans TC', sans-serif;
}
.btn-social-counter__add-icon {
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #fff;
    right: 23px;
    top: 50%;
    margin-top: -13px
}
.btn-social-counter__add-icon:after,
.btn-social-counter__add-icon:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform .2s ease-in-out
}
.btn-social-counter__add-icon:before {
    width: 8px;
    height: 2px
}
.btn-social-counter__add-icon:after {
    width: 2px;
    height: 8px
}
.btn-social-counter:hover .btn-social-counter__add-icon:after,
.btn-social-counter:hover .btn-social-counter__add-icon:before {
    transform: translate(-50%, -50%) rotate(-90deg)
}