/* css reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;

}

nav {
	overflow: hidden;
}

body {
	line-height: 1;
	font-size: 14px;
	font-family: "microsoft yahei";
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

/********/
.clear {
	clear: both;
	overflow: hidden;
}

.gray-bg {
	background: #E8E8E8;
}

.text-zhuti {
	color: #1d8c42;
}

.text-gray {
	color: #3c3d3f;
}

.text-bold {
	font-weight: bold;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hidden {
	display: none;
}

.show {
	display: block !important;
}

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

.container {
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
}

.mainbg {
	background: #f0f1f3;
}

.marb-50 {
	padding-bottom: 135px;
}

.tabCon .tabcon-item {
	display: none;

}

.tabCon .tabcon-item.show {
	display: block;
}

.tabTit {
	background: #f3f3f3;
}

.tabTit li {
	display: inline-block;
	cursor: pointer;
	background: #f3f3f3;
	height: 64px;
	line-height: 64px;
	font-size: 20px;
	border-bottom: 2px solid #f3f3f3;
	width: 140px;
	text-align: center;
	border-right: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	color: #777777;
}

.tabTit li.active {
	color: #f34d23;
	font-weight: 600;
	border-bottom: 2px solid #f34d23;
	border-right: 1px solid #f1a895;
	border-left: 1px solid #f1a895;

}

.goodtips {
	background: #009242;
	color: #fff;
	font-size: 10px;
	font-weight: lighter;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	padding-bottom: 2px;
}

.price-text {
	color: #f34d23;
}

.font-price {
	font-size: 25px;
	color: #f34d23;
}

.font-price::before {
	content: '￥';
	font-size: 20px;
}

.lineheight40 {
	line-height: 40px;
}

.buy-tips {
	padding-top: 7px;
}

.noborder {
	border: none !important;
}

.noba::before {
	display: none;
}

.orangetext {
	color: #f34d23;
}

/**表格样式**/
.responsive-table {
	background: #fff;
	border-radius: 0px;
	padding: 0px;
	margin-top: 0px;
	border: 1px solid #e6e6e6;
	border-bottom: none;
}

.responsive-table li {
	border-radius: 3px;
	padding: 12px 16px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e6e6e6;
}

.responsive-table .table-header {
	background-color: #f8f8f8;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	border-radius: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #e6e6e6;
}

.responsive-table .table-row {
	background-color: #fff;
}

.responsive-table .g-col-1 {
	flex-basis: 10%;
}

.responsive-table .g-col-2 {
	flex-basis: 20%;
}

.responsive-table .g-col-3 {
	flex-basis: 30%;
}

.responsive-table .g-col-4 {
	flex-basis: 40%;
}

.responsive-table .g-col-5 {
	flex-basis: 50%;
}

.responsive-table .g-col-6 {
	flex-basis: 60%;
}

.responsive-table .g-col-7 {
	flex-basis: 70%;
}

.responsive-table .g-col-8 {
	flex-basis: 80%;
}

.responsive-table .g-col-9 {
	flex-basis: 90%;
}

.g-col-35 {
	flex-basis: 35%;
}

.g-col-15 {
	flex-basis: 15%;
}

.g-col-30 {
	flex-basis: 30%;
}

.g-col-25 {
	flex-basis: 25%;
}

.g-col-20 {
	flex-basis: 20%;
}

.g-col-10 {
	flex-basis: 10%;
}

.g-col-25 {
	flex-basis: 25%;
	text-align: center;
}

.g-col-50 {
	flex-basis: 50%;
}

.g-col-65 {
	flex-basis: 65%;
}

.g-col-40 {
	flex-basis: 60%;
}

/***分页**/
.pagination {
	text-align: right;
	margin-top: 20px;
}

.pagination ul {
	background-color: #fff;
	padding: 8px 12px;
	display: inline-block;
	border-radius: 1000px;

}

.pagination ul li {
	display: inline-block;
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 23px;
	font-size: 14px;
	border-radius: 100px;
	margin-left: 4px;
}

.pagination ul li:first-child,
.pagination ul li:last-child {
	background: #686868;
}

.pagination ul li:first-child a,
.pagination ul li:last-child a {
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.pagination ul li.currentpage {
	background: orangered;
	color: #fff;
}

.pagination ul li:hover {
	background: orangered;
	color: #fff;
}

.pagination ul li:hover a {
	color: #fff;
}

.pagination ul li.currentpage a {
	color: #fff;
}

.pagination ul li.disablepage {
	background: #bbb;
}

.pagination {
	text-align: center !important;
}



/**面板样式***/
.panelbox {
	width: 100%;
	background: #fff;
	height: 100%;
}

.panelbox .panelTit {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #f3f3f3;
	padding-left: 25px;
	font-size: 17px;
	position: relative;
}

.panelbox .panelTit .kfont {
	color: #30a160;
	margin-right: 5px;
	font-size: 17px;
}

/**列表样式**/
.listnormal {
	margin-bottom: 6px;
}

.listnormal .list-l {
	float: left;
	line-height: 1.4;
	width: 75px;
	padding-left: 50px;
}

.listnormal .list-r {
	float: left;
	line-height: 1.4;
	width: calc(100% - 125px);
}

.myrow {
	margin-top: 7px;
}

.myrow .w800 {
	width: 600px;
	float: left;
	min-height: 170px;
}

.myrow .w400 {
	width: 390px;
	padding-left: 5px;
	float: left;
	min-height: 170px;
}

.myrow .w800 .panelbox,
.myrow .w400 .panelbox {
	min-height: 170px;
}

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

.pdt-20 {
	padding-top: 20px;
}

.pdl-25 {
	padding-left: 26px;
}

.pdt-50 {
	padding-top: 50px;

}

.pdb-30 {
	padding-bottom: 30px;
}

.font20 {
	font-size: 20px;
}

.relative {
	position: relative;
}

.normalbtn {
	font-size: 15px;
	padding: 5px 9px;
	background: #30a160;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	outline: none;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #30a160 !important;
	background-color: #30a160 !important;
}

.izl-rmenu {
	position: fixed;
	_position: absolute;
	right: 0;
	margin-right: 20px;
	bottom: 25%;
	padding-bottom: 0px;
	background: 0px bottom no-repeat;
	z-index: 999;
}

.fixedbox {
	_position: absolute;
	_clear: both;
	_top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) - 1: document.body.scrollTop +(document.body.clientHeight-this.clientHeight) - 1);
}

