.body * {
    box-sizing: border-box;
}
.top {
    display: flex;
    justify-content: space-between;
    align-items: self-end;
    margin-bottom: 14px;
    margin-top: 30px
}

.top h2 {
    font-size: 30px;
    font-weight: 600;
    color: #222;
    line-height: 48px
}

.top a {
    font-size: 16px;
    color: #222;
    line-height: 21px;
    font-weight: 500
}

.top a svg {
    width: 18px;
    vertical-align: middle;
    transition: transform .2s ease
}

.top a svg path {
    fill: #222
}

.top a:hover svg {
    transform: translateX(5px)
}

.body {
    display: flex;
    flex-wrap: wrap
}

.deals-item {
    width: 25%;
    padding: 5px;
    position: relative
}

.deals-item:hover {
    border-radius: 8px
}

.deals-item .picture {
    width: 100%;
    height: 285px;
    padding: 10px;
    background: #f6f6f6;
    border-radius: 12px;
    display: block;
    cursor: pointer
}

.deals-item .picture:hover {
    box-shadow: 0 0 16px 0 rgba(34,34,34,.08)
}

.deals-item .picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.deals-item .name {
    font-size: 14px;
    font-family: Poppins-Regular,Poppins;
    font-weight: 400;
    color: #999;
    line-height: 21px;
    margin-top: 16px;
    margin-bottom: 6px;
    display: block
}

.deals-item .time {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 18px;
    margin-bottom: 8px
}

.deals-item .title {
    font-size: 16px;
    color: #222;
    line-height: 21px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0 0 4px;
    cursor: pointer
}

.deals-item .price {
    display: flex;
    align-items: center
}

.deals-item .price .four-newprice {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    line-height: 30px;
    margin-right: 4px
}

.deals-item .price .old-price {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    line-height: 25px;
    text-decoration: line-through
}

.deals-item .item-discount {
    position: absolute;
    top: 18px;
    right: 12px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 14px;
    background-size: 62px 60px;
    height: 52px;
    text-align: right;
    padding: 4px 10px 0 0;
    font-size: 14px
}

.deals-item .item-discount .festival-item {
    display: inline-block;
    margin-left: 3px;
    position: relative
}

.deals-item .item-discount .festival-item .festival-name {
    background: #ffe6e6;
    border-radius: 11px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #f1514c;
    line-height: 18px
}

@media screen and (max-width: 900px) {
    .top {
        margin-bottom:2px;
        margin-top: 24px
    }
}

@media screen and (max-width: 720px) {
    .top h2 {
        font-size:18px;
        line-height: 38px
    }
    .top a {
        font-size: 12px
    }
    .deals-item {
        width: 50%;
        padding: 10px 10px 0
    }
    .deals-item .picture {
        height: 165px;
        padding: 22px;
        border-radius: 8px
    }
    .deals-item .title {
        font-size: 12px;
        margin: 8px 0 4px
    }
    .deals-item .time {
        margin-bottom: 4px
    }
    .deals-item .price .four-newprice {
        font-size: 18px
    }
    .deals-item .price .old-price {
        font-size: 12px
    }
    .deals-item .item-discount {
        top: 10px;
        right: 6px
    }
}


