@charset "utf-8";

ul {
    margin: 0;
}

@font-face {
    font-family: dealam-font;
    font-style: normal;
    font-weight: 400;
    src: url(/Tpl/default/font/dealam-iconfont-Regular.woff2) format('woff2'), url(/Tpl/default/font/dealam-iconfont-Regular.woff) format('woff');
    font-display: swap
}

@font-face {
    font-family: dealam-font;
    font-style: normal;
    font-weight: 700;
    src: url(/Tpl/default/font/dealam-iconfont-Bold.woff2) format('woff2'), url(/Tpl/default/font/dealam-iconfont-Bold.woff) format('woff');
    font-display: swap
}

body {
    font-family: dealam-font, Avenir Next, Calibri, Helvetica, Roboto, sans-serif;
    margin: 0px;
    padding: 0px;
}

ul, li {
    list-style-type: none;
    padding-left: 0px;
}

a {
    text-decoration: none
}

embed {
    pointer-events: none;
}

.wrapper {
    width: 1160px;
    margin: 0 auto;
}

.header {
    display: flex;
    height: 78px;
    line-height: 78px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
    margin-right: 64px;
}

.header-item {
    font-size: 14px;
    font-weight: 500;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
    color: #333;
}

.header-nav-item-box {
    display: none;
    position: absolute;
    padding: 0;
    width: 140px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(194, 194, 194, 0.5);
    z-index: 99;
}

.header-nav-item {
    /*height: 30px;*/
    font-size: 12px;
    padding: 5px 0;
    margin: 0;
    z-index: 2;
    line-height: 16px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    color: #1A1A1A;
    font-size: 12px;
}

.header-nav-item > embed {
    margin-right: 5px;
}

.header-nav-item:hover {
    /* background: #ff4e4e; */
    color: #ff4e4e;
}

.header-nav-item .nav-item-img {
    width: 19px;
    height: 19px;
    display: inline-block;
    background-size: 19px 19px;
    margin-right: 5px;
}

.header-nav-item .nav-item-img1 {
    background-image: url('../imgs_2016/featured.png');
}

.header-nav-item:hover .nav-item-img1 {
    background-image: url('../imgs_2016/featured_hover.png');
}

.header-nav-item .nav-item-img2 {
    background-image: url('../imgs_2016/cash_back.png');
}

.header-nav-item:hover .nav-item-img2 {
    background-image: url('../imgs_2016/cash_back_hover.png');
}

.header-nav-item .nav-item-img3 {
    background-image: url('../imgs_2016/travel.png');
}

.header-nav-item:hover .nav-item-img3 {
    background-image: url('../imgs_2016/travel_hover.png');
}

.header-nav-item .nav-item-img4 {
    background-image: url('../imgs_2016/hotel.png');
}

.header-nav-item:hover .nav-item-img4 {
    background-image: url('../imgs_2016/hotel_hover.png');
}

.header-nav-item .nav-item-img5 {
    background-image: url('../imgs_2016/airline.png');
}

.header-nav-item:hover .nav-item-img5 {
    background-image: url('../imgs_2016/airline_hover.png');
}

.header-nav-item .nav-item-img6 {
    background-image: url('../imgs_2016/business.png');
}

.header-nav-item:hover .nav-item-img6 {
    background-image: url('../imgs_2016/business_hover.png');
}

.header-nav-item .nav-item-img7 {
    background-image: url('../imgs_2016/balance_transfer.png');
}

.header-nav-item:hover .nav-item-img7 {
    background-image: url('../imgs_2016/balance_transfer_hover.png');
}

.header-nav-item .nav-item-img8 {
    background-image: url('../imgs_2016/no_fee.png');
}

.header-nav-item:hover .nav-item-img8 {
    background-image: url('../imgs_2016/no_fee_hover.png');
}

.header-item-current {
    /* border-bottom: 1px solid #FF4E4E; */
    /* color: #FF4E4E; */
}

.header-item .select-icon {
    width: 16px;
    position: relative;
    top: 4px;
}

.header-item:hover {
    color: #FF4E4E;
    /* border-bottom: 1px solid #FF4E4E; */
}

.bread-nav {
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    margin-top: 22px;
    line-height: 17px;
}

.bread-nav > a {
    color: #999;
}

