body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0px;
  padding: 0px;
}

fieldset, img {
  border: 0px;
}

:focus {
  outline: 0px;
}

address, caption, cite, code, dfn, em, th, var, optgroup {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

abbr, acronym {
  border: 0px;
  font-variant: normal;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code, kbd, samp, tt {
  font-size: 100%;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

caption, th {
  text-align: left;
}

sup, sub {
  font-size: 100%;
  vertical-align: baseline;
}

:link, :visited, ins {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}

* {
  margin: 0px;
  padding: 0px;
}

body, html {
  overflow: hidden auto;
}

.clearfix {
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix::after {
  clear: both;
}

b, em, i {
  font-style: normal;
  font-weight: normal;
}

body {
  margin: 0px;
  font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, SimSun, "Hiragino Sans GB", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  position: relative;
}

html, body {
  width: 100%;
  min-width: 1200px;
  margin: 0px auto;
  overflow-x: hidden;
  min-height: 1000px;
}

button, input, select, textarea, th {
  background: white;
  font-size: 12px;
  line-height: 1.5em;
  font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, SimSun, "Hiragino Sans GB", sans-serif;
}

a {
  color: #333333;
  text-decoration: none;
}

/* a:hover, a:focus { transition: color 150ms ease-in 0ms, background-color 150ms ease-in 150ms; } */
a:hover {
  color: #f89635;
}

.rotate360:hover {
  transform: rotate(360deg);
}

.rotate360 {
  transition: all 0.3s ease-in-out 0s;
}

.cx {
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.h20 {
  width: 100%;
  height: 20px;
}

.hide {
  display: none;
}

a, a img {
  cursor: pointer;
}

img {
  vertical-align: top;
  border: 0px;
}

.w1200 {
  width: 1200px;
  margin: 0px auto;
}

body {
  background: #fafafa url(/public/template/mobile/static/images/bg.png) top center;
}

.icon {
  background: url(../img/icon.png) no-repeat;
  background-size: 800px 800px;
}

footer {
  width: 100%;
  height: 140px;
  color: #999999;
  font-size: 14px;
  background-color: #141414;
  text-align: center;
  padding-top: 15px;
  margin-top: 25px;
}

footer p {
  color: #999999;
  font-weight: 400;
  margin-top: 20px;
}

footer p a {
  color: #999999;
  margin: 0px 10px;
  font-weight: 400;
}

header {
  height: 110px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px 0px;
}

header .logo {
  display: flex;
  align-items: center;
}

header div > a {
  width: 180px;
  height: 110px;
  display: block;
  float: left;
}

header nav {
  margin-left: 84px;
  float: left;
}

header nav a {
  float: left;
  position: relative;
  z-index: 2;
  font-size: 20px;
  color: #535353;
  text-align: center;
  position: relative;
  display: block;
  height: 110px;
  width: 110px;
  line-height: 110px;
  margin-right: 40px;
}

header nav a::after {
  content: "";
  display: none;
  position: absolute;
  width: 8px;
  top: 38px;
  right: -8px;
  height: 8px;
  border-radius: 4px;
  background: #f89635;
  box-shadow: 0 2px 4px rgba(248, 150, 53, 0.8);
}

header nav a:first-child {
  width: 54px;
}

header nav a:hover {
  font-weight: 600;
  color: #f89635;
  font-size: 26px;
}

header nav a:hover::after {
  display: block;
}

header nav a.current {
  font-weight: 600;
  color: #f89635;
  font-size: 26px;
}

header nav a.current::after {
  display: block;
}

.box-1 {
  height: 276px;
  background: #fff;
  margin-top: 28px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
  border-radius: 8px;
}

.box-1 ul {
  overflow: hidden;
  padding: 24px 20px 17px;
}

.box-1 li {
  float: left;
  margin-right: 30px;
}

.box-1 li:last-child {
  margin-right: 0;
}

.box-1 li:hover a img {
  opacity: 0.8;
}

.box-1 li:hover a p {
  color: #f89635;
}

.box-1 li a img {
  width: 88px;
  height: 88px;
  display: block;
  border-radius: 18px;
  box-shadow: 0 4px 10px 0 rgba(136, 136, 136, 0.4);
}

.box-1 li a p {
  width: 88px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 20px;
  margin-top: 14px;
}

.box-1 > p {
  width: 1168px;
  height: 28px;
  line-height: 28px;
  color: #dee0e7;
  margin: 0 auto 10px;
  overflow: hidden;
  white-space: nowrap;
}

.box-1 > p span {
  display: inline-block;
  padding: 0 10px;
  height: 26px;
  color: #f4f4f5;
  font-size: 14px;
  background-color: #66b0ff;
  text-align: center;
  border-radius: 13px;
  margin-right: 6px;
  font-weight: 600;
  line-height: 26px;
}

.box-1 > p:nth-of-type(1) span {
  background: #ee6767;
}

.box-1 > p:nth-of-type(3) span {
  background: #36c719;
}

.box-1 > p a {
  color: #666666;
  font-size: 16px;
  margin: 0 10px;
}

.box-1 > p a:hover {
  color: #f89635;
}

.box-2 {
  margin-top: 26px;
  margin-bottom: 20px;
}

.box-2 .main {
  float: left;
  margin-left: 20px;
  background: #fff;
  width: 460px;
  height: 340px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
}

.box-2 .main div {
  text-align: center;
  padding: 0 15px 5px;
  overflow: hidden;
  margin-top: 15px;
}

.box-2 .main div > a {
  display: block;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #ff2317;
  font-weight: bold;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
}

.box-2 .main div > a:hover {
  color: #f89635;
}

.box-2 .main div p {
  width: 90%;
  margin: auto;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 3px;
  line-height: 25px;
  height: 25px;
}

.box-2 .main div p a {
  font-size: 12px;
  color: #666;
  display: inline-block;
  line-height: 25px;
  max-width: 60%;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
}

.box-2 .main div p a:hover {
  color: #f89635;
}

.box-2 .main ul {
  margin: 4px 20px 0;
  border-top: 1px dashed #dcdcdc;
  padding-top: 3px;
}

.box-2 .main li {
  height: 34px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 34px;
}

.box-2 .main li a p {
  font-size: 16px;
  color: #4c4c4c;
  float: left;
  line-height: 34px;
  width: 370px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.box-2 .main li a span {
  font-size: 14px;
  color: #999999;
  float: right;
  line-height: 34px;
}

.box-2 .main li:hover a p {
  color: #f89635;
}

.box-2 .right {
  float: left;
  margin-left: 20px;
  background: #fff;
  width: 310px;
  height: 332px;
  border-radius: 6px;
  padding-top: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
}

.box-2 .right > div:nth-child(2) {
  overflow: hidden;
  margin: 18px 20px 0;
}

.box-2 .right > div:nth-child(2) a {
  display: block;
  width: 270px;
  height: 80px;
}

.box-2 .right > div:nth-child(2) a img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 20px;
  float: left;
  margin-right: 20px;
}

.box-2 .right > div:nth-child(2) a p:nth-of-type(1) {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 7px;
}

.box-2 .right > div:nth-child(2) a p:nth-of-type(2) {
  font-size: 14px;
  color: #808080;
  line-height: 16px;
  margin-top: 12px;
}

.box-2 .right > div:nth-child(2) a p:nth-of-type(3) {
  font-size: 14px;
  color: #808080;
  line-height: 16px;
  margin-top: 8px;
}

.box-2 .right > div:nth-child(2) a p span {
  font-size: 14px;
  color: #333;
  line-height: 16px;
}

.box-2 .right > div:nth-child(2) > p {
  font-size: 14px;
  color: #808080;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  float: left;
  margin-top: 10px;
}

.box-2 .right > div:nth-child(3) {
  overflow: hidden;
  margin: 14px 20px 0;
}

.box-2 .right > div:nth-child(3) a {
  display: inline-block;
  float: left;
  margin-right: 18px;
}

.box-2 .right > div:nth-child(3) a:last-child {
  margin-right: 0;
}

.box-2 .right > div:nth-child(3) a img {
  width: 78px;
  height: 78px;
  display: block;
  border-radius: 16px;
}

.box-2 .right > div:nth-child(3) a p {
  font-size: 16px;
  color: #333333;
  line-height: 18px;
  margin-top: 8px;
  text-align: center;
  width: 78px;
  white-space: nowrap;
  overflow: hidden;
}

.box-2 .right > div:nth-child(3) a:hover p {
  color: #f89635;
}

.box-3 .index-list {
  height: 535px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0.5px 0.86px 5px 0 rgba(0, 0, 0, 0.06);
  padding: 27px 0 0 21px;
  position: relative;
  margin-bottom: 20px;
}

.box-3 .index-list .indexTlt {
  width: 121px;
  height: 32px;
  line-height: 32px;
  font-size: 30px;
  color: #4b4b4b;
  font-weight: bold;
  text-align: end;
  padding-top: 13px;
}

.box-3 .index-list .more {
  position: absolute;
  top: 38px;
  right: 20px;
  line-height: 31px;
  font-size: 14px;
  color: #676767;
}

.box-3 .index-list .more:hover {
  color: #f05874;
}

.box-3 .index-list .editorRecommend {
  float: left;
  width: 266px;
  height: 430px;
  border: 1px solid #f89635;
  margin-top: 27px;
  border-radius: 8px;
}

.box-3 .index-list .editorRecommend .tlt {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #f3902e;
  border-radius: 8px 8px 0 0;
  position: relative;
}

.box-3 .index-list .editorRecommend .tlt i {
  position: absolute;
  bottom: -12px;
  left: 126px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #f2871c transparent transparent transparent;
}

.box-3 .index-list .editorRecommend .imgBox {
  display: block;
  width: 235px;
  height: 102px;
  position: relative;
  margin: 15px auto 0;
  overflow: hidden;
}

.box-3 .index-list .editorRecommend .imgBox img {
  display: block;
  width: 235px;
  height: 102px;
}

.box-3 .index-list .editorRecommend .imgBox .cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 235px;
  height: 102px;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.502);
  text-align: center;
  position: relative;
  top: -28px;
}

.box-3 .index-list .editorRecommend .imgBox .cont .txt {
  width: 220px;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}

.box-3 .index-list .editorRecommend .imgBox .cont .type {
  line-height: 32px;
  font-size: 12px;
  color: #fff;
}

.box-3 .index-list .editorRecommend .imgBox .cont .type em {
  margin-right: 7px;
}

.box-3 .index-list .editorRecommend .imgBox .cont .size {
  line-height: 23px;
  font-size: 12px;
  color: #fff;
}

.box-3 .index-list .editorRecommend .imgBox .cont .size em {
  margin-right: 14px;
}

.box-3 .index-list .editorRecommend .imgBox:hover .cont {
  text-align: left;
  transition: all 0.5s;
  position: relative;
  top: -102px;
  text-indent: 7px;
}

.box-3 .index-list .editorRecommend .imgBox:hover .cont .txt {
  margin-top: 8px;
}

.box-3 .index-list .editorRecommend .rg {
  display: block;
  width: 235px;
  padding: 10px 0 8px;
  position: relative;
  margin: auto;
  border-bottom: 1px dashed #d7d7d7;
}

.box-3 .index-list .editorRecommend .rg .name {
  width: 190px;
  line-height: 32px;
  font-size: 14px;
  color: #4b4b4b;
  white-space: nowrap;
  overflow: hidden;
}

.box-3 .index-list .editorRecommend .rg .name:hover {
  color: #f05874;
}

.box-3 .index-list .editorRecommend .rg .type {
  width: 190px;
  line-height: 28px;
  font-size: 12px;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
}

.box-3 .index-list .editorRecommend .rg .type em {
  padding-right: 7px;
}

.box-3 .index-list .editorRecommend .rg .size {
  width: 220px;
  line-height: 28px;
  font-size: 12px;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
}

.box-3 .index-list .editorRecommend .rg .size em {
  padding-right: 7px;
}

.box-3 .index-list .editorRecommend .rg .down {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 39px;
  right: 5px;
  background-position: -530px -66px;
}

.box-3 .index-list .editorRecommend .rg:hover .down {
  background-position: -485px -65px;
}

.box-3 .index-list .editorRecommend .rgBox .rg:last-child {
  border-bottom: none;
  margin-bottom: 6px;
}

.box-3 .index-list .editorRecommend .change {
  width: 235px;
  height: 36px;
  line-height: 36px;
  color: #999999;
  font-size: 14px;
  text-align: center;
  background: #f2f2f2;
  margin: auto;
  cursor: pointer;
}

.box-3 .index-list .editorRecommend .change i {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin: 11px 0 0 9px;
  background-position: -481px -110px;
}

.box-3 .index-list .editorRecommend .change:hover i {
  transition: all 0.5s;
  transform: rotate(360deg);
}

.box-3 .list-type {
  position: absolute;
  top: 38px;
  left: 150px;
}

.box-3 .list-type li {
  float: left;
  line-height: 31px;
  font-size: 15px;
  color: #999;
  border-bottom: 3px solid transparent;
  margin: 0 13px;
  cursor: pointer;
}

.box-3 .list-type li:first-child {
  margin: 0 22px;
}

.box-3 .list-type li:hover {
  color: #f05874;
  border-color: #ec003e;
}

.box-3 .list-type li.current {
  color: #f05874;
  border-color: #ec003e;
}

.box-3 .gameAppBox {
  float: left;
  width: 894px;
  margin-top: 8px;
}

.box-3 .gameAppBox ul li {
  float: left;
  margin: 20px 28px 0 0;
}

.box-3 .gameAppBox ul li:nth-child(7n) {
  margin-right: 0;
}

.box-3 .gameAppBox ul li a {
  display: block;
}

.box-3 .gameAppBox ul li a img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 16px;
}

.box-3 .gameAppBox ul li a .name {
  width: 100px;
  line-height: 32px;
  font-size: 14px;
  color: #4b4b4b;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

.box-3 .gameAppBox ul li:hover a .name {
  color: #f05874;
}

.inban {
  width: 390px;
  height: 340px;
  position: relative;
  float: left;
  overflow: hidden;
  border-radius: 6px;
}

.inban ul {
  position: relative;
  overflow: hidden;
}

.inban li {
  width: 390px;
  height: 340px;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.inban li img {
  width: 390px;
  height: 340px;
}

.inban .text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 14px;
  color: white;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
  display: block;
  width: 350px;
  padding: 106px 20px 14px;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 10px;
}

.inban .text span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 335px;
}

.inban .dot {
  width: 30px;
  position: absolute;
  bottom: 18px;
  right: 5px;
  overflow: hidden;
}

.inban .dot div {
  padding-right: 5px;
  float: right;
}

.inban .dot i {
  display: block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  margin: 5px 4px 0px 0px;
  background-color: #999999;
  float: left;
  cursor: pointer;
}

.inban .dot i.current {
  background: #f89635;
}

:root .inban .text {
  filter: none;
}

.slider2 {
  position: relative;
  margin: auto;
}

.slider2 .swiper-container {
  height: 340px;
  overflow: hidden;
}

.slider2 .swiper-pagination {
  left: auto;
  right: 14px;
  width: auto;
  bottom: 16px;
}

.slider2 .swiper-pagination span {
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

.slider2 .swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.4);
  width: 20px;
}

.slider2 .swiper-slide {
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.slider2 .swiper-slide img {
  width: 100%;
  height: 100%;
}

.slider2 .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 56px;
  line-height: 56px;
  padding: 0 120px 0 14px;
  background: linear-gradient(transparent, black);
  color: #fff;
  font-size: 18px;
}

.slider2 .swiper-slide p a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}

