@charset "utf-8";
@font-face {
	font-family: Lato;
	src: local("Lato Bold"), local("Lato-Bold"), url("../font/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2") format("woff2");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: Lato;
	src: local("Lato Regular"), local("Lato-Regular"), url("../font/S6uyw4BMUTPHjx4wXiWtFCc.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: Outfit;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../font/outfit.woff2") format("woff2");
}
a {text-decoration: none;}
html, body, div, h1, h2, h3, dl, dt, dd, ol, textarea, img, table, th, td, article, aside, footer, ul, li, form, label, p, span, applet, object, iframe, input, button, select, font {padding: 0;margin: 0;border: 0 none;color: #121212;font-family: 'Outfit', Arial, Helvetica, sans-serif;font-weight: 200;list-style: none;letter-spacing: 0.3px;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html {font-size: 100%;}
body {background: #fff;font-size: 1rem;line-height: 1.25;overflow-x: hidden}
.col_0 {width:930px;float:unset;margin:0 auto 1rem;padding:0;display:flex}
.col_1 {width:98%;padding:0}
.col_2 {width:calc(100% / 2 - 60px / 2);}
.col_3 {width:calc(100% / 3 - 60px / 2);}
.col_4 {width:calc(100% / 4 - 60px / 3);}
.col_5 {width:calc(100% / 5 - 60px / 3);}
.margin_top_10{margin-top:10px;}
.margin_top_20{margin-top:20px;}
.margin_top_30{margin-top:30px;}
.margin_top_40{margin-top:40px;}
.clear {clear: both;}
.ph{display: none}
/* 重置select框的边框样式 */
select {border: none;outline: none;background-color: transparent; /*-webkit-appearance: none;*/ /* 针对Safari和Chrome */}
/* 当select框获得焦点时的样式，可以根据需要调整 */
select:focus {outline: none;}
option {
	background: none;
	color: inherit;
	font: inherit;
	outline: none ;
	padding: 0;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	user-select: none;
}
span.red_bold {
	color: #262626;
	font-size: 18px;
}
.sear .button {
	height: 33px;
	line-height: 33px;
	width: 75px;
	border: 1px solid #FFFFFF;
	background: #212121
}
/**********************header style*****************************/
header{
	height:130px;
}
.header {
	background: #fff;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index:99;
	box-shadow:0 1px 3px 1px rgba(0, 0, 0, 0.06);
}
.top-nav-collapse{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
.header .head {
	max-width: 1200px;
	width:94%;
	margin: auto;
}
.header .head .pc{
	height:90px;
}
/*******************pc****************/
.header .head .pc .logo {
	float: left;
	background: url(../images/logo.png?v1) center no-repeat;
	display: block;
	height: 90px;
	width: 200px;
}
.header .head .pc .nav_search {
	float: right;
	height: 90px;
	width:400px;
}
.header .head .pc .nav_search .search {
	background: #FFF;
	height: 40px;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px; /* Old Firefox */
	position: relative;
	margin: 24px auto;
}
.header .pc_auto{
	background: #FFF;
	width: 85%;
	padding: 2%;
	overflow-y: auto;
	top: 40px;
	position: absolute;
	z-index: 99;
	box-shadow: 2px 2px 0 rgb(42 42 42 / 30%);
	border-left: 5px solid #e6e8eb;
	border-right: 5px solid #e6e8eb;
	display: none;
}
.header .ph_auto{
	width:99%;
	top:45px;
	background: #FFF;
	padding: 2%;
	overflow-y: auto;
	position: absolute;
	z-index: 555;
	box-shadow: 2px 2px 0 rgb(42 42 42 / 30%);
	border-left: 5px solid #e6e8eb;
	border-right: 5px solid #e6e8eb;
	display: none;
}
.header .pc_auto li:nth-child(even),.header .ph_auto li:nth-child(even){
	background: #f9f9f9;
}
.header .pc_auto li a,.header .ph_auto li a{
	padding: 6px;
	display: inline-block;
	width:100%;
}
.header .pc_auto .img_wrapper,.header .ph_auto .img_wrapper{
	width:80px;
	height:50px;
	line-height: 44px;
	text-align: center;
	border:1px solid #ccc;
	background: #fff;
	border-radius: 4px;
	float:left;
	vertical-align: middle;
}
.header .pc_auto .img_wrapper img,.header .ph_auto .img_wrapper img{
	max-width:90%;
	max-height:90%;
	vertical-align: middle;
}
.header .pc_auto .store_link,.header .ph_auto .store_link{
	float: left;
	margin-left: 10px;
	line-height: 1.5;
	padding: 4px 10px;
	width: 68%;
}
.header .pc_auto .store_link .store_title,.header .ph_auto .store_link .store_title{
	display: block;
	color: #404040;
	font-size: 16px;
}
.header .pc_auto .store_link .store_domain,.header .ph_auto .store_link .store_domain{
	display: block;
	color: #4066b8;
	font-size: 12px;
}
.header .pc_auto .active,.header .ph_auto .active{
	background: #ececec !important;
}
.header .pc_auto .active .store_link .store_title,.header .ph_auto .active .store_link .store_title{
	color:#000;
}
.header .pc_auto .active .store_link .store_domain,.header .ph_auto .active .store_link .store_domain{
	color:#fff;
}
.header .head .pc .nav_search .search .sear{
	line-height: normal;
	float: left;
	height: 40px;
	width: 340px;
	border-top:1px solid #f0770a;
	border-left:1px solid #f0770a;
	border-bottom:1px solid #f0770a;
	padding: 0 10px;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px; /* Old Firefox */
	outline: none;
	font-size: 16px;
	color: #333;
}
.header .head .pc .nav_search .search input[type=text]::placeholder{
	color:#ccc;
}
.header .head .pc .nav_search .search .sear_ {
	background-color:#f0770a;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 15px;
	float: right;
	height: 40px;
	width: 60px;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}
.head .nav_bar{
	float:left;
	height:90px;
}
.head .nav_bar .nav_li{
	display: inline-block;
	float:left;
	padding:30px 24px;
	cursor: pointer;
	position: relative;
}
.head .nav_bar .nav_li a{
	color: #121212;
	font-size: 22px;
}
.head .nav_bar .nav_li a:hover{
	color: #cb2020;
}
.head .nav_bar .nav_li:hover>i.fa-angle-down{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
	-webkit-transform:rotate(180deg); /* Safari and Chrome */
}
.head .nav_bar .nav_li .nav_title{
	font-size:18px;
	font-weight:500;
}
.head .nav_bar .nav_li i.fa-angle-down{
	 /*color:#fff;*/
 }
.head .nav_bar .tab_menu{
	display: none;
	width: 240px;
	position: absolute;
	left:0;
	top:71px;
	background: #fff;
	box-shadow:0 7px 18px rgb(0 0 0 / 30%);
	border-radius:2px;
	z-index:199;
}
.head .nav_bar .tab_menu li{
	padding: 10px 16px;
}
.head .nav_bar .tab_menu li:hover{
	background: #f4f4f4;
}
.head .nav_bar .tab_menu li a{
	color:#666;
	font-size:14px;
}
/**************phone style***************/
.header .phone{
	line-height: 61px;
	height: 61px;
	display: none;
	text-align: center;
}
.header .phone .ph_navicon{
	width:50px;
	cursor: pointer;
	float:left;
}
.header .phone .ph_logo{
	width:calc(100% - 100px);
	height: 61px;
	display: inline-block;
}
.header .phone .ph_logo img{
	height: 61px;
}
.header .phone .ph_search{
	width:50px;
	height: 61px;
	cursor: pointer;
	float:right;
}
.header .phone_nav{
	width:100%;
	background: #fff;
	overflow-y: scroll;
	position: fixed;
	top: 61px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:10;
	display: none;
}
.header .phone_nav li{
	border-bottom: 1px solid #eee;
	text-align: center;
}
.header .phone_nav li a{
	font-size: 20px;
	font-weight:400;
	padding: 30px;
	color:#4066b8;
	display: block;
}
.header .search_area{
	width:100%;
	height:55px;
	background: #ebebeb;
	position: absolute;
	top:61px;
	display: none;
}
.header .search_area input[type=text]{
	width: 98%;
	border-radius: 3px;
	height: 40px;
	background: #fff;
	margin:5px auto 0;
	left: 0;
	right: 0;
	color:#333;
	position: absolute;
	font-size: 16px;
	padding: 0 10px;
	outline: none;
}
.header .search_area input[type=text]::placeholder{
	color:#ccc;
}
.header .search_area .fa{
	position: absolute;
	line-height: 45px;
	right: 15px;
	color: #ddd;
	cursor: pointer;
}
.cate_nav{
	min-height: 34px;
	background: #f2f2f2;
	font-size: 0.75rem;
	text-align: center;
	color: #222;
	font-weight:500;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
/******************index.html style************************/
.title{
	color:#404040;
	font-size:24px;
	font-weight:bold;
	margin:16px 0;
}
.title .browse{
	font-size: calc(1.2rem + 1vw);
	color:#121212;
	text-align: center;
}
.title .t_browse{
	font-size: calc(1.2rem + 1vw);
	margin:30px 0;
	text-align: left;
	font-weight: 500;
}
.title .lower {
	height: 3px;
	width: 100%;
	padding-top: 2px;
}
.title .lower .left_f94932 {
	background: #f0770a;
	float: left;
	height: 3px;
	width: 3%;
}
.title .lower .right_e6e6e6 {
	background: #e6e6e6;
	float: right;
	height: 1px;
	width: 97%;
	margin-top: 1px;
}
.main,.main_content{
	max-width: 1200px;
	width:92%;
	margin:0 auto;
	overflow: hidden;
}
.main {
	min-height: 700px;
	padding-bottom: 30px;
}
.main .featured_product {
	position: relative;
	margin-top: 12px;
	margin-bottom: 12px;
	overflow: hidden;
	margin-right:-12px;
}
.main .featured_product .store_product {
	width: calc(100% / 4 - 60px / 2);
	float: left;
	margin-bottom: 15px;
	cursor: pointer;
	border: 2px solid #eee;
	display: block;
	box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
	margin-right: 20px;
	background: #fff;
	border-radius: 8px;
	position: relative;
}
.main .featured_product .store_product .deal_coupon{
	padding:15px 10px;
}
.main .featured_product .store_product .deal_coupon a:hover{
	color:#CB2020;
}
.main .featured_product .store_product .deal_coupon .save_num{
	position: absolute;
	right: -1px;
	top: -2px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	/*background: url(../images/save.svg) center no-repeat;*/
	background: #cb2020;
	border-radius: 15px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	padding: 3px 10px;
}
.main .featured_product .store_product .deal_image{
	width:100%;
	height:210px;
	border-bottom: 1px solid #eee;
	padding:0 0 16px;
}
.main .featured_product .store_product .deal_image .img{
	width: 100%;
	height: 150px;
	display: block;
	text-align: center;
	line-height: 150px;
	margin-bottom:6px;
}
.main .featured_product .store_product .deal_image img {
	max-height: 90%;
	max-width: 90%;
	vertical-align: middle;
}
.main .featured_product .store_product .deal_image .deal_title{
	max-height: 40px;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	color:#404040;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	text-overflow:ellipsis;
}
.main .featured_product .store_product .deal_in{
	width:100%;
	margin-top: 8px;
	text-align: center;
}
.main .featured_product .store_product .deal_in span{
	color: #8a8787;
	font-size:14px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}
/*********************product deal style******************************/
.main .featured_product .store_product .product_image{
	width:100%;
	height:auto;
}
.main .featured_product .store_product .product_image .img{
	width: 100%;
	height: 130px;
	display: block;
	text-align: center;
	line-height: 120px;
}
.main .featured_product .store_product .product_image .img img{
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}
.main .featured_product .store_product .product_image .deal_title{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	text-overflow:ellipsis;
	font-size:18px;
	color: #121212;
	margin-top: 6px;
}
.main .featured_product .store_product .deal_in .product_price span{
	float:left;
}
.main .featured_product .store_product .deal_in .product_price{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.main .featured_product .store_product .deal_in .product_price .sale_price{
	color:#cb2020;
	font-size:20px;
	padding: 6px 0;
	font-weight: bold;
}
.main .featured_product .store_product .deal_in .product_price .original_price{
	color:#A0A0A0;
	font-size:14px;
	text-decoration: line-through;
	margin-top:4px;
}
.main .featured_product .store_product .button{
	width: 100%;
	height: 36px;
	display: table;
	background: #f0770a;
	color: #fff;
	text-align: center;
	line-height: 36px;
	border-radius: 4px;
	margin: 5px auto;
	font-size: 14px;
	font-weight:bold;
	cursor: pointer;
}
.main .featured_product .store_product .deal_coupon a.button:hover{
	color:#fff;
}
/***************************/
.main .banner-section{
	margin-top: calc(1rem + 1.5vw);
	margin-bottom: calc(1rem + 1.5vw);
}
.main .top-banner .banner-card{
	display: block;
	width: 100%;
	max-height:513px;
	position: relative;
}
.main .top-banner .banner-card .top-img{
	width: 100%;
	height: 100%;
}
.main .top-banner .banner-card .top-img img{
	width: inherit;
	max-height: 513px;
	object-fit: cover;
	border-radius: 50px;
}
.main .top-banner .banner-card .top-img .div-overlay{
	position: absolute;
	background: linear-gradient(270deg, #0000, #000 114.83%);
	width: 100%;
	height: 100%;
	border-radius: 50px;
	left: 0;
	top: 0;
	mix-blend-mode: multiply;
}
.main .top-banner .banner-card .top-content{
	position: absolute;
	top: 0;
	left: 0;
	padding: calc(1rem + 4vw) calc(1rem + 5vw);
}
.main .top-banner .banner-card .top-content .top-brand{
	font-size: calc(1rem + 1.2vw);
	color: #f0770a;
}
.main .top-banner .banner-card .top-content .top-title{
	font-size: calc(1rem + 1.5vw);
	color: #fff;
	margin-top: calc(0.75rem + 2vw);
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	text-overflow:ellipsis;
}
.main .top-banner .banner-card .top-content .top-shop-btn{
	width: 200px;
	padding: 16px 8px;
	background: #f0770a;
	color: #fff;
	border-radius: 32px;
	text-align: center;
	font-size: calc(0.75rem + .7vw);
	font-weight: 600;
	margin-top: calc(1rem + 2vw);
}
/***************************/
/*******************************************/
.main .product-section{
	display: flex;
	justify-content: space-between;
	margin-bottom: calc(1rem + 2vw);
	flex-wrap: wrap;
}
.main .product-section .adv-index{
	display: block;
	margin-bottom: 30px;
}
.main .product-section .adv-index .adv-img-div {
	width: 100%;
	height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 30px;
	text-align: center;
}
.main .product-section .adv-index .adv-img-div .adv-logo {
	position: absolute;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	left: 24px;
	bottom: 24px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.main .product-section .adv-index .adv-img-div .adv-logo img {
	max-width: 100%;
	max-height: 100%;
}
.main .product-section .adv-index .adv-title {
	color: #8a8787;
	margin-top: 20px;
}
.main .product-section .adv-index .adv-content {
	color: #121212;
	margin-top: 12px;
	font-size: 18px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow: hidden;
	text-overflow:ellipsis;
	line-height: 1.5;
}
.main .feature-section{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-bottom: 60px;
}
.main .feature-section .feature-card {
	display: flex;
	align-items: center;
	gap: 15px;
	background-color: #ffffff;
	padding: 15px 20px;
	border-radius: 8px;
	width:calc(100% / 3 - 60px / 3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.main .feature-section .feature-card  .card-img {
	width: 80px;
	height: 60px;
	object-fit: contain;
}
.main .feature-section .feature-card  .card-text {
	font-size: 18px;
	color: #1d1d1f;
	font-weight: 500;
}
/*.main .menu-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}*/
.main .menu-content .menu-list {
	width: inherit;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main .menu-content .menu-list a.card {
	height: 230px;
	position: relative;
	list-style: none;
	padding: 0 30px 17px 24px;
	box-sizing: border-box;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-bottom: 32px;
	cursor: pointer;
}
.main .menu-content .menu-list a.card .card-back {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.main .menu-content .menu-list a.card .card-back img {
	width: inherit;
	height: 100%;
	border-radius: 20px;
	-o-object-fit: cover;
	object-fit: cover;
}
.main .menu-content .menu-list a.card .card-back .card-gradient-overlay {
	position: absolute;
	background: linear-gradient(270deg, #0000, #000 114.83%);
	width: 100%;
	height: 100%;
	border-radius: 20px;
	left: 0;
	top: 0;
	mix-blend-mode: multiply;
}
.main .menu-content .menu-list a.card .card-content {
	display: flex;
	flex-direction: column;
}
.main .menu-content .menu-list a.card .card-content .card-icon {
	width: 60px;
	height: 60px;
}
.main .menu-content .menu-list a.card .card-content .card-icon img {
	height: 100%;
	border-radius: 50%;
	-o-object-fit: contain;
	object-fit: contain;
}
.main .menu-content .menu-list a.card .card-content .card-title {
	font-weight: 500;
	font-size: 26px;
	color: #fff;
	margin-top: 16px;
}
.main .menu-content .menu-list a.card .top-card, .main .menu-content .menu-list a.card .card-content {
	position: relative;
	z-index: 2;
}
.main .menu-content .menu-list a.card .top-card i.fa {
	color: #fff;
	-o-object-fit: contain;
	object-fit: contain;
}
/*******************************/
.main .about-section p{
	font-size: 18px;
	line-height: 1.5;
	color: #515151;
	margin-bottom: 20px;
}
/**************************************************/
/******************main start**********************/
.main_coupon {
	width: 100%;
}
.main_coupon .main_deal {
	margin-top:10px;
	overflow: hidden;
}
.main_coupon .main_deal .search-part {
	width: 80%;
	margin: 60px auto;
}
.main_coupon .main_deal .left_deal{
	width: 23%;
	float: left;
	margin-right: 2%;
}
.main_coupon .main_deal .right_deal{
	width:75%;
	float:left;
}
.main_coupon .main_deal .left_part{
	width:75%;
	float:left;
	margin-right:2%;
}
.main_coupon .main_deal .right_part{
	width:23%;
	float:left;
}
.main_coupon .main_deal .right_part .aside_box{
	background: #fff;
	padding:1rem;
	overflow: hidden;
}
.main_coupon .main_deal .right_part .aside_box a{
	border: 1px solid #ddd;
	border-radius: 4px;
	float: left;
	padding: 8px;
	margin: 5px;
	font-size: 14px;
	color: #666;
}
.main_coupon .main_deal .right_part .aside_box a:hover{
	background: #b46924;
	color:#fff;
}
.main .coupon_deal{
	width:100%;
	height:170px;
	background: #fff;
	box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
	margin-bottom:20px;
	border-radius:20px;
	border: 2px solid #f2f2f2;
	display: flex;
	padding: 15px;
}
.main .deal_enclosure{
	height:150px;
}
.main .coupon_deal .div_img{
	width:200px;
	text-align: center;
}
.main .coupon_deal .div_img a{
	width:100%;
	height:100%;
	height:-webkit-fill-available;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main .coupon_deal .div_img .coupon_img{
	line-height:110px;
	height:110px;
}
.main .coupon_deal .div_img img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	object-fit: cover;
	border-radius: 12px;
}
.main .coupon_deal .deal_body{
	width:calc(100% - 150px);
	position: relative;
	padding: 20px;
}
.main .coupon_deal .deal_body .coupon_title{
	font-size: calc(1rem + 0.8vw);;
	font-weight:bold;
	color:#404040;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
	text-overflow:ellipsis;
}
.main .coupon_deal .deal_body .deal_price{
	padding:2px 0;
}
.main .coupon_deal .deal_body .sale_price{
	font-size: 18px;
	color: #d70954;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.main .coupon_deal .deal_body .price{
	color: #999;
	font-weight: 300;
	font-size: 14px;
	text-decoration: line-through;
}
.main .coupon_deal .deal_body .shipping{
	font-size:12px;
	color: #666;
}
.main .coupon_deal .deal_body .deal_desc{
	width:75%;
	color:#999;
	font-size:14px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	padding:3px 0;
}
.main .coupon_deal .deal_body .deal_time span{
	color:#999;
	font-size:12px;
}
.main .coupon_deal .deal_body .deal_time a.details{
	color:#b46924;
	margin-left:10px;
	font-size:15px;
}
.main .coupon_deal .deal_body .deal_time a.details:hover{
	text-decoration: underline;
}
.main i.fa-clock-o{
	color:#ccc;
	font-size:14px;
}
.main .coupon_deal .deal_body .deal_domain{
	color:#4066b8;
	font-size:13px;
}
.main .coupon_deal .deal_body .coupon_title:hover,.coupon_deal .deal_body .deal_domain:hover{
	color:#CB2020;
}
.main .coupon_deal a.shop_button{
	width: 180px;
	height: 52px;
	display: inline-block;
	position: absolute;
	top: 20px;
	right:0;
	background: #f0770a;
	color: #fff;
	text-align: center;
	line-height: 52px;
	border-radius: 32px;
	font-size: 18px;
	cursor: pointer;
}
/*************对话框******************/
.main .coupon_deal .deal_details{
	width: 400px;
	height: 166px;
	background: rgba(0,0,0,0.7);
	position: absolute;
	left: 53%;
	border-radius: 10px;
	padding: 10px;
	font-size: 12px;
	display: none;
}
.main .coupon_deal .deal_details .square{
	margin-left: -20px;
	left: 0;
	top: 70px;
	display: inline-block;
	position: absolute;
	border-top: 23px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 20px solid rgba(0,0,0,0.7);
}
.main .deal_hover {
	box-shadow:0 4px 8px #dcdcdc !important;
}
.main .deal_hover a.shop_button,.main .featured_product .deal_hover .button{
	background:#fe700d; !important;
}
.main .deal_hover .deal_body .coupon_title,.main .featured_product .deal_hover .deal_image a.deal_title{
	color:#CB2020 !important;
}
/***********************categories page style********************************/
.main .title_box{
	padding:16px 0;
}
.main .small_title{
	color:#888;
	padding:0 0 20px;
}
.main .small_title .go_search{
	color:#b45024;
	cursor: pointer;
}
.cate-description{
	font-size: 18px;
	color: #6c6c6c;
	line-height: 1.5;
}
/*************************/
.main .wrapper-categories .category-section {
	margin-top: 20px;
	box-shadow: rgb(238, 238, 238) 0 0.125rem 0.25rem;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(238, 238, 238);
	border-image: initial;
	border-radius: 6px;
	background: #fff;
}
.main .wrapper-categories .category-title {
	height: 45px;
	text-align: left;
	vertical-align: middle;
	line-height: 45px;
	color: rgb(108, 108, 108);
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 15px;
	border-bottom: 1px solid rgb(238, 238, 238);
}
.main .wrapper-categories .cate-row{
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	padding: 15px;
}
.main .wrapper-categories .vertical-box {
	width: calc(100% / 3 - 48px / 2);
	text-align: -webkit-center;
}
.main .wrapper-categories .vertical-border {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-image: initial;
	border-radius: 6px;
}
.main .wrapper-categories .vertical-border a{
	display: block;
	width: 100%;
	height: 100%;
}
.main .wrapper-categories .vertical-image {
	max-width: 90%;
	max-height: 90%;
	border-radius: 12px;
}
.main .wrapper-categories .cate-img-div {
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 12px;
	text-align: center;
}
.main .wrapper-categories .vertical-short-name {
	margin-top:15px;
	font-size: 20px;
}
/*************************/
.main .categories_page{
	padding: 3rem;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem 0.5rem;
}
.main .categories_page .category li{
	padding:5px 0;
}
.main .categories_page .category li a{
	font-size: 14px;
}
.main .categories_page .category a{
	font-size:20px;
	color:#4066b8;
	text-decoration:underline;
}
.main .categories_page .category a:hover{
	color:#cb2020;
}
/******************category page style**********************/
.form_element li{
	padding:4px 0;
}
.form_element li a{
	color:#4066b8;
	font-size:14px;
}
.form_element li a:hover{
	color:#CB2020;
	text-decoration: underline;
}
.main .index_store{
	position: relative;
	overflow: hidden;
	margin-right:-24px;
	padding-bottom:30px;
}
.main .index_store .store_logo{
	float: left;
	width: calc(100% / 6 - 48px / 2);
	position: relative;
	margin:0 24px 60px 0;
}
.main .index_store .store_logo .store_item{
	width: 100%;
	height: 100%;
	line-height: 150px;
	text-align: center;
	word-break: break-all;
	background: #fff;
	background:url('../images/hs.svg') no-repeat center center;
}
.main .index_store .store_logo .store_item ._img{
	width: 100%;
	height: 100%;
	display: block;
}
.main .index_store .store_logo img{
	max-width:80px;
	max-height:80px;
	vertical-align: middle;
}
.main .index_store .store_logo .deal_count{
	width: 100%;
	position: absolute;
	left: 0;
	line-height: 28px;
	bottom: -26px;
	font-size: 1rem;
	color: #333;
	font-weight:600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main .index_store .store_logo .deal_count:hover{
	color:#CB2020;
}
.navigation{
	color:#333;
	line-height: 1.7;
	letter-spacing: 0.5px;
	font-size:1.2rem;
}
.navigation a{
	color:#b45024;
}
.navigation a:hover{
	text-decoration: underline;
}
.filter_bar{
	width:100%;
	height:70px;
	margin:2rem 0 1rem;
	background: #fff;
	padding:18px;
	box-shadow:0 0 2px 0 rgba(0,0,0,.12),0 2px 2px 0 rgba(0,0,0,.24);
}
.filter_bar .filter_line{
	width:100%;
	height:1px;
	color:#ececec;
	display: none;
	background: #c1c4cc;
}
.filter_bar form{
	display: flex;
	align-items: center;
	position: relative;
}
.filter_bar .filter_text{
	color:#999;
	border-right:1px solid #ececec;
	display: inline-block;
	margin-right:1rem;
	padding:6px 10px;
}
.filter_bar .filter_box{
	margin:0 30px 0 0;
	display: flex;
	align-items: center;
}
.filter_bar .filter_box .filter_option{
	position: relative;
	margin-left:6px;
}
.filter_bar label{
	font-size:14px;
	color:#404040;
	font-weight:600;
	cursor: pointer;
}
.filter_bar .filter_box button{
	width:186px;
	height:30px;
	display: inline-block;
	border-radius:15px;
	border:1px solid #b45024;
	background: #f8e5d7;
	color:#404040;
	padding:0 10px;
	cursor: pointer;
	text-align: left;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.filter_bar .filter_box button span{
	color:#404040;
}
.filter_bar .filter_box button i.fa-angle-down{
	font-weight:600;
	font-size:14px;
	position: absolute;
	right:6px;
	top:6px;
}
.filter_bar .filter_elem{
	width:100%;
	background: #fff;
	position: absolute;
	top:30px;
	right:0;
	z-index:55;
	box-shadow:0 0 4px 0 rgba(0,0,0,.12),0 4px 4px 0 rgba(0,0,0,.24);
	cursor: pointer;
	display: none;
	max-height: 284px;
	overflow-y: auto;
}
.filter_bar .filter_elem li{
	color:#666;
	padding:12px;
	font-size:13px;
	display: flex;
}
.filter_bar .filter_elem li.top_level{
	font-weight:600;
	color:#404040;
}
.filter_bar .filter_elem li span{
	color:#666;
	padding-left:6px;
	font-size:13px;
}
.filter_bar .filter_elem li:hover{
	background: #f2f2f2;
}
.filter_bar .filter_elem li.selected{
	background: #d7eaf8;
}
.filter_bar .active .filter_elem{
	display: block;
}
.filter_bar .sorted_box{
	position: absolute;
	right:0;
	top:0;
	margin:0;
}
.filter_bar .sorted_box .filter_option{
	position: relative;
}
.filter_bar .sorted_box .filter_elem{
	width:170px;
	right:0;
}
.filter_bar .sorted_box .sorted_title{
	color:#666;
	line-height: 30px;
	font-size:14px;
	cursor: pointer;
}
.filter_bar .sorted_box span i.fa-exchange{
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg); /* Safari 与 Chrome */
	color:#2c65af;
}
.cate_faq{
	margin-top:3rem;
	padding:2rem 3rem;
	background: #fff;
	border-radius:4px;
}
.cate_faq .faq_content{
	color:#333;
	line-height: 1.7;
}
.cate_faq .faq_content .q_title{
	font-weight:600;
	font-size:18px;
}
.cate_faq .faq_content ul{
	padding:0 1rem;
}
.cate_faq .faq_content ul li{
	list-style-type: disc;
}
.cate_faq .faq_content a{
	color:#b45024;
}
.cate_faq .faq_content a:hover{
	text-decoration: underline;
}
/*********page**********/
.page{
	margin: auto;
	padding-top: 10px;
	display: table;
}
.page a{
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #404040;
	background: #FFF;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	margin: 4px;
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.page span{
	float: left;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	background: #b46924;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	margin: 5px;
	border: 1px solid #b46924;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.page a:hover{
	background: #b46924;
	border: 1px solid #b46924;
	color: #FFFFFF;
}
/**********************stores page style***********************/
.main h2.expire_title{
	color:#e71324;
	text-align: center;
	font-size:36px;
	font-weight:bold;
}
.main .hot_stores{
	margin-top: 20px;
	margin-right: -12px;
}
.main .hot_stores .hot_big{
	float: left;
	height: 117px;
	width: 202px;
	margin-bottom: 10px;
}
.main .hot_stores .hot_big a{
	height: 115px;
	width: 94%;
	border: 1px solid #eeeeee;
	display: block;
}
.main .hot_stores .hot_big .store_img{
	height: 79px;
	background: #FFF;
	text-align: center;
	line-height: 79px;
}
.main .hot_stores .hot_big .store_black{
	height: 36px;
	line-height: 36px;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	background: #7f7f7f;
	display: block;
	text-overflow:ellipsis;
}
.main .hot_stores .hot_big .store_black:hover{
	text-decoration: underline;
}
.main .hot_stores .hot_big a img{
	max-width: 90%;
	max-height:90%;
	vertical-align: middle;
}
/************letter list**************/
.main .letter_list{
	background-color: #fff;
	margin-top:20px;
}
.main .letter_list .letter{
	display: inline-block;
	width: 3.703703703%;
	text-align: center;
	padding: 8px 0;
	background: #fff;
	float: left;
	border-right: 1px solid #f0f2f5;
	border-bottom: 1px solid #f0f2f5;
	box-shadow: 0 1px 2px rgb(48 48 48 / 10%);
}
.main .letter_list .letter:hover{
	background: #f0f2f5;
}
.main .letter_list .letter a{
	color:#4066b8;
}
.main .letter_list .title_active{
	color:#b46924 !important;
}
.main .store_list{
	width:100%;
	margin-top:30px;
}
.main .store_list .letter_title{
	float:left;
	font-size:60px;
	color:#333;
	text-decoration: underline;
}
.main .store_list .store_title{
	width:90%;
	float:left;
	margin-left:4%;
}
.main .store_list .store_title a{
	width:33.3333%;
	color:#666;
	display: block;
	float:left;
	line-height: 24px;
	font-size: 14px;
	font-weight:bold;
	margin-top:6px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.main .store_list .store_title a:hover{
	color:#cb3820;
	text-decoration: underline;
}
/**************merchant page style*******************/
.store_area{
	width:100%;
	background:#ebebeb;
}
.store_area .store_box{
	width: 94%;
	max-width: 1200px;
	position: relative;
	margin: auto;
	overflow: hidden;
	padding: 10px 0;
	display: flex;
	justify-content: start;
	align-items: center;
}
.store_area .store_box .merchant_logo a{
	width: 140px;
	height: 140px;
	display: block;
	border:1px solid #e5e7eb;
	border-radius:15px;
	background: #fff;
	text-align: center;
	line-height: 140px;
	overflow: hidden;
}
.store_area .store_box .merchant_logo a img{
	max-width: 80%;
	max-height: 80%;
	vertical-align: middle;
}
.store_area .store_text{
	display: inline-block;
	margin-left:2rem;
}
.store_area .store_text h1{
	text-align: left;
	font-weight: 600;
	font-size: 1.75rem;
	margin: 0 0 1.2rem;
	color: #333;
}
.main .merchant_left{
	width:24%;
	float:left;
	margin-right:2%;
	margin-top:15px;
}
.main .merchant_left .first_part{
	background: #fff;
	padding:15px;
}
.main .merchant_left .first_part .store_detail{
	width:100%;
	display: block;
	height:160px;
	line-height:160px;
	text-align: center;
}
.main .merchant_left .first_part .store_detail img{
	max-width:90%;
	max-height:90%;
	vertical-align: middle;
}
.main .merchant_left .first_part .store_domain{
	color:#4066b8;
	text-align: center;
	font-size:14px;
	line-height: 14px;
	display: block;
	text-decoration: underline;
}
.main .merchant_left .first_part .qt_part{
	margin-bottom:20px;
}
.main .merchant_left .first_part .qt_part p{
	color:#666;
	font-size:14px;
	padding:4px 0;
}
.main .merchant_left .first_part p.store_desc{
	line-height:20px;
	color:#999;
}
.main .merchant_left .first_part .qt_part p.s_title,.form_element .s_title{
	color:#404040;
	font-size:16px;
	font-weight:bold;
	text-align: left;
	padding:6px 0;
}
.main .merchant_left .first_part .qt_part p span{
	display: block;
	float:right;
	color:#CB2020;
	font-size:14px;
	font-weight:bold;
}
.main .merchant_left .first_part .qt_part li{
	font-size: 14px;
	color:#808080;
	padding:3px 0;
	line-height: 20px;
}
.main .merchant_left .first_part .qt_part li.qt_li{
	list-style-type: disc;
	margin-left:15px;
}
.main .merchant_left .first_part .qt_part .qt_li a:hover{
	color:#CB3820;
	text-decoration: underline;
}
.main .merchant_left .first_part .qt_part li a{
	font-size: 14px;
	color:#404040;
	line-height:20px;
}
.main .merchant_left .first_part .qt_part .star{
	color:#ffd700;
}
.main .merchant_left .first_part .qt_part .rate{
	font-weight: unset;
}
.main .merchant_left .first_part .qt_part .star .fa:hover{
	color:#000;
}
.main .merchant_left .second_part{
	padding:15px;
}
/********merchant_right*********/
.main .merchant_right{
	float:right;
	width:74%;
	margin-top:15px;
}
.main .merchant_right .top_sort{
	margin-right:-14px;
	overflow: hidden;
}
.main .merchant_right .top_sort li{
	width:33.33333%;
	max-width:212px;
	height:54px;
	line-height: 54px;
	background: #fff;
	float:left;
	margin-right:13px;
	cursor: pointer;
	text-align: center;
	font-size:15px;
	font-weight:600;
}
.main .merchant_right li.all{
	border-top:2px solid #333;
	color:#333;
}
.main .merchant_right li.coupons{
	border-top:2px solid #b46924;
	color:#b46924;
}
.main .merchant_right li.sales{
	border-top:2px solid #79225b;
	color:#79225b;
}
.main .merchant_right li.deals{
	border-top:2px solid #287621;
	color:#287621;
}
.main .merchant_right .top_sort li.all>span{
	color:#333;
}
.main .merchant_right .top_sort li.coupons>span{
	color:#b46924;
	font-weight:600;
}
.main .merchant_right .top_sort li.sales>span{
	color:#79225b;
}
.main .merchant_right .top_sort li.deals>span{
	color:#287621;
	font-weight:600;
}
.main .merchant_right .top_sort li.active>span{
	color:#fff !important;
}
.main .merchant_right .top_sort li.coupons:hover,.main .merchant_right .top_sort li.coupons:hover span,.main .merchant_right .top_sort li.active.coupons{
	background: #b46924;
	color:#fff;
}
.main .merchant_right .top_sort li.sales:hover,.main .merchant_right .top_sort li.sales:hover span,.main .merchant_right .top_sort li.active.sales{
	background: #79225b;
	color:#fff;
}
.main .merchant_right .top_sort li.deals:hover,.main .merchant_right .top_sort li.deals:hover span,.main .merchant_right .top_sort li.active.deals{
	background: #287621;
	color:#fff;
}
.main .featured_deals {
	position: relative;
	margin-top: 12px;
	margin-bottom: 12px;
	overflow: hidden;
}
.main .merchant_right .featured_deals .store_deal{
	width: 100%;
	height: 130px;
	background: #fff;
	box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
	margin-bottom: 10px;
	border: 2px solid #eee;
	padding:15px;
	display: flex;
	position: relative;
}
.main .merchant_right .featured_deals .store_deal .div_img{
	width:100px;
}
.main .merchant_right .featured_deals .store_deal .div_img span{
	text-align: center;
	display: block;
}
.main .merchant_right .featured_deals .store_deal .div_img span:first-child{
	font-size:22px;
	font-weight:bold;
	margin:0 auto 10px;
}
.main .merchant_right .featured_deals .store_deal .div_img font{
	font-size:14px;
}
.main .merchant_right .featured_deals .store_deal .div_img .coupon_class_deal,.main .merchant_right .featured_deals .store_deal .div_img .coupon_class_deal font{
	color:#287621;
}
.main .merchant_right .featured_deals .store_deal .div_img .coupon_class_code,.main .merchant_right .featured_deals .store_deal .div_img .coupon_class_code font{
	color:#b46924;
}
.main .merchant_right .featured_deals .store_deal .div_img .coupon_class_sales,.main .merchant_right .featured_deals .store_deal .div_img .coupon_class_sales font{
	color:#79225b;
}
.main .merchant_right .featured_deals .store_deal .div_img .code_coupon_class_deal{
	background:#287621;
}
.main .merchant_right .featured_deals .store_deal .div_img .code_coupon_class_code{
	background:#b46924;
}
.main .merchant_right .featured_deals .store_deal .div_img .code_coupon_class_sales{
	background:#79225b;
}
.main .merchant_right .featured_deals .store_deal .div_img .code{
	color: #fff;
	width: 66px;
	margin: auto;
	font-size: 11px;
	line-height: 26px;
}
.main .merchant_right .featured_deals .store_deal .deal_body{
	width:66%;
	position: relative;
}
.main .merchant_right .featured_deals .store_deal .deal_body .deal_label{
	position: absolute;
	top:-19px;
	left:0;
}
.main .merchant_right .featured_deals .store_deal .deal_body .deal_label .label{
	background: #d6741b;
	color:#fff;
	font-size:12px;
	padding:1px 6px;
	margin-right:10px;
}
.main .merchant_right .featured_deals .store_deal .deal_body .coupon_title{
	font-size:20px;
	color:#34a8c4;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
}
.main .merchant_right .featured_deals .store_deal .deal_body .coupon_title:hover{
	color:#cb2020;
}
.main .merchant_right .featured_deals .store_deal .deal_body .deal_desc{
	font-size:14px;
	color:#999;
	margin:10px 0;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}
.main .merchant_right .featured_deals .store_deal .deal_body .deal_time,.main .merchant_right .featured_deals .store_deal .deal_body .deal_time .c_time{
	font-size:12px;
	color:#999;
}
.main .merchant_right .featured_deals .store_deal .deal_body .deal_time .verified{
	/*text-transform: uppercase;*/
	color:#1d9c73;
	margin-left:10px;
}
.main .merchant_right .featured_deals .store_deal .deal_body .deal_time .verified .fa-check-circle{
	color:#1d9c73;
}
.main .merchant_right .faq_area{
	width: 100%;
	background: #fff;
	border-radius: 4px;
	padding: 16px;
	line-height: 1.7;
}
.main .merchant_right .faq_area img{
	max-width: 90%;
	max-height:90%;
}
.main .merchant_right .faq_area p{
	color:#666;
	line-height: 1.7;
	letter-spacing: 0.5px;
}
.main .merchant_right .faq_area ul{
	margin-left: 2rem;
}
.main .merchant_right .faq_area li{
	list-style-type: disc;
}
/***********coupon code**********/
.main .featured_deals .coupon_code{
	background-color: #dce2e8;
	height: 40px;
	width: 152px;
	font-size: 14px;
	line-height: 40px;
	position: absolute;
	text-align: right;
	right: 15px;
	top:40%;
	border-radius: 3px;
}
.main .featured_deals .coupon_code1{
	margin-top: 40px;
}
.main .featured_deals .coupon_code span a{
	width:152px;
	height:40px;
	display: block;
	color:#707070;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.main .featured_deals .coupon_code .coupon_link{
	text-align: center;
	width: 134px;
	height: 40px;
	display: block;
	margin-right: 18px;
	background: #34a8c4;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	border-radius: 2px;
}
.main .featured_deals .coupon_code .coupon_link:hover{
	background: #2abadd;
}
.main .featured_deals .deal_link{
	width: 152px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	border-radius: 2px;
	background: #c4345d;
	color:#fff;
	position: absolute;
	right:15px;
	top:40%;
	font-size: 14px;
}
.main .featured_deals .deal_link:hover{
	background: #e62f63;
}
.main .chevron{
	position: absolute;
	top:45%;
	right: 15px;
	font-size: 12px;
	color: #922c60;
	display: none;
}
.main .product_chevron{
	color: #922c60;
	font-size: 12px;
	position: absolute;
	right:0;
	top:50%;
	display: none;
}
.main .product_chevron1{
	margin-top: -20px;
}
.main .search_chevron{
	color: #922c60;
	font-size: 12px;
	position: absolute;
	right: 4%;
	margin-top: -60px;
	display: none;
}
.main .merchant_right .expired_desc{
	color:#333;
	font-size:14px;
}
.main .merchant_right .popular_store{
	margin-right:-15px;
}
.main .merchant_right .popular_store a{
	width:115px;
	height:80px;
	display: block;
	text-align: center;
	line-height:80px;
	margin-right:14px;
	margin-bottom:14px;
	float:left;
	background-color: #fff;
}
.main .merchant_right .popular_store a img{
	max-width: 90%;
	max-height:90%;
	vertical-align: middle;
}
/********expired part********/
.main .merchant_right .featured_deals .expired_deal span{
	color:#757575 !important;
}
.main .merchant_right .featured_deals .expired_deal .code{
	background-color:#757575 !important;
	color:#fff !important;
}
.main .merchant_right .featured_deals .expired_deal .coupon_title{
	color:#555 !important;
}
.main .merchant_right .featured_deals .expired_deal .coupon_code .coupon_link,.main .merchant_right .featured_deals .expired_deal .deal_link{
	background: #757575;
}
.main .merchant_right .featured_deals .expired_deal .coupon_code .coupon_link:hover,.main .merchant_right .featured_deals .expired_deal .deal_link:hover{
	background: #000;
}
.main .loading_more{
	text-align: center;
	font-size:24px;
	color:#999;
	padding-bottom:1rem;
	cursor: pointer;
	margin-left:30px;
}
.main .loading_more .load{
	color:#999;
}
.main .loading_more .load_five,.main .loading_more .load_five:before,.main .loading_more .load_five:after {
	border-radius: 50%;
	width: 1.5em;
	height: 1.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load5 1.8s infinite ease-in-out;
	animation: load5 1.8s infinite ease-in-out;
}
.main .loading_more .load_five{
	color: #c4345d;
	font-size: 10px;
	margin: 0 auto 30px;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	display: none;
}
.main .loading_more .load_five:before,.main .loading_more .load_five:after {
	content: "";
	position: absolute;
	top: 0;
}
.main .loading_more .load_five:before {
	left: -2.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.main .loading_more .load_five:after {
	left: 2.5em;
}
@keyframes load5 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}
/****************product page********************/
.main .container{
	width:100%;
	border:1px solid #ccc;
	border-radius: 10px;
	background-color: #fff;
}
.main .container .deals_container{
	width:100%;
	padding:4rem 2rem;
}
.main .container .deals_container .product{
	display: flex;
}
.main .container .deals_container .product_left .pt_img{
	width:300px;
	height:300px;
	margin:auto;
}
.main .container .deals_container .product_left .product_img{
	width:100%;
	height:100%;
	display: block;
	text-align: center;
}
.main .container .deals_container .product_left .product_img img{
	max-width:90%;
	max-height:90%;
	vertical-align: middle;
	transition:transform 2s;
}
.main .container .deals_container .product_left .product_img img:hover{
	transform: scale(1,1);
}
.main .container .deals_container .product_left{
	width:30%;
}
.main .container .deals_container .product_left p{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:1rem 0;
}
.main .container .deals_container .product_left .sale_price{
	color:#ee6762;
	margin-top:10px;
	font-weight: 600;
	font-size:26px;
}
.main .container .deals_container .product_left .original_price{
	color:#A0A0A0;
	font-size:16px;
	text-decoration:line-through;
	font-weight:600;
}
.main .container .deals_container .product_left .discount_off{
	color:#34a8c4;
	font-weight:600;
	font-size:16px;
}
/*****product right****/
.main .container .deals_container .product_right{
	width:70%;
}
.main .container .deals_container .product_right .deals_head{
	width: 100%;
	overflow: hidden;
	font-size: 24px;
	color: #404040;
	font-weight:bold;
}
.main .container .deals_container .product_right .deals_head .price{
	font-size:22px;
	color:#338296;
	font-weight:bold;
}
.main .container .deals_container .product_right .deals_time,.main .container .deals_container .product_right .deals_time span{
	color:#999;
	font-size:14px;
	padding:10px 0;
}
.main .container .deals_container .product_right .deals_time .fa-clock-o{
	 color:#ccc;
 }
.main .container .deals_container .product_right .store_name{
	font-size:16px;
	display: inline-block;
	color:#34a8c4;
	font-weight:bold;
}
.main .container .deals_container .product_right .store_name:hover{
	color:#CB2020;
}
.main .container .deals_container .product_right .shop_now{
	display: inline-block;
	background: #34a8c4;
	color:#fff;
	text-align: center;
	line-height: 46px;
	border-radius: 4px;
	margin-top: 2rem;
	padding:0 32px;
	font-size:18px;
	cursor: pointer;
}
.main .container .deals_container .product_right .shop_now:hover{
	background: #2abadd;
}
.main .container .deals_container .product_right .pt_brief{
	width:100%;
	background: #F7F7F7;
	border:1px solid #ddd;
	border-radius: 10px 5px;
	font-size:15px;
	padding: 24px;
	margin-top:3rem;
}
.main .container .deals_container .product_right .pt_brief li{
	color:#666;
	padding:4px 2px;
	margin:0 20px;
	list-style-type: disc;
}
.main .container .deals_container .product_right .pt_brief .product_desc{
	color:#666;
	line-height:1.5;
	letter-spacing: 0.3px;
	margin-bottom:16px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow: hidden;
	text-overflow:ellipsis;
	cursor: pointer;
	max-height:68px;
}
.main .container .deals_container .product_right .pt_brief .more{
	max-height: unset;
	-webkit-line-clamp:unset;
}
.main .container .deals_container .product_right .pt_brief li span,.main .container .deals_container .product_right .pt_brief li a{
	color:#404040;
	font-weight:bold;
}
.main .container .deals_container .product_right .pt_brief li a:hover{
	text-decoration: underline;
}
/*************ads banner*****************/
._banner{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: auto;
	max-width: 1200px;
}
/********similar_deal*********/
.main .similar_deal{
	font-size:24px;
	color:#34a8c4;
	font-weight:bold;
	margin:16px 0;
}
.main .similar_deal a{
	color:#34a8c4;
}
.main .deal_roll{
	width:100%;
	border: 1px solid #ccc;
	border-radius: 10px;
	position: relative;
	padding:20px 32px;
	display: flex;
	align-items: center;
}
.main .deal_roll .deals_scroller{
	width:100%;
	height:215px;
	overflow: hidden;
}
/********swiper-container*********/
.swiper-container{
	width:calc(100% / 4 - 60px / 3);
	height:100%;
}
.swiper-container .swiper-slide a{
	width:100%;
	height:100%;
	display: block;
	text-align: center;
	background: #fff;
	box-shadow: 0 1px 2px rgb(48 48 48 / 10%);
}
.swiper-container .swiper-slide a .pro_img{
	width:100%;
	height:150px;
	padding:10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-container .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.swiper-container .swiper-slide .mask{
	width:100%;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding:14px;
	display: block;
	background-color: rgba(23, 65, 82, 0.78);
	color:#fff;
	position: absolute;
	z-index:5;
	font-size:14px;
	bottom:0;
}
.swiper-container .swiper-slide .mask span{
	color:#fff;
}
.swiper-container .swiper-slide .mask span.sale_price{
	color:#ee6762;
	font-weight:600;
}
.swiper-container .swiper-slide .mask:hover{
	text-decoration: underline;
}
.swiper-container .swiper-slide .mask .original_price{
	text-decoration: line-through;
	color:#a0a0a0;
	font-size:12px;
	font-weight:600;
}
/*************弹窗和遮罩层*****************/
.lean_overlay{
	width:100%;
	height:100%;
	z-index: 600;
	position: fixed;
	background: rgba(0,0,0,.6);
	opacity: 0.95;
	top: 0;
	left: 0;
	display: none;
}
.popup{
	width:750px;
	border-radius:5px;
	position: fixed;
	z-index: 999;
	background: #fff;
	top:13%;
	left:50%;
	margin-left:-375px;
	display: none;
}
.popup .top_up{
	width:100%;
	height:44px;
	line-height:44px;
	border-radius: 5px 5px 0 0;
	background: #f0f2f5;
	padding:0 20px;
}
.popup .top_up a{
	color:#666;
	font-size:12px;
	float:left;
	text-decoration: underline;
}
.popup .top_up .close{
	float: right;
	color: #333;
	cursor: pointer;
}
.popup .inner_box{
	width:100%;
	background: #fff;
}
.popup .inner_box .inner_title{
	padding:10px 20px;
}
.popup .inner_box a{
	font-size:22px;
	color:#333;
	font-weight:bold;
}
.popup .inner_box a:hover{
	color:#CB2020;
}
.popup .inner_box .desc{
	color:#999;
	font-size:14px;
	line-height: 20px;
	padding: 6px 0;
}
.popup .inner_box .code_box{
	padding:10px 20px;
}
.popup .inner_box .pop_text{
	font-size:16px;
	color:#666;
	text-align: center;
}
.popup .inner_box .code_holder{
	width:90%;
	max-width:270px;
	height:80px;
	border:3px dashed #b46924;
	background: #f9f2ec;
	margin:20px auto;
	line-height: 72px;
	text-align: center;
	color:#b46924;
	font-size:26px;
	font-weight:600;
}
.popup .inner_box .btn_copy{
	display: table;
	height: 42px;
	min-width: 120px;
	line-height: 42px;
	padding: 0 16px;
	margin: 16px auto 0;
	background: #2078cb;
	color: #fff;
	text-align: center;
	border-bottom: 2px solid #0a3a66;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 600;
}
.popup .inner_box .btn_copy:hover{
	background: #1c82e3;
}
.popup .inner_box .btn_copy #pop_copy{
	color:#fff;
	font-weight: 600;
}
.popup .inner_box .btn_copy a.no_code{
	color:#fff;
	display: inline-block;
}
.popup .inner_box .pop_down{
	border-top: 2px solid #f0f2f5;
	margin-top:20px;
	padding:16px 20px;
}
.popup .inner_box .pop_down .report{
	color:#333;
	font-size:30px;
	text-align: center;
	font-weight:bold;
}
.popup .inner_box .pop_down .vote{
	display: table;
	margin: auto;
}
.popup .inner_box .pop_down .vote span{
	float:left;
	color:#333;
	cursor: pointer;
	padding:10px;
}
.popup .inner_box .pop_down .vote span:first-child:hover{
	color:#649127;
}
.popup .inner_box .pop_down .vote span:nth-child(2):hover{
	color:#956e50;
}
.main .image_block{
	width:100%;
	text-align: center;
}
.main .image_block img{
	max-width:90%;
	max-height:90%;
}
.about{
	width:100%;
	padding:20px 0;
	background: #fff;
}
.about p{
	color:#666;
	line-height:1.7;
}
.about span{
	font-size:16px;
	font-weight:bold;
	color:#404040;
}
.about ul li{
	font-size:14px;
	color:#333;
	line-height:25px;
	padding:10px 26px;
}
.about a{
	color: #1c82e3;
}
/****************best 10*********************/
.product-header{
	padding:1.2rem 0;
}
.product-header .first-title{
	font-size: calc(1rem + 1vw);
	font-weight:600;
}
.product-header .small-title{
	font-size:24px;
	font-weight:300;
	color:#999;
}
.wrapper-product{
	margin-top: calc(1rem + 2vw);
	margin-bottom: calc(1rem + 2vw);
}
.wrapper-product .product-card{
	border:1px solid #dee2e6;
	display: flex;
	background: #fff;
	border-radius:2px;
	position: relative;
	box-shadow:0 .125rem .25rem rgba(0,0,0,.075);
	margin-bottom:20px;
	cursor: pointer;
}
.wrapper-product .product-card .top-banner{
	color: #fff;
	position: absolute;
	left: 0;
	top: -27px;
	height: 26px;
	font-size: 14px;
	padding: 4px 8px;
}
.wrapper-product .product-card .top-banner-right{
	width: 12px;
	height: 26px;
	position: absolute;
	left: 100%;
	background: 0 0 !important;
	border-top: 26px solid transparent;
	top: 0;
}
.wrapper-product .product-card .editors{
	background: #c4345d;
}
.wrapper-product .product-card .popular{
	background: #287621;
}
.wrapper-product .product-card .recommend{
	background: #b46924;
}
.wrapper-product .product-card .editors>.top-banner-right{
	border-left: 12px solid #c4345d;
}
.wrapper-product .product-card .popular>.top-banner-right{
	border-left: 12px solid #287621;
}
.wrapper-product .product-card .recommend>.top-banner-right{
	border-left: 12px solid #b46924;
}
/*.wrapper-product .product-card:hover{
	border: 2px solid #f0811d;
}*/
.wrapper-product .product-card.title-expand{
	border: 2px solid #f0811d;
}
.wrapper-product .product-card.title-expand .product-info-ph .product-title{
	-webkit-line-clamp: 6 !important;
}
.wrapper-product .product-card .product-img{
	border-right:1px solid #dee2e6;
}
.wrapper-product .product-card .product-img .num-tag{
	position: absolute;
	width:36px;
	height:36px;
	line-height: 2;
	left:-18px;
	top:43%;
	border: 2px solid #127ed8;
	border-radius:50%;
	background: #fff;
	color:#127ed8;
	text-align: center;
	font-weight:600;
}
.wrapper-product .product-card .product-img ._img{
	width:260px;
	height:250px;
	padding-top:1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrapper-product .product-card .product-img img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.wrapper-product .product-card .product-info{
	width:calc(100% - 260px);
}
.wrapper-product .product-card .product-info .rating,.wrapper-product .product-card .product-info-ph .rating{
	width: calc(100% - 240px);
	height:42px;
	line-height:40px;
	color:#212121;
	font-weight:600;
	font-size:26px;
	padding-left:2rem;
	border-bottom:2px solid;
	border-image:linear-gradient(to right,#127ed8,#127ed8,#127ed8,#fff) 1;
}
.wrapper-product .product-card .product-info .rating span,.wrapper-product .product-card .product-info-ph .rating span{
	font-size:18px;
}
.wrapper-product .product-card .product-info .product-title,.wrapper-product .product-card .product-info-ph .product-title{
	width: calc(100% - 225px);
	padding: 14px 2rem;
	color: #121212;
	line-height: 1.5;
	border-bottom:1px solid #dee2e6;
	position: relative;
}
.wrapper-product .product-card .product-info-ph .rating,.wrapper-product .product-card .product-info-ph .product-title{
	display: none;
}
.wrapper-product .product-card .product-info .features{
	padding:0.5rem 0 0.5rem 2rem;
}
.wrapper-product .product-card .product-info .features p{
	font-size: 14px;
}
.wrapper-product .product-card .product-info a.read-more{
	position: relative;
	display: inline-block;
	padding-left: 2rem;
	margin-bottom: 1.2rem;
	color: #127ed8;
	z-index:2;
	font-size: 18px;
}
.wrapper-product .product-card .product-info .features.more{
	display:block;
	overflow:unset;
	height:unset;
}
.wrapper-product .product-card .product-info .features li{
	padding:2px 0;
	position: relative;
}
.wrapper-product .product-card .product-info .features li:before{
	content:"✓";
	color:#629c44;
	font-weight:600;
}
.wrapper-product .product-card .product-info .detail-features{
	padding-left: 2rem;
	overflow: hidden;
}
.wrapper-product .product-card .product-info .detail-features li{
	width: 48%;
	list-style: disc;
	/*float: left;*/
	padding: 2px 0;
	margin-right:2%;
}
.wrapper-product .product-card .product-info .detail-features li:before{
	content:unset;
}
.wrapper-product .product-card .product-info .features li>span{
	font-weight:500;
	display: inline-block;
	padding-left:6px;
	color: #333;
}
.wrapper-product .price-button{
	box-shadow:0 2px 6px rgba(0,0,0,.15);
	border:1px solid rgba(0, 0, 0, .125);
	background: #fff;
	padding:20px;
	max-width:20%;
	max-height:200px;
	text-align: center;
	position: absolute;
	top:1rem;
	right:1rem;
}
.wrapper-product .price-button .save-tag{
	color:#cb2020;
	font-weight:600;
	padding:6px 0;
	height:32px;
}
.wrapper-product .price-button .check-price-btn{
	width:180px;
	background: #f0770a;
	color:#fff;
	font-size:18px;
	padding:13px 10px;
	border-radius:30px;
	cursor: pointer;
}
.wrapper-product .price-button .merchant-logo{
	margin-top:20px;
	text-align: center;
}
.wrapper-product .price-button .merchant-logo img{
	max-width: 70px;
	vertical-align: middle;
}
.wrapper-product .view-link{
	position: absolute;
	width:100%;
	height:100%;
	display: inherit;
	left:0;
	top:0;
}
.product-container{
	background: #fff;
}
.product-card-detail {
	max-width: 1200px;
	margin: 20px auto;
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 20px;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #127ed8, #127ed8, #127ed8, #fff) 1;
}
.product-image-detail {
	flex-shrink: 0;
}
.product-image-detail img {
	width:250px;
	height: auto;
}
.product-info-detail {
	flex: 1;
}
.product-info-detail .product-title{
	font-size: calc(0.875rem + 1vw);
}
.product-title {
	font-size: calc(0.875rem + 0.4vw);
	color: #121212;
	margin-bottom: 15px;
	line-height: 1.4;
}
.rating-section {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}
.rating-section.ph{
	display: none;
}
.rating-score {
	font-size: calc(1rem + 0.5vw);
	font-weight: 600;
}
.stars {
	color: #f6ae0b;
	font-size: 16px;
}
.bought-info {
	color: #555;
	font-size: 14px;
	margin-left: 20px;
}
.product-features {
	list-style-type: disc;
	padding-left: 20px;
	color: #111;
	font-size: 16px;
	line-height: 1.6;
}
.product-features li{
	list-style-type: disc;
	font-size: 16px;
	color: #212529;
}
.product-features li span{
	color: #212529;
}
.price-box {
	box-shadow:0 2px 6px rgba(0,0,0,.15);
	border:1px solid rgba(0, 0, 0, .125);
	max-width:20%;
	max-height:200px;
	border-radius: 4px;
	background: #fff;
	padding: 20px;
	width: 280px;
	text-align: center;
}
.price-box .save-text {
	color: #cb2020;
	font-weight: 600;
	padding: 6px 0;
	height: 32px;
}
.price-box .check-price-btn {
	width: 180px;
	background: #f0770a;
	color: #fff;
	font-size: 18px;
	padding: 13px 10px;
	border-radius: 30px;
	cursor: pointer;
}
.price-box .merchant-logo {
	margin-top: 20px;
	text-align: center;
}
.price-box .merchant-logo img {
	max-width: 70px;
	vertical-align: middle;
}
/***************************/
.article-box .top-title{
	font-size: 36px;
	margin-top: 3rem;
	margin-bottom: .5rem;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #212529;
	text-align: center;
}
.article-box .article-title{
	font-size:32px;
	text-align: center;
	position: relative;
}
.article-box .second-title{
	font-size: 24px;
	text-align: center;
}
.article-box .figure{
	display: block;
	width:100%;
	height:5px;
	background: url("../images/best_img/blue-bar.jpg") no-repeat center;
	margin: 1rem 0 1.5rem;
}
.article-box .article-title:after{
	width:100%;
	height:5px;
	content: '';
	background: url("../images/best_img/blue-bar.jpg") no-repeat center;
	position: absolute;
	bottom:-24px;
	left:0;
}
.article-box .article-content{
	padding-top:2rem;
}
.article-box .article-content h1{
	font-size: calc(1.2rem + 1vw);
	text-align: center;
	position: relative;
	margin-bottom: calc(1rem + 3vw);
	font-weight: 500;
}
.article-box .article-content p{
	line-height: 1.5;
	margin-bottom: 1rem;
	font-size:calc(1rem + 0.2vw);
}
.article-box .article-content a{
	color: #2196F3;
}
.article-box .article-content a:hover{
	text-decoration: underline;
}
.article-box .article-content h3{
	margin-bottom: 1rem;
}
.article-box .article-content strong{
	font-weight: bold;
}
.article-box .article-content .shop-btn{
	display: inline-block;
	padding: 12px 30px;
	border-radius: 4px !important;
	background: #ed6b2d;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	cursor: pointer;
}
.text-center{
	text-align: center !important;
}
.article-box .article-content h2{
	margin-top:30px;
	margin-bottom:15px;
}
.article-box .article-content p img{
	max-width:100%;
	max-height:100%;
}
/****************面包屑*********************/
.path {
	width:100%;
	font-size: 12px;
	line-height: 25px;
	color: #999;
	margin: auto;
	padding: 10px 0;
}
.path a {
	font-size: 12px;
	line-height: 24px;
	color: #999;
}
.path a:hover{
	text-decoration: underline;
}
.path span {
	font-size: 12px;
	line-height: 12px;
	color: #999;
	height: 12px;
}
/**********************footer style***********************/
.footer_main {
	background: #121212;
	width: 100%;
}
.footer_main .footer {
	max-width:1200px;
	width:94%;
	margin: auto;
	border-bottom: 1px solid #262626;
	padding-top:15px;
}
.footer_main .footer .about_us{
	display: table;
	margin:auto;
}
.footer_main .footer a {
	color: #ccc;
	float: left;
	font-size: 14px;
	display: block;
	line-height: 14px;
	margin: 10px 16px;
}
.footer_main .footer a:hover {
	text-decoration: underline;
}
.footer_main .footer .social {
	height: 40px;
}
.footer_main .footer .social .get_social {
	width: 117px;
	height: 12px;
	margin: 0 auto;
}
.footer_main .footer .social .get_social p {
	font-size: 12px;
	color: #ffffff;
	float: left;
	line-height: 12px;
}
.footer_main .footer .social .get_social a {
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
.footer_main .footer .social .get_social span {
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-left: 10px;
	display: block;
	cursor: pointer;
}
.footer_main .footer .social .get_social .facebook {
	background-image: url(../images/images.png);
	height: 11px;
	width: 4px;
	background-repeat: no-repeat;
	background-position: -138px -13px;
}
.footer_main .footer .social .get_social .facebook:hover {
	background-position: -144px -13px;
}
.footer_main .footer .social .get_social .gg:hover {
	background-position: -45px -19px;
}
.footer_main .footer .social .get_social .g {
	background-image: url(../images/images.png);
	height: 10px;
	width: 11px;
	background-repeat: no-repeat;
	background-position: -150px -14px;
}
.footer_main .footer .social .get_social .g:hover {
	background-position: -163px -14px;
}
.footer_main .foot {
	line-height: 25px;
	width: 100%;
}
.footer_main .foot p {
	font-size: 12px;
	color: #4c4c4c;
	text-align: center;
}
.chart{
	width:45px;
	height:45px;
	position:fixed;
	cursor: pointer;
	z-index:99;
	right:30px;
	bottom:150px;
	display: none;
}
.chart a.back_link{
	width: 45px;
	height: 45px;
	line-height: 1.5;
	font-size: 1.625em;
	position: fixed;
	display: block;
	background: #fff;
	z-index: 97;
	border-radius: 50%;
	text-align: center;
	background: rgba(0,0,0,0.5);
}
.chart .back_link .fa-angle-up{
	font-size:24px;
	color:#fff;
}
/**********************media 小于***************************/
@media screen and (max-width:1220px) {
	.main .hot_stores .hot_big{width:25%;}
	.main .featured_deals .deal_link{display: none}
	.main .featured_deals .coupon_code{display: none}
	.main .coupon_deal a.shop_button{display: none;}
	.main .chevron{display: block;}
	.main .product_chevron{display: block;}
	.main .index_store .store_logo{width:calc(100% / 5 - 48px / 2)}
	.col_5 {width:calc(100% / 4 - 24px / 2);}
	.footer_main .footer{width:90%;display:table;}
	.product-header{padding:10px 0;}
	.product-header .small-title{font-size:16px;}
	.wrapper-product .product-card{display: block}
	.product-card-detail{display: block;padding:0;}
	.product-image-detail{text-align: center}
	.wrapper-product .product-card .product-img{border-right:unset;}
	.wrapper-product .product-card .product-img ._img,.wrapper-product .product-card .product-info{width:100%}
	.wrapper-product .product-card .product-img ._img{padding-top:0;height:150px;}
	.wrapper-product .product-card .product-img .num-tag{border:unset;top:0;left:0;background: unset;width:30px;height:30px;line-height: 30px;}
	.wrapper-product .price-button,.price-box{position: unset;max-width:100%;border:unset;box-shadow:unset;height:unset;padding:0 20px 20px;margin:0 auto;}
	.wrapper-product .price-button .check-price-btn,.price-box .check-price-btn{width:260px;padding:8px;font-size:18px}
	.wrapper-product .product-card .product-info .rating,.wrapper-product .product-card .product-info .product-title{display: none;}
	.wrapper-product .product-card .product-info-ph .rating{display: block;width:100%;position: relative;}
	.wrapper-product .product-card .product-info-ph .product-title{display: -webkit-box;width:100%;position:relative;padding:5px 10px;border-bottom:unset;font-weight: 600;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow:ellipsis;margin-bottom:0;}
	.wrapper-product .product-card .product-info-ph .rating{padding-left:36px;padding-top:0;height:unset;line-height:1.5;font-size:18px;}
	.wrapper-product .product-card .product-info-ph .rating:before{content: '';width:1px;height:100%;position: absolute;background: #ccc;left:30px;top:0;}
	.wrapper-product .product-card .product-info .features{width:100%;padding:10px;border-top:1px solid #dee2e6;}
	.wrapper-product .product-card .product-info .detail-features li{width:100%;float:unset;}
	.wrapper-product .product-card .product-info .detail-features li,.wrapper-product .product-card .product-info .detail-features li span{font-size:14px;color:#212529;}
	.wrapper-product .price-button .save-tag{height:unset;}
}
@media screen and (max-width:992px) {
	 header{height:95px;}
	.ph{display: block !important;text-align: left;font-weight: 600}
	.pc{display: none;}
	.header .head .pc{display: none}
	.header .phone{display: block;}
	.main .letter_list .letter{width:11.1111111%;}
	.main .container .deals_container{padding:14px;}
	.main .merchant_right{width:100%;margin-top:10px;margin-bottom:10px;}
	.main .merchant_left{width:100%;margin-top:unset;}
	.main .main_coupon .main_deal{width:100%;margin-left:0;}
	.main_coupon .main_deal .left_part{width:100%;margin-right:0;}
	.main_coupon .main_deal .right_part{width:100%;}
	.main .index_store .store_logo{width:calc(100% / 4 - 48px / 2)}
	.main .wrapper-categories .vertical-box{width: calc(100% / 3 - 48px / 2);}
	.main .featured_product{margin-right: -10px;}
	.main .featured_product .store_product{width: calc(100% / 2 - 30px / 3);margin-right: 10px;}
	.wrapper-product .product-card .product-info .features li,.product-features li,.product-features li span{font-size:14px !important;}
	.popup{width:90%;margin-left:-45%;}
	.filter_bar{height:unset;padding:10px;}
	.filter_bar form{flex:0 0 auto;display: block}
	.filter_bar .filter_box{display: table-cell;padding-top:10px;}
	.filter_bar .label_name{display: none}
	.filter_bar .filter_text{visibility: hidden}
	.filter_bar .sorted_box{left:0;}
	.filter_bar .filter_box button span{font-size:12px;}
	.filter_bar .filter_box button{width:unset;padding:0 20px 0 10px;min-width:110px;}
	.filter_bar .filter_box .filter_option{margin-left:0;}
	.filter_bar .sorted_box .filter_elem{left:0;}
	.filter_bar .filter_elem li,.filter_bar .filter_elem li span{font-size:12px;}
	.filter_bar .filter_line{display: block;}
	#storeElem{margin-left:10px}
}
@media screen and (max-width:768px) {
	.col_2 {width:calc(100% / 2 - 30px / 3);}
	.col_3 {width:calc(100% / 3 - 30px / 3);}
	.col_4 {width:calc(100% / 4 - 30px / 3);}
	.col_5 {width:calc(100% / 5 - 30px / 3);}
	.main .main_coupon .main_deal .left_deal{width:100%;}
	.main .main_coupon .main_deal .left_deal li{width:50%;float:left;}
	.main .main_coupon .main_deal .right_deal{width:100%;margin-top:10px;}
	.main .coupon_deal{height:130px;}
	.main .categories_page{grid-template-columns: unset;padding:1rem;}
	.main .store_list .letter_title{font-size:32px;}
	.main .store_list .store_title a{width:50%;}
	.main .hot_stores .hot_big{width:33.333%;}
	.main .featured_deals .store_deal{width:95%;margin-bottom:5px;}
	.main .coupon_deal .deal_body{width:90%;padding:15px;}
	.main .coupon_deal .deal_body .coupon_title,.main .merchant_right .featured_deals .store_deal .deal_body .coupon_title{font-size:16px;}
	.main .coupon_deal .deal_body .shipping,.main .coupon_deal .deal_body .deal_desc,.main .coupon_deal .deal_body .deal_domain{display: none}
	.main .coupon_deal .deal_body .coupon_title{-webkit-line-clamp:4}
	.main .container .deals_container .product{flex-direction: column}
	.main .container .deals_container .product_left{width:100%;}
	.main .container .deals_container .product_right{width:100%;margin-top:16px;}
	.main .container .deals_container .product_right .deals_head,.main .container .deals_container .product_right .deals_head .price{font-size:16px;}
	.main .container .deals_container .product_right .pt_brief{margin-top:1rem;}
	/*swiper-slide*/
	.main .deal_roll{padding:15px;}
	.main .deal_roll .deals_scroller{height:140px;}
	.swiper-container{width:calc(100% / 2 - 60px / 3) !important;}
	.swiper-container .swiper-slide a .pro_img{height:95px;line-height:95px;}
	.swiper-container .swiper-slide a .mask{padding:10px;font-size:12px;}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{display: none;}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{display: none;}
	.main .search_chevron{display: block;}
	.main .main_coupon .main_deal .left_deal a{font-size:14px;}
	.title{margin:10px 0;}
	.main .browse,.main .title,.main .categories_page .category a.cate_title,.main .similar_deal,.main .merchant_right .featured_deals .store_deal .div_img span:first-child{font-size:24px;}
	.main .merchant_right .featured_deals .store_deal{height:120px;}
	.main .left_part .form_element{margin-top:10px;}
	.main .merchant_right .featured_deals .store_deal .div_img{width:90px;margin-right: unset;}
	.store_area .store_box .merchant_logo a{width:100px;height:100px;line-height:100px;}
	.store_area .store_text h1,.main .loading_more .load{font-size:18px;}
	.main .index_store .store_logo{width:calc(100% / 3 - 48px / 2)}
	.main .featured_product .store_product .deal_in a.store_name{display: none;}
	.main .feature-section .feature-card{width: 100%;}
	.main .wrapper-categories .vertical-box{width: calc(100% / 2 - 48px / 2);}
	.main .product-section .adv-index .adv-img-div{height:100px;border-radius:20px;}
	.main .menu-content .menu-list a.card{height:100px;padding: 10px 13px;margin-bottom: 15px}
	.main .menu-content .menu-list a.card .card-content .card-title{font-size:14px;}
	.main .wrapper-categories .cate-img-div{height:100px;}
	.main .wrapper-categories .vertical-short-name{font-size:16px;}
	.main .top-banner .banner-card .top-content .top-title{-webkit-line-clamp:2}
	.main .top-banner .banner-card .top-content{padding:calc(0.5rem + 1vw) calc(0.5rem + 4vw)}
	.main .top-banner .banner-card .top-img img,.main .top-banner .banner-card .top-img .div-overlay{border-radius: 30px;}
	.main .top-banner .banner-card .top-content .top-shop-btn{width:120px;padding:6px 0;margin-top: 10px;}
	.main .product-section .adv-index .adv-content{-webkit-line-clamp:8;font-size:16px;}
	.main .product-section .adv-index .adv-title{font-size:14px;}
	.main_coupon .main_deal .search-part{width: 100%}
	.wrapper-product .product-card .product-info a.read-more{font-size:14px;margin-bottom:4px;padding-left:10px;}
	.product-image-detail img{width:180px;}
	.cate_faq{padding:1rem;}
	.navigation{font-size:1rem;}
}
@media screen and (max-width:576px) {
	.main .index_store .store_logo{width:calc(100% / 2 - 48px / 2)}
	.main .container .deals_container .product_right .pt_brief{padding:1rem;}
	.main .featured_product .store_product .deal_in .original_price{font-size:12px;}
	.main .container .deals_container .product_left p{padding:0;}
	.main .container .deals_container .product_right .shop_now{width:100%;}
	.main .merchant_right .top_sort li{height:42px;line-height: 42px;}
	.header .search_area input[type=text]{font-size:14px;}
	.popup .inner_box .btn_copy a.no_code{font-size:16px;}
	.popup .inner_box .btn_copy{line-height: 1.7;height:unset;min-height:35px;}
}
@media screen and (max-width:432px) {
	.main .merchant_right .popular_store a{width:30%;margin-right:8px;margin-bottom:8px;}
	.filter_bar .filter_box button{min-width:100px;}
}





