@charset "UTF-8";
html {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  background-color: #f1f2f6;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #404040;
  font-family: Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

video {
  max-width: 100%;
}

h1, h2, h3, h4 {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

cite, em, i {
  font-style: normal;
}

ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

p, dd, dt {
  padding: 0;
  margin: 0;
}

a {
  color: #404040;
  text-decoration: none;
}
a:hover {
  color: #f40;
}

:focus {
  outline: 0;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

embed {
  display: inline-block;
}

li {
  list-style-type: none;
}

.clear {
  clear: both;
  width: 100%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hr {
  overflow: hidden;
  width: 100%;
  clear: both;
}

.hr10 {
  height: 10px;
}

.hr20 {
  height: 20px;
}

.hr30 {
  height: 30px;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.sbg1 {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#7F000000", endColorstr="#7F000000");
  background: rgba(0, 0, 0, 0.5);
}

:root .sbg1 {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#00000000", endColorstr="#00000000");
}

.sizing_bd {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex1 {
  flex-grow: 1;
}

.elli2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.elli3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.elli4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.elli1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tablist {
  display: none;
}

.imgBox img {
  display: block;
  width: 100%;
  height: 100%;
}

.liscale img, .dimg img {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.liscale:hover img, .dimg:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.col-520,
.col-170,
.col-260,
.col-700,
.col-430,
.col-320,
.col-360,
.col-730,
.col-273,
.col-727,
.col-290,
.col-289,
.col-250,
.col-750,
.col-220,
.col-780 {
  float: left;
  _display: inline;
  _zoom: 1;
  overflow: hidden;
}

.col-260 {
  width: 260px;
}

.col-170 {
  width: 170px;
}

.col-520 {
  width: 520px;
}

.col-700 {
  width: 700px;
}

.col-430 {
  width: 430px;
}

.col-320 {
  width: 320px;
}

.col-360 {
  width: 360px;
}

.col-730 {
  width: 730px;
}

.col-727 {
  width: 727px;
}

.col-273 {
  width: 273px;
}

.col-290 {
  width: 290px;
}

.col-289 {
  width: 289px;
}

.col-250 {
  width: 250px;
}

.col-750 {
  width: 750px;
}

.col-780 {
  width: 780px;
}

.col-220 {
  width: 220px;
}

.box-1000 {
  width: 1000px;
  margin: 0 auto;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.typo-green {
  color: #41b50b;
}

.typo-orange {
  color: #ff5d25;
}

.typo-red {
  color: red;
}

.w1100 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.w1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.w1180 {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.topbar {
  height: 38px;
  line-height: 38px;
  background: #292929;
  font-size: 12px;
}
.topbar .pull-left {
  float: left;
  color: #cfcfcf;
}
.topbar .pull-right {
  float: right;
  color: #7b7b7b;
}
.topbar .pull-right a {
  color: #cfcfcf;
  padding: 0 4px;
}

.mHeder {
  height: 120px;
  background: #fff;
}
.mHeder .logo {
  float: left;
  margin-top: 32px;
}
.mHeder .logo a {
  height: 57px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
.mHeder .logo a img {
  display: block;
}
.mHeder .topic {
  float: right;
  margin-top: 15px;
}
.mHeder .topic a {
  width: 280px;
  height: 90px;
  margin-left: 15px;
  float: left;
}

.mHeder .topic a img, .cover li img {
  display: block;
}

.mNav {
  height: 56px;
  background: #f56200;
  -moz-box-shadow: 2px 2px 5px #999;
  -webkit-box-shadow: 2px 2px 5px #999;
  box-shadow: 2px 2px 5px #999;
}
.mNav ul {
  width: 1200px;
  margin: 0 auto;
}
.mNav li {
  width: 120px;
  float: left;
  line-height: 56px;
  font-size: 19px;
  text-align: center;
  font-weight: 400;
}
.mNav li a {
  color: #fff;
  display: block;
}
.mNav li.active a {
  background: #f96d10;
}

.position {
  height: 50px;
}
.position .item {
  float: left;
  line-height: 50px;
}
.position .search {
  float: right;
  margin-top: 5px;
}
.position .search input {
  width: 245px;
  height: 40px;
  border: 1px solid #dcdcdc;
  background: #fff;
  border-right: none;
  text-indent: 10px;
  float: left;
  box-sizing: border-box;
}
.position .search a {
  width: 70px;
  height: 40px;
  line-height: 40px;
  float: left;
  background: #3d9eea;
  color: #fff;
  text-align: center;
}

.footer {
  background-color: #292929;
  padding-bottom: 24px;
  margin: 0 auto;
}
.footer a {
  color: #909090;
}
.footer .brandk {
  width: 200px;
  padding: 33px 25px 0 25px;
}
.footer .iconr {
  float: right;
  padding: 0 30px;
  margin-top: 35px;
  _zoom: 1;
}
.footer .iconr .qr {
  background-color: #fff;
  text-align: center;
  border: 1px solid #d7d7d7;
  height: 236px;
  position: absolute;
  top: -246px;
  right: 0;
}
.footer .content {
  margin-top: 30px;
  width: 450px;
}
.footer .content .row {
  height: 22px;
  line-height: 22px;
}
.footer .content .row a {
  color: #909090;
}
.footer .content .row a:hover {
  color: #fff;
}

.footer .brandk,
.footer .content,
.footer .iconr {
  float: left;
  font-size: 12px;
  color: #909090;
  _zoom: 1;
  _display: inline;
  position: relative;
}

.warp {
  background: #fff;
  padding-bottom: 20px;
  position: relative;
}
.warp .w765 {
  width: 765px;
  float: left;
}

.server-table {
  padding: 15px;
}
.server-table .tabs {
  border-bottom: 2px solid #f40;
}
.server-table .tabs ul {
  float: left;
}
.server-table .tabs li a {
  padding: 0 20px;
  font-size: 18px;
}
.server-table .tabs li a:hover {
  text-decoration: none;
  background-color: #f4f4f4;
  color: #404040;
}
.server-table .tabs .btn {
  float: right;
  height: 32px;
  line-height: 32px;
}
.server-table .tabs .btn a {
  display: block;
  height: 32px;
  line-height: 32px;
  float: left;
  padding: 0 20px;
  background-color: #4da9f8;
  color: #fff;
  text-decoration: none;
}
.server-table .thead {
  height: 49px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #f9f9f9;
  line-height: 49px;
}
.server-table .tbody {
  height: 100px;
  border-bottom: 1px dashed #e4e4e4;
}
.server-table .tbody:hover {
  background-color: #f9f9f9;
}
.server-table .p50 {
  padding-left: 50px;
}
.server-table .app a {
  display: block;
  padding: 18px 0 18px 50px;
  height: 64px;
  position: relative;
  text-decoration: none;
}
.server-table .app a .thumb {
  width: 64px;
  height: 64px;
  position: relative;
}
.server-table .app a .body {
  _zoom: 1;
  _display: inline;
  margin-left: 10px;
  width: 200px;
}
.server-table .app a .title {
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.server-table .app a .row {
  color: #909090;
}
.server-table .tr-160 .company {
  overflow: hidden;
  padding: 0 20px;
}
.server-table .future {
  background-position: 0 0;
}
.server-table .today {
  background-position: -28px 0;
}
.server-table .icon-ios {
  width: 20px;
  height: 24px;
  background-position: 0 0;
}
.server-table .icon-android {
  width: 22px;
  height: 24px;
  background-position: -40px 0;
}
.server-table .icon-gift {
  height: 26px;
  width: 22px;
  background-position: -84px 0;
  margin-top: 36px;
}
.server-table .tr-120 .btn a {
  display: block;
  height: 34px;
  line-height: 34px;
  border-radius: 2px;
  margin: 32px auto;
  width: 72px;
  text-decoration: none;
  color: #ff6300;
  border: 1px solid #ff6300;
}
.server-table .tr-120 .btn a:hover {
  background-color: #ff6300;
  color: #fff;
}
.server-table .paginate {
  margin-top: 20px;
}
.server-table .norecord {
  height: 50px;
  border: 0;
}
.server-table .norecord .cnt {
  margin-top: 18px;
  font-size: 18px;
  margin-left: 10px;
}

.server-table .tabs li,
.server-table .tabs li a {
  float: left;
  display: block;
  height: 40px;
  line-height: 40px;
}

.server-table .tabs li a.active,
.server-table .tabs li a:hover.active {
  background-color: #f40;
  color: #fff;
  text-decoration: none;
  cursor: default;
}

.server-table .th-330,
.server-table .th-120,
.server-table .th-160,
.server-table .th-200,
.server-table .th-50,
.server-table .th-70,
.server-table .tr-330,
.server-table .tr-120,
.server-table .tr-160,
.server-table .tr-200,
.server-table .tr-50,
.server-table .tr-70 {
  float: left;
  _display: inline;
  _zoom: 1;
}

.server-table .th-330,
.server-table .tr-330 {
  width: 340px;
}

.server-table .th-120,
.server-table .tr-120 {
  width: 140px;
}

.server-table .th-160,
.server-table .tr-160 {
  width: 170px;
}

.server-table .th-200,
.server-table .tr-200 {
  width: 200px;
}

.server-table .th-50,
.server-table .tr-50 {
  width: 50px;
}

.server-table .th-70,
.server-table .tr-70 {
  width: 70px;
}

.server-table .th-120,
.server-table .th-160,
.server-table .th-200,
.server-table .th-50,
.server-table .th-70,
.server-table .tr-120,
.server-table .tr-160,
.server-table .tr-200,
.server-table .tr-50,
.server-table .tr-70 {
  text-align: center;
}

.server-table .tr-120,
.server-table .tr-160,
.server-table .tr-200,
.server-table .tr-50,
.server-table .tr-70 {
  line-height: 100px;
  height: 100px;
  overflow: hidden;
}

.server-table .app a .thumb,
.server-table .app a .body {
  float: left;
  cursor: pointer;
}

.server-table .future,
.server-table .today {
  display: block;
  width: 28px;
  height: 49px;
  position: absolute;
  left: 11px;
  top: 25px;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
}

.server-table .icon-ios,
.server-table .icon-android,
.server-table .icon-gift {
  display: inline-block;
  vertical-align: top;
  _display: inline;
  _zoom: 1;
  margin: 38px 3px 0;
  background-image: url("../images/lb.png");
  background-repeat: no-repeat;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.page {
  width: 100%;
  padding-top: 15px;
  overflow: hidden;
}
.page ul {
  text-align: center;
}
.page li {
  margin: 0 5px;
  display: inline-block;
}
.page li a {
  padding: 0 12px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
}

.page li a.active, .page li a:hover {
  background: #ff5c25;
  color: #fff;
  border-color: #ff5c25;
}

.padd-foot {
  padding-bottom: 10px;
  padding-top: 15px;
}

.rClassy {
  overflow: hidden;
  background: #fff;
  padding: 5px 0 13px 0;
}
.rClassy li {
  border-bottom: 1px solid #f3f3f3;
  height: 45px;
  line-height: 45px;
  margin: 0 15px;
}
.rClassy li span {
  width: 90px;
  float: left;
  text-align: center;
}
.rClassy li a {
  padding: 0 12px;
}
.rClassy li a.active {
  background: #ff7e00;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  color: #fff;
}
.rClassy li a.green {
  background: #1cbf62;
}
.rClassy li a.orange {
  background: #ffae00;
}
.rClassy li a.blue {
  background: #0fa8fe;
}

.update {
  margin: 10px auto;
  background: #fff;
  overflow: hidden;
  padding-bottom: 15px;
}
.update .title {
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #ff4400;
  margin: 15px 20px 0;
}
.update .title a {
  padding: 0 20px;
  float: left;
  font-size: 16px;
}
.update .title a:hover {
  background: #f4f4f4;
}
.update .title a.active {
  background: #ff4400;
  color: #fff;
}
.update .title p {
  float: right;
  margin-right: 10px;
}
.update .title p .red {
  padding: 0 5px;
}
.update .entry {
  background: url(../images/games-line.png);
  overflow: hidden;
  margin: 0 20px 15px;
}
.update .entry li {
  width: 230px;
  height: 240px;
  float: left;
  text-align: center;
}
.update .entry li a {
  display: block;
  width: 130px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
}
.update .entry li a img {
  width: 130px;
  height: 130px;
  display: block;
}
.update .entry li a .mask130 {
  top: 30px;
}
.update .entry li a .tit {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  font-size: 16px;
  margin-top: 10px;
}
.update .entry li a .row {
  font-size: 12px;
  color: #808080;
  height: 18px;
  line-height: 18px;
}
.update .entry li a:hover {
  text-decoration: none;
}
.update .entry li a:hover .btn {
  display: block;
}
.update .entry li a .btn {
  height: 46px;
  line-height: 46px;
  background-color: #ff4400;
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: none;
  margin-top: 10px;
}

.update .entry li a:hover .tit, .update .entry li a:hover .row {
  display: none;
}

.pd10 {
  padding: 10px;
}

.ztlist {
  border-top: 1px dotted #d8d8d8;
  border-left: 1px dotted #d8d8d8;
}
.ztlist li {
  width: 25%;
  float: left;
  height: 230px;
}
.ztlist li .imgBox {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
  float: left;
  margin-right: 14px;
}
.ztlist li .tt {
  margin-bottom: 8px;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
}
.ztlist li .info {
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  font-size: 12px;
}
.ztlist li .info .cl {
  margin-right: 10px;
  position: relative;
  padding-right: 10px;
  color: #1c70e3;
}
.ztlist li .info .cl:hover {
  color: #f56200;
}
.ztlist li .info .cl:after {
  content: "";
  width: 0;
  height: 12px;
  border-right: 1px solid #999;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
.ztlist li .tags {
  font-size: 0;
  margin-top: 8px;
}
.ztlist li .tags a {
  background: #1c70e3;
}
.ztlist li .text {
  color: #888;
  font-size: 14px;
  height: 40px;
  line-height: 22px;
  margin-bottom: 18px;
  margin-top: 25px;
}
.ztlist li .btn {
  display: block;
  color: #333;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  width: 138px;
  height: 36px;
  line-height: 36px;
  transition: all 0.5s ease;
  text-align: center;
  margin: 0 auto;
}
.ztlist .box {
  border-right: 1px dotted #d8d8d8;
  border-bottom: 1px dotted #d8d8d8;
  padding: 20px;
  position: relative;
  height: 190px;
  overflow: hidden;
}
.ztlist .box:hover {
  box-shadow: 0 2px 30px #ccc;
}

.ztlist li .tags i, .ztlist li .tags a, .ztlist li .tags a.itag {
  margin-right: 5px;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  padding: 0 6px;
  background: #d0d0d0;
  color: #fff;
  border-radius: 9px;
}

.ztlist li .btn:hover, .ztlist li .tags a:hover {
  color: #fff;
  border-color: #f56200;
  background: #f56200;
  text-decoration: none;
}

.ranking {
  overflow: hidden;
}

.ranking-left {
  width: 229px;
  float: left;
}
.ranking-left li a {
  width: 229px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  background: #e3e3e3;
  margin-bottom: 10px;
}

.ranking-left li a.active, .ranking-left li a:hover {
  background: #ff6600;
  color: #fff;
}

.ranking-right {
  width: 950px;
  float: left;
  background: #fff;
  padding-bottom: 15px;
}
.ranking-right .title {
  margin: 0 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 14px;
  padding-bottom: 15px;
}
.ranking-right .title h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 900;
}
.ranking-right .title p {
  font-size: 13px;
  color: #666;
  line-height: 22px;
}
.ranking-right .entry {
  margin: 0 20px;
  overflow: hidden;
}
.ranking-right .entry li {
  border-bottom: 1px dashed #eee;
  padding-bottom: 15px;
  padding-top: 15px;
  overflow: hidden;
  position: relative;
}
.ranking-right .entry li .number {
  width: 36px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  float: left;
  background: #ccc;
  color: #fff;
  font-size: 30px;
}
.ranking-right .entry li .red {
  background: #f60041;
}
.ranking-right .entry li .orange {
  background: #ff9100;
}
.ranking-right .entry li .light {
  background: #f6bb43;
}
.ranking-right .entry li .pic {
  float: left;
  margin-left: 20px;
  margin-right: 16px;
  position: relative;
}
.ranking-right .entry li .pic img {
  width: 100px;
  height: 100px;
  display: block;
}
.ranking-right .entry li .txt {
  width: 698px;
  float: left;
  line-height: 26px;
}
.ranking-right .entry li .txt a {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: 1px;
}
.ranking-right .entry li .txt em {
  color: #666;
}
.ranking-right .entry li .txt p {
  font-size: 13px;
  color: #888;
  line-height: 22px;
}
.ranking-right .entry li .btn {
  position: absolute;
  right: 0;
  top: 15px;
}
.ranking-right .entry li .btn a {
  width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  background: #ff6600;
  color: #fff;
}

.wond-shadow i,
.video-box:before,
.trend-list li:first-child:before,
.news-qy-label li a:before,
.test-list-ul li:first-child .test-hide:before,
.bj-pick li:first-child:before,
.lb-btn-box span:before,
.imgbox-time:before,
.lb-prev,
.lb-next,
.rank-item-tit,
.mod-main-tit,
.indexicons,
.game-area:before,
.game-tj:before,
.game-news-box:after,
.mod-two-r-t:before,
.score-box,
.xb-label,
.news-img-box:before,
.game-qx-zan span:after {
  background-image: url("../images/index.png");
  background-repeat: no-repeat;
}

.game-tab-ol {
  float: left;
  margin-top: 29px;
}
.game-tab-ol li {
  float: left;
  color: #999;
  font-weight: bold;
  font-size: 16px;
  height: 18px;
  line-height: 18px;
  position: relative;
  cursor: pointer;
}
.game-tab-ol li.active {
  color: #f56200;
}
.game-tab-ol .game-area {
  padding: 0 20px 0 25px;
  margin-left: 38px;
}
.game-tab-ol .game-tj {
  padding: 0 29px 0 32px;
}

.game-tj:after {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #dbdbdb;
  position: absolute;
  top: 2px;
  right: 0;
}
.game-tj:before {
  content: "";
  width: 19px;
  height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
  background-position: 0 -22px;
}
.game-tj.active:before {
  background-position: 0 0;
}

.game-area:before {
  content: "";
  width: 12px;
  height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
  background-position: -28px -22px;
}
.game-area.active:before {
  background-position: -28px 0;
}

.head-game-box {
  overflow: hidden;
  padding: 0 10px 20px;
}

.module-one {
  width: 1200px;
  margin: 20px auto 0;
  background: #fff;
}

.hot-tj {
  overflow: hidden;
  padding: 0 10px 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #fff;
}
.hot-tj img {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  display: block;
  margin: 15px auto 0;
}
.hot-tj li {
  float: left;
  width: 113.5px;
  height: 124px;
  background-color: #f8f8f8;
  margin-left: 5px;
}
.hot-tj li:hover img {
  margin-top: 10px;
}
.hot-tj li:hover span {
  color: #ec7c18;
}
.hot-tj span {
  display: block;
  text-align: center;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  margin: 13px auto 0;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 70px;
}

.head-game-list {
  height: 124px;
  position: relative;
  overflow: hidden;
}

.j-tab.active {
  z-index: 1;
}

.game-area-tab {
  overflow: hidden;
  margin-left: -4px;
  padding: 0 10px;
  height: 124px;
  position: absolute;
  top: 0;
}
.game-area-tab .game-news-box {
  overflow: hidden;
  float: left;
  background: #f8f8f8;
  padding: 12px 27px;
  width: 534px;
  margin-left: 4px;
  position: relative;
}
.game-area-tab .game-news-box:last-child:after {
  background-position: -158px 0;
}
.game-area-tab ul li {
  height: 28px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  float: left;
  text-align: center;
  line-height: 30px;
  margin: 5px 5px 0 0;
  padding: 0 10px;
}
.game-area-tab ul li:hover {
  background: #f56200;
  border-color: #f56200;
}
.game-area-tab ul li:hover a {
  color: #fff;
}
.game-area-tab ul li a {
  display: block;
}

.game-news-box ul {
  margin: -5px 0 0 -5px;
  overflow: hidden;
  height: 105px;
  width: 545px;
}
.game-news-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 39px;
  height: 37px;
  background-repeat: no-repeat;
  background-position: -109px 0;
}

.peo-game {
  width: 100%;
  overflow: hidden;
  height: 23px;
  margin-top: 10px;
}

.peo-game-label {
  float: left;
  text-align: center;
  color: #fff;
  background: #f56200;
  width: 75px;
  line-height: 23px;
  height: 23px;
  position: relative;
  margin-right: 13px;
}
.peo-game-label:after {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  border: 12px solid transparent;
  border-left-color: #f56200;
}

.peo-game-list {
  float: left;
  overflow: hidden;
  margin-left: 2px;
  width: 1100px;
}
.peo-game-list a {
  float: left;
  font-size: 12px;
  color: #999;
  padding: 0 14px 0 15px;
  height: 12px;
  line-height: 12px;
  margin-top: 6px;
  border-left: 2px solid #e3e3e3;
  margin-left: -2px;
}
.peo-game-list a:hover {
  color: #ec7c18;
}
.peo-game-list .orange {
  color: #ec7c18;
}

.mod-swiper-container {
  width: 380px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.mod-swiper-container ul img {
  display: block;
  width: 100%;
  height: 100%;
}
.mod-swiper-container ul span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 103px;
  background: url(../images/index-opacity-ico.png) left bottom repeat-x;
  line-height: 120px;
  text-align: center;
  padding: 0 5%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.module-two {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding-top: 26px;
}
.module-two:after {
  content: "";
  display: block;
  clear: both;
}

.page-style span {
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  opacity: 0.5;
}
.page-style .swiper-pagination-bullet-active {
  width: 40px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 4px;
  opacity: 1;
}

.mod-tow-l {
  width: 380px;
  float: left;
  padding-left: 10px;
}
.mod-tow-l .page-style {
  bottom: 16px;
  left: 0;
  right: 0;
}

.lb-prev, .lb-next {
  position: absolute;
  top: 40%;
  width: 20px;
  height: 40px;
  z-index: 2;
  cursor: pointer;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.lb-next {
  right: 0;
  background-position: -155px -186px;
}

.lb-prev {
  background-position: -129px -186px;
}

.mod-swiper-container:hover .lb-prev, .mod-swiper-container:hover .lb-next {
  opacity: 1;
}

.index-tit {
  margin-top: 35px;
  margin-left: -10px;
  overflow: hidden;
}
.index-tit h4 {
  height: 26px;
  line-height: 26px;
  color: #333;
  font-size: 20px;
  text-indent: 22px;
  position: relative;
  font-weight: bold;
  float: left;
}
.index-tit h4:before {
  content: "";
  width: 4px;
  height: 26px;
  background: #f56200;
  position: absolute;
  top: 0;
  left: 0;
}

.news-list {
  margin-top: 2px;
  overflow: hidden;
}
.news-list li {
  display: block;
  overflow: hidden;
  position: relative;
  padding-left: 21px;
  margin-top: 22px;
}
.news-list li a {
  font-size: 14px;
  color: #666;
  float: left;
  height: 14px;
  line-height: 14px;
  width: 275px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-list li span {
  float: right;
  color: #999;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
}
.news-list li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url("../images/dian.png");
}
.news-list li:hover a {
  color: #ec7c18;
}

.news-img {
  height: 150px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.news-img img {
  display: block;
  width: 100%;
  min-height: 150px;
}
.news-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}

.news-img-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  z-index: 1;
}
.news-img-box span {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 90%;
  padding: 0 5%;
  height: 20px;
  line-height: 20px;
  margin-top: 53px;
}
.news-img-box p {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 90%;
  padding: 0 5%;
  height: 12px;
  line-height: 12px;
  margin-top: 12px;
}
.news-img-box:before {
  content: "";
  width: 80px;
  height: 95px;
  position: absolute;
  top: 28px;
  left: 151px;
  background-position: -236px 0;
}

.news-img:hover .news-img-box, .news-img:hover:after {
  opacity: 0;
  height: 0;
}

.mod-two-c {
  float: left;
  width: 420px;
  margin: 0 40px;
}

.titmod-label {
  width: 42px;
  height: 42px;
  background-color: #f4b948;
  float: left;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  font-weight: bold;
}

.tit-mod-r {
  float: left;
  margin-left: 23px;
  width: 355px;
}

.bao-jue {
  overflow: hidden;
}

.big-tit h5 {
  color: #ec7c18;
  display: block;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

.small-tit {
  display: block;
  text-align: center;
  color: #999;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  margin-top: 11px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mod-c-jue {
  margin-top: 20px;
}

.modnews-lab {
  width: 70px;
  height: 24px;
  background-color: #ededed;
  float: left;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #666;
}

.mod-c-news {
  margin-top: -11px;
  overflow: hidden;
  padding-bottom: 25px;
  border-bottom: 1px solid #ededed;
  background: #fff;
}
.mod-c-news li {
  display: block;
  overflow: hidden;
  margin-top: 16px;
}
.mod-c-news li a {
  float: left;
  color: #333;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  width: 250px;
  margin-left: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mod-c-news li.orange a, .mod-c-news li.orange a, .mod-c-news li:hover a {
  color: #ec7c18;
}

.mod-c-news li.orange em, .mod-c-news li.orange em {
  background: #f4b948;
  color: #fff;
}

.tab-ol-box {
  border-bottom: 2px solid #ededed;
}
.tab-ol-box span {
  float: left;
  width: 25%;
  text-align: center;
  color: #888;
  font-size: 16px;
  height: 30px;
  cursor: pointer;
  margin-bottom: -2px;
}
.tab-ol-box span.active {
  border-bottom: 2px solid #f56200;
  color: #f56200;
  font-weight: bold;
}
.tab-ol-box:after {
  content: "";
  display: block;
  clear: both;
}

.tab-item {
  display: none;
}
.tab-item.active {
  display: block;
}

.tab-box {
  margin-top: 20px;
}
.tab-box .tab-item:first-child .modnews-lab {
  width: 42px;
}
.tab-box .tab-item:first-child a {
  width: 360px;
}
.tab-box .tab-item:first-child .mod-c-news {
  margin-top: 5px;
}

.img-box {
  float: left;
}
.img-box img {
  display: block;
  width: 160px;
  height: 90px;
}

.mod-c-imgnews li {
  overflow: hidden;
  display: block;
  margin-top: 19px;
}
.mod-c-imgnews li:hover h5 {
  color: #ec7c18;
}

.imgnews-r {
  float: left;
  margin-left: 13px;
}

.tit-box h5 {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  width: 237px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 45px;
  margin-top: 6px;
}

.time-bj {
  overflow: hidden;
  margin-top: 13px;
}

.imgbox-time {
  float: left;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  color: #999;
  padding-left: 23px;
  margin-top: 7px;
}
.imgbox-time:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 12px;
  height: 12px;
  background-position: -129px -86px;
}

.imgbox-bjtj {
  float: right;
  width: 58px;
  height: 23px;
  background-color: #f3fff3;
  border: solid 1px #f56200;
  color: #f56200;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
}
.imgbox-bjtj:hover {
  color: #f56200;
}

.mod-c-bao em {
  background: #f48948;
}

.mod-c-list {
  overflow: hidden;
  height: 218px;
  margin-top: -19px;
}

.mod-c-page {
  text-align: center;
  height: 7px;
  line-height: 7px;
  margin-top: 32px;
  cursor: pointer;
}
.mod-c-page span {
  width: 7px;
  height: 7px;
  background-color: #e7e7e7;
  display: inline-block;
  margin-left: 7px;
  border-radius: 50%;
  opacity: 1;
}
.mod-c-page span.swiper-pagination-bullet-active {
  width: 15px;
  background-color: #f56200;
  border-radius: 4px;
}

.news-lb-box {
  overflow: hidden;
  margin-top: 25px;
}

.lb-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.lb-box-top {
  position: relative;
  overflow: hidden;
}

.lb-btn-box {
  position: absolute;
  top: 314px;
  width: 1300px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 200px;
  z-index: 1;
}
.lb-btn-box span {
  width: 38px;
  height: 128px;
  background: rgba(255, 255, 255, 0.3);
  border: solid 2px rgba(255, 255, 255, 0.3);
  position: relative;
  cursor: pointer;
}
.lb-btn-box span:hover {
  background: rgba(255, 255, 255, 0.5);
}
.lb-btn-box span:before {
  content: "";
  position: absolute;
  top: 48px;
  left: 11px;
  width: 17px;
  height: 30px;
  background-repeat: no-repeat;
}
.lb-btn-box span.lb-pre-btn:before {
  background-position: -54px -221px;
}
.lb-btn-box span.lb-next-btn:before {
  background-position: -94px -221px;
}

.lb-pre-btn {
  float: left;
}

.lb-next-btn {
  float: right;
}

.mod-two-r {
  width: 300px;
  float: right;
  margin-right: 10px;
}
.mod-two-r .index-tit {
  margin-left: 0;
}

.mod-two-r-t {
  position: relative;
  width: 100%;
  height: 160px;
}
.mod-two-r-t img {
  display: block;
  width: 100%;
  min-height: 160px;
}
.mod-two-r-t:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mod-two-r-t:hover:after {
  background: rgba(0, 0, 0, 0);
  height: 0;
}
.mod-two-r-t:before {
  content: "";
  position: absolute;
  top: -7px;
  right: 6px;
  width: 47px;
  height: 100px;
  background-position: -14px -149px;
  z-index: 1;
}
.mod-two-r-t a {
  display: block;
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.gift-show-tit {
  float: left;
  color: #666;
  font-size: 14px;
  height: 21px;
  line-height: 21px;
  width: 70px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 18px;
}

.gift-show {
  overflow: hidden;
  display: block;
}

.progress-bar {
  float: left;
  width: 106px;
  height: 4px;
  border-radius: 2px;
  background: #e5e5e5;
  position: relative;
  margin-top: 8px;
  margin-left: 16px;
}

.progress-bar-bg {
  position: relative;
  height: 4px;
  background-image: linear-gradient(90deg, #49cd49 0%, #279b42 100%);
  border-radius: 2px;
  display: block;
}
.progress-bar-bg:after {
  content: "";
  position: absolute;
  right: -4px;
  top: -4px;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  box-shadow: 0 0 6px 0 #efefef;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
}

.progress-text {
  float: left;
  font-size: 12px;
  color: #999;
  height: 21px;
  line-height: 21px;
  margin-left: 10px;
}

.gift-show-btn {
  float: right;
  width: 37px;
  height: 21px;
  border: solid 1px #cccccc;
  color: #999;
  font-size: 12px;
  text-align: center;
  line-height: 21px;
}

.gift-hide {
  display: none;
}

.game-gifts-list {
  position: relative;
}
.game-gifts-list li {
  border-left: 1px solid #efefec;
  position: relative;
  padding-top: 18px;
}
.game-gifts-list li.active {
  border-left: none;
}
.game-gifts-list li.active .gift-show {
  display: none;
}
.game-gifts-list li.active .gift-hide {
  display: block;
  overflow: hidden;
  background: #f9f9f9;
}
.game-gifts-list li.active .hide-progress-bar {
  height: 2px;
}
.game-gifts-list li.active:after {
  content: "";
  background: #fff;
  top: 108px;
  left: 0;
  width: 1px;
  height: 25px;
  position: absolute;
  display: block;
  border-radius: 0;
  z-index: 1;
}
.game-gifts-list li.active:before {
  content: "";
  background: #fff;
  top: -8px;
  left: 0;
  width: 2px;
  height: 10px;
  position: absolute;
}
.game-gifts-list li.active .hide-progress-bar-bg:after {
  width: 0;
}
.game-gifts-list li:after {
  content: "";
  position: absolute;
  top: 25px;
  left: -4px;
  width: 7px;
  height: 7px;
  background-color: #efefec;
  border-radius: 50%;
}
.game-gifts-list li:first-child:before {
  display: none;
}
.game-gifts-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 25px;
  background: #fff;
  z-index: 1;
}
.game-gifts-list:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 8px;
  background: #fff;
}
.game-gifts-list .hide-progress-bar i:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #d3ead3;
  transition: width 0.5s 0.2s ease;
}

.gift-hide-link {
  float: left;
}
.gift-hide-link img {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 15px;
  margin: 9px 0 0 10px;
}

.gift-hide-c {
  float: left;
  padding: 17px 0 0 13px;
  width: 170px;
}
.gift-hide-c a h5 {
  display: block;
  color: #666;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.over-time {
  display: block;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  color: #999;
  margin-top: 11px;
}
.over-time em {
  color: #333;
  margin-left: 2px;
}

.odd-num {
  display: block;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  color: #999;
  margin-top: 7px;
}
.odd-num em {
  color: #333;
  margin-left: 2px;
}
.odd-num em b {
  color: #f56200;
  margin-right: 3px;
}

.gift-hide-btn {
  float: right;
  width: 14px;
  background: #f56200;
  color: #fff;
  font-size: 14px;
  padding: 27px 11px;
}
.gift-hide-btn:hover {
  color: #fff;
}

.hide-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 263px;
  height: 0;
  background-color: #d3ead3;
  overflow: hidden;
}

.hide-progress-bar-bg {
  height: 2px;
  background-color: #f56200;
  z-index: 1;
  display: block;
  position: relative;
}

.game-qx-list {
  margin-top: 16px;
  position: relative;
}
.game-qx-list li {
  float: left;
  width: 220px;
  height: 300px;
  margin-left: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 0 2px 0 #6a97e4;
  position: relative;
}
.game-qx-list li.active {
  width: 490px;
  height: 300px;
  border-color: transparent;
}
.game-qx-list li.active .game-qx-info:before {
  display: block;
}
.game-qx-list li.active .game-qx-shadow {
  opacity: 0;
  z-index: 0;
}
.game-qx-list li img {
  width: 220px;
  height: 100%;
  display: block;
  float: left;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
}
.game-qx-list li .game-link-box {
  width: 490px;
  display: block;
  height: 100%;
}
.game-qx-list:after {
  content: "";
  display: block;
  clear: both;
}

.module-three {
  margin: 0 auto;
  width: 1200px;
  position: relative;
  padding-top: 70px;
  background: #fff;
}
.module-three:before {
  position: absolute;
  content: "";
  top: 48px;
  left: 0;
  width: 100%;
  height: 116px;
  background: url(../images/game-module-bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.mod-main-tit {
  display: block;
  width: 157px;
  height: 42px;
  margin: 0 auto;
  background-position: -198px -124px;
}

.game-qx-info {
  float: left;
  width: 266px;
  position: relative;
  height: 296px;
  transition: all 1s ease;
  z-index: 1;
}
.game-qx-info:before {
  content: "";
  position: absolute;
  left: -44px;
  top: 130px;
  display: none;
  border: 22px solid transparent;
  border-right-color: #fff;
}

.game-qx-tit {
  font-size: 24px;
  color: #333;
  display: block;
  text-align: center;
  margin: 27px auto 0;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.game-qx-tit b {
  position: relative;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  max-width: 165px;
}
.game-qx-tit b:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -34px;
  width: 15px;
  height: 3px;
  background: #eeeff1;
}
.game-qx-tit b:after {
  content: "";
  position: absolute;
  top: 11px;
  right: -34px;
  width: 15px;
  height: 3px;
  background: #eeeff1;
}

.game-qx-count {
  color: #666;
  font-size: 12px;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  width: 235px;
  margin: 23px auto 0;
  max-height: 95px;
}
.game-qx-count em {
  color: #999;
  margin-right: 2px;
}

.game-qx-zan {
  height: 28px;
  display: block;
  width: 223px;
  margin: 18px auto 0;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 11px;
}
.game-qx-zan span {
  height: 28px;
  line-height: 28px;
  float: left;
  position: relative;
  width: 40%;
  text-indent: 39px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  margin-left: 10%;
}
.game-qx-zan span i {
  position: absolute;
  top: 0;
  left: -35px;
  font-style: normal;
  z-index: -1;
  transition: all 1s ease;
}
.game-qx-zan span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.game-qx-zan span:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
}

.zan-right:before {
  background: #ef4444;
}
.zan-right:after {
  top: 5px;
  left: 7px;
  background-position: -77px -85px;
}
.zan-right:hover:before {
  background: #d82b2b;
}

.game-bad:before {
  background: #4491ef;
}
.game-bad:after {
  top: 8px;
  left: 6px;
  background-position: -104px -85px;
}
.game-bad:hover:before {
  background: #2676d8;
}

.game-qx-info-list {
  overflow: hidden;
  width: 230px;
  margin: 10px auto 0;
}
.game-qx-info-list span {
  float: left;
  width: 50%;
  font-size: 12px;
  height: 15px;
  line-height: 15px;
  color: #333;
  margin-top: 9px;
}
.game-qx-info-list span em {
  color: #999;
  float: left;
}

.game-qx-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.1s ease;
  z-index: 1;
}
.game-qx-shadow span {
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 144px auto 0;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
}
.game-qx-shadow span em {
  position: relative;
}
.game-qx-shadow span em:before {
  content: "";
  position: absolute;
  left: -27px;
  top: 6px;
  background: #fff;
  width: 16px;
  height: 2px;
}
.game-qx-shadow span em:after {
  content: "";
  position: absolute;
  top: 6px;
  right: -27px;
  background: #fff;
  width: 16px;
  height: 2px;
}

.module-four {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 10px 50px;
  background: #fff;
}

.mod-f-l {
  width: 840px;
  float: left;
}

.bj-pick {
  position: relative;
  margin: 8px 0 0 -15px;
}
.bj-pick:after {
  content: "";
  display: block;
  clear: both;
}
.bj-pick li {
  float: left;
  width: 270px;
  height: 150px;
  margin: 14px 0 0 15px;
  position: relative;
}
.bj-pick li img {
  display: block;
  width: 100%;
  min-height: 100%;
  transition: all 0.5s ease;
}
.bj-pick li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.bj-pick li:hover .bj-pick-shadow {
  height: 100%;
}
.bj-pick li:first-child:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 30px;
  height: 31px;
  z-index: 1;
  background-position: -77px -106px;
}

.bj-pick-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}
.bj-pick-shadow:after {
  content: "";
  width: 11px;
  height: 47px;
  border: 3px solid #fff;
  border-left-width: 0;
  position: absolute;
  top: 50px;
  right: 22px;
}
.bj-pick-shadow:before {
  content: "";
  width: 11px;
  height: 47px;
  border: 3px solid #fff;
  border-right-width: 0;
  position: absolute;
  top: 50px;
  left: 25px;
}
.bj-pick-shadow h5 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin: 55px auto 0;
  width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.bj-pick-shadow span {
  width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  margin: 8px auto 0;
}

.phone-game-ol {
  float: right;
}
.phone-game-ol li {
  float: left;
  width: 90px;
  height: 35px;
  background-color: #fafafa;
  border: solid 1px #e9e9e9;
  color: #333;
  font-size: 12px;
  line-height: 37px;
  text-align: center;
  cursor: pointer;
}
.phone-game-ol li.active {
  background: #f56200;
  color: #fff;
  border-color: #f56200;
}
.phone-game-ol li.active:last-child {
  border-left-color: #f56200;
}

.test-list-ol {
  height: 35px;
  display: none;
  float: right;
}
.test-list-ol li {
  float: left;
  width: 75px;
  height: 33px;
  background-color: #fafafa;
  text-align: center;
  line-height: 35px;
  color: #333;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  cursor: pointer;
}
.test-list-ol li.active {
  background: #f56200;
  color: #fff;
  border-color: #f56200;
}

.phone-game-ul {
  margin: -30px 0 0 -29px;
  overflow: hidden;
}
.phone-game-ul li {
  float: left;
  width: 95px;
  margin: 30px 0 0 29px;
  overflow: hidden;
}
.phone-game-ul li:hover .phont-game-btn {
  color: #fff;
  background: #f56200;
}

.j-phone-tab {
  display: none;
}
.j-phone-tab.active {
  display: block;
}
.j-phone-tab .news-qy-list li {
  float: left;
  width: 19.33%;
  padding: 0 3% 0 21px;
  margin-top: 26px;
}

.phone-game-t img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  margin: 0 auto;
}
.phone-game-t span {
  display: block;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  margin: 12px auto 0;
  color: #333;
}

.phont-game-btn {
  display: block;
  margin: 12px auto 0;
  width: 93px;
  height: 32px;
  border: solid 1px #f56200;
  text-align: center;
  line-height: 33px;
  color: #f56200;
}

.phone-game-box {
  margin-top: 16px;
  height: 546px;
}

.mod-f-r {
  float: right;
  width: 300px;
}
.mod-f-r .index-tit {
  margin-left: 0;
  margin-top: 35px;
  height: 35px;
}

.test-list-box {
  width: 300px;
  background-color: #fdfaf6;
  border: solid 1px #f7ead6;
  margin-top: 15px;
  height: 310px;
}

.test-list-ul {
  display: none;
}
.test-list-ul.active {
  display: block;
}
.test-list-ul.active li.active .test-show {
  display: none;
}
.test-list-ul.active li.active .test-hide {
  display: block;
  background-color: #fcf3e1;
  position: relative;
  border: 1px solid #f7ead6;
  border-left-width: 0;
  border-right-width: 0;
}
.test-list-ul.active li.active .test-hide:after {
  display: block;
  content: "";
  clear: both;
}
.test-list-ul li:first-child .test-hide:before {
  content: "";
  width: 21px;
  height: 36px;
  position: absolute;
  top: -5px;
  right: 3px;
  background-position: -152px -84px;
}

.test-show {
  display: block;
  overflow: hidden;
  padding: 0 15px;
}
.test-show span {
  float: left;
  width: 15%;
  font-size: 12px;
  height: 37px;
  line-height: 37px;
  color: #333;
}
.test-show span:nth-child(2) {
  width: 44%;
  padding: 0 3%;
}
.test-show span:nth-child(3) {
  width: 25%;
  color: #999;
}
.test-show span:nth-child(4) {
  width: 10%;
  text-align: right;
  color: #ab8b4c;
}

.test-hide {
  display: none;
  position: relative;
}

.test-hide-img {
  float: left;
  margin: 8px 0 8px 15px;
}
.test-hide-img img {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 12px;
}

.test-hide-c {
  float: left;
  margin-left: 9px;
  width: 110px;
}

.test-btn-box {
  float: right;
  margin: 17px 30px 0 0;
}
.test-btn-box a {
  display: block;
  text-align: center;
  width: 56px;
  height: 23px;
  background-color: #ffffff;
  color: #c5a871;
  font-size: 12px;
  line-height: 23px;
}
.test-btn-box .test-shiwan {
  margin-top: 8px;
  background: #c5a871;
  color: #fff;
}

.test-hide-tit {
  display: block;
  color: #333;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 16px;
  line-height: 16px;
  width: 100%;
  margin-top: 24px;
}

.test-hide-time {
  display: block;
  font-size: 12px;
  color: #333;
  height: 12px;
  line-height: 12px;
  margin-top: 13px;
}
.test-hide-time em {
  color: #999;
  margin-right: 2px;
}

.add-more {
  float: right;
  position: relative;
  color: #999;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  padding-right: 22px;
}
.add-more:hover {
  color: #f56200;
}
.add-more:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 15px;
  height: 15px;
  background-image: url("../images/more.png");
}

.xiaobian {
  width: 300px;
  height: 190px;
  position: relative;
  margin-top: 20px;
}
.xiaobian img {
  display: block;
  width: 100%;
  height: 100%;
}

.xb-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: url(../images/news-qy-shadow.png) 0 0 repeat-x;
}

.xb-tit-box {
  float: left;
  width: 70%;
}

.score-box {
  float: right;
  width: 59px;
  height: 59px;
  background-position: 0 -78px;
  margin-right: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 59px;
}
.score-box em {
  font-size: 12px;
}

.xb-label {
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #000;
  margin-left: -8px;
  width: 100px;
  height: 31px;
  background-position: 0 -47px;
}

.xb-tit {
  display: block;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-top: 15px;
  width: 100%;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 15px;
}

.news-qy-list {
  overflow: hidden;
  margin-top: 0;
}
.news-qy-list li {
  display: block;
  overflow: hidden;
  position: relative;
  padding-left: 21px;
  margin-top: 21px;
}
.news-qy-list li a {
  font-size: 14px;
  color: #666;
  display: block;
  height: 14px;
  line-height: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-qy-list li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url("../images/dian.png");
}
.news-qy-list li:hover a {
  color: #ec7c18;
}

.news-qy-label {
  position: relative;
  margin: 10px 0 0 -10px;
}
.news-qy-label li {
  float: left;
  width: 91px;
  height: 50px;
  background-color: #ffffff;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.09);
  border: solid 1px #e9e9e9;
  margin: 15px 0 0 10px;
  position: relative;
}
.news-qy-label li a {
  display: block;
  text-align: center;
  line-height: 52px;
  width: 92px;
  height: 51px;
  overflow: hidden;
  position: absolute;
  transition: color 0.2s ease;
  right: -1px;
  top: -1px;
  color: #ffae5f;
}
.news-qy-label li a:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  border: 8px solid;
  border-color: #ffae5f #ffae5f transparent transparent;
  transition: all 0.5s ease;
}
.news-qy-label li a:before {
  content: "";
  position: absolute;
  right: -4px;
  top: -7px;
  width: 22px;
  height: 25px;
  z-index: 1;
  display: none;
  background-position: -118px -117px;
}
.news-qy-label li:hover {
  box-shadow: none;
}
.news-qy-label li:hover a:after {
  border-width: 100px;
}
.news-qy-label li:hover a em {
  color: #fff;
}
.news-qy-label li:hover a:before {
  display: block;
}
.news-qy-label li em {
  position: relative;
  z-index: 1;
}
.news-qy-label li:nth-child(2) a {
  color: #f74b4b;
}
.news-qy-label li:nth-child(2) a:after {
  border-color: #f74b4b #f74b4b transparent transparent;
}
.news-qy-label li:nth-child(3) a {
  color: #674bf7;
}
.news-qy-label li:nth-child(3) a:after {
  border-color: #674bf7 #674bf7 transparent transparent;
}
.news-qy-label li:nth-child(4) a {
  color: #c49155;
}
.news-qy-label li:nth-child(4) a:after {
  border-color: #c49155 #c49155 transparent transparent;
}
.news-qy-label li:nth-child(5) a {
  color: #93d877;
}
.news-qy-label li:nth-child(5) a:after {
  border-color: #93d877 #93d877 transparent transparent;
}
.news-qy-label li:nth-child(6) a {
  color: #f38ce3;
}
.news-qy-label li:nth-child(6) a:after {
  border-color: #f38ce3 #f38ce3 transparent transparent;
}
.news-qy-label:after {
  content: "";
  clear: both;
  display: block;
}

.lb-ol {
  margin: 235px auto 0;
  position: absolute;
  transition: all 0.2s ease;
  z-index: 2;
  height: 100px;
  display: none;
}
.lb-ol li {
  background: #fff;
  margin-left: 30px;
  width: 90px;
  height: 90px;
  border: 5px solid #fff;
  border-radius: 22px;
  transition: all 0.2s ease;
  float: left;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.lb-ol li.active {
  margin-top: -45px;
  width: 180px;
  height: 180px;
  border-radius: 43px;
  border-width: 10px;
}
.lb-ol li.active img {
  border-radius: 40px;
}
.lb-ol li img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.lb-ol:after {
  content: "";
  clear: both;
  display: block;
}

.lb-box {
  position: relative;
  overflow: hidden;
}

.lb-tab-box {
  background: #fff;
  width: 1200px;
  margin: 314px auto 0;
  height: 514px;
  position: relative;
  z-index: 1;
}

.lb-item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lb-item.active {
  display: block;
}

.lb-head {
  background: #f7f7f7;
  overflow: hidden;
  height: 97px;
  padding: 0 30px;
  display: block;
}

.lb-head-l {
  float: left;
  margin-top: 24px;
}

.lb-head-r {
  float: right;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.lb-head-r a {
  width: 90px;
  height: 34px;
  background-color: #ffffff;
  border: solid 1px #f56200;
  margin-left: 10px;
  line-height: 35px;
  text-align: center;
  color: #f56200;
  font-size: 14px;
  float: left;
}
.lb-head-r a:last-child {
  background: #f56200;
  color: #fff;
}

.lb-item-name {
  overflow: hidden;
}
.lb-item-name h3 {
  float: left;
  color: #000;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
}

.lb-item-label {
  float: left;
  margin: 4px 0 0 14px;
  height: 17px;
  width: 230px;
  overflow: hidden;
}
.lb-item-label em {
  float: left;
  color: #fff;
  font-size: 12px;
  height: 17px;
  line-height: 17px;
  padding: 0 6px;
  margin-right: 5px;
  text-align: center;
}
.lb-item-label em:nth-child(1) {
  background: #986ea7;
}
.lb-item-label em:nth-child(2) {
  background: #fb5c5c;
}

.item-info-list {
  display: block;
  overflow: hidden;
  margin-top: 15px;
}
.item-info-list li {
  float: left;
  margin-right: 25px;
  font-size: 14px;
  color: #ccc;
  height: 15px;
  line-height: 15px;
}
.item-info-list li em {
  color: #666;
  margin-left: 2px;
}
.item-info-list li span {
  color: #ccc;
  float: left;
}

.lb-top {
  padding: 23px 10px;
  overflow: hidden;
}
.lb-top .index-tit {
  margin: 0;
}

.item-trends {
  float: left;
  width: 390px;
}
.item-trends .index-tit {
  margin-left: -10px;
}

.sel-gl {
  float: left;
  margin-left: 40px;
  width: 410px;
}
.sel-gl .news-list {
  margin-top: 0;
}
.sel-gl .news-list li {
  margin-top: 19px;
}

.gl-video {
  float: left;
  margin-left: 40px;
  width: 300px;
}

.trend-list {
  margin-top: 5px;
}
.trend-list li {
  display: block;
  background-color: #f8f8f8;
  border: solid 1px #e9e9e9;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}
.trend-list li img {
  display: block;
  width: auto;
  height: 100%;
  float: left;
}
.trend-list li:nth-child(2) .img-animate {
  float: right;
}
.trend-list li:nth-child(2) .trd-info:after {
  left: 247px;
  border-color: transparent transparent transparent #f8f8f8;
}
.trend-list li:first-child:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 17px;
  height: 17px;
  background-position: -181px -93px;
}
.trend-list li:after {
  content: "";
  display: block;
  clear: both;
}
.trend-list .img-animate {
  float: left;
  width: 140px;
  height: 98px;
}

.trd-info {
  float: left;
  position: relative;
  padding: 0 14px;
}
.trd-info h5 {
  display: block;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  width: 220px;
  margin: 15px auto 0;
  height: 45px;
}
.trd-info span {
  display: block;
  color: #999;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  margin-top: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 220px;
}
.trd-info:after {
  content: "";
  position: absolute;
  left: -24px;
  top: 40px;
  border: 12px solid transparent;
  border-right-color: #f8f8f8;
}

.sel-bjtj {
  overflow: hidden;
  margin-top: 20px;
}

.sel-top-tit {
  display: block;
  color: #333;
  font-size: 18px;
  position: relative;
  font-weight: bold;
  padding-left: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  width: 388px;
}
.sel-top-tit:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url("../images/dian.png");
}

.sel-top-tip {
  font-size: 12px;
  color: #999;
  display: block;
  position: relative;
  padding-left: 22px;
  height: 12px;
  line-height: 12px;
  padding-top: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 388px;
}
.sel-top-tip:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 10px;
  height: 20px;
  border: 1px solid #e7e7e7;
  border-top-width: 0;
  border-right-width: 0;
}

.sel-list-top {
  margin-top: 28px;
}

.gl-top {
  margin-top: 20px;
}

.video-box {
  position: relative;
  height: 167px;
}
.video-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.video-box:before {
  content: "";
  position: absolute;
  top: -8px;
  right: -7px;
  width: 65px;
  height: 69px;
  z-index: 1;
  background-position: -58px -148px;
}

.video-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.video-time {
  position: absolute;
  bottom: 8px;
  right: 7px;
  font-size: 12px;
  color: #fff;
}

.video-btn {
  position: absolute;
  width: 46px;
  height: 46px;
  left: 14px;
  bottom: -13px;
  background-position: -145px -130px;
}

.video-tit {
  display: block;
  text-align: center;
  color: #333;
  font-size: 16px;
  height: 55px;
  border: solid 1px #efefef;
  line-height: 55px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5%;
}

.set-style li {
  margin-top: 21px;
}

.lb-bottom {
  overflow: hidden;
  padding: 0 10px 25px;
  width: 1180px;
  margin: 10px auto 0;
  background: #fff;
}

.lb-b-l {
  float: left;
  width: 840px;
}

.lb-b-r {
  float: right;
  width: 300px;
}
.lb-b-r .news-qy-list li {
  margin-top: 22px;
}

.lb-main-l {
  float: left;
  width: 390px;
}

.lb-main-r {
  float: right;
  width: 410px;
}
.lb-main-r .sel-list-top {
  margin-top: 0;
}
.lb-main-r .news-list {
  margin-top: 8px;
}
.lb-main-r .news-list li {
  margin-top: 19px;
}

.game-gl-ban {
  width: 390px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.game-gl-ban .game-glban-img {
  display: block;
  width: 100%;
  min-height: 100%;
  transition: all 0.5s ease;
}
.game-gl-ban a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.game-gl-ban a:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 376px;
  height: 186px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.game-gl-ban:hover .game-gl-shadow {
  opacity: 0;
}

.game-gl-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}
.game-gl-shadow img {
  display: block;
  margin: 50px auto 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 2px #ffffff;
}

.gl-shadow-tit {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 13px auto 0;
  width: 90%;
  height: 16px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.gl-shadow-tip {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin: 36px auto 0;
  width: 90%;
  height: 12px;
  line-height: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0.5;
}

.game-gl-list {
  display: block;
  overflow: hidden;
  margin: 20px 0 0 -7px;
}
.game-gl-list li {
  float: left;
  width: 125px;
  margin-left: 7px;
}
.game-gl-list li img {
  display: block;
  width: 100%;
  height: 70px;
}
.game-gl-list li span {
  display: block;
  color: #666;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  margin-top: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.lb-b-main {
  overflow: hidden;
  margin-top: 20px;
}

.wonderful-video {
  overflow: hidden;
  margin: 22px 0 0 -14px;
}
.wonderful-video .wonderfel-item {
  float: left;
  width: 143px;
  position: relative;
  margin-left: 14px;
}

.wonderfel-item img {
  display: block;
  width: 143px;
  height: 80px;
}
.wonderfel-item:hover .wond-shadow {
  opacity: 0;
}

.wond-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}

.wond-tit {
  color: #444;
  font-size: 12px;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wond-hot {
  padding-left: 14px;
}
.wond-hot:before {
  width: 9px;
  height: 13px;
  background-position: -434px -207px;
}

.wond-pl {
  padding-left: 20px;
}
.wond-pl:before {
  width: 14px;
  height: 12px;
  background-position: -463px -207px;
}

.wond-info-box {
  width: 121px;
  height: 45px;
  border: solid 1px #efefef;
  padding: 10px 10px 0;
}

.friend-link {
  width: 100%;
  display: block;
  background: #fff;
  margin-top: 50px;
  position: relative;
}
.friend-link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: url(../images/foot-line.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.friend-link-center {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.friend-link-center .index-tit {
  margin: 30px 0 0;
}

.foot-logo {
  width: 146px;
  height: 45px;
  float: left;
  margin: 42px 0 0 10px;
}
.foot-logo img {
  display: block;
  height: 100%;
}

.friend-link-list {
  overflow: hidden;
  float: left;
  width: 920px;
  height: 135px;
  margin-left: 40px;
}
.friend-link-list li {
  float: left;
  width: 200px;
  border-left: 1px solid #ebebeb;
  padding-left: 14px;
}
.friend-link-list li a {
  width: 50%;
  text-align: left;
  font-size: 12px;
  color: #666;
  float: left;
  height: 24px;
  line-height: 24px;
}
.friend-link-list li a:hover {
  color: #ec7c18;
}

.friend-link-lb {
  float: left;
  width: 1000px;
  height: 136px;
  border-left: 1px solid #ebebeb;
  margin-bottom: 40px;
  margin-left: 40px;
}
.friend-link-lb .swiper-container-vertical > .swiper-pagination-bullets {
  top: 50px !important;
  right: 20px !important;
}
.friend-link-lb span.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #e7e7e7;
  opacity: 1;
  border-radius: 50%;
  margin: 10px 0 !important;
}
.friend-link-lb span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  opacity: 1;
  border: 1px solid #f56200;
  background: #dfffdf;
  width: 11px;
  height: 11px;
  left: -3px;
}
.friend-link-lb span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f56200;
}
.friend-link-lb .friend-link-list a {
  float: left;
  width: 20%;
  font-size: 12px;
  color: #666;
  height: 34px;
  line-height: 35px;
  text-align: left;
}
.friend-link-lb .friend-link-list a:hover {
  color: #ec7c18;
}
.friend-link-lb .swiper-container {
  height: 135px;
}

.trend-list, .img-box, .img-animate {
  overflow: hidden;
  position: relative;
}

.lb-ol li:before, .img-animate:before, .img-box:before {
  content: "";
  display: block;
  top: -150%;
  left: -400%;
  width: 100px;
  height: 400px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.05) 20%, rgba(255, 255, 255, 0.5) 65%, rgba(255, 255, 255, 0.05) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.05) 20%, rgba(255, 255, 255, 0.5) 65%, rgba(255, 255, 255, 0.05) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.05) 20%, rgba(255, 255, 255, 0.5) 65%, rgba(255, 255, 255, 0.05) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.05) 20%, rgba(255, 255, 255, 0.5) 65%, rgba(255, 255, 255, 0.05) 100%);
  background: linear-gradient(left, rgba(255, 255, 255, 0.05) 20%, rgba(255, 255, 255, 0.5) 65%, rgba(255, 255, 255, 0.05) 100%);
  position: absolute;
}

