@charset "utf-8";
html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-justify: inter-ideograph;
}
a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}
* {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-touch-callout: none;
	margin: 0
}
::-webkit-scrollbar {
width:10px;
height:10px
}
::-webkit-scrollbar-track {
border-radius:0;
background:rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb {
background:rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover {
background:rgba(0,0,0,0.4);
background-color:#009b4c;
}
input, textarea {
	-webkit-user-select: text
}
/*分页样式*/
.pglist {
	padding: 30px 0 15px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #333;
	padding: 0 15px;
	margin: 0 4px;
	background: #fff;
	border: 1px solid #edebeb;
}
.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #009b4c;
	border-color: #009b4c;
}
/*返回首页*/
#tip {
	padding-top: 30px;
	min-height: 640px;
}
#tip b {
	color: #009b4c;
}
/*网站地图*/
.sitemap {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.sitemap dt {
	float: left;
	margin-right: 2%;
	width: 14.66666667%;
}
.sitemap dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}
.sitemap dt a:hover {
	background: #ccc;
	color: #fff;
}
.sitemap dd {
	float: left;
	width: 83.333333%;
}
.sitemap dd a {
	float: left;
	color: #666;
	padding-right: 35px;
	line-height: 39px;
	transition: none;
}
.sitemap dd a:hover {
	color: #333;
}
/*网站标签*/
.tags_list {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.tags_list dt {
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 14.66666667%;
}
.tags_list dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}
.tags_list dt a:hover {
	background: #ccc;
	color: #fff;
}
.tags {
	overflow: hidden;
	margin-bottom: 20px;
}
.tags span {
	float: left;
	display: block;
	line-height: 40px;
}
.tags a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	line-height: 28px;
	padding: 0 6px;
	margin: 5px;
	background: #fff;
	border: 1px solid #dadada;
}
.tags a:hover {
	background: #009b4c;
	border-color: #009b4c;
	color: #fff;
}
/*评论列表*/
.comment-main {
	width: 100%;
	background: #FFF;
	border-bottom: 3px solid #eee;
	margin-top: 30px;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-main:hover {
	border-bottom: 3px solid #009b4c;
	-webkit-box-shadow: 0 10px 20px 0 #CCC;
	-moz-box-shadow: 0 10px 20px 0 #CCC;
	-ms-box-shadow: 0 10px 20px 0 #CCC;
	-o-box-shadow: 0 10px 20px 0 #CCC;
	box-shadow: 0 10px 20px 0 #CCC;
}
.comment-title {
	width: 100%;
	height: 49px;
	line-height: 50px;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}
.comment-title span {
	float: left;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	display: block;
	padding: 0 30px;
	background: #009b4c;
	color: #FFF;
}
.comment-show-box {
	margin: 20px 12px
}
.comment-show-box .pl-box2 {
	width: 100%
}
.comment-show-box .pl-box2 dl {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
}
.comment-show-box .pl-box2 dl dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.comment-show-box .pl-box2 dl dt img {
	width: 50px;
	height: 50px
}
.comment-show-box .pl-box2 dl dd {
	float: right;
	width: 92%;
}
.comment-show-box .pl-box2 dl dd h1 {
	font-weight: 700;
	font-size: 100%;
}
.comment-show-box .pl-box2 dl dd h1 span {
	color: #656565;
	font-weight: 400;
	float: right;
}
.comment-show-box .pl-box2 dl dd p {
	margin-top: 10px;
	line-height: 20px
}
.comment-show-box .pl-box2 dl dd p.xz-fc1 {
	color: #009b4c;
}
.comment-show-box .xz-cb {
	zoom: 1
}
.comment-show-box .xz-cb:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: "."
}
.c-more {
	text-align: center;
	line-height: normal;
}
.c-more a {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	background: #009b4c;
	color: #ffffff;
	padding: 13px 0;
}
.c-more a:hover {
	background: #333;
}
/*评论表单*/
.comment-show-box .fb-box {
	background: #FAFAFA;
	border: 1px solid #EEE;
	margin-top: 20px;
}
.comment-show-box .fb-box dl {
	float: left;
	width: 97%;
	padding: 12px;
}
.comment-show-box .fb-box dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.comment-show-box .fb-box dt img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px
}
.comment-show-box .fb-box dd {
	float: right;
	width: 92%;
}
.comment-show-box .fb-box dd p {
	color: #656565;
}
.comment-show-box .fb-box dd p textarea {
	width: 97%;
	height: 120px;
	line-height: 20px;
	color: #6C6C6C;
	padding: 12px;
	border: 1px solid #EEE;
	outline: 0;
	font-family: "microsoft yahei";
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-show-box .fb-box dd p textarea:focus {
	border: 1px solid #009b4c;
	box-shadow: 0 0 10px 0 #009b4c
}
.comment-show-box .fb-box-div {
	margin-top: -1px;
	background: #FAFAFA;
	border-radius: 0 0 5px 5px;
	border: 1px solid #EEE;
}
.comment-show-box .fb-box-div dl {
	padding: 12px;
	position: relative;
}
.comment-show-box .fb-box-div dd {
	font-size: 12px;
	line-height: 13px;
	color: #666;
}
.comment-show-box .fb-box-div input {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-ms-border-radius: 0 0 5px 0;
	-o-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 80px;
	height: 39px;
	font-size: 12px;
	line-height: 39px;
	background: #AAA;
	color: #FFF;
	border: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-show-box .fb-box-div input:hover {
	background: #009b4c;
	color: #FFF;
}
/*点赞*/
#mood {
	margin-bottom: 30px;
	text-align: center;
}
#mood p {
	font-size: 16px;
	color: #555;
	font-weight: bold;
	margin-bottom: 20px;
}
#mood a {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	color: #555;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 6px 20px;
	min-width: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#mood a span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	vertical-align: sub;
	background: url(../images/dianzan.png) no-repeat;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#mood a span.dianzan-down {
	background-position: top right;
}
#mood a em {
	font-style: normal;
	font-size: 16px;
}
#mood a:hover {
	background: #009b4c;
	border-color: #009b4c;
	color: #fff;
}
#mood a:hover span.dianzan-up {
	background-position: bottom left;
}
#mood a:hover span.dianzan-down {
	background-position: bottom right;
}
/*视频样式*/
video {
	padding: 5px;
	background-color: #000;
}



