section {
    overflow: hidden;
}
.title_have_border {
    padding: 0.3rem;
    height: 0.4rem;
    background: #fff;
}

.title_have_border a {
    display: inline-block;
}

.title_have_border h2 {
    display: block;
    height: 0.4rem;
    line-height: 0.4rem;
    color: #333333;
    font-size: 0.36rem;
    font-weight: 600;
    float: left;
    padding-left: 0.2rem;
    border-left: 3px solid #17ABA7;
}

.title_have_border .more {
    position: absolute;
    right: 0.25rem;
    width: 0.8rem;
    height: 0.35rem;
    line-height: 0.35rem;
    color: #bebebe;
    /*background: url(../images/more_icon.png) no-repeat 0.65rem center;*/
    background-size: 0.08rem 0.18rem;
    font-size: 0.26rem;
}


.clearfix {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

/* 上面介绍 */
.gameInfo {
    background-color: #fff;
    overflow: hidden;
}

.gameInfo .t2 ul {
    width: 100%;
}

.gameInfo .t2 ul li {
    float: left;
    width: 20%;
    padding: 0;
    text-align: center;
    font-size: 16px
}

.gameInfo ol {
    margin: 0 4%;
    padding: 3% 0;
}

.gameInfo ol li {
    display: inline-block;
    height: 1.7em;
    line-height: 1.7em;
    width: 50%;
    color: #666;
    overflow: hidden;
}
#soft-info {
    padding: 10px;
    position: relative;
    background: #fff;
    margin-top: 1px
}

#soft-info .c1 {
    color: #fd8230
}

#soft-info img {
    float: left;
    margin: 2px 7px 0 0;
    width: 76px;
    height: 76px;
    border-radius: 8px;
}

#soft-info h1 {
    display: block;
    top: -5px;
    font-weight: normal;
    color: #17ABA7;
    font: 17px "\5FAE\8F6F\96C5\9ED1";
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    margin-bottom: 2px;
}

#soft-info p {
    font-size: 12px;
    color: #999;
    height: 19px;
    line-height: 19px;
    overflow: hidden;
    padding: 0
}

#soft-info p span {
    display: inline-block;
    padding: 0;
    width: 50%;
    float: left;
    overflow: hidden;
}
#soft-info p .w100{
    width: 100%;
}

#soft-info p span a {
    margin-right: 5px
}

#soft-download {
    position: relative;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    margin: auto;
    margin-top: 2px;
}

@-moz-document url-prefix() {
    #soft-download {
        width: 100%;
    }
}

#soft-download.on {
    position: fixed;
    left: 10px;
    right: 10px;
}

@-moz-document url-prefix() {
    #soft-download.on {
        width: -moz-calc(100% - 20px);
    }
}

#soft-download li.tip {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    background: #ccc;
    font-size: 16px;
    color: #fff;
    text-align: center;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    display: block;
}

#soft-download li {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    background: #ccc;
    font-size: 16px;
    color: #fff;
    text-align: center;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    display: block;
}

#soft-download li#down-android {
    background: #519ee9
}

#soft-download li#down-appstore {
    background: #00adef
}

#soft-download li.btns {
    background: #519ee9
}

#soft-download li a {
    color: #fff;
    display: block;
}

#soft-download li:nth-last-child(2) {
    margin-right: 5px;
}

#soft-download li:nth-child(2) {
    margin-left: 5px;
}

#soft-download li.downloadyuyue {
    background: #ccc;
    border: 1px solid #ccc;
}

#nav_left_layout {
    height: 40px;
    width: 94%;
    padding: 0 3%;
    z-index: 1;
    max-width: 820px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* 截图 */
.PicturesShow {
    overflow: hidden;
    background-color: #fff;
    padding: .4rem .2rem .4rem .2rem;
}

.PicturesShow ul.image-list {
    overflow-x: auto;
    white-space: nowrap;
}

.PicturesShow ul.image-list:after {
    display: none;
}

.PicturesShow li.item {
    display: inline-block;
    width: 3rem;
    background-color: lightblue;
    margin-right: .2rem;
}

.PicturesShow li.item img {
    width: 3rem;
}

/* 文章内容 */
.article {
    padding: 0.4rem 0.27rem 0.88rem 0.27rem;
    border-bottom: 1px solid #efefef;
    /* margin-bottom: 0.3rem; */
    background-color: #fff;
    position: relative;
}

.article .hidden_box {
    /*height: 10rem;*/
    overflow: hidden;
    transition: all 0.5s;
}

.article .auto_box {
    height: auto;
    /* transition: height 500ms; */
}

.article .cont {
     font-size: .29rem;
    line-height: 1.8;
    color: #666; 
    /*font-size: 14px;*/
    /*line-height: 25px;*/
    word-wrap: break-word;
}

.article .cont p {
    margin-bottom: .2rem;
    color: #666666;
}
.article .cont iframe {
    width: 100% !important;
    max-height: 4.5rem !important;
}
.article .cont img {
    display: block;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 8px;
}

