﻿body {
    background: #f1f2f6
}

#header {
    line-height: 3.125rem;
    height: 3.125rem;
    /* background-color: #008ee1; */
    background-color: #205AEF;
    padding: 0 10px
}

.g-web-nav {
    width: 100%;
    height: auto;
    padding: 0;
    background: #fff;
    display: none;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 44px;
    box-shadow: 1px 2px 2px #ccc;
    z-index: 9999
}

@-moz-document url-prefix() {
    .g-web-nav .g-nav-btn {
        width: 92%
    }
}

.g-web-nav .g-nav-btn {
    width: auto;
    width: 92%;
    height: 40px;
    margin: 14px;
    border: 1px solid #205AEF;
    border-radius: 4px;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden
}

.g-web-nav .g-nav-btn li {
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 400;
    color: #08c;
    text-align: center;
    display: block;
    overflow: hidden;
    border-right: 1px solid #205AEF;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    display: block;
    overflow: hidden;
    cursor: pointer
}

.g-web-nav .g-nav-btn li:nth-child(4) {
    border: 0
}

.g-web-nav .g-nav-btn .m-hover {
    background: #205AEF;
    color: #fff
}

.g-web-nav .g-nav-ul {
    width: 100%;
    height: auto;
    padding: 0 14px 0 0;
    box-sizing: border-box;
    display: block;
    overflow: hidden
}

.g-web-nav .g-nav-ul li {
    width: 33.33%;
    height: auto;
    float: left;
    padding: 0 0 14px 14px;
    display: inline;
    overflow: hidden;
    box-sizing: border-box
}

.g-web-nav .g-nav-ul li a {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    display: block;
    overflow: hidden
}

.g-web-nav .g-nav-ul li a strong {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin: 2px 0 0 0;
    display: block;
    overflow: hidden
}

.g-web-nav .g-nav-ul li a b {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    text-align: center;
    margin: 2px 0 0 0;
    display: block;
    overflow: hidden
}

.g-web-nav .g-nav-ul li a:active {
    background: #60C505;
    color: #fff;
    border: 1px solid #60C505
}

.g-web-nav .g-nav-ul li a:active strong {
    color: #fff
}

.g-web-nav .g-nav-ul li a:active b {
    color: #fff
}

#search {
    height: 2.4375rem;
    padding-top: .6875rem;
    overflow: hidden
}

#search form {
    width: auto;
    height: auto;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    float: none;
    background: 0 0;
    border: 0;
    border-radius: 0
}

#search form input {
    width: auto;
    height: 28px;
    line-height: 1.75rem;
    font-size: .875rem;
    font-weight: 400;
    color: #666;
    text-indent: .625rem;
    background: #f1f2f6;
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: .25rem 0 0 .25rem;
    float: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    box-shadow: none
}

@-moz-document url-prefix() {
    #search form input {
        float: left
    }
}

#search form .search-input {
    text-indent: .625rem;
    width: auto;
    max-width: 7.2rem
}

#search form .search-button {
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    border: 0;
    border-left: .0625rem solid #ddd;
    border-radius: 0 .25rem .25rem 0;
    background: #f1f2f6;
    vertical-align: top;
}

#search i.icon-sousuo {
    position: absolute;
    right: 0;
    top: 17px;
    font-size: 1.125rem;
    font-size: 1rem
}

#menu .icon-caidan {
    font-size: 1.25rem;
    color: #fff;
    padding-left: .625rem
}

#logo .logo__img {
    width: 6.9rem;
    height: 1.5rem;
    margin: .79rem 0;
    background: url(../img/logo.png) no-repeat;
    background-size: 100%
}

#nav {
    line-height: 2.5rem;
    height: auto;
    border-bottom: .0625rem solid #ddd;
    background: #fff;
    overflow: hidden;
}

#nav ul li {
    display: block;
    float: left;
    width: 16.6%;
    text-align: center;
    line-height: 2.5rem;
    position: relative;
}

#nav ul li.on::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 3px;
    margin-left: -20px;
    background-color: #205AEF;
}

#nav ul li.on a {
    /* color: #fff */
}

#nav ul li a {
    font-size: .875rem;
    line-height: .875rem;
    color: #333
}

#m-nav-showbtn {
    position: absolute;
    right: 15px;
    bottom: 0
}

#m-nav-hide {
    width: 92px;
    height: 0;
    position: absolute;
    right: 0;
    display: block;
    overflow: hidden;
    background: #fff;
    z-index: 999
}

#m-nav-hide li {
    width: 100% !important;
    height: 33px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #eee
}

#m-nav-hide li a {
    width: 100% !important;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: center
}

#nav.side-down.menu_scroll #m-nav-hide,
#nav.side-down.menu_scroll #m-nav-showbtn {
    right: 20px
}

#header .g-btn {
    width: 20px;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 0
}

#header .g-btn i {
    color: #fff;
    font-size: 20px
}

.box {
    background: #f1f2f6;
    padding: 0 .625rem;
    height: auto;
    width: auto;
    overflow: hidden
}

section {
    background: #fff;
    margin-bottom: .625rem
}

#con-soft__info {
    padding: .625rem
}

#con-soft__info dl {
    width: 100%
}

#con-soft__info dl dt {
    display: block;
    float: left;
    margin-right: .625rem;
    width: 4.375rem
}

#con-soft__info dl dt img {
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 1rem
}

#con-soft__info dl dd {
    width: auto;
    height: auto;
    text-align: left;
    display: block;
    overflow: hidden
}

#con-soft__info dl dd h1 {
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 1.125rem;
    font-weight: 400;
    color: #333;
    display: block;
    overflow: hidden;
    margin-bottom: .3125rem
}

#con-soft__info dl dd ul {
    width: 100%
}

#con-soft__info dl dd ul li {
    font-size: .75rem;
    line-height: .75rem;
    color: #888;
    padding: .3125rem 0;
    width: 48%;
    margin-right: 2%;
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#con-soft__info dl dd .provider li:nth-child(5) {
    padding: 0;
    width: 90%;
}

#con-soft__info dl dd .provider li:nth-child(5) span {
    display: inline-block;
    width: 75%;
    height: 36px;
    line-height: 17px;
    overflow: hidden;
    vertical-align: text-top;
    text-overflow: ellipsis;
}

#con-soft__info dl dd .provider.up li:nth-child(5) span {
    white-space: normal;
  }

#con-soft__info dl dd .provider {
    position: relative;
}

#con-soft__info dl dd .provider .drop-down {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/i-down.png) no-repeat;
    transform: scale(1);
    position: absolute;
    top: 50%;
    right: 5%;
}

#con-soft__info dl dd .provider.up .drop-down {
    background: url(../img/i-up.png) no-repeat;
  }

#con-soft__info dl dd ul li a {
    color: #08c
}

#con-soft__info button {
    width: 100%;
    margin-top: .3125rem;
    background: #205AEF;
    border-radius: .375rem
}

