/*公共*/
*{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-family: 'PingFang SC', 'Hiragino Sans GB', 'Open Sans','Microsoft YaHei', '微软雅黑',sans-serif;
}

body{
	background-color: #FFF;
	/*background-color: #FEF7F0;*/
}

.none{
	display: none;
}

.orange{
	color: #F85858;
}

.line{
	width: 746px;
	height: 1px;
	margin: 0 auto;
	background: #D8D8D8;
}

/*语言栏*/
.lang{
	background: #FAFAFA;
	width: 100%;
}

.lang .text{
	font-size: 14px;
	color: #6A6A6A;
	line-height: 34px;
	text-align: right;
	max-width: 786px;
	margin: auto;
	padding-right: 20px;
}

/*按钮*/
 /*PC 我要开店*/
.button_kd_web{
	background: #F85858;
	border-radius: 4px;
	font-size: 17px;
	color: #FFFFFF;
	width: 253px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
}

 /*移动我要开店+移动提交+pc 提交*/
.button_kd{
	background: #F85858;
	border-radius: 4px;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 44px;
	margin: 20px;
	text-align: center;
	cursor: pointer;
}
 /*移动下载*/
.button_download{
	border: 1px solid #F85858;
	border-radius: 4px;
	font-size: 17px;
	color: #F85858;
	line-height: 44px;
	margin: 20px;
	text-align: center;
	cursor: pointer;
}

/*广告牌*/

 /*PC 广告牌：logo+标题+小字+广告牌+我要开店按钮*/
.w_top {
	height: 124px;
	min-width: 786px;
	background: url('images/bg.jpg') center;
	background-size: 1800px auto;
	margin-bottom: 70px;
	padding-left: 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5), /* 注意这里的写法比较特殊 */
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5){
	.w_top {
		height: 524px;
		min-width: 786px;
		background: url('images/bg@2x.jpg') center;
		background-size: 1800px auto;
		margin-bottom: 70px;
	}
}

 /*广告牌通栏*/
.w_top .max_w{
	width: 786px;
	margin: auto;
}
 /*广告牌中部*/
.w_top .contact{
	width: 360px;
	padding-top: 46px;
}
 /*logo*/
.w_top .logo-zh{
	background: url('images/logo-zh.png');
	width: 179px;
	height: 54px;
	margin-bottom: 91px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5), /* 注意这里的写法比较特殊 */
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5){
       .w_top .logo-zh{
       		background: url('images/logo-zh@2x.png');
			background-size: 179px auto;
			width: 179px;
			height: 54px;
			margin-bottom: 91px;
}
}
.w_top .logo-es{
	background: url('images/logo-es.png');
	width: 242px;
	height: 39px;
	margin-bottom: 61px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5), /* 注意这里的写法比较特殊 */
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5){
       	.w_top .logo-es{
			background: url('images/logo-es@2x.png');
			background-size: 242px auto;
			width: 242px;
			height: 39px;
			margin-bottom: 61px;
		}
}


 /*招商啦标题*/
.w_top .zsl-zh{
	background: url('images/zsl-zh.png');
	width: 154px;
	height: 47px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5), /* 注意这里的写法比较特殊 */
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5){
   		.w_top .zsl-zh{
   			background: url('images/zsl-zh@2x.png');
   			background-size: 154px auto;
			width: 154px;
			height: 47px;
		}
}
.w_top .zsl-es{
	background: url('images/zsl-es.png');
	width: 233px;
	height: 50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5), /* 注意这里的写法比较特殊 */
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5){
   		.w_top .zsl-es{
   			background: url('images/zsl-es@2x.png');
   			background-size: 233px auto;
			width: 233px;
			height: 50px;
		}
}
 /*招商啦介绍*/
.w_top .jieshao{
	width: 253px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: normal;
}
.w_top .j-zh{
	margin-top: 30px;
	margin-bottom: 60px;
}
.w_top .j-es{
	width: 253px;
	margin-top: 20px;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 80px;
}

 /*移动广告牌*/
.m_top_zh{
	background: url('images/billboard-zh.jpg') center;
	height: 323px;
	-webkit-background-size: 600px 323px;
	background-size: 600px 323px;
}
.m_top_es{
	background: url('images/billboard-es.jpg') center;
	height: 323px;
	-webkit-background-size: 600px 323px;
	background-size: 600px 323px;
}

/*长文字*/

 /*PC 长文字*/
.w_info{
	margin: auto;
	margin-top: 34px;
	max-width: 786px;

}
.w_info h1{
	color: #F85858;
	font-size: 17px;
	font-weight: medium;
	line-height: 17px;
	padding: 0 18px 0 14px;
}
.w_info h2{
	line-height: 26px;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	padding: 28px 14px;
}

 /*移动长文字*/
.m_info{
	margin: auto;
	margin-top: 34px;
	max-width: 786px;
}
.m_info h1{
	color: #EC5139;
	font-size: 17px;
	font-weight: medium;
	line-height: 17px;
	border-left: 4px solid #EC5139;
	padding: 0 18px 0 14px;
}
.m_info h2{
	line-height: 24px;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	padding: 28px 18px;
}

/*表单*/
 /*公共*/
.title{
	font-size: 17px;
	color: #000;
	line-height: 50px;
	text-align: center;
}
.form ul{
	list-style: none;
	/*padding: 0 18px;*/
}
.form li{
	height: 95px;
}
.form .t {
	font-size: 14px;
	color: #6A6A6A;
	line-height: 30px;
}
.form input{
	background: #FDF8F0;
	border: 1px solid #DCB885;
	border-radius: 4px;
	line-height: 44px;
	font-size: 17px;
	color: #000000;
	width: 94%;
	padding: 0 3%;
}
.remark {
	padding: 0 18px;
	font-size: 12px;
	color: #6A6A6A;
	line-height: 18px;
	margin-bottom: 35px;
}
.form .err{
	line-height: 14px;
	font-size: 14px;
	color: #6A6A6A;
	text-align: center;
}

 /*PC 表单*/
.w_form {
	width: 786px;
	margin: auto;
}
.w_form li{
	/*width: 47%;*/
	/*margin-right:2%;*/
	width: 363px;
	margin-left: 20px;
	display: inline-block;
}

 /*移动表单*/
.m_form li{
	/*width: 47%;*/
	/*margin-right:2%;*/
	margin-left: 20px;
	margin-right: 20px;
}

/*下载提示*/
.download{
	text-align: center;
}

/*成功提示*/
.success{
	margin: auto;
	text-align: center;
	padding-top: 40px;
}
.success h1{
	font-size: 17px;
	color: #000000;
	line-height: 54px;
}
.success h2{
	font-weight: normal;
	line-height: 20px;
	font-size: 14px;
	color: #6A6A6A;
}
@media screen and (max-width: 600px) {
	
	.w_form {
		width: 100%;
	}
	.w_form li {
		width: 92% !important;
	}
  }