.slider2 .swiper-slide p a:hover {
  color: #48abf9;
}

.cur {
  height: 20px;
  font-size: 12px;
  color: #aaaaaa;
  margin: 16px auto;
  background: none;
}

.cur a {
  color: #aaaaaa;
}

.cur i {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-right: 8px;
  vertical-align: sub;
  background-position: 0 0;
}

.Title1 {
  margin: 0 20px;
  position: relative;
}

.Title1 p {
  font-size: 18px;
  color: #1a1a1a;
  line-height: 40px;
  font-weight: 600;
  border-bottom: 2px solid #eeeeee;
  position: relative;
}

.Title1 p > i {
  width: 45px;
  height: 36px;
  display: inline-block;
  background-position: 0 -31px;
  vertical-align: top;
  margin-right: 10px;
}

.Title1 p span {
  position: absolute;
  bottom: -15px;
  left: 0;
}

.Title1 p span em {
  display: inline-block;
  width: 65px;
  height: 2px;
  background: #f89635;
}

.Title1 p span i {
  width: 14px;
  height: 2px;
  display: inline-block;
  background-position: 0 -23px;
}

.Title2 {
  position: relative;
  height: 24px;
}

.Title2 p {
  font-size: 20px;
  font-weight: 600;
  color: #0b0b2f;
  line-height: 24px;
  margin-left: 16px;
  position: absolute;
  z-index: 3;
}

.Title2 p::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 3px;
  background: #8f99a5;
  position: absolute;
  top: 4px;
  left: -15px;
}

