*{
	padding: 0;
	margin:0;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* 禁止ios长按保存图片 */
img { pointer-events: none; }


::-webkit-input-placeholder {
　　color: #d6dfdf !important;  
}


::-ms-input-placeholder {
　　color: #d6dfdf !important; 
}

body{
	font-family:Helvetica;
	max-width: 600px;
}
.css{-webkit-user-select:none}

a,button,input,textarea{
	-webkit-tap-highlight-color: rgba(0,0,0,0;)
	-webkit-user-modify:read-write-plaintext-only; 
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, del, dfn, em, img, ins, kbd, q, samp, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

html,body{
	width: 100%;
	height: 100%; 
	-webkit-text-size-adjust:none;
  	font-family:sans-serif;
}

a:link { text-decoration: none;}
a:active { text-decoration:none;}
a:hover { text-decoration:none;} 
a:visited { text-decoration: none;}
a{color: #000;}



.bg{
	width: 100%;
	height: 100%; 
}

.fontPosition{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 64%;
	font-size: 12px;
    line-height: 20px;
}

.fontWeight{
	font-weight:800;
}

.blue{
	color: #023A96;
}


.line{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 66%;
}

.home{
	position: absolute;
    bottom: 3%;
    left: 82%;
    width: 14%;
}

.demo{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	opacity: 0.5;
	z-index: 101;
}

.demo.hide{
	display: none;
}


.bodyBg{
	background-image: url(../img/eaton/chanpinzhongxin_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

html,body{
	overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}

.select {
    width: 100%;
    height: 8%; 
    float: left; 
    position: relative;
    color: #8A8A8A;
}

.form .item  .select label {
    font-size: 0.4rem;
    margin-left: 3%;
    float: left;
    color: #006ac5; 
    width: 26%;
    height: 1rem;
    line-height: 1rem;
}

.select .text {
    border: 1px solid #b3bdbe; 
    border-radius: 5px;
    padding-left: 5%;
    padding-right: 20%;
    width: 100%;
 	  font-size: 0.4rem;
    line-height: 0.78rem;
    background-color: transparent;
    height: 1rem;
    line-height: 1rem;
    overflow: hidden;
}

.select .text > div {
    display: table-cell;
    vertical-align: middle;
}

.select .text > div > span {
    margin: 0 auto;
}

.select select {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    opacity: 0;
}

.select .icon2 {
    position: absolute;
    right: 4%;
    height: 100%;
    top: 0px;
}

.loadMore{
    text-align: center; 
    margin-bottom: 5%;
    height: 1rem;
    display: none;
}

.loadMore.show{
    display: block;
}

.loadMore img{
    height: 100%;
}




.alert{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.33);
    display: none;
}

.alert.show{    
    display: block;
}

.alertBody{ 
    position: absolute;
    top: 50%;
    left: 50%; 
    margin-left: -36%; 
    margin-top: -35%;
    width: 100%;
    background-color: #f9f9f9;
    color: #2a2a2a;
    border-radius: 15px;
    width: 73%;
}

 

.alertText {
    text-align: left;
    padding: 6%;
    font-size: 16px;
}

.alertBtn {
    border-top: 1px solid #eaeaea;
    color: #2580ee;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    font-size: 0.5rem;
}