/***首页头部***/
.topbg {
	background-color: #f7f9fa;
	border-bottom: 1px solid #f0f1f3;
	line-height: 39px;
	height: 39px;
}

.website {}

.website a {
	color: #8e8e8e;
	font-size: 12px;
}

.website a:hover {
	color: #1d8c42;
	font-size: 12px;
}

.toplink dl {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	color: #666f73;
}

.toplink dl a {
	color: #666f73;
}

.toplink dl a:hover {
	color: #1d8c42;
}

.toplink dl dt,
.toplink dl dd {
	display: inline-block;
	position: relative;
}

.toplink dl dt {
	padding-right: 25px;
}

.toplink dl dd {
	padding-right: 10px;
	padding-left: 10px;
}

.toplink dl dd::before {
	display: inline-block;
	content: '';
	position: absolute;
	height: 12px;
	width: 1px;
	background-color: #dcdee0;
	left: 0;
	top: 15px;
}

.toplink dl dd:last-child {
	padding-right: 0;
}

/**logo栏**/
form {
	/*overflow: hidden;*/
}

.logobg {
	height: 63px;
	background: #fff;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	position: relative;
}

.mlogo {
	width: 165px;
}

.menus {
	width: 120px;
	text-align: right;
}

.mlogo img.logo {
	height: 29px;
	margin-top: 15px;
}

.menus #menus {
	display: none;
	position: absolute;
	width: 100%;
	height: 570px;
	overflow: hidden;
	background: #fff;
	left: 0;
	right: 0;
	top: 59px;
	border-top: 1px solid #e2e2e2;
	padding-top: 30px;
	z-index: 9;
	transition: all ease .5s;
}

.menus.active .product-m {
	color: #1D8C42;
}

.menus.active .product-m span.kiconDown:before {
	transition: all ease .4s;
	display: inline-block;
	color: #1D8C42;
	transform: rotate(180deg);
	font-weight: bold;
}

.menus.active #menus {
	top: 63px;
	display: block !important;
}

#menus::before {
	display: block;
	width: 100%;
	height: 7px;
	background: linear-gradient(to bottom, #e9e9e9, #f4f4f4, #fefefe);
	content: '';
	position: absolute;
	top: 0;
}

#menus::after {
	display: block;
	width: 100%;
	height: 7px;
	background: linear-gradient(to top, #e9e9e9, #f4f4f4, #fefefe);
	content: '';
	position: absolute;
	bottom: 0;
}

.menusl {
	padding-left: 190px;
	width: 150px;
	border-right: 1px solid #c6c6c6;
	text-align: left;
}

.menusl li {
	height: 43px;
	line-height: 43px;
	white-space: nowrap;
	color: #000;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	margin-bottom: 1px;
}

.menusl li.active,
.menusl li:hover {
	font-weight: bold;
}

.menusl li.active::after,
.menusl li:hover::after {
	height: 43px;
	width: 3px;
	background: #1d8c42;
	position: absolute;
	right: -2px;
	top: 0;
	content: '';
}

.menusr {
	padding-left: 35px;
	width: 800px;
}

.menusr li {
	width: 220px;
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-left: 5px;
	transition: all ease 0.5s;
	text-align: center;
	padding-bottom: 10px;
	border-radius: 6px;
}

.menusr li:hover {
	background: #f1f1f1;
}

.menusr li .productbox {
	width: 200px;
	height: 200px;
	margin: 0 auto 10px;
	overflow: hidden;
}

.menusr li .productbox img {
	width: auto;
	height: 100%;

}

.menusr #content {
	height: 480px;
	overflow-y: auto;
}

#top-user {
	position: relative;
}

#top-user #userSub {
	display: none;
	padding: 6px 10px;
	position: absolute;
	width: 85px;
	background: #fff;
	z-index: 2;
	left: -30px;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, .1);
}

#top-user #userSub a {
	display: block;
	text-align: left;
	height: 28px;
	border-bottom: 1px solid #f1f1f1;
	line-height: 28px;
}

#top-user #userSub a:last-child {
	border-bottom: none;
	padding-top: 5px;
}

#top-user:hover #userSub {
	display: block;
}

.menus a.product-m,
.hotline {
	display: inline-block;
	height: 100%;
	line-height: 63px;
	margin-left: 20px;
}

.hotline {
	width: 200px;

}

.hotline span {
	font-size: 18px;
	font-weight: bold;
	color: #1d8c42;
}

.search {
	padding-top: 23px;
	width: 695px;
	height: 24px;
	display: block;
	float: right;
	overflow: hidden;
	position: relative;
}

.search .search-text {
	background: #f7f7f7;
	border: 1px solid #eeeeee;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	width: 166px;
	border-radius: 1000px;
	position: absolute;
	right: 35px;
}

.search .searchbtn {
	outline: none;
	border: none;
	padding: 0;
	background: none;
	position: absolute;
	right: 0px;
	top: 23px;
	width: 22px;
	z-index: 3;
	height: 22px;
}

.search .kiconsousuo {
	position: absolute;
	right: 0px;
	top: 24px;
	color: #333333;
	font-size: 20px;
	z-index: 2;
}

.search:hover .kiconsousuo {
	color: #1d8c42;
}

/***图标导航***/
nav {
	height: 110px;
	width: 100%;
}

nav ul {
	padding: 0;
	margin: 0;
	display: block;
	width: 1200px;
}

nav ul li {
	float: left;
	width: 133.33px;
	display: block;
}

nav ul li a {
	display: block;
	text-align: center;
}

nav ul li a:hover {
	color: #1d8c42;
}

nav ul li span {
	display: block;
	height: 56px;
	width: 56px;
	margin: 18px auto 10px;
}

nav ul li h3 {
	font-size: 14px;
}




/* 这是旧版导航栏图标


nav ul li.navicon1 span {
	background: url(../images/icon/nav01.png) no-repeat;
	background-size: 100% auto;
}

nav ul li.navicon2 span {
	background: url(../images/icon/nav02.png) no-repeat;
	background-size: 100% auto;
}

nav ul li.navicon3 span {
	background: url(../images/icon/nav03.png) no-repeat;
	background-size: 100% auto;
}

nav ul li.navicon4 span {
	background: url(../images/icon/nav04.png) no-repeat;
	background-size: 100% auto;
}

nav ul li.navicon5 span {
	background: url(../images/icon/nav05.png) no-repeat;
	background-size: 100% auto;
}

nav ul li.navicon6 span {
	background: url(../images/icon/nav06.png) no-repeat;
	background-size: 100% auto;
}

nav ul li.navicon7 span {
	background: url(../images/icon/nav07.png) no-repeat;
	background-size: 100% auto;
}

nav ul li.navicon8 span {
	background: url(../images/icon/nav08.png) no-repeat;
	background-size: 100% auto;
}

nav ul li.navicon9 span {
	background: url(../images/icon/nav09.png) no-repeat;
	background-size: 100% auto;
}


*/


