html, body, p, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd {
	padding: 0;
	margin: 0;
}
body{
	background:#fff;
}
ul, li {
	list-style: none;
}
div {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
a {
	color: #333;
	text-decoration: none;
}
.cmain{
	background:#f6f6f6;
	padding-top:12px;
}
.wrap {
	/*max-width: 768px;*/
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	min-height: 100vh;
	height: auto;
}
.btn-main-gradient {
	background-image: -webkit-gradient(linear, 100% 0, 0 0, from(rgb(255,148,0)), to(rgb(255,73,1)));
	background-image: -webkit-linear-gradient(to right, rgb(255,148,0) 0%, rgb(255,73,1) 100%);
	background-image: -moz-linear-gradient(to right, rgb(255,148,0) 0%, rgb(255,73,1) 100%);
	background-image: -o-linear-gradient(to right, rgb(255,148,0) 0%, rgb(255,73,1) 100%);
	background-image: linear-gradient(to right, rgb(255,148,0) 0%, rgb(255,73,1) 100%);
	color: #fff;
}
.btn-violet-gradient {
	background-image: -webkit-gradient(linear, 100% 0, 0 0, from(rgb(233,87,241)), to(rgb(148,83,249)));
	background-image: -webkit-linear-gradient(to right, rgb(233,87,241) 0%, rgb(148,83,249) 100%);
	background-image: -moz-linear-gradient(to right, rgb(233,87,241) 0%, rgb(148,83,249) 100%);
	background-image: -o-linear-gradient(to right, rgb(233,87,241) 0%, rgb(148,83,249) 100%);
	background-image: linear-gradient(to right, rgb(255,113,55) 0%, rgb(255,32,32) 100%);
	color: #fff;
}
.btn-pink-gradient {
	/*background-image: -webkit-gradient(linear, 100% 0, 0 0, from(rgb(255,100,52)), to(rgb(255,71,43)));*/
	background-image: -webkit-linear-gradient(to right, rgb(255,100,52) 0%, rgb(255,71,43) 100%);
	background-image: -moz-linear-gradient(to right, rgb(255,100,52) 0%, rgb(255,71,43) 100%);
	background-image: -o-linear-gradient(to right, rgb(255,100,52) 0%, rgb(255,71,43) 100%);
	background-color: #FF472B;
	color: #fff;
}
.btn-green-gradient {
	background-image: -webkit-gradient(linear, 100% 0, 0 0, from(rgb(142,219,94)), to(rgb(90,194,25)));
	background-image: -webkit-linear-gradient(to right, rgb(142,219,94) 0%, rgb(90,194,25) 100%);
	background-image: -moz-linear-gradient(to right, rgb(142,219,94) 0%, rgb(90,194,25) 100%);
	background-image: -o-linear-gradient(to right, rgb(142,219,94) 0%, rgb(90,194,25) 100%);
	background-image: linear-gradient(to right, rgb(142,219,94) 0%, rgb(90,194,25) 100%);
	color: #fff;
}
.btn-blue-gradient {
	background-image: -webkit-gradient(linear, 100% 0, 0 0, from(rgb(75,186,250)), to(rgb(53,152,232)));
	background-image: -webkit-linear-gradient(to right, rgb(75,186,250) 0%, rgb(53,152,232) 100%);
	background-image: -moz-linear-gradient(to right, rgb(75,186,250) 0%, rgb(53,152,232) 100%);
	background-image: -o-linear-gradient(to right, rgb(75,186,250) 0%, rgb(53,152,232) 100%);
	background-image: linear-gradient(to right, rgb(75,186,250) 0%, rgb(53,152,232) 100%);
	color: #fff;
}
.btn-pink-outline {
	background: #fff;
	border: 1px solid #ff472b;
	color: #ff472b;
}
.btn-pink-outline:focus, .btn-pink-outline:hover, .btn-pink-outline:active {
	color: #ff472b;
}
.btn-main-outline {
	background: #fff;
	border: 1px solid #ff4901;
	color: #ff4901;
}
.btn-main-outline:focus, .btn-main-outline:hover, .btn-main-outline:active {
	color: #ff4901;
}
.gtl {
	padding: 8px 0;
	display: flex;
	justify-content: space-between;
	background: #fff;
	align-items: center;
}
.gtl .ltxt {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 4px 12px;
	font-size: 14px;
	line-height: 1.2;
}
.gtl .rtxt {
	font-size: 12px;
	color: #666;
	padding-right: 12px;
}
.totop {
	z-index: 9990;
	position: fixed;
	right: 15px;
	bottom: 60px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #999 url(../images/totop.png) center center no-repeat;
	background-size: 48px;
	display: none;
	cursor: pointer;
}
.coupon-list {
	background: #F8F8F8;
	padding: 10px 12px 10px;
}
.coupon-list ul {
	padding: 0;
	margin: 0 auto;
	display: grid;
	/*grid-template-columns: 1fr 1fr;*/
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	grid-gap: 10px;
}
.coupon-list li {
	width: 100%;
	list-style: none;
	margin: 0 0;
	padding: 0 0 8px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 1px #eee;
}
.item-coupon{
	background:#fff;
	padding:15px;
}
.item-coupon .pic {
	position:relative;
}
.item-coupon .pic a {
	display: block;
	width: 100%;
	position: relative;
	padding-top: 100%;
	overflow: hidden;
	/*border-radius: 4px 4px 0 0;*/
}
.item-coupon .pic a img {
	/*border-radius: 4px 4px 0 0;*/
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
}
.item-coupon h5 {
	font-size: 14px;
	line-height: 20px;
	/*padding: 0 8px;*/
	margin: 8px 0 6px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: normal;
	text-align:left;
}
.item-coupon h5 i {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin: 0 2px -2px 0;
}
.item-coupon h5 i.tm {
	background: url(../images/tmall.png) center center no-repeat;
	background-size: cover;
}
.item-coupon h5 i.tb {
	background: url(../images/taobao.png) center center no-repeat;
	background-size: cover;
}
.item-coupon p {
	margin: 0;
}
.item-coupon .mid {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	/*padding: 0 8px;*/
	line-height: 1.6;
}
.item-coupon .btm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	/*padding: 0 8px;*/
	line-height: 1.6;
	margin: 0;
}
.item-coupon .t1 {
	color: #999;
	text-decoration: line-through;
}
.item-coupon .t2 {
	color: #ff2020;
}
.item-coupon .t3 {
	color: #FF2B22;
}
.item-coupon .t3 span {
	font-weight: 500;
	font-size: 16px;
}
.item-coupon .t4 {
	width: 64px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: url(../images/couponbg.png) center center no-repeat;
	background-size: cover;
	color: #fff;
}
.hm_alc {
	text-align: center;
	padding: 12px;
}
.hm_btn_more {
	background-color: #fff;
	border: 1px solid #D6D7DC;
	font-size: 14px;
	color: #111;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	padding: 0.7em 1em;
}
button, input {
	line-height: normal;
}
input, input:focus, textarea, textarea:focus {
	outline: 0;
}
button, input:not([type=radio]):not([type=checkbox]), select {
	vertical-align: middle;
}
.topbar {
	width: 100%;
	height: 49px;
	margin: 0 auto;
	z-index: 10;
	padding: 8px 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 999;
	box-sizing: border-box;
}
.topbar .search {
	flex: 1;
	height: 33px;
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	padding: 0 6px;
}
.topbar .search .icon-search {
	font-size: 16px;
	color: #fff;
}
.topbar .search .input-text {
	font-size: 14px;
	color: #fff;
	margin-left: 5px;
	background-color: transparent;
	border: none;
	width: 100%;
}
.topbar .search .input-text::-webkit-input-placeholder {
 color: #fff;
}
.topbar .search .input-text::-moz-placeholder {
 color: #fff;
}
.topbar .search .input-text:-ms-input-placeholder {
 color: #fff;
}
.topbar .search .input-text::input-placeholder {
 color: #fff;
}
.topbar .search .input-text:-moz-placeholder {
 color: #fff;
}
.topbar .sign {
	flex: 0 0 40px;
}
.topbar .sign button {
	background: none;
	border: none;
	width: 40px;
	height: 33px;
	font-size: 14px;
	padding: 0;
	text-align: right;
	color: #fff;
}
.search-coupon {
	width: 100%;
	margin: 0 auto;
	z-index: 10;
	padding: 0px 12px 8px;
	display: flex;
	background-color: #FF472B;
	align-items: center;
	justify-content: space-between;
}
.site-banner {
	margin: 0px auto 0;
	text-align: center;
}
.site-banner img {
	width: 100%;
}
.global-nav {
	left: 0px;
	right: 0;
	bottom: 0px;
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 72px;
	background: rgb(255, 255, 255);
	/*border-top: 1px solid #E0E0E0;*/
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,.15);
}
.global-nav ul {
	display: flex;
	text-align: center;
}
.global-nav li {
	width: 25%;
}
.global-nav li a {
	height: 72px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.global-nav li a i {
	display: block;
	font-size: 24px;
	color: #323232;
	line-height: 1.3;
	text-align: center;
}
.global-nav li a span {
	color: #646464;
	font-size: 14px;
	line-height: 1.3;
}
.nomore {
	margin: 1.5em auto;
	line-height: 1.6em;
	font-size: 14px;
	text-align: center;
}
#jiu-list {
	margin-top: 12px;
}
.sub_search {
	background: #FF5001;
	padding: 8px 12px 8px 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 3;
	box-sizing: border-box;
}
.sub_search .weui-search-bar {
	background: none;
	width: 70%;
	padding: 0;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	background: #FF5001;
}
.weui-search-bar__cancel-btn2 {
	display: inline-block;
	white-space: nowrap;
	background: #ff9000;
	color: #fff;
	border-radius: 0 4px 4px 0;
	z-index: 20;
	text-align: center;
	width: 4em;
	padding: 4px 0;
	height: 1.42857143em;
	border: 0;
	font-size: 14px;
	line-height: 1.42857143em;
	box-sizing: content-box;
	border-top: 1px solid #ff9000;
}
.sub_search .weui-search-bar__form {
	border-radius: 4px 0 0 4px;
}
.sub_search .weui-search-bar__box {
	padding: 0 10px;
}
.sub_search .weui-search-bar:before {
	border-top: 1px solid #ff9000;
	border-radius: 4px;
}
.sub_search .weui-search-bar:after {
	border-bottom: 1px solid #ff9000;
	border-radius: 4px;
}
.sub_search .backlist {
	display: flex;
	align-items: center;
	color: #fff;
}
.bg_super {
	position: relative;
	background: #CE3522;
	text-align: center;
}
.bg_super .sub_search {
	position: absolute!important;
	bottom: 0px!important;
	padding: 12px!important;
}
.bg_super .sub_search .weui-search-bar {
	width: 100%;
}
.bg_super .sub_search .weui-search-bar__box .weui-search-bar__input {
	height: 40px!important;
	line-height: 40px!important;
	padding: 0!important;
}
.bg_super .sub_search .weui-search-bar__cancel-btn2 {
	height: 40px!important;
	line-height: 40px!important;
	padding: 0!important;
}
.coupon-filter {
}
.coupon-filter ul {
	display: flex;
	align-items: center;
	font-size: 14px;
}
.coupon-filter li {
	width: 25%;
	text-align: center;
	line-height: 36px;
}
.coupon-filter li a{
	display:block;
}
.coupon-filter li.on a {
	color: #FF5001;
}
.coupon-filter li.price_sort_desc span {
	padding-right: 16px;
	background: url(../images/sort_desc.png) right center no-repeat;
	background-size: 14px;
}
.coupon-filter li.price_sort_asc span {
	padding-right: 16px;
	background: url(../images/sort_asc.png) right center no-repeat;
	background-size: 14px;
}
.coupon-filter li.price_sort_normal span {
	padding-right: 16px;
	background: url(../images/sort.png) right center no-repeat;
	background-size: 14px;
}
.search_container {
	font-size: 14px;
}
.search_container .sec_01 {
	margin-top: 12px;
	padding: 15px;
	background: #fff;
}
.search_container .sec_01 .s_stl {
	color: #333;
	font-weight: 700;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 24px;
}
.search_container .sec_01 .s_stl .del {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/del.png) center center no-repeat;
	background-size: 22px;
	cursor: pointer;
}
.search_container .sec_01 .s_sbd {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.search_container .sec_01 li {
}
.search_container .sec_01 li a {
	padding: 0 12px;
	background: #f6f6f6;
	border-radius: 14px;
	margin: 5.5px;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #565656;
	height: 30px;
	line-height: 28px;
	display: block;
}
.goods_detail_wrap {
	max-width: 768px;
	margin: 0 auto;
}
.goods_detail_wrap .img-slide {
	position: relative;
}
.goods_detail_wrap .img-slide img {
	width: 100%;
}
.goods_detail_wrap .img-slide .viewback {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.3) url(../images/back.png) center center no-repeat;
	background-size: 20px;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 2;
	cursor: pointer;
}
.goods_detail_wrap .sec_01 {
	width: 92%;
	margin: 0 auto;
	padding: 5px 0 0;
}
.goods_detail_wrap .tjly {
	margin-top: 20px;
}
.tit {
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.tit span {
	border-left: 3px solid #FF2E54;
	padding: 2px 0 0 10px;
}
.goods_detail_wrap .tjly .tbd {
	width: 92%;
	margin: 0 auto 0;
}
.goods_detail {
	margin-top: 20px;
	border-top: 1px solid #f1f1f1;
	background: #fff;
	padding: 0 0 20px;
}
.goods_detail .tit {
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.goods_detail .tit span {
	border-left: 3px solid #FF2E54;
	padding: 2px 0 0 10px
}
.goods_detail .descimg {
	width: 92%;
	margin: 0 auto;
}
.goods_detail .img {
	width: 100%;
	display: block
}
.coupon_detail_wrap {
	position: relative;
	margin: 12px auto 0;
	max-width: 655px;
	display: block;
}
.coupon_detail_wrap .c_bg {
	max-width: 100%;
}
.coupon_detail_info {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-size: 100% 100%;
	max-width: 100%;
	color: #fff;
	cursor: pointer;
}
.coupon_detail_info .t_left {
	/*width:65.7%;*/
	width: 66%;
	padding-left: 13px;
	box-sizing: border-box;
}
.coupon_detail_info .price_wrap {
	padding: 3px 0 0;
}
.coupon_detail_info .vprice {
	font-size: 16px;
	color: #fff;
}
.coupon_detail_info .num {
	font-size: 42px;
	font-weight: 500;
	line-height: 1;
}
.coupon_detail_info .duration {
	font-size: 12px;
	color: rgba(255,255,255, .7);
	/*transform:scale(.9,.9);
	transform-origin: left center;*/
	white-space: nowrap;
}
.coupon_detail_info .t_right {
	flex: 1;
	font-size: 18px;
	text-align: center;
}
.price_line {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.price_line .p1 {
	color: #ff0036;
	display: flex;
	align-items: flex-end;
}
.price_line .p1 span {
	line-height: 20px;
}
.price_line .p1 b {
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
}
.price_line .p2 {
	flex: 1;
	color: #999;
	font-weight: 400;
	line-height: 20px;
	margin-left: 8px;
}
.price_line .p3 {
	color: #ff0036;
	width: 99px;
	height: 25px;
	background: url(../images/yxl.png) left center no-repeat;
	background-size: cover;
	display: flex;
	align-items: flex-end;
}
.price_line .p3 span {
	display: inline-block;
	padding-left: 26px;
	line-height: 20px;
}
.goods_name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.goods_name {
	display: flex;
	align-items: center;
}
.goods_name .title {
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #111;
	margin-left: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.goods_name .tmall {
	background: url(../images/tmall.png?v=20209221217294) center center no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 30px;
	display: inline-block;
}
.goods_name .taobao {
	background: url(../images/taobao.png?v=20209221217294) center center no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 30px;
	display: inline-block;
}
.footerop {
	left: 0px;
	right: 0;
	bottom: 0px;
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 72px;
	/*background: #F7F7F7;
	background: rgb(248, 248, 248);
	border-top: 1px solid #f1f1f1;
	background: #fff;*/
	background: rgb(255, 255, 255);
	/*border-top: 1px solid #E0E0E0;*/
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,.15);
	display: flex;
	align-items: center;
}
.footerop .lina {
	flex-direction: column;
	display: flex;
	justify-content: center;
	width: 20%;
	text-align: center;
	color: #333;
}
.footerop .lina i {
	display: block;
	font-size: 24px;
	color: #323232;
	line-height: 1.3;
	text-align: center;
}
.footerop .lina span {
	color: #646464;
	font-size: 14px;
	line-height: 1.3;
}
.footerop .right {
	flex: 1;
	display: flex;
	flex-shrink: 0;
	cursor: pointer;
	justify-content: flex-end;
	font-size: 15px;
}
.footerop .code {
	color: #db2343;
	background: #ffeed2;
	position: relative;
	border-radius: 27px 0 0 27px;
}
.footerop .code_text {
	color: #db2343;
	background: #ffeed2;
	position: relative;
	border-radius: 27px 0 0 27px;
}
.footerop .share-info {
	position: absolute;
	bottom: 0px;
	display: block;
	border-bottom-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	right: 0px;
	padding: 0.1rem 0.2rem;
	z-index: 2;
	color: #fff;
	background: #fe0218;
	background: -webkit-gradient(linear, 0 0, right 0, from(#fe0218), to(#ff6831));
	background: linear-gradient(linear, 0 0, right 0, from(#fe0218), to(#ff6831));
	border-radius: 5px;
}
.footerop .buy {
	color: #fff;
	background: #ff2b22;
	border-radius: 0 27px 27px 0;
}
.footerop .jdbuy {
	color: #fff;
	background: #ff2b22;
	border-radius: 27px;
}
.footerop .right>a, .footerop .right>span {
	width: 100%;
	height: 54px;
	line-height: 54px;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	display: block;
	text-align: center;
}

.super_cate_wrap {
	display: flex;
	justify-content: space-between;
}
.super_cate_wrap .lcnt {
	width: 150px;
	overflow-y: auto;
	background-color: #f7f8fa;
}
.super_cate_wrap .lcnt ul {
}
.super_cate_wrap .lcnt li {
	text-align: center;
	display: block;
	line-height: 54px;
	/*color: #323233;*/
	color: #444;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	cursor: pointer;
}
.super_cate_wrap .lcnt li.on {
	background: #fff;
}
.super_cate_wrap .lcnt li.on::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background: #ee0a24;
}
.super_cate_wrap .rcnt {
	flex: 1;
	padding: 10px 10px;
}
.super_cate_wrap .rcnt ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); /*auto-fill一行不够时候不撑满，auto-fit一行不够时候会均分撑满*/
	grid-gap: 20px;
}
.super_cate_wrap .rcnt li {
/*width: 33.33%;*/
	/*height: 116px;*/
}
.super_cate_wrap .rcnt li a {
	display: block;
}
.super_cate_wrap .rcnt li img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: block;
	margin: 0 auto 5px;
}
.super_cate_wrap .rcnt li span {
	color: #555;
	font-weight: 500;
	font-size: 14px;
	display: block;
	line-height: 20px;
	text-align: center;
}
.steps {
	padding: 5px 12px;
	background: #FF472B;
	font-size: 14px;
}
.steps .inner {
	line-height: 28px;
	background: #e54027;
	border-radius: 14px;
	color: #fff;
	white-space: nowrap;
	padding: 0 10px;
	text-align: center;
}
.steps span {
	display: inline-block;
	margin-left: 6px;
}
.steps i {
	font-style: normal;
	background: rgba(255,255,255, .5);
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
	margin-right: 3px;
	font-size: 11px;
}
.newslist {
	padding: 0 12px;
	background: #fff;
	height: 42px;
}
.newslist ul {
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	position: relative;
}
.newslist li {
	line-height: 42px;
	color: #333;
	padding: 0 10px;
	display: inline-block;
}
.newslist li a {
	color: #333;
	white-space: nowrap;
	font-size: 13px;
}
.str_wrap {
	background: none;
}
.ftbar {
	line-height: 36px;
	font-size: 13px;
	color: #666;
	padding:15px 0;
}
.ftbar a {
	color: #888;
}
.am-header-fixed{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1010;
	padding:0 10px;
	box-sizing:border-box;
	line-height:50px;
	background:#ff2020;
	color:#fff;
}
.am-header-fixed .am-header-left{
	position:absolute;
	left:10px;
	top:0;
}
.am-header-fixed .am-header-title{
	margin:0 10%;
	text-align:center;
	font-size:15px;
}
.am-header-fixed a{
	color:#fff;
}
.arts_box{
	padding:12px 15px 20px 15px;
	margin-top:50px;
}
.artlist{
}
.artlist li{
	border-bottom:1px solid #f5f5f5;
	position: relative;
	padding-right:20px;
}
.artlist li::after {
    display: inline-block;
    content: " ";
    height: 8px;
    width: 8px;
    border-width: 1px 1px 0 0;
    border-color: #c7c7cc;
    border-style: solid;
    position: absolute;
    top: 50%;
	right:12px;
	transform:rotate(45deg) translate(0, -50%);
}
.artlist li a{
	display:block;
	padding:8px 0;
	line-height:1.7;
	position: relative;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.artdetail{
}
.artdetail .stl_article{
	font-size:18px;
	font-weight:600;
	border-bottom:1px solid #f5f5f5;
	padding:5px 0 15px;
	margin-bottom:20px;
	text-align:center;
}
.artdetail .sbd_article{
	font-size:15px;
	line-height:1.8;
	
}
.artdetail .sbd_article p{
	margin-bottom:1.5em;
}
.pre-next{
	margin-top:1.5em;
	font-size:15px;
	line-height:2;
	color:#444;
}
.pre-next li a{
	font-size:14px;
	color:#444;
}
.pagination{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin-top:15px;
	padding:0 15px;
}
.pagination li{
	line-height:36px;
	font-size:13px;
}
.pagination li a, .pagination li span{
	display:inline-block;
	padding:0 10px;
	white-space:nowrap;
}
.pagination li.active a, .pagination li.active a:hover{
	color:#ff2020;
}
.taglist{
	display:flex;
	flex-wrap:wrap;
	gap:12px;
}
.taglist li{
}
.taglist li a{
	display:inline-block;
	line-height:36px;
	padding:0 12px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	border-radius:18px;
	border:1px solid #eee;
	font-size:14px;
	vertical-align:middle;
}
.taglist li a:hover{
	color:#ff2020;
}
#tbcode{
	text-align:center;
	font-size:13px;
	margin:15px auto 0;
	width:200px;
	padding:8px;
	border:1px solid #eee;
	color:#ff2b22;
}
#tbcode .cdpic{
	margin-top:3px;
}
#brand-list{
}
#brand-list ul{
}
.item_brand{
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}
.brd_text{
	display:flex;
	margin-bottom:8px;
	background:#fff;
	border-radius:8px 8px 0 0;
	box-shadow:0 0 3px #ff2020;
}
.brd_text:hover{
	box-shadow:0 0 6px #ff2020;
}
.brd_text .b_logo{
	width:200px;
	text-align:center;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brd_text .b_logo img{
	border-radius:8px 0 0 0;
}
.brd_text .b_info{
	flex:1;
	margin-left:20px;
	padding:18px 0;
}
.brd_text .name{
	font-weight:bold;
	font-size:20px;
}
.brd_text .title{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:5px;
}
.brd_text .sales{
	font-size:14px;
	color:#666;
	margin-right:10px;
	padding-right:20px;
	position:relative;
}
.brd_text .sales::after {
    display: inline-block;
    content: " ";
    height: 6px;
    width: 6px;
    border-width: 1px 1px 0 0;
    border-color: #999;
    border-style: solid;
    position: absolute;
    top: 50%;
	right:12px;
	transform:rotate(45deg) translate(0, -50%);
}
.brd_text .sales i{
	color:#ff2020;
	font-style:normal;
}
.brd_text .features{
	color:#444;
	font-size:14px;
}
#brand-item{
	margin-top:50px;
}
.detail_brand{
	text-align:center;
}
.detail_brand .summary{
	background:#fff;
	margin-bottom:10px;
	padding:10px;
	border-radius:4px;
}
.detail_brand .b_logo img{
	width:300px;
	max-height:200px;
}
.detail_brand .b_info{
}
.detail_brand .title{
	font-size:20px;
	font-weight:bold;
}
.detail_brand .features{
	font-size:15px;
	line-height:1.7;
}
.detail_brand .features .name{
}
.detail_brand .features .sales{
}
.detail_brand .features .sales i{
	font-style:normal;
	color:#ff2020;
}
.detail_brand .desc{
	font-size:15px;
	line-height:1.7;
}
.tj_tt_01{
	line-height:1.7;
	text-align:center;
	position:relative;
	margin-bottom:10px;
	padding:5px 0 5px;
}
.tj_tt_01::after{
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	width:2em;
	height:1px;
	background:#000;
	transform:translate(-50%, -50%);
}
.cates_brand{
	padding-top:50px;
}
.cates_brand a{
	padding-top:8px;
}
.hm_qlinks{
	background:#F8F8F8;
	padding:12px;
}
.hm_qlinks ul{
	display:grid;
	/*grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));*/
	grid-template-columns: repeat(8, 1fr);
	grid-gap: 5px;
	background:#fff;
	padding:8px 0;
	border-radius:4px;
}
.hm_qlinks li a{
	display:block;
	text-align:center;
}
.hm_qlinks li img{
	width:72px;
	height:72px;
	border-radius:50%;
}
.hm_qlinks li span{
	font-size:14px;
	display:block;
	text-align:center;
}
/*******************************/
/******/
.toolbar {
	background: #ff2b22
}
.toolbar .toolbar-inner {
	height: 40px;
	font-size: 14px
}
.toolbar .picker-button {
	color: #fff;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	left: 0;
	right: auto;
}
.toolbar .title {
	color: #fff;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}
.sharebox {
	resize: none;
	background: none;
	height: 5rem;
	color: inherit;
	width: 100%;
	border: none;
	opacity: 1;
	overflow-y: auto;
	font: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-align: inherit;
	text-indent: inherit;
	text-transform: inherit;
	text-shadow: inherit;
}
.copy-box {
	padding: 1em;
}
.am-panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.am-panel-danger > .am-panel-hd {
	color: #333;
	background-color: rgba(221, 81, 76, 0.15);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: center;
}
.am-panel-hd {
	padding: 4px 5px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	font-size: 14px;
}
.am-panel-bd {
	padding: 1.2em;
	font-size: 14px;
}
#CopyMsg {
	width: 88%;
	margin: 0 auto;
	height: 36px;
	line-height: 36px;
	background: #FEEFE9;
	font-weight: normal;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
}
#CopyMsg2 {
	font-weight: normal;
}
/*******************************/
.top_rk{
	position:absolute;
	left:0;
	top:0;
	background:url(../images/r2.png) center center no-repeat;
	background-size:cover;
	text-align:center;
	width:36px;
	height:41px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding-bottom:6px;
}
.top_rk span{
	display:block;
	font-size:12px;
	color:#fff;
	line-height:1.1;
}
.top_rk span.r_01{
	font-size:11px;
}
.top_rk span.r_02{
	font-size:12px;
}
.rk_1,
.rk_2,
.rk_3{
	background:url(../images/r1.png) center center no-repeat;
	background-size:cover;
}
.ranking_bar{
	background:#FF5001;
}
.ranking_title{
	text-align:center;
	display:flex;
	align-items:flex-end;
	justify-content:center;
	height:42px;
	line-height:1;
}
.ranking_title img{
	height:27px;
}
#ranking_tab{
	padding-top:0;
}
#ranking_tab a{
	padding-bottom:0;
	line-height:50px;
}
.tag_suggestion{
	padding:10px 12px 10px;
	border-top:1px solid #F8F8F8;
	font-size:15px;
}
.tag_suggestion ul{
	display:flex;
	flex-wrap:wrap;
	grid-gap:10px;
}
.tag_suggestion li{
}