span.spreadtip {
    width: 42%;
    line-height: 18px;
    float: left;
    display: block;
    background: none;
    border-top: 0;
    color: #963;
    font-size: 12px;
    text-align: right;
    margin-top: 18px;
    margin-left: 8%
}

#con-soft__intro ul {
    width: 100%;
    height: 2.75rem;
    border-bottom: 1px solid #efefef;
    margin-right: -3%;
    overflow: hidden
}

#con-soft__intro ul li {
    width: 49.6%;
    display: block;
    float: left;
    height: 2.75rem;
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1;
    text-align: center;
    line-height: 2.75rem
}

#con-soft__intro ul .icon-shu {
    left: 50%;
    top: 0;
    height: 100%;
    font-size: 3.875rem;
    width: .0625rem;
    overflow: hidden;
    border-left: .0625rem solid #ddd
}

#con-soft__intro ul li.on {
    color: #36c;
    border-bottom: .125rem solid #008ee1;
    height: 2.625rem;
    line-height: 2.75rem
}

#con-soft__intro ul li:hover .on {
    display: none
}

#con-soft__intro ul li.on a {
    color: #36c
}

#con-soft__intro ul li a {
    color: #333;
    font-size: 1rem
}

#con-soft__intro .bd {
    padding: 0 .625rem
}

.swiper-container {
    width: 99%;
    height: 100%;
    padding-top: .625rem;
    padding-bottom: .625rem
}

.swiper-slide {
    width: 10.625rem;
    height: auto;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden
}

.swiper-slide img {
    max-width: 100%;
    height: auto;
    border: .0625rem solid #eee;
    display: block;
    overflow: hidden
}

#con-soft__tag .bd {
    padding: 0
}

#con-soft__tag a {
    border: .0625rem solid #ddd;
    padding: .3125rem;
    display: block;
    float: left;
    margin: .625rem .625rem .3125rem 0;
    border-radius: .1875rem
}

#con-soft__tag a:nth-child(2) {
    border: .0625rem solid #E8A6FA;
    color: #C663E2
}

#con-soft__tag a:nth-child(3) {
    border: .0625rem solid #B4B3FF;
    color: #6461FF
}

#con-soft__tag a:nth-child(4) {
    border: .0625rem solid #7CD2F2;
    color: #3AAFDA
}

#con-soft__tag a:nth-child(5) {
    border: .0625rem solid #63EFCA;
    color: #17C0B3
}

#con-soft__content p {
    text-indent: 2em;
    line-height: 1.5rem;
    margin-bottom: .9375rem;
    font-size: .875rem
}

#con-soft__content h4 {
    font-size: 1rem;
    color: #f60;
    font-weight: 700;
    line-height: 1rem;
    padding-bottom: .3125rem
}

#con-soft__content p a {
    color: #09F;
    text-decoration: underline
}

#con-soft__content__bottom {
    width: 100%;
    height: auto;
    line-height: 1.25rem;
    padding: .625rem;
    background: #fff;
    font-size: .75rem;
    font-weight: 400;
    color: #999;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    zoom: 1
}

#con-soft__content__bottom span {
    color: #555
}

#con-soft__content__bottom b {
    width: 40px;
    height: 19px;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.slideup {
    overflow: hidden
}

.the_height {
    /* height: 6.875rem; */
}

.the_height2 {
    height: 42px
}

.slidedown,
.slidedown2 {
    height: auto
}

.btn_click {
    display: block;
    width: 7.5rem;
    height: 1.875rem;
    position: relative;
    line-height: 1.875rem;
    margin: .625rem auto;
    color: #fff;
    background: #999;
    text-align: center;
    text-decoration: none;
    text-indent: -1em;
    border-radius: .3125rem
}

#con-soft__morning {
    padding: .625rem;
    padding-top: 0
}

#con-soft__morning .hd {
    height: 2.375rem;
    border-bottom: .125rem solid #f1f2f6
}

#con-soft__morning .hd h3 {
    line-height: 2.375rem;
    font-size: 1rem
}

#con-soft__morning .bd dl {
    padding-top: .625rem;
    position: relative
}

#con-soft__morning .bd dl dt {
    display: block;
    float: left;
    padding-right: .625rem
}

#con-soft__morning .bd dl dt img {
    width: 4.125rem;
    height: 4.125rem;
    border-radius: 1rem
}

#con-soft__morning .bd dl dd {
    width: 85%
}

#con-soft__morning .bd dl dd h2 {
    font-size: 1rem;
    line-height: 1rem;
    padding: .125rem 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333
}

#con-soft__morning .bd dl dd li {
    padding: .1875rem 0
}

#con-soft__morning .bd dl dd li span {
    color: #666;
    font-size: .75rem
}

#con-soft__morning .bd dl dd li span.pipe {
    color: #999
}

#con-soft__morning .bd dl dd li img {
    width: auto;
    height: .875rem;
    display: block;
    overflow: hidden;
    margin: .25rem 0 0 0
}

#con-soft__morning .bd dl i.icon-xiazai {
    font-size: 2.5rem;
    position: absolute;
    top: 2.1875rem;
    right: 0;
    color: #205AEF
}

#con-soft__boutique {
    padding: .625rem;
    padding-top: 0;
    padding-bottom: 0
}

#con-soft__boutique .hd {
    height: 2.375rem;
    border-bottom: .125rem solid #f1f2f6
}

#con-soft__boutique .hd h3 {
    line-height: 2.375rem;
    font-size: 1rem
}

#con-soft__boutique ul li {
    width: 20%;
    margin-bottom: .625rem;
    float: left;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
    zoom: 1
}

#con-soft__boutique ul li a {
    color: #333;
    font-size: .75rem;
    line-height: .75rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#con-soft__boutique ul li a p {
    width: 90%;
    line-height: .75rem;
    font-size: .75rem;
    font-weight: 400;
    color: #333;
    text-align: center;
    display: block;
    overflow: hidden;
    margin: .25rem auto 0
}

#con-soft__boutique ul li a img {
    width: 3rem;
    height: 3rem;
    display: block;
    overflow: hidden
}

#con-soft__relatedarticle {
    padding: .625rem;
    padding-top: 0;
    padding-bottom: 0
}

#con-soft__relatedarticle .hd {
    height: 2.375rem;
    border-bottom: .125rem solid #f1f2f6
}

#con-soft__relatedarticle .hd h3 {
    line-height: 2.375rem;
    font-size: 1rem
}

.textlist ul li {
    font-size: .875rem;
    line-height: .875rem;
    padding: .5625rem 0;
    width: 98%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: .0625rem solid #f1f2f6
}

.textlist ul li a {
    color: #333
}

.textlist ul li a:before {
    font-size: .75rem;
    font-weight: 400;
    line-height: .75rem;
    clear: both;
    content: '·';
    color: #ccc;
    padding-right: .3125rem
}

