.header {
  position: relative;
  margin: 0 auto;
  /* width: 1200px; */
  background-color: #fff;
  /*z-index: 3;*/
}

.wrap,
.pic-bannerA,
.footer {
  position: relative;
  z-index: 2;
}

.mt10 {
  margin-top: 10px;
}

.mt50 {
  margin-top: 20px;
}

.hgroup {
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
}

.side-link {
  top: 186px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* background: url('../images/yx-bg.jpg') center top no-repeat; */
}

.side-link-img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
}

.side-link-close,
.side-add-close {
  /* position: absolute; */
  box-sizing: border-box;
  padding-left: 28px;
  top: 6px;
  right: 6px;
  width: 94px;
  line-height: 28px;
  height: 28px;
  background: url('../images/add-close.png') 10px center no-repeat
  rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  cursor: pointer;
}

.side-add-close {
  top: 192px;
}

body.no-add {
  background: none;
}

.no-add .side-link,
.no-add .side-link-close {
  display: none;
}

.game-banner {
  display: block;
  height: 100px;
  background-color: #d8d8d8;
}

.game-types {
  border-bottom: 1px solid #2e8ae6;
}

.game-types > li {
  position: relative;
  padding: 5px 24px 10px;
  float: left;
}

.game-types > li.cur {
  font-size: 16px;
  font-weight: bold;
}

.game-types > li.cur::after {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent #2e8ae6 transparent;
}

.gt-list {
  margin-top: 16px;
  width: 1222px;
}

.gt-list > a {
  margin-right: 20.333333333333332px;
  float: left;
  width: 72px;
}

.gt-img {
  display: block;
  width: 100%;
  height: 72px;
  background-color: #d8d8d8;
  border-radius: 9px;
}

.gt-name {
  margin-top: 5px;
}

.w160 {
  width: 1214px;
}

.w160 > a {
  margin-right: 10px;
  width: 160px;
}

.w594 {
  width: 1212px;
}

.w594 > a {
  margin-right: 12px;
  width: 584px;
}

.game-type-groups {
  margin-top: 16px;
  line-height: 28px;
}

.gtg-label {
  padding: 0 10px;
  display: inline-block;
  height: 28px;
  background-color: #ff7e61;
  border-radius: 4px;
}

.gtg-list {
  margin-left: 90px;
}

.gtg-list > a {
  margin-right: 10px;
  display: inline-block;
  /* border-right: solid 2px #666; */
}

.gtg-list > a + a::before {
  position: relative;
  top: 3px;
  margin-right: 12px;
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #666;
}

.bc4ca2f9 {
  background-color: #4ca2f9;
}

.bcf0b024 {
  background-color: #f0b024;
}

.bc23bbe2 {
  background-color: #23bbe2;
}

.bcf98b3d {
  background-color: #f98b3d;
}

.common-game-w {
  margin-top: 26px;
}

.w400 {
  width: 400px;
}

.side-swiper-w {
  height: 244px;
  border-radius: 6px;
}

.gs-img {
  display: block;
  width: 400px;
  height: 244px;
  /* background-color: #d8d8d8; */
  border-radius: 6px;
}

.ss-b-bar {
  padding: 28px 16px 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-image: linear-gradient(
          180deg,
          rgba(255, 255, 255, 0) 0%,
          rgba(0, 0, 0, 0.81) 100%
  );
  z-index: 1;
}

.ss-b-name {
  max-width: 300px;
}

.preview-swiper-w {
}

.preview-swiper .swiper-slide {
  width: 72px;
}

.ps-img {
  display: block;
  width: 72px;
  height: 60px;
  background-color: #d8d8d8;
  border-radius: 4px;
}

.swiper-slide-active .ps-img,
.ps-img.cur {
  border: solid 2px #f03c25;
}

.preview-imgs {
  width: 414px;
}

.preview-imgs > img {
  box-sizing: border-box;
  float: left;
  margin-right: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 18px;
  height: 25px;
}

.swiper-button-next {
  right: 0;
  background: url('../images/arrow_right.png') no-repeat center
  rgba(0, 0, 0, 0.7);
}