.izl-rmenu .btn {
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	position: relative;
	color: #606060;
	background: #fff;
	text-align: center;
}

.izl-rmenu .btn span {
	font-size: 33px;
}

.izl-rmenu .btn .showewm {
	line-height: 1.1;
	position: absolute;
	left: -126px;
	bottom: 0px;
	display: none;
	width: 106px;
	padding: 5px;
	font-size: 12px;
	background: #fff;
}

.izl-rmenu .btn .showewm img {
	width: 100%;
}

.izl-rmenu .btn .showewm h3 {
	font-size: 11px;
	line-height: 1.1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.text-left{
	text-align: left!important;
}
.text-gray-9a{
	color: #9a9a9a;
	font-size:12px
}
.marr-20{
	margin-right: 20px;
}
/*产品详情页右侧浮动样式**/
#contactbox .izl-rmenu {
	position: fixed;
	_position: absolute;
	right: 0;
	margin-right: 20px;
	bottom: 25%;
	padding-bottom: 0px;
	background: 0px bottom no-repeat;
	z-index: 999;
}

#contactbox .izl-rmenu .btn {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background:#009242;
	color: #fff;
	font-weight: normal;
	margin-bottom: 13px;

}
#contactbox .izl-rmenu .btn-cart{
	position: relative;
}

#contactbox .izl-rmenu .btn-cart 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: 0;
		top: 0;
}
#contactbox .izl-rmenu .btn span {
	font-size: 26px;
}
#contactbox .izl-rmenu .btn-top{
	background-color:#b5b5b5;
}
#contactbox span.kiconLeft{
	transform: rotate(180deg);
}