@charset "utf-8";

/*
 *
 * 
 *
 * 
 * Style - Product
 * Version: 6.1
 */

/* ---------- featured-product ---------- */
@media (min-width: 1200px){
	.container {
		width: 1200px ;
	}
}
.name h1{
	text-align: left ;
}
.name{
	display: flex;
	justify-content: flex-start;
}
.featured-product {
	margin-bottom: 15px;
	border: 1px solid #eeeeee;
}

.featured-product .featured-product-heading {
	padding: 10px;
}

.featured-product .featured-product-heading h4 {
	color: #ff8b00;
	font-weight: normal;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(left, #ff4a7d, #ff8b00);
}

.featured-product .featured-product-body {
	padding: 10px;
}

.featured-product .featured-product-body li {
	line-height: 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
	text-align: center;
}

.featured-product .featured-product-body li img {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.featured-product .featured-product-body li:hover img {
	opacity: 0.8;
}

.featured-product .featured-product-body li:last-child {
	margin-bottom: 0px;
	border-bottom: none;
	text-align: center;
}

.featured-product .featured-product-body li strong {
	color: #f04134;
}

.featured-product .featured-product-body li del {
	color: #bfbfbf;
	font-weight: normal;
}

.featured-product .featured-product-body li h5 {
	line-height: 25px;
	font-weight: normal;
}

.featured-product .featured-product-body li h6 {
	line-height: 25px;
	color: #f56a00;
	font-weight: normal;
}

/* ---------- product-list ---------- */
.product-list .filter {
	margin-bottom: 10px;
}

.product-list .filter .filter-body {
	border: 1px solid #eeeeee;
}
.aaaa {
	width: 90px;
	position: relative;
}
.product-list .filter .filter-body dl dt {
	line-height: 40px;
	padding-left: 17px;
	text-align: left;
	width: 108px;
}

.product-list .filter .filter-body dl dd {
	/*position: relative;*/
	border-bottom: 1px solid #f8f8f8;
	margin-left: 0;
}

.product-list .filter .filter-body dl dd:last-child {
	border-bottom: none;
}

.product-list .filter .filter-body dl dd:nth-of-type(3) {
	border-bottom-width: 0px;
}

.product-list .filter.expanded .filter-body dl dd:nth-of-type(3) {
	border-bottom-width: 1px;
}

.product-list .filter .filter-body dl dt:nth-of-type(n+4), .product-list .filter .filter-body dl dd:nth-of-type(n+4) {
	display: none;
}

.product-list .filter.expanded .filter-body dl dt:nth-of-type(n+4), .product-list .filter.expanded .filter-body dl dd:nth-of-type(n+4) {
	display: block;
}

.product-list .filter .filter-body dl dd .text-filter-group {
	height: 30px;
	line-height: 30px;
	margin: 5px 30px 5px 0px;
	overflow: hidden;
}

.product-list .filter .filter-body dl dd .text-filter-group li {
	float: left;
	margin-right: 30px;
	white-space: nowrap;
}

.product-list .filter .filter-body dl dd .text-filter-group li a {
	padding: 2px 5px;
}

.product-list .filter .filter-body dl dd .text-filter-group li.active a {
	color: #ffffff;
	border-radius: 3px;
	background-color: #ff6900;
}

.product-list .filter .filter-body dl dd .image-filter-group {
	height: 45px;
	margin: 5px 30px 5px 0px;
	overflow: hidden;
}

.product-list .filter .filter-body dl dd .image-filter-group li {
	width: 10%;
	height: 45px;
	line-height: 45px;
	float: left;
	text-align: center;
	overflow: hidden;
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.product-list .filter .filter-body dl dd .image-filter-group li:nth-child(-n+10) {
	border-top: 1px solid #eeeeee;
}

.product-list .filter .filter-body dl dd .image-filter-group li:nth-child(10n+1) {
	border-left: 1px solid #eeeeee;
}

.product-list .filter .filter-body dl dd .image-filter-group li:hover {
	position: relative;
	box-shadow: 0px 0px 10px rgba(245, 106, 0, 0.1);
	border: 1px solid #f56a00;
}

.product-list .filter .filter-body dl dd .image-filter-group li:not(:nth-child(-n+10)):hover {
	height: 46px;
	margin-top: -1px;
}

.product-list .filter .filter-body dl dd .image-filter-group li:not(:nth-child(10n+1)):hover {
	width: -webkit-calc(10% + 1px);
	width: calc(10% + 1px);
	margin-left: -1px;
}

.product-list .filter .filter-body dl dd .image-filter-group li.active {
	position: relative;
	box-shadow: 0px 0px 10px rgba(245, 106, 0, 0.1);
	border: 1px solid #f56a00;
}

.product-list .filter .filter-body dl dd .image-filter-group li.active:not(:nth-child(-n+10)) {
	height: 46px;
	margin-top: -1px;
}

.product-list .filter .filter-body dl dd .image-filter-group li.active:not(:nth-child(10n+1)) {
	width: -webkit-calc(10% + 1px);
	width: calc(10% + 1px);
	margin-left: -1px;
}

.product-list .filter .filter-body dl dd .image-filter-group li:nth-child(n+11) {
	visibility: hidden;
}

.product-list .filter .filter-body dl dd .image-filter-group.expanded li:nth-child(n+11) {
	visibility: visible;
}

.product-list .filter .filter-body dl dd .image-filter-group li a {
	display: block;
}

.product-list .filter .filter-body dl dd .image-filter-group li strong {
	display: none;
}

.product-list .filter .filter-body dl dd .image-filter-group li:hover img {
	display: none;
}

.product-list .filter .filter-body dl dd .image-filter-group li:hover strong {
	display: inline;
}

.product-list .filter .filter-body dl dd .expanded {
	height: auto;
	max-height: 200px;
	overflow: auto;
}

.product-list .filter .filter-body dl dd .filter-group-collapse {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}

.product-list .filter .filter-body dl dd .filter-group-collapse .iconfont {
	display: inline-block;
}

.product-list .filter .filter-body dl dd .expanded+.filter-group-collapse .iconfont {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.product-list .filter .filter-footer {
	height: 20px;
	position: relative;
	border-top: 2px solid #f8f8f8;
}

.product-list .filter .filter-footer .filter-collapse {
	display: none;
	padding: 0px 15px;
	position: absolute;
	top: 0px;
	left: 50%;
	border: 1px solid #eeeeee;
	border-top: none;
	background-color: #f8f8f8;
}

.product-list .filter .filter-footer .filter-collapse .iconfont {
	display: inline-block;
}

.product-list .filter.expanded .filter-footer .filter-collapse .iconfont {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.product-list .bar {
	margin-bottom: 15px;
	border: 1px solid #eeeeee;
	background-color: #f8f8f8;
}

.product-list .bar .bar-item {
	height: 40px;
	line-height: 40px;
	display: block;
	float: left;
	padding: 0px 15px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	border-right: 1px solid #eeeeee;
}

.product-list .bar .bar-item:last-child {
	border-right: none;
	border-left: 1px solid #eeeeee;
}

.product-list .bar .bar-item:hover {
	background-color: #ffffff;
}

.product-list .bar .bar-item.active {
	height: 42px;
	line-height: 42px;
	margin: -1px 0px;
	color: #ffffff;
	background-color: #d90910;
}

.product-list .bar .bar-item .checkbox {
	line-height: 16px;
}

.product-list .bar .bar-item input {
	width: 80px;
	height: 24px;
	line-height: 14px;
	padding: 0px 5px;
	text-align: center;
	outline: none;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
	border: 1px solid #eeeeee;
}

.product-list .bar .bar-item input::-webkit-input-placeholder {
	color: #cccccc;
}

.product-list .bar .bar-item input::-moz-placeholder {
	color: #cccccc;
}

.product-list .bar .bar-item input::-ms-input-placeholder {
	color: #cccccc;
}

.product-list .bar .bar-item button {
	height: 24px;
	line-height: 14px;
	padding: 0px 5px;
	margin-left: 5px;
	color: #999999;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
}

.product-list .bar .bar-item:hover input, .product-list .bar .bar-item:hover button {
	color: #666666;
	border-color: #cccccc;
}

.product-list .bar .bar-item input:hover, .product-list .bar .bar-item button:hover {
	color: #ff6900;
	border-color: #ff6900;
}

.product-list .list {
	margin-bottom: 15px;
}

.product-list .list .list-item {
	width: -webkit-calc((100% - 15px * 4) / 5);
	width: 100%;
	min-width: 1100px;
	height: 128px;
	line-height: 25px;
	float: left;
	padding: 10px 10px 0px 10px;
	/*margin-top: 15px;*/
	margin-right: 15px;
	position: relative;
	overflow: hidden;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
	border: 1px solid #eeeeee;
	background: #EBF2FC;
}
.listimg {
	width: 82px;
	height: 82px;
	margin: 9px 8px 0px 0px;
}
.product-list .list .list-item:nth-child(-n+5) {
	margin-top: 0px;
}

.product-list .list .list-item:nth-child(5n) {
	margin-right: -1px;
}

.product-list .list .list-item:hover {
	box-shadow: 0px 0px 10px rgba(245, 106, 0, 0.1);
	border: 1px solid #f56a00;
}

.product-list .list .list-item strong {
	color: #f04134;
}

.product-list .list .list-item del {
	color: #bfbfbf;
	font-weight: normal;
}

.product-list .list .list-item h5 {
	line-height: 20px;
	font-weight: normal;
}

.product-list .list .list-item h6 {
	line-height: 20px;
	color: #f56a00;
	font-weight: normal;
}

.product-list .list .list-item .label {
	margin-left: 10px;
}

.product-list .list .list-item .list-item-footer {
	padding: 2px 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
	left: 10px;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
	border-top: 1px solid #f8f8f8;
}

.product-list .list .list-item .list-item-footer a {
	padding: 0px 10px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	border-right: 1px solid #eeeeee;
}

.product-list .list .list-item .list-item-footer a:last-child {
	border-right: none;
}

.product-list .list .list-item:hover .list-item-footer {
	border-color: #eeeeee;
}

.product-list .list .list-item:hover .list-item-footer a {
	color: #ff6900;
}

.product-list .pagination {
	margin-top: 0px;
	margin-bottom: 15px;
}

.product-list .no-result {
	margin-bottom: 15px;
}
.product-li-12 span{
	/*display: block;*/
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.product-list .no-result dl dt {
	line-height: 50px;
	color: #ff6900;
	font-size: 14px;
}

.product-list .no-result dl dd {
	line-height: 30px;
	color: #999999;
}

.product-list .compare-bar {
	width: 1105px;
	display: none;
	padding: 0px 15px;
	margin-left: 225px;
	position: fixed;
	bottom: 0px;
	border: 1px solid #dddddd;
	border-bottom: 0px;
	z-index: 500;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}

.product-list .compare-bar .compare-bar-heading h5 {
	padding: 10px 0px;
	border-image: -webkit-linear-gradient(left, #f8f8f8, #e8e8e8, #f8f8f8) 1;
	border-image: -moz-linear-gradient(left, #f8f8f8, #e8e8e8, #f8f8f8) 1;
	border-image: linear-gradient(left, #f8f8f8, #e8e8e8, #f8f8f8) 1;
	border-width: 0px 0px 1px 0px;
	border-bottom: 1px solid #e8e8e8;
}

.product-list .compare-bar .compare-bar-body {
	padding: 15px 0px;
}

.product-list .compare-bar .compare-bar-body ul li {
	width: 225px;
	line-height: 25px;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
	float: left;
}

.product-list .compare-bar .compare-bar-body ul li a.delete-compare {
	display: none;
	position: absolute;
	right: 10px;
	bottom: 0px;
}

.product-list .compare-bar .compare-bar-body ul li:hover a.delete-compare {
	display: block;
}

.product-list .compare-bar .compare-bar-body ul li:last-child {
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px;
}

.product-list .compare-bar .media {
	margin: 0px;
}

.product-list .compare-bar .media .media-left {
	min-width: 70px;
}

.product-list .compare-bar .media .media-body h5 {
	width: 155px;
	font-weight: normal;
}

.product-list .compare-bar .compare-bar-body .action {
	width: 143px;
	padding: 0px 30px 0px 40px;
	float: right;
	text-align: center;
	border-left: 1px dotted #dddddd;
}

.product-list .compare-bar .compare-bar-body .action .btn-primary {
	margin-bottom: 12px;
}

/* ---------- product-detail ---------- */
.product-detail .product-notify-modal .modal-body {
	padding: 50px 0px;
}

.product-detail .product-notify-modal .modal-body .form-group {
	margin-bottom: 0px;
}

.product-detail .product-image {
	margin-bottom: 15px;
}

.product-detail .product-image .medium-product-image {
	height: 320px;
	margin-bottom: 10px;
}

.product-detail .product-image .medium-product-image img {
	border: 1px solid #eeeeee;
	height: 100%;
}

.product-detail .product-image .medium-product-image .zoomPad * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.product-detail .product-image .medium-product-image .zoomPreload {
	width: 100%;
	height: 100%;
	border: none;
	background-position: center;
}

.product-detail .product-image .medium-product-image .zoomPup {
	border-color: #eeeeee;
}

.product-detail .product-image .medium-product-image .zoomWrapper {
	border-color: #eeeeee;
}

.product-detail .product-image .thumbnail-product-image {
	height: 50px;
	padding: 0px 21px;
}

.product-detail .product-image .thumbnail-product-image .carousel-inner .item a {
	float: left;
}

.product-detail .product-image .thumbnail-product-image .carousel-inner .item a img {
	width: 50px;
	height: 50px;
	padding: 2px;
	margin-right: 6px;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
	border: 1px solid #eeeeee;
}

.product-detail .product-image .thumbnail-product-image .carousel-inner .item a:last-child img {
	margin-right: 0px;
}

.product-detail .product-image .thumbnail-product-image .carousel-inner .item .zoomThumbActive img {
	border-color: #ff6900;
}

.product-detail .product-image .thumbnail-product-image .carousel-control {
	width: 15px;
	height: 50px;
	line-height: 50px;
	text-shadow: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	background-image: none;
	background-color: #cccccc;
}

.product-detail .product-action .bdsharebuttonbox {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.product-detail .product-action .add-product-favorite {
	line-height: 24px;
	float: left;
	color: #ff6900;
}

.product-detail .product-action .add-product-favorite .icon-like {
	font-size: 14px;
	vertical-align: middle;
}

.product-detail .name h4 {
	line-height: 30px;
}

.product-detail .name strong {
	line-height: 30px;
	color: #f04134;
}

.product-detail .summary {
	margin-bottom: 15px;
}

.product-detail .summary strong {
	color: #f04134;
	font-size: 15px;
}

.product-detail .summary dl {
	padding: 10px 15px;
	margin-bottom: 15px;
	background: url(../images/product.png) no-repeat;
}

.product-detail .summary dl dt {
	width: 80px;
	line-height: 25px;
	color: #999999;
	font-weight: normal;
	text-align: left;
}

.product-detail .summary dl dd {
	line-height: 25px;
	margin-left: 90px;
}

.product-detail .summary dl dd .label-default {
	margin-right: 5px;
	color: #ff5500;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	border: 1px solid #ff5500;
	background-color: transparent;
}

.product-detail .summary dl dd .label-default:hover {
	opacity: 1;
}

.product-detail .summary ul {
	padding: 5px 0px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	margin: 12px 0px 12px 0px;
}

.product-detail .summary ul li {
	float: left;
	padding: 0px 80px 0px 0px;
	color: #999999;
	font-size: 15px;
}


.product-detail .summary ul li:last-child {
	border-right: none;
}

.product-detail .specification {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.product-detail .specification.warning {
	background-color: #fff2f2;
}

.product-detail .specification dl dt {
	width: 86px;
	line-height: 35px;
	color: #999999;
	font-weight: normal;
	text-align: left;
}
.colorkgnav {
	width: 100%;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	margin: 0 auto;
}
.colorkg {
	width: 44%;
	font-size: 15px;
}

.product-detail .specification dl dd {
	line-height: 35px;
	margin-left: 90px !important;
}

.product-detail .specification dl dd a {
	padding: 5px 10px;
	margin-right: 5px;
	white-space: nowrap;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
	border: 1px solid #dddddd;
	background-color: #ffffff;
}

.product-detail .specification dl dd a:hover {
	border-color: #ff5500;
}

.product-detail .specification dl dd a.active {
	position: relative;
	border-color: #ff5500;
}

.product-detail .specification dl dd a.active:after {
	width: 13px;
	height: 13px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	content: "";
	background: url(../images/product.png) 0px -240px no-repeat;
}

.product-detail .specification dl dd a.disabled {
	color: #cccccc;
	cursor: not-allowed;
	border-color: #eeeeee;
}

.product-detail .quantity {
	padding: 0px 59px;
	margin: 4px 0px 15px -62px;
	font-size: 15px;
}

.product-detail .quantity dl dt {
	width: 48px;
	line-height: 30px;
	color: #999999;
	font-weight: normal;
	text-align: left;
}

.product-detail .quantity dl dd {
	line-height: 30px;
	margin-left: 49px;
}

.product-detail .quantity dl dd .spinner {
	float: left;
	margin-left: 44px;
}

.product-detail .quantity dl dd .unit {
	float: left;
	color: #999999;
}
.xinagqingqq {
	width: 205px;
	height: 162px;
}
.product-detail .action {
	padding: 0px 15px 0px 105px;
	margin-bottom: 15px;
}

.product-detail .action .btn-default {
	margin-right: 10px;
	color: white;
	background: #2091D5;
	border-radius: 0px;
	border-color: #2091D5;
}

.product-detail .action .btn-primary {
	margin-right: 10px;
	border-radius: 0px;
}

.product-detail .action .btn-default:disabled, .product-detail .action .btn-primary:disabled {
	color: #999999;
	cursor: not-allowed;
	border-color: #cccccc;
	background: none;
}

.product-detail .action .btn-primary .iconfont {
	font-size: 16px;
}

.product-detail .store {
	width: 205px;
	margin-bottom: 15px;
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	border: 1px solid #eeeeee;
}

.product-detail .store:hover {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
	border-color: #e8e8e8;
}

.product-detail .store .store-heading {
	padding: 10px 0px;
	border-bottom: 1px solid #eeeeee;
}

.product-detail .store .store-heading h5 {
	line-height: 30px;
	text-align: center;
}

.product-detail .store .store-heading h5 a {
	color: #fc8d02;
}

.product-detail .store .store-body {
	padding-top: 10px;
}

.product-detail .store .store-body dl {
	width: 180px;
	margin: 0px auto 10px auto;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.product-detail .store .store-body dl dt {
	width: 50px;
	line-height: 20px;
	color: #999999;
	font-weight: normal;
	text-align: left;
}

.product-detail .store .store-body dl dd {
	line-height: 20px;
	margin-left: 50px;
	color: #888888;
}

.product-detail .store .store-body p img {
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.product-detail .store .store-body p img:hover {
	opacity: 0.8;
}

.product-detail .store .store-footer {
	width: 90%;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 0px;
	border-top: 1px solid #eeeeee;
}

.product-detail .topbar-wrapper {
	height: 56px;
}

.product-detail .topbar {
	width: 1105px;
	z-index: 300;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	font-size: 15px;
}

.product-detail .topbar.affix {
	top: 0px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-color: #e8e8e8;
}

.product-detail .topbar .nav li {
	float: left;
}

.product-detail .topbar .nav li a {
	padding: 5px 20px;
	margin: 10px 0px;
	border-right: 1px solid #eeeeee;
}

.product-detail .topbar .nav li a:hover {
	background-color: transparent;
}

.product-detail .topbar .nav li.active a {
	padding: 14px 20px 15px 20px;
	margin: -1px 0px 0px -1px;
	color: #ff5500;
	border-top: 2px solid #ff5500;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}

.product-detail .introduction {
	margin-bottom: 15px;
}

.product-detail .introduction .introduction-anchor {
	width: 0px;
	height: 0px;
	display: block;
	position: relative;
	top: -15px;
}

.product-detail .introduction .introduction-heading {
	margin: 5px 0px;
	border-bottom: 2px solid #eeeeee;
}

.product-detail .introduction .introduction-heading h4 {
	line-height: 30px;
	display: inline-block;
	margin-bottom: -2px;
	color: #999999;
	border-bottom: 2px solid #ff5500;
	font-size: 14px;
}

.product-detail .introduction .introduction-body ul {
	padding-left: 40px;
	list-style: disc;
}

.product-detail .introduction .introduction-body ol {
	padding-left: 40px;
	list-style: decimal;
}

.product-detail .parameter {
	margin-bottom: 15px;
}

.product-detail .parameter .parameter-anchor {
	width: 0px;
	height: 0px;
	display: block;
	position: relative;
	top: -15px;
}

.product-detail .parameter .parameter-heading {
	margin: 5px 0px;
	border-bottom: 2px solid #eeeeee;
}

.product-detail .parameter .parameter-heading h4 {
	line-height: 30px;
	display: inline-block;
	margin-bottom: -2px;
	color: #999999;
	border-bottom: 2px solid #ff5500;
	font-size: 14px;
}

.product-detail .parameter .parameter-body table {
	width: 100%;
	line-height: 30px;
	margin: 0 auto;
}

.product-detail .parameter .parameter-body table th {
	width: 150px;
	padding: 0px 10px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #eeeeee;
}

.product-detail .parameter .parameter-body table th.group {
	color: #999999;
	text-align: left;
	background-color: #eeeeee;
}

.product-detail .parameter .parameter-body table td {
	padding: 0px 10px;
	border: 1px solid #eeeeee;
	text-align: center !important
}
.product-detail .parameter .parameter-body table td:first-of-type{
	text-align: right;
}
.product-detail .review {
	margin-bottom: 15px;
}

.product-detail .review .review-anchor {
	width: 0px;
	height: 0px;
	display: block;
	position: relative;
	top: -15px;
}

.product-detail .review .review-heading {
	margin: 5px 0px;
	border-bottom: 2px solid #eeeeee;
}

.product-detail .review .review-heading h4 {
	line-height: 30px;
	display: inline-block;
	margin-bottom: -2px;
	color: #999999;
	border-bottom: 2px solid #ff5500;
}

.product-detail .review .review-body .icon-favor {
	color: #cccccc;
}

.product-detail .review .review-body .icon-favorfill {
	color: #fdaa01;
}

.product-detail .review .review-body .score {
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #eeeeee;
}

.product-detail .review .review-body .score .media-left {
	min-width: 200px;
	text-align: center;
	border-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
	border-image: -moz-linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
	border-image: linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
	border-width: 0px 1px 0px 0px;
	border-right: 1px solid #f0f0f0;
}

.product-detail .review .review-body .score .media-left h5 {
	color: #999999;
}

.product-detail .review .review-body .score .media-left strong {
	color: #ff5500;
	font-size: 24px;
}

.product-detail .review .review-body .score .media-left .iconfont {
	font-size: 14px;
}

.product-detail .review .review-body .score .media-body {
	padding-left: 30px;
}

.product-detail .review .review-body .score .media-body .graph .graph-scroller {
	width: 400px;
	margin-top: 30px;
	position: relative;
	background: url(../images/product.png) 0px -270px no-repeat;
}

.product-detail .review .review-body .score .media-body .graph .graph-scroller em {
	width: 28px;
	height: 18px;
	line-height: 18px;
	display: block;
	margin-left: -18px;
	position: relative;
	top: -24px;
	color: #ffffff;
	font-style: normal;
	text-align: center;
	background-color: #ff5500;
}

.product-detail .review .review-body .score .media-body .graph .graph-scroller em .caret {
	margin-left: -4px;
	position: absolute;
	bottom: -4px;
	left: 50%;
	color: #ff5500;
}

.product-detail .review .review-body .score .media-body .graph .navgraph-description {
	padding-left: 40px;
}

.product-detail .review .review-body .score .media-body .graph .graph-description li {
	width: 80px;
	float: left;
	color: #999999;
	text-align: center;
}

.product-detail .review .review-body .score .media-right {
	min-width: 200px;
	line-height: 30px;
	text-align: center;
	border-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
	border-image: -moz-linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
	border-image: linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
	border-width: 0px 0px 0px 1px;
	border-left: 1px solid #f0f0f0;
}

.product-detail .review .review-body .score .media-right p {
	color: #999999;
}

.product-detail .review .review-body .review-list .media {
	padding: 5px 0px;
	margin: 0px;
	border-bottom: 1px solid #eeeeee;
}

.product-detail .review .review-body .review-list .media:last-child {
	border-bottom: none;
}

.product-detail .review .review-body .review-list .media .media-left {
	min-width: 150px;
	line-height: 30px;
	white-space: nowrap;
}

.product-detail .review .review-body .review-list .media .media-left strong {
	display: block;
	font-weight: normal;
}

.product-detail .review .review-body .review-list .media .media-left span {
	display: block;
	color: #999999;
}

.product-detail .review .review-body .review-list .media .media-body p {
	line-height: 25px;
}

.product-detail .review .review-body .review-list .media .media-body .reply-list li {
	padding: 10px 0px;
	border-top: 1px solid #eeeeee;
}

.product-detail .review .review-body .review-list .media .media-body .reply-list li strong {
	color: #ff561c;
}

.product-detail .review .review-body .review-list .media .media-body .reply-list li p {
	color: #ff561c;
}

.product-detail .review .review-body .review-list .media .media-body .reply-list li span {
	color: #999999;
}

.product-detail .review .review-body .no-result {
	line-height: 30px;
	color: #999999;
}

.product-detail .consultation {
	margin-bottom: 15px;
}

.product-detail .consultation .consultation-anchor {
	width: 0px;
	height: 0px;
	display: block;
	position: relative;
	top: -15px;
}

.product-detail .consultation .consultation-heading {
	margin: 5px 0px;
	border-bottom: 2px solid #eeeeee;
}

.product-detail .consultation .consultation-heading h4 {
	line-height: 30px;
	display: inline-block;
	margin-bottom: -2px;
	color: #999999;
	border-bottom: 2px solid #ff5500;
}

.product-detail .consultation .consultation-body .consultation-list .media {
	padding: 5px 0px;
	margin: 0px;
	border-bottom: 1px solid #eeeeee;
}

.product-detail .consultation .consultation-body .consultation-list .media:last-child {
	border-bottom: none;
}

.product-detail .consultation .consultation-body .consultation-list .media .media-left {
	min-width: 150px;
	line-height: 30px;
	white-space: nowrap;
}

.product-detail .consultation .consultation-body .consultation-list .media .media-left strong {
	display: block;
	font-weight: normal;
}

.product-detail .consultation .consultation-body .consultation-list .media .media-left span {
	display: block;
	color: #999999;
}

.product-detail .consultation .consultation-body .consultation-list .media .media-body p {
	line-height: 25px;
}

.product-detail .consultation .consultation-body .consultation-list .media .media-body .reply-list li {
	padding: 10px 0px;
	border-top: 1px solid #eeeeee;
}

.product-detail .consultation .consultation-body .consultation-list .media .media-body .reply-list li strong {
	color: #ff561c;
}

.product-detail .consultation .consultation-body .consultation-list .media .media-body .reply-list li p {
	color: #ff561c;
}

.product-detail .consultation .consultation-body .consultation-list .media .media-body .reply-list li span {
	color: #999999;
}

.product-detail .consultation .consultation-body .no-result {
	line-height: 30px;
	color: #999999;
}

.product-detail .consultation .consultation-footer {
	padding: 10px 15px;
	background-color: #f8f8f8;
}

.product-detail .consultation .consultation-footer a {
	margin-right: 10px;
}

.product-detail .bd_weixin_popup {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* ---------- product-compare ---------- */
.product-compare .compare-list .compare-list-item {
	width: -webkit-calc((100% - 15px * 3) / 4);
	width: calc((100% - 15px * 3) / 4);
	float: left;
	margin-right: 15px;
	overflow: hidden;
}

.product-compare .compare-list .compare-list-item:nth-child(4n) {
	margin-right: -1px;
}

.product-compare .compare-list .compare-list-item .thumbnail {
	line-height: 22px;
	margin-bottom: 15px;
	text-align: center;
	border-radius: 0px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
}

.product-compare .compare-list .compare-list-item .table {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
}

.product-compare .compare-list .compare-list-item .table th.parameter-value-group {
	background-color: #f8f8f8;
}

.product-compare .compare-list .compare-list-item .table th:not(.parameter-value-group) {
	min-width: 65px;
	font-weight: normal;
}

.product-compare .compare-list .compare-list-item .table tr.current {
	background-color: #fff1e6;
}

.product-compare .compare-list .compare-list-item .table tr.current td {
	color: #ff6900;
}
@font-face {
	font-family: 'iconfont';
	src: url('iconfont.eot');
	src: url('iconfont.eot?#iefix') format('embedded-opentype'),
	url('iconfont.woff2') format('woff2'),
	url('iconfont.woff') format('woff'),
	url('iconfont.ttf') format('truetype'),
	url('iconfont.svg#iconfont') format('svg');
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.product-2 {
	width: 1105px;
	min-width: 1105px;
	/* border: 1px solid red; */
	margin: 0 auto;
	margin-top: 50px;
	background: #EBF2FC;
}
.product-left-2 {
	width: 400px;
	font-size: 14px;
	margin: 7px 0px 0px 5px;
}
.product-left-2 li {
	display: flex;
	margin-top: 2px;
}
.product-name {

}
.specific-2 {
	display: block;
	min-width: 30px;
	line-height: 34px;
	font-size: 12px;
	color: #999;
}
a:hover {
	color: #333333 !important;
}
.state {
	line-height: 34px;
}
.region-2 {
	font-size: 12px;
	color: #000000;
}
.site-2 {
	font-size: 12px;
	color: #999999;
}
.star-level {
	width: 100px;
	height: 20px;
	border: 1px solid #FF7500;
	display: flex;
}
.product-specifications {
	margin-left: 5px;
}
.xing-2 {
	width: 42px;
	height: 20px;
	background: #FF7500;
	border-right: #FF7500;
	color: #FFFFFF;
	line-height: 20px;
}
.points-2 {
	padding-left: 5px;
	color: #FF7500;
	line-height: 20px;
}
.company-2 {
	color: #007dbe;
	margin: -2px 0px 0px 5px;
}
.product-brand {
	margin-left: 5px;
}
.product-brand a{
	color: #007dbe;
}
.list-item-2 {
	width: 1105px;
	min-width: 1105px;
	display: flex;
}
.productimg-2 {
	width: 80px;
	height: 80px;
	margin: 10px 5px 20px 15px;
}
.price-2 {
	/*width: 130px;*/
	margin: 21px 0px 0px 0px;
	text-align: center;
}
.kg-2 {
	color: #ed1b23!important;
	font-size: 24px;
}
.package-2 {
	color: #343434;
	font-size: 14px;
	margin-top: 3px;
}
.guarantee {
	color: #007dbe;
	font-size: 14px;
	margin-top: 5px;
}
/* 图标 */
.icon-2 {
	margin: 7px 0px 0px 35px;
	width: 182px;
	/* border: 1px solid green; */
	color: #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*-ms-flex-pack: distribute;*/
	justify-content: space-around;
	text-align: center;
}
.icon-2 span {
	margin-right: 5px;
	font-size: 12px;
}
.icon-2 li {
	/* width: 77px; */
	font-size: 12px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	text-align: center;
}
/* 按钮 */
.detailsbutton-2 {
	margin: 0px 20px 0px 0px;
	width: 120px;
}
.data-2 {
	font-size: 12px;
	color: #999999;
}
.button-2 {
	width: 120px;
	height: 36px;
	background-color: #ff6600;
	border: 1px solid #ff6600;
	color: #fff;
	margin-top: 10px;
}


/*新增*/
@font-face {
	font-family: 'iconfont';
	src: url('iconfont.eot');
	src: url('iconfont.eot?#iefix') format('embedded-opentype'),
	url('iconfont.woff2') format('woff2'),
	url('iconfont.woff') format('woff'),
	url('iconfont.ttf') format('truetype'),
	url('iconfont.svg#iconfont') format('svg');
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.product-2 {
	width: 1105px;
	min-width: 1105px;
	/* border: 1px solid red; */
	margin: 0 auto;
	margin-top: 50px;
	background: #EBF2FC;
}
.product-left-2 {
	font-size: 14px;
	margin: 7px 0px 0px 5px;
	/* border: 1px solid red; */
}
.product-left-2 li {
	display: flex;
	margin-top: 2px;
}
.product-name {

}
.specific-2 {
	font-size: 12px;
	color: #999;
}
.region-2 {
	font-size: 12px;
	color: #000000;
}
.site-2 {
	font-size: 12px;
	color: #999999;
}
.star-level {
	width: 100px;
	height: 20px;
	border: 1px solid #FF7500;
	display: flex;
}
.product-specifications {
	margin-left: 5px;
}
.xing-2 {
	width: 42px;
	height: 18px;
	line-height: 18px;
	background: #FF7500;
	border-right: #FF7500;
	color: #FFFFFF;
}
.points-2 {
	padding-left: 5px;
	color: #FF7500;
}
.company-2 {
	color: #007dbe;
	margin-left: 5px;
}
.product-brand {
	margin-left: 5px;
}
.product-brand a{
	color: #007dbe;
}
.list-item-2 {
	width: 1105px;
	min-width: 1105px;
	display: flex;
}
.productimg-2 {
	width: 80px;
	height: 80px;
	margin: 10px 5px 20px 15px;
}
.price-2 {
	margin: 23px 0px 0px 45px;
	text-align: center;
}
.kg-2 {
	color: #ed1b23!important;
	font-size: 24px;
}
.package-2 {
	color: #343434;
	font-size: 14px;
	margin-top: 3px;
}
.guarantee {
	color: #007dbe;
	font-size: 14px;
	margin-top: 5px;
}
/* 图标 */
.icon-2 {
	margin: 7px 0px 0px 0px;
	width: 182px;
	/* border: 1px solid green; */
	color: #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* -ms-flex-pack: distribute; */
	justify-content: space-around;
	text-align: center;
}
.icon-2 span {
	margin-right: 5px;
	font-size: 12px;
}
.icon-2 li {
	 width: 77px;
	font-size: 12px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	text-align: left;
	cursor: pointer;
}
/* 按钮 */
.detailsbutton-2 {
	margin: 0px 20px 0px 0px;
}
.data-2 {
	font-size: 12px;
	color: #999999;
	text-align: center;
}
/*原样式*/
.button-2 {
	width: 120px;
	height: 36px;
	background-color: red;
	border: 1px solid red;
	color: #fff;
	margin-top: 0px;
}
/*有样品 上按钮*/
.button-3 {
	width: 120px;
	height: 27px;
	background-color: red;
	border: 1px solid red;
	color: #fff;
	margin-top: 6px;
}
/*有样品 下按钮*/
.button-4 {
	width: 120px;
	height: 27px;
	background-color: #fff;
	border: 1px solid #ff6600;
	color: #ff6600;
	margin-top: 6px;
}
.money-2 {
	margin: 0 auto;
	font-size: 15px;
	border-top: 1px dashed #e5e5e5;
	border-bottom: 1px dashed #e5e5e5;
	background: #F9F9F9;
}
.money-2 p {
	min-width: 36px;
	/*height: 28px;*/
	display: flex;
	margin:5px 0px 0px 0px;
}
.unit-2 {
	color: red !important;
}
.table-2 tr:nth-of-type(even) {
	background: #f9f9f9;
}
.active-2 {
	position: absolute;
	top: 2px;
	right: 8px;
	width: 40%;
	height: 34%;
	broder:none !important;
	z-index: 100;
}
.active-3{
	position: absolute;
	top: 2px;
	right: 7px;
	width: 42%;
	height: 44%;
	broder: none !important;
	z-index: 100;
}

.star-level {
	width: 100px;
	height: 20px;
	border: 1px solid #FF7500;
	display: flex;
	margin: 9px 10px 0px 0px;
}
.star-level1 {
	width: 100px;
	height: 20px;
	border: 1px solid #FF7500;
	display: flex;
}
.product-specifications {
	margin-left: 5px;
}
.xing-22 {
	display: flex;
	height: 40px;
	line-height: 40px;
}
.xing-2 {
	width: 42px;
	height: 18px;
	background: #FF7500;
	border-right: #FF7500;
	color: #FFFFFF;
	font-size: 10px;
}
.points-2 {
	padding: 2px 0px 0px 5px;
	color: #FF7500;
	font-size: 12px;
	text-align: center;
	margin-right: 5px;
}
.thecompany-2 {
	border-left: 1px solid #e5e5e5;
	padding-left: 10px;
	line-height: 39px;
	font-size: 15px;
}
.drawer-2 {
	display: flex;
	line-height: 10px;
	margin-top: 12px;
	font-size: 15px;

}

.product-category-menu {
	width: 200px;
	height: 500px;
	z-index: 200;
	background-color: #FFFFFF;
	border: 1px solid #e9e9e9;
	border-radius: 0px 0px 6px 6px;
	margin: -15px 0px 0px -10px;
	padding-left: 10px;
}

.index .product-category-menu>ul>li {
	padding: 8px 10px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.index .product-category-menu>ul>li:hover {
	background-color: #ee3834;
}

.index .product-category-menu>ul>li>a {
	line-height: 26px;
	color: #666666;
	font-size: 14px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.index .product-category-menu>ul>li>.iconfont {
	color: #666666;
	font-size: 14px;
}

.index .product-category-menu>ul>li>a:hover {
	color: #666666;
}

.index .product-category-menu>ul>li>p {
	padding-left: 18px;
}

.index .product-category-menu>ul>li>p>a {
	line-height: 20px;
	color: #666666;
	margin-right: 10px;
	white-space: nowrap;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.index .product-category-menu>ul>li>p>a:hover {
	color: #000000;
}

.product-category-menu>ul>li>p {
	padding-left: 18px;
}
.product-category-menu>ul>li>p>a{
	line-height: 30px;
	color: #000000;
	margin-right: 10px;
	white-space: nowrap;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.product-category-menu>ul>li>p>a:hover {
	color: #000000;
}
.product-category-menu .product-category-menu-content {
	/*width: 870px;*/
	/*height: 180px;*/
	display: none;
	padding: 20px;
	position: absolute;
	top: -15px;
	left: 160px;
	z-index: 9;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border: 1px solid #dddddd;
	background-color: #ffffff;
}
.product-category-menu>ul>li:hover .product-category-menu-content {
	display: block;
}
.product-category-menu .product-category-menu-content .promotion {
	clear: both;
	margin-bottom: 10px;
}
.product-category-menu .product-category-menu-content .promotion li {
	float: left;
	margin-right: 20px;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.product-category-menu .product-category-menu-content .promotion li:hover {
	opacity: 1;
}
.product-category-menu .product-category-menu-content .promotion li a {
	height: 22px;
	line-height: 22px;
	display: block;
	float: left;
	padding: 0px 6px;
	color: #ffffff;
	background-color: #ff6900;
}
.product-category-menu .product-category-menu-content .promotion li .iconfont {
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: block;
	float: left;
	color: #ffffff;
	text-align: center;
	background-color: #f79992;
}
.product-category-menu .product-category-menu-content .product-category {
	margin-left: 70px;
	color: #cccccc;
	border-bottom: 1px solid #eeeeee;
}

.product-category-menu .product-category-menu-content .product-category:first-child {
	padding-top: 0px;
}

.product-category-menu .product-category-menu-content .product-category:last-child {
	border-bottom: none;
}

.product-category-menu .product-category-menu-content .product-category dt {
	width: 70px;
	line-height: 30px;
	float: left;
	padding-right: 20px;
	margin-left: -70px;
	text-align: right;
}

.product-category-menu .product-category-menu-content .product-category dd {
	line-height: 30px;
	float: left;
}

.product-category-menu .product-category-menu-content .product-category dd:nth-last-child(n+2):after {
	width: 1px;
	height: 12px;
	display: inline-block;
	margin: 0px 10px;
	content: "";
	vertical-align: middle;
	border-left: 1px solid #dddddd;
}

.product-category-menu .product-category-menu-content .brand {
	margin-bottom: 10px;
}

.product-category-menu .product-category-menu-content .brand li {
	width: 50%;
	height: 50px;
	float: left;
	overflow: hidden;
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	border-right: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
}
.product-category-menu  {
	background: #e9e9e9;
	padding-left: 10px;
}
.product-category-menu li {
	position: relative;
}
.product-category-menu .product-category-menu-content .brand li:nth-child(-n+2) {
	border-top: 1px solid #f8f8f8;
}

.product-category-menu .product-category-menu-content .brand li:nth-child(2n+1) {
	border-left: 1px solid #f8f8f8;
}

.product-category-menu .product-category-menu-content .brand li:hover {
	position: relative;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border: 1px solid #e8e8e8;
}

.product-category-menu .product-category-menu-content .brand li:not(:nth-child(-n+2)):hover {
	height: 51px;
	margin-top: -1px;
}

.product-category-menu .product-category-menu-content .brand li:not(:nth-child(2n+1)):hover {
	width: -webkit-calc(50% + 1px);
	width: calc(50% + 1px);
	margin-left: -1px;
}

.product-category-menu .product-category-menu-content .promotion-image {
	margin: 20px 0px;
}

.product-category-menu .product-category-menu-content .promotion-image li:first-child {
	margin-bottom: 10px;
}

.btna {
	margin-right: 10px;
	border-radius: 0px;
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.3333333;
	color: #fff;
	border: 1px solid #ee3834;
	background: #ee3834;
}
.drawer-2 p {
	margin-left: 8px;
}
.box {
	width: 1125px;
	margin: 20px auto;
}
.information {
	width: 1125px;
	display: flex;
	flex-wrap: wrap;
	background: #e9e9e9;
}
.information li {
	width: 33.3%;
	height: 40px;
	line-height: 40px;
	display: flex;
}
.information-p {
	width: 40%;
	text-align: left;
}
.information-p2 {
	width: 60%;
	height: 40px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 10px;
}
.supply-1 {
	 width:40px;
	 height:36px;
	 background:#2091D5;
	 border-radius:4px;
	 text-align: center;
	 line-height: 36px;
	 color: #FFFFFF;
	 font-size: 14px;
	 margin-top: 32px;
 }
.purchasedata{
	width: 40px;
	height: 36px;
	background: #EA1820;
	border-radius: 4px;
	text-align: center;
	line-height: 36px;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 32px;
}
.state p{
	width: 372px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#wrapper{
	width:205px;
	margin:50px auto;
	height:162px;
	position:relative;
	color:#fff;
	text-shadow:rgba(0,0,0,0.1) 2px 2px 0px;
}

#slider-wrap{
	width:205px;
	height:162px;
	position:relative;
	overflow:hidden;
}

#slider-wrap ul#slider{
	width:100%;
	height:100%;

	position:absolute;
	top:0;
	left:0;
}

#slider-wrap ul#slider li{
	float:left;
	position:relative;
	width:600px;
	height:400px;
}

#slider-wrap ul#slider li > div{
	position:absolute;
	top:20px;
	left:35px;
}

#slider-wrap ul#slider li > div h3{
	font-size:36px;
	text-transform:uppercase;
}

#slider-wrap ul#slider li > div span{
	font-family: Neucha, Arial, sans serif;
	font-size:21px;
}

#slider-wrap ul#slider li i{
	text-align:center;
	line-height:400px;
	display:block;
	width:100%;
	font-size:90px;
}


/*btns*/
.btns{
	position:absolute;
	width:50px;
	height:60px;
	top:50%;
	margin-top:-25px;
	line-height:57px;
	text-align:center;
	cursor:pointer;
	background:rgba(0,0,0,0.1);
	z-index:100;


	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;

	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.btns:hover{
	background:rgba(0,0,0,0.3);
}

#next{right:-50px; border-radius:7px 0px 0px 7px;}
#previous{left:-50px; border-radius:0px 7px 7px 7px;}
#counter{
	top: 30px;
	right:35px;
	width:auto;
	position:absolute;
}

#slider-wrap.active #next{right:0px;}
#slider-wrap.active #previous{left:0px;}


/*bar*/
#pagination-wrap{
	min-width:20px;
	margin-top:350px;
	margin-left: auto;
	margin-right: auto;
	height:15px;
	position:relative;
	text-align:center;
}

#pagination-wrap ul {
	width:100%;
}

#pagination-wrap ul li{
	margin: 0 4px;
	display: inline-block;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#fff;
	opacity:0.5;
	position:relative;
	top:0;


}

#pagination-wrap ul li.active{
	width:12px;
	height:12px;
	top:3px;
	opacity:1;
	box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;
}

.lefiimg {
	width: 100%;
	margin-top: 7px;
}
.lefiimg1 {
	width: 100%;
	height: 600px;
	margin-top: 8px;
}

/*Header*/
h1, h2{text-shadow:none; text-align:center;}
h1{	color: #666; text-transform:uppercase;	font-size:36px;}
h2{ color: #7f8c8d; font-family: Neucha, Arial, sans serif; font-size:18px; margin-bottom:30px;}




/*ANIMATION*/
#slider-wrap ul, #pagination-wrap ul li{
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);
}
ul li{
	list-style: none;
}
.blockChain{
	width: 324px;
	margin: 0px auto;
	display: none;
	border-radius: 8px;
}
.blockChain h3{
	color: #FFFFFF;
	background: #EE3834;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	font-weight: 400;
	margin:0;
	border-radius: 8px;
}
.blockChain>ul{
	width: 100%;
	padding: 0;
}
.blockChain>ul>li{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #333333;
}
.blockChain>ul>li:nth-child(2n){
	background: #F8F8F8;
}
.blockChain .blockChainTitle{
	width: 30%;
	display: inline-block;
}
.ChainIcon,.ChainIcon img{
	width: 20px;
	height: 20px;
	margin-left: 10px;
}
.ChainIcon:hover + .blockChain{
	display: block;
}
.blockChain:hover{
	display: block;
}


