textarea {
	resize: none
}

.transition01 {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.transition02 {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.transition03 {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.transition04 {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.transition05 {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.content {
	width: 1350px;
	margin: 0 auto
}

.content .bread {
	width: 100%;
	float: left;
	color: #999;
	font-size: 14px;
	padding: 20px 0;
	border-radius: 2px;
}

.content .bread a {
	color: #000;
	font-size: 14px;
}
.content .bread span {
	color: #c1bfbf;
	padding: 0 8px;
}

.content .bread a:hover {
	color: #F45050;
}

.content .bread .sel {
}

.content .left {
	width: 180px;
	color: #333;
	float: left;
	padding-left: 10px;
}

.content .left h1 {
	color: #41D1B8;
}

.content .left h1 a {
	color: #41D1B8;
}

.content .left p {
	color: #333;
	padding-bottom: 12px;
	padding-top: 12px;
	text-indent: 1em;
}

.content .sidebar {
	width: 250px;
	background: #fff;
	padding: 20px;
	margin-bottom: 50px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.content .sidebar div {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.content .sidebar div:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 110px;
	height: 1px;
	background: #f45050;
}

.content .sidebar dt {
	padding-top: 10px;
}
.content .sidebar dt a {
	display: block;
	line-height: 45px;
	border-bottom: 1px solid #eee;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.content .sidebar dt a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background: #f45050;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.content .sidebar dt a:hover,
.content .sidebar dt a.active {
	color: #f45050;
}

.content .sidebar dt a:hover:after,
.content .sidebar dt a.active:after {
}

.content .sidebar p {
	padding: 0px;
	margin-top: 10px;
	position: relative;
}
.content .sidebar p.active a {
	color: #f45050;
}

.leftNav {
	width: 200px;
	float: left;
	background: #fff;
	border-radius: 10px;
	padding-bottom:20px;
	margin-bottom: 50px;
}

.leftNav .uinfo {
	padding: 10px;
	border-bottom: 5px solid #f7f7f7;
}

.leftNav .uinfo a {
	display: block;
	color: #333333;
	font-size: 17px;
}

.leftNav .uinfo a:hover {
	color: #e32626;
}

.navUl {
	float: left;
	width: 100%;
}

.navUl li {
	width: auto;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	cursor: pointer;
	clear: both;
}

.navUl li ul li {
	border-bottom: 1px solid #eee;
}

.navUl li:last-child {
	border-bottom: none;
}

.navUl_lv2 {
	float: left;
	width: 100%;
	overflow: hidden;
	display: none;
}

.navUl_lv2.show {
	display: block;
}

.navUl_lv2 li {
	padding: 5px;
	margin: 0px 20px;
}

.navUl_lv2 li:hover .redDot1 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 0 10px #F45050;
}

.navUl_lv2 a {
	color: #666;
	text-decoration: none;
	position: relative;
	display: block;
}

.navUl_lv2 li:hover a {
	color: #F45050;
}

.navName {
	float: left;
	width: 100%;
	padding: 10px;
	margin-top: 5px;
	position: relative;
	user-select: none;
}

.navName:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #dddddd;
}

.navName span {
	float: left;
	width: 100%;
	font-size: 15px;
	position: relative;
	color: #333333;
}

.navName span:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 7px;
	width: 16px;
	height: 16px;
	background: url(/images/user_v1/nva_reduce.png) center center no-repeat;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.navName.on span:after {
	/* -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg); */
	background: url(/images/user_v1/nav_plus.png) center center no-repeat;
}


@keyframes navname {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

@keyframes rotateR {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotateR {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotateR {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@-ms-keyframes rotateR {
	from {
		-ms-transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
	}
}

@-o-keyframes rotateR {
	from {
		-o-transform: rotate(0deg);
	}

	to {
		-o-transform: rotate(360deg);
	}
}

.content .right {
	width: 1080px;
	float: right;
	position: relative;
	background: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	padding: 20px 40px;
	margin-bottom: 50px;
}

.content .leftNav ~ .right {
	width: 1130px;
	margin-bottom: 50px;
}

.userCenter .right {
	padding: 0;
	background: none;
}

.content .right .title {
	width: 100%;
	height: 48px;
	float: left;
	border-left: none;
	position: relative;
	margin-bottom: 20px;
}

.content .right .title ul {
	width: 100%;
	float: left;
	position: absolute;
	top: -1px;
	left: 0;
}

.content .right .title ul li {
	padding-bottom: 10px;
	text-align: center;
	float: left;
}

.content .right .title ul li:hover a {
	color: #e32626;
}

.content .right .title ul li.sel {
	border-bottom: 2px solid #f45050;
	background: white;
}

.content .right .title ul li a {
	color: #333333;
	font-size: 18px;
}

.content .right .zq {
	width: 100%;
	float: left
}

.content .right .zq span {
	display: block;
	width: 100%;
	float: left;
	font-size: 14px;
	color: #666666;
	margin: 40px 0 10px 0
}

.content .right .zq .text {
	width: 790px;
	padding: 0 10px;
	float: left;
	height: 48px;
	border: 1px solid #e5e5e5;
	border-right: none
}

.content .right .zq .submit {
	width: 168px;
	height: 50px;
	background: #ff1d5a;
	color: white;
	border: none;
	float: left;
	font-size: 18px;
}

.content .right h1 {
	font-size: 16px;
	padding-left: 10px;
	margin: 10px 0px 30px 0px;
	border-left: 3px solid #f45052;
	line-height: 20px;
	font-weight: bold;
}

.content .right table {
	width: 100%;
}

.content .right table.one tr td {
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	text-align: center;
	padding: 10px 0
}

.content .right table.two {
	background: #e6e6e6;
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
	text-align: center
}

.content .right table.two tr td {
	padding: 10px 0
}

.content .right table.two tr td .text1 {
	width: 353px;
	height: 40px;
	background: white;
	border: none;
	text-align: center
}

.content .right table.two tr td .text2 {
	width: 88px;
	height: 40px;
	background: white;
	border: none;
	text-align: center
}

.content .right table.two tr td .text3 {
	width: 127px;
	height: 40px;
	background: white;
	border: none;
	text-align: center
}

.content .right table.two tr td .text4 {
	width: 222px;
	height: 40px;
	background: white;
	border: none;
	text-align: center
}

.content .right table.two tr td .submit {
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #41d1b8;
	color: white;
	border: none;
	cursor: pointer
}

.content .right table.three {
	float: left;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	margin-bottom: 10px;
}

.content .right table.three thead td {
	padding-left: 10px;
}

.content .right table.three thead td span {
	float: left;
	margin-left: 10px;
}

.content .right table.three tr td {
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	padding: 10px 0;
	text-align: center;
	color: #666666;
	font-size: 12px;
}

.content .right table.three tr td img {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.content .right table.three tr td h2 {
	float: left;
	font-size: 12px;
	font-weight: 400;
	width: 280px;
	text-align: left;
	color: #666666;
	line-height: 20px;
}

.content .right table.three tr td a {
	color: #666;
	font-size: 12px;
}

.content .right .add1_one {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.content .right .add1_one li {
	width: 50%;
	float: left;
	font-size: 14px;
	line-height: 38px;
	margin-bottom: 10px;
}

.content .right .add1_one li span {
	display: block;
	float: left;
	width: 90px;
	text-align: right
}

.content .right .add1_one li input {
	float: left;
	width: 230px;
	height: 38px;
	border: 1px solid #e5e5e5;
	padding: 0 5px;
	margin: 0 5px;
}

.content .right .add1_one li b {
	color: red;
	float: left
}

.content .right .add1_two {
	width: 100%;
	float: left;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #666666;
}

.content .right .add1_two tr td {
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	text-align: center;
	padding: 5px 0
}

.content .right .add1_three {
	width: 100%;
	float: left;
	border-left: 1px solid #41d1b8;
	border: 1px solid #41d1b8;
}

.content .right .add1_three tr td {
	padding: 5px 0;
	text-align: center
}

.content .right .add1_three tr td .text {
	border: 1px solid#e5e5e5;
	height: 28px;
	width: 90%
}

.content .right .add1_three tr td .sub {
	width: 60px;
	height: 30px;
	background: #41d1b8;
	font-size: 14px;
	color: white;
	cursor: pointer;
	border: none;
	border-radius: 5px;
}

.content .right .add1_four {
	width: 100%;
	float: left;
	border-left: 1px solid #e5e5e5;
	margin-bottom: 20px
}

.content .right .add1_four tr td {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	padding: 5px 0;
	color: #666666
}

.content .right .add1_four tr td a {
	color: black;
	font-weight: bold
}

.content .right .add1_five {
	width: 100%;
	float: left;
	margin-bottom: 12px;
}


/*.content .right .add1_five li{ width:427px; height:175px; float:left; border:1px solid #eeeeee; padding:25px; font-size:14px; margin-bottom:20px;}*/

.content .right .add1_five li {
	width: 490px;
	/*height:50px;*/
	float: left;
	border: 1px solid #eeeeee;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 20px;
	margin-right: 10px;
	box-sizing: border-box;
}

.content .right .add1_five .sel {
	float: left;
	margin-right: 10px;
}

.content .right .add1_five .addMain {
	float: left;
	width: 380px;
}

.content .right .add1_five .optbn a {
	display: block;
}

.content .right .add1_five .optbn a.del {
	margin-bottom: 10px;
}

.content .right .add1_five li input {
	cursor: pointer
}

.content .right .add1_five li.ou {
	float: right
}


/*.content .right .add1_five li p{ float:left; width:100%; line-height:20px; margin-bottom:20px;}*/

.content .right .add1_five li p {
	float: left;
	width: 670px;
	line-height: 20px;
	/*margin-bottom:20px;*/
}

.content .right .add1_five li.last a {
	display: block;
	width: 427px;
	height: 175px;
	text-align: center;
	line-height: 175px;
	float: left;
	color: #ff1d5a
}

.content .right .add1_five li.last a:hover {
	text-decoration: none
}

.content .right .add1_six {
	width: 100%;
	float: left;
	text-align: left;
	background: #ececec;
	padding: 20px;
	line-height: 25px;
	margin-bottom: 20px;
}

.content .right .add1_seven {
	width: 100%;
	padding-left: 20px;
	box-sizing: border-box;
	float: left
}

.content .right .add1_seven li {
	/*width: 33.3%;*/
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

.content .right .add1_seven li:last-child {
	margin-right: 0;
}

.content .right .add1_seven li span {
	color: #666666;
}

.content .right .add1_seven li input {
	width: 244px;
	height: 28px;
	border: 1px solid #eeeeee;
	padding: 0 5px;
}

.content .right .add1_seven li select {
	width: 244px;
	height: 28px;
	border: 1px solid #eeeeee;
	padding: 0 5px;
}

.content .right .add1_eight {
	width: 100%;
	float: left
}

.content .right .add1_eight li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.content .right .add1_eight li .input {
	float: left;
	width: 16px;
	margin-top: 2px;
	margin-right: 4px;
}

.content .right .add1_eight textarea {
	border: 1px solid #eeeeee;
	padding: 5px;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
}

.content .right .add1_eight li span {
	float: left;
}

.content .right .add1_eight li p {
	width: 1000px;
	float: right;
	margin-top: 10px;
	line-height: 22px;
}

.content .right .add_2 {
	width: 477px;
	margin: 0px auto;
	margin-top: 60px;
}

.content .right .add_2 table {
	border: none
}

.content .right .add_2 table tr td {
	font-size: 14px;
	padding: 5px 0
}

.content .right .add_2 table tr td b {
	color: red;
	margin-right: 10px;
}

.content .right .add_2 table tr td .text {
	width: 388px;
	padding: 0 5px;
	height: 38px;
	border: 1px solid #e5e5e5
}

.content .right .add_2 table tr td .sub {
	width: 180px;
	height: 50px;
	border-radius: 5px;
	background: #ff1d5a;
	border: none;
	cursor: pointer;
	font-size: 18px;
	color: white;
}

.content .right .add_2 table tr td textarea {
	width: 388px;
	height: 115px;
	padding: 5px;
	border: 1px solid #e5e5e5
}

.content .right .detail_3 {
	width: 100%;
}

.content .right .detail_3 h2:nth-child(1) {
	font-size: 20px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	text-align: center;
	padding: 0 0 14px 0;
	margin-bottom: 30px;
}

.content .right .detail_3 .con {
	margin-top: 10px;
	min-height: 500px;
	color: #333333;
	line-height: 24px;
}

.content .right .detail_3 .con img {
	max-width: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*zoom: 1
}

.reveal-modal {}

.reveal-modal h1 {
	background: url(../images/address_03.jpg) no-repeat left center;
	font-size: 16px;
	font-weight: 400;
	padding-left: 10px;
	float: left;
	margin-bottom: 15px
}

.reveal-modal ul {
	width: 100%;
	float: left
}

.reveal-modal ul li {
	width: 100%;
	float: left;
	padding: 5px 0
}

.reveal-modal ul li span {
	display: block;
	width: 90px;
	float: left
}

.reveal-modal ul li input.text {
	width: 390px;
	height: 28px;
	border: 1px solid #eeeeee;
	float: left;
	padding: 0 5px;
}

.reveal-modal ul li input.submit {
	width: 147px;
	height: 40px;
	background: #ff1d5a;
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}

.content .right .balance1 {
	width: 100%;
	border-right: 1px solid #eee;
}

.content .right .balance1 tr td {
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	text-align: center;
	padding: 10px 0
}

.content .right .balance2 {
	width: 100%;
	text-align: center;
	border-right: 1px solid #eee;
}

.content .right .balance2 tr td {
	border: 1px solid #eee;
	border-right: 0px;
	padding: 10px 0;
	position: relative;
}

.content .right .detail_5 {
	width: 100%;
	margin-top: 20px;
}

.content .right .detail_5 p {
	width: 100%;
	float: left;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
}

.content .right .detail_5 dl {
	width: 100%;
	background: #eeeeee;
	float: left;
	margin-bottom: 20px;
	height: 50px
}

.content .right .detail_5 dl dt {
	width: 12%;
	float: left;
	text-align: center;
	line-height: 50px
}

.content .right .detail_5 dl dt.sel {
	background: white;
	border-top: 1px solid #ff1d5a
}

.content .right .detail_5 table {
	width: 100%;
	margin-bottom: 20px
}

.content .right .detail_5 table tr td {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	padding: 10px 0
}

.content .right .detail_5 table tr td img {
	float: left;
	margin-left: 10px;
}

.content .right .detail_5 table tr td span {
	float: left;
	width: 250px;
	text-align: left;
	margin-left: 10px;
	line-height: 25px;
}

.content .right .detail_5 table tr td a {
	color: #666666
}

.content .right .detail_5 .button {
	width: 100%;
	float: left;
	text-align: right;
	line-height: 30px
}

.content .right .detail_5 .button strong {
	font-size: 27px;
	color: #ff1d5a
}

.content .right .detail_5 .button input {
	width: 180px;
	height: 50px;
	border-radius: 5px;
	background: #ff1d5a;
	font-size: 18px;
	color: white;
	border: none;
	cursor: pointer;
	margin-top: 10px;
}

#playList {
	border-top: 0px;
}

.reloading {
	width: 100%;
	text-align: center;
	clear: both;
	margin: 10px 0px 20px 0px;
	float: left;
}
.content .right .detail_6 {
	width: 100%;
	float: left;
	padding: 8px 0px 10px 0px;
	background: #fff;
	margin-bottom: 0px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}
.content .right .detail_6.cart_detial6 {
	margin-bottom: 50px;
	margin-top: 0px;
}

.content .right .tabmenu+.detail_6 {
	border-top: 0px;
}

.cart_detial6.fixed {
	padding: 0;
	box-shadow: none;
	position: relative;
}

.content .right .detail_6 .button {
	width: 100%;
	float: left;
	padding: 0px 15px;
}

.buttonL {
	float: left;
	width: 710px;
	padding-top: 20px;
}
.cart_detial6 .buttonL {
	width: 540px;
}
.buttonL #totalPro,
.buttonL #totalCnt {
	color: #f45050;
	font-weight: bold;
	font-size: 16px;
}
.buttonL .showFromCart {
	cursor: pointer;
	padding: 2px 8px;
	margin-left: 20px;
	border: 0;
	background: #2b95ff;
	color: #ffffff;
	line-height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.buttonL .showFromCart:hover {
	background: #0083ef;
}
.buttonL .fjxBtnBatch,
.buttonL .fjxBtn {
	cursor: pointer;
	padding: 2px 8px;
	margin-left: 20px;
	margin-top: 8px;
	border: 0px;
	background: #f45050;
	color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.buttonL .fjxBtn {
	margin-left: 0px;
}
.buttonL .fjxBtnBatch:hover,
.buttonL .fjxBtn:hover {
	background: #f70d38;
}
.buttonL .breathe-btn {
	margin-left: 15px;
	padding-left: 20px;
	background: url("../images/icon_tishi.png") 0px center no-repeat;
	color: #1d7aed;
	cursor: pointer;
}

.content .right .detail_6 .button .buttonL .checkboxAll {
	margin-top: 5px;
}
.content .right .detail_6 .button .buttonL .checkboxChar {
	margin-top: 3px;
	margin-left: 10px;
	cursor: pointer;
}
.content .right .detail_6 .button .buttonL .checkBoxDel {
	margin-left: 20px;
	margin-top: 3px;
	background: none;
	border: 0;
	cursor: pointer;
	color: #666666;
}
.content .right .detail_6 .button .buttonL .checkBoxDel:hover {
	color: #f45050;
}

.shopTips {
	float: left;
	width: 100%;
	padding-left: 25px;
	padding-top: 10px;
	color: #666666;
}

.buttonR {
	float: right;
	text-align: left;
	padding-top: 28px;
}
.cart_detial6 .buttonR {
	padding-right: 150px;
	padding-top: 0px;
}

.buttonR .checkoutDesc {
	height: 33px;
	line-height: 33px;
}
.buttonR .checkoutDesc p {
	width: 260px;
	display: inline-block;
	color: #333;
}
.buttonR .checkoutDesc p strong {
	font-size: 26px;
	color: #F45050;
	padding-left: 10px;
	font-family: Times New Roman;
	font-weight: bold;
}
.buttonR .checkoutDesc p font {
	color: #F45050;
	padding-left: 10px;
}
.buttonR .checkoutDesc span {
	color: #999999;
}
.buttonR .descCont {
	color: #999999;
	margin-top: 5px;
}

.buttonR a.checkout {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 140px;
	height: 108px;
	line-height: 108px;
	background: #f45050;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	transition: all 0.2s ;
}
.buttonR a.checkout:hover {
	background: #f70d38;
	width: 145px;
}

.attention {
	background: #ffffff;
	padding: 20px 0px;
	border-top: 1px solid #ebebeb;
}
.attention .cont {
	width: 300px;
	margin: 0 auto;
}
.attention .cont .checkBox label {
	margin-top: 2px;
}
.attention .checkIn {
	cursor: pointer;
	color: #555555;
	margin-left: 5px;
	line-height: 16px;
}
.attention #checkBtn {
	cursor: pointer;
	color: #f45050;
	margin-left: 10px;
	line-height: 16px;
}

.ExpressShow {
	clear: both;
	background: #ffffff;
	padding: 10px 15px;
}
.ExpressShow .ExpressTip {
	border-top: 1px solid #ebebeb;
	padding-top: 25px;
	font-size: 15px;
}

.ExpressShow .ExpressTip2 {
	padding-top: 10px;
	padding-left:8px;
	padding-bottom:0px;
}

.ExpressShow .ExpressTip2 a {
	text-decoration: underline;
	color: #2b95ff;font-size: 16px;
}

.ExpressShow .ExpressTip2 img {
	margin-left: 5px;
}

.ExpressShow ul {
	overflow: hidden;
	margin-top: 20px;
}
.ExpressShow ul li {
	position: relative;
	display: table;
	float: left;
	width: 162px;
	height: 76px;
	margin-right: 31px;
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #dfdfdf;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.ExpressShow ul li:nth-child(7n) {
	margin-right: 0px;
}
.ExpressShow ul li div {
	vertical-align: middle;
	display: table-cell;
	height: 100%;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.ExpressShow ul li div a {
	display: block;
	width: 70%;
	margin: 0 auto;
	user-select: none;
}
.ExpressShow ul li:hover {
	border: 1px solid #f45050;
}
.ExpressShow ul li:hover div {
	border: 1px solid #f45050;
}
.ExpressShow ul li.active {
	border: 1px solid #f45050;
}
.ExpressShow ul li.active div {
	border: 1px solid #f45050;
}
.ExpressShow ul li.active:before {
	content: "";
	position: absolute;
	right: 1px;
	top: 1px;
	width: 0px;
	height: 0px;
	border-left: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-top: 20px solid #F45050;
}
.ExpressShow ul li.active:after {
	content: "";
	position: absolute;
	right: 3px;
	top: -3px;
	width: 4px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-color: transparent #ffffff #ffffff transparent;
	border-width: 2px;
	border-style: solid;
}

.quoteOpe {
	padding-top: 20px;
	padding-bottom: 40px;
	margin-bottom: 50px;
	clear: both;
	overflow: hidden;
	background: #ffffff;
}
.quoteOpe .operate {
	width: 50%;
	float: left;
}
.quoteOpe .operate .opeCommon {
	width: 500px;
	height: 120px;
	padding: 20px 0px;
	text-align: center;
}
.quoteOpe .operate .opeCommon.opeLeft {
	float:right;
	margin-right: 20px;
}
.quoteOpe .operate .opeCommon.opeRight {
	float:left;
	margin-left: 20px;
}
.quoteOpe .operate .opeCommon .tit {
	text-align: center;
	margin-bottom: 20px;
}
.quoteOpe .operate .opeCommon .tit a {
	padding: 8px 20px;
	border: 0px;
}
.quoteOpe .operate .opeCommon .tit a:active {
	letter-spacing: 10px;
}
.quoteOpe .operate .opeCommon .tit a.quoteAuto {
	background: #f45050;
	border-radius: 0px;
}
.quoteOpe .operate .opeCommon .tit a.quoteAuto:hover {
	background: #f70d38;
	padding: 8px 40px;
}
.quoteOpe .operate .opeCommon .tit a.quoteHand {
	border-radius: 0px;
	border: 1px solid #f45050;
	background: #fddcdc;
	color: #f45050;
}
.quoteOpe .operate .opeCommon .tit a.quoteHand:hover {
	background: #fbb9b9;
	padding: 8px 40px;
}
.quoteOpe .operate .opeCommon .tip {
	color: #999999;
}
.newBox.quoteClicked .titBG {display:none;}
#pop-quoteSub .pop_confirm {text-align: left;}

.content .right .detail_6 .zz1 {
	width: 100%;
	border: none
}

.content .right .detail_6 .zz1 tr td input {
	margin-top: 5px;
}

.content .right .detail_6 .zz1 tr td span {
	float: left;
	color: #666666
}

.content .right .detail_6 .zz1 tr td b {
	float: left;
	color: #666666;
	font-weight: 400;
	line-height: 25px;
	margin: 5px 0
}

.content .right .order4 {
	width: 100%;
	border: none;
	text-align: center;
	margin-bottom: 20px;
}

.content .right .order4 tr td {
	border-bottom: 1px dashed #d8d8d8;
	padding: 10px 0;
	color: #666666;
	font-size: 14px;
}

.content .right .order4 b {
	font-weight: 400;
	color: #ff1d5a
}

.content .right .order4 a {
	color: #f45050;
	margin-left: 10px;
}

.content .right .order4 a.follow {
	color: #3da8f7;
	margin-left: 10px;
}
.content .right .order4 a.follow:hover {
	color: #1988da;
	margin-left: 10px;
}

.content .right .house1 {
	width: 100%;
	float: left
}

.content .right .house1 .text {
	width: 190px;
	height: 45px;
	border: 1px solid #e5e5e5;
	float: left;
	padding: 0 5px;
	margin-right: 10px
}

.content .right .house1 span {
	float: left;
	line-height: 45px;
	margin-right: 10px;
}

.content .right .house1 .sub {
	background: #f57cbf;
	width: 100px;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
	color: white;
	border: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.content .right .house1 .sub:hover {
	background: #e32626;
}

.content .right .house_left {
	float: left;
	width: 100%;
}

.content .right .house_left .sub {
	width: 200px;
	height: 40px;
	background: #f57cbf;
	font-size: 18px;
	color: white;
	border: none;
	cursor: pointer;
	float: right;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.content .right .house_left .sub:hover {
	background: #e32626;
}

.content .right .house_right {
	width: 100%;
	float: left;
	margin: auto;
	margin-bottom: 20px;
}

.content .right .house_right .page {
	margin-top: 20px
}

.content .right .detail_6 .zz2 {
	margin: 10px 0
}

.content .right .detail_6 .zz2 tr td {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	text-align: center;
	padding: 10px 0;
	color: #666666
}

.content .right .detail_6 .zz2 tr td span {
	width: 90%;
	display: block;
	margin: 0 auto;
	text-align: left
}

.content .right .clear {
	height: 20px;
	float: left;
	width: 100%;
	clear: both;
}

.content .right a.pkgid {
	color: #e849a1;
}

.content .right a.pkgid b {
	font-weight: normal;
}

.content .right a.pkgDetail {
	color: #5997e3;
}

.content .right .Evaluate_btn {
	color: #e849a1;
}

.Explain {
	width: 700px;
	border: 2px solid #f35f08;
	padding: 20px;
	margin: 0px auto;
	clear: both;
}

.Explain p {
	font-size: 16px;
}

.content .right .detail_6 .d7 {
	width: 100%;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 10px
}

.content .right .detail_6 .d7 tr td {
	border: 1px solid #e5e5e5;
	padding: 10px 0;
	font-size: 14px;
	color: #666666
}

.content .right .detail_6 .d7 tr td .pic {
	float: left;
	margin-left: 10px;
	margin-right: 10px
}

.content .right .detail_6 .d7 tr td b {
	width: 170px;
	float: left;
	text-align: left;
	font-weight: 400;
	font-size: 12px;
	color: #666666
}

.content .right .detail_6 .d7 tr td div {
	width: 80%;
	float: left;
	text-align: left;
	margin-left: 20px
}

.content .right .detail_6 .d7 tr td div span {
	display: block;
	text-align: left;
	font-size: 12px;
	margin-bottom: 10px;
	color: #666666
}

.content .right .detail_6 .d7 tr td .text {
	width: 60px;
	height: 22px;
	border: 1px solid #e5e5e5;
	text-align: center
}

.content .right .detail_6 .d7 tr td .prev {
	float: left;
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #e5e5e5;
	border-right: none;
	color: #333;
	text-decoration: none;
	margin-left: 6px;
}

.content .right .detail_6 .d7 tr td .text2 {
	width: 20px;
	height: 18px;
	float: left;
	border: none;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: center
}

.content .right .detail_6 .d7 tr td .next {
	float: left;
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #e5e5e5;
	border-left: none;
	color: #333;
	text-decoration: none
}

.content .right .detail_6 .d7 tr td a {
	color: blue
}

.content .right .index6_1 {
	width: 100%;
	float: left;
}

.content .right .index6_1 li {
	width: 232px;
	float: left;
	margin-right: 17px;
}

.content .right .index6_1 li h2 {
	width: 232px;
	float: left;
	color: #333333;
	font-size: 16px;
	margin: 10px 0
}

.content .right .index6_1 li p {
	color: #999999
}

.content .right .index6_1 li.no-status {
	margin-right: 0
}

.content .right .index6_2 {
	width: 100%;
	float: left;
	margin-top: 20px
}

.content .right .index6_2 li {
	width: 250px;
	float: left;
	margin-right: 60px;
	margin-bottom: 50px
}

.content .right .index6_2 li h2 {
	font-size: 16px;
	color: #ff1d5a;
	float: left;
	width: 250px;
	border-left: 3px solid #ff1d5a;
	height: 15px;
	font-weight: 400;
	line-height: 15px;
	padding-left: 5px;
	margin: 10px 0
}

.content .right .index6_2 li p {
	width: 100%;
	line-height: 22px;
}

.content .right .index6_2 li p a {
	display: block;
	width: 100%;
	float: left;
	font-size: 14px;
	color: #666666
}

.content .right .index9 {
	overflow: hidden;
	/*background-image: linear-gradient(to bottom, #fff1da, #fff);*/
}

.content .right .index9_info {
	width: 100%;
	padding: 20px 15px;
	position: relative;
}

.content .right .index9_info img {
	float: left;
	margin-right: 10px;
	border-radius: 80px;
}

.content .right .index9_info .user_info div.ut {
	line-height: 45px;
}
.content .right .index9_info .user_info div.ut span {
	padding-left:20px;
}
.content .right .index9_info .user_info div.ut span font {
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	color: #999;
}
.content .right .index9_info .user_info div.ut span font.UserTypeName {
	color: #f57cbf;
}
.content .right .index9_info .user_info div.ut span font.remainDays {
	color: #f57cbf;
	font-size: 20px;
	padding-right: 0px;
}
.content .right .index9_info .user_info div.ut span font.limit {
	color: red;
}

.content .right .index9_info .user_info div.ut a b {
	font-size: 24px;
}

.content .right .index9_info .user_info div.ut a span {
	padding-left: 15px;
}
.content .right .index9_info .user_info div.ut button {
	line-height: 22px;
	padding: 2px 10px;
	vertical-align: baseline;
	height: auto;
}

.content .right .index9_info .user_info div.ub {}

.content .right .index9_info .user_info div.ub a.usermail,
.content .right .index9_info .user_info div.ub p {
	float: left;
}

.content .right .index9_info .user_info div.ub p {
	padding-left: 30px;
}

.content .right .index9_info .user_info div.ub p span a {
	font-weight: bold;
}

/********usercenter********************************************************************/
.content .right .index9_info .user_func {
	position: absolute;
	top: 110px;
	left: 105px;
}

.content .right .index9_info a.url,
.content .right .index9_info a.memberBtn,
.content .right .index9_info a.memberRenew,
.content .right .index9_info a.obtainPointBtn,
.content .right .index9_info a.signPointBtn {
    display: inline-block;
    height: 40px;
    background: #7dd4d4;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 3px;
	padding: 0px 20px;
	font-size: 15px;
}
.content .right .index9_info a.url {
	vertical-align: top;
	position: absolute;
    top: 25px;
    right: 15px;
}
.content .right .index9_info a.url:hover {
	background: #59b1b1;
}

.content .right .index9_info a.memberBtn {
    background: #83c394;
}
.content .right .index9_info a.memberBtn:hover {
	background: #54af6c;
}

.content .right .index9_info a.memberRenew {
    background: #e8ab87;
    color: #fff;
}
.content .right .index9_info a.memberRenew:hover {
	background: #e49012;
}

.content .right .index9_info a.obtainPointBtn {
    background: #d0cba4;
    color: #fff;
}
.content .right .index9_info a.obtainPointBtn:hover {
	background: #cab307;
}

.content .right .index9_info a.signPointBtn {
    background: #ffeb42;
    color: #b25d06;
}
.content .right .index9_info a.signPointBtn:hover {
	background: #f9cf03;
}
/********usercenter********************************************************************/

.content .right .index9_shop {
	width: 1110px;
    float: left;
    text-align: center;
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%)!important;
    margin: 50px 15px 0px;
}

.content .right .index9_shop a {
}

.content .right .index9_shop1 {
	border-bottom: 0px;
}

.content .right .index9_shop li {
	width: 12.5%;
	height: 60px;
	float: left;
	border-right: 1px solid #f1f1f1;
	padding: 0px 8px;
	margin: 20px 0;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	position: relative
}

.content .right .index9_shop li a {
	position: absolute;
	padding: 2px 8px;
	border-radius: 5px;
	top: 15px;
	right: 65px;
	background: #333;
	color: white;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.content .right .index9_shop li a:hover {
	background: #666;
}

.content .right .index9_shop li b {
	font-size: 18px;
	color: #f57cbf;
}

.content .right .index9_shop li.no-status {
	border-right: none
}

.content .right .index9_table {
	width: 100%;
	float: left
}

.content .right .index9_table tr td {
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
	color: #666666;
	text-align: center;
	padding: 10px 0
}

.content .right .index10 {
	width: 102%;
	float: left
}

.content .right .index10 li {
	width: 530px;
	height: 167px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px dashed #e5e5e5;
	padding: 20px;
	position: relative
}

.content .right .index10 li h2 {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	/*width: 160px;*/
	padding-left: 10px;
	line-height: 24px;
}

.content .right .index10 li .bz {
	float: left;
	margin-left: 10px;
	font-size: 14px;
	color: white;
	background: #F45050;
	width: 78px;
	height: 26px;
	display: block;
	text-align: center;
	line-height: 26px;
	border-radius: 5px;
}

.content .right .index10 li .del {
	float: left;
	display: block;
	width: 78px;
	height: 26px;
	border: 1px solid #F45050;
	color: #F45050;
	border-radius: 5px;
	text-align: center;
	line-height: 24px;
	margin-left: 10px;
}

.content .right .index10 li span.Recommend_icon {
	display: block;
	width: 140px;
	height: 29px;
	padding-top: 5px;
	border-radius: 0;
	color: white;
	font-size: 12px;
	text-align: center;
	line-height: 26px;
	position: absolute;
	background: url(/images/listbg.png) no-repeat;
	top: -3px;
	left: -1px;
	z-index: 1;
	background-size: cover;
}

.content .right .index10 li.no-status {
	margin-right: 0
}

.content .right .index11 {
	width: 100%;
	float: left
}

.content .right .index11 .bt {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.content .right .index11 .bt h2 {
	font-size: 14px;
	color: #333333;
	margin-bottom: 2px;
}

.content .right .index11 .bt b {
	font-size: 12px;
	color: #999999
}

.content .right .index11 ul {
	width: 100%;
	float: left
}

.content .right .index11 ul li {
	width: 100%;
	font-size: 12px;
	border-bottom: 1px dashed #d8d8d8;
	padding: 20px 0 20px 40px;
	float: left;
}

.content .right .index11 ul li.ask {
	background: url(../images/index11_03.png) no-repeat left center
}

.content .right .index11 ul li.ans {
	background: url(../images/index11_06.png) no-repeat left center
}

.content .right .index11 ul li.noread {
	background-color: #f7f7f7;
}

.content .right .index11 ul li.flag {
	background-color: #ffe4eb;
}

.content .right .index11 ul li.ans span {
	color: #999999;
	font-size: 12px;
	margin-top: 5px;
}

.content .right .gd {
	width: 100%;
	float: left;
	margin-bottom: 20px
}

.content .right .gd .submit {
	float: left;
	width: 150px;
	height: 40px;
	cursor: pointer;
	border: none;
	background: #ff1d5a;
	border-radius: 5px;
	color: white;
	font-size: 18px;
}

.content .right .gd .hj {
	float: right;
	text-align: right
}

.content .right .detail_8 {
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	color: #666666
}

.content .right .personal {
	width: 520px;
	float: left;
	text-align: center;
	margin-left: 100px;
	margin-top: 100px;
}

.content .right .personal ul {
	width: 100%;
	float: left
}

.content .right .personal ul li {
	width: 100%;
	float: left;
	padding: 10px 0
}

.content .right .personal ul li .text {
	width: 398px;
	height: 38px;
	border: 1px solid #e5e5e5;
	border-right: 0;
	float: left
}

.content .right .personal ul li .sub {
	width: 118px;
	height: 40px;
	background: #41d1b8;
	font-size: 18px;
	color: white;
	border: none;
	cursor: pointer;
	float: left
}

.content .right .mail {
	width: 100%;
	float: left
}

.content .right .mail ul {
	width: 100%;
	float: left;
	margin-top: 40px;
}

.content .right .mail ul li {
	position: relative;
	width: 100%;
	float: left;
	margin: 10px 0;
	/*text-align: center;*/
	/*line-height: 20px;*/
}

.content .right .mail ul li>span {
	display: block;
	width: 210px;
	text-align: right;
	float: left;
	line-height: 40px;
}

.content .right .mail ul li>span.Validform_checktip {
	text-align: left;
}

.content .right .mail ul li input.text {
	float: left;
	width: 400px;
	height: 40px;
	border: 1px solid #e5e5e5;
	padding: 0px 10px;
}

.content .right .mail .addWayCommon {
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.content .right .mail .addWayCommon .tit {
	position: relative;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.content .right .mail .addWayCommon .tit:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0px;
	width: 4px;
	height: 20px;
	background: #f45050;
	border-radius: 5px;
}
.content .right .mail .addWaySubmit {
	position: relative;
	padding-top: 10px;
}
.content .right .mail .addWaySubmit div:nth-child(2) {
	position: absolute;
	top: 0px;
	left: calc( (100% - 170px) / 2 );
}
.content .right .mail .addWaySubmit div:nth-child(2) button.saveFjx {
	padding: 8px 70px;
	border-radius: 0px;
}
.content .right .mail label:hover {
	cursor: pointer;
}

.content .right .addDesc {
	margin-top: 50px;
	float: left;
	width: 100%;
	background: #F6F6F6;
	color: #666666;
	padding: 15px;
}

.stuVal {
	position: absolute;
	top: 20px;
	left: 0;
}

.stuVal input {
	border: 1px solid #555;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #666;
	padding-left: 4px;
	padding-right: 4px;
}

.ztext {
	text-align: center;
	width: 400px;
	height: 40px;
	border: 1px solid #e5e5e5;
	cursor: pointer;
}

.content .right .mail ul li input.sub {
	width: 260px;
	height: 36px;
	background: #F45050;
	font-size: 18px;
	color: white;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.content .right .mail ul li input.sub:hover {
	background: #e32626;
}

.content .right .mail ul li b {
	font-size: 20px;
	line-height: 40px;
}

.content .right .mail ul li textarea {
	width: 410px;
	height: 180px;
	border: 1px solid #e5e5e5;
	padding: 4px;
}

.content .right .address {
	width: 100%;
	float: left
}

.content .right .address h2 {
	width: 120px;
	height: 40px;
	border: 1px solid #41d1b8;
	text-align: center;
	line-height: 40px;
	float: left;
	color: #333333;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 400
}

.content .right .address table {
	width: 978px;
	margin-bottom: 10px
}

.content .right .address table tr td {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	color: #666666;
	font-size: 14px;
	padding: 10px 0;
	text-align: center
}

.content .right .address p {
	width: 978px;
	border: 1px solid #e5e5e5;
	float: left;
	text-align: center;
	padding: 50px 0
}

.content .category {
	width: 100%;
	float: left
}

.content .category li {
	width: 25%;
	float: left
}

.content .category li h1 {
	background: url(../images/address_03.jpg) no-repeat left center;
	padding-left: 10px;
	color: #ff1d5a;
	font-size: 18px;
	float: left;
	margin-bottom: 10px
}

.content .category li p {
	width: 100%;
	float: left;
	line-height: 25px;
	margin-bottom: 10px
}

.content .category li p a {
	display: block;
	width: 90%;
	float: left;
	color: #333333;
	font-size: 14px;
}

.content .detail1 {
	width: 1200px;
	float: left;
	min-height: 494px;
	/*height:630px*/
}

.content .detail1 .right-extra {
	float: left;
	width: 460px;
}

.content .detail1 .right-extra .right-cont {
	overflow: hidden;
}

.content .detail1 .right-extra .con {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
	padding: 15px 20px;
	background: #f5f5f5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.content .detail1 .right-extra .con h4 {
	padding-left: 25px;
	position: relative;
}
.content .detail1 .right-extra .con h4:before {
	position: absolute;
	content: "?";
	left: 0px;
	width: 18px;
	height: 18px;
	background: #f45050;
	color: #ffffff;
	text-align: center;
	opacity: 0.7;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.content .detail1 .right-extra .con p {
	position: relative;
	margin-top: 10px;
}
.content .detail1 .right-extra .con p span {
	position: absolute;
	top: 0px;
	right: 0px;
}

.content .detail1 .detail1_right {
	width: calc(100% - 460px);
	float: right;
	padding-left: 40px;
}

.content .detail1 .detail1_right .ps {
	float: left;
}

.content .detail1 .detail1_right .ckylj,
.content .detail1 .detail1_right .check_allshop {
	display: block;
	height: 21px;
	line-height: 20px;
	color: #f45050;
	border-radius: 7px;
	float: left;
	font-size: 13px;
	margin-left: 15px;
}
.content .detail1 .detail1_right .check_allshop {
	padding-left: 20px;
	background: url("../images/icon_shop.png") 10px center no-repeat;
	background-size: 18px;
}

.content .detail1 .detail1_right h2 {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 25px;
}

.content .detail1 .detail1_right h2 font {
	line-height: 30px;
}

/*产品店铺信息*/
.detail1_right .detailTop {
	display: flex;
}
.detail1_right .detailTop .productTitle {
	width: calc(100% - 230px);
}
.detail1_right .detailTop .productShop {
	width: 220px;
	margin-left: 10px;
}
.detail1_right .detailTop .productShop .shopTop {
	display: flex;
	padding: 10px 5px;
	border: 1px solid #dfdfdf;
	background: #f5f5f5;
}
.detail1_right .detailTop .productShop .shopTop .icon {
	width: 50px;
}
.detail1_right .detailTop .productShop .shopTop .icon img {
	width: 40px;
}
.detail1_right .detailTop .productShop .shopTop .shopDesc {
	width: calc(100% - 50px);
}
.detail1_right .detailTop .productShop .shopTop .shopDesc .shopName {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.detail1_right .detailTop .productShop .shopTop .shopDesc p {
	font-size: 12px;
	margin-top: 5px;
}
.detail1_right .detailTop .productShop .shopBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	padding: 10px 5px;
	border: 1px solid #dfdfdf;
	border-top: none;
}
.detail1_right .detailTop .productShop .shopBottom a {
	display: block;
	margin: 0;
	height: unset;
	line-height: 20px;
	color: #333;
	padding: 5px 10px 5px 30px;
	border: 1px solid #ededed;
	border-radius: 4px;
	cursor: pointer;
}
.detail1_right .detailTop .productShop .shopBottom a:hover {
	color: #f45050;
}
.detail1_right .detailTop .productShop .shopBottom a.collectShop {
	background: url("../images/icon_shop_collect.png") 10px center no-repeat;
	background-size: 18px;
}
.detail1_right .detailTop .productShop .shopBottom a.collectShop.hasCollect {
	background: url("../images/icon_shop_collected.png") 10px center no-repeat;
	background-size: 18px;
	color: #333333;
	cursor: default;
}

.content .detail1 .detail1_right table tr td {
	padding: 5px 0;
	font-size: 16px;
	color: #666666;
	line-height: 25px
}

.content .detail1 .detail1_right table tr td .text {
	width: 240px;
	border: 1px solid #E1E1E1;
	height: 32px;
	padding: 0 10px;
	border-radius: 4px;
}

.content .detail1 .detail1_right table tr td textarea {
	width: 450px;
	height: 100px;
	border: 1px solid #E1E1E1;
}
.content .detail1 .detail1_right table tr td.add {
	padding-top: 30px;
}
.content .detail1 .detail1_right table tr td .button1 {
	width: 160px;
	height: 45px;
	background: #f45050;
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
	margin-left: 30px
}
.content .detail1 .detail1_right table tr td .button1:hover {
	background-color: #f70d38;
}

.content .detail1 .detail1_right table tr td .button2 {
	width: 180px;
	height: 45px;
	background: rgba(244, 80, 80, 0.2);
	color: #f45050;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #f45050;
	margin-left: 20px;
}
.content .detail1 .detail1_right table tr td .button2:hover {
	background: rgba(244, 80, 80, 0.4);
}

.content .detail1 .detail1_right table tr.size td a {
	display: block;
	width: 50px;
	height: 28px;
	border: 1px solid #e5e5e5;
	text-align: center;
	line-height: 28px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

.content .detail1 .detail1_right table tr.online td a {
	display: block;
	text-align: center;
	float: left;
	border: 1px solid #E1E1E1;
	font-size: 21px;
	width: 32px;
	height: 32px;
	line-height: 28px;
	color: #888888;
}

.content .detail1 .detail1_right table tr.online td input {
	width: 60px;
	background: #ffffff;
	text-align: center;
	float: left;
	border: none;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	height: 32px;
	line-height: 28px;
	color: #333333;
}

.content .detail1 .detail1_right table tr.online td span {
	padding-left: 33px;
	padding-right: 20px;
	font-size: 16px;
}
.content .detail1 .detail1_right table tr.online td span font {
	display:inline-block;
	padding:0px 5px;
	font-size:16px;
	color: #f45050;
}

.content .detail1 .detail1_right table tr.online td a#prev {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.content .detail1 .detail1_right table tr.online td a#next {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.content .detail2 {
	width: 213px;
	border: 1px solid #e5e5e5;
	position: fixed;
	right: 0;
}

.content .detail2 h2 {
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	font-weight: 400;
	border-bottom: 1px solid #e5e5e5;
}

.content .detail2 ul {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px dashed #41d1b8;
	padding-bottom: 20px;
}

.content .detail2 ul li {
	margin-top: 20px
}

.content .detail2 ul li a {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-radius: 35px;
	background: #41d1b8;
	margin: 0 auto;
	text-align: center;
	color: white;
	text-decoration: none
}

.content .detail2 h3 {
	width: 70%;
	margin: 0 auto;
	background: url(../images/contact_06.jpg) no-repeat left center;
	padding-left: 25px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.content .detail2 p {
	width: 150px;
	margin: 0 auto
}

.content .detail2 p a {
	/*background:url(../images/ali_03.jpg) no-repeat left center; padding-left:20px;*/
	border-bottom: 1px dashed #dddddd;
	display: block;
	width: 130px;
	float: left;
	padding: 15px 0 15px 0px
}

.content .detail3 {
	width: 1198px;
	float: left;
	border: 1px solid #e5e5e5;
	margin-top: 20px;
}

.content .detail3 li {
	width: 20%;
	height: 85px;
	float: left;
	border-right: 1px dashed #d2d2d2;
	padding-left: 30px;
	margin: 10px 0
}

.content .detail3 li img {
	float: left;
	margin-right: 10px;
}

.content .detail3 li h1 {
	float: left;
	width: 115px;
	font-size: 16px;
}

.content .detail3 li p {
	float: left;
	width: 115px;
	font-size: 14px;
	margin-top: 5px;
	line-height: 20px;
}

.content .detail3 li.no-status {
	border-right: none
}

.content .detail4 {
	width: 1198px;
	border: 1px solid #e5e5e5;
	margin-top: 20px;
}

.content .detail4 .title {
	width: calc(100% - 30px);
	height: 65px;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
	margin-left: 30px;
}

.content .detail4 .title ul {
	width: 100%;
	position: absolute;
	top: -1px;
	left: 0;
}

.content .detail4 .title ul li {
	width: 100px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	height: 65px;
	line-height: 66px;
	cursor: pointer;
}

.content .detail4 .title ul li.sel {
	border-bottom: 2px solid #f45050;
}

.content .detail4 .con {
	width: 100%;
	padding: 30px;
}

.content .detail4 .con table tr td {
	padding: 10px 0;
	line-height: 25px;
}

/**产品参数**/
.content .basicParam {
	margin-bottom: 20px;
	position: relative;
}
.content .basicParam1 {
	margin-top: 30px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}
.content .basicParam .basicTitle {
	position: relative;
	font-weight: bold;
	padding-left: 10px;
	color: #333;
}
.content .basicParam .basicTitle:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 3px;
	height: 13px;
	background: #f45050;
}
.content .basicParam .basicList {
	display: flex;
	flex-wrap: wrap;
}
.content .basicParam1 .basicList {
	height: 160px;
	overflow: hidden;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	-o-transition: height 0.2s;
	transition: height 0.2s;
}
.content .basicParam .basicList .basicItem {
	display: flex;
	width: 33%;
	height: 16px;
	margin-top: 15px;
	font-size: 12px;
}
.content .basicParam .basicList .basicItem .name {
	width: 150px;
	padding-right: 20px;
	color: #999;
}
.content .basicParam .basicList .basicItem .value {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 20px;
	color: #333;
}
.content .basicParam .basicSwitch {
	position: absolute;
	bottom: -20px;
	left: 60px;
	border: 1px solid #f1f1f1;
	border-top: none;
	width: 50px;
	height: 20px;
	background: #ffffff;
	border-radius: 0 0 5px 5px;
	cursor: pointer;
}
.content .basicParam .basicSwitch:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin-top: 2px;
	margin-left: 19px;
	border-color: transparent #a1a1a1 #a1a1a1 transparent;
	border-width: 1px;
	border-style: solid;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.content .basicParam .basicSwitch:hover:after {
	border-color: transparent #f45050 #f45050 transparent;
}
.content .basicParam .basicSwitch.switchShow:after {
	margin-top: 8px;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}





.skuDetail .switchSizeList .sizeSwitch {
	position: absolute;
	bottom: -30px;
	left: 0;
	border: 1px solid #f1f1f1;
	border-top: none;
	width: 50px;
	height: 20px;
	background: #ffffff;
	border-radius: 0 0 5px 5px;
	cursor: pointer;
}
.skuDetail .switchSizeList .sizeSwitch:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin-top: 2px;
	margin-left: 19px;
	border-color: transparent #a1a1a1 #a1a1a1 transparent;
	border-width: 1px;
	border-style: solid;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.skuDetail .switchSizeList .sizeSwitch:hover:after {
	border-color: transparent #f45050 #f45050 transparent;
}
.skuDetail .switchSizeList .sizeSwitch.sizeShow:after {
	margin-top: 8px;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}






.content .index7 {
	width: 1350px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #e5e5e5;
	float: left;
	position: relative;
	background: #fff;
}

.content .index7 ul {
	width: 1198px;
	position: absolute;
	left: 0;
	top: -1px;
}

.content .index7 ul li {
	width: 110px;
	float: left;
	text-align: center;
	border-right: 1px solid #e5e5e5
}

.content .index7 ul li.sel {
	border-top: 3px solid #f57cbf;
	height: 48px;
	background: white;
}

.content .index7_1 {
	width: 1350px;
	background: #fff;
	float: left;
	margin-top: 20px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.content .index7_1 tr td {
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	color: #666666
}

.content .index7_1 tr td .text {
	border: 1px solid #e5e5e5;
	width: 250px;
	height: 33px;
	padding: 0 5px;
	text-align: center;
}

.content .index7_1 tr td a {
	color: #5997e3;
}

.content .index7_1 tr td select {
	width: 250px;
	height: 36px;
}

.content .index7_1 tr td b {
	color: #F45050;
	font-size: 24px;
}

.content .index7_1 tr td span {
	display: block;
	margin: 10px 0
}

.content .index7_1 tr td span i {
	color: #ff1d5a;
	font-style: normal
}

.content .index7_1 tr td .sub {
	width: 180px;
	height: 50px;
	background: #F45050;
	margin-bottom: 10px;
	font-size: 18px;
	color: white;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border-radius: 7px;
}

.content .index7_1 tr td .sub:hover {
	background: #e32626;
}

.content .index8 {
	width: 1350px;
	float: left;
	background: #FFF;
}

.content .index8 h1 {
	border-left: 3px solid #58a2fd;
	height: 15px;
	font-size: 16px;
	color: #444;
	line-height: 16px;
	margin: 35px 0 0 35px;
	padding-left: 10px;
}

.content .index8 table {
	width: 100%;
	float: left;
	margin: 70px 0
}

.content .index8 table tr td {
	padding: 10px 0
}

.content .index8 table tr td .text {
	width: 400px;
	height: 40px;
	border: 1px solid #e5e5e5;
	padding: 0 5px;
}

.content .index8 table tr td #submit {
	float: left !important;
	background: #f57cbf;
}

.content .index8 table tr td #submit:hover {
	background: #e84aa2;
}

.content .index8 table tr td #submit+a {
	margin-left: 20px;
	margin-top: 10px;
	display: inline-block;
}

.content .cate {
	width: 100%;
	border-bottom: 1px dashed #dfdfdf;
	overflow: hidden;
	padding-bottom: 15px;
}

.content .cate span {
	float: left;
	display: block;
	width: 100px;
	line-height: 25px;
	font-size: 16px;
	font-weight: normal;
}

.content .cate p {
	float: left;
	width: calc(100% - 150px);
	line-height: 30px;
}

.content .cate p a {
	display: inline-block;
	float: left;
	margin-right: 30px;
	font-size: 14px;
	color: #333333
}

.content .cate p a:hover {
	color: #F45050;
}

.content .sort {
	width: 100%;
	height: 48px;
	line-height: 48px;
	float: left;
	margin-top: 15px;
	display: none;
}

.content .sort b {
	float: left;
	font-size: 18px;
	color: #F45050;
	font-weight: 600;
}

.content .sort p {
	float: left;
	margin-left: 20px;
}

.content .sort p a {
	margin-left: 10px;
	font-size: 14px;
	color: #666666
}

.content .list {
	width: 100%;
	float: left;
	margin-top: 30px;
}

/**ali+taobao list style start************************************************************************************************************/
.content .cateWrap {
	overflow: hidden;
	clear: both;
}
.content .cateWrap.imageSearch {
	display: flex;
}
.content .cateWrap.imageSearch .imageUrl {
	width: 180px;
	height: 180px;
	overflow: hidden;
	margin-right: 20px;
}
.content .cateWrap.imageSearch .imageUrl img {
	width: 100%;
	border-radius: 10px;
}
.content .cateWrap.imageSearch .cateSearch {
	width: calc(100% - 200px);
}
.content .cateSearch {
	clear: both;
	padding: 20px 30px;
	background: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.content .supplier {
	overflow: hidden;
	clear: both;
	border-bottom: 1px dashed #dfdfdf;
}

.content .supplier .tip {
	float: left;
	width: 100px;
	margin: 20px 0px;
}

.content .supplier .tip span {
	font-size: 16px;
	font-weight: normal;
}

.content .supplier .cont {
	float: left;
	width: calc(100% - 170px);
	display: inline-block;
}

.content .supplier .cont ul li {
	float: left;
	margin-right: 50px;
	margin-top: 17px;
	position: relative;
}

.content .supplier .cont ul li.current:after {
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #F45050;
	bottom: -10px;
	left: 50%;
}
.content .supplier .cont ul li:nth-child(2).current:after {
	left: 100px;
}
.content .supplier .cont ul li.current a {
	color: #F45050
}
.content .supplier .cont ul li.current a span {
	/*width: 100%;*/
}

.content .supplier .cont ul li a {
	position: relative;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	color: #777;
	width: 140px;
	height: 30px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.content .supplier .cont ul li a span {
	position: absolute;
	top: 0px;
	right: -130px;
	display: inline-block;
	width: 140px;
	height: 30px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.content .supplier .cont ul li a:hover {
	color: #F45050;
}

.content .supplier .cont ul li a:hover span {
	/*width: 100%;*/
}

.content .supplier .cont ul li a.alibaba {
	background: url("https://web2.sakuradk2.com/images/list/1688-2.png");
	background-size: 90px 20px;
	background-repeat: no-repeat;
}
.content .supplier .cont ul li a.alibaba:hover {
	background: url("https://web2.sakuradk2.com/images/list/1688-2.png");
	background-size: 90px 20px;
	background-repeat: no-repeat;
}
.content .supplier .cont ul li.current a.alibaba {
	background: url("../images/taobao/icon_168801.png");
}

.content .supplier .cont ul li a.taobao {
	padding-right: 140px;
	background: url("../images/taobao/icon_taobao02.png");
}
.content .supplier .cont ul li a.taobao span {
	background: url("../images/taobao/icon_tianmao02.png");
}
.content .supplier .cont ul li a.taobao:hover {
	background: url("../images/taobao/icon_taobao01.png");
}
.content .supplier .cont ul li a.taobao:hover span {
	background: url("../images/taobao/icon_tianmao01.png");
}
.content .supplier .cont ul li.current a.taobao {
	background: url("https://web2.sakuradk2.com/images/list/taobao.png");
	background-size: 121px 20px;
	background-repeat: no-repeat;
}
.content .supplier .cont ul li.current a.taobao span {
	background: url("https://web2.sakuradk2.com/images/list/taobao.png");
	background-size: 121px 20px;
	background-repeat: no-repeat;
}

.content .catePriceRange {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px dashed #dfdfdf;
}
.content .catePriceRange .cont {
	padding-left: 20px;
}
.content .catePriceRange .cont a {
	margin-right: 20px;
}
.content .catePriceRange .cont a.current {
	color: #f45050;
	font-weight: bold;
}
.content .catePriceRange .sortPriceRange {
	float: left;
	padding-left: 30px;
}
.content .catePriceRange .sortPriceRange input {
	height: 30px;
	line-height: 30px;
	width: 100px;
	padding-left: 5px;
	border-radius: 5px;
	border: 1px solid #bcbcbc;
}
.content .catePriceRange .sortPriceRange a.submit_price {
	display: inline-block;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	background: #f45050;
	color: #fff;
	padding: 0px 10px;
	text-align: center;
	border-radius: 5px;
	margin-left: 10px;
	cursor: pointer;
}
.content .catePriceRange .sortPriceRange a.submit_price:hover {
	background: #f12929;
}

.content div.reorder {
	position: relative;
	height: 32px;
	line-height: 30px;
	margin-top: 20px;
	overflow: hidden;
	clear: both;
}

.content div.reorder.noOperate {
	opacity: 0;
}
.content div.reorder.noOperate:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.content div.reorder a.sortCommon {
	display: block;
	float: left;
	padding: 0px 10px;
	margin-right: 30px;
	position: relative;
	text-decoration: none;
	border: 1px solid #f45050;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.content div.reorder a.sortCommon div {
	position: absolute;
	top: 13px;
	right: 6px;
}

.content div.reorder a.sortCommon div.priceDiv {
	top: 7px;
}

.content div.reorder a.sortCommon div.priceDiv span.orderby_desc {
	margin-top: 3px;
}

.content div.reorder a.sortNow {
	background: #f45050;
	color: #fff;
}

.content div.reorder a.sortCommon.sortDeal,
.content div.reorder a.sortCommon.sortPrice {
	padding: 0px 25px 0px 10px;
}

.content div.reorder a.sortCommon div span.orderby_asc {
	display: block;
	width: 0px;
	height: 0px;
	border-width: 0 7px 7px;
	border-style: solid;
	border-color: transparent transparent #bcbcbc;
	position: relative;
}

.content div.reorder a.sortCommon div span.orderby_desc {
	display: block;
	width: 0px;
	height: 0px;
	border-width: 7px 7px 0;
	border-style: solid;
	border-color: #bcbcbc transparent transparent;
	position: relative;
}

.content div.reorder a.sortCommon:not(.sortNow):hover {
	background: #fff;
	color: #f45050;
}

.content div.reorder a.sortCommon.sortNow div.dealDiv span.orderby_desc {
	border-color: #fff transparent transparent;
}

.content div.reorder a.sortCommon.sortDeal:hover span.orderby_desc {
	border-color: #f45050 transparent transparent;
}

.content div.reorder a.sortPrice.price_asc:hover span.orderby_asc {
	border-color: transparent transparent #f45050;
}

.content div.reorder a.sortPrice.price_asc.sortNow span.orderby_asc {
	border-color: transparent transparent #fff;
}

.content div.reorder a.sortPrice.price_asc.sortNow span.orderby_desc {
	border-color: #ccc transparent transparent;
}

.content div.reorder a.sortPrice.price_asc.sortNow:hover span.orderby_asc {
	border-color: transparent transparent #ccc;
}

.content div.reorder a.sortPrice.price_asc.sortNow:hover span.orderby_desc {
	border-color: #fff transparent transparent;
}

.content div.reorder a.sortPrice.price_desc.sortNow span.orderby_asc {
	border-color: transparent transparent #ccc;
}

.content div.reorder a.sortPrice.price_desc.sortNow span.orderby_desc {
	border-color: #fff transparent transparent;
}

.content div.reorder a.sortPrice.price_desc.sortNow:hover span.orderby_asc {
	border-color: transparent transparent #fff;
}

.content div.reorder a.sortPrice.price_desc.sortNow:hover span.orderby_desc {
	border-color: #ccc transparent transparent;
}

.content .listLoading {
	float: left;
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin: 10px 0px;
	background: #FFF url(/images/loading_dual.gif) center center no-repeat;
}

.content .list li h3 {
	width: 100%;
	position: relative;
}

.content .list li h3 span {
	width: auto;
	position: absolute;
	right: 0px;
	top: -1px;
	color: #888;
	font-size: 13px;
}

.content ul.list .imgBox img {
	width: 220px;
}

/**ali+taobao list style end************************************************************************************************************/

.content .list li {
	width: 242px;
	float: left;
	margin-right: 35px;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #ffffff;
}

.content .list li:nth-child(5n) {
	margin-right: 0px;
}

.content .list div.picbox {
	position: relative;
	display: inline-block;
	margin-bottom: 0px;
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.content .list div.picbox img {
	width: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.content .list div.picbox:hover img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

.content .list div.picbox a.findAlike {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.content .list div.picbox:hover a.findAlike {
	bottom: 0;
	background: rgba(255,115,0,0.6);
}
.content .list div.picbox a.findAlike:hover {
	background: rgba(255,115,0,0.8);
}

.content .list div.info {
	background: #fff;
	padding: 10px;
}

.content .list div.info h4 {
	display: block;
	height: 40px;
	overflow: hidden;
	text-align: left;
	/*text-overflow:ellipsis;
		white-space: nowrap;*/
	color: #666;
	font-weight: normal;
}

.content .list div.info p {
	text-align: left;
	height: 20px;
	line-height: 20px;
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
}

.content .list div.info p span {
	float: none;
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

.content .list div.info p span.s1 {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #F45050;
}

.content .list div.info p span.s2 {
	font-size: 13px;
	color: #888;
}

.content .list div.info p span.s3 {
	float: right;
	color: #b5b4b4;
}

.content .list3_left {
	width: 98px;
	border: 1px solid #eeeeee;
	border-top: none;
	float: left
}

.content .list3_left h2 {
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	text-align: center;
	font-size: 16px;
	color: #333333;
	padding: 10px 0
}

.content .list3_left p {
	width: 100%;
	margin-bottom: 10px;
}

.content .list3_left p a {
	display: block;
	width: 100%;
	text-align: center;
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}

.content .register {
	width: 100%;
	background: #fff;
	float: left;
	padding: 30px;
}

.content .register h1 {
	width: 80%;
	font-weight: 400;
	height: 16px;
	line-height: 16px;
	border-left: 3px solid #58a2fd;
	padding-left: 10px;
	font-size: 16px;
	text-align: left;
	float: left;
	margin-bottom: 30px
}

.content .register .Rleft {
	width: 50%;
	float: left;
	border-right: 1px dashed #e5e5e5
}

.content .register .Rleft tr td {
	padding: 10px 0
}

.content .register .Rleft tr td .text {
	width: 350px;
	height: 38px;
	border: 1px solid #e5e5e5;
	margin-left: 10px;
	padding-left: 10px;
}

.content .register .Rleft tr td .sub {
	width: 180px;
	height: 50px;
	background: #f57cbf;
	font-size: 18px;
	color: white;
	margin-left: 10px;
	cursor: pointer;
	border: none;
	border-radius: 5px;
}
.content .register .Rleft tr td .sub:hover {
	background: #e84aa2;
}

.content .register .Rright {
	width: 49%;
	float: left;
	text-align: center;
	color: #666666
}

.content .register .Rright img {
	border: 1px solid #e6e6e6;
	border-radius: 143px;
	margin: 40px 0
}

.content .register .Rright a {
	color: #58a2fd;
	margin-left: 10px;
	font-size: 22px;
}
.content .register .Rright a:hover {
	color: #2978d8;
}

.content .reset {
	width: 1350px;
	background: #fff;
	float: left;
	padding: 30px;
}

.content .reset h1 {
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	border-left: 3px solid #58a2fd;
	padding-left: 10px;
	font-size: 16px;
	text-align: left;
	float: left;
	margin-bottom: 30px
}

.content .reset table {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #666666
}

.content .reset table tr td {
	padding: 10px 0
}

.content .reset table tr td .text {
	width: 398px;
	height: 38px;
	border: 1px solid #e5e5e5
}

.content .reset table tr td .sub {
	width: 180px;
	height: 50px;
	background: #f57cbf;
	font-size: 18px;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}

.content .reset table tr td .sub:hover {
	background: #e84aa2;
}

.login {
	/* background: url(../images/loginBG.jpg) no-repeat center center; */
}

.login .loginWrap {
	width: 1350px;
	height: 580px;
	margin: 0 auto;
	position:relative;
}

.login .login_in {
	width: 390px;
	height: 460px;
	background: url(../images/login1_06.png);
	float: right;
	margin-top: 60px;
	margin-right: 100px;
	text-align: center;
	box-shadow: 0px 0px 25px 1px rgb(232 231 231 / 90%);
	padding: 0px 30px;
}

.login .login_in h1 {
	width: 80%;
	margin: 0px auto;
	margin-top: 50px;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
}

.login .login_in ul {
	margin: 0 auto;
	margin-top: 50px;
}

.login .login_in ul li {
	width: 100%;
	margin-top: 15px
}

.login .login_in ul li span {
	float: left;
	width: 70px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: right;
}

.login .login_in ul li input {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #e5e5e5;
	background: none
}

.login .login_in .sub {
	background: #f57cbf;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	margin: 0 auto;
	margin: 50px 0px;
	font-size: 18px;
	color: white;
	border: none;
	cursor: pointer;
}

.login .login_in .sub:hover {
	background: #e84aa2;
}

.login .login_in p {
	margin: 0px auto;
	text-align: right;
}

.login .login_in p a {
	margin-left: 10px;
	color: #58a2fd;
}

.login .login_in p a:hover {
	color: #2978d8;
}

.content .list3_right {
	width: 1080px;
	float: right;
	min-height: 400px;
	margin-bottom: 50px;
}

.content .list3_right h1 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 25px;
	height: 60px;
	line-height: 60px;
	background: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.content .list3_right ul.cont {
	width: 100%;
	float: left;
}

.content .list3_right ul.cont li {
	width: 100%;
	height: 150px;
	background: #ffffff;
	margin-top: 20px;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.content .list3_right ul.cont li div.icon {
	position: relative;
	float: left;
	width: 160px;
	height: 150px;
	background: #f2f2f2;
}
.content .list3_right ul.cont li div.icon img {
	position: absolute;
	width: 60px;
	height: 58px;
	top: calc( (100% - 58px) / 2 );
	left: calc( (100% - 60px) / 2 );
}
.content .list3_right ul.cont li div.newCont {
	float: right;
	width: calc( 100% - 160px );
	padding: 20px;
}

.content .list3_right ul.cont li a {
	position: relative;
	color: #666666;
	font-size: 17px;
	font-weight: bold;
}

.content .list3_right ul.cont li a:hover {
	color: #f45050;
}
.content .list3_right ul.cont li p {
	color: #888888;
	margin-top: 15px;
	height: 40px;
	overflow: hidden;
}

.content .list3_right ul.cont li span {
	display: block;
	margin-top: 20px;
	color: #999999;
}
.content .list3_right ul.cont li span.oemNew {
	margin-top: 0px;
	right: -45px;
	top: -6px;
}

.index_1 {
	width: 1350px;
	margin: 0 auto;
	margin-top: 30px;
}

.index_1 .left {
	width: 250px;
	height: 490px;
	float: left;
	background: #fff;
}

.index_1 .left h1 {
	width: 190px;
	background: url(../images/h11_03.jpg) no-repeat 10px center #ff1d5a;
	height: 37px;
	line-height: 37px;
	padding-left: 56px;
	font-size: 16px;
	color: #fff;
}

.index_1 .left ul {
	width: 250px;
	height: 490px;
	float: left;
	position: relative;
	/*background: #fcfcfc;*/
	border-top: 0px;
}

.index_1 .left ul li {
	width: 100%;
	height: 37px;
	line-height: 37px;
	padding: 0px 25px 0px 25px;
	float: left;
}

.index_1 .left ul li:nth-child(1) {
	margin-top: 5px;
}

.index_1 .left ul li:hover {
	background: #F45050;
}

.index_1 .left ul li:hover a.title {
	color: #fff;
}

.index_1 .left ul li a.title {
	display: block;
	width: 100%;
	font-size: 14px;
	border-bottom: 1px solid #f4f4f4;
	color: #333333
}
.index_1 .left ul li:nth-last-child(1) a.title {
	border-bottom: 0px;
}

.index_1 .left ul li dl {
	position: absolute;
	width: 700px;
	min-height: 490px;
	border: 1px solid #a1a1a1;
	left: 250px;
	top: 0;
	background: white;
	z-index: 35;
	display: none
}

.index_1 .left ul li dl dt {
	width: 200px;
	float: left;
	margin-left: 15px;
}

.index_1 .left ul li dl dt h4 {
	margin: 15px 0px;
}

.index_1 .left ul li dl dt h4 a {
	color: #F45050;
	border: 0px;
}

.index_1 .left ul li dl dt a {
	display: block;
	width: 100%;
	height: 34px;
	color: #333;
	padding: 0 5px;
	margin-top: 5px;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_1 .left ul li dl dt a:hover {
	color: #F45050;
}

.index_1 .center {
	width: calc(100% - 250px);
	height: 490px;
	float: left;
	position: relative;
}

.index_1 .center .right {
	width: 250px;
	height: 470px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: url(/images/rightBG.png);
}

.index_1 .center .right .right_wrap {
	padding: 10px;
}

.index_1 .center .right .right_wrap .wrap_user {
	padding-left: 60px;
	margin-top: 8px;
	background: url(/images/user_index_icon.png) 10px 4px no-repeat;
}

.index_1 .center .right .right_wrap .wrap_user p {
	color: #000;
	font-weight: bold;
}

.index_1 .center .right .right_wrap .wrap_login {
	margin: 12px 15px;
}

.index_1 .center .right .right_wrap .wrap_login a {
	display: inline-block;
	width: 90px;
	padding: 8px;
	background: #d64294;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.index_1 .center .right .right_wrap .wrap_login a:hover {
	background: #ca1479;
}

.index_1 .center .right .right_wrap .wrap_login a.sign {
	float: right;
	background: #e49e55;
}

.index_1 .center .right .right_wrap .wrap_login a.sign:hover {
	background: #d48636;
}

.index_1 .center .right .right_wrap .wrap_login a.usercenter {
	width: 100px;
}

.index_1 .center .right .right_wrap .wrap_login a.logout {
	float: right;
	background: #dcb597;
}

.index_1 .center .right .right_wrap .wrap_login a.logout:hover {
	background: #ca9a74;
}

.index_1 .center .right .right_wrap .wrap_help {
	overflow: hidden;
	margin-bottom: 15px;
	padding-top: 15px;
}

.index_1 .center .right .right_wrap .wrap_help div {
	/* width: 50%;
	display: inline-block;
	float: left;
	height: 65px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf; */
}

.help-list-row {
	width: 50%;
	display: inline-block;
	float: left;
	height: 65px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	text-align: center;
}

.help-list-row img {
	margin-top: 5px;
}

.index_1 .center .right .right_wrap .wrap_help div.roles,
.index_1 .center .right .right_wrap .wrap_help div.services,
.index_1 .center .right .right_wrap .wrap_help div.favorite {
	border-right: 0px;
}

.index_1 .center .right .right_wrap .wrap_help div.services {
	background: url(/images/services.png) no-repeat center 5px;
}

.index_1 .center .right .right_wrap .wrap_help div.roles {
	background: url(/images/roles.png) no-repeat center 5px;
}

.index_1 .center .right .right_wrap .wrap_help div.freight {
	background: url(/images/freight.png) no-repeat center 5px;
}

.index_1 .center .right .right_wrap .wrap_help div.charge {
	background: url(/images/charge.png) no-repeat center 5px;
}

.index_1 .center .right .right_wrap .wrap_help div.order {
	background: url(/images/order.png) no-repeat center 5px;
	border-bottom: 0px;
}

.index_1 .center .right .right_wrap .wrap_help div.favorite {
	background: url(/images/favorite.png) no-repeat center 5px;
	border-bottom: 0px;
}

.index_1 .center .right .right_wrap .wrap_help div a {
	display: block;
	text-align: center;
	margin-top: 40px;
	color: #000;
}

.index_1 .center .right .right_wrap .wrap_help div:hover a,
.index_1 .center .right .right_wrap .wrap_help div a:hover {
	color: #F45050;
}

.index_1 .center .right .right_wrap .wrap_adv {
	clear: both;
}

.index_1 .center .right .right_wrap .wrap_adv a {
	display: block;
	color: #333;
	height: 40px;
	line-height: 40px;
	padding-left: 80px;
	/*margin-bottom: 8px;*/
	margin-top: 20px;
	font-size: 15px;
	cursor: pointer;
	position: relative;
	background: #ebedef;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.index_1 .center .right .right_wrap .wrap_adv a.who {
	border: 1px solid #d6b790;
}

.index_1 .center .right .right_wrap .wrap_adv a.who:hover {
	background: #d6b790;
	color: #fff;
}

.index_1 .center .right .right_wrap .wrap_adv a.why {
	border: 1px solid #9acc7d;
}

.index_1 .center .right .right_wrap .wrap_adv a.why:hover {
	background: #9acc7d;
	color: #fff;
}

.index_1 .center .right .right_wrap .wrap_adv a.how {
	border: 1px solid #c0a0de;
	margin-bottom: 0px;
	display: none;
}

.index_1 .center .right .right_wrap .wrap_adv a.how:hover {
	background: #c0a0de;
	color: #fff;
}

.index_1 .center .right .right_wrap .wrap_adv a span {
	position: absolute;
	font-size: 25px;
	left: 0px;
	top: 0px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	width: 62px;
	text-align: center;
}

.index_1 .center .right .right_wrap .wrap_adv a.who span {
	background: #decab0;
}

.index_1 .center .right .right_wrap .wrap_adv a.why span {
	background: #b5d2a4;
}

.index_1 .center .right .right_wrap .wrap_adv a.how span {
	background: #cbbdd8;
}

.index_1 .center .right .right_wrap .wrap_news {
	clear: both;
}

.index_1 .center .right .right_wrap .wrap_news h2 {
	color: #333;
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 15px;
	position: relative;
}

.index_1 .center .right .right_wrap .wrap_news h2 a {
	position: absolute;
	font-weight: normal;
	font-size: 13px;
	right: 0px;
}

.index_1 .center .right .right_wrap .wrap_news ul li {
	margin-bottom: 5px;
	overflow: hidden;
}

.index_1 .center .right .right_wrap .wrap_news ul li span {
	display: inline-block;
	width: 80px;
	font-size: 13px;
	color: #333;
	float: left;
}

.index_1 .center .right .right_wrap .wrap_news ul li a {
	display: inline-block;
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	float: left;
}

.imgbox {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.imgbox .clear {
	overflow: hidden;
	clear: both;
	width: 0px;
	height: 0px;
}

.imgbox ul {
	padding: 0px;
	margin: 0px;
}

.imgbox ul li {
	float: left;
	list-style: none;
}

.imgbox ul li.select {
	display: block;
}

.imgbox .imgnum span {
	margin-left: 5px;
	width: 14px;
	height: 3px;
	display: inline-block;
	background-color: #fff;
	cursor: pointer;
	overflow: hidden;
	text-indent: 99em;
}

.imgbox .imgnum span.onselect {
	background-color: #ff1d5a;
}

.imgbox .imgnum {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
}


.index_2 {
	width: 1350px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

.index_2 h2 {
	font-size: 24px;
	color: #2D2D2D;
	padding: 40px 0px 30px;
	text-align: center;
}

/*recommend******************************************************************************************/
.index_2 .recommend {
	display: flow-root;
	padding-bottom: 10px;
}

.index_2 .recommend ul li {
	width: 436px;
	margin-right: 21px;
	border: 0px;
	padding: 0px;
	height: 196px;
	overflow: hidden;
	box-shadow: 0px 0px 25px 1px rgba(216, 213, 213, 0.9);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.index_2 .recommend ul li:hover {
	margin-top: -10px;
}

.index_2 .recommend ul li a div.picbox_ {
	display: inline-block;
	width: 45%;
	float: left;
}

.index_2 .recommend ul li a div.cont {
	display: inline-block;
	width: 55%;
	float: right;
	padding: 30px;
}

.index_2 .recommend ul li a div.cont p {
	font-size: 16px;
	color: #444;
	text-align: left;
	height: 85px;
	overflow: hidden;
}

.index_2 .recommend ul li a div.cont p:hover {
	color: #F45050;
}

.index_2 .recommend ul li a div.cont span {
	display: block;
	float: left;
	font-size: 20px;
	color: #F45050;
	font-weight: bold;
}

.index_2 .recommend ul li a div.cont span.s2 {
	padding-left: 15px;
	padding-top: 3px;
	font-size: 16px;
	color: #999;
	font-weight: normal;
}

/*hotSale******************************************************************************************/
.index_2 .hotSale {
	padding-top: 50px;
	clear: both;
}

.index_2 .hotSale .hotCommon {
	background: #fff;
	box-shadow: 0px 0px 25px 1px rgba(216, 213, 213, 0.9);
	width: 1350px;
	float: left;
	/*margin-right: 20px;
		height: 570px;*/
	padding: 25px 25px 5px 25px;
}

.index_2 .hotSale .hotTaobao {
	margin-right: 0px;
}

.index_2 .hotSale .hotCommon h2 {
	text-align: center;
	padding: 5px 0px 25px;
}

.index_2 .hotSale .hotCommon ul {
	border-bottom: 1px solid #dedede;
	margin-bottom: 18px;
}

.index_2 .hotSale .hotCommon ul.tab li {
	width: 160px;
	text-align: left;
	border: 0px;
	cursor: pointer;
	padding: 0px;
	height: 30px;
	line-height: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.index_2 .hotSale .hotCommon ul.tab li a {
	display: inline-block;
	height: 30px;
	line-height: 15px;
	font-size: 16px;
	margin-top: 2px;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	color: #6a9cf7;
}

.index_2 .hotSale .hotCommon ul.tab li.currTab a,
.index_2 .hotSale .hotCommon ul.tab li:hover a,
.index_2 .hotSale .hotCommon ul.tab li a:hover {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 3px solid #F45050;
	color: #F45050;
}

.index_2 .hotSale .hotCommon .cont ul {
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	float: left;
	height: 440px;
	display: none;
}

.index_2 .hotSale .hotCommon .cont {
	position: relative;
	clear: both;
	height: 430px;
	overflow: hidden;
}

.index_2 .hotSale .hotCommon .cont .loading {
	height: 430px;
	background: url(/images/loading_dual.gif) center center no-repeat;
}

.index_2 .hotSale .hotCommon .cont ul.showHot {
	display: block;
}

.index_2 .hotSale .hotCommon .cont ul li {
	writing-mode: lr-tb;
	width: 310px;
	height: 120px;
	overflow: hidden;
	border: 0px;
	padding: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
}

.index_2 .hotSale .hotCommon .cont ul li:nth-child(n+4) {
	margin-right: 0px;
}

.index_2 .hotSale .hotCommon .cont ul li div.picbox {
	display: inline-block;
	width: 120px;
	height: 120px;
	margin-bottom: 0px;
	float: left;
}

.index_2 .hotSale .hotCommon .cont ul li div.contR {
	display: inline-block;
	width: 180px;
	padding-left: 10px;
	float: left;
}

.index_2 .hotSale .hotCommon .cont ul li div.contR p.pt {
	text-align: left;
	padding-bottom: 10px;
}

.index_2 .hotSale .hotCommon .cont ul li div.contR p.pt span {
	float: none;
}

.index_2 .hotSale .hotCommon .cont ul li div.contR p.pt b {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #666;
	color: #fff;
}

.index_2 .hotSale .hotCommon .cont ul li div.contR p.pt span.s1 {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #444;
	padding-left: 5px;
}

.index_2 .hotSale .hotCommon .cont ul li div.contR p.pt span.s2 {
	font-size: 14px;
	color: #999;
}

.index_2 .hotSale .hotCommon .cont ul li:nth-child(1) div.contR p.pt b {
	background: #ef3700;
}

.index_2 .hotSale .hotCommon .cont ul li:nth-child(2) div.contR p.pt b {
	background: #ef8400;
}

.index_2 .hotSale .hotCommon .cont ul li:nth-child(3) div.contR p.pt b {
	background: #efbc00;
}

.index_2 .hotSale .hotCommon .cont ul li div.contR h4 {
	height: 60px;
	overflow: hidden;
	text-align: left;
}

.index_2 .hotSale .hotCommon .cont ul li div.contR a {
	color: #777;
	font-weight: normal;
}

.index_2 .hotSale .hotCommon .cont ul li div.contR a:hover {
	color: #F45050;
}

.index_2 .hotSale .hotCommon .cont ul li div.contR p.pb {
	text-align: left;
	font-size: 13px;
	padding-top: 5px;
	color: #b5b4b4;
}

/*itemList******************************************************************************************/
.index_2 .itemList {
	clear: both;
	margin-bottom: 50px;
}

.index_2 .itemList h3 {
	margin-top: 35px;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.index_2 .itemList .hotCommon {
	width: 1350px;
	height: 563px;
	margin-top: 20px;
}

.index_2 .itemList .hotCommon .contLeft {
	width: 230px;
	height: 563px;
	float: left;
}

.index_2 .itemList .hotCommon .contRight {
	width: calc(100% - 230px);
	float: right;
}

.index_2 .itemList .hotCommon .contRight .cont .loading {
	height: 520px;
	background: url(/images/loading_dual.gif) center center no-repeat;
}

.index_2 .itemList .hotCommon h2 {
	padding: 0px;
	position: relative;
}

.index_2 .itemList .hotCommon h2 span {
	display: block;
	height: 60px;
	line-height: 60px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.index_2 .itemList .hotCommon h2:hover span {
	opacity: 0.5;
}

.index_2 .itemList .hotCommon h2 a {
	display: block;
	position: absolute;
	top: 40px;
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #000;
}

.index_2 .itemList .hotCommon:nth-child(1) .contLeft h2 a,
.index_2 .itemList .hotCommon:nth-child(4) .contLeft h2 a {
	font-size: 16px;
}

.index_2 .itemList .hotCommon ul.tab {
	padding-left: 10px;
}

.index_2 .itemList .hotCommon ul.tab li {
	width: auto;
	border: 0px;
	cursor: pointer;
	padding: 0px;
	margin: 6px 10px 0px 0px;
}
.index_2 .itemList .hotCommon ul.tab li:nth-last-child(1) {
	float: right;
}

.index_2 .itemList .hotCommon ul.tab li a {
	display: inline-block;
	font-size: 13px;
	color: #F45050;
	font-weight: bold;
	border-radius: 15px;
	border: 1px solid #F45050;
	padding: 5px 10px;
	background: #ffffff;
	font-weight: normal;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.index_2 .itemList .hotCommon ul.tab li.currTab a,
.index_2 .itemList .hotCommon ul.tab li a:hover {
	background: #F45050;
	color: #ffffff;
}

.index_2 .itemList .hotCommon#hotAli1 ul.tab li.currTab a,
.index_2 .itemList .hotCommon#hotAli1 ul.tab li a:hover {
	color: #ffffff;
}

.index_2 .itemList .hotCommon .cont {
	clear: both;
}

.index_2 .itemList .hotCommon .cont ul {
	display: none;
}

.index_2 .itemList .hotCommon .cont ul.showHot {
	display: block;
}

.index_2 .itemList .hotCommon .cont ul li {
	width: 214px;
	height: 254px;
	padding: 20px 10px;
	overflow: hidden;
	border: 0px;
	margin: 10px 0px 0px 10px;
	background: #ffffff;
}

.index_2 .itemList .hotCommon .cont ul li div.picbox {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	height: 170px;
}
.index_2 .itemList .hotCommon .cont ul li div.picbox a.findAlike {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.index_2 .itemList .hotCommon .cont ul li div.picbox:hover a.findAlike {
	bottom: 0;
	background: rgba(255,115,0,0.6);
}
.index_2 .itemList .hotCommon .cont ul li div.picbox a.findAlike:hover {
	background: rgba(255,115,0,0.8);
}

.index_2 .itemList .hotCommon .cont ul li div.info {}

.index_2 .itemList .hotCommon .cont ul li div.info h4 {
	margin-top: 10px;
}

.index_2 .itemList .hotCommon .cont ul li div.info h4 a {
	display: block;
	height: 20px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-weight: normal;
}

.index_2 .itemList .hotCommon .cont ul li div.info a:hover {
	color: #F45050;
}

.index_2 .itemList .hotCommon .cont ul li div.info p {
	text-align: left;
	height: 20px;
	line-height: 20px;
	width: 100%;
	overflow: hidden;
}

.index_2 .itemList .hotCommon .cont ul li div.info p span {
	float: none;
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

.index_2 .itemList .hotCommon .cont ul li div.info p span.s1 {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #F45050;
}

/*.index_2 .itemList .hotCommon#hotAli2 .cont ul li div.info p span.s1 {
		color: #f77a6a;
	}
	.index_2 .itemList .hotCommon#hotAli3 .cont ul li div.info p span.s1 {
		color: #19bb8e;
	}
	.index_2 .itemList .hotCommon#hotAli4 .cont ul li div.info p span.s1 {
		color: #fd47ac;
	}
	.index_2 .itemList .hotCommon#hotAli5 .cont ul li div.info p span.s1 {
		color: #F45050;
	}
	.index_2 .itemList .hotCommon#hotAli6 .cont ul li div.info p span.s1 {
		color: #8753e8;
	}
	.index_2 .itemList .hotCommon#hotAli7 .cont ul li div.info p span.s1 {
		color: #e09d07;
	}
	.index_2 .itemList .hotCommon#hotAli8 .cont ul li div.info p span.s1 {
		color: #1baeb5;
	}*/
.index_2 .itemList .hotCommon .cont ul li div.info p span.s2 {
	font-size: 13px;
	color: #888;
}

.index_2 .itemList .hotCommon .cont ul li div.info p span.s3 {
	float: right;
	color: #b5b4b4;
}


.index_2 .bt {
	width: 100%;
	float: left;
	height: 30px;
	line-height: 30px;
	position: relative;
	margin-bottom: 18px;
	padding-right: 15px;
}

.index_2 .bt h1 {
	/*width:125px;*/
	height: 30px;
	border-bottom: 2px solid #41d1b8;
	font-size: 16px;
	color: #333;
	font-weight: 400;
	display: inline-block;
}

.index_2 .bt a {
	color: #666;
	display: inline-block;
	margin-left: 20px;
}

.index_2 .bt a:hover {
	color: #999;
}

.index_2 ul {
	width: 100%;
	float: left;
}

.index_2 ul li {
	box-sizing: border-box;
	width: 225px;
	padding: 4px;
	float: left;
	border: 1px solid #e2e2e2;
	margin-right: 18px;
	text-align: center;
	margin-bottom: 18px;
}

.index_2 ul li:nth-of-type(5n) {
	margin-right: 0;
}

.index_2 ul li .picbox {
	height: 215px;
	overflow: hidden;
	margin-bottom: 8px;
}

.index_2 ul li .picbox:hover img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

.index_2 ul li .picbox img {
	width: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.index_2 ul li img {
	width: 100%;
}

.index_2 ul li h2 {
	font-size: 14px;
	color: #666666;
	font-weight: 400;
	margin: 10px 0;
	text-align: left
}

.index_2 ul li span.price {
	float: left;
	color: #333;
	font-size: 13px;
}

.index_2 ul li span {
	float: right;
	color: #999;
	font-size: 12px;
}

.index_2 ul li.no-status {
	margin-right: 0
}

.index_3 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}

.index_3 .shop {
	background: url(../images/index3_03.png) no-repeat center center;
	height: 960px;
	border: 1px solid white
}

.index_3 .shop .shop_in {
	background: url(../images/shop_03.png) no-repeat;
	width: 660px;
	height: 440px;
	margin: 0px auto;
	margin-top: 330px;
	padding-top: 20px;
	text-align: center
}

.index_3 .shop .shop_in span {
	display: block;
	font-size: 15px;
	color: white;
	line-height: 25px;
	width: 540px;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
}

.index_3 .shop .shop_in .button {
	border: 1px solid #99ffed;
	padding: 6px 6px;
	color: #99ffed;
	margin-top: 100px
}

.index_3 .shop .shop_in .address {
	color: white;
}

.index_3 .shop .shop_in .address:hover {
	text-decoration: none
}

.index_3 .step {
	width: 100%;
	float: left;
}

.index_3 .step li {
	width: 190px;
	height: 280px;
	float: left;
	border: 1px solid #e5e5e5;
	margin-right: 60px;
	text-align: center
}

.index_3 .step li img {
	margin-top: 45px;
	margin-bottom: 20px;
}

.index_3 .step li h1 {
	width: 160px;
	height: 30px;
	font-size: 14px;
	color: #666666;
	margin: 0px auto
}

.index_3 .step li h3 {
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
}

.index_3 .step li b {
	width: 60px;
	border-bottom: 2px solid #ff1d5a;
	display: block;
	margin: 0 auto;
	margin-top: 50px
}

.index_3 .step li.no-status {
	margin-right: 0
}

.index_3 h2 {
	width: 90%;
	float: left;
	font-size: 16px;
	color: #333333;
	border-left: 4px solid #ff1d5a;
	padding-left: 10px;
	font-weight: 400;
	margin: 20px 0
}

.index_3 ul.hot {
	width: 100%;
	float: left;
}

.index_3 ul.hot li {
	width: 183px;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px
}

.index_3 ul.hot li.no-status {
	margin-right: 0
}

.index_4 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}

.index_4 .imgbox {
	float: left
}

.index_4 .form {
	width: 396px;
	height: 619px;
	background: url(../images/123_03.png);
	float: right;
	text-align: center
}

.index_4 .form h1 {
	font-size: 27px;
	color: white;
	font-weight: 400;
	float: left;
	margin-top: 90px;
	margin-left: 35px;
}

.index_4 .form textarea {
	width: 290px;
	height: 115px;
	float: left;
	margin-top: 10px;
	margin-left: 35px;
	padding: 5px;
}

.index_4 .form .text {
	width: 205px;
	height: 45px;
	float: left;
	background: white;
	line-height: 45px;
	padding: 0 5px;
	margin-top: 10px;
	margin-left: 35px;
}

.index_4 .form .text2 {
	width: 76px;
	height: 49px;
	background: white;
	float: left;
	margin-top: 10px;
	margin-left: 6px;
	border: none;
	text-align: center
}

.index_4 .form .sub {
	width: 110px;
	height: 38px;
	border: 1px solid #41d1b8;
	color: #41d1b8;
	text-align: center;
	line-height: 38px;
	background: none;
	float: left;
	margin-left: 35px;
	margin-top: 50px;
}

.index_4 table {
	width: 860px;
	margin: 0 auto;
}

.index_4 table tr td {
	text-align: center;
	padding: 50px 0
}

.index_4 table tr td .gs {
	background: #ff1d5a;
	padding: 12px 50px;
	color: white;
}

.index_4 table tr td .wt {
	border: 1px solid #ff1d5a;
	color: #ff1d5a;
	padding: 12px 50px;
}

.content .right .exchange {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.content .right .exchange ul {
	display: table;
	margin: auto;
	text-align: center;
}

.content .right .exchange ul li {
	margin-bottom: 30px;
	font-size: 16px;
}

.content .right .exchange input {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 24px;
	padding: 4px;
	border: 1px solid #555;
	margin-right: 4px;
}

.content .right .exchange span#rmb {
	margin-left: 4px;
	font-weight: bold;
	font-size: 18px;
}

.important_Notice {
	width: 100%;
	border: 2px solid #65c9f7;
	padding: 15px;
}

.important_Notice ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
}

.important_Notice .time {
	color: black;
	font-size: 16px;
}

.important_Notice .notice_title {
	margin-left: 50px;
	color: black;
	font-size: 16px;
}

.user_Notice {
	width: 100%;
	padding: 30px 15px 15px;
}

.user_Notice ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #efeeee;
}

.user_Notice ul li a {
	width: auto;
	display: inline-block;
}

.user_Notice ul li a.important .notice_title {
	color: #58a2fd;
}

.user_Notice ul li a:hover .time,
.user_Notice ul li a:hover .notice_title {
	color: #f57cbf;
}

.user_Notice .time {
	font-size: 14px;
	display: inline-block;
	width: 130px;
	color: #999;
}

.user_Notice .notice_title {
	font-size: 14px;
	display: inline-block;
	color: #333;
}

.user_Notice .biaoti {
	border-bottom: 0px;
	margin-bottom: 10px;
	height: 45px;
}

.user_Notice .biaoti span {
	font-size: 20px;
	font-weight: bold;
}

.user_help {
	min-height: 150px;
	padding: 20px;
	float: left;
}


.workday {
	width: 55%;
	float: left;
}

.fundlist_search {
	margin-bottom: 10px !important;
}

.fundlist_search li {
	width: auto !important;
}

.fundlist_search li span {
	width: 80px !important;
}

.fundlist_search input[type=text] {
	width: 150px !important;
}

.fundlist_search .fundlist_date input[type=submit] {
	width: 100px !important;
}

.fundlist_search .btn_main.fr {
	height: 38px;
}

.Agent_bottomtd {
	text-align: right !important;
	padding-right: 10px !important;
}

.Agent_bottomtd>div {
	overflow: hidden;
}

.Agent_bottomtd>div>p {
	height: 30px;
	line-height: 30px;
	margin-left: 8px;
}

/*.Agent_bottomtd .agent_add{color: #fff;font-size: 15px;background: #41d1b8;padding: 5px 10px;font-weight: 100;border-radius: 2px;margin-bottom: 5px;display: inline-block;}*/
.Agent_bottomtd .agent_add {
	margin-bottom: 5px;
	display: inline-block;
}

.Agent_bottomtd .agent_add small {
	color: #817e7e;
	padding: 3px 7px;
	border: 2px solid #ff1d5a;
}

.Agent_bottomtd .agent_add small:first-child {
	border: 2px solid #41d1b8;
}

.Agent_bottomtd .agent_add small:last-child {
	border: 2px solid #6099e8;
}

/*price scroll*******************************************/
.newBox {
	height: 60px;
}

.newBox .newWrap .list-tit {
	float: none;
}

.newBox .titBG {
	position: fixed;
	background: #ffffff;
	height: 60px;
	width: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px 0px;
	z-index: 999;
	left: 0px;
	top: -80px;
}

.newBox .titBG.showBG {
	top: 0px;
}

.progress {
	clear: both;
	height: 110px;
	padding-top: 30px;
	margin-top: 10px;
	position: relative;
}

.progress div.line {
	width: 100%;
	height: 20px;
	background-image: linear-gradient(to right, #7de0db, #f3a3d3);
	position: absolute;
	top: 46px;
	/*z-index: -999;*/
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.progress .inner {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}

.progress .inner .speed {
	position: absolute;
	left: 0px;
	top: -44px;
	width: 30px;
	height: 29px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.progress .inner .speed div.img {
	margin-left: -15px;
	padding-top: 10px;
	position: relative;
}

.progress .inner .speed div.img img {
	z-index: 999;
}

.progress .inner .speed div.img span.line {
	z-index: 1;
	position: absolute;
	left: 4px;
	top: 25px;
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(/images/lineBG.png) no-repeat;
}

.progress .inner .speed div.img p {
	position: absolute;
	left: 40px;
	width: 340px;
	font-size: 13px;
	overflow: hidden;
	display: none;
}

.progress .inner .speed div.img p.p1 {
	top: 7px;
}

.progress .inner .speed div.img p.p2 {
	top: 30px;
}

.progress .inner .speed div.img p span {
	display: inline-block;
	padding: 0px 5px;
	color: #F45050;
	font-size: 15px;
}

.progress .inner .speed div.img p.p1 span {
	font-size: 18px;
	font-weight: bold;
}

.progress .inner .speed div.img p.p2 span {
	color: #5997e3;
}

.progress .inner .info .feeList {
	position: relative;
}

.progress .inner .info .feeList ul.percent li {
	list-style: none;
	float: left;
	text-align: center;
	display: inline-block;
	padding-top: 16px;
}

.progress .inner .info .feeList ul.percent li a {
	display: inline-block;
	height: 20px;
	line-height: 22px;
	border-left: 2px solid #fff;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	position: relative;
}

.progress .inner .info .feeList ul.percent li a span.fee {
	position: absolute;
	left: -50px;
	font-weight: normal;
}

.progress .inner .info .feeList ul.areaPrice li {
	list-style: none;
	font-size: 16px;
	position: absolute;
	top: 40px;
	z-index: 999;
}

.progress .inner .info .feeList ul.areaPrice li.price0 {
	left: -4px;
}

.progress .inner .info .feeList ul.areaPrice li.price3000 {
	left: 282px;
}

.progress .inner .info .feeList ul.areaPrice li.price5000 {
	left: 482px;
}

.progress .inner .info .feeList ul.areaPrice li.price7000 {
	left: 682px;
}

.progress .inner .info .feeList ul.areaPrice li.price8500 {
	left: 832px;
}

.progress .inner .info .feeList ul.areaPrice li.price10000 {
	left: 976px;
}

.newWrap.fixWrap {
	position: fixed;
	width: 1350px;
	top: -152px;
	z-index: 9999;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background: #fff;
}

.newWrap.fixWrap .list-tit_cart {
	box-shadow: none;
}

.newWrap.moveWrap {
	top: 0px;
}

.newWrap .list-tit_cart {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.fancybox-lock .fancybox-overlay {
	z-index: 99999;
}

.feetips {
	margin-bottom: 10px;
	text-align: center;
	color: #F45050;
}

.currRate {
	position: absolute;
	top: 16px;
	width: 230px;
	background-color: #F45050;
	height: 20px;
	left: 69px;
	text-align: center;
	color: #FFFFFF;
}

.price_cell {
	display: block;
	height: 30px;
	overflow: hidden;
	margin-top: 5px;
}

.price_cell_location {
}

.price_cell_left {
	width: 140px;
	font-size: 14px;
	color: #888888;
	float: left;
	line-height: 30px;
	padding-left: 20px;
}

.price_cell_right {
	display: block;
	float: left;
	width: calc(100% - 140px);
	line-height: 30px;
}

.price_cell_right1 {
	font-size: 16px;
	color: #FF7300;
	width: 33%;
	float: left;
}

.price_cell_right1 span {
	margin-left: 5px;
	font-size: 28px;
	margin-right: 7px;
}

.price_cell_right2 {
	font-size: 16px;
	width: 33%;
	color: #696969;
	float: left;
}

.skuTable div.columnName {
	width: 150px;
	padding-left: 30px;
}

#nondelivery_prc_show {
	margin-left: 5px;
	font-size: 26px;
	color: #FF7300;
	font-weight: bold;
}

.detail4 {
	display: block;
	width: 1350px !important;
	border: 0px !important;
}

.dload_img {
	position: fixed;
	background: #FFF;
	box-shadow: 0px 0px 25px 3px rgb(212 211 211 / 90%);
	-moz-box-shadow: 0px 0px 25px 3px rgb(212 211 211 / 90%);
	-webkit-box-shadow: 0px 0px 25px 3px rgb(212 211 211 / 90%);
	width: 500px;
	height: 170px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -75px;
	padding: 10px;
	box-sizing: border-box;
	z-index:9999;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.dload_img div.tip {
	font-size: 18px;
	color: #333;
}
.dload_img div.tip b {
	display: inline-block;
	background: #f36927;
	padding: 2px 11px;
	color: #fff;
	margin-right: 10px;
	border-radius: 15px;
}
.dload_img div.tip,
.dload_img img {
	margin-top: 32px;
}
.dload_img div.tip a {
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
	color: red;
}

.detail_html {
	float: right;
	width: 1030px;
	margin-bottom: 30px;
	background-color: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.detail_html .detailItem {
	width: 100%;
	padding: 25px 0px;
	text-align: center;
}

/*商家推荐*/
.recommend_item {
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.recommend_item .recommend_item_title {
	height: 65px;
	line-height: 65px;
	margin: 0px 30px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	position: relative;
}
.recommend_item .recommend_item_title:after {
	/*content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100px;
	height: 2px;
	background: #f45050;*/
}

.recommend_item .recommend_item_list {
	margin: 0px 30px;
}
.recommend_item .recommend_item_list .recommendLoading {
	width: 100%;
	padding: 25px 0px;
	text-align: center;
}

.recommend_item .recommend_item_list .recommend_item_cell {
	width: 150px;
	float: left;
	display: block;
	margin-right: 11px;
	padding-bottom: 10px;
	overflow: hidden;
}

.recommend_item .recommend_item_list .recommend_item_cell a:hover .recommend_item_text {
	color: #F45050;
}

.recommend_item .recommend_item_list .recommend_item_img {
	width: 100%;
	height: 150px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.recommend_item .recommend_item_list .recommend_item_text {
	width: 100%;
	height: 36px;
	overflow: hidden;
	color: #333333;
	margin-top: 10px;
	text-align: left;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.recommend_item .recommend_item_list .recommend_item_price {
	margin-top: 10px;
	color: #F45050;
	width: 100%;
	text-align: left;
}

.recommend_item .recommend_item_list .recommend_item_price span {
	font-size: 14px;
	font-weight: bold;
}
.recommend_item .recommend_item_list .recommend_item_price .c1 {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	padding-right: 0px;
}
.recommend_item .recommend_item_list .recommend_item_price .c2 {
	float: right;
	padding-top: 2px;
}

/*店铺热销*/
.hot_item {
	float: left;
	width: 300px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.hot_item .hot_item_title {
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #EEEEEE;
	margin: 0px 30px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	position: relative;
}
.hot_item .hot_item_title:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100px;
	height: 2px;
	background: #f45050;
}

.hot_item .hot_item_list {
	margin: 0px 30px;
}
.hot_item .hot_item_list .shopItem {
	width: 100%;
	padding: 25px 0px;
	text-align: center;
}

.hot_item .hot_item_list .hot_item_cell {
	width: 100%;
	display: block;
	margin-top: 20px;
	padding-bottom: 10px;
	background: #f7f7f7;
	overflow: hidden;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.hot_item .hot_item_list .hot_item_img {
	width: 100%;
	height: 100%;
}

.hot_item .hot_item_list .hot_item_text {
	width: 220px;
	height: 36px;
	overflow: hidden;
	color: #333333;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}

.hot_item .hot_item_list .hot_item_price {
	margin-top: 10px;
	margin-left: 10px;
	color: #F45050;
	width: 220px;
	text-align: left;
}

.hot_item .hot_item_list .hot_item_price span {
	font-size: 16px;
	font-weight: bold;
	padding-right: 5px;
}
.hot_item .hot_item_list .hot_item_price .c1 {
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	padding-right: 0px;
}
.hot_item .hot_item_list .hot_item_price .c2 {
	float: right;
	padding-top: 2px;
}

.hot_item .hot_item_list .hot_item_text:hover {
	color: #F45050;
}

/******************************input**********************************/
.form-control {
	display: block;
	width: 100%;
	/*height: 34px;*/
	padding: 6px 8px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #D2D2D2;
	border-radius: 4px;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
	border-color: #FFC914;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 201, 20, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 201, 20, .6);
}

.form-control::-moz-placeholder {
	color: #D2D2D2;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #D2D2D2
}

.form-control::-webkit-input-placeholder {
	color: #D2D2D2
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}


/*首页弹窗*/
.noticeList .noticeCommon {
	float: left;
	padding: 10px;
	width: 370px;
	height: 46%;
	border-radius: 5px;
	margin-bottom: 15px;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.noticeList .noticeCommon a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.noticeList .noticeCommon img {
	width: 70px;
	position: absolute;
	right: 5px;
	bottom: 10px;
}
.noticeList .noticeCommon .noticeTit {
	font-size: 21pt;
	padding-bottom: 10px;
}
.noticeList .noticeCommon .noticeCont p {
	font-size: 11pt;
}
.noticeList .noticeCommon.noticeMember {
	background: #f36b6b;
	margin-right: 18px;
}
.noticeList .noticeCommon.noticeMember:hover {
	background: #FF9C9C;
}
.noticeList .noticeCommon.noticeMember img {
	right: -5px;
}
.noticeList .noticeCommon.noticePoint {
	background: #67ca54;
}
.noticeList .noticeCommon.noticePoint:hover {
	background: #A8D686;
}
.noticeList .noticeCommon.noticeOEM {
	background: #04b5e2;
	margin-right: 18px;
}
.noticeList .noticeCommon.noticeOEM:hover {
	background: #28D2FD;
}
.noticeList .noticeCommon.noticeB2C {
	background: #48acf9;
}
.noticeList .noticeCommon.noticeB2C:hover {
	background: #7CC6FF;
}
.noticeList .noticeCommon.noticeB2C img {
	right: 5px;
}
.noticeList .noticeNews ul.news {
	width: 370px;
	float: left;
}
.noticeList .noticeNews .holiday {
	width: 370px;
	float: right;
}
.noticeList .history {
	clear: both;
	padding: 10px 0 10px 0;
	margin-top: 10px;
}
.noticeList .history label:hover {
	cursor: pointer;
	color: #48acf9;
}
.noticeList .history a.DL {
	font-size: 14px;
    color: white;
    width: 170px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #f45050;
    border-radius: 5px;
    display: inline-block;
    margin-left: 140px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.noticeList .history a.DL:hover {
	background: #f22c2c;
	width: 180px;
}
.noticeList .history a.Reg {
	float: right;
	text-decoration: underline;
	color: #f36b6b;
	line-height: 30px;
}
.noticeList .history a.Reg:hover {
	color: #f22c2c;
}

.login-body {
	width:1306px; 
	height:540px;
	position: absolute;
	top:55px;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.login-left {
	width:690px;
	height:540px;
	float:left;
	background: url(/images/user_v1/login_bg.png) no-repeat center center;
}
.login-right {
	width:522px;
	margin-left:94px;
	height:540px;
	float:right;
}
.login-input {
	width:380px;
	height:42px;
	font-size:14px;
	border:1px solid #DDDDDD;
	padding-left:10px;
}
.login-title {
	width:380px;
	font-size:24px;
	color:#333333;
	margin-bottom:32px;
	text-align: center;
}
.loginMethod {
	display: flex;
	justify-content: center;
	width: 380px;
	padding: 10px 0;
}
.loginMethod .methodItem {
	color: #666666;
	cursor: pointer;
	padding: 0 10px 7px;
	border-bottom: 2px solid #e5e5e5
}
.loginMethod .methodItem.current {
	color: #f45050;
	border-bottom: 2px solid #f45050;
}
.loginCommon .input-common {
	width: 380px;
}
.loginWithCode .verifyCode .code {
	width: 235px;
}
.loginWithCode .verifyCode .code input {
	padding-right: 15px;
}
.loginWithCode .verifyCode .send {
	width: 130px;
	margin-left: 10px;
	padding: 12px 5px;
}
.login-name {
	font-size:14px;
	color:#666666;
	margin-top:20px;
	margin-bottom:11px;
}
.login-btn {
    margin-top: 20px;
    background-color: #F45050;
    color: #ffffff;
    width: 380px;
    height: 42px;
    border-radius: 3px;
    border: none;
	cursor: pointer;
}
.right-body {
	background-color: #ffffff;
	border-radius: 10px;
	margin-bottom: 20px;
}
.right-body .right-filter {
	padding-left: 20px;
}
.right-nav {
	display: flex;
	font-size: 18px;
	font-weight: 500;
}
.nav-title {
    padding-bottom: 10px;
    margin-right: 30px;
}
.nav-title-active {
	border-bottom: 2px solid #F45050;
}
.nav-title-active a {
	color:#F45050;
}
.right-nav span{ height: 5px;width: 40px;background-color: #F45050;margin-top: 10px;border-radius: 20px;}
.filter-row {margin-right:30px;font-size:14px;cursor: pointer;}
.filter-row-active {color:#F45050;}
.right-notice {margin-top: 29px;background-color: #eeeeee;padding: 30px;border-radius: 8px;}

.detail2-desc .changeExternalID {
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
	vertical-align: bottom;
	margin-left: 5px;
	background: url("/images/pencil.png") center center no-repeat;
}
.detail2-desc .changeExternalID:hover {
	background: url("/images/pencil1.png") center center no-repeat;
}

/*
 * 店铺产品列表页头部***************************************************************************
 */
.shopHead {
	display: flex;
	align-items: center;
	text-align: center;
	height: 184px;
	background: url("../images/icon_shop_headBg.png") center center no-repeat;
	background-size: cover;
}
.shopHead .marginCommon {
	width: 1350px;
	margin: 0 auto;
}
.shopHead .shopName h2 {
	font-size: 36px;
	color: #333;
}
.shopHead .shopName .collect {
	position: absolute;
	color: #f45050;
	font-size: 14px;
	margin-left: 30px;
	margin-top: 11px;
	border: 1px solid #fbb1b1;
	border-radius: 4px;
	cursor: pointer;
	user-select: none;
}
.shopHead .shopName .collect.hasCollect {
	color: #2fb67f;
	border: 1px solid #c1e3d5;
	cursor: default;
}
.shopHead .shopName .collect span {
	position: relative;
	display: block;
	padding: 3px 12px 5px 36px;
}
.shopHead .shopName .collect span::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 3px;
	width: 20px;
	height: 20px;
	background: url("../images/icon_shop_collect.png") center center no-repeat;
	background-size: 20px;
}
.shopHead .shopName .collect.hasCollect span::before {
	background: url("../images/icon_shop_collected.png") center center no-repeat;
	background-size: 20px;
}
.shopHead .shopName .collect:hover {
	color: #d34e4e;
}
.shopHead .shopName .collect.hasCollect:hover {
	color: #2fb67f;
}
.shopHead .shopType {
	margin-top: 20px;
}
.shopHead .shopType span {
	color: #333;
	font-size: 15px;
	padding: 15px 0 15px 50px;
}
.shopHead .shopType span.alibaba {
	background: url("../images/icon_1688.png") left center no-repeat;
	background-size: 40px;
}
.shopHead .shopType span.taobao {
	background: url("../images/icon_taobao.png") left center no-repeat;
	background-size: 40px;
}
/*
 * 店铺产品列表页排序***************************************************************************
 */
.shopSort {
	background: #ffffff;
	border-bottom: 1px solid #f1f1f1;
}
.shopSort .marginCommon {
	width: 1350px;
	margin: 0 auto;
}
.shopSort .sortList {
	display: flex;
	align-items: center;
	justify-content: center;
}
.shopSort .sortList .sortItem {
	position: relative;
	width: 100px;
	height: 50px;
	line-height: 50px;
}
.shopSort .sortList .sortItem:hover a {
	color: #f45050;
}
.shopSort .sortList .sortItem a.default {
	display: block;
	height: 100%;
	text-align: center;
	border-left: 1px solid #f1f1f1;
	cursor: pointer;
}
.shopSort .sortList .sortItem a.current {
	color: #f45050;
	font-weight: bold;
}
.shopSort .sortList .sortItem:nth-last-child(1) a.default {
	border-right: 1px solid #f1f1f1;
}
.shopSort .sortList .sortItem a.priceSort {
	position: absolute;
	left: 70px;
	display: block;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
.shopSort .sortList .sortItem a.priceAsc {
	top: 10px;
	border-width: 7px;
	border-style: solid;
	border-color: transparent transparent #d1d1d1;
}
.shopSort .sortList .sortItem a.priceDesc {
	top: 27px;
	border-width: 6px;
	border-style: solid;
	border-color: #d1d1d1 transparent transparent;
}
.shopSort .sortList .sortItem.priceDesc.priceSortNow a.priceDesc {
	border-color: #fdbcbc transparent transparent;
}
.shopSort .sortList .sortItem.priceAsc.priceSortNow a.priceAsc {
	border-color: transparent transparent #fdbcbc;
}
.shopSort .sortList .sortItem.priceDesc:hover a.priceAsc {
	border-color: transparent transparent #f45050;
}
.shopSort .sortList .sortItem.priceAsc:hover a.priceDesc {
	border-color: #f45050 transparent transparent;
}
/*
 * 店铺产品列表页列表***************************************************************************
 */
.shopGoods {
	min-height: 400px;
	background: #fff;
}
.shopGoods .marginCommon {
	width: 1350px;
	margin: 0 auto;
}
.shopGoods .initLoading {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 400px;
}
.shopGoods .initLoading img {
	width: 80px;
}
.shopGoods .pageLoading {
	height: 80px;
	padding: 20px 0;
	text-align: center;
}
.shopGoods .pageLoading img {
	width: 40px;
	height: 40px;
	display: none;
}
.shopGoodsList {
	display: grid;
	grid-template-columns: repeat(5, 18%);
	justify-content: space-between;
	padding-top: 10px;
}
.shopGoods .shopGoodsItem {
	margin-top: 35px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: rgb(216 213 213 / 90%) 0 0 15px 0;
}
.shopGoods .shopGoodsItem .imgBox {
	position: relative;
	height: 243px;
	overflow: hidden;
}
.shopGoods .shopGoodsItem .imgBox img {
	width: 100%;
}
.shopGoods .shopGoodsItem .imgBox:hover img{
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}
.shopGoods .shopGoodsItem .imgBox .findAlike {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.shopGoods .shopGoodsItem .imgBox:hover .findAlike {
	bottom: 0;
	background: rgba(255,115,0,0.6);
}
.shopGoods .shopGoodsItem .imgBox .findAlike:hover {
	background: rgba(255,115,0,0.8);
}
.shopGoods .shopGoodsItem .info {
	position: relative;
	overflow: hidden;
	padding: 10px;
}
.shopGoods .shopGoodsItem .info h4 a {
	width: 100%;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-weight: normal;
}
.shopGoods .shopGoodsItem .info p {
	margin-top: 10px;
}
.shopGoods .shopGoodsItem .info p span:nth-child(1) {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #F45050;
}
.shopGoods .shopGoodsItem .info p span:nth-child(2) {
	font-size: 13px;
	color: #888;
}
.shopGoods .shopGoodsItem .info p span:nth-child(3) {
	float: right;
	color: #b5b4b4;
	font-size: 13px;
	margin-top: 5px;
}