.swiper-button-prev {
  left: 0;
  background: url('../images/arrow_left.png') no-repeat center
  rgba(0, 0, 0, 0.7);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}

.mt15 {
  margin-top: 15px;
}

.title-bar {
  /* padding: 6px 0; */
  line-height: 38px;
  border-bottom: solid 1px #ededed;
}

.more-link {
  padding-right: 12px;
  background: url('../images/icon_arrow_regular.png') right center no-repeat;
}

.more-link:hover {
  background: url('../images/icon_arrow_hover.png') right center no-repeat;
}

.more-link:active {
  background: url('../images/icon_arrow_sel.png') right center no-repeat;
}

.fresh-link {
  padding-right: 20px;
  background: url('../images/icon_fresh_regular.png') right center no-repeat;
}

.fresh-link:hover {
  background: url('../images/icon_fresh_hover.png') right center no-repeat;
}

.fresh-link:active {
  background: url('../images/icon_fresh_sel.png') right center no-repeat;
}

.gl-swiper .swiper-slide {
  width: 296px;
}

.gl-swiper .gs-img {
  width: 296px;
  height: 174px;
  background-color: #d8d8d8;
  border-radius: 4px;
}

.yxjj-des {
  margin-left: 70px;
  line-height: 23px;
}

.w50p {
  width: 50%;
}

.w450 {
  width: 450px;
}