.lb-ol li:hover:before, .trend-list li:hover .img-animate:before, .sel-bjtj:hover .img-box:before, .mod-c-imgnews li:hover .img-box:before {
  -webkit-animation: event-light 0.5s linear;
  -moz-animation: event-light 0.5s linear;
  -o-animation: event-light 0.5s linear;
  -ms-animation: event-light 0.5s linear;
  animation: event-light 0.5s linear;
}

@keyframes event-light {
  0% {
    top: -200%;
    left: -100%;
  }
  100% {
    top: -50px;
    left: 100%;
  }
}
.game-mod-box {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  padding-bottom: 50px;
}

.game-mod-l {
  width: 840px;
  float: left;
  margin-left: 10px;
}

.game-mod-r {
  float: right;
  width: 300px;
  margin-right: 10px;
}
.game-mod-r .index-tit {
  margin-left: 0;
}

.game-zt-list li {
  height: 100px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  border: solid 1px #e9e9e9;
}
.game-zt-list li img {
  display: block;
  height: 100%;
  min-width: 235px;
  transform: translateX(-35px);
  transition: all 0.3s ease;
}
.game-zt-list li:hover img {
  transform: translateX(0);
}

.zt-fix-r {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: #fcfcfc;
  transition: all 0.3s ease;
}
.zt-fix-r:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  border: 50px solid #fcfcfc;
  border-right: 20px transparent;
  border-left: 20px transparent;
}
.zt-fix-r h5 {
  display: block;
  color: #333;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  margin-top: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 96px;
}
.zt-fix-r p {
  width: 96px;
  height: 42px;
  font-family: MicrosoftYaHei, serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0;
  color: #999999;
  overflow: hidden;
  margin-top: 12px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main_Tag {
  width: 100%;
  margin-top: 36px;
  overflow: hidden;
  height: 140px;
}
.main_Tag a {
  font-size: 14px;
  float: left;
  color: #fff;
  background: #ffa958;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  text-align: center;
  height: 38px;
  line-height: 38px;
}
.main_Tag a:hover {
  background: #e89b52;
}
.main_Tag a:nth-of-type(6n + 1) {
  background: #ffa958;
}
.main_Tag a:nth-of-type(6n + 1):hover {
  background: #fb9b41;
}
.main_Tag a:nth-of-type(4n + 2) {
  background: #67b4ff;
}
.main_Tag a:nth-of-type(4n + 2):hover {
  background: #50a5f9;
}
.main_Tag a:nth-of-type(7n + 3) {
  background: #ffa9a8;
}
.main_Tag a:nth-of-type(7n + 3):hover {
  background: #f59897;
}
.main_Tag a:nth-of-type(4n + 4) {
  background: #61e0c4;
}
.main_Tag a:nth-of-type(4n + 4):hover {
  background: #54e2c3;
}
.main_Tag a:nth-of-type(4n + 5) {
  background: #ff7f7d;
}
.main_Tag a:nth-of-type(4n + 5):hover {
  background: #de6c6a;
}

.game-rank {
  width: 1200px;
  margin: 0 auto;
  background: #fff url(../images/rank-bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  padding: 23px 0 46px;
}
.game-rank .mod-main-tit {
  background-position: -197px -182px;
}

.game-rank-item {
  width: 273px;
  float: left;
  margin-left: 22px;
}

.game-rank-list {
  overflow: hidden;
  padding: 0 10px;
  margin-left: -22px;
}

.rank-list {
  overflow: hidden;
}
.rank-list .rank-show {
  display: block;
  overflow: hidden;
}
.rank-list .rank-hide {
  display: none;
  overflow: hidden;
  padding-bottom: 20px;
  height: 80px;
}
.rank-list li.active .rank-show {
  display: none;
}
.rank-list li.active .rank-hide {
  display: block;
}
.rank-list li:first-child .rank-tit {
  border-color: transparent;
}

.rank-num, .rank-num-hide {
  width: 20px;
  height: 20px;
  background: #b6b6b6;
  text-align: center;
  line-height: 20px;
  float: left;
  color: #fff;
  font-weight: bold;
}

.rank-tit {
  float: left;
  font-size: 14px;
  color: #333;
  margin-left: 13px;
  border-top: 1px solid #e7e7e7;
  height: 40px;
  line-height: 40px;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.rank-num-hide, .rank-num {
  margin-top: 11px;
}

.rank-list li:nth-child(1) .rank-num, .rank-list li:nth-child(2) .rank-num, .rank-list li:nth-child(3) .rank-num {
  background: #449e55;
}

.rank-list li:nth-child(1) .rank-num-hide, .rank-list li:nth-child(2) .rank-num-hide, .rank-list li:nth-child(3) .rank-num-hide {
  background: #449e55;
}

.rank-apple .rank-list li:nth-child(1) .rank-num, .rank-apple .rank-list li:nth-child(2) .rank-num, .rank-apple .rank-list li:nth-child(3) .rank-num {
  background: #444444;
}

.rank-apple .rank-list li:nth-child(1) .rank-num-hide, .rank-apple .rank-list li:nth-child(2) .rank-num-hide, .rank-apple .rank-list li:nth-child(3) .rank-num-hide {
  background: #444444;
}

.rank-soft .rank-list li:nth-child(1) .rank-num, .rank-soft .rank-list li:nth-child(2) .rank-num, .rank-soft .rank-list li:nth-child(3) .rank-num {
  background: #3082d6;
}

.rank-soft .rank-list li:nth-child(1) .rank-num-hide, .rank-soft .rank-list li:nth-child(2) .rank-num-hide, .rank-soft .rank-list li:nth-child(3) .rank-num-hide {
  background: #3082d6;
}

.rank-wait .rank-list li:nth-child(1) .rank-num, .rank-wait .rank-list li:nth-child(2) .rank-num, .rank-wait .rank-list li:nth-child(3) .rank-num {
  background: #fd8448;
}

.rank-wait .rank-list li:nth-child(1) .rank-num-hide, .rank-wait .rank-list li:nth-child(2) .rank-num-hide, .rank-wait .rank-list li:nth-child(3) .rank-num-hide {
  background: #fd8448;
}

.rank-hide img {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  display: block;
  margin-left: 12px;
  margin-top: 11px;
}

.rank-hide-r {
  margin-left: 16px;
  float: left;
  width: 145px;
  margin-top: 11px;
}

.rank-hide-tit {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 16px;
  line-height: 16px;
  margin-top: 7px;
  width: 100%;
}

.rank-hide-type, .rank-hide-size {
  color: #999;
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  display: block;
}

.rank-hide-type em, .rank-hide-size em {
  color: #666;
  margin-left: 2px;
}

.rank-hide-type {
  margin-top: 17px;
}

.rank-hide-size {
  margin-top: 10px;
}

.rank-item-tit {
  display: block;
  margin: 0 auto 11px;
}

.rank-android .rank-item-tit {
  width: 125px;
  height: 51px;
  background-position: -365px 0;
}

.rank-apple .rank-item-tit {
  width: 127px;
  height: 43px;
  background-position: -365px -64px;
  margin-top: 6px;
}

.rank-soft .rank-item-tit {
  width: 125px;
  height: 44px;
  background-position: -365px -134px;
  margin-top: 5px;
}

.rank-wait .rank-item-tit {
  width: 116px;
  height: 48px;
  background-position: -365px -196px;
  margin-top: 1px;
}

.tab-time {
  font-size: 12px;
}

.zt-main {
  width: 1150px;
  margin: 0 auto;
  padding: 40px 25px 10px;
  background: #fff;
  overflow: hidden;
}

.zt-nav-box {
  float: left;
  width: 240px;
}

.zt-mod-r {
  float: right;
  width: 910px;
}
.zt-mod-r .index-tit {
  margin: 0;
}

.zt-nav-list {
  border: solid 1px #ededed;
  width: 190px;
}
.zt-nav-list li {
  margin-bottom: 18px;
}
.zt-nav-list li a {
  display: block;
  position: relative;
  color: #333;
  font-size: 16px;
  text-indent: 65px;
  height: 50px;
  line-height: 50px;
}
.zt-nav-list li a:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 24px;
  width: 20px;
  height: 20px;
  background: url(../images/zt-jlt.png) no-repeat;
  background-position-x: 0;
}
.zt-nav-list li.active a {
  background: #f56200;
  color: #fff;
}
.zt-nav-list li.active a:hover {
  color: #fff;
}
.zt-nav-list li.active a:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  border-width: 25px 10px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #f56200;
}
.zt-nav-list li.active a:before {
  background-position-x: -25px;
}
.zt-nav-list li:nth-child(1) a:before {
  background-position-y: 0;
}
.zt-nav-list li:nth-child(2) a:before {
  background-position-y: -26px;
}
.zt-nav-list li:nth-child(3) a:before {
  background-position-y: -53px;
}
.zt-nav-list li:nth-child(4) a:before {
  background-position-y: -79px;
}
.zt-nav-list li:nth-child(5) a:before {
  background-position-y: -105px;
}
.zt-nav-list li:hover a {
  color: #f56200;
}

