@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  margin: 0;
  padding: 0;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
  font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
  border: 0;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

[hidefocus], summary {
  outline: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
}

sup, sub {
  font-size: 83%;
}

pre, code, kbd, samp {
  font-family: inherit;
}

q:before, q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label, summary {
  cursor: default;
}

a, button {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
  font-weight: bold;
}

del, ins, u, s, a, a:hover {
  text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
  color: #333;
  outline: 0;
}

body {
  background: #fff;
  font-family: Arial, sans-serif, "Helvetica Neue", HelveticaNeue, Helvetica-Neue, Helvetica, "微软雅黑";
  font-size: 0.32rem;
}

a, a:hover, a.active {
  color: inherit;
}

a, button, input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.tip {
  color: #999;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.clearfix:after, .tagList:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix, .tagList {
  zoom: 1;
}

.fl, .flli li {
  float: left;
}

.fr {
  float: right;
}

.ov {
  overflow: hidden;
}

.dsbl {
  display: block;
}

.dsil {
  display: inline;
}

.dsinbl {
  display: inline-block;
}

.dsNone {
  display: none;
}

.bgfff {
  background: #fff;
}

.textAc {
  text-align: center;
}

.textAr {
  text-align: right;
}

.textAl {
  text-align: left;
}

.textIn {
  text-indent: -999999px;
}

.v_a {
  vertical-align: middle;
}

.fw_b {
  font-weight: bold;
}

.p_re {
  position: relative;
}

.p_ab {
  position: absolute;
}

.pd20 {
  padding: 0.2rem;
}
.pd20 .sturnpags {
  padding: 0.2rem 0;
}

.p_rl20 {
  padding: 0 0.2rem;
}

.p_t20 {
  padding-top: 0.2rem;
}

.p_t10 {
  padding-top: 0.1rem;
}

.pt32 {
  padding-top: 0.48rem;
}

.mb_30 {
  margin-bottom: 0.3rem;
}

.mb_20 {
  margin-bottom: 0.2rem;
}

.mt30 {
  margin-top: 0.3rem;
}

.mb20 {
  margin-bottom: 0.2rem;
}

.mb40 {
  margin-bottom: 0.4rem;
}

.mt40 {
  margin-top: 0.4rem;
}

.mt20 {
  margin-top: 0.2rem;
}

.mt10 {
  margin-top: 0.1rem;
}

.m_rl20 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.tablist {
  display: none;
}

.hr20 {
  overflow: hidden;
  background-color: #f2f2f2;
  width: 100%;
  clear: both;
  height: 0.2rem;
}

.hr26 {
  overflow: hidden;
  background: #f0f0f0;
  width: 100%;
  clear: both;
  height: 0.26rem;
}

.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");
}

/*for IE9*/
.bodyActive {
  overflow: hidden;
}
.bodyActive .bmain {
  padding-top: 1.42rem;
}
.bodyActive .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.goTop {
  display: none;
  width: 0.88rem;
  height: 0.88rem;
  position: fixed;
  bottom: 3%;
  right: 0.3rem;
  z-index: 325;
}

.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 {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  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;
}

.elli5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.imgBox {
  display: block;
}
.imgBox img {
  display: block;
  width: 100%;
  height: 100%;
}

.mainBody {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ebebeb;
}

.headers {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  position: relative;
  background-color: #ff5a3a;
}

.pageName {
  width: 100%;
  height: 100%;
  font-size: 0.36rem;
  text-align: center;
}

.headerLeft, .headerRight {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 0.6rem;
}

