@charset "utf-8";
a{
	text-decoration: none;
	font-family: Roboto,sans-serif;
	color: #212529;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.5;
}
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, nav{
	padding: 0;
	margin: 0;
	border: 0 none;
	color: #212529;
	font-family: Roboto,sans-serif;
	list-style: none;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.5;
}
html{font-size:100%;}
body{background-color: #f2f2f2; width:100%;}
a img{
	border: 0px none #FFF;		
}
img{display:block;}
form{display:block;}
.clear{
	clear: both;
	display: block;
	float: none;
}
.height5{
	height: 5px;
	display:block;
}
.height10{
	height: 10px;
	display:block;
}
.height15{
	height: 15px;
	display:block;
}
.height20{
	height: 20px;
	display:block;
}
.height40{
	height: 40px;
	display:block;
}
.container{
	width: 100%;
	margin: 0 auto;
	max-width: 1160px;
	position: relative;
}
.row{
	margin: 0 -10px;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.minh-1000{min-height: 1000px;}
.mt-40{margin-top: 40px;}
.col{padding: 0 10px;}
.mg-0{margin: 0;}
.mg-5{margin: 0 -5px;}
.mb-20{margin-bottom: 20px;}

.headbar{
	line-height: 1;
	background-color: #0a8;
	padding: .5rem 1rem;
	padding-top: 15px;
	padding-bottom: 10px;	
}
.headbar .head{
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 1160px;
	position: relative;
}
.headbar .head .logo{
	height: 61px;
	width: 246px;
	margin-top: -32px;
	position: absolute;
	left: 0px;
	top: 50%;
	background-image: url(../images/logo.png?v1);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -10000px;
	z-index: 10;
}
.headbar .head .h-search{
	width: 100%;
	padding-left: 260px;	
}
.headbar .head .h-search form{
	width: 405px;
	position: relative;		
}
.headbar .head .h-search form input[type="text"]{
	width: 100%;
	padding: 2px 0 0 14px;
  	padding-right: 0px;
	font-size: 14px;
	font-weight: 500;
	background-color: #39b59d;
	height: 40px;
	padding-right: 40px;
	color: #495057;	
	border-radius: .25rem;
	outline: none;
}
.headbar .head .h-search form input[type="text"]::placeholder{
 	font-weight: 300;
 	font-size: 13px;
 	color: #fff;
	opacity: 1;
}
.headbar .head .h-search form input[type="text"]::-webkit-input-placeholder{
 	font-weight: 300;
 	font-size: 13px;
 	color: #fff;
	opacity: 1;
}
.headbar .head .h-search form input[type="text"]::-moz-placeholder{
 	font-weight: 300;
 	font-size: 13px;
 	color: #fff;
	opacity: 1;
}
.headbar .head .h-search form input[type="text"]:-moz-placeholder{
 	font-weight: 300;
 	font-size: 13px;
 	color: #fff;
	opacity: 1;
}
.headbar .head .h-search form input[type="submit"]{
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	opacity: 0;
}
.headbar .head .h-search form .sub-icon{
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	color: #FFF;
}
.headbar .head .h-search ul{
	margin-top: 5px;
	width: 100%;
	display: none;
}
.headbar .head .h-search ul.ul-click{display: inline-block;}
.headbar .head .h-search ul li{
  	float: left;
  	display: block;
  	font-size: 12px;
  	color: #fff;
}
.headbar .head .h-search ul li+li{margin-left: 5px;}
.headbar .head .h-search ul li a{
	color: #fff;
	text-decoration: underline;	
	line-height: 1;
}
.headbar .mobile-nav, .headbar .mobile-search{
	position: absolute;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: #047c63;
	top: -2px;
	border-radius: 4px;
	z-index: 10;
	display: none;
}
.headbar .mobile-nav{left: 0;}
.headbar .mobile-nav button, .headbar .mobile-search button{
	width: 36px;
	height: 36px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border: 0;
	background-color: transparent;
	position: relative;
}
.headbar .mobile-nav button .icon-left{
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 11px;
    top: 17px;
    background-color: #fff;
    left: 7px;
}
.headbar .mobile-nav button .icon-left::before{
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #fff;
    content: "";
    top: -7px;
    left: 0;
}
.headbar .mobile-nav button .icon-left::after{
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #fff;
    content: "";
    top: 7px;
    left: 0;
}
.headbar .mobile-nav .btn-click .icon-left{
    -webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background-color: transparent;
}
.headbar .mobile-nav .btn-click .icon-left::before{
    -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
	transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}
.headbar .mobile-nav .btn-click .icon-left::after{
    -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
	transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
}
.headbar .mobile-nav button .icon-right{
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 11px;
    top: 17px;
    background-color: #fff;
    left: 18px;
}
.headbar .mobile-nav button .icon-right::after{
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #fff;
    content: "";
    top: 7px;
    left: 0;
}
.headbar .mobile-nav button .icon-right::before{
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #fff;
    content: "";
    top: -7px;
    left: 0;
}
.headbar .mobile-nav .btn-click .icon-right{
    -webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background-color: transparent;
}
.headbar .mobile-nav .btn-click .icon-right::after{
    -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
	transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
}
.headbar .mobile-nav .btn-click .icon-right::before{
    -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
	transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}
.mobile-nav-memu{
	width: 100%;
	padding: 0 1rem 10px;
	background-color: #FFF;
	display: none;
}
.mobile-nav-memu ul{
	width: 100%;	
}
.mobile-nav-memu ul li{
	display: block;
	text-align: left;
	line-height: 30px;
	padding: 10px 0;
}
.mobile-nav-memu ul .mnm-li{
	position: relative;
	z-index: 0;
	padding-right: 15px;
	margin-right: 10px;	
}
.mobile-nav-memu ul .mnm-li::before{
    content: "";
    position: absolute;
    right: 3px;
    top: 25px;
    height: 10px;
    width: 2px;
    background-color: #666;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-top: 1px;
	z-index: -1;
}
.mobile-nav-memu ul .mnm-click::before{opacity: 0;}
.mobile-nav-memu ul .mnm-li::after{
    content: "";
    position: absolute;
    right: -1px;
    top: 26px;
    height: 2px;
    width: 10px;
    background-color: #666;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.mobile-nav-memu ul li a, .mobile-nav-memu ul li span{
	font-size: 16px;
	display: block;
	text-transform: capitalize;
}
.mobile-nav-memu ul .mnm-li a, .mobile-nav-memu ul .mnm-li span{display: table;}
.mobile-nav-memu ul .mnm-li .mnm-sub-ul{
    width: 100%;
    height: auto;
    display: none;
}
.mobile-nav-memu ul .mnm-li .mnm-sub-ul li{
	display: block;
	margin-left: 0;
	line-height: 22px;
	font-size: 15px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	text-transform: capitalize;
	font-weight: 400;
	margin-top: 0;	
}
.mobile-nav-memu ul .mnm-li .mnm-sub-ul li a{
    display: block;
	padding: 0 20px 0 30px;
    color: #0a8;
    font-size: 14px;
    font-weight: 500;
    position: relative;
	margin: 10px 0;
}
.mobile-nav-memu ul .mnm-li .mnm-sub-ul li a::before{
    position: absolute;
    left: 17px;
    top: -1px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    visibility: visible;
  	opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #0a8;
}
.headbar .mobile-search{right: 0;}
.headbar .mobile-search button svg{
	width: 20px;
	height: 20px;
	fill: #FFF;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -10px;
}
header nav{
	background-color: #fff;
	border-bottom: 1px solid #e9e9e9;
	width: 100%;	
}
header nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
}
header nav ul li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	border-right: 1px solid #e9e9e9;	
}
header nav ul li:first-child{border-left: 1px solid #e9e9e9;}
header nav ul li .nav-link{
	font-size: 13px;
	letter-spacing: .3px;
	color: #666;
	width: 100%;
	text-align: center;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 7px 0;
	font-weight: 600;	
	-webkit-transition: border-bottom 0.3s ease;
	transition: border-bottom 0.3s ease;
}
header nav ul li .nav-link:hover{
 	border-bottom: 2px solid #0a8
}
header nav ul li span{cursor: pointer;}
header nav ul li span::after{
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	margin-left: 5px;
}
header nav ul li .nav-item{
	top: 100%;
	left: 0;
	min-width: 10rem;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	border-radius: 0 0 4px 4px;
	padding: 1em .5em;
	background-color: rgba(255, 255, 255, .95);;
	width: 100%;
	position: absolute;
	border: 1px solid rgba(33,37,41,.15);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
	z-index: 10;
}
header nav ul li:hover .nav-item{opacity: 1; visibility: visible;}
header nav ul li .nav-item .sub-ul{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;	
}
header nav ul li .nav-item .sub-ul .sub-li{
	width: 100%;	
	padding-left: 40px;
}
header nav ul li .nav-item .sub-ul .sub-li a{
	color: #616161;
	font-size: 14px;
	line-height: 28px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
header nav ul li .nav-item .sub-ul .sub-li a:hover{color: #0a8;}
header nav ul li .nav-item .sub-ul .sub-li a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	margin-right: 15px;
}
footer{
	padding: 30px 0;
	background-color: #fff;
  	background-repeat: repeat;
  	background-image: none;
	margin-top: 40px;
	background-image: -webkit-linear-gradient(left,#0a8,#4cc);
	background-image: -o-linear-gradient(left,#0a8 0,#4cc 100%);
	background-image: linear-gradient(90deg,#0a8 0,#4cc);
	background-repeat: repeat-x;
	box-shadow: 0 0 9px 0 rgba(0,0,0,.2);	
}
footer a{
	margin-right: 20px;
	margin-left: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;	
}
footer p{
	font-size: 12px;
	color: #e9e9e9;
	text-align: center;
	line-height: 20px;
	width: 100%;
	padding-top: 20px;
}
.main{
	width: 100%;
	max-width: 1160px;
	margin: auto;
	position: relative;	
}
.main-title{width: 100%; margin: 20px 0; display: inline-block;}
.main-title h1, .main-title h2{
	font-weight: 700;
	font-size: 1.55rem;	
	line-height: 1.25;
	margin-bottom: 20px;
}
.main-title-h h2{font-size: .95rem;; color: #666; font-weight: 400;}
.main-center-shadow{margin: 0; margin-bottom: 20px;}
.main-center-shadow h2{
	webkit-text-shadow: 0 1px 10px rgba(0,0,0,.25),0 1px 2px rgba(0,0,0,.5);
	-moz-text-shadow: 0 1px 10px rgba(0,0,0,.25),0 1px 2px rgba(0,0,0,.5);
	text-shadow: 0 1px 10px rgba(0,0,0,.25),0 1px 2px rgba(0,0,0,.5);
	color: #212529;
	line-height: 2rem;
	font-size: 1.25rem;
	font-weight: 400;
}
.store-col{
	float: left;
	width: 11.1111%;
	padding: 0 5px;	
}
.store-col a{
	width: 100%;
	height: 90px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.06);	
	align-items: center;
	justify-content: center;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.store-col a img{
	max-height: 90%;
	max-width: 90%;	
}
.slider-box{
	float: left;
	width: 50%;
	padding: 0 10px;	
	margin-bottom: 20px;	
}
.slider-box .slider-item{
	width: 100%;
	min-height: 125px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.06);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	position: relative;
	padding: 20px;
}
.slider-box .slider-item:hover{background-color: #fffcf8}
.slider-box .slider-item .s-left{
	width: 100%;
	padding-right: 110px;
	min-height: 125px;		
}
.slider-box .slider-item .s-left .l-title{
	width: 100%;
}
.slider-box .slider-item .s-left .l-title h3{
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 5px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;		
}
.slider-box .slider-item .s-left .l-link{
	font-size: 12px;
	color: #999;
	margin-bottom: 15px;	
}
.slider-box .slider-item .s-left .l-link a{
	color: #0a8;
	margin-left: 2px;
}
.slider-box .slider-item .s-left .l-link a:hover{text-decoration: underline;}
.slider-box .slider-item .s-left .l-url{
	font-size: 12px;
	margin-bottom: 15px;	
	color: #0a8;
	overflow: hidden;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: block;
}
.slider-box .slider-item .s-left .l-url:hover{text-decoration: underline;}
.slider-box .slider-item .s-left .l-more{
	position: absolute;
	right: 20px;
	bottom: 10px;
	color: #999;
	font-size: 11px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-weight: 400;	
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	cursor: pointer;
}
.slider-box .slider-item .s-left .l-more:hover{color: #0a8}
.slider-box .slider-item .s-left .l-more::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
	margin-left: 5px;	
}
.slider-box .slider-item .s-left .l-text{
	display: none;
	font-size: 13px;
	margin: 10px 0;	
}
.slider-box .slider-item .s-left .l-btn{
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 175px;
	font-size: 15px;	
}
.slider-box .slider-item .s-left .l-btn .c-btn{
	background-color: #08c;
	overflow: hidden;
	font-size: 14px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	border-radius: 2px;
	color: #fff;
	width: 100%;
	text-align: left;
	padding: 9px 9px 9px 20px;	
}
.slider-box .item-coupon .s-left .l-btn .c-btn{background-color: #08c;}
.slider-box .item-deal .s-left .l-btn .c-btn{background-color: #0a8; text-align: center; padding: 9px;}
.slider-box .item-deal .s-left .l-btn .c-btn:hover{background-color: #04745e;}
.slider-box .slider-item .s-left .l-btn .c-btn .label{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.4em;	
	color: #fff;
}
.slider-box .slider-item .s-left .l-btn .c-btn .tab{
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 100%;
	z-index: 60;
	background-color: #48bbf5;
	border-radius: 0 0 4px 4px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	-webkit-transform: rotate(30deg) translateY(-10px) scaleX(.9);
	-ms-transform: rotate(30deg) translateY(-10px) scaleX(.9);
	-o-transform: rotate(30deg) translateY(-10px) scaleX(.9);
	transform: rotate(30deg) translateY(-10px) scaleX(.9);
	margin-top: 6px
}
.slider-box .slider-item .s-left .l-btn .c-btn .tab::after{
	display: block;
	content: "";
	width: 37px;
	height: 10px;
	background: #066c9f;
	position: absolute;
	z-index: 12;
	right: -12px;
	bottom: -10px;
	-webkit-transform: skew(54deg,0);
	-ms-transform: skew(54deg,0);
	-o-transform: skew(54deg,0);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	transform: skew(54deg,0)
}
.slider-box .slider-item:hover .s-left .l-btn .c-btn .tab{
	top: 0;
	right: -2px;
	width: 58px;
	background: #48bbf5;
	border-radius: 0 0 4px 4px;
	-webkit-transform: rotate(25deg) translateY(-10px) scaleX(.9);
	-ms-transform: rotate(25deg) translateY(-10px) scaleX(.9);
	-o-transform: rotate(25deg) translateY(-10px) scaleX(.9);
	transform: rotate(25deg) translateY(-10px) scaleX(.9);
	margin-top: 12px
}
.slider-box .slider-item:hover .s-left .l-btn .c-btn .tab::after{
	display: block;
	content: "";
	width: 54px;
	height: 10px;
	background: #066c9f;
	position: absolute;
	z-index: 12;
	right: -8px;
	bottom: -10px;
	-webkit-transform: skew(54deg,0);
	-ms-transform: skew(54deg,0);
	-o-transform: skew(54deg,0);
	transform: skew(54deg,0);	
}
.slider-box .slider-item .s-left .l-btn .c-btn .snippet{
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 65;
	width: 20px;
	font-size: 16px;
	color: #212529;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	background: #fff;
	border-top: 1px solid #08c;
	border-bottom: 1px solid #08c;
	border-right: 1px solid #08c;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;	
}
.slider-box .slider-item:hover .s-left .l-btn .c-btn .snippet{width: 30px;}
.slider-box .slider-item .s-left .l-btn .c-btn .snippet .code{
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: 4px;
	top: 2px;	
}
.sear-left .ob-keys-tit{
	line-height: 2rem;
  	font-size: 1.25rem;
  	font-weight: 400;
	webkit-text-shadow: 0 1px 10px rgba(0,0,0,.25),0 1px 2px rgba(0,0,0,.5);
  	-moz-text-shadow: 0 1px 10px rgba(0,0,0,.25),0 1px 2px rgba(0,0,0,.5);
  	text-shadow: 0 1px 10px rgba(0,0,0,.25),0 1px 2px rgba(0,0,0,.5);
  	color: #212529;
	border: 1px solid #C9C9C9;
	border-bottom: 0px none #E4E4E4;
	background-color: rgba(0,0,0,.02);;
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	border-radius: .25rem .25rem 0 0;
}
.sear-left .ob-keys{
	background-color: #FFF;
	padding: 10px;
	width: 100%;
	border: 1px solid #D7D7D7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 0 0 .25rem .25rem;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12),0px 1px 1px rgba(0, 0, 0, 0.14),0px 2px 1px -1px rgba(0, 0, 0, 0.20);
}
.sear-left .ob-keys a{
	font-size: 16px;
	line-height: 25px;
	color: #003366;
	float: left;
	width: 50%;
	margin-top: 5px;
	margin-bottom: 5px;		
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.sear-left .ob-keys a font {
    font-weight: bold;
}
.slider-box .slider-item .s-right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	width: 90px;
	height: 90px;	
	background-color: #fff;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -45px;
	z-index: 10;
}
.slider-box .slider-item .s-right img{
	max-height: 90%;
	max-width: 90%;	
}
.slider-box .slider-item .discount-box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	width: 90px;
	height: 90px;	
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -45px;
	z-index: 10;
	-ms-flex-direction: column;
	flex-direction: column;
}
.slider-box .slider-item .discount-box .discount{
	font-size: 24px;
	display: block;
}
.slider-box .slider-item .discount-box .label{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.4em;
}
.slider-box .item-coupon .discount-box .discount, .slider-box .item-coupon .discount-box .label{
	font-weight: 500;
	color: #08c;
}
.slider-box .item-deal .discount-box .discount, .slider-box .item-deal .discount-box .label{
	font-weight: 500;
	color: #ff7900;
}
.sear-left{
	width: 100%;
	padding-right: 350px;		
}
.sear-left .mg-0{margin: 0;}
.sear-left .main-title h1{line-height: 2rem; color: #666; font-weight: unset;}
.sear-left .slider-box{
	width: 100%;
	padding: 0;	
}
.sear-left .slider-box .slider-item .s-left .l-title h3{
	height: 25px;
	-webkit-line-clamp: 1;	
}
.sear-left .slider-box .slider-item{min-height: 100px;}
.sear-left .slider-box .slider-item .s-left{min-height: 100px;}
.sear-right{
	position: absolute;
	width: 300px;
	top: 0px;
	right: 0px;		
}
.sear-right .store-col{width: 100%; margin-bottom: 10px;}

.page{
	margin: auto;
	padding-top: 20px;
	display: table;
	padding-bottom: 20px;
}
.page a{
	float: left;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #404040;
	background-color: #FFF;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	margin: 5px;
	border: 1px solid #999999;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.page span{
	float: left;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #0a8;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	margin: 5px;
	border: 1px solid #0a8;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.page a:hover{
	background-color: #0a8;	
	border: 1px solid #0a8;
	color: #FFFFFF;
}
.sch-row{width: 100%; padding-top: 20px; padding: 0; font-weight: 400;}
.sch-row h2{width: 100%; font-size: 14px; color: #303030;}
.sch-row a{
	display: -ms-flexbox;
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: flex;
  	-ms-flex-align: start;
  	-webkit-box-align: start;
  	-webkit-align-items: flex-start;
  	align-items: flex-start;
  	box-sizing: border-box;
  	overflow: hidden;
  	background-color: #1a73e8;
  	border-radius: 5px;
  	/*font-size: 20px;
  	line-height: 30px;
	padding: 14px 34px;
	font-weight: 700;*/
	font-size: 26px;
  	line-height: 34px;
  	padding: 24px 50px;
  	margin: 10px 0;
	padding-right: 80px;
  	color: #ffffff;
  	width: 100%;
  	-ms-flex-negative: 1;
  	-webkit-box-flex: 1 0;
  	-webkit-flex-shrink: 1;
  	flex-shrink: 1;	
	-ms-flex-direction: row;
  	-webkit-box-orient: horizontal;
  	-webkit-flex-direction: row;
  	flex-direction: row;
  	-ms-flex-pack: start;
  	-webkit-box-pack: start;
  	-webkit-justify-content: flex-start;
  	justify-content: flex-start;
  	-ms-flex-align: center;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	align-items: center;
	position: relative;
}
.sch-row a:hover{
	background-color: #f4a55d;
	text-decoration: underline;
}
/*.sch-row a::before, .sch-row a::after{
	content: "";
	position: absolute;
	left: 5px;
	width: 24px;
	height: 24px;
	background-image: url(../images/chevron.svg?c=%23ffffff);
	background-repeat: no-repeat;
	background-position: center;
}
.sch-row a::after{right: 5px; left: auto;}*/
.sch-row a span{
	width: 72px;
	height: 24px;
	position: absolute;
	right: 5px;
	padding: 0;
}
.sch-row a::before{
	content: "";
	position: absolute;
	left: 10px;
	width: 24px;
	height: 24px;
	background-image: url(../images/call_to_action_arrow.svg?c=#ffffff);
	background-repeat: no-repeat;
	background-position: center;
}
.sch-row a span::after{
	content: "";
	position: absolute;
	left: 0px;
	width: 24px;
	height: 24px;
	background-image: url(../images/chevron.svg?c=#ffffff);
	background-repeat: repeat-x;
	background-position: left;
	animation-name: example; /* 引用动画 */
  	animation-duration: 500ms; /* 动画持续时间 */
  	animation-iteration-count: infinite; /* 动画重复次数 */
}
@keyframes example{
  0%   {width: 0px;}
  33.3333%  {width: 24px;}
  66.6666%  {width: 48px;}
  100%  {width: 72px;}
}
@media screen and (max-width:1220px){
header nav{padding: 0 15px;}
.main{padding: 0 15px;}
}
@media screen and (max-width:920px){
header nav{display: none;}
.headbar{
	min-height: 54px;
	padding-top: 10px;
	padding-bottom: 10px;	
}
.headbar .head .logo{
	position: static;
	width: 100%;
	height: auto;
	margin-top: 0;
	display: block;
	background-size: contain;
}
.headbar .head .logo h1{line-height: 1;}
.headbar .head .h-search{
	display: none;
	padding-top: 10px;
	padding-left: 0;
}
.headbar .head .h-search form{width: 100%;}
.headbar .mobile-nav, .headbar .mobile-search{display: block;}
.headbar .head .h-search ul li{font-size: 14px;}
.store-col{width: 33.3333%; margin-bottom: 10px;}
.store-col a{padding: 10px 0;}
.slider-box{width: 100%;}
.sear-left{padding: 0; margin-bottom: 20px;}
.sear-right{position: static; width: 100%;}
.sear-right .store-col{width: 33.3333%;}
}
@media screen and (max-width:620px){
.container{width: 100%;}
.sear-left .ob-keys a{width: 100%;}
}
@media screen and (max-width:460px){
.stores_list .store_name_list .store_name_ls{width: 100%;}
}