nav ul li.navicon1 span {
	background: url(https://dqkfine-v2.oss-cn-hangzhou.aliyuncs.com/v230613/shopmall/index/1.png) no-repeat;
	background-size: 100% auto;
}

nav ul li.navicon2 span {
	background: url(https://dqkfine-v2.oss-cn-hangzhou.aliyuncs.com/v230613/shopmall/index/2.png) no-repeat;
	background-size: 100% auto;
}

nav ul li.navicon3 span {
	background: url(https://dqkfine-v2.oss-cn-hangzhou.aliyuncs.com/v230613/shopmall/index/3.png) no-repeat;
	background-size: 100% auto;
}

nav ul li.navicon4 span {
	background: url(https://dqkfine-v2.oss-cn-hangzhou.aliyuncs.com/v230613/shopmall/index/4.png) no-repeat;
	background-size: 100% auto;
}

nav ul li.navicon5 span {
	background: url(https://dqkfine-v2.oss-cn-hangzhou.aliyuncs.com/v230613/shopmall/index/5.png) no-repeat;
	background-size: 100% auto;
}

nav ul li.navicon6 span {
	background: url(https://dqkfine-v2.oss-cn-hangzhou.aliyuncs.com/v230613/shopmall/index/6.png) no-repeat;
	background-size: 100% auto;
}

nav ul li.navicon7 span {
	background: url(https://dqkfine-v2.oss-cn-hangzhou.aliyuncs.com/v230613/shopmall/index/7.png) no-repeat;
	background-size: 100% auto;
}

nav ul li.navicon8 span {
	background: url(https://dqkfine-v2.oss-cn-hangzhou.aliyuncs.com/v230613/shopmall/index/8.png) no-repeat;
	background-size: 100% auto;
}

nav ul li.navicon9 span {
	background: url(https://dqkfine-v2.oss-cn-hangzhou.aliyuncs.com/v230613/shopmall/index/9.png) no-repeat;
	background-size: 100% auto;
}





/**首页推荐三***/
.firstpage {
	padding-top: 47px;
}

.firstpage .pro-item {
	width: calc(33.33% - 10px);
	float: left;
	margin-left: 15px;
}

.firstpage .pro-item:first-child {
	margin-left: 0px;
}

.firstpage .pro-item .pro-img img {
	width: 100%;
}

.pro-item .pro-text {
	text-align: center;
}

/****原本首页样式****/
.framebox {
	background: #f0f1f3;
}

.frame {
	width: 100%;
}

.frame .panel {
	width: 1200px;
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;

}

.part5 {
	width: 100%;
	height: 510px;
	padding-top: 50px;
	color: #3b3e40;
	font-size: 14px;
}

.part5 .p1 {

	width: calc(33.33% - 10px);
	float: left;
	cursor: pointer;
}

.part5 .p1 .up {

	wdith: 100%;
	background-color: #fff;
}

.part5 .p1 .up img {

	width: 100%;
}


.part5 .p1 .down {

	width: 100%;
	height: 170px;
	background-color: #fff;

}

.part5 .down {

	position: relative;
}

.part5 buy {

	display: block;
	width: 80px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #3b3e40;
	color: #3b3e40;
	font-size: 14px;
	border-radius: 11px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	margin-top: 20px;
}



.part5 .p1 .down p {

	text-align: center;
	line-height: 100px;
	font-size: 26px;
}

.part5 .p1 .down a {

	width: 100%;
	display: block;
	text-align: center;
	line-height: 1px;
	font-size: 14px;
	color: #ff8000;
}

.part5 .p1 .down a span {

	font-size: 12px;
	margin-left: 5px;
}


.part5 .p2 {

	width: calc(33.33% - 10px);
	float: left;
	margin-left: 15px;
	cursor: pointer;
}

.part5 .p2 .up {

	wdith: 100%;
	background-color: #fff;
}

.part5 .p2 .up img {

	width: 100%;
}

.part5 .p2 .down {

	width: 100%;
	height: 170px;
	background-color: #fff;
}

.part5 .p2 .down p {

	text-align: center;
	line-height: 100px;
	font-size: 26px;
}

.part5 .p2 .down a {

	width: 100%;
	display: block;
	text-align: center;
	line-height: 1px;
	font-size: 14px;
	color: #ff8000;
}

.part5 .p2 .down a span {

	font-size: 12px;
	margin-left: 5px;
}










.part5 .p3 {

	width: calc(33.33% - 10px);
	float: left;
	margin-left: 15px;
	cursor: pointer;
}

.part5 .p3 .up {

	wdith: 100%;
	background-color: #fff;
}

.part5 .p3 .up img {

	width: 100%;
}

.part5 .p3 .down {

	width: 100%;
	height: 170px;
	background-color: #fff;
}

.part5 .p3 .down p {

	text-align: center;
	line-height: 100px;
	font-size: 26px;
}

.part5 .p3 .down a {

	widht: 100%;
	display: block;
	text-align: center;
	line-height: 1px;
	font-size: 14px;
	color: #ff8000;
}

.part5 .p3 .down a span {

	font-size: 12px;
	margin-left: 5px;
}






.part6 {
	width: 100%;
	height: 480px;
	margin-top: 10px;
	color: #3b3e40;
	font-size: 14px;
}

.part6 .p1 {

	widht: calc(50% - 8px);
	float: left;
	margin-top: 20px;
}


.part6 .p1 img {

	float: left;
}



.part6 p {

	font-size: 26px;
	font-weight: bold;
}


.part6 .p2 {

	widht: calc(50% - 8px);
	margin-left: 15px;
	margin-top: 20px;
	float: left;
}

.part6 .p2 img {

	float: left;
}



.part7 {

	width: 100%;
	height: 880px;
	color: #3b3e40;
	font-size: 14px;
	padding-top: 50px;
}

.part7 p {

	font-size: 26px;
	font-weight: bold;
}

.part7 .p1 {
	margin-top: 20px;
	position: relative;
}

.part7 .p1 tit {

	width: 260px;
	height: 30px;
	position: absolute;
	top: 120px;
	right: 50px;
	font-size: 18px;
	font-weight: bold;

}


.part7 .p1 desc {

	width: 260px;
	height: 200px;
	position: absolute;
	top: 160px;
	right: 50px;
	font-size: 14px;
	line-height: 30px;
}

.part7 .p2 {

	width: 100%;
}

.part7 .p2 .item {

	width: calc(25% - 9px);
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
	margin-top: 10px;
	margin-left: 12px;
	/*cursor: pointer;*/
}

.part7 .p2 .item a {
	display: block;
	padding-top: 80px;
	padding-bottom: 40px;
}

.part7 .p2 .item:nth-child(1) {

	margin-left: 0px;
}

.part7 .p2 .item img {

	width: 60%;
	margin-left: 20%;

}


.part7 .p2 .item ds {

	display: block;
	line-height: 100px;
	width: 100%;
	text-align: center;
	font-size: 18px;
}






.price {

	width: 100%;
	display: block;
	text-align: center;
	line-height: 1px;
	font-size: 14px;
	color: #ff8000;
}

.price span {

	font-size: 12px;
	margin-left: 5px;
}

.price2 {

	width: 100%;
	margin-top: 20px;
	display: block;
	text-align: left;
	line-height: 1px;
	font-size: 14px;
	color: #ffffff;
}

.price2 span {

	font-size: 12px;
	margin-left: 5px;
}



.part8 {

	width: 100%;
	height: 460px;
	color: #3b3e40;
	font-size: 14px;
	margin-top: 50px;
}

.part8 p {

	font-size: 26px;
	font-weight: bold;
}




.part8 .p2 {

	width: 100%;
	margin-top: 10px;
}

.part8 .p2 .item {

	width: calc(25% - 9px);
	float: left;
	background-color: #ffffff;
	margin-top: 10px;
	margin-left: 12px;
}

.part8 .p2 .item:nth-child(1) {

	margin-left: 0px;
}

.part8 .p2 .item img {

	width: 100%;

}


.part8 .p2 .item ds {

	display: block;
	line-height: 50px;
	width: 100%;
	text-align: center;
	font-size: 18px;
}



.part9 {


	width: 100%;
	height: 560px;
	color: #3b3e40;
	font-size: 14px;
	margin-top: 160px;
	background-color: #f7f9fa;
}

/**底部样式***/
footer {
	background: #252525;
	color: #dadada;
	padding-top: 60px;
	height: 440px;
	position: relative;
}

footer .bottomlogo {
	width: 30%;
	height: 365px;
}

footer .footermenus {
	width: 70%;
}

footer .footermenus a {
	color: #dadada;
}

footer .footermenus {
	width: 70%;
	text-align: right;
}

footer dl {
	display: inline-block;
	text-align: right;
	width: 24%;
	float: left;
}

footer .footermenus dl dt {
	color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
}

footer .footermenus dl dd {
	font-size: 14px;
	margin-bottom: 28px;
}

footer .footermenus a:hover {
	color: #1D8C42;
}

.copyright {
	font-size: 12px;
	color: #dadada;
	line-height: 75px;
}

.copyright a{
	
	color: #dadada;
}

.footerlogo {
	margin-top: 6px;
	margin-bottom: 25px;
}

.footerlogo img {
	height: 35px;
}

.footercontact {
	margin-top: 60px;
}

.footercontact li {
	margin-bottom: 25px;
}



/*******原本banner*****/
.bannerpanel {
	width: 100%;
	height: auto;
	position:relative;
}

.bannerpanel .s2one {

	width: 100%;
	overflow: hidden;
	position: relative;
	float: left;
}

.bannerpanel .s2one img {

	width: 100%;
	float: left;
	position: absolute;
	left: 0;
}

.bannerpanel .s2one .playcon {

	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	right: 10px;
	/*background: url(https://daqokfine.oss-cn-shanghai.aliyuncs.com/kfinemall/icon/bofang.png) center center no-repeat;
	background-size: 30px 30px;*/
	cursor: pointer;
	font-size: 40px;
	color: #999;
	margin-top: 1px;
	font-weight: normal;
}

.bannerpanel .s2one .stopcon {

	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	right: 10px;
	font-weight: normal;
	/*background: url(https://daqokfine.oss-cn-shanghai.aliyuncs.com/kfinemall/icon/zhanting.png) center center no-repeat;
	background-size: 33px 33px;*/
	cursor: pointer;
	font-size: 40px;
	color: #1D8C42;
}



.bannerpanel .bannerlist {
	width: 80%;
	height: 35px;
	position: absolute;
	z-index: 8;
	bottom: 0px;
	right: 0px;
	float: right;
	margin-right: 2%;
}

.bannerpanel .bannerlist .atgo {
	width: 30px;
	height: 8px;
	background-color: #b4b5b6;
	float: right;
	margin-right: 6px;
	display: block;
	cursor: pointer;
}

.bannerpanel .bannerlist .atgo:hover {
	background-color: #00bb54;
	-webkit-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-o-transition: all 1.5s linear;
	transition: all 1.5s linear;
}


.bannerpanel .bannerlist .atshow {
	width: 30px;
	height: 8px;
	background-color: #00bb54;
	float: right;
	margin-right: 6px;
	display: block;
	cursor: pointer;
}


/*****产品二级页面*****/
.product-banner {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.banner-p1 {
	/*background: #000 url(../images/banner/banenr-p1.jpg) no-repeat center top;*/
	/*background: #000 ;
	
	overflow: hidden;*/
}

.product-banner img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
	/*height: 100%;*/
	margin: 0 auto;
}

/*产品列表**/
.product-list h1 {
	font-size: 35px;
	color: #3a3d40;
	margin-top: 50px;
	font-weight: bold;
	margin-bottom: 20px;
}

.marb-50.product-list h1 {

	padding-top: 30px;
	margin-top: 0px;
}

.product-con li {
	background: #fff;
	width: 510px;
	padding: 38px;
	height: 240px;
	float: left;
	margin-bottom: 15px;
	margin-right: 16px;
	border: 1px solid #fff;

}

.product-con li:hover {

	box-shadow: 1px 2px 6px rgba(0, 0, 0, .1);
}

.product-con li:nth-child(2n) {
	margin-right: 0;
}


.product-con li .l-img {
	width: 215px;
	height: 215px;
}

.product-con li .r-text {
	width: 265px;
	font-size: 13px;
	line-height: 24px;
	padding-left: 25px;
}


.product-con li .r-text p {
	letter-spacing: 1px;
}

.product-con li .r-text h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

.product-con li .r-text .price {
	color: #ff8000;
	font-size: 15px;
	padding-top: 15px;
}

.addbtn-pro li .r-text .price {
	width: auto !important;
}

.addbtn-pro li .r-text .gobuy {
	margin-top: 25px;
	text-align: center;
}

.product-con li .r-text .price span {
	font-size: 12px;
}

.product-con li .l-img img {
	width: 100%;
	height: 100%;
}


/**附件***/
.product-con.product-ps li {
	width: 286px;
	padding: 20px 0;
	height: 350px;
}

.product-con.product-ps a {
	height: 350px;
	padding: 40px 0px 40px 0px;

}

.product-con.product-ps li:nth-child(2n) {
	margin-right: 16px;
}

.product-con.product-ps li:nth-child(4n) {
	margin-right: 0px;
}

.product-con.product-ps li .l-img {
	float: none;
	margin: 0 auto;
}

.product-con.product-ps li .r-text h2 {
	margin-top: 60px;
	text-align: center;
}

.product-con.product-ps li .r-text {
	width: auto;
	padding-left: 0;
}

.product-con.product-ps li .r-text .price {
	padding-top: 20px;
	text-align: center;
}

.close-menus {
	width: 40px;
	left: 50%;
	margin-left: -20px;
	text-align: center;
	position: absolute;
	top: 640px;
	z-index: 99;
	display: none;
}

.close-menus span {
	font-size: 16px;
	color: #999;
	height: 40px;
	width: 40px;
	background: #1D8C42;
	border-radius: 100px;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	color: #fff;

}

.closebtn {
	display: none;
}

.morelink {
	width: 100%;
	text-align: center;
	color: #413b3f;
	font-size: 20px;
	padding-top: 48%
}

.morelink span {
	color: #413b3f;
	font-size: 20px;
}

.morelink i {
	text-decoration: underline;
}

.morebox:hover {
	color: #1D8C42;
}

.morebox:hover .morelink span,
.morebox:hover .morelink {
	color: #1D8C42;
}

/**********************************附件页面***/
.crumbs {
	padding-top: 20px;
	font-size: 15px;
	color: #767676;
}

.crumbs a {
	color: #767676;
}

.crumbs a:hover {
	color: #1D8C42;
}

/**详********情页**/
.shopcrumbs {
	background: #f3f3f3;
	padding-top: 0;
	height: 43px;
	line-height: 43px;
	padding-left: 6px;
	color: #000;
	font-size: 15px;
	clear: both;
	text-align: left;
	color: #1d8c42;
}

.shopcrumbs a {
	color: #000;
}

.shopcrumbs a::after {
	display: inline-block;
	font-family: "kfont";
	content: '\e625';
	font-size: 15px;
	color: #000;
	transform: rotate(-90deg);
	margin-left: 2px;
	margin-right: 1px;
}

.shopcrumbs .fr a {
	color: #727070;
	font-size: 13px;
}

.shopcrumbs .fr a::after {
	content: '';
	margin-right: 14px;
}

.shopcrumbs .fr a::before {
	display: inline-block;
	font-family: "kfont";
	content: '\e659';
	font-size: 15px;
	color: #000;
	margin-right: 5px;
}

.shopcrumbs .fr a:last-child::before {
	display: inline-block;
	font-family: "kfont";
	content: '\e8b9';
	font-size: 15px;
	color: #000;
	margin-right: 3px;
}

.shopcrumbs .fr a:hover,
.shopcrumbs .fr a:hover::before {
	color: #1D8C42;
}

/***详情产品图放大展示***/
.product-show {
	padding-top: 15px;
}

.showpic {
	width: 390px;
	min-height: 535px;
}

#showbox {
	background: #f3f3f3;
	border: 1px solid #c7c7c7;
	position: relative;
	min-height: 388px;
}

/*#showbox::after{
	width: 37px;
	height: 37px;
	background: #c7c7c7;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: 'kfont';
	content: '\e608';
	line-height: 37px;
	text-align: center;
	color: #fff;
	z-index: 0;
	font-size:18px;
}*/

#showbox img {
	width: 388px;
	height: 388px;
}

#showbox span {
	background: url(../images/zoombg.png);
	background-attachment: scroll;
	background-repeat: repeat;
	cursor: move;
	z-index: 1;
	position: absolute;
	overflow: hidden;
	background-position: 0 0;
}

#showsum {
	left: 30px;
	margin-top: 13px;
	margin-bottom: 20px;
}

#showsum span {
	border: 1px solid #f3f3f3;
	background-color: #f3f3f3;
}

#showsum span.sel {
	border: 1px solid #f34d23;
}

.showpage {
	width: 390px;
	position: relative;
}

.showpage a:before {
	font-family: 'kfont';
	content: '\e701';
	overflow: hidden;
	color: #C7C7C7;
	display: block;
	width: 30px;
	height: 91px;
	line-height: 91px;
	text-align: center;
	font-size: 29px;
	position: absolute;
	left: 0;
	top: -112px;
	text-decoration: none;
	color: #999;
}

.showpage a#shownext:before {
	left: auto;
	right: 0;
	transform: rotate(180deg);
}

.showpage a:hover:before {
	/*color: #009242;*/
}

.pictips {
	font-size: 14px;
	color: #9d9d9b;
}

.pictips .addFavorite {
	font-size: 15px;
	color: #9d9d9b;
	float: right;
}

.pictips .addFavorite::before {
	font-family: "kfont";
	display: inline-block;
	content: '\e8b9';
	color: #f34d23;
	margin-right: 5px;
	font-size: 18px;
}

/*****详情图产品信息***/
.showproperty {
	width: 789px;
	padding-left: 21px;
}

.showproperty h2 {
	color: #484747;
	font-size: 15px;
}

.showproperty h1 {
	font-size: 20px;
	color: #252525;
	line-height: 26px;
	padding: 8px 0;
}

.guarantee {
	padding-bottom: 9px;
}

.guarantee i {
	display: inline-block;
	font-size: 12px;
	color: #484747;
	margin-right: 20px;
}

.guarantee i::before {
	font-family: 'kfont';
	display: inline-block;
	content: '\e639';
	font-size: 14px;
	margin-right: 5px;
}

.guarantee i.greenicon::before {
	color: #009242;
	content: '\e639';
}

.guarantee i.redicon::before {
	color: #d04444;
	content: '\e607';
}

.guarantee i.blueicon::before {
	color: #006792;
	content: '\e61a';
}

/***价格**/
.showprice {
	background-color: #f3f3f3;
	padding-top: 7px;
	padding-bottom: 7px;
	/*height: 69px;*/

}

.showprice .price-text {
	padding-top: 20px;
}

.showprice .price-text .tit-l,
.propertsort h2 .tit-l {
	width: 105px;
	padding-right: 15px;
	display: inline-block;
	text-align: right;
	font-size: 15px;
}

.showprice .price-text .font-price {
	font-weight: 600;
}

.showprice .show-brand {
	background: #ffffff;
	padding: 8px;
	margin-right: 15px;
	overflow: hidden;
	text-align: center;
	color: #b7b7b7;
	font-size: 12px;
}

.show-brand .kiconlogo1 {
	display: block;
	width: 120px;
	height: 33px;
	background-color: #f3f3f3;
	text-align: center;
	line-height: 33px;
	margin-bottom: 8px;
	color: #1d8c42;
	font-size: 18px;
}

/***产品规格***/
.propertsort {
	padding-top: 11px;
}

.propertsort h2 {
	border-top: 1px solid #c7c7c7;
	background-color: #f3f3f3;
	color: #323232;
	font-size: 15px;
	height: 25px;
	line-height: 25px;
	position: relative;
	z-index: 1;
}

.propertsort h2 .open {
	position: absolute;
	right: 20px;
}

.propertsort h2 .open::before {
	font-family: 'kfont';
	display: inline-block;
	content: '\e625';
	font-size: 18px;
	color: #868686;
	margin-right: 5px;
	font-weight: bold;

}

.sortlists {
	padding-top: 15px;
}

.sortlists .sort-item {
	margin-bottom: 5px;
}

.sortlists .sort-item .sort-l {
	float: left;
	width: 120px;
	text-align: right;
	width: 105px;
	padding-right: 15px;
	font-size: 15px;
	color: #646464;
	line-height: 25px;
	letter-spacing: -0.6px;
}

.sortlists .sort-item .sort-r {
	float: left;
	width: 669px;
}

.sortlists .sort-item .sort-r a {
	display: inline-block;
	min-width: 53px;
	border: 1px solid #bdbdbd;
	border-radius: 3px;
	text-align: center;
	overflow: hidden;
	margin-right: 10px;
	line-height: 23px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #767676;
}

.sortlists .sort-item .sort-r a:last-child {
	margin-right: 0;
}

.sortlists .sort-item .sort-r a.selected {
	border: 1px solid #f34d23;
	color: #323232;
}

.sortlists .sort-item .sort-r a.undis {
	border: 1px solid #dedede;
	color: #bbb;
	cursor: not-allowed;
	;
}

/**发货日期**/
.addcartbox {
	border-top: 1px solid #c7c7c7;
	padding-top: 14px;
}

.sendtime,
.paystyle {
	line-height: 24px;
	font-size: 14px;
	color: #696969;
}

.paystyle {
	padding-top: 8px;
}

.sendtime span {
	color: #9b9b9b;
}

.paystyle span {
	margin-right: 30px;
	font-size: 14px;
	clear: both;
	position: relative;
	padding-left: 25px;
	display: inline-block;
}

.paystyle span::before {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	height: 18px;
	width: 18px;
	background-color: #1296db;
	color: #fff;
	border-radius: 5px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
	margin-right: 5px;
	margin-top: 3px;

}

.paystyle span:first::before {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	height: 18px;
	width: 18px;
	background-color: #1296db;
	color: #fff;
	border-radius: 5px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
	margin-right: 5px;
	margin-top: 3px;

}

.paystyle span.kicongongzhonghao::before {
	background-color: #3abf11;
	
}

.paystyle span.kiconzhuanzhang::before {
	background-color: #ef3a28;

}

/*设置数量**/
.setnums {
	border: 1px solid #dcdfe6;
	border-radius: 5px;
	width: 98px;
	height: 39px;
	position: relative;
	overflow: hidden;
	float: left;
}

.buynum {
	width: 58px;
	height: 39px;
	border: none;
	outline: none;
	text-align: center;
	overflow: hidden;
	border-right: #dcdfe6 1px solid;
	-webkit-apprarance: none;
}

.setnums .min,
.setnums .add {
	position: absolute;
	width: 39px;
	bottom: 0;
	right: 0;
	height: 20px;
	background: none;
	border: none;
	outline: none;
	z-index: 3;
	cursor: pointer;
	border-bottom: 1px solid #dcdfe6;
	border-left: #dcdfe6 1px solid;
}

.setnums .min {
	border-bottom: none;
}

.setnums .add {
	bottom: auto;
	top: 0;
}

.setnums span.add,
.setnums span.min {
	z-index: 1;
	font-size: 14px;
	font-family: 'kfont';
	color: #676a6f;
	display: inline-block;
	content: '\e625';
	text-align: center;
	line-height: 20px;
	background: #eeeeee;
}

.setnums span.add::before,
.setnums span.min::before {

	z-index: 2;
	font-size: 14px;
	font-family: 'kfont';
	color: #676a6f;
	display: inline-block;
	content: '\e625';

}

.setnums span.add::before {
	transform: rotate(180deg);
}

.setnums span.add::after {
	display: inline-block;
	content: '';
	width: 38px;
	height: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
}

/***加购**/
.addcart-btns {
	float: left;
	width: 370px;
}

.addcart {
	height: 40px;
	line-height: 36px;
	padding: 0px 20px;
	background: #f34d23;
	-webkit-apprarance: none;
	border: none;
	outline: none;
	border-radius: 3px;
	color: #fff;
	margin-left: 30px;
	cursor: pointer;
	font-size: 18px;
}

.addcart span {
	font-size: 18px;
	margin-right: 3px;
}

.addcart:hover {
	opacity: 0.9;
}

.addcart-btns button:last-child {
	background: #30a160;
}

/***详情页切换***/
.detail-tab {
	margin-top: 30px;
	border-top: 1px solid #c7c7c7;
}

/**详情页底部售后图片**/
.bot-service {
	padding: 30px 0 4px;
	border-top: 1px solid #c7c7c7;
	margin-top: 20px;
}

.ser-bot {
	background: #f3f3f3;
	padding: 12px 0 6px;
}

.ser-bot img,
.bot-service img {
	max-width: 100%;
}

.tab-body {
	padding-top: 8px;
}

.detail-tab .tabcon-item {
	text-align: center;
}

.detail-tab .tabcon-item img {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;

}

/***********用户中心***********/

.center-body {
	width: 100%;
	padding-top: 15px;
}

.userCenter-bg {
	background: #f3f3f3;
}

.userCenter-bg .shopcrumbs {
	background: #fff;
}

/****左侧订单***/
.left-menus {
	width: 170px;
	padding: 0px 15px 15px;
	background: #fff;
	float: left;
}

.menu-tit {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: #f4f4f4 solid 1px;
	margin-bottom: 9px;
	cursor: pointer;
}

.avatarbox {
	text-align: center;
}

.avatars {
	width: 84px;
	height: 84px;
	margin: 0 auto;
	position: relative;
	border-radius: 100px;
	overflow: hidden;
	border: 1px solid #c2c2c2;
}

.avatars img {
	width: 100%;
	height: 100%;
	border-radius: 100px;
}

.avatars .acpfont {
	position: absolute;
	right: -4px;
	bottom: -2px;
	height: 26px;
	width: 26px;
	line-height: 26px;
	text-align: center;
	background-color: orangered;
	color: #fff;
	border-radius: 100px;
	font-size: 16px;
	border: 2px solid #fff;
}

.username {
	font-size: 15px;
	padding-top: 8px;
	margin-bottom: 5px;
}

.callnum {
	font-size: 13px;
	color: #61a3bc;
}

.callnum .kiconxiugai {
	color: #767676;
	font-size: 13px;
	margin-left: 10px;
}

.company {
	padding-top: 5px;
	font-size: 15px;
	color: #626262;
	display: none;
}

.lmenus {
	padding-top: 14px;
}

.lmenus h2 {
	padding-top: 14px;
	border-top: 1px solid #f4f4f4;
	padding-left: 50px;
	position: relative;
	font-size: 17px;
	color: #222;
}

.lmenus ul {
	padding-bottom: 15px;
}

.lmenus li {
	padding-top: 15px;
	padding-left: 50px;
	position: relative;
	font-size: 15px;
	color: #626262;
	cursor: pointer;
}

.lmenus li.active,
.lmenus li.active a {
	color: #1d8c42;
}

.lmenus h2 span {
	position: absolute;
	left: 18px;
	top: 14px;
	color: #9a9a9a;
	font-size: 17px;
}

.timeselect {
	position: relative;
	display: inline-block;

}

.timeselect::after {
	font-family: 'kfont';
	content: '\e641';
	font-size: 20px;
	position: absolute;
	right: 15px;
	top: 8px;
	color: #626262;
}

.timeselect input {
	width: 118px !important;
}

.search-orders button {
	padding-left: 25px;
	padding-right: 25px;
	height: 37px;
	float: right;
	margin-left: 15px;
}

/**个人中心右侧显示***/
.right-content {
	float: left;
	margin-left: 5px;
	width: calc(100% - 205px);
}

.right-content .content-name {
	color: #202020;
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	border-bottom: #f4f4f4 solid 1px;
	background: #fff;
	position: relative;
	text-indent: 2em;
}

.right-content .content-name .guarantee {
	position: absolute;
	right: 0;
	top: 0;
	text-indent: 0;
}

.right-content .content-name span {
	display: inline-block;
	margin-right: 7px;
	width: 2px;
	height: 17px;
	background: #3ea76b;
	position: absolute;
	left: 25px;
	top: 12px;
}

.center-tab .tabTit {
	background: #fff;
	height: auto;
	padding-top: 15px;
	padding-bottom: 7px;
	margin-bottom: 0;
}

.center-tab .tabTit li {
	display: inline-block;
	cursor: pointer;
	background: #fff;
	height: auto;
	line-height: 34px;
	font-size: 15px;
	width: auto;
	text-align: center;
	color: #626262;
	border: none;
	margin-left: 24px;
	margin-right: 20px;
	position: relative;
}

.center-tab .tabTit li.active {
	font-weight: normal;
	color: #3ea76b;
	font-size: 15px;
	border-bottom: 2px solid #3ea76b;
}

.center-tab .tabTit li::before,
.center-tab .tabTit li::after {
	position: absolute;
	left: -20px;
	top: 10px;
	height: 12px;
	width: 1px;
	background-color: #a3a3a3;
	content: '';
}

.center-tab .tabTit li::after {
	position: absolute;
	left: -21px;
	top: 10px;
	height: 12px;
	width: 1px;
	background-color: #bebebe;
	content: '';
}

.center-tab .tabTit li:first-child::after,
.center-tab .tabTit li:first-child::before {
	display: none;
}

.center-tab .tabcon-item {
	display: none;
	background-color: #fff;
	padding: 15px 25px 20px;
}

.center-tab .tab-body {
	padding-top: 10px;
}

.exambox {
	width: 100%;
}

.exambox .exam-img {
	width: 54px;
	height: 54px;
	border: 1px solid #a8a8a8;
	padding-top: 3px;
	padding-left: 3px;
	float: left;
	margin-right: 10px;
}

.exambox .exam-img img {
	width: 54px;
	height: 54px;
}

.exam-name {
	display: block;

	min-width: 12em;
	vertical-align: middle;
	padding-top: 1em;
	line-height: 1.2;
}

.g-col {
	text-align: center;
}

.g-col .tdbox {
	padding-top: 1.5em;
	display: block;
	line-height: 1.2;
}

.g-col .tdbox2 {
	padding-top: 1em;
	display: block;
	line-height: 1.2;
}
.g-col .tdbox3 {
	padding-top: 0.5em;
	display: block;
	line-height: 1.2;
}
.g-col .tdbox.orderinfo {
	padding-top: 1em;
}

.showOrder {
	color: #f34d23;
	display: block;
	text-decoration: underline;
}

.orderpro {
	margin-top: 7px;
}

.bill {
	padding: 10px 0px 20px;
}

.bill p {
	padding-left: 50px;
	line-height: 29px;
	color: #343434;
}

.orderdeta {
	padding: 0 25px;
}

.orderPrice {
	padding-bottom: 40px;
	padding-right: 25px;
	padding-top: 30px;
}

.orderPrice li {
	margin-bottom: 10px;
	color: #353535;
	text-align: right;
	font-size: 15px;
}

.orderPrice li span {
	display: inline-block;
	min-width: 100px;
}

.orderPrice .price-text {
	font-size: 17px;
}

.orderdeta .responsive-table {
	border: none;


}

.orderdeta .responsive-table li.table-header {
	padding-top: 6px;
	padding-bottom: 5px;
	border-bottom: none;
	font-size: 15px;
	background: #f0f0f0;
}

.orderdeta .responsive-table li.table-row {
	border-bottom: none;
}

.orderdeta {
	position: relative;
}

.orderdeta::before {
	content: '';
	width: 100%;
	height: 1px;
	background: #f3f3f3;
	position: absolute;
	bottom: 142px;
	left: 0;
	right: 0;
}

.userinfo {
	padding-top: 10px;
	font-size: 13px;
	min-height: 110px;
	position: relative;
}

.userinfo .logistics {
	background: url(../images/wuliu.png) no-repeat;
	color: #fee101;
	text-align: center;
	width: 72px;
	height: 26px;
	right: -5px;
	position: absolute;
	top: 10px;
	overflow: hidden;
	line-height: 20px;
	display: inline-block;
}

.orderSta {
	padding-left: 50px;
	padding-top: 15px;
}

.orderSta strong {
	color: #30a160;
	font-size: 20px;
	margin-right: 5px;
}

.orderSta #orderTime {
	color: #626262;
	font-size: 15px;

}

.orderSta.nopad {}

.orderSta .company {
	font-size: 20px;
	color: #202020;
}

.paystyle {
	position: relative;
}

.paystyle .print {
	position: absolute;
	right: 25px;
	top: 8px;

}

.paystyle .print a {
	display: inline-block;
	border: 1px solid #f34d23;
	font-size: 12px;
	color: #f34d23;
	border-radius: 3px;
	padding: 0 8px;
	margin-left: 15px;
}

.paystyle .print a:hover {

	background-color: #f34d23;
	color: #fff;
}

.paystyle .print a:last-child {
	color: #30a160;
	border: 1px solid #30a160;
}

.paystyle .print a:last-child:hover {
	color: #fff;
	border: 1px solid #30a160;
	background-color: #30a160;
}

.panelTit .addresset {
	font-size: 12px;
	position: absolute;
	right: 20px;
}

.panelTit .addresset .kfont {
	font-size: 12px;
	margin-right: 0;
	color: #636363;
}

/***订单进程****/
.hostry {
	padding: 15px 0 30px 40px;
}

.hostry dl {
	height: 35px;
	position: relative;
	overflow: hidden;
	padding-top: 15px;
}

.hostry dl::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 96px;
	display: block;
	height: 100%;
	width: 2px;
	background: #dbdbdb;
	content: '';
	clear: both;
	overflow: hidden;
}