.headerLeft {
  left: 0.24rem;
}
.headerLeft i {
  display: block;
  width: 0.24rem;
  height: 0.42rem;
  background-image: url(../images/l.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.21rem;
}

.headerRight {
  right: 0.24rem;
  font-size: 0.32rem;
}
.headerRight i {
  display: block;
  width: 0.48rem;
  height: 0.41rem;
  background-image: url(../images/h.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.2rem;
}

.headerCenter {
  text-align: center;
  font-size: 0.36rem;
  font-weight: normal;
  width: 80%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.headerLogo {
  margin-left: 0.2rem;
  position: relative;
  height: 1rem;
}
.headerLogo a {
  display: block;
  padding-left: 0.6rem;
  font-size: 0.36rem;
  height: 0;
  overflow: hidden;
}
.headerLogo img {
  display: block;
  height: 0.44rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.22rem;
}

.navs {
  width: 100%;
  position: relative;
  height: 0.88rem;
  line-height: 0.88rem;
  overflow: hidden;
  color: #000;
}
.navs ul li a {
  display: block;
  height: 0.88rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 0.1rem;
  font-size: 0.28rem;
}
.navs .active a {
  color: #ff5a3a;
  border-bottom: 2px solid #ff5a3a;
}

.navs9 {
  background-color: #fff;
  margin-bottom: 0.2rem;
}
.navs9 ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #666;
}
.navs9 li {
  flex-grow: 1;
  text-align: center;
}
.navs9 .active a {
  border-bottom-width: 0.02rem;
  border-bottom-style: solid;
  color: #333;
  font-weight: bold;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 3.38rem;
}
.banner ul {
  height: 100%;
}
.banner ul li {
  width: 7.2rem;
  float: left;
  height: 100%;
}

.banner ul li img, .banner ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner_num {
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px !important;
  text-align: center;
  line-height: 1;
  padding: 0.1rem;
  font-size: 0;
  background-image: url(../images/banner_co.png);
  background-size: 100% 100%;
}
.banner_num span {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  background-color: #ccc;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border-radius: 50% !important;
  margin: 0 0.08rem !important;
}
.banner_num .active {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #ff5a3a;
}

.indextt {
  overflow: hidden;
  padding: 0.43rem 0 0.06rem 0;
  position: relative;
  text-align: center;
}
.indextt .more {
  float: right;
  position: absolute;
  right: 0;
  top: 0.43rem;
  color: #999;
  font-size: 0.24rem;
  height: 0.38rem;
  line-height: 0.38rem;
}
.indextt h4 {
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  height: 0.38rem;
  color: #333;
  font-size: 0.34rem;
  line-height: 0.38rem;
}
.indextt h4 i {
  background-size: 100%;
  background-repeat: no-repeat;
}
.indextt .tit-l {
  width: 0.76rem;
  height: 0.41rem;
  background-image: url(../images/select-tit.png);
  float: left;
}
.indextt .tit-r {
  width: 0.305rem;
  height: 0.23rem;
  background-image: url(../images/black-tit.png);
  float: right;
  margin-top: 0.095rem;
}

.applist li {
  width: 25%;
  float: left;
  margin-bottom: 0.2rem;
}
.applist li img {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 0.2rem;
  margin: 0 auto;
}
.applist li .tt {
  font-weight: normal;
  font-size: 0.28rem;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  text-align: center;
  margin: 0.1rem 0.2rem;
}
.applist li .btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  width: 1.3rem;
  height: 0.52rem;
  line-height: 0.52rem;
  border: 1px solid #ff5a3a;
  color: #ff5a3a;
  text-align: center;
  font-size: 0.28rem;
  border-radius: 0.26rem;
  margin: 0 auto;
}

section.tuij-game {
  background: url(../images/tuij_bg.png) 0 0 no-repeat;
  background-size: 105%;
}

.tuij-game .indextt h4 {
  color: #fff;
}
.tuij-game .indextt a {
  color: #fff;
}
.tuij-game h4 .tit-l {
  background-image: url(../images/tuij-g-tit.png);
}
.tuij-game h4 .tit-r {
  background-image: url(../images/white-tit.png);
}

.tjg-t img {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -0.575rem;
  top: -0.5rem;
}

ul.tjg-list {
  overflow: hidden;
  zoom: 1;
  padding: 0.77rem 0.01rem 0.3rem;
}
ul.tjg-list li {
  float: left;
  width: 33.33%;
}
ul.tjg-list li .box {
  margin: 0 0.2rem;
  background: #fff;
  border-radius: 0.05rem;
  position: relative;
}

a.tjg-b {
  height: 0.58rem;
  line-height: 0.58rem;
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  background: #83d9ff;
  font-size: 0.28rem;
  border-bottom-left-radius: 0.05rem;
  border-bottom-right-radius: 0.05rem;
}
a.tjg-t {
  display: block;
  padding-top: 0.8rem;
}
a.tjg-t h5 {
  color: #333;
  text-align: center;
  display: block;
  font-size: 0.28rem;
  height: 0.4rem;
  line-height: 0.4rem;
  margin: 0 0.1rem 0.04rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
a.tjg-t span {
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  display: block;
  color: #999;
  margin-bottom: 0.1rem;
  font-size: 0.24rem;
}

.hot-software h4 .tit-l {
  background-image: url(../images/remen-tit.png);
}

.tuij-human {
  background: url(../images/renqi_bg.png) 0 0 no-repeat;
  background-size: 120%;
}
.tuij-human .indextt h4 {
  color: #fff;
}
.tuij-human h4 .tit-l {
  background-image: url(../images/renqi-tit.png);
}
.tuij-human h4 .tit-r {
  background-image: url(../images/white-tit.png);
}
.tuij-human .tabnav {
  height: 0.6rem;
  overflow: hidden;
  line-height: 0.6rem;
  color: #ffff76;
  text-align: center;
  font-size: 0.28rem;
  border: 1px solid #ffff76;
  border-radius: 0.3rem;
  margin: 0.3rem 0.26rem;
}
.tuij-human .tabnav li.active {
  color: #f58a38;
  background: #ffff76;
}

.humanlist {
  padding: 0 0.1rem 0.3rem;
}
.humanlist li {
  width: 2.18rem;
  float: left;
}
.humanlist li .box {
  display: block;
  padding-top: 0.24rem;
  margin: 0 0.1rem;
  position: relative;
  background: #fff;
  border-radius: 0.05rem;
  text-align: center;
}
.humanlist li .box img {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 0.1rem;
  margin: 0 auto;
}
.humanlist li .tt {
  font-size: 0.28rem;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  font-weight: normal;
  margin: 0.06rem 0.1rem;
}
.humanlist li .classly {
  font-size: 0.24rem;
  color: #999;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
}
.humanlist li .btn {
  color: #ff5a3a;
  display: block;
  text-align: center;
  height: 0.58rem;
  line-height: 0.58rem;
  overflow: hidden;
  font-size: 0.28rem;
}
.humanlist li i {
  display: block;
  width: 0.58rem;
  height: 0.58rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.46rem;
  background-image: url(../images/bg_all.png);
  background-size: 100% 100%;
  text-align: left;
  text-indent: 0.1rem;
}
.humanlist li i.n1 {
  background-image: url(../images/bg_one.png);
}
.humanlist li i.n2 {
  background-image: url(../images/bg_two.png);
}
.humanlist li i.n3 {
  background-image: url(../images/bg_three.png);
}

.tuij-heji h4 .tit-l {
  background-image: url(../images/tuij-tit.png);
}

.tjhjilist li {
  width: 50%;
  float: left;
  margin-bottom: 0.2rem;
  position: relative;
}
.tjhjilist li .box {
  display: block;
  padding: 0.23rem 0.2rem;
  border: 1px solid #d5f0ff;
  border-radius: 0.1rem;
  background: #fffffd;
  margin: 0 0.2rem;
  position: relative;
  z-index: 1;
}
.tjhjilist li img {
  display: block;
  width: 100%;
  height: 1.36rem;
  border-radius: 0.1rem;
}
.tjhjilist li .tt {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  text-align: center;
  font-weight: normal;
  margin-top: 0.18rem;
}
.tjhjilist li:after {
  content: "";
  box-shadow: 0 3px 10px #00aeff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60%;
  display: block;
  height: 1px;
  margin: 0 auto;
}

.footer {
  background-color: #333333;
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  line-height: 2;
  padding: 0.2rem 0;
}

.gameInfos {
  padding: 0.2rem;
  overflow: hidden;
}
.gameInfos .imgBox {
  width: 1.44rem;
  height: 1.44rem;
  border-radius: 0.1rem;
  overflow: hidden;
  float: left;
  margin-right: 0.2rem;
}
.gameInfos .down {
  clear: both;
  padding-top: 0.18rem;
}
.gameInfos .down a {
  display: block;
  height: 0.66rem;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 0.66rem;
  font-size: 0.28rem;
  border-radius: 0.06rem;
}
.gameInfos .down .fl {
  width: 1.75rem;
}
.gameInfos .down .fr {
  color: #fff;
  width: 4.6rem;
  background: #ff5a3a;
  border-color: #ff5a3a;
}
.gameInfos .down .fr:before {
  content: "";
  display: inline-block;
  width: 0.18rem;
  height: 0.25rem;
  background-image: url(../images/bxklk.png);
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 0.15rem;
}

.gameInfo-ll {
  height: 0.8rem;
}
.gameInfo-ll span {
  display: inline-block;
  width: 2.3rem;
  font-size: 0.24rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #999;
  white-space: nowrap;
}
.gameInfo-ll span b {
  font-weight: normal;
  color: #666;
}
.gameInfo-ll span a {
  color: #ff7e38;
}

.gameInfo-tt {
  height: 0.6rem;
  line-height: 0.6rem;
  color: #000;
  font-weight: normal;
}

.dn_tag {
  position: relative;
  height: auto;
  min-height: 0.32rem;
  font-size: 0;
  padding: 0.2rem 0 0 1.5rem;
}
.dn_tag span {
  display: inline-block;
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 0.24rem;
  color: #fff;
  padding: 0 0.3rem 0 0.18rem;
  background: #c9c9c9;
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.dn_tag span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 0.16rem solid transparent;
  border-right: 0.16rem solid #fff;
  border-bottom: 0.16rem solid transparent;
}
.dn_tag a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 0.24rem;
  border: 1px solid #666;
  color: #555;
  padding: 0 0.15rem;
  margin: 0 0.08rem;
}
.dn_tag .c1 {
  color: #0da6ed;
  border-color: #0da6ed;
}
.dn_tag .c2 {
  color: #f65e5e;
  border-color: #f65e5e;
}
.dn_tag .c3 {
  color: #e7a72b;
  border-color: #e7a72b;
}
.dn_tag .c4 {
  color: #ff5a3a;
  border-color: #ff5a3a;
}

.downdiv {
  display: none;
  height: 0.85rem;
  width: 100%;
}

.downNav {
  height: 0.85rem;
  line-height: 0.85rem;
  border-bottom: 1px solid #eee;
  text-align: center;
  font-size: 0.28rem;
  color: #6c6c6c;
}
.downNav .btn {
  display: none;
}
.downNav li.active {
  position: relative;
  color: #ff5a3a;
}
.downNav li.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.03rem;
  background: #ff5a3a;
}
.downNav li.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  border-bottom: 0.08rem solid #ff5a3a;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.downNav.active {
  border: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: #fff;
  margin: 0;
  border: 0;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}