.tjzd {
	overflow:hidden;
	width:920px;
	height:400px;
}




.prod-desc[data-v-bd2032da] {
	padding-top:11px;
	padding-bottom:20px;
	float:right;
	width:500px;
}
.full-name[data-v-bd2032da] {
	margin-bottom:20px;
	font-size:18px;
	line-height:28px;
	overflow:hidden;
	word-break:break-all;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	color:#333;
}
.special-fields[data-v-bd2032da] {
	padding:10px 0;
	margin-bottom:10px;
	border-top:1px solid #ffcac6;
	background:#fff8f8;
	height:200px;
}
.field[data-v-bd2032da] {
	position:relative;
	padding:10px 0;
	font-size:16px;
	line-height:1;
}
.field .field-name[data-v-bd2032da] {
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	width:100px;
	padding-left:24px;
	color:#999;
}
.field .field-value[data-v-bd2032da] {
	margin-left:100px;
}
.price[data-v-bd2032da] {
	font-size:30px;
	line-height:38px;
	color:#ef1f1f;
	vertical-align:top;
	max-width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.price[data-v-bd2032da], .quantity[data-v-bd2032da] {
	width:200px;
}
.service[data-v-bd2032da] {
	display:inline-block;
	cursor:pointer;
}
.service .service-icon[data-v-bd2032da] {
	color:#ef1f1f;
	width:22px;
	height:22px;
	line-height:22px;
	vertical-align:top;
}
.ivu-icon {
	display:inline-block;
	font-family:Ionicons;
	speak:none;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	vertical-align:-.125em;
	text-align:center;
}
.ivu-icon-ios-checkmark-circle-outline:before {
	content:"\F16F";
}
.service .service-desc[data-v-bd2032da] {
	display:inline-block;
	margin:0 20px 0 5px;
	line-height:22px;
}
.tip-content-container[data-v-2f947156] {
	position:absolute;
	z-index:100;
}
.input-number[data-v-9ad5dae8] {
	display:inline-block;
	font-size:14px;
	position:relative;
}
.btn[data-v-9ad5dae8] {
	display:inline-block;
	border:1px solid #eee;
	color:#333;
	text-align:center;
	cursor:pointer;
	user-select:none;
}
.btn[data-v-bd2032da] {
	width:143px;
	height:40px;
	margin:10px 12px 0 0;
	font-size:16px;
	margin-left:20px;
}
.ivu-btn-primary.ivu-btn-large {
	background-image:linear-gradient(90deg,#009b4c,#009b4c)!important;
	position:relative;
	transition:color .1s linear,background-color .1s linear;
}
.ivu-btn-primary {
	color:#fff;
	background-color:#ef1f1f;
	border-color:#ef1f1f;
}
.ivu-btn-large {
	height:40px;
	padding:0 15px;
	font-size:16px;
	border-radius:2px;
}
.ivu-btn, .ivu-btn:active, .ivu-btn:focus {
	outline:0;
}
.ivu-btn, .ivu-btn>.ivu-icon {
	line-height:1.5;
}
.ivu-btn {
	display:inline-block;
	margin-bottom:0;
	font-weight:400;
	text-align:center;
	vertical-align:middle;
	touch-action:manipulation;
	cursor:pointer;
	background-image:none;
	border:1px solid transparent;
	white-space:nowrap;
	user-select:none;

}
.ivu-btn-primary.ivu-btn-large span {
	z-index:1;
	position:relative;
}
.ivu-btn>i, .ivu-btn>span {
	display:inline-block;
}



.left_img {
	float:left;
}

input[data-v-9ad5dae8] {
	width:74px;
	border:none;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	outline:none;
	text-align:center;
}
button, input, select, textarea {
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
}
.ivu-icon-ios-remove:before {
	content:"\F292";
}
.ivu-icon-ios-add:before {
	content:"\F102";
}


.fbsj {
	margin-left:24px;
	font-size:16px;
	color:#999;
	margin-top:10px;
}
.fbsj span {
	color:#666;
}
.gkcs {
	margin-left:24px;
	font-size:16px;
	color:#999;
	margin-top:10px;
}
.gkcs span {
	color:#666;
}

.prod-desc {
	width:500px;
	float:right;
	margin-top:20px;
}

.full-name {
	margin-bottom:20px;
	font-size:18px;
	line-height:28px;
	overflow:hidden;
	word-break:break-all;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	color:#333;
}
.special-fields {
	padding:10px 0;
	margin-bottom:10px;
	border-top:1px solid #009b4c;
	background:#ecfff5;
	height:175px;
}
.field-name {
	
	margin-left:24px;
	margin-left:24px;
	font-size:16px;
	color:#999;
	margin-top:10px;
}
.field-name span {
	color:#666;
}
.quantity {
	color:#666;
	font-size:16px;
}
.cpjg {
	margin-left:24px;
	font-size:16px;
	color:#999;
	margin-top:10px;
}
.cpjg span {

	font-size:24px;
	line-height:38px;
	color:#009b4c;
	vertical-align:top;
	max-width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:24px;
}

.ivu-tabs-nav-scroll {
	overflow:hidden;
	white-space:nowrap;
}
.ivu-tabs-nav {
	padding-left:0;
	margin:0;
	float:left;
	list-style:none;
	box-sizing:border-box;
	position:relative;
	transition:transform .5s ease-in-out;2020-8-20
}
.ivu-tabs-ink-bar {
	height:2px;
	box-sizing:border-box;
	background-color:#ef1f1f;
	position:absolute;
	left:0;
	bottom:1px;
	z-index:1;
	transition:transform .3s ease-in-out;
	transform-origin: 0 0;
}
.tabs-wrap .land-tabs[data-v-60f284af] .ivu-tabs-bar .ivu-tabs-tab {
	padding:10px 28px 22px;
	font-size:16px;
	line-height:1;
	margin-right:0;
}
.ivu-tabs-nav .ivu-tabs-tab-active {
	color:#ef1f1f;
}
.ivu-tabs-nav .ivu-tabs-tab {
	display:inline-block;
	height:100%;
	box-sizing:border-box;
	cursor:pointer;
	text-decoration:none;
	position:relative;
	transition:color .3s ease-in-out;
}
.ivu-tabs-nav-container {
	line-height:1.5;
	
}


.cpxq {
	background:#fff;
	border:1px solid #eee;
	margin-top:30px;
}
.xq_top {
	width:920px;
	height:40px;
	border-bottom:1px solid #eee;
}
.xq_top ul li {
	float:left;
	width:90px;
	font-size:16px;
	line-height:40px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.xq_top ul li.cs {
	border-bottom:2px solid #009b4c;
	color:#009b4c;
}


.et2 span{
	font-size:16px;
}

.et2_t {
	border-width: 0.5pt;
	border-style: solid;
	border-color: rgb(0, 155, 76);
	color: rgb(255, 255, 255);
	font-size: 12pt;
	font-weight: 700;
	vertical-align: middle;
	background: rgb(0, 155, 76);
	height: 30.02pt; 
	width: 107.28pt;
	width:143px;
}
.et2_t span {
	font-size:16px;
	text-align:center;
	display:block;
}
.bg {
	width: 500px;
	height: 20px;
	margin-top:20px;
}
.aa {
	border-collapse: collapse;
	width: 107.28pt;
	width:143px;
}
.aaa {
	border-collapse: collapse;
	width: 160.53pt;
	width:214px;
}
.et2_f {
	border-width: 0.5pt;
	border-style: solid;
	border-color: rgb(0, 0, 0);
	color: rgb(0, 0, 0);
	font-size: 12pt;
	vertical-align: middle;
	height: 30px;
	width: 160px;
	white-space: nowrap;
}
.bb {
	border-collapse: collapse;
	width: 77.28pt;
	width:103px;
}
.et3_t {
	border-width: 0.5pt;
	border-style: solid;
	border-color: rgb(0, 155, 76);
	color: rgb(255, 255, 255); 
	font-size: 12pt;
	font-weight: 700;
	vertical-align: middle;
	background: rgb(0, 155, 76);
	height: 43px;
	width: 100px;
	white-space: nowrap;
	line-height:43px;

}
.et3_t {
	font-size:16px;
	text-align:center;
	display:block;
}
.bbb {
	border-collapse: collapse;
	width: 108.03pt;
	width:144px;
}
.et3_f {
	border-width: 0.5pt;
	border-style: solid;
	border-color: rgb(0, 0, 0);
	color: rgb(0, 0, 0); 
	font-size: 12pt;
	text-align: center;
	vertical-align: middle;
	height: 30.02pt;
	width: 108.03pt;
	width:144px;
}
.cc {
	border-collapse: collapse; 
	width: 107.28pt;
	width:143px;
}
.et4_t {
	border-width: 0.5pt;
	border-style: solid;
	border-color: rgb(0, 155, 76); 
	color: rgb(255, 255, 255); 
	font-size: 12pt;
	font-weight: 700; 
	vertical-align: middle;
	background: rgb(0, 155, 76);
	height: 30.02pt; 
	width: 107.28pt;
	width:143px;
}
.et4_t span {
	font-size:16px;
	text-align:center;
	display:block;
}
.ccc {
	border-collapse: collapse;
	width: 160.53pt;
	width:214px;
}
.et4_f {
	border-width: 0.5pt; 
	border-style: solid;
	border-color: rgb(0, 0, 0);
	color: rgb(0, 0, 0);
	font-size: 12pt;
	text-align: center; 
	vertical-align: middle;
	height: 30.02pt;
	width: 160.53pt;
	width:214px;
}
.dd {
	border-collapse: collapse;
	width: 77.28pt;
	width:103px;
}
.et5_t {
	border-width: 0.5pt; 
	border-style: solid;
	border-color: rgb(0, 155, 76);
	color: rgb(255, 255, 255);
	font-size: 12pt;
	font-weight: 700; 
	vertical-align: middle;
	background: rgb(0, 155, 76);
	height: 30px; 
	width: 80px; 
	white-space: nowrap;

}
.et5_t span {
	font-size:16px;
	text-align:center;
	display:block;
}
.ddd {
	border-collapse: collapse;
	width: 108.03pt;
	width:144px;
}
.et5_f {
	border-width: 0.5pt;
	border-style: solid;
	border-color: rgb(0, 0, 0);
	color: rgb(0, 0, 0);
	font-size: 12pt;
	text-align: center;
	vertical-align: middle; 
	height: 30.02pt;
	width: 108.03pt;
	width:144px;
}
.ee {
	border-collapse: collapse;
	width: 107.28pt;
	width:143px;
}
.et6_t {
	border-width: 0.5pt;
	border-style: solid; 
	border-color: rgb(0, 155, 76); 
	color: rgb(255, 255, 255);
	font-size: 12pt;
	font-weight: 700; 
	vertical-align: middle;
	background: rgb(0, 155, 76); 
	height: 30.02pt;
	width: 107.28pt;
	width:143px;
}
.et6_t span {
	font-size:16px;
	text-align:center;
	display:block;
}
.eee {
	border-collapse: collapse;
	width: 160.53pt;
	width:214px;
}
.et6_f {
	border-width: 0.5pt;
	border-style: solid; 
	border-color: rgb(0, 0, 0);
	color: rgb(0, 0, 0);
	font-size: 12pt;
	text-align: center; 
	vertical-align: middle;
	height: 30.02pt; 
	width: 160.53pt;
	width:214px;
}
.ff {
	border-collapse: collapse;
	width: 77.28pt;
	width:103px;
}
.et7_t {
	border-width: 0.5pt;
	border-style: solid;
	border-color: rgb(0, 155, 76);
	color: rgb(255, 255, 255);
	font-size: 12pt;
	font-weight: 700;
	vertical-align: middle;
	background: rgb(0, 155, 76); 
	height: 30px; 
	width: 80px; 
	white-space: nowrap;

}
.et7_t span {
	font-size:16px;
	text-align:center;
	display:block;
}
.fff {
	border-collapse: collapse;
	width: 108.03pt;
	width:144px;
}
.et7_f {
	border-width: 0.5pt;
	border-style: solid;
	border-color: rgb(0, 0, 0);
	color: rgb(0, 0, 0);
	font-size: 12pt;
	text-align: center; 
	vertical-align: middle; 
	height: 30.02pt;
	width: 108.03pt;
	width:144px;
}
.gg {
	border-collapse: collapse; 
	width: 107.28pt;
	width:143px;
}
.et8_t {
	border-width: 0.5pt; 
	border-style: solid;
	border-color: rgb(0, 155, 76);
	color: rgb(255, 255, 255);
	font-size: 12pt; 
	font-weight: 700;
	vertical-align: middle;
	background: rgb(0, 155, 76);
	height: 30.02pt;
	width: 107.28pt;
	width:143px;
}

.et8_t span {
	font-size:16px;
	text-align:center;
	display:block;
}
.ggg {
	border-collapse: collapse; 
	width: 160.53pt;
	width:214px;
}
.et8_f {
	border-width: 0.5pt;
	border-style: solid;
	border-color: rgb(0, 0, 0);
	color: rgb(0, 0, 0);
	font-size: 12pt;
	text-align: center;
	vertical-align: middle;
	height: 30.02pt;
	width: 160.53pt;
	width:214px;
}
.hh {
	border-collapse: collapse;
	width: 77.28pt;
	width:103px;
}
.et9_t {
	border-width: 0.5pt;
	border-style: solid;
	border-color: rgb(0, 155, 76);
	color: rgb(255, 255, 255); 
	font-size: 12pt;
	font-weight: 700;
	vertical-align: middle;
	background: rgb(0, 155, 76);
	height: 30px; 
	width: 80px;
	white-space: nowrap;

}
.et9_t span {
	font-size:16px;
	text-align:center;
	display:block;
}
.hhh {
	border-collapse: collapse;
	width: 108.03pt;
	width:144px;
}
.et9_f {
	border-width: 0.5pt;
	border-style: solid;
	border-color: rgb(0, 0, 0);
	color: rgb(0, 0, 0);
	font-size: 12pt;
	text-align: center;
	vertical-align: middle;
	height: 30.02pt;
	width: 108.03pt;
	width:144px;
}