.content{
    width: 1000px;
    margin: 0 auto;
 }

.small-nav{
    color: #999;
    font-size: 16px;
    margin: 20px 0;
    clear: both;
}
.small-nav span:first-child:hover{
    color: #FFA805;
}
.small-nav span:first-child{
    cursor: pointer;
}


.article{
    width: 588px;
    float: left;
    background: #fff;
    padding: 25px 40px;
}

.rec{
    width: 320px;
    float: right;
}

.rec .recommend{
    width: 320px;
    height: 90px;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}

.rec .recommend .re-1{
    font-size: 16px;
    color: #515151;
    text-align: center;
    margin-top: 10px;
}
.rec .recommend .re-2{
    background: #FFFFFF;
    border: 1px solid #057CFF;
    border-radius: 2px;
    width: 120px;
    display: block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #057CFF;
    position: relative;
    left: 160px;
    margin-left: -60px;
    margin-top: 10px;
    text-decoration: none;
}

.rec .follower{
    width: 270px;
    background: #fff;
    min-height: 100px;
    padding: 10px 25px;
    color: #515151;
    font-size: 16px;
}

.bg{
    overflow: hidden;
    padding-bottom: 50px;
}

.bg .swiper-button-next{
    width: 40px;
    border-radius: 0;
    right: 0;
    top: 68px;
    opacity: .3!important;
}
.bg .swiper-button-prev{
    width: 40px;
    border-radius: 0;
    left: 0;
    top: 68px;
    opacity: .3!important;
}

.recommend-item{
    position: relative;
    width: 590px;
    height: 50px;
}


.recommend-item .item-bg{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 380px;
    height: 178px;
}

.item-comment{
    position: absolute;
    width: 100%;
    bottom: 0;
}

.item-comment .comment-box{
    display: table;
    padding: 0 15px;
    /* height: 140px; */
    height: auto;
}

.item-comment .comment-box .comment-detail{
    display: table-header-group;
}

.item-comment .comment-box .item-logo{
    width: 48px;
    display: inline-block;
}

.item-comment .comment-box .item-name{
    font-size: 24px;
    color: #515151;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
    margin-left: 22px;
}

.item-comment .comment-box .item-name.small{
    font-size: 20px;
}

.item-comment .comment-box .item-version{
    font-family: PingFangSC-Light;
    font-size: 12px;
    color: #515151;
    display: inline-block;
    line-height: 24px;
    height: 24px;
    margin-left: 10px;
    font-weight: 300;
    vertical-align: top;
}

.item-comment .comment-box .item-icon{
    font-size: 18px;
    color: #515151;
    margin-left: 12px;
    display: inline-block;
    vertical-align: top;
}