.hm_cate{
	display:flex;
	background:#fff;
	height:40px;
	overflow:hidden;
}
.hm_cate .item{
}
.hm_cate a{
	padding:0 12px;
	line-height:40px;
	color: #333;
    position: relative;
    font-size: 15px;
    display: block;
	white-space:nowrap;
}
.hm_cate a.active{
	color:#ff2020;
}
.hm_cate a.active::after{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:2px;
	content:'';
	background:#ff2020;
}
.index_slide{
	background:#803e2e;
	text-align:center;
}
/*.index_slide img{
	width:auto;
	max-height:400px;
}*/
@media(max-width:767px) {
}

/****v2****/
.xcon{
	width:1200px;
	margin:0 auto;
}
.xbar{
	background: #f7f7f7;
    border-bottom: 1px solid #EDEDED;
    height: 30px;
    line-height: 30px;
	font-size:12px;
	color:#555;
}
.xbar .xcon{
	display:flex;
	justify-content:space-between;
}
.navwrap{
	background:#fe2e54;
	height:46px;
	display:flex;
	align-items:center;
}
.navwrap .xcon{
	display:flex;
	align-items:center;
}
.navwrap a{
	height:30px;
	line-height:30px;
	font-size:15px;
	padding:0 20px;
	margin:8px 5px;
	height:30px;
	white-space:nowrap;
	color:#fff;
	border-radius:15px;
	display:block;
}
.navwrap a.on, .navwrap a:hover{
	background-color: #ffffff;
    color: #fe2e54;
}
.xlogo{
	font-size:40px;
	color:#fe2e54;
	font-weight:bold;
}
.xlogo a{
	color:#fe2e54;
}
.xheader .xcon{
	height:125px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.search_form{
	width:588px;
	padding:8px 0 0;
}
.search_form .search-bd{
}
.search_form .search_hd ul{
	display:flex;
}
.search_form .search_hd li{
	font-size: 13px;
    width: 62px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    float: left;
    cursor: pointer;
    background-color: #eee;
    color: #666;
}
.search_form .search_hd li.selected{
	color: #ffffff;
    background-color: #fe2e54;
	font-weight:700;
}
.search_form .search_bd{
	padding:3px;
	position:relative;
	border-radius:0px 5px 5px 0;
	background:#fe2e54;
}
.q_wrap{
	display:flex;
	align-items:center;
}
.q_key{
	flex:auto;
	background:#fff;
}
.q_key .input-text{
	height: 34px;
    line-height: 34px;
    background: none;
	padding:0;
	text-indent:10px;
    border: 0;
    outline: none;
    position: relative;
	width:100%;
}
.q_btn{
	background:#fe2e54;
}
.q_btn button{
	width: 70px;
    height: 34px;
    line-height: 34px;
	color:#fff;
	border:none;
	outline:none;
	background:#fe2e54;
	font-size:14px;
	cursor:pointer;
}
.search_form .search_ft{
	display:flex;
	align-items:center;
	gap: 10px;
	font-size:12px;
	color:#555;
	margin:3px 0 0;
	line-height:28px;
}
.search_form .search_ft a{
	color:#a1a1a1;
}
.x_wei{
	display:flex;
	align-items:center;
	gap: 5px;
}
.x_wei .pic{
	width:90px;
}
.x_wei .txt{
	font-size:12px;
	text-align:center;
}
.x_wei span{
	color:red;
}
.footer{
	text-align:center;
	font-size:14px;
	border-top: 1px solid #E8E8E8;
    background: rgba(30, 30, 30, 1);
    padding: 35px 0;
    font-family: tahoma, Arial;
    font-size: 14px;
    color: #999;
    line-height: 1.9;
    text-align: center;
}
.footer a{
    color: #999;
	display:inline-block;
	padding:0 10px;
}
.xsec_01{
	display:flex;
	justify-content:space-between;
	background:#fff;
}
.xsec_01 .con_left{
	width:195px;
	font-size:14px;
}
.xsec_01 .con_left dl{
	display:flex;
	align-items:center;
	border-bottom:1px solid #eee;
	padding-bottom:5px;
	margin-bottom:5px;
}
.xsec_01 .con_left a{
	display:inline-block;
	line-height:26px;
	color:#333;
}
.xsec_01 .con_left a:hover{
    color: #fe2e54;
}
.xsec_01 .con_left dt{
	width:60px;
	font-weight:bold;
	text-align:center;
}
.xsec_01 .con_left dt a{
	width:2em;
}
.xsec_01 .con_left dd{
	flex: 1;
	display:flex;
	flex-wrap:wrap;
	column-gap: 10px;
}
.xsec_01 .con_left .more{
	text-align:center;
	line-height:25px;
}
.xsec_01 .con_mid{
	width:700px;
}
.xsec_01 .con_mid .links{
	display:flex;
	justify-content:space-between;
}
.xsec_01 .con_right{
	width:280px;
	font-size:14px;
}
.xsec_01 .con_right .sbd{
	margin-top:5px;
}
.xsec_01 .con_right .sbd a{
	display:block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height:28px;
	padding:0 0 0 15px;
	position:relative;
}
.xsec_01 .con_right .sbd a::after{
	content:'';
	position:absolute;
	left:5px;
	top:50%;
	transform:translate(0, -50%);
	  width: 0;
	  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #999;
  border-right: 3px solid transparent;
}
.xsec_01 .con_right .sbd a:hover{
    color: #fe2e54;
}
.cr_news{
}
.ztl{
	height:40px;
	line-height:40px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:relative;
	font-size:14px;
	padding:0 15px;
}
.ztl::after{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	height:1px;
	background:#eee;
}
.ztl strong{
	position:relative;
	color:#fe2e54;
	display:inline-block;
}
.ztl strong::after{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	height:2px;
	background:#fe2e54;
}
.ztl a{
	font-size:12px;
	color:#333;
}
.ztl a:hover{
    color: #fe2e54;
}
#hm_rgjx{
	margin-top:12px;
}
#hm_rgjx .ztl{
	margin-bottom:10px;
}
#hm_rgjx .sbd{
}
#hm_rgjx .sbd ul{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-gap: 10px;
}