.hostry dl.on::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 96px;
	display: block;
	height: 100%;
	width: 2px;
	background: #30a160;
	content: '';
	clear: both;
	overflow: hidden;
}

.hostry dl:first-child::before {
	top: 25px;
}

.hostry dl:last-child::before {
	bottom: 25px;
	height: auto;
}

.hostry dl dt::before {
	position: absolute;
	top: 24px;
	left: 91px;
	display: block;
	height: 12px;
	background: #dbdbdb;
	width: 12px;
	border-radius: 12px;
	content: '';
	clear: both;
	overflow: hidden;
}

.hostry dl.on dt::before {
	position: absolute;
	top: 24px;
	left: 91px;
	display: block;
	height: 12px;
	background: #30a160;
	width: 12px;
	border-radius: 12px;
	content: '';
	clear: both;
	overflow: hidden;
}

.hostry dl::after {
	display: block;
	height: 0px;
	width: 100%;
	content: '';
	clear: both;
	overflow: hidden;
}

.hostry dl dt {
	display: block;
	float: left;
	width: 110px;
	min-width: 110px;
	text-align: center;
	font-size: 12px;
	color: #626262;
	line-height: 16px;
}

.hostry dl dt span {
	display: block;
	width: 7em;
}

.hostry dl dd {
	float: left;
	line-height: 16px;
	padding-top: 0.5em;
	width: 100px;
	color: #bbbbbb;
}

