.container {
  width: 100%;
  background-color: #10232a;
  position: relative;
}
.header {
  width: 100%;
  height: 82px;
  background-color: #10232a;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.fl{float: left;}
.fr{float: right;}
.clear{zoom:1}
.clear:after{content:"";clear:both;display:block;height:0;line-height:0;font-size:0}
.cw{font-size: 14px;width: 1246px;height:143px; margin: 0 auto; position: relative;background: url("../img/gamebox.png"); }
.hc{margin-top: 890px;color: #e9e6cb;}
.hc a:hover{text-decoration: underline;}
.start{-webkit-transition: all .2s linear; transition: all .2s linear;background:url("../img/start.png") no-repeat; width: 338px; height: 172px;position: absolute; left: 50%; margin-left: -140px; bottom:0px; overflow: hidden; text-indent: -999px; font-size: 0;}
.start:hover{-webkit-transform: translateY(-5px); transform: translateY(-5px);}
.server{margin-left: 20px; min-height: 134px;}
.server ul{height: 56px; margin: 5px 10px; overflow: hidden; width: 500px;}
.server li{float: left; height: 28px; line-height: 28px; margin: 0 2px; min-width: 100px;}
.server li a{ display: block; color: #e9e6cb;margin-right:25px;}
.server li span{display: inline-block; margin-left: 6px;}
.server li .red{color: #ff1004;}
.server li .green{color: #15e415;}
.first{margin:15px 0 0 10px; width: 500px;height: 26px; text-align: center; display: flex; align-items: center; }
.quick{width: 88px; height: 24px; display: inline-block; text-align: center; background: #ffffff; margin: 0 10px; color: #af9d69;border:none;outline:none;}
.first_btn{display: inline-block; width: 52px; line-height: 26px; color: #89552d; margin-left: 30px; background: #f9cc78; font-size: 12px;background-image: linear-gradient(top,#fbc35a,#f8d99d); background-image: -webkit-linear-gradient(top,#fbc35a,#f8d99d);}
.server_more{display: block; background: url('../img/server_more.png') no-repeat; line-height: 31px; width: 302px; margin-left: 70px; text-indent: 90px; color: #604f1a;}
.user_info{margin: 20px 72px 0 0; width: 330px; height: 110px; position: relative;}
.select{color:#af9d69;}
.login_input{height:80px;position:relative;overflow:hidden;padding-right:80px;}
.login_input .login_btn{display:block;position:absolute;top:0;right:0;width:70px;line-height:70px;color: #643300;background: #f9ce7d url('../img/login_btn.jpg') no-repeat; font-size: 16px;text-align: center;}
.login_input .login_btn:hover{background-position: right;}
.login_input .cell{position:relative;margin-bottom:10px;height:30px;padding-left:48px}
.login_input .cell label{position:absolute;left:0;top:0;line-height:32px;}
.login_input .cell .input{height:28px;padding:0 10px;background:#ffffff;}
.login_input .cell input{display: block;width:100%;border:0;outline:0;color:#333;-webkit-appearance:none;background-color:transparent;height:28px;line-height:28px}
.login .check{float:left;margin-left:1px;position:relative;padding-left:18px}
.login .check input{position:absolute;left:0;top:50%;margin-top:-6px}
.other_login{float:left;}
.other_login a{height:20px;width:20px;float:left;margin-left:5px; background: url('../img/other_login.png') no-repeat;}
.other_login .qq_link{background-position:0 0;}
.other_login .wx_link{background-position:-30px 0;}
.other_login .wb_link{background-position:-60px 0;}
.other_login .tel_link{background-position:-90px 0;}
.other_login .qq_link:hover{background-position:0 -30px;}
.other_login .wx_link:hover{background-position:-30px -30px;}
.other_login .wb_link:hover{background-position:-60px -30px;}
.other_login .tel_link:hover{background-position:-90px -30px;}
.login .forget{float: right;text-decoration:underline; color: #f1e25a;}
.login .register{float: right;text-decoration:underline; color: #15e415; margin-right:10px;}
.user .name{width: 165px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: block;}
.user .other{position: absolute; right: 0; top:0; }
.user .other a{display: inline-block; color: #89552d; margin-left: 5px; background: #f9cc78; padding: 0 15px;}
.user .history{height: 60px; line-height: 30px; overflow-y: auto; margin-top: 10px;}
.user .history::-webkit-scrollbar {width:4px;}
.user .history::-webkit-scrollbar-track {background-color:#333; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius:2em;}
.user .history::-webkit-scrollbar-thumb {background-color:#999;-webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius:2em;}
.user .history a{display: inline-block; margin-right: 10px;color: #e9e6cb;}

.h-content {
  width: 1280px;
  height: 82px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.h-content .logo {
  float: left;
  display: block;
}
.h-content .logo img {
  width: 237px;
  display: block;
}
.h-content .menu {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
}
.cb::after {
  content: '';
  display: block;
  clear: both;
}
.h-content .menu .menu-item {
  width: 120px;
  height: 100%;
  display: block;
  float: left;
  text-align: center;
  margin-left:50px;
}
.h-content .menu .menu-item a:hover{
  background-position-y:bottom;
}
.h-content .menu .menu-item a{
  background: url("../img/nav.png") no-repeat;
  margin-top: 24px;
  margin-bottom: 3px;
  height:34px;
  width:65px;
  display: inline-block;
  overflow: hidden; text-indent: -999px;
}
.h-content .menu .menu-item::after{content: '|';
  position: relative;
  color: #444444;
  height: 10px;
  font-size: 20px;
  left:45px;
bottom:10px}
.h-content .menu .menu-item.t6::after{content: none;}
.h-content .menu .menu-item .t1{background-position:0 0;}
.h-content .menu .menu-item .t2{background-position:-65px 0;}
.h-content .menu .menu-item .t3{background-position:-130px 0;}
.h-content .menu .menu-item .t4{background-position:-195px 0;}
.h-content .menu .menu-item .t5{background-position:-260px 0;}
.h-content .menu .menu-item .t6{background-position:-325px 0;}
.h-content .menu .menu-item .en-title {
  font-size: 12px;
  line-height: 12px;
  opacity: 0.4;
}
.banner {
  width: 100%;
  height: 985px;
  position: relative;
  background: url('../img/banner.jpg') no-repeat center;
}
.banner .banner-content {
  width: 1280px;
  height: 985px;
  margin: 0 auto;
  position: relative;
}
.banner .close{
  background:#b59554 url("../img/btn-close.png?v=1");
  height:34px;
  width:34px;
  position: absolute;
  top:23px;
  right:-3px;
  cursor: pointer;
}
.load{
  display: none;
 
}
.load.on{display: block; position: fixed;
  left:0;
  background-color:#2196f3;
  color:white;
  text-align: center;
  width:30px;
  padding-top: 10px;
  height:100px;
  cursor: pointer;
  margin-top: 150px;
  z-index: 5;}

.download-box{
  width: 257px;
  height: 410px;
  background: url('../img/downloadbg.png?v=1') no-repeat;
  position: fixed;
  left:0;
  top:200px;
  z-index: 999;
}
.download-box.off{
  display: none;
}
.download-box .right-box {
  padding-top: 50px;
}
.download-box .ico{
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.download-box .right-box .btn-box {
  width: 141px;
  margin: 20px auto 0;
}
.download-box .right-box .btn-box .btn {
  display: block;
  width: 141px;
  margin-bottom: 15px;
  
}
.page1 {
  width: 100%;
  height: 591px;
  overflow: hidden;
  background: url('../img/p1bg.jpg') no-repeat center;
}
.page .content-box {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.page1 .content-box {
  margin-top: 79px;
  height: 420px;
  position: relative;
}
.page1 .swiper-container {
  width: 720px;
  height: 420px;
  float: left;
  margin-left: 29px;
}
.page1 .swiper-container .img {
  width: 100%;
  height: 100%;
  display: block;
}
.swiper-pagination {
  text-align: center;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  opacity: 1;
  background: #ffffff;
  border-radius: 2px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 60px;
  background: #c7a149;
}
.page1 .bg {
  width: 100%;
  height: 100%;
  background: url('../img/p1itembg.png') no-repeat;
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 0;
}
.page1 .page1-content {
  width: 488px;
  height: 373px;
  float: right;
  margin-top: 24px;
  margin-right: 22px;
  position: relative;
  z-index: 1;
}
.page1 .page1-content .top-menu{
  width: 488px;
  height: 43px;
  margin: 0 auto;
  position: relative;
  margin-top: 16px;
  border-bottom: 1px solid #cecfcf;
}
.page1 .page1-content .top-menu .menu-item{
  height: 28px;
  width:70px;
  float: left;
  text-align: center;
  position: relative;
  background: url("../img/btn-news.png")no-repeat;
  cursor: pointer;
  text-align: right;
  margin-right: 5px;
}

.page1 .page1-content .top-menu .menu-item.m1{background-position: 0 0; }
.page1 .page1-content .top-menu .menu-item.m2{background-position: -76px 0;}
.page1 .page1-content .top-menu .menu-item.m3{background-position: -152px 0;  }
.page1 .page1-content .top-menu .menu-item.m4{background-position: -228px 0;  }
.page1 .page1-content .top-menu .menu-item.m5{background-position: right 0;  }
.page1 .page1-content .top-menu .menu-item span {
  font-size: 8px;
  display: block;
  transform: scale(0.7);
  position: absolute;
  top: 3px;
  right: 18px;  
}
.page1 .page1-content .top-menu .menu-item.select{
  background-position-y:bottom;
}
.page1 .page1-content .top-menu .menu-item.select::before{
  content: '';position: absolute; background-color: #c3a169; 
  height: 3px;  top: 40px;left:0px;
  width:80px;
}
.page1 .page1-content .top-menu .icon {
  display: block;
  width: 47px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
}
.page1 .page1-content .item-content {
  padding: 12px;
}
.page1 .page1-content .item-content .item-box {
  font-size: 14px;
  line-height: 40px;
  color: #727f7d;
}
.page1 .page1-content .item-content .item-box:hover {
  color: #c3a169;
}
.page1 .page1-content .item-content a {
  display: block;
  border-bottom: 1px dashed #dcd9d6;
}
.page1 .page1-content .item-content a:last-of-type {
  border: 0;
}
.page1 .page1-content .item-content .item-box .icon {
  float: left;
  margin-right: 6px;
  width: 9px;
  margin-top: 16px;
}
.page1 .page1-content .item-content .item-box .p {
  float: left;
}
.page1 .page1-content .item-content .item-box .date {
  float: right;
}
.page2 {
  width: 100%;
  height: 722px;
  background: url('../img/p2bg.jpg') no-repeat center;
}
.page2 .tap-box {
  width: 86px;
  height: 669px;
  float: left;
  position: relative;
  padding-top: 42px;
  margin-top: 30px;
}
.page2 .tap-box .line {
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 0;
}
.page2 .tap-box .tap-item {
  width: 86px;
  height: 30px;
  background: url('../img/p2tap.png') no-repeat;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  padding-left: 36px;
  margin-bottom: 40px;
  cursor: pointer;
}
.page2 .tap-box .on {
  background: url('../img/p2tapon.png') no-repeat;
}
.page2 .right-box {
  width: 1030px;
  float: right;
  height: 722px;
  position: relative;
}
.page2 .right-box .role {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
}
.page2 .right-box .desc {
  width: 36px;
  font-size: 36px;
  color: #c3a169;
  font-weight: 800;
  position: absolute;
  top: 80px;
  right: -36px;
}
.page2 .right-box .left-cont {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
.page2 .right-box .left-cont .txt {
  width: 57px;
  height: 472px;
  position: relative;
  padding: 0 20px;
  font-size: 16px;
  color: #f4f4f5;
  float: left;
}
.page2 .right-box .left-cont .txt .txt-line {
  width: 1px;
  height: 472px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page2 .right-box .left-cont .span-box {
  width: 85px;
  height: 28px;
  background: url('../img/p2spanbg.png') no-repeat;
  text-align: center;
  font-size: 16px;
  color: #463610;
  font-weight: 600;
  text-align: center;
  transform: rotateZ(90deg);
  float: left;
  margin-top: 40px;
  margin-right: -20px;
  margin-left: 40px;
  line-height: 25px;
}
.f12 {
  font-size: 12px!important;
}
.page3 {
  width: 100%;
  height: 552px;
  background: url('../img/p3bg.jpg') no-repeat center;
  padding-top: 80px;
}
.page3 .item-box {
  width: 620px;
  height: 373px;
  background: url('../img/p3itembg.png') no-repeat;
  float: left;
}
.page3 .item-box .top-menu {
  width: 580px;
  height: 43px;
  margin: 0 auto;
  position: relative;
  margin-top: 16px;
  border-bottom: 1px solid #cecfcf;
}
.page3 .item-box .top-menu .menu-item{ 
  background: url(../img/btn-activity.png);
  height:27px;
  width: 78px;
  float: left;
  margin-right: 50px;
  text-align: center;
  font-size: 18px;
  position: relative;
  color: #4b6661;
  cursor: pointer;
  line-height: 43px;
  text-align: right;
}
.page3 .item-box .top-menu .menu-item.yx{width:82px;height:31px;background-position: 0 0;}
.page3 .item-box .top-menu .menu-item.xs{background-position: -134px 0;}
.page3 .item-box .top-menu .menu-item.jj{background-position: -266px 0;}
.page3 .item-box .top-menu .menu-item.hd{background-position: right 0;}
.page3 .item-box .top-menu .menu-item .m-bot {
  margin-right: 14px;
}
.page3 .item-box .top-menu .menu-item span {
  font-size: 8px;
  display: block;
  transform: scale(0.7);
  position: absolute;
  top: 3px;
  right: 44px;
}
.page3 .item-box .top-menu .menu-item.select{
  background-position-y:bottom;
}
.page3 .item-box .top-menu .menu-item.select::before{
  content: '';position: absolute; background-color: #c3a169; 
  height: 3px;  top: 40px;left:0px;
  width:90px;
}
.page3 .item-box .item-list .item {
  padding: 15px 0;
  width: 580px;
  margin: 0 auto;
  border-bottom: 1px solid #cecfcf;
  position: relative;
}
.page3 .item-box .item-list .item:last-of-type {
  border: 0;
}
.page3 .item-box .item-list .item .left-box {
  width: 125px;
  height: 91px;
  background: url('../img/p3item1.png') no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #fefdfa;
  font-size: 19px;
  font-weight: 600;
  padding-top: 60px;
  float: left;
  margin-right: 20px;
}
.page3 .item-box .item-list .item .left-box2 {
  background: url('../img/p3item2.png') no-repeat;
  background-size: 100% 100%;
}
.page3 .item-box .item-list .item .right-box {
  width: 424px;
  float: left;
}
.page3 .item-box .item-list .item .right-box .a {
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
  float: left;
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid #727f7d;
  color: #727f7d;
}
.page3 .item-box .item-list .item .right-box .a:hover {
  color: #c3a169;
}
.page3 .item-box .item-list .item .right-box .a:nth-of-type(5n), .page3 .item-box .item-list .item .right-box .a:last-of-type {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.page3 .item-box .item-list .item .more {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.page3 .item-box .item-content {
  padding: 12px;
}
.page3 .item-box .item-content .bot-item-box {
  font-size: 14px;
  line-height: 40px;
  color: #727f7d;
}
.page3 .item-box .item-content .bot-item-box:hover {
  color: #c3a169;
}
.page3 .item-box .item-content a {
  display: block;
  border-bottom: 1px dashed #dcd9d6;
}
.page3 .item-box .item-content a:last-of-type {
  border: 0;
}
.page3 .item-box .item-content .bot-item-box .icon {
  float: left;
  margin-right: 6px;
  width: 9px;
  margin-top: 16px;
}
.page3 .item-box .item-content .bot-item-box .p {
  float: left;
}
.page3 .item-box .item-content .bot-item-box .date {
  float: right;
}
.page3 .item-box .top-menu .icon {
  display: block;
  width: 47px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
}
.fr {
  float: right!important;
}
.page4 {
  width: 100%;
  height: 1004px;
  background: url('../img/p4bg.jpg') no-repeat center;
  overflow: hidden;
}
.page4 .swiper-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 110px;
  padding-top: 10px;
}
.page4 .img-box {
  width: 703px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page4 .img-box .img {
  display: block;
  width: 100%;
  height: 100%;
}
.page4 .swiper-slide {
  position: relative;
  width: 703px;
  height: 386px;
  z-index: 2;
  margin-top: 36px;
}
.page4 .swiper-slide-active{
  position: relative;
  width: 805px;
  height: 453px;
  z-index: 3;
  margin-top: 0;
}
.page4 .swiper-slide-active::before{
  content: '';
  position: absolute;
  width:823px;
  height:471px;
  top: -8px;
  left:-272px;
  z-index:2;
  background: url('../img/p4item.png') no-repeat;
}
.page4 .swiper-slide-active .img-box {
  width: 805px;
}
.page4 .swiper-slide .img-box .bg {
  width: 703px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, .6);
}
.page4 .swiper-slide-active .img-box .bg {
  display: none;
}
.page4 .pagination {
  margin-top: 14px;
  text-align: center;
}
.page4 .swiper-container .swiper-pagination-bullet {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  background: none;
  opacity: 1;
  background: url('../img/point.png') no-repeat;
}
.page4 .swiper-container .swiper-pagination-bullet-active {
  background: url('../img/pointon.png') no-repeat;
}
.page4 .prev {
  width: 69px;
  height: 58px;
  background: url('../img/prev.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 137px;
  top: 204px;
  z-index: 5;
  cursor:pointer;
}
.page4 .next {
  width: 69px;
  height: 58px;
  background: url('../img/next.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 137px;
  top: 204px;
  z-index: 5;
  cursor:pointer;
}