.w310 {
  width: 310px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.title-bar-group {
  /* padding: 6px 0; */
  line-height: 22px;
  border-bottom: solid 1px #ededed;
}

.title-bar-list > li {
  float: left;
  margin-right: 20px;
  cursor: pointer;
}

.title-bar-list > li.cur {
  font-size: 16px;
  color: #2e8ae6;
  font-weight: bold;
}

.title-bar-list > li.cur::after {
  content: '';
  display: block;
  margin: 4px auto 0;
  width: 26px;
  height: 3px;
  background-color: #2e8ae6;
  border-radius: 2px;
}

.title-bar-nb {
  padding: 6px 0;
  line-height: 22px;
}

.ti-img {
  width: 120px;
  height: 80px;
  background-color: #d8d8d8;
  border-radius: 4px;
}

.ti-title {
  width: 120px;
}

.tii-links {
  margin-left: 140px;
}

.tii-links > a {
  display: block;
}

.tii-links > a:not(:first-child) {
  margin-top: 8px;
}

.phb-link-img {
  display: block;
  width: 100%;
  height: 70px;
  background-color: #d8d8d8;
  border-radius: 4px;
}

.phb-tab-head {
  margin-top: 12px;
  padding: 0 7px 0 15px;
  line-height: 30px;
  background-color: #f5f5f5;
}

.pth-gamename {
  width: 160px;
  text-align-last: left;
}

.pth-score {
  width: 46px;
}

.pth-download {
  width: 46px;
}

.phb-tab-body > li {
  line-height: 44px;
  padding: 0 7px 0 15px;
}

.phb-tab-body > li:hover {
  background-color: #fafafa;
}

.phb-tab-body > li:not(:last-child) {
  border-bottom: 1px dashed #ededed;
}

.cf03c25 {
  color: #f03c25;
}

.pth-download-btn {
  display: inline-block;
  width: 46px;
  line-height: 24px;
  background-color: #2e8ae6;
  border-radius: 4px;
  cursor: pointer;
}

.phb-link-b {
  border-radius: 4px;
}

.phb-linkb-img {
  display: block;
  width: 100%;
  height: 150px;
  background-color: #d8d8d8;
}

.phb-link-bar {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 50px;
  background-image: linear-gradient(
          180deg,
          rgba(255, 255, 255, 0) 0%,
          rgba(0, 0, 0, 0.81) 100%
  );
}

.plb-inner {
  padding: 20px 14px 0;
}

.sec-title-bar {
  /* margin-top: 50px; */
  border-bottom: solid 2px #ededed;
  line-height: 36px;
}

.st-sjyx {
  padding-left: 34px;
  background: url('../images/icon_phone.png') no-repeat left center;
}

.st-djyx {
  padding-left: 37px;
  background: url('../images/icon_danji.png') no-repeat left center;
}

.st-wlyx {
  padding-left: 33px;
  background: url('../images/icon_network.png') no-repeat left center;
}

.st-wyyx {
  padding-left: 33px;
  background: url('../images/icon_web.png') no-repeat left center;
}

.stb-links {
}

.stb-links > a:not(:first-child)::before {
  position: relative;
  top: 2px;
  margin: 0 14px;
  content: '';
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #ededed;
}

.topic-set-inner {
  width: 411px;
}

.topic-set-inner > a {
  margin: 10px 12px 0 0;
  width: 125px;
  float: left;
}

.ts-img {
  width: 125px;
  height: 100px;
  background-color: #d8d8d8;
  border-radius: 4px;
}

.yxgl-r-img {
  width: 120px;
  height: 80px;
  background-color: #d8d8d8;
  border-radius: 4px;
}

.yxgl-r-r {
  margin-left: 130px;
}

.yxgl-rr-des {
  margin-top: 3px;
  line-height: 20px;
  height: 60px;
}

.yxgl-list {
  margin-top: 3px;
  line-height: 30px;
}

.yxgl-l-l {
  width: 360px;
}

.yxgl-l-l::before {
  position: relative;
  top: -2px;
  margin-right: 8px;
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #c5c5c5;
  border-radius: 50%;
}

.title-bar-menu > li {
  float: left;
  cursor: pointer;
}

.title-bar-menu > li:not(:first-child) {
  margin-left: 20px;
}

.title-bar-menu > li.cur {
  color: #2e8ae6;
}

.title-bar-menu > li.cur::after {
  margin: 0 auto;
  display: block;
  content: '';
  width: 19px;
  height: 3px;
  background-color: #2e8ae6;
  border-radius: 4px;
}

.yxph-list {
}

.yxph-list > li {
  padding: 12px 0;
}

.yxph-list > li:not(:last-child) {
  border-bottom: dashed 1px #ededed;
}

.yxph-l-img {
  /* display: none; */
  margin-right: 12px;
  width: 0;
  height: 0;
  background-color: #d8d8d8;
  border-radius: 4px;
  /* transition: all 0.2s linear; */
}

.yxph-list > li.hover .yxph-l-img {
  /* display: block; */
  width: 64px;
  height: 64px;
}

.yxph-l-des {
  margin-top: 3px;
  width: 300px;
}

.yxph-num-name {
  line-height: 18px;
}

.yxph-l-num {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  background-color: #999999;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
}

.yxph-list > li:nth-child(1) .yxph-l-num {
  background-color: #ff3b3b;
}

.yxph-list > li:nth-child(2) .yxph-l-num {
  background-color: #ff8644;
}

.yxph-list > li:nth-child(3) .yxph-l-num {
  background-color: #2e8ae6;
}

.yxph-l-name {
  width: 130px;
}

.yxph-l-detail {
  overflow: hidden;
  height: 0;
  padding-top: 0;
  line-height: 20px;
  /* transition: all 0.2s linear; */
}

.yxph-list > li.hover .yxph-l-detail {
  height: auto;
  padding-top: 6px;
}

.yxph-btn-w {
  /* transition: all 0.2s linear; */
}

.yxph-list > li.hover .yxph-btn-w {
  margin-top: 23px;
}

.yxph-l-ewm {
  display: none;
  top: 0;
  left: -115px;
  width: 110px;
  height: 140px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(164, 185, 218, 0.31);
  border-radius: 6px;
  border: solid 1px #d2e0f3;
  /* transition: all 0.2s linear; */
  line-height: 20px;
  z-index: 1;
}

.yxph-ewm-img {
  margin: 10px;
  width: 90px;
  height: 90px;
  background-color: #d8d8d8;
}

.yxph-btn-w:hover .yxph-l-ewm {
  display: block;
}

.syzq-list {
  margin-top: 12px;
  width: 324px;
}

.syzq-list > a {
  float: left;
  width: 148px;
  margin: 10px 14px 0 0;
}

.syzq-l-img {
  display: block;
  width: 148px;
  height: 92px;
  background-color: #d8d8d8;
  border-radius: 4px;
}

.syzq-l-name {
  margin-top: 5px;
}

.syzq-group-list {
  width: 324px;
}

.syzq-group-list > a {
  float: left;
  width: 68px;
  margin: 12px 13px 0 0;
}

.syzq-gl-img {
  width: 68px;
  height: 68px;
  background-color: #d8d8d8;
  border-radius: 9px;
}

.lh38 {
  line-height: 38px;
}

.classic-list > li:not(:first-child) {
  margin-top: 15px;
}

.classic-l-img {
  width: 114px;
  height: 140px;
  background-color: #d8d8d8;
  border-radius: 4px;
}

.classic-l-main {
  margin-left: 126px;
}

.classic-l-dl {
  width: 56px;
  line-height: 30px;
  background-color: #2e8ae6;
  border-radius: 4px;
}

.classic-l-name {
  width: 180px;
}

.classic-l-main .yxgl-list {
  margin-top: 10px;
}

.classic-l-main .yxgl-l-l {
  width: 260px;
}

.classic-main-t {
  height: 45px;
}

.danji .yxph-l-des {
  width: 160px;
}

.ztgl-top-list {
  width: 460px;
}

.ztgl-top-list > a {
  float: left;
  margin-right: 10px;
}

.ztgl-l-img {
  width: 220px;
  height: 82px;
  background-color: #d8d8d8;
  border-radius: 4px;
}

.ztgl-list {
  width: 459px;
}

.ztgl-list > a {
  float: left;
  width: 144px;
  margin: 12px 9px 0 0;
}

.ztgl-img {
  width: 144px;
  height: 82px;
  background-color: #d8d8d8;
  border-radius: 4px;
}

.rmtj > li .yxph-l-img {
  width: 64px;
  height: 64px;
}

.rmtj > li .yxph-l-detail {
  display: block;
  height: auto;
  padding-top: 6px;
}

.rmtj > li .yxph-btn-w {
  margin-top: 23px;
}

.yxhj .ztgl-img {
  height: 100px;
}

.jqtj-list > a {
  padding-top: 15px;
  display: block;
}

.jqtj-list > a:not(:last-child) {
  margin-bottom: 15px;
}

.jqtj-list > a:not(:first-child) {
  border-top: dashed 1px #ededed;
}

.jqtj-l-img {
  width: 146px;
  height: 170px;
  background-color: #d8d8d8;
  border-radius: 8px;
}

.jqtj-l-main {
  margin-left: 158px;
}

.jqtj-l-title {
  line-height: 25px;
  height: 50px;
}

.jqtj-l-des {
  line-height: 22px;
  height: 110px;
}

.pg-img {
  width: 286px;
  height: 192px;
  background-color: #d8d8d8;
  border-radius: 8px;
}

.page-games {
  width: 1214px;
}

.page-games > a {
  width: 286px;
  float: left;
  margin-right: 13.33px;
}

.pg-name {
  margin-top: 5px;
}

.side-menu {
  top: 300px;
  right: 0;
  /* left: 50%;
  margin-left: 605px; */
  width: 60px;
  background-color: #f6fcff;
  border-radius: 2px;
  border: solid 1px #dbeaf6;
  font-size: 14px;
  line-height: 20px;
  color: #222f38;
  z-index: 9;
}

.side-menu > li {
  /* transition: all 0.2s linear; */
}

.side-menu > li:not(:first-child)::before {
  margin: 0 auto;
  content: '';
  display: block;
  width: 33px;
  height: 2px;
  background: url('../images/line.png') no-repeat center;
}

.sm-link {
  display: block;
  padding: 10px 16px;
}

.sm-link-top {
  padding-top: 21px;
  background: url('../images/arrow_zhiding.png') no-repeat center 9px;
  color: #2e8ae6;
}

.news-list {
  margin-top: 6px;
}

.news-list > li:not(:first-child) {
  margin-top: 6px;
}

.nli-title {
  width: 360px;
}

.hover .nli-title {
  color: #f30;
}

.nli-des {
  height: 0;
  overflow: hidden;
  /* transition: all 0.2s linear; */
  text-align: justify;
}

.news-list > li.hover .nli-des {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 22px;
  height: 66px;
}

.hot-videos {
  width: 460px;
}

.hv-link {
  margin: 0 10px 10px 0;
  float: left;
  width: 220px;
}

.hv-img {
  display: block;
  width: 220px;
  height: 126px;
  background-color: #d8d8d8;
  border-radius: 4px;
}

.hv-play-icon {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/img_play.png') no-repeat center;
}

.hv-des {
  margin-top: 6px;
  line-height: 20px;
  height: 40px;
}

.yykf-list {
  /* background-color: #3b2c20; */
}

.yykf-list > li {
  padding: 0 10px;
  background: 0 0;
  /* width: 257px; */
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-bottom: 1px dashed #ededed;
}

.yykf-list > li:hover {
  background-color: #fafafa;
}

.yykf-list > li a {
  color: #333;
}

.yykf-list > li:hover,
.yykf-list > li:hover a {
  /* color: #fdb023; */
  color: #f03c25;
  font-weight: 700;
}

.s-game {
  width: 66px;
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  padding-left: 0;
}

.s-date,
.s-time {
  margin-left: 20px;
  width: 80px;
  display: inline-block;
  float: left;
  text-align: center;
  color: #f03c25;
  white-space: nowrap;
  /* width: 46px; */
}

.s-sid {
  display: inline-block;
  text-align: right;
  color: #b6b6b6;
  float: right;
  padding-right: 0;
  width: 80px;
}

.yykf-tab {
  margin-top: 20px;
  width: 100%;
}

.yykf-tab th,
.yykf-tab td {
  text-align: center;
}

.yykf-tab th {
  height: 50px;
  background-color: #e1f0ff;
}

.yykf-tab tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.yykf-tab td {
  height: 60px;
}

.yykf-tab-fl {
  display: inline-block;
  padding-left: 30px;
  background: url('../images/fl.png') no-repeat left center;
}

.yykf-tab-jryx {
  display: inline-block;
  width: 84px;
  line-height: 36px;
  background-color: #2e8ae6;
  border-radius: 6px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.pgb-wrap {
  margin: 10px 0;
}

.pgb-wrap-half {
  width: 1204px;
}

.page-game-blocks {
  width: 602px;
}

.page-game-blocks > li {
  overflow: hidden;
  position: relative;
  margin: 0 4px 4px 0;
  float: left;
  width: 196px;
  height: 36px;
  /* background-color: #1bbe86; */
}

.page-game-blocks > li.big {
  width: 198px;
  height: 76px;
}

.page-game-blocks > li > a {
  box-sizing: border-box;
  display: block;
  width: 196px;
  height: 36px;
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  transition: all 0.3s;
}

.page-game-blocks > li.big > a {
  padding: 10px 0;
  width: 198px;
  height: 76px;
  line-height: 30px;
  font-size: 18px;
}

.page-game-blocks > li > a + a {
  top: 36px;
  position: absolute;
}

.page-game-blocks > li > a > div {
  margin: 0 auto;
  width: 96px;
}

.page-game-blocks > li.big > a > div {
  width: 108px;
}

.page-game-blocks > li.big > a + a {
  top: 76px;
  line-height: 76px;
}

.page-game-blocks > li:hover > a + a {
  padding: 0;
  top: 0;
}

.bc2e8ae6 {
  background-color: #2e8ae6;
}

.bc3883ce {
  background-color: #3883ce;
}

.bc1bbe86 {
  background-color: #1bbe86;
}

.bc19ac7a {
  background-color: #19ac7a;
}

.bce2555b {
  background-color: #e2555b;
}

.bcd54c52 {
  background-color: #d54c52;
}

.bcf0614e {
  background-color: #f0614e;
}

.bcde5745 {
  background-color: #de5745;
}

.bca547ea {
  background-color: #a547ea;
}

.bc903bce {
  background-color: #903bce;
}

.layer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.game-popup {
  margin: 306px auto 0;
  width: 900px;
  height: 350px;
  background-color: #ccc;
}

.game-popup-img {
  display: block;
  width: 900px;
  height: 350px;
}

.game-popup-close {
  padding: 5px;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}