.article .cont .title {
    font-size: 0.4rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.66rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.article .cont h3 {
    font-size: .32rem;
    color:#17ABA7;
    font-weight: 700;
    margin-bottom: .1rem;
}

.article .cont h3 i {
    display: inline-block;
    width: .28rem;
    height: .32rem;
    background-position: -3.1rem -1.74rem;
    position: relative;
    top: .04rem;
    margin-right: .05rem;
}



.article .detailContMask {
    height: 3.7rem;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    position: absolute;
    bottom: 0;
    left: 0.2rem;

}

.article .detailContMask .show,
.article .detailContMask .close {
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    line-height: 0.35rem;
    color: #666;
    display: block;
    width: 0.88rem;
    margin: 0 auto;
    margin-top: 3.1rem;
}

.article .detailContMask .close {
    display: block;
}

.article .detailContMask .close {
    display: none;
}

.article .detailContMask i {
    float: right;
    width: 0.24rem;
    height: 0.34rem;
    background-image: url('../images/detailcontmaskicon.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 100%;
}

.article .detailContMaskClose {
    background: none;
    height: 0.5rem;
}

.article .detailContMaskClose .show {
    display: none !important;
}

.article .detailContMaskClose .close {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -0.42rem;
    bottom: 0.2rem;
}

.article .detailContMaskClose .close i {
    transform: rotate(180deg);
}

.recommend .recommendList a {
    float: left;
    display: block;
    width: 25%;
    /*margin-right: 0.3rem;*/
    /*margin-left: 0.3rem;*/
    margin-bottom: 0.4rem;
}

.recommend .recommendList a:nth-child(4n+4) {
    margin-right: 0;
}

.recommend .recommendList a img {
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    margin-bottom: 0.16rem;
    border-radius: 0.08rem;
}

.recommend .recommendList a p {
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.37rem;
    width: 1.4rem;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    /* padding: 0 0.1rem; */
}


/* 同类推荐 */
.recommend {
    padding: 0 0.3rem;
    background-color: #fff;
}

.recommend .tab_menu span {
    width: 100%;
    padding: 0.16rem 0;
    color: #666;
    border-bottom: 1px solid #efefef;
}

.recommend .tab_menu .current {
    color: #17ABA7;
}

.recommend .tab_menu span i {
    display: block;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    font-size: .26rem;
    border-right: 1px solid #999;
    overflow: hidden;
}

.recommend .tab_menu span:last-child i {
    border-right: none;
}

.recommend .info {
    padding: 0 0.05rem;
    margin-top: 0.2rem;
    margin-bottom: 0.24rem;
}

.recommend .info .title {
    font-size: 0.3rem;
    color: #333;
    font-family: Microsoft YaHei;
    line-height: 0.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.1rem;
}

.recommend .info .text {
    height: 1.08rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    line-height: 0.36rem;
    color: #999;
    letter-spacing: 0.01rem;
    overflow: hidden;
}
@media screen and (min-width: 879x) and (max-width: 979px) {
    .section-focus-pic ul li {
        height: 456px;
    }

    .section-focus-pic ul li img {
        height: 456px;
    }

    .section-focus-pic .pages {
        height: 456px;
    }

    #nav_left_layout {
        padding: 0 10px
    }
}

@media screen and (max-width: 1023px) and (min-width: 979x) {
    .section-focus-pic ul li {
        height: 500px;
    }

    .section-focus-pic ul li img {
        height: 500px;
    }

    .section-focus-pic .pages {
        height: 500px;
    }
}

@media screen and (min-width: 1024px) {
    .section-focus-pic ul li {
        height: 500px;
    }

    .section-focus-pic ul li img {
        height: 500px;
    }

    .section-focus-pic .pages {
        height: 500px;
    }

    .vidB li {
        float: left;
        margin-left: 4%;
        margin-top: 3%;
        width: 200px;
    }

    .vidB li a img {
        width: 200px;
        display: block;
    }
}

@media screen and (min-width: 840px) {
    #nav_left_layout {
        padding: 0 10px
    }
}
/*软件列表*/
.Cont2{display: block;background: #fff; font-size: 12px;}
.Cont2 ul{display: block;overflow: hidden;}
.Cont2 ul li{position: relative;padding: 15px 12px;border-bottom: 1px solid #f5f5f5;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;overflow: hidden;}
.Cont2 ul li:active{background: #eee;}
.Cont2 ul li:last-child{border-bottom: none;}
.Cont2 ul li>a.C2-explain{display: inline-block;float: left;}
.Cont2 .C2-explain div{display: inline-block;position: relative;}
.Cont2 .C2-explain div img{display: inline-block;width: 57.5px;height: 57.5px;border-radius: 10px;background: #969696;}
.Cont2 ul li .sub{display: block;height: 57.5px;margin: 0 67.5px;position: relative;/*overflow: hidden;*/}
.Cont2 ul li .sub div{width: 100%;position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);}
.Cont2 .sub a{display: inline-block;max-height: 40px;margin-bottom: 2.5px;color: #333;font-size: 16px; overflow: hidden;}
.Cont2 .sub p{display: block;color: #888;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.Cont2 .sub dl{display: block;overflow: hidden; height: 16px;}
.Cont2 .sub dt,.sub dd{display: inline-block;float: left;color: #888;margin-right: 10px;}
.Cont2 .sub dt span{color: #17ABA7;}
.Cont2 ul li a.l_btn{display: inline-block;float: right;text-align: center;color: #fff;line-height: 28px;width: 57.5px;background: #17ABA7;border-radius: 3px;position: absolute;top: 50%;right: 12px;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);}
.Cont2 ul li a.l_btn:active{opacity: .8;}
.Cont2 ul li a.l_btn2{display: inline-block;float: right;text-align: center;color: #fff;line-height: 28px;width: 57.5px;background: #17ABA7;border-radius: 3px;position: absolute;top: 50%;right: 12px;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);}
.Cont2 ul li a.l_btn2:active{opacity: .8;}
.Cont2 ul li a.btn_color{background: #17ABA7}