@charset "utf-8";

body {
	background: #fff;
}

.width {
	margin: 0 auto;
	width: 1226px;
}

.crumbs {
	margin-top: 15px;
}

.breadcrumb a em {
	font-size: 14px;
	color: #fff;
	min-width: 22px;
	background: #e8373d;
	margin: 0 4px;
	line-height: 24px;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
}

.xmecs_top {
    background: #f2f2f2;
    border-bottom: 1px solid #eaeaea;
	font-size: 12px;
	color: #666;
	height: 40px;
	line-height: 40px;
}

.xmecs_top .width {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
}

.xmecs_top .row .col-6 {
	height: 40px;
	line-height: 40px;
}

.xmecs_top .row .col-6 .dropdown {
	display: inline-block;
	list-style: none;
	padding: 0 10px;
	margin: 0;
	position: relative;
}

.xmecs_top .row .col-6 .dropdown:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-color: #dddddd;
	border-bottom-color: transparent;
	background-color: #ffffff;
}

.xmecs_top .row .col-6 .dropdown:hover>a:before {
	height: 10px;
	content: '';
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	z-index: 100;
	background-color: #ffffff;
}

.xmecs_top .row .col-6 .dropdown .qrcode {
	display: none;
	margin-top: -1px;
	position: absolute;
	width: 336px;
	padding: 15px 0 10px 0;
	top: 40px;
	left: -1px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border: 1px solid #dddddd;
	background-color: #ffffff;
	z-index: 996;
}

.xmecs_top .row .col-6 .dropdown:hover .qrcode {
	display: block;
}

.xmecs_top .row .col-6 .dropdown .qrcode li {
	width: calc(100% / 2);
	float: left;
	padding: 0 20px;
	text-align: center;
	border-right: 1px solid #eeeeee;
}

.xmecs_top .row .col-6 .dropdown .qrcode li:last-child {
	border-right: none;
}

.xmecs_top .row .col-6 .dropdown .qrcode li img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.xmecs_top .row .col-6 .dropdown .qrcode li p {
	margin: 0;
	padding: 0;
}

.xmecs_top .nav {
	border: 0;
	height: 40px;
	line-height: 40px;
}

.xmecs_top .nav ul li.cart {
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	color: #666;
	text-align: center;
	background: #ebebeb;
}

.xmecs_top .nav ul li.username img {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	margin-right: 5px;
}

.xmecs_top .nav ul li a {
	color: #666;
	font-size: 12px;
}

.xmecs_top .nav ul li a .ey-tb-cart {
	color: #666;
	font-size: 14px;
	margin-right: 5px;
}

.xmecs_top .nav ul li.cart:hover {
	color: #ff6700;
	background: #fff;
}

.xmecs_top .nav ul li.cart:hover a, .xmecs_top .nav ul li:hover a .ey-tb-cart {
	color: #ff6700;
}

.xmecs_top .nav ul li a span {
	font-size: 12px;
	color: #666;
	margin-left: 6px;
	transition: all .5s ease 0s;
	z-index: 21;
}

.xmecs_top .nav ul li a:hover {
	color: #ff6700;
}

.xmecs_top .nav ul li.active a {
	border: 1px solid #d9d9d9;
	border-bottom: 0;
	border-top: 0;
	background: #fff;
}

.xmecs_top .nav ul li.active span {
	transform: rotate(180deg);
}

.xmecs_top .nav ul li ul {
	border-top: 0;
	box-shadow: none;
	min-width: 100px;
	z-index: 20;
	right: 0;
}

.xmecs_top .nav ul li.active ul li a {
	border: 0;
}

.xmecs_top .nav ul li ul li a:hover {
	background: #ff6700;
}

.xmecs_head {
	padding: 30px 0;
}

.xmindex_logo {
	padding-top: 0px;
	align-self: center;
}

.xmindex_logo img {
	max-width: 240px;
}

.search {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.search .eyoucms-ssfm {
	border-color: #ff6700;
	border-width: 2px;
}

.search .eyoucms-ssfm:focus {
	box-shadow: none;
}

.search .tijiao {
	background: #ff6700;
	color: #fff;
	border: 2px solid #ff6700;
	padding: 0 0.8rem;
}

.search .tijiao .ey-tb-ss {
	font-size: 24px;
}

.xmecs_head.fixed {
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 9;
}

.xmecs_cart {
	height: 50px;
	line-height: 50px;
	display: block;
	float: right;
	position: relative;
	z-index: 10;
	width: 80px;
	text-align: center;
	cursor: pointer;
}

.xmecs_cart i {
	margin-right: 10px;
	color: #ff6700;
	font-size: 1.6rem;
}

.xmecs_cart>a {
	color: #999;
	display: block;
	width: 100%;
	font-size: 0.8rem;
}

.xmecs_cart>a:hover {
	color: #ff6700;
}

.xmecs_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: #ff6700;
}

.xmecs_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;
}

.xmecs_cart:hover .cart-detail {
	display: block;
}

.xmecs_cart .cart-detail p {
	margin: 0;
}

.xmecs_cart .cart-detail ul {
	list-style: none;
}

.xmecs_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;
}

.xmecs_cart .cart-detail ul li:last-child {
	margin-bottom: 0;
}

.xmecs_cart .cart-detail ul li .image {
	border: 1px solid #eee;
	padding: 2px;
	margin-right: 10px;
}

.xmecs_cart .cart-detail ul li .name {
	width: 180px;
	padding-right: 10px;
	line-height: normal;
}

.xmecs_cart .cart-detail ul li .price {
	flex: 1;
	line-height: 20px;
	align-items: center;
	justify-content: center;
	text-align: right;
	padding-right: 10px;
}

.xmecs_cart .cart-detail ul li .price a {
	display: block;
}

.xmecs_cart .cart-detail ul li .price span {
	color: #ff6700;
}

.xmecs_cart .cart-detail .action {
	display: flex;
	justify-content: center;
	align-items: center;
}

.xmecs_cart .cart-detail .action .total {
	padding-top: 10px;
}

.xmecs_cart .cart-detail .action .total span {
	color: #ff6700;
	margin-right: 5px;
}

.xmecs_cart .cart-detail .action .go {
	flex: 1;
	text-align: right;
	padding-top: 10px;
	line-height: normal;
}

.xmecs_fl {
}

.xmecs_fl .fl_fenlei {
	width: 230px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -613px;
	z-index: 9;
	height: 100%;
}

.xmecs_fl .fl_fenlei span {
	margin-right: 15px;
}

.xmecs_fl .fl_fenlei>a {
	color: #fff;
	font-size: 16px;
}

.xmecs_dh {
	margin-top: 16px;
	width: 230px;
	height: 420px;
	background-color: hsla(0,0%,100%,.9);
	min-height: 420px;
	z-index: 300;
	border-radius: 5px;
}

.xmecs_dh ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	position: relative;
}

.xmecs_dh ul li {
	padding: 0;
	width: 100%;
	height: 133px;
	overflow: hidden;
	vertical-align: bottom;
}

.xmecs_dh ul li:hover {
	color: #333;
	font-weight: normal;
	background: #fff;
}

.xmecs_dh ul li .cateone {
}

.xmecs_dh ul li .cateone .childer_hide {
	height: 80px;
	line-height: 18px;
	overflow: hidden;
	padding: 0 15px;
}

.xmecs_dh ul li .cateone .childer_hide a {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	font-size: 12px;
	white-space: nowrap;
	color: #333;
	font-weight: normal;
	margin: 0 5px;
	padding: 0 10px;
	display: inline-block;
	border-radius: 10px 4px;
}