#foot-nav {
    background: #f1f2f6;
    width: 100%;
    margin: 1.25rem 0 0 0;
    border-top: .0625rem solid #ccc;
    display: block;
    overflow: hidden
}

#foot-nav ul li {
    width: 33.33%;
    height: 2.5rem;
    border: .0625rem solid #ccc;
    float: left;
    box-sizing: border-box;
    display: inline;
    overflow: hidden
}

#foot-nav ul li a {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: .75rem;
    font-weight: 400;
    color: #333;
    text-align: center;
    display: block;
    overflow: hidden;
    text-decoration: none
}

footer {
    width: 100%;
    height: 2.875rem;
    line-height: 2.875rem;
    background: #EAEAEA;
    font-size: 12px;
    font-weight: 400;
    border-top: .0625rem solid #ccc;
    color: #ccc;
    text-align: center
}

footer a {
    color: #333;
    font-size: .875rem
}

#nav.side-down.menu_scroll {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%
}

.cbbfixed {
    position: fixed;
    z-index: 3;
    right: 1.25rem;
    bottom: -7rem;
    cursor: pointer;
    transition: bottom ease .3s
}

.cbbfixed .cbbtn {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    border-radius: .25rem;
    background-color: #555
}

.cbbfixed .gotop {
    margin-top: .625rem;
    transition: background-color ease .3s
}

.cbbfixed .gotop .up-icon {
    float: left;
    width: 1.4375rem;
    height: .75rem;
    margin: .875rem 0 0 .5625rem
}

.cbbfixed .gotop:hover {
    background-color: #2c2d2e
}

.cbbfixed i {
    font-size: 1.5625rem;
    line-height: 2.5rem;
    padding: 0;
    color: #fff
}

article .title-zt{
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 11px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    box-sizing: border-box;
    background: #fbfbfb;
}

article .title-zt:before {
    content: "";
    display: block;
    width: 6px;
    height: 18px;
    margin-right: 6px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #ff5a39;
}

article.list section {
    background: 0 0
}

#list-soft__list .hd {
    height: 2.375rem;
    border-bottom: .125rem solid #f1f2f6
}

#list-soft__list .hd h3 {
    line-height: 2.375rem;
    font-size: 1rem
}

#list-soft__list .bd dl {
    margin-top: .625rem;
    position: relative;
    background: #fff;
    padding: .625rem
}

#list-soft__list .bd dl dt {
    float: left;
    display: block;
    padding-right: .625rem
}

#list-soft__list .bd dl dt img {
    width: 4.125rem;
    height: 4.125rem;
    border-radius: 1rem
}

#list-soft__list .bd dl dd {
    width: 80%;
}

#list-soft__list .bd dl dd li:first-child {
    font-size: 1rem;
    line-height: 1rem;
    padding: .125rem 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333
}

#list-soft__list .bd dl dd li {
    padding: .1875rem 0
}

#list-soft__list .bd dl dd li span {
    color: #666;
    font-size: .75rem
}

#list-soft__list .bd dl dd li span.pipe {
    color: #999
}

#list-soft__list .bd dl dd li img {
    width: auto;
    height: .875rem;
    display: block;
    overflow: hidden;
    margin: .25rem 0 0 0
}

#list-soft__list .bd dl span.download {
    font-size: 14px;
    position: absolute;
    top: 1.54rem;
    right: 0.625rem;
    color: #fff;
    display: block;
    padding: 10px 15px;
    background: #205AEF;
}

#list-classtab {
    width: auto;
    height: auto;
    display: block;
    /* overflow: hidden; */
    box-sizing: border-box
}

#list-classtab ul {
    height: 2.5rem;
    display: -webkit-box;
    display: -moz-box;
    /* overflow: hidden; */
    width: 100%;
    background: #fff;
}

#list-classtab ul li {
    width: auto;
    height: 2.5rem;
    border-right: .0625rem solid #eee;
    display: block;
    background: #fff;
    /* overflow: hidden; */
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    position: relative;
}

#list-classtab ul li a,
#list-classtab ul li span {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: .9375rem;
    font-weight: 400;
    color: #333;
    text-align: center;
    display: block;
    overflow: hidden;
    margin: auto
}

#list-classtab ul li.on::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 3px;
    margin-left: -20px;
    background-color: #205AEF;
}

#list-classtab ul li.on a {
    /* color: #fff */
}

#list-classtab .tab-list-all{
    position: relative;
    background: url(../img/arrow.png) no-repeat 86% 50%;
    background-size: 1rem;
}
#list-classtab .tab-list-menu {
    display: none;
    position: absolute;
    top: 41px;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 210px;
    z-index: 10;
    background-color: #fff;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, .4);
    overflow-y: auto;
}

#list-classtab .tab-list-menu.active{
    display: block;
}

#list-classtab .tab-list-menu li{
    border-top: 1px solid #f5f5f5;
}

#list-classtab .tab-list-menu li:nth-of-type(1) {
    border-top: 0;
}

#list-classtab .tab-list-menu li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .875rem;
    color: #666;
}
.overlay {
    position: relative
}

.overlay dt img {
    width: 310px
}

.overlay dd a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 30px;
    z-index: 5;
    height: 30px
}

.overlay dd span {
    display: inline-block;
    width: 100%;
    height: 30px;
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    position: absolute;
    bottom: 0;
    left: 0
}

.overlay dd:hover span {
    background: #7a30ac;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

.list-soft__head {
    height: 170px;
    overflow: hidden
}

.list-soft__head dl dt {
    width: 100%;
    height: 170px;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative;
    zoom: 1
}

.list-soft__head dl dt img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden
}

.list-soft__head .overlay dd span {
    height: 42px
}

.list-soft__head .overlay dd {
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    display: block;
    overflow: hidden;
    text-indent: 2em
}

.list-soft__head .overlay dd em {
    height: 40px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 10px
}

.list-soft__list2 {
    margin-top: .625rem
}

.list-soft__list2 .hd {
    height: 2.375rem;
    background: #fff;
    padding: 0 10px;
    border-bottom: .125rem solid #f1f2f6
}

.list-soft__list2 .hd h3 {
    line-height: 2.375rem;
    font-size: 1rem
}

.list-soft__list2 .bd dl i.ol {
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    position: relative;
    height: 100%;
    text-align: center;
    color: #888;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 10px
}

.list-soft__list2 .bd dl i.ol span {
    color: #fff;
    position: absolute;
    left: 12px;
    top: 2px;
    font-size: 14px;
    font-weight: 700
}

.list-soft__list2 .bd dl:nth-of-type(1) i.ol {
    color: #f77766
}

.list-soft__list2 .bd dl:nth-of-type(2) i.ol {
    color: #f9cf7c
}

.list-soft__list2 .bd dl:nth-of-type(3) i.ol {
    color: #65c1e3
}