.hostry dl dd.state {
	display: block;
	height: 23px;
	background: #f0f0f0;
	padding-left: 15px;
	width: 520px;
	border-radius: 3px;
	font-size: 13px;
}

.hostry dl.on dd {
	color: #30a160;
}

.hostry dl dd.state {
	color: #666;
}

/***登录界面***/
body.login-bg {
	background: #f0f1f3;
}

.loginbox {
	width: 100%;
	height: 700px;
	background: #000000 url(../images/loginbg.jpg) no-repeat center top;
	background-size: auto 100%;
}

.login-form {
	width: 428px;
	float: right;
	padding-top: 75px;
}

.login-form .firstlogin {
	background: #fff;
	border-radius: 6px;
	padding: 20px 40px;
	height: 505px;
}

.login-form .firstlogin h2 {
	font-size: 35px;
	color: #292929;
	border-bottom: #f9f9f9 1px solid;
	text-align: center;
	padding: 15px 0;
	display: block;
}

.logininput {
	border-top: #a6a6a6 1px solid;
	padding-top: 47px;
}

.inputline {
	width: 100%;
	margin-bottom: 26px;
}

.inputline input {
	display: block;
	width: calc(100% - 2px);
	padding: 0;
	border: 1px solid #b7b7b7;
	height: 45px;
	line-height: 45px;
	text-indent: 26px;
	overflow: hidden;
	font-size: 15px;
	outline: none;
}

.logininput .kfbtn {
	background: #23a654;
	display: block;
	width: 100%;
	border: none;
	outline: none;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 20px;
}

.autologin {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #999999;
}

.autologin a {
	color: #999999;
	text-decoration: underline;
}

.autologin a:hover {
	color: #1D8C42;
}

.login-tips {
	line-height: 21px;
	text-align: center;
	font-size: 13px;
	color: #999;
}

.login-tips a {
	color: #6982fe;
}

.wxlogin {
	padding-top: 10px;
	color: #23a654;
	font-size: 14.59px;
	text-align: center;

}

