@charset "utf-8";

.pageAD{
	margin-top:70px;
	background-color:#e6001f;
}
.pageAD img{
	width:auto;
	max-width:100%;
}
#productlist{
	padding-top:80px;
}
#productlist .mainDiv{
	padding-bottom:0px;
	margin:0 auto;
	font-size:14px;
	line-height:22px;
	max-width:100% !important;
}
#productlist .mainDiv H1{
	color:#333;
	/* font-size:36px; */
	line-height:36px;
	letter-spacing:1px;
	/* margin-top:28px; */
}

#productContent{
	color:#333;
	text-align:left;
	padding-top:0px;
	text-align:center;
}



.sendMessage{
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
	width:1000px;
	border:1px dashed #666;
	background-color:#fff;
	color:#333;
	padding:7px;
}
.sendMessage h5{
	font-size: 16px;
    padding: 2px 0;
    border-radius: 10px;
    letter-spacing: 1px;
    text-align: left;
    text-indent: 12px;
    color: #fff;
    background-color: #ff5590;
}
.sendMessage dl{
	margin-top:12px;
   font-size: 12px;
}

.sendMessage dl dt input{
	width:225px;
	line-height:22px;
	background-color:#EFEFEF;
	border:1px solid #8A7998;
	color:#333;
}
.sendMessage dl dd{
	margin-top:8px;
}
.sendMessage dl dd textarea{
	width:98%;
	height:94px;
	background-color:#EFEFEF;
	border:1px solid #8A7998;
	color:#333;
}
.sendMessage h6{
	margin-top:5px;
	font-size:12px;
}
.sendMessage h6 input,.sendMessage h6 button{
	width:130px;
	background-color: #ff5590;
    line-height: 22px;
    letter-spacing: 1px;
    border: 1px solid #b50460;
	color: #fff;
}
#sendMailStartFrame{
	display:none;
}



/*æ‰‹æœºç‰ˆ å®½åº¦å°‘äºŽ1024*/
@media screen and (max-width: 1024px){
	.pageAD{
		margin-top: 0px;
	}
	#productlist .mainDiv H1{
		font-size:1.6em;
		line-height:1em;
	}
	
	#productContent{
		width:95%;
		margin:0 auto;
	}
	
	#productlist .mainDiv{
		font-size:1em;
	}
	#productContent img,#productContent div,#productContent h1{
		max-width:100%;
	}
	
	.sendMessage{
		max-width:95%;
	}
	.sendMessage dl dt input{
		max-width:100%;
		display:block;
		width: 98%;
	    margin: 0 auto;
	}
	
}