.list-soft__list2 .bd dl {
    position: relative;
    background: #fff;
    padding: .625rem;
    border-bottom: 1px solid #eee;
    overflow: hidden
}

.list-soft__list2 .bd dl dt {
    width: auto;
    height: auto;
    display: -webkit-box;
    overflow: hidden;
    padding: 0 0 0 38px;
    box-sizing: border-box;
    float: left
}

.list-soft__list2 .bd dl dt img {
    width: 4.125rem;
    height: 4.125rem;
    border-radius: 1rem
}

.list-soft__list2 .bd dl dd {
    width: auto;
    height: auto;
    display: -webkit-box;
    overflow: hidden;
    padding: 0 0 0 10px;
    box-sizing: border-box
}

.list-soft__list2 .bd dl dd h2 {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 4px 0 5px 0;
    display: block;
    overflow: hidden
}

.list-soft__list2 .bd dl dd li {
    width: auto;
    height: auto;
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1;
    padding-right: 20px
}

.list-soft__list2 .bd dl dd li span {
    color: #666;
    font-size: .75rem
}

.list-soft__list2 .bd dl dd li span.pipe {
    color: #999
}

.list-soft__list2 .bd dl dd li img {
    width: auto;
    height: .875rem;
    display: block;
    overflow: hidden;
    margin: .25rem 0 0 0
}

.list-soft__list2 .bd dl i.icon-xiazai {
    font-size: 2.5rem;
    position: absolute;
    top: 2.1875rem;
    right: 0;
    color: #205AEF
}

@media only screen and (min-width:310px) and (max-width:375px) {
    .list-soft__list2 .bd dl i.icon-xiazai {
        display: none
    }

    .list-soft__list2 .bd dl dd li {
        padding-right: 0
    }
}

#sort-soft dl {
    width: 100%;
    height: auto;
    background: #fff;
    display: -webkit-box;
    overflow: hidden;
    margin-top: .625rem
}

#sort-soft dl dt {
    width: 110px;
    height: 120px;
    display: block;
    overflow: hidden;
    border-right: 1px solid #eee;
    text-align: center
}

@-moz-document url-prefix() {
    #sort-soft dl dt {
        float: left
    }
}

#sort-soft dl dt i {
    font-size: 40px;
    line-height: 40px;
    margin: 24px 0 10px 0;
    color: inherit
}

#sort-soft dl:nth-of-type(1) dt a {
    color: #f77766
}

#sort-soft dl:nth-of-type(2) dt a {
    color: #82d52a
}

#sort-soft dl:nth-of-type(3) dt a {
    color: #19b5ff
}

#sort-soft dl:nth-of-type(4) dt a {
    color: #f90
}

#sort-soft dl:nth-of-type(5) dt a {
    color: #f40
}

#sort-soft dl dd {
    width: auto;
    height: auto;
    margin: 0;
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1
}

#sort-soft dl dd a {
    width: 50%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    border-top: 0;
    border-left: 0;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    box-sizing: border-box
}

#cate-top ul {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 10px 0 6px 10px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden
}

#cate-top ul li {
    width: auto;
    height: auto;
    padding: 0 10px 0 0;
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1;
    text-align: center
}

#cate-top ul li a {
    color: #333;
    font-size: 14px
}

#cate-top ul li p {
    padding: 10px;
    background: #f66;
    margin-bottom: 6px;
    border-radius: 6px
}

#cate-top ul li p i {
    font-size: 25px;
    color: #fff
}

.index-soft_list .hd {
    height: 2.375rem;
    background: #fff;
    padding-right: 10px
}

.index-soft_list .hd h3 {
    line-height: 26px;
    font-size: 1rem;
    background: #f66;
    width: auto;
    display: block;
    float: left;
    padding: 0 10px;
    margin-top: 6px;
    color: #fff;
    margin-left: -7px
}

.index-soft_list .hd i.icon-sanjiaozuo {
    position: absolute;
    left: -9px;
    bottom: -3px;
    color: #f66
}

.index-soft_list .hd cite {
    display: block;
    float: right;
    line-height: 38px
}

.index-soft_list .hd cite a {
    color: #999
}

.index-soft_list .hd span {
    line-height: 38px;
    color: #333;
    font-size: 14px;
    padding-left: 10px
}

.index-soft_list .bd dl {
    border-bottom: 1px solid #f1f2f6;
    position: relative;
    background: #fff;
    padding: .625rem
}

.index-soft_list .bd dl dt {
    float: left;
    display: block;
    padding-right: .625rem
}

.index-soft_list .bd dl dt img {
    width: 4.125rem;
    height: 4.125rem;
    border-radius: 1rem
}

.index-soft_list .bd dl dd {
    width: 85%
}

.index-soft_list .bd dl dd h2 {
    font-size: 1rem;
    line-height: 1rem;
    padding: .125rem 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333
}

.index-soft_list .bd dl dd li {
    padding: .1875rem 0
}

.index-soft_list .bd dl dd li span {
    color: #666;
    font-size: .75rem
}

.index-soft_list .bd dl dd li span.pipe {
    color: #999
}

.index-soft_list .bd dl dd li img {
    width: auto;
    height: .875rem;
    display: block;
    overflow: hidden;
    margin: .25rem 0 0 0
}

.index-soft_list .bd dl .download {
    font-size: 14px;
    padding: 10px 15px;
    display: block;
    background: #205AEF;
    color: #fff;
    position: absolute;
    top: 1.7rem;
    right: 0.625rem;
}

.index-soft_list .bd dl:nth-of-type(1) i.ol {
    color: #f77766
}

.index-soft_list .bd dl:nth-of-type(2) i.ol {
    color: #f9cf7c
}

.index-soft_list .bd dl:nth-of-type(3) i.ol {
    color: #65c1e3
}

.index-soft_list .bd dl i.ol {
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    position: relative;
    height: 100%;
    text-align: center;
    color: #888;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 10px
}

.index-soft_list .bd dl i.ol span {
    color: #fff;
    position: absolute;
    left: 12px;
    top: 2px;
    font-size: 14px;
    font-weight: 700
}

.index-soft_list .bd.num dl dt {
    width: auto;
    height: auto;
    display: -webkit-box;
    overflow: hidden;
    padding: 0 0 0 33px;
    box-sizing: border-box;
    margin-right: 5px;
    float: left
}

.index-soft_list .bd.num dl dd {
    width: auto;
    height: auto;
    display: -webkit-box;
    overflow: hidden;
    box-sizing: border-box
}

.index-soft_list .bd.num dl dd ul {
    width: 100%
}

#links {
    padding: 0 10px
}

#links .hd {
    height: 2.375rem;
    background: #fff;
    padding-right: 10px;
    border-bottom: .125rem solid #f1f2f6
}

#links .hd h3 {
    line-height: 26px;
    font-size: 1rem;
    background: #f66;
    width: auto;
    display: block;
    float: left;
    padding: 0 10px;
    margin-top: 6px;
    color: #fff;
    margin-left: -7px
}