.Title2 span {
  width: 95px;
  height: 8px;
  display: inline-block;
  background: #f89635;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.Title3 {
  margin: 15px 20px 22px;
}

.Title3 p {
  font-size: 24px;
  font-weight: 600;
}

.Title3 p i {
  width: 45px;
  height: 36px;
  display: inline-block;
  background-position: 0 -31px;
  vertical-align: sub;
  margin-right: 10px;
}

.Classification {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
  height: 258px;
}

.Classification ul {
  margin: 20px 20px 0;
  overflow: hidden;
  padding-top: 20px;
  border-radius: 6px;
}

.Classification ul li {
  width: 176px;
  height: 90px;
  display: inline-block;
  float: left;
  border-radius: 12px;
  background: #eeeeee;
  margin-right: 20px;
  margin-bottom: 20px;
}

.Classification ul li:nth-child(6n) {
  margin-right: 0;
}

.Classification ul li a {
  font-size: 20px;
  color: #b2b2b2;
  line-height: 90px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
}

.Classification ul li a i {
  width: 40px;
  height: 46px;
  display: inline-block;
  margin-right: 14px;
  vertical-align: middle;
}

.Classification ul li:hover {
  background: linear-gradient(135deg, #f89635 0%, #f89635 100%);
  box-shadow: 0 2px 4px rgba(248, 150, 53, 0.8);
}

.Classification ul li:hover a {
  color: #fff;
  font-weight: 600;
  transition: none;
}

.Classification ul li:nth-child(1) a i {
  background-position: -229px -474px;
}

.Classification ul li:nth-child(1):hover a i {
  background-position: -229px -525px;
}

.Classification ul li:nth-child(2) a i {
  background-position: -290px -475px;
}

.Classification ul li:nth-child(2):hover a i {
  background-position: -290px -525px;
}

.Classification ul li:nth-child(3) a i {
  background-position: -383px -633px;
}

.Classification ul li:nth-child(3):hover a i {
  background-position: -383px -578px;
}

.Classification ul li:nth-child(4) a i {
  background-position: -541px -633px;
}

.Classification ul li:nth-child(4):hover a i {
  background-position: -541px -578px;
}

.Classification ul li:nth-child(5) a i {
  background-position: -63px -633px;
}

.Classification ul li:nth-child(5):hover a i {
  background-position: -63px -578px;
}

.Classification ul li:nth-child(6) a i {
  background-position: -582px -633px;
}

.Classification ul li:nth-child(6):hover a i {
  background-position: -582px -578px;
}

.Classification ul li:nth-child(7) a i {
  background-position: -9px -736px;
  width: 42px;
}

.Classification ul li:nth-child(7):hover a i {
  background-position: -9px -684px;
}

.Classification ul li:nth-child(8) a i {
  background-position: -121px -471px;
}

.Classification ul li:nth-child(8):hover a i {
  background-position: -121px -523px;
}

.Classification ul li:nth-child(9) a i {
  background-position: -330px -633px;
}

.Classification ul li:nth-child(9):hover a i {
  background-position: -330px -578px;
}

.Classification ul li:nth-child(10) a i {
  background-position: -171px -633px;
}

.Classification ul li:nth-child(10):hover a i {
  background-position: -171px -578px;
}

.Classification ul li:nth-child(11) a i {
  background-position: -410px -479px;
}

.Classification ul li:nth-child(11):hover a i {
  background-position: -410px -524px;
}

.Classification ul li:nth-child(12) a i {
  background-position: -345px -474px;
}

.Classification ul li:nth-child(12):hover a i {
  background-position: -345px -524px;
}

.Classification ul li:nth-child(13) a i {
  background-position: -116px -632px;
}

.Classification ul li:nth-child(13):hover a i {
  background-position: -116px -578px;
}

.Classification ul li:nth-child(14) a i {
  background-position: -231px -632px;
}

.Classification ul li:nth-child(14):hover a i {
  background-position: -231px -578px;
}

.Classification ul li:nth-child(15) a i {
  background-position: -741px -631px;
}

.Classification ul li:nth-child(15):hover a i {
  background-position: -741px -578px;
}

.Classification ul li[data-none="1"] {
  display: none !important;
}

.Classification ul li.current {
  background: linear-gradient(135deg, #f89635 0%, #f89635 100%);
  box-shadow: 0 2px 4px rgba(248, 150, 53, 0.8);
}

.Classification ul li.current a {
  color: #fff;
  font-weight: 600;
  transition: none;
}

.Classification ul li.current:nth-child(1) a i {
  background-position: -229px -525px;
}

.Classification ul li.current:nth-child(2) a i {
  background-position: -290px -525px;
}

.Classification ul li.current:nth-child(3) a i {
  background-position: -383px -578px;
}

.Classification ul li.current:nth-child(4) a i {
  background-position: -541px -578px;
}

.Classification ul li.current:nth-child(5) a i {
  background-position: -63px -578px;
}

.Classification ul li.current:nth-child(6) a i {
  background-position: -582px -578px;
}

.Classification ul li.current:nth-child(7) a i {
  background-position: -9px -684px;
}

.Classification ul li.current:nth-child(8) a i {
  background-position: -121px -523px;
}

.Classification ul li.current:nth-child(9) a i {
  background-position: -330px -578px;
}

.Classification ul li.current:nth-child(10) a i {
  background-position: -171px -578px;
}

.Classification ul li.current:nth-child(11) a i {
  background-position: -410px -524px;
}

.Classification ul li.current:nth-child(12) a i {
  background-position: -345px -524px;
}

.Classification ul li.current:nth-child(13) a i {
  background-position: -116px -578px;
}

.Classification ul li.current:nth-child(14) a i {
  background-position: -231px -578px;
}

.Classification ul li.current:nth-child(15) a i {
  background-position: -741px -578px;
}

.Classification.apps ul li:nth-child(2) a i {
  background-position: -9px -372px;
}

.Classification.apps ul li:nth-child(2):hover a i {
  background-position: -9px -420px;
}

.Classification.apps ul li:nth-child(3) a i {
  background-position: -65px -372px;
}

.Classification.apps ul li:nth-child(3):hover a i {
  background-position: -65px -420px;
}

.Classification.apps ul li:nth-child(4) a i {
  background-position: -231px -371px;
}

.Classification.apps ul li:nth-child(4):hover a i {
  background-position: -231px -420px;
}

.Classification.apps ul li:nth-child(5) a i {
  background-position: -121px -473px;
}

.Classification.apps ul li:nth-child(5):hover a i {
  background-position: -121px -525px;
}

.Classification.apps ul li:nth-child(6) a i {
  background-position: -434px -372px;
}

.Classification.apps ul li:nth-child(6):hover a i {
  background-position: -434px -420px;
}

.Classification.apps ul li:nth-child(7) a i {
  background-position: -381px -372px;
}

.Classification.apps ul li:nth-child(7):hover a i {
  background-position: -381px -420px;
}

.Classification.apps ul li:nth-child(8) a i {
  background-position: -488px -372px;
}

.Classification.apps ul li:nth-child(8):hover a i {
  background-position: -488px -420px;
}

.Classification.apps ul li:nth-child(9) a i {
  background-position: -281px -372px;
}

.Classification.apps ul li:nth-child(9):hover a i {
  background-position: -281px -420px;
}

.Classification.apps ul li:nth-child(10) a i {
  background-position: -588px -372px;
}

.Classification.apps ul li:nth-child(10):hover a i {
  background-position: -588px -420px;
}

.Classification.apps ul li:nth-child(11) a i {
  background-position: -175px -372px;
}

.Classification.apps ul li:nth-child(11):hover a i {
  background-position: -175px -420px;
}

.Classification.apps ul li:nth-child(12) a i {
  background-position: -329px -372px;
}

.Classification.apps ul li:nth-child(12):hover a i {
  background-position: -329px -420px;
}

.Classification.apps ul li:nth-child(13) a i {
  background-position: -639px -372px;
}

.Classification.apps ul li:nth-child(13):hover a i {
  background-position: -639px -420px;
}

.Classification.apps ul li:nth-child(14) a i {
  background-position: -688px -372px;
}

.Classification.apps ul li:nth-child(14):hover a i {
  background-position: -688px -420px;
}

.Classification.apps ul li:nth-child(15) a i {
  background-position: -740px -372px;
}

.Classification.apps ul li:nth-child(15):hover a i {
  background-position: -740px -420px;
}

.Classification.apps ul li:nth-child(16) a i {
  background-position: -4px -471px;
}

.Classification.apps ul li:nth-child(16):hover a i {
  background-position: -4px -525px;
}

.Classification.apps ul li:nth-child(17) a i {
  background-position: -64px -471px;
  width: 42px;
}

.Classification.apps ul li:nth-child(17):hover a i {
  background-position: -64px -525px;
}

.Classification.apps ul li:nth-child(18) a i {
  background-position: -120px -372px;
}

.Classification.apps ul li:nth-child(18):hover a i {
  background-position: -120px -420px;
}

.Classification.apps ul li.current:nth-child(2) a i {
  background-position: -9px -420px;
}

.Classification.apps ul li.current:nth-child(3) a i {
  background-position: -65px -420px;
}

.Classification.apps ul li.current:nth-child(4) a i {
  background-position: -231px -420px;
}

.Classification.apps ul li.current:nth-child(5) a i {
  background-position: -121px -525px;
}

.Classification.apps ul li.current:nth-child(6) a i {
  background-position: -434px -420px;
}

.Classification.apps ul li.current:nth-child(7) a i {
  background-position: -381px -420px;
}

.Classification.apps ul li.current:nth-child(8) a i {
  background-position: -488px -420px;
}

.Classification.apps ul li.current:nth-child(9) a i {
  background-position: -281px -420px;
}

.Classification.apps ul li.current:nth-child(10) a i {
  background-position: -588px -420px;
}

.Classification.apps ul li.current:nth-child(11) a i {
  background-position: -175px -420px;
}

.Classification.apps ul li.current:nth-child(12) a i {
  background-position: -329px -420px;
}

.Classification.apps ul li.current:nth-child(13) a i {
  background-position: -639px -420px;
}

.Classification.apps ul li.current:nth-child(14) a i {
  background-position: -688px -420px;
}

.Classification.apps ul li.current:nth-child(15) a i {
  background-position: -740px -420px;
}

.Classification.apps ul li.current:nth-child(16) a i {
  background-position: -4px -525px;
}

.Classification.apps ul li.current:nth-child(17) a i {
  background-position: -64px -525px;
}

.Classification.apps ul li.current:nth-child(18) a i {
  background-position: -120px -420px;
}

.game-list {
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
  overflow: hidden;
  padding-top: 14px;
  background: #fff;
  padding-bottom: 10px;
}

.game-list .Title1 p span em {
  width: 128px;
}

.game-list ul {
  margin-top: 24px;
  margin-left: 20px;
  overflow: hidden;
}

.game-list ul li {
  width: 218px;
  height: 258px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  float: left;
  margin-right: 14px;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.2);
}

.game-list ul li a img {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 20px;
  margin: 20px auto 0;
}

.game-list ul li a p:nth-of-type(1) {
  font-size: 18px;
  color: #333333;
  text-align: center;
  width: 210px;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 18px;
  line-height: 18px;
}

.game-list ul li a p:nth-of-type(2) {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 10px;
}

.game-list ul li a p:nth-of-type(2) span {
  margin-right: 20px;
}

.game-list ul li a p:nth-of-type(2) span:last-child {
  margin-right: 0;
}

.game-list ul li a > span {
  display: block;
  width: 182px;
  height: 40px;
  border: 1px solid #f89635;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #f89635;
  margin: 14px auto 0;
}

.game-list ul li:hover {
  border-color: #f89635;
  background: rgba(248, 150, 53, 0.2);
}

.game-list ul li:hover p:nth-of-type(1) {
  font-weight: 600;
  color: #f89635;
}

.game-list ul li:hover p:nth-of-type(2) {
  color: #f89635;
}

.game-list ul li:hover a > span {
  color: #fff;
  font-weight: 600;
  background: #f89635;
}

.game-list ul li:nth-child(5n) {
  margin-right: 0;
}

.pages {
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  color: #666666;
  display: flex;
  justify-content: center;
}

.pages li {
  padding: 8px 15px;
  margin: 0px 5px;
  color: #b4b4b4;
  text-decoration: none;
  background-color: #f5f5f5;
  border-radius: 22px;
  list-style: none;
}

.pages li:hover {
  background-color: #f89635;
}

.pages li:hover a {
  color: #fff;
}

.pages li.active {
  background-color: #f89635;
}

.pages li.active a {
  color: #fff;
}

.zt-list li {
  overflow: hidden;
  width: 280px;
  height: 290px;
  border-radius: 6px;
  background: #fff;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
  float: left;
  margin-right: 26px;
  margin-bottom: 26px;
}

.zt-list li a div:nth-child(1) {
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 280px;
  height: 140px;
  overflow: hidden;
  position: relative;
}

.zt-list li a div:nth-child(1) img {
  width: 280px;
  height: 140px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.zt-list li a div:nth-child(2) {
  height: 108px;
}

.zt-list li a div:nth-child(2) p:nth-of-type(1) {
  margin: 10px 18px 0;
  font-size: 16px;
  font-weight: 600;
}

.zt-list li a div:nth-child(2) p:nth-of-type(2) {
  font-size: 14px;
  color: #808080;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 6px 18px 0;
}

.zt-list li a > p {
  font-size: 16px;
  color: #a6a6a6;
  line-height: 18px;
  position: absolute;
  bottom: 22px;
  left: 18px;
}

.zt-list li a > p i {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-position: -3px -106px;
  vertical-align: bottom;
  margin-right: 8px;
}

.zt-list li a > p span {
  font-size: 16px;
  color: #666666;
}

.zt-list li a:hover div:nth-child(1) img {
  -webkit-transform: scale(1.1);
  -webkit-transition: all 0.3s ease-out;
}

.zt-list li:nth-child(4n) {
  margin-right: 0;
}

.zt-list ul li:hover {
  box-shadow: rgba(248, 150, 53, 0.1) 0px 6px 10px 3px;
}

.zt-tit {
  height: 290px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 10px 0px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 20px;
}

.zt-tit img {
  width: 576px;
  height: 290px;
  float: left;
}

.zt-tit > div {
  width: 578px;
  margin: 0 20px;
  float: left;
  position: relative;
}

.zt-tit > div h1 {
  font-size: 30px;
  color: #333333;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600;
  margin-top: 36px;
}

.zt-tit > div p {
  font-size: 16px;
  color: #a6a6a6;
  line-height: 18px;
  margin-top: 24px;
}

.zt-tit > div p i {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-position: -3px -106px;
  vertical-align: bottom;
  margin-right: 8px;
}

.zt-tit > div p span {
  font-size: 16px;
  color: #666666;
}

.zt-tit > div div {
  width: 536px;
  height: 88px;
  background: #f5f5fa;
  font-size: 16px;
  color: #808080;
  line-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 14px 20px 14px;
  margin-top: 24px;
  overflow-y: scroll;
}

.zt-cont {
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;
}

.zt-cont ul {
  margin-top: 24px;
  margin-left: 20px;
  overflow: hidden;
}

.zt-cont ul li {
  width: 218px;
  height: 258px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  float: left;
  margin-right: 14px;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.2);
}

.zt-cont ul li a img {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 20px;
  margin: 20px auto 0;
}

.zt-cont ul li a p:nth-of-type(1) {
  font-size: 18px;
  color: #333333;
  text-align: center;
  width: 210px;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 18px;
  line-height: 18px;
}

.zt-cont ul li a p:nth-of-type(2) {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 10px;
}

.zt-cont ul li a p:nth-of-type(2) span {
  margin-right: 20px;
}

.zt-cont ul li a p:nth-of-type(2) span:last-child {
  margin-right: 0;
}

.zt-cont ul li a > span {
  display: block;
  width: 182px;
  height: 40px;
  border: 1px solid #f89635;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #f89635;
  margin: 14px auto 0;
}

.zt-cont ul li:hover {
  border-color: #f89635;
  background: rgba(248, 150, 53, 0.2);
}

.zt-cont ul li:hover p:nth-of-type(1) {
  font-weight: 600;
  color: #f89635;
}

.zt-cont ul li:hover a > span {
  color: #fff;
  font-weight: 600;
  background: #f89635;
}

.zt-cont ul li:nth-child(5n) {
  margin-right: 0;
}

.zt-tj {
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
  overflow: hidden;
  padding-top: 14px;
  background: #fff;
  padding-bottom: 24px;
  margin: 24px auto;
}

.zt-tj ul {
  overflow: hidden;
  margin: 24px 20px 0;
}

.zt-tj ul li {
  float: left;
  margin-right: 17px;
  margin-bottom: 16px;
}

.zt-tj ul li:nth-child(8n) {
  margin-right: 0;
}

.zt-tj ul li:nth-child(n + 9) {
  margin-bottom: 0;
}

.zt-tj ul li a {
  display: block;
  width: 110px;
  height: 32px;
  font-size: 16px;
  color: #fff;
  border-radius: 16px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 10px;
  line-height: 32px;
}

.zt-tj ul li a:nth-child(1) {
  background: #f36e5d;
}

.zt-tj ul li a:nth-child(2) {
  background: #fabf00;
}

.zt-tj ul li a:nth-child(3) {
  background: #61bba1;
}

.zt-tj ul li a:nth-child(4) {
  background: #92d1f4;
}

.zt-tj ul li a:nth-child(5) {
  background: #f9abb8;
}

.zt-tj ul li a:nth-child(6) {
  background: #a37bad;
}

.zt-tj ul li a:nth-child(7) {
  background: #b6ddc8;
}

.zt-tj ul li a:nth-child(8) {
  background: #30aed1;
}

.zt-tj ul li a:nth-child(9) {
  background: #f5ae7a;
}

.zt-tj ul li a:nth-child(10) {
  background: #c49990;
}

.zt-tj ul li a:nth-child(11) {
  background: #81c347;
}

.zt-tj ul li a:nth-child(12) {
  background: #d6a7c9;
}

.zt-tj ul li a:nth-child(13) {
  background: #98bce4;
}

.zt-tj ul li a:nth-child(14) {
  background: #c6ae92;
}

.zt-tj ul li a:nth-child(15) {
  background: #f4c6a2;
}

.zt-tj ul li a:nth-child(16) {
  background: #f36e5d;
}

.zt-tj ul li:hover a {
  background: #f89635 !important;
}

.cont-l {
  width: 856px;
  float: left;
  border-radius: 6px;
}

.cont-l .article-main {
  overflow: hidden;
  position: relative;
  padding: 28px 24px 8px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
}

.cont-l .article-main li {
  overflow: hidden;
  margin-bottom: 24px;
}

.cont-l .article-main li a img {
  width: 240px;
  height: 150px;
  display: inline-block;
  border-radius: 6px;
  float: left;
}

.cont-l .article-main li a div {
  width: 548px;
  float: left;
  position: relative;
  margin-left: 20px;
  height: 150px;
  border-bottom: 1px solid #eee;
}

.cont-l .article-main li a div p:nth-child(1) {
  font-size: 20px;
  color: #333333;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600;
  margin-top: 12px;
}

.cont-l .article-main li a div p:nth-child(2) {
  font-size: 16px;
  color: #808080;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 12px;
}

.cont-l .article-main li a div p:nth-child(3) {
  font-size: 16px;
  color: #a6a6a6;
  line-height: 18px;
  position: absolute;
  bottom: 20px;
  left: 0;
}

.cont-l .article-main li a div p:nth-child(3) i {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-position: -3px -106px;
  vertical-align: bottom;
  margin-right: 8px;
}

.cont-l .article-main li a div p:nth-child(3) span {
  font-size: 16px;
  color: #666666;
}

.cont-l .article-main li:hover a div p:nth-child(1) {
  color: #f89635;
}

.cont-l .nav {
  margin-top: 20px;
  background: #fff;
  height: 64px;
  display: flex;
  align-items: center;
  padding-left: 19px;
}

.cont-l .nav a {
  padding: 10px;
  margin: 5px;
  width: 88px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  background: #969696;
  border-radius: 6px;
  cursor: pointer;
}

.cont-l .nav a.on {
  background: #f89635;
}

.cont-l .nav a:hover {
  background: #f89635;
}

.newrec {
  overflow: hidden;
  margin-bottom: 5px;
  background: #fff;
}

.newrecL {
  width: 808px;
  height: 320px;
  position: relative;
  float: left;
  overflow: hidden;
  border-radius: 6px;
  margin: 24px;
}

.newrecL .swiper-pagination {
  left: 0;
}

.cont-r {
  width: 320px;
  float: left;
  margin-left: 24px;
}

.gl-tj {
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
  width: 280px;
  position: relative;
  padding: 24px 20px 10px;
  background: #fff;
  margin-bottom: 24px;
}

.gl-tj ul {
  margin-top: 18px;
}

.gl-tj ul li {
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}

.gl-tj ul li a {
  width: 100%;
}

.gl-tj ul li a p {
  font-size: 16px;
  color: #4c4c4c;
  line-height: 18px;
  display: inline-block;
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.gl-tj ul li a span {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  width: 50px;
  text-align: right;
  float: right;
}

.gl-tj ul li a div {
  display: none;
  width: 280px;
  height: 140px;
  overflow: hidden;
}

.gl-tj ul li a div img {
  width: 280px;
  height: 140px;
}

.gl-tj ul li.current a p {
  position: absolute;
  top: 60px;
  left: 0;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  font-weight: 600;
  width: 270px;
  background: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px;
}

.gl-tj ul li.current a span {
  display: none;
}

.gl-tj ul li.current a div {
  display: block;
}

.gl-tj li.current a div:hover img {
  -webkit-transform: scale(1.1);
  -webkit-transition: all 0.3s ease-out;
}

.tj-hot {
  border-radius: 6px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
  width: 280px;
  height: 362px;
  position: relative;
  padding: 24px 20px 0;
}

.tj-hot ul {
  overflow: hidden;
  margin-top: 28px;
  display: none;
}

.tj-hot ul:nth-of-type(1) {
  display: block;
}

.tj-hot ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.tj-hot ul li:nth-child(3n) {
  margin-right: 0;
}

.tj-hot ul li img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 16px;
}

.tj-hot ul li p {
  font-size: 16px;
  color: #333333;
  text-align: center;
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 18px;
  margin-top: 12px;
}

.tj-hot > span {
  display: block;
  width: 88px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  background: #f89635;
  border-radius: 6px;
  position: absolute;
  bottom: 26px;
  left: 116px;
  cursor: pointer;
}

.gl-rank-top {
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
  width: 280px;
  position: relative;
  padding: 24px 20px 24px;
  background: #fff;
  margin: 24px 0;
}

.gl-rank-top ul {
  margin-top: 8px;
  overflow: hidden;
}

.gl-rank-top ul li {
  width: 280px;
  border-bottom: 1px dashed #eee;
  height: 42px;
}

.gl-rank-top li img {
  display: none;
}

.gl-rank-top li a div {
  display: none;
}

.gl-rank-top li a i {
  float: left;
  width: 24px;
  height: 24px;
  display: block;
  background: #c4d0db;
  color: #fff;
  line-height: 24px;
  text-align: center;
  border-radius: 6px;
  margin-top: 9px;
}

.gl-rank-top li a > p {
  float: left;
  width: 170px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  font-size: 16px;
  color: #333333;
  line-height: 42px;
  margin-left: 15px;
}

.gl-rank-top li a > span {
  float: right;
  font-size: 16px;
  color: #666666;
  line-height: 42px;
}

.gl-rank-top li:hover img {
  opacity: 0.8;
}

.gl-rank-top li:nth-child(1) a i {
  background: #f44334;
}

.gl-rank-top li:nth-child(2) a i {
  background: #fe7416;
}

.gl-rank-top li:nth-child(3) a i {
  background: #f8b551;
}

.gl-rank-top li.on {
  height: 110px;
  padding-top: 20px;
}

.gl-rank-top li.on a i {
  margin-top: 32px;
}

.gl-rank-top li.on a > span {
  display: none;
}

.gl-rank-top li.on a img {
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 25px;
  float: left;
  margin: 0 15px;
}

.gl-rank-top li.on a > p {
  display: none;
}

.gl-rank-top li.on a div {
  width: 135px;
  float: left;
  display: block;
}

.gl-rank-top li.on a div p:nth-child(1) {
  font-size: 18px;
  color: #333;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.gl-rank-top li.on a div p:nth-child(2) {
  font-size: 16px;
  color: #a6a6a6;
  line-height: 18px;
  margin-top: 10px;
}

.gl-rank-top li.on a div p:nth-child(2) span {
  color: #666666;
}

.gl-rank-top li.on a div > span {
  display: block;
  width: 84px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #f89635;
  margin-top: 10px;
  border-radius: 6px;
  border: 1px solid #f89635;
}

.gl-rank-top li.on:hover a div p:nth-child(1) {
  color: #f89635;
  font-weight: 600;
}

.gl-hot-hj {
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
  width: 280px;
  position: relative;
  padding: 24px 20px 10px;
  background: #fff;
}

.gl-hot-hj ul {
  margin-top: 18px;
}

.gl-hot-hj li {
  margin-bottom: 14px;
  width: 100%;
  position: relative;
}

.gl-hot-hj li a {
  width: 100%;
}

.gl-hot-hj li a p {
  width: 230px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
  font-size: 16px;
}

.gl-hot-hj li a span {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  width: 50px;
  text-align: right;
}

.gl-hot-hj li a div {
  width: 280px;
  height: 140px;
  display: none;
  overflow: hidden;
}

.gl-hot-hj li a div img {
  width: 280px;
  height: 140px;
}

.gl-hot-hj li a div p {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 58px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 280px;
  line-height: 26px;
  background: rgba(0, 0, 0, 0.6);
}

.gl-hot-hj li.on a span {
  display: none;
}

.gl-hot-hj li.on a div {
  display: block;
}

.gl-hot-hj li.on a div:hover img {
  -webkit-transform: scale(1.1);
  -webkit-transition: all 0.3s ease-out;
}

.gl-hot-hj li.on a p {
  position: absolute;
  text-align: center;
  top: 60px;
  left: 0;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  width: 270px;
  background: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px;
}

.gl-info {
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
  margin-bottom: 24px;
}

.gl-info .info {
  position: relative;
  background-color: #fff;
  border-bottom: 1px dashed #999;
}

.gl-info .info h1 {
  padding-top: 53px;
  font-size: 30px;
  color: #2b1300;
  overflow: hidden;
  width: 770px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 32px;
  font-weight: 600;
}

.gl-info .info p {
  font-size: 14px;
  color: #808080;
  width: 816px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}

.gl-info .info p span {
  padding-right: 35px;
}

.gl-info .con {
  padding: 36px 20px 0;
  background: #fff;
  overflow: hidden;
}

.gl-info .con p {
  line-height: 32px;
  color: #444444;
  margin-bottom: 16px;
  text-indent: 2em;
  font-size: 18px;
}

.gl-info .con p img {
  display: block;
  margin: 2px auto;
  text-align: center;
}

.gl-info .con strong {
  margin: 20px 0;
}

.gl-info .con img {
  display: block;
  margin: 16px auto;
  text-align: center;
  max-width: 450px;
  max-height: 527px;
}

.gl-xzapp {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
  height: 168px;
  position: relative;
}

.gl-xzapp a img {
  width: 120px;
  height: 120px;
  display: block;
  float: left;
  border-radius: 25px;
  margin: 24px 50px 0 25px;
}

.gl-xzapp a div {
  width: 420px;
  float: left;
  margin-top: 24px;
}

.gl-xzapp a div p {
  font-size: 16px;
  line-height: 18px;
  color: #959595;
  margin-top: 16px;
}

.gl-xzapp a div p:nth-child(1) {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 14px;
  display: block;
}

.gl-xzapp a div p span {
  color: #4d4d4d;
}

.gl-xzapp a > span {
  width: 140px;
  height: 40px;
  display: block;
  position: absolute;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background: linear-gradient(to right, #f89635, #fecd2b);
  top: 64px;
  right: 107px;
  font-size: 16px;
}

.gl-xzapp a:hover > span {
  box-shadow: 0 6px 6px rgba(248, 150, 53, 0.24);
}

.gl-zxlr {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
  border-radius: 6px;
  background: #fff;
  margin-top: 24px;
  position: relative;
  padding: 24px 0 0 20px;
}

.gl-zxlr div:nth-child(2) {
  overflow: hidden;
  margin-top: 24px;
}

.gl-zxlr div:nth-child(2) a {
  display: block;
  margin-right: 32px;
  float: left;
  margin-bottom: 24px;
}

.gl-zxlr div:nth-child(2) a img {
  width: 110px;
  height: 110px;
  display: block;
  border-radius: 24px;
}

.gl-zxlr div:nth-child(2) a p {
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  width: 110px;
  margin-top: 10px;
}

.gl-zxlr div:nth-child(2) a:nth-child(6n) {
  margin-right: 0;
}

.gl-zxlr div:nth-child(2) a:hover img {
  opacity: 0.8;
}

.gl-zxlr div:nth-child(2) a:hover p {
  color: #f89635;
  font-weight: 600;
}

.gl-xggl {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
  border-radius: 6px;
  background: #fff;
  margin-top: 24px;
  position: relative;
  padding: 24px 0 20px 20px;
}

.gl-xggl ul {
  overflow: hidden;
  margin-top: 8px;
}

.gl-xggl ul li {
  float: left;
  margin-right: 69px;
}

.gl-xggl ul li:nth-child(2n) {
  margin-right: 0;
}

.gl-xggl ul li a {
  display: block;
  width: 342px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #666666;
  padding-left: 22px;
  position: relative;
}

.gl-xggl ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 1px solid #cfcfcf;
}

.gl-xggl ul li a p:nth-child(1) {
  float: left;
  width: 280px;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color ease 0.2s;
}

.gl-xggl ul li a span:nth-child(2) {
  float: right;
}

.gl-xggl ul li:hover a p:nth-child(1) {
  color: #f89635;
}

.gl-xggl ul li:hover a::before {
  background: #f89635;
}

.app-detail {
  background: url(../img/load1.png) no-repeat;
  height: 242px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
  position: relative;
}

.app-detail img {
  width: 180px;
  height: 180px;
  display: block;
  border-radius: 40px;
  float: left;
  margin: 32px 32px 0 35px;
}

.app-detail > div {
  width: 400px;
  float: left;
  margin-top: 32px;
}

.app-detail div h1 {
  font-size: 32px;
  color: #000;
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 14px;
  font-weight: 600;
}

.app-detail div p {
  margin-top: 22px;
  color: #a6a6a6;
}

.app-detail div p:nth-of-type(2) {
  margin-top: 12px;
}

.app-detail div p span {
  display: inline-flex;
  line-height: 18px;
}

.app-detail div > div span {
  float: left;
  margin-right: 20px;
  cursor: pointer;
  border: none;
  width: 180px;
  height: 48px;
  line-height: 48px;
  margin-top: 15px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #a6a6a6;
}

.app-detail div > div span i {
  width: 20px;
  height: 22px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: sub;
}

.app-detail div > div span.adr {
  background: #56e39d;
  box-shadow: 0px 2px 8px rgba(86, 227, 157, 0.8);
}

.app-detail div > div span.adr i {
  background-position: 0 -73px;
}

.app-detail div > div span.ios {
  background: #569fe3;
  box-shadow: 0px 2px 8px rgba(86, 159, 227, 0.8);
}

.app-detail div > div span.ios i {
  background-position: -24px -74px;
}

.app-detail div > div span.yy {
  background: #f89635;
  box-shadow: 0px 2px 8px rgba(248, 150, 53, 0.8);
}

.app-detail div > div span.yy i {
  background-position: -48px -74px;
}

.app-detail div > div span.shield_down {
  background-color: #ccc;
}

.app-detail div > div span.none {
  background: #999;
}

.app-detail div > div span.none i {
  display: none;
}

.app-detail div > div.downBtxBox a {
  display: none;
  float: left;
  margin-right: 20px;
  cursor: pointer;
  border: none;
  width: 180px;
  height: 48px;
  line-height: 48px;
  margin-top: 15px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #a6a6a6;
}

.app-detail div > div.downBtxBox a i {
  width: 20px;
  height: 22px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: sub;
}

.app-detail div > div.downBtxBox a.adr {
  background: #56e39d;
  box-shadow: 0px 2px 8px rgba(86, 227, 157, 0.8);
}

.app-detail div > div.downBtxBox a.adr i {
  background-position: 0 -73px;
}

.app-detail div > div.downBtxBox a.ios {
  background: #569fe3;
  box-shadow: 0px 2px 8px rgba(86, 159, 227, 0.8);
}

.app-detail div > div.downBtxBox a.ios i {
  background-position: -24px -74px;
}

.app-detail div > div.downBtxBox a.no {
  background: #cccccc;
  box-shadow: 0px 2px 8px rgba(234, 234, 234, 0.8);
}

.app-detail-view {
  background: #fff;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
  position: relative;
  margin-top: 24px;
}

.app-detail-view > p {
  display: inline-flex;
  margin-top: 24px;
}

.app-detail-view > p span {
  display: inline-block;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #8f99a5;
  margin-right: 44px;
  cursor: pointer;
}

.app-detail-view > p span:hover {
  background: #f89635;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(248, 150, 53, 0.8);
}

.app-detail-view > p span:nth-child(1) {
  margin-left: 66px;
}

.app-detail-view > p span.current {
  background: #f89635;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(248, 150, 53, 0.8);
}

.app-detail-view > p.edit_comment {
  width: 720px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #808080;
  line-height: 30px;
  padding: 20px;
  background: url(../img/bg2.png) no-repeat;
  background-position: right;
  border: 1px solid #f5f5fa;
  margin: 25px 20px 0;
  border-radius: 5px;
  padding-left: 70px;
}

.app-detail-view > p.edit_comment i {
  width: 50px;
  height: 52px;
  display: block;
  position: absolute;
  left: 7px;
  top: 10px;
  background-position: -14px -170px;
}

.app-detail-view > div {
  margin-top: 40px;
}

.app-detail-view > div > p {
  font-size: 16px;
  color: #808080;
  line-height: 30px;
  padding: 20px;
  background: url(../img/bg2.png) no-repeat;
  background-position: right;
  border: 1px solid #f5f5fa;
  margin: 25px 20px 0;
  border-radius: 5px;
}

.app-detail-view .Title2 {
  margin-left: 20px;
}

.app-detail-view .cont {
  margin: 18px 24px 0px;
  padding-bottom: 20px;
}

.app-detail-view .cont p {
  line-height: 32px;
  color: #808080;
  font-size: 16px;
  margin: 15px 0px;
}

.app-detail-view .cont p img {
  display: block;
  padding: 5px 0px;
  margin: 0px auto;
  max-width: 450px;
  max-height: 527px;
}

.app-detail-view .cont h3 {
  font-size: 20px;
  color: #0b0b2f;
  height: 52px;
  line-height: 52px;
  font-weight: 600;
}

.app-detail-info {
  background: #fff;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
  position: relative;
  margin-top: 24px;
  padding-top: 24px;
  padding-bottom: 26px;
}

.app-detail-info .Title2 {
  margin-left: 20px;
}

.app-detail-info ul {
  overflow: hidden;
  margin: 0 20px;
}

.app-detail-info ul li {
  width: 270px;
  float: left;
  margin-top: 28px;
  height: 54px;
}

.app-detail-info ul li p {
  font-size: 16px;
  color: #8f99a5;
}

.app-detail-info ul li span {
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  display: block;
  margin-top: 12px;
  font-weight: 600;
}

.app-detail-img {
  background: #fff;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
  position: relative;
  margin-top: 24px;
  padding-top: 24px;
}

.app-detail-img .Title2 {
  margin-left: 20px;
}

.app-detail-img .showImg {
  width: 788px;
  min-height: 298px;
  margin: 0 auto;
  position: relative;
  padding: 28px 0 24px;
}

.app-detail-img .showImg i {
  position: absolute;
  top: 200px;
  left: -18px;
  z-index: 2;
  width: 34px;
  height: 36px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 5px 6px 0 rgba(0, 140, 255, 0.3);
  background-size: 1000px 1000px;
  background-color: #fff;
  background-position: -22px 7px;
}

.app-detail-img .showImg i:nth-of-type(2) {
  position: absolute;
  top: 200px;
  left: 771px;
  background-position: -51px 7px;
}

.app-detail-img .showImg > div {
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  left: 0;
  width: 788px;
  height: 400px;
  padding-top: 10px;
  background-color: #fff;
}

.app-detail-img .showImg .hideImg .gallery-thumbs {
  width: 788px;
  height: 90px;
  padding: 10px 0 10px;
  margin-top: 0;
}

.app-detail-img .showImg .hideImg .gallery-thumbs .swiper-slide {
  opacity: 0.8;
  overflow: hidden;
  text-align: center;
  width: 154px !important;
  height: 90px;
  border-radius: 1px;
}

.app-detail-img .showImg .hideImg .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 90px;
}