.zt-list {
  margin: 15px 0 0 -71px;
  overflow: hidden;
  padding-bottom: 35px;
  position: relative;
}
.zt-list li {
  width: 257px;
  float: left;
  position: relative;
  margin: 20px 0 20px 70px;
}
.zt-list li img {
  display: block;
  width: 100%;
  height: auto;
}
.zt-list li:hover {
  box-shadow: 0 0 20px 0 rgba(99, 99, 99, 0.1);
}
.zt-list:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.imgbox {
  width: 257px;
  height: 128px;
  overflow: hidden;
  display: block;
  position: relative;
}
.imgbox h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  padding: 0 5%;
  height: 65px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zt-item-count {
  background-color: #fcfcfc;
  border: solid 1px #e9e9e9;
  display: block;
  padding: 9px 15px 0;
  height: 50px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999;
  font-size: 12px;
  border-bottom: none;
}

.zt-item-btn {
  overflow: hidden;
  border: 1px solid #e9e9e9;
  border-top: none;
  background: #fcfcfc;
}
.zt-item-btn a {
  display: block;
  text-align: center;
  height: 39px;
  line-height: 40px;
  position: relative;
  font-size: 14px;
  border-top: 1px solid #e9e9e9;
  margin-top: 9px;
  background: #fff;
}

