@charset "utf-8";
html, body, div, p, applet, object, iframe, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, fieldset, form, label, input, button, select, textarea, img, table, th, td, article, aside, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{ padding:0; margin:0; border: 0 none;outline: none; font-family:Arial,Helvetica,sans-serif; font-weight:400;list-style: none;}
article, aside, footer, header, menu, nav, section ,label{ display: block}
html{ font-size:100%}
body { font-size:1rem; line-height:1.5; background:#f5f5f5; width:100%; height:100%; position:relative; color:#222; padding-top:0; -moz-osx-font-smoothing:grayscale; -webkit-font-smoothing:antialiased}
*{ -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;}
@-webkit-viewport{ width:device-width }
@-moz-viewport{ width:device-width }
@-ms-viewport{ width:device-width }
@-o-viewport{ width:device-width }
@viewport { width: device-width }
:-moz-placeholder,::-moz-placeholder { color:#b9b9b9; text-overflow:ellipsis}
::-ms-input-placeholder { color:#b9b9b9; text-overflow:ellipsis}
::-webkit-input-placeholder { color:#b9b9b9; text-overflow:ellipsis}
a{ color:#333; text-decoration:none; cursor:pointer; outline:none}
a:hover{color:#e14b77}
strong{ font-weight:500}
.clear{ clear:both}
.clear:after{ content:" "; clear:both; display:block; height:0}
.hidden{ display:none}
.t_center{ text-align:center}
.t_right{ text-align:right}
.fright{float:right}
.fleft{float:left}
p, dl, ol{ margin:0 0 1rem 0}
i.fa{cursor: pointer;color:#bbb;}
input[type="date"]::-webkit-datetime-edit-fields-wrapper{color: #666;}
.margin_top_10{margin-top:10px;}
.margin_top_20{margin-top:20px;}
.margin_top_30{margin-top:30px;}
.margin_top_40{margin-top:40px;}
.height_20{height:20px;}
.col_0 .store_coupons{width: 930px;float: unset;margin: 0 auto 1rem;}
.col_1 .store_coupons{width:98%;padding:0}
.col_2 .store_coupons{width:calc(100% / 2 - 48px / 3);}
.col_3 .store_coupons,.col_3 .coupon_box{width:calc(100% / 3 - 48px / 3);}
.w120{width:120px;}
.w150{width:150px;}
.w100{width:100px;}
.w250{width:250px;}
header{
    width: 100%;
    height: 92px;
}
.top {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
    background: #fcfcfc;
}
.header {
    width:98%;
    height:4.5rem;
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.header span {
    float: left;
}
.header .logo {
    height: 4.5rem;
    background: url(../images/logo.png) no-repeat left center;
    display: table;
    float:left;
    padding:27px 0 0 45px;
}
.header .logo:hover{
    color:#4c1569;
}
.header .nav ul li {
    float: left;
    border-left: 1px solid #e6e6e6;
}
.header .nav ul li a {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    height: 4.5rem;
    padding:0 25px;
}
.header .nav ul li a.act_nav{
    color:#e2a218;
}
.header .nav ul li a:hover {
    border-bottom: 2px solid #4c156a;
    color: #4c156a;
    height: 4.5rem;
}
.header .ph_nav{
    display: none;
    cursor: pointer;
    float: right;
    margin: 20px 0 0 20px;
}
.header .ph_nav1 {
    cursor: pointer;
    float: right;
    margin: 20px 0 0 20px;
}
.header .ph_nav .me_icon,.header .ph_nav .me_icon:before,.header .ph_nav .me_icon:after,.header .ph_nav1 .me_icon,.header .ph_nav1 .me_icon:before,.header .ph_nav1 .me_icon:after{
    width: 20px;
    background: #4c1569;
    content: '';
    border-radius: 8px;
    height: 3px;
    transition: .25s ease-in all;
}
.header .ph_nav .me_icon{
    margin: 16px 0;
    position: relative;
}
.header .ph_nav .me_icon:before {
    top: -8px;
    position: absolute;
}
.header .ph_nav .me_icon:after {
    top: 8px;
    position: absolute;
}
.header .ph_nav1 .me_icon {
    background: transparent;
    margin: 16px 0;
    position: relative;
}
.header .ph_nav1 .me_icon:before {
    transform: rotate(-45deg);
    top: 0;
    position: absolute;
}
.header .ph_nav1 .me_icon:after {
    transform: rotate(45deg);
    top: 0;
    position: absolute;
}
.header .main_left {
    left: -100%;
    width: 100%;
    height: 100%;
    top: 72px;
    position: fixed;
    background: #fff;
    z-index: 999;
    overflow: hidden;
}
.header .main_left .nav_list li a {
    font-size: 14px;
    color: #303030;
    padding: 0 28px;
    line-height:50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .main_left .nav_list li a.act_nav{
    color:#e2a218;
}
.header .main_left .nav_list li a span i {
    border-width: 0 1px 1px 0;
    height: 8px;
    transform: rotate(-45deg);
    width: 8px;
    border-style: solid;
    border-color: #707070;
    content: "";
    display: block;
    transition: all .25s ease-out;
}
.header .main_left .active-menu {
    height: calc(100% - 46px);
    overflow: auto;
    display: none;
}
.header .main_left .active-menu .active-sub {
    align-items: center;
    background: #fafafa;
    display: flex;
    letter-spacing: .2px;
}
.header .main_left .active-menu .active-sub .go-back {
    align-items: center;
    display: flex;
    font-size: 12px;
    padding: 15px;
    color: #303030;
    cursor: pointer;
}
.header .main_left .active-menu .active-sub .go-back i {
    font-size: 9px;
    color: #303030;
    margin: 0 5px 0 0;
}
.header .main_left .active-menu .active-sub .active-menu-title {
    font-size: 14px;
    color: #4c1569;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.header .main_left .active-menu .submenu .be-link, .header .main_left .active-menu .submenu .be-links {
    display: none;
}
.header .main_left .active-menu ul {
    padding: 0 15px 15px;
    list-style: none;
    letter-spacing: .2px;
}
.header .main_left .active-menu ul > li {
    display: flex;
    font-size: 14px;
}
.header .main_left .active-menu ul > li > a {
    display: block;
    padding: 10px 0;
}
.header .main_left #active-menu.active-menu {
    opacity: 1;
    transition: transform .25s ease-out, opacity .25s ease-out;
    transform: translateX(0);
    visibility: visible;
    width: 100%;
    background: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.header .search {
    float: right;
    cursor: pointer;
    margin-top:26px;
}
.header .search .fa-search {
    color: #4c1569;
}
.header .header_search {
    display: none;
    width: 100%;
    border-radius: 50px;
    -moz-border-radius: 50px; /* Old Firefox */
    background: #fff;
    position: absolute;
    top: 4.5rem;
    z-index: 10;
    box-shadow: 0 7px 18px rgb(0 0 0 / 30%);
}
.header .header_search input[type="text"] {
    font-size: 14px;
    line-height: 50px;
    color: #333;
    height: 50px;
    width: 90%;
    border-radius: 50px;
    -moz-border-radius: 50px; /* Old Firefox */
    background: rgba(0, 0, 0,0.0);
    padding-left: 20px;
}
.header .header_search .fa-close{
    position: absolute;
    line-height: 50px;
    right: 10px;
    color: #efefef;
}
.header .search_pop {
    background: #fff;
    width: 100%;
    overflow-y: auto;
    top: 124px;
    position: absolute;
    display: none;
    z-index: 555;
    border-radius: 10px;
    box-shadow:0 7px 18px rgb(0 0 0 / 30%);
}
.header .search_pop span {
    display: block;
    clear:both;
    padding:4px 0;
}
.header .search_pop .search_store{
    font-size: 14px;
    display: block;
    overflow-x: hidden;
    padding: 5px 10px;
}
.header .search_pop .search_store:nth-child(even){
    background: #f9f9f9;
}
.header .search_pop .search_store.active{
    background: #61267f;
}
.header .search_pop .search_store.active .search_title .s_title{
    color:#fff;
}
.header .search_pop .search_store .search_img{
    width:70px;
    height:50px;
    float:left;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
}
.header .search_pop .search_store img{
    max-width:90%;
    max-height:90%;
    vertical-align: middle;
}
.header .search_pop .search_title{
    float:left;
    margin-left:10px;
}
.header .search_pop .search_title .s_domain{
    color:#e2a218;
    font-size:12px;
}
.header .search_pop .keyword {
    height:40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    font-size:14px;
}
.header .search_pop .store_tag{
    line-height: 40px;
    background: #f9f9f9;
    font-weight:bold;
    padding: 0 10px;
    margin-bottom:0;
}
.header .search_pop .keyword .check{
    color:#719bf6;
    text-align: right;
}
.header .search_pop .keyword .check:hover{
    text-decoration: underline;
}
.visitor {
    width: 100%;
    height: 20px;
    background: linear-gradient(270deg, #c57aed 0%, #4c1569 100%);
}
.banner {
    width: 100%;
    padding-top: 15px;
    overflow: hidden;
}
.banner a {
    display: block;
    max-width: 1200px;
    max-height:270px;
    margin: 0 auto;
    overflow: hidden;
}
.swiper-container {
    max-width: 1200px;
}
.images_full {
    max-width: 100%;
    max-height: 100%;
}
.main,.main_content{
    width: 90%;
    max-width:1200px;
    margin: auto;
    overflow: hidden;
}
.main {
    min-height: 700px;
}
.main_title {
    margin: 1.5rem auto;
}
.main_title h1,.main_title h2,.title h1,.title h2{
    font-weight: 600;
    color: #333;
    text-align: center;
    font-size:1.5rem;
}
.store_area{
    width:100%;
    background:#ebebeb;
}
.store_area .store_top{
    width: 90%;
    max-width: 1200px;
    position: relative;
    margin: auto;
    overflow: hidden;
    padding: 1.5rem 0;
    display: flex;
    justify-content: start;
    align-items: center;
}
.store_area .store_top .t_logo a{
    width: 160px;
    height: 160px;
    display: block;
    border:1px solid #e5e7eb;
    border-radius:50%;
    background: #fff;
    text-align: center;
    line-height:160px;
    overflow: hidden;
}
.store_area .store_top .t_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.875rem;
    margin: 0 0 1.2rem;
    text-transform: capitalize;
}
.store_area .store_text .text_xs{
    display: flex;
    justify-content: start;
    align-items: center;
    font-weight:600;
}
.store_area .store_text .text_xs span{
    font-style:italic;
    color:#323232;
    padding-left:4px;
}
.store_area .store_text .act_xs{
    color:#808080;
    font-size:14px;
}
.title{
    width: 100%;
}
.title .s_left{
    text-align: left;
    font-weight:600;
    font-size: 20px;
    margin: 0 0 10px;
    color:#404040;
}
.title .s_left i.fa-question-circle{
    color:#404040;
}
.title .t_left{
    text-align: left;
    font-weight:500;
    font-size: 1.75rem;
    margin: 16px 0 10px;
}
.title .t_left img {
    width: 48px;
    height: 48px;
    vertical-align: middle;
}
.title .s_url{
    font-size: 13px;
    color: #e6af3b;
    display: none;
    line-height: 1.2;
    margin-top: 10px;
}
.title .s_url:hover{text-decoration: underline;}
.title .lower {
    height: 3px;
    width: 100%;
    padding-top: 2px;
}
.title .lower .left_f94932 {
    background: #b46924;
    float: left;
    height: 3px;
    width: 3%;
}
.title .lower .right_e6e6e6 {
    background: #e6e6e6;
    float: right;
    height: 1px;
    width: 97%;
    margin-top: 1px;
}
.main .view_more{
    text-align: right;
    color: #999;
    float: right;
    font-size: 1rem;
    line-height:3;
}
.main_title span,.title span,.store_text h1 span{
    color: #808080;
    font-weight: 300;
}
.no_coupon .tips{
    font-size: 1.5rem;
    color: #999;
    opacity: .8;
    font-style: italic;
    text-align: center;
    padding:45px 0 30px;
}
.title_down {
    background: url(../images/title_down.png) no-repeat;
    width: 341px;
    height: 13px;
    margin:10px auto 0;
}
.about_down{
    background: url(../images/about_down.png) no-repeat;
    width: 341px;
    height: 13px;
    margin:10px auto 0;
}
.main_store {
    margin-top: 1rem;
    margin-right: -1rem;
    overflow: hidden;
}
.main_store .store_list {
    float: left;
    width: calc(100% / 6 - 48px / 3);
    margin:0 1rem 1rem 0;
}
.main_store .about_store_list {
    width: calc(100% / 4 - 48px / 3);
}
.main_store .store_list .store_box {
    width: 100%;
    height: 146px;
    display: block;
    line-height: 146px;
    border: 1px solid #e6e6e6;
    position: relative;
    background: #fff;
    text-align: center;
}
.main_store .store_list .store_box img {
    max-height: 90%;
    max-width: 90%;
    vertical-align: middle;
}
.main_store .store_list .store_box .store_list_name {
    width: 100%;
    line-height: 2;
    font-size: 14px;
    color: #fff;
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
}
.main_coupon {
    margin-right: -1rem;
    overflow: hidden;
}
.store_coupons{
    float:left;
    background: #fff;
    margin:0 1rem 1rem 0;
    position: relative;
}
.store_coupons::before{
    content:'';
    background: url('../images/coupon_left_hui.png') no-repeat;
    width:6px;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:2;
}
.store_coupons.get_code:hover::before{
    background: url('../images/coupon_left_blue.png') no-repeat;
}
.store_coupons.get_deal:hover::before{
    background: url('../images/coupon_left_yellow.png') no-repeat;
}
.store_coupons::after{
    content:'';
    height:100%;
    position:absolute;
    top:0;
    right:0;
}
.store_coupons .box_img {
    height:100%;
    position: relative;
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
}
.store_coupons .box_img .store_logo{
    width:100%;
    height:80%;
    padding:10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.store_coupons .box_img .store_logo img{
    max-width:90%;
    max-height:90%;
    vertical-align: middle;
}
.store_coupons .box_img .store_logo span{
    font-size:1.875rem;
    display: block;
    font-weight:300;
    text-transform: capitalize;
}
.store_coupons .box_img .store_logo .percent,.store_coupons .box_img .store_logo .dollar,.store_coupons .box_img .store_logo .free,.store_coupons .box_img .store_logo .sale{
    font-size:3rem;
    font-weight:600;
}
.store_coupons .box_img .store_logo .percent span,.store_coupons .box_img .store_logo .dollar span{
    font-size:1.875rem;
    text-transform: uppercase;
    font-weight:300;
}
.store_coupons .box_img .store_logo .dollar .sup{
    font-size:1rem;
    font-weight:500;
}
.store_coupons .box_img .store_logo .sale{
    text-transform: capitalize;
}
.store_coupons .box_img .get_code span{
    color:#5f3488;
}
.store_coupons .box_img .get_deal span{
    color:#ecb237;
}
.store_coupons .box_img .store_logo .store_name{
    width:100%;
    font-size:13px;
    color:#808080;
    position: absolute;
    bottom:16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.3px;
    font-family: Poppins;
    padding:0 10px;
    font-weight:400;
    text-decoration: underline;
}
.store_coupons .box_img .tag{
    position: absolute;
    top: 0;
    left: 6px;
    color: #fff;
    background: #4c156a;
    font-size: 13px;
    padding: 2px 10px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.store_coupons .box_dot{
    content:'';
    height:100%;
    position:absolute;
    top:0;
}
.store_coupons .box_title{
    position: absolute;
    right: 135px;
    top: 0;
    border-top: 1px solid #e6e6e6;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    height: 100%;
    width: calc(100% / 1 - 282px);
    padding:1rem;
}
.store_coupons .box_title .label{
    color:#fff;
    font-size:12px;
    text-transform: capitalize;
    padding:5px 6px;
    letter-spacing: 0.3px;
    font-weight:600;
    border-radius:5px;
    margin-right:8px;
}
.store_coupons .box_title ._basic{
    background:#f5f5f5;
    border:1px solid #d4d4d4;
    color:#525252;
}
.store_coupons .box_title ._basic:nth-child(3){
    display: none;
}
.store_coupons .box_title .label i.fa{
    color:#fff;
}
.store_coupons .box_title .ft_label{
    background: #8430b1;
}
.store_coupons .box_title .tp_label{
    background: #eab308;
}
.store_coupons .box_title .mb_label i.fa-gift{
    color: #ea4575;
}
.store_coupons .box_title .st_label i.fa-mortar-board{
    color: #1da54c;
}
.store_coupons .box_title .sw_label i.fa-bell{
    color: #00a6aa;
}
.store_coupons .box_title .coupon_title{
    height: 66px;
    display: -webkit-box;
    font-size: 22px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin:10px 0;
}
.store_coupons .box_title .coupon_title .exclusive,.coupon_box .box_title .coupon_title .exclusive{
    font-size: 1rem;
    color: #ffb357;
    margin-right: 6px;
    font-weight:bold;
}
.store_coupons .box_title .coupon_title .exclusive i.fa-circle,.coupon_box .box_title .coupon_title .exclusive i.fa-circle{
    font-size: 12px;
    position: relative;
    top: -2px;
}
.store_coupons .box_title .coupon_time{
    color: #999;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-top:20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom:0;
}
.store_coupons .box_title .coupon_time .c_time{
    margin-right:20px;
    text-transform: capitalize;
}
.store_coupons .box_title .coupon_time .verified{
    text-transform: uppercase;
    font-size:12px;
    color:#1d9c73;
}
.store_coupons .box_title .coupon_time .verified .fa-check-circle{
    color:#1d9c73;
    font-size:14px;
}
.store_coupons .box_title .coupon_desc{
    color: #999;
    font-size: 14px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow:ellipsis;
    height:42px;
}
.store_coupons .box_title .coupon_desc a{
    color: #e6af3b;
    font-weight:bold;
}
.store_coupons .box_r{
    content:'';
    height:100%;
    position:absolute;
    top: 43%;
    right: 10px;
    z-index: 2;
    cursor: pointer;
}
.store_coupons .store_info{
    width:30%;
    min-width:350px;
    max-width:350px;
    background:#f9fafd;
    height:100%;
    border-right:1px solid #e8eef7;
    padding-left:2rem;
    display: flex;
    align-items:center;
}
.store_coupons .store_info .m_logo{
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 3px;
    line-height: 120px;
    text-align: center;
}
.store_coupons .store_info .m_logo img{
    max-width:90%;
    max-height:90%;
    vertical-align: middle;
}
.store_coupons .store_info .m_logo .m_store{
    width: 120px;
    position: absolute;
    bottom: 10px;
    left: 2rem;
    text-align: center;
    color: #808080;
    line-height: 26px;
    font-size:13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.3px;
    font-family: Poppins;
}
.store_coupons .store_info .m_title{
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.store_coupons .store_info .get_deal{
    color:#ecb237;
}
.store_coupons .store_info .get_code{
    color:#5f3488;
}
.store_coupons .store_info .m_title span{
    display: block;
}
.store_coupons .store_info .m_title .percent,.store_coupons .store_info .m_title .dollar,.store_coupons .store_info .m_title .free,.store_coupons .store_info .m_title .sale{
    font-size: 3rem;
    line-height:3rem;
    letter-spacing: -.5px;
}
.store_coupons .store_info .m_title .percent span,.store_coupons .store_info .m_title .dollar span,.store_coupons .store_info .m_title .free span,.store_coupons .store_info .m_title .dollar .sup{
    letter-spacing: -.7px;
    font-size: 1.2rem;
    font-weight: 500;
}
.store_coupons .store_info .m_title .sale span{
    opacity: 0;
}
.store_coupons .store_info .m_title .dollar .point{
    font-size: 0.8rem;
    vertical-align: super;
    display: inline-block;
}
.store_coupons .store_info .m_title .deal_type{
    color: #7f949f;
    font-size: 12px;
    line-height: 28px;
    margin-top: 15px;
}
.coupon_sm{
    height:157px;
}
.coupon_bg{
    height:210px;
}
.coupon_sm::after{
    background: url('../images/coupon_box_r.png') no-repeat;
    width:135px;
}
.coupon_bg::after{
    background: url('../images/coupon_but_right.png') no-repeat;
    width:182px;
}
.coupon_sm .box_img{
    max-width:130px;
}
.coupon_bg .box_img{
    max-width:220px;
}
.coupon_sm .box_dot{
    background:url('../images/box_dot_m.png') no-repeat;
    width:17px;
    left:130px;
}
.coupon_bg .box_dot{
    background:url('../images/box_dot.png') no-repeat;
    width:23px;
    left:219px;
}
.coupon_sm .box_title{
    right: 135px;
    width: calc(100% / 1 - 282px);
}
.coupon_bg .box_title{
    right: 182px;
    width: calc(100% / 1 - 424px);
}
.coupon_sm .box_r.get_deal{
    width:121px;
    height:68px;
    background:url('../images/get_deal.png') no-repeat;
}
.coupon_sm .box_r.get_code{
    width:121px;
    height:68px;
    background:url('../images/get_code.png') no-repeat;
}
.coupon_bg .box_r.get_deal{
    width:171px;
    height:94px;
    background:url('../images/coupon_get_deal.png') no-repeat;
}
.coupon_bg .box_r.get_code{
    width:171px;
    height:94px;
    background:url('../images/coupon_get_code.png') no-repeat;
}
.coupon_off .box_title{
    right: 182px;
    width: calc(100% / 1 - 532px);
    padding:24px 2rem;
}
.coupon_off::before{
    background: unset;
}
.coupon_box{
    background: #fff;
    height:300px;
    float:left;
    margin:0 1rem 1rem 0;
    position: relative;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 2px rgb(48 48 48 / 10%);
    border-radius: 3px;
    padding:1rem;
    overflow: hidden;
}
.coupon_box .box_img{
    width:100%;
    height:5rem;
}
.coupon_box .box_img .store_logo{
    width: 100%;
    height: 100%;
    display: flex;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
}
.coupon_box .box_img .store_logo .store_name{
    width:50%;
    position:absolute;
    right:6px;
    top:6px;
    color:#808080;
    font-size:13px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.5px;
    font-family: Poppins;
}
.coupon_box .box_img .store_logo img{
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
}
.coupon_box .box_title .coupon_title{
    height: 57.6px;
    display: -webkit-box;
    font-size: 1.2rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 20px 0 10px;
}
.coupon_box .box_title .coupon_time{
    color: #999;
    font-size: 14px;
    letter-spacing: 0.5px;
    height: 21px;
    margin-bottom: 6px;
}
.coupon_box .box_r{
    width:121px;
    height:68px;
    display: block;
    margin:auto;
}
.coupon_box .box_r.get_code{
    background: url(../images/get_code.png) no-repeat;
}
.coupon_box .box_r.get_deal{
    background: url(../images/get_deal.png) no-repeat;
}
.main_coupon .more {
    padding-top: 15px;
    overflow: hidden;
}
.main_coupon .more a {
    color: #999;
    float: right;
    margin-right: 1rem;
}
.main_coupon .more a:hover {
    color: #edad2b
}
.main_coupon .more span {
    color: #edad2b;
}
.new_stores {
    width: 100%;
    margin-top: 1rem;
    overflow: hidden;
}
.new_stores .new_store{
    width: calc(100% / 4 - 48px / 3);
    float: left;
    margin: 0 1rem 1rem 0;
    font-size: 15px;
    line-height:1.7;
    display: block;
    color: #808080;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new_stores .new_store:hover {
    color: #4c1569;
    text-decoration: underline;
}
.index_coupons{
    padding:1rem 0;
    overflow: hidden;
}
.coupons_left {
    width: 73%;
    float: left;
    overflow: hidden;
}
.coupons_left .select {
    overflow: hidden;
}
.coupons_left .select span {
    padding: 4px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    -moz-border-radius: 30px;
    font-size: 13px;
    color: #808080;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom:8px;
    float: left;
}
.coupons_left .select .option_yellow:hover,.coupons_left .select .option_yellow.active{
    background: #edae2d;
    border: 1px solid #edae2d;
    color: #fff;
}
.coupons_left .select .option_blue:hover,.coupons_left .select .option_blue.active{
    background: #4c1569;
    border: 1px solid #4c1569;
    color: #fff;
}
.coupons_left .faq_list {
    background: #fff;
    box-shadow: 0 2px 14px 0 rgb(0 0 0 / 6%);
    border-radius: 2px;
    margin-bottom: 30px;
    padding: 20px;
    color:#666;
    letter-spacing: 0.5px;
}
.coupons_left .faq_list .newest_content {
    width: 100%;
    border-collapse: collapse;
    margin-top:10px;
    height:100px;
}
.coupons_left .faq_list .newest_content tr th {
    font-weight: 500;
    padding: 12px 12px 12px 0;
    text-align: left;
    color: #404040;
    border-bottom: 1px solid #e5e5e5;
}
.coupons_left .faq_list .newest_content tr td {
    padding: 12px 12px 12px 0;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    color: #666;
    font-size:14px;
    text-align: left;
}
.coupons_left .faq_list .table_cell{
    width:100%;
}
.coupons_left .faq_list .table_cell .t_body{
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    word-break: break-word;
    font-size: 14px;
    overflow: hidden;
}
.coupons_left .faq_list .table_cell .t_body .t_bd,.coupons_left .faq_list .table_cell .t_head{
    display: grid;
    justify-content: left;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
    grid-template-columns:140px 100px 310px 120px 130px;
    gap:0.5rem;
}
.coupons_left .faq_list .table_cell .t_body .t_hide{
    display: none;
}
.coupons_left .faq_list .table_cell span{
    color: #666;
    display: table-cell;
    padding: 12px 12px 12px 0;
    word-wrap: break-word;
}
.coupons_left .faq_list .table_cell .no_copy{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.coupons_left .faq_list .table_cell .t_head span{
    font-weight:500;
    line-height:1;
    color:#404040;
}
.coupons_left .faq_list .table_cell .pro_like{
    border:1px solid #84cc16;
    color:#84cc16;
    background:#f7fee7;
    padding:3px 10px;
    border-radius:2px;
    display: inline-block;
    width:50px;
    height:28px;
    text-align: center;
}
.coupons_left .faq_list .view_mr{
    text-align: center;
    margin-top:14px;
    cursor: pointer;
}
.coupons_left .faq_list .use_list{
    margin-top:12px;
    line-height: 1.7;
    font-size:14px;
}
.coupons_left .faq_list .use_list li{
    padding:4px 0;
    position:relative;
}
.coupons_left .faq_list .use_list li.li_st,.coupons_left .faq_list .ask_qt li{
    list-style: disc;
    margin: 0 18px;
}
.coupons_left .faq_list .use_list li.li_q::before{
    background: #e0ae44;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 6px;
}
.coupons_left .faq_list .use_list li.li_q{
    padding-left:16px;
}
.coupons_left .faq_list .use_list p{
    letter-spacing: 0.3px;
    margin-bottom:0;
}
.coupons_left .faq_list .use_list p strong{
    font-weight:600;
}
.coupons_left .faq_list .use_list p a{
    color:#e2a218;
}
.coupons_left .faq_list .use_list p a:hover{
    text-decoration: underline;
}
.coupons_left .faq_item .faq_content{
    background: #fff;
    padding:24px 20px;
    border-radius:12px;
    border:1px solid #eaeaea;
    margin-bottom:1rem;
    letter-spacing: 0.5px;
}
.coupons_left .faq_item .faq_content .faq_title{
    color:#222;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size:1rem;
    cursor: pointer;
    font-family: auto;
}
.coupons_left .faq_item .faq_content .faq_title > i.fa-plus,i.fa-minus{
    color:#404040;
    font-size:14px;
}
.coupons_left .faq_item .faq_content .faq_desc{
    display: none;
    color:#666;
    font-size:14px;
    margin-top:12px;
    line-height:1.7;
}
.coupons_left .faq_item .faq_content .faq_desc p{
    margin-bottom:10px;
}
.coupons_right {
    float: right;
    width: 25%;
}
.coupons_right .aside_box {
    width: 100%;
    margin-bottom: 1rem;
    background: #fff;
    border-top:1px solid #ededed;
    border-left:1px solid #ededed;
    border-right:1px solid #ededed;
    padding:1rem;
    position: relative;
}
.coupons_right .aside_box::after{
    content: '';
    background: url(../images/coupons_right_box_down.png) repeat-x;
    width:100%;
    height: 4px;
    position: absolute;
    bottom:0;
    left:0;
}
.coupons_right .aside_store::after{
    background: url(../images/store_right_box_down.png) repeat-x;
}
.coupons_right .aside_box .store_img {
    width: 100%;
    height: 150px;
    text-align: center;
    line-height: 140px;
    display: block;
}
.coupons_right .aside_box .store_img img {
    max-width: 90%;
    max-height:90%;
    vertical-align: middle;
}
.coupons_right .aside_box .store_desc {
    padding: 10px 0;
}
.coupons_right .aside_box .store_desc .about_p {
    width:100%;
    max-height: 119px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    color: #999;
    font-size: 14px;
    line-height: 1.7;
}
.coupons_right .aside_box .store_desc .about_p.more{
    max-height: unset;
    display: block;
}
.coupons_right .aside_box .store_desc .about_p p {
    font-size: 14px;
    line-height: 1.7;
    color: #999;
    margin-bottom:0;
}
.coupons_right .aside_box .store_desc .about_p p span{
    color: #999;
}
.coupons_right .aside_box .store_desc .about_p a{
    color: #e6af3b;
}
.coupons_right .aside_box .store_desc .store_url {
    font-size: 13px;
    color: #e6af3b;
    display: table;
    margin-top: 1rem;
    font-weight:500;
}
.coupons_right .aside_box .store_desc .store_url:hover{
    text-decoration: underline;
}
.coupons_right .aside_box .up_title {
    display: block;
    border-bottom: 1px solid #ededed;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding: 6px 0;
    margin-bottom:10px;
}
.coupons_right .aside_box .up_list p{
    font-size: 14px;
    color: #808080;
    padding:4px 0;
    line-height:1.7;
    margin-bottom:0;
    text-transform: capitalize;
}
.coupons_right .aside_box .up_list .last_update{
    display: flex;
    justify-content: center;
    font-size:16px;
}
.coupons_right .aside_box .up_list a,.coupons_right .aside_box .up_list ul li.tips a,.coupons_right .aside_box .up_list .ct_style i{
   color:#e2a218;
}
.coupons_right .aside_box .up_list a:hover{
    text-decoration: underline;
}
.coupons_right .aside_box .up_list p strong{
    font-weight:600;
    color:#808080;
}
.coupons_right .aside_box .up_list p span{
    padding:0 6px;
}
.coupons_right .aside_box .up_list ul li {
    font-size: 1rem;
    color: #666;
    padding:8px 0;
}
.coupons_right .aside_box .up_list ul li a {
    font-size: 14px;
    color: #666;
}
.coupons_right .aside_box .up_list ul li a:hover {
    text-decoration: underline;
    color: #e14b77;
}
.coupons_right .aside_box .up_list ul li.tips{
    margin: 0 15px;
    list-style-type: disc;
}
.coupons_right .aside_box .up_list ul li.tips a:hover {
    text-decoration: underline;
    color: #edae2d;
}
.coupons_right .aside_box .up_list .deal_num{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.coupons_right .aside_box .up_list .deal_num span:nth-child(2){
    font-weight:600;
    color:#404040;
}
.coupons_right .aside_box .brand_list{
    margin-top:10px;
}
.coupons_right .aside_box .brand_list li{
    display: flex;
    align-items: center;
    justify-content: start;
    border:1px solid rgba(82,73,98,.12);
    border-radius:0.375rem;
    background: rgba(0, 0, 0, 0);
    padding:10px;
    margin-bottom:10px;
    color:#666;
    font-size:14px;
    text-transform:capitalize;
}
.coupons_right .aside_box .brand_list li span:first-child{
    width:57px;
    height:57px;
    background:#fff;
    border-radius:0.375rem;
    box-shadow:0 .6875rem 1.375rem 0 rgba(0,0,0,.1);
    margin-right:16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coupons_right .aside_box .brand_list i.fa{
    color:#a090b1;
}
.coupons_right .aside_box .brand_list li span:nth-child(2){
    font-family:"Open Sans";
    font-weight:600;
    color:#614f73;
}
.coupons_right .aside_box .up_box{
    overflow: hidden;
}
.coupons_right .aside_box .up_box .store_box{
    margin-top:8px;
}
.coupons_right .aside_box .up_box .store_box a{
    border: 1px solid #ddd;
    border-radius: 4px;
    float:left;
    padding: 8px;
    margin: 5px;
    font-size:14px;
    color:#666;
}
.coupons_right .aside_box .up_box .store_box a:hover {
    background: #4c1569;
    color: #fff;
    text-decoration: none;
}
.stores_list {
    margin-top: 10px;
}
.stores_list .letter_list {
    overflow: hidden;
}
.stores_list .letter_list a{
    width:50px;
    display: table;
    float: left;
    cursor: pointer;
    border-right:1px solid #eaeaea;
    border-bottom:1px solid #eaeaea;
    background: #fafafa;
    text-align: center;
    padding:6px;
    font-weight:500;
}
.stores_list .letter_list a:last-child{
    border-right:unset;
}
.stores_list .letter_list a.active {
    background: #7d3f9d;
    color:#fff;
}
.stores_list .letter_list a:hover {
    background: #7d3f9d;
    color:#fff;
}
.stores_list .store_name_list {
    position: relative;
    padding: 2.5rem 0 5rem 20%;
    overflow: hidden;
}
.stores_list .store_name_list .letter_title {
    font-size: 4rem;
    color: #4c1569;
    position: absolute;
    left: 0;
    top: 2.5rem;
}
.stores_list .store_name_list .store_name_ls {
    width: calc(100% / 3 - 30px / 3);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    color: #808080;
    float: left;
    margin:16px 10px 0 0;
    font-family:Poppins;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.3px;
    text-transform:capitalize;
}
.stores_list .store_name_list .store_name_ls:hover {
    color: #e14b77;
}
.kwd_content{
    margin-top: 20px;
}
.kwd_content .list_btn{
    display: flex;
    justify-content:center;
    flex-wrap:wrap;
}
.kwd_content .list_btn .list_li{
    display: inline-block;
    text-align: center;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    font-weight: 700;
    margin: 0.25rem 0.75rem 0.75rem 0.25rem;
    background: #f9f9f9;
    cursor: pointer;
}
.kwd_content .list_btn .list_li:hover,.kwd_content .list_btn .list_li.active{
    background: #7d3f9d;
    color:#fff;
}
.kwd_content .content_section{
    display: flex;
    margin-bottom:1rem;
    padding:1rem 0;
}
.kwd_content .content_section .list_title{
    width:7rem;
    height:7rem;
    background: #fff;
    font-weight:700;
    color:#666;
    font-size:2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:0;
}
.kwd_content .content_section .list_wrapper{
    flex:1;
}
.kwd_content .content_section .list_ul{
    display: flex;
    flex-wrap:wrap;
}
.kwd_content .content_section .list_wrapper .list_ul li{
    width:calc(25%);
    cursor: pointer;
    padding:0 10px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.kwd_content .content_section .list_wrapper .list_ul li a{
    font-size:14px;
    color:#404040;
    text-transform:capitalize;
    letter-spacing: 0.5px;
}
.kwd_content .content_section .list_wrapper .list_ul li a:hover{
   color:#e14b77;
}
.categories_box {
    margin-top: 35px;
    margin-right: -1rem;
    overflow: hidden;
}
.categories_box .categories_list {
    float: left;
    width: calc(100% / 4 - 48px / 3);
    position: relative;
    margin:0 1rem 1rem 0;
}
.categories_box .categories_list a {
    display: block;
    text-align: center;
}
.categories_box .categories_list img {
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
.categories_box .categories_list span{
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size:20px;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main .keyword{
    border-bottom:1px dashed #dcdcdc;
    padding:1.5rem 0 10px;
}
.main .keyword .keyword_title{
    font-size:28px;
    text-align: center;
}
.main .keyword .keyword_desc{
    color:#404040;
    line-height: 1.7;
    letter-spacing: 0.5px;
    font-size:18px;
}
.title_404 {
    width: 100%;
    display: block;
    font-size: 5rem;
    font-weight: bold;
    color: #e6af3b;
    text-align: center;
    padding-top: 40px;
}
.about_us {
    width: 100%;
    background: #fff;
    min-height: 700px;
}
.about_us .content{
    margin-top:1rem;
}
.about_us .content p {
    color: #666;
    line-height: 28px;
}
.about_us .content a {
    color: #e6af3b;
}
.about_us .content ul {
    padding: 0 2.5rem;
}
.about_us .content ul li {
    color: #666;
    font-size: 14px;
    list-style-type: disc;
    line-height: 28px;
    margin: 0 0 1rem 0;
}
.about_us .content span {
    font-weight: bold;
    color: #404040;
}
.about_us .content .about_t{
    text-align: center;
    font-size:18px;
    font-weight:600;
    margin:3.5rem 0;
    color:#454545;
}
.about_us .content .stats_area{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:0.5rem;
}
.about_us .content .stats_area .stats_box{
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}
.about_us .content .stats_area .stats_box .s_icon{
    width:9rem;
    height:9rem;
    border-radius:50%;
    background:#e5dbfe;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:1rem;
}
.about_us .content .stats_area .stats_box .s_icon i.fa{
    color:#4c1569;
}
.about_us .content .stats_area .stats_box .stats_num{
    font-size:18px;
    color:#1f2225;
}
.about_us .content .stats_area .stats_box .stats_text{
    font-size:14px;
    color:#666;
}
.about_us .content .tb_box{
    width:100%;
    max-width:675px;
    border-radius:10px;
    border:1px solid #cec7dd;
    margin:auto;
}
.about_us .content .tb_box tr{
    border-bottom:1px solid #cec7dd;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.about_us .content .source_discount{
    margin:3rem 0;
}
.about_us .content .tb_box tr td{
    padding:15px 10px;
}
.about_us .content .tb_box tr td:first-child{
    border-right:1px solid #cec7dd;
}
.about_us .content .tb_box tr td:nth-child(2){
    text-align: center;
    color:#6236aa;
    font-weight:800;
    font-size:18px;
    display:flex;
    width:115px;
    margin:auto;
}
.about_us .content .tb_box tr:last-child{
    border-bottom:unset;
}
.about_us .content .tb_box i.fa{
    color:#6236aa;
    font-size:18px;
}
.about_us .content .tb_box .icon_ep{
    margin-left:10px;
    font-size:18px;
    font-weight:500;
}
.about_us .content .tb_box .progress{
    width:26px;
    height:26px;
    display: inline-block;
    border-radius:50%;
    background: conic-gradient(#5c36aa 0 var(--percentage),#d1c7dd 0 var(--percentage));
    position:relative;
    margin-left:auto;
}
.about_us .content .tb_box .progress::after{
    content: '';
    position: absolute;
    width: 70%;
    height: 70%;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.main_down_store{
    background: #fff;
    padding:1.5rem;
    margin-top:1rem;
}
.main_down_store .new_store{
    overflow: hidden;
}
.main_down_store .new_store a{
    font-size: 1rem;
    color: #666;
    float: left;
    width: 25%;
    line-height: 1.7;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:0.3rem 1rem;
    font-family:Nunito Sans;
}
.main_down_store .new_store a:hover{
    color:#4c1569;
    text-decoration: underline;
}
.p_404 {
    font-size: 1.5rem;
    color: #999;
    text-align: center;
    padding-top: 22px;
    margin: auto;
}
.func_404 {
    display: table;
    margin: 90px auto 130px;
}
.func_404 img {
    width: 100%;
    height:100%;
    vertical-align: middle;
}
.path {
    font-size: 13px;
    line-height: 25px;
    color: #999;
    padding: 6px 0;
}
.path a{
     color:#999;
}
.path span a:hover {
    text-decoration: underline;
}
.full_screen {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    display: none;
}
._banner {
    width: 100%;
    padding:15px 0;
    margin: auto;
    max-width: 1200px;
    overflow: hidden;
}
._banner .banner_img{
    display: block;
    margin:8px 0 0;
}
._banner .banner_img img{
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
._search {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto;
    max-width: 1200px;
}
.page {
    margin: auto;
    display: table;
}
.page a,.page span{
    float: left;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    margin: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
}
.page a{
    background: #fff;
    border: 1px solid #ddd;
}
.page span {
    color: #fff;
    background: #4c1569;
    border: 1px solid #4c1569;
}
.page a:hover {
    background: #4c1569;
    border: 1px solid #4c1569;
    color: #fff;
}
.main .loading_more{
    text-align: center;
    font-size:24px;
    color:#999;
    padding-bottom:1rem;
    cursor: pointer;
    margin-left:30px;
}
.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: #4c1569;
    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;
    }
}
.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;
}
.footer {
    background: #333;
    margin-top:20px;
    padding: 1.5rem 0 1rem;
}
.footer .footer_up {
    margin: auto;
    display: table;
}
.footer .footer_up a {
    font-size: 14px;
    color: #ccc;
    float: left;
    padding: 4px 15px;
}
.footer .footer_up a:hover {
    text-decoration: underline;
}
.footer .footer_down {
    display: table;
    margin: auto;
    padding-top: 1rem;
}
.footer .footer_down a {
    display: block;
    float: left;
    margin-right: 30px;
    height: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #ccc;
}
.footer .footer_down .facebook {
    background: url(../images/f.png);
    width: 6px;
}
.footer .footer_down .facebook:hover {
    background: url(../images/f_hover.png);
}
.footer .footer_down .twitter {
    background: url(../images/t.png);
    width: 17px;
}
.footer .footer_down .twitter:hover {
    background: url(../images/t_hover.png);
}
.footer .footer_down .google_add {
    background: url(../images/g.png);
    width: 16px;
}
.footer .footer_down .google_add:hover {
    background: url(../images/g_hover.png);
}
.foot {
    margin-top:12px;
}
.foot p {
    font-size: 12px;
    color: #666;
    text-align: center;
}
.pop_coupon{
    width: 500px;
    position: fixed;
    border: 1px solid #e6e6e6;
    z-index: 11;
    background: #fff;
    top: 15%;
    left: 50%;
    margin-left: -250px;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}
.pop_coupon .close_x{
    height:35px;
    text-align: right;
}
.pop_coupon .close_x .fa-close{
    font-size: 18px;
    padding: 4px 4px 0 0;
    color: #ccc;
}
.pop_coupon .htitle{
    color: #262626;
    font-size: 1.25rem;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 1rem;
}
.pop_coupon .go_shipping{
    color: #999;
    font-size: 14px;
    text-align: center;
    margin-top: 2rem;
}
.pop_coupon .go_shipping a{
    color:#e0ac41;
}
.pop_coupon .copy_code{
    margin: 20px auto 30px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pop_coupon .copy_code .code {
    min-width: 230px;
    height: 3rem;
    line-height: 3rem;
    border:1px solid #e6e6e6;
    color: #262626;
    margin-bottom: 0;
    font-size: 1.2rem;
}
.pop_coupon .copy_code .copy_but{
    width: 5rem;
    height: 3rem;
    line-height: 3rem;
    color: #fff;
    font-size: 14px;
    background: #e0ac41;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.pop_coupon .box_detail{
    padding: 0 1rem 1rem;
    color: #999;
    font-size: 14px;
    min-height: 90px;
    line-height:1.7;
}
.cookie_box{
    background: rgba(53,53,53,.88);
    bottom: 0;
    box-sizing: border-box;
    padding: 1.2rem 1rem 1rem;
    position: fixed;
    width: 100%;
    z-index: 999;
    display: none;
}
.cookie_box .coupon_code{
    align-items: center;
    display: flex;
    justify-content: center;
}
.cookie_box .coupon_code p{
    color: #fff;
    flex: 1;
    font-size: .875rem;
    text-align: center;
    line-height: 1;
    font-weight: 400;
    margin: 0;
}
.cookie_box .coupon_code p a{
    color: #00c27e;
    font-size: .875rem;
    line-height: 1;
    font-weight: 400;
}
.cookie_box .coupon_code .code_down{
    background: #00c27e;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-left: 20px;
    padding: 5px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
}
@media screen and (max-width: 1220px) {
    .new_stores .new_store {width: calc(100% / 4 - 60px / 3)}
    .coupons_right,.coupons_left{width: 100%;margin-top:10px;}
    .coupons_right .aside_box .store_logo{width:100%;}
    .coupons_right .aside_box .store_logo .store_img{width:100%;}
    .footer .footer_up .p {display: none;}
    .coupons_right .aside_box .store_img{display: none;}
    .coupons_left .faq_list .table_cell .table_pc{display: none !important;}
    .coupons_left .faq_list .table_cell .t_body .t_bd, .coupons_left .faq_list .table_cell .t_head{grid-template-columns:150px 100px auto}
}
@media screen and (max-width: 992px) {
    .header .ph_nav {display: block;}
    .header .nav {display: none;}
    .banner .search {width: 96%;}
    .main_store .store_list{width:calc(100% / 3 - 48px / 3);}
    .new_stores .new_store {width: calc(100% / 2 - 60px / 3)}
    .col_2 .store_coupons{width:calc(100% / 1 - 48px / 3);}
    .index_coupons{padding-top:0}
    .store_coupons .store_info{max-width:unset;min-width:unset;width:205px;}
    .store_coupons .store_info .m_title{display: none}
    .coupon_off .box_title{width:calc(100% / 1 - 387px);}
    .store_area .store_top{padding:0.75rem 0 0}
    .store_area .store_top .t_logo a{width:84px;height:84px;line-height:84px;}
    .store_area .store_text{margin-left:1rem;}
    .store_area .store_text h1{font-size:18px;}
    .store_area .store_text .text_xs span{font-size:14px;}
    .store_area .store_text .act_xs{display: none}
    .coupons_left .select span{font-size:12px;}
    .coupons_left .faq_list .ask_qt img,.coupons_left .faq_list .ask_qt iframe{width:100% !important;height:100% !important;}
}
@media screen and (max-width: 768px) {
    .main_title{padding-top:1rem;}
    .main_title h1, .main_title h2,.title h1,.title h2{font-size:18px;}
    .title .t_left img{width:40px;height:40px;}
    .title .t_left{font-size:1rem;}
    .main .view_more{display: none}
    .main_store{margin-right:-10px;}
    .main_store .store_list{width: calc(100% / 3 - 30px / 3);margin:0 10px 10px 0;}
    .main_store .store_list .store_box{height:100px;line-height:100px;}
    .categories_box .categories_list{width:calc(100% / 3 - 48px / 3);}
    .stores_list .store_name_list .store_name_ls{width:calc(100% / 2 - 30px / 3);}
    .stores_list .store_name_list .letter_title{font-size:2rem;}
    .stores_list .store_name_list{padding:1rem 0 0 12%;}
    .main_coupon{margin-top:4px;}
    .store_coupons{height:110px;}
    .store_coupons::after{content: none;}
    .store_coupons .box_r,.store_coupons .box_title .coupon_desc{display: none}
    .store_coupons{border-right:1px solid #e6e6e6;margin-bottom:10px;}
    .store_coupons .box_title{width:calc(100% / 1 - 122px);right:0;padding:8px;}
    .store_coupons .box_title .coupon_time{margin-top:0;font-size:12px;bottom:-6px;}
    .store_coupons .box_title .coupon_title{font-size:1rem;height:24px;-webkit-line-clamp:1}
    .store_coupons .box_dot{background:url('../images/box_dot_s.png') no-repeat;left:110px;width:12px;}
    .store_coupons .box_img .store_logo .percent,.store_coupons .box_img .store_logo .dollar,.store_coupons .box_img .store_logo .free,.store_coupons .box_img .store_logo .sale{font-size:1.5rem;}
    .store_coupons .box_img .store_logo .percent span, .store_coupons .box_img .store_logo .dollar span, .store_coupons .box_img .store_logo .sale span{font-size:14px;}
    .store_coupons .box_img .store_logo span{font-size:1rem;}
    .store_coupons .box_img .store_logo .store_name{bottom:10px;font-size:12px;}
    .store_coupons .box_img,.store_coupons .store_info{max-width:110px;padding-left:0;background: #fff;align-items:unset;}
    .store_coupons .store_info .m_logo{width: 100%;height: 80%;display: flex;align-items: center;justify-content: center;padding:10px;}
    .store_coupons .store_info .m_logo .m_store{max-width:100px;left:0;bottom:0;padding:10px;}
    .store_coupons .box_title ._basic:nth-child(2),.store_coupons .box_title ._basic:nth-child(3){display: none}
    .coupon_off .box_title{width:calc(100% / 1 - 110px);}
    .coupons_left .faq_list .newest_content tr td{padding:10px 10px 10px 0;}
    .coupons_left .select{padding:4px 0;}
    .coupons_left .faq_list .table_cell .t_body .t_bd, .coupons_left .faq_list .table_cell .t_head{grid-template-columns:90px 82px auto}
    .col_3 .coupon_box{width:calc(100% / 1 - 48px / 3)}
    .coupon_box{padding:10px;height:130px;margin-bottom:10px;}
    .coupon_box .box_img{width: 30%;min-width: 78px;max-width: 130px;float:left;}
    .coupon_box .box_title{width:70%;float:left;}
    .coupon_box .box_r{display: none;}
    .coupon_box .box_title .coupon_time{font-size:12px;}
    .banner{padding-top:0;}
    .kwd_content .content_section .list_title{width:4rem;height:4rem;}
    .kwd_content .content_section .list_wrapper .list_ul li{width:calc(50%);}
    .kwd_content .content_section .list_wrapper .list_ul li a{font-size:12px;}
    .kwd_content .list_btn .list_li{width:2rem;height:2rem;line-height:2rem;}
    .main_down_store .new_store a{width:50%;font-size:12px;}
    .main .keyword .keyword_title{font-size:22px;}
    .main .keyword .keyword_desc{font-size:1rem;}
    .store_coupons .box_img .tag{font-size:12px;}
    .cookie_box{background-color: #f5f5f5; box-shadow: 0 3px 9px 0 rgba(0,0,0,.4); padding: 10px 15px;}
    .cookie_box .coupon_code p{-webkit-text-size-adjust: 100%; color: #222; font-size: 13px; line-height: 1.4; overflow: hidden; text-align: left;}
    .cookie_box .coupon_code p a{color: #3d5264; text-decoration: underline; font-size: 13px; line-height: 1.4;}
    .cookie_box .coupon_code .code_down{ background-color: transparent; border: 1px solid #222; border-radius: 3px; box-sizing: border-box; color: #222; font-size: 14px; height: 30px; line-height: 30px; margin-left: 10px; padding: 0 8px;}
    .about_us .content .stats_area{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media screen and (max-width: 576px) {
    .categories_box .categories_list{width:calc(100% / 2 - 48px / 3);}
    .categories_box .categories_list span{font-size:14px;}
    .no_coupon .tips{padding:10px 0 0;font-size:18px;margin-bottom:0;}
    .coupon_box .box_title .coupon_title{font-size:1rem;height:48px;}
    .pop_coupon {width: 96%;margin-left: -48%;}
    .title_404{font-size:2.5rem;}
    .swiper-button-prev,.swiper-button-next{display: none}
}
@media screen and (max-width: 432px) {
    .header .logo{font-size:13px;}
    .title_down,.about_down{width:100%;background-size: contain;}
    .store_coupons .box_title .coupon_time .c_time{margin-right:4px;}
    .store_coupons .box_title .coupon_time .verified {font-size:12px;}
    .store_coupons .box_title .coupon_time .verified .fa-check-circle{font-size:12px;}
    .store_coupons .store_info{width:102px;}
    .store_coupons .box_title{width:calc(100% / 1 - 102px);}
    .store_coupons .box_title .ft_label{left:10px;}
    .store_coupons .box_img{max-width:90px;}
    .store_coupons .box_dot{left:90px;}
    .coupon_box .box_img{min-width:unset;}
    .coupons_left .faq_list .newest_content{table-layout:fixed}
    .pop_coupon .copy_code .code{min-width:130px;}

}