#hm_chs{
	margin-top:12px;
}
#hm_chs .ztl{
	margin-bottom:10px;
}
#hm_chs .sbd ul{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-gap: 10px;
}
.nine_cate {
	line-height: 50px;
	background: #FF5001;
	z-index: 2;
	display: flex;
	color:#fff;
}
.nine_cate li a {
	padding: 0 12px;
	display: block;
	font-size: 15px;
	color: #fff;
}
.nine_cate li.on a {
	position: relative;
}
.nine_cate li.on a::after {
	content: '';
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 7px;
	height: 2px;
	background: #fff;
}
/*****/
.jiu_item{
	overflow:hidden;
}
.jiu_item .pic {
	position:relative;
	padding-top: 100%;
	overflow: hidden;
}
.jiu_item .pic img {
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
}
.jiu_item h5 {
	font-size: 14px;
	line-height: 20px;
	margin: 15px 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	text-align:left;
	padding-left:16px;
}
.jiu_item h5.tm {
	background: url(../images/tmall.png) left center no-repeat;
	background-size: 14px 14px;
}
.jiu_item h5.tb {
	background: url(../images/taobao.png) left center no-repeat;
	background-size: 14px 14px;
}
.jiu_item .mid {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	line-height: 1.6;
}
.jiu_item .btm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	line-height:1;
	margin:10px 0 0;
}
.jiu_item .t1 {
	color:#b0b0b0;
}
.jiu_item .t2 {
	color:#b0b0b0;
}
.jiu_item .t3 {
	color: #FF2B22;
	font-size:18px;
}
.jiu_item .t3 span {
	font-size: 24px;
    font-weight: 700;
    font-family: Arial;
}
.jiu_item .t4 {
	width: 64px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background:url(../img/bg_coupon.png) center center no-repeat;
	background-size:100% 100%;
	color:#fc4d52;
}
/****/
#jiu-list li.jiu_item{
	margin: 0 -1px -1px 0;
    border: 1px solid #f1f1f1;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #fff;
	border-radius:0px;
	box-shadow:none;
	width:inherit;
}
#jiu-list li.jiu_item:hover{
    border: 1px solid #fe2e54;
	position:relative;
	z-index:1;zoom:1
}
#jiu-list{
	background:none;
	padding:0;
}
#jiu-list ul{
	grid-gap:0;
}



