@charset "utf-8";
/* CSS Document */
.box {
	position:relative;
	margin: 0px;
	padding: 0px;
	
}
body {
	padding: 0px;
	width: 95%;
	margin-top: 3%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
.top {
	width: 100%;
	overflow: hidden;
}
.box_qr {
	overflow: hidden;
	width: 100%;
	text-align: -webkit-center;
	display:block;
}
.box_qr ul li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	width:50%;
	text-align: center;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	padding:0px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;     
     -moz-box-sizing: border-box;    
          box-sizing: border-box;
}
.box_qr ul li p {
}
.box_qr p {
	height:18px;
}
.box_qr ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.box_qr ul li img {
	width: 100%;
}
.top div img {
	width: 100%;
}
/*.clear_box{height:20px;}*/
.show{
	margin:auto;
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	background-color:#666;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:none;
	}
.show1{
	margin:auto;
	position:absolute;
	z-index:1;
	width:70%;
	height:379px;
	background-color:#FFF;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:block;
	border-radius: 5px; 
-moz-border-radius: 5px;
-webkit-border-radius:5px;
	}
.show img{
	position:absolute;
	width:100%;
    left:0%;
    top:0%;
	}
.box_qr input{
	width: 74px;
    height: 29px;
	margin-top:5px;
	background-color:#1ec8fb;
	border:1px #1ec8fb solid;
	color:#FFF;
	font-size:13px;
	-webkit-appearance:none;
	outline:none;
	}
.title{
	position: relative;
    width: 100%;
    height: 49px;
	text-align:center;
	padding:10px 10px 0 10px;
	-webkit-box-sizing: border-box;     
     -moz-box-sizing: border-box;    
          box-sizing: border-box;
	}
.ewm{
	position: relative;
    width:85%;
    height:247px;
    text-align:center;
	overflow: hidden;
    border:1px solid :#000;
	
margin: auto;
}
.ewm p{
    width:85%;
    height:auto;
    line-height:180;  /* 行高等于高度 */
}
/* 兼容标准浏览器 */
.ewm p:before{
    content:".";  /* 具体的值与垂直居中无关，尽可能的节省字符 */
    margin-left:-5px; font-size:10px;  /* 修复居中的小BUG */
    visibility:hidden;  /*设置成隐藏元素*/
}
.ewm p img{
	width:99%;
    *margin-top:expression((180 - this.height )/2);  /* CSS表达式用来兼容IE6/IE7 */
    vertical-align:middle;
    border:1px solid #ccc;
}
.zs{
	position:absolute;
	width: 100%;
	height: 20px;
	margin-top:6%;
	text-align:center;
	font-size:15px;
	color:#F00;
	}
.btn{position:absolute;
	width: 100%;
	height: 43px;
	margin-top: 10px;
	text-align:center;
	font-size:14px;
	color:#999;
	bottom:9px;
	
	}
.btn input{
	width:80%;
	height:35px;
	margin-top:10px;
	font-size:14px;
	background-color:#1ec8fb;
	border:1px #1ec8fb solid;
	color:#FFF;
	-webkit-appearance:none;outline:none;
	}

