@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: none;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  color: #e59434;
  text-decoration: none;
}

li {
  list-style: none;
}

input,
button {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
}

.home-page input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #16181c inset;
  -webkit-text-fill-color: white;
}

.content {
  margin: 0 auto;
  width: 1000px;
  position: relative;
  overflow: hidden;
}

body {
  min-width: 1000px;
  overflow: auto;
}
/*头部*/
.sec-1 {
  height: 1000px;
  width: 100%;
  overflow: hidden;
  /*background: url("./images/main-outer2.jpg?t=1") top center no-repeat;*/
}
/*头图*/
.kv-top{width:2000px;height:950px;position:absolute;left:50%;margin-left:-1000px;z-index:1;overflow:hidden;top:0px}
.kv-top-img{overflow:hidden;width:2000px;height:950px;position:relative;clear:both}
.kv-top-img li{overflow:hidden;width:2000px;height:950px;display: none}
.kv-top-img li img{width:2000px;height:699px}
.kv-top-img a{height:950px;display:block;position:absolute;top:0;left:0;width:100%}
.kv-top-num{    position: absolute;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  bottom: 182px;
}
.kv-top-num li{
  float: left;
  margin-left: 6px;
  border-radius: 8px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  width: 15px;
  height: 15px;
  background: #3c3c3c;
  cursor: pointer;
}
.kv-top-num li:hover,.kv-top-num li.focus{
  background: #bf3611;
  width: 30px;
}
.sec-1 .nav {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2000px;
  height: 62px;
  z-index: 2;
  background: url(./images/nav-bg.png) top center no-repeat;
  margin-left: -1000px;
}

