h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

img {
	width: 100%;
	vertical-align: middle;
}

a {
	text-decoration: none;
	outline: none;
}

body, html {
	font-size: 14px;
	font-family: 'PingHei', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif;
	overflow-x: hidden;
}

#buy-wrapper {
	width: 980px;
	margin: 0 auto;
}

.select-product {
	margin-top: 45px;
}

.productdecision {
	width: 490px;
}

.productdecision-box {
	text-align: center;
	height: 600px;
	margin: 80px auto 0 auto;
	position: relative;
}

.productdecision-box .rotate-img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 466px;
}

.max-deg {
	-webkit-animation: rotateInUpLeft 3s .2s ease infinite;
	-moz-animation: rotateInUpLeft 3s .2s ease infinite;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(-20deg);
		-moz-transform: rotate(-20deg);
		-ms-transform: rotate(-20deg);
		-o-transform: rotate(-20deg);
		transform: rotate(-20deg);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(-20deg);
		-moz-transform: rotate(-20deg);
		-ms-transform: rotate(-20deg);
		-o-transform: rotate(-20deg);
		transform: rotate(-20deg);
		opacity: 1;
	}
}

.mid-deg {
	-webkit-animation: rotateInLeft 3s .2s ease infinite;
	-moz-animation: rotateInLeft 3s .2s ease infinite;
}

@-webkit-keyframes rotateInLeft {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		transform: rotate(-5deg);
		opacity: 1;
	}
}

@-moz-keyframes rotateInLeft {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		transform: rotate(-5deg);
		opacity: 1;
	}
}

.min-deg {
	-webkit-animation: rotateLeft 3s .2s ease infinite;
	-moz-animation: rotateLeft 3s .2s ease infinite;
}

@-webkit-keyframes rotateLeft {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(10deg);
		-moz-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		-o-transform: rotate(10deg);
		transform: rotate(10deg);
		opacity: 1;
	}
}

@-moz-keyframes rotateLeft {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(10deg);
		-moz-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		-o-transform: rotate(10deg);
		transform: rotate(10deg);
		opacity: 1;
	}
}

.opacity {
	opacity: 0.3;
}

.productdecision-intro {
	margin-left: 70px;
	width: 420px;
	overflow: hidden;
}

.productdecision {
	text-align: center;
}

.productdecision .tips {
	margin-left: -30px;
}

.productdecision .tips::before {
	content: " ";
	display: inline-block;
	width: 25px;
	height: 20px;
	background: url(showmore.png) -3px 3px no-repeat;
	background-size: 25px 20px;
}

.intro-header {
	color: #333;
	font-size: 12px;
}

.intro-header .title {
	font-size: 35px;
	padding-bottom: 10px;
	line-height: 40px;
}

.selection-title {
	font-size: 16px;
	font-weight: 600;
}

.intro-appearance .col-md {
	float: left;
	width: 200px;
	height: 98px;
	text-align: center;
	border: 1px solid #D6D6D6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 15px;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.spacing {
	margin-top: 25px;
}

.intro-appearance .border-on {
	border-color: #888;
	cursor: pointer;
}

.hidden-msg {
	display: none;
	margin-bottom: -10px;
	cursor: pointer;
}

.border-top {
	border-top: 1px solid #D6D6D6;
	padding-top: 20px;
}

.text {
	font-size: 22px;
	color: #333;
}

.text:hover {
	color: #007aff;
}

.modify {
	color: #007aff;
	font-size: 12px;
	margin-top: 4px;
}

.modify:hover {
	text-decoration: underline;
}

.intro-appearance .border-blue {
	border: 2px solid #007aff;
}

.border {
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 30px;
}

.intro-appearance .col-md:nth-of-type(2n) {
	margin-left: 15px;
}

.col-md p {
	font-size: 12px;
	margin-top: 4px;
}

