@charset "utf-8";
/* CSS Document */

.new {
  color: #f00;
}

.index-title {
  position: relative;
  margin: 0 20px;
  height: 40px;
  line-height: 40px;
}
.index-title:after {
  content: "";
  display: block;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.index-title h5 {
  float: left;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  color: #333;
}
.index-title h5:first-letter {
  color: #fff;
  margin-right: 20px;
  margin-left: 7px;
}
.index-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 20px solid #008fe9;
}
.index-title h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  border: 1px solid #98d7ff;
  border-width: 20px 8px;
  border-color: #008fe9 #fff #98d7ff transparent;
  transform: translateX(-100%);
}
.index-title-more {
  float: right;
  font-size: 14px;
  color: #999;
  padding-left: 30px;
  position: relative;
}
.index-title-more:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #dbdbdb;
}
.index-title-more:after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 1px;
  color: #fff;
  line-height: 18px;
  text-align: center;
  font-size: 22px;
  height: 20px;
  transform: translateY(-50%);
  width: 20px;
}
.main {
  width: 1200px;
  padding: 10px 10px 40px;
  background: #fff;
  margin: 10px auto 80px;
  position: relative;
}

/*  */

/*mainBody*/
.mainBody {
  position: relative;
  background: #fff;
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  overflow: hidden;
}
.tv_header {
  width: 100%;
}
.hx-line {
  height: 22px;
  background: url(../images/hx-line.png) repeat-x;
}