.sec-1 .nav .nav-content {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.sec-1 .nav .nav-content .nav-i-4 {
  margin-left: 200px;
}

.sec-1 .nav .nav-content .nav-i-6 {
  width: 120px;
}

.sec-1 .nav .nav-content li {
  float: left;
  width: 136px;
  margin-top: 15px;
  text-align: center;
}

.sec-1 .nav .nav-content li a {
  font-size: 16px;
  color: #b4b4b4;
}

.sec-1 .nav .nav-content li a:hover {
  color: #d89341;
}

.sec-1 .nav .nav-content li a .nav-i-e {
  display: block;
  font-size: 12px;
}

.sec-1 .nav-logo {
  position: absolute;
  top: 0;
  margin-left: -97px;
  left: 50%;
  z-index: 2;
}

.sec-1 .content {
  /*background: url("./images/main2.jpg?t=1") top center no-repeat;*/
  height: 1053px;
  overflow: hidden;
}

.sec-1 .content .sec-1-btn {
  position: absolute;
  right: 0;
  top: 500px;
  z-index: 3;
}

.sec-1 .content .sec-1-btn a {
  display: block;
  float: left;
  text-align: center;
  color: white;
}

.sec-1 .content .sec-1-btn .sec-1-starGame {
  width: 273px;
  height: 118px;
  background: url("./images/star-game.png") no-repeat;
}

.sec-1 .content .sec-1-btn .sec-1-starGame:hover {
  background: url("./images/star-game-h.png") no-repeat;
}

.sec-1 .content .sec-1-btn .sec-1-starGame:hover p {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.sec-1 .content .sec-1-btn .sec-1-starGame:hover b {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.sec-1 .content .sec-1-btn .sec-1-starGame p {
  font-size: 37px;
  margin-top: 27px;
  font-weight: 700;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -moz-transition: transform .3s, -moz-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
}

.sec-1 .content .sec-1-btn .sec-1-starGame b {
  display: block;
  font-size: 12px;
  margin-top: -4px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -moz-transition: transform .3s, -moz-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
}

.sec-1 .content .sec-1-btn .sec-1-wdDown {
  width: 132px;
  height: 118px;
  background: url("./images/wd-down.png") no-repeat;
}

.sec-1 .content .sec-1-btn .sec-1-wdDown:hover {
  background: url("./images/wd-down-h.png") no-repeat;
}

.sec-1 .content .sec-1-btn .sec-1-wdDown:hover p {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.sec-1 .content .sec-1-btn .sec-1-wdDown:hover b {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.sec-1 .content .sec-1-btn .sec-1-wdDown p {
  font-size: 24px;
  margin-top: 36px;
  font-weight: 700;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -moz-transition: transform .3s, -moz-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
}

.sec-1 .content .sec-1-btn .sec-1-wdDown b {
  display: block;
  font-size: 12px;
  margin-top: -4px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -moz-transition: transform .3s, -moz-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
}

.sec-1 .content .sec-1-servers {
  position: absolute;
  height: 170px;
  width: 405px;
  top: 628px;
  right: 0;
  background-color: rgba(31, 42, 64, 0.8);
  *background: #1F2A40;
  z-index: 10;
  overflow: hidden;
}

.sec-1 .content .sec-1-servers .servers-box {
  position: relative;
  font-size: 12px;
}

.sec-1 .content .sec-1-servers .servers-box .more-link {
  position: absolute;
  right: 46px;
  top: 57px;
  width: 105px;
}
.sec-1 .content .sec-1-servers .servers-box .more-link:hover .more{
  background: url(./images/more-h.png);
}
.sec-1 .content .sec-1-servers .servers-box .more-link .more {
  width: 15px;
  height: 15px;
  display: block;
  float: right;
  color: white;
  background: url(./images/more.png);
  margin: 1px 0 0 5px;
}

/*首页*/
.home-page {
  width: 100%;
  background-color: #191a22;
  min-width: 1000px;
  position: relative;
  overflow: hidden;
}

.login-logo {
  position: fixed;
  z-index: 99;
  top: 100px;
  right: 0;
  width: 107px;
  height: 51px;
  font-size: 18px;
  line-height: 50px;
  padding-left: 30px;
  color: white;
  text-align: center;
  background: url("./images/login-l.jpg");
  cursor: pointer;
}

.login-frame {
  position: fixed;
  z-index: 99;
  top: 100px;
  right: -243px;
  width: 180px;
  height: 256px;
  padding: 0 25px 0 32px;
  background-color: #293146;
  border: 3px solid #3c6baa;
  color: white;
}

.login-frame .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #3c6baa;
  padding: 0px 3px 0 6px;
  font-weight: 600;
  cursor: pointer;
}

.login-frame .input-l {
  margin-top: 25px;
}

.login-frame .input-l input {
  color: white;
  height: 30px;
  width: 175px;
  padding-left: 5px;
  background-color: #16181c;
  margin-bottom: 5px;
  line-height: 30px;
}

.login-frame .input-l input::-webkit-input-placeholder,
.login-frame .input-l textarea::-webkit-input-placeholder {
  color: white;
}

.login-frame .input-l input:-moz-placeholder,
.login-frame .input-l textarea:-moz-placeholder {
  color: white;
}

.login-frame .input-l input::-moz-placeholder,
.login-frame .input-l textarea::-moz-placeholder {
  color: white;
}

.login-frame .input-l input:-ms-input-placeholder,
.login-frame .input-l textarea:-ms-input-placeholder {
  color: white;
}

.login-frame .tool {
  font-size: 12px;
  color: white;
}

.login-frame .tool input {
  vertical-align: middle;
  margin: 0 3px;
}

.login-frame .tool .forget {
  color: #f7aa4f;
  text-decoration: underline;
  margin-left: 7px;
}

.login-frame .btn {
  height: 34px;
  width: 100%;
  background-image: none;
  line-height: 34px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background-color: #d59539;
  margin: 10px 0;
  cursor: pointer;
}

.login-frame .other {
  font-size: 12px;
  width: 110%;
}

.login-frame .other img {
  vertical-align: middle;
}

.login-frame .links {
  overflow: hidden;
  margin-top: 20px;
}

.login-frame .links  a {
  display: block;
  float: left;
  width: 68px;
  height: 24px;
  text-align: right;
  font-size: 18px;
  color: #eba744;
  padding: 0 10px;
}

.login-frame .links .zc {
  background: url("./images/icon-zc.png") 14px center no-repeat;
  border-right: 2px dashed #1d2332;
}

.login-frame .links .cz {
  background: url("./images/icon-cz.png") 14px center no-repeat;
}

.home-page .sec-2 {
  width: 100%;
  position: relative;
  top: -182px;
  height: auto;
}

.home-page .sec-2 .content {
  /*height: 1021px;*/
  z-index: 2;
}

.home-page .sec-2 .m_title {
  padding: 13px 0;
  border-bottom: 1px solid ;
  font-size: 20px;
  color: white;
  font-weight: bold;
}

.home-page .sec-2 .sec-2-hd {
  width: 100%;
  height: 120px;
  background: url("./images/hd-bg.jpg") no-repeat;
  margin-bottom: 17px;
}

.home-page .sec-2 .sec-2-hd div {
  float: left;
}

.home-page .sec-2 .sec-2-hd .hd-t p {
  font-size: 24px;
  margin: 24px 48px;
  color: white;
}

.home-page .sec-2 .sec-2-hd .hd-c {
  width: 293px;
  height: 100%;
}

.home-page .sec-2 .sec-2-hd .hd-c a {
  display: block;
  width: 162px;
  height: 62px;
  margin: 29px auto;
  text-align: right;
  font-size: 20px;
  color: white;
  font-weight: 600;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

.home-page .sec-2 .sec-2-hd .hd-c a:hover {
  color: #f5b04e;
}

.home-page .sec-2 .sec-2-hd .hd-c a:hover b {
  color: #f5b04e;
}

.home-page .sec-2 .sec-2-hd .hd-c a p {
  padding-top: 10px;
}

.home-page .sec-2 .sec-2-hd .hd-c a b {
  display: block;
  font-size: 14px;
  color: #569cc5;
  margin-top: -3px;
}

.home-page .sec-2 .sec-2-hd .hd-c a b span {
  margin-left: 4px;
  display: inline-block;
  line-height: 12px;
  padding: 0 2px;
  border: 1px solid;
  font-family: "宋体";
}

.home-page .sec-2 .sec-2-hd .hd-xin a {
  background: url("./images/xin.png") left center no-repeat;
}

.home-page .sec-2 .sec-2-hd .hd-kf a {
  background: url("./images/kf.png") left center no-repeat;
}

.home-page .sec-2 .sec-2-hd .hd-vip a {
  background: url("./images/vip.png") left center no-repeat;
}

.home-page .sec-2 .sec-2-c {
  /*margin-top: 17px;*/
  overflow: hidden;
}

.home-page .sec-2 .sec-2-c > div {
  float: left;
  height: 672px;
}

.home-page .sec-2 .sec-2-c .content-sec-2-l {
  width: 585px !important;
  margin-right: 10px;
  height: auto;
}

.home-page .sec-2 .sec-2-c .content-sec-2-c-r {
  height: 1031px;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l {
  width: 595px;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-news {
  width: 100%;
  height: 335px;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-news > div {
  float: left;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-news .sec-2-news-t {
  width: 120px;
  height: 100%;
  font-size: 24px;
  color: white;
  background: url("./images/news-t.jpg");
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-news .sec-2-news-t p {
  text-align: center;
  margin: 94px 0;
  /* height: 94px; */
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-news .sec-2-news-l {
  width: 475px;
  height: 100%;
  background-color: #293146;
  position: relative;
}
.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-news .sec-2-news-l .sec-2-news-tab {
  width: 455px;
  margin: 0 10px;
  line-height: 69px;
  height: 55px;
  border-bottom: 1px solid #212534;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-news .sec-2-news-l .sec-2-news-tab:after {
  content: "";
  clear: both;
}
.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-news .sec-2-news-l .sec-2-news-tab .newsMore {
  z-index: 10;
  top: 27px;
  right: 10px;
  color: #637d9c;
  position: absolute;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  font-size: 15px;
  text-align: center;
  background: url("./images/more.png");
}
.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-news .sec-2-news-l .sec-2-news-tab .newsMore:hover {
  background: url("./images/more-h.png");
}
.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-news .sec-2-news-l .sec-2-news-tab .sec-2-news-tab-i {
  display: block;
  float: left;
  width: 20%;
  height: 65px;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 16px;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-news .sec-2-news-l .sec-2-news-tab .sec-2-news-tab-i-h {
  color: #e59434 !important;
  background: url(./images/news-tab-h.png) center 54px no-repeat;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-news .sec-2-news-l .sec-2-news-list {
  width: 100%;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-news .sec-2-news-l .sec-2-news-list .sec-2-news-hot {
  width: 440px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #242a3b;
  margin: 20px auto 10px;
  color: #e59434;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-news .sec-2-news-l .sec-2-news-list .sec-2-news-hot a {
  font-size: 18px;
  color: #e59434;
  font-weight: bold;
}
.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-news .sec-2-news-l .sec-2-news-list .sec-2-news-hot img {
  vertical-align: super;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-news .sec-2-news-l .sec-2-news-list .sec-2-news-list-c {
  height: 209px;
  width: 440px;
  margin: 0 auto;
  font-size: 14px;
  display: none;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-news .sec-2-news-l .sec-2-news-list .sec-2-news-list-c li {
  height: 29px;
  line-height: 27px;
  background: url("./images/news-i.png") left 10px no-repeat;
  overflow: hidden;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-news .sec-2-news-l .sec-2-news-list .sec-2-news-list-c li a:after {
  content: "";
  clear: both;
  display: block;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-news .sec-2-news-l .sec-2-news-list .sec-2-news-list-c li a .news-content {
  margin-left: 10px;
  width: 82%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-news .sec-2-news-l .sec-2-news-list .sec-2-news-list-c li a .news-time {
  float: right;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-enter {
  width: 100%;
  height: 318px;
  margin-top: 19px;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-enter > a {
  height: 316px;
  display: block;
  float: left;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-enter .enter-1 {
  width: 296px;
  border: 1px solid #37425d;
  background:#293146 url(./images/enter-1.png) 63px 43px no-repeat;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-enter .enter-1:hover {
  background-image:url("./images/enter-1-h.png");
  background-position: 64px 43px;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-enter .enter-2 {
  width: 296px;
  border: 1px solid #37425d;
  border-left: none;
  background: #293146 url(./images/enter-2.png) 60px 43px no-repeat;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .sec-2-enter .enter-2:hover {
  background-image:url("./images/enter-2-h.png");
  background-position: 61px 43px;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .location {
  width: 570px;
  height: 66px;
  padding: 10px 0 0 10px;
  background-color: #2b4578;
  color: white;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .location a {
  color: white;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .location h1 {
  font-size: 30px;
  font-weight: normal;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .location p {
  font-size: 12px;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d {
  padding: 0 50px;
  width: 478px;
  height: auto;
  border: 1px solid #37425d;
  background-color: #293146;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_page {
  font-size: 14px;
  width: 100%;
  padding: 20px 0;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_page .news_title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  color: #d89341;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_page .news_author {
  color: #757584;
  border-bottom: 1px solid #1f2330;
  width: 100%;
  content: '';
  display: block;
  clear: both;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_page .news_author:after {
  content: '';
  display: block;
  clear: both;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_page .news_author .news_author_l {
  float: left;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_page .news_author .news_author_r {
  float: right;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_page .news_author .news_author_r .author_i {
  margin-right: 10px;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_page .news_content {
  min-height: 200px;
  color: white;
  padding-top: 20px
}
.news_content img {max-width: 100%;}
.news_content table { width: 100%;}
.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_page .news_link {
  margin: 70px 0;
  color: white;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_page .news_link a {
  color: white;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_page .news_link a:hover {
  color: #ffa234;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_page .news_link .news_link_up {
  margin-bottom: 10px;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_page .other {
  color: white;
  margin-bottom: 50px;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_page .other:after {
  content: '';
  display: block;
  clear: both;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_page .other .other_title {
  border-bottom: 1px solid white;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_page .other .other_list {
  margin-top: 20px;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_page .other .other_list li {
  color: white;
  float: left;
  width: 100%;
  margin: 3px 1% 3px 0;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_page .other .other_list li a {
  color: white;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_page .other .other_list li a:hover {
  color: #ffa234;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_page .other .other_list li span {
  float: right;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_list {
  padding: 25px 0;
  height: 1100px;
  font-size: 12px;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_list .news_listItem {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px dashed black;
  color: white;
  padding: 0 5px;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_list .news_listItem:after {
  content: '';
  display: block;
  clear: both;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_list .news_listItem .news_listItem-c {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_list .news_listItem a {
  float: left;
  color: white;
}
.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_list .news_listItem a:hover {
  color: #ffa63c
}
.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_list .news_listItem span {
  float: right;
}

.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_list .paging {
  text-align: center;
  margin-top: 50px;
}
.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_list .paging a {
  padding:5px 10px;
  color: black;
  background-color: white;
}
.home-page .sec-2 .sec-2-c .sec-2-c-l .content-d .news_list .paging span {
  color: white;
  background-color: #a31720;
  padding: 5px 10px 6px;
}

.home-page .sec-2 .sec-2-c .sec-2-c-r {
  width: 405px;
}

.home-page .sec-2 .sec-2-f {
  margin-top: 15px;
  height: 189px;
}

.home-page .sec-2 .sec-2-f > div {
  background-color: #293146;
  float: left;
  border: 1px solid #37425d;
}

.home-page .sec-2 .sec-2-f .sec-2-f-l {
  width: 576px;
  margin-right: 3px;
}

.home-page .sec-2 .sec-2-f .sec-2-f-l > div {
  height: 100%;
  float: left;
}

.home-page .sec-2 .sec-2-f .sec-2-f-l .sec-2-cus {
  padding: 3px 0 15px 15px;
  height: 170px;
  width: 240px;
  position: relative;
}

.home-page .sec-2 .sec-2-f .sec-2-f-l .sec-2-cus .cus-call {
  font-size: 12px;
  color: white;
  margin-top: 10px;
}
.cus-call .s2-cuscall {
  margin-left: 60px;
}
.home-page .sec-2 .sec-2-f .sec-2-f-l .sec-2-cus .cus-call p {
  padding: 2px 0;
}

.home-page .sec-2 .sec-2-f .sec-2-f-l .sec-2-cus .cus-call p .btn {
  padding: 0px 18px 2px 18px;
  background-color: #e59434;
  color: white;
  background-image: none;
}
.home-page .sec-2 .sec-2-f .sec-2-f-l .sec-2-cus .cus-call p .btn:hover {
  background-color: #f5b04e;
}
.home-page .sec-2 .sec-2-f .sec-2-f-l .sec-2-cus .wx-code {
  position: absolute;
  top: 75px;
  right: 0;
}

.home-page .sec-2 .sec-2-f .sec-2-f-l .sec-2-link {
  padding: 3px 5px 15px 15px;
  width: 300px;
  height: 170px;
}

.home-page .sec-2 .sec-2-f .sec-2-f-l .sec-2-link .sec-2-link-c {
  width: 100%;
  height: 95px;
  margin-top: 13px;
}

.home-page .sec-2 .sec-2-f .sec-2-f-l .sec-2-link .sec-2-link-c .links {
  float: left;
  width: 126px;
  height: 100%;
}
.home-page .sec-2 .sec-2-f .sec-2-f-l .sec-2-link .sec-2-link-c .links>a {
  margin-right: 5px;
}
.home-page .sec-2 .sec-2-f .sec-2-f-l .sec-2-link .sec-2-link-c .ads {
  width: 163px;
  height: 100%;
  float: right;
}

.home-page .sec-2 .sec-2-f .sec-2-f-l .sec-2-link .sec-2-link-c .ads .ads-link {
  width: 161px;
  border: 1px solid #314f88;
  background-color: #2b4578;
  height: 31px;
  line-height: 31px;
  text-align: center;
  color: white;
}
.home-page .sec-2 .sec-2-f .sec-2-f-l .sec-2-link .sec-2-link-c .ads .ads-swaper-frame {
  height: 50px;
  width: 100%;
  background-color: #222a3b;
  padding: 7px 0;
}
.home-page .sec-2 .sec-2-f .sec-2-f-l .sec-2-link .sec-2-link-c .ads .ads-swaper {
  margin: 0 auto;
}

.home-page .sec-2 .sec-2-f .sec-2-f-l .sec-2-link .sec-2-link-c .ads .ads-swaper ul {
  width: 150px;
  height: 50px;
  margin: 0 auto;
}

.home-page .sec-2 .sec-2-f .sec-2-f-r {
  width: 397px;
  padding: 3px 5px 15px 15px;
  height: 170px;
}

.home-page .sec-2 .sec-2-f .sec-2-f-r .mt-more {
  width: 15px;
  background: url("./images/more.png");
  height: 15px;
  display: block;
  float: right;
  margin: 10px 10px 0 0;
}
.home-page .sec-2 .sec-2-f .sec-2-f-r .mt-more:hover {
  background: url("./images/more-h.png");
}
.home-page .sec-2 .sec-2-f .sec-2-f-r .mt-list {
  margin-top: 14px;
}

.home-page .sec-2 .sec-2-f .sec-2-f-r .mt-list a {
  width: 128px;
}

.home-page .sec-2 .sec-2-f .sec-2-f-r .mt-list a:first-child {
  margin-left: 2px;
}

.home-page .sec-2 .sec-2-f .sec-2-f-r .mt-list a img {
  width: 128px;
  height: 95px;
}

.home-page .sec-2 .sec-2-f .sec-2-f-r .mt-list .mt-child-3 {
  margin: 0;
}

/*侧边*/
.side {
  width: 100%;
  height: 100%;
}

.side .side-kv {
  position: relative;
  width: 100%;
  height: 335px;
}

.side .side-kv .kv-i {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.side .side-kv .kv-i li {
  display: block;
  float: left;
  height: 12px;
  width: 12px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #353b42;
  margin: 0 3px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  transition: width 1s;
}

.side .side-kv .kv-i .active {
  width: 29px;
  background-color: #b18547 !important;
}

.side .side-info {
  width: 100%;
  height: 318px;
  margin-top: 19px;
  background: url("./images/info-bg.jpg");
}

.side .side-info .m_title {
  margin: 0px 15px;
  padding-top: 18px;
  position: relative;
  border-bottom: 1px solid #191d2a;
}

.side .side-info .m_title .mt-more {
  position: absolute;
  right: 0;
  top: 21px;
  width: 15px;
  height: 15px;
  display: block;
  background: url("./images/more.png");
  margin-top: 5px;
}
.side .side-info .m_title .mt-more:hover {
  background: url("./images/more-h.png");
}

.side .side-info .info-box .info-tab {
  overflow: hidden;
  font-size: 20px;
  color: white;
}

.side .side-info .info-box .info-tab li {
  float: left;
  height: 90px;
  width: 24%;
  text-align: center;
  cursor: pointer;
  margin-top: 15px;
  background: url("./images/info-i.jpg") center 79px no-repeat;
}

.side .side-info .info-box .info-tab li:first-child {
  margin-left: 9px;
}

.side .side-info .info-box .info-tab .info-tab-h {
  color: #ffb348;
  background: url("./images/info-i-h.png") center bottom no-repeat;
}
.side .side-info .info-box .info-tab .info-tab-h-2 {
  background: url(./images/info-i-h-2.png) center bottom no-repeat;
}
.side .side-info .info-box .info-panel .info-panel-i {
  overflow: hidden;
  padding-left: 11px;
  margin-top: 15px;
  display: none;
}

.side .side-info .info-box .info-panel .info-panel-i li {
  float: left;
  color: #ffb348;
  margin: 5px 0;
  width: 94px;
  text-align: right;
}

.side .side-info .info-box .info-panel .info-panel-i li a {
  font-size: 14px;
  padding: 0 12px;
  color: white;
}

.side .side-info .info-box .info-panel .info-panel-i li a:hover {
  color: #b87c35;
}

.side .side-footer {
  height: 341px;
  width: 403px;
  border: 1px solid #37425d;
  background-color: #293146;
  margin-top: 15px;
  overflow: hidden;
}

.side .side-footer .m-title {
  padding: 16px 0 10px 0;
  border-bottom: 1px solid #191d2a;
  font-size: 20px;
  color: white;
  font-weight: bold;
  margin: 0 15px;
  overflow: hidden;
  position: relative;
}

.side .side-footer .m-title .more {
  position: absolute;
  width: 15px;
  text-align: center;
  height: 15px;
  display: block;
  top: 18px;
  right: 0;
  color: #5e748e;
  background: url("./images/more.png");
  margin: 5px 10px 0 0;
}
.side .side-footer .m-title .more:hover {
  background: url("./images/more-h.png");
}
.side .side-footer .mt-list {
  margin-top: 14px;
  min-height: 89px;
  padding: 0 5px; overflow: hidden;
}

.side .side-footer .mt-list a {
  width: 128px;
  height: 95px;
  float: left;margin-right: 2px;
}

.side .side-footer .mt-list a img {
  width: 128px;
  height: 95px;
}

.side .side-footer .mt-list .mt-child-3 {
  margin: 0;
}

.side .side-footer .cus {
  position: relative;
}

.side .side-footer .cus .cus-call {
  font-size: 12px;
  color: white;
  margin-left: 15px;
}
.side .side-footer .cus .cus-call p {
  padding: 2px 0;
}

.side .side-footer .cus .cus-call p .btn {
  padding: 0px 18px 2px 18px;
  background-color: #e59434;
  color: white;
  background-image: none;
}

.side .side-footer .cus .wx-code {
  position: absolute;
  top: 10px;
  left: 178px;
}

.side .side-footer .cus .wx-code-info {
  position: absolute;
  padding: 8px 18px;
  line-height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
  height: 87px;
  background-color: rgba(255, 255, 255, 0.3);
  top: 10px;
  left: 265px;
  font-size: 12px;
  color: white;
}

.side .side-footer .cus .wx-code-info b {
  color: #d89341;
}

/*登陆后*/
.home-page .loged {
  margin-top: 30px;
}
.home-page .loged li{
  margin:10px 0;
}
.home-page .loged a {
  color: white;
}
.home-page .loged .loged-highlight {
  color: #ffba57
}
.home-page .loged-usercenter{
  text-align: left;

}
.home-page .loged-usercenter a{
  margin-right: 20px;

}

/*服务器*/
.home-page .type-choose {
  width: 90%;
  margin: 10px auto;
  height: 53px;
  color: white;
  padding: 5px 10px 0;
  text-align: 40px;
  background-color: rgba(0,0,0,.1);
}
.home-page .type-choose>div:first-child {
  overflow: hidden;
}
.home-page .type-choose>div:first-child>div {
  float: left;
}
.select1 {
  margin-left: 10px;
}
.select2 {
  margin-left: 10px;
}
.home-page .select-dom {
  width: 63px;
  height: 18px;
  display: inline-block;
  background: white;
  vertical-align: middle;
  position: relative;
  color: black;
}

.home-page .select-btn {
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 5px solid black;
  border-left: 5px solid white;
  border-right: 5px solid white;
  border-bottom: none;
  cursor: pointer;
  _font-size: 0;
  overflow: hidden;
  right: 6px;
  top: 7px;
}

.home-page .select-con {
  width: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 18px;
  white-space: nowrap;
  line-height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("//img1.37wanimg.com/www/images/common/spacer.gif");
  cursor: pointer;
  text-align: center;
}
.home-page .type-option-dom {
  width: 63px;
  color: black;
  font-size: 12px;
  border: 0;
  background: #fff;
}
.home-page .option-dom {
  color: black;
  background-color: white;
  width: 63px;
}
.home-page .type-option-dom li:hover {
  background-color: #d89e4b;
}
.home-page .s-fastin {
  width: 40px;
  text-align: center;
}
.home-page .btnFast {
  padding: 3px 5px;
  background-color: #d89e4b;
  color: white;
}
.home-page .btnFast:hover {
  background-color: #feaf3f;
}
.server_d {
  overflow: hidden;
  padding: 0 20px;
}
.server_d li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  padding-left: 25px;
  width: 156px;
  height: 17px;
  background: url(./images/server-i.png) left center no-repeat;
  margin: 5px 0;
  color: white;
}
.server_d li:hover {
  color: #e59434;
}
.server_d li strong{
  margin-right: 20px;
  float: right;

}
.option-bg ,.option-bg-type {
  position: absolute;
  z-index: 2
}
.sec-1-server-choose {
  margin-top: 10px;
}
.option-bg li{
  text-align: center;
}

/*服务器列表页*/
.server_page {
  width: 100%;
  height: 1100px;
  overflow: hidden;
  background: url("./images/server_page.jpg") center top no-repeat;
  position: relative;
}
.server_page .content {
  width: 1000px !important;
  height: 1100px;
  position: relative;
  overflow: hidden;
}
.server_page .logo {
  position: absolute;
  display: block;
  height: 114px;
  width: 210px;
  left: 27px;
  top: 10px;
  background: url(./images/nav-logo.png?v=3);
}
.server_page .server_page_content {
  width: 670px;
  height: 110px;
  position: absolute;
  right: 20px;
}
.server_page .server_page_content .nav {
  margin-top: 20px;
}
.server_page .server_page_content .nav a {
  display: block;
  float: left;
  width: 153px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  color: white;
  font-size: 22px;
  margin-left: 19.3px;
  background: url("./images/server-page-btn.png");
  transition: background .3s;
}
.server_page .server_page_content .nav a:hover {
  background: url("./images/server-page-btn-h.png");
}
.server_page .server_page_content .nav .navItem_1 {
  margin: 0;
}
.server_page .server_page_content .login {
  position: relative;
  margin-top: 174px;
  height: 87px;
}

.server_page .server_page_content .login .login_input div {
  float: left;
  width: 51px;
  overflow: hidden;
}
.server_page .server_page_content .login .login_input img {
  vertical-align: top;
  display: block;
  float: left;
  margin-top: 8px;
}
.server_page .server_page_content .login .login_input p {
  float: right;
  line-height: 32px;
}
.server_page .server_page_content .login .login_input .id_icon {
  width: 54px;
  position: absolute;
  top: 15px;
  left: 25px;
}
.server_page .server_page_content .login .login_input .psw_icon {
  width: 54px;
  position: absolute;
  top: 15px;
  left: 270px;
}
.server_page .server_page_content .login .login_input input {
  width: 155px;
  border-radius: 5px;
  height: 20px;
  padding: 7px 0 7px 65px;
  margin-top: 15px;
  margin-left: 20px;
}
.server_page .server_page_content .login .login_tool {
  margin-top: 5px;
  overflow: hidden;
}
.server_page .server_page_content .login .login_tool > div {
  float: left;
}
.server_page .server_page_content .login .login_tool .rem {
  margin: 5px 7px 0 20px;
  color: white;
}
.server_page .server_page_content .login .login_tool .rem input {
  margin-right: 5px;
}
.server_page .server_page_content .login .login_tool .forget {
  color: white;
  line-height: 15px;
  margin-top: 7px;
}
.server_page .server_page_content .login .login_tool .forget a {
  color: white;
  padding: 0 5px;
}
.server_page .server_page_content .login .login_tool .other {
  margin-left: 16px;
  color: white;
}
.server_page .server_page_content .login .login_tool .other label {
  vertical-align: top;
  line-height: 29px;
}
.server_page .server_page_content .login .login_tool .other a {
  margin-left: 10px;
}
.server_page .server_page_content .login .login_btn {
  position: absolute;
  top: 16px;
  right: 15px;
}
.server_page .server_page_content .login .login_btn a {
  width: 150px;
  height: 50px;
  line-height: 50px;
  background: #d89341;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: white;
  text-align: center;
}
.server_page .server_page_content .login .login_btn a:hover {
  background: #ffa943;
  color: white!important;
}
.server_page .server_page_content .server_list {
  padding: 20px 15px;
  margin-top: 75px;
}
.server_page .server_page_content .title {
  font-size: 18px;
  color: white;
  font-weight: 600;
  margin:10px 0;
}
.server_page .server_page_content .server_list .recommend_server .list li {
  float: left;
  margin:0 10px 10px 0;
}
.server_page .server_page_content .server_list .recommend_server .list a {
  display: inline-block;
  width: 203px;
  height: 42px;
  line-height: 42px;
  background: #d89e4b;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.server_page .server_page_content .server_list .recommend_server .list a strong {
  color: #b00000;
  font-weight: normal;
}
.server_page .server_page_content .server_list .recommend_server .list a:hover strong{
  color: #f8d314;
}
.server_page .server_page_content .server_list .choose_server .title {
  font-size: 18px;
  color: white;
  font-weight: 600;
}
.server_page .loged-top {
  display: none;
}
.server_page .loged-panel {
  overflow: hidden;
  padding: 15px 70px;
  color: white;
}
.server_page .loged-panel a {
  color: #f5b04e;
}
.server_page .loged-panel li {
  float: left;
  width: 264px;
}
.server_page .f-ar {
  text-align: left!important;
}
.server_page .f-ar a {
  margin-right: 10px;
}
.s-main .type-choose {
  background: none;
  height: auto;
  color: white;
}

.s-main #selFastType {
  margin-right: 10px
}

.s-main .select1,
.s-main .select2 {
  display: inline-block;
  color: #2c211b;
  position: relative;
  *display: inline;
  *margin-left: 4px;
  *z-index: 2;
  font-size: 12px;
  vertical-align: middle;
  margin-right: 5px
}

.s-main .select-dom {
  width: 108px;
  height: 22px;
  display: inline-block;
  background: white;
  vertical-align: middle;
  position: relative;
}

.s-main .select-btn {
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 5px solid black;
  border-left: 5px solid white;
  border-right: 5px solid white;
  border-bottom: none;
  cursor: pointer;
  _font-size: 0;
  overflow: hidden;
  right: 6px;
  top: 9px;
}

.s-main .select-con {
  width: 90px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("//img1.37wanimg.com/www/images/common/spacer.gif");
  cursor: pointer;
  text-align: center;
}

.s-main .sup-tab-btn {
  line-height: 16px;
  height: 16px;
  cursor: pointer;
  padding: 2px 0;
  text-align: center;
  background: white;
}

.s-main .sup-tab-btn:hover {
  background: #b09369;
  color: white
}

.s-main .s-fastin {
  background: white;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 54px;
  padding: 0 2px;
  margin-right: 6px;
  color: #4a5a7b;
}

.s-main #btnFast {
  background: #f93f4b;
  display: inline-block;
  height: 22px;
  text-align: center;
  line-height: 22px;
  margin-left: 5px;
  width: 80px;
  color: white;
  border-radius: 2px;
}

.s-main #btnFast:hover {
  background: #f4e387;
  color: #333;
}

.s-main .s-server-list {
  margin-top: 10px
}

.s-main #servers {
  overflow: auto;
  margin-top: 10px;
}

.s-main #servers li {
  float: left;
  height: 43px;
  line-height: 43px;
  text-align: center;
  margin: 0 10px 10px 0;
}

.s-main #servers li a {
  color: white;
}
.s-main #servers li a:hover span{
  color: #ffc000;
}
.s-main #servers li span {
  color: #b00000;
}

.s-main #servers li:hover {
  /*background: url("./images/server-btn-h.png") no-repeat;
*/}

.s-main #servers li:nth-child(3n) {
  margin-right: 0px
}

.s-main .option-bg {
  position: absolute;
  width: 106px;
  top: 23px;
  display: none;
  z-index: 2;
  background: #a7918c;
  border: 1px solid #A2A2A2;
}

.s-main .option-dom {
  background: white;
  font-size: 12px;
}

.s-main .option-dom li {
  height: 16px;
  line-height: 16px;
  padding: 2px 0;
  text-align: center;
  overflow: hidden;
}

.option-dom li.focus {
  background: #b09369;
  color: white
}
.server_page .server_page_content .server_list .choose_server .choose_server_nav a {
  float: left;
  display: block;
  zoom: 1;
  padding: 2px 17px;
  margin: 10px 3px 10px 3px;
  background-color: white;
  color: black;
}
.server_page .server_page_content .server_list .choose_server .choose_server_nav a:hover {
  background-color: #dc3843;
  color: white;
}
.server_page .server_page_content .server_list .choose_server .choose_server_nav li{
  display: block;
  zoom: 1;
  float: left;
  padding: 2px 18px;
  margin: 10px 3px 10px 3px;
  background-color: white;
  color: black;
  cursor: pointer;
}
.server_page .server_page_content .server_list .choose_server .choose_server_nav li:hover {
  color: white;
  background-color: #dc3843;
}
.server_page .server_page_content .server_list .choose_server .choose_server_list {
  margin-top: 20px;
  height: 380px;
  width: 654px;
  overflow-y: auto;
}
.server_page .server_page_content .server_list .choose_server .choose_server_list a {
  display: inline-block;
  zoom:1;
  height: 42px;
  line-height: 42px;
  text-align: center;
  width: 200px;
  color: black;
  font-size: 14px;
  margin: 5px 0;
  background-color: #d89e4b;
}
.server_page .server_page_content .server_list .choose_server .choose_server_list a:hover {
  background-color: #b97b22;
}
.server_page .server_page_content .server_list .choose_server .choose_server_list a strong {
  margin-right: 15px;
  color: #b00000;
}
.server_page .server_page_content .server_list .choose_server .choose_server_list a:hover strong{
  color: #ffdf00;
}
.server_page .server_page_content .server_list .choose_server .choose_server_list a .state {
  color: #aa2114;
  margin-left: 30px;
}
.side2 .side-info {
  background: url("./images/info-bg-2.jpg")!important;
}
.side2 .side-info .m_title  {
  border-color: white;
}
.side2 .side-info .info-box .info-panel .info-panel-i li a:hover {
  color: #25334e;
}
.side2 .side-info .m_title .mt-more:hover {
  color: white;
}
.info-tab-h-2 {
  background: url(./images/info-i-h-2.png) center bottom no-repeat;
}
.get-card .sec-2 .sec-2-c .sec-2-c-l .content-d  {
  width: 900px;
  padding:20px 50px
}
.get-card .sec-2 .sec-2-c .sec-2-c-l .location {
  width: 1000px;
}
.get-card .article-content {
  color: white;
}
.get-card .type-choose {
  margin: 10px 0;
  padding: 5px 10px;
}
.get-card .card-content {
  padding-left: 0;
  margin-bottom: 30px;
  font-size: 14px;
}
.get-card .article-title h1 {
  text-align: center;
  height: 30px;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.get-card .card-content p {
  padding-left: 10px;
}
.get-card .sec-2 .sec-2-c .sec-2-c-l .content-d {
  height: 500px;
  color: white;
}
.get-card .sec-2 .sec-2-c .content-sec-2-l {
  height: 500px;
}
.get-card .sec-2 .sec-2-c {
  margin-top: 0;
}
.side2 .side-info .info-box .info-panel .info-panel-i li {

  color: #ffb348;
}
.displayNone {
  display: none;
}
.three-icon{background: url("//img1.37wanimg.com/common/css/images/three.png") no-repeat;transition: .5s;width: 28px;height: 28px;display: inline-block;text-indent: -9999em;vertical-align: middle;margin: 0 8px;}
.three-wx{background-position:  -39px 0;}
.three-wb{background-position:  -78px 0;}

.recommend_server .list {
  overflow:hidden
}
