body {
  font-family: "Microsoft YaHei";
  background:#f7fcff;
}
.banner {
  position: relative;
  width: 100%;
  min-width: 1260px;
  height: 520px;
  z-index: 1;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner .banner-pagination {
  position: absolute;
  /*left: 50%;*/
  right: 50%;
  bottom: 20px;
  /*width: 1260px;*/
  height: 16px;
  margin-right: -630px;
  overflow: hidden;
  z-index: 2;
}
.banner .swiper-button-prev,.banner .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 70px;
  margin-top: -35px;
  background-color: #d82133;
  background-image: url(../img/arrows.png);
  background-repeat: no-repeat;
  background-size: 50px 140px;
  opacity: .7;
  transition: all .2s;
}

.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover {
  opacity: 1;
}

.banner .swiper-button-prev {
  left: 0;
  background-position: 0 0;
}

.banner .swiper-button-next {
  right: 0;
  background-position: 0 -70px;
}

.banner-pagination .swiper-pagination-switch {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 12px;
  border-radius: 16px;
  background: #fff;
  opacity: .8;
  transition: all .2s;
}

.banner-pagination .swiper-active-switch {
  width: 40px;
  transition: all .2s;
  opacity: 1;
}

.link-nav {
  width: 100%;
  min-width: 1260px;
  height: 70px;
  background: #ff7a5a;
}

.link-nav .link-container {
  width: 1260px;
  margin: 0 auto;
}

.link-nav .link {
  position: relative;
  float: left;
  display: block;
  width: 315px;
  height: 66px;
  line-height: 66px;
  margin-top: 2px;
  box-sizing: border-box;
  border-right: 1px solid #ff7a5a;
  font-size: 18px;
  background-color: #fff;
  color: #ff6633;
  text-align: center;
  transition: all .2s;
}
.link-nav .link span {
  padding-left: 24px;
  position: relative;
  z-index: 1;
}
.link-nav .link i {
  position: absolute;
  top:20px;
  left: 98px;
  display: inline-block;
  width: 28px;
  height: 25px;
  background: url(../images/icons.png) 0 -24px no-repeat;
  z-index: 1;
}
.link-nav .l-password i {
  background-position-y:-92px;
}
.link-nav .l-charge i {
  background-position-y:-167px;
}
.link-nav .l-service i {
  background-position-y:-236px;
}
.link-nav .link:hover,.link-nav .link.act {
  color: #fff;
}
.link-nav .link .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: url(../images/sl-bg.png) 0 0 no-repeat;
  transition: all .5s;
}
.link-nav .link:hover .hover,.link-nav .link.act .hover {
  width: 100%;
}

.link-nav .link:hover .hover {
  animation: hoverLen .5s ease 1;
}

