/* 背景 */
.grey-bg-f5f5f5{
    background: #f5f5f5;
}

/* 应用描述 */
.app-hd-container{
    padding: 30px;
    margin-bottom: 16px;
    position: relative;
    background: #fff;
}
.app-hd-img{
    float: left;
    width: 462px;
    height: 284px;
    overflow: hidden;
}
.app-hd-info{
    float: right;
    width: 648px;
    height: 284px;
    position: relative;
}
.buy-count-bar{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.buy-count-bar .item{
    color: #fff;
    display: inline-block;
    width: 164px;
    height: 50px;
    line-height: 50px;
    margin-right: 40px;
    text-align: center;
    font-size: 14px;
}
.buy-count-bar .item.add-btn{
    background: #4bca85;
}
.buy-count-bar .item.now-btn{
    background: #ff6d5e;
}
.app-tit-bar{
    padding: 10px 0 8px;
    font-size: 22px;
}
.app-data-bar{
    margin-bottom: 12px;
    font-size: 0;
}
.app-data-bar .item{
    color: #999;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right: 30px;
    font-size: 12px;
}
.app-data-bar .item:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -3px 3px 0 0;
}
.app-data-bar .item.gz:before{
    width: 18px;
    height: 12px;
    background: url("../images/templets-ico.png") no-repeat 0 -51px;
}
.app-data-bar .item.gm:before{
    width: 16px;
    height: 14px;
    background: url("../images/templets-ico.png") no-repeat -28px -49px;
}
.app-info-bar{
    margin-bottom: 15px;
    font-size: 0;
}
.app-info-bar .item{
    color: #999;
    display: inline-block;
    margin-right: 50px;
    font-size: 14px;
}
.app-info-bar .item:last-child{
    margin-right: 0;
}
.app-view-bar{
    margin-bottom: 5px;
    font-size: 0;
}
.app-view-bar .item{
    display: inline-block;
    margin-right: 58px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}
.app-view-bar .item:hover{
    color: #34b1ff;
}
.app-view-bar .item:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 18px;
    vertical-align: middle;
    margin: -3px 7px 0 0;
    background: url("../images/app-pc-wap-icon.png") no-repeat;
}
.app-view-bar .item.pc:before{
    background-position: 0 0;
}
.app-view-bar .item.pc:hover:before{
    background-position: 0 -21px;
}
.app-view-bar .item.wap:before{
    background-position: -17px 0;
}
.app-view-bar .item.wap:hover:before{
    background-position: -17px -21px;
}
.app-view-bar .item.wap:hover .ewm-area{
    display: block;
}
.app-view-bar .ewm-area{
    display: none;
    width: 144px;
    height: 158px;
    position: absolute;
    top: -25px;
    right: -144px;
    z-index: 100;
    background: url("../images/app-view-bg.png") center no-repeat;
}
.app-view-bar .ewm-area img{
    width: 90px;
    height: 90px;
    margin: 24px 0 0 31px;
}
.app-price-bar{
    font-size: 0;
}
.app-price-bar .yhj{
    color: #ff7105;
    display: inline-block;
    font-size: 30px;
    font-family: Arial;
}
.app-price-bar .del{
    color: #999;
    display: inline-block;
    margin-left: 20px;
    text-decoration: line-through;
    font-size: 18px;
    font-family: Arial;
}

.app-hot-sale{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    /*background: url("../images/app-hot-sale-icon.png") center no-repeat;*/
}
.app-hot-sale img{
    max-width: 100%;
    max-height: 100%;
}

.app-buy-info{
    padding: 13px 0;
    font-size: 0;
}
.app-buy-info .price{
    color: #ff7105;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-family: Arial;
}
.app-buy-info .btn-link{
    color: #fff;
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    margin-left: 20px;
    text-align: center;
    font-size: 14px;
}
.app-buy-info .buy-btn{
    background: #4bca85;
}
.app-buy-info .now-btn{
    background: #ff6d5e;
}

.app-placeholder-bar{
    height: 57px;
}
.app-tab-bar{
    font-size: 0;
    border-bottom: 1px solid #f2f2f2;
    background: #fff;
}
.app-tab-bar.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    border-bottom: 0;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}
.app-tab-bar .tab-item{
    color: #666;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}
.app-tab-bar .tab-item.active{
    color: #4bca85;
}
.app-tab-bar .tab-item.active:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #4bca85;
}


.app-tab-section{
    padding: 30px;
    margin-bottom: 16px;
    background: #fff;
}

.app-show-box{
    color: #666;
    width: 100%;
    font-size: 14px;
}
.app-show-box *{
    max-width: 100%;
    color: #666;
    font-size: 14px;
    line-height:26px!important;
}

.app-show-box a{
    color: #2069ff!important;
}

.app-section-bar{
    color: #4bca85;
    font-size: 18px;
}
.app-section-bar:before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 20px;
    vertical-align: middle;
    margin: -3px 12px 0 0;
    background: #4bca85;
}
.app-gm-explain-box{
    padding-top: 30px;
}
.app-gm-explain-block{
    padding-bottom: 30px;
}
.app-gm-explain-block:last-child{
    padding-bottom: 0;
}
.app-gm-explain-block .tit{
    font-size: 14px;
}
.app-gm-explain-block .tit:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin: -3px 8px 0 0;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background: #666;
}
.app-gm-explain-block .txt{
    color: #666;
    margin-top: 10px;
    font-size: 14px;
}

.app-update-history{
    padding-top: 20px;
}
.app-update-thead{
    height: 48px;
    font-size: 0;
    background: #f2f2f2;
}
.app-update-thead .item{
    display: inline-block;
    width: 33.333333%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
}
.app-update-list{
    padding: 20px 0 10px;
}
.app-update-list>li{
    font-size: 0;
}
.app-update-list .item{
    display: inline-block;
    width: 33.333333%;
    height: 50px;
    text-align: center;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.app-update-list>li .date:before,
.app-update-list>li .date:after{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -2px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background: #ccc;
}
.app-update-list>li .date:before{
    bottom: 22px;
    width: 6px;
    height: 6px;
    margin-left: -3px;
}
.app-update-list>li:first-child .date:before{
    background: #34b1ff;
}
.update-more-bar{
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #f2f2f2;
}
.update-more-bar .more-link{
    color: #4bca85;
    font-size: 16px;
}


.app-tuijian-box{
    padding-top: 20px;
}
.app-tuijian-box .item{
    float: left;
    width: 366px;
    height: 270px;
    margin-right: 21px;
}
.app-tuijian-box .item.last,
.app-tuijian-box .item:last-child{
    margin-right: 0;
}
.app-tuijian-box .item img{
    width: 100%;
    height: 100%;
}