.xmecs_dh ul li .cateone .childer_hide a:nth-child(1) {
	background: #ff0000;
	color: #fff;
}

.xmecs_dh ul li .cateone .childer_hide a:nth-child(3) {
	background: #b22ef8;
	color: #fff;
}

.xmecs_dh ul li a {
	line-height: 29px;
	padding: 8px 20px 8px 20px;
	color: #333;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
}

.xmecs_dh ul li p {
	margin: 5px 0 0;
	padding: 0;
	line-height: 24px;
}

.xmecs_dh ul li p a {
	font-size: 13px;
	display: inline-block;
	margin-right: 20px;
	color: #fff;
}

.xmecs_dh ul li p a:hover {
	color: #ff6700;
}

.xmecs_dh ul li .catetwo {
    height: 420px;
    min-height: 420px;
    width: 0px;
    position: absolute;
    left: 200px;
    top: 0px;
    padding: 15px 14px;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    overflow: hidden;
    background: #fff;
    z-index: -1;
    opacity: 0;
}

.xmecs_dh ul li .catetwo dl {
	margin: 0;
	padding: 0;
}

.xmecs_dh ul li .catetwo dt {
	display: inline-block;
	margin-right: 10px;
	width: 110px;
	display: none;
}

.xmecs_dh ul li .catetwo dt a {
	font-size: 14px;
	color: #333;
	font-weight: 600;
	line-height: 30px;
}

.xmecs_dh ul li .catetwo dd {
    display: inline-block;
    float: left;
    line-height: 30px;
    width: 564px;
    max-width: 710px;
    padding-bottom: 0px;
    margin-bottom: 0;
    overflow: hidden;
    height: 398px;
}

.xmecs_dh ul li .catetwo dd a {
	width: 122px;
	text-align: center;
	margin-top: 5px;
	margin-right: 18px;
	padding: 0;
	font-size: 13px;
	color: #666;
	display: inline-block;
}

.xmecs_dh ul li .catetwo dd a:nth-child(4n) {
	margin-right: 0;
}

.xmecs_dh ul li .catetwo dd a.active {
	color: #ff6700;
}

.xmecs_dh ul li .catetwo a:hover {
	color: #ff6700;
	background: unset;
	font-weight: 400;
}

.xmecs_dh ul li .catetwo .brand {
	margin-top: 20px;
	float: left;
	display: inline-block;
	width: 698px;
}

.xmecs_dh ul li .catetwo dd a img {
	width: 121px;
	height: 93px;
	margin-right: 0px;
}

.xmecs_dh ul li .catetwo .brand .bname {
	font-size: 14px;
	color: #333;
	font-weight: 600;
	line-height: 20px;
	padding: 0;
	display: block;
	margin-bottom: 10px;
}

.xmecs_dh ul li .catetwo .brand a {
	border: 1px solid #eee;
	margin: 0 10px 10px 0;
	width: 80px;
	height: 80px;
	float: left;
	text-align: center;
	color: #000;
	display: block;
	padding: 0px;
}

.xmecs_dh ul li .catetwo .brand a img {
	width: 100%;
	height: 100%;
}

.xmecs_dh ul li .catetwo .cate_ad {
	position: absolute;
	right: 0px;
	padding: 0px 15px 0px 15px;
	border-left: 1px #ddd dotted;
}

.xmecs_dh ul li:hover .catetwo {
	width: 998px;
	opacity: 1;
	left: 230px;
}

.xmecs_fl .ecstop_dh {
	border: 0;
	margin-top: 10px;
	margin-left: 12%;
	position: relative;
}

.xmecs_fl .ecstop_dh ul {
	list-style: none;
	display: flex;
}

.xmecs_fl .ecstop_dh ul li {
	padding-right: 20px;
	position: relative;
}

.xmecs_fl .ecstop_dh ul li .block {
	position: absolute;
	right: 8px;
	top: -16px;
	background-image: url(../images/11.gif);
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: 80px 30px;
	width: 80px;
	height: 30px;
}

.xmecs_fl .ecstop_dh ul li a {
	color: #333;
	font-size: 16px;
	border-bottom: 1px solid transparent;
	line-height: 50px;
	padding-bottom: 10px;
}

.xmecs_fl .ecstop_dh ul li a:hover {
	color: #ff6700;
}

.xmecs_fl .ecstop_dh ul li.cur a {
	color: #ff6700;
}

