a{text-decoration: none;}     
a:visited{text-decoration: none;}
a:hover {text-decoration: none;}  
a:active{text-decoration:none;}    

.more{
    color: #7a7a7a;
    background-color: rgba(0,0,0,0.5);
}

body{
    background: url(../images/bg.jpg) 50% 90px no-repeat,
    url(../images/background-bottom.jpg) center bottom no-repeat;
    background-color: #000000;
    overflow-x: hidden;
    font-family:"微软雅黑",sans-serif;
    font-size: 14px;
    color:  #bbb;  
}
a{
    color: #bbb;  
}
a:hover{
    color: #ff0000;  
}
.container{
    max-width: 1280px;
    min-width: 800px;
}
header{
    /*background: #101010;*/
}
.down-btns {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
header .down-btn{
    background: url('../images/download-button.png');
	background-size: cover;
}
.down-btn-hover{
	transition: 0.5s;
	height:40px;	
}
.down-btn-hover h3,.down-btn-hover h5{
	color:#FFF;
}

header .down-btns:hover h3,header .down-btns:hover h5{
    color: #28a745;
}
.down-btn-hover:hover{
	color: #28a745;
    padding-left: 20px;
}
.home-btn-news{
    transition: 0.5s;
}


.home-btn-news:hover{
    padding-left: 20px;
}
.home-btn-news-1:after{
    background: url('../images/sq-1.png') 0 0 no-repeat;
    content: "";
    position: absolute;
    top: -28px;
    left: -20px;
    width: 230px;
    height: 168px;
    transition: 0.5s;
}
.home-btn-news-2:after{
    background: url('../images/sq-2.png') 0 0 no-repeat;
    content: "";
    position: absolute;
    top: -28px;
    left: -20px;
    width: 230px;
    height: 168px;
    transition: 0.5s;
}
.home-btn-news-3:after{
    background: url('../images/sq-3.png') 0 0 no-repeat;
    content: "";
    position: absolute;
    top: -28px;
    left: -20px;
    width: 230px;
    height: 168px;
    transition: 0.5s;
}
header .btn:hover{
    filter: brightness(120%);
}

header .btn h3{
    font-weight: 500;
    color: #fff;
    margin-bottom: unset;
    transition: 0.2s;
}

header .btn p{
    margin-top: 0;
    color: #fff29a;
    margin-bottom: unset;
    transition: 0.2s;
}

header .btn:hover p{
    margin-top: 3px;
}
/*æ»šåŠ¨æ¡ç¾ŽåŒ–*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #110909;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #f71111;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #e11c1c;
}

/*ç½®é¡¶æŒ‰é’®*/
.buttonTop {
    /*position: absolute;*/
    background: url(../images/arrow-t.png) center no-repeat;
    /*background-color: #1f1f1f;*/
    width: 55px;
    height: 55px;
    z-index: 3;
    cursor: pointer;
    border: 1px solid #ffffff38;
    border-radius: 50px;
    transition: 0.5s;
    text-align: center;
}
.buttonTop:hover {
    box-shadow: inset 0 0 10px 0 #ffffff38;
    border: 1px solid #ffffff38;
    background-color: #ffffff38;
}
.btn,.alert,.breadcrumb{
    border-radius: .05rem;
}
.btn-default {
    transition: all 0.3s ease;
    cursor: pointer;
    background: url(../images/button.jpg) no-repeat;
    background-size: cover;
    color: #ffffff !important;
    font-family: "Philosopher",sans-serif;
    font-size: 12px;
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #ff98004f;
    border-radius:.25rem;
}
.btn-default:active, .btn-default:focus, .btn-default:hover {
    color: #fff !important;
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}
.head{
    padding: 0 40px;
    height: 35px;
    margin: 0 auto 0;
    position: relative;
}
.head h1 {
    padding: 7px 10px 0 5px;
}
.logo{
    margin-top: 60px;
}
.line {
    display: block;
    background: url(../images/line.png) center no-repeat;
    width: 100%;
    overflow-x: hidden;
    height: 86px;
}

.menu{
    background: rgba(0,0,0,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    background: url(../images/cd.jpg) center repeat;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    z-index: 20;
}
.menu-fixed{
    background: rgba(17, 7, 7,0.75);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0,0.2);
}
.menu a{
    color: #FFF;
}
.menu a:hover{
    color: #FF0000;
}
.menu .active{
    color: #FF0000;
}
.navbar-tag{
    font-size: 13px;
    margin-bottom: 0;
}
#top{
    /*background-image: url(../images/shadow.png);*/
    background-position: center bottom;
    background-repeat: repeat-x;
    animation: smoke 8s linear infinite;
    animation-fill-mode: forwards;
}
@keyframes smoke {
    from {
        background-position: 0 bottom;
    }
    to {
        background-position: 1920px bottom;
    }
}
.online{
    position:absolute;
}
.onlineReg{
    padding-top:10px
}
.onlineBlock{
    background:url(../images/online-img.png) bottom center no-repeat;
    width:300px;
    height:250px;
    text-align:center;
    font-size:16px;
    color:#fff;
    letter-spacing:3px;
    font-family:"Philosopher",sans-serif;
    padding-left:3px;
    padding-top:18px;
    position:relative;
    z-index:2;
    top: -100px;
    left: 130px;
}
.light-animation{
    position: relative;
    top: -100px;
    left: 130px;
}
.onlineBlock span{
    display:block;
    font-size:48px;
    color:#ffdda9;
    letter-spacing:8px;
    padding-top:3px;
    text-shadow:0px 0px 20px rgba(255,118,18,0.7)
}
.onlineReg-block{
    width:107px;
    min-height:120px;
    text-align:center;
    color:#ffffff;
    font-size:12px;
    font-family:"Philosopher",sans-serif;
    padding-top:95px;
    letter-spacing:1px
}
.onlineReg-block span{
    display:block;
    color:#ffdda9;
    font-size:18px;
    margin-bottom:5px;
    letter-spacing:2px
}
.onlineReg-block-player{
    background:url(../images/online-sprite.png) top left -3px no-repeat
}
.onlineReg-block-clans{
    background:url(../images/online-sprite.png) top right -3px no-repeat
}
.blue-light{
    background:url(../images/blue-light.png);
    width:300px;
    height:300px;
    top:5px;
    left:0px;
    position:absolute;
    animation:12s p-next linear infinite;
    opacity:0.7
}
.yellow-light{
    background:url(../images/yellow-light.png);
    width:300px;
    height:300px;
    top:5px;
    left:0px;
    position:absolute;
    animation:12s p-prev linear infinite;
    opacity:0.7
}
@keyframes p-next{
    0%{
        transform:rotate(0deg)
    }
    50%{
        transform:rotate(180deg)
    }
    100%{
        transform:rotate(360deg)
    }
}
@keyframes p-prev{
    0%{
        transform:rotate(0deg)
    }
    50%{
        transform:rotate(-180deg)
    }
    100%{
        transform:rotate(-360deg)
    }
}
.main{
    background-color: #fff;
    margin-right: 0;
    margin-left: 0;
}
footer{
    /*background: url(../images/footer-bg.jpg) center no-repeat;*/
    position: relative;
    /*border-top: 1px solid rgba(54, 54, 54, 0.8);*/
    color: #5d5d5d;
    line-height: 1.4;
    margin-right: 0;
    margin-left: 0;
}

