@charset "utf-8";
body {
	background: #fff;
}
.width {
	margin: 0 auto;
	width: 1226px;
}
.eyoucms_top {
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	font-size: 12px;
	color: #5a5a5a;
	height: 36px;
}
.eyoucms_top .col-6 {
	line-height: 2rem;
}
.eyoucms_top .nav {
	border: 0;
	line-height: 1.5
}
.eyoucms_top .nav ul li a {
	color: #666;
	font-size: 12px;
}
.eyoucms_top .nav ul li a span {
	font-size: 12px;
	color: #999;
	margin-left: 6px;
	transition: all .5s ease 0s;
	z-index: 21;
}
.eyoucms_top .nav ul li a:hover {
	color: #ED4014;
}
.eyoucms_top .nav ul li.active a {
	border: 1px solid #d9d9d9;
	border-bottom: 0;
	border-top: 0;
	background: #fff;
}
.eyoucms_top .nav ul li.active span {
	transform: rotate(180deg);
}
.eyoucms_top .nav ul li ul {
	border-top: 0;
	box-shadow: none;
	min-width: 100px;
	z-index: 20;
	right: 0;
}
.eyoucms_top .nav ul li.active ul li a {
	border: 0;
}
.eyoucms_top .nav ul li ul li a:hover {
	background: #e2231a;
}
.eyoucms_head {
	padding: 30px 0;
}
.ey_logo {
	padding-top: 0px;
	align-self: center;
}
.ey_logo img {
	max-width: 240px;
}
.search .eyoucms-ssfm {
	border-color: #e2231a;
	border-width: 2px;
}
.search .eyoucms-ssfm:focus {
	box-shadow: none;
}
.search .tijiao {
	background: #e2231a;
	color: #fff;
	border: 2px solid #e2231a;
	padding: 0 20px;
}
.eyoucms_cart {
	height: 50px;
	line-height: 50px;
	display: block;
	float: right;
	position: relative;
	z-index: 10;
	width: 80px;
	text-align: center;
	cursor: pointer;
}
.eyoucms_cart i {
	margin-right: 10px;
	color: #e2231a;
	font-size: 1.6rem;
}
.eyoucms_cart>a {
	color: #999;
	display: block;
	width: 100%;
	font-size: 0.8rem;
}
.eyoucms_cart>a:hover {
	color: #e2231a;
}
.eyoucms_cart em {
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	position: absolute;
	top: 3px;
	right: 14px;
	border-radius: 50%;
	background: #e2231a;
}
.eyoucms_cart .cart-detail {
	width: 350px;
	display: none;
	padding: 10px;
	position: absolute;
	top: 50px;
	right: -1px;
	color: #999;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border: 1px solid #eee;
	background: #fff;
	max-height: 400px;
	overflow: auto;
}
.eyoucms_cart:hover .cart-detail {
	display: block;
}
.eyoucms_cart .cart-detail p {
	margin: 0;
}
.eyoucms_cart .cart-detail ul {
	list-style: none;
}
.eyoucms_cart .cart-detail ul li {
	display: flex;
	text-align: left;
	justify-content: flex-start;
	align-items: flex-start;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.eyoucms_cart .cart-detail ul li:last-child {
	margin-bottom: 0;
}
.eyoucms_cart .cart-detail ul li .image {
	border: 1px solid #eee;
	padding: 2px;
	margin-right: 10px;
}
.eyoucms_cart .cart-detail ul li .name {
	width: 180px;
	padding-right: 10px;
	line-height: normal;
}
.eyoucms_cart .cart-detail ul li .price {
	flex: 1;
	line-height: 20px;
	align-items: center;
	justify-content: center;
	text-align: right;
	padding-right: 10px;
}
.eyoucms_cart .cart-detail ul li .price a {
	display: block;
}
.eyoucms_cart .cart-detail ul li .price span {
	color: #e2231a;
}
.eyoucms_cart .cart-detail .action {
	display: flex;
	justify-content: center;
	align-items: center;
}
.eyoucms_cart .cart-detail .action .total {
	padding-top: 10px;
}
.eyoucms_cart .cart-detail .action .total span {
	color: #e2231a;
	margin-right: 5px;
}
.eyoucms_cart .cart-detail .action .go {
	flex: 1;
	text-align: right;
	padding-top: 10px;
	line-height: normal;
}
.eyoucms_fl {
	background: #E13013;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.eyoucms_fl .fl_fenlei {
	background: #e2231a;
	text-align: left;
	color: #fff;
	line-height: 2.5rem;
font-size:.75rem;
	padding-left: 25px;
	position: relative;
	width: 230px;
}
.eyoucms_fl .fl_fenlei span {
	margin-right: 15px;
}
.eyoucms_fl .fl_fenlei>a {
	color: #fff;
	font-size: 16px;
}
.eyoucms_dh {
	position: absolute;
	left: 0;
	z-index: 300;
	width: 100%;
	background: #47494a;
	min-height: 450px;
}
.eyoucms_dh ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.eyoucms_dh ul li {
	padding: 0;
	line-height: 29px;
	padding: 8px 20px;
}
.eyoucms_dh ul li i {
	margin-right: 15px;
}
.eyoucms_dh ul li a {
	color: #fff;
	font-size: 15px;
}
.eyoucms_dh ul li a:hover {
	color: #e2231a;
	font-weight: bold;
}
.eyoucms_dh ul li p {
	margin: 5px 0 0;
	padding: 0;
	line-height: 24px;
}
.eyoucms_dh ul li p a {
	font-size: 13px;
	display: inline-block;
	margin-right: 20px;
	color: #fff;
}
.eyoucms_dh ul li p a:hover {
	color: #e2231a;
}
.eyoucms_dh ul li .eyoucms-erji {
	position: absolute;
	width: 970px;
	min-height: 450px;
	background: #fff;
	top: 0;
	left: 230px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	color: #333;
	display: none;
	padding: 15px 20px;
}
.eyoucms_dh ul li .eyoucms-erji dl {
	margin: 0;
	padding: 0;
	display: flex;
	min-height: 50px;
}
.eyoucms_dh ul li .eyoucms-erji dt {
	display: inline-block;
	margin-right: 10px;
	width: 110px;
}
.eyoucms_dh ul li .eyoucms-erji dt a {
	font-size: 14px;
	color: #333;
	font-weight: 600;
	line-height: 30px;
}
.eyoucms_dh ul li .eyoucms-erji dd {
	display: inline-block;
	border-bottom: 1px solid #eee;
	line-height: 30px;
	width: 100%;
	padding-bottom: 10px;
}
.eyoucms_dh ul li .eyoucms-erji dd a {
	margin-right: 15px;
	font-size: 13px;
	color: #666;
	display: inline-block;
}
.eyoucms_dh ul li .eyoucms-erji dd a.active {
	color: #e2231a;
}
.eyoucms_dh ul li .eyoucms-erji a:hover {
	color: #e2231a;
}
.eyoucms_dh ul li .eyoucms-erji .brand {
	margin-top: 20px;
}
.eyoucms_dh ul li .eyoucms-erji .brand .bname {
	font-size: 14px;
	color: #333;
	font-weight: 600;
	line-height: 20px;
	padding: 0;
}
.eyoucms_dh ul li .eyoucms-erji .brand a {
	border: 1px solid #eee;
	display: inline-block;
	margin: 0 10px 10px 0;
	width: 100px;
	height: 50px;
}
.eyoucms_dh ul li .eyoucms-erji .brand a img {
	width: 100%;
	height: 100%;
}
.eyoucms_dh ul li:hover {
	background: rgba(0,0,0,.15)
}
.eyoucms_dh ul li:hover .eyoucms-erji {
	display: block;
}
.eyoucms_fl .eytop_dh {
	border: 0;
	margin-left: 30px;
}
.eyoucms_fl .eytop_dh ul {
	list-style: none;
	display: flex;
}
.eyoucms_fl .eytop_dh ul li {
	margin-right: 30px;
	text-align:center;
}

.eyoucms_fl .eytop_dh ul li:hover {
	background:#000;
}


.eyoucms_fl .eytop_dh ul li a {
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid transparent;
	line-height: 50px;
	display:block;
}
.eyoucms_fl .eytop_dh ul li a:hover {
	color: #fff;
}
.eyoucms_fl .eytop_dh ul li.cur a {
	display:block;
	color: #fff;
}
.eyoucms_fl .eytop_dh ul li.cur{
	color: #fff;
	background:#000;
}
.banner {
	min-width: 1200px;
}
.banner .carousel-item a {
	height: 550px;
	display: block;
	min-width: 1200px;
	width: 100%;
}
.banner .carousel-page {
	margin-bottom: 95px;
}
.banner .carousel-page li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: none;
	border: 2px solid #fff;
	opacity: 1;
}
.banner .carousel-page li.active {
	background: #fff;
}
.banner .bslide {
	background: url(../images/bg-slide.png) no-repeat center bottom;
	background-size: 100% 72px;
	height: 80px;
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
}
.banner .bslide .width {
	background: #fff;
	border-radius: 10px;
	height: 90px;
	box-shadow: 0 2px 26px rgba(0,0,0,0.07);
}
.banner .bslide .userinfo {
	padding: 18px 25px;
	border-right: 1px solid #eee;
	display: flex;
}
.banner .bslide .userinfo .face {
	margin-right: 25px;
	font-size: 13px;
}
.banner .bslide .userinfo .face img {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 1px solid #eee;
	padding: 2px;
}
.banner .bslide .userinfo .logintxt {
	color: #999;
	line-height: 24px;
}
.banner .bslide .userinfo .logintxt p {
	margin-top: 5px;
}
.banner .bslide .userinfo .logintxt p a {
	margin-right: 10px;
	border: 1px solid #e2231a;
	border-radius: 4px;
	padding: 4px 10px;
	font-size: 12px;
	color: #e2231a;
}
.banner .bslide .userinfo .logintxt p a:hover {
	background: #e2231a;
	color: #fff;
}
.banner .bslide .col-5 {
	border-right: 1px solid #eee;
	padding: 10px 0;
}
.banner .bslide .icon .col-3 {
	text-align: center;
	border-right: 1px dotted #ddd;
	padding-top: 10px;
}
.banner .bslide .icon .col-3:last-child {
	border: 0;
}
.banner .bslide .icon .col-3 a {
	color: #999;
	line-height: 30px;
}
.banner .bslide .icon .col-3 a i {
	display: block;
	font-size: 32px;
	color: #e2231a;
}
.banner .bslide .col-4 {
	padding: 0 20px;
}
.banner .bslide .col-4 li {
	border-bottom: 0;
	padding-left: 0;
}
.ey_index {
	background: #f5f5f5;
	padding: 15px 0;
	min-height: 400px;
}
.ey_inside {
	background: #f5f5f5;
	border-top: 1px solid #eee;
}
.eyou_cargo {
	margin-top: 15px;
	padding-top: 3px;
}
.eyou_cargo .eyou-cap {
	text-indent: 0px;
	padding-bottom: 5px;
	max-width: 250px;
	font-size: 22px;
	font-weight: 200;
	color: #333;
}
.eyou_cargo .eyou_switch {
	margin-bottom: -1px;
	margin-right: 10px;
}
.eyou_cargo .eyou_switch li {
	margin: 0;
	padding: 0 10px;
}
.eyou_cargo .eyou_switch li a {
	color: #666;
}
.eyou_cargo .eyou_switch li.active {
	border-bottom: unset;
}
.eyou_cargo .eyou_switch li.active a {
	border-bottom: 2px solid #e2231a;
	color: #e2231a;
}
.eyou_cargo .eyou_major {
	margin-top: 5px;
	border-top: 0;
	display: flex;
}
.eyou_cargo .eyou_major .eyou_major-side {
	width: 234px;
	float: left;
	display: block;
}
.eyou_cargo .eyou_major .eyou_matter {
	flex: 1;
	padding: 15px 0;
	min-height: 680px;
}
.eyou_cargo .imgshow {
	margin: 0 0 -14px -14px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.eyou_cargo_nice {
	list-style: none;
	width: 235px;
	margin: 14px 0 0 15px;
}
.eyou_cargo_nice li {
	padding: 0px;
	margin-bottom: 14px;
}
.eyou_cargo_nice li:last-child {
	margin-bottom: 0;
}
.eyou_cargo_nice li img {
	width: 100%;
	height: 319px;
}
.eyou_cargo_nice li:last-child img {
	width: 100%;
	height: 318px;
}
.eyou_cargo_nice li:hover {
	box-shadow: 0 1px 20px rgba(0,0,0,0.1);
}
.eyou_links {
	margin: 15px auto 5px auto;
}
.eyou_links a {
	display: inline-block;
	padding: 8px 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 2px;
	color: #666;
}
.eyou_links a:hover {
	border-color: #e2231a;
	color: #555;
}
.ey_dbdh {
	padding: 10px 0 30px 0;
}
.ey_dbdh .col-9 {
	display: flex;
}
.ey_dbdh .col-9 .item {
	margin-right: 20px;
	padding: 0 20px;
	min-width: 130px;
}
.ey_dbdh .col-9 .item h4 {
	font-weight: 600;
	font-size: 15px;
}
.ey_dbdh .col-9 .item ul {
	list-style: none;
}
.ey_dbdh .col-9 .item ul li {
	line-height: 25px;
}
.ey_dbdh .col-9 .item ul li a {
	color: #999;
}
.ey_dbdh .col-9 .item ul li a:hover {
	color: #e2231a;
}
.ey_dbdh .col-3 {
	border-left: 1px solid #eaeaea;
	padding-left: 40px;
}
.ey_dbdh .col-3 .tel {
	color: #e2231a;
	font-size: 22px;
	font-weight: 400;
	line-height: 35px;
}
.ey_dbdh .col-3 .tel i {
	font-size: 30px;
	color: #999;
	margin-right: 10px;
}
.ey_dbdh .col-3 .tel .date {
	font-size: 12px;
	color: #333;
	padding: 0 12px;
	display: inline-block;
}
.approve {
	line-height: 0;
}
.eyou_lb {
	margin: 0 0 20px 0;
}
.com_reveal {
	background: #fff;
	margin-top: 15px;
	display: flex;
}
.com_reveal_sku {
	box-shadow: none;
	margin-top: 0;
	display: table;
	width: 100%;
}
.com_reveal .zuoside {
	padding: 25px 20px 10px 30px;
	width: 580px;
}
.com_img {
	display: flex;
}
.com_img .great {
	text-align: center;
	width: 100%;
}
.com_img .great img {
	width: auto;
	max-width: 430px;
}
.com_img .great video {
	width: 100%;
	min-height: 400px;
	background: #fafafa;
}
.com_img .ey_little {
	text-align: center;
	margin-right: 10px;
	width: 120px;
	height: 430px;
	overflow-x: hidden;
	overflow-y: auto;
}
.com_img .ey_little ul {
	list-style: none;
	width: 74px;
}
.com_img .ey_little ul li {
	border: 1px solid #eee;
	position: relative;
	background: #fff;
	padding: 7px;
	margin-bottom: 10px;
	cursor: pointer;
}
.com_img .ey_little ul li:hover {
	border-color: #ddd;
}
.com_img .ey_little ul li.active {
	border-color: #e2231a;
}
.com_img .ey_little ul li.active:before {
	background: #fff;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-left-color: #e2231a;
	border-top-color: #e2231a;
	position: absolute;
	content: '';
	transform: rotate(135deg);
	z-index: 2;
	width: .66em;
	height: .66em;
	transform: translateX(-50%) translateY(-50%) rotate(135deg);
	top: 50%;
	right: -10px;
}
.com_sc .shouchang {
	float: left;
}
.com_sc .shouchang .eyou_like {
	position: relative;
	display: inline-block;
padding:0 .8rem;
font-size:.7rem;
	line-height: 1.5rem;
	color: #595959;
	user-select: none;
}
.com_sc .shouchang .eyou_like .ey-tb-xx, .com_sc .shouchang .eyou_like .ey-tb-coll {
margin-right:.25rem;
font-size:.7rem;
}
.com_sc .fenxiang {
	float: right;
}
.com_reveal .youside {
	padding: 20px 30px;
	flex: 1;
}
.com_reveal .youside h1 {
	font-size: 24px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.com_reveal .youside .words {
	line-height: 24px;
	padding: 10px 0;
	color: #999;
}
.com_reveal .limit {
	background: linear-gradient(90deg, #e2231a 1%, #fb6c66 60%);
	padding: 8px 15px;
	color: #fff;
	margin-top: 10px;
	line-height: 30px;
}
.com_reveal .limit span {
	margin-right: 10px;
}
.com_reveal .limit .endtime {
	color: #fff;
	float: right;
}
.com_reveal .limit .endtime i {
	color: #fff;
}
.com_reveal .price {
	padding: 15px 0;
	border-top: 0;
	position: relative;
}
.com_reveal .price .shoujia {
	display: inline-block;
	color: #e2231a;
	font-size: 28px;
}
.com_reveal .price .shoujia em {
	color: #999;
	padding-right: 10px;
}
.com_reveal .price .yuanjia {
	display: inline-block;
	color: #999;
}
.com_reveal .price .yuanjia em {
	color: #999;
	padding-right: 10px;
}
.com_reveal .price ul {
	list-style: none;
}
.com_reveal .price ul li {
	line-height: 30px;
	color: #666;
}
.com_reveal .price ul li em {
	color: #999;
	padding-right: 10px;
}
.com_reveal .price ul li span {
	color: #e2231a;
}
.com_reveal .price ul li del {
	color: #999;
}
.com_reveal .price .qrcode {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 90px;
	height: 90px;
	text-align: center;
}
.com_reveal .price .qrcode canvas {
	width: 100%;
	background: #fff;
	padding: 6px;
	border: 1px solid #ddd;
}
.com_reveal .attribute {
	list-style: none;
	margin-top: 15px;
	padding: 0 10px;
	border-bottom: 1px solid #f3f3f3;
}
.com_reveal .attribute li {
	line-height: 40px;
	color: #555;
	font-size: 13px;
}
.com_reveal .attribute li em {
	color: #999;
	padding-right: 15px;
}
.com_reveal .activity {
	list-style: none;
	padding: 0 10px;
	margin-top: 15px;
}
.com_reveal .activity li {
	line-height: 30px;
	display: flex;
	color: #555;
	font-size: 13px;
}
.com_reveal .activity li em {
	color: #999;
}
.com_reveal .activity li span {
	color: #e2231a;
	padding-right: 5px;
}
.com_reveal .activity li dl {
	margin-top: 3px;
}
.com_reveal .activity li dl dt {
	font-weight: normal;
	line-height: 24px;
}
.com_reveal .skushow {
	list-style: none;
	margin-top: 15px;
}
.com_reveal .skushow p {
	background: #e2231a;
	color: #fff;
	font-size: 14px;
	padding: 10px 0 10px 20px;
	display: none;
}
.com_reveal .skushow li {
	line-height: 30px;
	display: flex;
	color: #555;
	font-size: 13px;
}
.com_reveal .skushow li em {
	color: #999;
	display: inline-block;
	font-size: 13px;
	min-width: 54px;
	padding-top: 5px;
}
.com_reveal .skushow li span {
	color: #e2231a;
	padding-right: 5px;
}
.com_reveal .skushow li dl {
	margin-top: 3px;
	display: flex;
	flex-wrap: wrap;
	flex: 1;
}
.com_reveal .skushow li dl dt {
	font-weight: normal;
	width: 32.3%;
	min-width: 35px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #eee;
	padding: 6px 8px;
	margin: 0 8px 8px 0;
	cursor: pointer;
	position: relative;
}
.com_reveal .skushow li dl dt:nth-child(3n) {
	margin-right: 0;
}
.com_reveal .skushow li dl dt:hover {
	border: 1px solid #e2231a;
}
.com_reveal .skushow li dl dt:hover a {
	color: #e2231a;
}
.com_reveal .skushow li dl dt i {
	position: absolute;
	right: 1px;
	bottom: -6px;
	color: #fff;
	z-index: 20;
	font-size: 8px;
	display: none;
}
.com_reveal .skushow li dl dt.selected {
	border: 1px solid #e2231a;
}
.com_reveal .skushow li dl dt.selected a {
	color: #e2231a;
}
.com_reveal .skushow li dl dt.selected:before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	color: #e2231a;
	width: 0;
	height: 0;
	border-bottom: 20px solid #e2231a;
	border-left: 20px solid transparent;
	z-index: 10;
}
.com_reveal .skushow li dl dt.selected i {
	display: block;
}
.com_reveal .sku_selected {
	border: 1px solid #e2231a;
	padding: 0;
}
.com_reveal .sku_selected li {
	padding: 0 15px 0 15px;
}
.com_reveal .sku_selected li:last-child {
	padding-bottom: 15px;
}
.com_reveal .sku_selected p {
	display: block;
	margin-bottom: 15px;
}
.com_reveal .action {
	list-style: none;
	margin-top: 15px;
	clear: both;
}
.com_reveal .action li {
	display: flex;
	padding: 6px 0;
	align-items: center;
}
.com_reveal .action li em {
	color: #999;
	width: 56px;
	display: inline-block;
	font-size: 13px;
}
.com_reveal .action li button {
	margin-right: 10px;
}
.com_reveal .action li u {
	margin-left: 15px;
	font-style: normal;
	color: #555;
	text-decoration: none;
}
.com_reveal .action li .btn {
	font-size: 15px;
	padding: 4px 25px;
}
.com_reveal .action li .goumai {
	width: 298px;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	padding: 0;
}
.com_reveal .action li .jiaru {
	width: 140px;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	padding: 0;
}
.com_reveal .action li .btn [class*=ui-icon-] {
	font-size: 20px;
}
.com_reveal .selected-list {
	background: #f9f9fa;
	padding: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.com_reveal .selected-list ul {
	padding: 0;
	margin: 0;
	display: grid;
}
.com_reveal .selected-list ul li {
	list-style: none;
	line-height: 30px;
	color: #616161;
}
.com_reveal .selected-list ul li .guiname {
	float: left;
}
.com_reveal .selected-list ul li .guijiage {
	float: right;
}
.com_reveal .selected-list .total-price {
	color: #e2231a;
	font-size: 24px;
	padding-top: 20px;
}
.com_reveal .selected-list ul li:first-child {
	margin-top: 0;
}
.com_reveal_footer {
	display: flex;
	margin-top: 15px;
}
.com_reveal_footer .zuoside {
	width: 250px;
	margin-right: 20px;
}
.com_reveal_footer .zuoside .boxs {
	background: #fff;
}
.com_reveal_footer .zuoside .boxs .eyou_mz {
	padding: 3px 15px;
}
.likepro {
	padding: 15px;
}
.likepro ul {
	list-style: none;
}
.likepro ul li {
	margin-bottom: 15px;
	padding: 2px 2px 15px 2px;
	transition: box-shadow .5s linear, -webkit-box-shadow .5s linear;
}
.likepro ul li:last-child {
	margin-bottom: 0;
}
.likepro ul li img {
	width: 100%;
}
.likepro ul li p {
	padding: 2px 15px;
	color: #333;
	text-align: center;
}
.likepro ul li p:hover {
	color: #e2231a;
}
.likepro ul li p span {
	color: #e2231a;
}
.likepro ul li:hover {
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}
.com_reveal_footer .youside {
	background: #fff;
	flex: 1;
}
.com_reveal_footer .youside .eyou_switch {
	border-bottom: 1px solid #eee;
}
.com_reveal_footer .youside .eyou_switch li {
	padding: 2px 15px;
	margin-bottom: -1px;
}
.com_reveal_footer .youside .eyou_matter {
	padding: 25px 30px;
}
.eyou_essay {
	display: flex;
	margin: 15px 0;
}
.eyou_essay .box {
	background: #fff;
	padding: 5px 20px 10px 20px;
}
.essay-zc {
	width: 260px;
	margin-right: 20px;
}
.essay-yc {
	flex: 1;
}
.eyou_dhlb {
	list-style: none;
}
.eyou_dhlb li {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
.eyou_dhlb li.active a {
	color: #e2231a;
}
.news_reveal {
	padding: 15px 0;
}
.news_reveal h1 {
	font-size: 20px;
	color: #333;
	font-weight: 600;
}
.news_reveal .info {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #999;
	font-size: 13px;
}
.news_reveal .eyou_rec {
	min-height: 300px;
	word-break: break-all;
}
.news_reveal .eyou_rec * {
	max-width: 100%;
}
.news_reveal .eyou_rec p {
	margin: 5px 0 15px 0;
	line-height: 25px;
	font-size: 14px;
}
.news_reveal .eyou_rec:after {
	content: "";
	display: table;
	clear: both;
}
.action .inputnumber {
	width: 0px;
	border: 0px;
}
.swiperBannerContainer {
	position: relative;
	margin: 0 auto;
	height: 650px;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
}
.swiperBannerContainer .btn-panel {
	width: 100%;
	height: 40px;
	top: 220px;
	position: absolute;
	text-align: center;
}
.swiperBannerContainer .btn-panel .btns {
	padding-left: 40px;
	padding-right: 40px;
	height: 40px;
	position: relative;
}
.swiperBannerContainer .btn-panel .btns .prev {
	display: none;
	width: 40px;
	height: 40px;
	cursor: pointer;
	float: left;
	background: url("../images/prevnormal.png") center no-repeat;
}
.swiperBannerContainer .btn-panel .btns .prev:hover {
	background: url("../images/prevhover.png") center no-repeat;
}
.swiperBannerContainer .btn-panel .btns .next {
	display: none;
	float: right;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url("../images/nextnormal.png") center no-repeat;
}
.swiperBannerContainer .btn-panel .btns .next:hover {
	background: url("../images/nexthover.png") center no-repeat;
}
.swiperBannerContainer .pagination {
	position: absolute;
	z-index: 20;
	bottom: 20px;
	width: 100%;
	text-align: center;
}
.swiperBannerContainer .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url("../images/circle.png") center no-repeat;
	margin: 0 5px;
	opacity: 0.8;
	cursor: pointer;
}
.swiperBannerContainer .swiper-active-switch {
	width: 30px;
	background: url("../images/gun.png") center no-repeat;
}
.swiper-slide {
	width: 100%;
	height: 100%;
}
.swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
}
.evaluate-con h3.title {
	padding: 0 15px;
	font-size: 14px;
	line-height: 40px;
	color: #666;
	font-weight: 700;
	border: 1px solid #eee;
	background-color: #f7f7f7;
	text-align: left;
}
.evaluate-con .percentgood {
	overflow: hidden;
	clear: both;
	margin-bottom: 25px;
}
.evaluate-con .percentgood .pgbox {
	width: 15%;
	float: left;
	margin: 2% 5% 0;
}
.evaluate-con .percentgood dl.total {
	text-align: center;
}
.evaluate-con .percentgood dl.total dt {
	font-size: 40px;
	color: #e4393c;
	line-height: initial;
	margin-top: 0;
}
.evaluate-con .pgbox dd.percentjd {
	background-color: #FAFAFA;
	height: 10px;
	width: 100%;
	margin-top: 10px;
}
.evaluate-con dd.percentjd i {
	background-color: #e4393c;
	display: block;
	height: 10px;
	width: 50%;
}
.evaluate-con ul.evalute-titleul {
	overflow: hidden;
	border: 1px solid #F5F5F5;
	background-color: #FAFAFA;
	height: 30px;
	line-height: 30px;
}
.evaluate-con ul.evalute-titleul li {
	float: left;
	padding: 0 20px;
}
.evaluate-con ul.evalute-titleul li.check a {
	color: #e4393c;
	font-weight: bold;
}
.evaluate-con ul.evalute-titleul li.check a em.embold {
	font-weight: bold;
}
.evaluate-con .bd {
	border: 0;
}
.evaluate-con .evalute-detail li {
	overflow: hidden;
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}
.evaluate-con .evalute-detail li div.starevalute {
	width: 14%;
}
.evaluate-con .evalute-detail li div.starevalute p {
	font-size: 12px;
}
.evaluate-con .evalute-detail li div.rankevalute {
	width: 72%;
	padding: 0 2%;
}
.evaluate-con .evalute-detail li div.column {
	float: left;
}
.evaluate-con .evalute-detail li div.rankevalute .member {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	overflow: hidden;
	margin: auto;
}
.evaluate-con .evalute-detail li div.rankevalute .member img {
	width: 100%;
}
.evaluate-con div.rankevalute .menber-rank {
	margin-top: 6px;
}
.evaluate-con .menber-rank span {
	display: block;
	text-align: center;
}
.evaluate-con .menber-rank>span {
	font-size: 14px;
}
.evaluate-con .menber-rank span.red {
	color: #e4393c;
}
.evaluate-con .stars_box {
	display: block;
	height: 22px;
	width: 88px;
	text-align: center;
	margin-top: 10px;
	clear: both;
}
.evaluate-con .stars_box .stars {
	background: url(../images/start.png) no-repeat;
	height: 13px;
	width: 13px;
	display: inline-block;
	background-size: 13px 13px;
}
.evaluate-con .evalute-detail li div.personeva {
	width: 84%;
	margin-left: 2%;
}
.evaluate-con .personeva .comment {
	line-height: 23px;
}
.evaluate-con .personeva .comment .show-pic {
	margin-top: 5px;
}
.evaluate-con .personeva .comment .show-pic .sc_bd {
	float: left;
	width: 100%;
	margin: 0 10px;
}
.evaluate-con .personeva .comment .show-pic dd {
	position: relative;
}
.evaluate-con .personeva .comment dd {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.evaluate-con .personeva .comment .show-pic dd a {
	cursor: url(../images/fd.png), auto;
	display: block;
	border: 1px solid #fff;
}
.dataTables_paginate {
	text-align: center;
}
.shop_pages {
	padding-top: 20px;
	text-align: center
}
.pagination {
	border-radius: 4px;
	display: inline-block;
	margin: 20px 0;
	padding-left: 0
}
.pagination>li {
	display: inline
}
.pagination>li>a, .pagination>li>span {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #666;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	margin-left: 0
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	background-color: #eee;
	border-color: #ddd;
	color: #23527c
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #e2231a;
	border-color: #e2231a;
	color: #fff;
	cursor: default;
	z-index: 2
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	background-color: #fff;
	border-color: #ddd;
	color: #555;
	cursor: pointer
}
.pagination-lg>li>a, .pagination-lg>li>span {
	font-size: 18px;
	padding: 10px 16px
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
	font-size: 12px;
	padding: 5px 10px
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}
.pager {
	list-style: outside none none;
	margin: 20px 0;
	padding-left: 0;
	text-align: center
}
.pager li {
	display: inline
}
.pager li>a, .pager li>span {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
	display: inline-block;
	padding: 5px 14px
}
.pager li>a:focus, .pager li>a:hover {
	background-color: #eee;
	text-decoration: none
}
.pager .next>a, .pager .next>span {
	float: right
}
.pager .previous>a, .pager .previous>span {
	float: left
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
	background-color: #fff;
	color: #777;
	cursor: not-allowed
}
.dataTables_paginate {
	text-align: center
}
.eyoucms_m {
	background: #f7f7f5;
}
.eyou_gg {
	position: relative;
	width: 1226px;
	margin: 0 auto;
	list-style-type: none;
}
.eyou_gg .info {
	position: relative
}
.eyou_gg .subject {
	padding: 38px 0 25px;
	color: #333;
	font-size: 24px;
	line-height: 1;
	text-align: center
}
.eyou_gg .box-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	line-height: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.eyou_gg .box-list:after {
	content: "";
	width: 100%
}
.eyou_gg .box, .eyou_gg .box-list:after {
	display: inline-block;
	vertical-align: top
}
.eyou_gg .box {
	position: relative;
	margin-bottom: 10px;
	font-size: 0;
	text-align: center;
	background-color: #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}
.eyou_gg .box:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
	box-shadow: 0 15px 30px rgba(0,0,0,.1)
}
.eyou_gg.pc_6 .box {
	width: 293px
}
.eyou_gg.pc_6 .box:first-child {
	width: 604px;
}
.eyou_gg .box>a {
	display: block
}
.eyou_gg .box>a>img {
	position: relative;
	vertical-align: top;
	width: 100%;
	display: inline-block
}
.eyou_gg.pc_6 .box>a>img {
	margin: 10px auto 0;
	width: 272px;
	height: 272px
}
.eyou_gg.pc_6 .box, .eyou_gg.pc_6 .box:first-child>a>img {
	height: 440px
}
.eyou_gg.pc_6 .box:first-child>a>img {
	margin: 0;
	width: 100%
}
.eyou_gg .name {
	padding-top: 16px;
	color: #333;
	font-size: 16px;
	line-height: 30px
}
.eyou_gg .feature {
	padding: 2px 15px 40px;
	height: 24px;
	color: #333;
	font-size: 12px;
	line-height: 24px
}
.eyou_gg .feature, .eyou_gg .name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.eyou_gg .price {
	color: #f51919;
	font-size: 16px;
	line-height: 1
}
.eyou_gg .prodinfo {
	position: relative
}
.ey_index .home-banner-box {
	height: 120px;
	width: 1226px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
