﻿/**
 * 推广页 
 * @author zh
 */

@CHARSET "UTF-8";

/* 公共样式*/
*{margin:0;padding:0;list-style: outside none none;}
body{
    background:#edf2f4;
    height:100%;
    font-family:"Helvetica Neue",Helvetica,STHeiTi,sans-serif;
	position: relative;
	background-color:#eae6e5;
}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
a:link,a:hover,a:active,a:visited{text-decoration:none;}

/* Main*/
.wrapper{
    width:100%;
}
.pro-header{
    background:url(../Images/pro_bg.jpg) 0 0 no-repeat;
    height:245px;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    position: relative;
}
.pro-header-content{
    position:relative;
    padding-top:20px;
}
.app-icon{
    width:80px;
    height:80px;
    margin:0 auto;
    position: relative;
}
.app-icon::before{
    position: absolute;
    left: -14px;
    bottom: -6px;
    content: "";
    height: 11px;
    width: 107px;
    background:url(../Images/shadow.png) no-repeat scroll 0 0;
    background-size:cover;
}
.app-icon img{
    width: 100%;
}
.app-title{
    margin: 8px 0 6px;
    line-height: 21px;
    font-size: 18px;
    text-align: center;
    color: #3a3a3a;
}
.title-box{
    position: relative;
    display: inline-block;
    padding: 0 30px;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.title-tag{
    position: absolute;
    top: 1px;
    right: 0px;
    line-height: 12px;
    padding: 2px 3px 2px 3px;
    border: 1px solid rgba(0,122,255,0.8);
    font-size: 10px;
    font-style: normal;
	border-radius:3px;
    color: #007aff;
	font-family: “Microsoft YaHei”;
   
}
.app-explain{
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    color: #939393;
}
.app-explain span{
    margin-left: 10px;
}
.app-btns{
    margin-top: 13px;
    text-align: center;
}
.d-btn{
    display: block;
    height: 35px;
    line-height: 35px;
    width: 188px;
    /*border: 1px solid #81d5ff;*/
    font-size: 16px;
    text-align: center;
    background-color: #00a3ef;
    color: #fff;
    margin:0 auto;
    letter-spacing:3px;
}
.dun{
        display: block;
        background:url(../Images/finger.png) no-repeat scroll 0 center / contain;
        background-color: #ffffff;
        float: left;
        height: 35px;
        width: 40px;
        margin-left: 20%;
}
.pro-main{
    width: 100%;
    overflow: hidden;
    margin-top:5px;
    position: relative;
	
}
.pro-content{
    position: relative;
    margin: 0 0px 8px;
    background-color: #fff;
    /*padding: 12px;*/
}
.app-info-panel{
    position: relative;
    overflow:hidden;
}
.pic-list{
    margin: 5px 0 12px;
}
.pic-list li{
    width:150px;
    height:240px;
    margin-left:7px;
    display: inline-block;
}

.img_pg{
    background: url(../Images/nfg.png);
}

.mod-scroll-bar{
    position: absolute;
    bottom: 1px;
    left: 12px;
    right: 12px;
    height: 2px;
    margin-top:5px;
}
.app-desc{
    position: relative;
    padding: 6px 0 18px;
}
.app-desc p{
    line-height: 1.5;
    font-size: 14px;
    color: #343434;
    height: 40px;
    overflow: hidden;
}
.more-btn{
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -5px;
    right: 0;
}
.down-arrow::after{
    position: absolute;
    content: '';
    height: 7px;
    width: 13px;
    background: url(../Images/show_more.png) no-repeat scroll 0 0;
    background-size: cover;
}
.down-arrow-y::after{
    -moz-transform:scaleY(-1);
    -webkit-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    transform:scaleY(-1);
    /*IE*/
    filter:FlipV;
}
.app-version{
    color: #939393;
    font-size: 12px;
    line-height: 1.5;
}
.tips{
    margin: 10px 0 2px;
}
.tips span{
    position: relative;
    padding-left: 19px;
    display: inline-block;
    margin-right: 25px;
}
.tips-virus::before{
    background: url(../Images/tip1.png) no-repeat scroll 0 0;
    background-size: cover;
}
.tips-adver::before{
    background: url(../Images/tip2.png) no-repeat scroll 0 0;
    background-size: cover;
}
.tips-userSafe::before{
    background: url(../Images/tip3.png) no-repeat scroll 0 0;
    background-size: cover;
}
.tips span::before{
    position: absolute;
    content: "";
    width: 16px;
    height: 14px;
    top: 2px;
    left: 0;
}
@media screen and (max-width:860px){
    .app-info-panel .pic-list{
        width:820px;
        height:240px;
    }
} 
#appSize{
	font-size: 14px;
}
#appDownNum{
	padding:1px 2px;
	font-size: 12px;
	border:1px solid #999999;
}
.app-xing{
	line-height: 14px;
    font-size: 12px;
	margin-top: 8px;
    text-align: center;
    color: #939393;
}
.xing-tu{
	display:inline-block;
	width: 12px;
	height: 12px;
	background: url(../Images/xing1.png) no-repeat scroll 0 0; 
}
.xing-tu1{
	display:inline-block;
	width: 12px;
	height: 12px;
	background: url(../Images/xing2.png) no-repeat scroll 0 0; 
}
.pinglun-main{
	background-color:#ffffff;
}
.pinglun-main .title{
margin:10px 10px;
height: 53px;
line-height: 53px;
/*background: url(../Images/b1.jpg) repeat-x; */
    border-bottom: 1px solid #a09c9c;
}
.pinglun-main .title span{
	display:inline-block;
	height: 50px;
	width: 110px;
	color:#058ac2;
	background: url(../Images/xia.png) no-repeat;
    background-size:80% 20%;
	background-position:0px 42px;
}

.

.content{margin:10px 10px; font-size: 14px; line-height: 23px;padding-bottom:20px;}
.content .hui{color:#8f8f8f;}
.content ul li{margin-top:10px;}


/*大图片滑动*/
@charset "utf-8";
*{margin:0;padding:0;list-style:none;border:0;}
body{width:100%;margin:0 auto;overflow:hidden}

/* main_image */
#main_visual{border-top:1px solid #d7d7d7;overflow:hidden;position:relative;display: none;}
.main_image{min-height:522px;overflow:hidden;position:relative;}
.main_image ul{width:100%;overflow:hidden;position:absolute;top:0;left:0}
.main_image li{float:left;width:100%;height:100%}
.main_image li span{display:block;width:100%;height:100%}
.main_image li a{display:block;width:100%;}



div.flicking_con{position:absolute;top:90%;left:50%;z-index:999;width:300px;height:21px;margin:0 0 0 -50px;}
div.flicking_con a{float:left;width:21px;height:21px;margin:0;padding:0;background:url('Images/btn_main_img.png') 0 0 no-repeat;display:block;text-indent:-1000px}
div.flicking_con a.on{background-position:0 -21px}
#btn_prev,#btn_next{z-index:11111;position:absolute;display:block;width:73px!important;height:74px!important;top:50%;margin-top:-37px;display:none;}
#btn_prev{background:url(Images/hover_left.png) no-repeat left top;left:100px;}
#btn_next{background:url(Images/hover_right.png) no-repeat right top;right:100px;}