.wxlogin span {
	width: 47px;
	height: 47px;
	text-align: center;
	line-height: 47px;
	border-radius: 47px;
	background: #3ea76b;
	color: #fff;
	display: block;
	margin: 0 auto 15px;
	font-size: 24px;
	cursor: pointer;
}

.wxlogin span:hover {
	opacity: 0.9;
}

.for-comp {
	position: relative;
	margin-top: 30px;
	font-size: 16.22px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.for-comp::before,
.for-comp::after {
	position: absolute;
	display: inline-block;
	content: '';
	width: 80px;
	height: 2px;
	left: 65px;
	top: 9px;
	background: linear-gradient(to right, rgba(233, 233, 233, 0), rgba(233, 233, 233, 0.7), rgba(233, 233, 233, 1));
}

.for-comp::after {
	left: auto;
	right: 65px;
	top: 9px;
	background: linear-gradient(to left, rgba(233, 233, 233, 0), rgba(233, 233, 233, 0.7), rgba(233, 233, 233, 1));

}


.login-footer {
	background: #f0f1f3;
	font-size: 12px;
	color: #7b7b7b;
	line-height: 20px;
	text-align: center;
	padding-bottom: 25px;
}

.login-footer a {
	color: #7b7b7b;
}

.login-footer p a {
	text-decoration: underline;
}

.login-footer a:hover {
	color: #1D8C42;
}

.login-footer h3 {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 25px;
}


/***二维码登录***/
.wechat-login {
	position: relative;
}

.wechat-login .logininput {
	border-top: none;
}

.pc-login {
	height: 65px;
	width: 65px;
	background: #23a654;
	color: #fff;
	border-radius: 0 6px 0 0;
	text-align: right;
	overflow: hidden;
	position: absolute;
	right: 7px;
	top: 7px;

}

.pc-login::before {
	display: inline-block;
	content: '';
	position: absolute;
	width: 200px;
	height: 58px;
	background: #fff;
	left: -100px;
	bottom: 0px;
	transform: rotate(45deg);
}

.pc-login span {
	display: inline-block;
	font-size: 37px;
	margin-right: 5px;
	margin-top: 3px;
	cursor: pointer;
}

#qrcode {
	border: 1px solid #afafaf;
	padding: 17px;
	width: 228px;
	height: 228px;
	display: block;
	margin: 0 auto;
}

#qrcode img {
	width: 100%;
	height: 100%;
}

div.first-tips {
	position: relative;
	display: block;
	height: 25px;
	line-height: 25px;
	width: 223px;
	font-size: 13px;
	text-align: center;
	border: 1px solid #c2ded3;
	background-color: #d4f2e3;
	border-radius: 4px;
	margin: 20px auto 0;
	color: #6c6c6c;
}

div.first-tips s {
	position: absolute;
	top: -13px;
	*top: -12px;
	left: 45%;
	display: block;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	border-color: transparent transparent #c2ded3 transparent;
	border-style: dashed dashed solid dashed;
	border-width: 6px;
}

div.first-tips i {
	position: absolute;
	top: -5px;
	*top: -5px;
	left: -6px;
	display: block;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	border-color: transparent transparent #d4f2e3 transparent;
	border-style: dashed dashed solid dashed;
	border-width: 6px;
}

div.first-tips.red-tips {
	border: 1px solid #e5b7b7;
	background-color: #f2dede;
	color: #333;
}

div.first-tips.red-tips s {
	border-color: transparent transparent #e5b7b7 transparent;
}

div.first-tips.red-tips i {
	border-color: transparent transparent #f2dede transparent;
}


/***个人中心首页**/
.usernav a {
	display: inline-block;
	height: 100%;
	line-height: 63px;
	margin-left: 20px;
}

.usernav a i {
	padding: 0 3px;
	background-color: #f34d23;
	color: #fff;
	font-size: 9px;
	display: inline-block;
	height: 12px;
	line-height: 12px;
	text-align: center;
	border-radius: 2px;
	overflow: hidden;
	margin-left: 3px;

}

.user-search {
	width: 395px;
}

.infolist .infolist-l {
	width: 600px;
	float: left;
	min-height: 135px;
	position: relative;
}

.infolist .infolist-r {
	float: left;
	width: 390px;
	padding-left: 0px;
	min-height: 135px;
}

.infolist .infolist-r .pdt-50 {
	position: relative;
}

.infolist .infolist-r .pdt-50 a {
	position: absolute;
	right: 20px;
	bottom: 0;
}

.infolist .infolist-l::before {
	content: '';
	position: absolute;
	right: 0;
	height: 60%;
	top: 20%;
	width: 1px;
	background: #ededed;
}

.infolist .infolist-l .edit {
	position: absolute;
	top: 61px;
	right: 20px;
}

.company-info {
	padding-left: 25px;
	padding-top: 15px;
	line-height: 25px;
	color: #202020;
}

.company-tips {
	padding-top: 10px;
}

.company-tips span {
	display: inline-block;
	height: 23px;
	line-height: 23px;
	padding-left: 30px;
	background: url(../images/user/userid_01.png) no-repeat left center;
	margin-right: 12px;
	color: #202020;
	font-size: 13px;
}

.company-tips span.caseid02 {
	background: url(../images/user/userid_02.png) no-repeat left center;
}

.company-tips span.caseid03 {
	background: url(../images/user/userid_03.png) no-repeat left center;
	margin-right: 0px;
}

.paneline {
	position: relative;
}

.paneline::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	border-right: 1px solid #ececec;
	left: 426px;
	top: 0;
	bottom: 0;
}

.orderShow {
	width: 425px;
	float: left;
}

.orderShowRight {
	float: right;
	padding-right: 30px;
	padding-top: 15px;
}

.orderShowRight .orderstate {
	margin-bottom: 10px;
	text-align: right;
}

.orderShowRight .orderstate span {
	display: block;
	line-height: 25px;
	text-align: center;

}

.orderShowRight .orderstate span::before {
	margin-right: 12px;
	font-size: 25px;
	color: #9d9d9d;
	float: left;

}

.orderShowRight .orderstate i {
	font-size: 22px;
	display: block;
	text-align: center;
	padding-left: 35px
}

.orderShow li {
	text-align: center;
	float: left;
	width: 20%;
	font-size: 17px;
	margin-top: 25px;
	width: 85px;
	height: 65px;
	border-radius: 100px;
	border: 1px solid #009242;
	padding-top: 20px;
	position: relative;
}

.orderShow li::before {
	content: '';
	width: 85px;
	height: 8px;
	background-color: #fff;
	position: absolute;
	top: 40px;
	left: -1px;
	z-index: 0;
}

.orderShow li:first-child::before {
	content: '';
	width: 85px;
	height: 8px;
	background-color: #fff;
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 0;
}

.orderShow li.right-line {
	width: 55px;
	position: relative;
	border: none;
}

.orderShow li.right-line i {
	height: 1px;

	background: #30a160;
	position: absolute;
	left: 5px;
	right: 8px;
	top: 45px;
}

.orderShow li.right-line i::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 6px solid #30a160;
	border-bottom: 3px solid transparent;
	position: absolute;
	right: -6px;
	top: -2px;
}

.orderShow li span {
	display: block;
	font-size: 22px;
	margin-top: 5px;
	position: relative;
	z-index: 3;
}

.orderShow li span::after {
	display: inline-block;
	content: '';
	font-size: 12px;

}

.orderShow li:last-child {
	color: #009242;
}

.orderShow li:first-child {
	margin-left: 24px;
}

.content-name .text-zhuti {
	position: absolute;
	right: 20px;
	font-size: 14px;
}

.user-msg {
	font-size: 13px;
	padding-top: 6px;
}

.user-msg li {
	display: block;
	position: relative;
}

.user-msg li a {
	display: block;
	line-height: 24px;
	padding-left: 20px;
	width: 300px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;

}

.user-msg li span {
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	line-height: 24px;

}

.userorders {
	padding-bottom: 20px;
}

.userorders li {
	border: 1px solid #ececec;
	width: calc(30% - 20px);
	float: left;
	margin-left: 28px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	box-shadow: 3px 0 10px rgba(0, 0, 0, 0.03);
	transition: all 1.5s linear;
}

.userorders li:hover {
	border: 1px solid #eaeaea;
	box-shadow: 3px 0 10px rgba(0, 0, 0, 0.13);
}

.userorders li:nth-child(3n+1) {
	margin-left: 20px;
}

.userorders li h2 {
	font-size: 15px;
	color: #343434;
	font-weight: bolder;
	margin-bottom: 10px;
	margin-top: 5px;
}

.userorders li h3 {
	color: #343434;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 15px;
	font-weight: 300;
}

.orderImg {
	height: 75px;
	position: relative;
	padding-top: 10px;
	text-align: right;

}

.orderImg img {
	width: 68px;
	height: 68px;
	padding: 2px;
	border: 1px #a8a8a8 solid;
	background-color: #ebebeb;
	position: absolute;
	left: 0
}

.orderImg .price-text {
	display: block;
	padding: 20px 0;
	font-size: 17px;
}

.orderImg .seeBtn a {
	color: #1D8C42;
	font-size: 15px;
	margin-left: 10px;
}

/**个人消息通知**/
.notifyList {
	border: 1px solid #f3f3f3;
	border-top: 1px solid #fff;
	margin: 0 auto;
	width: calc(100% - 50px);

}

.selectset {
	margin: 0 auto;
	width: calc(100% - 50px);
	background: #f3f3f3;
	line-height: 24px;
	font-size: 15px;
}

.selectset input {
	margin-left: 20px;
}

.selectset a {
	margin-left: 10px;
}

.notifyList li {
	height: 64px;
	line-height: 64px;
	border-bottom: #f3f3f3 1px solid;
	position: relative;
}

.notifyList li:hover {
	background: #f9f9f9;
}

.notifyList li .selectcheck {
	float: left;
	width: 70px;
}

.notifyList li .selectcheck label {
	padding-left: 20px;
	display: block;
}

.notifyList li .notibox {

	width: calc(100% - 70px);
}

.notifyList li .notiTime {
	width: 150px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 13px;
	color: #8f8f8f;
}

.notifyList li .notiTime span {
	cursor: pointer;
}

.notifyList li .notiTime span::before {
	font-size: 14px;
	font-family: 'kfont';
	content: '\e68c';
	float: right;
	display: inline-block;
	padding-right: 20px;
}

.notifyList li strong {
	color: #1d8c42;
	font-weight: bold;
}

.notifyList li i {
	margin-left: 10px;
	color: #F34D23;
}

.notifyList li::after {
	display: block;
	height: 0px;
	width: 100%;
	content: '';
	clear: both;
	overflow: hidden;
}

.notifyList li.read {
	background: #fdf1f1;
}

.notifyList li.read::before {
	display: block;
	content: '';
	background: #f34d23;
	height: 6px;
	width: 6px;
	border-radius: 6px;
	display: inline-block;
	position: absolute;
	left: 55px;
	top: 28px;
}

.notifyList li.nodata {
	text-align: center;
}