.app-detail-img .showImg .hideImg .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #25c88a;
  width: 148px;
  height: 84px;
}

.app-detail-img .showImg .hideImg .gallery-thumbs .swiper-slide-thumb-active img {
  width: 100%;
  height: auto;
  min-height: 90px;
}

.app-detail-img .showImg .hideImg .swiperCont {
  width: 100%;
  height: 297px;
  margin-left: auto;
  margin-right: auto;
}

.app-detail-img .showImg .hideImg .swiper-slide {
  position: relative;
  text-align: center;
}

.app-detail-img .showImg .hideImg .swiper-slide i {
  display: block;
  width: 32px;
  height: 32px;
  background-position: -259px -126px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  background-position: -259px -126px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.app-detail-img .showImg .hideImg .gallery-top {
  width: 788px;
  height: 297px;
}

.app-detail-img .showImg .hideImg .gallery-top .swiper-slide video {
  position: relative;
}

.app-detail-img .showImg .hideImg .gallery-top .swiper-slide > div {
  width: 100%;
  height: 100%;
}

.app-detail-img .showImg .hideImg .gallery-top .swiper-slide > div img {
  width: 100%;
  opacity: 0.9;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

.app-detail-img .showImg .hideImg .gallery-top .swiper-slide > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 297px;
  width: auto;
  opacity: 1;
}

.app-detail-img .showImg .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #f89635 !important;
}