.go-zt, .go-zt:hover {
  color: #f56200;
}

.game-gift, .game-gift:hover {
  color: #f48948;
}

.go-zt:hover {
  color: #fff;
  background: #f56200;
  border-color: #f56200;
}

.game-gift:hover {
  color: #fff;
  background: #f48948;
}

.zt-ul-box {
  overflow: hidden;
  margin-left: -10px;
  padding-left: 10px;
}

.pager a {
  border: solid 1px #cccccc;
  color: #999;
  font-size: 14px;
  padding: 10px;
}
.pager .sele {
  background-color: #f56200;
  color: #fff;
  border: 1px solid #f56200;
}

.pager .sele, .pager a:hover {
  background: #f56200;
  border-color: #f56200;
}

.initial {
  overflow: hidden;
  margin-top: 40px;
}

.initial-tit {
  float: left;
  color: #f56200;
  font-weight: bold;
  font-size: 14px;
  padding-left: 38px;
  height: 30px;
  line-height: 34px;
  position: relative;
}
.initial-tit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 23px;
  background: url(../images/zt-jlt.png) -57px 0 no-repeat;
}

.initial-list {
  float: left;
  height: 34px;
  margin-left: 20px;
}
.initial-list a {
  float: left;
  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #bbb;
  font-size: 16px;
  font-weight: bold;
  border-radius: 3px;
  position: relative;
}
.initial-list a.active {
  background: #f56200;
  color: #fff;
}
.initial-list a.active:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  border: 4px solid transparent;
  border-top-color: #f56200;
  transform: translateX(-50%);
}