.ddq_item{
	position:relative;
    border: 1px solid #fff;
}
.ddq_item:hover{
    border: 1px solid #fe2e54;
	position:relative;
	z-index:1;
	zoom:1
}
.ddq_item a{
	display:flex;
	padding:20px;
    box-sizing: border-box;
}
.ddq_item .pic {
	position:relative;
	height:220px;
	width:220px;
	overflow: hidden;
}
.ddq_item .pic img {
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
}
.ddq_item .info{
	margin-left:20px;
	flex: 1;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}
.ddq_item h5 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 6px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: normal;
	text-align:left;
	color:#333;
}
.ddq_item .mid {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	line-height: 1.6;
}
.ddq_item .btm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	line-height: 1.6;
	margin: 0;
}
.ddq_item .t1 {
	color: #999;
	text-decoration: line-through;
}
.ddq_item .t2 {
	color: #ff2020;
}
.ddq_item .t3 {
	color: #FF2B22;
}
.ddq_item .t3 span {
	font-weight: 500;
	font-size: 26px;
}
.ddq_item .t4 {
	width: 64px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background:url(../img/bg_coupon.png) center center no-repeat;
	background-size:100% 100%;
	color:#fc4d52;
}
.ddq_item .btm{
	display:inherit;
}
.ddq_item .status{
	color:#aaa;
	font-size:12px;
	line-height:40px;
	display:flex;
	justify-content:space-between;
	width:100%;
}
.ddq_item .status .count{
	padding:0 0 0 15px;
	flex: 1;
	border:1px solid #f3c7c7;
	border-right:none;
}
.ddq_item .status .count span{
	color: #ff9960;
    font-weight: 400;
    margin: 0 5px 0 0;
	background:url(../img/f2_03.png) left center no-repeat;
	padding-left:18px;
}
.ddq_item .status .do{
	line-height:44px;
	padding:0 1.5em;
	color:#fff;
	background:#de2634;
	font-size:18px;
}
.ddq_item .will_start .do{
	background:#cfbbeb;
}