.app-detail-img .showImg .swiper-slide-thumb-active {
  border: 3px solid #f89635 !important;
}

.app-detail-cnxh {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
  border-radius: 6px;
  background: #fff;
  margin-top: 24px;
  position: relative;
  padding: 24px 0 0 20px;
}

.app-detail-cnxh > a {
  position: absolute;
  font-size: 14px;
  color: #f89635;
  right: 20px;
  top: 28px;
}

.app-detail-cnxh > a i {
  width: 9px;
  height: 9px;
  display: inline-block;
  background-position: -354px -113px;
  margin-left: 6px;
}

.app-detail-cnxh > p {
  margin-top: 28px;
}

.app-detail-cnxh > p span {
  cursor: pointer;
  width: 94px;
  text-align: center;
  font-size: 18px;
  color: #8f99a5;
  margin-right: 60px;
  display: inline-block;
  position: relative;
}

.app-detail-cnxh > p span:nth-child(1) {
  margin-left: 55px;
}

.app-detail-cnxh > p span:nth-last-child(1) {
  margin-right: 0;
}

.app-detail-cnxh > p span:hover {
  font-weight: 600;
  color: #f89635;
}

.app-detail-cnxh > p span:hover i {
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 2px;
  background: #f89635;
  position: absolute;
}