.adv {
  padding-top: 8px;
  overflow: hidden;
  zoom: 1;
}
.adv a.img {
  width: 802px;
  float: left;
  cursor: pointer;
  height: 260px;
}
.adv a.img img {
  display: block;
  width: 100%;
  height: 100%;
}
.adv .intro {
  width: 298px;
  height: 260px;
  float: right;
  background: url(../images/topicBg.jpg) right top no-repeat;
  padding: 0 30px;
}
.adv .intro h3 {
  color: #aeff00;
  font-size: 28px;
  height: 30px;
  line-height: 30px;
  padding-top: 40px;
  overflow: hidden;
}
.adv .intro h3 a {
  color: #fff;
}
.adv .intro h3 a:hover {
  color: #fff;
}
.adv .intro p {
  color: #d0dddf;
  line-height: 22px;
  padding-top: 27px;
  height: 88px;
  overflow: hidden;
}
.adv .intro .m {
  font-family: "寰\e1bf蒋闆呴粦", Tahoma, Arial, "瀹嬩綋", sans-serif;
  font-size: 14px;
  font-style: italic;
  width: 283px;
  color: #fff;
  text-align: right;
  display: block;
  padding-top: 29px;
}
.adv .intro a.m {
  color: #fff;
}
.adv .intro a.m:hover {
  color: #dcff92;
}

