* {
	margin: 0;
	font-family: "microsoft yahei";
}

body {
	font-size: 14px;
}

ul, ol {
	list-style: none;
	padding-inline-start: 0px;
	-webkit-padding-start: 0px;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	text-decoration: none;
	color: #F45050
}

.commonColor {
	color: #F45050!important;
}
.commonColor:hover {
	color: #e63518!important;
}
.commonBg {
	background: #3ba0d2;
}
.commonBorder {
	border: 1px solid #3ba0d2;
}

input,
textarea,
select,
button {
	outline: none
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color: #C9C9C9;
}

#submit {
	background: #ff1d5a;
	color: white;
	font-size: 18px;
	padding: 8px 24px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	float: right
}
.ztop a:hover{text-decoration: none;}
.ztop a:hover span{text-shadow:3px 6px 9px #e70341,-3px -6px 9px #e70341,3px -6px 9px #e70341,-3px 6px 9px #e70341;transition:.52s}

.top {
	width: 100%;
	min-width: 1350px;
	height: 35px;
	background: #f7f7f7;
	line-height: 35px;
}

.top .top_in {
	width: 1350px;
	margin: 0 auto
}

.top .top_in span {
	font-size: 13px;
	color: #333;
}

.top .top_in span.titleMark {
	color: #f45050;
	background: rgba(244,80,80, 0.05);
	padding: 3px 10px;
	text-align: center;
	border-radius: 20px;
}

.top .top_in .right {
	float: right;
	font-size: 12px;
}

.top .top_in .right span.line {
	padding: 0 10px;
	color: #cecece;
	vertical-align: top;
}

.top .top_in .right .cart {
	font-size: 12px;
	background: url(../images/cart.png) no-repeat left 0px;
	padding-left: 28px;
	color: white;
	display: inline-block;
}

.top .top_in .right a {
	font-size: 13px;
	color: #333;
}
.top .top_in .right a font:not(#rate) {
	color: #f30c0c;
	/* font-weight: bold; */
	font-size: 12px;
	background: rgba(244,80,80, 0.1);
	padding: 2px 5px;
	border-radius: 30px;
}

.top .top_in .right a b {
	color: #F45050;
}

.top .top_in .right a:hover {
	color: #F45050
}
.top .top_in .right .info {
	display: inline-block;
}

.top .top_in .right .info .noticeInfo  {
	position: relative;
	display: inline-block;
}
.top .top_in .right .info .noticeInfo a {
	padding-right: 20px;
}
.top .top_in .right .info .noticeInfo a i {
	position: absolute;
	right: -5px;
	top: 11px;
	padding: 10px;
	background: url("../images/icon_arrow_bottom.png") no-repeat;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.top .top_in .right .info .noticeInfo:hover a i {
	top: 6px;
	right: -2px;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg)
}
.top .top_in .right .info .noticeInfo_cont {
	display: none;
	position: absolute;
	z-index: 9999;
	box-shadow: 0 0 20px 1px rgba(216,213,213,0.9);
	transform: scale(1);
	transition: box-shadow 0.6s, transform 0.5s;
	background: #fff;
	width: 150px;
	top: 35px;
	right: -15px;
}
.top .top_in .right .info .noticeInfo:hover .noticeInfo_cont {
	display: block;
}
.top .top_in .right .info .noticeInfo .noticeInfo_cont ul li {
	position: relative;
	padding-left: 10px;
	border-bottom: 1px solid #efefef;
}
.top .top_in .right .info .noticeInfo .noticeInfo_cont ul li a {
	display: block;
}
.top .top_in .right .info .noticeInfo .noticeInfo_cont ul li span {
	position: absolute;
	top: 9px;
	right: 10px;
	display: block;
	width: 28px;
	height: 18px;
	line-height: 14px;
	color: #f30c0c;
	/* font-weight: bold; */
	font-size: 12px;
	background: rgba(244,80,80, 0.08);
	padding: 2px 5px;
	border-radius: 30px;
	text-align: center;
}
.top .top_in .right .info .noticeInfo .noticeInfo_cont ul li:nth-last-child(1) {
	border-bottom: 1px solid #efefef;
}

.top .top_in .right .info .userinfo  {
	position: relative;
	display: inline-block;
}
.top .top_in .right .info .userinfo:hover .userinfo_cont {
	display: block;
}
.top .top_in .right .info .userinfo a.uname {
	display: block;
	padding-right: 20px;
	position: relative;
}
.top .top_in .right .info .userinfo a.uname i {
	position: absolute;
	right: -5px;
	top: 11px;
	padding: 10px;
	background: url("../images/icon_arrow_bottom.png") no-repeat;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.top .top_in .right .info .userinfo a.uname:hover i {
	top: 6px;
	right: -2px;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg)
}
.top .top_in .right .info .userinfo .userinfo_cont {
	display:none;
	position: absolute;
	z-index: 9999;
	box-shadow: 0 0 20px 1px rgba(216,213,213,0.9);
	transform: scale(1);
	transition: box-shadow 0.6s, transform 0.5s;
	background: #fff;
	width: 230px;
	top: 35px;
	right: -15px;
}
.top .top_in .right .info .userinfo .userinfo_cont .tit {
	padding: 15px;
	background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%)!important;
}
.top .top_in .right .info .userinfo .userinfo_cont .tit a {
	display: block;
	margin: 0px;
	height: 30px;
	line-height: 30px;
}
.top .top_in .right .info .userinfo .userinfo_cont .tit a.name span {
	float: right;
	font-size: 14px;
}
.top .top_in .right .info .userinfo .userinfo_cont ul {
	padding: 5px 15px;
	border-bottom: 1px solid #dfdfdf;
}
.top .top_in .right .info .userinfo .userinfo_cont ul li {
	height: 32px;
	line-height: 32px;
}
.top .top_in .right .info .userinfo .userinfo_cont ul li a {
	display: block;
	padding-left: 25px;
	font-size: 13px;
}
.top .top_in .right .info .userinfo .userinfo_cont ul li a.order {
	background: url(/images/order_small.png) no-repeat 0px 8px;
}
.top .top_in .right .info .userinfo .userinfo_cont ul li a.ucenter {
	background: url(/images/ucenter_small.png) no-repeat 0px 8px;
}
.top .top_in .right .info .userinfo .userinfo_cont ul li a.favorite {
	background: url(/images/favorite_small.png) no-repeat 0px 8px;
}

.top .top_in .right .info .userinfo .userinfo_cont ul li a.freight {
	background: url(/images/freight_small.png) no-repeat 0px 8px;
}
.top .top_in .right .info .userinfo .userinfo_cont ul li a.services {
	background: url(/images/services_small.png) no-repeat 0px 8px;
}
.top .top_in .right .info .userinfo .userinfo_cont ul li a.roles {
	background: url(/images/roles_small.png) no-repeat 0px 8px;
}
.top .top_in .right .info .userinfo .userinfo_cont ul li a.charge {
	background: url(/images/charge_small.png) no-repeat 0px 8px;
}
.top .top_in .right .info .userinfo .userinfo_cont a.logout {
	float: right;
	margin-right: 10px;
}

.top_contact {
	width: 100%;
	background: #f7f7f7;
	border-top: 2px solid #FF6F00;
}
.top_contact .contact {
	width: 1350px;
	margin: 0 auto;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}
.top_contact .contact div {
	position: relative;
	float: left;
	margin-right: 70px;
}
.top_contact .contact div:nth-last-child(1) {
	float: right;
	margin-right: 0;
}
.top_contact .contact div.contactCommon {
	padding-left: 26px;
}
.top_contact .contact div.contactCommon:before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 18px;
	height: 18px;
}
.top_contact .contact div.daiGouPhone:before {
	background: url("../images/contactPhone.png");
}
.top_contact .contact div.OEMPhone:before {
	background: url("../images/contactPhone.png");
}
.top_contact .contact div.daiGouEmail:before {
	background: url("../images/contactMail.png");
}
.top_contact .contact div.daiGouRate:before {
	background: url("../images/rate.png");
}

.headWrap {
	height: 130px;
}
.head {
	margin: 0 auto;
	background: #fff;
	box-shadow: rgb(0 0 0 / 8%) 0px 5px 10px 0px;
	clear: both;
	-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;
}
.head.fixWrap {
	position: fixed;
	top: -80px;
	width: 100%;
	z-index: 2000;
}
.head.fixWrap .navWrap,
.head.fixWrap .order_Excel {
	display: none;
}
.head.moveWrap {
	top: 0;
}