.app-detail-cnxh > p span:hover i:nth-of-type(1) {
  left: 0;
  top: 8px;
}

.app-detail-cnxh > p span:hover i:nth-of-type(2) {
  right: 0;
  top: 8px;
}

.app-detail-cnxh > p span:hover em {
  display: inline-block;
  width: 94px;
  height: 12px;
  background: rgba(248, 150, 53, 0.1);
  position: absolute;
  border-radius: 6px;
  bottom: -6px;
  left: 0;
}

.app-detail-cnxh > p span.current {
  font-weight: 600;
  color: #f89635;
}

.app-detail-cnxh > p span.current i {
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 2px;
  background: #f89635;
  position: absolute;
}

.app-detail-cnxh > p span.current i:nth-of-type(1) {
  left: 0;
  top: 8px;
}

.app-detail-cnxh > p span.current i:nth-of-type(2) {
  right: 0;
  top: 8px;
}

.app-detail-cnxh > p span.current em {
  display: inline-block;
  width: 94px;
  height: 12px;
  background: rgba(248, 150, 53, 0.1);
  position: absolute;
  border-radius: 6px;
  bottom: -6px;
  left: 0;
}

.app-detail-cnxh .tabBox > div {
  overflow: hidden;
  margin-top: 28px;
  display: none;
}