/**
index list
*/
.add-misc{
    display: none;
}
@media screen and (max-width:768px) {
    .add-misc{
        display: flex;
        justify-content: space-between;
        vertical-align: middle;
        color: #979797;
    }
}
.add-countrybox{
    display: none;
}
.add-misc{
    display: none;
}
@media screen and (max-width:768px) {

    .add-countrybox{
        height: 30px;
        display: block;
    }
    .add-country-a{
        height: 17px;
        line-height: 17px;
        display: flex;
        align-items: center;
    }
    .add-country-a img{
        width: 17px;
        height: 17px;
        margin-right: 5px;
    }
    .add-like{
        height: 20px;
        display: flex;
        align-items: center;
    }
    .add-unlike {
        display: inline-block;
        width: 12px;
        height: 13px;
        background-image: url("../images/unlike.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        vertical-align: middle;
        margin-right: 5px;
    }
    .add-misc{
        display: flex;
        justify-content: space-between;
        vertical-align: middle;
        margin-top: 15px;
        color: #979797;
    }
    .add-timeline{
        line-height: 20px;
    }
    .title_and_body_and_rec .title_and_body,.title_and_body_and_rec .disclosure_parent,.add-codebox,.recommend-pic-list-wrap,.recommend-new-list-more,.deal-list-tag{
        display: none !important;
    }
    .title_and_body_and_rec .bonus{
        word-break: break-word;
        text-overflow: ellipsis;
        display: -webkit-box;
    }
    .dealitem1 .d_cnt .bonus {
        font-size: 14px;
    }
    .title_and_body_and_rec{
        min-height: 0px !important;
    }
}
#ajax_cnt {
    margin: 0px auto;
    width: 1200px;
}
body{background: #fff;}

.dealitem1 {
    margin-top: 10px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 840px;
}

.dealitem1 .d_img {
    float: left;
    width: 165px;
    height: 165px;
    text-align: center;
    margin-right: 30px;
}

.dealitem1 .d_img .img_bdr {
    border: 0px solid #ddd;
    text-align: center;
    vertical-align: middle;
}

.dealitem1 .d_img .img_bdr img {
    max-width: 165px;
    max-height: 165px;
    border-radius: 6px;
}

.dealitem1 .d_img .disclosure_parent {
    height: 26px;
}

.dealitem1 .d_img .credit_card_tip {
    text-align: left;
}

.dealitem1 .d_img .img_bdr:hover {
    border: 0px solid #E47911;
}

.dealitem1 .d_img .img {
    display: block;
    height: 130px;
}

.dealitem1 .d_cnt {
    margin-left: 0px;
    width: 638px;
    float: left;
}

.dealitem1 .d_cnt .bonus {
    color: #F0585A;
    font-size: 18px;
    font-weight: 700;
}
.dealitem1 .cn h1 a,
.dealitem1 .cn .deal-list-title a {
    color: #000000;
    font-weight: normal;
    font-size: 22px;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}

.dealitem1 .expired_text {
    font-size: 18px;
}

.dealitem1 .cn .expired_text {
    font-size: 20px;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}

.dealitem1.dealitem_detail_page .cn .expired_text {
    font-size: 20px;
}

.dealitem1 .d_cnt .d_cnt_text_content {
    min-height: 134px;
}

.dealitem1 .d_cnt h1 a.pagetitle,
.dealitem1 .d_cnt .deal-list-title a.pagetitle {
    font-size: 20px;
}

.dealitem1 .d_cnt h1 a:hover,
.dealitem1 .d_cnt .deal-list-title a:hover {
    color: #e44245;
}

.dealitem1 .d_cnt h1 .ori_price,
.dealitem1 .d_cnt .deal-list-title .ori_price {
    color: #666;
    font-weight: normal;
    font-size: 14px;
}

.dealitem1 .d_cnt h1 .ori_price_cn,
.dealitem1 .d_cnt .deal-list-title .ori_price_cn {
    color: #666;
    font-weight: normal;
    text-decoration: line-through;
}

.dealitem1 .d_cnt .r1 {
    margin-top: 5px;
    color: #989898;
    font-size: 14px;
}

.dealitem1 .d_cnt .r2 {
    margin-top: 0px;
    padding-right: 10px;
    line-height: 1.3;
    color: #636363;
    font-size: 14px !important;
    max-height: 90px;
    overflow: hidden;
}
.more-text {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    cursor: pointer;
    color: #5782ae !important;
    text-align: center;
}
.more-text:hover {
    color: #f0585a !important;
}
.dealitem1 ul li, .dealitem2 ul li, .dealitem3 ul li {
    float: none;
    list-style: circle url(../images/dian.gif);
    margin-left: 15px;
    display: list-item;
    font-size: 14px;
    color: #333;
    padding-top: 0px;
    font-weight: 500;
    line-height: 22px;
}
.dealitem1 .d_cnt .r2:after {
    display: inline !important;
    content: inherit;
}
.dealitem1 .d_cnt .r2 ul:after {
    content: none;
}

.dealitem1 .d_cnt table {
    word-break: break-all;
}

.dealitem1 .d_cnt .r2 a:hover {
    color: #e44245;
}
.dealitem1 .d_cnt .r2 .body table.hover td:hover {
    border: 1px solid #e44245;
}

.dealitem1 .d_cnt .r2 .body table.hover td.nohover {
    border: 1px solid #ffffff;
}

.dealitem1 .d_cnt .r2 .body .content_buy_link {
    cursor: pointer;
}

.dealitem1 .cn .r2 .sub_title {
    color: #e44245;
    font-size: 20px;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    font-weight: bold;
}

.dealitem1 .cn .r2 .ext_store {
    color: #666666;
    height: 30px;
    overflow: hidden;
}

.dealitem1 .d_cnt .r2 .ext_store a {
    color: #31309c;
    font-weight: bold;
    text-decoration: none !important;
}

.dealitem1 .d_cnt .r2 .ext_store a:hover {
    color: #e44245;
}
.ext_store_left_item1 a{
    color: #5782AE;
    text-decoration: none;
}
.dealitem1 {
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    font-family: dealam-font, Avenir Next, Calibri, Helvetica, Roboto, sans-serif !important;
    font-weight: 600;
}
.dealitem1 .title_pane .deal-list-title .ori_price_cn {
    color: #666;
    font-weight: normal;
    text-decoration: line-through;
    margin: 0 10px;
}


.dealitem1 .d_cnt .r3 {
    margin-top: 20px;
    color: #989898;
    line-height: 17px;
    height: 17px;
}

.dealitem1 .d_cnt .r3 span {
    display: block;
    float: left;
    line-height: 17px;
    height: 17px;
}

.dealitem1 .d_cnt .r3 .posttime {
    color: #989898;
    display: inline-block;
    vertical-align: top;
    width: 180px;
    float: left;
    text-decoration: none;
}

.dealitem1 .d_cnt .r3 .lang {
    float: right;
    display: inline-block;
}

.dealitem1 .d_cnt .r3 .share {
    height: 16px;
    overflow: hidden;
}

.dealitem1 .d_cnt .facebook {
    height: 70px;
    margin-top: 10px;
    width: 380px;
}

.dealitem1 .d_cnt .facebookline.share {
    height: 16px;
    overflow: hidden;
    margin-top: 40px;
}

.dealitem1 .d_cnt span.bgr {
    background: url(../imgs_2016/arw.gif) left center no-repeat;
    padding-left: 8px;
    padding-right: 10px;
    margin-left: 0px;
}

.dealitem1 .d_cnt span.bgr a {
    color: #31309c;
}

.dealitem1 .d_cnt span.bgr a:hover {
    color: #e44245;
}

.dealitem1 .d_cnt .r4 {
    margin-top: 10px;
    overflow: hidden;
}

.dealitem1 .d_cnt .r4 .mr10 {
    float: left;
}

.dealitem1 .d_cnt .r4 .share {
    display: inline-block;
    margin-right: 10px;
    line-height: 20px;
    float: right;
}

.dealitem1 .d_cnt .r4 .bgr_r4_container {
    display: inline-block;
    width: 415px;
}

.dealitem1 .d_cnt .r5 {
    border-top: 1px solid #aaa;
}

.dealitem1 .d_cnt .body {
    font-family: dealam-font, Avenir Next, Calibri, Helvetica, Roboto, sans-serif !important;
    font-size: 14px;
    color:#333;
}
.body p{
    font-weight: bold;
    font-size: 14px;
    color: #333;
}
.dealitem1 .d_cnt .redb {color: #e44245;}

.dealitem1 .d_cnt .body .wuwudeal_detail * {
    max-width: 590px !important;
}

.dealitem1 .deal-coupon-enddate {
    margin-top: 15px;
}
.dealitem1 span.mycoupon {
    border: 0px solid #e44245;
    border-radius: 4px;
    color: #333 !important;
    background-color: #f6f6f6;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    min-width: 50px;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    word-wrap: normal;
    display: inline-block;
    font-weight: 700;
    width: auto !important;
}

.dealitem1 .index-deal-countdown {
    color: #e44245;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    margin-right: 15px;
}
.index-deal-countdown .deal-count-down{
    color: #e44245;
}
.dealitem1 .title_pane .deal-list-title a {
    color: #333;
    font-weight: 700;
    font-size: 18px;
}
.disclosure_pane .disclosure_content {
    position: absolute;
    width: 200px !important;
    left: 0px;
    top: 40px;
    background-color: #ffffff;
    color: #333;
    line-height: 12px;
    display: none;
    z-index: 1;
    font-size: 14px;
    text-align: left;
    box-shadow: 0px 0px 9px 0px rgb(153 153 153 / 33%);
    border-radius: 6px;
    padding: 20px;
}
.card-more-box {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 0px;
    height: 25px;
    line-height: 25px;
    text-align: left;
    color: #b4b4b4 !important;
    margin-top: 20px;
}

.card-more-box ::before {
    position: absolute;
    height: 20px;
    width: 100%;
    content: "";
    left: 0;
    top: -40px;
    background-image: linear-gradient(transparent, #fff);
    filter: blur(1px);
}

.icons_button {
    background: url(../imgs_2016/icons_button.png) no-repeat;
    width: 100%;
    height: 34px;
    background: #F0585A;
    border-radius: 17px;
    margin-top: 12px !important;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    display: block;
    line-height: 34px;
}
.icons_button:hover {
    background: #f16c6e;
    color: #fff;
}
.cl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.overline h1 a,
.overline .deal-list-title a {
    text-decoration: line-through;
}

.overline .r2 {
    text-decoration: line-through;
}

.recommend-pic-list-wrap {
    height: 194px;
    overflow: hidden;
}

.recommend-pic-list {
    width: 600px;
    margin: 0 0 0 4px !important;
    padding: 0 !important;
}
.recommend-pic-list li {
    float: left !important;
    width: 180px;
    height: 230px;
    border: 1px solid #fff;
    margin: 4px 1px 4px 0px !important;
    list-style: outside none none !important;
    margin-right: 20px !important;
    box-sizing: border-box;
    padding: 0px 10px;
    overflow: hidden;
}
.recommend-pic-list li:nth-of-type(3n) {
    margin-right: 0px !important;
}
.recommend-pic-list li:hover {
    box-shadow: 0px 0px 9px 0px rgba(153, 153, 153, 0.33);
    border-radius: 6px;
    transition: box-shadow .4s linear, border .4s linear;
}
.recommend-pic-list li a {
    display: block;
    width: 100%;
    height: 164px;
    text-align: center;
}
.recommend-pic-list li a:hover {
    text-decoration: none;
}
.recommend-pic-list li a .pro-img {
    width: 164px;
    height: 131px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.recommend-pic-list li a .pro-img img {
    max-width: 147px;
    max-height: 131px;
    width: auto;
    height: auto;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    object-fit:contain;
}
.recommend-pic-list li a span {
    display: block;
    color: #333;
    margin-top: 5px;
    font-size: 14px;
    max-height: 56px;
    line-height: 19px;
    overflow: hidden;
    text-align: center;
}
.recommend-pic-list li a span:first-child {
    margin-top: 15px;
}
.recommend-pic-list li a span b {
    font-size: 13px !important;
    color: #F0585A;
    font-weight: normal;
}
.recommend-pic-list li a span em {
    color: #999;
    margin-left: 5px;
    text-decoration: line-through;
    font-size: 13px !important;
}
.title_and_body_and_rec a.recommend-new-list-more span {
    display: block;
    width: 100%;
    margin-top: 0px;
    height: 25px;
    line-height: 25px;
    color: #5782AE;
    text-align: left;
}
.title_and_body_and_rec .recommend-new-list-more span:hover {
    color: #e44245 !important;
}
.pro-footer-buttons-list .minfo a{
    margin-right: 20px;
    overflow: hidden;
    display: block;
    float: right;
    vertical-align: top;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.pro-footer-buttons-list .minfo b {
    display: inline-block;
    background: url(../images/share.png);
    margin-right: 5px;
    margin-top: 2px;
    vertical-align: top;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat !important;
}
.pro-footer-buttons-list .minfo .share_wechat b {
    background: url(../images/share.png);
    background-size: 100%;
}
.pro-footer-buttons-list .minfo a:hover {
    color: #e44245;
}
.pro-footer-buttons-list .minfo .share_wechat:hover b {
    background: url(../images/share_red.png);
    background-size: 100%;
}

a.recommend-new-list-more span {
    display: inline-block;
    font-size: 14px;
}

a.recommend-new-list-more b {
    display: inline-block;
    margin-left: 5px;
    width: 7px;
    height: 5px;
    vertical-align: top;
    margin-top: 10px;
}

a.recommend-new-list-more b.open {
    background-position: 0px 0px;
}

a.recommend-new-list-more .more_down {
    background-image: url('./../imgs_2016/more_down.png');
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.recommend-pic-list-wrap.recommend-pic-list-wrap-long1 {
    height: 234px;
}

.recommend-pic-list-wrap.recommend-pic-list-wrap-long1 .recommend-pic-list li {
    height: 230px;
}

.recommend-pic-list-wrap.recommend-pic-list-wrap-long1 .recommend-pic-list li a {
    height: 224px;
}

.recommend-pic-list-wrap.recommend-pic-list-wrap-long2 {
    height: 278px;
}

.recommend-pic-list-wrap.recommend-pic-list-wrap-long2 .recommend-pic-list li {
    height: 274px;
}

.recommend-pic-list-wrap.recommend-pic-list-wrap-long2 .recommend-pic-list li a {
    height: 244px;
}
.redb {
    font-weight: bold;
    color: #F0585A;
}
@media (max-width: 1200px){
    #ajax_cnt{
        width: 970px;
        padding: 10px;
    }
}
@media (min-width:768px) and (max-width: 990px){
    #ajax_cnt{
        width: 865px;
    }
}
@media screen and (max-width:768px) {
    .top_focus .item a{
        width: 100% !important;
        height: 100% !important;
    }
    .top_focus .item a img{
        width: 100% !important;
        height: 100% !important;
        border-radius: 0px !important;
    }

    .index_deals_pane,#ajax_cnt{
        width: 100% !important;
    }
    #ajax_cnt{
        box-sizing: border-box;
        padding: 0 20px;
    }
    .index_deals_pane ul.tab1{
        width: auto;
    }
    .dealitem1{
        width: 100%;
        padding-bottom: 0;
    }
    .d_img tbody tr:nth-child(2){
        display: none;
    }
    .deal_pane{
        display: flex;
    }
    .dealitem1 .d_cnt{
        max-width: 100%;
        flex: 1;
    }
    .deal_list_head li a{
        color: #999999 !important;
        border-bottom: 0 !important;
    }

    .dealitem1 .d_cnt .d_cnt_text_content{
        min-height: 0;
    }
    .dealitem1 .d_img{
        width: 120px;
        height: 120px;
    }
    .dealitem1 .d_img .img_bdr{
        width: 120px;
        height: 120px;
    }
    .dealitem1 .d_img .img_bdr a{
        width: 120px;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .dealitem1 .d_img .img_bdr a img{
        max-width: 100%;
        max-height: 100%;
    }
    .tab1line,.h1-write,.title_and_body_and_rec .title_and_body,.title_and_body_and_rec .disclosure_parent,.index_deals_right_pane,.deal-coupon-enddate,.index_float_type{
        display: none;
    }
    .pro-footer-buttons-list{
        display: none !important;
    }
    .index_deals_pane .dealitem1 .d_cnt h1 a, .index_deals_pane .dealitem1 .d_cnt .deal-list-title a{
        font-size: 14px;
        display: block;
        min-height: 35px;
    }

    .index_deals_pane .dealitem1 .d_cnt h1 a p, .index_deals_pane .dealitem1 .d_cnt .deal-list-title a p{
        margin-top: 15px;
    }
    .adsbygoogle{
        display: none !important;
    }
}