.head .cont {
	display: flex;
	align-items: center;
	justify-content: start;
	width: 1350px;
	height: 80px;
	position: relative;
	margin: 0 auto;
}

.head .logo {
	width: 250px;
}
.head .logo a {
	display: block;
	width: 160px;
	height: 60px;
}

.head .logo-index a {
	display: flex;
	height: 60px;
	align-items: center;
	width: 190px;
}
.head .logo div.logoN {
	width: 60px;
	float: left;
}
.head .logo div.tit {
	float: left;
	width: calc(100% - 80px);
	height: 31px;
	margin-top: 2px;
	margin-left: 15px;
	background: url("../images/logo_mark_b2b.png") left center no-repeat;
	background-size: 66px;

}
.head .logo div.titMark {
	float:left;
	width: calc(100% - 80px);
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 10px;
}
.head .logo-index div.titMarkIndex {
	float:left;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-left: 10px;
}

.head .sel {
	position: relative;
	margin-left: 14px;
}

.head .sel div.inner {
}

.head .sel .order_Excel {
	position: absolute;
	float: right;
	height: 30px;
	text-align: center;
	right: -145px;
	top: 0px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	width: 70px;
	align-items: center;
	line-height: 25px;
	font-size: 14px;
	color: #333;
}
.head .sel .order_Excel:hover {
	color: #F45050;
	.order_Excel—img {
		width: 24px;
		height: 24px;
		background: url(/images/table_add_hover.png) no-repeat;
		background-size: 100% 100%;
		flex-shrink: 0
	}
}
.head .sel .order_Excel .order_Excel—img {
	width: 24px;
	height: 24px;
	background: url(/images/tableAdd.png) no-repeat;
	background-size: 100% 100%;
	flex-shrink: 0
}
.head .sel ul li {
	width: auto;
	padding-left: 10px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	float: left;
	color: #666666;
	cursor: pointer
}

.head .sel .search {
	width: 700px;
	height: 40px;
	border: 1px solid #c3c0c0;
	float: left;
	border-radius: 30px;
	background: #fff;
	position: relative;
	z-index: 99;
}
.head .sel.topSearch .search.newSearch {
	border-bottom-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

.head .sel .search .text {
	width: calc(100% - 90px);
	line-height: 36px;
	border: none;
	float: left;
	color: #666;
	font-size: 14px;
	background: none;
	border-radius: 30px;
	padding-left: 10px;
	padding-right: 100px;
	-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;
}
.head .sel.searchEvent .search .text {
	width: 1020px;
}

.head .sel .search select {
	width: 80px;
	height: 30px;
	float: left;
	border: none;
	margin: 7px 15px 0 15px;
	color: #666;
	cursor: pointer;
}

.head .sel .search .changeLang {
	width: 90px;
	float: left;
}
.head .sel .search .changeLang .cs-select span.cs-placeholder {
	border-radius: 30px;
	height: 38px;
	line-height: 36px;
	padding-right: 10px;
	background: none;
	font-size: 13px;
}
.head .sel .search .changeLang .cs-select > span::after,
.head .sel .search .changeLang .cs-selected span::after {
	top: 45%;
	right: 5px;
}
.head .sel .search .changeLang .cs-select.cs-active > span::after {
	top: 50%;
}
.head .sel .search .changeLang .cs-skin-elastic .cs-options {
	left: -1px;
	box-shadow: rgb(0 0 0 / 20%) 0 10px 20px 0;
}
.head .sel .search .changeLang .cs-skin-elastic .cs-options ul li {
	height: 34px;
	line-height: 34px;
}
.head .sel .search .changeLang .cs-skin-elastic .cs-options ul li span {
	background-size: 24px;
	height: 36px;
	line-height: 36px;
}
.head .sel .search .changeLang .cs-skin-elastic.cs-active .cs-options ul li {
	/*border-left: 1px solid #f45050;
	border-right: 1px solid #f45050;*/
	border: 0;
	padding-left: 0;
}
.head .sel .search .changeLang .cs-skin-elastic.cs-active .cs-options ul li.flag-china {
	/*border-bottom: 1px solid #f45050;*/
	border: 0;
}
.head .sel .search .changeLang .cs-skin-elastic .cs-options span {
	font-size: 13px;
	padding-left: 28px;
	padding-right: 0;
}
.head .sel .search .changeLang .cs-skin-elastic .cs-options span:hover,
.head .sel .search .changeLang .cs-skin-elastic .cs-options li.cs-focus span,
.head .sel .search .changeLang .cs-skin-elastic .cs-options .cs-selected span {
	/*color: #F45050;*/
	color: #1877c5;
}
.head .sel .search .changeLang .cs-skin-elastic .cs-options > ul::before {
	background: none;
}

.head .sel p {
	float: left;
	margin-top: 5px;
	width: 700px;
}

.head .sel p a {
	font-size: 14px;
	color: #000;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
}
.head .sel p a:hover {
	color: #F45050;
}
.head .sel p i{
	color: #ddd;
	font-style: normal;
	margin-right: 5px;
}
.head .sel p>a {
	float: right;
}
.key_first {
	font-size: 13px;
	color: #F45050;
}
.head .gg {
	float: right;
}

.head .sel .camera {
	position: absolute;
	right: 70px;
	top: 6px;
	width: 28px;
	height: 28px;
	background: url("../images/icon_camera.png");
	background-size: 28px;
	z-index: 99;
	cursor: pointer;
}
.head .sel .camera:hover {
	background: url("../images/icon_camera1.png");
	background-size: 28px;
}
.head.searchCont .sel .camera {
	width: 36px;
	height: 36px;
	background-size: 36px;
	right: 115px;
	top: 12px;
}
.head.searchCont .sel .camera:hover {
}

.head .sel .submit1 {
	width: 60px;
	height: 40px;
	border: 1px solid #F45050;
	font-size: 14px;
	color: #fff;
	background: #F45050 url("../images/icon_search.png") center center no-repeat;
	text-indent: -9999px;
	float: left;
	cursor: pointer;
	border-radius: 30px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 99;
}

.head .sel .submit1:hover {
	background: #e32626 url("../images/icon_search.png") center center no-repeat;
}

.head .sel .submit2 {
	width: 90px;
	height: 45px;
	background: #fff;
	border: 1px solid #323a45;
	font-size: 14px;
	color: #323a45;
	float: right;
	cursor: pointer;
}

.head .head_other {
	float: left;
	font-size: 20px;
	color: #333333;
	height: 58px;
	line-height: 58px;
	padding-left: 50px;
}
.head .head_desc {
	float: right;
	height: 58px;
	line-height: 58px;
	padding-left: 50px;
}
.head .head_desc a {
	color: #F45050;
}
.head .head_desc a:hover {
	color: #e50505;
}
.head .head_desc .orderStep {
	position: relative;
}
.head .head_desc .orderStep:before {
	content: "";
	position: absolute;
	width: 260px;
	height: 1px;
	background: #D1D1D1;
	top: 19px;
	left: 70px;
}
.head .head_desc .orderStep ul li {
	position: relative;
	float: left;
	width: 130px;
	height: 58px;
	text-align: center;
	padding-top: 12px;
	font-size: 13px;
}
.head .head_desc .orderStep ul li:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 15px;
	left: calc( (100% - 10px) / 2);
	background: #D1D1D1;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.head .head_desc .orderStep ul li.active:before {
	width: 7px;
	height: 7px;
	background: #ffffff;
	border: 5px solid #F45050;
	top: 10px;
	left: calc( (100% - 17px) / 2);
}
.head .head_desc .orderStep ul li.activated:before {
	width: 7px;
	height: 7px;
	background: #ffffff;
	border: 5px solid #333333;
	top: 10px;
	left: calc( (100% - 17px) / 2);
}
.head .head_desc .orderStep ul li a {
	color: #666666;
	cursor: pointer;
}
.head .head_desc .orderStep ul li.active a {
	color: #F45050;
}
.head .head_desc .orderStep ul li a:hover {
	color: #F45050;
}
.head .head_desc .userLevel {
	display: flex;
	height: 50px;
	padding-left: 80px;
}
.head .head_desc .userLevel .icon {
}
.head .head_desc .userLevel .levelDesc {
	padding-left: 10px;
}
.head .head_desc .userLevel .levelDesc p {
	height: 20px;
	line-height: 20px;
}
.head .head_desc .userLevel .levelDesc p a {
	font-weight: bold;
}
.head .head_desc .userLevel .levelDesc p a:hover {
	color: #e50d0d;
}