#links .hd i.icon-sanjiaozuo {
    position: absolute;
    left: -9px;
    bottom: -3px;
    color: #f66
}

#links .hd cite {
    display: block;
    float: right;
    line-height: 38px
}

#links .hd cite a {
    color: #999
}

#links .hd span {
    line-height: 38px;
    color: #333;
    font-size: 14px;
    padding-left: 10px
}

#links .bd {
    background: #fff;
    padding: 10px
}

#links .bd a {
    color: #888;
    font-size: 12px;
    float: left;
    margin: 5px 5px 5px 0;
    display: inline;
    overflow: hidden
}

.index-soft_speciallist .hd {
    background: #fff;
    padding-right: 10px
}

.index-soft_speciallist h3 {
    line-height: 26px;
    font-size: 1rem;
    background: #f66;
    width: auto;
    display: block;
    float: left;
    padding: 0 10px;
    margin-top: 6px;
    color: #fff;
    margin-left: -7px
}

.index-soft_speciallist i.icon-sanjiaozuo {
    position: absolute;
    left: -9px;
    bottom: -3px;
    color: #f66
}

.index-soft_speciallist cite {
    display: block;
    float: right;
    line-height: 38px
}

.index-soft_speciallist cite a {
    color: #999
}

.index-soft_speciallist span {
    line-height: 38px;
    color: #333;
    font-size: 14px;
    padding-left: 10px
}

.index-soft_speciallist dl {
    height: auto;
    display: block;
    padding: 10px;
    overflow: hidden;
    border-top: 1px solid #f7f7f7;
    background: #fff
}

.index-soft_speciallist dl a {
    display: -webkit-box
}

.index-soft_speciallist dl dt img {
    width: 120px;
    height: 74px;
    display: block;
    overflow: hidden;
    margin: 0 10px 0 0
}

.index-soft_speciallist dl dd {
    width: auto;
    height: 74px;
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1
}

.index-soft_speciallist dl dd strong {
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 5px 0 8px 0;
    display: block;
    overflow: hidden
}

.index-soft_speciallist dl dd p {
    width: 100%;
    line-height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin: 5px 0 0 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.index-soft_speciallist dl dd span {
    padding: 0;
    width: 100%;
    line-height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin: 15px 0 0 0;
    display: block;
    overflow: hidden
}

.index-soft_speciallist dl dd span b {
    color: #f66
}

#topped-btn {
    margin-bottom: 10px
}

#topped-btn ul {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 10px 0 6px 10px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden
}

#topped-btn ul li {
    width: auto;
    height: auto;
    padding: 0 10px 0 0;
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1;
    text-align: center
}

#topped-btn ul li a {
    color: #333;
    font-size: 14px
}

#topped-btn ul li p {
    padding: 10px;
    background: #000;
    margin-bottom: 6px;
    border-radius: 6px
}

#topped-btn ul li p i {
    font-size: 25px;
    color: #fff
}

#new-soft .hd {
    background: #fff;
    padding-right: 10px
}

#new-soft h3 {
    line-height: 26px;
    font-size: 1rem;
    background: #f66;
    width: auto;
    display: block;
    float: left;
    padding: 0 10px;
    margin-top: 6px;
    color: #fff;
    margin-left: -7px
}

#new-soft i.icon-sanjiaozuo {
    position: absolute;
    left: -9px;
    bottom: -3px;
    color: #f66
}

#new-soft cite {
    display: block;
    float: right;
    line-height: 38px
}

#new-soft cite a {
    color: #999
}

#new-soft span {
    line-height: 38px;
    color: #333;
    font-size: 14px;
    padding-left: 10px
}

#new-soft .bd ul li {
    background: #fff;
    overflow: hidden;
    margin: 7px 0;
    padding: 10px 5px
}

#new-soft .bd ul img {
    width: 20%;
    height: auto;
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 5px
}

#new-soft .bd ul li strong {
    width: auto;
    height: auto;
    padding: 0 5px 0 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-weight: 400
}

#new-soft .bd ul li time {
    line-height: 21px;
    color: #f66
}

#new-soft .bd dl {
    overflow: hidden;
    margin-top: 8px;
    width: 100%;
    height: 7.1875rem
}

#new-soft .bd dt {
    width: auto;
    height: auto;
    overflow: hidden
}

#new-soft .bd dt img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden
}

#new-soft .bd dd a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 30px;
    z-index: 5;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#new-soft .bd dd span {
    display: inline-block;
    width: 100%;
    height: 30px;
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    position: absolute;
    bottom: 0;
    padding: 0;
    left: 0
}

#new-soft .bd dd:hover span {
    background: #7a30ac;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

#cate-top ul li:nth-of-type(1) p {
    background: #f77766
}

#cate-top ul li:nth-of-type(2) p {
    background: #f9cf7c
}

#cate-top ul li:nth-of-type(3) p {
    background: #65c1e3
}

#cate-top ul li:nth-of-type(4) p {
    background: #f90
}

#cate-top ul li:nth-of-type(5) p {
    background: #66d105
}

#topped-btn ul li:nth-of-type(1) p {
    background: #f77766
}

#topped-btn ul li:nth-of-type(2) p {
    background: #f9cf7c
}

#topped-btn ul li:nth-of-type(3) p {
    background: #65c1e3
}

#topped-btn ul li:nth-of-type(4) p {
    background: #f90
}

#navbottom-soft {
    background: #fff;
    width: 100%
}

#navbottom-soft ul {
    padding: 0 10px;
    height: auto;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    display: block;
    overflow: hidden
}

#navbottom-soft ul li {
    display: inline-block;
    box-sizing: border-box;
    width: 20%;
    height: auto
}

#navbottom-soft ul li a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    display: block;
    overflow: hidden
}

#navbottom-soft ul li a img {
    width: 48px;
    height: 48px;
    margin: 10px auto 0;
    display: block;
    overflow: hidden
}

#navbottom-soft ul li a p {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    text-align: center;
    display: block;
    overflow: hidden;
    margin: 4px auto 0
}

#reladowns {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px
}

#reladowns ul {
    margin-bottom: -10px;
    overflow: hidden
}

#reladowns ul li:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.'
}

#reladowns ul li {
    padding: 5px 0;
    border-bottom: dashed 1px #dedede;
    line-height: 27px
}

#reladowns ul li p {
    display: block;
    float: right;
    background: #f66;
    padding: 1px 9px;
    border-radius: 4px;
    color: #fff;
    display: inline-block
}

#reladowns ul li em {
    color: #333;
    overflow: hidden;
    width: auto;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1;
    display: inline-block
}

#reladowns ul li em i {
    font-size: 12px
}

#cnxh {
    background: #fff;
    margin-bottom: 10px
}

#cnxh .hd {
    height: 2.375rem;
    padding: 0 10px;
    border-bottom: .125rem solid #f1f2f6
}