.header-serach {
    position: relative;
    /* top: 13px; */
    background: #fff;
    /* border-radius: 3px; */
    /* border: 1px solid #CBCBCB; */
    right: 0;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    height: 46px;
    /* box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1); */
    width: 492px;
    height: 36px;
    box-shadow: 0px 0px 9px 0px rgba(153, 153, 153, 0.33);
    border-radius: 18px;
    display: flex;
    align-items: center;
}

.header-serach > input {
    height: 34px;
    outline: none;
    -webkit-appearance: button;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
    width: 100%;
    border-radius: 18px;
}

.header-serach > img {
    width: 14px;
    margin-left: 14px;
    margin-right: 10px;
    vertical-align: middle;
}

.serach-content-box {
    background: #fff;
    position: absolute;
    border: 1px solid #CBCBCB;
    top: 46px;
    width: 100%;
    z-index: 12;
    display: none;
}

.serach-content-box2 {
    padding: 0 10px 0 10px;
}

.search-title {
    margin-top: 5px;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    display: none;
}

.reslut-item {
    height: 20px;
    line-height: 20px;
    margin-left: 15px;
    display: block;
    color: #999999;
}

.content {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.content-left {
    width: 300px;
}

.content-category {
    /* height: 475px; */
    border: 1px solid #f0f0f0;
    background: #fff;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    border-radius: 6px;
}

.content-right {
    width: 830px;
}

.category-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-bottom: 20px;
}

.category-box {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    text-align: center;
}

.content-category-item {
    width: 116px;
    height: 90px;
    background: #fff;
    /* margin-top: 1px; */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A1A1A;
    font-size: 14px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.category-bg {
    display: block;
    width: 100%;
    height: 38px;
    background-repeat: no-repeat;
    background-position-x: 50%;
}

.category-bg1 {
    background-image: url('../imgs_2016/featured.png');
}

.content-category-item:hover .category-bg1 {
    background-image: url('../imgs_2016/featured_hover.png');
}

.category-bg2 {
    background-image: url('../imgs_2016/cash_back.png');
}

.content-category-item:hover .category-bg2 {
    background-image: url('../imgs_2016/cash_back_hover.png');
}

.category-bg3 {
    background-image: url('../imgs_2016/travel.png');
}

.content-category-item:hover .category-bg3 {
    background-image: url('../imgs_2016/travel_hover.png');
}

.category-bg4 {
    background-image: url('../imgs_2016/hotel.png');
}

.content-category-item:hover .category-bg4 {
    background-image: url('../imgs_2016/hotel_hover.png');
}

.category-bg5 {
    background-image: url('../imgs_2016/airline.png');
}

.content-category-item:hover .category-bg5 {
    background-image: url('../imgs_2016/airline_hover.png');
}

.category-bg6 {
    background-image: url('../imgs_2016/business.png');
}

.content-category-item:hover .category-bg6 {
    background-image: url('../imgs_2016/business_hover.png');
}

.category-bg7 {
    background-image: url('../imgs_2016/balance_transfer.png');
}

.content-category-item:hover .category-bg7 {
    background-image: url('../imgs_2016/balance_transfer_hover.png');
}

.category-bg8 {
    background-image: url('../imgs_2016/no_fee.png');
}

.content-category-item:hover .category-bg8 {
    background-image: url('../imgs_2016/no_fee_hover.png');
}

.content-category-item:hover {
    background: #FFEFEF;
    /* rgba(255, 117, 83, 0.48);*/
    color: #F0585A;
}

.content-right-category-name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 24px;
}

.content-right-category-name ul li {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    line-height: 20px;
}

.description {
    font-size: 14px;
    color: #1A1A1A;
    line-height: 24px;
}

.content-right-top {
    display: flex;
    justify-content: space-between;
}

.advertiser-disclosure-box {
    position: relative;
    width: 200px;
}

.advertiser-disclosure {
    color: #333;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
    text-align: end;
    font-weight: 400;
    line-height: 18px;
}

.advertiser-disclosure-text {
    width: 270px;
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    top: 25px;
    background: #fff;
    display: none;
    right: 0;
    box-shadow: 0px 0px 9px 0px rgba(153, 153, 153, 0.33);
    padding: 20px;
    border-radius: 6px;
}

.deal-item {
    width: 830px;
    /* padding: 16px 16px 0 16px; */
    /* border: 1px solid #E7E7E7; */
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #F6F6F6;;
}

.deal-item-left > a > img {
    max-width: 165px;
    max-height: 101px;
}

.store-name {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

.store-name > a {
    color: #5782AE;
}
.store-name>a:hover {
    color: #F0585A;
}

.deal-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.deal-discount {
    font-size: 18px;
    font-weight: 700;
    color: #F0585A;
}

.deal-goto {
    width: 150px;
    height: 34px;
    background: #F0585A;
    border-radius: 18px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.deal-goto:hover {
    background: #f16c6e !important;
}

.deal-goto-bg {
    display: inline-block;
    background: url(/Tpl/default/Public/imgs/lock.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: relative;
    top: 4px;
    margin-left: 10px;
}

.deal-item-righ {
    width: 620px;
}

.deal-item-righ-left {
    display: flex;
}

.deal-item-left {
    text-align: center;
    width: 165px;
    margin-right: 20px;
}

.deal-title-box {
    width: 100%;
}

.deal-description {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    /* max-height: 43px; */
    max-height: 55px;
    overflow: hidden;
}

.deal-description ul {
    padding-left: 18px;
}

.deal-description ul li {
    line-height: 20px;
    margin-bottom: 10px;
    width:100%;
}

.deal-more {
    /* width: 869px; */
    margin-top: 16px;
    /* height: 28px; */
    line-height: 28px;
    /* background: #FCFCFC; */
    /* text-align: center; */
}

.more-button {
    color: #5782AE;
    position: relative;
    /* width: 154px; */
    /* margin: 0 auto; */
    cursor: pointer;
}

.more-button:hover {
    color: #F0585A !important;
}

.store-name > a:hover {
    color: #F0585A !important;
}

.put-away {
    width: 178px;
}

/* .more-text:before {
    content: "";
    display: block;
    position: absolute;
    top: 70%;
    right: 0;
    width: 0;
    height: 0;
    border: 10px solid;
    margin-top: -10px;
    border-color: #000 transparent transparent transparent;
} */

/*背景色三角形*/
/* .more-text:after {
    content: "";
    display: block;
    position: absolute;
    top: 70%;
    right: 0px;
    width: 0;
    height: 0;
    border: 10px solid;
    margin-top: -10px;
    border-color: #fff transparent transparent transparent;
} */


.put-away:before {
    content: "";
    display: block;
    position: absolute;
    top: 32%;
    left: 123px;
    width: 0;
    height: 0;
    /* border: 10px solid;
    margin-top: -10px;
    border-color: transparent transparent #000 transparent; */
    border: 4px solid transparent;
    border-bottom-color: #5782AE;
}

.more-text {
    position: relative;
}

.more-text:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 45%;
    left: 90px;
    /* transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    border-left: 10px solid #5782AE;
    border-right: 10px solid #5782AE;
    border-top: 10px solid #5782AE;
    border-top-width: 0; */
    border: 4px solid transparent;
    border-top-color: #5782AE;
}


.footer {
    margin-top: 40px;
    background: #333333;
    color: #fff;
    padding-top: 14px;
    padding-bottom: 20px;
}

.footer > div > p {
    margin: unset;
}

.footer-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    margin-top: 20px;
    padding-top: 10px;
}

.footer-menu > div {
    margin-right: 10px;
}

.footer-menu > a {
    display: inline-block;
    margin: 0 10px;
    clip: rgba(255, 255, 255, 0.78);
}

.footer-menu > div > a {
    color: #B6B6B6;
}

.circle-li-after li {
    position: relative;
}

.circle-li-after li:after {
    content: ' ';
    width: 5px;
    height: 5px;
    background: #333333;
    border-radius: 50%;
    position: absolute;
    left: -14px;
    top: 8px;
}

#gotop .gotop_top {
    border: 1px solid #f0f0f0;
    cursor: pointer;
    background-color: #ffffff;
    z-index: 1000;
    border-radius: 3px 3px 0px 0px;
}

#gotop .gotop_top .star {
    text-align: center;
    padding: 20px;
}

#gotop .gotop_top .star img {
    width: 18px;
    height: 18px;
}

#gotop .gotop_top .top {
    text-align: center;
    padding: 20px;
}

#gotop .gotop_top .top img {
    width: 18px;
    height: 18px;
}

#gotop .gotop_top .line {
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
}