.head .head_desc_cart {
	display: flex;
	float: none;
	width: 800px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	padding-left: 0;
	justify-content: flex-end;
	align-items: flex-end;
	position: absolute;
	right: 0;
	top: 90px;
}
.head .head_desc_cart .userLevel .icon {
	padding-top: 5px;
}

.head .tools {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	/*width: 300px;*/
	height: 40px;

}
.head .tools .toolsCommon {
	display: flex;
	height: 60px;
	padding-top: 30px;
	margin-right: 30px;
	align-items: center;
}
.head .tools .toolsCommon:nth-last-child(1) {
	margin-right: 0;
}
.head .tools .notice {
	background: url(../images/index/icon_notice1.png) center 10px no-repeat;
	background-size: 24px;
}
.head .tools .notice:hover {
	color: #F45050;
	background: url(../images/index/icon_notice2.png) center 10px no-repeat;
	background-size: 24px;
}

.head .tools .excel {
	background: url(../images/tableAdd.png) center 10px no-repeat;
	background-size: 24px;
}
.head .tools .excel:hover {
	color: #F45050;
	background: url(../images/table_add_hover.png) center 10px no-repeat;
	background-size: 24px;
}


.head .tools .workTime {
	position: relative;
	cursor: default;
	background: url(../images/index/icon_calendar1.png) center 10px no-repeat;
	background-size: 24px;
}
.head .tools .workTime:hover {
	color: #F45050;
	background: url("../images/index/icon_calendar2.png") center 10px no-repeat;
	background-size: 24px;
}
.head .tools .workTime .workCont {
	display: none;
	position: absolute;
	right: 0;
	top: 60px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	filter: drop-shadow(0 10px 10px rgba(0,0,0,.2));
	z-index: 999;
}
.head .tools .workTime:hover .workCont {
	display: block;
}
.head .tools .cart {
	position: relative;
	cursor: pointer;
	background: url(../images/index/icon_cart1.png) center 10px no-repeat;
	background-size: 24px;
}
.head .tools .cart:hover {
	color: #F45050;
	background: url("../images/index/icon_cart2.png") center 10px no-repeat;
	background-size: 24px;
}
.head .tools .cart b {
	color: #F45050;
	padding: 5px;
}