#cnxh .hd h3 {
    line-height: 2.375rem;
    font-size: 1rem
}

#cnxh ul {
    width: 100%;
    height: auto;
    padding: 0 14px 12px 0;
    box-sizing: border-box;
    display: block;
    overflow: hidden
}

#cnxh ul li {
    width: 33%;
    overflow: hidden;
    box-sizing: border-box;
    display: inline;
    padding: 10px;
    float: left
}

#cnxh ul li a {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden
}

#cnxh ul li a img {
    width: 100%;
    border-radius: 16px;
    display: block;
    overflow: hidden
}

#cnxh ul li p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin: 6px 0 0 0;
    display: block;
    overflow: hidden;
    text-indent: 0;
    padding: 0;
    border: 0
}

#newsread {
    padding: .625rem
}

#newsread h1 {
    width: 100%;
    height: auto;
    line-height: 28px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    display: block;
    overflow: hidden
}

#newsread .hd .info {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    display: block;
    overflow: hidden;
    margin: 6px 0 0 0
}

#newsread .hd span a {
    color: #369;
    padding-left: 5px
}

#newsread .hd span time {
    padding-left: 5px
}

#newsread .hd span {
    display: inline-block;
    padding-right: 10px
}

#newsread .bd p {
    width: 100%;
    height: auto;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    text-indent: 2em;
    color: #333;
    margin: 10px 0 0 0;
    display: block;
    overflow: hidden
}

#newsread .bd p img {
    width: 70%;
    height: auto;
    margin: 0 0 0 -2em
}

#newsread .bd p a {
    color: #369;
    text-decoration: underline
}

#newsread-top {
    width: 100%;
    height: auto;
    padding: 12px;
    background: #f2f2f2;
    border-radius: 8px;
    margin: 10px 0 0 0;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    zoom: 1
}

#newsread-top dl {
    position: relative;
    padding: .625rem
}

#newsread-top dl dt {
    float: left;
    display: block;
    padding-right: .625rem
}

#newsread-top dl dt img {
    width: 4.125rem;
    height: 4.125rem;
    border-radius: 1rem
}

#newsread-top dl dd {
    width: 85%
}

#newsread-top dl dd h2 {
    font-size: 1rem;
    line-height: 1rem;
    padding: .125rem 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333
}

#newsread-top dl dd li {
    padding: .1875rem 0
}

#newsread-top dl dd li span {
    color: #666;
    font-size: .75rem
}

#newsread-top dl dd li span.pipe {
    color: #999
}

#newsread-top dl dd li img {
    width: auto;
    height: .875rem;
    display: block;
    overflow: hidden;
    margin: .25rem 0 0 0
}

#newsread-top dl i.icon-xiazai {
    font-size: 2.5rem;
    position: absolute;
    top: 2.1875rem;
    right: 0;
    color: #205AEF
}

#newsread-tags {
    padding-top: 10px
}

#newsread-tags a {
    color: #999
}

#catename {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    background: #fff
}

#catename .hd {
    border-bottom: 2px solid #eee
}

#catename .hd cite {
    display: block;
    float: right;
    background: #f66;
    padding: 10px
}

#catename .hd cite a {
    color: #fff
}

#catename .hd h3 {
    padding: 10px 0;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-indent: 14px;
    box-sizing: border-box;
    display: block;
    float: left;
    overflow: hidden
}

#catename .hd .btn_click2 {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block !important;
    color: #f66
}

.btn_click {
    display: none;
    width: 7.5rem;
    height: 1.875rem;
    position: relative;
    line-height: 1.875rem;
    margin: .625rem auto;
    color: #fff;
    background: #999;
    text-align: center;
    text-decoration: none;
    text-indent: -1em;
    border-radius: .3125rem
}

#catename ul {
    width: 100%;
    background: #fff;
    padding: 0 28px 10px 0;
    display: block;
    overflow: hidden;
    position: relative;
    zoom: 1
}

#catename ul li {
    width: auto;
    height: auto;
    float: left;
    padding: 10px 0 0 10px;
    box-sizing: border-box;
    display: block;
    overflow: hidden
}

#catename ul li a {
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    border: 2px solid #d2d2d2;
    border-radius: 22px;
    padding: 6px 10px;
    display: block;
    overflow: hidden
}

#catename ul li a:active {
    background: #66d105;
    color: #fff;
    border: 2px solid #66d105
}

#catelist {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0px 10px 0 10px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 10px;
    font-size: 0;
}

#catelist dl {
    margin-top: 10px;
    /* border-bottom: 1px solid #f1f2f6; */
    /* padding-bottom: 10px; */
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
#catelist dl:nth-child(2n){
    margin-left: 2%;
}
#catelist dl dt {
    width: 100%;
    height: auto;
    /* padding: 0 12px 0 0; */
    display: block;
    overflow: hidden;
    /* float: left */
    display: block;
    box-sizing: border-box;
    padding: 10px 10px 0;
}

#catelist dl dt img {
    width: 100%;
    height: 82px;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

#catelist dl dd {
    display: block;
    width: 100%;
    position: relative
}

#catelist dl dd h2 {
    width: 100%;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    display: block;
    text-align: center;
    overflow: hidden;
    margin-top: 5px;
}

#catelist dl dd p {
    width: 100%;
    height: 17px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin: 7px 0 0 0;
    float: left;
    display: inline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#catelist dl dd span {
    width: 100%;
    height: 20px;
    box-sizing: border-box;
    float: left;
    margin: 10px 0 0 0;
    display: inline;
    overflow: hidden;
    color: #999
}

#catelist dl dd i {
    font-size: 14px;
    line-height: 14px;
    padding: 0
}

#pages {
    margin-bottom: 10px;
    text-align: center;
    background: #f66
}

#pages a {
    color: #fff;
    width: 100%;
    padding: 5px 0;
    margin: 0
}

#sort-top {
    background: #fff;
    margin-top: 10px
}

#sort-top ul {
    width: 100%;
    height: auto;
    background: #fff;
    display: block;
    overflow: hidden;
    padding: 10px 30px 0 0;
    box-sizing: border-box
}

#sort-top ul li {
    width: 33.33%;
    height: auto;
    padding: 0 0 10px 30px;
    box-sizing: border-box;
    float: left;
    display: inline;
    overflow: hidden
}

#sort-top ul li a {
    height: auto;
    display: block;
    overflow: hidden;
    text-align: center
}

#sort-top ul li a i {
    font-size: 25px;
    background: #000;
    height: 100%;
    line-height: normal;
    border-radius: 99px;
    padding: 14px;
    color: #fff
}

#sort-top ul li a p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin: 10px 0 0 0;
    display: block;
    overflow: hidden
}

#sort-top ul li:nth-of-type(1) a i {
    background-color: #f77766
}

#sort-top ul li:nth-of-type(2) a i {
    background-color: #82d52a
}

