html{
	font-size: 20px;
}
body{ 
	max-width: 100%;
	min-width: 100%;
	min-height: 100%;
}

body,h1,h2,h3,h4,h5,h6,p,ol,dl,dt,a ,ul,select{
	margin: 0;
	padding: 0;
	border:0;
	outline:none;
	font-family:'微软雅黑';
	list-style:none;
	text-decoration: none;
}
label{cursor: pointer;}
img{
	display: inline-block;
	max-width: 100%;
}
span{
	display: inline-block;
}
a {
	text-decoration: none!important;
}
#infoModal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
	padding: 6px 10px;
	border-radius: 2px;
}
.error {
	background: #d9534f;
	color: #fff;
}
.success {
	background: #5cb85c;
	color: #fff;
}
.demand #image_p{
	width: 81.5%;
}
.modalWrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
	display: none;
}
#modal {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 200px;
	text-align: center;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
}
#modal > div:nth-child(1) {
	padding: 6px 10px;
	border-bottom: 1px solid #eee;
}
#modal li {
	float: left;
	width: 99px;
	padding: 6px 0px;
	cursor: pointer;
}
#modal li:first-child {
	border: 1px solid #eee;
}
@media (max-width: 500px) {
	.pushimg {
		width: 70px!important;
		height: 70px!important;
	}
	.demand #image_p {
    width: 63.5%;
	}
}
@media (min-width:500px) {
	.productinfopage .zoompic {
		height:250px;
		position: relative;
	}
	.productinfopage .zoompic img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}


.orderModal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8888;
	background: rgba(0, 0, 0, 0.5);
}
.orderModal .orderContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
}
.orderModal .orderContainer label {
	font-weight: normal;
	text-align: right;
}
.orderModal .orderContainer .content div textarea {
	resize: none;
}
.orderModal .orderContainer input[type="text"] {
	border: 1px solid #f4f4f4;
}
.orderModal .orderContainer .content div select {
	border: 1px solid #f4f4f4;
}

@media screen and (max-width:480px) {
	
	.orderModal .orderContainer {
		width: 90%;
		padding: 10px;
	}
	.orderModal .orderContainer .title {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		height: 30px;
		line-height: 30px;
	}
	.orderModal .orderContainer .content div {
		padding: 4px 0;
		margin-bottom: 10px;
	}
	.orderModal .orderContainer .content div label {
		display: block;
		text-align: left;
	}
	.orderModal .orderContainer .content div input {
		width: 100%;
	}
	.orderModal .orderContainer .content div textarea {
		width: 70%;
		height: 100px;
		border: 1px solid #f4f4f4;
	}
	.orderModal .orderContainer .content div select {
		width: 30%;
	}
	.orderModal .orderContainer .content div button {
		color: #fff;
		background: #d9534f;
		border: 0;
		width: 20%;
		height: 30px;
		border-radius: 4px;
	}
	.orderModal .orderContainer .content div:nth-child(6) label {
		float: none!important;
	}
	.orderModal .orderContainer .content div textarea {
		width: 100%;
	}


}


@media screen and (min-width:1200px) {

	.orderModal .orderContainer {
		width: 400px;
		padding: 10px;
	}
	.orderModal .orderContainer .title {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		height: 50px;
		line-height: 50px;
	}
	.orderModal .orderContainer .content div {
		padding: 4px 0;
	}
	.orderModal .orderContainer .content div label {
		width: 100px;
	}
	.orderModal .orderContainer .content div input {
		width: 250px;
	}
	.orderModal .orderContainer .content div textarea {
		width: 250px;
		height: 100px;
		border: 1px solid #f4f4f4;
	}
	.orderModal .orderContainer .content div select {
		width: 80px;
	}
	.orderModal .orderContainer .content div button {
		color: #fff;
		background: #d9534f;
		border: 0;
		width: 80px;
		height: 30px;
		border-radius: 4px;
	}

}

@media screen and (min-width:992px) {

	.orderModal .orderContainer {
		width: 400px;
		padding: 10px;
	}
	.orderModal .orderContainer .title {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		height: 50px;
		line-height: 50px;
	}
	.orderModal .orderContainer .content div {
		padding: 4px 0;
	}
	.orderModal .orderContainer .content div label {
		width: 100px;
	}
	.orderModal .orderContainer .content div input {
		width: 250px;
	}
	.orderModal .orderContainer .content div textarea {
		width: 250px;
		height: 100px;
		border: 1px solid #f4f4f4;
	}
	.orderModal .orderContainer .content div select {
		width: 80px;
	}
	.orderModal .orderContainer .content div button {
		color: #fff;
		background: #d9534f;
		border: 0;
		width: 80px;
		height: 30px;
		border-radius: 4px;
	}


}

@media screen and (min-width:768px) {

	.orderModal .orderContainer {
		width: 400px;
		padding: 10px;
	}
	.orderModal .orderContainer .title {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		height: 50px;
		line-height: 50px;
	}
	.orderModal .orderContainer .content div {
		padding: 4px 0;
	}
	.orderModal .orderContainer .content div label {
		width: 100px;
	}
	.orderModal .orderContainer .content div input {
		width: 250px;
	}
	.orderModal .orderContainer .content div textarea {
		width: 250px;
		height: 100px;
		border: 1px solid #f4f4f4;
	}
	.orderModal .orderContainer .content div select {
		width: 80px;
	}
	.orderModal .orderContainer .content div button {
		color: #fff;
		background: #d9534f;
		border: 0;
		width: 80px;
		height: 30px;
		border-radius: 4px;
	}


}

@media screen and (min-width:480px) and (max-width:767px) {

	.orderModal .orderContainer {
		width: 90%;
		padding: 10px;
	}
	.orderModal .orderContainer .title {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		height: 50px;
		line-height: 50px;
	}
	.orderModal .orderContainer .content div {
		padding: 4px 0;
	}
	.orderModal .orderContainer .content div label {
		width: 20%;
	}
	.orderModal .orderContainer .content div input {
		width: 70%;
	}
	.orderModal .orderContainer .content div textarea {
		width: 70%;
		height: 100px;
		border: 1px solid #f4f4f4;
	}
	.orderModal .orderContainer .content div select {
		width: 20%;
	}
	.orderModal .orderContainer .content div button {
		color: #fff;
		background: #d9534f;
		border: 0;
		width: 20%;
		height: 30px;
		border-radius: 4px;
	}


}