.cont {
  margin: 0 auto;
  padding-top: 12px;
  overflow: hidden;
  zoom: 1;
}
.cont ul {
  margin-right: -6px;
  margin-left: -6px;
}
.cont ul li {
  float: left;
  padding-bottom: 12px;
  overflow: hidden;
  zoom: 1;
  width: 33.33%;
}
.cont ul li.dis {
  padding-right: 12px;
}
.cont .box {
  height: 183px;
  border: 1px solid #e1e2e0;
  margin: 0 6px;
  background: #fff;
  box-shadow: 1px 1px 1px 0 #eaeaea !important;
  border-radius: 3px;
}
.cont .box .title {
  padding: 20px 19px 10px 19px;
  overflow: hidden;
  height: 65px;
  position: relative;
}
.cont .box .title a.img {
  width: 65px;
  height: 65px;
  float: left;
  cursor: pointer;
}
.cont .box .title a.img img {
  width: 65px;
  height: 65px;
}
.cont .box .title a.btnMore {
  width: 57px;
  height: 24px;
  background: #eee -5px -229px;
  margin-top: 11px;
  position: absolute;
  top: 52px;
  right: 20px;
  display: block;
  border: 1px solid #aaa;
  text-align: center;
  line-height: 24px;
}
.cont .box .title a.btnMore:hover {
  background-position: -5px -253px;
}
.cont .box p {
  font-family: "寰\e1bf蒋闆呴粦", Tahoma, Arial, "瀹嬩綋", sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #666;
  padding: 5px 19px 0;
  overflow: hidden;
  height: 71px;
}
.cont .box p.line {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: 3px;
  line-height: 0;
  overflow: hidden;
  background: url(../images/topic.jpg) no-repeat 0 -86px;
}