@keyframes hoverLen {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.link-nav .link:hover i,.link-nav .link.act i {
  background-position-x:-28px;
}

/*.link-nav .l-account:hover i {
  background-position-y:-286px;
}
.link-nav .l-password:hover i {
  background-position-y:-92px;
}
.link-nav .l-charge:hover i {
  background-position-y:-167px;
}
.link-nav .l-service:hover i {
  background-position-y:-236px;
}*/

.main {
  position: relative;
  width: 100%;
  min-width: 1260px;
  overflow: hidden;
  background: #f7fcff;
}

.main .wrapper {
  width: 1260px;
  padding-top: 40px;
  margin:0 auto;
  overflow: hidden;
}

.p1 {
  width: 100%;
  height: 340px;
  overflow: hidden;
  background:#fff;

}

.p1 .news {
  float: left;
  width: 562px;
  height: 100%;
  padding:25px;
}

.news .main-news {
  width: 100%;
  overflow: hidden;
}

.m-title {
  margin-bottom: 20px;
  font-size: 24px;
  color: #ff6633;
}
.m-title:hover {
  text-decoration: underline;
}

.m-preview {
  float: left;
  width: 180px;
  height: 100px;
  background-size: cover;
}

.desc-wrap {
  float: right;
  width: 370px;
}
.m-desc {
  float: right;
  width: 370px;
  font-size: 14px;
  color: #999;
  line-height: 27px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.seek {
  color: #000;
}
.m-desc:hover {
  color: #000;
}

.news-list {
  float: left;
  margin-top: 30px;
}

.news-list li {
  float: left;
  width: 262px;
  height: 21px;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
}
.news-list li:nth-of-type(even) {
  float: right;
}

.news-list li > a {
  padding-left: 0px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  background: url(../images/ling.png) 0 center no-repeat;
}

.news-list li > a:hover {
  color: #ff6633;
}

.p1 .p1-slides {
  position: relative;
  float: right;
  width: 630px;
  height: 100%;
}
.p1-slides .swiper-container {
  height: 100%;
}

.p1-button-prev,.p1-button-next {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 30px;
  background-color: #999;
  background-image: url(../img/s-arrows.png);
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
  transition: all .2s;
}
.p1-button-prev:hover,.p1-button-next:hover {
  background-color: #ff6633;
  transition: all .2s;
}

.p1-button-prev {
  right: 40px;
  border-right: 1px solid #fff;
  background-position: 0 0;
}

.p1-button-next {
  right: 0;
  background-position: -40px 0;
}

.adver {
  position: relative;
  width: 1260px;
  height: 160px;
  margin-top: 60px;
  background: url(../images/stone-bg1.jpg) 0 0 no-repeat;
}
.adver > a {
  display: block;
  width: 100%;
  height: 100%;
}

.adver .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 135px;
}

.adver .left {
  float: left;
  width: 296px;
  margin-left: 55px;
  margin-top: 58px;
  color: #f7ffff;
  font-family: "??????";
}

.adver .left h1 {
  font-size: 30px;
  font-weight: bold;
}

.adver .left p {
  font-size: 18px;
}

.adver .left .btn {
  display: block;
  width: 146px;
  height: 48px;
  margin-top: 10px;
  background: url(../images/dl-btn.png) 0 0 no-repeat;
}
.adver .left .btn:hover {
  background-image:url(../images/dl-btn-h.png);
}

.adver .right {
  float: right;
  width: 815px;
  font-family: "??????";
}

.adver .features {
  float: left;
  width: 158px;
  margin-top: 58px;
  margin-left: 108px;
}

.adver .features .f {
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding-left: 24px;
  color: #a0f8ff;
  font-size: 16px;
  background: url(../images/correct.png) 0 center no-repeat;
}

.adver .mini-slides {
  position: relative;
  float: left;
  width: 815px;
  height: 160px;
  /*margin-left: 42px;*/
  /*margin-top: 34px;*/
}

.adver .mini-slides .swiper-container {
  height: 100%;
}

.mini-slides .mini-button-prev,.mini-slides .mini-button-next {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url(../images/m-arrows.png) 0 0 no-repeat;
  cursor: pointer;
  z-index: 10;
}
.mini-slides .mini-button-prev {
  left: 48px;
  background-position: 0 0;
}
.mini-slides .mini-button-next {
  right: 24px;
  background-position: 0 -22px;
}
.mini-slides .mini-button-prev:hover,.mini-slides .mini-button-next:hover {
  background-image:url(../images/m-arrows-h.png);
}


.adver .mini-slides .swiper-slide img {
  width: 100%;
}

.reco-game {
  width: 1260px;
  margin-top: 60px;
  overflow: hidden;
}

.re-tit{
  margin-bottom:20px;
  margin-top:20px;
  line-height:1;
}
.re-tit h2{
  /*height: 24px;*/
  padding-left: 17px;
  margin-bottom: 6px;
  line-height: 1.2;
  /*border-left: 4px solid #ff7a5a;*/
  font-size: 40px;
  font-weight:700;
  color: #000;
  text-align:center;
}

.re-tit h3{
  font-size:20px;
  color:#888;
  text-align:center;
}
.game-item {
  position: relative;
  box-sizing: border-box;
  height: 130px;
  margin-top: 20px;
  border:1px solid #e6f0f6;
  box-shadow: 0px 1px 2px #e6f0f6;
  background: #fff;
}

.g-content {
  color: #666;
}

.game-item .g-icon {
  float: left;
  width: 90px;
  margin-right: 10px;
}

.game-item .g-shot {
  float: left;
  width: 128px;
  margin-right: 10px;
}

.game-item .g-content {
  width: 158px;
  float: left;
}

.game-item .g-content .g-name {
  font-size: 18px;
  color: #000;
}

.game-item .g-content .g-desc {
  font-size: 14px;
  color: #666;
}

.game-item .g-btn {
  display: block;
  float: left;
  width: 67px;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  line-height: 20px;
  text-align: center;
  color: #ff6633;
  font-size: 14px;
  border:1px solid #ff6633;
}
.game-item .l-btn {
  color: #fff;
  background: url(../images/btn-bg.png) 0 0 no-repeat;
}
.game-item .g-btn:hover {
  background: #ff6633;
  color: #fff;
}
.g-btn.dl {
  margin-right: 0;
}

.next-btn {
  position: absolute;
  top: 9px;
  right: 0;
  width: 67px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color:#000;
  background: url(../images/arrow-down.png) right center no-repeat;
}

.new-mobile {
  position: relative;
  float: left;
  width: 951px;
}
.new-mobile .next-btn {
  right: 18px;
}

/*.new-mobile .new-game-wrap {
  width:
}*/

.new-mobile .game-group {
  display: none;
  width: 100%;
  overflow: hidden;
  animation: fadeOut 1s ease 1;
  -webkit-animation: fadeOut 1s ease 1;
  -moz-animation: fadeOut 1s ease 1;
  -ms-animation: fadeOut 1s ease 1;
}

.new-mobile .game-group.curr {
  display: block;
  animation: fadeIn 1s ease 1;
  -webkit-animation: fadeIn 1s ease 1;
  -moz-animation: fadeIn 1s ease 1;
  -ms-animation: fadeIn 1s ease 1;
}

.new-mobile .game-item {
  float: left;
  width: 300px;
  padding: 20px;
  margin-right: 17px;
}

.new-pc {
  position: relative;
  width: 309px;
  float: right;
}

.new-pc .game-group {
  display: none;
  animation: fadeOut 1s ease 1;
  -webkit-animation: fadeOut 1s ease 1;
  -moz-animation: fadeOut 1s ease 1;
  -ms-animation: fadeOut 1s ease 1;
}

.new-pc .game-group.curr {
  display: block;
  nimation: fadeIn 1s ease 1;
  -webkit-animation: fadeIn 1s ease 1;
  -moz-animation: fadeIn 1s ease 1;
  -ms-animation: fadeIn 1s ease 1;
}

.new-pc .game-item {
  width: 309px;
}

.new-pc .g-content {
  width: 169px;
  margin-top: 20px;
}

.hot-game {
  position: relative;
  width: 1260px;
  height: 700px;
  margin-top: 60px;
  overflow: hidden;
}

.hot-game .change {
  position: absolute;
  right: 8px;
  top: 0;
  width: 65px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #000;
  background: url(../images/change.png) right center no-repeat;
}

.hot-game .main-hot-group {
  position: absolute;
  top: 150px;
  left: 0;
  width: 300px;
  height: 528px;
}

.hot-game .hot-game-wrap {
  position: absolute;
  top: 130px;
  right: 0;
  height: 528px;
}

.hot-game .game-group {
  height: 528px;
  display: none;
  overflow: hidden;
  z-index: 4;
}

.hot-game .game-group.curr {
  display: block;
  z-index: 5;
}

.hot-item {
  position: relative;
  float: left;
  width: 400px;
  height: 243px;
  margin-left: 17px;
  margin-top: 19px;
  border:1px solid #e6f0f6;
  box-shadow: 0px 1px 2px #e6f0f6;
  transform-origin: center center;
  transform:scale(0);
  opacity: 0;
  filter:alpha(opacity=0);
  background: #fff;
}

.hot-item .pic-wrap {
  width: 100%;
  height: 198px;
  overflow: hidden;
}


.game-group.curr .hot-item {
  transform: scale(1);
  opacity: 1;
  filter:alpha(opacity=100);
}

.game-group.hiding .hot-item {
  transform: scale(0);
  opacity: 0;
  filter:alpha(opacity=0);
}
.game-group.hiding .hot-item:nth-of-type(1) {
  transition: all .4s linear 0s;
}
.game-group.hiding .hot-item:nth-of-type(2) {
  transition: all .4s linear .1s;
}
.game-group.hiding .hot-item:nth-of-type(3) {
  transition: all .4s linear .2s;
}
.game-group.hiding .hot-item:nth-of-type(4) {
  transition: all .4s linear .0s;
}
.game-group.showing .hot-item {
  transform: scale(1);
  opacity: 1;
  filter:alpha(opacity=100);
}
.game-group.showing .hot-item:nth-of-type(1) {
  transition:all .4s linear .4s;
}
.game-group.showing .hot-item:nth-of-type(2) {
  transition:all .4s linear .5s;
}
.game-group.showing .hot-item:nth-of-type(3) {
  transition:all .4s linear .6s;
}
.game-group.showing .hot-item:nth-of-type(4) {
  transition:all .4s linear .7s;
}
.game-group.showing .hot-item:nth-of-type(5) {
  transition:all .4s linear .8s;
}
.game-group.showing .hot-item:nth-of-type(6) {
  transition:all .4s linear .9s;
}

.hot-item .hot-img,.main-hot .hot-img {
  display: block;
  width: 100%;
}

.hot-item .info,.main-hot .info {
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #000;
  padding-left: 22px;
}

.hot-item .h-name,.main-hot .h-name {
  float: left;
}
.hot-item .icon-btn,.main-hot .icon-btn {
  float: right;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-top: 12px;
  background: url(../img/h-icons.png) 0 0 no-repeat;
}
.hot-item .info .h-btn,.main-hot .info .h-btn {
  background-position: 0 0;
}
.hot-item .info .v-btn,.main-hot .info .v-btn {
  background-position: -36px 0;
}
.hot-item .info .icon-btn:hover,.main-hot .info .icon-btn:hover {
  background-position-y:-20px;
}


.hot-item .icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.hot-item .pc {
  width: 48px;
  height: 48px;
  background: url(../img/triangles.png) -60px 0 no-repeat;
}
.hot-item .mob {
  width: 48px;
  height: 48px;
  background: url(../img/triangles.png) -108px 0 no-repeat;
}

.hot-item .hover {
  /*display: none;*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 198px;
  background: url(../img/hover-bg-heng.png) 0 0 no-repeat;
  z-index: 2;
  opacity: 0;
  transition: all .2s;
}
.hot-item:hover .hover {
  /*display: block;*/
  opacity: 1;
  transition: all .2s;
}

.hot-item .hover .h-qrcode {
  float: left;
  width: 95px;
  height: 95px;
  margin-left: 27px;
  margin-top: 56px;
  margin-right: 14px;
}
.hot-item .hover .h-desc {
  float: left;
  margin-top: 56px;
}
.hot-item .hover.pc .h-desc {
  width: 100%;
  text-align: center;
}
.hot-item .hover.pc .h-desc .dlink {
  width: 140px;
  margin:0 auto;
  border:1px solid #fff;
  background-position:22px center;
}
.hot-item .hover.pc .h-desc .yuyue {
  display: block;
  width: 100px;
  height: 28px;
  line-height: 28px;
  margin:0 auto;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border:1px solid #fff;
}
.hover.mob .h-desc p {
  margin-bottom: 3px;
}
.hover.mob .h-desc .yuyue {
  display: block;
  height: 28px;
  width: 100px;
  border:1px solid #fff;
  text-align: center;
  line-height: 28px;
  color: #fff;
}

.h-desc p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}
.score {
  overflow: hidden;
}
.h-desc .mb0 {
  margin-bottom: 0;
}
.h-desc .score {}
.h-desc .dlink {
  display: block;
  height: 30px;
  padding-left: 20px;
  line-height: 30px;
  color: #fff;
  background: url(../img/dl-icon.png) 0 -3px no-repeat;
}