/**编辑个人信息***/
.address-box,
.company-box {
	margin-top: 7px;
}

.infoEdit {
	padding: 20px 0;
}

.infoEdit .listnormal {
	margin-bottom: 12px;
}

.infoEdit .list-r input[type='text'] {
	line-height: 21px;
	height: 21px;
	border: 1px solid #cecece;
	border-radius: 2px;
	text-indent: 9px;
	font-size: 13px;
	color: #666;
	width: 180px;
	overflow: hidden;
	outline: none;
}

.infoEdit .list-r #editMobile {
	color: #F34D23;
	margin-left: 15px;
	text-decoration: underline;
}

.infoEdit .listnormal .list-l {
	min-width: 75px;
	display: inline-block;
	line-height: 23px;
	min-height: 1px;
	text-align: right;
	font-size: 15px;
	color: #202020;
}

.infoEdit .listnormal .list-r #uCode {
	width: 82px;
	margin-right: 9px;
	float: left;
}

.infoEdit .listnormal .list-r #sendMsg button {
	width: 90px;
	border: 1px solid #cecece;
	border-radius: 2px;
	line-height: 23px;
	height: 25px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	color: #222;
	transition: all .1s linear;
	outline: none;
	cursor: pointer;
}

.infoEdit .listnormal .list-r #sendMsg button:hover {
	background: #1D8C42;
	color: #fff;
	border: 1px solid #1D8C42;
}

.infoEdit .list-r button[type='submit'] {
	font-size: 15px;
	padding: 5px 9px;
	background: #30a160;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	outline: none;

}

/***收货地址**/
.add-line {
	padding: 10px 0 15px 30px;
	font-size: 12px;
}

.add-line .Address,
.adinvoice {
	border: 1px solid #30a160;
	color: #30a160;
	display: inline-block;
	padding: 5px 6px;
	border-radius: 2px;
	margin-right: 8px;
	transition: all .1s linear;
}

.add-line .Address:hover,
.adinvoice:hover {
	border: 1px solid #30a160;
	color: #fff;
	background-color: #30a160;
}

.address-list {
	padding-left: 30px;
	padding-bottom: 30px;
}

.address-list li {
	width: 340px;
	border: 1px solid #cecece;
	border-radius: 2px;
	padding: 8px;
	margin-bottom: 15px;
	position: relative;
}

.address-list li p {
	margin-bottom: 15px;
	font-size: 12px;
	color: #202020;
}

.address-list li p span {
	color: #7d7d7d;
}

.address-list li i.def {
	background: #30a160;
	border-radius: 2px;
	display: inline-block;
	color: #fff;
	padding: 2px 5px;
}

.setadd-btn {
	position: absolute;
	font-size: 12px;
	right: 8px;
	top: 8px;
}

.popset {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
	background-color: rgba(44, 44, 44, 0.2);
}

.popset .popmain {
	width: 558px;
	background: #fff;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -280px;
	margin-top: -85px;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, .3);
	border-radius: 0 0 6px 6px;
}

.popset-invoice .popmain {
	width: 430px;
	height: 260px;
	margin-left: -215px;
	margin-top: -130px;
}

.popheader {
	background: #eee;
	line-height: 27px;
	border-bottom: 1px solid #cecece;

	text-align: center;
}

.popbody {
	padding: 18px 30px;
}

.popbody .form-line {
	margin-bottom: 14px;
}

.popbody .form-line span {
	display: inline-block;
	width: 94px;
	text-align: right;
	font-size: 15px;
	color: #202020;
}

.popbody .form-line input {
	width: 148px;
	line-height: 21px;
	height: 21px;
	border: 1px solid #cecece;
	border-radius: 2px;
	text-indent: 9px;
	font-size: 13px;
	color: #666;
	outline: none;
	padding: 0;
}

.popset-invoice .form-line span {
	display: inline-block;
	width: 124px;
	text-align: right;
	font-size: 15px;
	color: #202020;
}

.popset-invoice .form-line input {
	width: 185px;
}

.popbody input.address-info {
	width: 397px;
}

.popbtn {
	padding-top: 5px;
}


.admin-ser-bot {
	background: #ffffff;
	position: relative;
	z-index: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.normal-ser-bot {
	background: #f3f3f3;
}

.admin-ser-bot span {
	display: inline-block;
	font-size: 72px;
	color: #30a160;
}

.admin-ser-bot li {
	width: calc(25% - 85px);
	float: left;
	font-size: 25px;
	padding-left: 85px;
	position: relative;
	height: 65px;
	line-height: 65px;
	color: #737373;
	font-weight: 400;
}

.admin-ser-bot span {
	display: inline-block;
	font-size: 36px !important;
	color: #30a160;
	width: 54px;
	height: 54px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	border: 3.5px solid #30a160;
	border-radius: 100px;
	text-align: center;
	line-height: 54px;
	font-weight: normal;
}

.admin-ser-bot li:first-child span {
	display: inline-block;
	font-size: 65px !important;
	color: #30a160;
	width: 65px;
	height: 65px;
	line-height: 65px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	border: none;
}

.admin-ser-bot li:last-child span {
	transform: rotateY(180deg);
}

/**在线选型**/
.selectshop-tab .tabcon-item span {
	display: inline-block;
	padding: 8px 15px;
	border: #d3d3d3 1px solid;
	margin-right: 15px;
	margin-bottom: 10px;
	cursor: pointer;
}

.selectshop-tab .tabcon-item span.active {
	background: #009242;
	border: 1px solid #009242;
	color: #fff;
}

/***购物车**/
.cartbox {
	padding: 20px;
}

.cartbox .series {
	margin-bottom: 15px;
}

h2.cartpro-name {
	color: #404040;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 15px;
}

label.ckbox {
	display: inline-block;
	padding: 1.5em 10px 1.5em 0;
	width: 18px;
}

.setcartnum {
	position: relative;
	width: 30px;
	margin: 0 auto;
}

.cartbox .am-num-text {
	width: 27px;
	text-align: center;
	border: 1px solid #9e9e9e;
	color: #898989;
	font-size: 15px;
	outline: none;
	padding: 0;
	margin: 0;
	height: 14px;
	line-height: 14px;
	padding-top: 2px;
}

.cartbox button.minus,
.cartbox button.plus {
	height: 18px;
	font-size: 15px;
	outline: none;
	line-height: 18px;
	border: 1px solid #9e9e9e;
	width: 18px;
	color: #898989;
	padding: 0;
	margin: 0;
	background: #f8f8f8;
	position: absolute;
	left: -23px;
	top: 0;
	cursor: pointer;
}

.cartbox button.plus {
	left: 34px;
}

.total-amount {
	font-size: 20px;
	font-weight: bolder;
	color: #f34d23;
}

.cart-set {
	position: relative;
	padding-top: 10px;
	padding-bottom: 30px;
}

.cart-set .tobuy {
	position: absolute;
	right: 0;
	top: 10px;
}

.gopay {
	width: 95px;
	height: 32px;
	line-height: 32px;
	color: #ffffff;
	background: #f34d23;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	margin-right: 12px;
	margin-left: 12px;
}

.bluetext {
	color: #333;
}

.noflmar {
	margin-left: auto;
	float: none !important;
	clear: both;
}

.selectadd {
	background: #f8f8f8;
	height: 28px;
	width: calc(100% - 30px);
	border: 1px solid #e6e6e6;
	padding-top: 4px;
	text-indent: 1em;
}

.selectadd a {
	text-indent: 0;
	margin-left: 10px;
}

.paycartbox {
	padding: 0;
	width: calc(100% - 28px);
	padding-top: 5px;
}

.payaddress-list {
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 0px;
}

.payaddress-list li {
	float: left;
	height: 90px;
	margin-right: 15px;
}

/***单选按钮样式修改**/
.checkbox-two {
	padding-top: 20px;
}

.checkbox-two .weui-icon-checked {
	position: absolute;
	display: block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-mask-position: 50% 50%;
	mask-position: 50% 50%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	/*background-color: rgba(240, 240, 240, 0.618);*/
	border: 1px solid #cecece;
	border-radius: 0px;
}

.checkbox-two .moreselect {
	position: relative;
	min-height: 100px;
	margin-bottom: 20px;
}

.checkbox-two .weui-cells_radio {
	width: calc(100% - 20px);
}

.checkbox-two .weui-cells_radio label {
	width: calc(33.33% - 30px);
	margin-right: 40px;
	float: left;
	display: block;
}

.checkbox-two .weui-cells_radio label:nth-child(3n) {
	margin-right: 0px;
}

.checkbox-two .weui-cells_radio .weui-check+.weui-icon-checked {
	min-width: 16px;
	color: ;
}

.checkbox-two .weui-cells_radio .weui-check:checked+.weui-icon-checked,
.checkbox-two .weui-cells_radio .weui-check[aria-checked="true"]+.weui-icon-checked {
	background: none;
	border: 1px solid #30a160;
	border-radius: 0px;
	z-index: 0;
}

.checkbox-two .weui-cells_radio .weui-check:checked+.weui-icon-checked::before {
	font-family: 'kfont';
	content: '\e65a';
	display: inline-block;
	color: #fff;
	font-size: 11px;
	height: 25px;
	width: 25px;
	background: #009242;
	position: absolute;
	right: -1px;
	bottom: -1px;
	line-height: 35px;
	text-indent: 10px;
	overflow: hidden;
}

.checkbox-two .weui-cells_radio .weui-check:checked+.weui-icon-checked::after {

	content: '';
	display: inline-block;
	color: #FF0000;
	font-size: 100px;
	height: 35px;
	width: 20px;
	background: #fff;
	position: absolute;
	right: 9px;
	bottom: 2px;
	transform: rotate(45deg);
}

.moreselect .weui-check {
	display: none;
}

.checkbox-two .setadd-btn {
	z-index: 999 !important;

}

.checkbox-two p {
	margin-bottom: 10px;
	font-size: 12px;
	color: #202020;
	width: 20em;
}

.checkbox-two .zindex1 {
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 4px;
}

.checkbox-two p span {
	color: #7d7d7d;
}

.checkbox-two i.def {
	background: #30a160;
	border-radius: 2px;
	display: inline-block;
	color: #fff;
	padding: 2px 5px;
}

/***提交付款**/
.paystate {
	padding: 20px 0;
	text-align: center;
}

.paystate span.kfont {
	display: block;
	height: 88px;
	line-height: 88px;
	width: 88px;
	margin: 0 auto;
	font-size: 55px;
	background: #40d968;
	color: #fff;
	border-radius: 88px;

}

.paystate strong {
	font-size: 20px;
	color: #000000;
	display: inline-block;
	margin: 16px auto;
}

.pay-price {
	color: #717171;
	font-size: 13px;
	margin-bottom: 15px;
}

.pay-price .price-text {
	font-size: 20px;
	font-weight: bolder;
}

.paystate a {
	height: 21px;
	line-height: 21px;
	border: 1px solid #30a160;
	color: #30a160;
	display: inline-block;
	margin-top: 15px;
	padding: 0 6px;
	font-size: 12px;
	border-radius: 2px;
}

.paycartset {
	margin: 25px 0 25px;
}

.paycartset .gopay {
	margin-right: 0;
}

h3.paytit {
	background: #f8f8f8;
	height: 28px;
	line-height: 28px;
	width: calc(100% - 30px);
	border: 1px solid #e6e6e6;
	padding-top: 4px;
	text-indent: 1em;
	font-size: 15px;
	color: #353535;
}

h3.paytit span {
	font-size: 12px;
	color: #9e9e9e;
	margin-left: 15px;
}

.paytext {
	color: #202020;
	font-size: 13px;
	line-height: 28px;
	padding: 15px 10px 15px;
}

.paytext span {
	color: #767676;
}

.r30 {
	right: 30px !important;
}

.font17 {
	font-size: 17px;
}

/**开具发票**/
.invoice-process {
	text-align: center;
	padding: 25px 0;
	user-select: none;
}

.invoice-process li {
	width: 30%;
	display: inline-block;
	position: relative;
	text-align: left;
	height: 35px;
	padding-left: 50px;
	line-height: 35px;
	color: #626262;
	font-size: 20px;

}

.invoice-process li:first-child {
	width: 90px;

}

.invoice-process li::before {
	display: inline-block;
	content: '\e635';
	font-family: 'kfont';
	font-size: 20px;
	color: #fff;
	background: #a1a1a1;
	width: 35px;
	height: 35px;
	overflow: hidden;
	text-align: center;
	line-height: 38px;
	margin-right: 13px;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 0;
}

.invoice-process li.on {
	color: #30a160;
}

.invoice-process li.on::before {
	background: #30a160;
}

.invoice-process li.line {
	width: 70px;
	margin-right: 20px
}

.invoice-process li.line:before {
	content: '';
	height: 1px;
	width: 100%;
	background: #a1a1a1;
	position: absolute;
	top: 30px
}

h3.invoice-tit {
	background: #f8f8f8;

	width: calc(100% - 40px);
	margin: 0 auto;
	border: 1px solid #e6e6e6;
	padding: 20px 0 20px;
	text-indent: 1em;
	font-size: 20px;
	color: #000000;
	border-radius: 4px;
}

h3.invoice-tit .invoice-time {
	padding-top: 10px;
	font-size: 12px;
	color: #9e9e9e;
}

h3.invoice-tit span {
	margin-left: 35px;
}

h3.invoice-tit i {
	color: #F34D23;
	font-size: 25px;
}

.invoice-set {
	padding-left: 20px;
	padding-top: 20px;
	font-size: 12px;
	color: #636363;
}

.invoice-set a {
	border: 1px solid #30a160;
	color: #30a160;
	display: inline-block;
	padding: 5px 6px;
	border-radius: 2px;
	margin-right: 8px;
	transition: all .1s linear;
	font-size: 12px;
}

.invoice-set span {
	margin: 0 3px;
}

.search-orders {
	width: calc(100% - 320px);
	padding-top: 15px;
}

.search-orders .form-line {
	display: inline-block;
}

.search-orders .form-line input {
	height: 32px;
	line-height: 32px;
	outline: none;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	background-color: #f8f8f8;
	text-indent: 10px;
	width: 160px;
	margin-right: 8px;
	margin-left: 8px;
}

.invoice-set-tips {
	color: #9e9e9e;
	font-size: 12px;
	margin: 10px 20px;
	border: 1px solid #e6e6e6;
	line-height: 22px;
	text-indent: 1em;
	background: #f8f8f8;
}

h2.border-top1 {
	border-top: 1px solid #f8f8f8 !important;
}

.minh387 {
	min-height: 347px;
	padding-top: 60px
}

.font12 {
	font-size: 12px;

}

.color-9e {
	color: #9e9e9e;
	line-height: 20px;
}

.normalbtn.danger {
	background: #F34D23;
	padding: 5px 35px;
	margin-top: 30px;
}
.normalbtn.graybtn {
	background: #999;
}

.addbtn {
	border: 1px solid #30a160;
	color: #30a160;
	display: inline-block;
	padding: 5px 6px;
	border-radius: 2px;
	margin-right: 8px;
	transition: all .1s linear;
}

.addbtn:hover {
	border: 1px solid #30a160;
	color: #fff;
	background-color: #30a160;

}

/**修改产品列表样式**/
.addbtn-pro li .r-text .gobuy .buybtn {
	border: 1px solid #f34d23;
	background-color: #ffffff;
	color: #f34d23;
	font-size: 17px;
	margin-left: 20px;
}

.addbtn-pro li .r-text .gobuy .askme {
	border: 1px solid #f34d23;
	background-color: #f34d23;
	color: #fff;
	font-size: 17px;
	margin-left: 20px;
}

.img_hide img {
	filter: alpha(opacity=0);
	/*IE滤镜，透明度50%*/
	-moz-opacity: 0;
	/*Firefox私有，透明度50%*/
	opacity: 0;
	/*其他，透明度50%*/
}

.font-price.active {
	position: relative;
}

.font-price.active {
	box-sizing: border-box;
	position: relative;

}

.font-price.active::before {
	content: '';
}

.font-price.active:after {
	display: inline-block;
	font-family: "kfont";
	content: "\e60a";
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 14px;
	color: #F34D23;
	clip: rect(0, 40px, 160px, 0);
	animation: loading 1.1s infinite linear;
	float: left;
}
.mailto.sending{
	pointer-events: none;
	cursor: default;
	opacity: 0.6;
}
.mailto.sending::before {
	display: inline-block;
	font-family: "kfont";
	content: "\e60a";
	
	font-size: 14px;
	color: #fff;
	margin-right: 5px;
	clip: rect(0, 40px, 160px, 0);
	animation: loading 1.1s infinite linear;
}

.loadstyle{
	
}
.loadstyle::before {
	display: inline-block;
	font-family: "kfont";
	content: "\e60a";
	font-size: 14px;
	color: #009242;
	clip: rect(0, 40px, 160px, 0);
	animation: loading 1.1s infinite linear;
}

.img_hide::before {
	border-right-color: transparent;
	border-radius: 1.7rem;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 3.4rem;
	height: 3.4rem;

}

.img_hide:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3.2rem;
	height: 3.2rem;
	margin-left: -1.6rem;
	margin-top: -1.6rem;
	border-radius: 50%;
	border: 2px #fd9957 solid;
	clip: rect(0, 40px, 160px, 0);
	animation: loading 1.1s infinite linear;
}