.app-detail-cnxh .tabBox > div:first-child {
  display: block;
}

.app-detail-cnxh .tabBox > div > a > img {
  width: 354px;
  height: 192px;
  display: block;
  border-radius: 6px;
  float: left;
  margin-left: 20px;
}

.app-detail-cnxh .info {
  width: 442px;
  height: 192px;
  background: #f5f5fa;
  border-radius: 6px;
  float: left;
  overflow: hidden;
  position: relative;
}

.app-detail-cnxh .info p {
  font-size: 22px;
  color: #000;
  line-height: 24px;
  font-weight: 600;
  margin-top: 18px;
  margin-left: 20px;
  display: block;
}

.app-detail-cnxh .info div {
  margin: 12px 20px 0;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.app-detail-cnxh ul {
  overflow: hidden;
  float: left;
  margin-top: 24px;
}

.app-detail-cnxh ul li {
  margin-right: 32px;
  float: left;
  margin-bottom: 24px;
}

.app-detail-cnxh ul li a img {
  width: 110px;
  height: 110px;
  display: block;
  border-radius: 24px;
}

.app-detail-cnxh ul li a p {
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  width: 110px;
  margin-top: 10px;
}

.app-detail-cnxh ul li a span {
  display: block;
  width: 84px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  text-align: center;
  line-height: 30px;
  margin: 10px auto 0;
  background: #f89635;
  border: 1px solid #f89635;
}

.app-detail-cnxh ul li:nth-child(6n) {
  margin-right: 0;
}

.app-detail-cnxh ul li:hover img {
  opacity: 0.8;
}

.app-detail-cnxh ul li:hover p {
  color: #f89635;
  font-weight: 600;
}

.app-detail-cnxh ul li:hover span {
  background: rgba(255, 188, 3, 0.1);
  color: #f89635;
}

.app-detail-cnxh ul li span {
  background: #ffbc03;
  border-color: #ffbc03;
}

.box-4 {
  height: 238px;
  background: #fff;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
  margin-top: 4px;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}

.box-4 > div:nth-child(2) {
  position: relative;
  overflow: hidden;
  margin: 0 20px;
}

.box-4 > div:nth-child(2) ul {
  position: relative;
}

.box-4 > div:nth-child(2) ul li {
  margin-right: 14px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px 0px;
  width: 280px;
  height: 140px;
  overflow: hidden;
  float: left;
}

.box-4 > div:nth-child(2) ul li:last-child {
  margin-right: 0;
}

.box-4 > div:nth-child(2) ul li a img {
  width: 280px;
  height: 140px;
  display: block;
}

.box-4 > div:nth-child(2) ul li a div {
  width: 280px;
  height: 140px;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.74));
  box-shadow: rgba(0, 0, 0, 0.2) 1px 10px 30px 0px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
}