.ddq_item.will{
	pointer-events: none;
	cursor: default;
}
#ddq-list {
	margin-top:12px;
	padding-bottom:50px;
}
#ddq-list ul {
	padding: 0;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}
#ddq-list li {
	background: #fff;
}

/*****/

.zsz_item{
	position:relative;
	overflow:hidden;
}
.zsz_item:hover{
    /*border: 1px solid #fe2e54;*/
	position:relative;
	z-index:1;
	zoom:1
}
.zsz_item a{
	display:flex;
	padding:20px;
    box-sizing: border-box;
	background:#fff;
}
.zsz_item .pic {
	position:relative;
	height:220px;
	width:220px;
	overflow: hidden;
}
.zsz_item .pic img {
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	border-radius:10px;
}
.zsz_item .info{
	margin-left:20px;
	flex: 1;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}
.zsz_item h5 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 6px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	text-align:left;
	color:#333;
	padding-left:16px;
}
.zsz_item h5 i {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 3px -2px 0;
}
.zsz_item h5.tm {
	background: url(../images/tmall.png) left center no-repeat;
	background-size: 14px 14px;
}
.zsz_item h5.tb {
	background: url(../images/taobao.png) left center no-repeat;
	background-size: 14px 14px;
}
.zsz_item .mid {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	line-height: 1.6;
}
.zsz_item .btm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	line-height: 1.6;
	margin: 0;
}
.zsz_item .t1 {
	color: #999;
	border:1px solid #fc353a;
	color:#fc353a;
	line-height:20px;
	padding-left:69px;
	background:url(../img/jhs.png) left center no-repeat;
	background-size:69px 22px;
	width:71px;
	text-align:center;
}
.zsz_item .t2 {
	color: #ff2020;
}
.zsz_item .t3 {
	color: #FF2B22;
}
.zsz_item .t3 span {
	font-weight: 500;
	font-size: 26px;
}
.zsz_item .t4 {
	width: 64px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background:url(../img/bg_coupon.png) center center no-repeat;
	background-size:100% 100%;
	color:#fc4d52;
}
.zsz_item .btm{
	display:inherit;
}
.zsz_item .status{
	color:#aaa;
	font-size:12px;
	line-height:40px;
	display:flex;
	justify-content:space-between;
	width:100%;
}
.zsz_item .status .count{
	padding:0 0 0 18px;
	flex: 1;
	background:url(../img/f2_03.png) 0 center no-repeat;
}
.zsz_item .status .count span{
	color: #ff9960;
    font-weight: 400;
    margin: 0 5px;
}
#zsz-list {
	margin-top:12px;
	background:#fff;
}
#zsz-list ul {
	padding: 0;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0;
}
#zsz-list .zsz_item:nth-child(2n)::after{
	content:'';
	position:absolute;
	left:0;
	right:20px;
	bottom:0;
	height:1px;
	background:#e9e9e9;
}
#zsz-list .zsz_item:nth-child(2n-1)::before{
	content:'';
	position:absolute;
	right:0;
	top:20px;
	bottom:20px;
	width:1px;
	background:#e9e9e9;

}
#zsz-list .zsz_item:nth-child(2n-1)::after{
	content:'';
	position:absolute;
	left:20px;
	right:0;
	bottom:0;
	height:1px;
	background:#e9e9e9;
}


