@charset "UTF-8";

/**
* 页面样式
*@file:style.css;
**/
body, html {
	width: 100%;
	margin: 0 auto;
	background-color: #bcceda;
}
.main{

}
.main .logo,
.main .ecoloTitle{
	width: 100%;
	text-align:center;
}
.main .logo h1{
	width: 2rem;
	height: 2rem;
	background:url(../images/logo.png) no-repeat;
	background-size:100% 100%;
	margin:3.48rem auto 1.03rem;
} 
.main .formcontent{
	width: 5.05rem;
	height: auto;
	overflow:hidden;
	margin:0 auto;
}
.main .formcontent input{
	width: 4.17rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	border-radius: 0.5rem;
	overflow: hidden;
	background:#fff;
	padding:0 0.4rem;
	text-align: left;
	margin-bottom: 0.28rem;
	color: #676767;
	font-size: 0.3rem;
	border:1px solid #838282;
}

.main .formcontent input{
  -webkit-appearance: none!important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main .formcontent .vipOnly,
.main .formcontent .staff{
	width: 4.97rem;
	height: 0.75rem;
	line-height: 0.75rem;
	border-radius: 0.5rem;
	text-align: center;
	color: #fff;
	font-size: 0.36rem;
	display: block;
	background:#f0a73e;
	margin-bottom: 0.2rem;
	box-shadow: 3px 1px 4px 0px #e7e7e7;
}
.main .formcontent .staff{
	background:#107dc3;
}
.main .navInfo{
	height: auto;
	overflow: hidden;
	margin:1.59rem auto 0;
	padding-bottom: 1.26rem;
	text-align: center;
}
.main .navInfo .CHnav a,
.main .navInfo .ENnav a{
	font-size: 0.2rem;
	display: inline-block;
	color: #ca3d3f;
}
.main .navInfo .ENnav a,.main .navInfo .ENnav em{
	font-size:0.2rem;
    transform: scale(0.7) ;
    padding:0;
    
}

.main .navInfo .CHnav em,
.main .navInfo .ENnav em{
	display:inline-block;
	color: #ca3d3f; 
	margin:0 0.15rem;
	font-size: 0.16rem;
}
.main .navInfo .ENnav em{
	margin:0 -0.3rem;
}
.main .sale{
	width: 2.96rem;
	height: 0.45rem;
	margin:0 auto;
	line-height: 0.45rem;
	text-align: center;
	border-radius: 0.5rem;
	overflow: hidden;
	font-size: 0.28rem;
	color: #fff;
	background:#e88242;
	position: relative;
}
.main .sale .leftarrow{
	width: 0.13rem;
	height: 0.23rem;
	display: inline-block;
	background: url(../images/leftarrow.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top:0.1rem;
	left: 0.2rem;
}
.main .sale .rightarrow{
	width: 0.13rem;
	height: 0.23rem;
	display: inline-block;
	background: url(../images/rightarrow.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top:0.1rem;
	right: 0.2rem;
}
.main .ecoOption{
	width: 83%;
	margin: 0.8rem auto 0;
}
.main .ecoOption li{
	width: 2.8rem;
	height: 2.8rem;
	float: left;
	border-radius: 0.2rem;
	background: #fff;
	text-align: center;
	font-size: 0.34rem;
	color: #4a4a4a;
	margin:0 0 0.34rem 0;
	box-shadow: 1px 12px 18px #e2dfee;
}
.main .ecoOption li img{
	width: 1.3rem;
	height: 1.3rem;
	margin:0.25rem 0 0.4rem 0;
}
.main .ecoOption li:nth-child(even){
    float: right;
}

 @media (min-width: 1200px){
    .main .ecoOption{width: 50% !important;}
} 
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.main .ecoloTitle h2{margin:4rem auto 0.35rem;}
     .main .ecoOption{width: 60%;}
}