.select-color {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.yinse {
	background-color: #DDDFDE;
}

.jinse {
	background-color: #E3D0BA;
}

.gray {
	background-color: #ABAEB1;
}

.imagelist-title {
	color: #333;
	font-size: 35px;
	line-height: 1.05;
	font-weight: 500;
	letter-spacing: .08em;
	font-family: SF Pro Display,SF Pro Icons,AOS Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
	text-align: center;
	padding: 64px 0 41px;
}

.imagelist-content li {
	width: 33.3%;
	float: left;
	text-align: center;
}

.imagelist-content li p {
	letter-spacing: -.01em;
	color: #333;
	margin: 0;
	padding: 24px 15px 0;
}

.image-box {
	height: 339px;
	overflow: hidden;
	background-color: #FAFAFA;
}

.image {
	vertical-align: top;
	width: auto;
	height: 339px;
	overflow: hidden;
}

.products-container {
	margin-top: 90px;
}

.product-item {
	float: left;
	width: 25%;
	text-align: center;
	color: #333;
}

.product-item p {
	padding: 20px 0 3px 0;
}

.product-item span {
	color: #888;
}

.products-box img {
	width: auto;
	height: auto;
}

.product-item:hover, .product-item:hover span {
	text-decoration: underline;
	color: #0070c9;
}

.sub-tit {
	display: block;
	font-size: 15px;
	margin: -20px 0 45px 0;
	text-align: center;
	color: #0070c9;
}

.sub-tit::after {
	content: " ";
	display: inline-block;
	width: 15px;
	height: 10px;
	background: url(light-icon.png) 5px center no-repeat;
	background-size: 10px 14px;
}

.accordion-list {
	margin-top: 95px;
}

.accordion-list-title {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: .1em;
	cursor: pointer;
}

.accordion-icon {
	width: 30px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.accordion-on {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.accordion-item {
	margin-top: 50px;
	display: none;
}

.accordion-item li {
	border-top: 1px solid #E3E3E3;
	padding: 25px 0;
	color: #333;
}

.item-title {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 600;
}

.hidden-content .sub-tit {
	margin: 15px 0 10px 0;
	text-align: left;
	font-size: 12px;
}

.hidden-content .sub-tit:hover {
	text-decoration: underline;
}

.hidden-content p {
	color: #333;
	font-size: 12px;
	line-height: 1.7;
	margin-top: 15px;
}

.item-title:hover {
	color: #0070c9;
	cursor: pointer;
}

.col-tit {
	font-size: 24px;
	margin-top: -5px;
}

.col-tit span {
	font-size: 16px;
	padding-left: 4px;
}

.col-msg {
	color: #888;
}

#module3 .col-tit {
	margin-top: 2px;
}

.tips {
	display: block;
	clear: both;
	color: #0070c9;
	padding-top: 15px;
	font-size: 12px;
}

.tips:hover {
	text-decoration: underline;
}

.sell-box-bg {
	background-color: #fafafa;
	padding: 30px;
	margin-top: 25px;
}

.sell-box-bg .border {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.sell-title {
	font-size: 32px;
}

.sell-msg {
	text-align: center;
	font-size: 12px;
}

.sell-msg .tips {
	display: inline-block;
	padding-left: 4px;
	padding-right: 4px;
}

.button {
	font-size: 15px;
	height: 35px;
	line-height: 28px;
	background-color: #0070c9;
	background: -webkit-linear-gradient(#42a1ec,#0070c9);
	background: linear-gradient(#42a1ec,#0070c9);
	border-color: #07c;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	color: white;
	cursor: pointer;
	display: inline-block;
	margin-top: 25px;
	width: 85%;
	text-align: center;
}

.appreciation {
	color: #0070c9;
	font-size: 17px;
	margin-bottom: 8px;
	background: url(addbtn.png) left center no-repeat;
	background-size: 28px 25px;
	padding-left: 35px;
}

.sell-box-bg .sell-msg {
	text-align: left;
	margin-bottom: 7px;
}

.add {
	font-weight: normal;
	font-size: 20px;
	color: #888;
}

.add-icon {
	background: url(add-icon.png) right center no-repeat;
	width: 18px;
	height: 18px;
	background-size: 18px;
}

.item-title:hover .add-icon {
	background: url(add-blue.png) right center no-repeat;
	width: 18px;
	height: 18px;
	background-size: 18px;
}
