.eui-main-goods {
	padding: .5em;
}
.eui-main-goods a {
	color: #434343;
	text-decoration: none;
}

.eui-goods-box {
	margin: .5em;
	border: 1px solid #eeeeee;
	padding: 1em;
	background-color: #FFF;
	display: block;
	color: #434343;
	text-decoration: none;
}
.eui-goods-box h3 {
	margin: .5em 0 .5em;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.eui-goods-box .btbt {
	margin: .5em 0 .5em;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	    text-align: center;
}
.eui-goods-box p {
	margin: .5em 0 0;
	font-size: 14px;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 3em;
	
}
.eui-goods-box:focus,
.eui-goods-box:hover {
	border-color: #CC0000;
}

.eui-main-info {
	padding: 1em 1em 0;
}

.eui-main-swiper .swiper-slide {
	background-size: cover;
	background-position: center;
}
.eui-main-swiper .gallery-main {
	height: 60%;
	width: 100%;
}
.eui-main-swiper .gallery-thumbs {
	height: 16%;
	box-sizing: border-box;
	padding: 10px 0 0;
}
.eui-main-swiper .gallery-thumbs .swiper-slide {
	height: 100%;
	position: relative;
}
.eui-main-swiper .gallery-thumbs .swiper-slide-thumb-active:after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border: 1px solid #FFFFFF;
}
.eui-main-swiper .gallery-thumbs .swiper-slide-thumb-active:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #CC0000;
}
.eui-main-swiper .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23CC0000'%2F%3E%3C%2Fsvg%3E");
}
.eui-main-swiper .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23CC0000'%2F%3E%3C%2Fsvg%3E");
}
.eui-main-swiper .gallery-thumbs .swiper-button-next,
.eui-main-swiper .gallery-thumbs .swiper-button-prev {
	height: 20px;
	margin-top: -6px;
}
.eui-main-swiper .swiper-button-next.swiper-button-disabled,
.eui-main-swiper .swiper-button-prev.swiper-button-disabled {
	display: none;
}

.eui-main-details {
	padding: .5em 1.5em 1em;
}
.eui-main-details h1 {
	font-size: 24px;
	margin: 0;
	line-height: 1.8;
    color: #14151b;
}
.eui-main-details p {
	margin: 0 0 5px;
	line-height: 25px;
	font-size: 14px;
}
.eui-main-details dl,
.eui-main-details dt,
.eui-main-details dd {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.eui-main-details dl {
	margin: .75em 0;
}
.eui-main-details dt {
	padding-right: .5em;
	color: #8d8d8d;
}
.eui-main-details-buttons {
	margin: 1em 0;
}
.eui-main-details-buttons .pure-button {
	color: white;
    padding: .563em 1.5em;
    background: #CC0000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	    font-size: 14px;
}

.eui-main-body-menu {
	margin: 1em 1em 0;
	border: 1px solid #eeeeee;
}
.eui-main-body-menu .pure-menu-selected {
	background-color: #FFFFFF;
	margin-bottom: -1px;
	position: relative;
}
.eui-main-body-menu .pure-menu-selected:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top: 2px solid #CC0000;
}
.eui-main-body-menu .pure-menu-item {
	border-right: 1px solid #eeeeee;
	font-size: 14px;
}

.eui-main-body {
	margin: 0 1em 1em;
	padding: 1em;
	border: 1px solid #eeeeee;
	border-top: 0;
	    font-size: 14px;
}
.eui-main-body p {
	margin: 0;
}
.eui-main-body p + p {
	margin: .5em 0;
}
.eui-main-body p:last-child {
	margin: 0;
}
.eui-main-body .eui-richimage {
	max-width: 100%;
}

.eui-main-more {
	padding: .25em;
	background-color: #FFF;
}
.eui-main-more ul,
.eui-main-more li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.eui-main-more li .eui-goods-box {
	margin: .5em 0;
	padding: .5em;
}
.eui-main-more li .eui-goods-box p {
	line-height: 1.4
}
@charset "gbk";
/* CSS Document */

ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { padding:0px; margin:0px;}
ul { list-style:none;}
img { border:0px;}
a { color:#7c7c7c; text-decoration:none;}
a:hover {color:#d40000; text-decoration:none;}
.clear { clear:both; height:0px; font-size:1px; line-height:0px;}
/*滑动门效果*/
.pro_tab { width:96.8%; height:auto; border:1px solid #00979c; margin-top:10px;padding-bottom:15px;margin-left:1em;}
.pro_tab_tit { line-height:26px; height:26px;}
.pro_tab_tit ul { background:#f7f7f7; height:27px}
.pro_tab_tit ul li { height:27px; line-height:26px; border-right:#00979c 1px solid; border-bottom:#00979c 1px solid; padding:0px 16px; display:block; float:left;}
.pro_tab_tit ul li a{font-size: 14px;}
.pro_tab_titb ul li:hover { background:#fff; border-bottom:#fff 1px solid;}

.pro_tab_tit ul li.on { background:#fff; border-bottom:#fff 1px solid}

/*1打标*/
.dabiao { width:688px; height:auto; margin:15px; display:;}
.dabiao_left { width:345px; height:130px; float:left;}
.dabiao_left ul li { width:100px; padding-right:15px; float:left;}
.dabiao_left ul li img { width:100px; height:100px;}
.dabiao_left ul li div {font-size:14px; color:#666; line-height:30px; text-align:center;}
.dabiao_right {font-size: 14px; width:333px; line-height:22px; padding-left:10px; float:left;}

/*2规格*/
.size { width:688px; height:auto; margin:15px; display:none;}
.size table { background-color:#CCC;}
.size table td { line-height:26px; text-align:center; background-color:#f8f8f8; color:#333;font-size:14px;}
.size_left { width:975px;margin-right:12px; float:left;}
.size_left p{font-size:16px;text-align: center;}
.size_right{ width:975px; float:left;}
.size_right p{font-size:16px;text-align: center;}

/*3皮料*/
.leather { width:650px; padding: 0px 10px; height:auto; line-height:24px; margin:15px; color:#333; display:none;font-size: 14px;}

/*4内格*/
.internal { width:688px; height:auto; margin:15px; display:none; }
.internal_con { padding:8px 40px;}

/*5搭扣*/
.dakou { width:688px; height:auto; margin:15px; display:none; }
.dakou ul { width:640px; padding: 10px 24px 0px 24px; overflow:hidden;}
.dakou ul li { width:140px; height:87px; margin-right:20px; margin-bottom:10px; float:left;}