.jiu_cate {
	line-height: 50px;
	height:50px;
	background: #fff;
	z-index: 2;
	display: flex;
	gap:10px;
	align-items:center;
	color:#333;
	/*border:1px solid #eee;
	border-radius:6px;*/
	padding:0 20px;
}
.jiu_cate li a {
	padding: 0 10px;
	display: block;
	font-size: 14px;
	color: #333;
	line-height:22px;
	border-radius:11px;
}
.jiu_cate li a.on, .jiu_cate li a:hover {
	position: relative;
	background:#fe2e54;
	color:#fff;
}
.zsz_cate {
	line-height: 50px;
	height:50px;
	background: #fff;
	z-index: 2;
	display: flex;
	gap:10px;
	align-items:center;
	color:#333;
	padding:0 20px;
}
.zsz_cate li a {
	padding: 0 10px;
	display: block;
	font-size: 14px;
	color: #333;
	line-height:22px;
	border-radius:11px;
}
.zsz_cate li a.on, .zsz_cate li a:hover {
	position: relative;
	background:#fe2e54;
	color:#fff;
}
.c_bg_white{
	background:#fff;
	padding-bottom:30px;
}
.c_bg_gray{
	background:#f6f6f6;
	padding-bottom:30px;
}

.ddq_cate{
	padding-top:0;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
}
.ddq_cate a{
	line-height:1.2;
	height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
	padding:8px 10px;
}
.ddq_cate a span{
	display:block;
	text-align:center;
}
.ddq_cate a .s1{
	color:#333;
	font-size:16px;
	font-weight:500;
	font-family:PingFangSC-Medium,PingFang SC;
}
.ddq_cate a .s2{
	color:#777;
	padding:0 10px;
	line-height:24px;
	font-size:14px;
	border-radius:12px;
}
.ddq_cate a.active .s1{
	color:#f92a54;
}
.ddq_cate a.active .s2{
	background: linear-gradient(90deg, #ff2c76, #ff3f3e);
    box-shadow: 0 1px 3px 0 rgba(255, 62, 64, .4);
    color: #fff;
}
.ddq_cate a.active::after{
	height:0;
}

.tb_cate {
	line-height: 50px;
	height:50px;
	background: #fff;
	z-index: 2;
	display: flex;
	gap:10px;
	align-items:center;
	color:#333;
	padding:0 20px;
}
.tb_cate li a {
	padding: 0 10px;
	display: block;
	font-size: 14px;
	color: #333;
	line-height:22px;
	border-radius:11px;
}
.tb_cate li a.on, .tb_cate li a:hover {
	position: relative;
	background:#fe2e54;
	color:#fff;
}
#tb-list{
}
#tb-list {
}
#tb-list ul {
	padding: 0;
	margin: 0 auto;
	display: grid;
	/*grid-template-columns: 1fr 1fr;*/
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	grid-gap: 12px;
}
/*.coupon-list li {
	width: 100%;
	list-style: none;
	margin: 0 0;
	padding: 0 0 8px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 1px #eee;
}*/
.tao_item{
}
.tao_item a{
	background:#fff;
	padding:15px;
	display:block;
	overflow: hidden;
}
.tao_item .pic {
	position:relative;
	padding-top: 100%;
}
.tao_item .pic img {
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
}
.tao_item h5 {
	font-size: 14px;
	line-height: 20px;
	margin: 15px 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	text-align:left;
	padding-left:16px;
}
.tao_item h5.tm {
	background: url(../images/tmall.png) left center no-repeat;
	background-size: 14px 14px;
}
.tao_item h5.tb {
	background: url(../images/taobao.png) left center no-repeat;
	background-size: 14px 14px;
}
.tao_item .mid {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	line-height: 1.6;
}
.tao_item .btm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	line-height:1;
	margin:10px 0 0;
}
.tao_item .t1 {
	color:#b0b0b0;
}
.tao_item .t2 {
	color:#b0b0b0;
}
.tao_item .t3 {
	color: #FF2B22;
	font-size:18px;
}
.tao_item .t3 span {
	font-size: 24px;
    font-weight: 700;
    font-family: Arial;
}
.tao_item .t4 {
	width: 64px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background:url(../img/bg_coupon.png) center center no-repeat;
	background-size:100% 100%;
	color:#fc4d52;
}

