@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;}

body
{
	width:100%; 
	margin:0; 
	padding:0; 
	font-size:16px;
	/*background: #f5f5f5;*/  
	font-family:Tahoma,Arial,Roboto,”Droid Sans”,”Helvetica Neue”,”Droid Sans Fallback”,”Heiti SC”,sans-self;
}

ul,li,dl,dd,input,span,p,h1,h2,h3,h4,h5,h6,b,textarea{ margin:0; padding:0; border:0; list-style-type:none; font-weight:normal;}

input, select{outline: medium none;}
/*
img{ display:block; width:100%;}
*/
a{ text-decoration:none;}

/*清除移动端网站点击a标签时闪现的边框或遮罩层（CSS）*/
a{ -webkit-tap-highlight-color:rgba(255,0,0,0);}

.l{ float:left;}
.r{ float:right;}
.clear{clear:both;}
.line{ background:#ccc; overflow:hidden;}

/*section{ padding-top:2.375rem;}*/
.dd_top{height:2.375rem; overflow:hidden; width:100%; color:#333333; background:#fafafa; position:fixed; z-index:9999}
.dd_top .left_ico {display: inline-block;width: 0.4rem;height: 0.7rem; background-image: url("../images/a_ico1.png");background-size: 100%;background-repeat: no-repeat;position: absolute;left: 0.625rem;top: 0.9rem;}
.dd_top .title{ width:100%; font-size:0.95rem; text-align:center; height:2.375rem; font-weight:normal; line-height:2.375rem;color: #333333;}
.right_ico{ display: inline-block;width: 1.7rem;height: 0.925rem;position: absolute;right: 0.625rem;top: 0.725rem;}

input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }


[placeholder] { font-size: 0.7rem;}


input{color: #333333;}
button, input {border: none;outline: none;  }
hr{margin-left: 0.625rem;border-top:1px solid #eeeeee;height: 0;}
textarea{outline:none;resize:none}
.btn-div{display:block;height:2rem;line-height:2rem;border-radius:0.2rem;color:#fff;
    background:#37aefe;text-align:center;font-size:0.85rem;margin: 1rem 0.5rem;}


footer{
	position:fixed;
	bottom:0;width: 100%;
	border-top: 1px solid #eeeeee;
	height:8%;
	
	
}

/*
footer
{
position:absolute;
bottom:0;
width:100%;
height:100px;
background-color: #ffc0cb;
}
*/

footer div{ width:100%; background: #f5f5f5;}
.homepage,.mine{ display:inline-block;
                 width: 60%;
				 height:60%;
                 margin-top: 0.7rem;
				 font-size: 0.55rem;
				 }
.download{font-size: 0.55rem;color: #666666;display:inline-block;width: 30%; position: relative }

.download img{ border:0; width:40%; position: absolute;left: 50%;margin-left: -20%;top:-1.8rem;}
.homepage img,.mine img{
				width: 75%;
				/*height: 1.5rem;*/
				margin: -0.6rem auto 0 auto; 
				border:0;
				}

.homepage1,.mine1{ display:inline-block;width: 35%; height: 2.675rem;margin-top: 0.7rem}
.homepage1 img,.mine1 img{width: 30%;margin: -0.5rem auto 0 auto; border:0;}

.footer-p{margin-bottom: 0.2rem;text-align: center;font-size: 0.6rem;line-height: 1.1rem}
.prompt-span{position: absolute;width: 16px;height: 16px;line-height: 16px;
    text-align: center;font-size: 12px;background: #d94948;border-radius: 50px;
    right: 11%;top: 4px; color: #fff;font-style: inherit;}

.hide {
    top: -100px;
}
.show {
    bottom: 0;
}