/* 轮播图 */
.index_jdt {
    width: 100%;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    margin: .28rem 0 .25rem;
}

.index_jdt .swiper-slide {
    transition: 300ms;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    width: 88%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.index_jdt .swiper-slide-active,
.index_jdt .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.index_jdt .swiper-slide a{
    display: inline-block;
    width: 100%;
}
.index_jdt .swiper-slide img {
    border-radius: .05rem;
    height: 4rem;
    width: 100%;
}

/* 分类导航 */
.list_item {
    padding: 0 0.4rem;
}

.list_item ul {
    width: 6.7rem;
    padding-bottom: 0.3rem;
}

.list_item ul li {
    width: 1.4rem;
    margin-right: 0.36rem;
}

.list_item ul li:nth-child(4n) {
    margin-right: 0;
}

.index_twonav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.index_twonav li {
    text-align: center;
    color: #2c2c2c;
    font-size: .32rem;
}

.index_twonav li:nth-child(n+5) {
    margin-top: 0.2rem;
}

.index_twonav li a {
    color: #2c2c2c;
    font-size: 0.28rem;
}

.index_twonav li img {
    width: 1.1rem;
}

.index_twonav li span {
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
}

.index_twonav li span.icon1 {
    background: url("https://images.downcodes.com/mob/images/category_icon_ym.png") no-repeat center center;
    background-size: cover;
}

.index_twonav li span.icon2 {
    background: url("https://images.downcodes.com/mob/images/category_icon_sj.png") no-repeat center center;
    background-size: cover;
}

.index_twonav li span.icon3 {
    background: url("https://images.downcodes.com/mob/images/category_icon_dj.png") no-repeat center center;
    background-size: cover;
}

.index_twonav li span.icon4 {
    background: url("https://images.downcodes.com/mob/images/category_icon_jj.png") no-repeat center center;
    background-size: cover;
}

.index_twonav li span.icon5 {
    background: url("https://images.downcodes.com/mob/images/category_icon_zx.png") no-repeat center center;
    background-size: cover;
}

.index_twonav li span.icon6 {
    background: url("https://images.downcodes.com/mob/images/category_icon_bq.png") no-repeat center center;
    background-size: cover;
}

.index_twonav li span.icon7 {
    background: url("https://images.downcodes.com/mob/images/category_icon_zt.png") no-repeat center center;
    background-size: cover;
}

.index_twonav li span.icon8 {
    background: url("https://images.downcodes.com/mob/images/category_icon_top.png") no-repeat center center;
    background-size: cover;
}

.index_twonav li p {
    font-size: 0.32rem;
    color: #333;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/* 热门软件 */
.cateitem .softlist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.list_item .softlist li {
    width: 1.28rem;
    margin-right: 0.52rem;
}

.cateitem .softlist li {
    text-align: center;
    margin-bottom: .3rem;
}

.cateitem .softlist li a>div {
    display: inline-block;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 0.2rem;
    position: relative;
    background-color: #eee;
}

.cateitem .softlist li img {
    width: 100%;
    height: 100%;
}

.cateitem .softlist li span {
    display: block;
    color: #5c5c5c;
    font-size: .26rem;
    box-sizing: border-box;
    line-height: .32rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cateitem .softlist li .look{
    height: 0.46rem;
    line-height: .46rem;
    font-size: .26rem;
    text-align: center;
    background: #fff;
    color: #19b955;
    border:1px solid #19b955;
    margin-top: 0.1rem;
    border-radius: 0.06rem;
}

.cateitem .articlelist {
    padding: 0 .4rem .2rem;
    margin-top: -.15rem;
}

.cateitem .articlelist li {
    line-height: .56rem;
    color: #5c5c5c;
    font-size: .28rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cateitem .articlelist li:before {
    content: " ";
    display: inline-block;
    width: .1rem;
    height: .1rem;
    background: #2993ff;
    border-radius: 50%;
    margin-right: .14rem;
    vertical-align: middle;
}

/* 友情链接 */
.link_item {
    padding: 0 0.4rem;
}

.link_item li {
    float: left;
    margin-right: 0.3rem;
    margin-bottom: 0.1rem;
}

.link_item li a {
    color: #666;
}


/* local.html */
.local_list_item {
    padding-top: 0.3rem;
}

.local_list_item ul li span {
    width: 1.3rem;
    height: 1.3rem;
}

.local_list_item ul li span img {
    display: inline-block;
    width: 100%;
    height: 100%;
}


/* 精选教程 */
.channe_article {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 .3rem .3rem;
    margin-top: -.15rem;
}

.channe_article li {
    width: 33.33%;
    padding: 0 .1rem;
    box-sizing: border-box;
}

.channe_article li img {
    border-radius: .04rem;
}

/* software_skill.html */
.articleItem {
    padding: 0.1rem .4rem 0;
}

.articleItem li {
    display: -webkit-flex;
    display: flex;
    padding: .3rem 0;
    border-bottom: 1px solid #eee;
}

.articleItem li a {
    display: inherit;
}

.articleItem li p {
    width: 5rem;
    padding-right: .2rem;
    box-sizing: border-box;
    font-size: .25rem;
}

.articleItem li p span {
    display: block;
    font-size: .3rem;
    color: #2c2c2c;
    line-height: .42rem;
    margin-bottom: .1rem;
}

.articleItem li .img_item {
    width: 1.8rem;
    height: 1.4rem;
}

.articleItem li img {
    width: 100%;
    border-radius: .05rem;
}

/* special.html */
.zt_list {
    padding: 0.24rem 0;
}

.zt_list ul {
    padding: 0 0.24rem;
    overflow: hidden;
}

.zt_list ul li {
    width: 50%;
    display: inline-block;
    float: left;
}

.zt_list ul li a.img {
    display: block;
    height: 1.8rem;
    overflow: hidden;
    border-radius: 0.12rem;
}

.zt_list ul li a img {
    display: block;
    width: 98%;
    min-height: 100%;
    border-radius: 0.12rem;
}

.zt_list ul li a p {
    width: 96%;
    margin: 0 auto;
    font-size: 0.28rem;
    color: #333;
    line-height: 0.68rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.zt_list ul li:nth-child(even) img {
    float: right;
}

.page {
    background: #fff;
    border-top: 0.02rem solid #f5f5f5;
    padding: 0.2rem 0.4rem;
    display: flex;
    justify-content: space-between;
}

.page>a {
    width: 22%;
    margin: 0.28rem 0;
    display: inline-block;
    line-height: 0.6rem;
    border-radius: 0.08rem;
    background: #f6f6f6;
    text-align: center;
    color: #333;
}

.page>a:active,
.page span .cbtn a:active {
    background: #ddd;
}

.page>a:nth-child(2) {
    width: 14%;
}

.page>a:nth-child(4) {
    width: 14%;
}

.page>a.over {
    color: #bbb;
}

.page>span {
    width: 22%;
    margin: 0.28rem 0;
    display: inline-block;
    line-height: 0.6rem;
    border-radius: 0.08rem;
    text-align: center;
    background: #22c485;
    color: #fff;
    font-size: 0.28rem;
    position: relative;
}

.page>span .cbtn {
    width: 100%;
    position: absolute;
    top: -1.24rem;
    left: 0;
    z-index: 10;
    height: 1.84rem;
    overflow-y: scroll;
    background: #fff;
    border-radius: 0.08rem;
    -webkit-box-shadow: 0 0 3px #bbb;
    -moz-box-shadow: 0 0 3px #bbb;
    box-shadow: 0 0 3px #bbb;
}

.page>span .cbtn a {
    display: inline-block;
    text-align: center;
    line-height: 0.6rem;
    margin-bottom: 0.02rem;
    float: left;
    width: 100%;
    background: #f6f6f6;
    font-size: 0.28rem;
    color: #666;
}

/* special1.html */
.special_page ul li {
    height: 3.4rem;
    box-shadow: 0 0.04rem 0.24rem 0 #D8DDE5;
    border-radius: 0.12rem;
    margin: 0 0.4rem 0.48rem;
    overflow: hidden;
}
.special_page ul li a{
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
}
.special_page ul li:last-child {
    margin-bottom: 0;
}
.special_page ul li .img_item{
    display: inline-block;
    width: 100%;
    height: 2.56rem;
}
.special_page ul li img {
    width: 100%;
    height: 100%;
}

.special_page ul li p{
    position: absolute;
    bottom: 0;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.28rem;
    color: #303030;
    vertical-align: top;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* ranking.html */
.rank_tabs{
    height: 0.78rem;
    line-height: .78rem;
    background: #2993ff;
    color: #fff;
    font-size: 0.32rem;
    position: sticky;
    top: 0;
    z-index: 99;
}
.rankSoft dl {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: .3rem .4rem .3rem .2rem;
    overflow: hidden;
}

.rankSoft dl dt {
    width: 2.22rem;
    float: left;
}
.rankSoft dl dt .img_item{
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
}
.rankSoft dl dt img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.rankSoft dl dt i,
.rankskill ul li i {
    display: inline-block;
    width: .84rem;
    height: .72rem;
    background: url(https://images.downcodes.com/mob/images/ranking_sort_icon.png) no-repeat;
    text-align: center;
    line-height: .66rem;
    color: #8b8b8b;
    font-size: .3rem;
    background-size: .84rem auto;
    font-style: normal;
    vertical-align: middle;
    background-position: 0 -2.34rem;
    margin-right: .02rem;
}

.rankSoft .infor {
    font-size: .26rem;
    line-height: .35rem;
}

.rankSoft .infor span {
    display: block;
    color: #2c2c2c;
    font-size: .34rem;
    padding-bottom: .1rem;
    white-space: nowrap;
    overflow: hidden;
    width: 3rem;
    text-overflow: ellipsis;
}

.rankSoft .dnbtn {
    width: 1.4rem;
    height: .78rem;
    background: linear-gradient(to top, #00c853, #00b84c);
    position: absolute;
    right: .4rem;
    top: .45rem;
    text-align: center;
    line-height: .78rem;
    font-size: .32rem;
    color: #fff;
    border-radius: .04rem;
}

.rankSoft .dnbtn:before {
    content: "";
    width: .29rem;
    height: .31rem;
    background: url(https://images.downcodes.com/mob/images/dnbtnicon.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.rankSoft dl:nth-child(1) dt i,
.rankskill ul li:nth-child(1) i {
    background-position: 0 0;
    color: #bf7d1f;
    line-height: .74rem;
}

.rankSoft dl:nth-child(2) dt i,
.rankskill ul li:nth-child(2) i {
    background-position: 0 -.75rem;
    line-height: .88rem;
}

.rankSoft dl:nth-child(3) dt i,
.rankskill ul li:nth-child(3) i {
    background-position: 0 -1.6rem;
    color: #bc7e07;
    line-height: .88rem;
}
.en_item{
    position: relative;
    padding: 0 0.1rem;
}
.en_item span,
.en_item ul li{
    display: inline-block;
    width: 0.36rem;
    height: 0.36rem;
    text-align: center;
    line-height: 0.36rem;
    color: #666;
    border:1px solid #999;
    margin-right: 0.1rem;
    margin-bottom: 0.26rem;
    float: left;
}
.en_item ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.en_item ul{
    margin-left: 1.65rem;
}
.en_item span{
    width: auto;
    padding: 0 0.1rem;
    position: absolute;
    
}
/* ranking-list.html */
.software_list_title{
    padding: 0.3rem 0.4rem;
}
.software_list_title h1{
    color: #333;
    font-size: .34rem;
    font-weight: bold;
}
.software_list_title p{
    line-height: 0.4rem;
}
.software_list_title h1 span{
    color: #999;
    font-size: 0.24rem;
    margin-left: 0.2rem;
    font-weight: 500;
}
.software_list_title p{
    line-height: 0.4rem;
    color: #777;
    font-weight: 500;
    margin-top: 0.1rem;
}
.rank_list .data_list{
    padding: 0.3rem 0.4rem;
}
.rank_list .data_list a{
    display: block;
    position: relative;
    padding: 0 1.3rem;
}
.rank_list .data_list a:after{
    content: "";
    display: inline-block;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #eee;
    bottom: -0.3rem;
    left: 0;
}
.rank_list .data_list:last-child a:after{
    display: none;
}
.rank_list .data_list a .img_item{
    position: absolute;
    width: 1.1rem;
    height: 1.1rem;
    left: 0;
}
.rank_list .data_list .content_item h6{
    display: block;
    color: #2c2c2c;
    font-size: .34rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rank_list .data_list .content_item p{
    color: #666;
    font-size: 12px;
    font-weight: 500;
}
.rank_list .data_list .content_item p span{
    color: #999;
    margin-left: 0.1rem;
}
.rank_list .data_list .content_item div span{
    color: #888;
    font-size: 12px;
    font-weight: 500;
    margin-right: 0.2rem;
}

.rank_list .download_item {
    position: absolute;
    right: 0;
    top: 0.2rem;
    width: 1.4rem;
    height: 0.78rem;
    background: linear-gradient(to top, #00c853, #00b84c);
    position: absolute;
    text-align: center;
    line-height: .78rem;
    font-size: .32rem;
    color: #fff;
    border-radius: 0.04rem;
}

.rank_list .download_item:before{
    content: "";
    position: relative;
    top: -2px;
    width: 0.29rem;
    height: 0.31rem;
    background: url(https://images.downcodes.com/mob/images/dnbtnicon.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}



/* download.html */
.soft_detail {
    background: #fff;
    padding: 0 .4rem;
    margin-bottom: .3rem;
}

.current {
    background: url(https://images.downcodes.com/mob/images/location.png) no-repeat 0 center;
    background-size: .26rem auto;
    padding-left: .36rem;
    color: #313131;
    font-size: .32rem;
    overflow: hidden;
    height: .5rem;
    line-height: .5rem;
}

.current span {
    color: #2993ff;
}

.soft_infor {
    overflow: hidden;
    padding: .4rem 0 .26rem;
    color: #5c5c5c;
}

.soft_infor dt {
    float: left;
    width: 1.27rem;
    height: 1.27rem;
    margin-right: .28rem;
    background-color: #eee;
}
.soft_infor .name {
    font-size: .26rem;
    line-height: .4rem;
    overflow: hidden;
    height: 0.4rem;
}

.soft_infor .name h1 {
    color: #2c2c2c;
    font-size: .4rem;
    margin-right: .1rem;
}
.soft_infor .name h1 span{
    font-size: 0.28rem;
    color: #999;
}
.soft_infor .star {
    font-size: .24rem;
    margin: .09rem 0;
}

.soft_infor .star i {
    float: left;
    width: .31rem;
    height: .29rem;
    background: url(https://images.downcodes.com/mob/images/star.png) no-repeat;
    background-size: .31rem;
}

.soft_infor .star span {
    margin-left: .15rem;
}

.soft_infor .mark span {
    background: url(https://images.downcodes.com/mob/images/sotficon.png) no-repeat;
    ;
    background-size: .23rem auto;
    padding-left: .32rem;
    float: left;
    color: #2993ff;
    height: .28rem;
    line-height: .28rem;
    font-size: .24rem;
    margin-right: .2rem;
}

.soft_infor .mark span:nth-child(2) {
    background-position: 0 -.28rem;
}

.soft_infor .mark span:nth-child(3) {
    background-position: 0 -.57rem;
}

/* 下载地址 */
.downbtn .dn_btn {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: .35rem;
}

.downbtn .dn_btn a {
    height: .88rem;
    background: #00c853;
    line-height: .88rem;
    font-size: .35rem;
    color: #fff;
    text-align: center;
    border-radius: .05rem;
    width: 100%;
}

.downbtn .dn_btn a span {
    font-size: .24rem;
}

.softpic {
    padding: 0.2rem 0;
}
.softpic .swiper-slide {
	margin: 0 0.3rem 0 0;
	text-align: center;
	display: inline-block;
	width: auto;
    height: 3.6rem;
	float: left;
}
.softpic .swiper-slide img{
	width: auto;
    height: 100%;
    border-radius: 0.12rem;
}

/*  */
.detail_tit {
    font-size: .34rem;
    color: #2993ff;
    text-align: center;
    border-bottom: 1px solid #94c9ff;
    margin: .3rem .2rem;
    position: relative;
}

.detail_tit span {
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: -.25rem;
    padding: 0 .25rem;
}

.soft_article_count .article_box {
    font-size: .32rem;
    letter-spacing: 1px;
    line-height: .52rem;
}

.soft_article_count .article_box.morecont {
    height: 7.5rem;
    overflow: hidden;
}

.soft_article_count .article_box p {
    padding: .1rem 0;
}

.soft_article_count .article_box pre {
    font-family: "Mirosoft YaHei";
    white-space: pre-line;
}

.scanmore {
    text-align: center;
    position: relative;
    padding: .25rem 0 .5rem;
    height: .86rem;
}

.scanmore:after {
    content: "";
    width: .43rem;
    height: .19rem;
    background: url(https://images.downcodes.com/mob/images/more_icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    bottom: .35rem;
    margin-left: -.21rem;

}

.scanmore span {
    width: 2.8rem;
    height: .58rem;
    display: inline-block;
    background: linear-gradient(to top, #2478ff, #2993ff);
    margin: 0 auto;
    line-height: .58rem;
    font-size: .3rem;
    color: #fff;
    border-radius: .4rem;
}

.scanmore.morecont span {
    margin-top: .28rem;
}

.scanmore.morecont:after {
    bottom: auto;
    top: .2rem;
    transform: rotate(180deg);
}

.cate_comment {
    padding: 0 .4rem;
    margin-top: -.2rem;
}

/*详细信息*/
.softMinute ul {
    margin-top: .1rem;
}

.softMinute ul li {
    display: -webkit-flex;
    display: flex;
    color: #2c2c2c;
    font-size: .32rem;
    line-height: .55rem;
}

.softMinute ul li span {
    width: 50%;
    box-sizing: border-box;
    text-align: right;
    padding-right: .3rem;
}

.softMinute ul li em {
    width: 50%;
    box-sizing: border-box;
    text-align: left;
    font-style: normal;
    padding-left: .3rem;
}

.softMinute .secret {
    font-size: .32rem;
    color: #2993ff;
    text-align: center;
    padding: .25rem 0 1.2rem;
}

.softMinute .secret span {
    text-decoration: underline;
    margin: 0 .25rem;
}

/*supernatant*/
.supernatant {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 25;
    width: 100%;
    display: none;
    z-index: 44;
}

.supernatant .bg {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
}

.supernatant .bgwhite {
    height: 90%;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: .3rem;
    margin: 10% auto;
    width: 94%;
    border-radius: .1rem;
}

.supernatant .bgwhite .colse {
    width: 1.72rem;
    height: 1.72rem;
    background: rgba(238, 238, 238, 0.5);
    border-radius: 1rem;
    right: -.86rem;
    top: -.86rem;
    position: absolute;
}

.supernatant .bgwhite .colse img {
    vertical-align: bottom;
    width: .31rem;
    margin: 1.1rem 0 0 .4rem;
}

.supernatant .secretText {
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    padding: .4rem 0;
    font-size: .3rem;
    line-height: .5rem;
    color: #2c2c2c;
    overflow-x: hidden;
    display: none;
}

.supernatant .secretText p {
    line-height: .5rem !important;
    text-indent: 0 !important;
}

.supernatant .secretText h3,
.supernatant .secretText h2 {
    font-size: .36rem;
    text-align: center;
    margin: -.3rem 0 .3rem;
}

.supernatant .secretText .update {
    color: #5c5c5c;
    font-size: .26rem;
    text-align: center;
    margin: .2rem 0;
}

.supernatant .secretText strong {
    color: #302f30;
    font-size: .32rem;
}

.supernatant .secretText strong span {
    font-weight: bold;
    color: #302f30;
}

.supernatant .secretText.active {
    display: block;
}

#limits p:nth-child(2n) {
    font-weight: bold;
}

.softMinute .secret span a {
    color: #2993ff;
}

.private_mask_box{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: rgba(0,0,0,.62);
    display: none;
}
.private_mask_box .private_item{
    position: absolute;
    z-index: 5;
    top: 100px;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    height: 500px;
    max-width: 440px;
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
}
.private_mask_box .private_item .close_item{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    z-index: 999;
    
}
.private_mask_box .private_item .close_item i{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('https://images.downcodes.com/mob/images/delete.png') no-repeat;
}
.private_mask_box .private_item .private_title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #38a6fd;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
    position: relative;
}
.private_mask_box .private_item .private_title p{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.private_mask_box .private_item .private_content{
    display: block;
    height: 360px;
    padding: 0 26px;
    line-height: 28px;
    font-size: 14px;
    margin: 20px auto;
    text-align: left;
    overflow: auto;
}
.private_mask_box .private_item .private_content p:nth-child(2n){
    font-weight: bold;
}
.private_sure{
    display: inline-block;
    width: 90%;
    border: 0;
    background-color: #38a6fd;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    line-height: 36px;
}


/* category.html */
.box_list_item{ width:100%; height:auto;overflow:hidden; box-sizing:border-box;}
.box_list_item dl{background:#fff;border-bottom:1px solid #e4e4e4;overflow:hidden;}
.box_list_item dl dt{width: 25%; box-sizing: border-box; border-right: 1px solid #e4e4e4; text-align: center; height: 120px; font-size: 16px; float: left; line-height: 20px;}

.box_list_item dl dt span{display: block;width:50px;height:50px;background:url(../images/list2.webp) no-repeat;margin: 0 auto;background-size:50px auto;    margin: 15px 0px 10px 25px;}
.box_list_item dl:nth-child(1) dt a,.GameBox dl:nth-child(7) dt a{color:#8cd43f}
.box_list_item dl:nth-child(1) dt span{background-position:center -0px}
.box_list_item dl:nth-child(2) dt a{color:#2dc397}
.box_list_item dl:nth-child(2) dt span{background-position:center -520px}
.box_list_item dl:nth-child(3) dt a{color:#9371d6}
.box_list_item dl:nth-child(3) dt span{background-position:center -420px}
.box_list_item dl:nth-child(4) dt a{color:#f2b149}
.box_list_item dl:nth-child(4) dt span{background-position:center -105px}
.box_list_item dl:nth-child(5) dt a{color:#5b95f1}
.box_list_item dl:nth-child(5) dt span{background-position:center -720px}
.box_list_item dl:nth-child(6) dt a{color:#f2b149}
.box_list_item dl:nth-child(6) dt span{background-position:center -1335px}
.box_list_item dl:nth-child(7) dt a{color:#eb7659}
.box_list_item dl:nth-child(7) dt span{background-position:center -623px}
.box_list_item dl:nth-child(8) dt a{color:#5b95f1}
.box_list_item dl:nth-child(8) dt span{background-position:center -930px}
.box_list_item dl:nth-child(9) dt a{color:#7bb949}
.box_list_item dl:nth-child(9) dt span{background-position:center -1240px}
.box_list_item dl:nth-child(10) dt a{color:#fc826a}
.box_list_item dl:nth-child(10) dt span{background-position:center -1140px}
.box_list_item dl:nth-child(11) dt a{color:#f2b149}
.box_list_item dl:nth-child(11) dt span{background-position:center -1040px}
.box_list_item dl:nth-child(12) dt a{color:#9371d6}
.box_list_item dl:nth-child(12) dt span{background-position:center -830px}

.box_list_item dl dd{width: auto; height: auto; margin: 0; display: block; overflow: hidden; -webkit-box-flex: 1;}
.box_list_item dl dd a{width: 50%; height: 40px; line-height: 40px; border: 1px solid #eee; border-top: 0; border-left: 0; font-size: 14px; color: #333; text-align: center; float: left; display: inline; overflow: hidden; box-sizing: border-box;}


/* agreement.html */
.article_detail {
    background: #fff;
    padding: 0 0.4rem 0;
}
.article_detail h1 {
    text-align: center;
    font-size: .44rem;
    line-height: .6rem;
    padding: 0.4rem 0 0.25rem;
}
.article_detail .detail {
    font-size: .32rem;
    letter-spacing: 1px;
    color: #2c2c2c;
    line-height: .54rem;
    padding: 0.2rem 0 0.4rem;
	word-break: break-word;
}

/* article.html */
/* 相关文章 */
/* 文章 */
.article_list {
    padding-bottom: 0.3rem;
}
.article_list li{
    margin: 0 0.2rem;
    border-bottom: 1px dashed  #D8D8D8;
    padding: 0.15rem 0;
}
.article_list li:last-child{
    border-bottom: none;
}
.article_list li a{
    display: block;
    font-size: 0.28rem;
    height: 0.28rem;
    line-height: 0.28rem;
    overflow: hidden;
}
.article_list li a em{
	font-style: normal;
    color: red;
}
.article_list li a:before{
    content: "";
    display: inline-block;
    width: 0.26rem;
    height: 0.24rem;
    background: url(https://images.downcodes.com/mob/images/arrow_dash.png) no-repeat center center;
    margin-right: 0.1rem;
    position: relative;
    top: 0.04rem;
} 

.article_detail{
    background:#fff;
    padding:0 .4rem 0;
}
.article_detail h1{
    font-size: .44rem;
    line-height: .6rem;
    padding: .4rem 0 .25rem;
}
.article_detail p{
    overflow: hidden;
}
.article_detail img{
    display: block;
    margin: 15px auto 0;
    max-width: 100%!important;
}
.article_detail .mark{
    font-size: .26rem;
    color: #5c5c5c;
}
.article_detail .mark span{
    margin-right: .3rem;
}
.article_detail .detail{
    font-size: .32rem;
    letter-spacing: 1px;
    color: #2c2c2c;
    line-height: .54rem;
    padding: .2rem 0 .4rem;
}
.article_detail .detail p{
    padding: .06rem 0;
}
/* 相关游戏/其他版本 */
.tabs_swiper .tabs_title{
    display: flex;
    text-align: center;
    justify-content: space-between;
}
.tabs_swiper .tabs_title .tabs_item{
    flex: 1;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #333;
}
.tabs_swiper .tabs_title .tabs_item.active{
    color: #2993ff;
    border-bottom: 3px solid #2993ff;
}
.app_soft_bd li{
    overflow:hidden;
    padding:10px;
    border-bottom:1px dashed #ccc;
}
.app_soft_bd li:last-child{border-bottom:none;}
.app_soft_bd .img{
    width:66px;
    height:66px;
    border-radius:8px;
    float:left;
    margin-right:7px;
}

.app_soft_bd li a{
    display:block;
    height:1.32rem;
    position:relative;
    overflow:hidden;
}
.app_soft_bd .lstcont h3{
    font-weight:normal;
    font-size:0.3rem;
    height:0.44rem;
    line-height:0.44rem;
    overflow:hidden;
}
.app_soft_bd .lstcont h3 img{
    width:0.32rem;
    height:0.32rem;
    border-radius:0.06rem;
}
.app_soft_bd .lstcont p{
    color:#858585;
    font-size:0.26rem;
    line-height: 0.46rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.app_soft_bd .lstcont p i{
    width:0.32rem;
    height:0.32rem;
    display:inline-block;
    margin:0 0.04rem -0.04rem 0;
}
.app_soft_bd .lstcont p i.size{
    background:url(https://images.downcodes.com/mob/images/tab_icon.png) no-repeat -1.26rem 0.04rem;
    background-size:2rem;
}
.app_soft_bd .lstcont p i.person{
    background:url(https://images.downcodes.com/mob/images/tab_icon.png) no-repeat -0.38rem 0.02rem;
    background-size:2rem;
    margin-left:0.16rem;
}
.app_soft_bd .lstcont p i.time{
    background:url(https://images.downcodes.com/mob/images/tab_icon.png) no-repeat -1.66rem 0.02rem;
    background-size:2rem;
    margin-left:0.16rem;
}
.app_soft_bd .lstcont .tre{
    -webkit-box-flex: 1;
    overflow: hidden;
    padding-right: 0.2rem;
}
.app_soft_bd .lstcont .tre span{
    display: block;
    line-height: 0.48rem;
    height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #858585;
    font-size: 0.26rem;
}
.app_soft_bd.apptxt li h3{
    font-size: 20px;
}
.app_soft_bd.apptxt li p,
.app_soft_bd.apptxt li h3{
    height: 34px;
    line-height: 34px;
}
.apptxt li a .app_btn{
    float: right;
    width: 68px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #ffa600;
    color: #ffa600;
    border-radius: 2px;
    margin: -35px 0 0 0;
    font-size: 14px;
}

/* 404.html */
.content_404{
    margin-bottom: 200px;
}
.content_404 .img_item{
    width: 270px;
    height: 162px;
    margin: 130px auto 20px;
}
.content_404 .img_item img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.content_404 p{
    color: #666;
    text-align: center;
    font-weight: 400;
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
}
.content_404 .btn_box{
    text-align: center;
    margin-top: 30px;
}
.content_404 .btn_box a{
    display: inline-block;
    width: 124px;
    height: 38px;
    line-height: 38px;
    color: #0A87EB;
    font-size: 16px;
    font-weight: 400;
    border-radius: 19px;
    text-align: center;
    text-decoration: none;
}
.content_404 .btn_box a:hover{
    color: #fff;
    background-color: #0A87EB;
}

/* 猜你喜欢 */
.random_nav_box .random_btn_box {
  overflow: hidden;
  padding: 0 0.4rem 0.2rem;
}
.random_nav_box .random_btn_box li {
  float: left;
  margin-right: 0.3rem;
  cursor: pointer;
}
.random_nav_box .random_btn_box li.active .list {
  color: #fff;
  background-color: #2993ff;
}
.random_nav_box .random_btn_box li .list {
  display: inline-block;
  max-width: 1.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0.06rem 0.24rem;
  color: #2993ff;
  font-size: 0.28rem;
  font-weight: 500;
  border-radius: 0.6rem;
  border: 1px solid #2993ff;
  overflow: hidden;
}
.random_nav_box .content_box{
    padding: 0 0.4rem;
}
.random_nav_box .content_box .content_list {
  display: none;
}
.random_nav_box .content_box .content_list.active {
  display: block;
}
.random_nav_box .content_box .content_list .bg_box{
    background-color: #f6f6f6;
    padding: 0.2rem;
}
.random_nav_box .content_box .content_list .title_item {
  overflow: hidden;
}
.random_nav_box .content_box .content_list .title_item span {
  float: left;
  display: inline-block;
  width: 4rem;
  height: 20px;
  overflow: hidden;
  color: #000;
  font-weight: 400;
}
.random_nav_box .content_box .content_list .title_item a {
  float: right;
  color: #666;
  font-size: 12px;
}
.random_nav_box .content_box .content_list .title_item a:hover {
  text-decoration: underline;
}
.random_nav_box .content_box .content_list .text {
    margin-top: 5px;
  line-height: 26px;
  color: #666;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}



.col4_img_item {
  overflow: hidden;
  margin-top: 0.2rem;
}
.col4_img_item li {
  width: 1.28rem;
  float: left;
  margin-bottom: 0.3rem;
  margin-right: 0.52rem;
  text-align: center;
}
.col4_img_item li:nth-child(4n) {
  margin-right: 0;
}
.col4_img_item li .img_item {
  width: 100%;
  height: 1.28rem;
  display: block;
  border-radius: 0.28rem;
  overflow: hidden;
}
.col4_img_item li .img_item img{
    height: 100%;
}
.col4_img_item li p {
  font-weight: 400;
  font-size: 0.28rem;
  color: #333;
  height: 0.4rem;
  margin-top: 0.1rem;
  overflow: hidden;
}