/* 列表页样式 */
.produce-nav {
	width: 100%;
}
.produce-nav-item {
	display: table-cell;
	margin: 0.25rem 7.5%;
	float: left;
	width: 35%;
}
.produce-list {
	margin-top: 0.5rem;
}
.imgs {
	display: block;
}
.imgs img {
	width: 70%;
}
#products {
	background-color: #f8f8f8;
	padding-bottom: 0.5rem;
}
#products .products-main {
	padding-bottom: 0.6rem;
	width: 100%;
	font-size: 0;
}
#products .products-main .item {
	width: 50%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding: 0 0.1rem 0.1rem 0;
	zoom: 1;
	position: relative;
}
#products .products-main .item .contai {
	height: 100%;
}
#products .products-main .item .btnbox {
	position: absolute;
	bottom: 0.3rem;
	left: 0;
	width: calc(100% - 0.1rem);
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	z-index: 1;
	opacity: 1;/*visibility: hidden;*/
}
#products .products-main .item .btnbox a {
	font-size: 12px;
	display: inline-block;
	height: 27px;
	line-height: 27px;
	width: 80px;
	box-sizing: border-box;
	border: 1px solid #f3f3f3;
	border-radius: 4px;
	margin: 0 7px;
	background: #fff;
	color: #494949;
	transition: all .3s ease-out;/*opacity: 0;*/
}
#products .products-main .item .btnbox a.purchase {
	background-color: #007bc8;
	color: #ffffff;
	border: 1px solid #007bc8;
}
#products .products-main .item .box {
	background-color: #fff;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	padding-bottom: .4rem;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0);
	transition: all .3s ease-out;
	height: 100%;
	box-sizing: border-box;
}
#products .products-main .item .box .imgs {
	padding: 38px 26px 30px;
}
#products .products-main .item .tit {
	color: #666;
	transition: all .3s ease-out;
	font-size: 0.24rem;
	padding-bottom: 0;
	margin-bottom: 0;
}
#products .products-main .item .d2 {
	color: #7f7f7f;
	transition: all .3s ease-out;
	padding: 0 0.3rem;
	font-size: .24rem;
	height: 2em;
	font-weight: 300;
}
#products .products-main .item .d3 {
	color: #2080bf;
	display: inline-block;
	background: url('../images/pro_arrow.svg') no-repeat right center/7px auto;
	font-size: 0.2rem;
	background-size: 0.08rem auto;
	margin-top: 0.1rem;
	padding-right: 0.14rem;
	line-height: 30px;
	opacity: 0;
          pointer-events: none;
}
#products .products-main .item .box .imgs {
	padding: 0.3rem 0.1rem 0.2rem;
}
#products .products-main li {
	padding-bottom: 1.1rem;
}
/* 工具类 */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}

@media (max-width: 991px) and (min-width: 768px) {
.visible-sm {
	display: block !important;
}
.hidden-sm {
	display: none !important;
}
}

@media (max-width: 767px) {
.visible-xs {
	display: block !important;
}
.hidden-xs {
	display: none !important;
}
}

@media (max-width: 1200px) and (min-width: 992px) {
.visible-md {
	display: block !important;
}
.hidden-md {
	display: none !important;
}
}

@media (min-width: 1201px) {
.visible-lg {
	display: inline-block !important;
}
}
/* 产品页按钮 */
.produce-button {
	float: left;
	width: 100%;
	display: block;
	background: none;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	color: #48a6fe;
	border-color: #48a6fe;
	border-radius: 5px;
	border: 1px solid;
	cursor: pointer;
}
.produce-button:focus {
	outline: none;
}
.produce-button > span {
	vertical-align: middle;
}
.button-winona {
	overflow: hidden;
	padding: 0;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-winona::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -12%;
	opacity: 0;
	color: #fff;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.button-winona > span {
	display: block;
}
.button-winona::after, .button-winona > span {
	padding: 0.5em 1em;
	font-size: 0.3rem;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-winona:hover {
	border-color: #48a6fe;
	background-color: rgba(72, 166, 254, 0.9);
}
.button-winona:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button-winona:hover > span {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}
.click {
	border-color: #48a6fe;
	background-color: rgba(72, 166, 254, 0.9);
	color: #fff;
}
/* 产品详情页 */
.peoducts-headline {
	max-width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	background-color: #fff;
}
.peoducts-headline a {
	display: block;
	width: 92%;
	margin: 0 auto;
	font-size: 0.35rem;
	line-height: 1rem;
}
.peoducts-page {
	width: 100%;
	height: auto;
	margin-bottom: 43px;
}
.peoducts-page img {
	width: 100%;
	text-align: center;
}
.products-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 43px;
}
.products-fixed a {
	font-size: 0.25rem;
	color: #FFF;
}
.products-fixed svg {
	padding-right: 0.1rem;
}
.products-fixed .zx {
	width: 33.333%;
	float: left;
	text-align: center;
	height: 43px;
	font-size: 16px;
	line-height: 43px;
	background-color: rgb(56, 114, 188);
}
.products-fixed .tm {
	width: 33.333%;
	float: left;
	text-align: center;
	height: 43px;
	font-size: 16px;
	line-height: 43px;
	background-color: rgba(255, 0, 43, 0.8)
}
.products-fixed .jd {
	width: 33.333%;
	float: left;
	text-align: center;
	height: 43px;
	font-size: 16px;
	line-height: 43px;
	background-color: rgba(245, 52, 21, 0.8)
}
.icon-products {
	width: 2.5em;
	height: 2.5em;
	vertical-align: -0.85em;
	fill: currentColor;
	overflow: hidden;
}