.xmecs_fl .ecstop_dh .pf {
	height: 2px;
	width: 34px;
	background: #ff6700;
	position: absolute;
	left: 0px;
	bottom: 0px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.xmecs_fl .ecstop_dh .nav1 {
    margin-left: 52px;
    width: 62px;
}

.xmecs_fl .ecstop_dh .nav2 {
	margin-left: 132px;
}

.xmecs_fl .ecstop_dh .nav3 {
    margin-left: 183px;
    width: 52px;
}

.xmecs_fl .ecstop_dh .nav4 {
	margin-left: 252px;
}

.xmecs_fl .ecstop_dh .nav5 {
	margin-left: 304px;
}

.xmecs_fl .ecstop_dh .nav6 {
	margin-left: 356px;
}

.xmecs_fl .ecstop_dh .nav7 {
    margin-left: 408px;
    width: 66px;
}

.xmecs_fl .ecstop_dh .nav8 {
    margin-left: 492px;
    width: 66px;
}

.banner {
	width: 100%;
	margin: 0 auto 0;
}

.banner .carousel-item a {
	height: 550px;
	display: block;
	min-width: 1226px;
	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 #ff6700;
	border-radius: 4px;
	padding: 4px 10px;
	font-size: 12px;
	color: #ff6700;
}

.banner .bslide .userinfo .logintxt p a:hover {
	background: #ff6700;
	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: #ff6700;
}

.banner .bslide .col-4 {
	padding: 0 20px;
}

.banner .bslide .col-4 li {
	border-bottom: 0;
	padding-left: 0;
}

/*PC促销*/

.cuxiao {
	background: url(../images/flashsale-bg.png) no-repeat center center;
	margin: 20px 0 20px 0;
	height: 260px;
}

.cuxiao .salebox {
	width: 1220px;
	height: 260px;
	margin: 0 auto;
}

.cuxiao .salebox .saletitle {
	float: left;
	width: 230px;
	height: 260px;
	text-align: left;
}

.cuxiao .salebox .saletitle .ddqLogo {
	width: 149px;
	height: 27px;
	background: url(../images/dd_logo.220baf93.png) 50% no-repeat;
	background-size: 100%;
	text-align: center;
	margin: 20px auto;
}

.cuxiao .salebox .saletitle h2 {
	text-align: center;
	line-height: 30px;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
}

.cuxiao .salebox .saletitle h3 {
	padding-left: 10px;
	text-align: center;
	height: 26px;
	line-height: 38px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.cuxiao .salebox .saletitle h4 {
	padding-top: 40px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

.cuxiao .salebox .saletitle h4 .jljs {
	font-size: 20px;
	font-weight: bolder;
}

.cuxiao .salebox .saletitle h4 em {
	font-size: 14px;
	color: #fff;
	min-width: 22px;
	background: #443b3b;
	margin: 0 4px;
	line-height: 24px;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
}

.cuxiao .salebox .salegoods {
	float: left;
	width: 990px;
	height: 240px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}

.cuxiao .salebox .salegoods .dlist {
	width: 990px;
	;
}

.cuxiao .salebox .salegoods .salegoods-item {
	float: left;
	width: 188px;
	margin-right: 10px;
	height: 240px;
	background: #FFFFFF;
	border-radius: 4px;
	position: relative;
}

.cuxiao .salebox .salegoods .salegoods-item .popwin {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 19891015;
	background-color: rgb(0, 0, 0);
	opacity: 0.3;
}

.cuxiao .salebox .salegoods .salegoods-item .popwin .shop-over {
	width: 100%;
	height: 100%;
	background: url(../images/shouqing.png) no-repeat center center;
}

.cuxiao .salebox .salegoods .salegoods-item .img {
	width: 140px;
	height: 140px;
	margin: 10px auto;
	-webkit-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
}

.cuxiao .salebox .salegoods .salegoods-item .img:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(213,213,213,0.4);
}

.cuxiao .salebox .salegoods .salegoods-item .img img {
	width: 140px;
	height: 140px;
}

.cuxiao .salebox .salegoods .salegoods-item .xl {
	width: 168px;
	height: 18px;
	margin: 10px auto;
	text-align: center;
	overflow: hidden;
	color: #fd4f2d;
}

.cuxiao .salebox .salegoods .salegoods-item .title {
	width: 168px;
	height: 18px;
	margin: 6px auto;
	text-align: center;
	overflow: hidden
}

.cuxiao .salebox .salegoods .salegoods-item .title a {
	line-height: 18px;
	color: #666;
}

.cuxiao .salebox .salegoods .salegoods-item .title a:hover {
	color: #666;
	text-decoration: none
}

.cuxiao .salebox .salegoods .salegoods-item .price {
	width: 180px;
	height: 20px;
	margin: 6px auto;
	text-align: center;
}

.cuxiao .salebox .salegoods .salegoods-item .price span.s_price {
	padding-left: 5px;
	padding-right: 5px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fd4f2d;
	font-size: 18px;
	text-align: center;
	font-weight: bold
}

.cuxiao .salebox .salegoods .salegoods-item .price span.m_price {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	line-height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 12px;
	text-align: center;
	text-decoration: line-through
}

.cuxiao .salebox .salegoods .btn-panel {
	width: 100%;
	height: 38px;
	top: 100px;
	right: 0;
	position: absolute;
	text-align: center;
}

.cuxiao .salebox .salegoods .btn-panel .btns {
	padding-left: 0px;
	padding-right: 0px;
	height: 38px;
	position: relative;
}

.cuxiao .salebox .salegoods .btn-panel .btns .left {
	display: none;
	float: left;
	background: url(../images/leftnormal.png);
	background-repeat: no-repeat!important;
	background-size: cover!important;
	cursor: pointer;
	height: 38px!important;
	left: 0!important;
	position: absolute;
	right: 0!important;
	top: 50%;
	transform: translateY(-50%);
	width: 30px!important;
	z-index: 10;
}

.cuxiao .salebox .salegoods .btn-panel .btns .left:hover {
	background: url("../images/lefthover.png") center no-repeat;
}

.cuxiao .salebox .salegoods .btn-panel .btns .right {
	display: none;
	float: right;
	background: url(../images/rightnormal.png);
	background-repeat: no-repeat!important;
	background-size: cover!important;
	cursor: pointer;
	height: 38px!important;
	right: 0!important;
	top: 50%;
	transform: translateY(0%);
	width: 29px!important;
	z-index: 10;
}

.cuxiao .salebox .salegoods .btn-panel .btns .right:hover {
	background: url("../images/righthover.png") center no-repeat;
}

/* 精品推荐 */

.boutique {
	width: 1226px;
	margin: 30px auto;
}

.acea-row.row-between {
	-o-box-pack: justify;
	justify-content: space-between;
}

.acea-row.row-center-wrapper {
	-o-box-align: center;
	align-items: center;
	-o-box-pack: center;
	justify-content: center;
}

.acea-row.row-middle {
	-o-box-align: center;
	align-items: center;
}

.acea-row.row-between-wrapper {
	-o-box-align: center;
    /* align-items: center; */
	-o-box-pack: justify;
	justify-content: space-between;
}

.acea-row {
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	flex-wrap: wrap;
}

.boutique .publicTitle {
	margin-right: 0px;
	margin-top: 30px;
}

.publicTitle .title {
	color: #8b8b8b;
}

.publicTitle .title .pictrue {
	width: 110px;
	height: 30px;
	margin-right: 13px;
}

.publicTitle .title .pictrue img {
	width: 100%;
	height: 100%;
}

.publicTitle .more {
	width: 58px;
	height: 24px;
	border: 1px solid #c6c6c6;
	color: #818181;
	font-size: 12px;
	cursor: pointer;
	background: #fff;
}

.publicTitle .more .iconfont {
	font-size: 10px;
}

.icon-you:before {
	content: "\e66f";
}

.boutique .list .oneItem {
	margin-top: 20px;
	margin-right: 10px;
	padding: 28px 20px;
	width: 608px;
	height: 276px;
	background: url(../images/boutique1.978bf4d.jpg) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	box-shadow: 0 1px 3px hsla(0,0%,60%,.2);
	position: relative;
}

.boutique .list .oneItem .pm {
	width: 65px;
	height: 24px;
	line-height: 22px;
	position: absolute;
	left: 0;
	top: 0;
	background: #ff2049;
	background: -webkit-gradient(linear,left top,right top,color-stop(0,#ff6594),to(#ff2049));
	background: linear-gradient(90deg,#ff6594,#ff2049);
	border-radius: 0 0 10px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.boutique .list .oneItem:hover {
	box-shadow: 0 3px 20px rgba(0,0,0,.06)
}

.boutique .list .oneItem .text {
	width: 330px;
}

.boutique .list .oneItem .text .name {
	font-size: 18px;
	color: #5a5a5a;
	height: 50px;
	overflow: hidden;
}

.boutique .list .oneItem .text .info {
	font-size: 14px;
	color: #a3a3a3;
	margin-top: 10px;
	height: 124px;
	overflow: hidden;
}

.boutique .list .oneItem .text .money {
	margin-top: 12px
}

.boutique .list .oneItem .text .money .font-color {
	font-size: 20px;
	font-weight: 700;
	color: #ff6700;
}

.boutique .list .oneItem .text .money .y_money {
	color: #a3a3a3;
	margin-left: 12px;
	text-decoration: line-through
}

.boutique .list .oneItem .pictrue {
	width: 220px;
	height: 220px;
	-webkit-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
}

.boutique .list .oneItem .pictrue:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(213,213,213,0.4);
}

.boutique .list .oneItem .pictrue img {
	width: 100%;
	height: 100%
}

.boutique .list .item {
	margin-top: 20px;
	width: 299px;
	height: 276px;
	background: url(../images/boutique2.1db6b10.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 28px 20px;
	position: relative;
	margin-right: 10px;
	cursor: pointer;
	box-shadow: 0 1px 3px hsla(0,0%,60%,.2)
}

.boutique .list .item:nth-child(3) {
	margin-right: 0px;
}

.boutique .list .item:nth-child(7) {
	margin-right: 0px;
}

.boutique .list .item .pm {
	width: 65px;
	height: 24px;
	line-height: 22px;
	position: absolute;
	left: 0;
	top: 0;
	background: #fd4f2d;
	background: -webkit-gradient(linear,left top,right top,color-stop(0,#f4a720),to(#fd4f2d));
	background: linear-gradient(90deg,#f4a222,#fd4f2d);
	border-radius: 0 0 10px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.boutique .list .item:hover {
	box-shadow: 0 3px 20px rgba(0,0,0,.06)
}

.boutique .list .item .name {
	font-size: 18px;
	height: 52px;
	overflow: hidden;
}

.boutique .list .item .info {
	width: 80px;
	font-size: 14px;
	color: #a3a3a3;
	margin-top: 10px;
	height: 104px;
	overflow: hidden;
}

.boutique .list .item .font-color {
	font-size: 20px;
	font-weight: 700;
	margin-top: 12px;
	color: #ff6700;
	position: absolute;
	bottom: 38px;
	margin-left: -4px;
}

.boutique .list .item .y_money {
	color: #a3a3a3;
	text-decoration: line-through;
	margin-top: 4px;
	position: absolute;
	bottom: 20px;
}

.boutique .list .item .pictrue {
	width: 150px;
	height: 150px;
	position: absolute;
	right: 20px;
	bottom: 28px;
	-webkit-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
}

.boutique .list .item .pictrue:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(213,213,213,0.4);
}

.boutique .list .item .pictrue img {
	width: 100%;
	height: 100%
}

/* 首发新品 */

.newGoods {
	width: 1226px;
	margin: 30px auto;
}

.newGoods .publicTitle {
	margin-right: 0px;
	margin-top: 30px;
}

.newGoods .list .item {
	width: 237px;
	height: 378px;
	margin-top: 20px;
	margin-right: 10px;
	background-color: #fff;
	padding: 10px 10px;
	cursor: pointer;
	box-shadow: 0 1px 3px hsla(0,0%,60%,.2);
	position: relative;
}

.newGoods .list .item .popwin {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 19891015;
	background-color: rgb(0, 0, 0);
	opacity: 0.3;
}

.newGoods .list .item .popwin .shop-over {
	width: 100%;
	height: 100%;
	background: url(../images/shouqing.png) no-repeat center center;
}

.newGoods .list .item:hover {
	box-shadow: 0 3px 20px rgba(0,0,0,.06)
}

.newGoods .list .item .pictrue {
	width: 217px;
	height: 217px;
	-webkit-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
}

.newGoods .list .item .pictrue:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(213,213,213,0.4);
}

.newGoods .list .item .pictrue img {
	width: 100%;
	height: 100%
}

.newGoods .list .item .name {
	margin-top: 12px;
	color: #5a5a5a;
	height: 42px;
	overflow: hidden;
}

.newGoods .list .item .name .label {
	background: url(../images/1d030c37c4ee3c1b0d64e8cd891f2152.png) no-repeat;
	background-size: 100% 100%;
	width: 54px;
	height: 18px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	display: inline-block;
	text-indent: -9999px;
}

.newGoods .list .item .name .gname {
	margin-left: 6px;
	color: #5a5a5a;
	height: 21px;
	overflow: hidden;
}

.newGoods .list .item .money {
	margin-top: 10px;
	height: 27px;
	line-height: 27px;
}

.newGoods .list .item .money .font-color {
	font-size: 18px;
	font-weight: 700;
	margin-left: 0px;
	color: #ff6700;
}

.newGoods .list .item .money .y_money {
	font-size: 12px;
	color: #a3a3a3;
	text-decoration: line-through;
	float: right;
}

.newGoods .list .item .stock {
	color: #969696;
	margin-top: 10px;
	overflow: hidden;
	height: 38px;
	display: flex;
	align-items: center;
}

.newGoods .list .item .stock .a {
	float: left;
	margin-left: 16px;
	font-size: 14px;
	width: 70px;
	height: 38px;
	line-height: 38px;
	border: none;
	border-radius: 4px;
	background: #e93323;
	color: #fff;
	text-align: center;
}

.newGoods .list .item .stock .p-outer {
	background: #e2e2e2;
	border-radius: 4px;
	height: 6px;
	position: relative;
	width: 118px;
	float: left;
}

.newGoods .list .item .stock .p-outer .p-inner {
	position: absolute;
	border-radius: 4px;
	left: 0;
	top: 0px;
	height: 100%;
	overflow: hidden;
	width: 0;
	transition: width .6s ease;
	background: #fd552d;
}

.newGoods .list .item:nth-child(5n) {
	margin-right: 0
}


/* PC首页 */

.xmindex_index {
	background: #ededed;
	padding: 15px 0;
	min-height: 400px;
}

.xmindex_list {
	background: #ededed;
	min-height: 400px;
	padding-bottom: 10px;
}

.xmindex_inside {
	background: #ededed;
	border-top: 1px solid #eee;
}

.xm_cargo {
	display: block;
	margin-top: 15px;
	padding-top: 3px;
	width: 100%;
}

.xm_cargo .xmfloor-cap {
	text-indent: 0px;
	padding: 0 10px 5px 10px;
	font-size: 22px;
	font-weight: 200;
	color: #333;
	position: relative;
}

.xm_cargo .xmfloor-cap::before {
	content: "";
	position: absolute;
	left: 0;
	margin-top: -10px;
	height: 20px;
	width: 3px;
	background-color: #ff6f06;
}

.xm_cargo .xm_switch {
}

.xm_cargo .xm_switch li {
	margin: 0;
	padding: 0 10px;
}

.xm_cargo .xm_switch li a {
	color: #666;
}

.xm_cargo .xm_switch li.ks-active {
	border-bottom: unset;
}

.xm_cargo .xm_switch li.ks-active a {
	border-bottom: 2px solid #ff6700;
	color: #ff6700;
}

.xm_cargo .xm_major {
	margin-top: 5px;
	border-top: 0;
	display: flex;
}

.xm_cargo .xm_major .xm_major-side {
	width: 234px;
	float: left;
	display: block;
}

.xm_cargo .xm_major .xm_matter {
	flex: 1;
	padding: 15px 0;
}

.xm_cargo .imgshow {
	margin: 0 0 -14px -14px;
	display: block;
}

.xm_cargo_nice {
	list-style: none;
	width: 235px;
	margin: 14px 0 0 15px;
}

.xm_cargo_nice li {
	padding: 0px;
	margin-bottom: 14px;
}

.xm_cargo_nice li:last-child {
	margin-bottom: 0;
}

.xm_cargo_nice li img {
	width: 100%;
	height: 319px;
}

.xm_cargo_nice li:last-child img {
	width: 100%;
	height: 318px;
}

.xm_cargo_nice li:hover {
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

/* 底部带图片的文章 */

.web_qh {
	margin-top: 15px;
	padding-top: 3px;
}

.tabs-qhsub {
	display: flex;
	line-height: 0;
}

.tabs-qhsub .tabs-qhtit {
	align-items: center;
	justify-content: flex-start;
	display: flex;
	flex: 1;
	font-size: .9rem;
	font-weight: 400;
}

.web_qh .tabs-qhtit {
	text-indent: 0px;
	padding-bottom: 5px;
	max-width: 250px;
	font-size: 22px;
	font-weight: 200;
	color: #333;
}

.tabs-qhtit h2 {
	position: relative;
	float: left;
	padding: 0 10px;
	font-size: 20px;
}

.tabs-qhtit h2::before {
	content: "";
	position: absolute;
	left: 0;
	margin-top: -10px;
	height: 20px;
	width: 3px;
	background-color: #ff6f06;
}

.news-index li {
	float: left;
	width: 571px;
	padding: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	background-color: #fff;
	border: 1px solid #f7f7f7;
}

.news-index li:nth-child(2n) {
	margin-right: 0px;
}

.news-index li {
	box-sizing: content-box;
}

.news-index li .img {
	width: 280px;
	height: 180px;
	overflow: hidden;
}

.news-index li .img img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
}

.news-index li .img img:hover {
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
	box-shadow: 0 10px 20px rgba(213,213,213,0.4);
}

.news-index li .txt {
	width: 270px;
}

.news-index li .txt .tit {
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

.news-index li .txt .desc {
	width: 100%;
	margin: 20px auto;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	height: 90px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-index li .txt .time-look {
	color: #999;
}

.news-index li .txt .time-look .date {
	margin-right: 70px;
}

.news-index li .txt .time-look .icon-shijian {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../images/article-icon.png) no-repeat;
}

.news-index li .txt .time-look .icon-look {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 3px;
	vertical-align: middle;
	background: url(../images/article-icon.png) -28px 0px no-repeat;
}



/* 底部带图片的合作链接 */
.xm_links {
	margin: 15px auto 5px auto;
}

.xm_links ul {
	display: flex;
	flex-wrap: wrap;
}

.xm_links ul li {
	display: inline-block;
	width: 196px;
	height: 93px;
	color: #666;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #eee;
}

.xm_links ul li a {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.xm_links ul li a img {
	max-height: 100%;
	max-width: 100%;
	border-radius: 4px;
}

.xm_links ul li:nth-child(6n) {
	margin-right: 0;
}

.xm_links a:hover {
	border-color: #ff6700;
	color: #555;
}

.xmindex_dbdh {
	padding: 10px 0 30px 0;
}

.xmindex_dbdh .col-9 {
	display: flex;
}

.xmindex_dbdh .col-9 .item {
	margin-right: 20px;
	padding: 0 20px;
	min-width: 130px;
}

.xmindex_dbdh .col-9 .item h4 {
	font-weight: 600;
	font-size: 15px;
}

.xmindex_dbdh .col-9 .item ul {
	list-style: none;
}

.xmindex_dbdh .col-9 .item ul li {
	line-height: 25px;
}

.xmindex_dbdh .col-9 .item ul li a {
	color: #999;
}

.xmindex_dbdh .col-9 .item ul li a:hover {
	color: #ff6700;
}

.xmindex_dbdh .col-3 {
	border-left: 1px solid #eaeaea;
	padding-left: 40px;
}

.xmindex_dbdh .col-3 .tel {
	color: #ff6700;
	font-size: 22px;
	font-weight: 400;
	line-height: 35px;
}

.xmindex_dbdh .col-3 .tel i {
	font-size: 30px;
	color: #999;
	margin-right: 10px;
}

.xmindex_dbdh .col-3 .tel .date {
	font-size: 12px;
	color: #333;
	padding: 0 12px;
	display: inline-block;
}

.approve {
	line-height: 0;
}

.xm_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 .xmindex_little {
	text-align: center;
	margin-right: 10px;
	width: 120px;
	height: 430px;
	overflow-x: hidden;
	overflow-y: auto;
}

.com_img .xmindex_little ul {
	list-style: none;
	width: 74px;
}

.com_img .xmindex_little ul li {
	border: 1px solid #eee;
	position: relative;
	background: #fff;
	padding: 7px;
	margin-bottom: 10px;
	cursor: pointer;
}

.com_img .xmindex_little ul li:hover {
	border-color: #ddd;
}

.com_img .xmindex_little ul li.active {
	border-color: #ff6700;
}

.com_img .xmindex_little ul li.active:before {
	background: #fff;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-left-color: #ff6700;
	border-top-color: #ff6700;
	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 .collect_btn {
	position: relative;
	display: inline-block;
	padding: 0 .8rem;
	font-size: .7rem;
	line-height: 1.5rem;
	color: #595959;
	user-select: none;
}

.com_sc .shouchang .collect_btn .ey-tb-xx,
.com_sc .shouchang .collect_btn .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, #ff6700 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: #ff6700;
	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: #ff6700;
}

.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: #ff6700;
	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: #ff6700;
	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: #ff6700;
	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 #ff6700;
}

.com_reveal .skushow li dl dt:hover a {
	color: #ff6700;
}

.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 #ff6700;
}

.com_reveal .skushow li dl dt.selected a {
	color: #ff6700;
}

.com_reveal .skushow li dl dt.selected:before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	color: #ff6700;
	width: 0;
	height: 0;
	border-bottom: 20px solid #ff6700;
	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 #ff6700;
	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: #ff6700;
	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 .recommend-side {
	width: 100%;
	padding: 25px 18px;
}

.com_reveal_footer .recommend-side .boxs {
	background: #fff;
}

.com_reveal_footer .recommend-side .boxs .h2-name {
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #11192d;
	margin-bottom: 24px;
}

.likepro {
	max-height: 1378px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}

.likepro a.pro-card {
	width: 225px;
	float: left;
	cursor: pointer;
	margin-right: 16px;
	margin-bottom: 24px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.likepro a.pro-card:nth-child(5n) {
	margin-right: 0;
}

.likepro a.pro-card .card-pic {
	height: 225px;
	width: 225px;
	border-radius: 8px;
	background-color: #efefef;
	overflow: hidden;
}

.likepro a.pro-card img {
	width: 100%;
	height: 100%;
}

.likepro a.pro-card .card-wrapper {
	width: 100%;
}

.likepro a.pro-card .card-wrapper .card-title {
	margin-top: 8px;
	height: 48px;
	font-weight: 500;
	font-size: 16px;
	color: #11192d;
	letter-spacing: 0;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.likepro a.pro-card .card-wrapper .card-price {
	margin-top: 8px;
	display: flex;
	align-items: flex-end;
	align-content: flex-end;
}

.likepro a.pro-card .card-wrapper .card-price .symbol {
	font-size: 14px;
	margin-bottom: 3px;
	color: #ff6700;
}

.likepro a.pro-card .card-wrapper .card-price .price {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #ff6700;
}

.likepro a.pro-card .card-wrapper .card-price .sales {
	font-size: 14px;
	color: #50607a;
	letter-spacing: 0;
    /* line-height: 16px; */
	margin-left: 13px;
	margin-bottom: 3px;
}

.com_reveal_footer .youside {
	background: #fff;
	flex: 1;
}

.com_reveal_footer .youside .xm_switch_box {
	display: flex;
}

.com_reveal_footer .youside .xm_switch {
	flex: 1;
	border-bottom: 1px solid #eee;
}

.com_reveal_footer .youside .xm_switch li {
	padding: 2px 15px;
	position: relative;
}

.com_reveal_footer .youside .qrcode_switch_dropdown {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #333;
	font-size: 14px;
	height: 53px;
	position: relative;
	width: 160px;
	background-color: #ededed;
	cursor: pointer;
}

.com_reveal_footer .youside .qrcode_switch_dropdown a {
	color: #666;
	font-size: 14px;
}

.com_reveal_footer .youside .qrcode_switch_dropdown i.ey-tb-scan {
	font-size: 15px;
	margin-right: 4px;
}

.com_reveal_footer .youside .qrcode_switch_dropdown .qrcode {
	display: none;
	position: absolute;
	height: 160px;
	padding: 6px;
	right: 0;
	top: 100%;
	width: 160px;
	background-color: #fff;
	border: 1px solid #eee;
	z-index: 99;
}

.com_reveal_footer .youside .qrcode_switch_dropdown:hover .qrcode {
	display: block;
}

.com_reveal_footer .youside .qrcode_switch_dropdown .qrcode img {
	display: block;
	height: 100%;
	width: 100%;
}

.com_reveal_footer .youside .xm_matter {
	padding: 25px 18px;
	max-width: calc(100% - 373px);
}

.com_reveal_footer .youside .xm_matter .newattr-info {
	width: 100%;
}

.com_reveal_footer .youside .xm_matter .newattr-info .newattr-info-tab {
	width: 100%;
	border-top: 1px solid #f0f3f5;
	border-left: 1px solid #f0f3f5;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	overflow: hidden;
}

.com_reveal_footer .youside .xm_matter .newattr-info .newattr-info-tab .newattr-info-item {
	width: 50%;
	background: #fff;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #f0f3f5;
	border-right: 1px solid #f0f3f5;
	position: relative;
}

.com_reveal_footer .youside .xm_matter .newattr-info .newattr-info-tab .newattr-info-item .newattr-info-item-title {
	width: 160px;
	min-height: 60px;
	height: 100%;
	font-size: 14px;
	color: #11192d;
	letter-spacing: 0;
	line-height: 18px;
	padding: 0 24px;
	background: #f3f6f8;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}

.com_reveal_footer .youside .xm_matter .newattr-info .newattr-info-tab .newattr-info-item .newattr-info-item-content {
	width: 240px;
	max-height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 0 24px;
	font-size: 14px;
	color: #11192d;
	letter-spacing: 0;
	line-height: 20px;
	text-align: left;
}

.xm_essay {
	display: flex;
	margin: 15px 0;
}

.xm_essay .box {
	background: #fff;
	padding: 5px 20px 10px 20px;
}

.essay-zc {
	width: 260px;
	margin-right: 20px;
}

.essay-yc {
	flex: 1;
}

.xm_dhlb {
	list-style: none;
}

.xm_dhlb li {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.xm_dhlb li.active a {
	color: #ff6700;
}

.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 .xm_rec {
	min-height: 300px;
	word-break: break-all;
}

.news_reveal .xm_rec * {
	max-width: 100%;
}

.news_reveal .xm_rec p {
	margin: 5px 0 15px 0;
	line-height: 25px;
	font-size: 14px;
}

.news_reveal .xm_rec:after {
	content: "";
	display: table;
	clear: both;
}

.action .inputnumber {
	width: 0px;
	border: 0px;
}

.swiperBannerContainer {
	position: relative;
	margin: 0 auto;
	height: 450px;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
}

.swiperBannerContainer .btn-panel {
	width: 55%;
	height: 40px;
	top: 206px;
	right: 16%;
	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: 0;
	right: 42%;
	width: auto;
	text-align: center;
}

.swiperBannerContainer .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
	margin: 0 5px;
	opacity: 0.8;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.5s ease 0s;
}

.swiperBannerContainer .swiper-active-switch {
	width: 30px;
	background: #fff;
}

.swiper-slide {
	width: 100%;
	height: 100%;
}

.swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
}

.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: #ff6700;
	border-color: #ff6700;
	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
}

.xmecs_m {
	background: #f7f7f5;
}

.xm_gg {
	position: relative;
	width: 1226px;
	margin: 0 auto;
	list-style-type: none;
}

.xm_gg .info {
	position: relative
}

.xm_gg .subject {
	padding: 38px 0 25px;
	color: #333;
	font-size: 24px;
	line-height: 1;
	text-align: center
}

.xm_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
}

.xm_gg .box-list:after {
	content: "";
	width: 100%
}

.xm_gg .box,
.xm_gg .box-list:after {
	display: inline-block;
	vertical-align: top
}

.xm_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
}

.xm_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)
}

.xm_gg.pc_6 .box {
	width: 293px
}

.xm_gg .box>a {
	display: block
}

.xm_gg .box>a>img {
	position: relative;
	vertical-align: top;
	width: 100%;
	display: inline-block
}

.xm_gg.pc_6 .box>a>img {
	margin: 43px auto 0;
	width: 172px;
	height: 172px
}

.xm_gg .name {
	padding-top: 16px;
	color: #333;
	font-size: 16px;
	line-height: 30px
}

.xm_gg .feature {
	padding: 2px 15px 40px;
	height: 24px;
	color: #333;
	font-size: 12px;
	line-height: 24px
}

.xm_gg .feature,
.xm_gg .name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.xm_gg .price {
	color: #f51919;
	font-size: 16px;
	line-height: 1
}

.xm_gg .prodinfo {
	position: relative
}

.xmindex_index .home-banner-box {
	width: 1226px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.xmindex_index .home-banner-box a {
	overflow: hidden;
	width: 100%;
}

.xmindex_index .home-banner-box a img {
	width: 100%;
	height: auto;
}

.xmindex_index .great-promotion-floor {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 120px 70px 6px;
	background-size: cover;
	background-position: top;
	margin-bottom: 20px;
}

.xmindex_index .great-promotion-floor.type-1 .great-promotion-item {
	width: 140px;
	height: 180px;
}

.xmindex_index .great-promotion-floor .great-promotion-item {
	margin: 0px 40px 22px 0px;
}

.xmindex_index .great-promotion-floor .great-promotion-img {
	display: block;
	height: 100%;
	width: 100%;
}

/* 文章页面 */

.wrapper_1200 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.article-detail {
	border-top: 1px solid #efefef
}

.article-detail .article-main {
	flex: 1;
	background-color: #fff;
}

.article-detail .nav {
	width: 100%;
	height: 77px;
	cursor: pointer
}

.article-detail .nav .navCon {
	background-color: #fff;
	height: 100%
}

.article-detail .nav .navCon.wrapper_1200 {
	overflow: unset!important;
	background-color: #fff
}

.article-detail .nav .navCon .moreCon {
	position: relative
}

.article-detail .nav .navCon .moreCon .moreCategory {
	padding: 30px 30px 10px;
	position: absolute;
	top: 0;
	right: 0;
	width: 900px;
	background-color: #fff;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.1)
}

.article-detail .nav .navCon .moreCon .moreCategory .item {
	margin: 0 40px 28px 0
}

.article-detail .nav .navCon .moreCon .moreCategory .item :hover {
	color: #e93323
}

.article-detail .nav .navCon .list {
	height: 100%;
	overflow: hidden;
	padding-left: 35px;
	width: 765px
}

.article-detail .nav .navCon .list .item {
	height: 100%;
	font-size: 16px;
	color: #333;
	display: flex;
	align-items: center
}

.article-detail .nav .navCon .list .item~.item {
	margin-left: 50px
}

.article-detail .nav .navCon .list .item :hover {
	color: #e93323
}

.article-detail .nav .navCon .more {
	position: relative;
	height: 100%;
	line-height: 77px;
	width: 132px;
	text-align: center
}

.article-detail .nav .navCon .more :before {
	position: absolute;
	content: " ";
	left: 0;
	top: 50%;
	margin-top: -8px;
	width: 1px;
	height: 16px;
	background-color: #efefef
}

.article-detail .nav .navCon .more .iconfont {
	margin-right: 6px
}

.article-detail .cate-list {
	background: #fff;
	margin-bottom: 20px;
	padding: 15px 30px
}

.article-detail .cate-list .cate-item {
	float: left;
	margin: 0 22px;
	line-height: 55px;
	cursor: pointer
}

.article-detail .cate-list .cate-item span {
	font-size: 14px;
	transition: all .2s;
	border-radius: 3px;
	position: relative
}

.article-detail .cate-list .current span :after {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	background-color: #e93323;
	bottom: -14px;
	left: 0
}

.article-detail .cate-list .cate-item.current span ,.article-detail .cate-list .cate-item span :hover {
	color: #e93323;
	font-weight: 700
}

.article-detail .noArticles {
	text-align: center
}

.article-detail .noArticles .pictrue {
	width: 274px;
	height: 174px;
	margin: 130px auto 0
}

.article-detail .noArticles .pictrue img {
	width: 100%;
	height: 100%
}

.article-detail .noArticles .name {
	font-size: 14px;
	color: #969696;
	margin-top: 20px;
	margin-bottom: 290px
}

.article-detail .article-title {
	font-size: 20px;
	word-break: break-all;
}

.article-author, .article-service {
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
}

.article-detail .article-author {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
	height: 42px\9;
}

.article-detail .article-author .introduce {
	margin-left: 13px;
	width: 100%;
	float: left;
}

.article-detail .article-author .introduce .introduce-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.article-detail .article-author .introduce .introduce-name {
	font-size: 14px;
	font-weight: 700;
	color: #999;
}

.article-detail .article-author .date {
	font-size: 12px;
	color: #999;
	width: 222px;
	margin-right: 20px;
	text-align: right;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.article-detail .article-summary {
	background: #f3f4f4;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 30px;
	padding: 26px;
	font-size: 16px;
	color: #999;
	position: relative;
	line-height: 30px;
	word-break: break-all;
}

.article-detail .article-logo {
	margin: 20px 0px;
	width: 840px;
	height: 840px;
}

.article-detail .article-logo img {
	width: 100%;
	max-width: 100%;
}

/* 文章中商品模块 */

.article-detail .goods-info {
	position: relative;
	overflow: hidden;
	display: block;
	width: 840px;
	margin: 30px auto;
	padding: 9px;
	border: 1px solid #EEE;
}

.article-detail .goods-info-img {
	float: left;
	margin-right: 14px;
}

.article-detail .goods-info a {
	padding-right: 0;
	text-decoration: none;
	color: #333;
}

.article-detail .goods-info-img img {
	display: block;
	max-width: 600px;
	clear: both;
	width: 150px;
	height: 150px;
	margin: 0!important;
}

.article-detail .goods-info-name {
	padding-right: 4px;
	overflow: hidden;
}

.article-detail .goods-info-name .goods-name {
	overflow: hidden;
	height: 44px;
	white-space: normal;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	margin-top: 7px;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

.article-detail .goods-info-name .goods-name span {
	display: inline-block;
	color: #E4393C;
}

.article-detail .goods-info-name .subname {
	overflow: hidden;
	height: 36px;
	margin: 12px 0 20px 0;
	font-size: 12px;
	line-height: 18px;
	color: #999;
}

.article-detail .goods-info-name .shop-info {
	overflow: hidden;
	line-height: 28px;
}

.article-detail .goods-info-name .shop-info .shop-data {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
	font-size: 12px;
	line-height: 14px;
	color: #333;
}

.article-detail .goods-info-name .shop-info .btn-buy {
	width: 68px;
	height: 28px;
	float: right;
	text-align: center;
	margin-left: 10px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 28px;
	background-color: #f04848;
	color: #fff;
}

.article-detail .article-content {
	margin-top: 30px;
	color: #333;
}

.article-detail .article-content p {
	margin-bottom: 35px;
	color: #333;
	line-height: 28px;
	word-break: break-word;
}

.article-detail .zst-box {
	background: #fff;
	padding: 0 30px 30px
}

.article-detail .mod-list-big .item {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #edeff2;
	cursor: pointer
}

.article-detail .mod-list-big .item .img {
	width: 280px;
	height: 180px;
	margin-right: 30px
}

.article-detail .mod-list-big .item .img img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
}

.article-detail .mod-list-big .item .img img:hover {
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
	box-shadow: 0 10px 20px rgba(213,213,213,0.4);
}

.article-detail .mod-list-big .info {
	flex: 1;
	width: 100%
}

.article-detail .mod-list-big .info .title {
	padding-bottom: 10px
}

.article-detail .mod-list-big .info .title span {
	font-size: 16px;
	font-weight: 700
}

.article-detail .mod-list-big .info .intro {
	font-size: 14px;
	color: #888;
	line-height: 24px;
	height: 102px;
	word-break: break-all;
	margin-bottom: 23px;
	overflow: hidden
}

.article-detail .mod-list-big .info .extra {
	font-size: 14px;
	color: #bbb
}

.article-detail .mod-list-big .info .extra span {
	display: inline-block;
	vertical-align: top
}

.article-detail .mod-list-big .info .extra .time {
	margin-right: 20px
}

.article-detail .mod-list-big .info .extra .time i {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../images/article-icon.png) no-repeat;
}

.article-detail .mod-list-big .info .extra .view i {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 3px;
	vertical-align: middle;
	background: url(../images/article-icon.png) -28px 0px no-repeat;
}

.article-detail .article-right {
	width: 280px;
	margin-left: 20px
}

.article-detail .article-right .cate_list {
	background: #fff;
	padding: 22px;
	text-align: left
}

.article-detail .article-right .cate_list .tag {
	display: inline-block;
	margin: 0 0 10px;
	width: 49%;
	text-align: center;
	padding: 10px;
	cursor: pointer
}

.article-detail .article-right .cate_list .tag .div_img {
	width: 44px;
	height: 44px;
	margin: 2px auto 0
}

.article-detail .article-right .cate_list .tag .div_img img {
	width: 44px;
	height: 44px
}

.article-detail .article-right .cate_list .tag .item {
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
	color: #333
}

.article-detail .article-right .cate_list .tag :hover {
	background-color: #f7f7f7
}

.article-detail .article-right .new_list {
	background: #fff;
	margin-top: 20px;
	padding: 22px;
	text-align: left
}

.article-detail .article-right .new_list .ett-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #000;
	text-align: left
}

.article-detail .article-right .new_list ul li {
	text-align: left
}

.article-detail .article-right .new_list ul li:nth-child(-n+3) a i {
	color: #fff
}

.article-detail .article-right .new_list ul li:first-child a i {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAcCAYAAAB75n/uAAADK0lEQVRIiZ2WTWheRRiFn4mfNsFCiKlthIIxVIgltHUjpI1utJHQRMViNgq6zSJZ9I9uTDQBF10UQoKFLnShe5EI2q7TdNkKQikuRCmUlq66kE8l75G5P3Nn7v3yQy5cbr6ZO+c9c85558bps34Q+U3xlLKn5DrMcQjpEnLnMVg8Nst2V1cA8Lf5W8hcdme/kzk3ifEb5s5hvBAK765ARnkr1n7uU6QfEQeKggezorsroAJ/C3DjHcx9g9GV7yQbfwn//o4FCknoLIl/9iK+Q9Fu8/df8Wt3ulrbSFIWWkAMVOPl+xqsezB/e7WF+ADTT4tjs20/1go6JgAqgbyRM8mcqXx3KAHfWD2MtIY4gTgItHOJGqwVy/QxRjdBwmhOHC3JzW+s9iD9jHGi8OjFZopyzZ8JJuZ+nM13Yjl47JEYQW5fhmK6jPnfFP3Da5HJwdy3ET9ERvZi7s0c2FUeBfPds5hG59dXejBm/bjnoVzK0bJAKxsxXkWsFUl5Drl/EW8gpY0Ym5zLdQbxPKJPaQDeBS4UO8gWLiN6EPuQG89Z6/U0tpEPlRefyBirwIstGCOf31wZLgsMY0xEABcRLktJ3A9lCCKPZAwAM1XhqJd8QABn7/d/idx8bmTQ+hxiAnE6jyZpuhS0Lli7KihVT/2JNNTC3FtR7ksjryLXrjVcBUzcE46mT9m6lxGnvMnHtzCyu5Z7akamx0qH4x5zH/pO7gsT1mGxchUC61ISq5GCyPywq7FWhzMmWRwkseQIqZjXWaeSDfucPwqMrAN40DrywmJwRQlq7Gy/7+RfA0AVvxS8XFiXJRCqGR3I6j//PbgRL66Aa4dbo0Awslm48vC+l+h7RDthXXVkCgxVJ5eSxOlpyvyL7+THMpaDkc2OTCVpGlkBl8zzgv8gvu4qWH+B6e4ejWzEuli7sPTR3B9dhZFtzE1h/L4HIzsU5BpwpfhkhuoPME4ivgUmG0YmnVpjXY0/RVxcmp67Hn1wEiOfAFOY3sO0vksj/d8PMb5CHInBs9N082T/dh3p/3MYR/jzahDJf1z8+N/AX4h7iFuIO0vTc5sxcHYB/wPH2vRxl8HLVQAAAABJRU5ErkJggg==) no-repeat 50%
}

.article-detail .article-right .new_list ul li:nth-child(2) a i {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAcCAYAAAB75n/uAAACqklEQVRIibWWPWgUQRTHf7eemhAlRDQaELwEhSgBYyNEYxolIhoRLUTiRyUkhShqxCacIWBhIdgoCJrC6yxEFNReKwsVBBELQQOHYmUhp5L9y+zn7N7e3ilmOHZn3u3+3rx5//fYwsLZQbwhl3jI+wWX1FxrgUugC8Y0232UvOH8JfwA8BZ0HrEqsuc6sOHKhZ8CHoJWB/bupvQoghAeU9PwPcBdkGPZe+J3mjmog8uedwL3UnBj720lgmI2PBFVGbQuBTfXUjoH09VKETgE7uPZnpO1OIIwsbYzf24SOZkBN5M+mz9drawHXiL3PmKldUSpxEZrbz6OaMuAm9+W0D5drbQDT5A76EO1JnaQ3N2SeO1BjtTBY6UNIJYHnMvIHYiAYnMyAv/F3cAD67g6QbsSR5eMYCloyNu93DMW3Pw/FCfZf3ET8ChQyjLQL2A7UraM46j3I7cD6HKS9r3AxcCpZ7gBavdD1mgA3JZKeEaVu8cdGHbq7Booz8/1hyrqB+2zHphCKgB9SaCs+nC99uIY+XoqE9bRhk7GwxwcS3kfAc7FMkyfv+uZnGQhWs6jiE+UP99xioiRDBleR9Ry4dm1Yds3IO0sgrY2eKgtKU+XlFLy4KH9sFFRV+ZDyWT+C9xEPFxsoPH/AQcV+o2KviwS3NxXmDp4s0hws/htIniWBXfy4ErlKmGP4Gb93tRBBamWKqBkYTXuRw3rJFg/NUf01W8VdQVk3RMF1BzuX36CbgbNzL2CeO20tFu7ZTSEG3t5pjT50f+qEDUHjSE+tJ7MXPgt4Bphuw52Pg/aAcwF3z8tKKUO/h1paqZ38na4ByellG9IY8BB0PPmMozgVeAq0kYbbkZBp83XR8NjKQGjyOtXJXA7AvgP4BPiHegF8GqmNLFgg70B/AH6g1BjnDL0YQAAAABJRU5ErkJggg==) no-repeat 50%
}

.article-detail .article-right .new_list ul li:nth-child(3) a i {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAcCAYAAAB75n/uAAAC0ElEQVRIiaWWPWgUQRTHf3ueJiFCTOJHFEENClECxkaIxjSKIhoRrUTFWoggasTqciQgaEBIo2KhhfYiEdReaxUEEQtBBPGrSUCicvPk7c7uzu7Nnpf4imNuZvb3/vN/M7MbyO11IAFRGLJhfGNrRMxl4KL+mfg2SqMo+eEKFgs3zpg5LGLeABdAukAawgkTZAAUqdb2GREeASstePU/6VECn+osXMTsE+EuSClVXVuL5C0tTJBXnVii8A7gfgSPM4bzNzWzgnKRJZKqGwfpsarduRvzsEr3VBk4Cjye+DE2HyVIChmHCZ2yabqAs4lqMkJ63ecq3VPrgRlgADFan3nSInvh+nMSaE29duwTsy0uR6V7qg14gpgBO3dVTEl8VUtEWBKBk0Iez8LjyWG7H0yL7bmCmP7ERmpbnQQm9nsvyEMH0oEEezLwsLhJwqXAYKXrWhtizqVwnRcMxpiytWQLyEyUsLYMCX4DO8Fkd079Sg4B7UBnCg/HDwCX7ApCS6YBVdKCBPstaEcCLLbpFNSGcnCd11/pnOiLa6CNg87gGJgg3CWhJWThGZtqPeEuE48ICTdIaMmJ3OAwcB4xvWmfA08LmdYqCXeeOV1ZUS3pORiuUwg3on2cB2cKmbZT1a6NG4DdepK3FxSytRieuxzr4XHfsXK0Azxe11niFeFJmMA1hsp+Nf+l2o0+3UVfmihkgYiGcI3lepJfJw/kLdFC5u8h8VgiXrhePX90Bc+KLWm4S4pUh332hnhXQsyDaEv6LMlb1yQ8/fdUV/AVatMJpP5ELsQSt/sXcLNkVVcR8yodW4Tq+v7xydnqh5ItpL59RsC8X0Qhfd23EK4TvZOTQn4CdiHc0++fplTX984ijE3OVe/EHdnvIjHfwYwAR4DnC4B/Bq4ibHbhGoGZjj91vF7rl4O+H/S+0na79fon8BF4C7xAeDk5V3XuExvAX2zhv5bp/gqiAAAAAElFTkSuQmCC) no-repeat 50%
}

.article-detail .article-right .new_list ul li a {
	color: #888;
	font-size: 14px;
	line-height: 45px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.article-detail .article-right .new_list ul li a :hover {
	color: #e93323
}

.article-detail .article-right .new_list ul li a i {
	color: #bbb;
	margin-right: 10px;
	margin-left: 9px;
	width: 24px;
	height: 28px;
	display: inline-block;
	text-align: center;
	line-height: 38px;
	font-size: 14px
}

.article-detail .article-right .hotNewsCon {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	background-color: #fff;
	margin-top: 20px;
	padding: 20px
}

.article-detail .article-right .hotNewsCon .title {
	font-weight: 600;
	font-size: 18px;
	color: #333;
	line-height: 18px;
	margin-bottom: 10px
}

.article-detail .article-right .hotNewsCon .item :last-child {
	border-bottom: none
}

.article-detail .article-right .hotNewsCon .item {
	display: flex;
	padding: 20px 0;
	cursor: pointer;
	border-bottom: 1px dotted #efefef
}

.article-detail .article-right .hotNewsCon .item .num {
	font-weight: 600;
	font-size: 16px;
	color: #e93323;
	line-height: 20px;
	margin-right: 10px
}

.article-detail .article-right .hotNewsCon .item .content {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.article-detail .article-right .hotNewsCon .item .content .title {
	font-weight: 400;
	font-size: 16px;
	color: #333;
	line-height: 20px
}

.article-detail .article-right .hotNewsCon .item .content .desc {
	display: flex;
	align-items: center;
	color: #999
}

.article-detail .article-right .hotNewsCon .item .content .desc .icon {
	width: 16px;
	height: 16px;
	margin-right: 6px
}