.downNav a, .downNav span {
  display: block;
  width: 100%;
  height: 100%;
}

.gameTitle {
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.3rem;
  padding-left: 0.4rem;
  position: relative;
}
.gameTitle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.14rem 0 0.14rem 0.16rem;
  border-color: transparent transparent transparent #ff5a3a;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.14rem;
}

.jietu {
  overflow: hidden;
}
.jietu img {
  display: block;
  width: 100%;
}

.newCone {
  padding-bottom: 0.2rem;
}

.zttabNav {
  border: 1px solid #ff5a3a;
  background: #fff;
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: center;
  font-size: 0.3rem;
  color: #ff5a3a;
  border-radius: 0.08rem;
}

.newConemainbox {
  height: auto;
  font-size: 0.28rem;
  line-height: 1.75;
}
.newConemainbox h3 {
  color: #ff5a3a;
  margin: 0.15rem 0;
}
.newConemainbox img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.newConemain.maxheight {
  max-height: 8rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 0.7rem;
}
.newConemain.maxheight .openAll {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.openAll {
  display: none;
  cursor: pointer;
  width: 100%;
  position: relative;
  height: 0.76rem;
  text-align: center;
  color: #666;
  background: #fff;
  font-size: 0.28rem;
}
.openAll i {
  display: block;
  width: 0.34rem;
  height: 0.19rem;
  background: url(../images/open-all.png) 0 0 no-repeat;
  background-size: 100%;
  margin: 0.08rem auto 0;
}
.openAll:before {
  content: "";
  display: block;
  width: 100%;
  height: 1.92rem;
  position: absolute;
  bottom: 0.7rem;
  background: -webkit-gradient(linear, 0% 0%, 0% 82%, from(rgba(255, 255, 255, 0)), to(white));
}

.verbanList {
  margin-top: -0.2rem;
}
.verbanList li {
  border-bottom: 1px #e6e6e6 solid;
  position: relative;
}
.verbanList li a {
  display: block;
  padding: 0.26rem 1rem 0.26rem 0;
  height: 1rem;
}
.verbanList li img {
  display: block;
  width: 1rem;
  height: 1rem;
  float: left;
  margin-right: 0.2rem;
  border-radius: 0.1rem;
}
.verbanList li .tt {
  font-weight: normal;
  font-size: 0.28rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding-top: 0.08rem;
}
.verbanList li .info {
  font-size: 0.24rem;
  color: #999;
  height: 0.4rem;
  line-height: 0.4rem;
  margin-top: 0.1rem;
}
.verbanList li .btn {
  display: block;
  width: 0.96rem;
  height: 0.44rem;
  border: 1px solid #ff5a3a;
  color: #ff5a3a;
  text-align: center;
  line-height: 0.44rem;
  border-radius: 0.22rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.22rem;
  font-size: 0.26rem;
}

.linkbtn .openAll {
  display: block;
  overflow: hidden;
}
.linkbtn .openAll:before {
  display: none;
}
.linkbtn .openAll b {
  color: #ff5a3a;
}

.tabli {
  margin-bottom: 0;
}
.tabli li {
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.32rem;
  position: relative;
}
.tabli li span {
  margin: 0;
  padding: 0.08rem;
  background: none;
  color: #333;
  text-align: center;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}
.tabli li.active span {
  color: #ff5a3a;
  border-bottom: 2px solid #ff5a3a;
}

.qjVcon .tit {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.3rem;
  font-weight: bold;
}
.qjVcon .tit .more {
  color: #999;
  font-size: 0.24rem;
  font-weight: normal;
}
.qjVcon .text {
  color: #666;
  font-size: 0.28rem;
  line-height: 1.75;
}
.qjVcon .applist {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
  padding-top: 0.2rem;
}

.artHeader2 {
  text-align: left;
  padding: 0.24rem 0 0.1rem;
}
.artHeader2 .tt {
  font-size: 0.42rem;
  line-height: 1.4;
}
.artHeader2 p {
  font-size: 0.24rem;
  margin-top: 0.1rem;
  color: #999;
}
.artHeader2 p span {
  margin-right: 0.2rem;
}
.artHeader2 p b {
  font-weight: normal;
  color: #ff5a3a;
}

.newsGameinfo {
  margin: 0.24rem 0;
  border: 1px solid #ccc;
  padding: 0.2rem 1.4rem 0.2rem 0.2rem;
  position: relative;
  height: 1.2rem;
  background-color: #f5f4f4;
  opacity: 1;
  border-radius: 0.04rem;
}
.newsGameinfo .imgBox {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.1rem;
  overflow: hidden;
  float: left;
  margin-right: 0.2rem;
}
.newsGameinfo .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
}
.newsGameinfo .tt {
  height: 0.48rem;
  line-height: 0.48rem;
  overflow: hidden;
  font-size: 0.32rem;
  font-weight: normal;
  color: #000;
  padding-top: 0.1rem;
}
.newsGameinfo p {
  color: #999;
  font-size: 0.24rem;
  padding-top: 0.1rem;
  white-space: nowrap;
}
.newsGameinfo .vtag a {
  display: inline-block;
  height: 0.38rem;
  border: 1px solid #d4d4d4;
  background: #fff;
  margin-right: 0.1rem;
  padding: 0 0.1rem;
  border-radius: 0.04rem;
  line-height: 0.38rem;
}