@keyframes loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#proBanner {
	min-height: 350px;
}

#sortone {
	min-height: 170px;
}

i.tagtips {
	display: inline-block;
	font-size: 10px;
	background: #009242;
	color: #fff;
	padding: 3px 5px;
	margin-left: 5px;
	border-radius: 4px;
}

.popsetcart {
	background: rgba(0, 0, 0, 0.65) !important;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.popsetcart .popmain {
	width: 896px;
	background: #fff;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -408px;
	margin-top: -300px;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, .3);
	border-radius: 0 0 6px 6px;
}

#setAn {
	height: 500px;
	overflow-y: auto;
	/*background: #ff0;*/
}

#setAn div {
	background-color: #fff;
}

#setAn div div div {
	background: none;
}

#setAn #select,
#setAn #选择 div,
#setAn #智能,
#setAn #智能 div,
#setAn #标配,
#标配 div,
#setAn .l1 {
	background-color: #a4a4a4
}

#setAn .l3 input {
	line-height: 28px;
	text-indent: 5px;
}

.l2 input,
.l3 input,
.l4 input,
.l5 input,
.l6 input,
.l7 input,
.l8 input,
.l9 input,
.l11 input {
	border: 1px solid #000;
}



.reviewSet {
	width: calc(100% - 25px) !important;
	background-color: #fff;
	padding-bottom: 10px;
	padding-left: 25px;
}

.reviewlist {
	min-height: 360px;

}

.reviewlist.loading {
	position: relative;
}

.loading::before {
	content: '\e60a';
	display: inline-block;
	font-size: 36px;
	color: #F34D23;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
	font-family: 'kfont';
	clip: rect(0, 40px, 160px, 0);
	animation: loading 1.1s infinite linear;
}

.reviewlist.nothing {
	position: relative;
}

.nothing::before {
	content: '\e626 暂无内容';
	display: inline-block;
	font-size: 26px;
	color: #dedede;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
	font-family: 'kfont';
}

.reviewlist .table-header {
	font-size: 14px;
}

.reviewlist .responsive-table {
	margin-bottom: 10px;
}

.reviewlist .responsive-table:last-child {
	margin-bottom: 0;
}

.nounderline {
	text-decoration: none;
	color: #333;
}

.underline {
	text-decoration: underline;
}

.text-right {
	text-align: right !important;
}

/***日历样式**/
.date-js {
	position: absolute;
	background-color: #fff;
	width: 245px;
	margin-top: 5px;
	border: 1px solid #e2e2e2;
	display: flex;
	flex-flow: column;
	z-index: 999;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 45px;
}

.date-js .show-year {
	width: 100%;
	height: 50px;
	display: flex;
}

.date-js .show-year .show-date {
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.date-js .show-year .change-date {
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.date-js .show-year .change-date:hover {
	color: #3b87d7
}

.date-js .show-week {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #e2e2e2;
	display: flex
}

.date-js .show-week .week-day {
	width: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px
}

.date-js .show-month {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center
}

.date-js .show-month .month-day {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	cursor: pointer
}

.date-js .show-month .month-day.active {
	position: relative;
	border-radius: 50%;
	color: #fff
}

.date-js .show-month .month-day.active:before {
	content: '';
	display: inline-block;
	background: #009242;
	height: 24px;
	width: 24px;
	border-radius: 100px;
	position: absolute;
	z-index: -1;
}

.date-js .show-month .month-day.today {
	color: #3b87d7
}

.date-js .show-month .month-day.today.active {
	color: #fff
}

.date-js .show-month .month-day.active:hover {
	color: #fff
}

.date-js .show-month .month-day.not-this-month {
	color: #c0c4cc
}

.date-js .show-month .month-day:hover {
	color: #009242
}

.date-js .bts {
	width: 100%;
	height: 40px;
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
}

.date-js .bts .bt {
	width: 50%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer
}

.date-js .bts .bt:first-child {
	border-right: 1px solid #e2e2e2
}

.date-js .bts .bt:hover {
	background-color: #009242;
	color: #fff;
}

/******************/
#screenShotImg {
	position: absolute;
	z-index: -9;
}

/**增加弹窗关闭按钮****/
.popsetcart .popheader {
	position: relative;
}

.popsetcart .popheader .kiconshanchu1 {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 45px;
	text-align: center;
	height: 27px;
}

.popsetcart .popheader .kiconshanchu1:hover {
	color: #F34D23;
	cursor: pointer;
}

.cancelbtn {
	background: #9a9a9a;
	margin-left: 15px;
}

.popsetcart .popbtn a:hover {
	opacity: 0.9;
}

.subheader {
	padding: 6px 16px !important;
	background: #fff !important;
	color: #666;
}

/**添加分页样式**/
#pagenav {
	background: #fff;
	text-align: center;
	padding-bottom: 25px;
}