.ranking_item{
}
.ranking_item a{
	background:#fff;
	padding:15px;
	display:block;
}
.ranking_item .pic {
	position:relative;
	position: relative;
	padding-top: 100%;
	overflow: hidden;
}
.ranking_item .pic img {
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
}
.ranking_item h5 {
	font-size: 14px;
	line-height: 20px;
	margin: 15px 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	text-align:left;
	padding-left:16px;
}
.ranking_item h5.tm {
	background: url(../images/tmall.png) left center no-repeat;
	background-size: 14px 14px;
}
.ranking_item h5.tb {
	background: url(../images/taobao.png) left center no-repeat;
	background-size: 14px 14px;
}
.ranking_item .mid {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	line-height: 1.6;
}
.ranking_item .btm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	line-height:1;
	margin:10px 0 0;
}
.ranking_item .t1 {
	color:#b0b0b0;
}
.ranking_item .t2 {
	color:#b0b0b0;
}
.ranking_item .t3 {
	color: #FF2B22;
	font-size:18px;
}
.ranking_item .t3 span {
	font-size: 24px;
    font-weight: 700;
    font-family: Arial;
}
.ranking_item .t4 {
	width: 64px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background:url(../img/bg_coupon.png) center center no-repeat;
	background-size:100% 100%;
	color:#fc4d52;
}

