@charset "utf-8";
@font-face{
 	font-display: swap;
 	font-family: dontpayfull;
 	font-style: normal;
 	font-weight: 400;
 	src: url('https://static.dontpayfull.com/static/fonts/dontpayfull.woff2?dopuko');
 	src: url('https://static.dontpayfull.com/static/fonts/dontpayfull.woff2?dopuko') format("woff2"), url('https://static.dontpayfull.com/static/fonts/dontpayfull.woff?dopuko') format("woff"), url('https://static.dontpayfull.com/static/fonts/dontpayfull.ttf?dopuko') format("truetype");
}
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-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.pd-5{padding: 0 5px;}
.w90{width: 90%;}

.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 .m-text{
  	font-size: 15px;
  	line-height: 22px;
  	margin-bottom: 20px;
  	font-weight: 400;	
}
.main-title{width: 100%; margin: 20px 0; display: inline-block;}
.main-center{text-align: center;}
.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{
	font-size: 18px;
	line-height: 36px;
	color: #6699CC;
	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 .mb-20{margin-bottom: 20px;} 
.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;}
.detail-top{
	width: 100%;
	margin-top: 17px;
	position: relative;
}
.detail-top .store-logo{
	height: 110px;
	width: 110px;
	position: absolute;
	left: 0px;
	top: 0px;	
	border-radius: 5px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 5px;
	align-items: center;
	justify-content: center;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 110;
}
.detail-top .store-logo img{
	max-height: 90%;
	max-width: 90%;	
}
.detail-top .store-info{
	width: 100%;
	padding-left: 135px;
	min-height: 110px;		
}
.detail-top .store-info .path{
	margin-top: 3px;	
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	display: inline-block;
}
.detail-top .store-info .path li{
	display: block;
	margin-right: 5px;
	float: left;
	color: #999;
}
.detail-top .store-info .path li + li::before{content: "/"; margin-right: 5px;}
.detail-top .store-info .path li a{
	color: #0a8;	
}
.detail-top .store-info .s-title{
	margin-top: 3px;
	display: inline-block;	
}
.detail-top .store-info .s-title h1{
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;	
}
.detail-top .store-info .s-text{
	margin-top: 5px;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 3px;
	font-weight: 400;	
}
.detail-info{
	width: 100%;
	margin-top: 30px;
	position: relative;	
}
.detail-info .coupon-box{
	width: 100%;
	padding-left: 290px;
	min-height: 1200px;		
}
.detail-info .coupon-box .coupon-filter{
	width:100%;
 	margin-bottom: 10px;
	display: inline-block;
}
.detail-info .coupon-box .coupon-filter .filter-item{
	font-size: 14px;
	padding: 5px 0;
	margin-right: 15px;
	color: #666;
	cursor: pointer;
	display: table;
	float: left;
	font-weight: 500;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.detail-info .coupon-box .coupon-filter .filter-click{
	color: #212529;
}
.detail-info .coupon-box .coupon-filter .all-click{
	border-bottom: 2px solid #e54736;
}
.detail-info .coupon-box .coupon-filter .code-click{
	border-bottom: 2px solid #08c;
}
.detail-info .coupon-box .coupon-filter .deal-click{
	border-bottom: 2px solid #ff7900;
}
.detail-info .coupon-box .coupon-item{
	width: 100%;
	position: relative;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
 	background-color: #fff;
  	border-radius: 5px;
  	border: 1px solid #ddd;
  	margin-bottom: 15px;
  	-webkit-transition: all .25s ease;
  	-o-transition: all .25s ease;
  	transition: all .25s ease;
	position: relative;
}
.detail-info .coupon-box .coupon-item:hover{background-color: #fffcf8}
.detail-info .coupon-box .coupon-item .c-left{
	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;
	border-right: 1px solid #ddd;
	text-align: center;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	width: 120px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.detail-info .coupon-box .code-list .c-left{
	border-left: 5px solid #08c;
}
.detail-info .coupon-box .deal-list .c-left{
	border-left: 5px solid #ff7900;
}
.detail-info .coupon-box .deal-list .c-left img{
	max-height: 90%;
	max-width: 90%;
}
.detail-info .coupon-box .coupon-item .c-left .discount-box{
	font-weight: 500;
	padding: 10px;	
}
.detail-info .coupon-box .coupon-item .c-left .discount-box .discount{
	font-size: 24px;
	display: block;
}
.detail-info .coupon-box .coupon-item .c-left .discount-box .label{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.4em;
}
.detail-info .coupon-box .coupon-item .c-left .discount-box .explore::before{
	font-family: dontpayfull,Roboto,Helvetica,Arial,sans-serif;
  	line-height: 1;
  	text-transform: uppercase;
  	font-weight: 400;
  	font-size: 27px;
  	color: #ff7900;
	content: "\e936";
}
.detail-info .coupon-box .code-list .c-left .discount-box .discount, .detail-info .coupon-box .code-list .c-left .discount-box .label{
	font-weight: 500;
	color: #08c;
}
.detail-info .coupon-box .deal-list .c-left .discount-box .discount, .detail-info .coupon-box .deal-list .c-left .discount-box .label{
	font-weight: 500;
	color: #ff7900;
}
.detail-info .coupon-box .coupon-item .c-middle{
	width: 100%;
	min-height: 125px;	
	padding: 25px 212px 25px 140px;
}
.detail-info .coupon-box .coupon-item .c-middle .c-type{
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .5px;	
}
.detail-info .coupon-box .code-list .c-middle .c-type{
	color: #08c;	
}
.detail-info .coupon-box .deal-list .c-middle .c-type{
	color: #ff7900;	
}
.detail-info .coupon-box .coupon-item .c-middle h3{
  	font-size: 18px;
  	line-height: 24px;
  	font-weight: 400;
  	margin-bottom: 10px;
  	display: block;
}
.detail-info .coupon-box .coupon-item .c-middle .c-uses{
  	color: #666;
  	font-size: 11px;
  	letter-spacing: .5px;
  	text-transform: uppercase;
  	font-weight: 500;
}
.detail-info .coupon-box .coupon-item .c-middle p{
	width: 100%;
	max-height: 65px;
	font-size: 12px;
	color: #808080;
	cursor: pointer;
	display: block;
	padding-top: 5px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;	
}
.detail-info .coupon-box .coupon-item .c-right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 20px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 192px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.detail-info .coupon-box .coupon-item .c-right .r-btn{
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 175px;
	font-size: 15px;	
}
.detail-info .coupon-box .coupon-item .c-right .r-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;	
}
.detail-info .coupon-box .code-list .c-right .r-btn .c-btn{background-color: #08c;}
.detail-info .coupon-box .deal-list .c-right .r-btn .c-btn{background-color: #0a8; text-align: center; padding: 9px;}
.detail-info .coupon-box .deal-list .c-right .r-btn .c-btn:hover{background-color: #04745e;}
.detail-info .coupon-box .coupon-item .c-right .r-btn .c-btn .label{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.4em;	
	color: #fff;
}
.detail-info .coupon-box .coupon-item .c-right .r-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
}
.detail-info .coupon-box .coupon-item .c-right .r-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)
}
.detail-info .coupon-box .coupon-item:hover .c-right .r-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
}
.detail-info .coupon-box .coupon-item:hover .c-right .r-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);	
}
.detail-info .coupon-box .coupon-item .c-right .r-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;	
}
.detail-info .coupon-box .coupon-item:hover .c-right .r-btn .c-btn .snippet{width: 30px;}
.detail-info .coupon-box .coupon-item .c-right .r-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;	
}
.detail-info .info-box{
	width: 252px;
	position: absolute;
	left: 0px;
	top: 0px;		
}
.detail-info .info-box h3{
  	border-bottom: 1px solid #e7e7e7;
  	position: relative;
  	margin-bottom: 10px;
  	padding: 0 0 11px;
  	font-size: 16px;
  	font-weight: 600;
  	line-height: 20px;
}
.detail-info .info-box .container{
	margin-bottom: 40px;	
}
.detail-info .info-box p{
	font-size: 13px;
	margin-bottom: 40px;	
}
.detail-info .info-box table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;	
}
.detail-info .info-box table td{
	position: relative;
	height: 24px;	
	font-size: 13px;
}
.detail-info .info-box .alink{	
	float: left;
	margin-bottom: 10px;
	width: 16.6667%;
}
.detail-info .info-box .alink a{
	color: #0a8;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;	
}
.detail-info .info-box a:hover{text-decoration: underline;}
.detail-info .info-box ul{
	margin-bottom: 1rem;	
}
.detail-info .info-box ul li{
	position: relative;
	padding-right: 18px;
	list-style-type: disc;
	margin-left: 18px;
	color: #0a8;
	font-size: 15px;
	margin-bottom: 5px;	
}
.detail-info .info-box ul li::marker{
	list-style-type: disc;	
}
.detail-info .info-box ul li a{
	font-weight: 600;
	color: #0a8;
} 
.stores_list{
	width: 100%;
	margin-top: 20px;
}
.stores_list .letter_list{
	background-color: #fafafa;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
}
.stores_list .letter_list span{
	font-size: 20px;
	line-height: 58px;
	color: #404040;
	float: left;
	cursor: pointer;
	margin-right: 9.7px;
	margin-left: 9.7px;
}
.stores_list .letter_list span.hui{
	color: #999999;
}
.stores_list .letter_list a{
	font-size: 20px;
	line-height: 58px;
	color: #404040;
	float: left;
	cursor: pointer;
	margin-right: 9.7px;
	margin-left: 9.7px;
}
.stores_list .letter_list a.hui{
	color: #999999;
}
.stores_list .store_name_list{
	width: 100%;
	position: relative;
	padding-top: 43px;
	padding-bottom: 80px;
	display: inline-block;
}
.stores_list .store_name_list .store_name_ls{
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #404040;
	height: 25px;
	width: 25%;
	padding: 0 15px;
	float: left;
	margin-top: 10px;
	overflow: hidden;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.stores_list .store_name_list .store_name_ls:hover{
	color: #0a8;
}
.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;
}
.as-text{
	width: 100%;
	padding: 10px;
	min-height: 800px;
}
.as-text h1{
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: center;
	font-weight: 700;
	font-size: 48px;
	color: #404040;
	margin: 0;
	line-height: 1.2;
	width: 100%;
}
.as-text h2{
	width: 100%;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #545454;
	padding-top: 16px;
	padding-bottom: 14px;
	line-height: 1.2;
}
.as-text span{
	width: 100%;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #545454;
	padding-top: 16px;
	padding-bottom: 14px;
	line-height: 1.2;
	display: inline-block;
}
.as-text p{
	margin: 0;
	font-size: 16px;
	color: #545454;
	line-height: 1.5rem;
	padding-bottom: 10px;
	width: 100%;
	display: inline-block;
}
.modal{
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1500;
	left: 0px;
	top: 0px;
	display: none;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.modal-dialog{
	max-width: 600px;
	margin: 1.75rem auto;
	position: relative;
	width: auto;
	pointer-events: none;
	display: block;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
	-webkit-transform: none;
	transform: none;
}
.modal-dialog .modal-content{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
 border-radius: .3rem;
	outline: 0;
}
.modal-dialog .modal-content .modal-header{
	border-top: 6px solid #08c;
 padding: .4rem 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #dee2e6;
 border-top-left-radius: .3rem;
 border-top-right-radius: .3rem;
}
.modal-dialog .modal-content .modal-header .modal-info{
	position: relative;
}
.modal-dialog .modal-content .modal-header .modal-info .modal-logo{
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: 5.5rem;
	height: 5.5rem;
	border: 1px solid #dee2e6;
	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;
	border-radius: 50%;
}
.modal-dialog .modal-content .modal-header .modal-info .modal-logo img{
	max-width: 80px;
	max-height: 80px;
}
.modal-dialog .modal-content .modal-header .modal-info .modal-title{
	padding-left: 7.5rem;
	padding-right: 1.5rem;
	padding-top: 2rem;
	min-height: 7rem;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5rem;
	overflow: hidden;
}
.modal-header .modal-close{
	padding: 1rem 1rem;
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	position: absolute;
	top: 0px;
	right: 0px;
}
.modal-dialog .modal-content .modal-body{
	padding: 0 1rem;
	min-height: 200px;
	text-align: center;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.modal-dialog .modal-content .modal-body .modal-go{
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	width: 100%;
}
.modal-dialog .modal-content .modal-body .modal-go a{
	color: #08c;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
.modal-dialog .modal-content .modal-body .modal-code{
	height: 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	margin-bottom: 1rem;
}
.modal-dialog .modal-content .modal-body .modal-code .code{
	height: 60px;
	border-style: dashed none dashed dashed;
	border-width: 2px 0 2px 2px;
	border-color: #08c;
	width: 240px;
	font-weight: 700;
	font-size: 22px;
	text-align: center;
	text-overflow: ellipsis;
	background-color: #e9ecef;
    border-radius: .25rem;
	line-height: 60px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	overflow: hidden;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 5px;
}
.modal-dialog .modal-content .modal-body .modal-code .copy_but{
	color: #fff;
	background-color: #08c;
	cursor: pointer;
	font-size: 1rem;
	line-height: 60px;
	font-weight: 400;
	text-align: center;
	border-radius: .25rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 110px;
	-webkit-transition: color .15s ease-in-out , background-color .15s ease-in-out , border-color .15s ease-in-out , -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out , background-color .15s ease-in-out , border-color .15s ease-in-out , -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out , background-color .15s ease-in-out , border-color .15s ease-in-out , box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out , background-color .15s ease-in-out , border-color .15s ease-in-out , box-shadow .15s ease-in-out , -webkit-box-shadow .15s ease-in-out;
}
.modal-dialog .modal-content .modal-body .modal-code .copy_but:hover{
	background-color:#48bbf5;
}
.modal-dialog .modal-content .modal-body .modal-deal{
    padding: .5rem 1rem;
    font-size: 18px;
	color: #fff;
	background-color: #08c;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	border-radius: .25rem;
	-webkit-transition: color .15s ease-in-out , background-color .15s ease-in-out , border-color .15s ease-in-out , -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out , background-color .15s ease-in-out , border-color .15s ease-in-out , -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out , background-color .15s ease-in-out , border-color .15s ease-in-out , box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out , background-color .15s ease-in-out , border-color .15s ease-in-out , box-shadow .15s ease-in-out , -webkit-box-shadow .15s ease-in-out;
}
.modal-dialog .modal-content .modal-body .modal-deal:hover{
	background-color:#48bbf5;
}
.modal-dialog .modal-content .modal-body .brand-more{
    display: block;
    padding: 1rem 0 2rem;
	color: #08c;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
.lists{
	width: 100%;
	position: relative;	
}
.lists .lists_left{
	width: 100%;
	padding-right: 350px;		
}
.lists .lists_left .other_list{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #666;
	position: relative;
	overflow: hidden;
	height: 141px;
	display: block;
}
.lists .lists_left .other_list .other_image{
	width: 200px;
	position: absolute;
	left: 0px;
	top: 20px;
	height: 101px;
	overflow: hidden;
}
.lists .lists_left .other_list .other_image img{
	width: 100%;
}
.lists .lists_left .other_list .other_info{
	width: 100%;
	padding-left: 220px;	
	height: 101px;
}
.lists .lists_left .other_list .other_info .oi_title{
	color: #FFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
    width: 100%;	
	overflow: hidden;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lists .lists_left .other_list .oi_content{
	color: #a6aab1;
    font-size: 14px;
    height: 66px;
    line-height: 22px;
    overflow: hidden;
    width: 100%;
}
.lists .other_content{
	width: 100%;		
}
.lists .lists_right{
	width: 300px;
	position: absolute;
	right: 0;
	top: 0;		
}
.lists .lists_right .store-col{width: 100%; margin-bottom: 20px;}
.lists .lists_right .store-col a{height: auto; padding: 15px; padding-bottom: 50px; position: relative;}
.lists .lists_right .store-col a img{
  	max-height: auto;
  	max-width: auto;
  	width: 100%;
  	object-fit: cover;
}
.lists .lists_right .store-col a span{
	text-align: center;
	padding: 10px 30px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;	
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	overflow: hidden;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.other_content img{
	display: table;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.other_content p{
	font-size: 16px;
	line-height: 23px;
	color: #333;
	display: block;
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}
.other_content span{
	color: #333;
    font-size: 20px;
    line-height: 30px;	
}
.content_title{
	width: 100%;
	margin: 20px 0;
	border-bottom: 4px solid rgb(241,104,37) !important;
	padding: 10px 30px;
}
.content_title h1{
	font-size: 3em;
	color: #333;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.blog-box{
	width: 25%;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
	float: left;	
}
.blog-box .blog-item{
	transition: all 0.5s ease;
	width: 100%;
	display: inline-block;	
}
.blog-box .blog-item .blog-image{
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 55%;
	border-radius: 10px;	
}
.blog-box .blog-item .blog-image img{
  	width: 100%;
  	position: absolute;
  	vertical-align: middle;
  	height: 100%;
  	-webkit-transition: all 0.2s ease;
  	-moz-transition: all 0.2s ease;
  	transition: all 0.2s ease;
}
.blog-box .blog-item .blog-det{
	width: 100%;
	overflow: hidden;
	display: block;
	padding: 10px 0 0;	
}
.blog-box .blog-item .blog-det .blog-tit{
	font-size: 18px;
	line-height: 1.389;
	height: 50px;
	font-weight: 400;
	color: #212529;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	transition: color 0.2s ease;	
}
.blog-box .blog-item .blog-det .blog-txt{
	width: 100%;
	font-weight: 400;
	color: #777;
	line-height: 1.31;
	font-size: 14px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 55px;
}
.blog-box .blog-item:hover .blog-det .blog-tit{color: #0a8;}
.__category_box{
	width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;	
	margin-top:30px;
}
.__category_box_title{
	font-family: Helvetica_LT_45_Light;
	color: #262626;
	font-weight: bold;
	font-size: 34px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
.__category_box_desc{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.__category_box_btn{
	background-color: #08c;
	color: #FFF;
	font-size: 22px;
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	display: block;
	width: 60%;
	margin: 10px auto;
	box-shadow: 0 7px 18px -9px #000;
	transition: all 0.6s ease-in;
    -webkit-transition: all 0.3s ease-in;
}
.__category_box_btn i{
	margin-left: 10px;
	position: relative;
	top: 2px;	
}
.__category_box_btn:hover{
	background-color: #48bbf5;
	transform: scale(1.05);
}
._search{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: auto;
	max-width:1200px;
}
.store_search_box{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: auto;
	border-radius: 5px;
}
.store_search_box:hover{
	background-color: rgba(0,0,0,0.15);	
	transition: background-color 0.25s;	
}
.store_search_box .ssb_title{
	font-size: 13px;
	color: #525252;
	font-weight: normal;
	line-height: 15px;
	padding-left: 6px;
}
.store_search_box .ssb_list{
	margin-right: -9px;
	margin-left: -9px;
	overflow: hidden;
	display: block;
}
.store_search_box .ssb_list .ssb_box{
	width: 33.3333%;
	float: left;
	height: 28.8px;
	margin-top: 5px;
	padding-right: 9px;
	padding-left: 9px;
}
.store_search_box .ssb_list .ssb_box a{
	height: 28.8px;
	width: 100%;
	display: inline-block;
	text-align: center;
	line-height: 28.8px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
	border: 1px solid rgba(247,247,247, 0.5);
	background-color: #000000;
	border-radius: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	color: #f7f7f7;
	font-weight: normal;
	font-size: 16px;
	background-image: url(../images/f7f7f7.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	background-size: 18px;
	transition: all 0.3s ease-in;
	padding: 0 25px;
}
.store_search_box .ssb_list .ssb_box .a2{
	border: 1px solid rgba(0,83,249, 0.5);
	color: #0053f9;	
	background-image: url(../images/0053f9.png);
	background-color: #FFFFFF;
}
.store_search_box .ssb_list .ssb_box a:hover{
	background-color: #f7f7f7;
	color: #000000;	
	background-image: url(../images/000000.png);
}
.store_search_box .ssb_list .ssb_box .a2:hover{
	background-color: #0053f9;
	color: #FFF;	
	background-image: url(../images/FFFFFF.png);
}
.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;}
.detail-info .coupon-box{padding-left: 0; min-height: unset;}
.detail-info .info-box{position: static; margin-top: 30px; width: 100%;}
.store_search_box .ssb_list .ssb_box{width: 100%;}
}
@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%;}
.detail-info .coupon-box .coupon-item .c-right .l-title h3{
	font-size: 16px;
	line-height: 21px;
	height: auto;	
	-webkit-box-orient: unset;
}
.detail-info .coupon-box .coupon-item .c-right .l-more{display: none;}
.detail-info .coupon-box .coupon-item{
	margin-bottom: 5px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.06);	
}
.detail-info .coupon-box .code-list .c-left{border-left: 0 none #08c;}
.detail-info .coupon-box .deal-list .c-left{border-left: 0 none #08c;}
.detail-info .coupon-box .coupon-item .c-left{
	width: 90px;
	border-right: none;
}
.detail-info .coupon-box .coupon-item .c-left .discount-box{padding: 5px;}
.detail-info .coupon-box .coupon-item .c-left .discount-box .discount{font-size: 20px; line-height: 1;}
.detail-info .coupon-box .coupon-item .c-left .discount-box .label{font-size: 11px; line-height: 1;}
.detail-info .coupon-box .coupon-item .c-middle{
	min-height: 105px;
	padding: 13px 40px 13px 100px;
}
.detail-info .coupon-box .coupon-item .c-middle::after{
	position: absolute;
	right: 10px;
	top: calc(50% - 12px);
	bottom: 0;
	content: "\f35a";
	color: #0a8;
	font-size: 20px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
.detail-info .coupon-box .coupon-item .c-middle h3{
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 20px;	
}
.detail-info .coupon-box .coupon-item .c-middle .c-type{font-size: 11px; letter-spacing: .25px;}
.detail-info .coupon-box .coupon-item .c-middle .c-uses{font-size: 11px; letter-spacing: .25px;}
.detail-info .coupon-box .coupon-item .c-right{display: none;}
.stores_list .store_name_list .store_name_ls{width: 50%;}
.sear-left{padding: 0; margin-bottom: 20px;}
.sear-right{position: static; width: 100%;}
.sear-right .store-col{width: 33.3333%;}
.lists .lists_left{padding: 0; margin-bottom: 20px;}
.lists .lists_right{position: static; width: 100%;}
.other_content img{width: 100%; display: block;}
.blog-box{width: 33.3333%;}
.__category_box_btn{width: 90%;}
}
@media screen and (max-width:620px){
.container{width: 100%;}
.detail-top .store-info .s-text{display: none;}
.blog-box{width: 50%;}
.sear-left .ob-keys a{width: 100%;}
}
@media screen and (max-width:460px){
.stores_list .store_name_list .store_name_ls{width: 100%;}
}
