@charset "utf-8";
/*css reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:500}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:500}i,em,b,code{font-style:normal;font-weight:normal}u{text-decoration:none}img{border:0;height:auto;-ms-interpolation-mode:bicubic;vertical-align:middle}ol,ul,li{list-style:none}ins,a{text-decoration:none}:focus{outline:none}fieldset{border:0}q:before,q:after,blockquote:before,blockquote:after{content:""}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}.cd{overflow:hidden;_zoom:1}.cl{*zoom:1}.cl:after{content:'\20';clear:both;display:block;height:0}body,button,input,textarea{font:12px/1.5 "microsoft yahei",simsun}button,input,textarea{font-size:100%}table{border-collapse:collapse;border-spacing:0}th{text-align:inherit}a{border:0;color:#06d;outline:0}a:hover{color:#f60;text-decoration:none}
/*css reset end*/
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
.wrap{
	width:7.5rem;
	margin:0 auto;
}

.header {
	width:7.5rem;
	height:5rem;
	background:url(../images/header.jpg) no-repeat;
	background-size: 100% 100%;
}
.content {
	width:7.5rem;
	height:4rem;
	background:url(../images/content.jpg) no-repeat;
	background-size: 100% 100%;
	margin-top:-2px;
	text-align:center;
	overflow:hidden;
}
.content a{
	width:3.92rem;
	height:1.1rem;
	display:inline-block;
	margin-top:2.8rem;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
.content a.btnIos{
	background:url(../images/btnIos.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
/*.content a.btnIos:active {
	background:url(../images/btnIos_.png) 0 0 no-repeat;
	background-size: 100% 100%;
}*/
.content a.btnAndriod{
	background:url(../images/btnAndriod.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
/*.content a.btnAndriod:active{
	background:url(../images/btnAndriod_.png) 0 0 no-repeat;
	background-size: 100% 100%;
}*/
.footer {
	width:7.5rem;
	height:6rem;
	background:url(../images/footer.jpg) no-repeat;
	background-size: 100% 100%;
	margin-top:-2px;
}

.bridgeHeader {
	width:7.5rem;
	height:4rem;
	background:url(../images/bridgeHeader.jpg) no-repeat;
	background-size: 100% 100%;
	overflow:hidden;
}
.bridgeHeader strong a {
	width:1.4rem;
	height:0.3rem;
	display:inline-block;
	background:url(../images/back.png) 0 0 no-repeat;
	background-size: 100% 100%;
	margin-top:0.1rem;
	margin-left:0.1rem;
}
.bridgeHeader p {
	text-align:center;
}
.bridgeHeader p a {
	width:4.4rem;
	height:0.85rem;
	background:url(../images/btnTrust.png?v=1) no-repeat;
	background-size: 100% 100%;
	display:inline-block;
	margin-top:1.3rem;
}
.downTips {
	width:7.5rem;
	height:0.85rem;
	background:url(../images/downTips.jpg) no-repeat;
	background-size: 100% 100%;
}
.f1 {
	width:7.5rem;
	height:7.85rem;
	background:url(../images/f1.jpg) no-repeat;
	background-size: 100% 100%;
}
.f2 {
	width:7.5rem;
	height:9.9rem;
	background:url(../images/f2.jpg) no-repeat;
	background-size: 100% 100%;
}
.f3 {
	width:7.5rem;
	height:10.15rem;
	background:url(../images/f3.jpg) no-repeat;
	background-size: 100% 100%;
}


.popImg{
	position:absolute;
	top:0;
	left:0;
	margin-top: 10%;
	padding:0 5%;
	text-align:center;
}
.popImg img{
	width:100%;
	height:auto;
	z-index:1000;
}
.overlayImg{
	background:url(../images/bg.png);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.hidden {
	display:none;
}