﻿* { margin: 0; padding: 0; }
ul{list-style: none;}
a{color: #3e86ce;text-decoration: none;}
a:hover{color: #FF5722;}
img, a img{border: 0;vertical-align: bottom;}
.cl:after{
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
.cl{ 
	zoom: 1; 
}
body {
    margin: 0 auto;
    padding: 0;
    min-width: 320px;
    background-color: #fff;
    font-size: 14px;
    font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,sans-serif;
}
.ph_main{    
	text-align: center;
}
.ph_top{
    padding: 80px 0 20px;
    margin-top: 0px;
    //background-color: #f8f8f8;
    //border: 1px solid #e6e6e6;
}
.ph_left,.ph_right{
    display: inline-block;
    vertical-align: top;
}
.ph_left{
    padding-top: 130px;
    margin-right: 80px;
    max-width: 347px;
}
.ph_right img{
	width: 400px;
}
.ph_tit{
	padding-bottom: 30px;
    margin-bottom: 30px;
    color: #4c85ba;
}
.ph_titb{
	font-size: 53px;
    margin-bottom: 10px;
}
.ph_tits{
    font-size: 24px;
}
.ph_down_btn{
	float: left;
    margin-right: 30px;
}
.ph_down_tdc{
	float: left;
    padding: 10px;
    border: 1px solid #d9d9d9;
}
.ph_down_btn input{
    width: 178px;
    height: 58px;
    padding-left: 58px;
    text-align: left;
    font-size: 20px;
    line-height: 58px;
    box-sizing: border-box;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin-bottom: 20px;
    display: block;
    cursor: pointer;
}
.ph_down_ios{
    background: #49be38 url(../assets/icon.png) no-repeat;
    background-size: 18%;
    background-position: 16px 9px;
}
.ph_down_and{
    background: #15a7f0 url(../assets/icon.png) no-repeat;
    background-size: 18%;
    background-position: 16px -46px;
    margin-bottom: 0 !important;
}
.ph_bottom{
	max-width: 720px;
	margin: 0 auto;
	margin-top: 75px;
    margin-bottom: 0px;
    padding: 50px 30px 30px;
	background-color: #f8f8f8;
    border: 1px solid #e6e6e6;
}
.ph_about{
    font-size: 28px;
    color: #555555;
    margin-bottom: 22px;
}
.ph_version{
    font-size: 16px;
    color: #666;
    line-height: 36px;
    text-align: right;
    margin-right: 34px;
}
.ph_bottom b{
	width: 42px;
    height: 2px;
    display: inline-block;
    margin: 12px auto 20px;
    border-bottom: 2px solid #555;
    background-color: #d5d5d5;
}
.ph_sub{
    color: #85d134;
    font-size: 20px;
    line-height: 60px;
}
.ph_detail{
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    color: #717171;
}
.ph_indent5{
	text-indent:5px;
}
.ph_indent40{
	text-indent:36px;
}
.pg_spot:first-child{
    font-weight: bold;
    margin-top: 12px;
}
.pg_spot{
    font-weight: bold;
    margin-top: 20px;
}
.ph_thx{
    color: #85d134;
    font-size: 16px;
    margin: 20px 0;
}
.ph_remark{
    font-size: 16px;
    text-align: left;
    color: #666;
    margin-top: 12px;
}
.ph_fooot{
    font-size: 16px;
    line-height: 24px;
    color: #717171;
    margin-top: 100px;
}
@media screen and (max-width: 900px) {
    .ph_left {
	    margin-right: 0px;
        padding-top: 0px;
	}
}
@media screen and (max-width: 900px) {
    .ph_right {
	    display: none;
	}
}
@media screen and (max-width: 365px) {
	.ph_down_btn{
		margin-right: 20px;
	}
}
@media screen and (max-width: 355px) {
	.ph_down_btn{
		margin-right: 10px;
	}
}
@media screen and (max-width: 345px) {
	.ph_down_btn{
		margin-right: 0px;
	}
}
/*分享*/
.shareMask{
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    display: none;
}
.share_cont{
	width: 256px;
	margin: 0 auto;
}
.shareMask p{
	color: #000;
    font-size: 18px;
    text-align: left;
}
.share_tit{
	margin-top: 70px;
}
.one{
	margin-top: 46px;
}
.one img{
    width: 38px;
    margin: 0 8px;
    vertical-align: middle;
}
.two{
	margin-top: 40px;
}
.two img{
    width: 38px;
    vertical-align: middle;
    margin: 0 8px;
}
.arr{
    position: absolute;
    right: 14px;
    top: 16px;
    width: 38px;
}
.data{
    text-align: center;
    margin-top: 60px;
}
.data p{
	margin-top: 10px;
}