.box-4 > div:nth-child(2) ul li a div p {
  display: block;
  color: white;
  font-size: 18px;
  margin: 60px 10px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  font-weight: 600;
}

.box-4 > div:nth-child(2) ul li:hover a div p {
  margin-top: 58px;
  font-size: 24px;
  line-height: 24px;
}

.box-4 > div:nth-child(2) ul li:hover a em {
  width: 280px;
  height: 62px;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
}

.box-4 > div:nth-child(3) {
  height: 32px;
  position: absolute;
  top: 20px;
  right: 22px;
}

.box-4 > div:nth-child(3) span {
  width: 97px;
  height: 32px;
  margin-right: 16px;
  font-size: 14px;
  color: #999999;
  background: #f0f0f0;
  display: inline-block;
  cursor: pointer;
  line-height: 32px;
}

.box-4 > div:nth-child(3) span:nth-child(1) {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.box-4 > div:nth-child(3) span:nth-child(1) i {
  width: 36px;
  height: 32px;
  display: inline-block;
  background-position: -209px -31px;
  margin-right: 10px;
  cursor: pointer;
}

.box-4 > div:nth-child(3) span:nth-child(1):hover i {
  background-position-x: -120px;
}

.box-4 > div:nth-child(3) span:nth-child(2) {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-right: 0;
  padding-left: 10px;
  width: 87px;
}

.box-4 > div:nth-child(3) span:nth-child(2) i {
  width: 36px;
  height: 32px;
  display: inline-block;
  background-position: -254px -31px;
  cursor: pointer;
  margin-left: 9px;
}

.box-4 > div:nth-child(3) span:nth-child(2):hover i {
  background-position-x: -166px;
}

.box-4 > div:nth-child(3) span i {
  vertical-align: top;
}

.box-4 > div:nth-child(3) span:hover {
  background: #fffbeb;
  color: #f89635;
}

.box-5 .list {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0.5px 0.86px 5px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #ffffff;
  position: relative;
  padding: 23px 0 0 19px;
  margin: 20px 0;
}

.box-5 .list .indexTlt {
  width: 121px;
  height: 32px;
  line-height: 32px;
  font-size: 30px;
  color: #4b4b4b;
  font-weight: bold;
  text-align: end;
  margin-bottom: 20px;
}

.box-5 .list .more {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 31px;
  font-size: 15px;
  color: #676767;
}

.box-5 .list .more:hover {
  color: #f05874;
}

.box-5 .list ul li {
  float: left;
  width: 548px;
  margin: 0 43px 32px 0;
}

.box-5 .list ul li:nth-child(2n) {
  margin-right: 0;
}

.box-5 .list ul li .imgTxt {
  float: left;
  position: relative;
  margin-right: 25px;
  overflow: hidden;
}

.box-5 .list ul li .imgTxt img {
  float: left;
  width: 212px;
  height: 136px;
  border-radius: 6px;
}

.box-5 .list ul li .imgTxt .name {
  width: 100%;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.502);
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0 0 6px 6px;
}

.box-5 .list ul li .imgTxt:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}

.box-5 .list ul li .cont {
  float: left;
}

.box-5 .list ul li .cont a {
  display: block;
  padding-left: 12px;
  width: 296px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 33px;
  color: #4e4e4e;
  font-size: 14px;
  position: relative;
}

.box-5 .list ul li .cont a .dot {
  position: absolute;
  top: 13px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #fdb2b0, #ffe3de);
}

.box-5 .list ul li .cont a:hover {
  color: #f05874;
}

.in-rank {
  width: 100%;
  height: 615px;
  margin-bottom: 24px;
}

.in-rank > div {
  overflow: hidden;
  display: flex;
}

.in-rank .rankBox {
  background: url(../img/grirank.png) no-repeat;
  width: 380px;
  height: 613px;
  overflow: hidden;
  margin-right: 30px;
}

.in-rank .rankBox > p {
  display: block;
  width: 264px;
  position: relative;
  margin-top: 32px;
  margin-left: 56px;
  height: 60px;
}

.in-rank .rankBox > p i {
  background-position: -534px -5px;
  width: 264px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}

.in-rank .rankBox > p span {
  position: absolute;
  z-index: 3;
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  width: 264px;
  display: block;
  font-weight: 600;
  margin-top: 8px;
}

.in-rank .rankBox > div {
  overflow: hidden;
}

.in-rank .rankBox > div a {
  float: left;
  margin-top: 60px;
  position: relative;
}

.in-rank .rankBox > div a:nth-child(1) {
  margin-left: 30px;
}

.in-rank .rankBox > div a:nth-child(1) i {
  width: 28px;
  height: 24px;
  display: inline-block;
  background-position: -439px -2px;
}

.in-rank .rankBox > div a:nth-child(2) {
  margin: 50px 42px 0 40px;
}

.in-rank .rankBox > div a:nth-child(2) img {
  width: 88px;
  height: 88px;
}

.in-rank .rankBox > div a:nth-child(2) p {
  margin-top: 16px;
  width: 88px;
}

.in-rank .rankBox > div a:nth-child(2) i {
  width: 38px;
  height: 34px;
  display: inline-block;
  background-position: -392px -2px;
  top: -16px;
}

.in-rank .rankBox > div a:nth-child(3) {
  margin-right: 20px;
}

.in-rank .rankBox > div a:nth-child(3) i {
  width: 28px;
  height: 24px;
  display: inline-block;
  background-position: -474px -3px;
}

.in-rank .rankBox > div a img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 18px;
}

.in-rank .rankBox > div a p {
  font-size: 18px;
  color: #333333;
  line-height: 20px;
  text-align: center;
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 14px;
}

.in-rank .rankBox > div a i {
  position: absolute;
  top: -10px;
  left: -14px;
}

.in-rank .rankBox > div a:hover img {
  opacity: 0.6;
}

.in-rank .rankBox > div a:hover p {
  color: #f89635;
}

.in-rank .rankBox ul {
  margin: 12px 20px 0;
}

.in-rank .rankBox ul li {
  height: 46px;
  border-top: 1px solid #e5e5e5;
}

.in-rank .rankBox ul li a i {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #e5e5e5;
  margin-right: 20px;
  float: left;
  margin-top: 10px;
}

.in-rank .rankBox ul li a p {
  font-size: 18px;
  color: #333;
  line-height: 46px;
  display: inline-block;
  width: 215px;
  white-space: nowrap;
  overflow: hidden;
  float: left;
}

.in-rank .rankBox ul li a span {
  display: inline-block;
  font-size: 16px;
  color: #999999;
  line-height: 46px;
  float: right;
}

.in-rank .rankBox ul li:hover a i {
  background: #f89635;
}

.in-rank .rankBox ul li:hover a p {
  color: #f89635;
}

.in-rank .rankBox:last-child {
  margin-right: 0;
}

.in-rank .rankBox:nth-child(2) > p i {
  background-position-y: -74px;
}

.in-rank .rankBox:nth-child(3) > p i {
  background-position-y: -140px;
}

footer {
  width: 100%;
  height: 140px;
  color: #999999;
  font-size: 14px;
  background-color: #141414;
  text-align: center;
  padding-top: 15px;
  margin-top: 25px;
}

footer p {
  color: #999999;
  font-weight: 400;
  margin-top: 20px;
}

footer p a {
  color: #999999;
  margin: 0px 10px;
  font-weight: 400;
}
    header .w1200 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }