/*
* @Author: 大向
* @Date:   2021-01-06 15:13:56
* @Last Modified by:   大向
* @Last Modified time: 2021-01-11 14:56:23
*/

@charset "utf-8";

@font-face {
    font-family: dealam-font;
    font-style: normal;
    font-weight: 400;
    src: url(/https/promo.gocashback.com/static/font/dealam-iconfont-Regular.woff2) format("woff2"),
        url(/https/promo.gocashback.com/static/font/dealam-iconfont-Regular.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: dealam-font;
    font-style: normal;
    font-weight: 700;
    src: url(/https/promo.gocashback.com/static/font/dealam-iconfont-Bold.woff2) format("woff2"),
        url(/https/promo.gocashback.com/static/font/dealam-iconfont-Bold.woff) format("woff");
    font-display: swap;
}

html,
body,
div,
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;
    font-family: dealam-font, Avenir Next, Calibri, Helvetica, Roboto,
        sans-serif;
}

article,
aside,
footer,
header,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 100%;
}

h1,
h2,
h3 {
    font-size: 2em;
    color: #333;
    padding: 1em 0 0.75em 0;
    line-height: 1.25;
    font-weight: 500;
}

body {
    font-size: 1em;
    line-height: 1.5;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    position: relative;
    color: #666;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

.link-hover:hover {
    color: #ee6862;
}

button,
input,
select,
textarea,
img {
    font-size: 1em;
    vertical-align: middle;
    outline: none;
}

.wrapper {
    clear: both;
}
/*********** news *************/
.flext-mid {
    display: flex;
    align-items: center;
}

.flext-between-mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flext-between-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.one-line-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.two-line-text {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-60 {
    margin-bottom: 60px;
}
.gray-color {
    color: #cccccc !important;
}
/*@media (max-width: 2143px) {*/
@media (min-width: 1140px) {
    .wrapper {
        width: 1160px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .flext-between-mid {
        width: 100%;
    }
    .wrapper {
        margin-left: 16px;
        margin-right: 16px;
    }
}
.max-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.hover-box:hover {
    box-shadow: 4px 4px 10px 0 rgba(142, 140, 140, 0.50196);
}