/*<!--首页top_mainBody_left-->*/
.main-box-left {
  float: left;
  width: 370px;
  margin-left: 20px;
}
.imgshow {
  width: 390px;
  height: 150px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.imgshow ul {
  height: 300px;
  position: absolute;
}
.imgshow ul li {
  float: left;
  width: 390px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.imgshow li img {
  width: 390px;
  height: 143px;
  object-fit: fill;
}
.imgshow .btn {
  position: absolute;
  width: 426px;
  height: 8px;
  line-height: 8px;
  left: 0;
  bottom: 0;
}
.imgshow .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 78px;
  height: 8px;
  _font-size: 0;
  border-right: 1px solid #a2a2a2;
  cursor: pointer;
  background: #373737;
}
.imgshow .btn span.on {
  background: #47b751;
}
.imgshow .preNext {
  display: none;
}
.imgshow li s,
.imgshow li strong {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.imgshow li s {
  width: 100%;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  background: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.imgshow li strong {
  bottom: 20px;
  left: 10px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  z-index: 1;
}
.rebox {
  width: 390px;
  overflow: hidden;
}
.rebox dt {
  width: 390px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  font-weight: 800;
  border-bottom: 1px solid #ddd;
}
.rebox dd p {
  width: 185px;
  float: left;
  margin: 15px 10px 0 0;
}
.rebox dd p img {
  float: left;
  width: 68px;
  height: 68px;
  margin-right: 10px;
  border-radius: 0.9rem;
}
.rebox dd span {
  width: 101px;
  float: left;
  overflow: hidden;
}
.rebox dd span a {
  display: block;
  width: 101px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rebox dd span i {
  display: block;
  color: #999;
  height: 22px;
  line-height: 31px;
  overflow: hidden;
  font-size: 12px;
}
.rebox dd span i a {
  display: inline;
  width: auto;
  white-space: normal;
  color: #999;
}
.rebox dd span i a:hover {
  color: #fd3939;
}
#read-hot dt span {
  width: 70px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
/*<!--首页top_mainBody_left结束-->*/

/*<!--首页top_mainBody_center-->*/

.main-box-center {
  float: left;
  width: 444px;
  height: 535px;
  margin-left: 30px;
  overflow: hidden;
}

.m-tab {
  height: 48px;
  margin-bottom: 20px;
}
.m-tab ul.tabnav {
  width: 476px;
}
.m-tab ul.tabnav li {
  position: relative;
  float: left;
  width: 180px;
  height: 38px;
  line-height: 35px;
  margin: 3px 10px 0;
  cursor: pointer;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  font-size: 16px;
}
.m-tab ul.tabnav li.hover {
  color: #fff;
  background-color: #45af42;
}
.m-tab ul.tabnav li i {
  display: block;
  float: left;
  width: 29px;
  height: 29px;
  margin: 0 4px 0 54px;
  background: url(../images/new_icon.png) no-repeat 0 0;
}
.m-tab ul.tabnav li span {
  display: block;
  float: left;
}
.m-tab ul.tabnav li i.one {
  background-position: -208px -62px;
}
.m-tab ul.tabnav li.hover i.one {
  background-position: -208px -31px;
}
.m-tab ul.tabnav li i.two {
  background-position: -177px -63px;
}
.m-tab ul.tabnav li.hover i.two {
  background-position: -177px -31px;
}
.m-tab ul.tabnav li i.three {
  background-position: -242px -63px;
}
.m-tab ul.tabnav li.hover i.three {
  background-position: -242px -33px;
}
.m-tab ul.tabnav li i.three1 {
  background-position: -272px -63px;
}
.m-tab ul.tabnav li.hover i.three1 {
  background-position: -272px -33px;
}
.m-tab ul.tabnav li i.four {
  background-position: -175px -30px;
}
.m-tab ul.tabnav li.hover i.four {
  background-position: -174px -61px;
}
.m-tab ul.tabnav li i.five {
  background-position: -11px -712px;
}
.m-tab ul.tabnav li.hover i.five {
  background-position: -11px -673px;
}
.m-tab ul.tabnav li .sj {
  display: none;
  position: absolute;
  left: 78px;
  top: 38px;
}
.m-tab ul.tabnav li.hover .sj {
  display: block;
}

.m-gx .tabcon li {
  height: 40px;
  line-height: 35px;
  overflow: hidden;
  position: relative;
}
.m-gx .tabcon li span {
  display: inline;
  position: absolute;
  right: 0;
  top: 0px;
  color: #666;
}
.m-gx .tabcon li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin-right: 9px;
}
.m-gx .tabcon li a {
  position: absolute;
  top: -5px;
  left: 30px;
  font-size: 16px;
  overflow: hidden;
  width: 262px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*<!--首页top_mainBody_center结束-->*/

/*<!--首页top_mainBody_right-->*/

.main-box-right {
  width: 310px;
  float: right;
  position: relative;
}

.wper50 {
  width: 50%;
}
.wper60 {
  width: 56%;
}
.hem_box {
}
.Everynews {
  margin-top: 6px;
}
.ehot {
  position: absolute;
  left: 0;
  right: 0;
  width: 40px;
  height: 42px;
  display: inline-block;
  background: url(../images/home-ic.png) no-repeat;
}
.hme_tit {
  height: 40px;
  line-height: 40px;
  margin-bottom: 35px;
}
.pl46 {
  padding-left: 44px;
}
.hme_tit h3 {
  color: #000;
  font-size: 18px;
}
.hme_tit span {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  width: 56%;
  overflow: hidden;
}
.tit_span em {
  color: #f59103;
}
.etimg {
  float: left;
  width: 48px;
  height: 48px;
  display: inline-block;
}
.etimg img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}
.everytxt {
  padding-left: 60px;
  height: 48px;
}
.everytxt a {
  white-space: nowrap;
  display: block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  font-size: 16px;
}
.everytxt p {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
  margin-top: 2px;
}
.everytxt p a {
  display: inline;
  font-size: 14px;
  color: #999;
  margin-right: 6px;
  margin-left: 4px;
}
.everytxt p a:first-child {
  margin-left: 0;
  margin-right: 0;
}
.everytxt p a:hover {
  color: #ff6b1b;
  text-decoration: none;
}

.Everytlist ul li {
  margin-bottom: 18px;
  height: 50px;
}
.Everytlist ul li:last-child {
  margin-bottom: 0;
}

/*<!--首页top_mainBody_right结束-->*/

/* it-r */
.it-r {
  float: right;
  width: 280px;
  margin-right: 20px;
}
.itr-num,
.itr-label {
  display: none;
}
.software-rank li {
  overflow: hidden;
  margin-top: 15px;
  position: relative;
}
.itr-img {
  width: 25px;
  height: 25px;
  border-radius: 3px;
  overflow: hidden;
  float: left;
  background-image: linear-gradient(90deg, #ffac2a 0%, #ff8e42 100%);
}
.itr-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.itr-info {
  float: left;
  margin-left: 13px;
  position: relative;
}
.itr-tit {
  display: block;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 150px;
  height: 14px;
  line-height: 14px;
  margin-top: 6px;
}
.itr-btn {
  float: right;
  width: 45px;
  height: 23px;
  border: solid 1px #0084ff;
  text-align: center;
  color: #0084ff;
  font-size: 12px;
  line-height: 25px;
  position: relative;
}
.software-rank li.active .itr-num {
  display: block;
  float: left;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 70px;
  height: 70px;
  width: 27px;
  text-align: center;
}
.software-rank li.active:before {
  content: "";
  background-image: linear-gradient(90deg, #ffac2a 0%, #ff8e42 100%);
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 150px;
  height: 150px;
  transform: rotate(-15deg);
}
.software-rank li.active {
  padding: 10px 0;
  border: solid 1px #eaeaea;
}
.software-rank li.active .itr-img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  position: relative;
}
.software-rank li.active .itr-info {
  width: 120px;
  margin-left: 32px;
}
.software-rank li.active .itr-label {
  display: block;
  font-size: 12px;
  color: #999;
  height: 12px;
  line-height: 12px;
  margin-top: 15px;
}
.software-rank li.active .itr-tit {
  margin-top: 16px;
  width: 100%;
}
.software-rank li.active .itr-btn {
  border: none;
  height: 12px;
  line-height: 12px;
  padding-top: 27px;
  width: 25px;
  margin-right: 10px;
  margin-top: 15px;
}
.software-rank li.active .itr-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/index-jlt.png) 0 0 no-repeat;
}
.software-rank {
  margin-top: 5px;
  overflow: hidden;
}

/* software-model */
.software-model {
  overflow: hidden;
  padding-top: 40px;
}
.software-type {
  overflow: hidden;
  height: 14px;
  margin: 30px 0 0 -20px;
}
.software-type a {
  float: left;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #222;
  position: relative;
  margin-left: 20px;
}
.software-type a:before {
  content: "/";
  color: #ccc;
  position: absolute;
  top: 0;
  left: -12px;
}
.software-type a:hover {
  color: #1691f0;
  font-weight: bold;
}
.software-type a.active {
  color: #1691f0;
  font-weight: bold;
}
.sm-tit-tab {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  width: 300px;
}
.sm-tit-tab span {
  float: left;
  padding: 0 20px 0 36px;
  color: #333;
  font-size: 16px;
  background: #f0f2f4;
  border-radius: 20px;
  position: relative;
  height: 38px;
  line-height: 38px;
  margin-left: 17px;
  cursor: pointer;
}
.sm-tit-tab span.active {
  color: #008fe9;
  background: #ebf5ff;
}
.sm-tit-tab span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 13px;
  height: 12px;
  background: url(../images/index-jlt.png) 0 -35px no-repeat;
  transform: translateY(-50%);
}
.sm-tit-tab span.active:before {
  background-position-y: -21px;
}
.sm-tit-tab span:last-child:before {
  background-position-x: -13px;
  width: 15px;
  height: 15px;
  top: 55%;
}
.software-l ul {
  display: none;
  margin: -8px 0 0 -48px;
  overflow: hidden;
}
.software-l ul.active {
  display: block;
}
.software-l ul li {
  float: left;
  width: 75px;
  margin: 38px 0 0 48px;
}
.software-l ul img {
  display: block;
  width: 100%;
  height: 75px;
  border-radius: 12px;
}
.software-l ul h5 {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  text-align: center;
  line-height: 14px;
  margin-top: 16px;
}
.software-l {
  float: left;
  width: 830px;
  height: 436px;
  margin-left: 20px;
}
.software-model .software-rank .itr-num {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #b6b6b6;
  float: left;
  margin: 2px 10px 0 0;
  text-align: center;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
}
.software-model .software-rank li:nth-of-type(-n + 3) .itr-num {
  background: #ffa235;
}
.software-model .software-rank {
  width: 280px;
  float: right;
  margin-top: 21px;
  margin-right: 20px;
}
.software-model .software-rank .itr-info {
  width: 154px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*game-rank-list*/
.game-rank {
  width: 1200px;
  margin: 0 auto;
  background: #fff url(../images/rank-bg2.jpg) 0 0 no-repeat;
  /* background-image: linear-gradient(0deg, #fff, url(../images/rank-bg.png)); */
  /* background: #fff url(../images/rank-bg.png) 0 0 no-repeat; */
  background-size: 100% auto;
  padding: 23px 0 46px;
  position: relative;
  z-index: 1;
}
.game-rank::before {
  z-index: -1;
  background-image: linear-gradient(0deg, #fff 75%, transparent);
  left: 0;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
}
.game-rank .mod-main-tit {
  background: url(../images/jlt-index.png) -187px -336px no-repeat;
}
.mod-main-tit {
  display: block;
  width: 157px;
  height: 42px;
  background: url(../images/jlt-index.png) 0 -337px no-repeat;
  margin: 0 auto;
}
.game-rank-item {
  width: 273px;
  float: left;
  margin-left: 22px;
}
.game-rank-list {
  overflow: hidden;
  padding: 0 10px;
  margin-left: -22px;
}
.rank-list .rank-show {
  display: block;
  overflow: hidden;
}
.rank-list .rank-hide {
  display: none;
  overflow: hidden;
  padding-bottom: 20px;
  height: 80px;
}
.rank-list li.active .rank-show {
  display: none;
}
.rank-list li.active .rank-hide {
  display: block;
}
.rank-num,
.rank-num-hide {
  width: 20px;
  height: 20px;
  background: #b6b6b6;
  text-align: center;
  line-height: 20px;
  float: left;
  color: #fff;
  font-weight: bold;
}
.rank-tit {
  float: left;
  font-size: 14px;
  color: #333;
  margin-left: 13px;
  border-top: 1px solid #e7e7e7;
  height: 40px;
  line-height: 40px;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.rank-time {
  float: right;
  width: 70px;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  color: #999;
}
.rank-num-hide,
.rank-num {
  margin-top: 11px;
}
.rank-list li:nth-child(1) .rank-num,
.rank-list li:nth-child(2) .rank-num,
.rank-list li:nth-child(3) .rank-num {
  background: #449e55;
}
.rank-list li:nth-child(1) .rank-num-hide,
.rank-list li:nth-child(2) .rank-num-hide,
.rank-list li:nth-child(3) .rank-num-hide {
  background: #449e55;
}
.rank-apple .rank-list li:nth-child(1) .rank-num,
.rank-apple .rank-list li:nth-child(2) .rank-num,
.rank-apple .rank-list li:nth-child(3) .rank-num {
  background: #444444;
}
.rank-apple .rank-list li:nth-child(1) .rank-num-hide,
.rank-apple .rank-list li:nth-child(2) .rank-num-hide,
.rank-apple .rank-list li:nth-child(3) .rank-num-hide {
  background: #444444;
}
.rank-soft .rank-list li:nth-child(1) .rank-num,
.rank-soft .rank-list li:nth-child(2) .rank-num,
.rank-soft .rank-list li:nth-child(3) .rank-num {
  background: #3082d6;
}
.rank-soft .rank-list li:nth-child(1) .rank-num-hide,
.rank-soft .rank-list li:nth-child(2) .rank-num-hide,
.rank-soft .rank-list li:nth-child(3) .rank-num-hide {
  background: #3082d6;
}
.rank-wait .rank-list li:nth-child(1) .rank-num,
.rank-wait .rank-list li:nth-child(2) .rank-num,
.rank-wait .rank-list li:nth-child(3) .rank-num {
  background: #fd8448;
}
.rank-wait .rank-list li:nth-child(1) .rank-num-hide,
.rank-wait .rank-list li:nth-child(2) .rank-num-hide,
.rank-wait .rank-list li:nth-child(3) .rank-num-hide {
  background: #fd8448;
}
.rank-hide img {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  display: block;
  margin-left: 12px;
  margin-top: 11px;
}
.rank-hide-r {
  margin-left: 16px;
  float: left;
  width: 145px;
  margin-top: 11px;
}
.rank-hide-tit {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 16px;
  line-height: 16px;
  margin-top: 7px;
  width: 100%;
}
.rank-hide-type,
.rank-hide-size {
  color: #999;
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  display: block;
}
.rank-hide-type em,
.rank-hide-size em {
  color: #666;
  margin-left: 2px;
}
.rank-hide-type {
  margin-top: 17px;
}
.rank-hide-size {
  margin-top: 10px;
}
.rank-item-tit {
  display: block;
  background-image: url(../images/jlt-index.png);
  margin: 0 auto 11px;
}
.rank-android .rank-item-tit {
  width: 125px;
  height: 51px;
  background-position: 0 -567px;
}
.rank-apple .rank-item-tit {
  width: 127px;
  height: 43px;
  background-position: -155px -573px;
  margin-top: 6px;
}
.rank-soft .rank-item-tit {
  width: 125px;
  height: 44px;
  background-position: -312px -572px;
  margin-top: 5px;
}
.rank-wait .rank-item-tit {
  width: 116px;
  height: 48px;
  background-position: -467px -568px;
  margin-top: 1px;
}
.rank-list {
  overflow: hidden;
}
.rank-list li:first-child .rank-tit {
  border-color: transparent;
}
/*foot*/
.foot {
  background: #333232;
  text-align: center;
  padding: 30px 0 35px;
}
.foot-center {
  margin: 0 auto;
  display: inline-block;
}
.web-link a {
  float: left;
  color: #999;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  margin: 0 10px;
}
.foot-center p {
  display: block;
  color: #666;
  font-size: 12px;
  margin: 30px auto 0;
  text-align: center;
}
.web-info a {
  display: inline-block;
  color: #666;
  font-size: 12px;
  line-height: 30px;
  position: relative;
}
.web-info {
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
}
.web-link {
  overflow: hidden;
}
.web-link a:hover {
  color: #fff;
}
.w-w-w:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 31px;
  background: url(../images/jlt-index.png) -497px -207px no-repeat;
}
.w-w-w {
  padding-left: 44px;
}
.web-info a:hover {
  color: #3daf3d;
}
