@charset "utf-8";

/* CSS Document */
*{
    padding:0;
    margin:0;
}
body {
    font-family: "microsoft yahei","宋体","Times New Roman",  Times, serif;
    font-size:16px;
    background:#e6f5fd url(../images/main_top1.jpg) no-repeat top center;
    line-height: 150%;
}
a {
    color:#FF0000;
    text-decoration:none;
}
img{
    border:none;
}
ul{
    list-style-type:none;
}
a:hover {
    color:#FF0000;
    text-decoration:none;
}


#container {
    margin: 0 auto;
    width: 1000px;
}

#header{
    width:100%;
    height:430px;
    margin:0 auto;
    /*text-align: center;*/

    position:relative;


}
#backgroundVideo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#top {
    background-color: transparent;
    width: 100%;
}


#main{
    width:1000px;
    height:1360px;
    margin:0 auto;
}

#menu {
    width: 1000px;
    height: 55px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: rgba(255,255,255,0.95);
    border-radius: 4px;
    border-bottom: 2px solid rgba(65,105,225,0.15);
}
#menu a{
    color: #333333;
    display: block;
    padding: 0;
    margin-top: 3px;
    border-radius: 3px;
    transition: all 0.3s ease;
    font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", sans-serif;
    font-weight: 600;
}
#menu li a:hover{
    color: #FF0000;
    background: rgba(255,0,0,0.1);
}

.nav{
    width: 100%;
    padding: 0;
}
.nav li{
    float: left;
    margin-top: 0;
    margin-left: 0;
    font-size: 15px;
    padding: 0 10px;
    width: 100px;
    height: 50px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    border-right: 1px solid #CCCCCC;
    background: none;
}
.nav li:last-child{
    border-right: none;
}
.nav span{
    font-size: 10px;
    line-height: 10px;
    vertical-align: top;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}


#mainContent {

    overflow: auto;
    zoom: 1;
    margin-bottom: 5px;
}

#sidebar {
    float: left;
    width: 250px;
    /*background: #9ff;*/
}
#sidebar > div{
    margin-bottom: 10px;
    width: 217px;
    padding: 10px;
    background-color: #ffffff;
}
#sidebar > span{
    display: block;
    margin-bottom: 10px;
}
#content {
    float: right;
    margin-top: 68px;
    width: 750px;
    position: relative;
    z-index: 100;
}



.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.login,.login a{
    font-size: 18px;
    color: #d06937;

}
.loginb{
    color: #ffffff;
    margin-bottom: 5px;
    background-color: #d06937;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:3px;
}
.loginb span{
    display: inline-block;
    width: 50px;
    line-height: 32px;
    text-align: center;
}
.loginb input{
    width: 160px;
    height: 30px;
    font-size: 16px;
    color:#c5c5c5;
    float: right;
    margin-right: 1px;
    margin-top: 1px;
    border: 0px;
    outline: none;
    padding: 0 0 0 5px;
}
.loginb a{
    width: 100%;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
}
.loginc a{
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 18px;
    vertical-align: top;
}

.service{
    color: #333333;
    padding: 18px;
    background: linear-gradient(135deg, rgba(70,130,180,0.15) 0%, rgba(255,255,255,0.95) 50%, rgba(135,206,235,0.1) 100%);
    border-radius: 16px;
    border: 1px solid rgba(70,130,180,0.25);
    box-shadow: 0 6px 20px rgba(70,130,180,0.1), inset 0 1px 0 rgba(255,255,255,0.8);
    position: relative;
    overflow: hidden;
}
.service::before{
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(135,206,235,0.3) 0%, transparent 70%);
    border-radius: 50%;
}
.service li{
    margin-left: 0;
    margin-bottom: 10px;
    padding: 0;
    background: rgba(255,255,255,0.95);
    border-radius: 10px;
    list-style: none;
    transition: all 0.35s ease;
    border: 1px solid rgba(70,130,180,0.1);
}
.service li a{
    display: flex;
    align-items: center;
    padding: 12px 15px;
    width: 100%;
    box-sizing: border-box;
    font-weight: 500;
    color: #333333;
}
.service li a::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #4169E1 0%, #87CEEB 100%);
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 0 6px rgba(65,105,225,0.4);
}
.service li:hover{
    background: linear-gradient(135deg, rgba(65,105,225,0.08) 0%, rgba(135,206,235,0.1) 100%);
    transform: translateX(8px) scale(1.02);
    box-shadow: 0 4px 15px rgba(65,105,225,0.15);
    border-color: rgba(65,105,225,0.25);
}
.service li:hover a{
    color: #4169E1;
}
.service li:last-child{
    margin-bottom: 0;
}
.service li a{
    color: #333333;
    font-weight: 500;
}
.service li a:hover{
    color: #4169E1;
}
.game-intro{
    padding: 15px 18px;
    background: linear-gradient(135deg, rgba(65,105,225,0.08) 0%, rgba(135,206,235,0.05) 50%, rgba(255,165,0,0.05) 100%);
    border-radius: 12px;
    border: 1px solid rgba(65,105,225,0.15);
    color: #4a4a4a;
    font-size: 13px;
    line-height: 1.8;
    text-align: justify;
    position: relative;
    overflow: hidden;
    font-family: "Microsoft YaHei", "PingFang SC", serif;
}
.game-intro::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #4169E1 0%, #87CEEB 50%, #FFA500 100%);
    border-radius: 0 2px 2px 0;
}
.game-intro::first-letter{
    font-size: 18px;
    font-weight: bold;
    color: #4169E1;
}
.hzmt li{
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    background-color: #eeeeee;
}