.hot-game .main-hot {
  position: relative;
  display: none;
  width: 298px;
  height: 507px;
  margin-left: 0;
  border:1px solid #e6f0f6;
  box-shadow: 0px 1px 2px #e6f0f6;
  background: #fff;
  /*animation:bounceOut 1s ease 1;*/
}
.main-hot .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 348px;
  background: url(../img/hover-bg.png) 0 0 repeat-y;
  z-index: 2;
  opacity: 0;
  filter:alpha(opacity=0);
  transition: all .2s;
}
.main-hot:hover .hover {
  opacity: 1;
  filter:alpha(opacity=100);
  transition: all .2s;
}
.main-hot .hover .h-desc {
  margin-top: 110px;
}
.main-hot .hover .score {
  margin-left: 0;
}
.main-hot .hover.pc .h-desc {
  width: 100%;
  text-align: center;
}
.main-hot .hover.pc .h-desc .dlink {
  width: 140px;
  margin: 0 auto;
  border: 1px solid #fff;
  background-position: 22px center;
}
.main-hot .hover.pc .h-desc .yuyue {
  display: block;
  width: 100px;
  height: 28px;
  line-height: 28px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
}
.main-hot .hover.mob .h-qrcode {
  float: left;
  width: 95px;
  height: 95px;
  margin-left: 27px;
  margin-top: 115px;
  margin-right: 14px;
}
.main-hot .hover.mob .h-desc {
  float: left;
}
@keyframes bounceOut {
  /*20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }*/
  from {
    transform:scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0);
    opacity: 0;
    display: none;
  }
}

