﻿@charset "UTF-8";
body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, input, select, textarea, form {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

img {
  border: none; }

input, select, textarea {
  outline: none;
  border: none;
  background-color: transparent; }

textarea {
  resize: none; }

a {
  cursor: pointer;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1em; }

em, i {
  font-style: normal; }

body {
  font: 14px/1.5 "微软雅黑";
  color: #444444; }
.firstSort {
    margin-top: 6px;
    width: 250px;
}
.ltitle {
    height: 28px;
    line-height: 28px;
    background-color: #9c65ff;
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
  }
  .lcontent{
      padding: 0px 0 0px 0px;
      overflow: hidden;
      border-width: 0 2px 1px 2px;
      border-color: #e5e5e5;
      border-style: solid;
      overflow: hidden;
  }
  .lcontent img {
    width: 30px;
    height: 30px;
    margin-left: 11px;
  }
  .lcontent span{
    position: relative;
    top: -10px;
    left: 13px;
  }
  .lcontent li {
    /* width: 134px; */
    padding: 10px;
  }
  .rcontent{
      padding: 0px 0 0px 0px;
      overflow: hidden;
      border-width: 0 2px 1px 2px;
      border-color: #e5e5e5;
      border-style: solid;
      overflow: hidden;
  }
  .rcontent ul{
    padding: 20px;
  }
  .rcontent li{
    height: 65px;
  }
  .rcontent img {
    float: left;
    width: 45px;
    padding-right: 10px;
  }
  .hotcontent{
      padding: 10px;
      overflow: hidden;
      border-width: 0 2px 1px 2px;
      border-color: #e5e5e5;
      border-style: solid;
      overflow: hidden;
  }
  .dupdate{
    width: 1008px;
    height: 28px;
    line-height: 28px;
    background-color: #9c65ff;
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
  }
  
/*浮动*/
.fl {
  float: left; }

.fr {
  float: right; }

.clearfix:after,
.clearfix:before {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/*文本*/
.tl {
  text-align: left; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.ht {
  text-indent: -9999px;
  overflow: hidden; }

.fw {
  font-weight: bold; }

.vam {
  vertical-align: middle; }

.vat {
  vertical-align: top; }

.vab {
  vertical-align: bottom; }

.dib {
  display: inline-block; }

.shu {
  padding: 0 10px; }

/*<span class="shu">|</span>*/
/*文字颜色*/
a {
  color: #575757; }

.orangeRed {
  color: #fc4604; }

.red {
  color: #FF0000; }

.green {
  color: #37BD09; }

.orange {
  color: #F60; }

.blue {
  color: #0064CD; }

.lblue {
  color: #00FCFF; }

.gray {
  color: #999; }

.violet {
  color: #B300FF; }

.pink {
  color: #FF6868; }

.white {
  color: #fff; }

.qpink {
  color: #FFA5A4; }

.yellow {
  color: #FF9B00; }

/*背景颜色*/
.bgcgrey {
  background-color: #FBFBFB; }

.bgcblue {
  background-color: #0199DC; }

.bgcyellow {
  background-color: #fff8d6; }

.bgcpink {
  background-color: #ffeeee; }

/*定位*/
.pr {
  position: relative; }

.pa {
  position: absolute; }

.pt100 {
  padding-top: 100px; }

.p75 {
  padding-left: 75px;
  padding-right: 75px; }

.mc {
  margin: 0 auto; }

.mg0 {
  margin: 0; }

.mrf30 {
  margin-right: -30px; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb50 {
  margin-bottom: 50px; }

.mr20 {
  margin-right: 20px; }

.zoom {
  zoom: 1; }

.hide {
  display: none; }

.show {
  display: block; }

/*布局*/
.w240 {
  width: 240px; }

.Grid5 {
  width: 330px; }

.Grid7 {
  width: 470px; }

.w740 {
  width: 740px; }

.w1000 {
  width: 1000px; }

.w960 {
  width: 960px; }

.w1200 {
      width: 1038px;}

.h560 {
  height: 460px; }

.mwidth {
      width: 1038px;  margin-left: auto;
  margin-right: auto; }

.bgf4 {
  background-color: #f4f4f4; }

.topnav {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  background-color: #e3e4e5;
  color: #666; }
  .topnav span.origin {
    color: #f60; }

.header {
  height: 104px; }
  .header .left {
    float: left;
    height: 104px;
    line-height: 104px;
    display: table; }
    .header .left .logo {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
    .header .left img {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
  .header .search {
    float: right;
    margin-top: 23px; }
    .header .search .sechbox {
      width: 500px;
      height: 40px;
      background-color: #9c65ff;
      box-sizing: border-box; }
      .header .search .sechbox input {
        background-color: #fff;
        margin: 2px;
        width: 438px;
        height: 36px;
        line-height: 36px;
        text-indent: 20px;
        display: block;
        float: left;
        font-size: 14px;
        color: #ccc; }
      .header .search .sechbox .button {
        float: right;
        width: 56px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        background: url(http://soft.uesou.cn/static/188soft/images/icon_search.png) center no-repeat; }
    .header .search .hotsearch {
      height: 32px;
      line-height: 32px;
      overflow: hidden;
      color: #666; }
      .header .search .hotsearch a {
        color: #666; }
      .header .search .hotsearch a, .header .search .hotsearch span {
        margin-right: 20px; }
      .header .search .hotsearch div {
        height: 32; }
        .header .search .hotsearch div span {
          display: block;
          float: left; }
        .header .search .hotsearch div ul {
          width: 384px;
          overflow: hidden;
          float: left; }

.navwp {
  height: 50px;
  line-height: 50px; }
  .navwp .nav {
    background-color: #9c65ff;
    height: 50px; }
    .navwp .nav a {
      font-size: 17px;
      display: block;
      float: left;
      width: 140px;
      text-align: center;
      color: #fff;
      margin: 0 6px; }
      .navwp .nav a.active {
        background-color: #df8123; }

.footer {
  padding: 10px 0;
  border: 1px solid #ccc;
  margin-top: 10px;
  text-align: center; }
  .footer p {
    line-height: 30px;
    font-size: 14px;
    color: #666; }
    .footer p a {
      color: #666; }
      .footer .ft_nv4 {
        background: url(http://soft.uesou.cn/show20/static/images/ft_nav.png) 4px -93px no-repeat;
      }
      .footer ul li {
        width: 80px;
        height: 30px;
        display: inline-block;
        padding-left: 34px;
        font-size: 14px;
    }
.star0, .star1, .star2, .star3, .star4, .star5, .star6 {
  background: url(http://soft.uesou.cn/daque_cn/188/images/litterstar.png) no-repeat;
  width: 84px;
  height: 13px;
  display: inline-block; }

.star1 {
  background-position: 0 -26px; }

.star2 {
  background-position: 0 -52px; }

.star3 {
  background-position: 0 -78px; }

.star4 {
  background-position: 0 -104px; }

.star5, .star6 {
  background-position: 0 -132px; }

.indexHot {
  /* padding: 10px; */
  border: 1px solid #E1E1DF;
  overflow: hidden;
  /* margin-top: 30px;  */
}
  .indexHot ul {
    width: 1240px; }
    .indexHot ul li {
      float: left;
      padding: 10px 18px 10px 10px;
      text-align: center;
      height: 93px;
      overflow: hidden;
      width: 102px; }
      .indexHot ul li a {
        display: block;
        color: #444; }
      .indexHot ul li img {
        width: 60px;
        height: 60px;
        display: block;
        margin: 0 auto 3px auto; }

.inRec {
  margin-top: 20px; }
  .inRec p {
    height: 22px;
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 14px;
    overflow: hidden; }
    .inRec p b {
      float: left;
      width: 64px;
      text-indent: 12px; }
      .inRec p b.bg_software {
        background: url(http://www.daque.cn/statics/188/images/bg_software.png) left center no-repeat;
        color: #1da858; }
      .inRec p b.bg_game {
        background: url(http://www.daque.cn/statics/188/images/bg_game.png) left center no-repeat;
        color: #fd4b33; }
    .inRec p span a {
      padding: 0 13px;
      border-right: 1px solid #ccc;
      color: #444; }
      .inRec p span a:last-child {
        border: none; }

.imgshow {
  width: 522px;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px; }
  .imgshow ul {
    height: 390px;
    position: absolute; }
    .imgshow ul li {
      float: left;
      width: 522px;
      height: 390px;
      overflow: hidden;
      position: relative; }
      .imgshow ul li img {
        width: 522px;
        height: 390px; }
      .imgshow ul li s {
        display: block;
        position: absolute;
        width: 100%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        background: #000;
        filter: alpha(opacity=60);
        opacity: .6;
        left: 0;
        bottom: 0; }
      .imgshow ul li strong {
        display: block;
        position: absolute;
        bottom: 10px;
        font-weight: normal;
        left: 10px;
        height: 24px;
        width: 270px;
        line-height: 24px;
        overflow: hidden;
        font-size: 14px;
        color: #fff;
        z-index: 1; }
  .imgshow .btn {
    position: absolute;
    height: 10px;
    line-height: 10px;
    right: 0;
    bottom: 15px; }
    .imgshow .btn span {
      display: inline-block;
      width: 10px;
      height: 10px;
      cursor: pointer;
      background: #9a9a9a;
      margin-right: 12px;
      border-radius: 5px; }
      .imgshow .btn span.on {
        background: #9c65ff; }

.index_focus .title {
  font-size: 17px;
  border-bottom: 1px solid #cccccc;
  line-height: 17px; }
  .index_focus .title span {
    border-left: 4px solid #9c65ff;
    color: #333;
    padding-left: 7px;
    display: inline-block;
    height: 17px;
    line-height: 17px; }
.index_focus .left {
  width: 250px;
  float: left;
  margin-right: 10px; }
  .index_focus .left .lunbt {
    height: 250px;
    width: 250px;
    overflow: hidden; }
  .index_focus .left .cnxh {
    padding: 30px 12px 0; }
    .index_focus .left .cnxh .tit1 {
      height: 30px; }
    .index_focus .left .cnxh .cont ul {
      margin-right: -15px; }
    .index_focus .left .cnxh .cont li {
      width: 179px;
      float: left;
      margin: 15px 10px 0 0; }
      .index_focus .left .cnxh .cont li img {
        float: left;
        width: 68px;
        height: 68px;
        margin-right: 10px; }
      .index_focus .left .cnxh .cont li span {
        width: 101px;
        float: left;
        overflow: hidden; }
        .index_focus .left .cnxh .cont li span a {
          display: block;
          width: 101px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .index_focus .left .cnxh .cont li span i {
          display: block;
          color: #999;
          height: 22px;
          line-height: 22px;
          overflow: hidden; }
          .index_focus .left .cnxh .cont li span i a {
            display: inline;
            width: auto;
            white-space: normal;
            color: #999; }
.index_focus .center {
  width: 522px;
  float: left; }
  .index_focus .center .soft_news .tab_tit {
    font-size: 0;
    border-bottom: 1px solid #ccc;
    height: 28px; }
    .index_focus .center .soft_news .tab_tit span {
      display: inline-block;
      width: 33.333%;
      text-align: center;
      font-size: 17px;
      position: relative;
      height: 26px;
      line-height: 17px;
      cursor: pointer; }
      .index_focus .center .soft_news .tab_tit span.active {
        border-bottom: 3px solid #9c65ff;
        color: #9c65ff; }
        .index_focus .center .soft_news .tab_tit span.active::before {
          content: '';
          position: absolute;
          left: 50%;
          margin-left: -8px;
          top: 27px;
          width: 0;
          height: 0;
          border-width: 8px;
          border-style: solid;
          border-color: #9c65ff transparent transparent transparent; }
  .index_focus .center .soft_news .tab_cont .tab_cont_itm {
    display: none; }
    .index_focus .center .soft_news .tab_cont .tab_cont_itm.active {
      display: block; }
    .index_focus .center .soft_news .tab_cont .tab_cont_itm ul {
      position: relative;
      margin-top: 15px; }
      .index_focus .center .soft_news .tab_cont .tab_cont_itm ul li {
        height: 32px;
        line-height: 32px;
        background: url(http://soft.uesou.cn/daque_cn/188/images/vr_bg.png) 0 -145px no-repeat;
        overflow: hidden;
        padding-left: 26px; }
        .index_focus .center .soft_news .tab_cont .tab_cont_itm ul li.best, .index_focus .center .soft_news .tab_cont .tab_cont_itm ul li.hot, .index_focus .center .soft_news .tab_cont .tab_cont_itm ul li.new {
          width: 28px;
          height: 32px;
          overflow: hidden;
          padding: 0;
          text-align: center;
          position: absolute;
          left: 0;
          top: 0; }
        .index_focus .center .soft_news .tab_cont .tab_cont_itm ul li.new {
          background-position: 0 -49px;
          color: #1193FC; }
        .index_focus .center .soft_news .tab_cont .tab_cont_itm ul li.hot {
          background-position: 0 -80px;
          color: red; }
        .index_focus .center .soft_news .tab_cont .tab_cont_itm ul li.best {
          background-position: 0 -113px;
          color: #609C32; }
        .index_focus .center .soft_news .tab_cont .tab_cont_itm ul li i {
          float: right;
          margin: 0 5px; }
        .index_focus .center .soft_news .tab_cont .tab_cont_itm ul li .cname {
          display: inline;
          float: left;
          width: 100px;
          height: 17px;
          line-height: 17px;
          margin: 8px 13px 0 7px;
          padding: 0 7px 0 0;
          text-align: right;
          border-right: 1px solid #ddd;
          overflow: hidden;
          font-size: 14px; }
        .index_focus .center .soft_news .tab_cont .tab_cont_itm ul li img {
          display: inline;
          width: 20px;
          height: 20px;
          margin-right: 6px;
          position: relative;
          top: 5px; }
.index_focus .right {
  float: right;
  width: 250px; }
  .index_focus .right .bjtj .title {
    height: 28px; }
  .index_focus .right .bjtj .cont a {
    float: left;
    width: 80px;
    height: 89px;
    overflow: hidden;
    display: inline;
    padding: 12px 0 0 10px;
    text-align: center; }
    .index_focus .right .bjtj .cont a img {
      width: 68px;
      height: 68px;
      display: block;
      margin: 0 auto; }
  .index_focus .right .zttj {
    margin-top: 30px; }
    .index_focus .right .zttj .title {
      height: 30px; }
    .index_focus .right .zttj .lunbo {
      height: 100px;
      margin-top: 20px;
      background-color: black; }
      .index_focus .right .zttj .lunbo .imgshow {
        width: 280px;
        height: 100px; }
        .index_focus .right .zttj .lunbo .imgshow ul {
          height: 100px; }
          .index_focus .right .zttj .lunbo .imgshow ul li {
            width: 280px;
            height: 100px; }
            .index_focus .right .zttj .lunbo .imgshow ul li img {
              width: 280px;
              height: 100px; }
            .index_focus .right .zttj .lunbo .imgshow ul li s {
              width: 280px;
              height: 30px;
              line-height: 30px; }
            .index_focus .right .zttj .lunbo .imgshow ul li strong {
              bottom: 3px;
              font-size: 12px;
              width: 200px; }
        .index_focus .right .zttj .lunbo .imgshow .btn {
          bottom: 10px; }
    .index_focus .right .zttj ul.text {
      overflow: hidden; }
      .index_focus .right .zttj ul.text li {
        float: left;
        height: 32px;
        line-height: 32px;
        padding-left: 16px;
        width: 49.9%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: relative; }
        .index_focus .right .zttj ul.text li::after {
          content: "·";
          font-weight: bold;
          position: absolute;
          left: 0;
          top: 0;
          color: #ccc; }

/* .fav-box {
  margin-top: 40px; } */
  .fav-box .hd {
    margin-bottom: 35px; }
    .fav-box .hd ul li {
      /* height: 74px;
      width: 300px; */
      /* float: left; */
      cursor: pointer;
      position: relative; }
      .fav-box .hd ul li i {
        display: block;
        width: 187px;
        margin-left: 70px;
        margin-top: 40px; }
        .fav-box .hd ul li i a {
          display: inline-block;
          color: #fff;
          font-size: 13px;
          margin-right: 13px;
          overflow: hidden; }
      .fav-box .hd ul li s {
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -15px;
        top: 74px;
        width: 0;
        height: 0;
        border-width: 15px;
        border-style: solid;
        display: none; }
      .fav-box .hd ul li.active s {
        display: inline-block; }
      .fav-box .hd ul li.pc {
        background: url(http://soft.uesou.cn/daque_cn/188/images/tab1.png) center no-repeat;     background-size: 215px 70px; }
        .fav-box .hd ul li.pc s {
          border-color: #ffa54c transparent transparent transparent; }
      .fav-box .hd ul li.bg {
        background: url(http://soft.uesou.cn/daque_cn/188/images/tab2.png) center no-repeat;     background-size: 215px 70px; }
        .fav-box .hd ul li.bg s {
          border-color: #5dd28e transparent transparent transparent; }
      .fav-box .hd ul li.sw {
        background: url(http://soft.uesou.cn/daque_cn/188/images/tab3.png) center no-repeat;     background-size: 215px 70px; }
        .fav-box .hd ul li.sw s {
          border-color: #c190f2 transparent transparent transparent; }
      .fav-box .hd ul li.xt {
        background: url(http://soft.uesou.cn/daque_cn/188/images/tab4.png) center no-repeat;     background-size: 215px 70px; }
        .fav-box .hd ul li.xt s {
          border-color: #63b5fa transparent transparent transparent; }
  .fav-box .fav_bd .fav_itm {
    display: block; }
    .fav-box .fav_bd .fav_itm.active {
      display: block; }
    .fav-box .fav_bd .fav_itm .favorites dl {
      float: left;
      width: 164px;
      padding: 7px 20px 7px 0; }
    .fav-box .fav_bd .fav_itm .favorites dt {
      padding-left: 15px;
      position: relative; }
    .fav-box .fav_bd .fav_itm .favorites dt i {
      display: inline-block;
      width: 5px;
      height: 18px;
      background: #6cdafd;
      position: absolute;
      left: 0;
      top: 13px; }
    .fav-box .fav_bd .fav_itm .favorites dt a {
      border: none;
      display: block;
      height: 42px;
      line-height: 42px;
      font-size: 18px;
      font-weight: 400; }
    .fav-box .fav_bd .fav_itm .favorites dt.clo2 i {
      background: #82e29b; }
    .fav-box .fav_bd .fav_itm .favorites dt.clo3 i {
      background: #fcd68b; }
    .fav-box .fav_bd .fav_itm .favorites dt.clo4 i {
      background: #bfc7ee; }
    .fav-box .fav_bd .fav_itm .favorites dd {
      width: 100%;
      float: left;
      position: relative;
      margin-top: 9px;
      height: 20px;
      overflow: hidden; }
    .fav-box .fav_bd .fav_itm .favorites dd a {
      display: inline-block;
      width: 100%;
      overflow: hidden; }
    .fav-box .fav_bd .fav_itm .favorites dd a i {
      width: 18px;
      height: 18px;
      margin-top: 1px;
      float: left;
      padding-right: 5px;
      overflow: hidden; }
      .fav-box .fav_bd .fav_itm .favorites dd a i img {
        width: 18px;
        height: 18px; }

.sidebar {
  float: right;
  width: 222px;
}
  .sidebar .tabTitle {
    border-bottom: 1px solid #ddd;
    padding-top: 3px; 
  }
    .sidebar .tabTitle.bn {
      border: none; }
    .sidebar .tabTitle li {
      height: 42px;
      line-height: 42px;
      font-size: 18px;
      font-weight: 400;
      float: left;
      padding-left: 28px;
      position: relative;
      cursor: pointer; 
    }
      .sidebar .tabTitle li i {
        display: inline-block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0px;
        top: 13px;
        background: url(http://www.daque.cn/statics/188/images/icon_ranking.png) center no-repeat; 
      }
  .sidebar .tabContent li {
    padding-left: 30px;
    position: relative;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 3px;
    *margin-bottom: 2px; }
    .sidebar .tabContent li .num {
      width: 20px;
      height: 20px;
      background: #879299;
      color: #fffefe;
      font-size: 14px;
      text-align: center;
      line-height: 20px;
      position: absolute;
      left: 0;
      top: 12px; }
    .sidebar .tabContent li .txt {
      display: block;
      overflow: hidden;
      height: 30px;
      line-height: 30px;
      margin-top: 7px; }
    .sidebar .tabContent li p {
      height: 56px;
      margin: 5px 0 0 0;
      display: none; }
      .sidebar .tabContent li p .img {
        float: left;
        padding-right: 8px; }
        .sidebar .tabContent li p .img img {
          width: 56px;
          height: 56px; }
      .sidebar .tabContent li p span {
        float: left;
        /* width: 155px; */
        position: relative;
        top: -6px; }
        .sidebar .tabContent li p span i {
          color: #999;
          white-space: nowrap; }
          .sidebar .tabContent li p span i s {
            margin-left: 5px; }
        .sidebar .tabContent li p span a {
          display: block;
          width: 90px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          border: 1px solid #9c65ff;
          border-radius: 3px;
          color: #9c65ff; }
    .sidebar .tabContent li.now {
      height: 100px; }
      .sidebar .tabContent li.now p {
        display: block; }
    .sidebar .tabContent li .r1 {
      background: #fa4e57; }
    .sidebar .tabContent li .r2 {
      background: #fa7a53; }
    .sidebar .tabContent li .r3 {
      background: #fbc258; }

.index_tit2 {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #cccccc; }
  .index_tit2 span {
    font-size: 23px;
    color: #494949;
    font-weight: bold;
    padding-left: 36px; }
    .index_tit2 span.renqi {
      background: url(http://www.daque.cn/statics/188/images/icon_hot.png) left center no-repeat; }
    .index_tit2 span.xinxiu {
      background: url(http://www.daque.cn/statics/188/images/icon_new.png) left center no-repeat; }
    .index_tit2 span.fenlei {
      background: url(http://www.daque.cn/statics/188/images/icon_classification.png) left center no-repeat; }
    .index_tit2 span.link {
      background: url(http://www.daque.cn/statics/188/images/icon_link.png) left center no-repeat; }
  .index_tit2 .more {
    float: right;
    color: #666;
    font-size: 14px; }

.index_content {
  position: relative; }
  .index_content .index_content_tit {
    position: absolute;
    top: -52px;
    left: 220px;
    height: 50px;
    line-height: 50px; }
    .index_content .index_content_tit i {
      margin-right: 30px;
      font-size: 18px;
      height: 50px;
      line-height: 50px;
      display: block;
      float: left;
      cursor: pointer; }
      .index_content .index_content_tit i.active {
        border-bottom: 2px solid #9c65ff;
        color: #9c65ff; }
  .index_content .content_itm {
    display: none; }
    .index_content .content_itm:first-child {
      display: block; }
    .index_content .content_itm.active {
      display: block; }
    .index_content .content_itm .corner {
      float: left;
      width: 920px; }
      .index_content .content_itm .corner li {
        width: 100px;
        padding: 15px 53px 0 0;
        float: left;
        text-align: center; }
        .index_content .content_itm .corner li img {
          display: block;
          width: 75px;
          height: 75px;
          margin: 0 auto 3px auto; }
        .index_content .content_itm .corner li p {
          height: 22px;
          line-height: 22px;
          overflow: hidden; }
        .index_content .content_itm .corner li .lb {
          font-size: 12px;
          color: #999; }

.text_list {
  padding: 10px 20px 10px 0; }
  .text_list li {
    width: 305px;
    margin-right: 25px;
    line-height: 40px;
    height: 40px;
    float: left;
    overflow: hidden;
    font-size: 14px; }
    .text_list li em {
      font-style: normal;
      float: right;
      color: #999; }
    .text_list li span {
      padding-right: 4px; }
      .text_list li span a {
        color: #999; }

.link_cont {
  margin-top: 20px;
  margin-bottom: 30px; }
  .link_cont a {
    margin-right: 18px;
    color: #666; }

.location-top {
  font-size: 14px;
  color: #b5b5b5;
  height: 54px;
  line-height: 54px; }
  .location-top .location {
    color: #a4a4a4; }
  .location-top a, .location-top h1 {
    color: #333;
    font-size: 14px;
    display: inline;
    font-weight: normal; }

.sortsWp {
  background-color: #fff;
  padding: 20px; }
  .sortsWp .sortTit {
    border-bottom: 1px solid #ccc; }
    .sortsWp .sortTit ul {
      text-align: center; }
      .sortsWp .sortTit ul li {
        font-size: 17px;
        height: 40px;
        line-height: 40px;
        position: relative;
        width: 120px;
        text-align: center;
        display: inline-block;
        cursor: pointer; }
        .sortsWp .sortTit ul li .line {
          display: inline-block;
          height: 3px;
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 0; }
        .sortsWp .sortTit ul li:hover, .sortsWp .sortTit ul li.active {
          color: #9c65ff; }
          .sortsWp .sortTit ul li:hover .line, .sortsWp .sortTit ul li.active .line {
            background-color: #9c65ff; }
  .sortsWp .sortCont .inner-box {
    display: none; }
  .sortsWp .sortCont .inner-box.active {
    display: block; }
  .sortsWp .sortCont ul {
    margin-top: 20px; }
    .sortsWp .sortCont ul li .soft-classify {
      height: 39px;
      line-height: 39px;
      border-bottom: 1px solid #ddd;
      font-size: 18px;
      margin-bottom: 10px; }
      .sortsWp .sortCont ul li .soft-classify a {
        display: inline-block;
        padding: 0 15px;
        height: 38px;
        border-bottom: 3px solid #9c65ff; }
    .sortsWp .sortCont ul li .soft-href-conainer {
      padding: 10px; }
      .sortsWp .sortCont ul li .soft-href-conainer a {
        font-weight: 400;
        font-size: 14px;
        line-height: 34px;
        white-space: nowrap;
        display: inline-block;
        width: 100px;
        text-align: center;
        background: #eee;
        margin-bottom: 15px;
        color: #333;
        margin-right: 15px; }
        .sortsWp .sortCont ul li .soft-href-conainer a:hover, .sortsWp .sortCont ul li .soft-href-conainer a.active {
          background-color: #9c65ff;
          color: #fff; }

.soft-detail {
  padding: 20px 0;
  width: 100%;
  height: 90px;
  position: relative;
  border-bottom: 1px solid #ccc; }
  .soft-detail .soft-img {
    width: 90px;
    float: left;
    margin-right: 20px; }
    .soft-detail .soft-img img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 90px;
      height: 90px;
      border-radius: 10px;
      cursor: pointer; }
  .soft-detail .words-info {
    float: left;
    width: 790px; }
    .soft-detail .words-info .top-info {
      height: 52px; }
      .soft-detail .words-info .top-info .title {
        width: 680px;
        height: 26px;
        line-height: 26px;
        font-size: 16px;
        font-weight: 900;
        color: #333; }
      .soft-detail .words-info .top-info .more-detail {
        width: 680px;
        height: 26px;
        line-height: 26px;
        color: #999;
        font-size: 13px; }
        .soft-detail .words-info .top-info .more-detail i {
          color: #ff0000; }
    .soft-detail .words-info .detail-info {
      font-size: 12px;
      line-height: 20px;
      color: #152032;
      word-break: break-all;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
  .soft-detail .btn-download {
    width: 110px; }
    .soft-detail .btn-download .go-down {
      display: block;
      width: 110px;
      height: 36px;
      line-height: 36px;
      border-radius: 4px;
      background: #9c65ff;
      color: #fff;
      position: absolute;
      text-align: center;
      top: 26px;
      right: 0; }

.soft-wrapper {
  width: 100%;
  padding-bottom: 113px; }
  .soft-wrapper .left-nav {
    background-color: #fff;
    width: 240px;
    float: left; }
    .soft-wrapper .left-nav .soft-title li {
      width: 240px;
      height: 50px;
      margin-bottom: 10px;
      text-align: center;
      font-size: 15px;
      line-height: 50px;
      color: #1E1E1E;
      cursor: pointer;
      position: relative;
      border-bottom: 1px solid #dedede; }
      .soft-wrapper .left-nav .soft-title li:last-child {
        border: none; }
    .soft-wrapper .left-nav .soft-title li:hover, .soft-wrapper .left-nav .soft-title li.active {
      background-color: #9c65ff;
      color: #fff; }
    .soft-wrapper .left-nav .soft-title li.active a, .soft-wrapper .left-nav .soft-title li:hover a {
      color: #fff; }
  .soft-wrapper .right-intro {
    width: 900px;
    background-color: #fff;
    padding: 0 20px;
    float: right; }

.com-page {
  margin: 26px 0;
  text-align: center; }
  .com-page li {
    display: inline-block; }
    .com-page li a, .com-page li span {
      display: block;
      margin-right: 10px;
      font-size: 13px;
      height: 28px;
      line-height: 28px;
      color: #333;
      background-color: #eeeeee;
      border-radius: 5px; }
    .com-page li a {
      padding: 0 12px; }
    .com-page li span {
      border: none;
      padding: 0px 24px; }
  .com-page a.current-page {
    background: #9c65ff;
    border: 1px solid #9c65ff;
    color: #fff; }

.btitle {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333333; }
  .btitle strong {
    padding-left: 10px;
    font-weight: bold;
    border-left: 4px solid #9c65ff; }

.relevantClassWP {
  padding: 10px;
  background-color: #fff;
  margin-bottom: -20px;
  font-size: 14px; }
  .relevantClassWP .relevantClass {
    padding: 0 13px; }
    .relevantClassWP .relevantClass .title {
      height: 32px;
      line-height: 32px;
      float: left;
      width: 80px; }
    .relevantClassWP .relevantClass .conten {
      margin-left: 80px; }
      .relevantClassWP .relevantClass .conten a {
        display: inline-block;
        width: 88px;
        height: 30px;
        line-height: 30px;
        background: #f0f0f0;
        border: 1px solid #e1e1e1;
        color: #333;
        text-align: center;
        margin-right: 20px;
        margin-bottom: 16px; }
        .relevantClassWP .relevantClass .conten a:hover, .relevantClassWP .relevantClass .conten a.active {
          border-color: #9c65ff;
          background-color: #9c65ff;
          color: #fff; }

.category .left-intro {
  padding: 0 10px;
  float: left;
  width: 860px;
  background-color: #fff; }
  .category .left-intro .categoryTit {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc; }
    .category .left-intro .categoryTit a {
      font-size: 16px;
      color: #333;
      display: block;
      float: left;
      height: 39px;
      width: 110px;
      text-align: center;
      line-height: 39px; }
      .category .left-intro .categoryTit a.active {
        border-bottom: 2px solid #9c65ff; }
  .category .left-intro .categoryUl {
    padding: 0 10px; }
    .category .left-intro .categoryUl .soft-detail .words-info {
      width: 730px; }
.category .right-intro {
  float: right;
  width: 300px; }
  .category .right-intro .title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc; }
    .category .right-intro .title span {
      height: 16px;
      line-height: 16px;
      font-weight: bold;
      color: #333;
      padding-left: 10px;
      border-left: 4px solid #9c65ff; }
  .category .right-intro .jptj {
    background-color: #fff;
    padding: 0 10px;
    margin-bottom: 20px; }
    .category .right-intro .jptj li {
      height: 66px;
      padding: 10px;
      overflow: hidden;
      border-bottom: 1px solid #f0f0f0; }
      .category .right-intro .jptj li img {
        width: 66px;
        height: 66px;
        float: left;
        display: block; }
      .category .right-intro .jptj li p {
        margin-left: 76px;
        height: 33px;
        line-height: 33px;
        overflow: hidden; }
  .category .right-intro .jpzt {
    padding: 0 10px;
    background-color: #fff; }
    .category .right-intro .jpzt ul li {
      float: left;
      width: 130px;
      text-align: center;
      margin-top: 10px; }
      .category .right-intro .jpzt ul li img {
        width: 130px;
        height: 70px;
        display: block; }
      .category .right-intro .jpzt ul li p {
        height: 30px;
        line-height: 30px; }
      .category .right-intro .jpzt ul li:nth-of-type(odd) {
        float: left; }
      .category .right-intro .jpzt ul li:nth-of-type(even) {
        float: right; }

.title_right_bottom_c {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc; }
  .title_right_bottom_c span {
    height: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #333;
    padding-left: 10px;
    border-left: 4px solid #9c65ff; }

.newslist-left {
  padding: 0 20px;
  float: left;
  width: 840px;
  background-color: #fff; }

.news-detail {
  height: 130px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc; }
  .news-detail .img {
    width: 230px;
    height: 130px;
    float: left;
    margin-right: 20px; }
    .news-detail .img img {
      width: 230px;
      height: 130px; }
  .news-detail .words-info {
    margin-left: 250px; }
    .news-detail .words-info .top-info {
      font-size: 16px;
      height: 34px;
      line-height: 34px;
      color: #152032; }
      .news-detail .words-info .top-info a {
        color: #152032; }
    .news-detail .words-info .detail-info {
      height: 70px;
      line-height: 22px;
      color: #666666;
      font-size: 14px;
      overflow: hidden; }
    .news-detail .words-info .btm-info {
      font-size: 12px;
      height: 20px;
      line-height: 20px;
      text-align: right;
      color: #666666; }

.newslist_itm {
  background-color: #fff;
  padding: 0 10px;
  padding-bottom: 5px;
  margin-bottom: 20px; }
  .newslist_itm .fl_cont a {
    display: inline-block;
    width: 70px;
    height: 24px;
    line-height: 24px;
    margin: 10px 13px;
    text-align: center; }
    .newslist_itm .fl_cont a.active {
      border: 1px solid #9c65ff;
      color: #9c65ff; }
  .newslist_itm .jpzt li {
    float: left;
    width: 130px;
    text-align: center;
    margin-top: 10px; }
    .newslist_itm .jpzt li:nth-of-type(odd) {
      float: left; }
    .newslist_itm .jpzt li:nth-of-type(even) {
      float: right; }
    .newslist_itm .jpzt li img {
      width: 130px;
      height: 70px;
      display: block; }
    .newslist_itm .jpzt li p {
      height: 30px;
      line-height: 30px; }
  .newslist_itm .newlist_cont li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #494949;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .newslist_itm .newlist_cont li:before {
      content: "·";
      margin-left: -10px; }
    .newslist_itm .newlist_cont li a {
      color: #494949; }
  .newslist_itm .sjlist li {
    height: 66px;
    overflow: hidden;
    padding: 10px 0px;
    border-bottom: 1px dashed #ccc; }
    .newslist_itm .sjlist li .pic {
      width: 66px;
      height: 66px;
      float: left; }
      .newslist_itm .sjlist li .pic img {
        width: 66px;
        height: 66px; }
    .newslist_itm .sjlist li .text {
      margin-left: 75px;
      position: relative; }
      .newslist_itm .sjlist li .text p {
        color: #494949;
        font-size: 12px;
        height: 20px;
        line-height: 20px; }
      .newslist_itm .sjlist li .text p.name {
        width: 135px;
        font-size: 14px;
        height: 22px;
        margin-bottom: 5px;
        line-height: 22px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .newslist_itm .sjlist li .text a.down {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 62px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background-color: #9c65ff;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: #fff; }

.softfocus .left {
  float: left;
  width: 880px; }
  .softfocus .left .softtit {
    height: 72px;
    line-height: 72px;
    font-size: 23px;
    color: #676767;
    border-bottom: 1px solid #dddddd; }
    .softfocus .left .softtit .logo img {
      width: 40px;
      height: 40px;
      vertical-align: middle; }
  .softfocus .left .param-ul {
    padding: 15px 0 15px 15px;
    width: 560px; }
    .softfocus .left .param-ul li {
      width: 265px;
      line-height: 24px;
      height: 24px;
      float: left;
      color: #999;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .softfocus .left .param-ul li span {
        color: #444; }
      .softfocus .left .param-ul li a {
        color: #0984c5; }
      .softfocus .left .param-ul li.gw span {
        padding-right: 13px;
        background: url(http://www.daque.cn/statics/188/images/outlink.png) right center no-repeat; }
  .softfocus .left .downBtn a {
    display: inline-block;
    width: 155px;
    height: 68px;
    padding-left: 95px;
    margin-right: 20px;
    position: relative;
    color: #fff;
    border-radius: 5px;
    background-repeat: no-repeat; }
    .softfocus .left .downBtn a b {
      font-weight: 400;
      position: absolute;
      display: block;
      height: 30px;
      font-size: 22px;
      line-height: 30px;
      top: 12px; }
    .softfocus .left .downBtn a i {
      font-weight: 400;
      position: absolute;
      display: block;
      height: 30px;
      line-height: 30px;
      font-style: normal;
      font-size: 14px;
      top: 38px; }
    .softfocus .left .downBtn a.bendDown {
      background-color: #63befa;
      border-bottom: 5px solid #3495d5;
      background-position: 32px center;
      background-image: url(http://www.daque.cn/statics/188/images/pic_slow.png); }
    .softfocus .left .downBtn a.gaosuDown {
      background-color: #06d946;
      border-bottom: 5px solid #11993a;
      background-position: 35px center;
      background-image: url(http://www.daque.cn/statics/188/images/pic_fast.png); }
.softfocus .right {
  width: 300px;
  float: right; }
  .softfocus .right .fbbtn {
    text-align: center;
    height: 72px;
    line-height: 72px;
    border-bottom: 1px solid #dddddd; }
    .softfocus .right .fbbtn a {
      padding-left: 34px;
      vertical-align: middle;
      padding-right: 21px;
      height: 25px;
      line-height: 25px;
      position: relative;
      font-size: 18px;
      color: #9c65ff;
      font-weight: bold; }
      .softfocus .right .fbbtn a::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        right: 0;
        top: -1px;
        background: url(http://www.daque.cn/statics/188/images/icon_1.png) right center no-repeat; }
      .softfocus .right .fbbtn a::before {
        content: '';
        width: 25px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 0px;
        background: url(http://www.daque.cn/statics/188/images/icon_editor.png) left center no-repeat; }
  .softfocus .right ul li {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding-right: 15px;
    position: relative;
    margin-top: 4px; }
    .softfocus .right ul li i {
      width: 12px;
      height: 20px;
      position: absolute;
      right: 0;
      top: 0;
      background: url(http://www.daque.cn/statics/188/images/icon_2.png) right center no-repeat; }
    .softfocus .right ul li a {
      display: block;
      height: 26px;
      line-height: 26px; }
    .softfocus .right ul li img {
      width: 26px;
      height: 26px;
      float: left;
      display: inline;
      margin-right: 4px; }

.softcont {
  margin-top: 20px; }
  .softcont .title_d {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-family: \5fae\8f6f\96c5\9ed1,arial;
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px; }
    .softcont .title_d b {
      display: inline-block;
      position: relative;
      bottom: 2px;
      border-bottom: 3px solid #9c65ff; }
  .softcont .left {
    float: left;
    width: 880px; }
    .softcont .left .headnav {
      height: 48px;
      line-height: 48px;
      border-bottom: 1px solid #dedede;
      font-size: 18px;
      font-weight: bold;
      width: 880px;
      display: flex;
      justify-content: space-between; }
      .softcont .left .headnav span {
        float: left;
        width: 118px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        color: #666666;
        cursor: pointer; }
        .softcont .left .headnav span.cur {
          border-bottom: 3px solid #9c65ff;
          color: #9c65ff; }
        .softcont .left .headnav span.down-btn {
          background-color: #9c65ff;
          color: #fff;
          width: 150px;
          background-image: url(http://www.daque.cn/statics/188/images/icon_download.png);
          background-position: 27px center;
          text-indent: 37px;
          background-repeat: no-repeat;
          border-bottom: 3px solid #9c65ff; }
      .softcont .left .headnav.fixed {
        position: fixed;
        z-index: 99;
        background-color: #fff;
        top: 0; }
    .softcont .left .tagsk {
      clear: both;
      height: auto;
      padding: 8px 0 0 20px;
      line-height: 26px;
      font-size: 13px;
      background: #fff; }
      .softcont .left .tagsk b {
        display: block;
        float: left;
        margin-right: 5px;
        padding-left: 22px;
        font-weight: 400; }
      .softcont .left .tagsk a {
        color: #0984c5;
        margin-right: 10px;
        text-decoration: underline;
        display: inline-block; }
    .softcont .left .main-info {
      padding: 10px 20px; }
    .softcont .left .xianssort {
      width: 598px;
      margin: 20px auto;
      border: 1px solid #ccc;
      box-shadow: 0px 0px 10px 0px #999;
      clear: both; }
    .softcont .left .xianssort .title {
      height: 28px;
      line-height: 28px;
      background: #9c65ff;
      color: #fff;
      font-size: 14px;
      margin-bottom: 0; }
    .softcont .left .xianssort .title div {
      float: left;
      text-align: center;
      color: #fff; }
    .softcont .left .xianssort li {
      height: 28px;
      line-height: 28px;
      overflow: hidden;
      border-bottom: 1px solid #ccc; }
    .softcont .left .xianssort li div {
      text-align: center;
      float: left; }
    .softcont .left .xianssort .nam {
      width: 290px;
      height: 28px;
      border-right: 1px solid #ccc; }
    .softcont .left .xianssort .bben {
      width: 200px;
      height: 28px;
      border-right: 1px solid #ccc; }
    .softcont .left .xianssort .ckan {
      width: 100px;
      height: 28px;
      color: #9c65ff;
      cursor: pointer; }
    .softcont .left .officetip {
      color: #f93;
      font-size: 13px;
      height: 30px;
      line-height: 30px;
      font-weight: bold; }
    .softcont .left .cbox {
      margin: 10px 0 0 0; }
      .softcont .left .cbox .title_d b {
        padding: 0 20px;
        color: #9c65ff; }
    .softcont .left .soft-info {
      font-size: 14px;
      line-height: 21px; }
      .softcont .left .soft-info img {
        max-width: 100%; }
      .softcont .left .soft-info p {
        margin-bottom: 15px;
        line-height: 24px;
        clear: both; }
    .softcont .left .kcon {
      margin-top: 10px;
      margin-right: -10px; }
      .softcont .left .kcon li {
        width: 164px;
        margin: 0 5px 7px 0;
        height: 50px;
        float: left;
        display: inline;
        overflow: hidden;
        position: relative; }
        .softcont .left .kcon li .img {
          float: left;
          display: inline;
          width: 48px;
          margin-right: 6px; }
          .softcont .left .kcon li .img img {
            width: 48px;
            height: 48px; }
        .softcont .left .kcon li p {
          float: left;
          width: 110px;
          overflow: hidden; }
          .softcont .left .kcon li p a, .softcont .left .kcon li p i {
            display: block;
            overflow: hidden;
            line-height: 24px;
            height: 24px; }
          .softcont .left .kcon li p a {
            font-weight: 600; }
          .softcont .left .kcon li p i {
            color: #999;
            font-style: normal; }
            .softcont .left .kcon li p i s {
              text-decoration: none;
              font-style: normal;
              color: #ddd; }
    .softcont .left .xki {
      width: 840px;
      margin-left: 20px;
      margin-top: 15px; }
      .softcont .left .xki dt {
        height: 100px;
        overflow: hidden;
        line-height: 23px;
        margin: 0;
        background: 0 none;
        border: 0 none;
        text-indent: 0;
        color: #999; }
        .softcont .left .xki dt img {
          width: 200px;
          float: left;
          text-align: center;
          display: block;
          margin-right: 9px; }
        .softcont .left .xki dt b {
          display: block;
          font-size: 16px;
          color: #2a78b4;
          padding: 5px 0 0 0; }
          .softcont .left .xki dt b i {
            float: right;
            font-weight: 400;
            font-size: 12px; }
    .softcont .left .cont_d {
      margin-left: 20px;
      margin-top: 15px; }
    .softcont .left .download .downtitle {
      height: 36px;
      line-height: 36px;
      font-size: 14px;
      color: #000000;
      font-weight: bold; }
    .softcont .left .download .downbtn {
      line-height: 20px; }
      .softcont .left .download .downbtn a {
        display: inline-block;
        height: 34px;
        line-height: 34px;
        color: #9c65ff;
        border: 1px solid #9c65ff;
        border-radius: 3px;
        padding: 0 20px;
        margin-right: 10px; }
    .softcont .left .xgw li {
      width: 400px;
      float: left;
      margin-right: 12px;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      overflow: hidden; }
    .softcont .left .pinlunbox {
      width: 850px; }
      .softcont .left .pinlunbox textarea {
        width: 840px;
        border: 1px solid #ddd;
        padding: 2px 4px;
        height: 100px;
        margin-bottom: 5px;
        font-size: 12px;
        overflow: auto; }
      .softcont .left .pinlunbox .subCmt {
        width: 90px;
        height: 29px;
        line-height: 28px;
        line-height: 30px;
        background: #9c65ff;
        color: #fff;
        display: inline-block;
        border: none;
        cursor: pointer; }
      .softcont .left .pinlunbox .usercmt i {
        float: right;
        font-style: normal;
        padding-right: 6px;
        color: #999;
        position: relative;
        top: 2px; }
      .softcont .left .pinlunbox .userName-wrap {
        display: inline-block;
        width: 122px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        background-color: #9c65ff;
        color: #Fff; }
        .softcont .left .pinlunbox .userName-wrap input {
          float: right;
          background-color: #fff;
          width: 58px;
          padding: 0 3px 0 5px;
          height: 24px;
          line-height: 24px;
          margin: 3px 2px 0 0px;
          border: 0 none;
          color: #9c65ff; }
    .softcont .left .linkbox {
      margin-bottom: 30px; }
      .softcont .left .linkbox a {
        font-size: 14px;
        color: #333333; }
  .softcont .right {
    float: right;
    width: 300px; }
    .softcont .right .sliditem {
      margin-top: 10px; }
      .softcont .right .sliditem .title_d b {
        font-size: 18px;
        font-weight: normal; }
      .softcont .right .sliditem .jrgx li {
        clear: both;
        position: relative;
        height: 48px;
        margin: 10px 0 0 0; }
        .softcont .right .sliditem .jrgx li .btn {
          float: right;
          position: relative;
          top: 15px;
          width: 60px;
          height: 24px;
          line-height: 24px;
          border: 1px solid #9c65ff;
          border-radius: 3px;
          text-align: center;
          color: #9c65ff; }
        .softcont .right .sliditem .jrgx li p {
          width: 220px;
          height: 48px;
          overflow: hidden; }
        .softcont .right .sliditem .jrgx li .img {
          width: 48px;
          float: left;
          padding-right: 5px; }
          .softcont .right .sliditem .jrgx li .img img {
            width: 48px;
            height: 48px; }
        .softcont .right .sliditem .jrgx li span a {
          display: block;
          height: 24px;
          line-height: 24px;
          overflow: hidden; }
        .softcont .right .sliditem .jrgx li span i {
          font-size: 12px;
          color: #999;
          font-style: normal; }
      .softcont .right .sliditem .rank li {
        padding-left: 30px;
        position: relative;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        margin-bottom: 3px;
        *margin-bottom: 2px; }
        .softcont .right .sliditem .rank li .num {
          font-style: normal;
          width: 20px;
          height: 20px;
          background: #879299;
          color: #fffefe;
          font-size: 14px;
          text-align: center;
          line-height: 20px;
          position: absolute;
          left: 0;
          top: 12px; }
          .softcont .right .sliditem .rank li .num.r1 {
            background: #fa4e57; }
          .softcont .right .sliditem .rank li .num.r2 {
            background: #fa7a53; }
          .softcont .right .sliditem .rank li .num.r3 {
            background: #fbc258; }
        .softcont .right .sliditem .rank li .txt {
          display: block;
          overflow: hidden;
          height: 30px;
          line-height: 30px;
          margin-top: 7px; }
        .softcont .right .sliditem .rank li p {
          height: 48px;
          margin: 5px 0 0 0; }
          .softcont .right .sliditem .rank li p .img {
            width: 48px;
            height: 48px;
            float: left;
            padding-right: 8px; }
            .softcont .right .sliditem .rank li p .img img {
              width: 48px;
              height: 48px; }
          .softcont .right .sliditem .rank li p span {
            float: left;
            width: 155px;
            position: relative;
            top: -6px; }
            .softcont .right .sliditem .rank li p span i {
              font-style: normal;
              color: #999; }
              .softcont .right .sliditem .rank li p span i s {
                margin-left: 5px; }
            .softcont .right .sliditem .rank li p span a {
              display: block;
              width: 60px;
              height: 24px;
              line-height: 24px;
              text-align: center;
              border: 1px solid #9c65ff;
              border-radius: 3px;
              color: #9c65ff;
              margin-top: -2px; }
        .softcont .right .sliditem .rank li.now {
          height: 90px; }
          .softcont .right .sliditem .rank li.now p {
            display: block; }

#autotab {
  display: none;
  position: fixed;
  top: 320px;
  left: 50%;
  cursor: pointer;
  margin-top: -50px;
  margin-left: 315px; }
  #autotab li {
    cursor: pointer;
    line-height: 32px;
    font-size: 14px;
    padding-left: 30px;
    background: url(http://www.daque.cn/statics/188/images/autotab.jpg) 0 -96px no-repeat; }
    #autotab li.fir {
      background-position: 0 0; }
    #autotab li.nota {
      background-position: 0 -142px; }
  #autotab .cur {
    color: #9c65ff;
    background-position: 0 -48px; }

.solid {
  margin-top: 10px;
  overflow: hidden;
  background-color: #FFF;
  position: relative; }
  .solid .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1; }
  .solid .swiper-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden; }
  .solid .swiper-slide {
        width: 1038px;    float: left;
    position: relative; }
    .solid .swiper-slide img {
      width: 100%;
      height: 450px;
      vertical-align: middle;
      object-fit: cover; }
    .solid .swiper-slide p {
      position: absolute;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      width: 100%;
      bottom: 0;
      height: 50px;
      line-height: 50px;
      text-indent: 15px;
      font-size: 18px;
      color: #fff; }
  .solid .swiper-pagination {
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: right;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10; }
    .solid .swiper-pagination .swiper-pagination-bullet {
      display: inline-block;
      cursor: pointer;
      width: 15px;
      height: 15px;
      margin-right: 15px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #c0c0c0; }
    .solid .swiper-pagination .swiper-pagination-bullet.active {
      background: #9c65ff; }
  .solid .lrbtn {
    position: absolute;
    width: 70px;
    height: 100px;
    line-height: 100px;
    z-index: 6;
    text-align: center;
    font-size: 50px;
    font-family: "宋体";
    top: 50%;
    margin-top: -35px;
    display: none;
    cursor: pointer;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center center;
    background-repeat: no-repeat; }
  .solid .prev {
    left: 0; }
    .solid .prev::after {
      content: "<"; }
  .solid .next {
    right: 0; }
    .solid .next::after {
      content: ">"; }

.todaynews {
  padding: 20px;
  margin-top: 5px;
  background-color: #FFF; }
  .todaynews .title {
    height: 38px;
    line-height: 34px;
    margin-bottom: 10px; }
    .todaynews .title .lnav {
      float: left; }
      .todaynews .title .lnav a {
        display: block;
        float: left;
        width: 135px;
        height: 34px;
        text-align: center;
        padding-bottom: 1px;
        border-bottom: 3px solid #A9A9A9;
        font-size: 19px;
        font-weight: bold; }
      .todaynews .title .lnav a.cur, .todaynews .title .lnav a:hover {
        color: #9c65ff;
        padding-bottom: 0;
        border-bottom: 4px solid #9c65ff; }
    .todaynews .title .more {
      float: right; }
  .todaynews .cont {
    border: 1px solid #CCC;
    padding-bottom: 5px; }
    .todaynews .cont .contItem {
      display: none; }
    .todaynews .cont .contItem.cur {
      display: block; }
    .todaynews .cont ul li {
      float: left;
      width: 300px;
      height: 148px;
      margin-left: 10px;
      margin-right: 30px;
      padding-top: 8px;
      padding-bottom: 8px;
      border-bottom: 1px dashed #9c65ff; }
      .todaynews .cont ul li p {
        height: 28px;
        line-height: 28px;
        padding-left: 26px;
        overflow: hidden;
        background: url(http://www.daque.cn/statics/188/images/dian.png) 13px center no-repeat;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 240px; }
      .todaynews .cont ul li P:nth-of-type(1) {
        height: 36px;
        line-height: 36px;
        margin-left: 50px;
        overflow: hidden;
        font-size: 16px;
        text-align: center;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        background: none;
        padding: 0;
        font-weight: bold;
        width: 175px; }
      .todaynews .cont ul li span {
        display: block;
        position: absolute;
        width: 48px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        font-size: 12px; }
        .todaynews .cont ul li span i {
          position: absolute;
          width: 35px;
          height: 25px;
          left: 0;
          top: 5px;
          background-color: #f93; }
        .todaynews .cont ul li span em {
          width: 0;
          height: 0;
          position: absolute;
          right: -20px;
          top: 0;
          border-width: 18px;
          border-style: dashed dashed dashed solid;
          border-color: transparent transparent transparent #f93; }
        .todaynews .cont ul li span a {
          color: #fff;
          position: relative;
          z-index: 1; }
      .todaynews .cont ul li span.jt1 i {
        background-color: #ff00c7; }
      .todaynews .cont ul li span.jt1 em {
        border-color: transparent transparent transparent #ff00c7; }
      .todaynews .cont ul li span.jt2 i {
        background-color: #f36; }
      .todaynews .cont ul li span.jt2 em {
        border-color: transparent transparent transparent #f36; }
      .todaynews .cont ul li span.jt3 i {
        background-color: #ff6600; }
      .todaynews .cont ul li span.jt3 em {
        border-color: transparent transparent transparent #ff6600; }
      .todaynews .cont ul li span.jt4 i {
        background-color: #00ce6f; }
      .todaynews .cont ul li span.jt4 em {
        border-color: transparent transparent transparent #00ce6f; }
      .todaynews .cont ul li span.jt5 i {
        background-color: #009b3f; }
      .todaynews .cont ul li span.jt5 em {
        border-color: transparent transparent transparent #009b3f; }
      .todaynews .cont ul li span.jt6 i {
        background-color: #2c6815; }
      .todaynews .cont ul li span.jt6 em {
        border-color: transparent transparent transparent #2c6815; }
      .todaynews .cont ul li span.jt7 i {
        background-color: #2912c7; }
      .todaynews .cont ul li span.jt7 em {
        border-color: transparent transparent transparent #2912c7; }
      .todaynews .cont ul li span.jt8 i {
        background-color: #215dc8; }
      .todaynews .cont ul li span.jt8 em {
        border-color: transparent transparent transparent #215dc8; }
      .todaynews .cont ul li span.jt9 i {
        background-color: #0cf; }
      .todaynews .cont ul li span.jt9 em {
        border-color: transparent transparent transparent #0cf; }

.wpcals {
  background-color: #FFF;
  padding: 20px; }
  .wpcals .title {
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    border-bottom: 4px solid #9c65ff;
    color: #9c65ff;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 10px; }
  .wpcals .cont {
    border-top: none; }
    .wpcals .cont ul {
      overflow: hidden; }
      .wpcals .cont ul > li {
        width: 33.33%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left; }
        .wpcals .cont ul > li .tit {
          padding-left: 10px;
          padding-right: 10px;
          height: 30px;
          line-height: 30px;
          font-size: 15px;
          font-weight: bold; }
          .wpcals .cont ul > li .tit .more {
            float: right;
            font-weight: normal;
            font-style: 13px; }
      .wpcals .cont ul > li:last-child {
        border-right: none; }
  .wpcals .newsCont ul > li ol {
    padding-left: 10px; }
  .wpcals .newsCont ul > li ol > li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-style: 14px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px; }
    .wpcals .newsCont ul > li ol > li span {
      color: #827d7d; }
  .wpcals .gameCont ul > li .itemwp {
    padding: 10px; }
  .wpcals .gameCont ul > li .item {
    height: 120px;
    margin-bottom: 10px; }
    .wpcals .gameCont ul > li .item .img {
      height: 120px;
      width: 120px;
      float: left;
      border-radius: 10px;
      overflow: hidden; }
      .wpcals .gameCont ul > li .item .img img {
        width: 120px;
        height: 120px; }
    .wpcals .gameCont ul > li .item .text {
      margin-left: 135px; }
      .wpcals .gameCont ul > li .item .text div.say {
        line-height: 16px;
        height: 80px;
        color: #666;
        overflow: hidden; }
      .wpcals .gameCont ul > li .item .text p.name {
        height: 34px;
        font-size: 16px;
        font-weight: bold;
        line-height: 34px;
        overflow: hidden; }
  .wpcals .ztCont .itemwp {
    padding: 10px; }
    .wpcals .ztCont .itemwp .item .name {
      height: 36px;
      line-height: 36px;
      font-size: 14px;
      color: #333354; }
    .wpcals .ztCont .itemwp .item .txtwp {
      height: 96px; }
      .wpcals .ztCont .itemwp .item .txtwp .img {
        float: left;
        width: 160px;
        height: 96px; }
        .wpcals .ztCont .itemwp .item .txtwp .img img {
          width: 160px;
          height: 96px; }
      .wpcals .ztCont .itemwp .item .txtwp .text {
        margin-left: 168px;
        margin-right: 10px;
        height: 96px;
        overflow: hidden;
        color: #666; }
        .wpcals .ztCont .itemwp .item .txtwp .text .say {
          line-height: 20px; }
  .wpcals .flCont {
    padding: 10px;
    overflow: hidden; }
    .wpcals .flCont a {
      border: 1px solid #ccc;
      display: block;
      width: 140px;
      height: 30px;
      line-height: 30px;
      float: left;
      text-align: center;
      margin-right: 10px;
      margin-bottom: -1px;
      background: #FFF; }

.zhuanti-wrapper .mwidth {
  background: #fff; }
.zhuanti-wrapper .left {
  float: left;
  width: 800px;
  margin: 0 20px 0 20px; }
  .zhuanti-wrapper .left .top-title {
    margin-top: 21px;
    height: 24px;
    border-bottom: 4px solid #9c65ff;
    position: relative; }
  .zhuanti-wrapper .left .zhuanti-name {
    color: #9c65ff;
    font-size: 19px;
    padding-left: 10px;
    line-height: 1; }
.zhuanti-wrapper .zhaunti-intro {
  height: 356px; }
.zhuanti-wrapper .tishi {
  height: 30px;
  line-height: 30px;
  background-color: #ffcc99;
  padding: 0 10px;
  font-family: '妤蜂綋';
  margin-bottom: 5px; }
.zhuanti-wrapper .zhuanti-intro .top-title {
  margin-left: 1px;
  margin-right: 1px; }
.zhuanti-wrapper .more {
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #ccc;
  line-height: 1;
  top: 3px; }
.zhuanti-wrapper .soft-zhuanti {
  margin-right: -10px;
  margin-top: 16px;
  padding: 0 20px; }
  .zhuanti-wrapper .soft-zhuanti li {
    width: 230px;
    height: 140px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    overflow: hidden; }
  .zhuanti-wrapper .soft-zhuanti img {
    width: 230px;
    height: 140px; }
  .zhuanti-wrapper .soft-zhuanti p {
    position: absolute;
    left: 0;
    z-index: 10;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    text-align: center;
    line-height: 40px;
    font-size: 12px; }
    .zhuanti-wrapper .soft-zhuanti p a {
      color: #fff;
      height: 40px;
      width: 95%;
      margin: 0 auto;
      word-break: break-all;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden; }
.zhuanti-wrapper .right {
  float: left;
  width: 300px; }
  .zhuanti-wrapper .right .top-title {
    margin-top: 22px;
    height: 23px;
    border-bottom: 4px solid #ff9933;
    position: relative; }
  .zhuanti-wrapper .right .zhuanti-name {
    font-size: 16px;
    line-height: 1;
    color: #9c65ff; }
  .zhuanti-wrapper .right .hot-zhuanti {
    margin-top: 18px;
    margin-bottom: 20px; }
  .zhuanti-wrapper .right .hot-zhuanti li {
    height: 30px;
    line-height: 30px; }
  .zhuanti-wrapper .right .hot-zhuanti li:last-child {
    margin-bottom: 0; }
  .zhuanti-wrapper .right .hot-zhuanti li a {
    font-size: 14px;
    height: 17px;
    color: #333;
    line-height: 17px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; }
  .zhuanti-wrapper .right .hot-zhuanti li span {
    font-size: 18px;
    color: #A1A1A1;
    margin-right: 10px;
    font-style: oblique; }
  .zhuanti-wrapper .right .hot-zhuanti li .number-1 {
    color: #fd0202; }
  .zhuanti-wrapper .right .hot-zhuanti li .number-2 {
    color: #fd8559; }
  .zhuanti-wrapper .right .hot-zhuanti li .number-3 {
    color: #fda702; }

.zhuanti-list li {
  height: 180px;
  padding: 25px 0 24px 0;
  border-bottom: 1px dashed #ccc; }
  .zhuanti-list li .zhuanti-img-box {
    float: left;
    width: 325px;
    height: 180px;
    position: relative;
    cursor: pointer;
    overflow: hidden; }
    .zhuanti-list li .zhuanti-img-box img {
      width: 325px;
      height: 180px; }
    .zhuanti-list li .zhuanti-img-box .detail-intro {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0px;
      right: 0px;
      width: 325px;
      height: 180px;
      z-index: 10;
      background-color: rgba(0, 0, 0, 0.3); }
      .zhuanti-list li .zhuanti-img-box .detail-intro p {
        color: #ddd;
        font-size: 14px;
        padding: 10px 8px 0px;
        height: 105px;
        margin-top: 27px;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden; }
    .zhuanti-list li .zhuanti-img-box a:hover .detail-intro {
      display: block; }
  .zhuanti-list li .zhuanti-list-intro {
    width: 515px;
    height: 180px;
    float: left;
    margin-left: 20px;
    position: relative; }
    .zhuanti-list li .zhuanti-list-intro .zhuanti-name {
      font-size: 18px;
      font-weight: 900;
      color: #333;
      height: 24px;
      width: 75%;
      padding-left: 20px;
      word-break: break-all;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden; }
    .zhuanti-list li .zhuanti-list-intro .all {
      position: absolute;
      top: 7px;
      right: 25px;
      font-size: 12px;
      color: #333;
      line-height: 1; }
    .zhuanti-list li .zhuanti-list-intro .heji {
      margin-top: 19px;
      padding-left: 21px;
      height: 105px; }
      .zhuanti-list li .zhuanti-list-intro .heji .game {
        float: left;
        width: 72px;
        height: 105px;
        margin-left: 26px; }
        .zhuanti-list li .zhuanti-list-intro .heji .game:first-child {
          margin-left: 0px; }
        .zhuanti-list li .zhuanti-list-intro .heji .game .logo-img {
          display: block;
          width: 72px;
          height: 72px; }
          .zhuanti-list li .zhuanti-list-intro .heji .game .logo-img img {
            width: 72px;
            height: 72px;
            border-radius: 10px; }
        .zhuanti-list li .zhuanti-list-intro .heji .game .game-name {
          width: 72px;
          text-align: center;
          font-size: 12px;
          margin: 7px auto; }
          .zhuanti-list li .zhuanti-list-intro .heji .game .game-name a {
            color: #333;
            width: 100%;
            height: 18px;
            word-break: break-all;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden; }
    .zhuanti-list li .zhuanti-list-intro .time {
      font-size: 12px;
      color: #666;
      line-height: 1;
      padding-left: 20px;
      margin-top: 10px; }
    .zhuanti-list li .zhuanti-list-intro .more {
      position: absolute;
      right: 20px;
      bottom: 4px;
      font-size: 12px;
      color: #ff9933; }

.zhuanti-detail .main .mwidth {
  background: #fff; }
.zhuanti-detail .snav {
  height: 60px;
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 3px solid #9C9C9C; }
  .zhuanti-detail .snav span {
    display: block;
    height: 60px;
    background: #fff;
    margin: 0 auto;
    text-align: center; }
    .zhuanti-detail .snav span a {
      display: inline-block;
      width: 200px;
      text-align: center;
      font-size: 20px;
      background: #fff;
      height: 60px;
      line-height: 60px;
      border-right: 1px solid #e8e8e8;
      color: #000;
      border-left: 1px solid #e8e8e8;
      color: #000; }
.zhuanti-detail .big-img {
  height: 468px; }
  .zhuanti-detail .big-img .img-box {
        width: 1038px;    margin: 0 auto;
    height: 468px;
    position: relative; }
    .zhuanti-detail .big-img .img-box img {
          width: 1038px;      height: 468px;
      object-fit: cover; }
    .zhuanti-detail .big-img .img-box .info-wrap {
      position: absolute;
      width: 675px;
      height: 360px;
      left: 50%;
      top: 50%;
      margin-left: -337px;
      margin-top: -180px;
      z-index: 10;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff; }
      .zhuanti-detail .big-img .img-box .info-wrap .title {
        font-size: 36px;
        line-height: 1;
        margin: 40px auto;
        text-align: center; }
      .zhuanti-detail .big-img .img-box .info-wrap p {
        font-size: 18px; }
      .zhuanti-detail .big-img .img-box .info-wrap .info {
        padding: 0 35px 0 35px; }
      .zhuanti-detail .big-img .img-box .info-wrap .time {
        text-align: center;
        margin-top: 45px; }
    .zhuanti-detail .big-img .img-box a.page-btn {
      position: absolute;
      width: 25px;
      height: 70px;
      line-height: 70px;
      font-family: "宋体";
      z-index: 100;
      top: 50%;
      margin-top: -35px;
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.5);
      font-size: 30px;
      text-align: center;
      background-position: center center;
      background-repeat: no-repeat;
      color: #fff; }
      .zhuanti-detail .big-img .img-box a.page-btn.page-btn.prev {
        left: 0; }
        .zhuanti-detail .big-img .img-box a.page-btn.page-btn.prev::before {
          content: "<"; }
      .zhuanti-detail .big-img .img-box a.page-btn.page-btn.next {
        right: 0; }
        .zhuanti-detail .big-img .img-box a.page-btn.page-btn.next::before {
          content: ">"; }
  .zhuanti-detail .big-img .info {
    padding: 0 35px 0 40px;
    font-size: 18px; }
.zhuanti-detail .game-list-box, .zhuanti-detail .about-jiaocheng, .zhuanti-detail .latest-zhuanti, .zhuanti-detail .hot-search {
  margin-top: 25px; }
  .zhuanti-detail .game-list-box .title, .zhuanti-detail .about-jiaocheng .title, .zhuanti-detail .latest-zhuanti .title, .zhuanti-detail .hot-search .title {
    position: relative;
    height: 50px;
    line-height: 50px;
    border-bottom: 4px solid #9c65ff;
    padding-left: 10px; }
    .zhuanti-detail .game-list-box .title strong, .zhuanti-detail .about-jiaocheng .title strong, .zhuanti-detail .latest-zhuanti .title strong, .zhuanti-detail .hot-search .title strong {
      font-size: 18px;
      color: #333;
      float: left;
      margin-right: 20px; }
    .zhuanti-detail .game-list-box .title ul, .zhuanti-detail .about-jiaocheng .title ul, .zhuanti-detail .latest-zhuanti .title ul, .zhuanti-detail .hot-search .title ul {
      float: left;
      height: 50px;
      line-height: 50px; }
      .zhuanti-detail .game-list-box .title ul li, .zhuanti-detail .about-jiaocheng .title ul li, .zhuanti-detail .latest-zhuanti .title ul li, .zhuanti-detail .hot-search .title ul li {
        font-size: 16px;
        float: left;
        height: 50px; }
        .zhuanti-detail .game-list-box .title ul li a, .zhuanti-detail .about-jiaocheng .title ul li a, .zhuanti-detail .latest-zhuanti .title ul li a, .zhuanti-detail .hot-search .title ul li a {
          display: block;
          height: 50px;
          line-height: 50px;
          padding: 0 15px; }
      .zhuanti-detail .game-list-box .title ul li.active a, .zhuanti-detail .about-jiaocheng .title ul li.active a, .zhuanti-detail .latest-zhuanti .title ul li.active a, .zhuanti-detail .hot-search .title ul li.active a {
        color: #9c65ff; }
      .zhuanti-detail .game-list-box .title ul li:first-child, .zhuanti-detail .about-jiaocheng .title ul li:first-child, .zhuanti-detail .latest-zhuanti .title ul li:first-child, .zhuanti-detail .hot-search .title ul li:first-child {
        border-left: none; }
.zhuanti-detail .about-jiaocheng .more, .zhuanti-detail .latest-zhuanti .more {
  position: absolute;
  font-size: 13px;
  color: #333;
  top: 5px;
  right: 20px; }
.zhuanti-detail .hot-search .hot-word {
  height: 102px;
  padding: 10px; }
  .zhuanti-detail .hot-search .hot-word a {
    font-size: 13px;
    color: #333;
    line-height: 20px;
    word-break: keep-all;
    white-space: nowrap; }
.zhuanti-detail .game-list {
  margin-top: 10px;
  background: #fff; }
  .zhuanti-detail .game-list ul {
    padding: 0 20px;
    display: none; }
    .zhuanti-detail .game-list ul.active {
      display: block; }
    .zhuanti-detail .game-list ul li {
      width: 455px;
      float: left;
      margin-right: 20px;
      height: 120px;
      margin-bottom: 20px; }
      .zhuanti-detail .game-list ul li .left-img {
        width: 120px;
        float: left;
        height: 117px;
        margin-right: 13px; }
        .zhuanti-detail .game-list ul li .left-img a {
          display: block;
          width: 120px;
          height: 117px; }
          .zhuanti-detail .game-list ul li .left-img a img {
            width: 120px;
            height: 117px;
            border-radius: 10px; }
      .zhuanti-detail .game-list ul li .detail {
        float: left;
        width: 320px;
        height: 118px; }
        .zhuanti-detail .game-list ul li .detail p {
          padding-left: 5px;
          padding-right: 5px;
          color: #333;
          font-size: 13px; }
          .zhuanti-detail .game-list ul li .detail p.name {
            margin: 10px 0; }
            .zhuanti-detail .game-list ul li .detail p.name a, .zhuanti-detail .game-list ul li .detail p.name span {
              height: 25px;
              word-break: break-all;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 1;
              overflow: hidden;
              float: left; }
            .zhuanti-detail .game-list ul li .detail p.name a {
              font-size: 17px;
              font-weight: 900;
              width: 40%; }
            .zhuanti-detail .game-list ul li .detail p.name span {
              width: 60%;
              line-height: 25px; }
        .zhuanti-detail .game-list ul li .detail .info {
          word-break: break-all;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden;
          height: 57px; }
.zhuanti-detail .about-jiaocheng {
  margin-top: 20px; }
  .zhuanti-detail .about-jiaocheng .about-title {
    height: 279px;
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; }
    .zhuanti-detail .about-jiaocheng .about-title li {
      float: left;
      width: 47%;
      padding: 7px 0px 7px 20px; }
      .zhuanti-detail .about-jiaocheng .about-title li:nth-child(2n+1) {
        border-right: 1px dashed #ccc; }
      .zhuanti-detail .about-jiaocheng .about-title li a {
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        font-size: 15px;
        height: 20px;
        width: 90%; }
.zhuanti-detail .latest-zhuanti {
  margin-top: 20px; }
  .zhuanti-detail .latest-zhuanti .zhuanti-list {
    margin-top: 9px;
    margin-left: -8px; }
    .zhuanti-detail .latest-zhuanti .zhuanti-list li {
      width: 180px;
      height: 154px;
      margin-left: 12px;
      float: left; }
      .zhuanti-detail .latest-zhuanti .zhuanti-list li .zhuanti-img {
        display: block;
        width: 180px;
        height: 120px; }
        .zhuanti-detail .latest-zhuanti .zhuanti-list li .zhuanti-img img {
          width: 180px;
          height: 120px; }
      .zhuanti-detail .latest-zhuanti .zhuanti-list li .tit {
        width: 180px;
        height: 34px;
        line-height: 34px; }
        .zhuanti-detail .latest-zhuanti .zhuanti-list li .tit a {
          height: 34px;
          line-height: 34px;
          font-size: 15px;
          color: #333;
          word-break: break-all;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          overflow: hidden; }

.newscont h1.title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
  text-align: center; }
.newscont .textif {
  line-height: 30px;
  font-size: 15px;
  margin: 0 10px;
  text-align: center;
  color: #999; }
  .newscont .textif span {
    vertical-align: middle; }
  .newscont .textif .sharebox {
    width: 150px;
    display: inline-block;
    margin: 0 auto; }
.newscont .main-info img {
  max-width: 100%; }

#comment {
  position: relative;
  font-size: 14px;
  overflow: hidden; }
  #comment .introTit {
    margin-bottom: 15px;
    display: block;
    height: 38px;
    line-height: 38px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
    padding: 0;
    font-weight: 700; }
    #comment .introTit .cmtNum {
      float: right;
      font-weight: 400;
      color: #999;
      font-size: 14px; }
  #comment dl {
    width: 100%;
    overflow: hidden;
    font-size: 14px; }
    #comment dl dt {
      line-height: 24px;
      color: #666;
      zoom: 1;
      padding-top: 14px;
      border-top: 1px dashed #ddd; }
      #comment dl dt span i {
        font-style: normal;
        padding: 0 5px;
        color: #9c65ff; }
      #comment dl dt em {
        padding-left: 10px; }
    #comment dl dd {
      padding: 10px 0;
      zoom: 1;
      margin: 0;
      width: 100% p;
        width-text-align: right;
        width-position: relative;
        width-z-index: 0;
        width-line-height: 1.5;
        width-margin-right: 20px a;
          width-margin-right-color: #25c88a;
          width-margin-right-z-index: 0;
          width-margin-right-position: relative;
          width-margin-right-top: -7px;
          width-margin-right-_top: 0; }

/*# sourceMappingURL=comin.css.map */