.newsGameinfo .btn, .hjApplist li .btn, .softlist li .btn {
  position: absolute;
  right: 0.2rem;
  width: 1.1rem;
  top: 50%;
  height: 0.56rem;
  margin-top: -0.28rem;
  line-height: 0.56rem;
  text-align: center;
  font-size: 0.28rem;
  border-radius: 0.08rem;
  color: #fff;
  display: block;
  background-color: #ff5a3a;
}

.newsPage .newConemainbox p {
  margin: 0.08rem 0;
}
.newsPage .newConemainbox p img {
  margin: 0.16rem auto;
}

.abluArt {
  padding-bottom: 0.2rem;
}
.abluArt .aboulist {
  margin-top: -0.1rem;
}

.aboulist li {
  height: 0.72rem;
  line-height: 0.72rem;
  overflow: hidden;
  font-size: 0.28rem;
}
.aboulist li a {
  display: block;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aboulist li span {
  float: right;
  color: #999;
  font-size: 0.24rem;
  padding-left: 0.16rem;
}

.newslist li {
  border-bottom: 1px solid #e9e9e9;
}
.newslist li a {
  display: block;
  padding: 0.2rem 0;
  height: 1.32rem;
  overflow: hidden;
}
.newslist li img {
  display: block;
  width: 2.2rem;
  height: 100%;
  float: right;
  margin-left: 0.2rem;
}
.newslist li h4 {
  line-height: 0.42rem;
  max-height: 0.84rem;
  overflow: hidden;
  font-size: 0.28rem;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newslist li p {
  font-size: 0.24rem;
  color: #999;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  margin-top: 0.2rem;
}

.yudu .newslist {
  margin-top: -0.2rem;
  padding-bottom: 0.2rem;
}

.zttabNav li {
  border-right: 1px solid #ff5a3a;
}
.zttabNav li:last-child {
  border-right: none;
}
.zttabNav li.active {
  background: #ff5a3a;
  color: #fff;
}
.zttabNav li a {
  display: block;
  width: 100%;
  height: 100%;
}

.ztpagelist {
  padding: 0 0.1rem 0.01rem;
}
.ztpagelist li {
  width: 50%;
  float: left;
  margin-bottom: 0.2rem;
}
.ztpagelist li .box {
  display: block;
  margin: 0 0.1rem;
  background: #fff;
  border-radius: 0.06rem;
  overflow: hidden;
}
.ztpagelist li .box .con {
  border: 1px solid #ccc;
  border-top: none;
  padding: 0.1rem;
  border-radius: 0 0 0.06rem 0.06rem;
}
.ztpagelist li .tt {
  font-size: 0.28rem;
  font-weight: normal;
  height: 0.4rem;
  line-height: 0.4rem;
}
.ztpagelist li img {
  display: block;
  width: 100%;
  height: 1.56rem;
}

.ztpagelist li .text, .hjHeader .text {
  font-size: 0.24rem;
  line-height: 0.36rem;
  height: 0.7rem;
  color: #999;
  margin-top: 0.08rem;
}

.hjHeader {
  padding: 0.2rem;
}
.hjHeader img {
  display: block;
  width: 100%;
  height: 2rem;
}
.hjHeader .tt {
  font-size: 0.32rem;
  height: 0.56rem;
  line-height: 0.56rem;
  margin-top: 0.1rem;
}
.hjHeader .timer {
  line-height: 0.32rem;
  font-size: 0.24rem;
  color: #999;
  padding-left: 0.3rem;
}

.star {
  height: 0.32rem;
}
.star span {
  position: relative;
  display: inline-block;
  width: 1.6rem;
  height: 0.32rem;
  background-image: url(../images/star.png);
  background-size: 0.32rem auto;
}
.star span i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  background-image: url(../images/star1.png);
  background-size: 0.32rem auto;
}

.hjApplist li, .softlist li {
  position: relative;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.hjApplist li a, .softlist li a {
  display: block;
  padding: 0.2rem 1.3rem 0.2rem 0;
  position: relative;
  overflow: hidden;
}

.hjApplist li .imgBox, .softlist li .imgBox {
  display: block;
  width: 1.54rem;
  height: 1.54rem;
  border-radius: 0.1rem;
  overflow: hidden;
  float: left;
  margin-right: 0.2rem;
}

.hjApplist li .imgBox img, .softlist li .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
}

.hjApplist li .tt, .softlist li .tt {
  height: 0.34rem;
  line-height: 0.34rem;
  font-weight: normal;
  color: #000;
  font-size: 0.28rem;
}

.hjApplist li .text {
  color: #999;
  font-size: 0.24rem;
  line-height: 0.36rem;
  height: 0.7rem;
  margin: 0.1rem 0;
}

.hjApplist li .info, .softlist li .info {
  color: #777;
  height: 0.32rem;
  line-height: 0.32rem;
  overflow: hidden;
  font-size: 0;
}

.hjApplist li .info span, .softlist li .info span {
  padding-right: 0.14rem;
  margin-right: 0.14rem;
  position: relative;
  font-size: 0.24rem;
}

.hjApplist li .info span:after, .softlist li .info span:after {
  content: "";
  display: block;
  width: 0;
  height: 0.22rem;
  border-right: 1px solid #ccc;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.11rem;
}

.hjApplist li .info span:last-child, .softlist li .info span:last-child {
  margin-right: 0;
  padding-right: 0;
}

.hjApplist li .info span:last-child:after, .softlist li .info span:last-child:after {
  display: none;
}

.hjApplist li .classly, .softlist li .info b {
  color: #ff5a3a;
}

.loch {
  background: #fff;
  padding: 0 0.2rem;
  height: 0.68rem;
  line-height: 0.68rem;
  font-size: 0.28rem;
}
.loch i {
  color: #999;
  margin: 0 0.1rem;
}

.rankTag {
  padding: 0;
}
.rankTag li {
  width: 33.33%;
  float: left;
  margin-bottom: 0.2rem;
}
.rankTag li a {
  display: block;
  margin: 0 0.1rem;
  height: 0.68rem;
  line-height: 0.68rem;
  background: #f1f1f1;
  color: #444;
  font-size: 0.24rem;
  text-align: center;
  overflow: hidden;
}
.rankTag li.active a {
  background: #ff5a3a;
  color: #fff;
}

.softlist li {
  padding-left: 0.2rem;
}
.softlist li .imgBox {
  width: 1.2rem;
  height: 1.2rem;
}
.softlist li .num {
  font-size: 0.24rem;
  margin-right: 0.2rem;
  float: left;
  display: block;
  width: 0.32rem;
  height: 0.42rem;
  color: #fff;
  line-height: 0.36rem;
  text-align: center;
  background-image: url(../images/r.png);
  background-size: auto 100%;
  background-position: -0.96rem 0;
  background-repeat: no-repeat;
}
.softlist li .tt {
  font-size: 0.28rem;
  padding-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.softlist li .info b {
  font-weight: normal;
}
.softlist li:nth-child(1) .num {
  background-position: 0 0;
}
.softlist li:nth-child(2) .num {
  background-position: -0.32rem 0;
}
.softlist li:nth-child(3) .num {
  background-position: -0.64rem 0;
}

.driAll {
  z-index: 99999;
  font-size: 0.28rem;
  line-height: 0.46rem;
  width: 6rem;
  padding: 0.2rem;
  border-radius: 0.1rem;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -3.2rem;
  top: 1.6rem;
  box-shadow: 0 0 6px #999;
  display: none;
}
.driAll a {
  padding: 0 0.15rem;
  display: inline-block;
  height: 0.46rem;
  border-radius: 0.06rem;
  margin: 0.1rem 0.05rem;
}
.driAll a.active {
  background: #ff5a3a;
  color: #fff;
}

.allBtns {
  padding-right: 0.4rem;
  position: relative;
  display: inline-block;
}
.allBtns i {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  border: 1px solid #999;
  border-left: none;
  border-top: none;
  position: absolute;
  right: 0;
  top: 0.15rem;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.sturnpags {
  text-align: center;
  padding: 0.2rem;
}
.sturnpags a {
  display: block;
}
.sturnpags a span {
  display: block;
  margin: 0 0.06rem;
  border: 1px solid #ccc;
  height: 0.48rem;
  line-height: 0.48rem;
  font-size: 0.24rem;
  border-radius: 0.04rem;
}
.sturnpags a.nopage span {
  border-color: #f0f0f0;
  color: #ccc;
}
.sturnpags a.active span {
  color: #ff5a3a;
  border-color: #ff5a3a;
}

.ztpage .sturnpags a span {
  background: #fff;
}

.rank {
  height: 2.6rem;
  overflow: hidden;
  padding: 0.2rem 0.1rem 0.4rem;
}
.rank li {
  margin: 0;
  height: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rank li a {
  margin: 0;
  width: 90%;
}
.rank .swiper-pagination {
  position: initial;
}
.rank .swiper-pagination-bullet-active {
  background: #ff5a3a;
}

/*# sourceMappingURL=main.css.map */