#sort-top ul li:nth-of-type(3) a i {
    background-color: #19b5ff
}

#sort-top ul li:nth-of-type(4) a i {
    background-color: #f90
}

#sort-top ul li:nth-of-type(5) a i {
    background-color: #f40
}

#sort-top ul li:nth-of-type(6) a i {
    background-color: #67809f
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loadmore {
    display: block;
    line-height: 50px;
    text-align: center;
    color: #ccc;
    font-size: 14px
}

.loadmore span {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    display: inline-block;
    margin: 10px;
    border: 2px solid #f60;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 1.1s infinite linear;
    animation: rotate 1.1s infinite linear
}

.loadover {
    position: relative;
    margin: 0 12px;
    padding: 24px 0;
    height: 20px;
    line-height: 20px;
    color: #909090;
    text-align: center
}

.loadover span {
    position: relative;
    display: inline-block;
    padding: 0 6px;
    height: 20px;
    background: #F2F2F2;
    z-index: 2
}

.loadover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #DCDCDC;
    z-index: 1;
    display: block
}

#sort-soft dl:nth-of-type(6) dt a {
    color: #f77766
}

#sort-soft dl:nth-of-type(7) dt a {
    color: #82d52a
}

#sort-soft dl:nth-of-type(8) dt a {
    color: #19b5ff
}

#sort-soft dl:nth-of-type(9) dt a {
    color: #f90
}

#sort-soft dl:nth-of-type(10) dt a {
    color: #f40
}

#sort-soft dl:nth-of-type(11) dt a {
    color: #f77766
}

#sort-soft dl:nth-of-type(12) dt a {
    color: #82d52a
}

#sort-soft dl:nth-of-type(13) dt a {
    color: #19b5ff
}

#sort-soft dl:nth-of-type(14) dt a {
    color: #f90
}

#sort-soft dl:nth-of-type(15) dt a {
    color: #f40
}

#sort-soft dl:nth-of-type(16) dt a {
    color: #f77766
}

#sort-soft dl:nth-of-type(17) dt a {
    color: #82d52a
}

#sort-soft dl:nth-of-type(18) dt a {
    color: #19b5ff
}

#sort-soft dl:nth-of-type(19) dt a {
    color: #f90
}

#sort-soft dl:nth-of-type(20) dt a {
    color: #f40
}

.pages {
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    padding: 0 .625rem;
    margin-top: -2px;
    background: #fff
}

.pages a {
    font-size: 12px;
    line-height: 26px;
    display: inline-block;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    height: 26px;
    width: 15%;
    margin: 8px 3px 6px;
    padding: 0 10px;
    vertical-align: top;
    border: 1px solid #dedede;
    background-color: #f2f2f2;
    color: #999
}

.pages a.on {
    background: #205AEF;
    color: #fff
}

.g-box {
    width: 100%;
    height: auto;
    background: 0 0;
    padding: 10px 10px 0;
    display: block;
    overflow: hidden;
    box-sizing: border-box
}

#g-keyword .g-game-recomd {
    margin: 0
}

.g-game-recomd {
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    background: #fff
}

.g-game-recomd strong {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-indent: 14px;
    border-bottom: 2px solid #eee;
    padding: 10px 0 8px;
    box-sizing: border-box;
    display: block;
    overflow: hidden
}

.g-keyword-btn {
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    overflow: hidden
}

.g-keyword-btn li {
    width: auto;
    height: 46px;
    padding: 0 14px;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    position: relative;
    zoom: 1;
    -webkit-box-flex: 1
}

.g-keyword-btn .m-hover b {
    border-bottom: 2px solid #66d105;
    color: #66d105
}

.g-keyword-btn li b {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: center;
    box-sizing: border-box;
    display: block;
    overflow: hidden
}

.g-keyword-btn li i {
    width: 1px;
    height: 16px;
    background: #ccc;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 10px
}

.g-keyword-cont {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden
}

.g-keyword-cont dl {
    width: 100%;
    height: auto;
    padding: 10px 14px 10px;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    position: relative;
    zoom: 1
}

.g-keyword-cont dl dt {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    display: none;
    overflow: hidden
}

.g-keyword-cont dl dd {
    width: 100%;
    height: 60px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin: 4px 0 0 0;
    display: block;
    overflow: hidden
}

.g-keyword-cont dl .g-keyword-info {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 11px;
    padding: 5px 6px 6px 69px;
    background: #fff
}

.g-keyword-cont dl .g-keyword-info a {
    width: auto;
    height: auto;
    padding: 2px 6px;
    background: #ffa351;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    border-radius: 6px;
    display: block;
    overflow: hidden;
    text-decoration: none
}

.g-keyword-cont ul {
    width: 100%;
    height: auto;
    padding: 0 14px 12px 0;
    box-sizing: border-box;
    display: block;
    overflow: hidden
}

.g-keyword-cont ul li {
    width: 25%;
    height: auto;
    padding: 14px 0 0 14px;
    float: left;
    box-sizing: border-box;
    display: inline;
    overflow: hidden
}

.g-keyword-cont ul li a {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden
}

.g-keyword-cont ul li a img {
    width: 100%;
    height: 20vw;
    border-radius: 16px;
    display: block;
    overflow: hidden
}

img {
    width: auto\9;
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

.g-keyword-cont ul li a strong {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin: 6px 0 0 0;
    display: block;
    overflow: hidden;
    text-indent: 0;
    padding: 0;
    border: 0
}

.sy_yqlj {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    margin-top: .08rem
}

.youqing {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    background: #008ee1;
    color: #fff;
    border-radius: .05rem;
    font-size: 1rem;
    text-align: center;
    margin-top: .08rem
}

.youqinglianjie {
    width: 100%;
    margin-top: .5rem
}

.youqinglianjie span {
    font-size: .14rem;
    margin: 0 auto;
    color: #CCC;
    float: left;
    padding: .3rem;
    padding-left: .3rem;
    border: 1px solid #d2d2c5
}

.youqinglianjie span a {
    color: #000;
    font-size: .875rem
}

.con-soft_recom .swiper-container {
    padding: 0;
    padding-bottom: 10px
}

.con-soft_recom .swiper-wrapper .swiper-slide {
    display: block;
    float: left;
    width: 60px !important;
    line-height: 16px;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.con-soft_recom .swiper-wrapper .swiper-slide a img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 3px auto;
    border-radius: 10px
}

.con-soft_recom .swiper-wrapper .swiper-slide a {
    font-size: 12px;
    margin-bottom: 7px;
    width: 50px;
    padding-right: 15px;
    height: 86px;
    color: #000;
    display: block;
}

.tags-head {
    background: #fff;
    padding: .625rem
}

.tags-head cite {
    margin-top: 5px;
    display: block
}

.tags-head cite a {
    color: #008ee1;
    line-height: 18px;
    text-decoration: underline;
    padding-right: 10px
}

.tags-head cite span {
    color: #999
}

.Disclaimer {
    border: dashed 1px #d6d6d6;
    background-color: ivory;
    font-size: 12px;
    padding: 10px;
    line-height: 20px;
    color: #999
}

.Disclaimer span {
    color: #f66
}

.textdown {
    text-align: center
}

.text-down {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px
}

.text-down .btn {
    background-color: #1ad96e;
    border-radius: 4px;
    color: #fff
}

.text-down .btn i {
    color: #fff
}

.morelist {
    text-align: center;
    display: block;
    background: #fff;
    padding: 10px 0;
    color: #008ee1
}

.taglistPages {
    padding: 10px 0
}

.taglistPages a.btn {
    width: 48%;
    margin-right: 2%;
    height: 45px;
    line-height: 45px;
    font-size: .9em;
    color: #008ee1;
    background: #FFF;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 5px;
    display: block;
    float: left;
    padding: 0
}

#newsread .hd {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px
}