.hot-game .main-hot.curr {
  display: block;
  animation: bounceIn 1s ease 1;
}
@keyframes bounceIn {
  from {
    transform:scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
    /*display: none;*/
  }
}

.bounceIn {
  animation-name: bounceIn;
}

.main-hot .icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  background: url(../img/triangles.png) 0 0 no-repeat;
}
.main-hot .icon.pc {
  width: 48px;
  height: 48px;
  background: url(../img/triangles.png) -60px 0 no-repeat;
}

.main-hot .info {
  overflow: hidden;
}

.main-hot .score {
  margin-left: 22px;
  font-size: 14px;
  color: #999;
}
.score .star {
  display: inline-block;
  /*float: left;*/
  width: 82px;
  height: 13px;
  margin-top: 3px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.score .star.s4 {
  width: 66px;
  background-image:url(../images/star4.png);
}
.score .star.s4-5 {
  background-image:url(../images/star4-5.png);
}
.score .star.s5 {
  background-image:url(../img/star5.png);
}
.main-hot .text {
  width: 264px;
  margin-left: 22px;
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  height: 64px;
  overflow: hidden;
  display: -webkit-box;
  /*-webkit-line-clamp: 2;*/
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.hot-game .assemble {
  float: left;
  width: 951px;
}


.game-list {
  position: relative;
  width: 1258px;
  /*height: 636px;*/
  margin:0 auto;
  margin-top: 60px;
}

.game-list .tip {
  position: absolute;
  top: 7px;
  height: 14px;
  width: 50px;
  padding-left: 18px;
  font-size: 12px;
  line-height: 14px;
  color: #999;
  background: url(../images/icon-new.png) 0 0 no-repeat;
}
.tip.t-new {
  right: 0;
  background-position: -6px -68px
}
.tip.t-hot {
  right: 100px;
  background-position: -6px -99px
}

.game-list .gl-main {
  /*height: 549px;*/
  padding-left: 60px;
  padding-top: 32px;
  padding-bottom: 40px;
  margin-top: 18px;
  overflow: hidden;
  border:1px solid #e6f0f6;
  box-shadow: 0px 1px 2px #e6f0f6;
  background: #fff;
}

.gl-main dl {
  float: left;
  margin-right: 78px;
}

.gl-main dl.mr0 {
  margin-right: 0;
}

.gl-main dt {
  padding-bottom: 16px;
  border-bottom: solid 1px #ececec;
  color: #000;
  font-size: 18px;
}

.gl-main ul {
  float: left;
  margin-left: -1px;
  width: 180px;
  padding-top: 20px;
}

.gl-main ul.short {
  width: 149px;
}

.gl-main li {
  height: 30px;
  margin-bottom: 4px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.gl-main li .showtext {
  cursor: pointer;
}

.gl-main li .showtext a {
  color: #666;
}
.gl-main li .showtext a:hover {
  color: #000;
  font-weight: bold;
}

.gl-main li.current {
  height: 104px;
}

.gl-main li.current .showtext {
  display: none;
}
.gl-main li.current .showbar {
  display: block;
}

.gl-main li i {
  display: inline-block;
  margin-left: 4px;
  width: 14px;
  height: 14px;
  overflow: hidden;
  vertical-align: middle;
}

.gl-main li .icon_H {
  background: url(../images/icon-new.png) no-repeat -6px 0;
  background-position: -6px -99px;
}

.gl-main li .icon_N {
  background: url(../images/icon-new.png) no-repeat -6px 0;
  background-position: -6px -68px;
}

.gl-main li .icon_0 {
  background: none;
}

.gl-main li .showbar {
  display: none;
  position: relative;
  width: 180px;
  height: 100px;
  border:1px solid #e6f0f6;
  box-shadow: 0px 2px 5px #e6f0f6;
  text-decoration: none;
  color: #000;
}

.gl-main li .showbar .img-wrap {
  width: 180px;
  height: 75px;
  overflow: hidden;
}
.gl-main li .showbar .img-wrap img {
  transition: all .4s;
}
.gl-main li .showbar:hover img{
  /*transform: translate(3px,-3px);*/
  transform: scale(1.1,1.1);
  transition: all .4s;
}

.showbar img {
  display: block;
  width: 100%;
}
.showbar .text {
  text-align: center;
  height: 27px;
  line-height: 27px;
}

.special {
  width: 1260px;
  margin:0 auto;
  margin-top: 60px;
  overflow: hidden;
}

.sp-item {
  display: block;
  float: left;
  width: 300px;
  height: 146px;
  margin-right: 17px;
  margin-top: 20px;
  border:1px solid #e6f0f6;
}

.sp-item .line {
  width: 100%;
  height: 5px;
  width: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 1s ease-in;
}
.sp-item:hover .line {
  animation: hoverLen .8s ease 1;
}
.sp-item:hover .line,.sp-item.act .line {
  width: 100%;
  transition: all 1s ease-out;
}

.sp-item .sp-content {
  height: 141px;
  width: 100%;
}

.sp-item .sp-icon {
  float: left;
  margin-right: 20px;
}

.wnd .sp-content {
  background: #c9ecff;
}
.wnd .line {
  background-image: url(../images/line1.jpg);
}

.wnd .sp-icon {
  width: 83px;
  height: 83px;
  margin-left: 30px;
  margin-top: 24px;
}

.msd .sp-icon {
  margin-top: 36px;
}

.msd .sp-content {
  background: #ffd5d5;
}
.msd .line {
  background-image: url(../images/line2.jpg);
}

.mk .sp-content {
  background: #ffefbe;
}
.mk .line {
  background-image: url(../images/line3.jpg);
}

.mk .sp-icon {
  width: 96px;
  height: 61px;
  margin-left: 24px;
  margin-top: 35px;
}

.djsc .sp-content {
  background: #e9ffd2;
}

.djsc .sp-icon {
  width: 96px;
  height: 84px;
  margin-left: 24px;
  margin-top: 24px;
}
.djsc .line {
  background-image: url(../images/line4.jpg);
}

.sp-item .sp-text {
  padding-top: 30px;
}

.sp-text h3 {
  margin-bottom: 5px;
  font-size: 22px;
  color: #000;
}

.sp-text p {
  font-size: 14px;
  color: #666;
}

.bottom-nav {
  width: 100%;
  min-width: 1260px;
  height: 280px;
  padding-top: 40px;
  background: #fff;
}
.bottom-nav .wrapper {
  width: 1260px;
  margin:0 auto;
}

.b-nav {
  float: left;
  width: 230px;
}
.hot-line {
  width: 110px;
}

.b-nav .b-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  background: url(../images/nav-icons.png) 0 0 no-repeat;
}

.b-nav .about {}

.b-nav .game {
  background-position-x: -52px;
}

.b-nav .register {
  background-position-x: -104px;
}

.b-nav .account {
  background-position-x: -156px;
}

.b-nav .coop {
  background-position-x: -208px;
}

.b-nav .service {
  background-position-x: -260px;
}

.b-nav h3 {
  font-size: 20px;
  color: #999;
}

.b-nav a {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  color: #333;
}
.b-nav a:hover {
  color: #ff6633;
}

.b-nav p {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}

.footer {
  width: 100%;
  min-width: 1260px;
  padding-top: 38px;
  padding-bottom: 34px;
  border-top: 1px solid #e7e7e7;
  color: #999;
}

.footer .wrapper {
  position: relative;
  width: 1260px;
  margin:0 auto;
}

.footer h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.footer p {
  font-size: 12px;
}

.footer a {
  color: #999;
  margin-left: 20px;
}

.wh,.xx {
  position: absolute;
  top: 6px;
  display: block;
  width: 108px;
  height: 45px;
  background: url(../images/link.png) 0 0 no-repeat;
}

.wh {
  right: 118px;
  background-position: 0 -135px;
}

.xx {
  right:0;
}

.second-pos {
  width: 1260px;
  height: 160px;
  margin-top: 60px;
}
.second-pos img {
  width: 1260px;
}


.mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,.7);
  background: rgb(0,0,0)/9;
  z-index: 100;
}