.item-comment .comment-box .safe-icon{
    background: no-repeat url(//pc1.gtimg.com/guanjia/images/b3/82/b382c9521dd59eb95b657f2f706f9dc9.png);
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    float: left;
}

.item-comment .comment-box .free-icon{
    background: no-repeat url(//pc1.gtimg.com/guanjia/images/c9/bf/c9bf735f027b686f8c5451b832cccf1d.png);
    background-size: 30px 30px;
    width: 30px;
    height: 40px;
    float: left;
}

.item-comment .comment-box .zip-icon{
    background: no-repeat url(//pc1.gtimg.com/guanjia/images/7d/83/7d836ee36bbfc9e34cc854e853c0c956.png);
    background-size: 30px 30px;
    width: 30px;
    height: 40px;
    float: left;
}

.item-comment .comment-box .app-icon{
    background: no-repeat url(//pc1.gtimg.com/guanjia/images/82/a7/82a7241467eda50f5327ad9d791b6a7e.png);
    background-size: 30px 30px;
    width: 30px;
    height: 40px;
    float: left;
}

.data-icon{
    position: relative;
}

.data-icon:hover .h-pop{
    display: block!important;
}

.data-icon .h-pop{
    display: none;
    width: 207px;
    height: 62px;
    position: absolute;
    background: rgba(0,0,0,.8);
    right: -81px;
    top: 27px;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box;
    line-height: 20px;
    font-weight: 300;
    z-index: 99;
}


.item-comment .comment-box .pop3 a{
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: #3b96d0;
    font-size: 12px;
    margin-top: 5px;
}

.item-comment .comment-box .show {
    display: block;
}


.item-comment .comment-time{
    position: absolute;
    bottom: 0;
    left: 86px;
    height: 14px;
    line-height: 14px;
    vertical-align: top;
    font-size: 14px;
}

.item-comment .download {
    position: absolute;
    right: 0;
    top: 0;
     background-image: linear-gradient(to right bottom, #59DFA6 0%, #01D898 100%);
     background-image: -webkit-linear-gradient(to right bottom, #59DFA6 0%, #01D898 100%);
    /*background: #1AECAD;*/
    width: 150px;
    height: 48px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 48px;
    text-indent: 20px;
    cursor: pointer;
}

.item-comment .download:hover {
    /*background: #00E9A5;*/
    background-image: linear-gradient(to right bottom, #00E9A4 0%, #00E8A4 100%);
    background-image: -webkit-linear-gradient(to right bottom, #00E9A4 0%, #00E8A4 100%);
}

.item-comment .download:active {
    /*background: #06D094;*/
    background-image: linear-gradient(to right bottom, #61D3A1 0%, #00D093 100%);
    background-image: -webkit-linear-gradient(to right bottom, #61D3A1 0%, #00D093 100%);
}

.item-comment .download .download-icon {
    background-image: url(//pc1.gtimg.com/guanjia/images/c2/8b/c28b64891e346eb0d9045d91522f65cc.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 30px;
    position: absolute;
    top: 17px;
    left: 20px;
    background-size: 50%;
}

.item-comment .download .app-icon {
    background-image: url(//pc1.gtimg.com/guanjia/images/d8/72/d872e8a455a6f44684e364dd6e4c64ff.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 30px;
    position: absolute;
    top:17px;
    left: 20px;
    background-size: 50%;
}

.swiper-container {
    margin-bottom: 0!important;
    margin-top: 3px!important;
}

.swiper-pagination{
    margin-bottom: 10px!important;
}

.tips{
    background: #F4F6FA;
    border-radius: 4px;
    padding: 10px;
}

.tips pre{
    color: #ED9400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.tips pre a{
    color: #ED9400;
    text-decoration: underline;
}

.bold{
    font-weight: bold;
}

.dark{
    color: #000;
}

.big{
    font-size: 28px;
    margin: 30px 0;
}

.f-card{
    border-bottom: solid #EBEBEB 1px;
    padding-bottom: 20px;
}

.f-card:last-child{
    border-bottom: none;
}

.f-title{
    vertical-align: middle;
    margin: 20px 0;
}

.f-title img{
    width: 32px;
    vertical-align: middle;
}

.f-title span{
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
}

.f-title .ft-2{
    font-size: 16px;
    color: #4A4A4A;
    margin-left: 15px;
}
.f-title .ft-3{
    font-size: 12px;
    color: #999999;
    float: right;
}

.f-content{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}

.global-mask{
   position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    left: 0;
    top: 0;
    z-index: -100;
}

.global-mask .big-viewer{
    width: 912px;
    height: 440px;
    left: 50%;
    margin-left: -456px;
    top: 100px;
    position: absolute;
}

.global-mask .swiper-pagination{
    bottom: -20px!important;
}

#slider-left{
    width: 32px;
    height: 58px;
    position: absolute;
    left: -31px;
    top: 52%;
    background-position: -282px -50px;
}

#slider-left:hover{
    background-position: -166px -50px;

}
#slider-left:active{
    background-position: -50px -50px;
}

#slider-right{
    width: 32px;
    height: 58px;
    position: absolute;
    right: -50px;
    top: 52%;
    background-position: -282px -179px;
}

#slider-right:hover{
    background-position: -166px -179px;
}

#slider-right:active{
    background-position: -50px -179px;
}

.swiper-pagination-2{
    text-align: center;
}

.close-mask{
    right: -58px;
    top: -24px;
    width: 48px;
    height: 48px;
    position: absolute;
    background-position: -796px -324px;
    background-size: 920px 740px!important;
}

.close-mask:hover{
    background-position: -796px -100px;
}
.close-mask:active{
    background-position: -100px -616px;
}

.sprite{
    background-image: url(//pc1.gtimg.com/guanjia/images/3f/f4/3ff48ceeb0ce465401b878145d56c009.png);
    background-repeat: no-repeat;
    background-size: 460px 370px;
}

.swiper-container .button{display: none;}
.swiper-container:hover .button{display: block;}


.ir-nav{
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 16px;
}

.ir-nav-head a{
    color: #999;
}

.ir-nav-head a:hover{
    color: #FFA805;
}

.ir-content{
    margin-top: 24px;
}

.ir-area-title{
    font-size: 24px;
    color: #515151;
}

.ir-area-title .more-free{
    /*color: #057cff;*/
    color: #999;
    font-size: 14px;
    float: right;
    height: 30px;
    line-height: 32px;
    cursor: default;
}

.ir-area-title .xclient-logo {
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 4px;
}

.big-compangy-title{
    font-size: 24px;
    color: #515151;
    margin-top: 48px;
}

.ir-area-item{
    width: 318px;
    height: 134px;
    float: left;
    margin: 24px 23px 0 0;
    background: #FFFFFF;
    box-shadow: 0 2px 14px 0 #EFEFEF;
    border-radius: 0px;
}

.ir-area-last-item{
    width: 318px;
    height: 134px;
    margin-top: 24px;
    float: left;
    background: #FFFFFF;
    box-shadow: 0 2px 14px 0 #EFEFEF;
    border-radius: 0px;
}

.tencent-area:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;

}

.big-company-area{
    clear: both;
}

.ir-item-main{
    height: 51px;
    margin: 17px 16px 0 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #F0F0F0;
    position: relative;
}

.ir-item-image{
    float: left;
    margin-right: 8px;
}

.ir-item-image > img{
    width: 48px;
    height: 48px;
}

.ir-item-msg{
    float: left;
}


.ir-item-download{
    float: right;
    margin-top: 9px;
    width: 92px;
    height: 32px;
    background-image: linear-gradient(129deg, #59DFA6 0%, #01D898 76%, #00D898 76%);
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    cursor: pointer;
}

.ir-item-download:hover{
    background-image: linear-gradient(137deg, #00E9A4 0%, #00E8A4 100%);
}

.ir-item-download:active{
    background-image: linear-gradient(129deg, #59DFA6 0%, #01D898 76%, #00D898 76%);
}

.ir-item-bottom{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ir-item-app{
    font-size: 18px;
    color: #515151;
    margin-bottom: 4px;
}

.ir-item-date{
    font-size: 12px;
    color: #999999;
}

.week-install-list{
    height: 918px;
}

.il-item{
    width: 488px;
    height: 150px;
    float: left;
    background: #FFFFFF;
    box-shadow: 0 2px 14px 0 #EFEFEF;
    border-radius: 0px;
    margin-top: 24px;
    cursor: pointer;
    transition: bottom 160ms ease-in;
    position: relative;
    bottom: 0;
}

.il-item:hover{
    bottom: 8px;
}

.il-right-item{
    margin-left: 24px;
}

.il-item-img{
    float: left;
    margin:16px;
}

.free-today .il-item-img{
    margin-right: 16px;
}

.il-item-img>img{
    width: 56px;
    height: 56px;
}

.il-item-app{
    display: inline-block;
    font-size: 20px;
    color: #333333;
    margin:0;
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.il-item-app .iia-name{
    margin-top: 16px;
}
.il-item-app .iia-category{
    font-size: 12px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: #999;
    background: rgba(153,153,153,.1);
    padding: 0 8px;
}

.il-item-download{
    float: right;
    margin: 24px 24px 24px 0;
    width: 120px;
    height: 40px;
    background-image: linear-gradient(129deg, #59DFA6 0%, #01D898 76%, #00D898 76%);
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    cursor: pointer;
}

.il-item-download:hover{
    background-image: linear-gradient(137deg, #00E9A4 0%, #00E8A4 100%);
}

.il-item-download:active{
    background-image: linear-gradient(129deg, #59DFA6 0%, #01D898 76%, #00D898 76%);
}

.free-today{
    
}

.il-item-left{
    float: left;
    height: 58px;
    margin: 16px 0 18px 0;
}

.item-left-app{
    font-size: 20px;
    color: #333333;
    margin-bottom: 5px;
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item-app-type{ 
    display: inline-block;
    line-height: 20px;
    background: rgba(153,153,153,.1);
    border-radius: 1px;
    font-size: 14px;
    color: #999;
    padding: 0 8px;
}

/* .item-app-type>span{
    font-size: 14px;
} */

.il-item-right{
    float: right;
    margin: 16px 16px 16px 0;
}

.item-right-grade{
    float: right;
    font-size: 14px;
    color: #666666;
    margin-bottom: 9px;
    margin-top: 4px;
}

.item-right-price{
    clear: both;
}

.item-actural-price{
    float: right;
    width: 56px;
    height: 24px;
    font-size: 12px;
    opacity: 0.78;
    color: #515151;
    text-align: center;
    background: #F4F4F4;
    border-radius: 69px 0 0 69px;
}

.item-app-free{
    float: right;
    width: 56px;
    height: 24px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    background: #057CFF;
    border-radius: 0 11.5px 11.5px 0;
}

.item-free-text{
    width: 30px;
    height: 20px;
    margin: 2px 13px 0 13px;
}

.item-price-text{
    width: 44px;
    text-decoration:line-through;
    margin: 4px 0 0 4px;
}

.app-download-icon{
    float: left;
    width: 24px;
    height: 30px;
    background-image: url(//pc1.gtimg.com/guanjia/images/c2/8b/c28b64891e346eb0d9045d91522f65cc.png);
    background-repeat: no-repeat;
    position: relative;
    top: 8px;
    left: 8px;
    background-size: 50%;
}
.app-go-icon{
    float: left;
    width: 24px;
    height: 30px;
    background-image: url(//pc1.gtimg.com/guanjia/images/d8/72/d872e8a455a6f44684e364dd6e4c64ff.png);
    background-repeat: no-repeat;
    position: relative;
    top: 8px;
    left: 8px;
    background-size: 50%;
}

.item-download-text{
    display: inline-block;
    margin-top: 6px;
    margin-left: 3px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.il-download-icon{
    float: left;
    width: 24px;
    height: 30px;
    background-image: url(//pc1.gtimg.com/guanjia/images/c2/8b/c28b64891e346eb0d9045d91522f65cc.png);
    background-repeat: no-repeat;
    position: relative;
    top: 11px;
    left: 15px;
    background-size: 55%;
}
.il-app-icon{
    float: left;
    width: 24px;
    height: 30px;
    background-image: url(//pc1.gtimg.com/guanjia/images/d8/72/d872e8a455a6f44684e364dd6e4c64ff.png);
    background-repeat: no-repeat;
    position: relative;
    top: 11px;
    left: 15px;
    background-size: 55%;
}

.il-download-text {
    display: inline-block;
    margin-top: 7px;
    margin-left: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-size: 18px;
}

.item-grade-logo{
    float: left;
    width: 32px;
    height: 42px;
    /* background-image: url('../images/top_one.png'); */
    margin-left: 6px;
    font-family: TencentSansW7;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    top: -4px;
}

.item-grade-logo>span{
    position: relative;
    top: 4px;
}

.grade-top-one{
    background-image: url('../images/top_one.png');
}

.grade-top-two{
    background-image: url('../images/top_two.png');
}

.grade-top-three{
    background-image: url('../images/top_three.png');
}

.grade-top-other{
    background-image: url('../images/top_other.png');
}



.il-item-top{
    height: 87px;
}

.il-item-hr{
    width: 424px;
    margin-left: 40px;
    border-bottom: 1px solid #F0F0F0;
}

.item-bottom-text{
    margin:17px 24px 17px 40px;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.il-item-bottom{
    height: 61px;
}

.il-free-item{
    width: 488px;
    height: 92px;
    float: left;
    background: #FFFFFF;
    box-shadow: 0 2px 14px 0 #EFEFEF;
    border-radius: 0px;
    margin-top: 24px;
}