.navWrap {
	position: relative;
	width: 1350px;
	margin: 0 auto;
	clear: both;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navWrap .cateWrap {
	display: flex;
	align-items: center;
	height: 50px;
	position: relative;
}
.navWrap .cateWrap .cateMenu {
	padding: 7px 20px;
	padding-left: 50px;
	background: url("../images/index/icon_cate.png") 20px 7px no-repeat;
	background-size: 20px;
	border: 1px solid #c3c0c0;
	border-radius: 20px;
}
.navWrap .cateWrap .cateMenu:hover {
	cursor: default;
}
.navWrap .cateWrap .cateList {
	position: absolute;
	top: 40px;
	padding-top: 10px;
	filter: drop-shadow(0 10px 10px rgba(0,0,0,.2));;
	z-index: 999;
	display: none;
}
.navWrap .cateWrap .cateList .index_1 {
	width: inherit;
	margin: inherit;
}
.navWrap .cateWrap .cateList .index_1 .left ul li:nth-child(1) {
	margin-top: 0;
	margin-bottom: 0;
}
.navWrap .cateWrap .cateList .index_1 .left ul li dl dt h4 a {
	color: #333;
	font-size: 15px;
}
.navWrap .cateWrap .cateList .index_1 .left ul li:hover {
	color: #f45050;
	background: rgba(244,80,80, 0.05);
}
.navWrap .cateWrap .cateList .index_1 .left ul li:hover a.title {
	color: #f45050;
	font-weight: bold;
}

.navlist {
	height: 50px;
}
.nav {
}

.nav ul {
	width: 100%;
	line-height: 47px;
}

.nav ul li {
	float: left;
	margin-left: 45px;
}

.nav ul li:nth-child(1) {
	margin-left: 0;
}

.nav ul li.home {
	margin: 0;
	width: 250px;
	background: #d64294;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.nav ul li.home a {
	color: #fff;
}

.nav ul li.home.category a {
	padding-left: 25px;
	background: url(../images/cat.png) 0px 3px no-repeat;
}

.nav ul li.home.index a {
	padding-left: 25px;
	background: url(../images/index.png) 0px 1px no-repeat;
}

.nav ul li a {
	color: #000;
	font-size: 16px;
	position: relative;
	height: 50px;
	display: block;
}
.nav ul li.active a {
	color: #f45050;
	font-weight: bold;
}
.nav ul li.showMore {
	height: 50px;
}
.nav ul li.showMore a.navTit {
	position: relative;
	padding-right: 20px;
}
.nav ul li.showMore a.navTit:after {
	position: absolute;
	right: 0;
	top: 18px;
	content: "";
	width: 12px;
	height: 12px;
	background: url(../images/icon_arrow_bottom.png) right center no-repeat;
	background-size: 12px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.nav ul li.showMore a.navTit:hover:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.nav ul li.showMore a.navTit img {
	position: absolute;
	left: 1px;
}

.nav ul li.showMore div.slideMore {
	display: none;
	position: absolute;
	width: 100%;
}
.nav ul li.showMore div.slideMore {
	z-index: 1100;
	left: 0;
	top: 50px;
	background: #ffffff;
	border-top: 1px solid #efefef;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: rgb(0 0 0 / 12%) 0 10px 15px 0;
}
.nav ul li.showMore div.slideMore ul {
	display: grid;
	justify-content: space-around;
	grid-template-columns: repeat(4, 22%);
	padding: 15px;
	margin-top: 15px;
	overflow: hidden;
}
.nav ul li.showMore div.slideMore ul li {
	float: none;
	margin-bottom: 15px;
	margin-left: 0;
}
.nav ul li.showMore div.slideMore ul li a {
	position: relative;
	display: block;
	height: inherit;
	text-align: center;
	color: #333;
	padding: 20px 0;
	background: #f7f7f7;
	border-radius: 10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.nav ul li.showMore div.slideMore ul li.active a {
	background: rgba(244, 80, 80, 0.1);
}
.nav ul li.showMore div.slideMore ul li.active a span {
	color: #f45050;
}
.nav ul li.showMore div.slideMore ul li a:hover span {
	color: #f45050;
	font-weight: bold;
}
.nav ul li.showMore div.slideMore ul li a span {
	display: block;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
}
.nav ul li.navCommon:hover a.navTit:before,
.nav ul li.active a.navTit:before {
	position: absolute;
	top: 46px;
	left: calc( (100% - 30px) / 2 );
	content: "";
	width: 30px;
	height: 4px;
	background: #f45050;
}
.nav ul li:not(.home) a:hover {
	color: #F45050;
	text-decoration: none;
}
.nav .sel1 a {
	color: #F45050;
	font-weight: bold;
}
.nav .customerService {
	padding-left: 30px;
	background: url("../images/icon_customer_service.png") left 13px no-repeat;
	background-size: 20px;
}


.process {
	margin: 0px auto;
	padding: 50px 0px;
	overflow: hidden;
	clear: both;
	background: #f7f7f7;
}
.process .marginCommon {
	width: 1350px;
	margin: 0 auto;
	padding: 0px;
}
.process ul {
	width: 100%;
	float: left;
}
.process ul li {
	float: left;
	width: 254px;
	padding: 20px 0px 10px 20px;
	margin-right: 20px;
	height: 220px;
	background: #ffffff;
	border-radius: 5px;
}

.process ul li div.pl {
	border-radius: 10px;
}

.process ul li div.pr {
}

.process ul li div.pr h1 {
	font-size: 16px;
	color: #000;;
	margin-top: 15px;
}

.process ul li div.pr p {
	float: left;
	font-size: 14px;
	color: #666;
	margin-top: 15px;
	line-height: 20px;
	width: 90%;
}


.footer {
	background: #323a45;
}
.footer .footer_in {
	width: 1350px;
	margin: 0px auto;
	overflow: hidden;
	color: #fff;
}
.footer .footer_in .footer_t,
.footer .footer_in .footer_c {
	overflow: hidden;
	/* border-bottom: 1px solid #6c6c6c; */
	padding-bottom: 20px;
	position: relative;
}
.footer .footer_in .footer_c div.c {
	margin-top: 20px;
}
.footer .footer_in .footer_c div.c p {
	color: #cecece;
}
.footer .footer_in .footer_c div.contact {
	position: absolute;
	right: 0px;
	top: 0px;
}
.footer .footer_in .footer_c div.contact .ct {
	margin-top: 15px;
	padding-left: 50px;
}
.footer .footer_in .footer_c div.contact .ct1 {
	margin-top: 20px;
	background: url(/images/icon_phone.png) 0px 5px no-repeat;
}
.footer .footer_in .footer_c div.contact .ct2 {
	background: url(/images/icon_mail.png) -1px 4px no-repeat;
}
.footer .footer_in .footer_c div.contact .ct3 {
	background: url(/images/icon_mail.png) -1px 1px no-repeat;
}
.footer .footer_in .footer_c div.contact .ct p {
	font-size: 22px;
}
.footer .footer_in .footer_c div.contact .ct1 p {
	font-size: 28px;
}
.footer .footer_in .footer_c div.contact .ct span {
	color: #cecece;
}
.footer .footer_in .footer_b {
	padding: 15px 0px;
	color: #cecece;
}
.footer .footer_in .footer_b a {
	color: #cecece;
}
.footer .footer_in .footer_b a.a1 {
	font-size: 16px;
	padding: 0px 5px;
}

.footer:before {
	content: "";
	display: table;
}

.footer:after {
	content: "";
	display: table;
	clear: both;
}

.footer dl {
	/*width: 100%;*/
	/*float: left*/
	display: flex;
	justify-content: space-between;
}

/*.footer dl dt {*/
/*	width: 20%;*/
/*	float: left;*/
/*}*/

.footer dl dt h2 {
	font-size: 18px;
	/* margin-top: 20px; */
}
.footer dl dt h2 a {
	color: #ffffff;
}
.footer dl dt h2 span {
	display: block;
	width: 40px;
	height: 4px;
	background: #fff;
	margin: 10px 0px 20px 0px;
}

.footer dl dt p {
	width: 100%;
	line-height: 25px;
}

.footer dl dt p a {
	font-size: 14px;
	color: #cecece;
	display: table;
}
.footer dl dt p a:hover {
	color: #fff;
}

.footer dl dt.no-status {
	border-right: none;
	width: 199px;
}

.footer dl dt.no-status h1 {
	float: left;
}

.footer dl dt.no-status img {
	float: left
}

.footer dl dt.no-status span {
	float: left;
	text-align: left;
	color: #ff1d5a;
	font-size: 18px;
	line-height: 28px;
	margin-left: 10px;
}

.footer dl dt.no-status b {
	display: block;
	float: left;
	text-align: left;
	margin: 5px 0;
	line-height: 20px;
}

/*
 * 页面右侧导航***************************************************************************
 */
.wrapRight {
	width: 50px;
	position: fixed;
	z-index: 9999;
	right: 15px;
	top: 170px;
	padding-top: 5px;
	filter: drop-shadow(0 0 5px rgba(0,0,0,.1));
	border-radius: 8px;
}
.wrapRight.showRight {
	background: #ffffff;
}
@media (max-height: 650px) {
	.wrapRight {
		top: 70px;
	}
}

.wrapRight .rCommon {
	position: relative;
	transform: translate(0);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	opacity: 1;
}
.wrapRight.hideRight .rCommon {
	transform: translate(100%);
	opacity: 0;
}
.wrapRight .rCommon:nth-child(1) {
	transition-delay: 0ms;
}
.wrapRight .rCommon:nth-child(2) {
	transition-delay: 30ms;
}
.wrapRight .rCommon:nth-child(3) {
	transition-delay: 60ms;
}
.wrapRight .rCommon:nth-child(4) {
	transition-delay: 90ms;
}
.wrapRight .rCommon:nth-child(5) {
	transition-delay: 120ms;
}
.wrapRight .rCommon:nth-child(6) {
	transition-delay: 150ms;
}
.wrapRight .rCommon a {
	position: relative;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	width: 100%;
	padding: 5px;
	font-size: 12px;
	color: #999999;
}
.wrapRight .rCommon.chat a {
	padding-top: 0px;
}
.wrapRight .rCommon.chat a div {
	padding-top: 30px;
}
.wrapRight .rCommon a:hover {
	color: #f45050;
}
.wrapRight .rCommon a div {
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}
.wrapRight .rCommon.open div.workDate {
	display: none;
	position: absolute;
	padding-right: 30px;
	width: 440px;
	height: 220px;
	left: -420px;
	top: 0px;
}
.wrapRight .rCommon.open div.workDate div.workBox {
	padding: 20px;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: rgb(216 213 213 / 90%) 0px 0px 8px 0px;
}
.wrapRight .rCommon.open:hover div.workDate {
	display: inline-block;
}
.wrapRight .rCommon.phone div.contact {
	display: none;
	position: absolute;
	padding-right: 30px;
	width: 260px;
	height: 120px;
	left: -270px;
	top: 0;
}
.wrapRight .rCommon.phone div.recommend {
	background-image:url("../images/index/icon_right_remd.png");
}
.wrapRight .rCommon.phone div.line {
	left: -230px;
	width: 220px;
	height: 220px;
	padding: 15px;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: rgb(216 213 213 / 90%) 0 0 8px 0;
}
.wrapRight .rCommon.phone div.line img {
	width: 100%;
	height: 100%;
}
.wrapRight .rCommon.phone div.contact div.cont {
	padding: 10px 20px 20px;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: rgb(216 213 213 / 90%) 0 0 8px 0;
}
.wrapRight .rCommon.phone:hover div.contact,
.wrapRight .rCommon.phone:hover i {
	display: inline-block;
}
.wrapRight .rCommon.phone div.contact .ct {
	margin-top: 15px;
	padding-left: 50px;
}
.wrapRight .rCommon.phone div.contact .ct1 {
	margin-top: 10px;
	background: url(/images/icon_phone.png) -1px 5px no-repeat;
}
.wrapRight .rCommon.phone div.contact .ct2 {
	background: url(/images/icon_mail.png) -1px 4px no-repeat;
}
.wrapRight .rCommon.phone div.contact .ct3 {
	background: url(/images/icon_mail.png) -1px 1px no-repeat;
}
.wrapRight .rCommon.phone div.contact .ct p {
	font-size: 22px;
	color: #333333;
}
.wrapRight .rCommon.phone div.contact .ct1 p {
	font-size: 28px;
}
.wrapRight .rCommon.phone div.contact .ct span {
	color: #999999;
}
.wrapRight .rCommon.serviceCommon {
	margin-top: 1px;
	padding: 3px 0px;
}
.wrapRight .rCommon.serviceCommon.daigou {
	margin-top: 50px;
	background: linear-gradient(to bottom, #9BE7D3 0%, #219F7E 100%);
}
.wrapRight .rCommon.serviceCommon.daigou:hover {
	background: linear-gradient(to bottom, #9be7d3 0%, #0a785b 100%);
}
.wrapRight .rCommon.serviceCommon.OEM {
	background: linear-gradient(to bottom, #FFD5C0 0%, #F9671F 100%);
}
.wrapRight .rCommon.serviceCommon.OEM:hover {
	background: linear-gradient(to bottom, #FFD5C0 0%, #fa4a04 100%);
}
.wrapRight .rCommon.serviceCommon.EDM {
	background: linear-gradient(to bottom, #D0E5FF 0%, #5394E2 100%);
}
.wrapRight .rCommon.serviceCommon.EDM:hover {
	background: linear-gradient(to bottom, #D0E5FF 0%, #1e7def 100%);
}
.wrapRight .rCommon.serviceCommon a {
	padding: 5px 3px;
	color: #ffffff;
}
.wrapRight .rCommon.serviceCommon a div {
	border-bottom: 0;
	padding: 0;
}
.wrapRight .rCommon.wish a {
	font-size: 16px;
	padding: 6px;
	text-align: center;
}
.wrapRight .rCommon.arrow a {
	padding: 15px 0 25px 0
}
.wrapRight .rCommon.arrow a span {
	position: relative;
	display: block;
	width: 18px;
	height: 3px;
	margin: 0 auto;
	background: #565656;
}
.wrapRight .rCommon.arrow a span:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #565656;
}
.wrapRight .rCommon.arrow a span:after {
	content: "";
	position: absolute;
	top: 13px;
	left: calc( (100% - 10px) / 2 );
	width: 10px;
	height: 5px;
	background:  #565656;
}
.wrapRight .rCommon.arrow a:hover span:before {
	border-bottom: 9px solid #f45050;
}
.wrapRight .rCommon.arrow a:hover span,
.wrapRight .rCommon.arrow a:hover span:after {
	background: #f45050;
}
.wrapRight .rCommon.close a {
	padding: 15px 0px;
	background: #f45050;
	color: #ffffff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.wrapRight .rCommon.close a:hover {
	background: #e32626;
}

.wrapRightMenu {
	display: flex;
	float: right;
	border-radius: 8px;
	background: #ffffff;
	cursor: pointer;
}
.wrapRightMenu:hover {
	width: 160px;
}
.wrapRightMenu:hover .text {
	display: block;
	padding-left: 15px;
	line-height: 50px;
}
.wrapRightMenu:hover .menu::after {
	opacity: 1;
}
.wrapRightMenu .text {
	width: 110px;
	display: none;
}
.wrapRightMenu .menu {
	position: relative;
	width: 50px;
	height: 50px;
}
.wrapRightMenu .menu::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.6;
}
.wrapRightMenu .menu.close::after {
	background: url("../images/icon_menu_close.png") center center no-repeat;
	background-size: 26px;
}
.wrapRightMenu .menu.show::after {
	background: url("../images/icon_menu_showArrow.png") center center no-repeat;
	background-size: 28px;
}
/* 页面右侧导航结束 ****************************************************************************/

/* chatLine start ****************************************************************************/
.chatLine {
	position: fixed;
	right: 80px;
	bottom: 180px;
	width: 113px;
	z-index: 9;
}
.chatLine .cont {
	position: relative;
}
.chatLine .cont:hover .code {
	display: block;
}
.chatLine .cont .desc {
	width: 103px;
	padding: 10px 5px;
	margin-left: 10px;
	text-align: center;
	background: #ffffff;
	border-radius: 6px;
	filter: drop-shadow(0 0 5px rgba(0,0,0,.1));
}
.chatLine .cont .desc img {
	width: 75%;
}
.chatLine .cont .code {
	position: absolute;
	top: 0;
	right: 110px;
	width: 220px;
	background: #ffffff;
	border-radius: 10px;
	text-align: center;
	filter: drop-shadow(0 0 5px rgba(0,0,0,.2));
	overflow: hidden;
	display: none;
}
.chatLine .cont .code img {
	width: 100%;
}
.chatLine .cont span {
	display: block;
	margin-top: 5px;
}
.chatLine .cont .code span {
	color: #00c300;
}
/* chatLine end ****************************************************************************/

/* 月额会员咨询 ****************************************************************************/
.memberConsultMenu {
	position: fixed;
	right: 70px;
	bottom: 30px;
	width: 120px;
	height: 120px;
	z-index: 9;
}
.memberConsultMenu a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 65px;
	color: #603201;
	font-size: 12px;
	text-align: center;
	background: url("../images/icon_memberConsult.png") center center no-repeat;
	background-size: cover;
}
.memberConsultMenu a:hover {
	color: #603201;
}
.memberConsultBody {
	background: #ffffff url("../images/icon_memberConsult_Bg.png") center 0 no-repeat;
	background-size: 1900px;
}
.memberConsult .marginCommon {
	width: 1260px;
	margin: 0 auto;
	display: flex;
	align-items: end;
	justify-content: center;
	padding: 60px 0;
}
.memberConsult .memberDesc {
	width: 540px;
}
.memberConsult .memberDesc .icon {
	display: flex;
	align-items: center;
}
.memberConsult .memberDesc .icon img {
	width: 60px;
}
.memberConsult .memberDesc .icon p {
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
}
.memberConsult .memberDesc .title {
	position: relative;
	display: inline-block;
	color: #333333;
	font-size: 44px;
	font-weight: bold;
	margin-top: 70px;
}
.memberConsult .memberDesc .title span {
	font-size: 38px;
}
.memberConsult .memberDesc .title span a {
	display: inline-block;
	margin-top: 10px;
	color: #0083ef;
	text-decoration: underline;
}
.memberConsult .memberDesc .title:before {
	content: "";
	position: absolute;
	top: 40px;
	width: 475px;
	height: 20px;
	background: #D9AE81;
	z-index: -1;
}
.memberConsult .memberDesc .valueAddList {
	padding-top: 20px;
}
.memberConsult .memberDesc .valueAddList p {
	display: flex;
	align-items: center;
	color: #333333;
	font-size: 18px;
	margin-top: 30px;
}
.memberConsult .memberDesc .valueAddList p span {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 2px solid #333333;
	border-radius: 26px;
	margin-right: 20px;
}
.memberConsult .memberDesc .valueAddList p span::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/icon_memberConsult_right.png") center center no-repeat;
	background-size: 18px;
}
.memberConsult .memberDesc .text {
	font-size: 18px;
	margin-top: 30px;
}
.memberConsult .memberForm {
	width: calc(100% - 540px);
	border: 2px solid #D9AE81;
	border-radius: 10px;
	background: #ffffff;
	padding: 24px;
}
.memberConsult .memberForm .inputTips {
	color: #CA843B;
	font-size: 16px;
	padding: 10px;
	background: #FFF3E7;
}
.memberConsult .memberForm .inputList {
	display: grid;
	grid-template-columns: repeat(2, 48%);
	justify-content: space-between;
	grid-row-gap: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.memberConsult .memberForm .inputList .inputItem p {
	font-size: 16px;
	margin-bottom: 5px;
}
.memberConsult .memberForm .inputList .inputItem input {
	width: 100%;
	border: 1px solid #dddddd;
	border-radius: 3px;
	padding: 8px;
}
.memberConsult .memberForm .textareaList p {
	font-size: 16px;
	margin-bottom: 5px;
}
.memberConsult .memberForm .textareaList textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	padding: 5px 8px;
}
.memberConsult .memberForm .submit .apply {
	display: block;
	width: 150px;
	margin: 30px auto 0;
	color: #fff;
	font-size: 15px;
	background: #f45050;
	border: 0;
	border-radius: 4px;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
}
.memberConsult .memberForm .submit .apply:hover {
	background: #e21f1f;
}
.memberConsult .memberForm p.must {
	position: relative;
}
.memberConsult .memberForm p.must::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #f45050;
	border-radius: 5px;
	left: -12px;
	top: 9px;
}
.memberConsult .memberForm span.error {
	color: #f45050;
	display: none;
}
/* 月额会员咨询 ****************************************************************************/




.ztop_add {
	width: 150px;
}
.online_msg {
	background: linear-gradient(to left top, #ec63af 50%, #f78bc7 50%);
	text-align: center;width: 46px;height: 46px;display: inline-block;color: #fff;font-size: 0;
}
.ztop_add .online_msg {
	width: 150px;color: #fff;font-size: 23px;letter-spacing: 1px;font-family: 'Lato';font-weight: 600;outline: none;cursor: pointer;
	position: relative;padding: 0px;overflow: hidden;transition: all .5s;box-shadow: 0px 1px 2px rgba(0,0,0,.2);text-indent: 16px;line-height: 46px;text-align: left;
}
.online_msg img:hover {
	margin-top: 2px;animation: none;
}
.online_msg img {
	width: 30px;margin-left: 10px;
	animation: pulse 1s infinite alternate;
	transition: background 0.4s, border 0.2s, margin 0.2s;
	position: absolute;
	right: 12px;top: 7px;
}
.messageBtn img {
	animation: pulse 1s infinite alternate;
	transition: background 0.4s, border 0.2s, margin 0.2s;
	position: absolute;
	left: calc( (100% - 24px) / 2 );
}

@keyframes pulse {
	0% {
		margin-top: -5px;
	}
	100% {
		margin-top: 2px;
	}
}
.online_msg span {
	display: none;
}
.ztop_add .online_msg span{
	position: absolute;
	display: block;
}

.ztop_add .online_msg span:nth-child(1){
	height: 3px;
	width:200px;
	top:0px;
	left:-200px;
	background: linear-gradient(to right, rgba(0,0,0,0), #f6e58d);
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
	animation: span1 2s linear infinite;
	animation-delay: 1s;
}

@keyframes span1{
	0%{
		left:-200px
	}
	100%{
		left:200px;
	}
}
.ztop_add .online_msg span:nth-child(2){
	height: 70px;
	width: 3px;
	top:-70px;
	right:0px;
	background: linear-gradient(to bottom, rgba(0,0,0,0), #f6e58d);
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
	animation: span2 2s linear infinite;
	animation-delay: 2s;
}
@keyframes span2{
	0%{
		top:-70px;
	}
	100%{
		top:70px;
	}
}
.ztop_add .online_msg span:nth-child(3){
	height:3px;
	width:200px;
	right:-200px;
	bottom: 0px;
	background: linear-gradient(to left, rgba(0,0,0,0), #f6e58d);
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
	animation: span3 2s linear infinite;
	animation-delay: 3s;
}
@keyframes span3{
	0%{
		right:-200px;
	}
	100%{
		right: 200px;
	}
}

.ztop_add .online_msg span:nth-child(4){
	height:70px;
	width:3px;
	bottom:-70px;
	left:0px;
	background: linear-gradient(to top, rgba(0,0,0,0), #f6e58d);
	border-top-right-radius: 1px;
	border-top-left-radius: 1px;
	animation: span4 2s linear infinite;
	animation-delay: 4s;
}
@keyframes span4{
	0%{
		bottom: -70px;
	}
	100%{
		bottom:70px;
	}
}

/*.ztop_add .online_msg:hover{
    transition: all .5s;
    transform: rotate(-3deg) scale(1.1);
    box-shadow: 0px 3px 5px rgba(0,0,0,.4);
}*/
.ztop_add .online_msg:hover span{
	animation-play-state: paused;
}
.ztop_kfnum{
	background: #ff1d5a;
	width: 20px;
	height: 20px;
	display: block;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	position: absolute;
	left: -5px;
	top: -2px;
	font-style: normal;
	font-size: 12px;
	color: #fff;
}
.page {
	width: 100%;
	float: left;
	margin: 0px auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.page span {
	display: inline-block;
	border: 1px solid #ededed;
	/*margin-left: 4px;
	margin-right: 4px;*/
}

.page span.sel {
	width: 100%;
	background: #F45050;
	color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.page .prev {
	width: 70px;
	height: 35px;
	border: 1px solid #ededed;
	line-height: 35px;
	margin-right: 10px
}

.page .next {
	width: 70px;
	height: 35px;
	border: 1px solid #ededed;
	line-height: 35px;
	margin-left: 10px;
}

.page a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #EAEAEA;
	color: #333;
	margin-left: 4px;
	text-decoration: none;
	vertical-align: top;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	transition: all 0.2s ;
}

.page a:hover {
	background: #F45050;
	color: #ffffff;
}

.page a.ellipsis {
	border: none;
	width: 35px;
}

.page a span {
	border: 0px;
}

.page span.jumpDesc {
	border: none;
	padding-top: 5px;
}
.page span.jumpDesc input {
	width: 40px;
	height: 25px;
	border: 1px solid #dedede;
	text-align: center;
}
.page a.jump {
	width: 45px;
	height: 25px;
	line-height: 23px;
	vertical-align: baseline;
	background: #fff;
}

.page a.jump:hover {
	background: #F45050;
	color: #ffffff;
}

.page .info {
	float: left;
	line-height: 35px;
	margin-left: 10px;
}

.page .info .text {
	width: 35px;
	height: 21px;
	border: 1px solid #ededed;
	margin: 0 5px;
}

.page .info .submit {
	width: 45px;
	height: 21px;
	border: 1px solid #ededed;
	margin: 0px 5px;
	background: none;
	cursor: pointer;
}

.zsms img {
	border: 0;
	margin: 0;
	padding: 0;
	max-width: 200px;
	width: expression(this.width>200?"200px":this.width);
	max-height: 200px;
	height: expression(this.height>200?" 200px":this.height);
}

.zsubmit {
	background: #ff1d5a;
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.zktext {
	height: 30px;
	border: 1px solid #e5e5e5;
	margin-left: 10px;
	padding-left: 10px
}

.zhuan1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.zhuan2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.zhuan3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.Detail_img {
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.Detail_img span {
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

.zjiage {
	width: 100px;
	float: left;
	line-height: 45px;
	padding-left: 15px;
	color: #a5988f
}

.zjiage p n {
	color: #ff7300;
	font-size: 16px;
	padding-right: 5px;
}

.zjiage p b {
	color: #ff7300;
	font-size: 18px;
}

.zjiageqty {
	color: #444444;
	padding-left: 2px;
}

.zjiageqty o {
	font-size: 12px
}

.zbgjiage {
	clear: both;
	width: 100%;
	float: left;
	background-color: #fff5ec;
	border-top: 1px solid #ff7300;
	margin-bottom: 8px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.xiaoshou {
	cursor: pointer;
}

.Detail_content img {
	border: 0;
	margin: 0;
	padding: 0;
	max-width: 1100px;
	width: expression(this.width>1100?"1100px":this.width);
}

.zksub {
	padding: 5px;
	border-radius: 5px;
	background: #ff1d5a;
	color: white;
	cursor: pointer
}

.topSns {
	float: right;
	width: 230px;
	margin-top: 2px;
}

.topSns_li {
	float: left;
	width: 100%;
	/*text-align: center;*/
	background-position: left;
	background-repeat: no-repeat;
	background-size: 30px;
	padding-left: 40px;
	margin-bottom: 4px;
}

.topSns_li span {
	display: block;
	font-size: 12px;
	color: black;
	letter-spacing: 1px;
}

.topSns_li span:first-child {
	font-size: 20px;
	color: #ff1e5a;
}
.redDot1{
	width: 20px;
	height: 20px;
	padding: 2px;
	background: #F45050;
	color: #fff;
	line-height: 16px;
	text-align: center;
	-webkit-border-radius: 0 50% 50% 50%;
	-moz-border-radius: 0 50% 50% 50%;
	border-radius: 0 50% 50% 50%;
	font-size: 12px;
	margin-left: 4px;
	display: inline-block;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	transition: all 0.2s ;
}

.redDot2 {
	/*background-image: -webkit-linear-gradient(left, #ff1c5b 20%, #ffbbcd  40%, #e05e82  60%, #ff1c5b 80%, #ffbbcd 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-background-size: 200% 100%;
	background-size: 200% 100%;
	-webkit-animation: masked-animation 2s infinite linear;;
	-o-animation: masked-animation 2s infinite linear;;
	animation: masked-animation 2s infinite linear;;*/
	color: #FF1D5A;
	display: inline-block;
	font-size: 12px;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.redDot3 {
	position: absolute;
	left: 16px;
	/*background-image: -webkit-linear-gradient(left, #ff1c5b 20%, #ffbbcd  40%, #e05e82  60%, #ff1c5b 80%, #ffbbcd 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-background-size: 200% 100%;
	-webkit-animation: masked-animation 2s infinite linear;*/
	color: #FF1D5A;
	display: inline-block;
	font-size: 12px;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

@keyframes masked-animation {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -100% 0;
	}
}
.pagesizenum
{
	display: inline-block;
	width: 80px;
	padding: 6px 8px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ededed;
	border-radius: 2px;
}
/**/
.submit_now,
.createQuote,
.countFjx,
.countFreight,
.countFreightAbroad {
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.submit_now div,
.createQuote div,
.countFjx div,
.countFreight div ,
.countFreightAbroad div {
	background: #fff;
	text-align: center;
	width: 200px;
	padding: 20px 0 10px 0;
	line-height: 45px;
	font-size: 15px;
	margin: 0 auto;
	height: 155px;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

/***
阿里巴巴首页**************************************************************************************************************
***/
.centerSearch {
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
}
.centerSearch .marginCommon {
	width: 1350px;
	height: 450px;
	margin: 0px auto;
	padding: 50px 0px;
	overflow: hidden;
}
.centerSearch .marginCommon h2 {
	font-size: 45px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px;
}
.centerSearch img.banner {
	position: absolute;
	width: 1920px;
	left: calc( ( 100vw - 1920px) / 2 );
	z-index: -1;
}
.centerSearch.about {
	height: 280px;
}
.centerSearch.about .marginCommon {
	height: 280px;
	padding: 80px 0px;
}
.centerSearch.about .marginCommon h2 {
	font-size: 58px;
}
.centerSearch.culture {
	height: 380px;
}
.centerSearch.culture .marginCommon {
	height: 380px;
	padding: 80px 0px;
}
.centerSearch.culture .marginCommon h2 {
	font-size: 58px;
}
/***
阿里巴巴首页搜索 centerSearch start
***/
.centerSearch .head.searchCont {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.centerSearch .head .sel {
	margin-left: 0;
}
.centerSearch .head .sel .search {
	width: 1100px;
	height: 60px;
	border: none;
}
.centerSearch .head .sel .search .changeLang {
	width: 120px;
	display: block;
}
.centerSearch .head .sel .search .text {
	width: 950px;
	height: 60px;
	padding-right: 170px;
}
.centerSearch .head .sel .submit1 {
	width: 100px;
	height: 60px;
}
.centerSearch .head .sel .search.newSearch {
	border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
}
.centerSearch .sel .search .changeLang .cs-select span.cs-placeholder {
	border-radius: 30px;
	height: 59px;
	line-height: 60px;
	background: none;
	font-size: 14px;
}
.centerSearch .cs-skin-elastic .cs-options {
	left: 0!important;
}
.centerSearch .cs-skin-elastic.cs-active .cs-options ul li {
	border: 0!important;
	padding-left: 10px!important;
}
.centerSearch .cs-skin-elastic.cs-active .cs-options ul li span {
	font-size: 14px!important;
	background-size: 32px!important;
}
.centerSearch .cs-select > span::after, .cs-select .cs-selected span::after {
	top: 49%!important;
}
.centerSearch .cs-select.cs-active > span::after {
	top: 31px!important;
}
/***
阿里巴巴代购步骤 operateTips start
***/
.centerSearch .operateTips {
	overflow: hidden;
	margin-top: 170px;
}
.centerSearch .operateTips ul li {
	float: left;
	width: 150px;
	margin-right: 80px;
	position: relative;
}
.centerSearch .operateTips ul li:not(li.li6):not(li.li7):after {
	position: absolute;
	top: 18px;
	right: -65px;
	content: "";
	width: 50px;
	height: 1px;
	border-bottom: 1px dashed #F45050;
}
.centerSearch .operateTips ul li.li1 {
	width: 110px;
}
.centerSearch .operateTips ul li.li4 {
	width: 70px;
}
.centerSearch .operateTips ul li.li6,
.centerSearch .operateTips ul li.li7 {
	margin-right: 0px;
}
.centerSearch .operateTips ul li div {
	color: #ffffff;
	padding-left: 32px;
	padding-top: 10px;
	font-size: 14px;
}
.centerSearch .operateTips ul li.li1 div {
	background: url("../images/taobao/icon_daigou_step1.png") 0px 4px no-repeat;
}
.centerSearch .operateTips ul li.li2 div {
	background: url("../images/taobao/icon_daigou_step2.png") 0px 5px no-repeat;
}
.centerSearch .operateTips ul li.li3 div {
	background: url("../images/taobao/icon_daigou_step3.png") 0px 5px no-repeat;
}
.centerSearch .operateTips ul li.li4 div {
	background: url("../images/taobao/icon_daigou_step4.png") 0px 4px no-repeat;
}
.centerSearch .operateTips ul li.li5 div {
	background: url("../images/taobao/icon_daigou_step5.png") 0px 4px no-repeat;
}
.centerSearch .operateTips ul li.li6 div {
	background: url("../images/taobao/icon_daigou_step6.png") 0px 5px no-repeat;
}
.centerSearch .operateTips ul li div a {
	display: block;
}
.centerSearch .operateTips ul li.li1 div a {
	margin-top: 10px;
	color: #f45050;
	text-decoration: underline;
}
.centerSearch .operateTips ul li.li7 {
	float: right;
}
.centerSearch .operateTips ul li.li7 div a {
	color: #f45050;
	text-align: center;
	border: 1px solid #f45050;
	height: 35px;
	line-height: 32px;
	cursor: pointer;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.centerSearch .operateTips ul li.li7 div a:hover {
	background: #f45050;
	color: #ffffff;
}

/***
公司介绍 introduce start***************************
***/
.introduce {
	position: relative;
	background: #ffffff;
}
.introduce:after {
	content: "";
	position: absolute;
	top: 0px;
	width: 100%;
	height: 98px;
	background: #F7F7F7;
	border-bottom: 1px solid #dddddd;
}
.introduce .marginCommon {
	width: 1350px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	z-index: 1;
}
.introduce ul.tab {
	overflow: hidden;
}
.introduce ul.tab li {
	position: relative;
	float: left;
	width: 25%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 20px;
	color: #333333;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.introduce ul.tab li:hover {
	cursor: default;
}
.introduce ul.tab li.active {
	background: #ffffff;
	color: #F45050;
}
.introduce ul.tab li.active:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 5px;
	background: #F45050;
	bottom: 0px;
	left: 144px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.introduce ul.tab li.showDesc1:after,
.introduce ul.tab li.showDesc2:after,
.introduce ul.tab li.showDesc3:after {
	content: "";
	position: absolute;
	top: 20px;
	right: 0px;
	width: 1px;
	height: 60px;
	background: #dddddd;
}
.introduce ul.tab li.active:after,
.introduce ul.tab li.noLine:after {
	display: none;
}
.introduce .introDesc {
	height: 320px;
	clear: both;
	margin-top: 30px;
}
.introduce .desc {
	display: none;
}
.introduce .desc.active {
	display: block;
}
/***
公司介绍 showDesc1 start
***/
.introduce .desc#showDesc1 h3 {
	font-size: 20px;
	color: #333333;
	padding: 10px 0px;
}
.introduce .desc#showDesc1 p {
	font-size: 16px;
	color: #666666;
	padding-right: 50px;
	margin-top: 20px;
}
.introduce.b2c .desc#showDesc1 {
	height: 100%;
	background: url("../images/taobao/icon_daifa01.png") right bottom no-repeat;
}
.introduce.b2c .desc#showDesc1 h3 {
	padding-top: 50px;
}
.introduce.b2c .desc#showDesc1 p {
	width: 50%;
}
/***
公司优势 showDesc2 start
***/
.introduce .desc#showDesc2 ul li {
	float: left;
	width: 650px;
	padding-left: 55px;
	margin-top: 10px;
	margin-right: 50px;
	height: 140px;
	overflow: hidden;
}
.introduce .desc#showDesc2 ul li.d1 {
	background: url("../images/taobao/icon_advantage01.png") 0px 0px no-repeat;
}
.introduce .desc#showDesc2 ul li.d2 {
	margin-right: 0px;
	background: url("../images/taobao/icon_advantage02.png") 0px 0px no-repeat;
}
.introduce .desc#showDesc2 ul li.d3 {
	background: url("../images/taobao/icon_advantage03.png") 0px 0px no-repeat;
}
.introduce .desc#showDesc2 ul li.d4 {
	margin-right: 0px;
	background: url("../images/taobao/icon_advantage04.png") 0px 0px no-repeat;
}
.introduce.b2c .desc#showDesc2 ul li.d1 {
	background: url("../images/taobao/icon_advantage05.png") 0px 0px no-repeat;
}
.introduce.b2c .desc#showDesc2 ul li.d2 {
	margin-right: 0px;
	background: url("../images/taobao/icon_advantage06.png") 0px 0px no-repeat;
}
.introduce.b2c .desc#showDesc2 ul li.d3 {
	background: url("../images/taobao/icon_advantage07.png") 0px 0px no-repeat;
}
.introduce.b2c .desc#showDesc2 ul li.d4 {
	margin-right: 0px;
	background: url("../images/taobao/icon_advantage08.png") 0px 0px no-repeat;
}
.introduce .desc#showDesc2 ul li h4 {
	font-size: 16px;
	color: #333333;
}
.introduce .desc#showDesc2 ul li p {
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
}
/***
会员价格 showDesc3 start
***/
.introduce .desc#showDesc3 {
	position: relative;
	overflow: hidden;
}
.introduce .desc#showDesc3:after {
	content: "";
	width: 92px;
	height: 61px;
	position: absolute;
	left: 630px;
	top: 110px;
	background: url("../images/taobao/icon_VS.png") no-repeat;
}
.introduce .desc#showDesc3 .memberCommon {
	float: left;
	width: 578px;
	height: 293px;
	position: relative;
}
.introduce .desc#showDesc3 .memberCommon.memberA {
	background: url("../images/taobao/icon_vipbg01.png") no-repeat;
}
.introduce .desc#showDesc3 .memberCommon.memberB {
	background: url("../images/taobao/icon_vipbg02.png") no-repeat;
	float: right;
}
.introduce .desc#showDesc3 .memberCommon .cont {
	width: 480px;
	float: left;
	text-align: center;
}
.introduce .desc#showDesc3 .memberCommon.memberB .cont {
	float: right;
}
.introduce .desc#showDesc3 .memberCommon .cont h4 {
	position: absolute;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	top: 50%;
	right: 20px;
}
.introduce .desc#showDesc3 .memberCommon.memberB .cont h4 {
	color: #CFB189;
	left: 20px;
	right: auto; /*这里遇到了left会被上面定义的right影响导致left失效，所以这里加auto*/
}
.introduce .desc#showDesc3 .memberCommon .cont .memDesc {
	margin-top: 40px;
	overflow: hidden;
	margin-bottom: 15px;
}
.introduce .desc#showDesc3 .memberCommon .cont .memDesc p {
	font-size: 15px;
	color: #666666;
	margin-bottom: 6px;
}
.introduce .desc#showDesc3 .memberCommon .cont .memDesc div {
	font-size: 32px;
	font-family: Times New Roman;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
	position: relative;
	height: 36px;
}
.introduce .desc#showDesc3 .memberCommon .cont .memDesc div.otherSize {
	font-size: 24px;
}
.introduce .desc#showDesc3 .memberCommon .cont .memDesc div span {
	position: absolute;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	padding-left: 10px;
	top: 12px;
}
.introduce .desc#showDesc3 .memberCommon .cont .memDesc div font {
	font-size: 18px;
	font-weight: normal;
	color: #999999;
	padding: 0px 20px;
}
.introduce .desc#showDesc3 .memberCommon .cont .showMore a {
	position: absolute;
	top: 190px;
	left: 20px;
	display: block;
	width: 70px;
	height: 30px;
	line-height: 30px;
	background: #F45050;
	text-align: center;
	color: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.introduce .desc#showDesc3 .memberCommon .cont .showMore a:hover {
	background: #dc3030;
}
/***
费用比较 showDesc4 start
***/
.introduce .desc#showDesc4 {
	position: relative;
	overflow: hidden;
	box-shadow: rgba(216,213,213,0.9) 0px 0px 5px 1px;
}
.introduce .desc#showDesc4 .diffCommon {
	float: left;
	width: 480px;
	height: 270px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.introduce .desc#showDesc4 .diffCommon .cont .diffDesc {
	overflow: hidden;
}
.introduce .desc#showDesc4 .diffCommon .cont .diffDesc p {
	font-size: 15px;
	color: #999999;
	margin-bottom: 6px;
}
.introduce .desc#showDesc4 .diffCommon .cont .diffDesc .divRow {
	height: 90px;
	padding-top: 10px;
	border-bottom: 1px solid #dddddd;
}
.introduce .desc#showDesc4 .diffCommon .cont .diffDesc .divRow:nth-child(3) {
	border-bottom: 0px;
}
.introduce .desc#showDesc4 .diffCommon .cont .diffDesc .divRow div {
	font-size: 32px;
	font-family: Times New Roman;
	font-weight: bold;
	color: #333333;
	position: relative;
	height: 36px;
	margin-bottom: 5px;
}
.introduce .desc#showDesc4 .diffCommon .cont .diffDesc .divRow div.otherSize {
	font-size: 19px;
}
.introduce .desc#showDesc4 .diffCommon .cont .diffDesc .divRow div.otherSize strong {
	font-size: 24px;
	font-weight: bold;
}
.introduce .desc#showDesc4 .diffCommon .cont .diffDesc .divRow div.otherSize p {
	display: inline-block;
}
.introduce .desc#showDesc4 .diffCommon .cont .diffDesc .divRow div span {
	position: absolute;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	padding-left: 10px;
	top: 12px;
}
.introduce .desc#showDesc4 .diffCommon .cont .diffDesc .divRow div font {
	font-size: 18px;
	font-weight: normal;
	color: #999999;
	padding: 0px 20px;
}
.introduce .desc#showDesc4 .diffCommon.diffA,
.introduce .desc#showDesc4 .diffCommon.diffE {
	width: 90px;
	height: 270px;
}
.introduce .desc#showDesc4 .diffCommon.diffA .cont,
.introduce .desc#showDesc4 .diffCommon.diffE .cont {
	width: 100%;
	height: 100%;
}
.introduce .desc#showDesc4 .diffCommon.diffA .cont h4,
.introduce .desc#showDesc4 .diffCommon.diffE .cont h4 {
	width: 100%;
	height: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 10px;
	padding-left: 30px;
	background: #dfdede;
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
}
.introduce .desc#showDesc4 .diffCommon.diffE .cont h4 {
	background: #F45050;
	color: #ffffff;
}
.introduce .desc#showDesc4 .diffCommon.diffC {
	width: 210px;
}
.introduce .desc#showDesc4 .diffCommon.diffC .cont .diffDesc .divRow {
	position: relative;
	background: #4A5265;
}
.introduce .desc#showDesc4 .diffCommon.diffC .cont .diffDesc .divRow div {
	font-size: 20px;
	font-family: Times New Roman;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	height: 36px;
	margin-top: 30px;
}
.introduce .desc#showDesc4 .diffCommon.diffC .cont .diffDesc .divRow span {
	display: block;
	position: absolute;
	top: 0px;
	left: 66px;
	width: 80px;
	height: 34px;
	line-height: 34px;
	background: #F45050;
	color: #ffffff;
	font-size: 24px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/***
淘宝阿里产品切换 introduce start***************************
***/
.supplierTab {
	margin-top: 30px;
	height: 100px;
}
.index_2 .supplierTab ul li {
	width: 670px;
	height: 100px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #ffffff;
	cursor: pointer;
	position: relative;
}
.index_2 .supplierTab ul li:nth-child(2) {
	float: right;
}
.supplierTab ul li .aliTab {
	width: 140px;
	margin: 0 auto;
	padding-top: 22px;
}
.supplierTab ul li .icon {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.supplierTab ul li .aliTab .icon {
	width: 100%;
	height: 30px;
	display: inline-block;
	background: url("../images/taobao/icon_168802.png");
}
.supplierTab ul li.active .aliTab .icon {
	width: 100%;
	height: 30px;
	display: inline-block;
	background: url("../images/taobao/icon_168801.png");
}
.supplierTab ul li .taoTab {
	width: 280px;
	margin: 0 auto;
	padding-top: 22px;
}
.supplierTab ul li .taoTab .icon {
	width: 50%;
	height: 30px;
	float: left;
	display: inline-block;
}
.supplierTab ul li .taoTab .icon.icon1 {
	background: url("../images/taobao/icon_taobao02.png");
}
.supplierTab ul li .taoTab .icon.icon2 {
	background: url("../images/taobao/icon_tianmao02.png");
}
.supplierTab ul li.active .taoTab .icon.icon1 {
	background: url("../images/taobao/icon_taobao01.png");
}
.supplierTab ul li.active .taoTab .icon.icon2 {
	background: url("../images/taobao/icon_tianmao01.png");
}
.supplierTab ul li.currSupplier:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #F45050;
}
.supplierTab ul li.currSupplier:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #F45050;
}
.supplierTab ul li p {
	padding-top: 5px;
	color: #999999;
	clear: both;
}
.supplierTab ul li.active p {
	color: #ff7300;
}


.msgTips {
	position: relative;
	float: right;
	margin-right: 8px;
}
.msgTips .title {
	display: flex;
	align-items: center;
	height: 30px;
	cursor: default;
}
.msgTips .title:hover + .desc {
	opacity: 1;
}
.msgTips .title:hover span.icon {
	background: #333;
}
.msgTips .title span.name {
	padding-right: 10px;
}
.msgTips .title span.icon {
	background: #b3b1b1;
	box-shadow: rgb(216 213 213) 0 0 8px 0;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 22px;
	border-radius: 20px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}
.msgTips .desc {
	width: 350px;
	position: absolute;
	bottom: 40px;
	left: -165px;
	border-radius: 8px;
	background: #fff;
	box-shadow: rgb(216 213 213) 0 0 8px 0;
	z-index: 9;
	opacity: 0;
}
.msgTips .desc .cont {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px 20px 20px;
}
.msgTips .desc .cont p {
	line-height: 20px;
	margin-top: 10px;
}
.msgTips .desc .cont:after {
	content: "";
	display: block;
	position: absolute;
	left: 165px;
	bottom: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e9e9e9;
}














