@charset "utf-8";

/*css重置*/
body,form,div,span,ul,ol,li,p,pre,dl,dt,dd,h1,h2,h3,h4,h5,h6,em,a,fieldset,legend,address,label,textarea,select,input,figure,table,th,td,b,i{margin:0;padding:0;}
html{height: 100%;}
body{font-size: 14px; font-family: "微软雅黑","宋体", Verdana; height: 100%;}
fieldset,img{border:0;}
ul,li{list-style:none;}
em,i{font-style:normal;}
table{border-collapse:separate;border-spacing:0;}
a{text-decoration:none; color: #000;}
a:hover{ text-decoration:none;}
a:focus,input,button,select,textarea{outline:none;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-variant: normal; font-weight: normal;}
select,img{ vertical-align:middle;}
legend{ display:none;}
textarea{resize:none;}
.fl{float: left;}
.fr{float: right;}
.clear{ clear:both;}
.clearfix{zoom:1;}
.clearfix:after{clear:both; content:"";display:block;height:0;line-height:0;visibility:hidden;}


.down_box{width: 430px;height: 330px;background-color: #fff;position: absolute;left: 50%;top: 50%;margin-left: -215px;margin-top: -165px;overflow: hidden;z-index: 100000;}
.down_box .x-box {
    overflow: hidden;
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../image/bg/close.png);
    transition: all 0.5s ease-in-out;
}
.down_box .x-box:hover{
	transform: rotate(360deg);
}
.Android_down,.IOS_down{width: 215px;height: 280px;float: left;}
.Android_down img,.IOS_down img{display: block;height: 132px;width: 132px;margin: 50px auto 30px;}
.down_btn{display: block;height: 36px;line-height: 36px;width: 165px;text-align: center;color: #fff;background: url(../image/bg/btns.png) -229px -191px no-repeat;margin: 0 auto;font-size: 16px;}
.down_btn:hover{background: url(../image/bg/btns.png) -229px -247px no-repeat;}
.down_tell{border-top: 1px solid #e3e3e3;height: 50px;line-height: 50px;text-indent: 20px;float: left;width: 100%;color: #8d8d8d;}


.zhezhao{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