.infoT {
  width: 202px;
  float: left;
  padding-left: 10px;
}
.infoT h3 {
  font-size: 14px;
  padding-bottom: 5px;
  overflow: hidden;
  font-weight: bold;
}
.infoT .star {
  width: 76px;
  height: 16px;
  background: url(../images/topic.jpg) no-repeat -99px -55px;
  display: block;
  float: left;
}
.infoT .star span {
  width: 76px;
  height: 16px;
  background: url(../images/topic.jpg) no-repeat -24px -55px;
  display: block;
  float: left;
}
.infoT b {
  font-weight: normal;
  color: #999;
  float: left;
  padding-left: 7px;
}
.infoT span.tags {
  float: left;
  display: inline;
  width: 127px;
  height: 18px;
  font-family: "Microsoft YaHei", serif;
  margin-top: 5px;
  overflow: hidden;
}
.infoT span.tags a {
  color: #08c;
  margin-right: 5px;
  font-size: 12px;
}
.infoT span.tags a:hover {
  color: #d70000;
}
.infoT span.tags i {
  font-style: normal;
  margin-right: 5px;
  color: #aaa;
}

.mb20 {
  margin-bottom: 20px;
}

.bgfff {
  background: #fff;
}

.pd20 {
  padding: 20px;
}

.appPageMain {
  padding: 27px;
  height: 120px;
  position: relative;
  background-image: url(../images/Down01.png);
  background-size: 100% 100%;
}
.appPageMain .imgBox {
  display: block;
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 30px;
  position: relative;
  z-index: 2;
}
.appPageMain .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(1, 1, 1, 0.5);
  z-index: 1;
}
.appPageMain .min {
  width: 540px;
  float: left;
  position: relative;
  z-index: 2;
  margin-right: 35px;
}
.appPageMain .g_tit {
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.appPageMain .g_tit h1 {
  font-size: 24px;
  color: #ffa349;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  float: left;
  font-weight: 700;
}
.appPageMain .g_tit h1 font {
  color: #ffa349;
  font-size: 18px;
  margin-left: 10px;
}
.appPageMain .gtext {
  border-top: 1px dotted #eee;
  padding-top: 12px;
  margin-bottom: 8px;
}
.appPageMain .gtext li {
  height: 24px;
  line-height: 24px;
  float: left;
  color: #999;
  font-size: 12px;
  margin-right: 35px;
}
.appPageMain .gtext li a:hover {
  color: #f56200;
}
.appPageMain .dotag span {
  padding: 4px 4px;
  margin-right: 4px;
  color: #fff;
}
.appPageMain .dotag span a {
  color: #fff;
}
.appPageMain .dotag span:nth-of-type(1) {
  background: #f56200;
  color: #fff;
  border: 0;
}
.appPageMain .dotag span:nth-of-type(2) {
  background: #f1c720;
  color: #fff;
  border: 0;
}
.appPageMain .dotag span:nth-of-type(3) {
  background: #6fea3e;
  color: #fff;
  border: 0;
}
.appPageMain .dotag span:nth-of-type(4) {
  background: #8860d9;
  color: #fff;
  border: 0;
}
.appPageMain .dotag span:nth-of-type(5) {
  background: #0b3ebc;
  color: #fff;
  border: 0;
}
.appPageMain .dotag span:nth-of-type(6) {
  background: #f56200;
  color: #fff;
  border: 0;
}
.appPageMain .dotag span:nth-of-type(7) {
  background: #f1c720;
  color: #fff;
  border: 0;
}
.appPageMain .dotag span:nth-of-type(8) {
  background: #333;
  color: #fff;
  border: 0;
}
.appPageMain .dotag span:nth-of-type(9) {
  background: #1dbb37;
  color: #fff;
  border: 0;
}
.appPageMain .btns {
  float: left;
  position: relative;
  z-index: 2;
  width: 154px;
  display: block;
}
.appPageMain .pingf {
  text-align: center;
  color: #fff;
  line-height: 125px;
  background-image: url("../images/pf.png");
  width: 122px;
  height: 142px;
  position: absolute;
  right: 35px;
  top: 15px;
  z-index: 2;
}
.appPageMain .pingf span {
  font-size: 38px;
  font-weight: bold;
  font-style: normal;
  margin-right: 2px;
}
.appPageMain:after {
  background: #4c5574;
  border-right: 1px solid #2c3663;
  height: 106px;
  position: absolute;
  right: 210px;
  top: 50%;
  margin-top: -53px;
  display: block;
  content: "";
  z-index: 2;
}

.appPageMain .gtext li a, .appPageMain .gtext li span {
  color: #fff;
}

.w820 {
  width: 820px;
}

.appTopNav {
  height: 44px;
  line-height: 44px;
  background: #fff;
  border-bottom: 3px solid #eee;
  font-size: 16px;
}
.appTopNav .btn {
  display: none;
}
.appTopNav.active .btn {
  display: block;
  float: right;
}
.appTopNav li {
  float: left;
}

.appTopNav li a, .appTopNav li span {
  display: block;
  height: 44px;
  padding: 0 26px;
}

.appTopNav li.active a, .appTopNav li.active span {
  color: #f56200;
  border-bottom: 3px solid #f56200;
  margin-bottom: -3px;
  position: relative;
  font-weight: bold;
  padding: 0 25px;
}

.appXqjs {
  max-height: 700px;
  margin-bottom: 10px;
  overflow: hidden;
}
.appXqjs.active {
  max-height: none !important;
}
.appXqjs .gameinfo p {
  font-size: 14px;
  line-height: 36px;
  color: #333;
  font-family: arial, "Microsoft YaHei", serif;
  padding: 0 6px;
}
.appXqjs .gameinfo p a {
  color: #ff3f3f;
}
.appXqjs .gameinfo h3 {
  line-height: 24px;
  font-size: 16px;
  color: #555;
  border-left: solid 5px #f56200;
  font-weight: bold;
  padding: 5px 10px;
  margin: 10px 0;
  background-color: #f8f8f8;
}
.appXqjs .gameinfo table {
  width: 100%;
  padding: 0;
  border: 1px solid #9e9e9e;
  border-collapse: collapse;
  background-color: #ffffff;
  margin: 0 auto;
  font-size: 12px;
}
.appXqjs .gameinfo td {
  border: 1px solid #ddd;
  border-collapse: collapse;
  padding: 4px;
  color: #666;
  background: #f9f9f9;
  font-size: 14px;
}
.appXqjs .gameinfo td .tdhot {
  padding: 0 24px 0 0;
}
.appXqjs .gameinfo td a {
  color: #099ee3;
}
.appXqjs .gameinfo td a:hover {
  color: #f60;
}
.appXqjs .gameinfo td img {
  height: auto !important;
  max-width: 80%;
}

#morejs {
  width: 100%;
  display: block;
  margin-top: 12px;
  margin-bottom: 15px;
  position: relative;
  z-index: 0;
  font-size: 14px;
  color: #999;
  text-align: center;
}
#morejs span {
  display: block;
  width: 15px;
  height: 13px;
  background: url(../images/up.png) no-repeat 0 -20px;
  margin: 0 auto 8px;
}
#morejs.active span {
  display: block;
  width: 15px;
  height: 13px;
  background: url(../images/up.png) no-repeat 0 0;
  margin: 0 auto 8px;
}
#morejs em {
  display: block;
  width: 100%;
  height: 69px;
  position: absolute;
  left: 0;
  top: -69px;
  background: url(../images/sj_icon1.png) repeat-x left center;
}

.img-lb {
  margin-top: 30px;
  margin-bottom: 50px;
  width: 750px;
}
.img-lb .swiper-slide {
  width: auto;
  height: 270px;
  padding-right: 10px;
}
.img-lb .swiper-slide:last-child {
  width: auto;
  height: 270px;
  padding-right: 0;
}
.img-lb img {
  display: block;
  width: auto;
  height: 100%;
}
.img-lb span {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 70px;
  border-radius: 3px;
  background-size: 40%;
  top: 50%;
  position: absolute;
  margin-top: -35px;
  z-index: 10;
}
.img-lb span:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 2px;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  border: 2px solid #fff;
  border-bottom-width: 0;
  border-left-width: 0;
}
.img-lb .img-lb-next {
  right: 0;
}
.img-lb .img-lb-prev {
  left: 0;
}
.img-lb .img-lb-prev:after {
  border-width: 0 0 2px 2px;
  left: 9px;
}

.img-lb .swiper-button-next.swiper-button-disabled, .img-lb .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
}

.sameHot_ul {
  padding: 20px 0;
  overflow: hidden;
  width: 758px;
  font-size: 12px;
}
.sameHot_ul li {
  background: #f8f8f8;
  display: inline-block;
  margin-bottom: 5px;
  padding: 13px 10px;
  width: 245px;
  margin-right: 5px;
  box-sizing: border-box;
  border-radius: 2px;
}
.sameHot_ul li:hover {
  background: #fff;
  box-shadow: 4px 4px 8px #f0f0f0, -4px -4px 8px #f0f0f0;
}

.sameHot_a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.sameHot_a img {
  width: 100%;
  height: 100%;
}