#ranking-list{
	margin-top:12px;
}
#ranking-list ul {
	padding: 0;
	margin: 0 auto;
	display: grid;
	/*grid-template-columns: 1fr 1fr;*/
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	grid-gap: 12px;
}
.htl{
	display:flex;
	align-items:center;
	justify-content:space-between;
	background:#fff;
	padding:20px;
	margin-top:30px;
	line-height:30px;
}
.htl .t1{
	font-size: 24px;
    color: #333;
    font-weight: 700;
}
.htl .t2{
	font-size: 12px;
    color: #999;
}
.htl a{
	font-size: 12px;
    color: #999;
}
.cwrap{
	background:#f6f6f6;
}
.hm_tb_list{
	margin-top:12px;
}
.hm_tb_list ul {
	padding: 0;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	grid-gap: 12px;
}

#half-list{
	/*margin-top:12px;*/
	padding-bottom:50px;
}
#half-list ul {
	padding: 0;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	grid-gap: 12px;
}
.ysec{
	margin-top:20px;
	display:grid;
	gap: 12px;
	grid-template-columns: 1fr 1fr 1fr;
}
.ybox{
	padding:20px;
	background:#fff;
}
.ybox_01{
	background:#fff url(../img/y1.png) 92% 20px no-repeat;
	background-size:135px 135px;
}
.ybox_02{
	background:#fff url(../img/y2.png) 92% 20px no-repeat;
	background-size:135px 135px;
}
.ybox_03{
	background:#fff url(../img/y3.png) 92% 20px no-repeat;
	background-size:135px 135px;
}
.ybox .ytl a{
	height: 31px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 31px;
    margin: 0;
    display: inline-block;
	padding-right:25px;
	background:url(../img/r.png) right center no-repeat;
	background-size:20px 20px;
}
.ybox .ytl p{
	height: 17px;
    font-size: 13px;
    color: #888;
    line-height: 17px;
    font-weight: 400;
    margin: 7px 0 20px;
}
.ybox .ybd ul{
	display:grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

/*****/
.hm_jiu_item{
	overflow:hidden;
}
.hm_jiu_item a{
	background:#fff;
	display:flex;
	overflow:hidden;
}
.hm_jiu_item .desp{
	margin-left:18px;
	flex: 1;
	overflow:hidden;
}
.hm_jiu_item .pic {
	position:relative;
	width:106px;
	height:106px;
	overflow: hidden;
}
.hm_jiu_item .pic img {
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
}
.hm_jiu_item h5 {
	font-size: 13px;
	line-height: 20px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:left;
	color:#333;
	padding-left:16px;
}
.hm_jiu_item h5.tm {
	background: url(../images/tmall.png) left center no-repeat;
	background-size: 14px 14px;
}
.hm_jiu_item h5.tb {
	background: url(../images/taobao.png) left center no-repeat;
	background-size: 14px 14px;;
}
.hm_jiu_item .coupon{
	height: 16px;
    margin: 10px 0 7px;
	line-height:1;
}
.hm_jiu_item .coupon span{
	padding: 0 3px;
    background: #ffe8e7;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #ff2828;
}
.hm_jiu_item .price{
	line-height:23px;
}
.hm_jiu_item .price .p1{
	font-size: 21px;
    color: #fe2e2e;
}
.hm_jiu_item .price .p1 small{
	font-size: 14px;
}
.hm_jiu_item .price .p2{
	font-size: 12px;
    color: #ababab;
    text-decoration: line-through;
}
.hm_jiu_item .sales{
	line-height:20px;
    margin-top: 6px;
	background:url(../img/f1_03.png) left center no-repeat;
    background-size: 13px 15px;
    padding-left: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 20px;
}
.hm_jiu_item .sales span{
	color: #ff5b57;
	font-weight:400;
}