.pop-box {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
}

.pop-box .close {
  position: absolute;
  top: 0px;
  right: -46px;
  width: 36px;
  height: 36px;
  background: url(../images/close.png) 0 0 no-repeat;
}
.pop-box .close:hover {
  animation: rotate 1s ease 1;
  -webkit-animation: rotate 1s ease 1;
  -moz-animation: rotate 1s ease 1;
  -ms-animation: rotate 1s ease 1;
}
@keyframes rotate {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -180deg);
    transform: rotate3d(0, 0, 1, -180deg);
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.code-pop {
  width: 600px;
  height: 400px;
  margin-left: -300px;
  margin-top: -200px;
  background: #fff;
}
.code-pop .sn {
  position: absolute;
  left: -80px;
  top: -54px;
  width: 275px;
}
.code-pop .pop-header {
  width: 600px;
  height: 150px;
  background: url(../images/pop-bg.jpg) 0 0 no-repeat;
}
.code-pop h3 {
  padding-top: 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.code-pop .prize-name {
  font-size: 30px;
  /*font-weight: bold;*/
  text-align: center;
  color: #ffff00;
}
/*.code-pop p {
  font-size: 18px;
  color: #666;
  text-align: center;
}

.code-pop .label {
  display: block;
  margin:24px 0 9px;
  font-size: 16px;
  color: #000;
}*/

.code-pop .prize-code {
  position: relative;
  width: 420px;
  height: 52px;
  margin: 60px auto 0;
}

.code-pop .prize-code .copy {
  position: absolute;
  top:16px;
  right: 88px;
  height: 20px;
  line-height: 20px;
  color: #ff6008;
  font-size: 16px;
  text-decoration: underline;
  z-index: 1;
}

.code-pop .prize-code input {
  position: relative;
  width: 420px;
  height: 52px;
  margin-bottom: 30px;
  line-height: 52px;
  font-size: 20px;
  color: #000;
  text-align: center;
  background: #f0f0f0;
  border: none;
}
.code-pop .rule {
  width: 420px;
  margin:30px auto 0;
  font-size: 14px;
  color: #000;
  line-height: 26px;
}

.code-pop .go-game {
  display: block;
  width: 396px;
  height: 58px;
  border-radius: 5px;
  line-height: 58px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: url(../images/gogame.png) 0 0 no-repeat;
}

.video-pop {
  width: 900px;
  height: 550px;
  margin-left: -450px;
  margin-top: -275px;
  background: #000;
  z-index: 101;
}
.video {
  position: relative;
  width: 1200px auto;
}

.container {
  position: absolute;
  z-index: 99;
  width: 525px;
  height: 200px;
  padding: 40px 0;
  background-color: rgba(255, 255, 255, .9);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.container .text-center {
  margin: 0 auto;
  color: #636363;
  max-width: 520px;
}

.container .text-center p {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}

.container .text-center .slogans {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  height: 30px;
  line-height: 30px;
  padding: 10px;
  background: #000;
  color: #fff;
  width: 400px;
  margin: 0 auto;
}

.container .text-center .dream {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.pic-show {
  position: relative;
  width: 1260px;
  height: 700px;
  margin: 0 auto;
  margin-top: 60px;
}

.pic-show .pic-l {
  float: left;
  top: 0;
  left: 0;
  width: 930px;
  height: 650px;
}

.pic-show .pic-l .pic1 {
  width: 930px;
  height: 305px
}

.pic-show .pic-l .pic1 a {
  display: block;
  float: left;
}

.pic-show .pic-l .pic1 img {
  width: 270px;
  height: 305px;
  margin-right: 40px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: transform .5s ease-in;
}

.pic-show .pic-l .pic1 img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: -webkit-transform .5s ease-in;
  transition: transform .5s ease-in;
}

.pic-show .pic-l .pic2 {
  margin-top: 40px;
  width: 930px;
  height: 305px;
}

.pic-show .pic-l .pic2 a {
  display: block;
  float: left;
}

.pic-show .pic-l .pic2 img {
  width: 425px;
  height: 305px;
  margin-right: 40px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: transform .5s ease-in;
}

.pic-show .pic-l .pic2 img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: -webkit-transform .5s ease-in;
  transition: transform .5s ease-in;
}

.pic-show .pic-r {
  float: left;
  top: 0;
  left: 0;
  width: 330px;
  height: 650px;
}

.pic-show .pic-r .pic3 {
  width: 330px;
  height: 650px
}

.pic-show .pic-r .pic3 a {
  display: block;
  float: left;
}

.pic-show .pic-r .pic3 img {
  width: 330px;
  height: 650px;
  margin-right: 40px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: transform .5s ease-in;
}

.pic-show .pic-r .pic3 img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: -webkit-transform .5s ease-in;
  transition: transform .5s ease-in;
}

.join-us {
  width: 100%;
  height: 700px;
  margin: 0 auto;
  margin-bottom: 60px
}

.join-us .moment {
  height: 700px;
  margin: 0 auto;
  margin-top: 60px;
}
.join-us .moment img {
  width: 100%;
}

.linkdiv {
  width: 1340px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.linkdiv ul {
  display: inline-block;
}

.linkdiv ul li {
  float: left;
  width: 207px;
  height: 78px;
  margin-right: 55px;
  margin-bottom: 20px;
}

.linkdiv ul li img {
  display: block;
}



.mr0 {
  margin-right: 0;
}

.mr78 {
  margin-right: 78px;
}

.green {
  color: #669933;
}

.yellow {
  color: #ff6633;
}

#ur{
  font-style: normal;
  color: #e0e0e0;
  padding: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