#tabs{
    width: 60%;
    height: 294px;
    padding: 0 10px;
    float:left;
    background-color: #ffffff;
    position: relative;
    z-index: 10;
}

#tabs > div{
    margin-top:10px ;
}
.tabsa div{
    height: 35px;
    float: left;
    font-size: 21px;
    color: #FF0000
}
.tabsa span{
    line-height: 10px;
    font-size: 5px;
    color: #c8c5c4
}
.tabsa a{
    margin-top:5px;
    float:right;
    font-size: 10px;
}
.menu1box{
    width: 100%;
    height: 40px;
    border: #cccccc solid;
    border-width: 0 0 2px 0;
    background: #fafafa;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}
#menu1 li{
    width: 20%;
    height: 40px;
    font-size: 18px;
    float:left;
    text-align: center;
    line-height: 40px;
    border-right: 2px solid #e8e8e8;
    background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
    transition: all 0.3s ease;
    position: relative;
    box-sizing: border-box;
}
#menu1 li:last-child{
    border-right: none;
}
#menu1 li a{
    color: #666666;
    font-weight: 500;
    display: block;
}
.main1box{
    width: 100%;

}
.main1box ul{
    display: none;
}
.main div{
    margin-bottom: 8px;
    color: #333333;
    padding: 12px 15px;
    background: rgba(255,255,255,0.8);
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    line-height: 1.8;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main div:hover{
    background: rgba(255,0,0,0.05);
    border-color: rgba(255,0,0,0.2);
    transform: translateX(5px);
}
.main div:last-child{
    border-bottom: 1px solid #e8e8e8;
}
.maina img{
    float: left;
    margin-right: 10px
}
.maina a{
    font-size: 20px;
    color: #4169E1;
}
.spanRight{
    flex-shrink: 0;
    margin-left: 20px;
    color: #999999;
    font-size: 14px;
    white-space: nowrap;
}
.main div a{
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.main div .spanRight{
    position: relative;
    z-index: 2;
}
.main div:hover{
    cursor: pointer;
}
#menu1 li:hover{
    background: linear-gradient(180deg, #fff8f0 0%, #ffeedd 100%);
    cursor: pointer;
    transform: scale(1.02);
}
#menu1 li:hover a{
    color: #FF0000;
}
.tabsHover {
    background: rgba(255,0,0,0.1) !important;
    box-shadow: inset 0 -3px 0 #FF0000;
}
.tabsHover a{
    color: #FF0000 !important;
    font-weight: bold;
}
#serverul{
    width: 100%;
    float: left;
    background-color: #ffffff;
}
#serverul .serverhot{
    background: url("../images/serverBgHot.jpg");
}

.serverlist > li{
    width: 230px;
    height: 64px;
    float: left;
    margin-left: 14px;
    margin-bottom: 10px;
    background: url("../images/serverBg.jpg");
}
.serverlist table{
    width: 100%;
    height: 100%;
    font-size: 5px;
}
.serverlist span{
    color: #ff0000;
}
.servertd{
    width: 50%;
    font-size: 25px;
    text-align: right;
}
.gfcontent{
    width: 100%;
    margin-top: 12px;
    background-color: #ffffff;
    color: #968263;
}
.gftitle{
    height: 60px;
    line-height: 55px;
    font-size: 30px;
    border: #899193 solid ;
    border-width: 0 0 1px 0;

}
.gftitle div{
    width: 6px;
    height: 38px;
    margin-right: 15px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
    background-color: #968263;
}
.gftext{
    font-size: 16px;
    padding: 10px;
    line-height: 40px;
    color: #4169E1;
}
#footer{
    width:auto;
    height:126px;
    margin:0 auto;
    text-align: center;
    background-color:#2b8cb5;
    padding: 30px 0px;
}
#footer{
    color: #ffffff;
    font-size: 18px;
}
#footer div{
    margin-bottom: 10px;
}
#footer a{
    color: #ffffff;
}
#footer a:hover{
    color:#ba2f10;
}






