.worldLink {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #848484;
}
.worldLink select{
    background-color: #c9c9ca;
    color: #848484;
}
.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;
}


.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)
}

.hand-animation{
    position:absolute;
    left:50%;
    margin-left:-88px;
    top:173px
}
.light-hand{
    background:url(../images/light-hand.png);
    width:350px;
    height:350px;
    position:absolute;
    top:0px;
    left:0px;
    animation:20s light-hand linear infinite;
    opacity:0.7
}
.rune-hand{
    background:url(../images/rune-hand.png);
    width:350px;
    height:350px;
    position:absolute;
    top:0px;
    left:0px;
    animation:15s rune-hand linear infinite;
    opacity:0.8
}
@keyframes light-hand{
    0%{
        transform:rotate(0deg)
    }
    50%{
        transform:rotate(-180deg)
    }
    100%{
        transform:rotate(-360deg)
    }
}
@keyframes rune-hand{
    0%{
        transform:rotate(0deg)
    }
    50%{
        transform:rotate(180deg)
    }
    100%{
        transform:rotate(360deg)
    }
}
.sparks{
    position: absolute;
    left: 50%;
    margin-left: 600px;
    top: 500px;
}
.sparks>div{
    position:absolute
}
.sparks .spark_1{
    background:url(../images/spark_1.png) no-repeat;
    width:764px;
    height:313px;
    right:0;
    bottom:-120px;
    transform:scale(0.6);
    animation:spark-1 4s linear infinite;
    animation-delay:1s
}
@keyframes spark-1{
    0%{
        bottom:-320px;
        transform:scale(0.6);
        opacity:1
    }
    25%{
        bottom:-240px;
        transform:scale(0.7);
        opacity:1
    }
    50%{
        bottom:-160px;
        transform:scale(0.8);
        opacity:1
    }
    75%{
        bottom:-80px;
        transform:scale(0.9);
        opacity:0.5
    }
    to{
        bottom:0;
        transform:scale(1);
        opacity:0
    }
}
.sparks .spark_2{
    background:url(../images/spark_2.png) no-repeat;
    width:149px;
    height:335px;
    right:230px;
    bottom:-320px;
    transform:scale(0.6);
    animation:spark-1 4s linear infinite;
    animation-delay:2s
}
.sparks .spark_3{
    background:url(../images/spark_3.png) no-repeat;
    width:128px;
    height:165px;
    right:280px;
    bottom:-140px;
    transform:scale(0.6);
    animation:spark-3 4s linear infinite;
    animation-delay:2s
}
@keyframes spark-3{
    0%{
        bottom:-140px;
        -webkit-transform:scale(0.6);
        transform:scale(0.6);
        opacity:1
    }
    25%{
        bottom:-80px;
        -webkit-transform:scale(0.7);
        transform:scale(0.7);
        opacity:1
    }
    50%{
        bottom:-20px;
        -webkit-transform:scale(0.8);
        transform:scale(0.8);
        opacity:1
    }
    75%{
        bottom:40px;
        -webkit-transform:scale(0.9);
        transform:scale(0.9);
        opacity:0.5
    }
    to{
        bottom:100px;
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:0
    }
}
.sparks .spark-big{
    background:url(../images/spark_4.png) no-repeat;
    width:794px;
    height:176px;
    right:0;
    bottom:-180px;
    transform:scale(0.6);
    animation:spark-5 4s linear infinite
}
@keyframes spark-5{
    0%{
        bottom:-180px;
        transform:scale(0.6);
        opacity:1
    }
    25%{
        bottom:-120px;
        transform:scale(0.7);
        opacity:1
    }
    50%{
        bottom:-60px;
        transform:scale(0.8);
        opacity:1
    }
    75%{
        bottom:0;
        transform:scale(0.9);
        opacity:0.5
    }
    to{
        bottom:60px;
        transform:scale(1);
        opacity:0
    }
}