@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html,body {
	font-size: 16px;
	background: #fff;
	font-family: "microsoft yahei";
	color: #494949;
}

html,body,div,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,object,code,em,span,var,legend,button,input,textarea,th,td,a,img,header,footer,nav,aside,audio,datalist,section
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/*清除内外边距*/
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

/*设置默认字体*/
:focus {
	outline: 0;
}

ul,ol,ul li,ol li {
	list-style: none;
}

/*重置列表*/
address,caption,cite,em,code,dfn,th,var,i {
	font-style: normal;
	font-weight: normal;
}

form label {
	cursor: pointer;
}

input,button,select,textarea {
	font-family: inherit;
	font-size: 100%;
	outline: none;
}

textarea {
	resize: none
}

input {
	vertical-align: middle;
}

img {
	border: 0;
}

/*重置图片元素*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*重置表格*/
.l {
	float: left;
}

.r {
	float: right;
}
.w-50 {
	width: 50%;
}
button,input[type="reset"],input[type="button"],input[type="submit"] {
	line-height: normal !important;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

input {
	_filter: chroma(color = #000000);
}

/*--清除浮动
------------------------------------------------------------------------------------------*/
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	_zoom: 1;
}

.overflow {
	overflow: hidden;
	_zoom: 1;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

@font-face {
	font-family: 'iconmoon';
	src: url('fonts/iconmoon.eot?nf1wpi');
	src: url('fonts/iconmoon.eot?nf1wpi#iefix') format('embedded-opentype'),
		url('fonts/iconmoon.ttf?nf1wpi') format('truetype'),
		url('fonts/iconmoon.woff?nf1wpi') format('woff'),
		url('fonts/iconmoon.svg?nf1wpi#iconmoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.min-wrap {
	min-width: 1200px;
	margin: 0 auto;
}
.main-wrap {
	width: 1200px;
	margin: 0 auto;
}
.mt-20 {
	margin-top: 20px;
}
.mt-40 {
	margin-top: 40px;
}
.d-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.d-table>* {
	display: table-cell;
	vertical-align: top;
}
.muser-list {
	display: none;
	width: 80px;
	height: 80px;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;
}
.muser-list a {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.muser-list a:hover {
	color: #FF6664;
}
.box-01 .title {
	font-size: 1.5625em;
	line-height: 2em;
	color: #333;
	font-weight: bold;
}
.block-list>li {
	float: left;
	margin-top: 20px;
}
.block-list.col-4>li {
	width: 23.5%;
	margin-left: 2%;
	padding-top: 4px;
}
.block-list.col-4>li.ml-0 {
	margin-left: 0;
}
.block-list .img-wrap {
	position: relative;
}
.block-list.has-icon .img-wrap i {
	position: absolute;
	left: 20px;
	top: -4px;
	display: block;
	width: 40px;
	height: 60px;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding: 8px 10px 0;
	background: url(../img/icon_bg_01.png) no-repeat center center;
}
.block-list .img-wrap img {
	display: block;
	width: 100%;
	border-radius: 5px;
	transition: all 200ms;
}
.block-list .text-wrap {
	margin-top: 35px;
	height: 56px;
}
.block-list .text-wrap h2 {
	height: 20px;
	line-height: 20px;
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.block-list .text-wrap h2 strong {
	font-size: 1.25em;
	font-family: arial;
}
.block-list .text-wrap span {
	color: #999;
	line-height: 30px;
	font-family: arial;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 5px;
}
.block-list .text-wrap a {
	background-color: #ec4b49;
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	float: right;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	transition: all 300ms;
}
.block-list .text-wrap a:hover {
	background-color: #d33533;
}
.overflow-wrap {
	height: 495px;
	overflow: hidden;
	position: relative;
}
.overflow-wrap .more {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	padding-top: 40px;
	text-align: center;
}
.overflow-wrap .more div {
	display: block;
	width: 140px;
	margin: 0 auto;
	cursor: pointer;
}
.overflow-wrap .more div i {
	display: block;
	font-size: .875em;
	text-align: center;
	line-height: 2.5em;
	border-bottom: 1px solid #dcdcdc;
}
.overflow-wrap .more img {
	display: block;
	margin: 5px auto 0;
	animation: opa 1s infinite;
}
.overflow-wrap .more:hover img {
	animation-name:inherit;
}
.overflow-wrap .more .pack-up {
	display: none;
}
.copyright {
	background-color: #404041;
}
.copyright .address-link-wrap {
	color: #999;
	padding: 70px 0 45px;
}
.copyright .address-link-wrap>div {
	vertical-align: bottom;
	text-align: right;
}
.copyright .address-link-wrap>div:first-child {
	text-align: left;
}
.address-link-wrap span {
	display: block;
	margin-top: 20px;
	line-height: 30px;
}
.address-link-wrap h1 {
	font-size: 2.1875em;
	font-weight: bold;
}
.address-link-wrap h2 {
	margin-top: 35px;
	font-size: 1.5625em;
	font-family: arial;
	display: inline-block;
}
.address-link-wrap a {
	font-size: 14px;
	display: inline-block;
	color: #999;
	margin-left: 20px;
}
.address-link-wrap a img {
	vertical-align: middle;
}
.address-link-wrap a:hover {
	color: #fff;
}
.address-link-wrap img {
	margin-right: 5px;
}
.b-copyright {
	border-top: 1px solid #707070;
	line-height: 66px;
	color: #666;
	text-align: center;
}
@media screen and (max-width: 1200px) {
	.min-wrap {
		min-width: auto;
	}
	.main-wrap {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

}
@media screen and (max-width: 1000px) {
	.block-list .text-wrap {
		font-size: 14px;
		margin-top: 20px;
	}
	.block-list .text-wrap span {
		font-size: 12px;
	}
	
}
@media screen and (max-width: 992px) {
	.copyright {
		height: 60px;
		background-color: #f5fbfe;
	}
	.copyright>* {
		display: none;
	}	
}
@media screen and (max-width: 768px) {
	.mt-40 {
		margin-top: 20px;
	}
	.mt-20 {
		margin-top: 0;
	}
	.main-wrap {
		padding: 0 10px;
	}
	.d-table {
		display: block;
	}
	.d-table>* {
		display: block;
	}
	.block-list.col-4>li {
		width: 49%;
	}
	.block-list.col-4>li.ml-0 {
		margin-left: 2%;
	}
	.block-list.col-4>li:nth-child(2n+1){
		margin-left: 0;
	}
	.block-list .text-wrap {
		margin-top: 20px;
	}
	.overflow-wrap .more {
		padding-top: 20px;
	}
	.copyright .address-link-wrap {
		padding: 30px 0;
		display: none;
	}
	.copyright .address-link-wrap>div {
		text-align: left;
	}
	.address-link-wrap a:first-child {
		margin-left: 0;
	}
	.address-link-wrap span {
		margin-top: 10px;
	}
	.address-link-wrap h2 {
		margin-top: 15px;
	}
	.b-copyright {
		line-height: 26px;
		padding: 10px 0;
	}
}
@media screen and (max-width: 480px) { 
	.address-link-wrap h1 {
		font-size: 22px;
	}
	.address-link-wrap h2 {
		font-size: 20px;
	}
	.address-link-wrap h2 {
	    margin-top: 10px;
	}
	.main-wrap {
		padding: 0 10px;
	}	
	.main-wrap {
		padding: 0 10px;
	}	
}
@media screen and (max-width: 350px) {
	.block-list.col-4>li {
		float: none;
		width: 98%;
		margin: 0 auto!important;
	}
}
@keyframes opa{
	from{
		opacity: 0;
	}
	50%{
		opacity: 0.5;
	}
	to{
		opacity: 1;
	}
}
/*砍价*/
.box-wrap .bg-img img {
	display: block;
	width: 100%;
}
.box-wrap .bg-img img.small-img {
	display: none;
}
/*拼团付款页*/
.payment-successful-box {
	background-color: #fff;
}
.payment-successful-box .ps-top-box {
	height: 50px;
	line-height: 50px;
	width: 100%;
	position: relative;
}
.payment-successful-box .ps-top-box a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	font-family: simsun;
	color: #474747;
	padding: 0 15px;
}
.payment-successful-box .ps-top-box span {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.payment-successful-box .ps-detail-box .ps-d-title {
	font-size: 16px;
	color: #333;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}
.payment-successful-box .ps-detail-box .ps-d-box {
	border: solid 1px #dcdcdc;
	border-width: 1px 0;
	background-color: #f5fbfe;
	padding: 0 15px;
}
.payment-successful-box .ps-detail-box .ps-d-box .flex-box {
	display: flex;
	padding: 10px 0;
	border-bottom: solid 1px #dcdcdc;
}
.payment-successful-box .ps-detail-box .ps-d-box .flex-box .img {
	width: 100px;
	height: 100px;
	flex-shrink: 0;
}
.payment-successful-box .ps-detail-box .ps-d-box .flex-box .img img {
	display: block;
	width: 100%;
	height: 100%;
}
.payment-successful-box .ps-detail-box .ps-d-box .flex-box .txt {
	padding-left: 10px;
	width: 100%;
	color: #333;
}
.payment-successful-box .ps-detail-box .ps-d-box .flex-box .txt h2 {
	overflow: hidden;
	font-size: 14px;
}
.payment-successful-box .ps-detail-box .ps-d-box .flex-box .txt span {
	float: right;
	display: block;
	font-size: 14px;
}
.payment-successful-box .ps-detail-box .ps-d-box .flex-box .txt p {
	font-size: 12px;
	color: #999999;
	margin-top: 20px;
	line-height: 18px;
	max-height: 54px;
	overflow: hidden;
}
.payment-successful-box .ps-d-tool {
	display: flex;
	justify-content: flex-end;
	padding: 10px 0;
}
.payment-successful-box .ps-d-tool.p-fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #fff;
}
.payment-successful-box .ps-d-tool a {
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 14px;
	border: solid 1px #ff0000;
	border-radius: 5px;
	padding: 0 10px;
	color: #ef2226;
}
.payment-successful-box .ps-d-tool a:first-child {
	color: #333333;
	border-color: #dcdcdc;
	margin-right: 10px;
}
.payment-successful-box .ps-detail-box .ps-actual-amount {
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #333;
	text-align: right;
	padding: 0 15px;
}
.payment-successful-box .ps-detail-box .ps-actual-amount.pd-0 {
	padding: 0;
}
.payment-successful-box .ps-detail-box .ps-actual-amount em {
	color: #f03d40;
}
.payment-successful-box .ps-detail-box .ps-actual-amount i {
	font-size: 18px;
}
.payment-successful-box .ps-detail-box .ps-after-sale {
	border-top: solid 1px #dcdcdc;
	display: flex;
	padding: 13px 0;
}
.payment-successful-box .ps-detail-box .ps-after-sale.border-t0 {
	border-top: 0;
}
.payment-successful-box .ps-detail-box .ps-after-sale a {
	height: 24px;
	line-height: 24px;
	color: #333;
	text-align: center;
	width: 50%;
}
.payment-successful-box .ps-detail-box .ps-after-sale a img {
	display: inline-block;
	height: 24px;
	vertical-align: middle;
	margin-right: 5px;
}
.payment-successful-box .ps-detail-box .ps-after-sale a:first-child {
	border-right: solid 1px #dcdcdc;
}
.payment-successful-box .ps-detail-box .ps-processing {
	border-top: 5px solid #f5fbfe;
	padding: 10px 15px;
}
.payment-successful-box .ps-detail-box .ps-processing span {
	float: left;
	height: 35px;
	line-height: 35px;
	display: block;
	color: #333333;
}
.payment-successful-box .ps-detail-box .ps-processing div {
	overflow: hidden;
	text-align: right;
}
.payment-successful-box .ps-detail-box .ps-processing div img {
	display: inline-block;
	width: 35px;
	height: 35px;
	vertical-align: middle;
}
.payment-successful-box .ps-detail-box .ps-processing div em {
	display: inline-block;
	line-height: 35px;
	font-family: simsun;
	color: #bfbfbf;
	vertical-align: top;
}
.payment-successful-box .ps-detail-box .ps-order {
	border-top: 5px solid #f5fbfe;
	font-size: 14px;
	padding: 10px 15px;
	position: relative;
	min-height: calc(100vh - 476px);
	box-sizing: border-box;
	border-bottom: 14px solid #f5fbfe;
}
.payment-successful-box .ps-detail-box .ps-order.other {
	min-height: calc(100vh - 420px);
}
.payment-successful-box .ps-detail-box .ps-order ul {
	overflow: hidden;
}
.payment-successful-box .ps-detail-box .ps-order li {
	color: #999999;
	line-height: 24px;
}
.payment-successful-box .ps-detail-box .ps-order button {
	display: block;
	border-radius: 5px;
	border: solid 1px #dcdcdc;
	color: #333333;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	background-color: #fff;
	float: right;
	cursor: pointer;
}
.payment-successful-box .ps-detail-box .ps-order input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.payment-successful-box .remaining-time-box h2 {
	font-size: 14px;
	text-align: center;
	color: #333;
}
.payment-successful-box .time-box {
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-top: 5px;
}
.payment-successful-box .time-box span {
	display: inline-block;
	width: 35px;
	background-color: #333333;
	border-radius: 5px;
	color: #fff;
	vertical-align: top;
	margin: 0 2px;
}