.sameHot_d_a1 {
  cursor: pointer;
  font-size: 15px;
  color: #333;
  padding-top: 4px;
  display: block;
  height: 22px;
  overflow: hidden;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sameHot_d_a1:hover {
  color: #f56200;
}

.sameHot_d p {
  font-size: 12px;
  color: #999;
  padding-top: 6px;
}
.sameHot_d p span {
  position: relative;
  margin-right: 20px;
  vertical-align: middle;
}
.sameHot_d p span:before {
  content: "";
  position: absolute;
  top: 3px;
  right: -10px;
  width: 1px;
  height: 10px;
  background: #dedede;
}
.sameHot_d p a {
  cursor: pointer;
  margin-right: 6px;
  display: inline-block;
  width: 12px;
  height: 13px;
  vertical-align: middle;
}

.sameHot_az {
  background: url(../images/same_pg.png) no-repeat;
}

.sameHot_pg {
  background: url(../images/same_az.png) no-repeat;
}

.xgbb {
  width: 100%;
  margin-bottom: 0;
}
.xgbb h3 {
  font-size: 16px;
  color: #333;
  height: 36px;
  border-bottom: 3px solid #eee;
  padding: 0 10px;
  position: relative;
}
.xgbb h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 84px;
  background: #71b002;
}
.xgbb ul {
  margin-top: 20px;
  overflow: hidden;
}
.xgbb ul li {
  width: 246px;
  height: 103px;
  background: #f8f8f8;
  margin-right: 4px;
  margin-bottom: 4px;
  overflow: hidden;
  zoom: 1;
  float: left;
}
.xgbb ul li a {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin: 22px 7px 0 10px;
}
.xgbb ul li a img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
.xgbb ul li .r_cont {
  width: 134px;
  float: left;
  margin-top: 22px;
}
.xgbb ul li .r_cont a {
  display: block;
  width: 100%;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  margin: 5px 0 10px 0;
}
.xgbb ul li .r_cont span {
  display: block;
  font-size: 12px;
  color: #999;
}

.jj-con {
  background: #fff;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.title_zn {
  position: relative;
  z-index: 2;
}
.title_zn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: #e9e9e9;
}
.title_zn span {
  line-height: 40px;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.title_zn span:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f56200;
}

.r-look {
  position: relative;
  display: block;
}

.like-b {
  position: absolute;
  top: 0;
  left: 120px;
  z-index: 3;
}
.like-b span {
  color: #909090;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  padding: 5px 9px;
  border-radius: 2px;
  margin-top: 6px;
}
.like-b .active {
  color: #fff;
  background: #e77551;
}

.r-look-c {
  padding-top: 20px;
  overflow: hidden;
}

.r-look-img {
  float: left;
  display: inline-block;
  width: 192px;
  height: 100px;
  margin-right: 16px;
}
.r-look-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.r-look-t {
  font-size: 14px;
}
.r-look-t p {
  color: #999;
  line-height: 26px;
  font-size: 14px;
  height: 52px;
  overflow: hidden;
}

.r-look-h3 {
  padding: 10px 0;
}

.r-look-h3-a1 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.r-look-h3-a2 {
  float: right;
  font-weight: 500;
  font-size: 12px;
  color: #f2662f;
  position: relative;
  padding-right: 10px;
}
.r-look-h3-a2:after {
  content: ">";
  position: absolute;
  top: 0;
  right: 0;
}

.r-look-soft {
  padding-top: 24px;
}
.r-look-soft ul {
  overflow: hidden;
}
.r-look-soft ul li {
  float: left;
  width: 200px;
  margin-right: 60px;
  margin-bottom: 30px;
}
.r-look-soft ul li:nth-of-type {
  margin-right: 0;
}

.r-look-soft-img {
  float: left;
  margin-right: 10px;
}
.r-look-soft-img img {
  width: 70px;
  height: 70px;
  border-radius: 4px;
  display: block;
  object-fit: cover;
}

.r-look-soft-p1 {
  height: 18px;
  overflow: hidden;
}
.r-look-soft-p1 a {
  color: #333;
  font-size: 14px;
  display: block;
  width: 175px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.r-look-soft-p1 span {
  color: #bbb;
  margin-left: 5px;
  font-size: 12px;
}

.r-look-soft-p2 {
  padding: 6px 0;
}
.r-look-soft-p2 a {
  color: #1c70e3;
}
.r-look-soft-p2 i {
  color: #c2c2c2;
  font-style: normal;
  position: relative;
  padding-left: 10px;
}
.r-look-soft-p2 i:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #e0e0e0;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
}

.r-look-soft-p3 {
  font-size: 14px;
  width: 140px;
  overflow: hidden;
  height: 30px;
}
.r-look-soft-p3 span {
  color: #f56200;
  border: 1px solid #f56200;
  margin-right: 6px;
  border-radius: 2px;
  padding: 3px 5px;
  display: inline-block;
  max-width: 126px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.r-look-soft-d {
  width: 260px;
}

.abglue {
  padding-bottom: 20px;
}
.abglue .news-qy-list {
  margin-right: -30px;
  margin-top: 6px;
}
.abglue .news-qy-list li {
  width: 350px;
  float: left;
  margin-right: 30px;
}

.w360 {
  width: 360px;
}

.rmTabnav {
  border-bottom: 1px solid #e7e7e7;
  height: 40px;
  line-height: 40px;
  margin-bottom: 2px;
}
.rmTabnav li {
  width: 50%;
  float: left;
  color: #999;
  font-size: 16px;
  text-align: center;
}
.rmTabnav .active {
  border-bottom: 2px solid #f56200;
  color: #f56200;
  font-weight: bold;
}

.rmlist li {
  padding: 20px 50px 20px 0;
  border-bottom: 1px solid #e3e3e3;
  height: 60px;
  overflow: hidden;
  position: relative;
}
.rmlist li .tt {
  font-weight: bold;
  height: 36px;
  line-height: 36px;
}
.rmlist li .tt a {
  font-size: 16px;
}
.rmlist li .info {
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  color: #666;
}
.rmlist li .info a {
  color: #666;
}
.rmlist li .info a:hover {
  color: #f56200;
}
.rmlist li .info b {
  font-weight: normal;
  color: #f56200;
}
.rmlist li .info i {
  color: #999;
  margin: 0 8px;
  font-size: 12px;
}
.rmlist li .btn {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  border: 1px solid #f56200;
  color: #f56200;
  width: 46px;
  text-align: center;
  height: 26px;
  line-height: 28px;
  border-radius: 2px;
  margin: -13px auto auto;
}
.rmlist li .btn:hover {
  background: #f56200;
  color: #fff;
}
.rmlist .imgBox {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.rmlist .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
}

.siderft .zt-fix-r {
  width: 140px;
}

.siderft .zt-fix-r h5, .siderft .zt-fix-r p {
  width: 130px;
}

.zxxqHeader .tt {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
}
.zxxqHeader .timer {
  font-size: 14px;
  color: #919191;
  line-height: 30px;
}

.zxxqContent {
  line-height: 1.75;
  font-size: 16px;
}
.zxxqContent p {
  margin-top: 10px;
  text-indent: 2em;
}
.zxxqContent p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.zxxqContent a:link {
  color: #00c;
  text-decoration: underline;
}
.zxxqContent a:visited {
  color: #551a8b !important;
}
.zxxqContent a:hover {
  text-decoration: none;
}
.zxxqContent table {
  border: 1px solid #e2e2e2;
  text-align: center;
}
.zxxqContent table td {
  line-height: 32px;
}
.zxxqContent table td p {
  width: auto;
}
.zxxqContent h4 {
  border-bottom: 1px solid #eee;
  position: relative;
  border-left: 3px solid #f56200;
  font-weight: bold;
  padding-left: 15px;
  height: 32px;
  line-height: 32px;
  margin: 10px 0;
  font-size: 18px;
}

.zxxqContent table td, .zxxqContent table th {
  border: 1px solid #e2e2e2;
}

.rmnewslist {
  padding-top: 6px;
}
.rmnewslist li {
  padding: 10px 0 10px 25px;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.rmnewslist li .tt {
  font-weight: normal;
  height: 36px;
  line-height: 36px;
}
.rmnewslist li .num {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #b7b7b7;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  color: #fff;
}
.rmnewslist li.active {
  height: 60px;
}
.rmnewslist li.active .tt {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
  line-height: 22px;
}
.rmnewslist li.active .imgBox {
  display: block;
  width: 100px;
  height: 60px;
  float: left;
  margin-right: 10px;
  border-radius: 0;
}
.rmnewslist li.active .timer {
  color: #999;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  font-size: 12px;
}
.rmnewslist li.active i {
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
}
.rmnewslist li:nth-child(1) i {
  background: #d64800;
}
.rmnewslist li:nth-child(2) i {
  background: #f56200;
}
.rmnewslist li:nth-child(3) i {
  background: #ffc34b;
}

.rmnewslist li .imgBox, .rmnewslist li .timer {
  display: none;
}

.rmnewslist li.active .imgBox, .rmnewslist li.active .timer {
  display: block;
}

.artApp {
  padding: 20px 320px 20px 24px;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  margin: 20px 0;
}
.artApp .imgBox {
  display: block;
  width: 96px;
  height: 96px;
  float: left;
  margin-right: 25px;
}
.artApp .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.artApp .btn {
  position: absolute;
  right: 24px;
  top: 20px;
}
.artApp .btn a {
  display: block;
  width: 204px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  background: #00c562;
  border-radius: 3px;
  margin-bottom: 10px;
  color: #fff;
}
.artApp .btn a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.artApp .btn .btn1 {
  background: #f56200;
}
.artApp .btn .nobtn {
  background: #ccc;
}
.artApp .tt {
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  font-weight: normal;
  margin-bottom: 12px;
}
.artApp .info li {
  float: left;
  width: 138px;
  height: 22px;
  line-height: 22px;
}
.artApp .info li span {
  color: #999;
}

.ztlistBody {
  position: relative;
}

.line-bot {
  border-bottom: 1px dashed #eee;
  padding-bottom: 15px;
}

.center {
  text-align: center;
}

.nav-left {
  width: 70px;
  position: absolute;
  top: 0;
  left: -50px;
}
.nav-left li {
  width: 50px;
  float: left;
  background: #333;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 10px;
  display: inline;
}
.nav-left li a {
  width: 2em;
  font-size: 15px;
  display: inline-block;
  padding: 18px 0;
  color: #eee;
  text-decoration: none;
}
.nav-left li.active {
  width: 70px;
  background: #ff6600;
  margin-left: 0;
}
.nav-left li.active a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.nav-left li:hover {
  background: #ff6600;
}
.nav-left li:hover a {
  color: #fff;
}

.strategy {
  width: 745px;
  padding: 0 20px;
  margin-top: 5px;
  overflow: hidden;
  float: left;
}
.strategy dl {
  overflow: hidden;
}
.strategy p {
  overflow: hidden;
}
.strategy dd a {
  padding: 0 14px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ff5d26;
  float: left;
  margin-right: 14px;
  margin-top: 10px;
}
.strategy dd a.active {
  background-color: #ff5d26;
  color: #fff;
}
.strategy li {
  width: 745px;
  float: left;
  border-bottom: 1px dashed #eee;
  padding-bottom: 15px;
  margin-top: 15px;
}
.strategy li a img {
  width: 150px;
  height: 100px;
  float: left;
  margin-right: 14px;
}
.strategy li a span {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
  display: block;
  margin-top: 4px;
}
.strategy li a p {
  font-size: 13px;
  color: #666;
}
.strategy li a:hover {
  text-decoration: none;
}

.news-box {
  padding: 0 17px;
}

#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 500px;
}

#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
  z-index: 9999;
}
#jquery-lightbox a img {
  border: none;
}

#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}

#lightbox-container-image {
  padding: 10px;
}

#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-nav a {
  outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}

#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}

#lightbox-nav-btnNext {
  right: 0;
  float: right;
}

#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}

#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}

#lightbox-image-details-caption {
  font-weight: bold;
}

#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1em;
}

#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}

.mr20 {
  margin-right: 20px;
}

.rmIntro .rmlist, #nt4 .like-c, .wzRmtintor .rmnewslist {
  display: none;
}

.rmIntro .rmlist.active, #nt4 .like-c.active, .wzRmtintor .rmnewslist.active {
  display: block;
}

/*# sourceMappingURL=main.css.map */