#newsread .bd .guide {
    line-height: 22px
}

#newsread .bd .guide span {
    background: #5cb85c;
    padding: 2px 4px;
    color: #fff
}

.tDown {
    position: relative;
    padding-bottom: 15px
}

.tDown .pic {
    display: inline-block;
    float: left;
    margin-right: 10px
}

.tDown .pic img {
    width: 70px;
    height: 70px;
    border-radius: 10px
}

.tDown .info {
    height: 70px;
    overflow: hidden
}

#alist .tDown .info strong {
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #888;
    font-weight: 400
}

.tDown .info strong a {
    margin-right: 5px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    line-height: 18px
}

.tDown .info ul {
    margin-top: 5px
}

.tDown .info ul li {
    font-size: 12px;
    color: #999;
    line-height: 12px;
    padding-bottom: 4px;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.tDown .info ul li a {
    color: #369
}

.tDown .info em {
    display: inline-block;
    margin: 5px 0 0 0
}

.tDown .info s {
    font-size: 20px;
    font-weight: 700;
    color: #f60
}

.tDown .info .sp {
    display: block;
    margin: 2px 0 0 0;
    line-height: 24px
}

.tDown .info .sp u {
    margin-left: 15px
}

.tDown .info i.platform {
    display: inline-block;
    float: left
}

.tDown .info img {
    width: 115px !important;
    height: 20px !important;
    margin-top: 10px !important;
    max-width: inherit !important;
    min-width: initial !important;
    display: initial !important
}

.tDown .sbtn {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    width: 80px;
    heihgt: 32px;
    line-height: 32px;
    background: #65bb0a;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 16px
}

.tDown .platform a {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 3px;
    text-indent: -999px;
    background: url(/public/img/pt_btn.png) 0 3px no-repeat;
    background-size: 16px
}

.tDown .platform a.iphone {
    background-position: 0 -27px;
    background-size: 16px
}

.tDown .info .mip-fill-content {
    min-width: initial !important
}

.neirongye_xzxx {
    margin-top: 10px
}

.yybBox {
    color: #999;
    position: relative;
    padding-left: 21px;
    margin: 5px 0 5px 0;
    text-align: center;
    display: block;
    float: none;
    line-height: 23px
}

.yybBox input {
    visibility: hidden;
    position: absolute
}

.u-useyyb::after,
.u-useyyb::before {
    content: "";
    position: absolute
}

.u-useyyb::before {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid #e9e9eb;
    left: 20%;
    top: 3px
}

.u-useyyb::after {
    width: 8px;
    height: 4px;
    border: 1px solid #1f89e3;
    border-top: 0;
    border-right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 22%;
    top: 7px;
    opacity: 0
}

.yybBox input[type=checkbox]:checked+label:after {
    opacity: 1
}

.u-yybDesc {
    font-size: 12px;
    line-height: 28px;
    color: #fa5;
    text-align: center;
    word-break: break-all;
    border: 1px solid #fda;
    height: 28px;
    margin-top: 10px
}

.cannotDown a {
    background: #cdcdcd;
    color: #fff
}

#download {
    display: block;
    float: none;
    width: 100%;
    height: 30px
}

.neirongye_xzxx.cl {
    float: right;
    width: 45%;
}

.mode .spreadtip {
    width: 50%;
    margin-left: 0;
    text-align: left;
}

#indeed .nav-list {
    height: 40px;
}

#indeed .nav-list.active {
    height: 81px;
}

#indeed .nav-list li a {
    color: #333;
    font-size: .9rem;
}
#indeed .nav-list li a.on{
    color: #205AEF;
    font-weight: bold;
}

#indeed .g-nav-btn {
    width: auto;
    width: 100%;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    display: flex;
    display: -moz-flex;
    overflow: hidden;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#indeed .g-nav-btn li {
    width: 22%;
    height: auto;
    line-height: 1.5;
    font-size: .9rem;
    font-weight: 400;
    color: #333;
    background-color: #f5f5f5;
    text-align: center;
    display: block;
    overflow: hidden;
    border-right: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin: 0 1.5%;
    padding: 5px;
    box-sizing: border-box;
}

#indeed .m-tab-box {
    padding: 15px 0 25px 0;
}

#indeed .g-nav-ul {
    padding: 0;
    display: block;
}

#indeed .g-nav-ul li {
    width: 22%;
    height: auto;
    float: left;
    padding: 5px;
    display: inline;
    overflow: hidden;
    box-sizing: border-box;
    margin: 3% 1.5% 0 1.5%;
    border: 1px solid #e0e0e0;
    text-align: center;
}

#indeed .g-nav-ul li a {
    width: 100%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    display: block;
    overflow: hidden;
    color: #8d8d8d;
    font-size: .9rem;
}

#indeed .g-nav-ul li a strong {
    width: 100%;
    height: auto;
    line-height: 1.8;
    font-size: .9rem;
    font-weight: 400;
    color: #8d8d8d;
    text-align: center;
    margin: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#indeed .g-nav-btn .m-hover {
    background-color: #008ee1;
    color: #fff;
}

#indeed .down-icon {
    position: absolute;
    width: 1.3rem;
    height: 1.3rem;
    top: 10px;
    right: 15px;
    transition: all .3s ease;
}

#indeed .drop-down {
    position: absolute;
    top: 4px;
    left: 0;
    width: 1.3rem;
    height: 1.3rem;
    transform: rotateZ(-135deg);
    transform-origin: 36% 38%;
    cursor: pointer;
}

#indeed .drop-down::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    top: 7px;
    left: 7px;
    background-color: #bbbbbb;
}

#indeed .drop-down::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    top: 7px;
    left: 7px;
    background-color: #bbbbbb;
}

#indeed #nav {
    position: relative;
}

#indeed .down-icon.active {
    transform: rotateZ(180deg);
}

#indeed .nav-list li {
    width: 17.6%;
}

#con-soft__content p:nth-of-type(1) img {
    max-width: 85px;
}
