/*base style*/

@font-face {
    font-family: 'OpenSans';
    src: url("/stat-resources/fonts/OpenSans-regular.eot");
    src: url("/stat-resources/fonts/OpenSans-Regular.eot") format("embedded-opentype"), url("/stat-resources/fonts/OpenSans-Regular.woff") format("woff"), url("/stat-resources/fonts/OpenSans-Regular.ttf") format("truetype"), url("/stat-resources/fonts/OpenSans-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url("/stat-resources/fonts/OpenSans-Semibold.eot");
    src: url("/stat-resources/fonts/OpenSans-Semibold.eot") format("embedded-opentype"), url("/stat-resources/fonts/OpenSans-Semibold.woff") format("woff"), url("/stat-resources/fonts/OpenSans-Semibold.ttf") format("truetype"), url("/stat-resources/fonts/OpenSans-Semibold.svg") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url("/stat-resources/fonts/OpenSans-Bold.eot");
    src: url("/stat-resources/fonts/OpenSans-Bold.eot") format("embedded-opentype"), url("/stat-resources/fonts/OpenSans-Bold.woff") format("woff"), url("/stat-resources/fonts/OpenSans-Bold.ttf") format("truetype"), url("/stat-resources/fonts/OpenSans-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url("/stat-resources/fonts/OpenSans-Light.eot");
    src: url("/stat-resources/fonts/OpenSans-Light.eot") format("embedded-opentype"), url("/stat-resources/fonts/OpenSans-Light.woff") format("woff"), url("/stat-resources/fonts/OpenSans-Light.ttf") format("truetype"), url("/stat-resources/fonts/OpenSans-Light.svg") format("svg");
    font-weight: 100;
    font-style: normal;
}

/*base variables*/

/*base variables end */

/*base mixins*/

/*base mixins end*/

/*base extend*/

.un-appearance,
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ellipsis,
.breakcrumb,
.c-r-item .info .content .text.active:not(.open) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.clearfloat:after,
nav .nav-tab:after,
.c-c-list:after,
.c-l:after,
.coupon .coupon-wrap:after,
.c-r-list:after,
.coupon-search .country-tab .cty-store:after {
    content: " ";
    display: block;
    clear: both;
}

.display-flex,
.flex-center,
.thumb,
.tip-icon,
.i-c .m-s-i .img .img-wrap,
.c-c-item .off,
.c-c-item .extra,
.c-r-item .off,
.c-r-item .off .price-save .p-s-detail,
.c-r-item .off .pct-save,
.col-wrap .left-col .t-counter .thumb-line,
.c-b-item .img-wrap,
.c-dtl .store-img,
.bl-text,
footer .t .sbb-i,
footer .b,
.c-c-item .img-wrap,
.c-r-item .wrap,
.c-r-item .info .extra {
    display: flex;
    display: -webkit-flex;
}

.coupon-item-content,
.c-r-item .info .tool-line {
    color: #888;
}

.coupon-shadow,
nav .nav-search .suggest-board,
.c-c-item .wrap {
    -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.25);
}

.primary-linear-gradient {
    background: linear-gradient(to right, #ff8e00, #ff7b1f, #ff6900 51%, #f9332f);
    background: -webkit-linear-gradient(left, #ff8e00, #ff7b1f, #ff6900 51%, #f9332f);
    background: -o-linear-gradient(right, #ff8e00, #ff7b1f, #ff6900 51%, #f9332f);
    background: -moz-linear-gradient(right, #ff8e00, #ff7b1f, #ff6900 51%, #f9332f);
}

/*base extend end*/

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
    min-width: 320px;
}

body {
    font: 400 16px/1.3 OpenSans, Helvetica, Arial, sans-serif;
    color: #333;
    min-width: 320px;
    background-color: #fff;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background-color: rgba(0, 0, 0, 0.2);
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: inherit;
    margin: 0;
    font-weight: 600;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

p {
    margin: 0;
}

strong,
b {
    font-weight: 700;
    color: #333;
}

em,
i {
    font-style: normal;
}

img {
    margin: 0;
    vertical-align: middle;
}

hr {
    border: 0 none;
    margin-bottom: 1em;
}

blockquote {
    padding-left: 20px;
    border-left: 4px solid #dadada;
    margin: 0 0 1.64em -24px;
    color: #666664;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li ul,
li ol {
    padding: 0;
    margin: 0;
}

code,
tt {
    color: gray;
    font-size: .96em;
    background-color: #f9f9f7;
    padding: 1px 2px;
    border: 1px solid #dadada;
    border-radius: 3px;
}

pre {
    padding: 7px;
    border: 1px solid #dadada;
    border-radius: 4px;
    overflow: auto;
    line-height: 1.5;
    font-size: .96em;
    color: #4c4c4c;
    background-color: #f9f9f7;
}

pre code,
pre tt {
    color: #4c4c4c;
    border: none;
    background: none;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    text-align: left;
    padding: 4px 8px 4px 10px;
}

td {
    vertical-align: top;
}

input {
    border: 1px solid #ddd;
    background: #fff;
    transition: all 0.2s;
    color: inherit;
    font: inherit;
}

input:focus,
input:hover {
    outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
    color: inherit;
    background: inherit;
}

a {
    color: inherit;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

label {
    margin: 0;
    display: inline-block;
}

textarea {
    font-family: inherit;
    background: #fff;
}

*:active:focus,
*:focus,
*:active,
* {
    outline: 0;
    box-shadow: none;
}

/*base end*/

.base {
    min-height: 500px;
    min-height: 100vh;
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
}

.m-c-w {
    width: 1160px;
    margin: 0 auto;
}

.m-c-w::after {
    content: '';
    display: block;
    clear: both;
}

.index-pop {
    margin-bottom: 50px;
    margin-top: 30px;
}

.index-pop h2 {
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
    margin-bottom: 30px;
}

.index-pop .table {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 2px rgba(228, 228, 228, 0.5);
    background-color: #ffffff;
    border: solid 1px #2a68c0;
    padding-bottom: 30px;
}

.index-pop .table ul {
    display: flex;
    flex-direction: column;
}

.index-pop .table ul li {
    display: flex;
    font-size: 16px;
    color: #666666;
    margin-top: 30px;
    padding: 0 50px;
}

.index-pop .table ul li p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: none;
    min-height: auto;

    max-height: 22px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #666666;
}

.index-pop .table ul li .lc-c {
    width: 220px;
    padding-right: 50px;
}

.index-pop .table ul li .cd-c {
    width: 420px;
    margin-right: 50px;
}

.index-pop .table ul li .code-c {
    width: 108px;
}

.index-pop .table ul .table-name {
    margin-top: 0;
    height: 60px;
    background-color: #2a68c0;
    display: flex;
    align-items: center;
    padding: 0 50px;
    margin-bottom: -10px;
}

.index-pop .table ul .table-name p {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #ffffff;
}

@media screen and (max-width:1100px) {
    .index-pop .table ul li p {
        font-size: 14px;
        margin-top: 0;
      }}
@media screen and (max-width:768px) {
    .index-pop .lc-c {
        display: none;
      }
      .index-pop h2 {
        font-size: 20px;
        margin-bottom: 20px;
      }
      .index-pop .table ul .table-name{
        height: 40px;
        padding: 0 20px;
        margin-bottom: 0;
      }
      .index-pop .table ul .table-name p {
        font-size: 16px;
      }
      .index-pop .table ul li {
          padding: 0 20px;
          margin-top: 20px;
      }

      .index-pop .table ul li .cd-c {
        flex: 1;
        margin-right: 20px;
      }
      .index-pop .table ul li .code-c {
        width: 80px;
        text-align: right;
      }
}

/*nav bar*/

nav {
    width: 100%;
    border-radius: 0;
    font-size: 13px;
    color: #666;
}

nav .nav-w {
    border-top: 4px solid #367adb;
    height: 100px;
    width: 100%;
    z-index: 1000;
    position: relative;
    background: #f2f2f2;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

nav .nav-logo {
    font-size: 25px;
    line-height: 1;
    margin-top: 27px;
    color: #fff;
    font-weight: 600;
    float: left;
}

nav .nav-logo .logo {
    background: url(/stat-resources/images/coupon/logo.png) no-repeat center/contain;
    width: 127px;
    height: 43px;
    display: block;
}

nav .nav-search {
    float: right;
    margin-top: 20px;
}

nav .nav-search p {
    font-size: 12px;
    color: #adadad;
    margin-top: 6px;
}

nav .nav-search .search-wrapper {
    width: 700px;
    position: relative;
}

nav .nav-search .search-wrapper form {
    position: relative;
    z-index: 1;
}

nav .nav-search .search-go {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
    height: 40px;
    padding: 0 14px;
}

nav .nav-search input {
    font-size: 14px;
    z-index: 1;
    width: 100%;
    color: #666;
    box-shadow: none;
    height: 40px;
    padding: 0 40px 0 15px;
    background-color: #fff;
}

nav .nav-search input::-webkit-input-placeholder {
    color: "#666";
}

nav .nav-search input::-moz-placeholder {
    color: "#666";
}

nav .nav-search input:-moz-placeholder {
    color: "#666";
}

nav .nav-search input:-ms-input-placeholder {
    color: "#666";
}

nav .nav-search .suggest-board {
    background-color: #f5f5f5;
    font-size: 14px;
    line-height: 40px;
    color: #b9b9b9;
    position: absolute;
    top: 20px;
    padding-top: 15px;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
    display: none;
}

nav .nav-search .suggest-board li {
    font-size: 14px;
    color: #666666;
    position: relative;
}

nav .nav-search .suggest-board li a strong {
    color: #367adb;
}

nav .nav-search .suggest-board li:before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #367adb;
    border-top: 1px solid #367adb;
    position: absolute;
    right: 20px;
    top: 15px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

nav .nav-search .suggest-board li.active {
    background-color: #f0f0f0;
}

nav .nav-search .suggest-board a {
    padding: 0 15px;
}

nav .nav-search .suggest-board strong {
    color: #333;
    font-weight: normal;
}

nav .nav-b {
    height: 44px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

nav .nav-tab {
    color: #666;
    line-height: 43px;
}

nav .nav-tab li {
    float: left;
    position: relative;
}

nav .nav-tab li.active:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #367adb;
}

nav .nav-tab li+li {
    margin-left: 10.42%;
}

/*module*/

.icon-search {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #363535;
    position: relative;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.icon-search:before {
    content: " ";
    width: 2px;
    height: 7px;
    background: #363535;
    position: absolute;
    top: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.avatar img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}

.btn,
button {
    font-size: 18px;
    /*font-weight: 600;*/
    padding: 0 5px;
    height: 44px;
    border-radius: 5px;
    border: none;
    background-color: #2a68c0;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.btn:not(.btn-o):hover,
button:not(.btn-o):hover {
    background-color: #256fd9;
}

.btn.btn-o,
button.btn-o {
    background: none;
    color: #2a68c0;
    border: 1px solid #538ad8;
    line-height: 42px;
}

.btn {
    line-height: 44px;
}

.btn.active,
button.active {
    font-size: 0 !important;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    0% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn.active:before,
button.active:before {
    content: "\e97f";
    font-family: icomoon;
    font-size: 20px;
    display: block;
    animation: spin 2s infinite linear;
}

.angle,
.t-angle:before,
.b-angle:before,
.l-angle:before,
.r-angle:before {
    content: " ";
    display: block;
    width: 15px;
    height: 15px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #222 #222 transparent transparent;
}

.t-angle:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.b-angle:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.l-angle:before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.r-angle:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.flex-center,
.thumb,
.tip-icon,
.i-c .m-s-i .img .img-wrap,
.c-c-item .off,
.c-c-item .extra,
.c-r-item .off,
.c-r-item .off .price-save .p-s-detail,
.c-r-item .off .pct-save,
.col-wrap .left-col .t-counter .thumb-line,
.c-b-item .img-wrap,
.c-dtl .store-img,
.bl-text {
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.thumb {
    position: relative;
    line-height: 1;
}

.thumb.up-thumb {
    border-radius: 2px 0 0 2px;
}

.thumb .thumb-icon {
    width: 22px;
    height: 22px;
    margin-right: 4px;
    background: url(/stat-resources/images/coupon/thumb.png) no-repeat scroll 0 -22px/44px;
}

.thumb.thumbed .thumb-icon {
    background-position: 0px 0px;
}

.thumb.thumbed.down-thumb .thumb-icon {
    background-position: -22px 0px;
}

.thumb.down-thumb {
    margin-left: -1px;
    border-radius: 0 2px 2px 0;
}

.thumb.down-thumb .thumb-icon {
    background-position: -22px -22px;
}

.thumb.thumbing:after {
    content: "+1";
    display: block;
    position: absolute;
    left: 50%;
    font-size: 13px;
    line-height: 1;
    width: 14px;
    margin-left: -7px;
    text-align: center;
    bottom: 100%;
    color: #888;
    opacity: 0;
    visibility: hidden;
}

.thumb.down-thumb.thumbing:after {
    bottom: auto;
    top: 100%;
}

@keyframes thumbUp {
    0% {
        visibility: visible;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes thumbDown {
    0% {
        visibility: visible;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.comment-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(/stat-resources/images/coupon/comment-icon.png) no-repeat 0 0/14px;
}

.check-o-icon {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #4caf50;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: sub;
}

.check-o-icon:before {
    content: " ";
    display: block;
    width: 7px;
    height: 4px;
    border-left: 1px solid #4caf50;
    border-bottom: 1px solid #4caf50;
    margin: 4px 0 0 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.check-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: sub;
    background: #4caf50 url(/stat-resources/images/coupon/verified-icon.png) no-repeat scroll center/contain;
}

.check-icon:before {
    content: " ";
    display: block;
    width: 7px;
    height: 4px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 5px 0 0 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.t-share-btn {
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    border-radius: 50%;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}

.t-share-btn+.t-share-btn {
    margin-left: 10px;
}

.tip-icon {
    width: 14px;
    height: 14px;
    background-color: #999ea8;
    border-radius: 50%;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.tip-icon:before,
.tip-icon:after {
    content: " ";
    display: block;
    width: 2px;
    background-color: #fff;
}

.tip-icon:before {
    height: 2px;
}

.tip-icon:after {
    height: 5px;
    margin-top: 1px;
}

.info-tip {
    display: inline-block;
    position: relative;
}

.info-tip .tip-panel {
    position: absolute;
    top: 0;
    padding-bottom: 15px;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(-50%, -95%, 0);
    -moz-transform: translate3d(-50%, -95%, 0);
    -ms-transform: translate3d(-50%, -95%, 0);
    -o-transform: translate3d(-50%, -95%, 0);
    transform: translate3d(-50%, -95%, 0);
    -webkit-transition: 0.2s 0s;
    -moz-transition: 0.2s 0s;
    -ms-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.info-tip:hover .tip-panel {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: translate3d(-50%, -100%, 0);
    -moz-transform: translate3d(-50%, -100%, 0);
    -ms-transform: translate3d(-50%, -100%, 0);
    -o-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
}

.info-tip .tip-panel-wrap {
    background: #fff;
    width: auto;
    border: 1px solid #d3d3d3;
    line-height: 20px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px;
    position: relative;
    z-index: 2;
    font-style: normal;
}

.info-tip .tip-panel-wrap span {
    color: #e72727;
}

.info-tip .tip-panel-wrap:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.split-icon {
    border-left: 1px solid #c5c5c5;
}

.close-icon {
    width: 14px;
    height: 14px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
}

.close-icon:before,
.close-icon:after {
    content: " ";
    display: block;
    background-color: #c4c4c4;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -o-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    left: 50%;
    top: 50%;
}

.close-icon:before {
    height: 40px;
    width: 2px;
}

.close-icon:after {
    width: 40px;
    height: 2px;
}

.close-icon:hover:after,
.close-icon:hover:before {
    background-color: #222;
}

/*pagination*/

.pagination {
    font-size: 14px;
    line-height: 1;
    color: #999;
    padding: 20px 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.pagination .page {
    padding: 5px 8px;
    margin: 0 2px;
    display: inline-block;
}

.pagination .page.current {
    background-color: #008fe1;
    color: #fff;
}

.pagination .page:not(.current):not(.disabled):hover {
    color: #367adb;
}

.pagination .page.disabled {
    display: none;
}

/*breakcrumb*/

.breakcrumb {
    font-size: 14px;
    white-space: nowrap;
    margin-left: -5px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breakcrumb a:nth-last-child(1) {
    color: #777;
}

.breakcrumb a {
    margin: 0 5px;
    text-transform: capitalize;
}

.no-display {
    display: none;
}

/*module end*/

/*footer*/

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

footer .footer-bar {
    background-color: #3c3c40;
    color: #fff;
    line-height: 1;
}

footer .t {
    padding: 70px 15px;
    text-align: center;
}

footer .t .h1 {
    font-size: 40px;
    font-weight: 100;
}

footer .t .text {
    font-size: 15px;
    margin-top: 18px;
}

footer .t .sbb-i {
    max-width: 510px;
    margin: 37px auto 0;
}

footer .t .sbb-i input {
    height: 50px;
    border-radius: 2px;
    padding: 0 20px;
    border: none;
    color: #666;
    flex: 1;
    -webkit-flex: 1;
}

footer .t .sbb-i button {
    width: 120px;
    height: 50px;
    font-size: 15px;
    margin-left: 10px;
    border-radius: 2px;
    background-color: #0065a4;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

footer .b {
    /*border-top: 1px solid #38a4df;*/
    font-size: 12px;
    height: 50px;
    align-items: center;
    -webkit-align-items: center;
}

footer .b .b-i+.b-i {
    margin-left: 50px;
}

footer .b .copyright {
    margin-left: auto;
    font-size: 13px;
}

footer .gotop-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.25);
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

footer .gotop-btn.active {
    visibility: visible;
    opacity: 1;
}

footer .gotop-btn:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

footer .gotop-btn .t-angle {
    display: inline-block;
    margin: 20px 0 0 17px;
}

footer .gotop-btn .t-angle:before {
    height: 16px;
    width: 16px;
    border-width: 3px 3px 0 0;
    border-color: #fff #fff transparent transparent;
}

/*footer end*/

/*comment*/

.comment {
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    color: #666;
}

.comment .review-list {
    margin-top: 20px;
    font-size: 15px;
}

.comment .review-list.empty-list {
    padding: 0;
    display: none;
}

.comment .review-list .review-panel:not(.active) {
    display: none;
}

.comment .review-list .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.comment .review-list .item .name {
    font-size: 15px;
    line-height: 1;
    color: #333;
}

.comment .review-list .item .name span {
    float: right;
    color: #666;
}

.comment .review-list .item .content {
    margin-top: 10px;
    color: #666;
}

.comment .review-list .item .time-tip {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    line-height: 15px;
}

.comment .more-comment {
    color: #367adb;
}

.comment .more-comment:hover {
    text-decoration: underline;
}

.comment .cmt-panel .btn,
.comment .cmt-panel button {
    margin-top: 15px;
    height: 40px;
    background: #c9c9c9;
    width: 170px;
}

.comment .cmt-panel .btn.enable,
.comment .cmt-panel button.enable {
    background-color: #367adb;
}

.comment .cmt-panel input[name=name],
.comment .cmt-panel textarea[name=content] {
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    outline: none;
    display: block;
    overflow: hidden;
    border-radius: 2px;
    height: 40px;
    color: #333;
    font-size: 13px;
}

.comment .cmt-panel textarea[name=content] {
    resize: none;
    height: 90px;
}

.comment .cmt-panel .g-recaptcha.loaded {
    margin-top: 20px;
}

#cmt-area::-webkit-input-placeholder,
.comment .visit-name::-webkit-input-placeholder {
    color: #666;
}

.comment .visit-name {
    margin-bottom: 15px;
}

.comment .g-recaptcha {
    /*clear:both;*/
    margin-top: 10px;
}

/* nav bar end */

/*login sign dialog*/

.dialog {
    width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 1008;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

body.dialog-enable {
    overflow-y: hidden;
    margin-right: 17px;
}

body.dialog-enable nav .navbar-fluid {
    right: 17px;
}

.dialog.active,
.active .dialog {
    visibility: visible;
    opacity: 1;
    z-index: 1008;
}

.dialog.cmt-dialog {
    background: #f4f4f4;
}

.dialog .dialog-holder {
    height: 100%;
    display: flex;
    display: -webkit-flex;
}

.dialog .dialog-container {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    align-content: center;
    overflow: hidden;
    min-height: 100%;
    position: relative;
}

.dialog-wrapper {
    z-index: 1006;
    transition: all 0.2s 0.2s;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -o-transform: translate3d(0, 40px, 0);
}

.active .dialog-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.dialog .close_dialog_btn {
    z-index: 1008;
    cursor: pointer;
    position: fixed;
    right: 30px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url(/stat-resources/images/login-dia-close.png) no-repeat top center/30px;
}

.dialog .close_dialog_btn:hover {
    background-position-y: -30px;
}

.close-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.showing .close-bg,
.showing .close-btn {
    display: block;
}

/*top message tip*/

.messages .message-tip {
    background-color: #367adb;
    color: #fff;
    width: 300px;
    padding: 5px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    margin-left: -85px;
    left: 45%;
    display: none;
    z-index: 1040;
}

.messages .message-tip.error {
    background-color: red;
}

.messages .message-tip.debug {
    background-color: blue;
}

/*top message tip end*/

@media screen and (max-width: 1100px) {
    nav .nav-c {
        width: 768px;
    }
    .m-c-w {
        width: 768px;
    }
    nav .nav-search p {
        display: none;
    }
    nav .nav-search .search-wrapper {
        width: 500px;
    }
    footer .b .b-i+.b-i {
        margin-left: 20px;
    }
    footer .b .copyright {
        width: 250px;
    }
}

@media screen and (max-width: 768px) {

    body.dialog-enable {
        margin-right: 0;
    }
    .base {
        padding-bottom: 0;
    }
    nav .nav-c {
        width: 100%;
    }
    .m-c-w {
        width: 100%;
    }
    .main-body {
        min-height: 100vh;
    }
    /*navbar*/
    nav .nav-w {
        height: 64px;
    }
    nav .nav-logo {
        margin-top: 9px;
    }
    nav .nav-logo .logo {
        width: 80px;
    }
    nav .nav-search {
        margin-top: 10px;
    }
    nav .nav-search .search-wrapper {
        width: 100%;
    }
    nav .nav-search input {
        padding: 0 30px 0 10px;
    }
    nav .nav-search .search-go {
        padding: 7px 8px 9px;
        height: auto;
        border-radius: 50px;
        right: 5px;
        top: 5px;
    }
    nav .nav-c {
        padding: 0 10px;
    }
    nav .nav-b {
        overflow-x: auto;
    }
    nav .nav-tab {
        white-space: nowrap;
    }
    nav .nav-tab li {
        float: none;
        display: inline-block;
    }
    nav .nav-tab li+li {
        margin-left: 30px;
    }
    nav .nav-tab li:nth-last-child(1) {
        margin-right: 15px;
    }
    .main-body.shadow:after {
        background: rgba(0, 0, 0, 0.4);
    }
    /*navbar end*/
    .pagination .page {
        padding: 4px 8px 2px;
        margin: 0 2px;
    }
    .btn,
    button {
        height: 34px;
        font-size: 15px;
    }
    .btn.btn-o,
    button.btn-o {
        line-height: 32px;
    }
    .btn {
        line-height: 34px;
    }
    /*footer*/
    footer {
        position: static;
    }
    footer .footer-bar {
        padding: 15px;
    }
    footer .t {
        padding: 15px 0;
    }
    footer .t .h1 {
        font-size: 30px;
    }
    footer .t .sbb-i {
        margin-top: 20px;
    }
    footer .t .sbb-i input {
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
    }
    footer .t .sbb-i button {
        height: 40px;
    }
    footer .b {
        flex-wrap: wrap;
        height: auto;
    }
    footer .b .b-i {
        width: 100%;
        margin-top: 15px;
    }
    footer .b .b-i+.b-i {
        margin-left: 0;
    }
    footer .b .copyright {
        margin-top: 15px;
        margin-left: 0;
        width: 100%;
    }
    footer .gotop-btn {
        width: 40px;
        height: 40px;
    }
    footer .gotop-btn .t-angle {
        margin: 15px 0 0 13px;
    }
    footer .gotop-btn .t-angle:before {
        height: 15px;
        width: 15px;
    }
    .dialog {
        width: 100%;
        height: 100vh;
        position: fixed !important;
        top: 0 !important;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .dialog .close_dialog_btn {
        right: 10px;
        top: 10px;
        position: absolute;
    }
    .login_box {
        padding: 15px;
    }
    .login_box input,
    .login_box li .btn {
        height: 50px;
        line-height: 50px;
    }
    .login-dialog .other-login .btn {
        width: 49%;
    }
    .login-dialog .other-login .btn .fa {
        line-height: 50px;
    }
    .container-fluid.container-carousel {
        height: 300px !important;
    }
    .login-dialog .dialog-wrapper {
        width: 100%;
    }
}

/*coupon index top*/

/*coupon index style*/

.i-c .ad-box {
    width: 100%;
    background: #fff;
}

.i-c .ad-box .ad-holder {
    position: relative;
    padding-bottom: 44.44%;
}

.i-c .ad-box .ad-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    background: url(/stat-resources/images/coupon/index-poster.jpg) no-repeat scroll center/cover;
}

.i-c .ad-box .ad-wrap .ad-content {
    text-align: center;
    color: #666;
    font-weight: 600;
}

.i-c .ad-box .ad-wrap .ad-content h2 {
    max-width: 660px;
    font-size: 45px;
    line-height: 1.22;
}

.i-c .ad-box .ad-wrap .ad-content p {
    margin-top: 20px;
    font-size: 14px;
}

.i-c h3 {
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #333;
    font-weight: 600;
    text-align: center;
}

.i-c .r-s-l {
    margin: -8px;
    overflow: hidden;
}

.i-c .m-s-i {
    /*overflow: hidden;*/
    padding: 8px;
    width: 20%;
    float: left;
}

.i-c .m-s-i .wrap {
    border: 1px solid #adadad;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.i-c .m-s-i .img {
    padding-bottom: 100%;
    position: relative;
}

.i-c .m-s-i .img .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
}

.i-c .m-s-i .img .img-wrap img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.i-c .m-s-i .img-tit {
    position: relative;
    padding-bottom: 40%;
}

.i-c .m-s-i .img-tit .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.i-c .m-s-i .img-tit .img-wrap img {
    max-width: 100%;
    max-height: 100%;
}

.i-c .t {
    width: 100%;
    /*height:280px;*/
    padding-top: 56px;
    padding-bottom: 80px;
    border-bottom: 1px solid #dadada;
    text-align: center;
    /*margin:50px 0;*/
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.i-c .t h3 {
    font-size: 30px;
}

.i-c .t .text {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.i-c .t input {
    width: 480px;
    height: 50px;
    line-height: 50px;
    color: #adadad;
    font-size: 20px;
    padding-left: 20px;
    margin-right: 9px;
}

.i-c .t button {
    width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    vertical-align: top;
}

@media screen and (max-width: 768px) {
    .i-c .ad-box .ad-wrap .ad-content h2 {
        max-width: 300px;
        font-size: 24px;
    }
    .i-c .ad-box .ad-wrap .ad-content p {
        margin-top: 10px;
    }
    .i-c .i-c-m {
        padding: 0 15px;
    }
    .i-c h3 {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .i-c .r-s-l {
        margin: -5px;
    }
    .i-c .m-s-i {
        width: 33.33%;
        padding: 5px;
    }
    .i-c .m-s-i .img .img-wrap {
        padding: 10px;
    }
}

/*coupon index style end*/

/*coupon item style*/

.c-ccontent-top .p-top {
    overflow: hidden;
}

.c-ccontent-top .c-t-logo {
    width: 130px;
    height: 130px;
    float: left;
    padding: 15px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-right: 20px;
    /*img{
    max-width: 100%;
  }*/
}

.c-ccontent-top .c-t-logo .wrap {
    width: 100%;
    height: 100%;
}

.c-ccontent-top .c-t-logo .wrap .img-wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-ccontent-top .c-t-logo .wrap .img-wrap img {
    max-width: 100%;
    max-height: 100%;
}

.c-ccontent-top .content {
    padding-left: 150px;
}

.c-ccontent-top .content .head-line {
    padding-bottom: 14px;
    border-bottom: 1px solid #d8d8d8;
}

.c-ccontent-top .content .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
}

.c-ccontent-top .content .info {
    float: right;
    margin: 6px 0 0 20px;
}

.c-ccontent-top .content .info li {
    float: left;
    font-size: 14px;
}

.c-ccontent-top .content .info li img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.c-ccontent-top .content .info .li-margin {
    border-left: 1px solid #dbdbdb;
    display: block;
    width: 1px;
    background: #000;
    height: 16px;
    margin: 1px 10px;
}

.c-ccontent-top .content .btn {
    width: 170px;
    height: 40px;
    line-height: 38px;
    margin-top: 14px;
    font-size: 15px;
    font-weight: 600;
    float: right;
}

.c-ccontent-top .store-rating {
    margin-top: 14px;
    font-size: 13px;
}

.c-ccontent-top .store-rating .o-line {
    overflow: hidden;
}

.c-ccontent-top .store-rating .o-line span {
    line-height: 24px;
    margin-left: 10px;
}

.c-ccontent-top .store-rating .rating-stars {
    overflow: hidden;
    float: left;
    cursor: pointer;
}

.c-ccontent-top .store-rating .star {
    width: 24px;
    height: 24px;
    float: left;
    background: url(/stat-resources/images/coupon/star.png) no-repeat scroll 0 -24px/133px;
}

.c-ccontent-top .store-rating .star+.star {
    margin-left: 3px;
}

.c-ccontent-top .store-rating .star.active {
    background-position: 0 0;
}

.c-ccontent-top .store-rating .r-line {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}

.c-ccontent-top .store-rating .rating-result {
    color: #367adb;
    margin-left: 10px;
}

.coupon-item .pick-tip {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #c0372a;
    font-weight: 600;
    font-size: 12px;
}

.coupon-item .pick-tip i {
    font-size: 1.3em;
    vertical-align: middle;
    display: inline-block;
}

.coupon-item .btn {
    width: 170px;
    border: none;
    color: #fff;
    display: block;
    max-width: 100%;
    white-space: nowrap;
}

.coupon-item .btn p {
    line-height: 42px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.coupon-item .btn.h-btn p {
    direction: rtl;
}

.coupon-item .copy-label {
    position: relative;
    float: right;
}

.coupon-item .c-btn {
    border: 1px dashed #367adb;
    background-color: #ebf8f8 !important;
    color: #222;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
}

.coupon-item .c-btn .hover-msg {
    position: absolute;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    padding: 6px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    top: 0;
    margin-top: -33px;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.coupon-item .c-btn .hover-msg:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
    border-width: 6px 5px 0 5px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
}

.coupon-item .c-btn:hover .hover-msg {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.coupon-item .h-btn {
    color: #333;
    position: relative;
    padding: 0;
    text-align: right;
    overflow: hidden;
}

.coupon-item .h-btn p {
    background-color: #ecf4ff;
    border: 1px dashed #5f7ca5;
    border-radius: 3px;
    padding: 0 5px;
    font-size: 16px;
    font-weight: bold;
}

.coupon-item .h-btn span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 30px;
    padding-left: 30px;
    background-color: #2a68c0;
    color: #fff;
    display: block;
    text-align: center;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.coupon-item .h-btn span:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 22px solid #2a68c0;
    border-left: 10px solid #2a68c0;
    left: 100%;
    top: 0;
}

.coupon-item .h-btn span:after {
    content: ' ';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-right: 13px solid #245ba9;
    border-bottom: 30px solid transparent;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-transform: rotate(-27deg);
    -moz-transform: rotate(-27deg);
    -ms-transform: rotate(-27deg);
    -o-transform: rotate(-27deg);
    transform: rotate(-27deg);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
}

.coupon-item .h-btn:hover span {
    right: 35px;
    padding-left: 35px;
}

.coupon-item .h-btn:hover span:after {
    border-width: 22px 17px 30px 0;
}

.coupon-item .a-line {
    font-size: 12px;
    color: #777;
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 65px;
    width: 170px;
}

.coupon-item .a-line a:hover {
    text-decoration: underline;
}

.coupon-item.c-r-item .h-btn:hover span {
    padding-left: 25px;
}

.c-c-list {
    margin: -10px -12px;
}

.c-l {
    margin: -9px;
}

.c-c-item {
    width: 33.33%;
    padding: 9px;
    float: left;
}

.c-c-item .wrap {
    border: 1px solid #adadad;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
}

.c-c-item .img {
    margin: 30px auto 0;
    width: 160px;
}

.c-c-item .t-l .title {
    font-size: 18px;
    line-height: 1.22;
}

.c-c-item .t-l .img {
    margin: 14px 10px 24px 20px;
    max-width: 75px;
}

.c-c-item .t-l .img .img-holder {
    padding-bottom: 40%;
}

.c-c-item .t-l .img .img-wrap {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.c-c-item .t-l .img .store-l {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
}

.c-c-item .img-holder {
    position: relative;
    padding-bottom: 50%;
}

.c-c-item .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.c-c-item .img-wrap img {
    max-width: 100%;
    max-height: 100%;
}

.c-c-item .off {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #4682d7;
    margin: 10px 0 5px;
    white-space: nowrap;
}

.c-c-item .info {
    padding: 20px 24px 18px;
}

.c-c-item .title {
    font-size: 16px;
    line-height: 1.38;
    height: 44px;
    font-weight: 600;
    display: block;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.c-c-item .content {
    position: relative;
}

.c-c-item .content:hover .description {
    display: block;
}

.c-c-item .content .description {
    position: absolute;
    width: 100%;
    padding: 0 0 10px;
    bottom: 100%;
    z-index: 100;
    display: none;
}

.c-c-item .content .description .des-wrap {
    width: 100%;
    background-color: #fffdec;
    border: 1px solid #f0e2bc;
    position: relative;
    padding: 14px;
    font-size: 14px;
    line-height: 1.3;
    color: #666;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.c-c-item .content .description .des-wrap:after {
    content: " ";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #fffdec;
    border-right: 1px solid #f0e2bc;
    border-bottom: 1px solid #f0e2bc;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.c-c-item .extra {
    margin-top: 15px;
    color: #a7a7a7;
    font-size: 14px;
    line-height: 1;
}

.c-c-item .extra .verify-tag {
    color: #4caf50;
}

.c-c-item .extra .verify-tag+.thumb {
    margin-left: 14px;
}

.c-c-item .extra .verify-tag i {
    vertical-align: bottom;
}

.c-c-item .extra .thumb-count {
    margin-top: 1px;
}

.c-c-item .btn-line {
    margin-top: 20px;
}

.c-c-item .btn {
    width: 200px;
    margin: 0 auto;
}

.c-c-item .time-tip {
    margin-top: 10px;
    height: 12px;
    font-size: 12px;
    color: #367adb;
    text-align: center;
}

.p-item .wrap {
    padding: 20px;
}

.p-item .img {
    margin-top: 0;
    width: 160px;
}

.p-item .title {
    margin-top: 14px;
}

.p-item .price {
    font-size: 20px;
    line-height: 1;
    color: #43ae3e;
    margin-top: 6px;
    text-align: center;
    font-weight: 600;
}

.m-c-l .c-l {
    margin: 0;
}

.c-r-item+.c-r-item {
    margin-top: 12px;
}

.c-r-item .wrap {
    background-color: #fff;
    min-height: 180px;
    position: relative;
    -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.25);
}

.c-r-item .verify-tag {
    color: #56b900;
    font-size: 14px;
    display: inline-block;
}

.c-r-item .pick-tip {
    position: inherit;
    top: 0;
    right: 0;
    margin-right: 10px;
    display: inline-block;
}

.c-r-item .off {
    width: 150px;
    border-right: 1px solid #ddd;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #367adb;
}

.c-r-item .off .price-save h4 {
    font-weight: bold;
    line-height: 1;
}

.c-r-item .off .price-save .p-s-detail {
    line-height: 50px;
}

.c-r-item .off .price-save .price {
    font-size: 50px;
}

.c-r-item .off .pct-save h3 {
    font-size: 54px;
    font-weight: bold;
}

.c-r-item .off .pct-save .off-flex {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: left;
    -webkit-align-items: left;
    line-height: 1;
    font-size: 24px;
    text-align: left;
}

.c-r-item .off .free-shipping {
    line-height: 1;
}

.c-r-item .off .free-shipping p:nth-child(1) {
    font-size: 34px;
}

.c-r-item .off .free-shipping p:nth-child(2) {
    font-size: 16px;
}

.c-r-item .off .no-off {
    color: #367adb;
}

.c-r-item .off .store-l {
    display: block;
    width: 100%;
    padding: 20px;
}

.c-r-item .off .store-l img {
    width: 100%;
    max-height: 100%;
}

.c-r-item .btn {
    position: absolute;
    right: 14px;
    bottom: 15px;
}

.c-r-item .h-btn span {
    padding-left: 20px;
}

.c-r-item .info {
    flex: 1;
    -webkit-flex: 1;
    overflow: hidden;
    padding: 14px 14px 60px 30px;
    position: relative;
    max-width: 550px;
}

.c-r-item .info .use-tag {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.c-r-item .info .u-e-float {
    display: flex;
    display: -webkit-flex;
    line-height: 16px;
}

.c-r-item .info .extra {
    font-size: 12px;
    white-space: nowrap;
    margin-top: 5px;
}

.c-r-item .info .extra .type-tag {
    height: 20px;
    overflow: hidden;
    color: #fff;
    background: #367abd;
    margin-right: 10px;
    padding: 0 10px;
}

.c-r-item .info .extra .verify-tag {
    color: #4caf50;
    margin-right: 10px;
}

.c-r-item .info .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-top: 5px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.c-r-item .info .time-tip {
    font-size: 12px;
    color: #999;
}

.c-r-item .info .time-tip span {
    margin: 0 5px;
}

.c-r-item .info .content {
    font-size: 15px;
    margin-top: 8px;
    color: #666;
    line-height: 1.3;
}

.c-r-item .info .content .toggle-description {
    color: #4299d8;
    cursor: pointer;
    float: right;
    display: none;
}

.c-r-item .info .content .toggle-description.active {
    display: block;
}

.c-r-item .info .tool-line {
    font-size: 12px;
    position: absolute;
    bottom: 21px;
    height: 28px;
}

.c-r-item .info .tool-line a {
    float: left;
}

.c-r-item .info .tool-line .r-p {
    line-height: 1;
    margin: 5px 0 0 10px;
}

.c-r-item .info .tool-line .comment-btn {
    margin: 2px 0 0 20px;
}

.c-r-item .info .tool-line .comment-btn span {
    font-size: 13px;
}

.c-r-item .info .tool-line .comment-btn .comment-icon {
    vertical-align: middle;
    margin-right: 5px;
}

.c-r-item .operate {
    padding-right: 14px;
    margin-left: auto;
}

.c-r-item .operate .brand-img {
    position: absolute;
    right: 14px;
    top: 15px;
}

.c-r-item .operate .brand-img .c-r-img {
    max-width: 120px;
    max-height: 35px;
}

.c-r-item .r-c-container {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -ms-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
}

.c-r-item .r-c-container .comment-wrapper {
    background: #f7f7f7;
    border-top: 1px solid #ddd;
    padding: 20px 70px;
    position: relative;
}

.h-b-icon,
.m-c-l .header.hot:before,
.m-c-l .header.list:before,
.col-wrap .left-col .store-intro .h3:before,
.col-wrap .left-col .filter .h3:before,
.col-wrap .left-col .scs-c .h3:before,
.coupon-submit .h3:before {
    content: " ";
    height: 20px;
    width: 20px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
    background: url(/stat-resources/images/coupon/store-icon.png) no-repeat scroll -2px -2px/24px;
}

.search-top {
    margin-bottom: 20px;
}

.search-top .search-result {
    font-size: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
    color: #666;
}

.search-top .search-total {
    font-size: 30px;
}

.m-c-l .header {
    font-size: 20px;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 20px;
}

.m-c-l .header.list:before {
    background-position: -2px -122px;
}

.coupon .coupon-wrap {
    margin: 30px 0 50px;
}

.coupon .store-banner {
    content: "";
    position: absolute;
    top: 100px;
    width: 100%;
    height: 180px;
    background-color: #119cea;
    display: none;
}

.coupon .e-c-l {
    margin-top: 30px;
}

.coupon .e-c-l .c-r-list .coupon-item .off:before {
    content: "EXPIRED";
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #9d9d9d;
}

.coupon .e-c-l .c-r-list .coupon-item .off * {
    display: none;
}

/*-----coupon comment----*/

.m-c-comment {
    background-color: #f7f7f7;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    padding: 0 70px;
    padding-bottom: 20px;
}

.m-c-comment .form,
.m-c-comment .coupon-comment-form input,
.m-c-comment .coupon-comment-form textarea {
    width: 100%;
    padding-left: 14px;
    border: 1px solid #ddd;
    border-radius: 2px;
    line-height: 1.5;
    background: #fff;
    margin-top: 20px;
}

.m-c-comment .coupon-comment-form {
    margin-bottom: 20px;
    font-size: 13px;
    color: #666;
}

.m-c-comment .coupon-comment-form input {
    height: 40px;
}

.m-c-comment .coupon-comment-form textarea {
    height: 90px;
    padding-top: 14px;
}

.m-c-comment .coupon-comment-form .comment-btn {
    background: #367adb;
    width: 170px;
    height: 40px;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    margin-top: 15px;
}

.m-c-comment ul li {
    margin-bottom: 21px;
    font-size: 15px;
    color: #666;
}

.m-c-comment ul li .li-tit {
    margin-bottom: 5px;
    overflow: hidden;
}

.m-c-comment ul li .li-tit h4 {
    color: #333;
    float: left;
}

.m-c-comment ul li .li-tit span {
    font-size: 13px;
    float: right;
}

.m-c-comment ul li p {
    line-height: 1.67;
}

.m-c-comment .comment-more {
    margin-top: 20px;
    overflow: hidden;
}

.m-c-comment .comment-more a {
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #4299d8;
}

.m-c-comment .comment-more span {
    float: right;
    font-size: 13px;
    color: #333;
}

/*----brand introduce mould----*/

.brand-introduce {
    padding: 30px;
    background: #fff;
    margin-top: 50px;
    font-size: 15px;
    line-height: 1.67;
    color: #666;
}

.brand-introduce.store-social {
    margin-top: 30px;
}

.brand-introduce.blog-intro {
    background-color: #f5f5f5;
    border: 1px solid #f0f0f0;
}

.brand-introduce h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1;
    color: #333333;
    border-bottom: 1px solid #ddd;
}

.brand-introduce .brand-c {
    margin-bottom: 30px;
}

.brand-introduce .brand-c .content {
    line-height: 1.67;
    color: #666;
    font-size: 15px;
}

.brand-introduce .brand-c .wrap {
    width: 114px;
    margin: 23px;
    float: left;
    padding-bottom: 10%;
    position: relative;
}

.brand-introduce .brand-c .wrap .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.brand-introduce .brand-c .wrap .img-wrap img {
    max-width: 100%;
    max-height: 100%;
}

.brand-introduce .blog-content {
    overflow: hidden;
    line-height: 26px;
}

.brand-introduce .blog-content * {
    text-align: left;
}

.brand-introduce .blog-content p {
    margin: 0 0 5px !important;
    display: block;
}

.brand-introduce .blog-content p.break {
    display: inline;
}

.brand-introduce .blog-content p:first-child {
    margin-top: 0 !important;
}

.brand-introduce .blog-content .img {
    max-width: 240px;
}

.brand-introduce .blog-content .img.alignright {
    float: right;
    margin: 50px 0 10px 10px;
}

.brand-introduce .blog-content .img.alignleft {
    float: left;
    margin: 50px 10px 0 10px;
}

.brand-introduce .blog-content .img img {
    max-width: 100%;
}

.brand-introduce .blog-content .more-btn {
    cursor: pointer;
    color: #367adb;
}

.brand-introduce .s-l-i+.s-l-i {
    margin-top: 25px;
}

.brand-introduce .s-l-i a {
    color: #56a6e6;
}

.brand-introduce .s-l-i .n {
    font-weight: 600;
}

.brand-introduce .s-l-i .t {
    margin-top: 5px;
}

.brand-introduce.youtube-container {
    margin-top: 50px;
    padding: 0 75px;
    width: 100%;
}

.brand-introduce.youtube-container .youtube-wrapper {
    position: relative;
    padding: 0 28px 75%;
    overflow: hidden;
}

.brand-introduce.youtube-container .youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-wrap .big-left-col {
    width: 230px;
    float: right;
}

.col-wrap .left-col+.left-col {
    margin-top: 40px;
}

.col-wrap .left-col .h2 {
    font-size: 18px;
    line-height: 25px;
    color: #333;
}

.col-wrap .left-col .h3 {
    font-size: 16px;
    line-height: 1.33;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.col-wrap .left-col .h3 div {
    padding-left: 25px;
}

.col-wrap .left-col .sbb-c {
    padding: 14px;
    background-color: #eef7fb;
}

.col-wrap .left-col .sbb-c h3 {
    font-size: 18px;
    line-height: 1.67;
    color: #555;
    font-weight: normal;
}

.col-wrap .left-col .sbb-c p {
    font-size: 13px;
    line-height: 1.38;
    color: #7a7a7a;
    margin-top: 10px;
}

.col-wrap .left-col .sbb-c input {
    width: 100%;
    height: 34px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #dadada;
    font-size: 13px;
    color: #adadad;
    margin-top: 10px;
    padding: 0 10px;
}

.col-wrap .left-col .sbb-c input::-webkit-input-placeholder {
    color: #adadad;
}

.col-wrap .left-col .sbb-c input::-moz-placeholder {
    color: #adadad;
}

.col-wrap .left-col .sbb-c input:-moz-placeholder {
    color: #adadad;
}

.col-wrap .left-col .sbb-c input:-ms-input-placeholder {
    color: #adadad;
}

.col-wrap .left-col .sbb-c button {
    margin-top: 10px;
    font-size: 15px;
    height: 34px;
    width: 100%;
    border-radius: 3px;
}

.col-wrap .left-col .brand-poster {
    line-height: 100px;
    margin: 0 15px;
    text-align: center;
    vertical-align: middle;
}

.col-wrap .left-col .brand-poster img {
    width: 100%;
}

.col-wrap .left-col .store-intro {
    margin-top: 20px;
}

.col-wrap .left-col .store-intro .h3:before {
    background-position: -2px -50px;
}

.col-wrap .left-col .store-intro .store-des {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    margin-top: 9px;
}

.col-wrap .left-col .store-intro .store-des .more-btn {
    cursor: pointer;
    color: #4299d8;
}

.col-wrap .left-col .t-counter {
    color: #666;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
}

.col-wrap .left-col .t-counter p:nth-child(1) {
    color: #333;
    font-size: 90px;
    line-height: 1;
    font-weight: 100;
    overflow: hidden;
}

.col-wrap .left-col .t-counter p:nth-child(2) {
    font-size: 15px;
    margin-top: 10px;
    color: #999;
}

.col-wrap .left-col .t-counter .thumb-line {
    margin-top: 15px;
}

.col-wrap .left-col .t-counter .thumb-line .thumb {
    height: 34px;
    width: 40px;
}

.col-wrap .left-col .t-counter .thumb-line .thumb .thumb-icon {
    width: 20px;
    height: 24px;
    background-size: 40px;
}

.col-wrap .left-col .t-counter .thumb-line .thumb.thumbed .thumb-icon {
    background-position: 0 -24px;
}

.col-wrap .left-col .t-counter .thumb-line .thumb.down-thumb .thumb-icon {
    background-position: -20px 0;
}

.col-wrap .left-col .t-counter .thumb-line .thumb.down-thumb.thumbed .thumb-icon {
    background-position: -20px -24px;
}

.col-wrap .left-col .t-counter.search-counter .r-p {
    font-size: 13px;
    line-height: 15px;
    margin-top: 10px;
    color: #666;
}

.col-wrap .left-col .v-counter {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

.col-wrap .left-col .v-counter p+p {
    margin-top: 12px;
}

.col-wrap .left-col .filter {
    font-size: 13px;
    line-height: 34px;
    color: #666;
}

.col-wrap .left-col .filter .h3:before {
    background-position: -2px -26px;
}

.col-wrap .left-col .filter.top {
    margin-top: 10px;
}

.col-wrap .left-col .filter .l {
    margin-top: 18px;
}

.col-wrap .left-col .filter .filter-item {
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 16px 0 18px;
}

.col-wrap .left-col .filter .filter-item+.filter-item {
    margin-top: 12px;
}

.col-wrap .left-col .filter .filter-item .check {
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
}

.col-wrap .left-col .filter .filter-item.checked .check {
    background-color: #6cc321;
    border: none;
}

.col-wrap .left-col .filter .filter-item.checked .check:before {
    content: " ";
    display: block;
    width: 8px;
    height: 4px;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: #fff;
    margin: 4px 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.col-wrap .left-col .filter .clear-btn {
    display: none;
    width: 100%;
    height: 34px;
    line-height: 34px;
    color: #fff;
    border: none;
    background-color: #367adb;
    margin-top: 20px;
    border-radius: 3px;
    font-size: 18px;
}

.col-wrap .left-col .filter .clear-btn.show {
    display: block;
}

.col-wrap .left-col .scs-c-bottom {
    border-top: 1px solid #ddd;
    font-size: 13px;
    line-height: 1.53;
    padding-top: 12px;
}

.col-wrap .left-col .scs-c-bottom a {
    color: #4299d8;
}

.col-wrap .left-col .scs-c-bottom p {
    color: #666;
}

.col-wrap .left-col .scs-c .h3:before {
    background-position: -2px -99px;
}

.col-wrap .left-col .scs-c+.scs-c {
    margin-top: 30px;
}

.col-wrap .left-col .scs-c .scs-l {
    color: #4299d8;
    font-size: 13px;
    line-height: 20px;
}

.col-wrap .left-col .scs-c .scs-l a {
    display: block;
}

.col-wrap .left-col .scs-c .scs-l a+a {
    margin-top: 10px;
}

.col-wrap .left-col .coupon-help {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ddd;
    font-size: 13px;
    line-height: 20px;
}

.col-wrap .left-col .coupon-help .h {
    display: block;
    padding-left: 25px;
    text-decoration: underline;
}

.col-wrap .left-col .coupon-help .h:before {
    content: " ";
    display: block;
    float: left;
    text-align: center;
    margin: 1px 7px 0 -25px;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #c5c5c5 url(/stat-resources/images/coupon/question.png) no-repeat center/contain;
}

.col-wrap .left-col .coupon-help .s-text {
    margin-top: 10px;
    list-style-type: decimal;
    padding-left: 25px;
}

.col-wrap .left-col .coupon-help .s-text li:nth-child(1) {
    white-space: nowrap;
}

.col-wrap .left-col .toggle-panel:not(.active) {
    display: none;
}

.col-wrap .main-col {
    width: 900px;
    float: left;
}

.dialog .coupon-submit {
    width: 500px;
    background-color: #fff;
    padding: 60px 100px;
    margin: 20px 0;
    position: relative;
}

.dialog .coupon-submit .close-btn {
    position: absolute;
    right: 20px;
    top: 10px;
}

.dialog .coupon-submit .close-btn:before {
    width: 15px;
    height: 15px;
    background: url(/stat-resources/images/p-dialogclose-btn.png) no-repeat scroll left/30px;
}

#cc-dialog .dialog-container {
    height: 100%;
    min-height: 497px;
}

#cc-dialog .dialog-wrapper {
    height: 497px;
}

.dialog .coupon-submit .h3 {
    font-size: 25px;
    line-height: 1;
    text-align: center;
    margin: 0 -30px 30px;
}

.coupon-submit {
    font-size: 12px;
}

.coupon-submit .h3:before {
    background-position: -3px -74px;
}

.coupon-submit .s-text {
    margin-top: 5px;
    line-height: 20px;
    color: #666;
    font-size: 13px;
}

.coupon-submit input,
.coupon-submit select,
.coupon-submit textarea {
    font-size: 13px;
    width: 100%;
    height: 28px;
    line-height: 26px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #fff;
    margin-top: 10px;
    padding: 0 10px;
}

.coupon-submit input[disabled] {
    background-color: #eee;
}

.coupon-submit textarea {
    height: 50px;
    line-height: 24px;
    resize: vertical;
    display: block;
}

.coupon-submit .time-select {
    padding-right: 5px;
    background: #fff url(/stat-resources/images/coupon/calendar.png) no-repeat scroll center right/20px;
    background-origin: content-box;
}

.coupon-submit .select-line {
    position: relative;
    margin-top: 10px;
}

.coupon-submit .select-line .select {
    position: relative;
    z-index: 1;
    padding-right: 24px;
    margin-top: 0;
}

.coupon-submit .select-line .down-angle {
    position: absolute;
    right: 0;
    width: 28px;
    height: 28px;
    background: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 0 3px 3px 0;
    z-index: 2;
    cursor: pointer;
}

.coupon-submit .select-line .down-angle:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    margin: 11px 0 0 9px;
    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: #777 transparent transparent transparent;
}

.coupon-submit .select-line .options {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    padding: 5px 0;
    margin: 0 1px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    line-height: 23px;
    display: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.coupon-submit .select-line .options.active {
    display: block;
}

.coupon-submit .select-line .option {
    padding: 0 10px;
    cursor: pointer;
}

.coupon-submit .select-line .option:hover {
    color: #fff;
    background-color: #367adb;
}

.coupon-submit button,
.coupon-submit .btn {
    height: 40px;
    line-height: 40px;
    margin-top: 16px;
    width: 100%;
    font-size: 15px;
    border-radius: 3px;
}

.coupon-submit .error-msg {
    color: #ff1b18;
    font-size: 12px;
    line-height: 14px;
    margin: 5px 0;
}

.coupon-submit .a-coupon {
    margin-top: 30px;
    overflow: hidden;
}

.coupon-submit .a-coupon .store-des {
    font-size: 13px;
    line-height: 18px;
    color: #666;
    margin-top: 9px;
}

.coupon-submit .a-coupon .store-des .more-btn {
    cursor: pointer;
    color: #4299d8;
}

.dialog .coupon-create-btn {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

#ui-datepicker-div {
    display: none;
    z-index: 1009 !important;
    width: 240px;
    background-color: #fff;
    font-size: 13px;
    padding: 10px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

#ui-datepicker-div .ui-datepicker-header {
    text-align: center;
    padding-bottom: 10px;
    line-height: 1;
    position: relative;
    border-bottom: 1px solid #d8d8d8;
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
    position: absolute;
    left: 0;
}

#ui-datepicker-div .ui-datepicker-next {
    left: auto;
    right: 0;
}

#ui-datepicker-div th,
#ui-datepicker-div td {
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 14px;
    padding: 7px 0;
    border-radius: 50%;
    cursor: pointer;
    font-weight: normal;
    margin: 0 1px;
    display: inline-block;
}

#ui-datepicker-div .ui-state-disabled {
    color: #999;
}

#ui-datepicker-div td:not(.ui-state-disabled):hover,
#ui-datepicker-div td.ui-datepicker-current-day {
    background-color: #367adb;
    color: #fff;
}

#ui-datepicker-div .ui-icon-circle-triangle-w {
    width: 0;
    height: 0;
    margin-top: 3px;
    display: block;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: transparent #777 transparent transparent;
}

#ui-datepicker-div .ui-icon-circle-triangle-e {
    width: 0;
    height: 0;
    margin-top: 3px;
    display: block;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #777;
}

#ui-datepicker-div .ui-corner-all.ui-state-disabled {
    display: none;
}

.left-col .update-tip {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #efefef;
    display: none;
}

.coupon-dialog-btn {
    height: 34px;
    border: 1px solid #e7e7e7;
    background-color: #f9f9f9;
    font-size: 14px;
    color: #777;
    border-radius: 0;
    line-height: 34px;
    padding: 0 10px;
    font-family: "OpenSans Semibold", Helvetica, Arail, sans-serif;
}

.m-c-l .header .coupon-dialog-btn {
    float: right;
    margin-top: -3px;
    margin-left: 10px;
}

.coupon-dialog-btn:before {
    content: " ";
    width: 22px;
    height: 22px;
    margin-right: 10px;
    margin-top: -5px;
    display: inline-block;
    background: url(/stat-resources/images/coupon-tag-icon.png) no-repeat scroll center/24px;
    vertical-align: middle;
}

.more-coupon {
    text-align: center;
    margin-top: 20px;
}

.more-coupon p {
    margin: 0 0 17px;
    font-size: 13px;
    color: #888;
}

.more-coupon button {
    width: 300px;
    font-size: 16px;
    font-weight: 600;
}

.get-deal-alert .c-r-item .img a {
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
    margin-right: 15px;
}

.get-deal-alert .b-title {
    font-size: 16px;
}

.e-c-l .c-r-item .off * {
    display: none;
}

.e-c-l .c-r-item .off:before {
    content: "EXPIRED";
    font-size: 20px;
    color: #9d9d9d;
}

.e-c-l .c-r-item .sale .info .type-tag {
    background-color: #9d9d9d;
}

.e-c-l .c-r-item .info .type-tag {
    background-color: #9d9d9d;
}

.e-c-l .c-r-item .info .verify-tag {
    display: none;
}

.e-c-l .c-r-item .h-btn span {
    background-color: #9d9d9d;
    right: 0;
    padding: 0 !important;
}

.e-c-l .c-r-item .h-btn span:after,
.e-c-l .c-r-item .h-btn spanbefore {
    display: none;
}

.e-c-l .c-r-item .c-btn {
    color: #fff;
    border-color: #ddd;
}

.e-c-l .c-r-item .btn,
.e-c-l .c-r-item button {
    background-color: #9d9d9d !important;
}

.coupon-search .country-tab {
    margin-top: 15px;
}

.coupon-search .country-tab p {
    font-size: 12px;
    line-height: 1;
    color: #666;
}

.coupon-search .country-tab .cty-store {
    color: #367adb;
    font-size: 13px;
    margin-top: 10px;
    margin-right: -20px;
}

.coupon-search .country-tab .cty-store li {
    float: left;
    margin: 10px 20px 0 0;
}

.coupon-search .country-tab .cty-store li .flag {
    height: 12px;
    margin: 2px 10px 0 0;
    float: left;
}

.coupon-search .country-tab h2 {
    font-size: 18px;
    margin-top: 28px;
}

.coupon-search .country-tab h2 .flag {
    height: 16px;
    float: left;
    margin: 3px 10px 0 0;
}

.coupon .most-deal .header {
    font-size: 1.4rem;
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
}

.coupon .most-deal-list {
    padding: 10px 0;
}

.coupon .m-d-item-wrap {
    display: flex;
    display: -webkit-flex;
    padding: 10px 0;
}

.coupon .m-d-item .img-wrap {
    margin-right: 10px;
    width: 110px;
    height: 66px;
    border: 1px solid #e7e7e7;
    background: #fff no-repeat scroll center/contain;
}

.coupon .m-d-item .info {
    font-size: 1.2rem;
    max-height: 66px;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

.coupon .m-d-item .info .title {
    color: #3c3c3c;
    line-height: 15px;
    max-height: 100%;
    overflow: hidden;
}

.coupon .m-d-item .info .extra {
    line-heigth: 1;
    position: absolute;
    bottom: 0;
    color: #898989;
}

.all-brands-panel {
    padding: 30px;
    background-color: #fff;
}

.all-brands-panel .h3 {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
}

.a-l-l .c-b-list {
    margin: 30px 0;
}

.c-st-list {
    color: #0093ea;
    font-size: 14px;
    overflow: hidden;
    line-height: 1.4;
    text-transform: capitalize;
    padding-bottom: 30px;
}

.c-st-list li {
    width: 25%;
    float: left;
    padding-left: 40px;
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 28px;
}

.c-st-list a:hover {
    text-decoration: underline;
}

.c-b-list {
    margin: -10px;
    overflow: hidden;
}

.c-b-item {
    width: 20%;
    padding: 10px;
    float: left;
}

.c-b-item .c-b-wrap {
    width: 100%;
    background-color: #fff;
}

.c-b-item .img-holder {
    padding-bottom: 52%;
    position: relative;
}

.coupon .b-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    font-size: 20px;
    line-height: 1.2;
    margin-top: 4px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.c-b-item .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 10px;
    background: #fff no-repeat scroll center/contain;
    background-origin: content-box;
}

.c-b-item .img-wrap {
    text-align: center;
}

.c-b-item .c-b-img {
    max-width: 120px;
    max-height: 60px;
}

.c-c-list {
    margin: -10px;
    overflow: hidden;
    clear: both;
}

.search-coupons {
    margin-top: 30px;
}

.az-caption ul {
    margin: 0;
    padding: 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
}

.az-caption a {
    cursor: pointer;
    padding: 0 7px;
    border-radius: 3px;
    transition: 0.1s;
    -webkit-transition: 0.1s;
}

.az-caption .checked,
.az-caption ul a:hover {
    color: #008ddb;
}

#coupon-search .result-caption h2 {
    font-size: 23px;
    line-height: 28px;
}

#coupon-search .result-caption p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}

#coupon-search .result-caption>.search-key {
    color: #3db9bb;
    display: inline-block;
}

#coupon-search .result-caption .empty-result {
    font-size: 1.6rem;
    line-height: 20px;
}

.c-dtl-c {
    overflow: hidden;
}

.c-dtl {
    width: 520px;
    margin: 20px auto;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 5px 5px 10px 10px;
    border-top: 10px solid #367adb;
}

.c-dtl.c-dtl-big {
    width: 650px;
}

.c-dtl .close-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
}

.c-dtl .c-dtl-w {
    padding: 30px;
}

.c-dtl .center-col {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.c-dtl .store-img {
    width: 150px;
    height: 70px;
    margin: 0 auto;
}

.c-dtl .store-img img {
    max-width: 100%;
    max-height: 100%;
}

.c-dtl .name {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.43;
    margin-top: 20px;
}

.c-dtl .description {
    font-size: 15px;
    color: #777;
    margin: 5px auto 0;
}

.c-dtl .des-text.closed {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-dtl .description .more-des-btn {
    color: #4b8cd9;
    float: right;
    cursor: pointer;
}

.c-dtl .des-text+.more-des-btn {
    display: none;
}

.c-dtl .code {
    height: 60px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #ddd;
    line-height: 58px;
    padding: 0 10px;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    width: 320px;
    vertical-align: middle;
}

.c-dtl .copy-btn {
    height: 60px;
    width: 120px;
    line-height: 60px;
    display: inline-block;
    border-radius: 0 5px 5px 0;
    margin-left: -5px;
}

.c-dtl .deal-btn {
    width: 200px;
    margin-top: 30px;
}

.c-dtl .copy-area {
    margin-top: 30px;
}

.c-dtl .copy-area .extra {
    margin-top: 15px;
}

.c-dtl .copy-area .copy-tip {
    background-color: #f5f5d9;
    border-radius: 3px;
    padding: 10px;
    font-size: 13px;
    line-height: 20px;
    margin: 0 auto 15px;
    max-width: 400px;
}

.c-dtl .copy-area .check-o {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 4px;
}

.c-dtl .copy-area .check-o:before {
    content: " ";
    display: block;
    width: 9px;
    height: 5px;
    border-left: 2px solid #367adb;
    border-bottom: 2px solid #367adb;
    margin: 4px 0 0 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-dtl .deal-area {
    margin-top: 15px;
}

.c-dtl .extra {
    font-size: 14px;
    color: #666;
}

.c-dtl .extra a {
    color: #367adb;
}

.c-dtl h4 {
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.c-dtl .c-bs-c {
    border-top: 1px solid #dbdbdb;
    padding: 30px 80px;
}

.c-dtl .c-bs-c .c-b-item {
    width: 33.33%;
    font-size: 12px;
    line-height: 20px;
}

.c-dtl .c-bs-c .c-b-item .img-wrap {
    border: 1px solid #ddd;
}

.c-dtl .c-bs-c .c-b-item .img-holder {
    padding-bottom: 54.4%;
}

.c-dtl .c-bs-c .c-b-item .title {
    overflow: hidden;
    height: 40px;
    margin-top: 10px;
}

.c-dtl .c-dtl-bh {
    padding: 12px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background-color: #367adb;
    text-transform: capitalize;
    border-radius: 0 0 5px 5px;
}

/*coupon detail page*/

.bl-text {
    overflow: hidden;
    font-weight: 600;
    text-align: center;
    color: #333;
    max-width: 120px;
    max-height: 60px;
}

/*black friday style*/

.blackfriday .i-t-d {
    background-image: url(/stat-resources/images/coupon/bh/index-poster.jpg);
}

.blackfriday .i-c-c .l-c {
    padding: 25px 30px;
}

.blackfriday .i-c-c .l-c>h2 {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/*Responsive style*/

@media screen and (max-width: 1400px) {
    .i-p-h {
        padding-bottom: 400px;
    }
}

@media screen and (max-width: 1100px) {
    .i-p-h {
        padding-bottom: 300px;
    }
    .coupon .col-wrap .left-col {
        display: none;
    }
    .coupon .col-wrap .main-col {
        width: 100%;
    }
    .coupon .main-col-wrap {
        padding: 0 0 0 30px;
    }
    .coupon-filter .brand-poster-img {
        width: 140px;
        height: 140px;
    }
    .coupon .col-wrap .right-col {
        width: 670px;
        margin-left: auto;
    }
    .c-c-item,
    .c-b-item,
    .c-st-list li {
        width: 33.33%;
    }
    .c-st-list li {
        padding-left: 10px;
    }
    .c-dtl .c-b-item .c-b-img {
        max-width: 100px;
        max-height: 50px;
    }
    .c-r-item .info {
        max-width: 440px;
    }
}

@media screen and (max-width: 1000px) {
    .c-dtl {
        width: 520px;
    }
}

@media screen and (max-width: 768px) {
    .coupon .coupon-wrap {
        margin-top: 0;
    }
    .c-ccontent-top {
        padding: 15px;
    }
    .c-ccontent-top .c-t-logo {
        width: 80px;
        height: 80px;
        padding: 5px;
        margin-right: 10px;
    }
    .c-ccontent-top .content {
        padding-left: 0;
    }
    .c-ccontent-top .content .head-line {
        border-bottom: none;
        min-height: 100px;
        padding-bottom: 0;
    }
    .c-ccontent-top .content .title {
        font-size: 16px;
    }
    .c-ccontent-top .content .info {
        display: none;
    }
    .c-ccontent-top .content .btn {
        float: none;
        width: 100%;
        margin-top: 0;
    }
    .coupon-brands-panel {
        padding: 15px;
    }
    .coupon-item .btn p {
        line-height: 32px;
        height: 34px;
    }
    .coupon-item .h-btn span {
        padding-left: 10px;
        right: 20px;
    }
    .coupon-item .h-btn span:before {
        border-width: 17px 8px 17px 8px;
    }
    .coupon-item .h-btn span:after {
        border-width: 16px 11px 24px 0px;
    }
    .coupon-item .h-btn:hover span {
        padding-left: 15px;
        right: 25px;
    }
    .coupon-item .h-btn:hover span:after {
        border-width: 16px 13px 24px 0px;
    }
    .coupon-item .a-line {
        width: 150px;
        bottom: 50px;
    }
    .c-r-item+.c-r-item {
        margin-top: 10px;
    }
    .c-r-item>.wrap {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .c-r-item .off {
        display: none;
    }
    .c-r-item .info {
        padding: 10px 10px 0;
        width: 100%;
        max-width: 100%;
    }
    .c-r-item .info .time-tip {
        bottom: 20px;
        left: 125px;
    }
    .c-r-item .info .title {
        font-size: 16px;
        line-height: 20px;
    }
    .c-r-item .info .tool-line {
        bottom: 10px;
        width: 100%;
        position: initial;
        margin-top: 15px;
    }
    .c-r-item .operate {
        padding: 0 10px 15px;
        display: flex;
        margin: 10px 0 0;
    }
    .c-r-item .operate .brand-img {
        /*right:14px;
      bottom:10px;*/
        position: inherit;
        /*max-height:34px;
      max-width:51px;*/
    }
    .c-r-item .operate .brand-img .c-r-img {
        max-width: 80px;
        max-height: 25px;
    }
    .c-r-item .btn {
        margin: 0 0 0 auto;
        width: 150px;
        bottom: 10px;
    }
    .c-r-item .h-btn:hover span {
        padding-left: 15px;
    }
    .more-coupon .button {
        width: 100%;
        bottom: 10px;
    }
    .c-b-list {
        margin: -5px;
    }
    .c-b-item {
        width: 33.33%;
        padding: 5px;
    }
    .c-b-item .c-b-img {
        max-width: 90px;
        max-height: 45px;
    }
    .c-l {
        margin: -5px;
    }
    .c-c-item {
        padding: 5px;
        width: 50%;
    }
    .c-c-item .img {
        margin-top: 15px;
        width: 80%;
        max-width: 180px;
    }
    .c-c-item .img.p-content:not(.active) {
        position: static;
        margin: 0 auto;
    }
    .c-c-item .off {
        font-size: 18px;
    }
    .c-c-item .info {
        padding: 10px;
        width: 100%;
    }
    .c-c-item .title {
        font-size: 15px;
        line-height: 20px;
        height: 40px;
    }
    .c-c-item .btn-line {
        margin-top: 10px;
    }
    .c-c-item .extra .verify-tag+.thumb {
        margin-left: 10px;
    }
    .c-c-item .pick-tip {
        display: none;
    }
    .coupon .m-c-l {
        padding: 0 15px;
    }
    .coupon .m-c-l h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .store-top {
        padding: 15px;
        margin-bottom: 0;
    }
    .store-top .s-t-logo {
        width: 80px;
        height: 80px;
        padding: 10px;
        margin-right: 10px;
    }
    .store-top .s-t-content {
        padding-left: 0;
    }
    .store-top .s-t-content h1 {
        font-size: 20px;
        padding: 0 0 0 90px;
        min-height: 80px;
        border-bottom: none;
    }
    .store-top .s-t-bottom {
        padding-top: 0;
    }
    .search-top {
        padding: 15px;
        margin-bottom: 0;
    }
    .search-top .search-result {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .search-top .search-total {
        font-size: 20px;
    }
    .m-c-l .r-c-l {
        margin-top: 15px;
    }
    .get-deal-alert .info-panel {
        margin: 15px 0 0;
    }
    .get-deal-alert .c-r-item .c-info-wrap {
        padding: 0;
    }
    .get-deal-alert .info-panel .content {
        max-height: none;
    }
    .dialog-wrapper,
    .alert-wrap {
        width: 100%;
    }
    #coupon-search .result-caption h2 {
        font-size: 18px;
        line-height: 24px;
    }
    #coupon-search .result-caption p {
        font-size: 16px;
        line-height: 22px;
    }
    .all-brands-panel {
        padding: 15px;
    }
    .all-brands-panel .header {
        font-size: 15px;
    }
    .az-caption ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        font-size: 15px;
        line-height: 18px;
    }
    .c-dtl {
        width: 100%;
        min-width: 320px;
        margin: 0;
        border-radius: 0;
        min-height: 100vh;
    }
    .c-dtl.c-dtl-big {
        width: 100%;
    }
    .c-dtl .c-dtl-w {
        padding: 15px;
    }
    .c-dtl .store-img {
        width: 150px;
    }
    .c-dtl .code {
        font-size: 25px;
        height: 40px;
        line-height: 38px;
        border-radius: 5px;
        width: 100%;
    }
    .c-dtl .copy-btn {
        height: 40px;
        line-height: 40px;
        width: 100%;
        margin: 20px 0 0;
        border-radius: 5px;
    }
    .c-dtl .c-bs-c {
        margin-top: 15px;
        padding: 15px;
    }
    .c-dtl .c-bs-c .c-b-item {
        width: 50%;
    }
    .c-dtl .close-btn {
        right: 15px;
        top: 15px;
    }
    .c-st-list li {
        padding-left: 0;
        margin-top: 10px;
        width: 50%;
    }
    .brand-introduces {
        padding: 0 15px;
    }
    .brand-introduce {
        margin-top: 30px;
        padding: 0;
    }
    .brand-introduce h2 {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .brand-introduce .s-l-i+.s-l-i {
        margin-top: 10px;
    }
    .brand-introduce.blog-intro {
        padding: 10px;
    }
    .brand-introduce.youtube-container {
        padding: 0;
        margin-top: 15px;
    }
    /*black friday style*/
    .blackfriday .i-p-h {
        padding-bottom: 300px;
    }
    .blackfriday .i-t-d {
        background-image: url(/stat-resources/images/coupon/bh/index-poster-m.jpg);
    }
    .blackfriday .i-c-c .l-c>h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .blackfriday .i-c-c .l-c {
        margin-top: 10px;
        padding: 15px;
    }
    .coupon.blackfriday {
        background-color: #eee;
    }
}

@media screen and (max-width: 550px) {
    .info {
        width: 80%;
    }
    .info .time-line {
        display: none;
    }
    .coupon .m-c-comment {
        padding: 0 15px 20px 15px;
    }
    .coupon .main-col .more-coupon button {
        width: 100%;
    }
    .brand-introduce .blog-content .img {
        display: none;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url("/stat-resources/fonts/icomoon.eot?4k6nj7");
    src: url("/stat-resources/fonts/icomoon.eot?4k6nj7#iefix") format("embedded-opentype"), url("/stat-resources/fonts/icomoon.ttf?4k6nj7") format("truetype"), url("/stat-resources/fonts/icomoon.woff?4k6nj7") format("woff"), url("/stat-resources/fonts/icomoon.svg?4k6nj7#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-pinterest:before {
    content: "\e900";
}

.icon-heart:before {
    content: "\e901";
}

.icon-loading:before {
    content: "\e97f";
}

.icon-google-plus:before {
    content: "\ea8b";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-twitter:before {
    content: "\ea96";
}