#pagenav .my-page-prev,
.my-page-group,
.my-page-next {
	display: inline-block;
	cursor: pointer;
}

ul.my-page-group {
	display: inline-block;
	padding: 0;
	margin: 0;
	line-height: 30px;

}

ul.my-page-group li {
	display: inline-block;
	cursor: pointer;
	padding: 0 10px;
}


#pagenav .my-page-prev,
#pagenav .my-page-next {
	display: inline-block;
	border: 1px solid #a2a2a2;
	border-radius: 5px;
	width: 21px;
	height: 21px;
	line-height: 21px;
	text-align: center;

}

#pagenav .my-page-count {
	display: inline-block;
	padding-left: 20px;
}

#pagenav .my-page-prev::before,
#pagenav .my-page-next::before {
	display: inline-block;
	content: "\e625";
	font-family: "kfont";
	color: #000;
	transform: rotate(90deg);
}

#pagenav .my-page-next::before {
	transform: rotate(-90deg);
}

#pagenav .my-page-prev:hover,
#pagenav .my-page-next:hover {
	background-color: #009242;
	color: #fff;
	border: 1px solid #009242;
}

#pagenav .my-page-prev:hover::before,
#pagenav .my-page-next:hover::before {
	color: #fff;
}

ul.my-page-group li:hover,
ul.my-page-group li.my-page-checked {
	color: #F34D23
}

#pagenav .my-page-prev.my-page-forbid,
#pagenav .my-page-next.my-page-forbid {
	pointer-events: none;
	background-color: rgba(0, 0, 0, .05);
	color: rgba(0, 0, 0, .2);
}

ul.my-page-group li.my-page-checked {
	pointer-events: none;
}

.linkhover:hover {
	color: #009242;
}

/**增加图片弹出层打开效果**/
.pashimgbg{
				position: fixed;
				top: 0;
				left:0;
				bottom:0;
				right: 0;
				background: rgba(0,0,0,0.8);
			}
			.pashimgbg .loadstyle{
				width: 240px;
				height: 60px;
				position: absolute;
				left:50%;
				top: 50%;
				margin-left:-120px;
				margin-top:-30px;
				color: #fff;
				font-size:24px;
			}
			.pashimgbg .loadstyle::before{
				color: #fff;
				margin-right: 10px;
				font-size:35px;
			}
#mo {

	width: 100%;
	height: 100%;
	position: fixed;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0px;
	left: 0px;
	z-index: 10;
}

#moimg {
	display: block;
	margin: 25px auto;
	max-width: 800px;
}

#caption {
	text-align: center;
	margin: 0px auto;
	padding-top: 15px;
	font-size: 20px;
	background-color: #fff;
	height: 35px;
}

.popshowpic {
	-webkit-animation: first 0.6s;
	-o-animation: first 0.6s;
	animation: first 0.6s;
}

@keyframes first {
	from {
		transform: scale(0.1);
	}

	to {
		transform: scale(1);
	}
}

.close {
	font-size: 28px;

	position: absolute;
	top: 0px;
	right: 15px;
	color: #9A9A9A;
}

.close:hover,
.close:focus {
	color: #F34D23;
	cursor: pointer;
}

@media only screen and(max-width:750px) {
	#moimg {
		width: 100%;
	}
}

#showimg {
	background: #fff;
	height: 80vh;
	position: relative;
	overflow-y: scroll;
	max-width: 850px;
	margin: 0 auto;
}

.popshowpic {
	width: 900px;
	margin: 5vh auto 0;
	height: 90vh;
	background: #fff;
}

.popshowpic h1 {
	background-color: #f9f9f9;
	border-radius: 4px 4px 0 0;
	margin: 0;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #dedede;
	position: relative;
}

a.nosee {
	color: #999;
	pointer-events: none;
}

a.openimg {
	text-decoration: underline;
}

ul.billing li {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	border: 1px solid #dedede;
	padding-right: 12px;
	margin-right: 6px;
	cursor: pointer;
	position: relative;
}

ul.billing li.active {
	border: 1px solid #009242;
	color: #fff;
	background-color: #009242;

}

#billbox {
	padding: 10px 0px;
}

.addcompany .popmain {
	height: 280px;
}

#addbox {
	padding-top: 10px;
}

.popheader span.kiconshanchu1 {
	float: right;
	margin-right: 12px;
	cursor: pointer;
}

#addcart {
	position: relative;
}

#addcart i {
	width: 16px;
	background-color: #f34d23;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 16px;
	overflow: hidden;
	margin-left: 3px;
	position: absolute;
	right: -5px;
	top: -5px;
}

.cancelthis:hover {
	cursor: pointer;
	color: #F34D23;
}

.nobotline {
	border-bottom: none !important;
}

.padt5 {
	padding-top: 5px !important;
}

.marl20 {
	margin-left: 20px;
}

.tit-tab {
	padding: 5px 10px;
}

.productTab {
	height: 20px;
}

.productTab li {
	display: inline-block;
	cursor: pointer;
	background: #f3f3f3;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	border-bottom: 1px solid #f3f3f3;
	width: 100px;
	text-align: center;
	color: #777777;
}

.productTab li.active {
	color: #f34d23;
	font-weight: 600;
	border: none;
	border-bottom: 1px solid #f34d23;
}

.fjselect {
	display: inline-block;
	font-size: 12px;
	padding-top: 0.35rem;
	margin-bottom: 0.5rem;
	padding-left: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}

.fjselect input {
	display: none;
}

.fjselect input[type=checkbox]+i {
	    width: 100%;
		min-width: 53px;
		border: 1px solid #bdbdbd;
	    position: absolute;
	    left: 0;
	    top: 0;
	    border-radius: 3px;
	    height: 100%;
	    z-index: 9 !important;
	    content: '';
}
.fjselect input[type=radio]+i {
	    width: 100%;
		min-width: 53px;
		border: 1px solid #bdbdbd;
	    position: absolute;
	    left: 0;
	    top: 0;
	    border-radius: 3px;
	    height: 100%;
	    z-index: 9 !important;
	    content: '';
}

.fjselect span {
	display: inline-block;
	min-width: 53px;
	height: 21px;
	line-height: 20px;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #767676;
	padding:0 15px;
	text-align: center;
}

.fjselect input[type=checkbox]:checked+i {
	border: 1px solid #F34D23;
	line-height: 28px;
}
.fjselect input[type=radio]:checked+i {
	border: 1px solid #F34D23;
	line-height: 28px;
}
.sendMail{
	margin-right:20px;
	color: #009242;
	cursor: pointer;
	
}
/*订单筛选多选样式*/
.zgckbox {
	display: inline-block;
	font-size: 12px;
	position: relative;
	cursor: pointer;
}

.zgckbox input {
	display: none;
}
.zgckbox span{
		padding-left:22px;
		font-size: 15px;
		display: inline-block;
	}
.zgckbox input[type=checkbox]+i {
		width:12px;
		height:12px;
		border: 1px solid #b1b1b1;
	    position: absolute;
	    left: 0;
	    top: 0;
	    z-index: 9 !important;
	    content: '';
		background: #f6f6f6;
}
.zgckbox.ckbox input[type=checkbox]+i {
	    top: 22px;
}
.zgckbox input[type=checkbox]:checked+i {
	border: 1px solid #b1b1b1;
	background: #fff;
}
.zgckbox input[type=checkbox]:checked+i:after {
		font-family: 'kfont';
		content: '\e65a';
		position: absolute;
		font-size: 12px;
		left: 0px;
		top: 0px;
		color: #009242;
	}
	.marl-16{
		 margin-left:16px;
	}
/**订单筛选多选样式 end**/
.mailpop{
	position: fixed;
	top: 0;
	left:0;
	bottom:0;
	right: 0;
}
.mailpop .kiconshanchu1{
	float: right;
	margin-right: 15px;
}
.popheader .kiconshanchu1{
	cursor: pointer;
}
.popheader .kiconshanchu1:hover{
	color: #F34D23;
}
.defmail{
	margin-bottom: 15px;
}
.defmail span{
	display: inline-block;
	border:1px dashed #999;
	padding:3px 10px;
	margin-right:10px;
	
}
.defmail span:last-child{
	margin-right: 0;
}
.defmail span:hover{
	border:1px dashed #F34D23;
	cursor: pointer;
	color:#F34D23
}
#mailinput{
	border: 1px solid #a6a6a6;
	width: 60%;
	margin: 10px auto 0;
	outline: none;
	height: 30px;
	border-radius: 4px;
	padding-left:1em;
}

#msgnum{
	display: none;
}
.centerLink{
	cursor: pointer;
}
.crumbs .fr a:last-child{
	display: none;
}
.izl-rmenu .btn-phone .phone {
    background-color: #ff811b;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 38px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}
.izl-rmenu .btn-phone .phone {
    background: #fb6b40;
    color: #fff;
    line-height: 47px;
    border-radius: 100px 0 0 100px;
}

/***平板显示效果*****/
@media screen and (min-width:768px) and (max-width: 1024px) {
	.container {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	.mlogo img.logo {
		height: 26px;
		margin-top: 17px;
	}

	.menus {
		width: 100px;

	}

	.menus a.product-m {
		margin-left: 5px !important;
	}

	.hotline {
		width: 200px;
		margin-left: 0 !important;
	}

	.search {
		width: 250px
	}

	.topbg .container,
	.logobg .container,
	footer .container,
	.bot-service .container {
		width: 96%;
	}

	nav {
		height: 200px;
		position:absolute;
		top:-200px;
		left:0px;
	}

	nav ul li {
		width: 20%;
		margin-bottom: 10px;
	}

	nav ul li span {
		width: 45px;
		height: 45px;
	}

	nav ul li h3 {
		font-size: 12px;
	}

	#menus {
		height: 60vh;
		padding-top: 15px;
	}

	.menusl {
		padding-left: 15px;
	}

	.menusr {
		width: 75%;
		padding-left: 10px;
	}

	.menusr li .productbox {
		width: 140px;
		height: 140px;
		margin: 0 auto 5px;
		overflow: hidden;
	}

	.closebtn {
		display: block;
	}



	footer {
		padding-top: 30px;
		height: auto;
	}

	footer .bottomlogo {
		height: 300px;
	}

	.footerlogo {
		padding-top: 0;
	}

	.footerlogo img {
		height: 30px;
	}

	footer .footermenus {
		padding-top: 10px;
	}

	.copyright {
		text-align: center;
		font-size: 12px;
		color: #999;
	}

	.container.product-list {
		width: 96%;
	}

	.product-con li {
		width: 100%;
		float: none;
	}

	.product-con li a {
		width: auto;
	}

	.product-con li .r-text {
		width: 400px;
	}

	.product-con.product-ps li {
		width: 49%;
		float: left;
		margin-right: 2%;
	}

	.product-con.product-ps li:nth-child(2n) {
		margin-right: 0;
	}

	.product-con.product-ps li:nth-child(4n) {
		margin-right: 0px;
	}
}
