
@font-face {
    font-family: 'Poppins-Regular'; /* 自定义字体名称 */
    src: url('Poppins-Regular.ttf') format('ttf'), /* 现代浏览器支持 */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Light'; /* 自定义字体名称 */
    src: url('Poppins-Light.ttf') format('ttf'), /* 现代浏览器支持 */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Medium'; /* 自定义字体名称 */
    src: url('Poppins-Medium.ttf') format('ttf'), /* 现代浏览器支持 */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Bold'; /* 自定义字体名称 */
    src: url('Poppins-Bold.ttf') format('ttf'), /* 现代浏览器支持 */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Black'; /* 自定义字体名称 */
    src: url('Poppins-Black.ttf') format('ttf'), /* 现代浏览器支持 */
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Poppins-Regular', 'Poppins-Medium'; /* 首先使用自定义字体，备用使用Web安全字体 */
}
.index[data-v-c9767052] {
    background: #f3f6f7;
    padding-bottom: 10px;
    padding-top: 12px
}

li[data-v-c9767052],
ol[data-v-c9767052],
ul[data-v-c9767052] {
    list-style: none
}

a[data-v-c9767052],
a[data-v-c9767052]:link,
a[data-v-c9767052]:visited {
    text-decoration: none;
    color: #666
}

#category_sort[data-v-c9767052] {
    font-size: 12px;
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    width: 240px;
    height: auto;
    max-height: 652px;
    z-index: 11;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
    box-shadow: -2px 2px 6px 0 rgba(0, 0, 0, .08)
}

#category_sort[data-v-c9767052]:hover {
    border-radius: 0 0 0 4px;
    box-shadow: -2px 2px 6px 0 rgba(0, 0, 0, .08)
}

#category_sort .category_menu[data-v-c9767052] {
    height: auto;
    max-height: 652px;
    overflow-y: auto
}

#category_sort .category_menu[data-v-c9767052]::-webkit-scrollbar {
    width: 4px
}

#category_sort .category_menu[data-v-c9767052]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    background: rgba(0, 0, 0, .2)
}

#category_sort .category_menu[data-v-c9767052]::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 0;
    background: rgba(0, 0, 0, .1)
}

#category_sort .menu_wrap[data-v-c9767052] {
    padding-top: 8px
}

#category_sort .menu_wrap .menu_item[data-v-c9767052] {
    position: static;
    height: 58px;
    border-left: 3px solid transparent
}

#category_sort .menu_wrap .menu_item .first_cat .first_cat_name[data-v-c9767052] {
    font-size: 16px;
    font-family: Poppins-Regular;
    color: #444;
    padding: 12px 16px 0 46px;
    text-overflow: ellipsis;
    position: relative;
    letter-spacing: normal
}

#category_sort .menu_wrap .menu_item .first_cat .first_cat_name span[data-v-c9767052] {
    display: block;
    height: 16px;
    line-height: 16px
}

#category_sort .menu_wrap .menu_item .first_cat .first_cat_name .right_icon[data-v-c9767052] {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px
}

#category_sort .menu_wrap .menu_item .first_cat .first_cat_name .left_icon[data-v-c9767052] {
    position: absolute;
    top: 12px;
    left: 13px;
    width: 20px;
    height: 20px
}

#category_sort .menu_wrap .menu_item .first_cat .first_cat_tj[data-v-c9767052] {
    font-size: 13px;
    font-family: Poppins-Light, Poppins-Regular;
    font-weight: 300;
    color: #7b7b7b;
    line-height: 13px;
    padding: 10px 10px 0 46px;
    white-space: nowrap;
    letter-spacing: normal;
    overflow: hidden;
    width: 220px
}

#category_sort .menu_wrap .menu_item .first_cat .first_cat_tj .cat_tj_item[data-v-c9767052] {
    margin-right: 16px;
    font-weight: 400
}

#category_sort .menu_wrap .menu_item.selected[data-v-c9767052] {
    background: #fdefe7;
    border-left-color: #ff4e00
}

#category_sort .menu_wrap .menu_item.selected .cat_tj_item[data-v-c9767052],
#category_sort .menu_wrap .menu_item.selected .first_cat_name span[data-v-c9767052] {
    color: #ff4e00
}

#category_sort .menu_wrap .menu_item.selected .children[data-v-c9767052] {
    display: inline-block
}

@keyframes showMore-c9767052 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#category_sort .menu_wrap .menu_item .children[data-v-c9767052] {
    display: none;
    width: 960px;
    max-height: 652px;
    min-height: 378px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 240px;
    overflow: hidden;
    z-index: 11;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .08);
    border-radius: 0 0 4px 0
}

#category_sort .menu_wrap .menu_item .children .children_box[data-v-c9767052] {
    width: 678px;
    float: left;
    margin-left: 24px;
    height: 100%;
    overflow: auto
}

#category_sort .menu_wrap .menu_item .children .children_box[data-v-c9767052]::-webkit-scrollbar {
    width: 4px
}

#category_sort .menu_wrap .menu_item .children .children_box[data-v-c9767052]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    background: rgba(0, 0, 0, .2)
}

#category_sort .menu_wrap .menu_item .children .children_box[data-v-c9767052]::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 0;
    background: rgba(0, 0, 0, .1)
}

#category_sort .menu_wrap .menu_item .children .children_box .fore_dl[data-v-c9767052] {
    width: 93%;
    clear: both;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    padding: 20px 0
}

#category_sort .menu_wrap .menu_item .children .children_box dt[data-v-c9767052] {
    position: relative;
    width: 102px;
    height: 15px;
    line-height: 15px
}

#category_sort .menu_wrap .menu_item .children .children_box dt .second[data-v-c9767052] {
    font-size: 15px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: 700;
    color: #444;
    width: 150px;
    overflow: hidden;
    display: inline-block;
    text-align: left;
    line-height: 15px;
    text-overflow: ellipsis;
    letter-spacing: normal
}

#category_sort .menu_wrap .menu_item .children .children_box dt .second[data-v-c9767052]:hover {
    color: #ff4e00
}

#category_sort .menu_wrap .menu_item .children .children_box dd[data-v-c9767052] {
    border-top: none;
    width: 530px;
    min-height: 32px;
    margin-left: -16px
}

#category_sort .menu_wrap .menu_item .children .children_box .third[data-v-c9767052] {
    float: left;
    padding: 0 16px;
    border-right: 1px solid #e5e5e5;
    white-space: nowrap;
    letter-spacing: normal;
    font-size: 13px;
    font-family: Poppins-Light, Poppins-Regular;
    font-weight: 400;
    color: #444;
    line-height: 13px;
    margin-top: 16px
}

#category_sort .menu_wrap .menu_item .children .children_box .third[data-v-c9767052]:hover {
    color: #ff4e00
}

#category_sort .menu_wrap .menu_item .children .children_box .third[data-v-c9767052]:last-child {
    border-right: none
}

#category_sort .menu_wrap .menu_item .children .brand_box[data-v-c9767052] {
    width: 260px;
    float: right;
    padding: 4px
}

#category_sort .menu_wrap .menu_item .children .brand_box .brand_item[data-v-c9767052] {
    float: left;
    width: 116px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 8px
}

#category_sort .menu_wrap .menu_item .children .brand_box .brand_item[data-v-c9767052]:hover {
    opacity: .8
}

#category_sort .menu_wrap .menu_item .children .brand_box .brand_item img[data-v-c9767052] {
    display: block;
    width: 100%;
    height: 100%
}

#category_sort .more_category[data-v-c9767052] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0
}

#category_sort .more_category .more_icon[data-v-c9767052] {
    width: 10px;
    height: 10px
}

#banner_right[data-v-42910627] {
    display: none;
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 9;
    width: 248px;
    height: 368px;
    font-size: 12px;
    padding: 20px 16px;
    background-color: #fff;
    border-radius: 4px
}

#banner_right .login_center .avatar_pic[data-v-42910627] {
    display: block;
    width: 48px;
    height: 48px
}

#banner_right .login_center .login_box[data-v-42910627] {
    flex: 1;
    margin-left: 16px
}

#banner_right .login_center .login_box .info[data-v-42910627] {
    font-size: 12px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #7b7b7b;
    margin-bottom: 4px
}

#banner_right .login_center .login_box .name[data-v-42910627] {
    font-size: 16px;
    font-family: Arial-Bold, Arial;
    font-weight: 700;
    color: #ff4e00;
    cursor: pointer
}

#banner_right .login_center .login_box .login_btn[data-v-42910627] {
    padding: 6px 16px;
    font-size: 12px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #ff4e00;
    border-radius: 4px;
    border: 1px solid #ff4e00;
    cursor: pointer
}

#banner_right .login_center .login_box .login_btn.active[data-v-42910627],
#banner_right .login_center .login_box .login_btn[data-v-42910627]:hover {
    background: #ff4e00;
    color: #fff
}

#banner_right .title[data-v-42910627] {
    font-size: 14px;
    font-family: Poppins-Bold, Poppins-Regular;
    font-weight: 700;
    color: #0c0c0c;
    line-height: 40px
}

#banner_right .more[data-v-42910627] {
    font-size: 12px;
    font-family: Poppins-Light, Poppins-Regular;
    font-weight: 300;
    color: #7b7b7b;
    cursor: pointer
}

#banner_right .middle[data-v-42910627] {
    height: 100px;
    overflow: hidden
}

#banner_right .middle .item[data-v-42910627] {
    color: #333;
    margin-top: 14px;
    margin-bottom: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 12px;
    font-family: Poppins-Light, Poppins-Regular;
    font-weight: 300;
    color: #0c0c0c
}

#banner_right .middle .item[data-v-42910627]:hover {
    color: #ff4e00
}

#banner_right .middle .skeleton_banner_right[data-v-42910627] {
    background: #eee;
    height: 25px;
    border-radius: 2px;
    width: 196px;
    margin-top: 8px;
    margin-bottom: 8px
}

#banner_right .login_item .item[data-v-42910627] {
    height: 60px;
    margin-top: 11px;
    margin-bottom: 2px
}

#banner_right .login_item .item .image[data-v-42910627] {
    width: 32px;
    height: 32px;
    cursor: pointer
}

#banner_right .login_item .item .name[data-v-42910627] {
    font-size: 13px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #444;
    cursor: pointer
}

#banner_right .login_item .item:hover .name[data-v-42910627] {
    color: #ff4e00
}

#banner_right .img_list[data-v-42910627] {
    margin-top: 20px
}

#banner_right .img_list .img[data-v-42910627] {
    width: 216px;
    height: 84px;
    margin-top: 10px;
    cursor: pointer
}

#banner_right .img_list .img img[data-v-42910627] {
    width: 100%;
    height: 100%
}

#banner_right .img_list .img[data-v-42910627]:hover {
    opacity: .8
}

#banner_right .vip_box[data-v-42910627] {
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px
}

#banner_right .vip_box .vip_title[data-v-42910627] {
    font-size: 14px;
    font-family: Poppins-Bold, Poppins-Regular;
    font-weight: 700;
    color: #0c0c0c;
    padding: 12px 0
}

#banner_right .vip_box .vip_items .vip_item img[data-v-42910627] {
    width: 32px;
    height: 32px
}

#banner_right .vip_box .vip_items .vip_item .vip_name[data-v-42910627] {
    font-size: 12px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #444;
    margin-top: 10px
}

.header[data-v-c34f41e2] {
    position: relative;
    width: 1200px;
    height: 45px;
    margin: 0 auto;
    display: flex;
    overflow: visible
}

.header .product_sort[data-v-c34f41e2] {
    position: relative;
    overflow: visible;
    width: 240px;
    height: 100%;
    background: #ff4e00;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
    box-sizing: border-box;
    flex-shrink: 0;
    border-radius: 3px 3px 0 0
}

.header .product_sort:hover #category_sort[data-v-c34f41e2] {
    display: block
}

.header .product_sort img[data-v-c34f41e2] {
    width: 12px;
    height: 12px;
    margin-left: 20px;
    margin-right: 16px
}

.header .banner_right[data-v-c34f41e2] {
    position: absolute;
    top: -37px;
    right: 0;
    z-index: 9;
    width: 240px;
    height: 80px;
    color: #333;
    background: #fff;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain
}

.header nav[data-v-c34f41e2] {
    width: 1013px;
    margin-left: 8px;
    display: flex;
    align-items: center;
    line-height: 30px;
    overflow: hidden;
    flex-wrap: wrap
}

.header nav a[data-v-c34f41e2] {
    position: relative;
    display: inline-block;
    width: -moz-max-content;
    width: max-content;
    height: 45px;
    line-height: 45px;
    color: #0c0c0c;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-left: 24px;
    padding: 0 7px;
    border-bottom: 3px solid transparent;
    font-family: Poppins-Regular
}

.header nav a .nav_img[data-v-c34f41e2] {
    position: absolute;
    top: 34%;
    right: -13px;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 22px
}

.header nav a[data-v-c34f41e2]:hover {
    color: #ff4e00;
    border-bottom-color: #ff4e00
}

.header nav a.active[data-v-c34f41e2] {
    color: #ff4e00
}

.bottom_line {
    width: 100%
}

.home_adv_con {
    overflow: hidden;
    height: 80px;
    position: relative;
    margin: 0 auto
}

.home_adv {
    width: 1920px;
    height: 80px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px
}

.adv1200 {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    position: relative
}

.close1 {
    top: 10px;
    right: 10px;
    z-index: 2;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 17px;
    font-family: cursive
}

.main_banner_01 .el-carousel__indicator--horizontal .el-carousel__button {
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, .25);
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: .5
}

.main_banner_01 .el-carousel__indicator--horizontal.is-active .el-carousel__button {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    opacity: 1
}

.main_banner_01 .el-carousel__container .el-carousel__arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 1;
    background: rgba(0, 0, 0, .25)
}

.main_banner_01 .el-carousel__container .el-carousel__arrow--left {
    left: -30px
}

.main_banner_01 .el-carousel__container .el-carousel__arrow--left .el-icon-arrow-left {
    padding-left: 20px
}

.main_banner_01 .el-carousel__container .el-carousel__arrow--right {
    right: -30px
}

.main_banner_01 .el-carousel__container .el-carousel__arrow--right .el-icon-arrow-right {
    padding-right: 20px
}

.group_warp .el-carousel__indicator--horizontal .el-carousel__button {
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, .25);
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: .5
}

.group_warp .el-carousel__indicator--horizontal.is-active .el-carousel__button {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    opacity: 1
}

.group_warp .el-carousel__container .el-carousel__arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 1;
    background: rgba(0, 0, 0, .25)
}

.group_warp .el-carousel__container .el-carousel__arrow--left {
    left: -30px
}

.group_warp .el-carousel__container .el-carousel__arrow--left .el-icon-arrow-left {
    padding-left: 20px
}

.group_warp .el-carousel__container .el-carousel__arrow--right {
    right: -30px
}

.group_warp .el-carousel__container .el-carousel__arrow--right .el-icon-arrow-right {
    padding-right: 20px
}

.diy_part_wrap[data-v-035debfb] {
    background: #f9f9f9;
    padding: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.adv_01_wrap[data-v-035debfb] {
    width: 1210px;
    position: relative;
    margin: 0 auto
}

.adv_01_wrap_full[data-v-035debfb] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.adv_01_wrap_full a[data-v-035debfb] {
    width: 1210px;
    display: flex;
    align-items: center;
    justify-content: center
}

.flash_wrap[data-v-035debfb] {
    width: 768px;
    height: 183px;
    margin-bottom: 20px
}

.modal_img[data-v-035debfb] {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.adv_01_img_thumb[data-v-035debfb] {
    min-height: 50px;
    background: #efefef;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.adv_01_img[data-v-035debfb] {
    max-width: 100%;
    max-height: 100%
}

.modal_tip_color[data-v-035debfb] {
    color: #136cd8;
    font-size: 12px;
    display: block;
    padding: 10px 0
}

.table_left_con[data-v-035debfb] {
    font-weight: 700;
    color: #333
}

.table_left_require[data-v-035debfb] {
    color: #ff4e00
}

.adv_02_part[data-v-035debfb] {
    width: 1210px;
    height: 344px;
    background: #fff;
    margin: 0 auto
}

.adv_02_part .adv_02_left[data-v-035debfb] {
    width: 215px;
    height: 344px;
    position: relative;
    cursor: pointer;
    float: left
}

.adv_02_part .adv_02_left a[data-v-035debfb] {
    display: inline-block;
    width: 100%;
    height: 100%
}

.adv_02_part .adv_02_left a[data-v-035debfb]:hover {
    opacity: .65
}

.adv_02_part .adv_02_left img[data-v-035debfb] {
    max-width: 100%;
    max-height: 100%
}

.adv_02_part .adv_02_center[data-v-035debfb] {
    float: left;
    width: 736px;
    height: 344px;
    position: relative
}

.adv_02_part .adv_02_center .split_h[data-v-035debfb] {
    position: absolute;
    width: 736px;
    height: 1px;
    background-color: rgba(0, 0, 0, .05);
    top: 172px;
    left: 0;
    z-index: 2
}

.adv_02_part .adv_02_center .split_v[data-v-035debfb] {
    position: absolute;
    width: 1px;
    height: 344px;
    background-color: rgba(0, 0, 0, .05);
    left: 368px;
    top: 0;
    z-index: 2
}

.adv_02_part .adv_02_right[data-v-035debfb] {
    width: 253px;
    height: 344px;
    float: left;
    margin-left: 5px;
    position: relative
}

.imgs_wrap[data-v-035debfb] {
    width: 100%;
    height: 170px;
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px
}

.adv_more_img_wrap[data-v-035debfb] {
    position: relative;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px dashed #eee;
    margin-left: 10px
}

.adv_more_img_wrap[data-v-035debfb]:hover,
.seleImg[data-v-035debfb] {
    background-color: #fff3da;
    border-color: #fbcfac
}

.adv_more_img_wrap .del_img[data-v-035debfb] {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 5px;
    background: #fe9700;
    font-size: 12px;
    color: #fff
}

.adv_02_right .right_img_item[data-v-035debfb] {
    position: relative;
    width: 253px;
    height: 108px;
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 6px
}

.adv_02_right .right_img_item a[data-v-035debfb] {
    display: block;
    width: 100%;
    height: 100%
}

.adv_02_right .right_img_item a[data-v-035debfb]:hover {
    opacity: .65
}

.adv_02_right .right_img_item img[data-v-035debfb] {
    max-width: 100%;
    max-height: 100%
}

.modal_goods_wrap[data-v-035debfb] {
    width: 175px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 10px 10px 0;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer
}

.goods_img[data-v-035debfb] {
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.modal_goods_wrap .goods_img img[data-v-035debfb] {
    max-width: 100%;
    max-height: 100%
}

.modal_goods_wrap .goods_right[data-v-035debfb] {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 5px
}

.modal_goods_wrap .goods_name[data-v-035debfb] {
    color: #666;
    font-size: 12px
}

.modal_goods_wrap .goods_price[data-v-035debfb] {
    color: #f30213;
    font-size: 12px
}

.adv_02_center .goods_item[data-v-035debfb] {
    width: 363px;
    height: 171px;
    padding: 6px;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box
}

.adv_02_center .goods_item .left[data-v-035debfb] {
    float: left;
    width: 160px;
    height: 160px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    padding-top: 0;
    transition: transform .5s
}

.adv_02_center .goods_item .left[data-v-035debfb]:hover {
    transform: translateX(-4px)
}

.adv_02_center .goods_item .left img[data-v-035debfb] {
    max-width: 140px;
    max-height: 140px;
    margin-top: 10px
}

.adv_02_center .goods_item .right[data-v-035debfb] {
    float: right;
    width: 180px;
    margin-left: 0
}

.adv_02_center .goods_item .right .goods_name[data-v-035debfb] {
    color: #333;
    font-size: 14px;
    height: 41.6px;
    margin-bottom: 0;
    margin-top: 18px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal
}

.adv_02_center .goods_item .right .buy_num[data-v-035debfb] {
    color: #666;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 3px
}

.adv_02_center .goods_item .right .buy[data-v-035debfb] {
    padding: 5px 17px;
    background: #1861c4;
    font-size: 16px;
    font-weight: 700;
    border-radius: 14px;
    color: #fff
}

.adv_02_center .goods_item .right .price[data-v-035debfb] {
    margin-bottom: 18px;
    text-align: left;
    width: auto;
    height: auto;
    line-height: 24px
}

.adv_02_center .goods_item .right .price span[data-v-035debfb] {
    color: #1861c4
}

.adv_02_center .goods_item .right .price .unit[data-v-035debfb] {
    font-size: 12px;
    margin-right: 2px;
    font-weight: 700
}

.adv_02_center .goods_item .right .price .integer[data-v-035debfb] {
    font-size: 18px;
    font-weight: 700
}

.adv_02_center .goods_item .right .price .decimal[data-v-035debfb] {
    font-size: .83rem
}

.adv_02_center .goods_item .right .price .del[data-v-035debfb] {
    color: #999;
    font-size: .83rem;
    text-decoration: line-through;
    margin-left: 10px
}

.adv_05_wrap .floor[data-v-035debfb] {
    width: 100%;
    position: relative
}

.adv_05_wrap .floor_layout[data-v-035debfb] {
    height: auto
}

.adv_05_wrap .floor_title[data-v-035debfb] {
    height: 45px;
    line-height: 45px;
    position: relative
}

.adv_05_wrap .floor_title h2[data-v-035debfb] {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #333;
    float: left
}

.adv_05_wrap .floor_title h2 span[data-v-035debfb] {
    height: 45px;
    line-height: 45px
}

.adv_05_wrap .floor_title h2 span.main_title[data-v-035debfb] {
    font-size: 20px;
    font-weight: 700;
    color: #3d3d3d
}

.adv_05_wrap .floor_title h2 span.sub_title[data-v-035debfb] {
    font-size: 16px;
    font-style: italic;
    line-height: 47px;
    color: #a4a4a4;
    margin: 0 0 0 10px
}

.adv_05_wrap .floor_title .right_action[data-v-035debfb] {
    display: inline-block;
    margin: 0 12px 0 0;
    float: right
}

.adv_05_wrap .floor_title .right_action a[data-v-035debfb] {
    font-size: 14px;
    color: #333
}

.adv_05_wrap .floor_content[data-v-035debfb] {
    height: 482px;
    background-color: #fff;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    overflow: hidden
}

.adv_05_wrap .floor_content .floor_left[data-v-035debfb] {
    width: 298px;
    height: 482px;
    float: left;
    overflow: hidden
}

.adv_05_wrap .floor_content .floor_left .floor_bg_img[data-v-035debfb] {
    width: 298px;
    height: 482px;
    overflow: hidden;
    position: relative
}

.adv_05_wrap .floor_content .floor_left .floor_words[data-v-035debfb] {
    position: relative;
    width: 260px;
    height: 160px;
    margin: -182px 19px 22px 19px;
    padding: 14px 31px 24px 30px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box
}

.floor_words .floor_words_top_title[data-v-035debfb] {
    position: relative;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden
}

.floor_words .cat_data_wrap[data-v-035debfb] {
    position: relative
}

.floor_words .floor_words_top_title font[data-v-035debfb] {
    display: inline-block;
    width: 39px;
    height: 1px;
    background: #d4d4d4;
    position: relative;
    top: -4px
}

.floor_words .floor_words_top_title span[data-v-035debfb] {
    font-size: 14px;
    font-weight: 700;
    color: #101010;
    margin: 0 9px
}

.adv_05_wrap .floor_content .floor_left .floor_words ul[data-v-035debfb] {
    width: 100%;
    height: 86px;
    margin: 16px 0 0 0;
    overflow: hidden
}

.adv_05_wrap .floor_content .floor_left .floor_words li[data-v-035debfb] {
    float: left;
    width: 66px;
    padding-left: 0;
    margin: 0 0 18px 0;
    height: 14px;
    line-height: 14px;
    overflow: hidden
}

.adv_05_wrap .floor_content .floor_left .floor_words li a[data-v-035debfb] {
    font-size: 12px;
    color: #6d6d6d;
    font-weight: 400
}

.adv_05_wrap .floor_content .floor_left .floor_words li a[data-v-035debfb]:hover {
    color: #ff4e00
}

.adv_05_wrap .floor_content .floor_left .floor_bg_img .ad_img[data-v-035debfb] {
    width: 298px;
    height: 482px;
    display: block
}

.adv_05_wrap .floor_content .ad_img img[data-v-035debfb] {
    width: 100%;
    height: 100%
}

.adv_05_wrap .floor_content .floor_right[data-v-035debfb] {
    width: 912px;
    height: 482px;
    border-style: solid;
    border-color: #f30213;
    border-width: 2px 0 0 0;
    float: left;
    position: relative;
    background-color: #fff
}

.adv_05_wrap .floor_content .floor_right .floor_right_main[data-v-035debfb] {
    width: 662px;
    height: 482px;
    float: left;
    position: relative
}

.adv_05_wrap .floor_content .floor_right .floor_right_new[data-v-035debfb] {
    width: 250px;
    height: 480px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
    border-width: 0 0 0 1px;
    padding: 5px 10px 0 10px;
    float: right;
    position: relative;
    box-sizing: border-box
}

.floor_right_new .floor_right_new_top_title[data-v-035debfb] {
    height: 30px;
    line-height: 30px;
    margin: 0 0 6px 0;
    text-align: center;
    overflow: hidden;
    position: relative
}

.floor_right_new .floor_right_new_top_title font[data-v-035debfb] {
    display: inline-block;
    width: 39px;
    height: 1px;
    background: #f30213;
    position: relative;
    top: -4px
}

.floor_right_new .floor_right_new_top_title span[data-v-035debfb] {
    font-size: 14px;
    font-weight: 700;
    color: #f30213;
    margin: 0 9px
}

.adv_05_wrap .floor_right_new .floor_content[data-v-035debfb] {
    height: 450px
}

.adv_05_wrap .floor_right_new .floor_content .item[data-v-035debfb] {
    width: 230px;
    height: 110px;
    padding: 10px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
    border-width: 0 0 1px 0;
    box-sizing: border-box
}

.adv_05_wrap .floor_right_new .floor_content .item .wrap[data-v-035debfb] {
    width: 230px
}

.adv_05_wrap .floor_right_new .floor_content .item .left_pic[data-v-035debfb] {
    width: 90px;
    height: 90px;
    float: left
}

.adv_05_wrap .floor_right_new .floor_content .item .left_pic .ad_img[data-v-035debfb] {
    width: 90px;
    height: 90px;
    display: block;
    overflow: hidden
}

.adv_05_wrap .floor_right_new .floor_content .item .right_info[data-v-035debfb] {
    width: 140px;
    height: 90px;
    padding: 10px 0 0 10px;
    overflow: hidden;
    box-sizing: border-box
}

.adv_05_wrap .floor_right_new .floor_content .item .right_info .title[data-v-035debfb] {
    margin-bottom: 15px;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: normal;
    background: #fff;
    letter-spacing: 0;
    font-size: 12px
}

.adv_05_wrap .floor_right_new .floor_content .item .right_info .title a[data-v-035debfb] {
    line-height: 19px !important;
    font-size: 12px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: normal
}

.adv_05_wrap .floor_right_new .floor_content .item .right_info .price[data-v-035debfb] {
    color: #1861c4;
    font-weight: 700;
    font-size: 12px;
    width: auto;
    height: auto;
    line-height: 20px;
    text-align: left
}

.adv_05_wrap .floor_right_new .floor_content .item .right_info .price .money_number[data-v-035debfb] {
    margin: 0 0 0 -3px;
    color: #1861c4;
    font-size: 18px;
    font-weight: 700
}

.adv_05_wrap .floor_right_main .floor_content[data-v-035debfb] {
    height: 480px
}

.adv_05_wrap .floor_right_main .floor_content .item[data-v-035debfb] {
    width: 220px;
    height: 240px;
    padding: 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
    border-width: 0 0 1px 1px;
    float: left;
    box-sizing: border-box
}

.adv_05_wrap .floor_right_main .floor_content .item .wrap[data-v-035debfb] {
    width: 199px
}

.adv_05_wrap .floor_right_main .floor_content .bottom_item[data-v-035debfb] {
    border-width: 0 0 0 1px
}

.adv_05_wrap .floor_right_main .floor_content .item .ad_img[data-v-035debfb] {
    width: 162px;
    height: 162px;
    margin: 0 auto;
    display: block;
    transition: transform .5s
}

.adv_05_wrap .floor_right_main .floor_content .item .ad_img[data-v-035debfb]:hover {
    transform: translateX(-4px)
}

.adv_05_wrap .floor_right_main .floor_content .item .title[data-v-035debfb] {
    margin: 10px 0 5px 0;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: normal;
    font-size: 12px;
    background: #fff;
    letter-spacing: 0;
    width: 162px;
    margin-left: 18px
}

.adv_05_wrap .floor_right_main .floor_content .item .title a[data-v-035debfb] {
    font-size: 12px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.adv_05_wrap .floor_right_main .floor_content .item .price[data-v-035debfb] {
    color: #1861c4;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    width: auto;
    height: auto;
    line-height: 20px;
    text-align: left;
    width: 162px;
    margin-left: 18px
}

.adv_05_wrap .floor_right_main .floor_content .item .price .money_number[data-v-035debfb] {
    font-size: 18px;
    margin-left: -3px
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item[data-v-035debfb] {
    width: 440px;
    padding: 0
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item .wrap[data-v-035debfb] {
    width: 440px;
    padding: 39px 34px;
    box-sizing: border-box
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item .left_pic[data-v-035debfb] {
    width: 162px;
    height: 162px;
    float: left
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item .left_pic .ad_img[data-v-035debfb] {
    width: 162px;
    height: 162px;
    display: block;
    transition: transform .5s
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item .left_pic .ad_img[data-v-035debfb]:hover {
    transform: translateX(-4px)
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item .right_info[data-v-035debfb] {
    width: 191px;
    height: 162px;
    margin: 0 0 0 18px;
    float: right;
    overflow: hidden
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item .right_info .title[data-v-035debfb] {
    margin-bottom: 5px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: normal;
    background: #fff;
    font-size: 12px;
    letter-spacing: 0
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item .right_info .title a[data-v-035debfb] {
    line-height: 18px !important;
    font-size: 12px
}

.floor-con3 .ad_img img[data-v-035debfb] {
    width: 100%;
    height: 100%
}

.adv_05_wrap .example_text[data-v-035debfb] {
    color: #777;
    text-align: center;
    position: relative;
    background: #fff !important;
    font-weight: 300
}

.adv_05_wrap .example_text span[data-v-035debfb] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 15px !important
}

.adv_05_wrap .floor_left .floor_bg_img a.ad_img[data-v-035debfb]:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 482px;
    top: 0;
    left: -150px;
    overflow: hidden;
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg)
}

.adv_05_wrap .floor_left .floor_bg_img a.ad_img[data-v-035debfb]:hover:before {
    transition: left .5s;
    left: 320px
}

.adv_05_wrap .floor_right_main .floor_content .ad_img[data-v-035debfb],
.adv_05_wrap .floor_right_new .floor_content .item .left_pic .ad_img[data-v-035debfb] {
    transition: transform .5s
}

.adv_05_wrap .floor_right_new .floor_content .item .left_pic .ad_img[data-v-035debfb]:hover {
    transform: translateX(4px)
}

.w_sld_react_1210[data-v-035debfb] {
    margin: 0 auto
}

.w_sld_react_1200[data-v-035debfb] {
    width: 1620px;
    margin: 0 auto
}

.w_sld_react_1210[data-v-035debfb] {
    width: 1210px
}

.adv_04_wrap[data-v-035debfb] {
    height: auto;
    min-height: 374px
}

.adv_04_wrap .floor_title[data-v-035debfb] {
    position: relative;
    margin-bottom: 24px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    margin-top: 10px
}

.adv_04_wrap .floor_title h2[data-v-035debfb] {
    width: 100%;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
    font-family: Poppins-Regular;
    font-weight: 800;
    font-size: 32px;
    color: #333;
    height: 34px
}

.adv_04_wrap .floor_title h2 font[data-v-035debfb] {
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #1861c4;
    position: relative;
    top: 20px
}

.adv_04_wrap .floor_title h2 span[data-v-035debfb] {
    font-family: Poppins-Regular;
    font-weight: 800;
    font-size: 32px;
    margin: 0 20px;
    color: #1861c4;
    width: auto;
    min-width: 30px;
    height: 34px;
    line-height: 34px;
    text-indent: 3px;
    display: inline-block
}

.adv_04_wrap .floor_goods[data-v-035debfb] {
    position: relative;
    width: 100%;
    overflow: hidden
}

.adv_04_wrap .floor_goods .item[data-v-035debfb] {
    float: left;
    width: 260px;
    height: 310px;
    margin: 0 12px 12px 0;
    background-color: #fff;
    box-sizing: border-box
}

.adv_04_wrap .floor_goods .item[data-v-035debfb]:nth-child(6n+6) {
    margin-right: 0 !important
}

.adv_04_wrap .floor_goods .item .wrap[data-v-035debfb] {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    font-size: 14px;
    position: relative
}

.adv_04_wrap .floor_goods .item .wrap img[data-v-035debfb] {
    width: 230px;
    height: 230px;
    display: block
}

.adv_04_wrap .floor_goods .item .wrap .example_text[data-v-035debfb] {
    width: 230px;
    height: 230px;
    display: block;
    color: #777;
    text-align: center;
    position: relative;
    background: #eee !important;
    font-weight: 300;
    transition: opacity .5s ease
}

.adv_04_wrap .floor_goods .item .wrap .example_text[data-v-035debfb]:hover {
    opacity: .65
}

.adv_04_wrap .floor_goods .item .wrap .example_text span[data-v-035debfb] {
    margin-top: -24px;
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    font-size: 15px !important
}

.adv_04_wrap .floor_goods .item .wrap .title[data-v-035debfb] {
    margin: 12px;
    max-height: 39px;
    height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: normal;
    display: inline-block;
    background: #fff;
    letter-spacing: 0
}

.adv_04_wrap .floor_goods .item .wrap .title a[data-v-035debfb] {
    font-family: Poppins-Regular;
    font-weight: 500;
    font-size: 14px;
    color: #0c0c0c;
    line-height: 19px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal
}

.adv_04_wrap .floor_goods .item .wrap .goods_sub_info[data-v-035debfb] {
    font-family: Poppins-Regular;
    font-weight: 500;
    font-size: 12px;
    color: #666;
    line-height: 120%;
    margin: 0 12px 8px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.adv_04_wrap .floor_goods .item .wrap .price[data-v-035debfb] {
    font-family: Poppins-Regular;
    font-weight: 700;
    font-size: 15px;
    color: #ff4e00;
    margin: 0 12px;
    padding-top: 4px;
    font-family: Arial, Helvetica, sans-serif
}

.adv_04_wrap .floor_goods .item .wrap .price>span[data-v-035debfb] {
    display: inline-block
}

.adv_04_wrap .floor_goods .item .wrap .price .money_number[data-v-035debfb] {
    font-size: 20px;
    font-weight: 700
}

.adv_04_wrap .floor_goods .item .wrap .price .money_unit[data-v-035debfb] {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 15px;
    color: #444;
    margin-left: 4px;
    position: relative;
    top: -1px
}

.allow_show_edit .adv_06 .adv_06_wrap .item[data-v-035debfb],
.allow_show_edit .adv_06 .adv_06_wrap .item a[data-v-035debfb] {
    height: 350px
}

.adv_06 .adv_06_wrap[data-v-035debfb] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_06 .adv_06_wrap .item[data-v-035debfb] {
    float: left;
    width: 302px;
    overflow: hidden
}

.adv_06 .adv_06_wrap .item a[data-v-035debfb] {
    transition: opacity .5s ease;
    display: block;
    width: 302px
}

.adv_06 .adv_06_wrap .item a[data-v-035debfb]:hover {
    opacity: .65
}

.adv_06 .adv_06_wrap .item a img[data-v-035debfb] {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.adv_06 .adv_06_wrap .item .show_tip[data-v-035debfb] {
    color: #777;
    text-align: center;
    position: relative;
    background: #eee !important;
    font-weight: 300
}

.adv_06 .adv_06_wrap .item .show_tip[data-v-035debfb]:hover {
    background: #dedede !important
}

.adv_06 .adv_06_wrap .item .show_tip span[data-v-035debfb] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 15px !important
}

.allow_show_edit .adv_07 .adv_07_wrap .item[data-v-035debfb],
.allow_show_edit .adv_07 .adv_07_wrap .item a[data-v-035debfb] {
    height: 100px
}

.adv_07 .adv_07_wrap[data-v-035debfb] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_07 .adv_07_wrap .item[data-v-035debfb] {
    float: left;
    width: 403px;
    overflow: hidden
}

.adv_07 .adv_07_wrap .item a[data-v-035debfb] {
    transition: opacity .5s ease;
    display: block;
    width: 403px
}

.adv_07 .adv_07_wrap .item a[data-v-035debfb]:hover {
    opacity: .65
}

.adv_07 .adv_07_wrap .item a img[data-v-035debfb] {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.adv_07 .adv_07_wrap .item .show_tip[data-v-035debfb] {
    color: #777;
    text-align: center;
    position: relative;
    background: #eee !important;
    font-weight: 300
}

.adv_07 .adv_07_wrap .item .show_tip[data-v-035debfb]:hover {
    background: #dedede !important
}

.adv_07 .adv_07_wrap .item .show_tip span[data-v-035debfb] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 15px !important
}

.allow_show_edit .adv_08 .adv_08_wrap .item[data-v-035debfb],
.allow_show_edit .adv_08 .adv_08_wrap .item a[data-v-035debfb] {
    height: 350px
}

.adv_08 .adv_08_wrap[data-v-035debfb] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_08 .adv_08_wrap .item[data-v-035debfb] {
    float: left;
    width: 242px;
    overflow: hidden
}

.adv_08 .adv_08_wrap .item a[data-v-035debfb] {
    transition: opacity .5s ease;
    display: block;
    width: 242px;
    line-height: 0
}

.adv_08 .adv_08_wrap .item a[data-v-035debfb]:hover {
    opacity: .65
}

.adv_08 .adv_08_wrap .item a img[data-v-035debfb] {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.adv_08 .adv_08_wrap .item .show_tip[data-v-035debfb] {
    color: #777;
    text-align: center;
    position: relative;
    background: #eee !important;
    font-weight: 300
}

.adv_08 .adv_08_wrap .item .show_tip[data-v-035debfb]:hover {
    background: #dedede !important
}

.adv_08 .adv_08_wrap .item .show_tip span[data-v-035debfb] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 15px !important
}

.adv_09 .adv_09_wrap[data-v-035debfb] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_09 .adv_09_wrap .item[data-v-035debfb] {
    float: left;
    width: 396px;
    height: 450px;
    background-color: #fff;
    padding-top: 0
}

.adv_09 .adv_09_wrap .item.right[data-v-035debfb] {
    margin-left: 0
}

.adv_09 .adv_09_wrap .item .top_title[data-v-035debfb] {
    font-size: 23px;
    text-align: center;
    height: 58px;
    line-height: 58px;
    position: relative;
    cursor: pointer
}

.adv_09 .adv_09_wrap .item .main_con[data-v-035debfb] {
    background-color: #fff;
    margin: 10px;
    height: 372px;
    overflow: hidden;
    position: relative
}

.adv_09 .adv_09_wrap .item.left .main_con a[data-v-035debfb] {
    width: 187px;
    height: 123px;
    float: left;
    border-style: solid;
    border-color: rgba(0, 0, 0, .1);
    border-width: 0 0 1px 1px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.adv_09 .adv_09_wrap .item.right .main_con a[data-v-035debfb]:first-child,
.adv_09 .adv_09_wrap .item.right .main_con a[data-v-035debfb]:nth-child(4) {
    border-left: 0
}

.adv_09 .adv_09_wrap .item.left .main_con .first[data-v-035debfb] {
    border-width: 0 0 1px 0
}

.adv_09 .adv_09_wrap .item .main_con a span[data-v-035debfb] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 13px !important;
    color: #777
}

.adv_09 .adv_09_wrap .item.center[data-v-035debfb] {
    margin: 0 10px
}

.adv_09 .adv_09_wrap .item.center .main_con a[data-v-035debfb] {
    width: 376px;
    height: 123px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative;
    text-align: center
}

.adv_09 .adv_09_wrap .item.right .main_con a.first[data-v-035debfb] {
    border-width: 0 0 1px 0
}

.adv_09 .adv_09_wrap .item.right .main_con a[data-v-035debfb] {
    width: 124px;
    height: 185px;
    float: left;
    border-style: solid;
    border-color: rgba(0, 0, 0, .1);
    border-width: 0 0 1px 1px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.adv_09 .adv_09_wrap .item .main_con a img[data-v-035debfb] {
    max-width: 100%;
    max-height: 100%
}

.adv_10 .adv_10_wrap[data-v-035debfb] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_10 .adv_10_wrap .row_five[data-v-035debfb],
.adv_10 .adv_10_wrap .row_four[data-v-035debfb],
.adv_10 .adv_10_wrap .row_one[data-v-035debfb] {
    position: relative
}

.adv_10 .adv_10_wrap .row_one a[data-v-035debfb] {
    width: 100%;
    height: 30px;
    display: block;
    margin-top: 10px
}

.adv_10 .adv_10_wrap a[data-v-035debfb] {
    background: #fff;
    text-align: center;
    transition: transform .5s
}

.adv_10 .adv_10_wrap a img[data-v-035debfb] {
    max-width: 100%;
    max-height: 100%
}

.adv_10 .adv_10_wrap a span[data-v-035debfb] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 13px !important;
    color: #777
}

.adv_10 .adv_10_wrap .row_five a[data-v-035debfb],
.adv_10 .adv_10_wrap .row_four a[data-v-035debfb],
.adv_10 .adv_10_wrap .row_one a[data-v-035debfb] {
    position: relative
}

.adv_10 .adv_10_wrap .row_four[data-v-035debfb] {
    height: 220px;
    margin: 10px 0
}

.adv_10 .adv_10_wrap .row_four a[data-v-035debfb] {
    width: 295px;
    height: 220px;
    float: left;
    margin: 0 10px 0 0;
    display: block
}

.adv_10 .adv_10_wrap .row_five a[data-v-035debfb]:last-child,
.adv_10 .adv_10_wrap .row_four a[data-v-035debfb]:last-child {
    margin: 0
}

.adv_10 .adv_10_wrap .row_five[data-v-035debfb] {
    height: 130px;
    margin: 10px 0
}

.adv_10 .adv_10_wrap .row_five a[data-v-035debfb] {
    width: 234px;
    height: 130px;
    float: left;
    margin: 0 10px 0 0;
    display: block
}

.adv_10 .adv_10_wrap a[data-v-035debfb]:hover {
    transform: translateX(-4px)
}

.adv_11 .adv_11_wrap[data-v-035debfb] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_11 .adv_11_wrap .item[data-v-035debfb] {
    float: left;
    height: 535px;
    position: relative
}

.adv_11 .adv_11_wrap .item a[data-v-035debfb] {
    background: #fff;
    position: relative;
    text-align: center;
    transition: transform .5s
}

.adv_11 .adv_11_wrap .item a[data-v-035debfb]:hover {
    transform: translateX(-4px)
}

.adv_11 .adv_11_wrap .item a img[data-v-035debfb] {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.adv_11 .adv_11_wrap .item a span[data-v-035debfb] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 13px !important;
    color: #777
}

.adv_11 .adv_11_wrap .row_left[data-v-035debfb] {
    width: 800px
}

.adv_11 .adv_11_wrap .row_left .lb_margin[data-v-035debfb] {
    margin: 0 0 10px 10px
}

.adv_11 .adv_11_wrap .row_right[data-v-035debfb] {
    width: 400px;
    margin-left: 10px
}

.adv_11 .adv_11_wrap .row_left a[data-v-035debfb] {
    float: left;
    width: 395px;
    height: 170px;
    display: block
}

.adv_11 .adv_11_wrap .row_right .top[data-v-035debfb] {
    height: 350px;
    position: relative
}

.adv_11 .adv_11_wrap .row_right .top a[data-v-035debfb] {
    height: 350px;
    width: 400px;
    display: block
}

.adv_11 .adv_11_wrap .row_right .bottom[data-v-035debfb] {
    height: 170px;
    margin-top: 10px;
    position: relative
}

.adv_11 .adv_11_wrap .row_right .bottom a[data-v-035debfb] {
    height: 170px;
    width: 400px;
    display: block
}

.adv_12 .adv_12_wrap[data-v-035debfb] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_12 .adv_12_wrap .item[data-v-035debfb] {
    float: left;
    width: 396px;
    background-color: #fff;
    height: 450px;
    padding: 10px;
    position: relative;
    box-sizing: border-box
}

.adv_12 .adv_12_wrap .item[data-v-035debfb]:first-child {
    margin-right: 10px
}

.adv_12 .adv_12_wrap .item[data-v-035debfb]:last-child {
    margin-left: 10px
}

.adv_12 .adv_12_wrap .item.clear_padding[data-v-035debfb] {
    padding: 0
}

.adv_12 .adv_12_wrap .item .l_img[data-v-035debfb] {
    width: 396px;
    height: 450px;
    display: block;
    overflow: hidden;
    position: relative
}

.adv_12 .adv_12_wrap .item .l_img[data-v-035debfb]:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 450px;
    top: 0;
    left: -150px;
    overflow: hidden;
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg)
}

.adv_12 .adv_12_wrap .item.left a[data-v-035debfb]:hover {
    color: #0c0c0c
}

.adv_12 .adv_12_wrap .item.left a[data-v-035debfb]:hover:before {
    transition: left .5s;
    left: 450px
}

.adv_12 .adv_12_wrap .item a[data-v-035debfb] {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    display: inline-block
}

.adv_12 .adv_12_wrap .item a img[data-v-035debfb] {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.adv_12 .adv_12_wrap .item a span[data-v-035debfb] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 13px !important;
    color: #777
}

.adv_12 .adv_12_wrap .item.center a[data-v-035debfb] {
    float: left;
    width: 183px;
    height: 210px;
    margin-bottom: 10px;
    display: block
}

.adv_12 .adv_12_wrap .item.center a[data-v-035debfb],
.adv_12 .adv_12_wrap .item.right .img_bottom a[data-v-035debfb],
.adv_12 .adv_12_wrap .item.right .img_top a[data-v-035debfb] {
    transition: transform .5s
}

.adv_12 .adv_12_wrap .item.center a.l_b_margin[data-v-035debfb] {
    margin-left: 10px;
    margin-bottom: 10px
}

.adv_12 .adv_12_wrap .item.center a[data-v-035debfb]:hover,
.adv_12 .adv_12_wrap .item.right .img_bottom a[data-v-035debfb]:hover,
.adv_12 .adv_12_wrap .item.right .img_top a[data-v-035debfb]:hover {
    transform: scale(1.05)
}

.adv_12 .adv_12_wrap .item.right .title_wrap[data-v-035debfb] {
    height: 50px;
    line-height: 50px;
    position: relative
}

.adv_12 .adv_12_wrap .item.right .title_wrap .title[data-v-035debfb] {
    font-size: 19px;
    color: #666;
    display: inline;
    background: #fff
}

.adv_12 .adv_12_wrap .item.right .title_wrap .title span[data-v-035debfb] {
    margin: 0 18px 0 5px
}

.adv_12 .adv_12_wrap .item.right .title_wrap .subtitle[data-v-035debfb] {
    font-size: 12px;
    color: #666;
    display: inline
}

.adv_12 .adv_12_wrap .item.right .img_top[data-v-035debfb] {
    width: 376px;
    height: 180px;
    margin: 10px 0;
    position: relative
}

.adv_12 .adv_12_wrap .item.right .img_bottom[data-v-035debfb] {
    position: relative;
    width: 376px;
    height: 180px
}

.adv_12 .adv_12_wrap .item.right .img_bottom a[data-v-035debfb] {
    float: left;
    width: 183px;
    height: 180px;
    position: relative;
    text-align: center
}

.adv_12 .adv_12_wrap .item.right .img_bottom a[data-v-035debfb]:last-child {
    margin-left: 10px
}

.adv_13 .adv_13_wrap[data-v-035debfb] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_13 .adv_13_wrap .item[data-v-035debfb] {
    float: left;
    width: 396px;
    background-color: #fff;
    height: 450px;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    margin-left: 0
}

.adv_13 .adv_13_wrap .item[data-v-035debfb]:first-child {
    margin-right: 10px
}

.adv_13 .adv_13_wrap .item[data-v-035debfb]:last-child {
    margin-left: 10px
}

.adv_13 .adv_13_wrap .item.clear_padding[data-v-035debfb] {
    padding: 0
}

.adv_13 .adv_13_wrap .item .l_img[data-v-035debfb] {
    width: 396px;
    height: 450px;
    display: block;
    overflow: hidden;
    position: relative
}

.adv_13 .adv_13_wrap .item .l_img[data-v-035debfb]:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 450px;
    top: 0;
    left: -150px;
    overflow: hidden;
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg)
}

.adv_13 .adv_13_wrap .item.left a[data-v-035debfb]:hover {
    color: #0c0c0c
}

.adv_13 .adv_13_wrap .item.left a[data-v-035debfb]:hover:before {
    transition: left .5s;
    left: 450px
}

.adv_13 .adv_13_wrap .item a[data-v-035debfb] {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    display: inline-block
}

.adv_13 .adv_13_wrap .item a img[data-v-035debfb] {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.adv_13 .adv_13_wrap .item a span[data-v-035debfb] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 13px !important;
    color: #777
}

.adv_13 .adv_13_wrap .item.center a[data-v-035debfb] {
    float: left;
    width: 183px;
    height: 210px;
    margin-bottom: 10px;
    display: block
}

.adv_13 .adv_13_wrap .item.center a[data-v-035debfb],
.adv_13 .adv_13_wrap .item.right .img_bottom a[data-v-035debfb],
.adv_13 .adv_13_wrap .item.right .img_top a[data-v-035debfb] {
    transition: transform .5s
}

.adv_13 .adv_13_wrap .item.center a.l_b_margin[data-v-035debfb] {
    margin-left: 10px;
    margin-bottom: 10px
}

.adv_13 .adv_13_wrap .item.center a[data-v-035debfb]:hover,
.adv_13 .adv_13_wrap .item.right .img_bottom a[data-v-035debfb]:hover,
.adv_13 .adv_13_wrap .item.right .img_top a[data-v-035debfb]:hover {
    transform: scale(1.05)
}

.adv_13 .adv_13_wrap .item.right .title_wrap[data-v-035debfb] {
    height: 50px;
    line-height: 50px;
    position: relative
}

.adv_13 .adv_13_wrap .item.right .title_wrap .title[data-v-035debfb] {
    font-size: 19px;
    color: #666;
    display: inline;
    background: #fff
}

.adv_13 .adv_13_wrap .item.right .title_wrap .title span[data-v-035debfb] {
    margin: 0 18px 0 5px
}

.adv_13 .adv_13_wrap .item.right .title_wrap .subtitle[data-v-035debfb] {
    font-size: 12px;
    color: #666;
    display: inline
}

.adv_13 .adv_13_wrap .item.right .img_top[data-v-035debfb] {
    width: 376px;
    height: 180px;
    margin: 10px 0;
    position: relative;
    overflow: hidden
}

.adv_13 .adv_13_wrap .item.right .img_bottom[data-v-035debfb] {
    position: relative;
    width: 376px;
    height: 180px
}

.adv_13 .adv_13_wrap .item.right .img_bottom a[data-v-035debfb] {
    float: left;
    width: 183px;
    height: 180px;
    position: relative;
    text-align: center
}

.adv_13 .adv_13_wrap .item.right .img_bottom a[data-v-035debfb]:last-child {
    margin-left: 10px
}

.adv_14 .adv_14_wrap[data-v-035debfb],
.adv_15 .adv_15_wrap[data-v-035debfb] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_15 .adv_15_wrap .top_title[data-v-035debfb] {
    width: 1210px;
    height: 40px;
    line-height: 40px;
    border-style: solid;
    border-width: 0 0 2px 0;
    box-sizing: content-box
}

.adv_15 .adv_15_wrap .top_title .title[data-v-035debfb] {
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #333;
    width: 402px;
    text-indent: 5px;
    font-weight: 400;
    float: left;
    overflow: hidden
}

.adv_15 .adv_15_wrap .top_title .tab_nav[data-v-035debfb] {
    width: auto;
    height: 40px;
    position: relative;
    float: right;
    z-index: 1
}

.adv_15 .adv_15_wrap .top_title .tab_nav li[data-v-035debfb] {
    background-color: #f2f2f2;
    width: auto;
    height: 40px;
    float: left;
    padding: 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-left: 10px;
    padding: 0 30px
}

.adv_15 .adv_15_wrap .top_title .tab_nav li i.arrow[data-v-035debfb] {
    font-style: normal;
    font-size: 0;
    line-height: 0;
    display: none;
    width: 0;
    height: 0;
    float: right;
    margin-left: -4px;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    position: absolute;
    z-index: 1;
    bottom: -12px;
    left: 50%
}

.adv_15 .adv_15_wrap .top_title .tab_nav li h3[data-v-035debfb] {
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    text-align: center
}

div[data-v-035debfb],
p[data-v-035debfb],
ul[data-v-035debfb] {
    padding: 0;
    margin: 0
}

li[data-v-035debfb],
ol[data-v-035debfb],
ul[data-v-035debfb] {
    list-style-image: none;
    list-style-type: none
}

a[data-v-035debfb] {
    cursor: pointer
}

.adv_19 .adv_19_wrap[data-v-035debfb] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_19 .sld_com_no_img[data-v-035debfb] {
    background: #fff !important
}

.adv_19 .adv_19_wrap .item[data-v-035debfb] {
    overflow: hidden
}

.adv_19 .adv_19_wrap .item[data-v-035debfb]:last-child {
    margin-left: 10px !important
}

.adv_19 .adv_19_wrap .item.left[data-v-035debfb] {
    width: 600px;
    display: inline-block;
    height: 546px;
    margin: 10px auto;
    background-color: #fff
}

.adv_19 .adv_19_wrap .item.left .top_title[data-v-035debfb] {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #f89a3f;
    color: #fff;
    padding: 0 5px 0 22px;
    overflow: hidden
}

.adv_19 .adv_19_wrap .item.left .top_title .l_title[data-v-035debfb] {
    font-size: 20px;
    float: left;
    width: 200px;
    height: 56px;
    position: relative
}

.adv_19 .adv_19_wrap .item.left .top_title .r_title[data-v-035debfb] {
    float: left;
    width: 373px;
    border-width: 0;
    height: 57px;
    line-height: 57px;
    border-style: solid;
    border-color: #eff0f1;
    text-align: right
}

.adv_19 .adv_19_wrap .item.left .top_title .r_title ul[data-v-035debfb] {
    float: right
}

.adv_19 .adv_19_wrap .item.left .top_title .r_title ul li[data-v-035debfb] {
    margin: 0 5px;
    position: relative;
    float: left;
    cursor: pointer;
    min-width: 60px;
    text-align: center
}

.adv_19 .adv_19_wrap .item.left .top_title .r_title ul li a[data-v-035debfb] {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #fff;
    background: #4da2fd;
    padding: 2px 5px 2px 1px;
    line-height: 20px;
    visibility: hidden;
    margin: 0;
    z-index: 33
}

.adv_19 .adv_19_wrap .item.left .top_title .r_title ul li .con[data-v-035debfb] {
    background-color: #ebae63;
    border: 1px solid #fde0c2;
    padding: 9px 29px;
    font-size: 13px
}

.adv_19 .adv_19_wrap .item.left .top_title .r_title ul li.sel_tab .con[data-v-035debfb] {
    background: #f89a3f
}

.adv_19 .adv_19_wrap .item.left .center[data-v-035debfb] {
    padding: 10px;
    height: auto;
    overflow: hidden
}

.adv_19 .adv_19_wrap .item.left .center .l_center[data-v-035debfb] {
    position: relative;
    width: 186px;
    height: 340px;
    display: block;
    float: left
}

.adv_19 .adv_19_wrap .item.left .center .l_center a[data-v-035debfb] {
    width: 186px;
    height: 340px;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #eee !important;
    font-weight: 300
}

.adv_19 .adv_19_wrap .item.left .center .l_center a span[data-v-035debfb] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 13px !important;
    color: #777
}

.adv_19 .adv_19_wrap .item.left .center .l_center a[data-v-035debfb]:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 409px;
    top: 0;
    left: -150px;
    overflow: hidden;
    background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0))
}

.adv_19 .adv_19_wrap .item.left .center .l_center a[data-v-035debfb]:hover:before {
    transition: left .5s;
    left: 260px
}

.adv_19 .adv_19_wrap .item.left .center .r_center[data-v-035debfb] {
    width: 394px;
    display: block;
    float: left
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel[data-v-035debfb] {
    width: 100%;
    height: 340px;
    overflow: hidden
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item[data-v-035debfb] {
    width: 197px;
    height: 170px;
    display: block;
    float: left;
    border-color: #eff0f1;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: 12px
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .title_wrap[data-v-035debfb] {
    margin: 0;
    text-align: center
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .title_wrap a[data-v-035debfb] {
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: normal
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .title_wrap a.main_title[data-v-035debfb] {
    font-size: 14px;
    color: #000
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item[data-v-035debfb] {
    margin-left: 0 !important
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .title_wrap a.sub_title[data-v-035debfb] {
    font-size: 12px;
    color: #379bc9
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .bottom_img[data-v-035debfb] {
    transition: transform .5s
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .bottom_img[data-v-035debfb]:hover {
    transform: scale(1.05)
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .bottom_img:hover a span[data-v-035debfb] {
    color: #777
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .bottom_img a[data-v-035debfb] {
    width: 172px;
    height: 106px;
    display: block
}

.adv_19 .adv_19_wrap .item.left .bottom[data-v-035debfb] {
    width: 600px;
    height: 120px;
    overflow: hidden;
    position: relative
}

.adv_19 .adv_19_wrap .item.left .bottom a[data-v-035debfb] {
    width: 187px;
    height: 120px;
    display: block;
    float: left;
    margin-left: 10px;
    osition: relative;
    overflow: hidden
}

.adv_20 .adv_20_wrap[data-v-035debfb] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden;
    flex-wrap: wrap;
    background: #fbfbfd;
    padding: 18px 0
}

.adv_20 .adv_20_wrap .adv_20_wrap_row[data-v-035debfb] {
    width: 100%;
    padding: 0 35px;
    position: relative
}

.adv_20 .adv_20_wrap .adv_20_wrap_item[data-v-035debfb] {
    flex-shrink: 0;
    width: 190px;
    margin: 18px 0
}

.adv_20 .adv_20_wrap .adv_20_wrap_item .adv_20_wrap_item_img[data-v-035debfb] {
    width: 70px;
    height: 70px;
    cursor: pointer
}

.adv_20 .adv_20_wrap .adv_20_wrap_item .adv_20_wrap_item_img img[data-v-035debfb] {
    max-width: 100%;
    max-height: 100%
}

.adv_20 .adv_20_wrap .adv_20_wrap_item .main_title[data-v-035debfb] {
    font-size: 14px;
    font-family: PingFangSC-Semibold, Poppins-Regular;
    font-weight: 600;
    color: #333;
    line-height: 20px;
    margin-top: 17px;
    cursor: pointer
}

.adv_20 .adv_20_wrap .adv_20_wrap_item .sub_title[data-v-035debfb] {
    font-size: 12px;
    font-family: PingFangSC-Regular, Poppins-Regular;
    font-weight: 400;
    color: #333;
    line-height: 17px;
    margin-top: 12px;
    cursor: pointer
}

.adv_21 .adv_21_wrap[data-v-035debfb] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden;
    flex-wrap: wrap;
    background: #fbfbfd;
    padding: 18px 0
}

.adv_21 .adv_21_wrap .adv_21_wrap_item[data-v-035debfb] {
    width: 380px;
    height: 388px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .09);
    border-radius: 2px;
    margin-right: 35px
}

.adv_21 .adv_21_wrap .adv_21_wrap_item[data-v-035debfb]:last-child {
    width: 380px;
    height: 388px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .09);
    border-radius: 2px;
    margin-right: 0
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .title_part[data-v-035debfb] {
    width: 100%;
    height: 54px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    flex-shrink: 0;
    position: relative
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .title_part .title[data-v-035debfb] {
    font-size: 20px;
    font-family: PingFangSC-Semibold, Poppins-Regular;
    font-weight: 600;
    color: #333;
    line-height: 28px;
    border-left: 4px solid #ff4e00;
    padding-left: 15px
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .title_part .view_more[data-v-035debfb] {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, Poppins-Regular;
    font-weight: 400;
    color: #ff4e00;
    line-height: 20px;
    margin-right: 18px
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .detail[data-v-035debfb] {
    flex: 1;
    width: 100%
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .detail .item[data-v-035debfb] {
    margin-top: 19px
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .detail .item .item_left[data-v-035debfb] {
    font-size: 16px;
    font-family: PingFangSC-Regular, Poppins-Regular;
    font-weight: 400;
    color: #a2a2a2;
    line-height: 30px;
    margin-left: 20px;
    width: 110px;
    flex-shrink: 0;
    cursor: pointer;
    position: relative
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .detail .item .item_right[data-v-035debfb] {
    flex-wrap: wrap;
    margin-right: 15px;
    position: relative
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .detail .item .item_right .item_right_con[data-v-035debfb] {
    font-size: 14px;
    font-family: PingFangSC-Regular, Poppins-Regular;
    font-weight: 400;
    color: #666;
    line-height: 28px;
    cursor: pointer;
    margin-right: 20px
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .detail .item .item_right .item_right_con[data-v-035debfb]:hover {
    color: #ff4e00
}

.adv_25 .adv_25_wrap .top[data-v-035debfb] {
    margin-top: 20px;
    padding-bottom: 19px
}

.adv_25 .adv_25_wrap .top .left[data-v-035debfb] {
    padding: 0
}

.adv_25 .adv_25_wrap .top .left .title[data-v-035debfb] {
    margin-left: 8px;
    font-family: Poppins-Regular;
    font-weight: 800;
    font-size: 26px;
    color: #0c0c0c;
    line-height: 26px;
    letter-spacing: 0;
    background: #f8f8f8
}

.adv_25 .adv_25_wrap .top .right .view_more_img[data-v-035debfb] {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.adv_25 .adv_25_wrap .bottom[data-v-035debfb] {
    width: 100%;
    height: 606px;
    position: relative;
    background: #fff
}

.adv_25 .adv_25_wrap .bottom .border_top[data-v-035debfb] {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 1px;
    background: #f5c443
}

.adv_25 .adv_25_wrap .bottom .left[data-v-035debfb] {
    width: 304px;
    height: 100%;
    position: relative;
    padding-top: 0;
    background: #fff;
    cursor: pointer
}

.adv_25 .adv_25_wrap .bottom .left[data-v-035debfb]:hover:before {
    transition: left .5s;
    left: 350px
}

.adv_25 .adv_25_wrap .bottom .left .empty_tip[data-v-035debfb] {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 360px;
    background: #eee
}

.adv_25 .adv_25_wrap .bottom .left .img[data-v-035debfb] {
    width: 100%;
    height: 100%
}

.adv_25 .adv_25_wrap .bottom .right[data-v-035debfb] {
    flex: 1;
    height: 100%;
    position: relative;
    margin-left: 0
}

.adv_25 .adv_25_wrap .bottom .right[data-v-035debfb]:before {
    position: absolute;
    content: " ";
    z-index: 0;
    width: 100%;
    height: 1px;
    background: #f6f6f6;
    top: 303px
}

.adv_25 .adv_25_wrap .bottom .right .goods_item[data-v-035debfb] {
    width: 224px;
    height: 303px;
    padding: 16px 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .empty_goods_tip[data-v-035debfb] {
    text-align: center;
    display: block;
    margin-top: 130px
}

.adv_25 .adv_25_wrap .bottom .right .goods_item[data-v-035debfb]:before {
    position: absolute;
    content: " ";
    z-index: 0;
    width: 1px;
    height: 100%;
    background: #f6f6f6;
    right: 0
}

.adv_25 .adv_25_wrap .bottom .right .goods_item[data-v-035debfb]:nth-child(4n):before {
    background: #fff
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .goods_img_wrap[data-v-035debfb] {
    width: 100%;
    height: 144px;
    padding: 0 20px;
    margin-bottom: 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

.adv_25 .adv_25_wrap .bottom .right .goods_item[data-v-035debfb]:hover {
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    transform: translate3d(0, -2px, 0);
    position: relative;
    transition: all .2s linear
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .goods_img_wrap .goods_img[data-v-035debfb] {
    width: 144px;
    height: 144px;
    transition: transform .5s
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .goods_name[data-v-035debfb] {
    font-family: Poppins-Regular;
    font-weight: 500;
    font-size: 14px;
    color: #0c0c0c;
    width: 100%;
    height: 39px;
    line-height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
    word-break: break-all;
    white-space: normal
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .goods_sub_info[data-v-035debfb] {
    font-family: Poppins-Regular;
    font-weight: 500;
    font-size: 12px;
    color: #666;
    line-height: 120%;
    margin-top: 8px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .goods_price[data-v-035debfb] {
    font-family: Poppins-Regular;
    font-size: 12px;
    color: #ff4e00;
    margin-top: 12px;
    font-weight: 700;
    width: 100%;
    text-align: left
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .goods_price .money_number[data-v-035debfb] {
    font-size: 16px
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .goods_price .money_unit[data-v-035debfb] {
    font-size: 12px;
    color: #444;
    margin-left: 4px;
    position: relative;
    top: -1px
}

.allow_show_edit .adv_26 .adv_26_wrap .item[data-v-035debfb],
.allow_show_edit .adv_26 .adv_26_wrap .item a[data-v-035debfb] {
    height: 350px
}

.adv_26 .adv_26_wrap[data-v-035debfb] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_26 .adv_26_wrap .item[data-v-035debfb] {
    float: left;
    width: 201.7px;
    overflow: hidden
}

.adv_26 .adv_26_wrap .item a[data-v-035debfb] {
    transition: opacity .5s ease;
    display: block;
    width: 201.7px;
    line-height: 0
}

.adv_26 .adv_26_wrap .item a[data-v-035debfb]:hover {
    opacity: .65
}

.adv_26 .adv_26_wrap .item a img[data-v-035debfb] {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.adv_26 .adv_26_wrap .item .show_tip[data-v-035debfb] {
    color: #777;
    text-align: center;
    position: relative;
    background: #eee !important;
    font-weight: 300
}

.adv_26 .adv_26_wrap .item .show_tip[data-v-035debfb]:hover {
    background: #dedede !important
}

.adv_26 .adv_26_wrap .item .show_tip span[data-v-035debfb] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 15px !important
}

.sld_no_border_bottom[data-v-035debfb] {
    border-bottom: 0 !important
}

.sld_com_no_img[data-v-035debfb] {
    color: #777;
    text-align: center;
    position: relative;
    background: #eee !important;
    font-weight: 300
}

.sld_com_no_img img[data-v-035debfb] {
    max-width: 100%;
    max-height: 100%
}

.sld_com_no_img span[data-v-035debfb] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 13px !important
}

.com_1210_center[data-v-035debfb] {
    width: 1210px;
    margin: 0 auto
}

.com_1210_center .adv_19_wrap .item.left[data-v-035debfb] {
    margin: 10px 0
}

.adv_19_wrap img[data-v-035debfb] {
    max-width: 100%;
    max-height: 100%
}

.com_1210_center .adv_19_wrap .item.left[data-v-035debfb]:nth-child(2n) {
    margin: 10px 0 !important
}

.flex_row_center_center[data-v-035debfb] {
    display: flex;
    justify-content: center;
    align-items: center
}

.flex_row_center_between[data-v-035debfb] {
    display: flex;
    justify-content: center;
    align-items: space-between
}

.flex_row_center_around[data-v-035debfb] {
    display: flex;
    justify-content: center;
    align-items: space-around
}

.flex_row_center_start[data-v-035debfb] {
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.flex_row_center_end[data-v-035debfb] {
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.flex_row_between_center[data-v-035debfb] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.flex_row_between_between[data-v-035debfb] {
    display: flex;
    justify-content: space-between;
    align-items: space-between
}

.flex_row_between_around[data-v-035debfb] {
    display: flex;
    justify-content: space-between;
    align-items: space-around
}

.flex_row_between_start[data-v-035debfb] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.flex_row_between_end[data-v-035debfb] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.flex_row_around_center[data-v-035debfb] {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.flex_row_around_between[data-v-035debfb] {
    display: flex;
    justify-content: space-around;
    align-items: space-between
}

.flex_row_around_around[data-v-035debfb] {
    display: flex;
    justify-content: space-around;
    align-items: space-around
}

.flex_row_around_start[data-v-035debfb] {
    display: flex;
    justify-content: space-around;
    align-items: flex-start
}

.flex_row_around_end[data-v-035debfb] {
    display: flex;
    justify-content: space-around;
    align-items: flex-end
}

.flex_row_start_center[data-v-035debfb] {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.flex_row_start_between[data-v-035debfb] {
    display: flex;
    justify-content: flex-start;
    align-items: space-between
}

.flex_row_start_around[data-v-035debfb] {
    display: flex;
    justify-content: flex-start;
    align-items: space-around
}

.flex_row_start_start[data-v-035debfb] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.flex_row_start_end[data-v-035debfb] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.flex_row_end_center[data-v-035debfb] {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.flex_row_end_between[data-v-035debfb] {
    display: flex;
    justify-content: flex-end;
    align-items: space-between
}

.flex_row_end_around[data-v-035debfb] {
    display: flex;
    justify-content: flex-end;
    align-items: space-around
}

.flex_row_end_start[data-v-035debfb] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start
}

.flex_row_end_end[data-v-035debfb] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

.flex_column_center_center[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.flex_column_center_between[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: space-between
}

.flex_column_center_around[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: space-around
}

.flex_column_center_start[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.flex_column_center_end[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.flex_column_between_center[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.flex_column_between_between[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: space-between
}

.flex_column_between_around[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: space-around
}

.flex_column_between_start[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.flex_column_between_end[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end
}

.flex_column_around_center[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center
}

.flex_column_around_between[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: space-between
}

.flex_column_around_around[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: space-around
}

.flex_column_around_start[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start
}

.flex_column_around_end[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end
}

.flex_column_start_center[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.flex_column_start_between[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: space-between
}

.flex_column_start_around[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: space-around
}

.flex_column_start_start[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.flex_column_start_end[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.flex_column_end_center[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.flex_column_end_between[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: space-between
}

.flex_column_end_around[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: space-around
}

.flex_column_end_start[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.flex_column_end_end[data-v-035debfb] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end
}

.adv_22 .adv_22_wrap[data-v-035debfb] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_22 .adv_22_wrap .goods_empty[data-v-035debfb] {
    width: 1210px;
    height: 300px;
    background: #fff
}

.adv_22 .adv_22_wrap .top[data-v-035debfb] {
    width: 100%;
    margin-top: 26px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 19px
}

.adv_22 .adv_22_wrap .top .left[data-v-035debfb] {
    position: relative;
    border-left: 4px solid #3586f8;
    padding-top: 0;
    flex-shrink: 0;
    flex: 1
}

.adv_22 .adv_22_wrap .top .left .title[data-v-035debfb] {
    color: #000;
    font-size: 18px;
    margin-left: 8px;
    flex-shrink: 0;
    letter-spacing: 0;
    height: 24px;
    line-height: 24px;
    background: #f8f8f8
}

.adv_22 .adv_22_wrap .top .left .sub_title[data-v-035debfb] {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-left: 20px;
    flex-shrink: 0
}

.adv_22 .adv_22_wrap .top .left .sub_title .buy_num[data-v-035debfb] {
    color: #3585f7;
    flex-shrink: 0
}

.adv_22 .adv_22_wrap .top .right .view_more_text[data-v-035debfb] {
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.adv_22 .adv_22_wrap .top .right .view_more_img[data-v-035debfb] {
    width: 20px;
    height: 20px;
    margin-left: 17px
}

.adv_22 .adv_22_wrap .main_con[data-v-035debfb] {
    background: #fff;
    position: relative;
    flex-wrap: wrap
}

.adv_22 .adv_22_wrap .main_con .item[data-v-035debfb] {
    width: 403px;
    height: 150px;
    padding: 0 20px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box
}

.adv_22 .adv_22_wrap .main_con .item .left[data-v-035debfb] {
    width: auto;
    background: #fff;
    text-align: left;
    padding-top: 0
}

.adv_22 .adv_22_wrap .main_con .item .left .img_wrap[data-v-035debfb] {
    width: 100px;
    height: 100px;
    background: #fff;
    flex-shrink: 0
}

.adv_22 .adv_22_wrap .main_con .item .left .img_wrap img[data-v-035debfb] {
    max-width: 100%;
    max-height: 100%;
    transition: transform .5s
}

.adv_22 .adv_22_wrap .main_con .item .left .img_wrap img[data-v-035debfb]:hover {
    transform: translateX(4px)
}

.adv_22 .adv_22_wrap .main_con .item .right[data-v-035debfb] {
    margin-left: 15px;
    width: 140px;
    overflow: hidden;
    flex-shrink: 0
}

.adv_22 .adv_22_wrap .main_con .item .right .goods_name[data-v-035debfb] {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    text-align: left
}

.adv_22 .adv_22_wrap .main_con .item .right .sale_info[data-v-035debfb] {
    margin-top: 13px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.adv_22 .adv_22_wrap .main_con .item .right .sale_info .sale_num_label[data-v-035debfb] {
    color: #999;
    font-size: 14px;
    flex-shrink: 0
}

.adv_22 .adv_22_wrap .main_con .item .right .sale_info .sale_num[data-v-035debfb] {
    color: #3586f8;
    font-size: 14px
}

.adv_22 .adv_22_wrap .main_con .item .apply_btn[data-v-035debfb] {
    width: 90px;
    height: 30px;
    background: #fff;
    border: 1px solid #3586f8;
    border-radius: 6px;
    text-align: center;
    color: #3586f8;
    font-size: 14px;
    line-height: 30px;
    flex-shrink: 0
}

.adv_22 .adv_22_wrap .main_con .item .apply_btn[data-v-035debfb]:hover {
    background: #3585f7;
    color: #fff
}

.adv_23 .adv_23_wrap[data-v-035debfb] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_23 .adv_23_wrap .store_empty[data-v-035debfb] {
    width: 1210px;
    height: 280px;
    background: #fff
}

.adv_23 .adv_23_wrap .top[data-v-035debfb] {
    width: 100%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 19px
}

.adv_23 .adv_23_wrap .top .left[data-v-035debfb] {
    position: relative;
    padding-top: 0;
    flex-shrink: 0;
    flex: 1
}

.adv_23 .adv_23_wrap .top .left .title[data-v-035debfb] {
    color: #000;
    font-size: 18px;
    margin-left: 8px;
    flex-shrink: 0;
    letter-spacing: 0;
    height: 24px;
    line-height: 24px;
    background: #f8f8f8
}

.adv_23 .adv_23_wrap .top .left .sub_title[data-v-035debfb] {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-left: 20px;
    flex-shrink: 0
}

.adv_23 .adv_23_wrap .top .right[data-v-035debfb] {
    cursor: pointer
}

.adv_23 .adv_23_wrap .top .right .view_more_text[data-v-035debfb] {
    color: #333;
    font-size: 14px;
    font-weight: 400
}

.adv_23 .adv_23_wrap .top .right .view_more_img[data-v-035debfb] {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.adv_23 .adv_23_wrap .main_con[data-v-035debfb] {
    background: #fff;
    border-top: 1px solid #69b7f9;
    width: 1210px
}

.adv_23 .adv_23_wrap .main_con .empty[data-v-035debfb] {
    width: 100%;
    height: 100%
}

.adv_23 .adv_23_wrap .main_con .left[data-v-035debfb] {
    width: 522px;
    height: 295px;
    border-right: 1px solid #ebebeb;
    margin-top: 9px;
    margin-bottom: 31px;
    padding-top: 0;
    background: #fff
}

.adv_23 .adv_23_wrap .main_con .center[data-v-035debfb] {
    width: 340px;
    height: 295px;
    border-right: 1px solid #ebebeb;
    margin-top: 9px;
    margin-bottom: 31px;
    background: #fff
}

.adv_23 .adv_23_wrap .main_con .right[data-v-035debfb] {
    width: 344px;
    height: 295px;
    margin-top: 9px;
    margin-bottom: 31px;
    margin-left: 0;
    background: #fff
}

.adv_23 .adv_23_wrap .main_con .left .top[data-v-035debfb] {
    width: 522px;
    cursor: pointer
}

.adv_23 .adv_23_wrap .main_con .top[data-v-035debfb] {
    height: 80px;
    position: relative;
    padding: 0;
    margin-top: 0
}

.adv_23 .adv_23_wrap .main_con .center .top[data-v-035debfb] {
    width: 340px;
    cursor: pointer
}

.adv_23 .adv_23_wrap .main_con .right .top[data-v-035debfb] {
    width: 344px;
    cursor: pointer
}

.adv_23 .adv_23_wrap .main_con .left .top img[data-v-035debfb] {
    width: 500px;
    height: 100%
}

.adv_23 .adv_23_wrap .main_con .top img[data-v-035debfb] {
    width: 312px;
    height: 100%
}

.adv_23 .adv_23_wrap .main_con ul.info_list[data-v-035debfb] {
    padding-left: 20px;
    padding-right: 15px;
    margin-top: 5px;
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box
}

.adv_23 .adv_23_wrap .main_con ul.info_list li[data-v-035debfb] {
    list-style-position: inside;
    list-style-type: circle;
    margin-top: 17px
}

.adv_23 .adv_23_wrap .main_con ul.info_list li .circle[data-v-035debfb] {
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%;
    margin-left: 0
}

.adv_23 .adv_23_wrap .main_con .left ul.info_list li .title[data-v-035debfb] {
    width: 300px
}

.adv_23 .adv_23_wrap .main_con ul.info_list li:hover .circle[data-v-035debfb] {
    background: #3586f8
}

.adv_23 .adv_23_wrap .main_con ul.info_list li .title[data-v-035debfb] {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 15px;
    letter-spacing: 0;
    height: 18px;
    background: #fff;
    text-align: left
}

.adv_23 .adv_23_wrap .main_con .center ul.info_list li .title[data-v-035debfb] {
    width: 150px
}

.adv_23 .adv_23_wrap .main_con .right ul.info_list li .title[data-v-035debfb] {
    width: 154px
}

.adv_23 .adv_23_wrap .main_con ul.info_list li .create_time[data-v-035debfb],
.adv_23 .adv_23_wrap .main_con ul.info_list li .title[data-v-035debfb] {
    color: #000;
    font-size: 13px;
    white-space: nowrap
}

.adv_23 .adv_23_wrap .main_con ul.info_list li:hover .create_time[data-v-035debfb],
.adv_23 .adv_23_wrap .main_con ul.info_list li:hover .title[data-v-035debfb] {
    color: #3586f8
}

.adv_24 .adv_24_wrap[data-v-035debfb] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_24 .adv_24_wrap .goods_empty[data-v-035debfb] {
    width: 1210px;
    height: 300px;
    background: #fff
}

.adv_24 .adv_24_wrap .top[data-v-035debfb] {
    width: 100%;
    margin-top: 26px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 19px
}

.adv_24 .adv_24_wrap .top .left[data-v-035debfb] {
    position: relative;
    flex-shrink: 0;
    flex: 1;
    padding: 0
}

.adv_24 .adv_24_wrap .top .left .title[data-v-035debfb] {
    color: #000;
    font-size: 18px;
    margin-left: 8px;
    letter-spacing: 0;
    height: 24px;
    line-height: 24px;
    background: #f8f8f8
}

.adv_24 .adv_24_wrap .top .left .sub_title[data-v-035debfb] {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-left: 35px
}

.adv_24 .adv_24_wrap .top .left .sub_title .buy_num[data-v-035debfb] {
    color: #3585f7
}

.adv_24 .adv_24_wrap .top .right[data-v-035debfb] {
    cursor: pointer
}

.adv_24 .adv_24_wrap .top .right .view_more_text[data-v-035debfb] {
    color: #333;
    font-size: 14px;
    font-weight: 400
}

.adv_24 .adv_24_wrap .top .right .view_more_img[data-v-035debfb] {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.adv_24 .adv_24_wrap .bottom[data-v-035debfb] {
    width: 100%;
    height: 500px;
    position: relative;
    background: #fff
}

.adv_24 .adv_24_wrap .bottom .empty[data-v-035debfb] {
    width: 100%;
    height: 100%
}

.adv_24 .adv_24_wrap .bottom .border_top[data-v-035debfb] {
    position: absolute;
    z-index: 6;
    width: 100%;
    height: 1px;
    background: #f5c443
}

.adv_24 .adv_24_wrap .bottom .left[data-v-035debfb] {
    width: 362px;
    height: 100%;
    position: relative;
    padding: 0
}

.adv_24 .adv_24_wrap .bottom .left img[data-v-035debfb] {
    width: 100%;
    height: 100%
}

.adv_24 .adv_24_wrap .bottom .left[data-v-035debfb]:before {
    content: " ";
    z-index: 0;
    position: absolute;
    width: 80px;
    height: 560px;
    top: 0;
    left: -200px;
    overflow: hidden;
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0));
    background: -o-linear-gradient(to left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg)
}

.adv_24 .adv_24_wrap .bottom .left[data-v-035debfb]:hover:before {
    transition: left .5s;
    left: 450px
}

.adv_24 .adv_24_wrap .bottom .left .left_cat_img[data-v-035debfb] {
    cursor: pointer
}

.adv_24 .adv_24_wrap .bottom .left .cat_part[data-v-035debfb] {
    width: 88px;
    height: 100%;
    background: hsla(0, 0%, 100%, .1);
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0
}

.adv_24 .adv_24_wrap .bottom .left .sld_mask[data-v-035debfb] {
    right: 88px
}

.adv_24 .adv_24_wrap .bottom .left .cat_part .sld_mask[data-v-035debfb] {
    right: 0
}

.adv_24 .adv_24_wrap .bottom .left .cat_part li[data-v-035debfb] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    position: relative;
    cursor: pointer
}

.adv_24 .adv_24_wrap .bottom .left .cat_part .del_cat_btn[data-v-035debfb] {
    position: absolute;
    top: 2px;
    right: 3px;
    z-index: 6;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    opacity: 0
}

.adv_24 .adv_24_wrap .bottom .left .cat_part li:hover .del_cat_btn[data-v-035debfb] {
    opacity: 1
}

.adv_24 .adv_24_wrap .bottom .left .cat_part li.add_btn[data-v-035debfb] {
    font-size: 12px;
    font-weight: 700
}

.adv_24 .adv_24_wrap .bottom .left .cat_part .sld_mask span[data-v-035debfb] {
    right: 0;
    top: 0;
    border-radius: 2px;
    padding: 3px 5px;
    background: transparent;
    box-shadow: none;
    font-size: 15px;
    color: #fff
}

.adv_24 .adv_24_wrap .bottom .left .cat_part li.sele[data-v-035debfb] {
    background: #fff;
    color: #3586f8;
    border-left: 3px solid #3586f8
}

.adv_24 .adv_24_wrap .bottom .right[data-v-035debfb] {
    width: 847px;
    height: 100%;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
    margin-left: 0
}

.adv_24 .adv_24_wrap .bottom .right .empty[data-v-035debfb] {
    width: 100%;
    height: 100%
}

.adv_24 .adv_24_wrap .bottom .right .sld_mask span[data-v-035debfb] {
    left: 5px;
    right: auto
}

.adv_24 .adv_24_wrap .bottom .right .item[data-v-035debfb] {
    width: 211px;
    height: 250px;
    border-bottom: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    cursor: pointer
}

.adv_24 .adv_24_wrap .bottom .right .item .goods_name[data-v-035debfb] {
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    width: 124px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 25px;
    margin-top: 30px
}

.adv_24 .adv_24_wrap .bottom .right .item .goods_brief[data-v-035debfb] {
    color: #999;
    font-size: 13px;
    white-space: nowrap;
    width: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 25px;
    margin-top: 12px
}

.adv_24 .adv_24_wrap .bottom .right .item .img_wrap[data-v-035debfb] {
    width: 162px;
    height: 150px;
    margin-left: 30px
}

.adv_24 .adv_24_wrap .bottom .right .item .img_wrap img[data-v-035debfb] {
    max-width: 100px;
    max-height: 100px;
    transition: transform .5s
}

.adv_24 .adv_24_wrap .bottom .right .item .img_wrap img[data-v-035debfb]:hover {
    transform: translateX(10px)
}

.adv_25 .adv_25_wrap[data-v-035debfb] {
    width: 100%;
    position: relative;
    clear: both
}

.adv_25 .adv_25_wrap .store_empty[data-v-035debfb] {
    width: 1200px;
    height: 280px;
    background: #fff
}

.adv_25 .adv_25_wrap .top[data-v-035debfb] {
    width: 100%;
    margin-top: 0;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px
}

.adv_25 .adv_25_wrap .top .left[data-v-035debfb] {
    position: relative;
    flex-shrink: 0;
    padding-top: 0;
    flex: 1
}

.adv_25 .adv_25_wrap .top .left .sub_title[data-v-035debfb] {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #444;
    line-height: 24px;
    margin-left: 20px;
    flex-shrink: 0
}

.adv_25 .adv_25_wrap .top .right .view_more_text[data-v-035debfb] {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #444;
    line-height: 14px;
    cursor: pointer
}

.adv_25 .adv_25_wrap .main_con[data-v-035debfb] {
    background: #fff;
    position: relative;
    flex-wrap: wrap
}

.adv_25 .adv_25_wrap .main_con .item[data-v-035debfb] {
    width: 241px;
    height: 140px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 30px 10px;
    box-sizing: border-box;
    position: relative
}

.adv_25 .adv_25_wrap .main_con .item .img_wrap[data-v-035debfb] {
    width: 100%;
    height: 100%
}

.adv_25 .adv_25_wrap .main_con .item .img_wrap[data-v-035debfb]:hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: #e6f2fc
}

.adv_25 .adv_25_wrap .main_con .item img[data-v-035debfb] {
    max-width: 100px;
    max-height: 100px;
    transition: transform .5s
}

.adv_25 .adv_25_wrap .main_con .item img[data-v-035debfb]:hover {
    transform: translateX(4px)
}

.com_1200_center[data-v-035debfb] {
    width: 1200px;
    margin: 0 auto
}

.adv_27 .adv_27_wrap[data-v-035debfb] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden;
    border-radius: 4px
}

.adv_27 .adv_27_wrap .top[data-v-035debfb] {
    width: 100%;
    position: relative;
    padding: 24px 20px 10px 20px
}

.adv_27 .adv_27_wrap .top .left[data-v-035debfb] {
    position: relative;
    flex-shrink: 0;
    flex: 1;
    padding: 0
}

.adv_27 .adv_27_wrap .top .left .title[data-v-035debfb] {
    height: 28px;
    font-size: 28px;
    font-family: Poppins-Bold, Poppins-Regular;
    font-weight: 700;
    color: #0c0c0c;
    line-height: 28px
}

.adv_27 .adv_27_wrap .top .left .sub_title[data-v-035debfb] {
    height: 14px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #7b7b7b;
    line-height: 14px;
    margin-left: 20px
}

.adv_27 .adv_27_wrap .top .right[data-v-035debfb] {
    padding-top: 10px;
    cursor: pointer
}

.adv_27 .adv_27_wrap .top .right .view_more_text[data-v-035debfb] {
    font-size: 12px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #7b7b7b
}

.adv_27 .adv_27_wrap .top .right .view_more_img[data-v-035debfb] {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.adv_27 .adv_27_wrap .bottom[data-v-035debfb] {
    padding: 10px 0 20px
}

.adv_27 .adv_27_wrap .bottom .item[data-v-035debfb] {
    width: 216px;
    height: 88px;
    margin-left: 20px;
    padding: 16px 28px;
    background: #f3f6f7;
    border-radius: 8px 8px 8px 8px
}

.adv_27 .adv_27_wrap .bottom .item[data-v-035debfb]:hover {
    opacity: .8
}

.adv_27 .adv_27_wrap .bottom .item img[data-v-035debfb] {
    width: 100%;
    height: 100%
}

.adv_28 .adv_28_wrap[data-v-035debfb] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden;
    border-radius: 4px;
    height: 438px
}

.adv_28 .adv_28_wrap .box_l[data-v-035debfb] {
    width: 732px;
    position: relative;
    background: #fff;
    border-radius: 4px;
    height: 100%
}

.adv_28 .adv_28_wrap .box_l .top[data-v-035debfb] {
    width: 732px;
    position: relative;
    padding: 24px 20px 20px 20px
}

.adv_28 .adv_28_wrap .box_l .top .left[data-v-035debfb] {
    position: relative;
    flex-shrink: 0;
    flex: 1;
    padding: 0
}

.adv_28 .adv_28_wrap .box_l .top .left .title[data-v-035debfb] {
    height: 28px;
    font-size: 28px;
    font-family: Poppins-Bold, Poppins-Regular;
    font-weight: 700;
    color: #0c0c0c;
    line-height: 28px
}

.adv_28 .adv_28_wrap .box_l .top .left .sub_title[data-v-035debfb] {
    height: 14px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #7b7b7b;
    line-height: 14px;
    margin-left: 20px
}

.adv_28 .adv_28_wrap .box_l .top .right[data-v-035debfb] {
    padding-top: 10px;
    cursor: pointer
}

.adv_28 .adv_28_wrap .box_l .top .right .view_more_text[data-v-035debfb] {
    font-size: 12px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #7b7b7b
}

.adv_28 .adv_28_wrap .box_l .top .right .view_more_img[data-v-035debfb] {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.adv_28 .adv_28_wrap .box_l .bottom[data-v-035debfb] {
    width: 732px;
    padding: 0 10px;
    flex-wrap: wrap
}

.adv_28 .adv_28_wrap .box_l .bottom .item[data-v-035debfb] {
    width: 224px;
    height: 168px;
    margin-left: 10px;
    margin-bottom: 10px;
    position: relative
}

.adv_28 .adv_28_wrap .box_l .bottom .item a[data-v-035debfb] {
    width: 224px;
    height: 168px;
    display: block;
    overflow: hidden
}

.adv_28 .adv_28_wrap .box_l .bottom .item a img[data-v-035debfb] {
    max-width: 100%;
    max-height: 100%;
    transition: all .66s ease;
    -moz-transition: all .66s ease;
    -webkit-transition: all .66s ease;
    -o-transition: all .66s ease
}

.adv_28 .adv_28_wrap .box_l .bottom .item img[data-v-035debfb]:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.adv_28 .adv_28_wrap .box_r[data-v-035debfb] {
    width: 448px;
    position: relative;
    background: #fff;
    border-radius: 4px;
    height: 100%;
    margin-left: 20px
}

.adv_28 .adv_28_wrap .box_r .top[data-v-035debfb] {
    width: 448px;
    position: relative;
    padding: 24px 20px 20px 20px
}

.adv_28 .adv_28_wrap .box_r .top .left[data-v-035debfb] {
    position: relative;
    flex-shrink: 0;
    flex: 1;
    padding: 0
}

.adv_28 .adv_28_wrap .box_r .top .left .title[data-v-035debfb] {
    height: 28px;
    font-size: 28px;
    font-family: Poppins-Bold, Poppins-Regular;
    font-weight: 700;
    color: #0c0c0c;
    line-height: 28px
}

.adv_28 .adv_28_wrap .box_r .top .left .sub_title[data-v-035debfb] {
    height: 14px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #7b7b7b;
    line-height: 14px;
    margin-left: 20px
}

.adv_28 .adv_28_wrap .box_r .top .right[data-v-035debfb] {
    padding-top: 10px;
    cursor: pointer
}

.adv_28 .adv_28_wrap .box_r .top .right .view_more_text[data-v-035debfb] {
    font-size: 12px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #7b7b7b
}

.adv_28 .adv_28_wrap .box_r .top .right .view_more_img[data-v-035debfb] {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.adv_28 .adv_28_wrap .box_r .bottom .item[data-v-035debfb] {
    margin-bottom: 16px
}

.adv_28 .adv_28_wrap .box_r .bottom .item .rank_number[data-v-035debfb] {
    width: 72px;
    height: 72px;
    padding: 18px
}

.adv_28 .adv_28_wrap .box_r .bottom .item .rank_number img[data-v-035debfb] {
    width: 34px;
    height: 42px
}

.adv_28 .adv_28_wrap .box_r .bottom .item .item_img[data-v-035debfb] {
    width: 72px;
    height: 72px;
    border: 1px solid #e5e5e5
}

.adv_28 .adv_28_wrap .box_r .bottom .item .item_img img[data-v-035debfb] {
    width: 100%;
    height: 100%
}

.adv_28 .adv_28_wrap .box_r .bottom .item .item_text[data-v-035debfb] {
    padding-left: 12px
}

.adv_28 .adv_28_wrap .box_r .bottom .item .item_text .item_title[data-v-035debfb] {
    width: 272px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #0c0c0c;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
    word-break: break-all;
    white-space: normal;
    margin: 6px 0;
    cursor: pointer
}

.adv_28 .adv_28_wrap .box_r .bottom .item .item_text .price[data-v-035debfb] {
    font-size: 18px;
    font-family: Arial-Bold, Arial;
    font-weight: 700;
    color: #ff4e00;
    margin-top: 10px;
    cursor: pointer
}

.adv_28 .adv_28_wrap .box_r .bottom .item .item_text .price .price_flag[data-v-035debfb] {
    font-style: normal;
    font-size: 12px
}

.adv_28 .adv_28_wrap .box_r .bottom .item .item_text .price .price_unit[data-v-035debfb] {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #444;
    font-style: normal;
    position: relative;
    top: -1px
}

.adv_29 .adv_29_wrap .box_l[data-v-035debfb] {
    position: relative;
    width: 196px;
    height: 576px;
    overflow: hidden
}

.adv_29 .adv_29_wrap .box_l img[data-v-035debfb] {
    width: 100%;
    height: 100%
}

.adv_29 .adv_29_wrap .box_l .content[data-v-035debfb] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 32px 0 0 20px
}

.adv_29 .adv_29_wrap .box_l .content .title[data-v-035debfb] {
    height: 28px;
    font-size: 28px;
    font-family: Poppins-Bold, Poppins-Regular;
    font-weight: 700;
    color: #fff;
    line-height: 28px
}

.adv_29 .adv_29_wrap .box_l .content .sub_title[data-v-035debfb] {
    height: 14px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #fff;
    line-height: 14px;
    margin-top: 8px
}

.adv_29 .adv_29_wrap .box_l .content .cate_box[data-v-035debfb] {
    margin-top: 24px;
    flex-wrap: wrap
}

.adv_29 .adv_29_wrap .box_l .content .cate_box .cate_item[data-v-035debfb] {
    border: 1px solid #fff;
    border-radius: 4px 4px 4px 4px;
    margin-right: 12px;
    margin-bottom: 12px
}

.adv_29 .adv_29_wrap .box_l .content .cate_box .cate_item a[data-v-035debfb] {
    display: block;
    padding: 8px 7px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #fff
}

.adv_29 .adv_29_wrap .box_c[data-v-035debfb] {
    width: 680px;
    height: 576px;
    background: #fff;
    flex-wrap: wrap
}

.adv_29 .adv_29_wrap .box_c .item[data-v-035debfb] {
    width: 170px;
    height: 288px
}

.adv_29 .adv_29_wrap .box_c .item .item_pic[data-v-035debfb] {
    width: 170px;
    height: 170px;
    padding: 16px
}

.adv_29 .adv_29_wrap .box_c .item .item_pic img[data-v-035debfb] {
    width: 100%;
    height: 100%
}

.adv_29 .adv_29_wrap .box_c .item .item_pic[data-v-035debfb]:hover {
    opacity: .8
}

.adv_29 .adv_29_wrap .box_c .item[data-v-035debfb]:first-child,
.adv_29 .adv_29_wrap .box_c .item[data-v-035debfb]:nth-child(2),
.adv_29 .adv_29_wrap .box_c .item[data-v-035debfb]:nth-child(3) {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef
}

.adv_29 .adv_29_wrap .box_c .item[data-v-035debfb]:nth-child(4) {
    border-bottom: 1px solid #efefef
}

.adv_29 .adv_29_wrap .box_c .item[data-v-035debfb]:nth-child(5),
.adv_29 .adv_29_wrap .box_c .item[data-v-035debfb]:nth-child(6),
.adv_29 .adv_29_wrap .box_c .item[data-v-035debfb]:nth-child(7) {
    border-right: 1px solid #efefef
}

.adv_29 .adv_29_wrap .box_c .item .item_title[data-v-035debfb] {
    margin-left: 16px;
    width: 138px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 18px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
    word-break: break-all;
    white-space: normal;
    cursor: pointer;
    height: 39px
}

.adv_29 .adv_29_wrap .box_c .item .item_price[data-v-035debfb] {
    margin-left: 16px;
    font-size: 12px;
    font-family: Arial-Bold, Arial;
    font-weight: 700;
    color: #ff4e00
}

.adv_29 .adv_29_wrap .box_c .item .item_price .money_number[data-v-035debfb] {
    font-size: 18px;
    cursor: pointer
}

.adv_29 .adv_29_wrap .box_c .item .item_price .money_unit[data-v-035debfb] {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #444;
    margin-left: 4px;
    position: relative;
    top: -1px
}

.adv_29 .adv_29_wrap .box_c .item .item_tags[data-v-035debfb] {
    padding: 0 16px;
    margin-top: 4px
}

.adv_29 .adv_29_wrap .box_c .item .item_tags .tag[data-v-035debfb] {
    display: block;
    height: 20px;
    width: 44px;
    text-align: center;
    line-height: 20px;
    background: #ff3502;
    border-radius: 2px 2px 2px 2px;
    font-size: 12px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #fff
}

.adv_29 .adv_29_wrap .box_c .item .item_tags .tag.qydl[data-v-035debfb] {
    width: 104px;
    background: #fef0f0;
    color: #ff3502;
    cursor: pointer
}

.adv_29 .adv_29_wrap .box_r[data-v-035debfb] {
    margin-left: 11px;
    width: 310px;
    height: 576px;
    border-radius: 4px 4px 0 0;
    position: relative
}

.adv_29 .adv_29_wrap .box_r .right_bg[data-v-035debfb] {
    width: 100%;
    height: 100%
}

.adv_29 .adv_29_wrap .box_r .top[data-v-035debfb] {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 20px 4px 20px
}

.adv_29 .adv_29_wrap .box_r .top .rank_icon[data-v-035debfb] {
    width: 20px;
    height: 20px
}

.adv_29 .adv_29_wrap .box_r .top .rank_icon img[data-v-035debfb] {
    width: 100%;
    height: 100%
}

.adv_29 .adv_29_wrap .box_r .top .title[data-v-035debfb] {
    margin-left: 10px;
    height: 20px;
    font-size: 20px;
    font-family: Poppins-Bold, Poppins-Regular;
    font-weight: 700;
    color: #0c0c0c;
    line-height: 20px
}

.adv_29 .adv_29_wrap .box_r .bottom[data-v-035debfb] {
    position: absolute;
    top: 40px;
    left: 0
}

.adv_29 .adv_29_wrap .box_r .bottom .item[data-v-035debfb] {
    padding: 16px 20px;
    border-bottom: 1px solid #efefef
}

.adv_29 .adv_29_wrap .box_r .bottom .item[data-v-035debfb]:last-child {
    border: none
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left[data-v-035debfb] {
    position: relative;
    width: 72px;
    height: 72px;
    border: 1px solid #e5e5e5;
    padding: 2px;
    cursor: pointer
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left img[data-v-035debfb] {
    width: 100%;
    height: 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number[data-v-035debfb] {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 21px;
    height: 26px
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_1[data-v-035debfb] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAABG5JREFUSEudVWtsFFUU/r55bLftArW1WARtpT4RTUQQVKIVi2gbbWnBGsUUDPIm/WGiIdIfxhJ8hBiiQpUYwPiHEBBM1DTEWKOJElJMLCQ2NE0Noo0ltJDtdjszO8fceXVakB+e7Oy9d+bc7557znfOISaJNGwut3R+pBELBSgFIFR/AAlIOAIccEW6EjnZwqMf/xGHUfoTxFq56QTAaogIQaifQhQEqGpUa4IUiFC+Sxzes/T6oI0brxBIKSUFpESBSwSr1qIsDo/JJo7szf9PUKmqMuziOc0akIbksqFiToS6sguAmqtRrXNEkqIlLwyNHrqt80Ckf9X1J7vj/6w9UGVhbuqdy3KQRRQpE6JIB3Uh6boCTd2eJFyBC0ALTnKJLImsCP7UiJ/M4/s6PKdI1eqkPcX4FkBVPNIxl/pu9WUCEwK/ew4PqPHDcPrys7Rr174pkLZwg68oQXB8MEWlIGI+p8ITxqfhGwX+Fq2aNT8DWOgTJiQPwIQJPPko6Tjidp4EbMfDZsIUbWUt3MNfQyw7drhHOsWMHzn2zOq/NcFNEYUCaGP7FkhJEZnMg/t7H9zd+4WpAugta8DF8+ms2CzIZDzLQ24F3B2ktazZImD45/iZA9MU81g7ndffAW6YBn1rM5ymraJ/0Epks9AeuBd24yZgJBP5OTSKgiytpS+7XmQ9V/ocZFmpGJ/vorOxVZAqoPH+Nth168BknrC4CPret+k0bBCkMypCKlARprffrl7lhpnjJziB4mkwDn1Ie8N2sLBQjF3baNe+Ali2oLKcZnsbnPr1Ir6lYQw9bA/CWvJSMA9vr9JFp3F0D3LvfQqttFjY8DSd5tf83ZXlMD/ZAadunW9prNCE6LSfeFFZGrhznC368qfAtU2ErsN9tx3u9794F2LlrTD27aTz3Ksiac/S2F4/bLQef8GdWNpi5SNVCMnliNFsSPpJIFHN8d8HdYf2Y00q80JPhzUz2hyaETkvNrnGN28/rcXPZ0DkR/VzagpQj7qJev76BygpAqYUAgMXgewYcPN0QNMgIxli6EpE8cCSLMceWXGexMwoiskkkCoAK26Be66PvLFEUQ0yeInaPZUiv54F5s0levoEs8qIgUGRi0OKV6KSW0Qu0Hq48YQA1VrQKjxWJExod82G290Dbd59cE93+2fOmE5qFHWg9PaDM2fA7T9PXhoOEstL5A5aixqbATkwoSqZJnj3bKC7B5x/P6Sr27ejYhaQGQXuqKCc6wdHRj2uxnyrOswqL4PGHqr/kkCd15OUJExQWXqmhywuElaWQ0ZGgIJ8yqnfRHtwLtyuM6pLgeK3lqCcHTdPHlseVX5rQX0LgZ2AJGOE9n2v6qVpQBzHW4elMKZ3mWCbUTi8m52dqpyNS3pBTVlCjDcIrIdAgUcSq6FRTEnaQhy0YLemTn0zEH24Fv/Sc2rKEkndAxcgf7zdR9rK5C9ccEfy9Fe9kzGu2/gUeF6e1gJIowhuJ9DrkkfEsj9Lnu24CiwE/xcOjf7pEZ/fBwAAAABJRU5ErkJggg==) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_2[data-v-035debfb] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAABG5JREFUSEulVV1sFFUU/s69u7OzbKHbkqUbMdIKJoJExEQxPhiq+JMYQ4yvJsQnHmrCIw/GRBOMzyb6plETYsIDIWoMNogbRERFhJaAEKmlQmm3UHZb2DIzO3OPOXdm9qdEX5xkM/fu3PPd8/N95xCWPReu310XBd6HCmobg0tExHKEmUnW8kb83ywzTmvHeXPTffmpThhaDjr+V+0IiHYITvxNjiTLjnX7Ehzd8mDx+f8EPTtRW2RCTwtO8CgBZosq28R7EIO9x9f35/8VtFKpZHrXbd3FBneUZk8OhgISRaS1tkBRFFlg2ZuIXAV267p+YHhoyJ5PnVmegf+9t7eKh87aLS8qY54CuMygoibSkjdjwyUmKRAA2avkTcweFHlgXGOmH5/euHrUelqpTLrZcs9hArZDUpRUWkmlW2USzBjchiFMUJJOwFhWQCgh62NN5lfo+IW5t5ixr2UQG8XVSLzr+taRnPR7Ry7F8F2qnKueVETbUopYTAmRCAPFnLjGc3UPkWHKaMJArysX8vyiDz+UZMQcbhVI0XE6Ol6dEfvlVNy8rhdORpFWhMWlJi5N3+YnH+qnIDSWYdmMwq9/3rIpYLSFQaAbdGRsNgCQaUXFTFop3r65RKcnagKMh+9fhZ8u3uQHSgVcm1+Cm9WQC74/V5VMdeTehunR6JkZE9eAmI2xYeRzGX5mU4lOXprnjCZ6YkM/vhuvwhhmpQiPDRYpYsbYZN1mPwk9WTPo8O/XBTSuc1KgXFbh2c1r6MQfN5DNaBv26NkZEIi3DvVRPqdt6H4YJcKN1S5Cs2z4+tQ0x4WOvU10Ti9sKWPsSh35nObBUoEq5+ewdagPfYUsfpuocWgYXhCJ9+1Gk/hGX52aNq3Ow2yJqAg8uKYHG9euFAOcmaxhoRHguUfLXWr79swM+6FpgaY9gQ79cs3yopNSqWVWKxg2FJkWN7paYCd/O+3p4M9Xk5y2gW1PSvtnh2+tJph2wrSBJXpJqUUHTvy9BHA+vVUoJL9UBA0vhOtoOFphKQgRRoyCm7EFCkJDfjNqyzcWjkdfHJ+6qghr08tFNVmt0bsii1t3PCrkspaHS35Iq1c6PLfgo7TKpXoj4IKr6W5guOE3SZiRpHGa9v9w5QjAO9JRIW+RaH+Pg5u3fQwUXVTrcass5LQtSu8KB7VGgJVuBvVGQL5QIXkYGKX9xyZ3RYzP4k4TE0qkaUEXfQz05S2ocK5YcNAMDYorsiSgTcMs+4T/AAsT1OuWtZ9WJg4RaGc8NmLQ1T0Oqgse5R3NcoFoPqOIZhc8LhfzmKndbSkpHV0M/vKN4fWvtgbfx5XJPcT8PgC3TQ8rbNsvRZ7GdFNPztm+y7wARfuuYuqDd4aHw65p+tE358uO6+5lYDcBbtLXksHXTlqL1wpNMD4PfP/tkZcfme3oq10isRsB146zF6DdYM7bOW/nfdweZB4SaH9k8N7ISxsuL0e4Z+53HhBwZJw9RHgNjA0ALjNwEB59MrLzXrDU9h8jJWEkRpiX2AAAAABJRU5ErkJggg==) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_3[data-v-035debfb] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAABLJJREFUSEuVVVtoXFUUXfvcedzJ5DFJk+ZJHtDGWitCDbZSbKxUhUIRLYofSgNaXwQiPijaVlOMFPwQIvmTaoWCtERri6XWNMZQJVpokSbBpCZtzaN5NElNzExuZnLPlnPOzGQyVsVhYO69c846e6+19rqEtM+NSy0VvMQtgngTMxUQEaslzEzq2vyCAR4H00X2UH3JxvrfU2EoHXT0p+Y2ImxXOCCoL1jBJq7jG5ihwVmivXRzw8P/AfrhHECZ6Yfpe2bSp2C5egBO2f2vBf4RtKOj0VPtz94N4nmQdAALgAtXEllCaBpcKTWsvme2GWzHnPljVdsanQTw39q/bYX/86EGVRWutexHJcnNzFQEcEgIYbFUzUpAicVkWmcJQEA9l4AjQA6IR8D8Q/nWfWc1Odc6Gm3L8p1h8IOKKyNMXOlkhUxKLJHqBKGckODZ7JNAZ9iN7qTrne/tA6PJWIeN5Elp9VoYCxmm4kbQV2qZOTf5VPVzUFXaRaBNapfZbNaQ8CBYdA+BXQ5P9EDKGAnLRrBwA/SzyV5IN6YO1J0ZXO2783S1/Z0xIhSmaqH+L9zwNIQvk4Tlw+LcCKb7T3FxzcvkLs7CY4cQ/XOUp/pOmioSntW8800abN8fJcCj+DGngoTl5Yra/TR28TAsfxby79iJoR8/4GD+ekSm+xGqeAD+UCWNXfrEULPMiTrCoYG2t6RSVk+HIRTejDwu3/IGjfzcwsKyqaTmeVz77iBYRjlUWYu8NY/QxOXPOTzZrYvUdMUnWGsw8O1e5ZEVfFv+bFRufZuGuz6C5Q1wSc0eGjx3AOAYMwRlrr4LBeufwND5Qyzd6AoXa42vnHlTMaGrTAoFQVUPvYvJnuPw2iHOLt9Cw13NKK3Zg4neVnj8OSjZWIfrnU28tBhO6TKeEb9987rUJk+2bywUqtiCVWt3EAmB8cvHMD/+C6+q3kG5VbV6AGYG23lm8FyK+5aLov7Tr+r2jaWMV7UnVaPeAFhKYjfKOkOYILxBUjTIpaguREeYXm500af0fd0gDVA87Ja9qjfpCUuytvIuPRK0c9SeX0/VRwCo6NLaW94MWF6VfHoGEYtMQQlneYOILUxDCePLKNDduLEIudH5RDnxwsih3q9eGSZCaeJU4fEpxeHLKoFza4i8Gbm6pdjCLQrkVnJ4+goy8qppcW6IPRkF5DozHIvMJruSjFHqPfFSG4O3x01MynBqRAOhckRmBhHMX4fwVJ8eck8gX/PuzyqGMzcMX7AQztwNktE5Ey46CcRZ6vnyhd0AH1G9JsKVLC/sUAUWpgcQXH0nwjf7NBW+rGLImAN/Thk5f4yAXYfl0kKSWik1p89onO7W504Q4bHEv2R5YIcqEZkaIK+dzf6cMg1Glo8iU30cLFiH+cm+lARL6CxO3r3r48eTyd/dWtfAjEME2IkY0IbVHmYWwgNmFyyZSJgoXE5IniWIpqneq83bGr9fWvE6uXC8rshm3svELyrwlfm50kAGkNTcfrZIdOC+p46MJztN95q6v/Dpk0X+gK3BwQiYUUgEst6xBNBRN8bv3/vs0YF0jH998Slwn9/XAOJdANYAGADTF65Lh28HlgD/Cz/CUKxRA/kDAAAAAElFTkSuQmCC) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_4[data-v-035debfb] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAAA/RJREFUSEuVVU1IK1cUPmdmomP8lxQTqhZFTAQFcfO6bLClCylSui28ZTeFt+yidFHoo+sHb1to4W26KKULKY+mxKLYoBhUJGCIkfqDwRIz/kQmmfGecm7mTifz8h7t3cydmXu/893vfOdchNAol8vvuK77HBEfAcBbiEi8hIiQ5+oJABUhxI5hGJ9PTU39FYTBMGixWPwNAN5nHP6HiAwol/HcCyBfW7Ho92Qy+cEbQQ8PD28AoC8cTLH1wH32AGCnUqme14Jms1kjkUg8FkLcaZpmq4VCCNQ0TQLxnJ/8LoQwEdGsVCo/ptNpf/0rx+/E8P9+k6DMMBaLfYiI7wJAHACGEFFn3YQQkpWahwLYiMgMzwBgY25u7qWUJ5vNmrFY7Fciei+caQXAGQ9rGVzLCfMS+ke1Wv0I9/b2viSib5iNynIg60oeuSmQeeUK9pjvEC/Q17i7u/snADwK+E9u1jQNhoeHpTFrtZqfIN44NDQEjuNgvV4PukDZbh3z+fwFIo4GvcjzyclJiEQinHWo1+twenoqAXp7e2F6ehovLy+pUqkoD/uFAQB/487OThMAjKB+LMXCwgIWi0UGhomJCdjf3ycOkEqlGACq1SpcXFzw0VuV4Q0isnF7e1u0iqVVgvyvu7ub5ufnsVAokK7rmEwmIZ/Pw9jYmNTPMAywbZvOz89VZUlwP6FbW1sM6g+1iZkeHBwwADG7QqEAs7OzcHJyQrFYDJvNppSk0Wi0uUzmJpfLMX3pQy+anCwuLkK5XJasR0dH8ejoCBKJhATo6+uDh4cHOD4+ptvb27ZTSuq5XE54tP+lj0jxeBzGx8elfqVSCa6urnztZmZm8P7+ns7Ozjp1L8DNzU15/LCl2AGsHX8XQviA4RYY8KlkLJlubGz4mgaBw0H+S/3zHnYOrq+v3xMRty5ZNcyObaR8a9s2dHV1qYxzEYBpmjKG67roOE6braSl1tbWThHxbcVE13UJEI1GgZPAieJgtm3jwMAAWZYFg4ODeHd3R6ZpsgvYAbJhezKec0ORnT54VTBIf38/3NzcAJckA3n+lbpxQK6ynp4efjLboOYvGfQxEX2vIqm6Z9Dr62sYGRkBrn2Wg0uUrRSNRpkpS0Gu6/rXjNfMP5UVlMlkfkbEFSUBlyODWpYlj6/ANE1Dy7JkQ6nVam3t0Nv7y9LS0sd+589kMk8A4FsiMju5gAMxW2bToe9ec/uMRCLP0um023adrK6uxg3D+AIRPwOAVopfM7zADgD84DjOV8vLyxW1tOMdxeC6rktwZTfvSpZsEdEFgBeNRuPpyspKKRz3jRcfg2ua9oSIPkHEaSIqIeJPzWbzu05gCvwf7cVpQE6lAKMAAAAASUVORK5CYII=) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_5[data-v-035debfb] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAAA/BJREFUSEuVVU1IK1cUPmdmojH+S2qiVUtESBAFcfO6bLClCylSui28ZTeFt+yidFFo6brQ7YMWuumilC6kPJoSi2KDP8Go+BMkULQ2UDRRY5kk45zyXefOG9O8RzubuZnc+53vnO875zK1PKVS6TXHcb5i5kdE9AozC7aICGOt30RUdl1327KsDycnJ38PwnAraLFY/JmI3gQO/mNmAKptWHsB1M/7WPJLMpl866Wgx8fH10TU0xpMs/XAffZEZKdSqa4XgmazWWtkZOSx67o1wzBsvdF1XTYMQwFhjTd+u64bZuZwuVz+Lp1O+/v/lX47hv/3mwIFw2g0+jYzv05EcSIaYGYTdXNdV7HS65YANjOD4RkRrc3MzDxT5clms+FoNPqTiLzRqrQGgOKttQzuhWCeoL9eXFy8w4VC4WMR+QxstMoB1XV51KGA8toV8JjvEC/Qp7yzs/MbET0K+E8dNgyDBgcHlTErlYoSqKOjg3p6egCiCOB70BUemVXO5/N/MnMs6EWsE4kEhUIhqE63t7d0enoqw8PDHIvFqNls0t3dHZ2cnOjs/MYgor94e3u7QURWsH4oxdzcHBeLRQDTxMQE7e7uSiKRgHCK+c3NjRJR1zZw3ubNzU33vlnuWxB/dnZ2yuzsLB8cHIhpmpxMJimfz9P09LTfXQA/OjpS7atF9NcbGxsA9R8IYlkWgen+/j7WkkqleGtri0zTFKSt/z88PJRarfbAZUqbXC4HDyofagGwmJ+fp1KppFjHYjHe29ujqakpOj8/h2gqk0KhILYNqz7PUrHO5XKuR9tPH5vi8TiNj4/jAAShy8tLGRsb49HRUYBSuVyWs7OzdtOLeH19XaXfaik4AGniO5jpHA3DUMwcxwlm9uA8r62t+TUNArcG+S/9jzNwDq+urv4tIhhdqmvADjbSvrVtm2B6fMcaqYfDYRUDbOHZoK1ExOaVlZVTZn5VMzFNUwFEIhHlRQiFYBCkr69PqtUq9ff3c61Wk3A4zI1GQ+r1uhrYXhn/wEBRkz54VQCkt7eXrq+vaWBggADk+VfVEQHRZV1dXXiDrV9zEXkG0Mci8rWOpPseoFdXVzQ0NKR6HOXo7u5W7RmJRMBUWctxHP+a8Yb5+6obMpnMD8y8FFBYMa1Wqyp9DQblq9WqgH2lUnkwDr2zPy4sLLzrT/5MJvOEiL4QkXA7F2CwgC3YtJm7VxifoVDoy3Q67Ty4TpaXl+OWZX3EzB8Q0b3EL3i8wE0i+qbZbH6yuLhY1lvb3lEAN01TgWu7eVeyYsvMDhF9W6/XP19aWjppjfvSiw/ghmE8EZH3mHlKRE6Y+ftGo/G0HZgG/wf+qnlAy/omRAAAAABJRU5ErkJggg==) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_6[data-v-035debfb] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAAA/ZJREFUSEuVVU1IK1cUPmdmoqPWX1JURItSSRaRqJvXZYMtXUiR0m3hLbspvGUXpYtCS9eFbguv0E0XpXQh5dGUWBQbFCX+IBpCsFppoGgSo2UyiXPKdzN33iTNe9DZzJ07937nu+f7zrlMHU+xWHyt2Wx+zcyPiOhVZhYsERHGWL+JqOR53p5lWR/Nzc39EYbhTtB8Pv8LEb0FHPxjZgCqZRj7AdRnK5b8GovF3n4p6NnZ2S0RvdIZTLP1wQP2ROTE4/G+F4JmMhlrcnLysed5d4ZhOHqh53lsGIYCwhhvfHueZzOzXSqVvk+lUsH6/xy/G8P/O6dAwTAajb7DzG8Q0QQRjTCzibx5nqdY6XFHAIeZwfBPItpKJBLPVHoymYwdjUZ/FpE3O5XWAFC8M5fhtRDMF/S36+vrd/ng4OATEfkcbLTKIdV1etSmkPLaFfBY4BA/0Gecy+V+J6JHIf+pzYZh0OjoqDJmuVxWAgF4ZGSELMuSarVKjUZDBwq0YeZN3t/f/4uZx8NexHh2dpYikQhUp/v7e7q8vJSpqSkeGhoi13Wpp6eHTk9P9emCwiCiv3lvb88lIiucP6RicXGR8/k8gGlmZoaOjo4kmUzy+fm5ABR6IJjObWi/w7u7u16rWFoliJ+9vb2ysLDAJycnYpomx2IxOj4+pkQiQY7TsqPjOFIoFHRlKfBA0J2dHYAGD/JmWRaBKYCQv3g8DkEpmUxSoVCQWq1GS0tLfHh4KPV6vc1lSptsNgsPKh/60dRgeXmZisWiYj0+Pq5AMXd1dUXValWlIpfLAbTtlIp6Npv1fNrP6TPLxMQETU9PK8VxzJubG4Eb5ufnFbNSqSQXFxfduhfx9va2On6npeAApAHznue12pR/HAjZbDbDJ2vbz1tbW0FOw8CdQTrKs+sn9iAgb25u/iMiaF2qasAONtK+hdrwJOYxRi+wbVuBgi0KIGwrEXF4Y2PjkpmndGjTNBVAf38/1Wo1hlAI5jgOjC+VSoWGh4f57u5ObNtm13WVWLqpi8gVGorq9OGrAiCDg4N0e3uryhJAvn9VHhEQxu/r68MbbIOci8gzgD4Wkac6kq57gKK+x8bGCLWPdAwMDNDDwwNOAaZIBQQLrhm/mX+gKiidTv/IzGs6Bah3gFYqFXV8DWYYBlcqFQH7crnc1g79vT+trKy8F3SXdDr9hIi+FBG7mwsQCGz9btV2wxJRFe0zEol8lUqlmm3Xyfr6+oRlWR8z84dE1JL4BY8fGL3v20aj8enq6mop8HK3PQA3TVOBa7v5V7Jiy8xNIvquXq9/sba2prpK+HnpxQdwwzCeiMj7zPy6iBSY+QfXdb/pBqaB/wVLoXBAfSHbMgAAAABJRU5ErkJggg==) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_7[data-v-035debfb] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAAA+VJREFUSEuVVU1oK1UUPmdm0kxb+5MSaYq00lZICi2UdvFcGqq4KFLErfCWboS3dCEuBB+uBbeCghsXIi6KPIyk0lLTv5CW0tIQAqJioG2S/skkmd4j383MMB3zHnghzJ3Jvd/57ne+cy5TZFSr1Vdd1/2SmR8R0cvMLFgiIoy5/ySimlLqwLKsD2dmZn4Pw3AUtFwu/0xEbwIH/zEzAPUyzL0A+rUbS35Jp9NvvRD07Ozsmoheigbz2XrgAXsicjKZTP9zQfP5vDUxMfFYKXVrGIbjL1RKsWEYGghzPPGulLKZ2a7Vat9ls9lg/X+O34vh//2mQcEwmUy+zcyvE1GKiEaZ2YRuSinNyp9HAjjMDIZ/EtHW/Pz8My1PPp+3k8nkTyLyRjTTPgAyHtUyvBYJ8xL66+Xl5Tt8eHj4sYh8BjZ+lkNZ9+XRm0KZ910BjwUO8QJ9yqVS6TciehTyn95sGAYlEgltzEajoeOMjo761tJJazabSJz2sH8qZt7kYrH4NzOPh72I+fT0NMViMWSd7u7uqFaryezsrN5smqb+nZ6eSqfT8Q7WLQwiOueDg4M2EVlh/SDF4uIil8tlANPU1BQdHR0FxZDJZBCE6/U6jt6tDG+IiMN7e3uqWyxBJIrH47KwsMAnJydimian02kqFou6fBKJBKVSKQZL73RBEoOE7u7uAjQYSIhlWQSmx8fHmEsmk+H9/X0NOjc3x+fn53JxcdHTvjo3hUIB9LUPPbZ6srS0RNVqVbMeHx+HS3Sw5eVlKpVK0m5DtYeNJkhWoVBQHm1faK1TKpWiyclJ4FOlUqF6vS5DQ0MEpjs7O4GWPboX8fb2tj5+1FLQC8zwXSkVJCMKEvKpPqm2wtbWVqBpGDgapKeAkY/YA+fw5ubmPyKC1qWrBuxgI9+3juNQX1+f/o45zG7btoZzXZfh07CttKU2Njb+YOZX/KAwNQAGBgbo5uaGkSgEcxyHh4eHBVU0MjLCt7e3Yts2t9ttabVaumF7Mv6FhqI7ffiqAAiScn19TShNAGHE43GtGwKiyvr7+/EE27DmzwD6WES+9iP5dQ/Qq6srGhsbI9Q+5BgcHKT7+3ucAkwhhbiuG1wzXjN/X1dDLpf7gZnXfAlQ7wBtNpv6+D6YYRjcbDYF7BuNxoN26O39cWVl5d2gu+RyuSdE9LmI2L1cgEBgCzY9+u4V2mcsFvsim826D66T9fX1lGVZHzHzB0TUTfFzhhcYLeqbTqfzyerqai2oqF57AG6apgb37eZdyZotM7tE9G2r1Xq6trZWiWK88OIDuGEYT0TkPWZ+TUQqzPx9u93+qheYD/4vfpFgQNkYvwgAAAAASUVORK5CYII=) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_8[data-v-035debfb] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAAA/FJREFUSEuVVU1oK1UUPmdm0qap/SW2KaWRFmkC/aVdPJeGKi6KFHErvKUb4S1diAtBeesHbgUFNy5EXBR5GEmlpYaWpv+FhjRFWjFU2qR/kmTSOfLdzB0mMe+hs5k7d+79znfP951zmZqefD7/Wq1W+5KZHxHRq8wsWCIijLF+E1HBcZwty7I+Ghsb+90Pw82g2Wz2ZyJ6Czj4x8wAVMswdgOoz3os+SUWi739UtDj4+MbInqlOZhm64J77ImoHI/HO14ImkqlrKGhoceO49wZhlHWCx3HYcMwFBDGeOPbcZwgMwcLhcJ3iUTCW/+v47di+H/nFCgYhsPhd5j5DSKKEFEvM5vIm+M4ipUeNwUoMzMYnhPR2uTk5HOVnlQqFQyHwz+JyJvNSmsAKN6cS/9aCOYK+uvl5eW7vLu7+4mIfA42WmWf6jo9apNPee0KeMxziBvoM97Z2fmNiB75/Kc2G4ZBfX19ypjFYlEJZFkW9fb2Kmx3TgfytGHmVc5kMn8y86DfixiPjo5SIBCA6nR/f09nZ2cyPj7ODw8PKscgcXJyok/nFQYR/cVbW1tVIrL8+cOm2dlZzmazAKZoNEp7e3syPT3Np6en0tbWRoODg3x4eIij1yvDfUSkzJubm069WOoliH/t7e0yNTXFR0dHYpomx2IxymQyNDAwQMPDw2o7mF9cXKj0axE9QTc2NgDqPRAEuQPTg4MDjCUej/P29jbNzMxQLpdTc9FoFCKjABpcprRJp9Ogr3zoslWDubk5yufzirU+6vz8PO3v7ysRJyYmwF5s2244pWKdTqcdl7Z3fIBHIhEaGRnBBsXu6upKscM82BUKBTk/P2/VvYjX19cV/2ZLwQFIA+Ydx/HEQI6xvFar+U/WsJ/X1ta8pPiBm4P8l/rHHjiHV1dX/xYRtC5VNWAHG2nflstlgoUwjzGOHgwGVQywtW27wVbKUisrK2fMXPcJEZmmqQBCoRDd3t4yhEKwcrnM3d3dUiqVqKenh+/u7iQYDHK1WpVKpaJS4qbxDzQU1en9VwVAurq66ObmRpUlgFz/qjwiIKqso6MDb7D1ci4izwH6WES+1pGwGZYB6PX1NfX39xPqHOno7OwklGkoFAJTpAKCedeM28w/UNWQTCZ/YOYlnQINWiqV1PE1mGEYXCqVBOyLxWJDO3T3/riwsPCe112SyeQTInoqIsFWLkAgsAWbFn33Gu0zEAg8SyQStYbrZHl5OWJZ1sfM/CER1SV+weMGtonoG9u2P11cXCzopS3vKICbpqnAtd1043Cbco2Ivq1UKl8sLS3lmuO+9OIDuGEYT0TkfWZ+XURyzPx9tVr9qhWYBv8H77hqQG+NvNYAAAAASUVORK5CYII=) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right[data-v-035debfb] {
    padding-left: 10px
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right .item_title[data-v-035debfb] {
    width: 188px;
    height: 39px;
    font-size: 14px;
    line-height: 18px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #0c0c0c;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
    word-break: break-all;
    white-space: normal;
    cursor: pointer
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right .price[data-v-035debfb] {
    font-size: 18px;
    font-family: Arial-Bold, Arial;
    font-weight: 700;
    color: #ff4e00;
    margin-top: 10px
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right .price img[data-v-035debfb] {
    margin-top: 2px
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right .price .price_info[data-v-035debfb] {
    margin-left: 6px
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right .price .price_info em[data-v-035debfb] {
    font-style: normal;
    font-size: 12px
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right .price .price_info .price_unit[data-v-035debfb] {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #444;
    font-style: normal;
    position: relative;
    top: -1px
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right .price .xunjia[data-v-035debfb] {
    cursor: pointer
}

.sld_diy[data-v-035debfb] {
    background: #f8f8f8
}

.sld_diy .main_banner_topic[data-v-035debfb] {
    width: 100%;
    height: 400px;
    margin: 0 auto
}

.sld_diy .main_banner_topic .el-carousel__item[data-v-035debfb] {
    display: flex;
    justify-content: center;
    align-items: center
}

.sld_diy .main_banner_topic .el-carousel__item .main_bg[data-v-035debfb] {
    background-position: 50%;
    width: 1920px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    background-repeat: no-repeat;
    background-size: contain
}

.sld_diy .main_banner_01[data-v-035debfb] {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px
}

.sld_diy .main_banner_01 .el-carousel[data-v-035debfb] {
    width: 692px;
    margin-left: 250px
}

.sld_diy .main_banner_01 .el-carousel__item[data-v-035debfb] {
    display: flex;
    justify-content: center;
    align-items: center
}

.sld_diy .main_banner_01 .el-carousel__item .main_bg[data-v-035debfb] {
    background-position: 50%;
    width: 1920px;
    height: 457px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    background-repeat: no-repeat;
    background-size: contain
}

.sld_diy .main_banner_01 .el-carousel__item .main_bg_01[data-v-035debfb] {
    background-position: 50%;
    width: 692px;
    height: 368px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -346px;
    background-repeat: no-repeat;
    background-size: contain
}

.sld_diy .main_banner[data-v-035debfb] {
    width: 100%;
    height: 457px;
    position: relative;
    overflow: hidden;
    margin: 0 auto
}

.sld_diy .main_banner .nav-menu[data-v-035debfb] {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: -3px;
    width: 187px;
    height: 457px;
    z-index: 9;
    background-color: rgba(0, 0, 0, .6);
    box-sizing: border-box
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item[data-v-035debfb] {
    height: 39px;
    line-height: 39px;
    margin: 5px 0;
    position: relative
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .first_cat[data-v-035debfb] {
    width: 125px;
    display: block;
    font-size: 16px;
    color: #fff;
    padding-left: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .first_cat .nav-menu[data-v-035debfb] {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: -3px;
    width: 187px;
    height: 457px;
    z-index: 9;
    background-color: rgba(0, 0, 0, .6);
    box-sizing: border-box
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .first_cat .nav-menu .menu-wrap .menu-item[data-v-035debfb] {
    height: 39px;
    line-height: 39px;
    margin: 5px 0
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .first_cat .nav-menu .menu-wrap .menu-item .first_cat[data-v-035debfb] {
    width: 125px;
    display: block;
    font-size: 16px;
    color: #fff;
    padding-left: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .first_cat .nav-menu .menu-wrap .menu-item .first_cat[data-v-035debfb]:after {
    position: absolute;
    right: 0;
    top: 12.5px;
    content: " ";
    width: 7px !important;
    height: 14px !important;
    display: inline-block;
    width: 7px;
    height: 14px;
    background: url(/imgs/arrow_right.png) no-repeat 50%;
    background-size: contain
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .first_cat .nav-menu .menu-wrap .menu-item[data-v-035debfb]:hover {
    background-color: #ff4e00
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .first_cat .nav-menu .menu-wrap .menu-item:hover .children[data-v-035debfb] {
    display: inline-block
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .first_cat .nav-menu .menu-wrap .menu-item .children[data-v-035debfb] {
    display: none;
    width: 1013px;
    height: 417px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 187px;
    padding: 20px 0
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .first_cat .nav-menu .menu-wrap .menu-item .children .fore-dl[data-v-035debfb] {
    width: 100%;
    clear: both;
    overflow: hidden
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .first_cat .nav-menu .menu-wrap .menu-item .children dt[data-v-035debfb] {
    position: relative;
    float: left;
    width: 152px;
    padding: 8px 30px 0 0;
    text-align: right;
    font-weight: 700;
    line-height: 2em;
    overflow: hidden;
    white-space: nowrap
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .first_cat .nav-menu .menu-wrap .menu-item .children dt i[data-v-035debfb] {
    position: absolute;
    top: 11px;
    right: 18px;
    width: 4px;
    height: 14px;
    font: 400 9px/14px consolas
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .first_cat .nav-menu .menu-wrap .menu-item .children dt .second[data-v-035debfb] {
    color: #333;
    font-size: 14px;
    width: 140px;
    overflow: hidden;
    display: inline-block;
    line-height: 18px;
    text-overflow: ellipsis
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .first_cat .nav-menu .menu-wrap .menu-item .children dd[data-v-035debfb] {
    border-top: none;
    border-bottom: 1px dashed #ddd;
    width: 790px;
    padding: 6px 0;
    float: left;
    line-height: 16px;
    margin-left: 15px
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .first_cat .nav-menu .menu-wrap .menu-item .children .third[data-v-035debfb] {
    float: left;
    padding: 0 8px;
    margin: 4px 0;
    line-height: 16px;
    height: 16px;
    border-right: 1px solid #e0e0e0;
    white-space: nowrap;
    color: #999;
    font-size: 13px
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .first_cat .nav-menu .menu-wrap .menu-item .children .children_item[data-v-035debfb] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 30px
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .first_cat .nav-menu .menu-wrap .menu-item .children .children_item .li_wrap[data-v-035debfb] {
    height: 30px;
    line-height: 30px;
    flex: 1;
    padding-left: 23px
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .first_cat .nav-menu .menu-wrap .menu-item .children .children_item .li_wrap a[data-v-035debfb] {
    line-height: 30px;
    height: 30px;
    color: #999
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .first_cat .nav-menu .menu-wrap .menu-item .children .children_item a[data-v-035debfb] {
    color: #ff4e00;
    font-size: 14px
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .first_cat .nav-menu .menu-wrap .menu-item .children .children_item img[data-v-035debfb] {
    width: 42px;
    height: 35px;
    vertical-align: middle;
    margin-right: 15px
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item[data-v-035debfb]:hover {
    background-color: #ff4e00
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item:hover .children[data-v-035debfb] {
    display: inline-block
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .children[data-v-035debfb] {
    display: none;
    width: 1013px;
    height: 417px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 187px;
    padding: 20px 0
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .children .fore-dl[data-v-035debfb] {
    width: 100%;
    clear: both;
    overflow: hidden
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .children dt[data-v-035debfb] {
    position: relative;
    float: left;
    width: 152px;
    padding: 8px 30px 0 0;
    text-align: right;
    font-weight: 700;
    line-height: 2em;
    overflow: hidden;
    white-space: nowrap
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .children dt i[data-v-035debfb] {
    position: absolute;
    top: 11px;
    right: 18px;
    width: 4px;
    height: 14px;
    font: 400 9px/14px consolas
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .children dt .second[data-v-035debfb] {
    color: #333;
    font-size: 14px;
    width: 140px;
    overflow: hidden;
    display: inline-block;
    line-height: 18px;
    text-overflow: ellipsis
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .children dd[data-v-035debfb] {
    border-top: none;
    border-bottom: 1px dashed #ddd;
    width: 790px;
    padding: 6px 0;
    float: left;
    line-height: 16px;
    margin-left: 15px
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .children .third[data-v-035debfb] {
    float: left;
    padding: 0 8px;
    margin: 4px 0;
    line-height: 16px;
    height: 16px;
    border-right: 1px solid #e0e0e0;
    white-space: nowrap;
    color: #999;
    font-size: 13px
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .children .children_item[data-v-035debfb] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 30px
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .children .children_item .li_wrap[data-v-035debfb] {
    height: 30px;
    line-height: 30px;
    flex: 1;
    padding-left: 23px
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .children .children_item .li_wrap a[data-v-035debfb] {
    line-height: 30px;
    height: 30px;
    color: #999
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .children .children_item a[data-v-035debfb] {
    color: #ff4e00;
    font-size: 14px
}

.sld_diy .main_banner .nav-menu .menu-wrap .menu-item .children .children_item img[data-v-035debfb] {
    width: 42px;
    height: 35px;
    vertical-align: middle;
    margin-right: 15px
}

.sld_diy .main_banner .swiper-container[data-v-035debfb] {
    width: 100%;
    height: 100%;
    position: absolute
}

.sld_diy .main_banner .swiper-container .swiper-slide a[data-v-035debfb] {
    display: inline-block;
    width: 100%;
    height: 100%
}

.sld_diy .main_banner .swiper-container .swiper-slide a img[data-v-035debfb] {
    width: 1920px;
    height: 100%;
    margin-left: -960px;
    left: 50%;
    position: relative;
    overflow: hidden
}

.sld_diy .main_diy[data-v-035debfb] {
    margin-top: 10px
}

.sld_diy .product-box[data-v-035debfb] {
    background-color: #f5f5f5;
    padding: 30px 0 50px
}

.sld_diy .product-box h2[data-v-035debfb] {
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    color: #ff4e00;
    margin-bottom: 20px
}

.sld_diy .product-box .wrapper[data-v-035debfb] {
    display: flex
}

.sld_diy .product-box .wrapper .banner-left[data-v-035debfb] {
    margin-right: 16px
}

.sld_diy .product-box .wrapper .banner-left img[data-v-035debfb] {
    width: 224px;
    height: 619px
}

.sld_diy .product-box .wrapper .list-box .list[data-v-035debfb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 986px;
    margin-bottom: 14px
}

.sld_diy .product-box .wrapper .list-box .list[data-v-035debfb]:last-child {
    margin-bottom: 0
}

.sld_diy .product-box .wrapper .list-box .list .item[data-v-035debfb] {
    width: 236px;
    height: 302px;
    background-color: #666;
    text-align: center
}

.sld_diy .product-box .wrapper .list-box .list .item span[data-v-035debfb] {
    display: inline-block;
    width: 67px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #666
}

.sld_diy .product-box .wrapper .list-box .list .item span.new-pro[data-v-035debfb] {
    background-color: #7ecf68
}

.sld_diy .product-box .wrapper .list-box .list .item span.kill-pro[data-v-035debfb] {
    background-color: #e82626
}

.sld_diy .product-box .wrapper .list-box .list .item .item-img img[data-v-035debfb] {
    width: 100%;
    height: 195px
}

.sld_diy .product-box .wrapper .list-box .list .item .item-info h3[data-v-035debfb] {
    font-size: 14px;
    color: #ff4e00;
    line-height: 14px;
    font-weight: 700
}

.sld_diy .product-box .wrapper .list-box .list .item .item-info p[data-v-035debfb] {
    color: #ccc;
    line-height: 13px;
    margin: 6px auto 13px
}

.sld_diy .product-box .wrapper .list-box .list .item .item-info .price[data-v-035debfb] {
    color: #f20a0a;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer
}

.sld_diy .product-box .wrapper .list-box .list .item .item-info .price[data-v-035debfb]:after {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/imgs/icon-cart-hover.png) no-repeat 50%;
    background-size: contain;
    content: " ";
    margin-left: 5px;
    vertical-align: middle
}

.fixedTab[data-v-035debfb] {
    position: fixed;
    right: 0;
    top: 50vh;
    margin-right: 10px;
    width: 58px;
    background: #fff;
    height: 235px
}

.fixedTab .f1[data-v-035debfb] {
    margin-bottom: 15px;
    position: relative
}

.fixedTab .f1 .el-icon-s-goods[data-v-035debfb],
.fixedTab .f1 .el-icon-share[data-v-035debfb],
.fixedTab .f1 .el-icon-star-off[data-v-035debfb],
.fixedTab .f1 .el-icon-star-on[data-v-035debfb] {
    font-size: 24px;
    cursor: pointer
}

.fixedTab .f1 .el-icon-star-on[data-v-035debfb] {
    color: #ff4e00
}

.fixedTab .f1 .f1_txt[data-v-035debfb] {
    font-size: 12px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #4d4d4d;
    margin-top: 8px
}

.fixedTab .f1 #qrcode:hover+.mobile_order_model[data-v-035debfb] {
    display: block
}

.fixedTab .f1 .mobile_order_model[data-v-035debfb] {
    display: none;
    position: absolute;
    left: 39px;
    background-color: #fff;
    padding: 10px;
    z-index: 100
}

.group_warp[data-v-035debfb] {
    margin: 20px auto 20px;
    width: 1200px;
    background: #fff;
    border-radius: 4px 4px 4px 4px
}

.group_warp .left[data-v-035debfb] {
    width: 240px;
    height: 298px;
    background: url(../img/group_bg2.af299b3f.png) no-repeat center 100%
}

.group_warp .left .group_box[data-v-035debfb] {
    margin-top: 195px
}

.group_warp .left .group_box .title[data-v-035debfb] {
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #fff;
    line-height: 14px;
    margin-bottom: 12px
}

.group_warp .left .group_box .cd_times[data-v-035debfb] {
    width: 198px;
    margin-bottom: 4px
}

.group_warp .left .group_box .cd_times .cd_item[data-v-035debfb] {
    background: #0c0c0c;
    width: 40px;
    height: 40px;
    border-radius: 4px 4px 4px 4px;
    font-size: 22px;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    text-align: center
}

.group_warp .left .group_box .cd_times_info[data-v-035debfb] {
    width: 198px
}

.group_warp .left .group_box .cd_times_info .cd_item_info[data-v-035debfb] {
    width: 40px;
    font-size: 12px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #fff;
    text-align: center
}

.group_warp .right .el-carousel[data-v-035debfb] {
    width: 960px;
    height: 298px
}

.group_warp .right .r_goods_content[data-v-035debfb] {
    width: 960px
}

.group_warp .right .r_goods_content .r_goods_box[data-v-035debfb] {
    width: 240px;
    height: 100%;
    position: relative
}

.group_warp .right .r_goods_content .r_goods_box[data-v-035debfb]:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 200px;
    transform: translateY(-50%);
    background: linear-gradient(180deg, #fff, #eee, #fff)
}

.group_warp .right .r_goods_content .r_goods_box[data-v-035debfb]:last-child:after {
    display: none
}

.group_warp .right .r_goods_content .r_goods_box .r_goods_img[data-v-035debfb] {
    width: 192px;
    height: 192px;
    padding: 10px;
    cursor: pointer
}

.group_warp .right .r_goods_content .r_goods_box .r_goods_img img[data-v-035debfb] {
    width: 100%;
    height: 100%;
    opacity: 1
}

.group_warp .right .r_goods_content .r_goods_box .r_goods_img img[data-v-035debfb]:hover {
    opacity: .8
}

.group_warp .right .r_goods_content .r_goods_box .r_goods_title[data-v-035debfb] {
    width: 100%;
    padding: 0 24px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #0c0c0c;
    letter-spacing: 1px;
    height: 30px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
    word-break: break-all;
    white-space: normal;
    margin: 6px 0;
    cursor: pointer
}

.group_warp .right .r_goods_content .r_goods_box .r_goods_price[data-v-035debfb] {
    margin-top: 8px;
    width: 192px;
    height: 36px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAAAkCAYAAADfCTWTAAAAAXNSR0IArs4c6QAACElJREFUeF7tnQtsVVUWhr+jYjDiDEY0ENGxFQUNxkcw4IOAihFUFEYyo6IBVFRUfBPpMD4xCoIBjQoqCI46zkw0FAtaoAJGbcFWsQraChW0PKpWZaAMlUrPZN11DvfcR+m9nNP76t4huZfT/Vhr7fXvtfbaa59rAdiD6UkHpgODsOgoz0zJUgmMAjpZYNtgOZ8hVqzQv9DzfSX0AGqAJVnKb/JkN2BTQhMTrWKqrZDyH0qFiC35vkyLjJLAccBQUerQsqZK31rZYcNbQGNrFXPu7w3soY9lD2UBFsPocxncNR/+0CXnOG03DH1xPWx7Y//shgyAYwVsC96xYWu7kVAkozaLLPsKdoZW/9d+MsqfzXrQtB1WdIPm3yK5cLycWKtgw6fAJ9nMtE/abRoFALocLPT6hj47Ns1TL4HaObDu5lZWf3dfANTZUATsTT2pmTSiAUAmzYYfWsrOgf+u3ufdRLj/+9wexxw0Af+BkO1v58UAIBcUYPcmWJnfCieu3w+UoJEfUzAAyAUlqC6AmqnhoE+8AJAbFq2yYWUuMB0MDwYAwcgxvb2syIPd37VOg4Q8xfVp536/V1AGAK2rTWbX+KkYyi+NpdG1Am5sY68NC4H6zGYn1dQZAKRa4kGPVzkGNr8a22t0+HMV8EWAgx/VXTv7eXNspx06Qvde8N1aaP49uUE7d4WDD4nfb3I9JVTbACAhMWVopd8bYNnRsbF/l1x39d9qw+KAebhxBhzeGZ4dE9vxsPtgzHS4tw/UyGFDVDn/r3BoVMbNVx9BXQ2MnAy9B0JB/4AJjt+dAUBKxNxGg9TOh8obWphZ58C3GfjUhl2ezAgXGGIlZIH+9gDoawkAx/wJnq+CjZ/rSj6xPzRF5Vn881fYtgF2N+jA+WfAnHtg+XyYvR7engLL5h4AUck3MQBIXmaZ06K0P/zyccv0uJGfmBrOBkHAscSGOF5Mi50ec4Ku/LLKy+cbD8KOenVZOnaCp8tV+Z8bq9+rV8VaCQHApAu0npTHV8DyV2FzFUwrg/rNsDeO6yRWIZ7L5WNGDAB8CC+tTf+3CZZ7Yv9xkjzD9EXHRZ3/V9jg6GDCvIyeBueNUOU/6BDYWQ9L50DRM/Dwe+rauKt+tx4KgtK34MXxYUvgAkDcncXPwVUTFQB9r4Rd2/W7t8i+YMKbMDYPftyUMKmJVDQASERKmVin+lH45tH9UOZVeue71yKst+EDH4x5XaBje8KDi1R5Jw+F7XXhjk/uC38rVMWddStsrAQXAHfOg389AkPv1r/3vxruPhPOugRWLwwru1idlzfCqG6Rffsg321qABCAENPSRUk+iBWIznj2ZnvqBQDH+fd8SvbnUp/nAV4APPmhWoTi2dDo+PVeoUhU6KLR6uMXvxgfADUV8GsdlL6tyu5d7V0AXHukgizAYgAQoDBT1lX9Sii9MIHhvLtdp/pO5zwgKmk0gc4iq3gBIC6KrNrjZqvP7y3iBn2/Vi2DGxKNZwHE7RGAXHwjXHyTulFHdlWf3wAg6enJ7QZrxkCt4yfHc+8jLsM4GaAiEUmCK7Rhh0/xdO0BN82AvDPUry9fpBvaax7Rldtbxs3SzfGM68NPXQDc/6buDf4ySf1+AYDsIypLNEokodRbTzIA8Dldudd8w9MgZwDey1/CZXMjrJ8avg7p5bzZhmXAFp/iKFgA/YZplEaUtGgmlC+G0y+KDwBRcnFt5t4TCwDpS4Ahm2EBwGfFYfdHgCV3VG47RcOpL3wNIw6LDan6ZMe4QD4FmFHNtxXC6uHhgL/lMQ+f2LA2AGrlkEoUevAtkQdhF45SANxykj6X6NARXWDmGiicrlEit7gW4KkyGH8a3PGyAkDOEHr2gyeGax9iDT54HSrf136uTOCKZ5IsGgAkKbCMrl46BH4sjjrxskAyQMsCpjz6IMwFgCi0KLis2lIkujPhHA1xrl0JW6phwHX6/LFlMGkgHNwB9jTqGYDbTja7YmU2VMA/CgwAAp6+3OtOIkJL49wJkDQIyf8POgO0JQDIHuD43nq9VpRaFFg2v3NrYd798NG/Vfbi9pw7AiSnaOoIWLNEUyDkEEw2vuICndwPBo7UyNDfi+DqIwKfN2MBAhdpmjpcVwDfTIkMeUpEssgGvxGfeCxFA0CUWeL6EqqMToATJX+lVv35LVXq6ki6xOOXw7G9dLP70CD4uoVT7QEjtc7oboEL1wAgcJGmocO9jbAkD36TAyjHT26y4Z02uPaYd7pGZeT0VrI9nx+rDMszyeORMKis+t5y6vkaCbr9FOh6IjxWAhWL4KXxWkvAdNZg3Q8IeEThJQTasB06ddaDMnGfvJGkgMRsABCQINPazdZCWPVnPfSSl2FJxOf9ACI+8ZgS//26yZr/M2tcpLL3HqD+vevHu+2lrmyCxbW56gHo0QemXRO2FJJS0aV7+OT30tvVPXKLWI15E+IfsvkUvAGATwFmRPOPh8APnle7SY7PuoygLD4RovDJ3hNoI3YMANpIsCnrdtcmKM4PnwlU2xB1GJsyWrJwIAOALJy0CJK/9Gx+t9mwvA0iPtkuo/3QbwCQzZMrm9/38qCxTi+8yK2vtoj4ZLOMWqHdACCbJ3dLIZQNhz3Au20Q8clm2SRIuwFAgoLKyGofDoGtxfqen/b6glufEyNvh94d+k0A83Jcn6JMcXPZ/L6bDxLxqUrx2LkzXINYAHlF6uXm9ehZNquy+V0wRd/wbMqBScCmUCxALyzKzQ9kHJgM09LqIKCv82rzoHN80sJQWgaVX4o5O3RuHgIBPInFIAOEtExGcoP+EY36JPnOqeQGydHaNo1YlGAzwSqi6v/Riy8BKLc9FwAAAABJRU5ErkJggg==) no-repeat center 100%;
    padding-left: 10px;
    cursor: pointer
}

.group_warp .right .r_goods_content .r_goods_box .r_goods_price .r_price[data-v-035debfb] {
    color: #ff4e00;
    font-family: Arial-Bold, Arial;
    font-weight: 700;
    font-size: 18px;
    line-height: 36px
}

.group_warp .right .r_goods_content .r_goods_box .r_goods_price .r_price span[data-v-035debfb] {
    font-size: 12px
}

.sld_open_screen[data-v-a0ff5d34] {
    position: fixed;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.sld_open_screen .image[data-v-a0ff5d34] {
    width: 680px;
    height: 420px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.sld_open_screen .image img[data-v-a0ff5d34] {
    max-width: 100%;
    max-height: 100%
}

.sld_open_screen .close[data-v-a0ff5d34] {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    right: 40px;
    z-index: 2;
    cursor: pointer
}

.sld_open_screen[data-v-793fcc50] {
    position: fixed;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.sld_open_screen .image[data-v-793fcc50] {
    width: 760px;
    height: 490px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.sld_open_screen .image img[data-v-793fcc50] {
    max-width: 100%;
    max-height: 100%
}

.sld_open_screen .content[data-v-793fcc50] {
    position: absolute;
    width: 600px;
    height: 380px;
    top: 80px;
    right: 80px;
    z-index: 3
}

.sld_open_screen .content .title[data-v-793fcc50] {
    height: 56px;
    font-size: 56px;
    font-family: Poppins-Bold, Poppins-Regular;
    font-weight: 700;
    color: #ff4e00;
    line-height: 56px
}

.sld_open_screen .content .item_box[data-v-793fcc50] {
    padding-top: 48px
}

.sld_open_screen .content .item_box .item img[data-v-793fcc50] {
    width: 96px;
    height: 96px
}

.sld_open_screen .content .item_box .item p[data-v-793fcc50] {
    margin-top: 16px;
    height: 24px;
    font-size: 24px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 24px
}

.sld_open_screen .content .buttons[data-v-793fcc50] {
    margin-top: 70px
}

.sld_open_screen .content .buttons .button[data-v-793fcc50] {
    font-size: 20px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #ff4e00;
    line-height: 20px;
    background: #fff;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #ff4e00;
    padding: 16px 24px 16px 20px;
    cursor: pointer
}

.sld_open_screen .content .buttons .button img[data-v-793fcc50] {
    width: 24px;
    height: 24px;
    margin-right: 6px
}

.sld_open_screen .content .buttons .button.active[data-v-793fcc50] {
    background: #ff4e00;
    color: #fff
}

.sld_open_screen .close[data-v-793fcc50] {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer
}

.sld_open_screen .count_down[data-v-793fcc50] {
    position: absolute;
    top: 10px;
    right: 44px;
    z-index: 2;
    color: #a0a0a0;
    height: 24px;
    line-height: 24px
}

.el-tabs--top .el-tabs__item,
.sld_open_screen .count_down[data-v-793fcc50] {
    font-size: 16px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400
}

.el-tabs--top .el-tabs__item {
    height: 56px;
    color: #444;
    line-height: 56px;
    padding: 0 20px
}

.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
    padding-left: 20px
}

.el-tabs--top .el-tabs__item.is-top:last-child {
    padding-right: 20px
}

.el-tabs__active-bar {
    background-color: #ff4e00
}

.el-tabs__header {
    padding: 0 20px
}

.el-tabs__item.is-active {
    color: #ff4e00;
    font-weight: 700;
    border-bottom: 2px solid #ff4e00
}

.el-tabs__nav-next,
.el-tabs__nav-prev {
    position: absolute;
    cursor: pointer;
    line-height: 56px;
    font-size: 30px
}

.el-tabs__nav-wrap:after {
    height: 1px
}

.home_recommend_list[data-v-46cc3b23] {
    width: 1200px;
    margin: 10px auto;
    background: #fff;
    border-radius: 4px 4px 4px 4px
}

.home_recommend_list .top[data-v-46cc3b23] {
    padding: 24px 20px
}

.home_recommend_list .top .title[data-v-46cc3b23] {
    height: 28px;
    font-size: 28px;
    font-family: Poppins-Bold, Poppins-Regular;
    font-weight: 700;
    color: #0c0c0c;
    line-height: 28px
}

.home_recommend_list .top .sub_title[data-v-46cc3b23] {
    height: 14px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #7b7b7b;
    line-height: 14px;
    margin-left: 20px
}

.home_recommend_list .items[data-v-46cc3b23] {
    width: 100%;
    background: #fff;
    flex-wrap: wrap
}

.home_recommend_list .items .item[data-v-46cc3b23] {
    width: 240px;
    height: 310px;
    padding: 20px 20px
}

.home_recommend_list .items .item .item_pic[data-v-46cc3b23] {
    width: 200px;
    height: 200px;
    margin: 0 auto
}

.home_recommend_list .items .item .item_pic img[data-v-46cc3b23] {
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.home_recommend_list .items .item .item_pic[data-v-46cc3b23]:hover {
    opacity: .8
}

.home_recommend_list .items .item .item_title[data-v-46cc3b23] {
    width: 200px;
    height: 36px;
    margin: 10px 0;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 18px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
    word-break: break-all;
    white-space: normal;
    cursor: pointer
}

.home_recommend_list .items .item .item_price[data-v-46cc3b23] {
    font-size: 12px;
    font-family: Arial-Bold, Arial;
    font-weight: 700;
    color: #ff4e00
}

.home_recommend_list .items .item .item_price .money_number[data-v-46cc3b23] {
    font-size: 16px
}

.home_recommend_list .items .item .item_price .money_unit[data-v-46cc3b23] {
    font-size: 12px;
    color: #444;
    cursor: pointer;
    margin-left: 4px;
    position: relative;
    top: -1px
}

.home_recommend_list .items .item .item_tags[data-v-46cc3b23] {
    font-size: 12px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #ff4e00;
    text-decoration: underline;
    cursor: pointer
}

.sld_recommend_list.skelelon_loading .hot_recommend .hot_recommend_list .recommend_pre_top .hot_recommend_pre_img[data-v-46cc3b23] {
    width: 208px;
    height: 208px;
    color: #eee;
    background: #eee
}

.sld_recommend_list.skelelon_loading .hot_recommend .hot_recommend_list .recommend_pre_top .hot_recommend_pre_brief[data-v-46cc3b23],
.sld_recommend_list.skelelon_loading .hot_recommend .hot_recommend_list .recommend_pre_top .hot_recommend_pre_name[data-v-46cc3b23],
.sld_recommend_list.skelelon_loading .hot_recommend .hot_recommend_list .recommend_pre_top .hot_recommend_pre_price[data-v-46cc3b23] {
    margin-top: 10px;
    width: 120px;
    height: 17px;
    color: #eee;
    background: #eee
}

.diy_part_wrap[data-v-8123a714] {
    background: #f9f9f9;
    padding: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.adv_01_wrap[data-v-8123a714] {
    width: 1210px;
    position: relative;
    margin: 0 auto
}

.adv_01_wrap_full[data-v-8123a714] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.adv_01_wrap_full a[data-v-8123a714] {
    width: 1210px;
    display: flex;
    align-items: center;
    justify-content: center
}

.flash_wrap[data-v-8123a714] {
    width: 768px;
    height: 183px;
    margin-bottom: 20px
}

.modal_img[data-v-8123a714] {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.adv_01_img_thumb[data-v-8123a714] {
    min-height: 50px;
    background: #efefef;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.adv_01_img[data-v-8123a714] {
    max-width: 100%;
    max-height: 100%
}

.modal_tip_color[data-v-8123a714] {
    color: #136cd8;
    font-size: 12px;
    display: block;
    padding: 10px 0
}

.table_left_con[data-v-8123a714] {
    font-weight: 700;
    color: #333
}

.table_left_require[data-v-8123a714] {
    color: #ff4e00
}

.adv_02_part[data-v-8123a714] {
    width: 1210px;
    height: 344px;
    background: #fff;
    margin: 0 auto
}

.adv_02_part .adv_02_left[data-v-8123a714] {
    width: 215px;
    height: 344px;
    position: relative;
    cursor: pointer;
    float: left
}

.adv_02_part .adv_02_left a[data-v-8123a714] {
    display: inline-block;
    width: 100%;
    height: 100%
}

.adv_02_part .adv_02_left a[data-v-8123a714]:hover {
    opacity: .65
}

.adv_02_part .adv_02_left img[data-v-8123a714] {
    max-width: 100%;
    max-height: 100%
}

.adv_02_part .adv_02_center[data-v-8123a714] {
    float: left;
    width: 736px;
    height: 344px;
    position: relative
}

.adv_02_part .adv_02_center .split_h[data-v-8123a714] {
    position: absolute;
    width: 736px;
    height: 1px;
    background-color: rgba(0, 0, 0, .05);
    top: 172px;
    left: 0;
    z-index: 2
}

.adv_02_part .adv_02_center .split_v[data-v-8123a714] {
    position: absolute;
    width: 1px;
    height: 344px;
    background-color: rgba(0, 0, 0, .05);
    left: 368px;
    top: 0;
    z-index: 2
}

.adv_02_part .adv_02_right[data-v-8123a714] {
    width: 253px;
    height: 344px;
    float: left;
    margin-left: 5px;
    position: relative
}

.imgs_wrap[data-v-8123a714] {
    width: 100%;
    height: 170px;
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px
}

.adv_more_img_wrap[data-v-8123a714] {
    position: relative;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px dashed #eee;
    margin-left: 10px
}

.adv_more_img_wrap[data-v-8123a714]:hover,
.seleImg[data-v-8123a714] {
    background-color: #fff3da;
    border-color: #fbcfac
}

.adv_more_img_wrap .del_img[data-v-8123a714] {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 5px;
    background: #fe9700;
    font-size: 12px;
    color: #fff
}

.adv_02_right .right_img_item[data-v-8123a714] {
    position: relative;
    width: 253px;
    height: 108px;
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 6px
}

.adv_02_right .right_img_item a[data-v-8123a714] {
    display: block;
    width: 100%;
    height: 100%
}

.adv_02_right .right_img_item a[data-v-8123a714]:hover {
    opacity: .65
}

.adv_02_right .right_img_item img[data-v-8123a714] {
    max-width: 100%;
    max-height: 100%
}

.modal_goods_wrap[data-v-8123a714] {
    width: 175px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 10px 10px 0;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer
}

.goods_img[data-v-8123a714] {
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.modal_goods_wrap .goods_img img[data-v-8123a714] {
    max-width: 100%;
    max-height: 100%
}

.modal_goods_wrap .goods_right[data-v-8123a714] {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 5px
}

.modal_goods_wrap .goods_name[data-v-8123a714] {
    color: #666;
    font-size: 12px
}

.modal_goods_wrap .goods_price[data-v-8123a714] {
    color: #f30213;
    font-size: 12px
}

.adv_02_center .goods_item[data-v-8123a714] {
    width: 363px;
    height: 171px;
    padding: 6px;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box
}

.adv_02_center .goods_item .left[data-v-8123a714] {
    float: left;
    width: 160px;
    height: 160px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    padding-top: 0;
    transition: transform .5s
}

.adv_02_center .goods_item .left[data-v-8123a714]:hover {
    transform: translateX(-4px)
}

.adv_02_center .goods_item .left img[data-v-8123a714] {
    max-width: 140px;
    max-height: 140px;
    margin-top: 10px
}

.adv_02_center .goods_item .right[data-v-8123a714] {
    float: right;
    width: 180px;
    margin-left: 0
}

.adv_02_center .goods_item .right .goods_name[data-v-8123a714] {
    color: #333;
    font-size: 14px;
    height: 41.6px;
    margin-bottom: 0;
    margin-top: 18px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal
}

.adv_02_center .goods_item .right .buy_num[data-v-8123a714] {
    color: #666;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 3px
}

.adv_02_center .goods_item .right .buy[data-v-8123a714] {
    padding: 5px 17px;
    background: #1861c4;
    font-size: 16px;
    font-weight: 700;
    border-radius: 14px;
    color: #fff
}

.adv_02_center .goods_item .right .price[data-v-8123a714] {
    margin-bottom: 18px;
    text-align: left;
    width: auto;
    height: auto;
    line-height: 24px
}

.adv_02_center .goods_item .right .price span[data-v-8123a714] {
    color: #1861c4
}

.adv_02_center .goods_item .right .price .unit[data-v-8123a714] {
    font-size: 12px;
    margin-right: 2px;
    font-weight: 700
}

.adv_02_center .goods_item .right .price .integer[data-v-8123a714] {
    font-size: 18px;
    font-weight: 700
}

.adv_02_center .goods_item .right .price .decimal[data-v-8123a714] {
    font-size: .83rem
}

.adv_02_center .goods_item .right .price .del[data-v-8123a714] {
    color: #999;
    font-size: .83rem;
    text-decoration: line-through;
    margin-left: 10px
}

.adv_05_wrap .floor[data-v-8123a714] {
    width: 100%;
    position: relative
}

.adv_05_wrap .floor_layout[data-v-8123a714] {
    height: auto
}

.adv_05_wrap .floor_title[data-v-8123a714] {
    height: 45px;
    line-height: 45px;
    position: relative
}

.adv_05_wrap .floor_title h2[data-v-8123a714] {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #333;
    float: left
}

.adv_05_wrap .floor_title h2 span[data-v-8123a714] {
    height: 45px;
    line-height: 45px
}

.adv_05_wrap .floor_title h2 span.main_title[data-v-8123a714] {
    font-size: 20px;
    font-weight: 700;
    color: #3d3d3d
}

.adv_05_wrap .floor_title h2 span.sub_title[data-v-8123a714] {
    font-size: 16px;
    font-style: italic;
    line-height: 47px;
    color: #a4a4a4;
    margin: 0 0 0 10px
}

.adv_05_wrap .floor_title .right_action[data-v-8123a714] {
    display: inline-block;
    margin: 0 12px 0 0;
    float: right
}

.adv_05_wrap .floor_title .right_action a[data-v-8123a714] {
    font-size: 14px;
    color: #333
}

.adv_05_wrap .floor_content[data-v-8123a714] {
    height: 482px;
    background-color: #fff;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    overflow: hidden
}

.adv_05_wrap .floor_content .floor_left[data-v-8123a714] {
    width: 298px;
    height: 482px;
    float: left;
    overflow: hidden
}

.adv_05_wrap .floor_content .floor_left .floor_bg_img[data-v-8123a714] {
    width: 298px;
    height: 482px;
    overflow: hidden;
    position: relative
}

.adv_05_wrap .floor_content .floor_left .floor_words[data-v-8123a714] {
    position: relative;
    width: 260px;
    height: 160px;
    margin: -182px 19px 22px 19px;
    padding: 14px 31px 24px 30px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box
}

.floor_words .floor_words_top_title[data-v-8123a714] {
    position: relative;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden
}

.floor_words .cat_data_wrap[data-v-8123a714] {
    position: relative
}

.floor_words .floor_words_top_title font[data-v-8123a714] {
    display: inline-block;
    width: 39px;
    height: 1px;
    background: #d4d4d4;
    position: relative;
    top: -4px
}

.floor_words .floor_words_top_title span[data-v-8123a714] {
    font-size: 14px;
    font-weight: 700;
    color: #101010;
    margin: 0 9px
}

.adv_05_wrap .floor_content .floor_left .floor_words ul[data-v-8123a714] {
    width: 100%;
    height: 86px;
    margin: 16px 0 0 0;
    overflow: hidden
}

.adv_05_wrap .floor_content .floor_left .floor_words li[data-v-8123a714] {
    float: left;
    width: 66px;
    padding-left: 0;
    margin: 0 0 18px 0;
    height: 14px;
    line-height: 14px;
    overflow: hidden
}

.adv_05_wrap .floor_content .floor_left .floor_words li a[data-v-8123a714] {
    font-size: 12px;
    color: #6d6d6d;
    font-weight: 400
}

.adv_05_wrap .floor_content .floor_left .floor_words li a[data-v-8123a714]:hover {
    color: #ff4e00
}

.adv_05_wrap .floor_content .floor_left .floor_bg_img .ad_img[data-v-8123a714] {
    width: 298px;
    height: 482px;
    display: block
}

.adv_05_wrap .floor_content .ad_img img[data-v-8123a714] {
    width: 100%;
    height: 100%
}

.adv_05_wrap .floor_content .floor_right[data-v-8123a714] {
    width: 912px;
    height: 482px;
    border-style: solid;
    border-color: #f30213;
    border-width: 2px 0 0 0;
    float: left;
    position: relative;
    background-color: #fff
}

.adv_05_wrap .floor_content .floor_right .floor_right_main[data-v-8123a714] {
    width: 662px;
    height: 482px;
    float: left;
    position: relative
}

.adv_05_wrap .floor_content .floor_right .floor_right_new[data-v-8123a714] {
    width: 250px;
    height: 480px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
    border-width: 0 0 0 1px;
    padding: 5px 10px 0 10px;
    float: right;
    position: relative;
    box-sizing: border-box
}

.floor_right_new .floor_right_new_top_title[data-v-8123a714] {
    height: 30px;
    line-height: 30px;
    margin: 0 0 6px 0;
    text-align: center;
    overflow: hidden;
    position: relative
}

.floor_right_new .floor_right_new_top_title font[data-v-8123a714] {
    display: inline-block;
    width: 39px;
    height: 1px;
    background: #f30213;
    position: relative;
    top: -4px
}

.floor_right_new .floor_right_new_top_title span[data-v-8123a714] {
    font-size: 14px;
    font-weight: 700;
    color: #f30213;
    margin: 0 9px
}

.adv_05_wrap .floor_right_new .floor_content[data-v-8123a714] {
    height: 450px
}

.adv_05_wrap .floor_right_new .floor_content .item[data-v-8123a714] {
    width: 230px;
    height: 110px;
    padding: 10px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
    border-width: 0 0 1px 0;
    box-sizing: border-box
}

.adv_05_wrap .floor_right_new .floor_content .item .wrap[data-v-8123a714] {
    width: 230px
}

.adv_05_wrap .floor_right_new .floor_content .item .left_pic[data-v-8123a714] {
    width: 90px;
    height: 90px;
    float: left
}

.adv_05_wrap .floor_right_new .floor_content .item .left_pic .ad_img[data-v-8123a714] {
    width: 90px;
    height: 90px;
    display: block;
    overflow: hidden
}

.adv_05_wrap .floor_right_new .floor_content .item .right_info[data-v-8123a714] {
    width: 140px;
    height: 90px;
    padding: 10px 0 0 10px;
    overflow: hidden;
    box-sizing: border-box
}

.adv_05_wrap .floor_right_new .floor_content .item .right_info .title[data-v-8123a714] {
    margin-bottom: 15px;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: normal;
    background: #fff;
    letter-spacing: 0;
    font-size: 12px
}

.adv_05_wrap .floor_right_new .floor_content .item .right_info .title a[data-v-8123a714] {
    line-height: 19px !important;
    font-size: 12px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: normal
}

.adv_05_wrap .floor_right_new .floor_content .item .right_info .price[data-v-8123a714] {
    color: #1861c4;
    font-weight: 700;
    font-size: 12px;
    width: auto;
    height: auto;
    line-height: 20px;
    text-align: left
}

.adv_05_wrap .floor_right_new .floor_content .item .right_info .price .money_number[data-v-8123a714] {
    margin: 0 0 0 -3px;
    color: #1861c4;
    font-size: 18px;
    font-weight: 700
}

.adv_05_wrap .floor_right_main .floor_content[data-v-8123a714] {
    height: 480px
}

.adv_05_wrap .floor_right_main .floor_content .item[data-v-8123a714] {
    width: 220px;
    height: 240px;
    padding: 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
    border-width: 0 0 1px 1px;
    float: left;
    box-sizing: border-box
}

.adv_05_wrap .floor_right_main .floor_content .item .wrap[data-v-8123a714] {
    width: 199px
}

.adv_05_wrap .floor_right_main .floor_content .bottom_item[data-v-8123a714] {
    border-width: 0 0 0 1px
}

.adv_05_wrap .floor_right_main .floor_content .item .ad_img[data-v-8123a714] {
    width: 162px;
    height: 162px;
    margin: 0 auto;
    display: block;
    transition: transform .5s
}

.adv_05_wrap .floor_right_main .floor_content .item .ad_img[data-v-8123a714]:hover {
    transform: translateX(-4px)
}

.adv_05_wrap .floor_right_main .floor_content .item .title[data-v-8123a714] {
    margin: 10px 0 5px 0;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: normal;
    font-size: 12px;
    background: #fff;
    letter-spacing: 0;
    width: 162px;
    margin-left: 18px
}

.adv_05_wrap .floor_right_main .floor_content .item .title a[data-v-8123a714] {
    font-size: 12px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.adv_05_wrap .floor_right_main .floor_content .item .price[data-v-8123a714] {
    color: #1861c4;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    width: auto;
    height: auto;
    line-height: 20px;
    text-align: left;
    width: 162px;
    margin-left: 18px
}

.adv_05_wrap .floor_right_main .floor_content .item .price .money_number[data-v-8123a714] {
    font-size: 18px;
    margin-left: -3px
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item[data-v-8123a714] {
    width: 440px;
    padding: 0
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item .wrap[data-v-8123a714] {
    width: 440px;
    padding: 39px 34px;
    box-sizing: border-box
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item .left_pic[data-v-8123a714] {
    width: 162px;
    height: 162px;
    float: left
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item .left_pic .ad_img[data-v-8123a714] {
    width: 162px;
    height: 162px;
    display: block;
    transition: transform .5s
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item .left_pic .ad_img[data-v-8123a714]:hover {
    transform: translateX(-4px)
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item .right_info[data-v-8123a714] {
    width: 191px;
    height: 162px;
    margin: 0 0 0 18px;
    float: right;
    overflow: hidden
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item .right_info .title[data-v-8123a714] {
    margin-bottom: 5px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: normal;
    background: #fff;
    font-size: 12px;
    letter-spacing: 0
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item .right_info .title a[data-v-8123a714] {
    line-height: 18px !important;
    font-size: 12px
}

.floor-con3 .ad_img img[data-v-8123a714] {
    width: 100%;
    height: 100%
}

.adv_05_wrap .example_text[data-v-8123a714] {
    color: #777;
    text-align: center;
    position: relative;
    background: #fff !important;
    font-weight: 300
}

.adv_05_wrap .example_text span[data-v-8123a714] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 15px !important
}

.adv_05_wrap .floor_left .floor_bg_img a.ad_img[data-v-8123a714]:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 482px;
    top: 0;
    left: -150px;
    overflow: hidden;
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg)
}

.adv_05_wrap .floor_left .floor_bg_img a.ad_img[data-v-8123a714]:hover:before {
    transition: left .5s;
    left: 320px
}

.adv_05_wrap .floor_right_main .floor_content .ad_img[data-v-8123a714],
.adv_05_wrap .floor_right_new .floor_content .item .left_pic .ad_img[data-v-8123a714] {
    transition: transform .5s
}

.adv_05_wrap .floor_right_new .floor_content .item .left_pic .ad_img[data-v-8123a714]:hover {
    transform: translateX(4px)
}

.w_sld_react_1210[data-v-8123a714] {
    margin: 0 auto
}

.w_sld_react_1200[data-v-8123a714] {
    width: 1620px;
    margin: 0 auto
}

.w_sld_react_1210[data-v-8123a714] {
    width: 1210px
}

.adv_04_wrap[data-v-8123a714] {
    height: auto;
    min-height: 374px
}

.adv_04_wrap .floor_title[data-v-8123a714] {
    position: relative;
    margin-bottom: 24px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    margin-top: 10px
}

.adv_04_wrap .floor_title h2[data-v-8123a714] {
    width: 100%;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
    font-family: Poppins-Regular;
    font-weight: 800;
    font-size: 32px;
    color: #333;
    height: 34px
}

.adv_04_wrap .floor_title h2 font[data-v-8123a714] {
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #1861c4;
    position: relative;
    top: 20px
}

.adv_04_wrap .floor_title h2 span[data-v-8123a714] {
    font-family: Poppins-Regular;
    font-weight: 800;
    font-size: 32px;
    margin: 0 20px;
    color: #1861c4;
    width: auto;
    min-width: 30px;
    height: 34px;
    line-height: 34px;
    text-indent: 3px;
    display: inline-block
}

.adv_04_wrap .floor_goods[data-v-8123a714] {
    position: relative;
    width: 100%;
    overflow: hidden
}

.adv_04_wrap .floor_goods .item[data-v-8123a714] {
    float: left;
    width: 230px;
    height: 310px;
    margin: 0 12px 12px 0;
    background-color: #fff;
    box-sizing: border-box
}

.adv_04_wrap .floor_goods .item[data-v-8123a714]:nth-child(5n+5) {
    margin-right: 0 !important
}

.adv_04_wrap .floor_goods .item .wrap[data-v-8123a714] {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    font-size: 14px;
    position: relative
}

.adv_04_wrap .floor_goods .item .wrap img[data-v-8123a714] {
    width: 230px;
    height: 230px;
    display: block
}

.adv_04_wrap .floor_goods .item .wrap .example_text[data-v-8123a714] {
    width: 230px;
    height: 230px;
    display: block;
    color: #777;
    text-align: center;
    position: relative;
    background: #eee !important;
    font-weight: 300;
    transition: opacity .5s ease
}

.adv_04_wrap .floor_goods .item .wrap .example_text[data-v-8123a714]:hover {
    opacity: .65
}

.adv_04_wrap .floor_goods .item .wrap .example_text span[data-v-8123a714] {
    margin-top: -24px;
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    font-size: 15px !important
}

.adv_04_wrap .floor_goods .item .wrap .title[data-v-8123a714] {
    margin: 12px;
    max-height: 39px;
    height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: normal;
    display: inline-block;
    background: #fff;
    letter-spacing: 0
}

.adv_04_wrap .floor_goods .item .wrap .title a[data-v-8123a714] {
    font-family: Poppins-Regular;
    font-weight: 500;
    font-size: 14px;
    color: #0c0c0c;
    line-height: 19px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal
}

.adv_04_wrap .floor_goods .item .wrap .goods_sub_info[data-v-8123a714] {
    font-family: Poppins-Regular;
    font-weight: 500;
    font-size: 12px;
    color: #666;
    line-height: 120%;
    margin: 0 12px 8px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.adv_04_wrap .floor_goods .item .wrap .price[data-v-8123a714] {
    font-family: Poppins-Regular;
    font-weight: 700;
    font-size: 15px;
    color: #ff4e00;
    margin: 0 12px;
    padding-top: 4px;
    font-family: Arial, Helvetica, sans-serif
}

.adv_04_wrap .floor_goods .item .wrap .price>span[data-v-8123a714] {
    display: inline-block
}

.adv_04_wrap .floor_goods .item .wrap .price .money_number[data-v-8123a714] {
    font-size: 20px;
    font-weight: 700
}

.adv_04_wrap .floor_goods .item .wrap .price .money_unit[data-v-8123a714] {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 15px;
    color: #444;
    margin-left: 4px;
    position: relative;
    top: -1px
}

.allow_show_edit .adv_06 .adv_06_wrap .item[data-v-8123a714],
.allow_show_edit .adv_06 .adv_06_wrap .item a[data-v-8123a714] {
    height: 350px
}

.adv_06 .adv_06_wrap[data-v-8123a714] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_06 .adv_06_wrap .item[data-v-8123a714] {
    float: left;
    width: 302px;
    overflow: hidden
}

.adv_06 .adv_06_wrap .item a[data-v-8123a714] {
    transition: opacity .5s ease;
    display: block;
    width: 302px
}

.adv_06 .adv_06_wrap .item a[data-v-8123a714]:hover {
    opacity: .65
}

.adv_06 .adv_06_wrap .item a img[data-v-8123a714] {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.adv_06 .adv_06_wrap .item .show_tip[data-v-8123a714] {
    color: #777;
    text-align: center;
    position: relative;
    background: #eee !important;
    font-weight: 300
}

.adv_06 .adv_06_wrap .item .show_tip[data-v-8123a714]:hover {
    background: #dedede !important
}

.adv_06 .adv_06_wrap .item .show_tip span[data-v-8123a714] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 15px !important
}

.allow_show_edit .adv_07 .adv_07_wrap .item[data-v-8123a714],
.allow_show_edit .adv_07 .adv_07_wrap .item a[data-v-8123a714] {
    height: 100px
}

.adv_07 .adv_07_wrap[data-v-8123a714] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_07 .adv_07_wrap .item[data-v-8123a714] {
    float: left;
    width: 403px;
    overflow: hidden
}

.adv_07 .adv_07_wrap .item a[data-v-8123a714] {
    transition: opacity .5s ease;
    display: block;
    width: 403px
}

.adv_07 .adv_07_wrap .item a[data-v-8123a714]:hover {
    opacity: .65
}

.adv_07 .adv_07_wrap .item a img[data-v-8123a714] {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.adv_07 .adv_07_wrap .item .show_tip[data-v-8123a714] {
    color: #777;
    text-align: center;
    position: relative;
    background: #eee !important;
    font-weight: 300
}

.adv_07 .adv_07_wrap .item .show_tip[data-v-8123a714]:hover {
    background: #dedede !important
}

.adv_07 .adv_07_wrap .item .show_tip span[data-v-8123a714] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 15px !important
}

.allow_show_edit .adv_08 .adv_08_wrap .item[data-v-8123a714],
.allow_show_edit .adv_08 .adv_08_wrap .item a[data-v-8123a714] {
    height: 350px
}

.adv_08 .adv_08_wrap[data-v-8123a714] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_08 .adv_08_wrap .item[data-v-8123a714] {
    float: left;
    width: 242px;
    overflow: hidden
}

.adv_08 .adv_08_wrap .item a[data-v-8123a714] {
    transition: opacity .5s ease;
    display: block;
    width: 242px;
    line-height: 0
}

.adv_08 .adv_08_wrap .item a[data-v-8123a714]:hover {
    opacity: .65
}

.adv_08 .adv_08_wrap .item a img[data-v-8123a714] {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.adv_08 .adv_08_wrap .item .show_tip[data-v-8123a714] {
    color: #777;
    text-align: center;
    position: relative;
    background: #eee !important;
    font-weight: 300
}

.adv_08 .adv_08_wrap .item .show_tip[data-v-8123a714]:hover {
    background: #dedede !important
}

.adv_08 .adv_08_wrap .item .show_tip span[data-v-8123a714] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 15px !important
}

.adv_09 .adv_09_wrap[data-v-8123a714] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_09 .adv_09_wrap .item[data-v-8123a714] {
    float: left;
    width: 396px;
    height: 450px;
    background-color: #fff;
    padding-top: 0
}

.adv_09 .adv_09_wrap .item.right[data-v-8123a714] {
    margin-left: 0
}

.adv_09 .adv_09_wrap .item .top_title[data-v-8123a714] {
    font-size: 23px;
    text-align: center;
    height: 58px;
    line-height: 58px;
    position: relative;
    cursor: pointer
}

.adv_09 .adv_09_wrap .item .main_con[data-v-8123a714] {
    background-color: #fff;
    margin: 10px;
    height: 372px;
    overflow: hidden;
    position: relative
}

.adv_09 .adv_09_wrap .item.left .main_con a[data-v-8123a714] {
    width: 187px;
    height: 123px;
    float: left;
    border-style: solid;
    border-color: rgba(0, 0, 0, .1);
    border-width: 0 0 1px 1px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.adv_09 .adv_09_wrap .item.right .main_con a[data-v-8123a714]:first-child,
.adv_09 .adv_09_wrap .item.right .main_con a[data-v-8123a714]:nth-child(4) {
    border-left: 0
}

.adv_09 .adv_09_wrap .item.left .main_con .first[data-v-8123a714] {
    border-width: 0 0 1px 0
}

.adv_09 .adv_09_wrap .item .main_con a span[data-v-8123a714] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 13px !important;
    color: #777
}

.adv_09 .adv_09_wrap .item.center[data-v-8123a714] {
    margin: 0 10px
}

.adv_09 .adv_09_wrap .item.center .main_con a[data-v-8123a714] {
    width: 376px;
    height: 123px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative;
    text-align: center
}

.adv_09 .adv_09_wrap .item.right .main_con a.first[data-v-8123a714] {
    border-width: 0 0 1px 0
}

.adv_09 .adv_09_wrap .item.right .main_con a[data-v-8123a714] {
    width: 124px;
    height: 185px;
    float: left;
    border-style: solid;
    border-color: rgba(0, 0, 0, .1);
    border-width: 0 0 1px 1px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.adv_09 .adv_09_wrap .item .main_con a img[data-v-8123a714] {
    max-width: 100%;
    max-height: 100%
}

.adv_10 .adv_10_wrap[data-v-8123a714] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_10 .adv_10_wrap .row_five[data-v-8123a714],
.adv_10 .adv_10_wrap .row_four[data-v-8123a714],
.adv_10 .adv_10_wrap .row_one[data-v-8123a714] {
    position: relative
}

.adv_10 .adv_10_wrap .row_one a[data-v-8123a714] {
    width: 100%;
    height: 30px;
    display: block;
    margin-top: 10px
}

.adv_10 .adv_10_wrap a[data-v-8123a714] {
    background: #fff;
    text-align: center;
    transition: transform .5s
}

.adv_10 .adv_10_wrap a img[data-v-8123a714] {
    max-width: 100%;
    max-height: 100%
}

.adv_10 .adv_10_wrap a span[data-v-8123a714] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 13px !important;
    color: #777
}

.adv_10 .adv_10_wrap .row_five a[data-v-8123a714],
.adv_10 .adv_10_wrap .row_four a[data-v-8123a714],
.adv_10 .adv_10_wrap .row_one a[data-v-8123a714] {
    position: relative
}

.adv_10 .adv_10_wrap .row_four[data-v-8123a714] {
    height: 220px;
    margin: 10px 0
}

.adv_10 .adv_10_wrap .row_four a[data-v-8123a714] {
    width: 295px;
    height: 220px;
    float: left;
    margin: 0 10px 0 0;
    display: block
}

.adv_10 .adv_10_wrap .row_five a[data-v-8123a714]:last-child,
.adv_10 .adv_10_wrap .row_four a[data-v-8123a714]:last-child {
    margin: 0
}

.adv_10 .adv_10_wrap .row_five[data-v-8123a714] {
    height: 130px;
    margin: 10px 0
}

.adv_10 .adv_10_wrap .row_five a[data-v-8123a714] {
    width: 234px;
    height: 130px;
    float: left;
    margin: 0 10px 0 0;
    display: block
}

.adv_10 .adv_10_wrap a[data-v-8123a714]:hover {
    transform: translateX(-4px)
}

.adv_11 .adv_11_wrap[data-v-8123a714] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_11 .adv_11_wrap .item[data-v-8123a714] {
    float: left;
    height: 535px;
    position: relative
}

.adv_11 .adv_11_wrap .item a[data-v-8123a714] {
    background: #fff;
    position: relative;
    text-align: center;
    transition: transform .5s
}

.adv_11 .adv_11_wrap .item a[data-v-8123a714]:hover {
    transform: translateX(-4px)
}

.adv_11 .adv_11_wrap .item a img[data-v-8123a714] {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.adv_11 .adv_11_wrap .item a span[data-v-8123a714] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 13px !important;
    color: #777
}

.adv_11 .adv_11_wrap .row_left[data-v-8123a714] {
    width: 800px
}

.adv_11 .adv_11_wrap .row_left .lb_margin[data-v-8123a714] {
    margin: 0 0 10px 10px
}

.adv_11 .adv_11_wrap .row_right[data-v-8123a714] {
    width: 400px;
    margin-left: 10px
}

.adv_11 .adv_11_wrap .row_left a[data-v-8123a714] {
    float: left;
    width: 395px;
    height: 170px;
    display: block
}

.adv_11 .adv_11_wrap .row_right .top[data-v-8123a714] {
    height: 350px;
    position: relative
}

.adv_11 .adv_11_wrap .row_right .top a[data-v-8123a714] {
    height: 350px;
    width: 400px;
    display: block
}

.adv_11 .adv_11_wrap .row_right .bottom[data-v-8123a714] {
    height: 170px;
    margin-top: 10px;
    position: relative
}

.adv_11 .adv_11_wrap .row_right .bottom a[data-v-8123a714] {
    height: 170px;
    width: 400px;
    display: block
}

.adv_12 .adv_12_wrap[data-v-8123a714] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_12 .adv_12_wrap .item[data-v-8123a714] {
    float: left;
    width: 396px;
    background-color: #fff;
    height: 450px;
    padding: 10px;
    position: relative;
    box-sizing: border-box
}

.adv_12 .adv_12_wrap .item[data-v-8123a714]:first-child {
    margin-right: 10px
}

.adv_12 .adv_12_wrap .item[data-v-8123a714]:last-child {
    margin-left: 10px
}

.adv_12 .adv_12_wrap .item.clear_padding[data-v-8123a714] {
    padding: 0
}

.adv_12 .adv_12_wrap .item .l_img[data-v-8123a714] {
    width: 396px;
    height: 450px;
    display: block;
    overflow: hidden;
    position: relative
}

.adv_12 .adv_12_wrap .item .l_img[data-v-8123a714]:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 450px;
    top: 0;
    left: -150px;
    overflow: hidden;
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg)
}

.adv_12 .adv_12_wrap .item.left a[data-v-8123a714]:hover {
    color: #0c0c0c
}

.adv_12 .adv_12_wrap .item.left a[data-v-8123a714]:hover:before {
    transition: left .5s;
    left: 450px
}

.adv_12 .adv_12_wrap .item a[data-v-8123a714] {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    display: inline-block
}

.adv_12 .adv_12_wrap .item a img[data-v-8123a714] {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.adv_12 .adv_12_wrap .item a span[data-v-8123a714] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 13px !important;
    color: #777
}

.adv_12 .adv_12_wrap .item.center a[data-v-8123a714] {
    float: left;
    width: 183px;
    height: 210px;
    margin-bottom: 10px;
    display: block
}

.adv_12 .adv_12_wrap .item.center a[data-v-8123a714],
.adv_12 .adv_12_wrap .item.right .img_bottom a[data-v-8123a714],
.adv_12 .adv_12_wrap .item.right .img_top a[data-v-8123a714] {
    transition: transform .5s
}

.adv_12 .adv_12_wrap .item.center a.l_b_margin[data-v-8123a714] {
    margin-left: 10px;
    margin-bottom: 10px
}

.adv_12 .adv_12_wrap .item.center a[data-v-8123a714]:hover,
.adv_12 .adv_12_wrap .item.right .img_bottom a[data-v-8123a714]:hover,
.adv_12 .adv_12_wrap .item.right .img_top a[data-v-8123a714]:hover {
    transform: scale(1.05)
}

.adv_12 .adv_12_wrap .item.right .title_wrap[data-v-8123a714] {
    height: 50px;
    line-height: 50px;
    position: relative
}

.adv_12 .adv_12_wrap .item.right .title_wrap .title[data-v-8123a714] {
    font-size: 19px;
    color: #666;
    display: inline;
    background: #fff
}

.adv_12 .adv_12_wrap .item.right .title_wrap .title span[data-v-8123a714] {
    margin: 0 18px 0 5px
}

.adv_12 .adv_12_wrap .item.right .title_wrap .subtitle[data-v-8123a714] {
    font-size: 12px;
    color: #666;
    display: inline
}

.adv_12 .adv_12_wrap .item.right .img_top[data-v-8123a714] {
    width: 376px;
    height: 180px;
    margin: 10px 0;
    position: relative
}

.adv_12 .adv_12_wrap .item.right .img_bottom[data-v-8123a714] {
    position: relative;
    width: 376px;
    height: 180px
}

.adv_12 .adv_12_wrap .item.right .img_bottom a[data-v-8123a714] {
    float: left;
    width: 183px;
    height: 180px;
    position: relative;
    text-align: center
}

.adv_12 .adv_12_wrap .item.right .img_bottom a[data-v-8123a714]:last-child {
    margin-left: 10px
}

.adv_13 .adv_13_wrap[data-v-8123a714] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_13 .adv_13_wrap .item[data-v-8123a714] {
    float: left;
    width: 396px;
    background-color: #fff;
    height: 450px;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    margin-left: 0
}

.adv_13 .adv_13_wrap .item[data-v-8123a714]:first-child {
    margin-right: 10px
}

.adv_13 .adv_13_wrap .item[data-v-8123a714]:last-child {
    margin-left: 10px
}

.adv_13 .adv_13_wrap .item.clear_padding[data-v-8123a714] {
    padding: 0
}

.adv_13 .adv_13_wrap .item .l_img[data-v-8123a714] {
    width: 396px;
    height: 450px;
    display: block;
    overflow: hidden;
    position: relative
}

.adv_13 .adv_13_wrap .item .l_img[data-v-8123a714]:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 450px;
    top: 0;
    left: -150px;
    overflow: hidden;
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg)
}

.adv_13 .adv_13_wrap .item.left a[data-v-8123a714]:hover {
    color: #0c0c0c
}

.adv_13 .adv_13_wrap .item.left a[data-v-8123a714]:hover:before {
    transition: left .5s;
    left: 450px
}

.adv_13 .adv_13_wrap .item a[data-v-8123a714] {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    display: inline-block
}

.adv_13 .adv_13_wrap .item a img[data-v-8123a714] {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.adv_13 .adv_13_wrap .item a span[data-v-8123a714] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 13px !important;
    color: #777
}

.adv_13 .adv_13_wrap .item.center a[data-v-8123a714] {
    float: left;
    width: 183px;
    height: 210px;
    margin-bottom: 10px;
    display: block
}

.adv_13 .adv_13_wrap .item.center a[data-v-8123a714],
.adv_13 .adv_13_wrap .item.right .img_bottom a[data-v-8123a714],
.adv_13 .adv_13_wrap .item.right .img_top a[data-v-8123a714] {
    transition: transform .5s
}

.adv_13 .adv_13_wrap .item.center a.l_b_margin[data-v-8123a714] {
    margin-left: 10px;
    margin-bottom: 10px
}

.adv_13 .adv_13_wrap .item.center a[data-v-8123a714]:hover,
.adv_13 .adv_13_wrap .item.right .img_bottom a[data-v-8123a714]:hover,
.adv_13 .adv_13_wrap .item.right .img_top a[data-v-8123a714]:hover {
    transform: scale(1.05)
}

.adv_13 .adv_13_wrap .item.right .title_wrap[data-v-8123a714] {
    height: 50px;
    line-height: 50px;
    position: relative
}

.adv_13 .adv_13_wrap .item.right .title_wrap .title[data-v-8123a714] {
    font-size: 19px;
    color: #666;
    display: inline;
    background: #fff
}

.adv_13 .adv_13_wrap .item.right .title_wrap .title span[data-v-8123a714] {
    margin: 0 18px 0 5px
}

.adv_13 .adv_13_wrap .item.right .title_wrap .subtitle[data-v-8123a714] {
    font-size: 12px;
    color: #666;
    display: inline
}

.adv_13 .adv_13_wrap .item.right .img_top[data-v-8123a714] {
    width: 376px;
    height: 180px;
    margin: 10px 0;
    position: relative;
    overflow: hidden
}

.adv_13 .adv_13_wrap .item.right .img_bottom[data-v-8123a714] {
    position: relative;
    width: 376px;
    height: 180px
}

.adv_13 .adv_13_wrap .item.right .img_bottom a[data-v-8123a714] {
    float: left;
    width: 183px;
    height: 180px;
    position: relative;
    text-align: center
}

.adv_13 .adv_13_wrap .item.right .img_bottom a[data-v-8123a714]:last-child {
    margin-left: 10px
}

.adv_14 .adv_14_wrap[data-v-8123a714],
.adv_15 .adv_15_wrap[data-v-8123a714] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_15 .adv_15_wrap .top_title[data-v-8123a714] {
    width: 1210px;
    height: 40px;
    line-height: 40px;
    border-style: solid;
    border-width: 0 0 2px 0;
    box-sizing: content-box
}

.adv_15 .adv_15_wrap .top_title .title[data-v-8123a714] {
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #333;
    width: 402px;
    text-indent: 5px;
    font-weight: 400;
    float: left;
    overflow: hidden
}

.adv_15 .adv_15_wrap .top_title .tab_nav[data-v-8123a714] {
    width: auto;
    height: 40px;
    position: relative;
    float: right;
    z-index: 1
}

.adv_15 .adv_15_wrap .top_title .tab_nav li[data-v-8123a714] {
    background-color: #f2f2f2;
    width: auto;
    height: 40px;
    float: left;
    padding: 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-left: 10px;
    padding: 0 30px
}

.adv_15 .adv_15_wrap .top_title .tab_nav li i.arrow[data-v-8123a714] {
    font-style: normal;
    font-size: 0;
    line-height: 0;
    display: none;
    width: 0;
    height: 0;
    float: right;
    margin-left: -4px;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    position: absolute;
    z-index: 1;
    bottom: -12px;
    left: 50%
}

.adv_15 .adv_15_wrap .top_title .tab_nav li h3[data-v-8123a714] {
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    text-align: center
}

div[data-v-8123a714],
p[data-v-8123a714],
ul[data-v-8123a714] {
    padding: 0;
    margin: 0
}

li[data-v-8123a714],
ol[data-v-8123a714],
ul[data-v-8123a714] {
    list-style-image: none;
    list-style-type: none
}

a[data-v-8123a714] {
    cursor: pointer
}

.adv_19 .adv_19_wrap[data-v-8123a714] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_19 .sld_com_no_img[data-v-8123a714] {
    background: #fff !important
}

.adv_19 .adv_19_wrap .item[data-v-8123a714] {
    overflow: hidden
}

.adv_19 .adv_19_wrap .item[data-v-8123a714]:last-child {
    margin-left: 10px !important
}

.adv_19 .adv_19_wrap .item.left[data-v-8123a714] {
    width: 600px;
    display: inline-block;
    height: 546px;
    margin: 10px auto;
    background-color: #fff
}

.adv_19 .adv_19_wrap .item.left .top_title[data-v-8123a714] {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #f89a3f;
    color: #fff;
    padding: 0 5px 0 22px;
    overflow: hidden
}

.adv_19 .adv_19_wrap .item.left .top_title .l_title[data-v-8123a714] {
    font-size: 20px;
    float: left;
    width: 200px;
    height: 56px;
    position: relative
}

.adv_19 .adv_19_wrap .item.left .top_title .r_title[data-v-8123a714] {
    float: left;
    width: 373px;
    border-width: 0;
    height: 57px;
    line-height: 57px;
    border-style: solid;
    border-color: #eff0f1;
    text-align: right
}

.adv_19 .adv_19_wrap .item.left .top_title .r_title ul[data-v-8123a714] {
    float: right
}

.adv_19 .adv_19_wrap .item.left .top_title .r_title ul li[data-v-8123a714] {
    margin: 0 5px;
    position: relative;
    float: left;
    cursor: pointer;
    min-width: 60px;
    text-align: center
}

.adv_19 .adv_19_wrap .item.left .top_title .r_title ul li a[data-v-8123a714] {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #fff;
    background: #4da2fd;
    padding: 2px 5px 2px 1px;
    line-height: 20px;
    visibility: hidden;
    margin: 0;
    z-index: 33
}

.adv_19 .adv_19_wrap .item.left .top_title .r_title ul li .con[data-v-8123a714] {
    background-color: #ebae63;
    border: 1px solid #fde0c2;
    padding: 9px 29px;
    font-size: 13px
}

.adv_19 .adv_19_wrap .item.left .top_title .r_title ul li.sel_tab .con[data-v-8123a714] {
    background: #f89a3f
}

.adv_19 .adv_19_wrap .item.left .center[data-v-8123a714] {
    padding: 10px;
    height: auto;
    overflow: hidden
}

.adv_19 .adv_19_wrap .item.left .center .l_center[data-v-8123a714] {
    position: relative;
    width: 186px;
    height: 340px;
    display: block;
    float: left
}

.adv_19 .adv_19_wrap .item.left .center .l_center a[data-v-8123a714] {
    width: 186px;
    height: 340px;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #eee !important;
    font-weight: 300
}

.adv_19 .adv_19_wrap .item.left .center .l_center a span[data-v-8123a714] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 13px !important;
    color: #777
}

.adv_19 .adv_19_wrap .item.left .center .l_center a[data-v-8123a714]:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 409px;
    top: 0;
    left: -150px;
    overflow: hidden;
    background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0))
}

.adv_19 .adv_19_wrap .item.left .center .l_center a[data-v-8123a714]:hover:before {
    transition: left .5s;
    left: 260px
}

.adv_19 .adv_19_wrap .item.left .center .r_center[data-v-8123a714] {
    width: 394px;
    display: block;
    float: left
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel[data-v-8123a714] {
    width: 100%;
    height: 340px;
    overflow: hidden
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item[data-v-8123a714] {
    width: 197px;
    height: 170px;
    display: block;
    float: left;
    border-color: #eff0f1;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: 12px
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .title_wrap[data-v-8123a714] {
    margin: 0;
    text-align: center
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .title_wrap a[data-v-8123a714] {
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: normal
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .title_wrap a.main_title[data-v-8123a714] {
    font-size: 14px;
    color: #000
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item[data-v-8123a714] {
    margin-left: 0 !important
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .title_wrap a.sub_title[data-v-8123a714] {
    font-size: 12px;
    color: #379bc9
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .bottom_img[data-v-8123a714] {
    transition: transform .5s
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .bottom_img[data-v-8123a714]:hover {
    transform: scale(1.05)
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .bottom_img:hover a span[data-v-8123a714] {
    color: #777
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .bottom_img a[data-v-8123a714] {
    width: 172px;
    height: 106px;
    display: block
}

.adv_19 .adv_19_wrap .item.left .bottom[data-v-8123a714] {
    width: 600px;
    height: 120px;
    overflow: hidden;
    position: relative
}

.adv_19 .adv_19_wrap .item.left .bottom a[data-v-8123a714] {
    width: 187px;
    height: 120px;
    display: block;
    float: left;
    margin-left: 10px;
    osition: relative;
    overflow: hidden
}

.adv_20 .adv_20_wrap[data-v-8123a714] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden;
    flex-wrap: wrap;
    background: #fbfbfd;
    padding: 18px 0
}

.adv_20 .adv_20_wrap .adv_20_wrap_row[data-v-8123a714] {
    width: 100%;
    padding: 0 35px;
    position: relative
}

.adv_20 .adv_20_wrap .adv_20_wrap_item[data-v-8123a714] {
    flex-shrink: 0;
    width: 190px;
    margin: 18px 0
}

.adv_20 .adv_20_wrap .adv_20_wrap_item .adv_20_wrap_item_img[data-v-8123a714] {
    width: 70px;
    height: 70px;
    cursor: pointer
}

.adv_20 .adv_20_wrap .adv_20_wrap_item .adv_20_wrap_item_img img[data-v-8123a714] {
    max-width: 100%;
    max-height: 100%
}

.adv_20 .adv_20_wrap .adv_20_wrap_item .main_title[data-v-8123a714] {
    font-size: 14px;
    font-family: PingFangSC-Semibold, Poppins-Regular;
    font-weight: 600;
    color: #333;
    line-height: 20px;
    margin-top: 17px;
    cursor: pointer
}

.adv_20 .adv_20_wrap .adv_20_wrap_item .sub_title[data-v-8123a714] {
    font-size: 12px;
    font-family: PingFangSC-Regular, Poppins-Regular;
    font-weight: 400;
    color: #333;
    line-height: 17px;
    margin-top: 12px;
    cursor: pointer
}

.adv_21 .adv_21_wrap[data-v-8123a714] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden;
    flex-wrap: wrap;
    background: #fbfbfd;
    padding: 18px 0
}

.adv_21 .adv_21_wrap .adv_21_wrap_item[data-v-8123a714] {
    width: 380px;
    height: 388px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .09);
    border-radius: 2px;
    margin-right: 35px
}

.adv_21 .adv_21_wrap .adv_21_wrap_item[data-v-8123a714]:last-child {
    width: 380px;
    height: 388px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .09);
    border-radius: 2px;
    margin-right: 0
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .title_part[data-v-8123a714] {
    width: 100%;
    height: 54px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    flex-shrink: 0;
    position: relative
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .title_part .title[data-v-8123a714] {
    font-size: 20px;
    font-family: PingFangSC-Semibold, Poppins-Regular;
    font-weight: 600;
    color: #333;
    line-height: 28px;
    border-left: 4px solid #ff4e00;
    padding-left: 15px
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .title_part .view_more[data-v-8123a714] {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, Poppins-Regular;
    font-weight: 400;
    color: #ff4e00;
    line-height: 20px;
    margin-right: 18px
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .detail[data-v-8123a714] {
    flex: 1;
    width: 100%
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .detail .item[data-v-8123a714] {
    margin-top: 19px
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .detail .item .item_left[data-v-8123a714] {
    font-size: 16px;
    font-family: PingFangSC-Regular, Poppins-Regular;
    font-weight: 400;
    color: #a2a2a2;
    line-height: 30px;
    margin-left: 20px;
    width: 110px;
    flex-shrink: 0;
    cursor: pointer;
    position: relative
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .detail .item .item_right[data-v-8123a714] {
    flex-wrap: wrap;
    margin-right: 15px;
    position: relative
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .detail .item .item_right .item_right_con[data-v-8123a714] {
    font-size: 14px;
    font-family: PingFangSC-Regular, Poppins-Regular;
    font-weight: 400;
    color: #666;
    line-height: 28px;
    cursor: pointer;
    margin-right: 20px
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .detail .item .item_right .item_right_con[data-v-8123a714]:hover {
    color: #ff4e00
}

.adv_25 .adv_25_wrap .top[data-v-8123a714] {
    margin-top: 20px;
    padding-bottom: 19px
}

.adv_25 .adv_25_wrap .top .left[data-v-8123a714] {
    padding: 0
}

.adv_25 .adv_25_wrap .top .left .title[data-v-8123a714] {
    margin-left: 8px;
    font-family: Poppins-Regular;
    font-weight: 800;
    font-size: 26px;
    color: #0c0c0c;
    line-height: 26px;
    letter-spacing: 0;
    background: #f8f8f8
}

.adv_25 .adv_25_wrap .top .right .view_more_img[data-v-8123a714] {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.adv_25 .adv_25_wrap .bottom[data-v-8123a714] {
    width: 100%;
    height: 606px;
    position: relative;
    background: #fff
}

.adv_25 .adv_25_wrap .bottom .border_top[data-v-8123a714] {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 1px;
    background: #f5c443
}

.adv_25 .adv_25_wrap .bottom .left[data-v-8123a714] {
    width: 304px;
    height: 100%;
    position: relative;
    padding-top: 0;
    background: #fff;
    cursor: pointer
}

.adv_25 .adv_25_wrap .bottom .left[data-v-8123a714]:hover:before {
    transition: left .5s;
    left: 350px
}

.adv_25 .adv_25_wrap .bottom .left .empty_tip[data-v-8123a714] {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 360px;
    background: #eee
}

.adv_25 .adv_25_wrap .bottom .left .img[data-v-8123a714] {
    width: 100%;
    height: 100%
}

.adv_25 .adv_25_wrap .bottom .right[data-v-8123a714] {
    flex: 1;
    height: 100%;
    position: relative;
    margin-left: 0
}

.adv_25 .adv_25_wrap .bottom .right[data-v-8123a714]:before {
    position: absolute;
    content: " ";
    z-index: 0;
    width: 100%;
    height: 1px;
    background: #f6f6f6;
    top: 303px
}

.adv_25 .adv_25_wrap .bottom .right .goods_item[data-v-8123a714] {
    width: 224px;
    height: 303px;
    padding: 16px 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .empty_goods_tip[data-v-8123a714] {
    text-align: center;
    display: block;
    margin-top: 130px
}

.adv_25 .adv_25_wrap .bottom .right .goods_item[data-v-8123a714]:before {
    position: absolute;
    content: " ";
    z-index: 0;
    width: 1px;
    height: 100%;
    background: #f6f6f6;
    right: 0
}

.adv_25 .adv_25_wrap .bottom .right .goods_item[data-v-8123a714]:nth-child(4n):before {
    background: #fff
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .goods_img_wrap[data-v-8123a714] {
    width: 100%;
    height: 144px;
    padding: 0 20px;
    margin-bottom: 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

.adv_25 .adv_25_wrap .bottom .right .goods_item[data-v-8123a714]:hover {
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    transform: translate3d(0, -2px, 0);
    position: relative;
    transition: all .2s linear
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .goods_img_wrap .goods_img[data-v-8123a714] {
    width: 144px;
    height: 144px;
    transition: transform .5s
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .goods_name[data-v-8123a714] {
    font-family: Poppins-Regular;
    font-weight: 500;
    font-size: 14px;
    color: #0c0c0c;
    width: 100%;
    height: 39px;
    line-height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
    word-break: break-all;
    white-space: normal
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .goods_sub_info[data-v-8123a714] {
    font-family: Poppins-Regular;
    font-weight: 500;
    font-size: 12px;
    color: #666;
    line-height: 120%;
    margin-top: 8px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .goods_price[data-v-8123a714] {
    font-family: Poppins-Regular;
    font-size: 12px;
    color: #ff4e00;
    margin-top: 12px;
    font-weight: 700;
    width: 100%;
    text-align: left
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .goods_price .money_number[data-v-8123a714] {
    font-size: 16px
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .goods_price .money_unit[data-v-8123a714] {
    font-size: 12px;
    color: #444;
    margin-left: 4px;
    position: relative;
    top: -1px
}

.allow_show_edit .adv_26 .adv_26_wrap .item[data-v-8123a714],
.allow_show_edit .adv_26 .adv_26_wrap .item a[data-v-8123a714] {
    height: 350px
}

.adv_26 .adv_26_wrap[data-v-8123a714] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_26 .adv_26_wrap .item[data-v-8123a714] {
    float: left;
    width: 201.7px;
    overflow: hidden
}

.adv_26 .adv_26_wrap .item a[data-v-8123a714] {
    transition: opacity .5s ease;
    display: block;
    width: 201.7px;
    line-height: 0
}

.adv_26 .adv_26_wrap .item a[data-v-8123a714]:hover {
    opacity: .65
}

.adv_26 .adv_26_wrap .item a img[data-v-8123a714] {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.adv_26 .adv_26_wrap .item .show_tip[data-v-8123a714] {
    color: #777;
    text-align: center;
    position: relative;
    background: #eee !important;
    font-weight: 300
}

.adv_26 .adv_26_wrap .item .show_tip[data-v-8123a714]:hover {
    background: #dedede !important
}

.adv_26 .adv_26_wrap .item .show_tip span[data-v-8123a714] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 15px !important
}

.sld_no_border_bottom[data-v-8123a714] {
    border-bottom: 0 !important
}

.sld_com_no_img[data-v-8123a714] {
    color: #777;
    text-align: center;
    position: relative;
    background: #eee !important;
    font-weight: 300
}

.sld_com_no_img img[data-v-8123a714] {
    max-width: 100%;
    max-height: 100%
}

.sld_com_no_img span[data-v-8123a714] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 13px !important
}

.com_1210_center[data-v-8123a714] {
    width: 1210px;
    margin: 0 auto
}

.com_1210_center .adv_19_wrap .item.left[data-v-8123a714] {
    margin: 10px 0
}

.adv_19_wrap img[data-v-8123a714] {
    max-width: 100%;
    max-height: 100%
}

.com_1210_center .adv_19_wrap .item.left[data-v-8123a714]:nth-child(2n) {
    margin: 10px 0 !important
}

.flex_row_center_center[data-v-8123a714] {
    display: flex;
    justify-content: center;
    align-items: center
}

.flex_row_center_between[data-v-8123a714] {
    display: flex;
    justify-content: center;
    align-items: space-between
}

.flex_row_center_around[data-v-8123a714] {
    display: flex;
    justify-content: center;
    align-items: space-around
}

.flex_row_center_start[data-v-8123a714] {
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.flex_row_center_end[data-v-8123a714] {
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.flex_row_between_center[data-v-8123a714] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.flex_row_between_between[data-v-8123a714] {
    display: flex;
    justify-content: space-between;
    align-items: space-between
}

.flex_row_between_around[data-v-8123a714] {
    display: flex;
    justify-content: space-between;
    align-items: space-around
}

.flex_row_between_start[data-v-8123a714] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.flex_row_between_end[data-v-8123a714] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.flex_row_around_center[data-v-8123a714] {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.flex_row_around_between[data-v-8123a714] {
    display: flex;
    justify-content: space-around;
    align-items: space-between
}

.flex_row_around_around[data-v-8123a714] {
    display: flex;
    justify-content: space-around;
    align-items: space-around
}

.flex_row_around_start[data-v-8123a714] {
    display: flex;
    justify-content: space-around;
    align-items: flex-start
}

.flex_row_around_end[data-v-8123a714] {
    display: flex;
    justify-content: space-around;
    align-items: flex-end
}

.flex_row_start_center[data-v-8123a714] {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.flex_row_start_between[data-v-8123a714] {
    display: flex;
    justify-content: flex-start;
    align-items: space-between
}

.flex_row_start_around[data-v-8123a714] {
    display: flex;
    justify-content: flex-start;
    align-items: space-around
}

.flex_row_start_start[data-v-8123a714] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.flex_row_start_end[data-v-8123a714] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.flex_row_end_center[data-v-8123a714] {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.flex_row_end_between[data-v-8123a714] {
    display: flex;
    justify-content: flex-end;
    align-items: space-between
}

.flex_row_end_around[data-v-8123a714] {
    display: flex;
    justify-content: flex-end;
    align-items: space-around
}

.flex_row_end_start[data-v-8123a714] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start
}

.flex_row_end_end[data-v-8123a714] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

.flex_column_center_center[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.flex_column_center_between[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: space-between
}

.flex_column_center_around[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: space-around
}

.flex_column_center_start[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.flex_column_center_end[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.flex_column_between_center[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.flex_column_between_between[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: space-between
}

.flex_column_between_around[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: space-around
}

.flex_column_between_start[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.flex_column_between_end[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end
}

.flex_column_around_center[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center
}

.flex_column_around_between[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: space-between
}

.flex_column_around_around[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: space-around
}

.flex_column_around_start[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start
}

.flex_column_around_end[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end
}

.flex_column_start_center[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.flex_column_start_between[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: space-between
}

.flex_column_start_around[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: space-around
}

.flex_column_start_start[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.flex_column_start_end[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.flex_column_end_center[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.flex_column_end_between[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: space-between
}

.flex_column_end_around[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: space-around
}

.flex_column_end_start[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.flex_column_end_end[data-v-8123a714] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end
}

.adv_22 .adv_22_wrap[data-v-8123a714] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_22 .adv_22_wrap .goods_empty[data-v-8123a714] {
    width: 1210px;
    height: 300px;
    background: #fff
}

.adv_22 .adv_22_wrap .top[data-v-8123a714] {
    width: 100%;
    margin-top: 26px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 19px
}

.adv_22 .adv_22_wrap .top .left[data-v-8123a714] {
    position: relative;
    border-left: 4px solid #3586f8;
    padding-top: 0;
    flex-shrink: 0;
    flex: 1
}

.adv_22 .adv_22_wrap .top .left .title[data-v-8123a714] {
    color: #000;
    font-size: 18px;
    margin-left: 8px;
    flex-shrink: 0;
    letter-spacing: 0;
    height: 24px;
    line-height: 24px;
    background: #f8f8f8
}

.adv_22 .adv_22_wrap .top .left .sub_title[data-v-8123a714] {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-left: 20px;
    flex-shrink: 0
}

.adv_22 .adv_22_wrap .top .left .sub_title .buy_num[data-v-8123a714] {
    color: #3585f7;
    flex-shrink: 0
}

.adv_22 .adv_22_wrap .top .right .view_more_text[data-v-8123a714] {
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.adv_22 .adv_22_wrap .top .right .view_more_img[data-v-8123a714] {
    width: 20px;
    height: 20px;
    margin-left: 17px
}

.adv_22 .adv_22_wrap .main_con[data-v-8123a714] {
    background: #fff;
    position: relative;
    flex-wrap: wrap
}

.adv_22 .adv_22_wrap .main_con .item[data-v-8123a714] {
    width: 403px;
    height: 150px;
    padding: 0 20px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box
}

.adv_22 .adv_22_wrap .main_con .item .left[data-v-8123a714] {
    width: auto;
    background: #fff;
    text-align: left;
    padding-top: 0
}

.adv_22 .adv_22_wrap .main_con .item .left .img_wrap[data-v-8123a714] {
    width: 100px;
    height: 100px;
    background: #fff;
    flex-shrink: 0
}

.adv_22 .adv_22_wrap .main_con .item .left .img_wrap img[data-v-8123a714] {
    max-width: 100%;
    max-height: 100%;
    transition: transform .5s
}

.adv_22 .adv_22_wrap .main_con .item .left .img_wrap img[data-v-8123a714]:hover {
    transform: translateX(4px)
}

.adv_22 .adv_22_wrap .main_con .item .right[data-v-8123a714] {
    margin-left: 15px;
    width: 140px;
    overflow: hidden;
    flex-shrink: 0
}

.adv_22 .adv_22_wrap .main_con .item .right .goods_name[data-v-8123a714] {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    text-align: left
}

.adv_22 .adv_22_wrap .main_con .item .right .sale_info[data-v-8123a714] {
    margin-top: 13px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.adv_22 .adv_22_wrap .main_con .item .right .sale_info .sale_num_label[data-v-8123a714] {
    color: #999;
    font-size: 14px;
    flex-shrink: 0
}

.adv_22 .adv_22_wrap .main_con .item .right .sale_info .sale_num[data-v-8123a714] {
    color: #3586f8;
    font-size: 14px
}

.adv_22 .adv_22_wrap .main_con .item .apply_btn[data-v-8123a714] {
    width: 90px;
    height: 30px;
    background: #fff;
    border: 1px solid #3586f8;
    border-radius: 6px;
    text-align: center;
    color: #3586f8;
    font-size: 14px;
    line-height: 30px;
    flex-shrink: 0
}

.adv_22 .adv_22_wrap .main_con .item .apply_btn[data-v-8123a714]:hover {
    background: #3585f7;
    color: #fff
}

.adv_23 .adv_23_wrap[data-v-8123a714] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_23 .adv_23_wrap .store_empty[data-v-8123a714] {
    width: 1210px;
    height: 280px;
    background: #fff
}

.adv_23 .adv_23_wrap .top[data-v-8123a714] {
    width: 100%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 19px
}

.adv_23 .adv_23_wrap .top .left[data-v-8123a714] {
    position: relative;
    padding-top: 0;
    flex-shrink: 0;
    flex: 1
}

.adv_23 .adv_23_wrap .top .left .title[data-v-8123a714] {
    color: #000;
    font-size: 18px;
    margin-left: 8px;
    flex-shrink: 0;
    letter-spacing: 0;
    height: 24px;
    line-height: 24px;
    background: #f8f8f8
}

.adv_23 .adv_23_wrap .top .left .sub_title[data-v-8123a714] {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-left: 20px;
    flex-shrink: 0
}

.adv_23 .adv_23_wrap .top .right[data-v-8123a714] {
    cursor: pointer
}

.adv_23 .adv_23_wrap .top .right .view_more_text[data-v-8123a714] {
    color: #333;
    font-size: 14px;
    font-weight: 400
}

.adv_23 .adv_23_wrap .top .right .view_more_img[data-v-8123a714] {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.adv_23 .adv_23_wrap .main_con[data-v-8123a714] {
    background: #fff;
    border-top: 1px solid #69b7f9;
    width: 1210px
}

.adv_23 .adv_23_wrap .main_con .empty[data-v-8123a714] {
    width: 100%;
    height: 100%
}

.adv_23 .adv_23_wrap .main_con .left[data-v-8123a714] {
    width: 522px;
    height: 295px;
    border-right: 1px solid #ebebeb;
    margin-top: 9px;
    margin-bottom: 31px;
    padding-top: 0;
    background: #fff
}

.adv_23 .adv_23_wrap .main_con .center[data-v-8123a714] {
    width: 340px;
    height: 295px;
    border-right: 1px solid #ebebeb;
    margin-top: 9px;
    margin-bottom: 31px;
    background: #fff
}

.adv_23 .adv_23_wrap .main_con .right[data-v-8123a714] {
    width: 344px;
    height: 295px;
    margin-top: 9px;
    margin-bottom: 31px;
    margin-left: 0;
    background: #fff
}

.adv_23 .adv_23_wrap .main_con .left .top[data-v-8123a714] {
    width: 522px;
    cursor: pointer
}

.adv_23 .adv_23_wrap .main_con .top[data-v-8123a714] {
    height: 80px;
    position: relative;
    padding: 0;
    margin-top: 0
}

.adv_23 .adv_23_wrap .main_con .center .top[data-v-8123a714] {
    width: 340px;
    cursor: pointer
}

.adv_23 .adv_23_wrap .main_con .right .top[data-v-8123a714] {
    width: 344px;
    cursor: pointer
}

.adv_23 .adv_23_wrap .main_con .left .top img[data-v-8123a714] {
    width: 500px;
    height: 100%
}

.adv_23 .adv_23_wrap .main_con .top img[data-v-8123a714] {
    width: 312px;
    height: 100%
}

.adv_23 .adv_23_wrap .main_con ul.info_list[data-v-8123a714] {
    padding-left: 20px;
    padding-right: 15px;
    margin-top: 5px;
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box
}

.adv_23 .adv_23_wrap .main_con ul.info_list li[data-v-8123a714] {
    list-style-position: inside;
    list-style-type: circle;
    margin-top: 17px
}

.adv_23 .adv_23_wrap .main_con ul.info_list li .circle[data-v-8123a714] {
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%;
    margin-left: 0
}

.adv_23 .adv_23_wrap .main_con .left ul.info_list li .title[data-v-8123a714] {
    width: 300px
}

.adv_23 .adv_23_wrap .main_con ul.info_list li:hover .circle[data-v-8123a714] {
    background: #3586f8
}

.adv_23 .adv_23_wrap .main_con ul.info_list li .title[data-v-8123a714] {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 15px;
    letter-spacing: 0;
    height: 18px;
    background: #fff;
    text-align: left
}

.adv_23 .adv_23_wrap .main_con .center ul.info_list li .title[data-v-8123a714] {
    width: 150px
}

.adv_23 .adv_23_wrap .main_con .right ul.info_list li .title[data-v-8123a714] {
    width: 154px
}

.adv_23 .adv_23_wrap .main_con ul.info_list li .create_time[data-v-8123a714],
.adv_23 .adv_23_wrap .main_con ul.info_list li .title[data-v-8123a714] {
    color: #000;
    font-size: 13px;
    white-space: nowrap
}

.adv_23 .adv_23_wrap .main_con ul.info_list li:hover .create_time[data-v-8123a714],
.adv_23 .adv_23_wrap .main_con ul.info_list li:hover .title[data-v-8123a714] {
    color: #3586f8
}

.adv_24 .adv_24_wrap[data-v-8123a714] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_24 .adv_24_wrap .goods_empty[data-v-8123a714] {
    width: 1210px;
    height: 300px;
    background: #fff
}

.adv_24 .adv_24_wrap .top[data-v-8123a714] {
    width: 100%;
    margin-top: 26px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 19px
}

.adv_24 .adv_24_wrap .top .left[data-v-8123a714] {
    position: relative;
    flex-shrink: 0;
    flex: 1;
    padding: 0
}

.adv_24 .adv_24_wrap .top .left .title[data-v-8123a714] {
    color: #000;
    font-size: 18px;
    margin-left: 8px;
    letter-spacing: 0;
    height: 24px;
    line-height: 24px;
    background: #f8f8f8
}

.adv_24 .adv_24_wrap .top .left .sub_title[data-v-8123a714] {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-left: 35px
}

.adv_24 .adv_24_wrap .top .left .sub_title .buy_num[data-v-8123a714] {
    color: #3585f7
}

.adv_24 .adv_24_wrap .top .right[data-v-8123a714] {
    cursor: pointer
}

.adv_24 .adv_24_wrap .top .right .view_more_text[data-v-8123a714] {
    color: #333;
    font-size: 14px;
    font-weight: 400
}

.adv_24 .adv_24_wrap .top .right .view_more_img[data-v-8123a714] {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.adv_24 .adv_24_wrap .bottom[data-v-8123a714] {
    width: 100%;
    height: 500px;
    position: relative;
    background: #fff
}

.adv_24 .adv_24_wrap .bottom .empty[data-v-8123a714] {
    width: 100%;
    height: 100%
}

.adv_24 .adv_24_wrap .bottom .border_top[data-v-8123a714] {
    position: absolute;
    z-index: 6;
    width: 100%;
    height: 1px;
    background: #f5c443
}

.adv_24 .adv_24_wrap .bottom .left[data-v-8123a714] {
    width: 362px;
    height: 100%;
    position: relative;
    padding: 0
}

.adv_24 .adv_24_wrap .bottom .left img[data-v-8123a714] {
    width: 100%;
    height: 100%
}

.adv_24 .adv_24_wrap .bottom .left[data-v-8123a714]:before {
    content: " ";
    z-index: 0;
    position: absolute;
    width: 80px;
    height: 560px;
    top: 0;
    left: -200px;
    overflow: hidden;
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0));
    background: -o-linear-gradient(to left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg)
}

.adv_24 .adv_24_wrap .bottom .left[data-v-8123a714]:hover:before {
    transition: left .5s;
    left: 450px
}

.adv_24 .adv_24_wrap .bottom .left .left_cat_img[data-v-8123a714] {
    cursor: pointer
}

.adv_24 .adv_24_wrap .bottom .left .cat_part[data-v-8123a714] {
    width: 88px;
    height: 100%;
    background: hsla(0, 0%, 100%, .1);
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0
}

.adv_24 .adv_24_wrap .bottom .left .sld_mask[data-v-8123a714] {
    right: 88px
}

.adv_24 .adv_24_wrap .bottom .left .cat_part .sld_mask[data-v-8123a714] {
    right: 0
}

.adv_24 .adv_24_wrap .bottom .left .cat_part li[data-v-8123a714] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    position: relative;
    cursor: pointer
}

.adv_24 .adv_24_wrap .bottom .left .cat_part .del_cat_btn[data-v-8123a714] {
    position: absolute;
    top: 2px;
    right: 3px;
    z-index: 6;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    opacity: 0
}

.adv_24 .adv_24_wrap .bottom .left .cat_part li:hover .del_cat_btn[data-v-8123a714] {
    opacity: 1
}

.adv_24 .adv_24_wrap .bottom .left .cat_part li.add_btn[data-v-8123a714] {
    font-size: 12px;
    font-weight: 700
}

.adv_24 .adv_24_wrap .bottom .left .cat_part .sld_mask span[data-v-8123a714] {
    right: 0;
    top: 0;
    border-radius: 2px;
    padding: 3px 5px;
    background: transparent;
    box-shadow: none;
    font-size: 15px;
    color: #fff
}

.adv_24 .adv_24_wrap .bottom .left .cat_part li.sele[data-v-8123a714] {
    background: #fff;
    color: #3586f8;
    border-left: 3px solid #3586f8
}

.adv_24 .adv_24_wrap .bottom .right[data-v-8123a714] {
    width: 847px;
    height: 100%;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
    margin-left: 0
}

.adv_24 .adv_24_wrap .bottom .right .empty[data-v-8123a714] {
    width: 100%;
    height: 100%
}

.adv_24 .adv_24_wrap .bottom .right .sld_mask span[data-v-8123a714] {
    left: 5px;
    right: auto
}

.adv_24 .adv_24_wrap .bottom .right .item[data-v-8123a714] {
    width: 211px;
    height: 250px;
    border-bottom: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    cursor: pointer
}

.adv_24 .adv_24_wrap .bottom .right .item .goods_name[data-v-8123a714] {
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    width: 124px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 25px;
    margin-top: 30px
}

.adv_24 .adv_24_wrap .bottom .right .item .goods_brief[data-v-8123a714] {
    color: #999;
    font-size: 13px;
    white-space: nowrap;
    width: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 25px;
    margin-top: 12px
}

.adv_24 .adv_24_wrap .bottom .right .item .img_wrap[data-v-8123a714] {
    width: 162px;
    height: 150px;
    margin-left: 30px
}

.adv_24 .adv_24_wrap .bottom .right .item .img_wrap img[data-v-8123a714] {
    max-width: 100px;
    max-height: 100px;
    transition: transform .5s
}

.adv_24 .adv_24_wrap .bottom .right .item .img_wrap img[data-v-8123a714]:hover {
    transform: translateX(10px)
}

.adv_25 .adv_25_wrap[data-v-8123a714] {
    width: 100%;
    position: relative;
    clear: both
}

.adv_25 .adv_25_wrap .store_empty[data-v-8123a714] {
    width: 1200px;
    height: 280px;
    background: #fff
}

.adv_25 .adv_25_wrap .top[data-v-8123a714] {
    width: 100%;
    margin-top: 0;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px
}

.adv_25 .adv_25_wrap .top .left[data-v-8123a714] {
    position: relative;
    flex-shrink: 0;
    padding-top: 0;
    flex: 1
}

.adv_25 .adv_25_wrap .top .left .sub_title[data-v-8123a714] {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #444;
    line-height: 24px;
    margin-left: 20px;
    flex-shrink: 0
}

.adv_25 .adv_25_wrap .top .right .view_more_text[data-v-8123a714] {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #444;
    line-height: 14px;
    cursor: pointer
}

.adv_25 .adv_25_wrap .main_con[data-v-8123a714] {
    background: #fff;
    position: relative;
    flex-wrap: wrap
}

.adv_25 .adv_25_wrap .main_con .item[data-v-8123a714] {
    width: 241px;
    height: 140px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 30px 10px;
    box-sizing: border-box;
    position: relative
}

.adv_25 .adv_25_wrap .main_con .item .img_wrap[data-v-8123a714] {
    width: 100%;
    height: 100%
}

.adv_25 .adv_25_wrap .main_con .item .img_wrap[data-v-8123a714]:hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: #e6f2fc
}

.adv_25 .adv_25_wrap .main_con .item img[data-v-8123a714] {
    max-width: 100px;
    max-height: 100px;
    transition: transform .5s
}

.adv_25 .adv_25_wrap .main_con .item img[data-v-8123a714]:hover {
    transform: translateX(4px)
}

.com_1200_center[data-v-8123a714] {
    width: 1200px;
    margin: 0 auto
}

.adv_27 .adv_27_wrap[data-v-8123a714] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden;
    border-radius: 4px
}

.adv_27 .adv_27_wrap .top[data-v-8123a714] {
    width: 100%;
    position: relative;
    padding: 24px 20px 10px 20px
}

.adv_27 .adv_27_wrap .top .left[data-v-8123a714] {
    position: relative;
    flex-shrink: 0;
    flex: 1;
    padding: 0
}

.adv_27 .adv_27_wrap .top .left .title[data-v-8123a714] {
    height: 28px;
    font-size: 28px;
    font-family: Poppins-Bold, Poppins-Regular;
    font-weight: 700;
    color: #0c0c0c;
    line-height: 28px
}

.adv_27 .adv_27_wrap .top .left .sub_title[data-v-8123a714] {
    height: 14px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #7b7b7b;
    line-height: 14px;
    margin-left: 20px
}

.adv_27 .adv_27_wrap .top .right[data-v-8123a714] {
    padding-top: 10px;
    cursor: pointer
}

.adv_27 .adv_27_wrap .top .right .view_more_text[data-v-8123a714] {
    font-size: 12px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #7b7b7b
}

.adv_27 .adv_27_wrap .top .right .view_more_img[data-v-8123a714] {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.adv_27 .adv_27_wrap .bottom[data-v-8123a714] {
    padding: 10px 0 20px
}

.adv_27 .adv_27_wrap .bottom .item[data-v-8123a714] {
    width: 216px;
    height: 88px;
    margin-left: 20px;
    padding: 16px 28px;
    background: #f3f6f7;
    border-radius: 8px 8px 8px 8px
}

.adv_27 .adv_27_wrap .bottom .item[data-v-8123a714]:hover {
    opacity: .8
}

.adv_27 .adv_27_wrap .bottom .item img[data-v-8123a714] {
    width: 100%;
    height: 100%
}

.adv_28 .adv_28_wrap[data-v-8123a714] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden;
    border-radius: 4px;
    height: 438px
}

.adv_28 .adv_28_wrap .box_l[data-v-8123a714] {
    width: 732px;
    position: relative;
    background: #fff;
    border-radius: 4px;
    height: 100%
}

.adv_28 .adv_28_wrap .box_l .top[data-v-8123a714] {
    width: 732px;
    position: relative;
    padding: 24px 20px 20px 20px
}

.adv_28 .adv_28_wrap .box_l .top .left[data-v-8123a714] {
    position: relative;
    flex-shrink: 0;
    flex: 1;
    padding: 0
}

.adv_28 .adv_28_wrap .box_l .top .left .title[data-v-8123a714] {
    height: 28px;
    font-size: 28px;
    font-family: Poppins-Bold, Poppins-Regular;
    font-weight: 700;
    color: #0c0c0c;
    line-height: 28px
}

.adv_28 .adv_28_wrap .box_l .top .left .sub_title[data-v-8123a714] {
    height: 14px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #7b7b7b;
    line-height: 14px;
    margin-left: 20px
}

.adv_28 .adv_28_wrap .box_l .top .right[data-v-8123a714] {
    padding-top: 10px;
    cursor: pointer
}

.adv_28 .adv_28_wrap .box_l .top .right .view_more_text[data-v-8123a714] {
    font-size: 12px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #7b7b7b
}

.adv_28 .adv_28_wrap .box_l .top .right .view_more_img[data-v-8123a714] {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.adv_28 .adv_28_wrap .box_l .bottom[data-v-8123a714] {
    width: 732px;
    padding: 0 10px;
    flex-wrap: wrap
}

.adv_28 .adv_28_wrap .box_l .bottom .item[data-v-8123a714] {
    width: 224px;
    height: 168px;
    margin-left: 10px;
    margin-bottom: 10px;
    position: relative
}

.adv_28 .adv_28_wrap .box_l .bottom .item a[data-v-8123a714] {
    width: 224px;
    height: 168px;
    display: block;
    overflow: hidden
}

.adv_28 .adv_28_wrap .box_l .bottom .item a img[data-v-8123a714] {
    max-width: 100%;
    max-height: 100%;
    transition: all .66s ease;
    -moz-transition: all .66s ease;
    -webkit-transition: all .66s ease;
    -o-transition: all .66s ease
}

.adv_28 .adv_28_wrap .box_l .bottom .item img[data-v-8123a714]:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.adv_28 .adv_28_wrap .box_r[data-v-8123a714] {
    width: 448px;
    position: relative;
    background: #fff;
    border-radius: 4px;
    height: 100%;
    margin-left: 20px
}

.adv_28 .adv_28_wrap .box_r .top[data-v-8123a714] {
    width: 448px;
    position: relative;
    padding: 24px 20px 20px 20px
}

.adv_28 .adv_28_wrap .box_r .top .left[data-v-8123a714] {
    position: relative;
    flex-shrink: 0;
    flex: 1;
    padding: 0
}

.adv_28 .adv_28_wrap .box_r .top .left .title[data-v-8123a714] {
    height: 28px;
    font-size: 28px;
    font-family: Poppins-Bold, Poppins-Regular;
    font-weight: 700;
    color: #0c0c0c;
    line-height: 28px
}

.adv_28 .adv_28_wrap .box_r .top .left .sub_title[data-v-8123a714] {
    height: 14px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #7b7b7b;
    line-height: 14px;
    margin-left: 20px
}

.adv_28 .adv_28_wrap .box_r .top .right[data-v-8123a714] {
    padding-top: 10px;
    cursor: pointer
}

.adv_28 .adv_28_wrap .box_r .top .right .view_more_text[data-v-8123a714] {
    font-size: 12px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #7b7b7b
}

.adv_28 .adv_28_wrap .box_r .top .right .view_more_img[data-v-8123a714] {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.adv_28 .adv_28_wrap .box_r .bottom .item[data-v-8123a714] {
    margin-bottom: 16px
}

.adv_28 .adv_28_wrap .box_r .bottom .item .rank_number[data-v-8123a714] {
    width: 72px;
    height: 72px;
    padding: 18px
}

.adv_28 .adv_28_wrap .box_r .bottom .item .rank_number img[data-v-8123a714] {
    width: 34px;
    height: 42px
}

.adv_28 .adv_28_wrap .box_r .bottom .item .item_img[data-v-8123a714] {
    width: 72px;
    height: 72px;
    border: 1px solid #e5e5e5
}

.adv_28 .adv_28_wrap .box_r .bottom .item .item_img img[data-v-8123a714] {
    width: 100%;
    height: 100%
}

.adv_28 .adv_28_wrap .box_r .bottom .item .item_text[data-v-8123a714] {
    padding-left: 12px
}

.adv_28 .adv_28_wrap .box_r .bottom .item .item_text .item_title[data-v-8123a714] {
    width: 272px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #0c0c0c;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
    word-break: break-all;
    white-space: normal;
    margin: 6px 0;
    cursor: pointer
}

.adv_28 .adv_28_wrap .box_r .bottom .item .item_text .price[data-v-8123a714] {
    font-size: 18px;
    font-family: Arial-Bold, Arial;
    font-weight: 700;
    color: #ff4e00;
    margin-top: 10px;
    cursor: pointer
}

.adv_28 .adv_28_wrap .box_r .bottom .item .item_text .price .price_flag[data-v-8123a714] {
    font-style: normal;
    font-size: 12px
}

.adv_28 .adv_28_wrap .box_r .bottom .item .item_text .price .price_unit[data-v-8123a714] {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #444;
    font-style: normal;
    position: relative;
    top: -1px
}

.adv_29 .adv_29_wrap .box_l[data-v-8123a714] {
    position: relative;
    width: 196px;
    height: 576px;
    overflow: hidden
}

.adv_29 .adv_29_wrap .box_l img[data-v-8123a714] {
    width: 100%;
    height: 100%
}

.adv_29 .adv_29_wrap .box_l .content[data-v-8123a714] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 32px 0 0 20px
}

.adv_29 .adv_29_wrap .box_l .content .title[data-v-8123a714] {
    height: 28px;
    font-size: 28px;
    font-family: Poppins-Bold, Poppins-Regular;
    font-weight: 700;
    color: #fff;
    line-height: 28px
}

.adv_29 .adv_29_wrap .box_l .content .sub_title[data-v-8123a714] {
    height: 14px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #fff;
    line-height: 14px;
    margin-top: 8px
}

.adv_29 .adv_29_wrap .box_l .content .cate_box[data-v-8123a714] {
    margin-top: 24px;
    flex-wrap: wrap
}

.adv_29 .adv_29_wrap .box_l .content .cate_box .cate_item[data-v-8123a714] {
    border: 1px solid #fff;
    border-radius: 4px 4px 4px 4px;
    margin-right: 12px;
    margin-bottom: 12px
}

.adv_29 .adv_29_wrap .box_l .content .cate_box .cate_item a[data-v-8123a714] {
    display: block;
    padding: 8px 7px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #fff
}

.adv_29 .adv_29_wrap .box_c[data-v-8123a714] {
    width: 680px;
    height: 576px;
    background: #fff;
    flex-wrap: wrap
}

.adv_29 .adv_29_wrap .box_c .item[data-v-8123a714] {
    width: 170px;
    height: 288px
}

.adv_29 .adv_29_wrap .box_c .item .item_pic[data-v-8123a714] {
    width: 170px;
    height: 170px;
    padding: 16px
}

.adv_29 .adv_29_wrap .box_c .item .item_pic img[data-v-8123a714] {
    width: 100%;
    height: 100%
}

.adv_29 .adv_29_wrap .box_c .item .item_pic[data-v-8123a714]:hover {
    opacity: .8
}

.adv_29 .adv_29_wrap .box_c .item[data-v-8123a714]:first-child,
.adv_29 .adv_29_wrap .box_c .item[data-v-8123a714]:nth-child(2),
.adv_29 .adv_29_wrap .box_c .item[data-v-8123a714]:nth-child(3) {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef
}

.adv_29 .adv_29_wrap .box_c .item[data-v-8123a714]:nth-child(4) {
    border-bottom: 1px solid #efefef
}

.adv_29 .adv_29_wrap .box_c .item[data-v-8123a714]:nth-child(5),
.adv_29 .adv_29_wrap .box_c .item[data-v-8123a714]:nth-child(6),
.adv_29 .adv_29_wrap .box_c .item[data-v-8123a714]:nth-child(7) {
    border-right: 1px solid #efefef
}

.adv_29 .adv_29_wrap .box_c .item .item_title[data-v-8123a714] {
    margin-left: 16px;
    width: 138px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 18px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
    word-break: break-all;
    white-space: normal;
    cursor: pointer;
    height: 39px
}

.adv_29 .adv_29_wrap .box_c .item .item_price[data-v-8123a714] {
    margin-left: 16px;
    font-size: 12px;
    font-family: Arial-Bold, Arial;
    font-weight: 700;
    color: #ff4e00
}

.adv_29 .adv_29_wrap .box_c .item .item_price .money_number[data-v-8123a714] {
    font-size: 18px;
    cursor: pointer
}

.adv_29 .adv_29_wrap .box_c .item .item_price .money_unit[data-v-8123a714] {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #444;
    margin-left: 4px;
    position: relative;
    top: -1px
}

.adv_29 .adv_29_wrap .box_c .item .item_tags[data-v-8123a714] {
    padding: 0 16px;
    margin-top: 4px
}

.adv_29 .adv_29_wrap .box_c .item .item_tags .tag[data-v-8123a714] {
    display: block;
    height: 20px;
    width: 44px;
    text-align: center;
    line-height: 20px;
    background: #ff3502;
    border-radius: 2px 2px 2px 2px;
    font-size: 12px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #fff
}

.adv_29 .adv_29_wrap .box_c .item .item_tags .tag.qydl[data-v-8123a714] {
    width: 104px;
    background: #fef0f0;
    color: #ff3502;
    cursor: pointer
}

.adv_29 .adv_29_wrap .box_r[data-v-8123a714] {
    margin-left: 11px;
    width: 310px;
    height: 576px;
    border-radius: 4px 4px 0 0;
    position: relative
}

.adv_29 .adv_29_wrap .box_r .right_bg[data-v-8123a714] {
    width: 100%;
    height: 100%
}

.adv_29 .adv_29_wrap .box_r .top[data-v-8123a714] {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 20px 4px 20px
}

.adv_29 .adv_29_wrap .box_r .top .rank_icon[data-v-8123a714] {
    width: 20px;
    height: 20px
}

.adv_29 .adv_29_wrap .box_r .top .rank_icon img[data-v-8123a714] {
    width: 100%;
    height: 100%
}

.adv_29 .adv_29_wrap .box_r .top .title[data-v-8123a714] {
    margin-left: 10px;
    height: 20px;
    font-size: 20px;
    font-family: Poppins-Bold, Poppins-Regular;
    font-weight: 700;
    color: #0c0c0c;
    line-height: 20px
}

.adv_29 .adv_29_wrap .box_r .bottom[data-v-8123a714] {
    position: absolute;
    top: 40px;
    left: 0
}

.adv_29 .adv_29_wrap .box_r .bottom .item[data-v-8123a714] {
    padding: 16px 20px;
    border-bottom: 1px solid #efefef
}

.adv_29 .adv_29_wrap .box_r .bottom .item[data-v-8123a714]:last-child {
    border: none
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left[data-v-8123a714] {
    position: relative;
    width: 72px;
    height: 72px;
    border: 1px solid #e5e5e5;
    padding: 2px;
    cursor: pointer
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left img[data-v-8123a714] {
    width: 100%;
    height: 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number[data-v-8123a714] {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 21px;
    height: 26px
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_1[data-v-8123a714] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAABG5JREFUSEudVWtsFFUU/r55bLftArW1WARtpT4RTUQQVKIVi2gbbWnBGsUUDPIm/WGiIdIfxhJ8hBiiQpUYwPiHEBBM1DTEWKOJElJMLCQ2NE0Noo0ltJDtdjszO8fceXVakB+e7Oy9d+bc7557znfOISaJNGwut3R+pBELBSgFIFR/AAlIOAIccEW6EjnZwqMf/xGHUfoTxFq56QTAaogIQaifQhQEqGpUa4IUiFC+Sxzes/T6oI0brxBIKSUFpESBSwSr1qIsDo/JJo7szf9PUKmqMuziOc0akIbksqFiToS6sguAmqtRrXNEkqIlLwyNHrqt80Ckf9X1J7vj/6w9UGVhbuqdy3KQRRQpE6JIB3Uh6boCTd2eJFyBC0ALTnKJLImsCP7UiJ/M4/s6PKdI1eqkPcX4FkBVPNIxl/pu9WUCEwK/ew4PqPHDcPrys7Rr174pkLZwg68oQXB8MEWlIGI+p8ITxqfhGwX+Fq2aNT8DWOgTJiQPwIQJPPko6Tjidp4EbMfDZsIUbWUt3MNfQyw7drhHOsWMHzn2zOq/NcFNEYUCaGP7FkhJEZnMg/t7H9zd+4WpAugta8DF8+ms2CzIZDzLQ24F3B2ktazZImD45/iZA9MU81g7ndffAW6YBn1rM5ymraJ/0Epks9AeuBd24yZgJBP5OTSKgiytpS+7XmQ9V/ocZFmpGJ/vorOxVZAqoPH+Nth168BknrC4CPret+k0bBCkMypCKlARprffrl7lhpnjJziB4mkwDn1Ie8N2sLBQjF3baNe+Ali2oLKcZnsbnPr1Ir6lYQw9bA/CWvJSMA9vr9JFp3F0D3LvfQqttFjY8DSd5tf83ZXlMD/ZAadunW9prNCE6LSfeFFZGrhznC368qfAtU2ErsN9tx3u9794F2LlrTD27aTz3Ksiac/S2F4/bLQef8GdWNpi5SNVCMnliNFsSPpJIFHN8d8HdYf2Y00q80JPhzUz2hyaETkvNrnGN28/rcXPZ0DkR/VzagpQj7qJev76BygpAqYUAgMXgewYcPN0QNMgIxli6EpE8cCSLMceWXGexMwoiskkkCoAK26Be66PvLFEUQ0yeInaPZUiv54F5s0levoEs8qIgUGRi0OKV6KSW0Qu0Hq48YQA1VrQKjxWJExod82G290Dbd59cE93+2fOmE5qFHWg9PaDM2fA7T9PXhoOEstL5A5aixqbATkwoSqZJnj3bKC7B5x/P6Sr27ejYhaQGQXuqKCc6wdHRj2uxnyrOswqL4PGHqr/kkCd15OUJExQWXqmhywuElaWQ0ZGgIJ8yqnfRHtwLtyuM6pLgeK3lqCcHTdPHlseVX5rQX0LgZ2AJGOE9n2v6qVpQBzHW4elMKZ3mWCbUTi8m52dqpyNS3pBTVlCjDcIrIdAgUcSq6FRTEnaQhy0YLemTn0zEH24Fv/Sc2rKEkndAxcgf7zdR9rK5C9ccEfy9Fe9kzGu2/gUeF6e1gJIowhuJ9DrkkfEsj9Lnu24CiwE/xcOjf7pEZ/fBwAAAABJRU5ErkJggg==) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_2[data-v-8123a714] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAABG5JREFUSEulVV1sFFUU/s69u7OzbKHbkqUbMdIKJoJExEQxPhiq+JMYQ4yvJsQnHmrCIw/GRBOMzyb6plETYsIDIWoMNogbRERFhJaAEKmlQmm3UHZb2DIzO3OPOXdm9qdEX5xkM/fu3PPd8/N95xCWPReu310XBd6HCmobg0tExHKEmUnW8kb83ywzTmvHeXPTffmpThhaDjr+V+0IiHYITvxNjiTLjnX7Ehzd8mDx+f8EPTtRW2RCTwtO8CgBZosq28R7EIO9x9f35/8VtFKpZHrXbd3FBneUZk8OhgISRaS1tkBRFFlg2ZuIXAV267p+YHhoyJ5PnVmegf+9t7eKh87aLS8qY54CuMygoibSkjdjwyUmKRAA2avkTcweFHlgXGOmH5/euHrUelqpTLrZcs9hArZDUpRUWkmlW2USzBjchiFMUJJOwFhWQCgh62NN5lfo+IW5t5ixr2UQG8XVSLzr+taRnPR7Ry7F8F2qnKueVETbUopYTAmRCAPFnLjGc3UPkWHKaMJArysX8vyiDz+UZMQcbhVI0XE6Ol6dEfvlVNy8rhdORpFWhMWlJi5N3+YnH+qnIDSWYdmMwq9/3rIpYLSFQaAbdGRsNgCQaUXFTFop3r65RKcnagKMh+9fhZ8u3uQHSgVcm1+Cm9WQC74/V5VMdeTehunR6JkZE9eAmI2xYeRzGX5mU4lOXprnjCZ6YkM/vhuvwhhmpQiPDRYpYsbYZN1mPwk9WTPo8O/XBTSuc1KgXFbh2c1r6MQfN5DNaBv26NkZEIi3DvVRPqdt6H4YJcKN1S5Cs2z4+tQ0x4WOvU10Ti9sKWPsSh35nObBUoEq5+ewdagPfYUsfpuocWgYXhCJ9+1Gk/hGX52aNq3Ow2yJqAg8uKYHG9euFAOcmaxhoRHguUfLXWr79swM+6FpgaY9gQ79cs3yopNSqWVWKxg2FJkWN7paYCd/O+3p4M9Xk5y2gW1PSvtnh2+tJph2wrSBJXpJqUUHTvy9BHA+vVUoJL9UBA0vhOtoOFphKQgRRoyCm7EFCkJDfjNqyzcWjkdfHJ+6qghr08tFNVmt0bsii1t3PCrkspaHS35Iq1c6PLfgo7TKpXoj4IKr6W5guOE3SZiRpHGa9v9w5QjAO9JRIW+RaH+Pg5u3fQwUXVTrcass5LQtSu8KB7VGgJVuBvVGQL5QIXkYGKX9xyZ3RYzP4k4TE0qkaUEXfQz05S2ocK5YcNAMDYorsiSgTcMs+4T/AAsT1OuWtZ9WJg4RaGc8NmLQ1T0Oqgse5R3NcoFoPqOIZhc8LhfzmKndbSkpHV0M/vKN4fWvtgbfx5XJPcT8PgC3TQ8rbNsvRZ7GdFNPztm+y7wARfuuYuqDd4aHw65p+tE358uO6+5lYDcBbtLXksHXTlqL1wpNMD4PfP/tkZcfme3oq10isRsB146zF6DdYM7bOW/nfdweZB4SaH9k8N7ISxsuL0e4Z+53HhBwZJw9RHgNjA0ALjNwEB59MrLzXrDU9h8jJWEkRpiX2AAAAABJRU5ErkJggg==) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_3[data-v-8123a714] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAABLJJREFUSEuVVVtoXFUUXfvcedzJ5DFJk+ZJHtDGWitCDbZSbKxUhUIRLYofSgNaXwQiPijaVlOMFPwQIvmTaoWCtERri6XWNMZQJVpokSbBpCZtzaN5NElNzExuZnLPlnPOzGQyVsVhYO69c846e6+19rqEtM+NSy0VvMQtgngTMxUQEaslzEzq2vyCAR4H00X2UH3JxvrfU2EoHXT0p+Y2ImxXOCCoL1jBJq7jG5ihwVmivXRzw8P/AfrhHECZ6Yfpe2bSp2C5egBO2f2vBf4RtKOj0VPtz94N4nmQdAALgAtXEllCaBpcKTWsvme2GWzHnPljVdsanQTw39q/bYX/86EGVRWutexHJcnNzFQEcEgIYbFUzUpAicVkWmcJQEA9l4AjQA6IR8D8Q/nWfWc1Odc6Gm3L8p1h8IOKKyNMXOlkhUxKLJHqBKGckODZ7JNAZ9iN7qTrne/tA6PJWIeN5Elp9VoYCxmm4kbQV2qZOTf5VPVzUFXaRaBNapfZbNaQ8CBYdA+BXQ5P9EDKGAnLRrBwA/SzyV5IN6YO1J0ZXO2783S1/Z0xIhSmaqH+L9zwNIQvk4Tlw+LcCKb7T3FxzcvkLs7CY4cQ/XOUp/pOmioSntW8800abN8fJcCj+DGngoTl5Yra/TR28TAsfxby79iJoR8/4GD+ekSm+xGqeAD+UCWNXfrEULPMiTrCoYG2t6RSVk+HIRTejDwu3/IGjfzcwsKyqaTmeVz77iBYRjlUWYu8NY/QxOXPOTzZrYvUdMUnWGsw8O1e5ZEVfFv+bFRufZuGuz6C5Q1wSc0eGjx3AOAYMwRlrr4LBeufwND5Qyzd6AoXa42vnHlTMaGrTAoFQVUPvYvJnuPw2iHOLt9Cw13NKK3Zg4neVnj8OSjZWIfrnU28tBhO6TKeEb9987rUJk+2bywUqtiCVWt3EAmB8cvHMD/+C6+q3kG5VbV6AGYG23lm8FyK+5aLov7Tr+r2jaWMV7UnVaPeAFhKYjfKOkOYILxBUjTIpaguREeYXm500af0fd0gDVA87Ja9qjfpCUuytvIuPRK0c9SeX0/VRwCo6NLaW94MWF6VfHoGEYtMQQlneYOILUxDCePLKNDduLEIudH5RDnxwsih3q9eGSZCaeJU4fEpxeHLKoFza4i8Gbm6pdjCLQrkVnJ4+goy8qppcW6IPRkF5DozHIvMJruSjFHqPfFSG4O3x01MynBqRAOhckRmBhHMX4fwVJ8eck8gX/PuzyqGMzcMX7AQztwNktE5Ey46CcRZ6vnyhd0AH1G9JsKVLC/sUAUWpgcQXH0nwjf7NBW+rGLImAN/Thk5f4yAXYfl0kKSWik1p89onO7W504Q4bHEv2R5YIcqEZkaIK+dzf6cMg1Glo8iU30cLFiH+cm+lARL6CxO3r3r48eTyd/dWtfAjEME2IkY0IbVHmYWwgNmFyyZSJgoXE5IniWIpqneq83bGr9fWvE6uXC8rshm3svELyrwlfm50kAGkNTcfrZIdOC+p46MJztN95q6v/Dpk0X+gK3BwQiYUUgEst6xBNBRN8bv3/vs0YF0jH998Slwn9/XAOJdANYAGADTF65Lh28HlgD/Cz/CUKxRA/kDAAAAAElFTkSuQmCC) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_4[data-v-8123a714] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAAA/RJREFUSEuVVU1IK1cUPmdmomP8lxQTqhZFTAQFcfO6bLClCylSui28ZTeFt+yidFHoo+sHb1to4W26KKULKY+mxKLYoBhUJGCIkfqDwRIz/kQmmfGecm7mTifz8h7t3cydmXu/893vfOdchNAol8vvuK77HBEfAcBbiEi8hIiQ5+oJABUhxI5hGJ9PTU39FYTBMGixWPwNAN5nHP6HiAwol/HcCyBfW7Ho92Qy+cEbQQ8PD28AoC8cTLH1wH32AGCnUqme14Jms1kjkUg8FkLcaZpmq4VCCNQ0TQLxnJ/8LoQwEdGsVCo/ptNpf/0rx+/E8P9+k6DMMBaLfYiI7wJAHACGEFFn3YQQkpWahwLYiMgMzwBgY25u7qWUJ5vNmrFY7Fciei+caQXAGQ9rGVzLCfMS+ke1Wv0I9/b2viSib5iNynIg60oeuSmQeeUK9pjvEC/Q17i7u/snADwK+E9u1jQNhoeHpTFrtZqfIN44NDQEjuNgvV4PukDZbh3z+fwFIo4GvcjzyclJiEQinHWo1+twenoqAXp7e2F6ehovLy+pUqkoD/uFAQB/487OThMAjKB+LMXCwgIWi0UGhomJCdjf3ycOkEqlGACq1SpcXFzw0VuV4Q0isnF7e1u0iqVVgvyvu7ub5ufnsVAokK7rmEwmIZ/Pw9jYmNTPMAywbZvOz89VZUlwP6FbW1sM6g+1iZkeHBwwADG7QqEAs7OzcHJyQrFYDJvNppSk0Wi0uUzmJpfLMX3pQy+anCwuLkK5XJasR0dH8ejoCBKJhATo6+uDh4cHOD4+ptvb27ZTSuq5XE54tP+lj0jxeBzGx8elfqVSCa6urnztZmZm8P7+ns7Ozjp1L8DNzU15/LCl2AGsHX8XQviA4RYY8KlkLJlubGz4mgaBw0H+S/3zHnYOrq+v3xMRty5ZNcyObaR8a9s2dHV1qYxzEYBpmjKG67roOE6braSl1tbWThHxbcVE13UJEI1GgZPAieJgtm3jwMAAWZYFg4ODeHd3R6ZpsgvYAbJhezKec0ORnT54VTBIf38/3NzcAJckA3n+lbpxQK6ynp4efjLboOYvGfQxEX2vIqm6Z9Dr62sYGRkBrn2Wg0uUrRSNRpkpS0Gu6/rXjNfMP5UVlMlkfkbEFSUBlyODWpYlj6/ANE1Dy7JkQ6nVam3t0Nv7y9LS0sd+589kMk8A4FsiMju5gAMxW2bToe9ec/uMRCLP0um023adrK6uxg3D+AIRPwOAVopfM7zADgD84DjOV8vLyxW1tOMdxeC6rktwZTfvSpZsEdEFgBeNRuPpyspKKRz3jRcfg2ua9oSIPkHEaSIqIeJPzWbzu05gCvwf7cVpQE6lAKMAAAAASUVORK5CYII=) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_5[data-v-8123a714] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAAA/BJREFUSEuVVU1IK1cUPmdmojH+S2qiVUtESBAFcfO6bLClCylSui28ZTeFt+yidFFo6brQ7YMWuumilC6kPJoSi2KDP8Go+BMkULQ2UDRRY5kk45zyXefOG9O8RzubuZnc+53vnO875zK1PKVS6TXHcb5i5kdE9AozC7aICGOt30RUdl1327KsDycnJ38PwnAraLFY/JmI3gQO/mNmAKptWHsB1M/7WPJLMpl866Wgx8fH10TU0xpMs/XAffZEZKdSqa4XgmazWWtkZOSx67o1wzBsvdF1XTYMQwFhjTd+u64bZuZwuVz+Lp1O+/v/lX47hv/3mwIFw2g0+jYzv05EcSIaYGYTdXNdV7HS65YANjOD4RkRrc3MzDxT5clms+FoNPqTiLzRqrQGgOKttQzuhWCeoL9eXFy8w4VC4WMR+QxstMoB1XV51KGA8toV8JjvEC/Qp7yzs/MbET0K+E8dNgyDBgcHlTErlYoSqKOjg3p6egCiCOB70BUemVXO5/N/MnMs6EWsE4kEhUIhqE63t7d0enoqw8PDHIvFqNls0t3dHZ2cnOjs/MYgor94e3u7QURWsH4oxdzcHBeLRQDTxMQE7e7uSiKRgHCK+c3NjRJR1zZw3ubNzU33vlnuWxB/dnZ2yuzsLB8cHIhpmpxMJimfz9P09LTfXQA/OjpS7atF9NcbGxsA9R8IYlkWgen+/j7WkkqleGtri0zTFKSt/z88PJRarfbAZUqbXC4HDyofagGwmJ+fp1KppFjHYjHe29ujqakpOj8/h2gqk0KhILYNqz7PUrHO5XKuR9tPH5vi8TiNj4/jAAShy8tLGRsb49HRUYBSuVyWs7OzdtOLeH19XaXfaik4AGniO5jpHA3DUMwcxwlm9uA8r62t+TUNArcG+S/9jzNwDq+urv4tIhhdqmvADjbSvrVtm2B6fMcaqYfDYRUDbOHZoK1ExOaVlZVTZn5VMzFNUwFEIhHlRQiFYBCkr69PqtUq9ff3c61Wk3A4zI1GQ+r1uhrYXhn/wEBRkz54VQCkt7eXrq+vaWBggADk+VfVEQHRZV1dXXiDrV9zEXkG0Mci8rWOpPseoFdXVzQ0NKR6HOXo7u5W7RmJRMBUWctxHP+a8Yb5+6obMpnMD8y8FFBYMa1Wqyp9DQblq9WqgH2lUnkwDr2zPy4sLLzrT/5MJvOEiL4QkXA7F2CwgC3YtJm7VxifoVDoy3Q67Ty4TpaXl+OWZX3EzB8Q0b3EL3i8wE0i+qbZbH6yuLhY1lvb3lEAN01TgWu7eVeyYsvMDhF9W6/XP19aWjppjfvSiw/ghmE8EZH3mHlKRE6Y+ftGo/G0HZgG/wf+qnlAy/omRAAAAABJRU5ErkJggg==) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_6[data-v-8123a714] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAAA/ZJREFUSEuVVU1IK1cUPmdmoqPWX1JURItSSRaRqJvXZYMtXUiR0m3hLbspvGUXpYtCS9eFbguv0E0XpXQh5dGUWBQbFCX+IBpCsFppoGgSo2UyiXPKdzN33iTNe9DZzJ07937nu+f7zrlMHU+xWHyt2Wx+zcyPiOhVZhYsERHGWL+JqOR53p5lWR/Nzc39EYbhTtB8Pv8LEb0FHPxjZgCqZRj7AdRnK5b8GovF3n4p6NnZ2S0RvdIZTLP1wQP2ROTE4/G+F4JmMhlrcnLysed5d4ZhOHqh53lsGIYCwhhvfHueZzOzXSqVvk+lUsH6/xy/G8P/O6dAwTAajb7DzG8Q0QQRjTCzibx5nqdY6XFHAIeZwfBPItpKJBLPVHoymYwdjUZ/FpE3O5XWAFC8M5fhtRDMF/S36+vrd/ng4OATEfkcbLTKIdV1etSmkPLaFfBY4BA/0Gecy+V+J6JHIf+pzYZh0OjoqDJmuVxWAgF4ZGSELMuSarVKjUZDBwq0YeZN3t/f/4uZx8NexHh2dpYikQhUp/v7e7q8vJSpqSkeGhoi13Wpp6eHTk9P9emCwiCiv3lvb88lIiucP6RicXGR8/k8gGlmZoaOjo4kmUzy+fm5ABR6IJjObWi/w7u7u16rWFoliJ+9vb2ysLDAJycnYpomx2IxOj4+pkQiQY7TsqPjOFIoFHRlKfBA0J2dHYAGD/JmWRaBKYCQv3g8DkEpmUxSoVCQWq1GS0tLfHh4KPV6vc1lSptsNgsPKh/60dRgeXmZisWiYj0+Pq5AMXd1dUXValWlIpfLAbTtlIp6Npv1fNrP6TPLxMQETU9PK8VxzJubG4Eb5ufnFbNSqSQXFxfduhfx9va2On6npeAApAHznue12pR/HAjZbDbDJ2vbz1tbW0FOw8CdQTrKs+sn9iAgb25u/iMiaF2qasAONtK+hdrwJOYxRi+wbVuBgi0KIGwrEXF4Y2PjkpmndGjTNBVAf38/1Wo1hlAI5jgOjC+VSoWGh4f57u5ObNtm13WVWLqpi8gVGorq9OGrAiCDg4N0e3uryhJAvn9VHhEQxu/r68MbbIOci8gzgD4Wkac6kq57gKK+x8bGCLWPdAwMDNDDwwNOAaZIBQQLrhm/mX+gKiidTv/IzGs6Bah3gFYqFXV8DWYYBlcqFQH7crnc1g79vT+trKy8F3SXdDr9hIi+FBG7mwsQCGz9btV2wxJRFe0zEol8lUqlmm3Xyfr6+oRlWR8z84dE1JL4BY8fGL3v20aj8enq6mop8HK3PQA3TVOBa7v5V7Jiy8xNIvquXq9/sba2prpK+HnpxQdwwzCeiMj7zPy6iBSY+QfXdb/pBqaB/wVLoXBAfSHbMgAAAABJRU5ErkJggg==) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_7[data-v-8123a714] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAAA+VJREFUSEuVVU1oK1UUPmdm0kxb+5MSaYq00lZICi2UdvFcGqq4KFLErfCWboS3dCEuBB+uBbeCghsXIi6KPIyk0lLTv5CW0tIQAqJioG2S/skkmd4j383MMB3zHnghzJ3Jvd/57ne+cy5TZFSr1Vdd1/2SmR8R0cvMLFgiIoy5/ySimlLqwLKsD2dmZn4Pw3AUtFwu/0xEbwIH/zEzAPUyzL0A+rUbS35Jp9NvvRD07Ozsmoheigbz2XrgAXsicjKZTP9zQfP5vDUxMfFYKXVrGIbjL1RKsWEYGghzPPGulLKZ2a7Vat9ls9lg/X+O34vh//2mQcEwmUy+zcyvE1GKiEaZ2YRuSinNyp9HAjjMDIZ/EtHW/Pz8My1PPp+3k8nkTyLyRjTTPgAyHtUyvBYJ8xL66+Xl5Tt8eHj4sYh8BjZ+lkNZ9+XRm0KZ910BjwUO8QJ9yqVS6TciehTyn95sGAYlEgltzEajoeOMjo761tJJazabSJz2sH8qZt7kYrH4NzOPh72I+fT0NMViMWSd7u7uqFaryezsrN5smqb+nZ6eSqfT8Q7WLQwiOueDg4M2EVlh/SDF4uIil8tlANPU1BQdHR0FxZDJZBCE6/U6jt6tDG+IiMN7e3uqWyxBJIrH47KwsMAnJydimian02kqFou6fBKJBKVSKQZL73RBEoOE7u7uAjQYSIhlWQSmx8fHmEsmk+H9/X0NOjc3x+fn53JxcdHTvjo3hUIB9LUPPbZ6srS0RNVqVbMeHx+HS3Sw5eVlKpVK0m5DtYeNJkhWoVBQHm1faK1TKpWiyclJ4FOlUqF6vS5DQ0MEpjs7O4GWPboX8fb2tj5+1FLQC8zwXSkVJCMKEvKpPqm2wtbWVqBpGDgapKeAkY/YA+fw5ubmPyKC1qWrBuxgI9+3juNQX1+f/o45zG7btoZzXZfh07CttKU2Njb+YOZX/KAwNQAGBgbo5uaGkSgEcxyHh4eHBVU0MjLCt7e3Yts2t9ttabVaumF7Mv6FhqI7ffiqAAiScn19TShNAGHE43GtGwKiyvr7+/EE27DmzwD6WES+9iP5dQ/Qq6srGhsbI9Q+5BgcHKT7+3ucAkwhhbiuG1wzXjN/X1dDLpf7gZnXfAlQ7wBtNpv6+D6YYRjcbDYF7BuNxoN26O39cWVl5d2gu+RyuSdE9LmI2L1cgEBgCzY9+u4V2mcsFvsim826D66T9fX1lGVZHzHzB0TUTfFzhhcYLeqbTqfzyerqai2oqF57AG6apgb37eZdyZotM7tE9G2r1Xq6trZWiWK88OIDuGEYT0TkPWZ+TUQqzPx9u93+qheYD/4vfpFgQNkYvwgAAAAASUVORK5CYII=) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_8[data-v-8123a714] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAAA/FJREFUSEuVVU1oK1UUPmdm0qap/SW2KaWRFmkC/aVdPJeGKi6KFHErvKUb4S1diAtBeesHbgUFNy5EXBR5GEmlpYaWpv+FhjRFWjFU2qR/kmTSOfLdzB0mMe+hs5k7d+79znfP951zmZqefD7/Wq1W+5KZHxHRq8wsWCIijLF+E1HBcZwty7I+Ghsb+90Pw82g2Wz2ZyJ6Czj4x8wAVMswdgOoz3os+SUWi739UtDj4+MbInqlOZhm64J77ImoHI/HO14ImkqlrKGhoceO49wZhlHWCx3HYcMwFBDGeOPbcZwgMwcLhcJ3iUTCW/+v47di+H/nFCgYhsPhd5j5DSKKEFEvM5vIm+M4ipUeNwUoMzMYnhPR2uTk5HOVnlQqFQyHwz+JyJvNSmsAKN6cS/9aCOYK+uvl5eW7vLu7+4mIfA42WmWf6jo9apNPee0KeMxziBvoM97Z2fmNiB75/Kc2G4ZBfX19ypjFYlEJZFkW9fb2Kmx3TgfytGHmVc5kMn8y86DfixiPjo5SIBCA6nR/f09nZ2cyPj7ODw8PKscgcXJyok/nFQYR/cVbW1tVIrL8+cOm2dlZzmazAKZoNEp7e3syPT3Np6en0tbWRoODg3x4eIij1yvDfUSkzJubm069WOoliH/t7e0yNTXFR0dHYpomx2IxymQyNDAwQMPDw2o7mF9cXKj0axE9QTc2NgDqPRAEuQPTg4MDjCUej/P29jbNzMxQLpdTc9FoFCKjABpcprRJp9Ogr3zoslWDubk5yufzirU+6vz8PO3v7ysRJyYmwF5s2244pWKdTqcdl7Z3fIBHIhEaGRnBBsXu6upKscM82BUKBTk/P2/VvYjX19cV/2ZLwQFIA+Ydx/HEQI6xvFar+U/WsJ/X1ta8pPiBm4P8l/rHHjiHV1dX/xYRtC5VNWAHG2nflstlgoUwjzGOHgwGVQywtW27wVbKUisrK2fMXPcJEZmmqQBCoRDd3t4yhEKwcrnM3d3dUiqVqKenh+/u7iQYDHK1WpVKpaJS4qbxDzQU1en9VwVAurq66ObmRpUlgFz/qjwiIKqso6MDb7D1ci4izwH6WES+1pGwGZYB6PX1NfX39xPqHOno7OwklGkoFAJTpAKCedeM28w/UNWQTCZ/YOYlnQINWiqV1PE1mGEYXCqVBOyLxWJDO3T3/riwsPCe112SyeQTInoqIsFWLkAgsAWbFn33Gu0zEAg8SyQStYbrZHl5OWJZ1sfM/CER1SV+weMGtonoG9u2P11cXCzopS3vKICbpqnAtd1043Cbco2Ivq1UKl8sLS3lmuO+9OIDuGEYT0TkfWZ+XURyzPx9tVr9qhWYBv8H77hqQG+NvNYAAAAASUVORK5CYII=) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right[data-v-8123a714] {
    padding-left: 10px
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right .item_title[data-v-8123a714] {
    width: 188px;
    height: 39px;
    font-size: 14px;
    line-height: 18px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #0c0c0c;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
    word-break: break-all;
    white-space: normal;
    cursor: pointer
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right .price[data-v-8123a714] {
    font-size: 18px;
    font-family: Arial-Bold, Arial;
    font-weight: 700;
    color: #ff4e00;
    margin-top: 10px
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right .price img[data-v-8123a714] {
    margin-top: 2px
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right .price .price_info[data-v-8123a714] {
    margin-left: 6px
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right .price .price_info em[data-v-8123a714] {
    font-style: normal;
    font-size: 12px
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right .price .price_info .price_unit[data-v-8123a714] {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #444;
    font-style: normal;
    position: relative;
    top: -1px
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right .price .xunjia[data-v-8123a714] {
    cursor: pointer
}

.index[data-v-8123a714] {
    background: #f8f8f8;
    padding-bottom: 10px
}

.skeleton_banner[data-v-8123a714] {
    width: 100%;
    height: 470px;
    background: #eee;
    margin-bottom: 10px
}

.skeleton.adv_04_wrap .floor_title h2 font[data-v-8123a714] {
    display: none
}

.skeleton.adv_04_wrap .floor_title h2 span[data-v-8123a714] {
    background: #eee;
    display: inline-block;
    width: 200px
}

.skeleton.adv_04_wrap .floor_goods .item .wrap .title[data-v-8123a714] {
    background: #eee;
    width: 100%
}

.skeleton.adv_04_wrap .floor_goods .item .wrap .title a[data-v-8123a714] {
    color: transparent
}

.skeleton.adv_04_wrap .floor_goods .item .wrap .price[data-v-8123a714] {
    width: 100%;
    height: 25px
}

.skeleton.adv_04_wrap .floor_goods .item .wrap .price span[data-v-8123a714] {
    display: inline-block;
    width: 70px;
    height: 100%;
    background: #eee
}

.diy_part_wrap[data-v-35a7d9be] {
    background: #f9f9f9;
    padding: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.adv_01_wrap[data-v-35a7d9be] {
    width: 1210px;
    position: relative;
    margin: 0 auto
}

.adv_01_wrap_full[data-v-35a7d9be] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.adv_01_wrap_full a[data-v-35a7d9be] {
    width: 1210px;
    display: flex;
    align-items: center;
    justify-content: center
}

.flash_wrap[data-v-35a7d9be] {
    width: 768px;
    height: 183px;
    margin-bottom: 20px
}

.modal_img[data-v-35a7d9be] {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.adv_01_img_thumb[data-v-35a7d9be] {
    min-height: 50px;
    background: #efefef;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.adv_01_img[data-v-35a7d9be] {
    max-width: 100%;
    max-height: 100%
}

.modal_tip_color[data-v-35a7d9be] {
    color: #136cd8;
    font-size: 12px;
    display: block;
    padding: 10px 0
}

.table_left_con[data-v-35a7d9be] {
    font-weight: 700;
    color: #333
}

.table_left_require[data-v-35a7d9be] {
    color: #ff4e00
}

.adv_02_part[data-v-35a7d9be] {
    width: 1210px;
    height: 344px;
    background: #fff;
    margin: 0 auto
}

.adv_02_part .adv_02_left[data-v-35a7d9be] {
    width: 215px;
    height: 344px;
    position: relative;
    cursor: pointer;
    float: left
}

.adv_02_part .adv_02_left a[data-v-35a7d9be] {
    display: inline-block;
    width: 100%;
    height: 100%
}

.adv_02_part .adv_02_left a[data-v-35a7d9be]:hover {
    opacity: .65
}

.adv_02_part .adv_02_left img[data-v-35a7d9be] {
    max-width: 100%;
    max-height: 100%
}

.adv_02_part .adv_02_center[data-v-35a7d9be] {
    float: left;
    width: 736px;
    height: 344px;
    position: relative
}

.adv_02_part .adv_02_center .split_h[data-v-35a7d9be] {
    position: absolute;
    width: 736px;
    height: 1px;
    background-color: rgba(0, 0, 0, .05);
    top: 172px;
    left: 0;
    z-index: 2
}

.adv_02_part .adv_02_center .split_v[data-v-35a7d9be] {
    position: absolute;
    width: 1px;
    height: 344px;
    background-color: rgba(0, 0, 0, .05);
    left: 368px;
    top: 0;
    z-index: 2
}

.adv_02_part .adv_02_right[data-v-35a7d9be] {
    width: 253px;
    height: 344px;
    float: left;
    margin-left: 5px;
    position: relative
}

.imgs_wrap[data-v-35a7d9be] {
    width: 100%;
    height: 170px;
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px
}

.adv_more_img_wrap[data-v-35a7d9be] {
    position: relative;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px dashed #eee;
    margin-left: 10px
}

.adv_more_img_wrap[data-v-35a7d9be]:hover,
.seleImg[data-v-35a7d9be] {
    background-color: #fff3da;
    border-color: #fbcfac
}

.adv_more_img_wrap .del_img[data-v-35a7d9be] {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 5px;
    background: #fe9700;
    font-size: 12px;
    color: #fff
}

.adv_02_right .right_img_item[data-v-35a7d9be] {
    position: relative;
    width: 253px;
    height: 108px;
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 6px
}

.adv_02_right .right_img_item a[data-v-35a7d9be] {
    display: block;
    width: 100%;
    height: 100%
}

.adv_02_right .right_img_item a[data-v-35a7d9be]:hover {
    opacity: .65
}

.adv_02_right .right_img_item img[data-v-35a7d9be] {
    max-width: 100%;
    max-height: 100%
}

.modal_goods_wrap[data-v-35a7d9be] {
    width: 175px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 10px 10px 0;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer
}

.goods_img[data-v-35a7d9be] {
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.modal_goods_wrap .goods_img img[data-v-35a7d9be] {
    max-width: 100%;
    max-height: 100%
}

.modal_goods_wrap .goods_right[data-v-35a7d9be] {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 5px
}

.modal_goods_wrap .goods_name[data-v-35a7d9be] {
    color: #666;
    font-size: 12px
}

.modal_goods_wrap .goods_price[data-v-35a7d9be] {
    color: #f30213;
    font-size: 12px
}

.adv_02_center .goods_item[data-v-35a7d9be] {
    width: 363px;
    height: 171px;
    padding: 6px;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box
}

.adv_02_center .goods_item .left[data-v-35a7d9be] {
    float: left;
    width: 160px;
    height: 160px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    padding-top: 0;
    transition: transform .5s
}

.adv_02_center .goods_item .left[data-v-35a7d9be]:hover {
    transform: translateX(-4px)
}

.adv_02_center .goods_item .left img[data-v-35a7d9be] {
    max-width: 140px;
    max-height: 140px;
    margin-top: 10px
}

.adv_02_center .goods_item .right[data-v-35a7d9be] {
    float: right;
    width: 180px;
    margin-left: 0
}

.adv_02_center .goods_item .right .goods_name[data-v-35a7d9be] {
    color: #333;
    font-size: 14px;
    height: 41.6px;
    margin-bottom: 0;
    margin-top: 18px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal
}

.adv_02_center .goods_item .right .buy_num[data-v-35a7d9be] {
    color: #666;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 3px
}

.adv_02_center .goods_item .right .buy[data-v-35a7d9be] {
    padding: 5px 17px;
    background: #1861c4;
    font-size: 16px;
    font-weight: 700;
    border-radius: 14px;
    color: #fff
}

.adv_02_center .goods_item .right .price[data-v-35a7d9be] {
    margin-bottom: 18px;
    text-align: left;
    width: auto;
    height: auto;
    line-height: 24px
}

.adv_02_center .goods_item .right .price span[data-v-35a7d9be] {
    color: #1861c4
}

.adv_02_center .goods_item .right .price .unit[data-v-35a7d9be] {
    font-size: 12px;
    margin-right: 2px;
    font-weight: 700
}

.adv_02_center .goods_item .right .price .integer[data-v-35a7d9be] {
    font-size: 18px;
    font-weight: 700
}

.adv_02_center .goods_item .right .price .decimal[data-v-35a7d9be] {
    font-size: .83rem
}

.adv_02_center .goods_item .right .price .del[data-v-35a7d9be] {
    color: #999;
    font-size: .83rem;
    text-decoration: line-through;
    margin-left: 10px
}

.adv_05_wrap .floor[data-v-35a7d9be] {
    width: 100%;
    position: relative
}

.adv_05_wrap .floor_layout[data-v-35a7d9be] {
    height: auto
}

.adv_05_wrap .floor_title[data-v-35a7d9be] {
    height: 45px;
    line-height: 45px;
    position: relative
}

.adv_05_wrap .floor_title h2[data-v-35a7d9be] {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #333;
    float: left
}

.adv_05_wrap .floor_title h2 span[data-v-35a7d9be] {
    height: 45px;
    line-height: 45px
}

.adv_05_wrap .floor_title h2 span.main_title[data-v-35a7d9be] {
    font-size: 20px;
    font-weight: 700;
    color: #3d3d3d
}

.adv_05_wrap .floor_title h2 span.sub_title[data-v-35a7d9be] {
    font-size: 16px;
    font-style: italic;
    line-height: 47px;
    color: #a4a4a4;
    margin: 0 0 0 10px
}

.adv_05_wrap .floor_title .right_action[data-v-35a7d9be] {
    display: inline-block;
    margin: 0 12px 0 0;
    float: right
}

.adv_05_wrap .floor_title .right_action a[data-v-35a7d9be] {
    font-size: 14px;
    color: #333
}

.adv_05_wrap .floor_content[data-v-35a7d9be] {
    height: 482px;
    background-color: #fff;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    overflow: hidden
}

.adv_05_wrap .floor_content .floor_left[data-v-35a7d9be] {
    width: 298px;
    height: 482px;
    float: left;
    overflow: hidden
}

.adv_05_wrap .floor_content .floor_left .floor_bg_img[data-v-35a7d9be] {
    width: 298px;
    height: 482px;
    overflow: hidden;
    position: relative
}

.adv_05_wrap .floor_content .floor_left .floor_words[data-v-35a7d9be] {
    position: relative;
    width: 260px;
    height: 160px;
    margin: -182px 19px 22px 19px;
    padding: 14px 31px 24px 30px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box
}

.floor_words .floor_words_top_title[data-v-35a7d9be] {
    position: relative;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden
}

.floor_words .cat_data_wrap[data-v-35a7d9be] {
    position: relative
}

.floor_words .floor_words_top_title font[data-v-35a7d9be] {
    display: inline-block;
    width: 39px;
    height: 1px;
    background: #d4d4d4;
    position: relative;
    top: -4px
}

.floor_words .floor_words_top_title span[data-v-35a7d9be] {
    font-size: 14px;
    font-weight: 700;
    color: #101010;
    margin: 0 9px
}

.adv_05_wrap .floor_content .floor_left .floor_words ul[data-v-35a7d9be] {
    width: 100%;
    height: 86px;
    margin: 16px 0 0 0;
    overflow: hidden
}

.adv_05_wrap .floor_content .floor_left .floor_words li[data-v-35a7d9be] {
    float: left;
    width: 66px;
    padding-left: 0;
    margin: 0 0 18px 0;
    height: 14px;
    line-height: 14px;
    overflow: hidden
}

.adv_05_wrap .floor_content .floor_left .floor_words li a[data-v-35a7d9be] {
    font-size: 12px;
    color: #6d6d6d;
    font-weight: 400
}

.adv_05_wrap .floor_content .floor_left .floor_words li a[data-v-35a7d9be]:hover {
    color: #ff4e00
}

.adv_05_wrap .floor_content .floor_left .floor_bg_img .ad_img[data-v-35a7d9be] {
    width: 298px;
    height: 482px;
    display: block
}

.adv_05_wrap .floor_content .ad_img img[data-v-35a7d9be] {
    width: 100%;
    height: 100%
}

.adv_05_wrap .floor_content .floor_right[data-v-35a7d9be] {
    width: 912px;
    height: 482px;
    border-style: solid;
    border-color: #f30213;
    border-width: 2px 0 0 0;
    float: left;
    position: relative;
    background-color: #fff
}

.adv_05_wrap .floor_content .floor_right .floor_right_main[data-v-35a7d9be] {
    width: 662px;
    height: 482px;
    float: left;
    position: relative
}

.adv_05_wrap .floor_content .floor_right .floor_right_new[data-v-35a7d9be] {
    width: 250px;
    height: 480px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
    border-width: 0 0 0 1px;
    padding: 5px 10px 0 10px;
    float: right;
    position: relative;
    box-sizing: border-box
}

.floor_right_new .floor_right_new_top_title[data-v-35a7d9be] {
    height: 30px;
    line-height: 30px;
    margin: 0 0 6px 0;
    text-align: center;
    overflow: hidden;
    position: relative
}

.floor_right_new .floor_right_new_top_title font[data-v-35a7d9be] {
    display: inline-block;
    width: 39px;
    height: 1px;
    background: #f30213;
    position: relative;
    top: -4px
}

.floor_right_new .floor_right_new_top_title span[data-v-35a7d9be] {
    font-size: 14px;
    font-weight: 700;
    color: #f30213;
    margin: 0 9px
}

.adv_05_wrap .floor_right_new .floor_content[data-v-35a7d9be] {
    height: 450px
}

.adv_05_wrap .floor_right_new .floor_content .item[data-v-35a7d9be] {
    width: 230px;
    height: 110px;
    padding: 10px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
    border-width: 0 0 1px 0;
    box-sizing: border-box
}

.adv_05_wrap .floor_right_new .floor_content .item .wrap[data-v-35a7d9be] {
    width: 230px
}

.adv_05_wrap .floor_right_new .floor_content .item .left_pic[data-v-35a7d9be] {
    width: 90px;
    height: 90px;
    float: left
}

.adv_05_wrap .floor_right_new .floor_content .item .left_pic .ad_img[data-v-35a7d9be] {
    width: 90px;
    height: 90px;
    display: block;
    overflow: hidden
}

.adv_05_wrap .floor_right_new .floor_content .item .right_info[data-v-35a7d9be] {
    width: 140px;
    height: 90px;
    padding: 10px 0 0 10px;
    overflow: hidden;
    box-sizing: border-box
}

.adv_05_wrap .floor_right_new .floor_content .item .right_info .title[data-v-35a7d9be] {
    margin-bottom: 15px;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: normal;
    background: #fff;
    letter-spacing: 0;
    font-size: 12px
}

.adv_05_wrap .floor_right_new .floor_content .item .right_info .title a[data-v-35a7d9be] {
    line-height: 19px !important;
    font-size: 12px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: normal
}

.adv_05_wrap .floor_right_new .floor_content .item .right_info .price[data-v-35a7d9be] {
    color: #1861c4;
    font-weight: 700;
    font-size: 12px;
    width: auto;
    height: auto;
    line-height: 20px;
    text-align: left
}

.adv_05_wrap .floor_right_new .floor_content .item .right_info .price .money_number[data-v-35a7d9be] {
    margin: 0 0 0 -3px;
    color: #1861c4;
    font-size: 18px;
    font-weight: 700
}

.adv_05_wrap .floor_right_main .floor_content[data-v-35a7d9be] {
    height: 480px
}

.adv_05_wrap .floor_right_main .floor_content .item[data-v-35a7d9be] {
    width: 220px;
    height: 240px;
    padding: 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
    border-width: 0 0 1px 1px;
    float: left;
    box-sizing: border-box
}

.adv_05_wrap .floor_right_main .floor_content .item .wrap[data-v-35a7d9be] {
    width: 199px
}

.adv_05_wrap .floor_right_main .floor_content .bottom_item[data-v-35a7d9be] {
    border-width: 0 0 0 1px
}

.adv_05_wrap .floor_right_main .floor_content .item .ad_img[data-v-35a7d9be] {
    width: 162px;
    height: 162px;
    margin: 0 auto;
    display: block;
    transition: transform .5s
}

.adv_05_wrap .floor_right_main .floor_content .item .ad_img[data-v-35a7d9be]:hover {
    transform: translateX(-4px)
}

.adv_05_wrap .floor_right_main .floor_content .item .title[data-v-35a7d9be] {
    margin: 10px 0 5px 0;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: normal;
    font-size: 12px;
    background: #fff;
    letter-spacing: 0;
    width: 162px;
    margin-left: 18px
}

.adv_05_wrap .floor_right_main .floor_content .item .title a[data-v-35a7d9be] {
    font-size: 12px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.adv_05_wrap .floor_right_main .floor_content .item .price[data-v-35a7d9be] {
    color: #1861c4;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    width: auto;
    height: auto;
    line-height: 20px;
    text-align: left;
    width: 162px;
    margin-left: 18px
}

.adv_05_wrap .floor_right_main .floor_content .item .price .money_number[data-v-35a7d9be] {
    font-size: 18px;
    margin-left: -3px
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item[data-v-35a7d9be] {
    width: 440px;
    padding: 0
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item .wrap[data-v-35a7d9be] {
    width: 440px;
    padding: 39px 34px;
    box-sizing: border-box
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item .left_pic[data-v-35a7d9be] {
    width: 162px;
    height: 162px;
    float: left
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item .left_pic .ad_img[data-v-35a7d9be] {
    width: 162px;
    height: 162px;
    display: block;
    transition: transform .5s
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item .left_pic .ad_img[data-v-35a7d9be]:hover {
    transform: translateX(-4px)
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item .right_info[data-v-35a7d9be] {
    width: 191px;
    height: 162px;
    margin: 0 0 0 18px;
    float: right;
    overflow: hidden
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item .right_info .title[data-v-35a7d9be] {
    margin-bottom: 5px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: normal;
    background: #fff;
    font-size: 12px;
    letter-spacing: 0
}

.adv_05_wrap .floor_right_main .floor_content .item.big_item .right_info .title a[data-v-35a7d9be] {
    line-height: 18px !important;
    font-size: 12px
}

.floor-con3 .ad_img img[data-v-35a7d9be] {
    width: 100%;
    height: 100%
}

.adv_05_wrap .example_text[data-v-35a7d9be] {
    color: #777;
    text-align: center;
    position: relative;
    background: #fff !important;
    font-weight: 300
}

.adv_05_wrap .example_text span[data-v-35a7d9be] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 15px !important
}

.adv_05_wrap .floor_left .floor_bg_img a.ad_img[data-v-35a7d9be]:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 482px;
    top: 0;
    left: -150px;
    overflow: hidden;
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg)
}

.adv_05_wrap .floor_left .floor_bg_img a.ad_img[data-v-35a7d9be]:hover:before {
    transition: left .5s;
    left: 320px
}

.adv_05_wrap .floor_right_main .floor_content .ad_img[data-v-35a7d9be],
.adv_05_wrap .floor_right_new .floor_content .item .left_pic .ad_img[data-v-35a7d9be] {
    transition: transform .5s
}

.adv_05_wrap .floor_right_new .floor_content .item .left_pic .ad_img[data-v-35a7d9be]:hover {
    transform: translateX(4px)
}

.w_sld_react_1210[data-v-35a7d9be] {
    margin: 0 auto
}

.w_sld_react_1200[data-v-35a7d9be] {
    width: 1620px;
    margin: 0 auto
}

.w_sld_react_1210[data-v-35a7d9be] {
    width: 1210px
}

.adv_04_wrap[data-v-35a7d9be] {
    height: auto;
    min-height: 374px
}

.adv_04_wrap .floor_title[data-v-35a7d9be] {
    position: relative;
    margin-bottom: 24px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    margin-top: 10px
}

.adv_04_wrap .floor_title h2[data-v-35a7d9be] {
    width: 100%;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
    font-family: Poppins-Regular;
    font-weight: 800;
    font-size: 32px;
    color: #333;
    height: 34px
}

.adv_04_wrap .floor_title h2 font[data-v-35a7d9be] {
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #1861c4;
    position: relative;
    top: 20px
}

.adv_04_wrap .floor_title h2 span[data-v-35a7d9be] {
    font-family: Poppins-Regular;
    font-weight: 800;
    font-size: 32px;
    margin: 0 20px;
    color: #1861c4;
    width: auto;
    min-width: 30px;
    height: 34px;
    line-height: 34px;
    text-indent: 3px;
    display: inline-block
}

.adv_04_wrap .floor_goods[data-v-35a7d9be] {
    position: relative;
    width: 100%;
    overflow: hidden
}

.adv_04_wrap .floor_goods .item[data-v-35a7d9be] {
    float: left;
    width: 230px;
    height: 310px;
    margin: 0 12px 12px 0;
    background-color: #fff;
    box-sizing: border-box
}

.adv_04_wrap .floor_goods .item[data-v-35a7d9be]:nth-child(5n+5) {
    margin-right: 0 !important
}

.adv_04_wrap .floor_goods .item .wrap[data-v-35a7d9be] {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    font-size: 14px;
    position: relative
}

.adv_04_wrap .floor_goods .item .wrap img[data-v-35a7d9be] {
    width: 230px;
    height: 230px;
    display: block
}

.adv_04_wrap .floor_goods .item .wrap .example_text[data-v-35a7d9be] {
    width: 230px;
    height: 230px;
    display: block;
    color: #777;
    text-align: center;
    position: relative;
    background: #eee !important;
    font-weight: 300;
    transition: opacity .5s ease
}

.adv_04_wrap .floor_goods .item .wrap .example_text[data-v-35a7d9be]:hover {
    opacity: .65
}

.adv_04_wrap .floor_goods .item .wrap .example_text span[data-v-35a7d9be] {
    margin-top: -24px;
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    font-size: 15px !important
}

.adv_04_wrap .floor_goods .item .wrap .title[data-v-35a7d9be] {
    margin: 12px;
    max-height: 39px;
    height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: normal;
    display: inline-block;
    background: #fff;
    letter-spacing: 0
}

.adv_04_wrap .floor_goods .item .wrap .title a[data-v-35a7d9be] {
    font-family: Poppins-Regular;
    font-weight: 500;
    font-size: 14px;
    color: #0c0c0c;
    line-height: 19px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal
}

.adv_04_wrap .floor_goods .item .wrap .goods_sub_info[data-v-35a7d9be] {
    font-family: Poppins-Regular;
    font-weight: 500;
    font-size: 12px;
    color: #666;
    line-height: 120%;
    margin: 0 12px 8px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.adv_04_wrap .floor_goods .item .wrap .price[data-v-35a7d9be] {
    font-family: Poppins-Regular;
    font-weight: 700;
    font-size: 15px;
    color: #ff4e00;
    margin: 0 12px;
    padding-top: 4px;
    font-family: Arial, Helvetica, sans-serif
}

.adv_04_wrap .floor_goods .item .wrap .price>span[data-v-35a7d9be] {
    display: inline-block
}

.adv_04_wrap .floor_goods .item .wrap .price .money_number[data-v-35a7d9be] {
    font-size: 20px;
    font-weight: 700
}

.adv_04_wrap .floor_goods .item .wrap .price .money_unit[data-v-35a7d9be] {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 15px;
    color: #444;
    margin-left: 4px;
    position: relative;
    top: -1px
}

.allow_show_edit .adv_06 .adv_06_wrap .item[data-v-35a7d9be],
.allow_show_edit .adv_06 .adv_06_wrap .item a[data-v-35a7d9be] {
    height: 350px
}

.adv_06 .adv_06_wrap[data-v-35a7d9be] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_06 .adv_06_wrap .item[data-v-35a7d9be] {
    float: left;
    width: 302px;
    overflow: hidden
}

.adv_06 .adv_06_wrap .item a[data-v-35a7d9be] {
    transition: opacity .5s ease;
    display: block;
    width: 302px
}

.adv_06 .adv_06_wrap .item a[data-v-35a7d9be]:hover {
    opacity: .65
}

.adv_06 .adv_06_wrap .item a img[data-v-35a7d9be] {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.adv_06 .adv_06_wrap .item .show_tip[data-v-35a7d9be] {
    color: #777;
    text-align: center;
    position: relative;
    background: #eee !important;
    font-weight: 300
}

.adv_06 .adv_06_wrap .item .show_tip[data-v-35a7d9be]:hover {
    background: #dedede !important
}

.adv_06 .adv_06_wrap .item .show_tip span[data-v-35a7d9be] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 15px !important
}

.allow_show_edit .adv_07 .adv_07_wrap .item[data-v-35a7d9be],
.allow_show_edit .adv_07 .adv_07_wrap .item a[data-v-35a7d9be] {
    height: 100px
}

.adv_07 .adv_07_wrap[data-v-35a7d9be] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_07 .adv_07_wrap .item[data-v-35a7d9be] {
    float: left;
    width: 403px;
    overflow: hidden
}

.adv_07 .adv_07_wrap .item a[data-v-35a7d9be] {
    transition: opacity .5s ease;
    display: block;
    width: 403px
}

.adv_07 .adv_07_wrap .item a[data-v-35a7d9be]:hover {
    opacity: .65
}

.adv_07 .adv_07_wrap .item a img[data-v-35a7d9be] {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.adv_07 .adv_07_wrap .item .show_tip[data-v-35a7d9be] {
    color: #777;
    text-align: center;
    position: relative;
    background: #eee !important;
    font-weight: 300
}

.adv_07 .adv_07_wrap .item .show_tip[data-v-35a7d9be]:hover {
    background: #dedede !important
}

.adv_07 .adv_07_wrap .item .show_tip span[data-v-35a7d9be] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 15px !important
}

.allow_show_edit .adv_08 .adv_08_wrap .item[data-v-35a7d9be],
.allow_show_edit .adv_08 .adv_08_wrap .item a[data-v-35a7d9be] {
    height: 350px
}

.adv_08 .adv_08_wrap[data-v-35a7d9be] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_08 .adv_08_wrap .item[data-v-35a7d9be] {
    float: left;
    width: 242px;
    overflow: hidden
}

.adv_08 .adv_08_wrap .item a[data-v-35a7d9be] {
    transition: opacity .5s ease;
    display: block;
    width: 242px;
    line-height: 0
}

.adv_08 .adv_08_wrap .item a[data-v-35a7d9be]:hover {
    opacity: .65
}

.adv_08 .adv_08_wrap .item a img[data-v-35a7d9be] {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.adv_08 .adv_08_wrap .item .show_tip[data-v-35a7d9be] {
    color: #777;
    text-align: center;
    position: relative;
    background: #eee !important;
    font-weight: 300
}

.adv_08 .adv_08_wrap .item .show_tip[data-v-35a7d9be]:hover {
    background: #dedede !important
}

.adv_08 .adv_08_wrap .item .show_tip span[data-v-35a7d9be] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 15px !important
}

.adv_09 .adv_09_wrap[data-v-35a7d9be] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_09 .adv_09_wrap .item[data-v-35a7d9be] {
    float: left;
    width: 396px;
    height: 450px;
    background-color: #fff;
    padding-top: 0
}

.adv_09 .adv_09_wrap .item.right[data-v-35a7d9be] {
    margin-left: 0
}

.adv_09 .adv_09_wrap .item .top_title[data-v-35a7d9be] {
    font-size: 23px;
    text-align: center;
    height: 58px;
    line-height: 58px;
    position: relative;
    cursor: pointer
}

.adv_09 .adv_09_wrap .item .main_con[data-v-35a7d9be] {
    background-color: #fff;
    margin: 10px;
    height: 372px;
    overflow: hidden;
    position: relative
}

.adv_09 .adv_09_wrap .item.left .main_con a[data-v-35a7d9be] {
    width: 187px;
    height: 123px;
    float: left;
    border-style: solid;
    border-color: rgba(0, 0, 0, .1);
    border-width: 0 0 1px 1px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.adv_09 .adv_09_wrap .item.right .main_con a[data-v-35a7d9be]:first-child,
.adv_09 .adv_09_wrap .item.right .main_con a[data-v-35a7d9be]:nth-child(4) {
    border-left: 0
}

.adv_09 .adv_09_wrap .item.left .main_con .first[data-v-35a7d9be] {
    border-width: 0 0 1px 0
}

.adv_09 .adv_09_wrap .item .main_con a span[data-v-35a7d9be] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 13px !important;
    color: #777
}

.adv_09 .adv_09_wrap .item.center[data-v-35a7d9be] {
    margin: 0 10px
}

.adv_09 .adv_09_wrap .item.center .main_con a[data-v-35a7d9be] {
    width: 376px;
    height: 123px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative;
    text-align: center
}

.adv_09 .adv_09_wrap .item.right .main_con a.first[data-v-35a7d9be] {
    border-width: 0 0 1px 0
}

.adv_09 .adv_09_wrap .item.right .main_con a[data-v-35a7d9be] {
    width: 124px;
    height: 185px;
    float: left;
    border-style: solid;
    border-color: rgba(0, 0, 0, .1);
    border-width: 0 0 1px 1px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.adv_09 .adv_09_wrap .item .main_con a img[data-v-35a7d9be] {
    max-width: 100%;
    max-height: 100%
}

.adv_10 .adv_10_wrap[data-v-35a7d9be] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_10 .adv_10_wrap .row_five[data-v-35a7d9be],
.adv_10 .adv_10_wrap .row_four[data-v-35a7d9be],
.adv_10 .adv_10_wrap .row_one[data-v-35a7d9be] {
    position: relative
}

.adv_10 .adv_10_wrap .row_one a[data-v-35a7d9be] {
    width: 100%;
    height: 30px;
    display: block;
    margin-top: 10px
}

.adv_10 .adv_10_wrap a[data-v-35a7d9be] {
    background: #fff;
    text-align: center;
    transition: transform .5s
}

.adv_10 .adv_10_wrap a img[data-v-35a7d9be] {
    max-width: 100%;
    max-height: 100%
}

.adv_10 .adv_10_wrap a span[data-v-35a7d9be] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 13px !important;
    color: #777
}

.adv_10 .adv_10_wrap .row_five a[data-v-35a7d9be],
.adv_10 .adv_10_wrap .row_four a[data-v-35a7d9be],
.adv_10 .adv_10_wrap .row_one a[data-v-35a7d9be] {
    position: relative
}

.adv_10 .adv_10_wrap .row_four[data-v-35a7d9be] {
    height: 220px;
    margin: 10px 0
}

.adv_10 .adv_10_wrap .row_four a[data-v-35a7d9be] {
    width: 295px;
    height: 220px;
    float: left;
    margin: 0 10px 0 0;
    display: block
}

.adv_10 .adv_10_wrap .row_five a[data-v-35a7d9be]:last-child,
.adv_10 .adv_10_wrap .row_four a[data-v-35a7d9be]:last-child {
    margin: 0
}

.adv_10 .adv_10_wrap .row_five[data-v-35a7d9be] {
    height: 130px;
    margin: 10px 0
}

.adv_10 .adv_10_wrap .row_five a[data-v-35a7d9be] {
    width: 234px;
    height: 130px;
    float: left;
    margin: 0 10px 0 0;
    display: block
}

.adv_10 .adv_10_wrap a[data-v-35a7d9be]:hover {
    transform: translateX(-4px)
}

.adv_11 .adv_11_wrap[data-v-35a7d9be] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_11 .adv_11_wrap .item[data-v-35a7d9be] {
    float: left;
    height: 535px;
    position: relative
}

.adv_11 .adv_11_wrap .item a[data-v-35a7d9be] {
    background: #fff;
    position: relative;
    text-align: center;
    transition: transform .5s
}

.adv_11 .adv_11_wrap .item a[data-v-35a7d9be]:hover {
    transform: translateX(-4px)
}

.adv_11 .adv_11_wrap .item a img[data-v-35a7d9be] {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.adv_11 .adv_11_wrap .item a span[data-v-35a7d9be] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 13px !important;
    color: #777
}

.adv_11 .adv_11_wrap .row_left[data-v-35a7d9be] {
    width: 800px
}

.adv_11 .adv_11_wrap .row_left .lb_margin[data-v-35a7d9be] {
    margin: 0 0 10px 10px
}

.adv_11 .adv_11_wrap .row_right[data-v-35a7d9be] {
    width: 400px;
    margin-left: 10px
}

.adv_11 .adv_11_wrap .row_left a[data-v-35a7d9be] {
    float: left;
    width: 395px;
    height: 170px;
    display: block
}

.adv_11 .adv_11_wrap .row_right .top[data-v-35a7d9be] {
    height: 350px;
    position: relative
}

.adv_11 .adv_11_wrap .row_right .top a[data-v-35a7d9be] {
    height: 350px;
    width: 400px;
    display: block
}

.adv_11 .adv_11_wrap .row_right .bottom[data-v-35a7d9be] {
    height: 170px;
    margin-top: 10px;
    position: relative
}

.adv_11 .adv_11_wrap .row_right .bottom a[data-v-35a7d9be] {
    height: 170px;
    width: 400px;
    display: block
}

.adv_12 .adv_12_wrap[data-v-35a7d9be] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_12 .adv_12_wrap .item[data-v-35a7d9be] {
    float: left;
    width: 396px;
    background-color: #fff;
    height: 450px;
    padding: 10px;
    position: relative;
    box-sizing: border-box
}

.adv_12 .adv_12_wrap .item[data-v-35a7d9be]:first-child {
    margin-right: 10px
}

.adv_12 .adv_12_wrap .item[data-v-35a7d9be]:last-child {
    margin-left: 10px
}

.adv_12 .adv_12_wrap .item.clear_padding[data-v-35a7d9be] {
    padding: 0
}

.adv_12 .adv_12_wrap .item .l_img[data-v-35a7d9be] {
    width: 396px;
    height: 450px;
    display: block;
    overflow: hidden;
    position: relative
}

.adv_12 .adv_12_wrap .item .l_img[data-v-35a7d9be]:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 450px;
    top: 0;
    left: -150px;
    overflow: hidden;
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg)
}

.adv_12 .adv_12_wrap .item.left a[data-v-35a7d9be]:hover {
    color: #0c0c0c
}

.adv_12 .adv_12_wrap .item.left a[data-v-35a7d9be]:hover:before {
    transition: left .5s;
    left: 450px
}

.adv_12 .adv_12_wrap .item a[data-v-35a7d9be] {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    display: inline-block
}

.adv_12 .adv_12_wrap .item a img[data-v-35a7d9be] {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.adv_12 .adv_12_wrap .item a span[data-v-35a7d9be] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 13px !important;
    color: #777
}

.adv_12 .adv_12_wrap .item.center a[data-v-35a7d9be] {
    float: left;
    width: 183px;
    height: 210px;
    margin-bottom: 10px;
    display: block
}

.adv_12 .adv_12_wrap .item.center a[data-v-35a7d9be],
.adv_12 .adv_12_wrap .item.right .img_bottom a[data-v-35a7d9be],
.adv_12 .adv_12_wrap .item.right .img_top a[data-v-35a7d9be] {
    transition: transform .5s
}

.adv_12 .adv_12_wrap .item.center a.l_b_margin[data-v-35a7d9be] {
    margin-left: 10px;
    margin-bottom: 10px
}

.adv_12 .adv_12_wrap .item.center a[data-v-35a7d9be]:hover,
.adv_12 .adv_12_wrap .item.right .img_bottom a[data-v-35a7d9be]:hover,
.adv_12 .adv_12_wrap .item.right .img_top a[data-v-35a7d9be]:hover {
    transform: scale(1.05)
}

.adv_12 .adv_12_wrap .item.right .title_wrap[data-v-35a7d9be] {
    height: 50px;
    line-height: 50px;
    position: relative
}

.adv_12 .adv_12_wrap .item.right .title_wrap .title[data-v-35a7d9be] {
    font-size: 19px;
    color: #666;
    display: inline;
    background: #fff
}

.adv_12 .adv_12_wrap .item.right .title_wrap .title span[data-v-35a7d9be] {
    margin: 0 18px 0 5px
}

.adv_12 .adv_12_wrap .item.right .title_wrap .subtitle[data-v-35a7d9be] {
    font-size: 12px;
    color: #666;
    display: inline
}

.adv_12 .adv_12_wrap .item.right .img_top[data-v-35a7d9be] {
    width: 376px;
    height: 180px;
    margin: 10px 0;
    position: relative
}

.adv_12 .adv_12_wrap .item.right .img_bottom[data-v-35a7d9be] {
    position: relative;
    width: 376px;
    height: 180px
}

.adv_12 .adv_12_wrap .item.right .img_bottom a[data-v-35a7d9be] {
    float: left;
    width: 183px;
    height: 180px;
    position: relative;
    text-align: center
}

.adv_12 .adv_12_wrap .item.right .img_bottom a[data-v-35a7d9be]:last-child {
    margin-left: 10px
}

.adv_13 .adv_13_wrap[data-v-35a7d9be] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_13 .adv_13_wrap .item[data-v-35a7d9be] {
    float: left;
    width: 396px;
    background-color: #fff;
    height: 450px;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    margin-left: 0
}

.adv_13 .adv_13_wrap .item[data-v-35a7d9be]:first-child {
    margin-right: 10px
}

.adv_13 .adv_13_wrap .item[data-v-35a7d9be]:last-child {
    margin-left: 10px
}

.adv_13 .adv_13_wrap .item.clear_padding[data-v-35a7d9be] {
    padding: 0
}

.adv_13 .adv_13_wrap .item .l_img[data-v-35a7d9be] {
    width: 396px;
    height: 450px;
    display: block;
    overflow: hidden;
    position: relative
}

.adv_13 .adv_13_wrap .item .l_img[data-v-35a7d9be]:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 450px;
    top: 0;
    left: -150px;
    overflow: hidden;
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg)
}

.adv_13 .adv_13_wrap .item.left a[data-v-35a7d9be]:hover {
    color: #0c0c0c
}

.adv_13 .adv_13_wrap .item.left a[data-v-35a7d9be]:hover:before {
    transition: left .5s;
    left: 450px
}

.adv_13 .adv_13_wrap .item a[data-v-35a7d9be] {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    display: inline-block
}

.adv_13 .adv_13_wrap .item a img[data-v-35a7d9be] {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.adv_13 .adv_13_wrap .item a span[data-v-35a7d9be] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 13px !important;
    color: #777
}

.adv_13 .adv_13_wrap .item.center a[data-v-35a7d9be] {
    float: left;
    width: 183px;
    height: 210px;
    margin-bottom: 10px;
    display: block
}

.adv_13 .adv_13_wrap .item.center a[data-v-35a7d9be],
.adv_13 .adv_13_wrap .item.right .img_bottom a[data-v-35a7d9be],
.adv_13 .adv_13_wrap .item.right .img_top a[data-v-35a7d9be] {
    transition: transform .5s
}

.adv_13 .adv_13_wrap .item.center a.l_b_margin[data-v-35a7d9be] {
    margin-left: 10px;
    margin-bottom: 10px
}

.adv_13 .adv_13_wrap .item.center a[data-v-35a7d9be]:hover,
.adv_13 .adv_13_wrap .item.right .img_bottom a[data-v-35a7d9be]:hover,
.adv_13 .adv_13_wrap .item.right .img_top a[data-v-35a7d9be]:hover {
    transform: scale(1.05)
}

.adv_13 .adv_13_wrap .item.right .title_wrap[data-v-35a7d9be] {
    height: 50px;
    line-height: 50px;
    position: relative
}

.adv_13 .adv_13_wrap .item.right .title_wrap .title[data-v-35a7d9be] {
    font-size: 19px;
    color: #666;
    display: inline;
    background: #fff
}

.adv_13 .adv_13_wrap .item.right .title_wrap .title span[data-v-35a7d9be] {
    margin: 0 18px 0 5px
}

.adv_13 .adv_13_wrap .item.right .title_wrap .subtitle[data-v-35a7d9be] {
    font-size: 12px;
    color: #666;
    display: inline
}

.adv_13 .adv_13_wrap .item.right .img_top[data-v-35a7d9be] {
    width: 376px;
    height: 180px;
    margin: 10px 0;
    position: relative;
    overflow: hidden
}

.adv_13 .adv_13_wrap .item.right .img_bottom[data-v-35a7d9be] {
    position: relative;
    width: 376px;
    height: 180px
}

.adv_13 .adv_13_wrap .item.right .img_bottom a[data-v-35a7d9be] {
    float: left;
    width: 183px;
    height: 180px;
    position: relative;
    text-align: center
}

.adv_13 .adv_13_wrap .item.right .img_bottom a[data-v-35a7d9be]:last-child {
    margin-left: 10px
}

.adv_14 .adv_14_wrap[data-v-35a7d9be],
.adv_15 .adv_15_wrap[data-v-35a7d9be] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_15 .adv_15_wrap .top_title[data-v-35a7d9be] {
    width: 1210px;
    height: 40px;
    line-height: 40px;
    border-style: solid;
    border-width: 0 0 2px 0;
    box-sizing: content-box
}

.adv_15 .adv_15_wrap .top_title .title[data-v-35a7d9be] {
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #333;
    width: 402px;
    text-indent: 5px;
    font-weight: 400;
    float: left;
    overflow: hidden
}

.adv_15 .adv_15_wrap .top_title .tab_nav[data-v-35a7d9be] {
    width: auto;
    height: 40px;
    position: relative;
    float: right;
    z-index: 1
}

.adv_15 .adv_15_wrap .top_title .tab_nav li[data-v-35a7d9be] {
    background-color: #f2f2f2;
    width: auto;
    height: 40px;
    float: left;
    padding: 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-left: 10px;
    padding: 0 30px
}

.adv_15 .adv_15_wrap .top_title .tab_nav li i.arrow[data-v-35a7d9be] {
    font-style: normal;
    font-size: 0;
    line-height: 0;
    display: none;
    width: 0;
    height: 0;
    float: right;
    margin-left: -4px;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    position: absolute;
    z-index: 1;
    bottom: -12px;
    left: 50%
}

.adv_15 .adv_15_wrap .top_title .tab_nav li h3[data-v-35a7d9be] {
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    text-align: center
}

div[data-v-35a7d9be],
p[data-v-35a7d9be],
ul[data-v-35a7d9be] {
    padding: 0;
    margin: 0
}

li[data-v-35a7d9be],
ol[data-v-35a7d9be],
ul[data-v-35a7d9be] {
    list-style-image: none;
    list-style-type: none
}

a[data-v-35a7d9be] {
    cursor: pointer
}

.adv_19 .adv_19_wrap[data-v-35a7d9be] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_19 .sld_com_no_img[data-v-35a7d9be] {
    background: #fff !important
}

.adv_19 .adv_19_wrap .item[data-v-35a7d9be] {
    overflow: hidden
}

.adv_19 .adv_19_wrap .item[data-v-35a7d9be]:last-child {
    margin-left: 10px !important
}

.adv_19 .adv_19_wrap .item.left[data-v-35a7d9be] {
    width: 600px;
    display: inline-block;
    height: 546px;
    margin: 10px auto;
    background-color: #fff
}

.adv_19 .adv_19_wrap .item.left .top_title[data-v-35a7d9be] {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #f89a3f;
    color: #fff;
    padding: 0 5px 0 22px;
    overflow: hidden
}

.adv_19 .adv_19_wrap .item.left .top_title .l_title[data-v-35a7d9be] {
    font-size: 20px;
    float: left;
    width: 200px;
    height: 56px;
    position: relative
}

.adv_19 .adv_19_wrap .item.left .top_title .r_title[data-v-35a7d9be] {
    float: left;
    width: 373px;
    border-width: 0;
    height: 57px;
    line-height: 57px;
    border-style: solid;
    border-color: #eff0f1;
    text-align: right
}

.adv_19 .adv_19_wrap .item.left .top_title .r_title ul[data-v-35a7d9be] {
    float: right
}

.adv_19 .adv_19_wrap .item.left .top_title .r_title ul li[data-v-35a7d9be] {
    margin: 0 5px;
    position: relative;
    float: left;
    cursor: pointer;
    min-width: 60px;
    text-align: center
}

.adv_19 .adv_19_wrap .item.left .top_title .r_title ul li a[data-v-35a7d9be] {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #fff;
    background: #4da2fd;
    padding: 2px 5px 2px 1px;
    line-height: 20px;
    visibility: hidden;
    margin: 0;
    z-index: 33
}

.adv_19 .adv_19_wrap .item.left .top_title .r_title ul li .con[data-v-35a7d9be] {
    background-color: #ebae63;
    border: 1px solid #fde0c2;
    padding: 9px 29px;
    font-size: 13px
}

.adv_19 .adv_19_wrap .item.left .top_title .r_title ul li.sel_tab .con[data-v-35a7d9be] {
    background: #f89a3f
}

.adv_19 .adv_19_wrap .item.left .center[data-v-35a7d9be] {
    padding: 10px;
    height: auto;
    overflow: hidden
}

.adv_19 .adv_19_wrap .item.left .center .l_center[data-v-35a7d9be] {
    position: relative;
    width: 186px;
    height: 340px;
    display: block;
    float: left
}

.adv_19 .adv_19_wrap .item.left .center .l_center a[data-v-35a7d9be] {
    width: 186px;
    height: 340px;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #eee !important;
    font-weight: 300
}

.adv_19 .adv_19_wrap .item.left .center .l_center a span[data-v-35a7d9be] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 13px !important;
    color: #777
}

.adv_19 .adv_19_wrap .item.left .center .l_center a[data-v-35a7d9be]:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 409px;
    top: 0;
    left: -150px;
    overflow: hidden;
    background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0))
}

.adv_19 .adv_19_wrap .item.left .center .l_center a[data-v-35a7d9be]:hover:before {
    transition: left .5s;
    left: 260px
}

.adv_19 .adv_19_wrap .item.left .center .r_center[data-v-35a7d9be] {
    width: 394px;
    display: block;
    float: left
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel[data-v-35a7d9be] {
    width: 100%;
    height: 340px;
    overflow: hidden
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item[data-v-35a7d9be] {
    width: 197px;
    height: 170px;
    display: block;
    float: left;
    border-color: #eff0f1;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: 12px
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .title_wrap[data-v-35a7d9be] {
    margin: 0;
    text-align: center
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .title_wrap a[data-v-35a7d9be] {
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: normal
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .title_wrap a.main_title[data-v-35a7d9be] {
    font-size: 14px;
    color: #000
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item[data-v-35a7d9be] {
    margin-left: 0 !important
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .title_wrap a.sub_title[data-v-35a7d9be] {
    font-size: 12px;
    color: #379bc9
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .bottom_img[data-v-35a7d9be] {
    transition: transform .5s
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .bottom_img[data-v-35a7d9be]:hover {
    transform: scale(1.05)
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .bottom_img:hover a span[data-v-35a7d9be] {
    color: #777
}

.adv_19 .adv_19_wrap .item.left .center .r_center .tabs_panel .item .bottom_img a[data-v-35a7d9be] {
    width: 172px;
    height: 106px;
    display: block
}

.adv_19 .adv_19_wrap .item.left .bottom[data-v-35a7d9be] {
    width: 600px;
    height: 120px;
    overflow: hidden;
    position: relative
}

.adv_19 .adv_19_wrap .item.left .bottom a[data-v-35a7d9be] {
    width: 187px;
    height: 120px;
    display: block;
    float: left;
    margin-left: 10px;
    osition: relative;
    overflow: hidden
}

.adv_20 .adv_20_wrap[data-v-35a7d9be] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden;
    flex-wrap: wrap;
    background: #fbfbfd;
    padding: 18px 0
}

.adv_20 .adv_20_wrap .adv_20_wrap_row[data-v-35a7d9be] {
    width: 100%;
    padding: 0 35px;
    position: relative
}

.adv_20 .adv_20_wrap .adv_20_wrap_item[data-v-35a7d9be] {
    flex-shrink: 0;
    width: 190px;
    margin: 18px 0
}

.adv_20 .adv_20_wrap .adv_20_wrap_item .adv_20_wrap_item_img[data-v-35a7d9be] {
    width: 70px;
    height: 70px;
    cursor: pointer
}

.adv_20 .adv_20_wrap .adv_20_wrap_item .adv_20_wrap_item_img img[data-v-35a7d9be] {
    max-width: 100%;
    max-height: 100%
}

.adv_20 .adv_20_wrap .adv_20_wrap_item .main_title[data-v-35a7d9be] {
    font-size: 14px;
    font-family: PingFangSC-Semibold, Poppins-Regular;
    font-weight: 600;
    color: #333;
    line-height: 20px;
    margin-top: 17px;
    cursor: pointer
}

.adv_20 .adv_20_wrap .adv_20_wrap_item .sub_title[data-v-35a7d9be] {
    font-size: 12px;
    font-family: PingFangSC-Regular, Poppins-Regular;
    font-weight: 400;
    color: #333;
    line-height: 17px;
    margin-top: 12px;
    cursor: pointer
}

.adv_21 .adv_21_wrap[data-v-35a7d9be] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden;
    flex-wrap: wrap;
    background: #fbfbfd;
    padding: 18px 0
}

.adv_21 .adv_21_wrap .adv_21_wrap_item[data-v-35a7d9be] {
    width: 380px;
    height: 388px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .09);
    border-radius: 2px;
    margin-right: 35px
}

.adv_21 .adv_21_wrap .adv_21_wrap_item[data-v-35a7d9be]:last-child {
    width: 380px;
    height: 388px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .09);
    border-radius: 2px;
    margin-right: 0
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .title_part[data-v-35a7d9be] {
    width: 100%;
    height: 54px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    flex-shrink: 0;
    position: relative
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .title_part .title[data-v-35a7d9be] {
    font-size: 20px;
    font-family: PingFangSC-Semibold, Poppins-Regular;
    font-weight: 600;
    color: #333;
    line-height: 28px;
    border-left: 4px solid #ff4e00;
    padding-left: 15px
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .title_part .view_more[data-v-35a7d9be] {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, Poppins-Regular;
    font-weight: 400;
    color: #ff4e00;
    line-height: 20px;
    margin-right: 18px
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .detail[data-v-35a7d9be] {
    flex: 1;
    width: 100%
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .detail .item[data-v-35a7d9be] {
    margin-top: 19px
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .detail .item .item_left[data-v-35a7d9be] {
    font-size: 16px;
    font-family: PingFangSC-Regular, Poppins-Regular;
    font-weight: 400;
    color: #a2a2a2;
    line-height: 30px;
    margin-left: 20px;
    width: 110px;
    flex-shrink: 0;
    cursor: pointer;
    position: relative
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .detail .item .item_right[data-v-35a7d9be] {
    flex-wrap: wrap;
    margin-right: 15px;
    position: relative
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .detail .item .item_right .item_right_con[data-v-35a7d9be] {
    font-size: 14px;
    font-family: PingFangSC-Regular, Poppins-Regular;
    font-weight: 400;
    color: #666;
    line-height: 28px;
    cursor: pointer;
    margin-right: 20px
}

.adv_21 .adv_21_wrap .adv_21_wrap_item .detail .item .item_right .item_right_con[data-v-35a7d9be]:hover {
    color: #ff4e00
}

.adv_25 .adv_25_wrap .top[data-v-35a7d9be] {
    margin-top: 20px;
    padding-bottom: 19px
}

.adv_25 .adv_25_wrap .top .left[data-v-35a7d9be] {
    padding: 0
}

.adv_25 .adv_25_wrap .top .left .title[data-v-35a7d9be] {
    margin-left: 8px;
    font-family: Poppins-Regular;
    font-weight: 800;
    font-size: 26px;
    color: #0c0c0c;
    line-height: 26px;
    letter-spacing: 0;
    background: #f8f8f8
}

.adv_25 .adv_25_wrap .top .right .view_more_img[data-v-35a7d9be] {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.adv_25 .adv_25_wrap .bottom[data-v-35a7d9be] {
    width: 100%;
    height: 606px;
    position: relative;
    background: #fff
}

.adv_25 .adv_25_wrap .bottom .border_top[data-v-35a7d9be] {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 1px;
    background: #f5c443
}

.adv_25 .adv_25_wrap .bottom .left[data-v-35a7d9be] {
    width: 304px;
    height: 100%;
    position: relative;
    padding-top: 0;
    background: #fff;
    cursor: pointer
}

.adv_25 .adv_25_wrap .bottom .left[data-v-35a7d9be]:hover:before {
    transition: left .5s;
    left: 350px
}

.adv_25 .adv_25_wrap .bottom .left .empty_tip[data-v-35a7d9be] {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 360px;
    background: #eee
}

.adv_25 .adv_25_wrap .bottom .left .img[data-v-35a7d9be] {
    width: 100%;
    height: 100%
}

.adv_25 .adv_25_wrap .bottom .right[data-v-35a7d9be] {
    flex: 1;
    height: 100%;
    position: relative;
    margin-left: 0
}

.adv_25 .adv_25_wrap .bottom .right[data-v-35a7d9be]:before {
    position: absolute;
    content: " ";
    z-index: 0;
    width: 100%;
    height: 1px;
    background: #f6f6f6;
    top: 303px
}

.adv_25 .adv_25_wrap .bottom .right .goods_item[data-v-35a7d9be] {
    width: 224px;
    height: 303px;
    padding: 16px 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .empty_goods_tip[data-v-35a7d9be] {
    text-align: center;
    display: block;
    margin-top: 130px
}

.adv_25 .adv_25_wrap .bottom .right .goods_item[data-v-35a7d9be]:before {
    position: absolute;
    content: " ";
    z-index: 0;
    width: 1px;
    height: 100%;
    background: #f6f6f6;
    right: 0
}

.adv_25 .adv_25_wrap .bottom .right .goods_item[data-v-35a7d9be]:nth-child(4n):before {
    background: #fff
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .goods_img_wrap[data-v-35a7d9be] {
    width: 100%;
    height: 144px;
    padding: 0 20px;
    margin-bottom: 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

.adv_25 .adv_25_wrap .bottom .right .goods_item[data-v-35a7d9be]:hover {
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    transform: translate3d(0, -2px, 0);
    position: relative;
    transition: all .2s linear
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .goods_img_wrap .goods_img[data-v-35a7d9be] {
    width: 144px;
    height: 144px;
    transition: transform .5s
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .goods_name[data-v-35a7d9be] {
    font-family: Poppins-Regular;
    font-weight: 500;
    font-size: 14px;
    color: #0c0c0c;
    width: 100%;
    height: 39px;
    line-height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
    word-break: break-all;
    white-space: normal
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .goods_sub_info[data-v-35a7d9be] {
    font-family: Poppins-Regular;
    font-weight: 500;
    font-size: 12px;
    color: #666;
    line-height: 120%;
    margin-top: 8px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .goods_price[data-v-35a7d9be] {
    font-family: Poppins-Regular;
    font-size: 12px;
    color: #ff4e00;
    margin-top: 12px;
    font-weight: 700;
    width: 100%;
    text-align: left
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .goods_price .money_number[data-v-35a7d9be] {
    font-size: 16px
}

.adv_25 .adv_25_wrap .bottom .right .goods_item .goods_price .money_unit[data-v-35a7d9be] {
    font-size: 12px;
    color: #444;
    margin-left: 4px;
    position: relative;
    top: -1px
}

.allow_show_edit .adv_26 .adv_26_wrap .item[data-v-35a7d9be],
.allow_show_edit .adv_26 .adv_26_wrap .item a[data-v-35a7d9be] {
    height: 350px
}

.adv_26 .adv_26_wrap[data-v-35a7d9be] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_26 .adv_26_wrap .item[data-v-35a7d9be] {
    float: left;
    width: 201.7px;
    overflow: hidden
}

.adv_26 .adv_26_wrap .item a[data-v-35a7d9be] {
    transition: opacity .5s ease;
    display: block;
    width: 201.7px;
    line-height: 0
}

.adv_26 .adv_26_wrap .item a[data-v-35a7d9be]:hover {
    opacity: .65
}

.adv_26 .adv_26_wrap .item a img[data-v-35a7d9be] {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.adv_26 .adv_26_wrap .item .show_tip[data-v-35a7d9be] {
    color: #777;
    text-align: center;
    position: relative;
    background: #eee !important;
    font-weight: 300
}

.adv_26 .adv_26_wrap .item .show_tip[data-v-35a7d9be]:hover {
    background: #dedede !important
}

.adv_26 .adv_26_wrap .item .show_tip span[data-v-35a7d9be] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 15px !important
}

.sld_no_border_bottom[data-v-35a7d9be] {
    border-bottom: 0 !important
}

.sld_com_no_img[data-v-35a7d9be] {
    color: #777;
    text-align: center;
    position: relative;
    background: #eee !important;
    font-weight: 300
}

.sld_com_no_img img[data-v-35a7d9be] {
    max-width: 100%;
    max-height: 100%
}

.sld_com_no_img span[data-v-35a7d9be] {
    display: block;
    width: 100%;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 13px !important
}

.com_1210_center[data-v-35a7d9be] {
    width: 1210px;
    margin: 0 auto
}

.com_1210_center .adv_19_wrap .item.left[data-v-35a7d9be] {
    margin: 10px 0
}

.adv_19_wrap img[data-v-35a7d9be] {
    max-width: 100%;
    max-height: 100%
}

.com_1210_center .adv_19_wrap .item.left[data-v-35a7d9be]:nth-child(2n) {
    margin: 10px 0 !important
}

.flex_row_center_center[data-v-35a7d9be] {
    display: flex;
    justify-content: center;
    align-items: center
}

.flex_row_center_between[data-v-35a7d9be] {
    display: flex;
    justify-content: center;
    align-items: space-between
}

.flex_row_center_around[data-v-35a7d9be] {
    display: flex;
    justify-content: center;
    align-items: space-around
}

.flex_row_center_start[data-v-35a7d9be] {
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.flex_row_center_end[data-v-35a7d9be] {
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.flex_row_between_center[data-v-35a7d9be] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.flex_row_between_between[data-v-35a7d9be] {
    display: flex;
    justify-content: space-between;
    align-items: space-between
}

.flex_row_between_around[data-v-35a7d9be] {
    display: flex;
    justify-content: space-between;
    align-items: space-around
}

.flex_row_between_start[data-v-35a7d9be] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.flex_row_between_end[data-v-35a7d9be] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.flex_row_around_center[data-v-35a7d9be] {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.flex_row_around_between[data-v-35a7d9be] {
    display: flex;
    justify-content: space-around;
    align-items: space-between
}

.flex_row_around_around[data-v-35a7d9be] {
    display: flex;
    justify-content: space-around;
    align-items: space-around
}

.flex_row_around_start[data-v-35a7d9be] {
    display: flex;
    justify-content: space-around;
    align-items: flex-start
}

.flex_row_around_end[data-v-35a7d9be] {
    display: flex;
    justify-content: space-around;
    align-items: flex-end
}

.flex_row_start_center[data-v-35a7d9be] {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.flex_row_start_between[data-v-35a7d9be] {
    display: flex;
    justify-content: flex-start;
    align-items: space-between
}

.flex_row_start_around[data-v-35a7d9be] {
    display: flex;
    justify-content: flex-start;
    align-items: space-around
}

.flex_row_start_start[data-v-35a7d9be] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.flex_row_start_end[data-v-35a7d9be] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.flex_row_end_center[data-v-35a7d9be] {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.flex_row_end_between[data-v-35a7d9be] {
    display: flex;
    justify-content: flex-end;
    align-items: space-between
}

.flex_row_end_around[data-v-35a7d9be] {
    display: flex;
    justify-content: flex-end;
    align-items: space-around
}

.flex_row_end_start[data-v-35a7d9be] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start
}

.flex_row_end_end[data-v-35a7d9be] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

.flex_column_center_center[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.flex_column_center_between[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: space-between
}

.flex_column_center_around[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: space-around
}

.flex_column_center_start[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.flex_column_center_end[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.flex_column_between_center[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.flex_column_between_between[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: space-between
}

.flex_column_between_around[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: space-around
}

.flex_column_between_start[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.flex_column_between_end[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end
}

.flex_column_around_center[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center
}

.flex_column_around_between[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: space-between
}

.flex_column_around_around[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: space-around
}

.flex_column_around_start[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start
}

.flex_column_around_end[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end
}

.flex_column_start_center[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.flex_column_start_between[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: space-between
}

.flex_column_start_around[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: space-around
}

.flex_column_start_start[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.flex_column_start_end[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.flex_column_end_center[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.flex_column_end_between[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: space-between
}

.flex_column_end_around[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: space-around
}

.flex_column_end_start[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.flex_column_end_end[data-v-35a7d9be] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end
}

.adv_22 .adv_22_wrap[data-v-35a7d9be] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_22 .adv_22_wrap .goods_empty[data-v-35a7d9be] {
    width: 1210px;
    height: 300px;
    background: #fff
}

.adv_22 .adv_22_wrap .top[data-v-35a7d9be] {
    width: 100%;
    margin-top: 26px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 19px
}

.adv_22 .adv_22_wrap .top .left[data-v-35a7d9be] {
    position: relative;
    border-left: 4px solid #3586f8;
    padding-top: 0;
    flex-shrink: 0;
    flex: 1
}

.adv_22 .adv_22_wrap .top .left .title[data-v-35a7d9be] {
    color: #000;
    font-size: 18px;
    margin-left: 8px;
    flex-shrink: 0;
    letter-spacing: 0;
    height: 24px;
    line-height: 24px;
    background: #f8f8f8
}

.adv_22 .adv_22_wrap .top .left .sub_title[data-v-35a7d9be] {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-left: 20px;
    flex-shrink: 0
}

.adv_22 .adv_22_wrap .top .left .sub_title .buy_num[data-v-35a7d9be] {
    color: #3585f7;
    flex-shrink: 0
}

.adv_22 .adv_22_wrap .top .right .view_more_text[data-v-35a7d9be] {
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.adv_22 .adv_22_wrap .top .right .view_more_img[data-v-35a7d9be] {
    width: 20px;
    height: 20px;
    margin-left: 17px
}

.adv_22 .adv_22_wrap .main_con[data-v-35a7d9be] {
    background: #fff;
    position: relative;
    flex-wrap: wrap
}

.adv_22 .adv_22_wrap .main_con .item[data-v-35a7d9be] {
    width: 403px;
    height: 150px;
    padding: 0 20px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box
}

.adv_22 .adv_22_wrap .main_con .item .left[data-v-35a7d9be] {
    width: auto;
    background: #fff;
    text-align: left;
    padding-top: 0
}

.adv_22 .adv_22_wrap .main_con .item .left .img_wrap[data-v-35a7d9be] {
    width: 100px;
    height: 100px;
    background: #fff;
    flex-shrink: 0
}

.adv_22 .adv_22_wrap .main_con .item .left .img_wrap img[data-v-35a7d9be] {
    max-width: 100%;
    max-height: 100%;
    transition: transform .5s
}

.adv_22 .adv_22_wrap .main_con .item .left .img_wrap img[data-v-35a7d9be]:hover {
    transform: translateX(4px)
}

.adv_22 .adv_22_wrap .main_con .item .right[data-v-35a7d9be] {
    margin-left: 15px;
    width: 140px;
    overflow: hidden;
    flex-shrink: 0
}

.adv_22 .adv_22_wrap .main_con .item .right .goods_name[data-v-35a7d9be] {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    text-align: left
}

.adv_22 .adv_22_wrap .main_con .item .right .sale_info[data-v-35a7d9be] {
    margin-top: 13px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.adv_22 .adv_22_wrap .main_con .item .right .sale_info .sale_num_label[data-v-35a7d9be] {
    color: #999;
    font-size: 14px;
    flex-shrink: 0
}

.adv_22 .adv_22_wrap .main_con .item .right .sale_info .sale_num[data-v-35a7d9be] {
    color: #3586f8;
    font-size: 14px
}

.adv_22 .adv_22_wrap .main_con .item .apply_btn[data-v-35a7d9be] {
    width: 90px;
    height: 30px;
    background: #fff;
    border: 1px solid #3586f8;
    border-radius: 6px;
    text-align: center;
    color: #3586f8;
    font-size: 14px;
    line-height: 30px;
    flex-shrink: 0
}

.adv_22 .adv_22_wrap .main_con .item .apply_btn[data-v-35a7d9be]:hover {
    background: #3585f7;
    color: #fff
}

.adv_23 .adv_23_wrap[data-v-35a7d9be] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_23 .adv_23_wrap .store_empty[data-v-35a7d9be] {
    width: 1210px;
    height: 280px;
    background: #fff
}

.adv_23 .adv_23_wrap .top[data-v-35a7d9be] {
    width: 100%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 19px
}

.adv_23 .adv_23_wrap .top .left[data-v-35a7d9be] {
    position: relative;
    padding-top: 0;
    flex-shrink: 0;
    flex: 1
}

.adv_23 .adv_23_wrap .top .left .title[data-v-35a7d9be] {
    color: #000;
    font-size: 18px;
    margin-left: 8px;
    flex-shrink: 0;
    letter-spacing: 0;
    height: 24px;
    line-height: 24px;
    background: #f8f8f8
}

.adv_23 .adv_23_wrap .top .left .sub_title[data-v-35a7d9be] {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-left: 20px;
    flex-shrink: 0
}

.adv_23 .adv_23_wrap .top .right[data-v-35a7d9be] {
    cursor: pointer
}

.adv_23 .adv_23_wrap .top .right .view_more_text[data-v-35a7d9be] {
    color: #333;
    font-size: 14px;
    font-weight: 400
}

.adv_23 .adv_23_wrap .top .right .view_more_img[data-v-35a7d9be] {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.adv_23 .adv_23_wrap .main_con[data-v-35a7d9be] {
    background: #fff;
    border-top: 1px solid #69b7f9;
    width: 1210px
}

.adv_23 .adv_23_wrap .main_con .empty[data-v-35a7d9be] {
    width: 100%;
    height: 100%
}

.adv_23 .adv_23_wrap .main_con .left[data-v-35a7d9be] {
    width: 522px;
    height: 295px;
    border-right: 1px solid #ebebeb;
    margin-top: 9px;
    margin-bottom: 31px;
    padding-top: 0;
    background: #fff
}

.adv_23 .adv_23_wrap .main_con .center[data-v-35a7d9be] {
    width: 340px;
    height: 295px;
    border-right: 1px solid #ebebeb;
    margin-top: 9px;
    margin-bottom: 31px;
    background: #fff
}

.adv_23 .adv_23_wrap .main_con .right[data-v-35a7d9be] {
    width: 344px;
    height: 295px;
    margin-top: 9px;
    margin-bottom: 31px;
    margin-left: 0;
    background: #fff
}

.adv_23 .adv_23_wrap .main_con .left .top[data-v-35a7d9be] {
    width: 522px;
    cursor: pointer
}

.adv_23 .adv_23_wrap .main_con .top[data-v-35a7d9be] {
    height: 80px;
    position: relative;
    padding: 0;
    margin-top: 0
}

.adv_23 .adv_23_wrap .main_con .center .top[data-v-35a7d9be] {
    width: 340px;
    cursor: pointer
}

.adv_23 .adv_23_wrap .main_con .right .top[data-v-35a7d9be] {
    width: 344px;
    cursor: pointer
}

.adv_23 .adv_23_wrap .main_con .left .top img[data-v-35a7d9be] {
    width: 500px;
    height: 100%
}

.adv_23 .adv_23_wrap .main_con .top img[data-v-35a7d9be] {
    width: 312px;
    height: 100%
}

.adv_23 .adv_23_wrap .main_con ul.info_list[data-v-35a7d9be] {
    padding-left: 20px;
    padding-right: 15px;
    margin-top: 5px;
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box
}

.adv_23 .adv_23_wrap .main_con ul.info_list li[data-v-35a7d9be] {
    list-style-position: inside;
    list-style-type: circle;
    margin-top: 17px
}

.adv_23 .adv_23_wrap .main_con ul.info_list li .circle[data-v-35a7d9be] {
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%;
    margin-left: 0
}

.adv_23 .adv_23_wrap .main_con .left ul.info_list li .title[data-v-35a7d9be] {
    width: 300px
}

.adv_23 .adv_23_wrap .main_con ul.info_list li:hover .circle[data-v-35a7d9be] {
    background: #3586f8
}

.adv_23 .adv_23_wrap .main_con ul.info_list li .title[data-v-35a7d9be] {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 15px;
    letter-spacing: 0;
    height: 18px;
    background: #fff;
    text-align: left
}

.adv_23 .adv_23_wrap .main_con .center ul.info_list li .title[data-v-35a7d9be] {
    width: 150px
}

.adv_23 .adv_23_wrap .main_con .right ul.info_list li .title[data-v-35a7d9be] {
    width: 154px
}

.adv_23 .adv_23_wrap .main_con ul.info_list li .create_time[data-v-35a7d9be],
.adv_23 .adv_23_wrap .main_con ul.info_list li .title[data-v-35a7d9be] {
    color: #000;
    font-size: 13px;
    white-space: nowrap
}

.adv_23 .adv_23_wrap .main_con ul.info_list li:hover .create_time[data-v-35a7d9be],
.adv_23 .adv_23_wrap .main_con ul.info_list li:hover .title[data-v-35a7d9be] {
    color: #3586f8
}

.adv_24 .adv_24_wrap[data-v-35a7d9be] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.adv_24 .adv_24_wrap .goods_empty[data-v-35a7d9be] {
    width: 1210px;
    height: 300px;
    background: #fff
}

.adv_24 .adv_24_wrap .top[data-v-35a7d9be] {
    width: 100%;
    margin-top: 26px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 19px
}

.adv_24 .adv_24_wrap .top .left[data-v-35a7d9be] {
    position: relative;
    flex-shrink: 0;
    flex: 1;
    padding: 0
}

.adv_24 .adv_24_wrap .top .left .title[data-v-35a7d9be] {
    color: #000;
    font-size: 18px;
    margin-left: 8px;
    letter-spacing: 0;
    height: 24px;
    line-height: 24px;
    background: #f8f8f8
}

.adv_24 .adv_24_wrap .top .left .sub_title[data-v-35a7d9be] {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-left: 35px
}

.adv_24 .adv_24_wrap .top .left .sub_title .buy_num[data-v-35a7d9be] {
    color: #3585f7
}

.adv_24 .adv_24_wrap .top .right[data-v-35a7d9be] {
    cursor: pointer
}

.adv_24 .adv_24_wrap .top .right .view_more_text[data-v-35a7d9be] {
    color: #333;
    font-size: 14px;
    font-weight: 400
}

.adv_24 .adv_24_wrap .top .right .view_more_img[data-v-35a7d9be] {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.adv_24 .adv_24_wrap .bottom[data-v-35a7d9be] {
    width: 100%;
    height: 500px;
    position: relative;
    background: #fff
}

.adv_24 .adv_24_wrap .bottom .empty[data-v-35a7d9be] {
    width: 100%;
    height: 100%
}

.adv_24 .adv_24_wrap .bottom .border_top[data-v-35a7d9be] {
    position: absolute;
    z-index: 6;
    width: 100%;
    height: 1px;
    background: #f5c443
}

.adv_24 .adv_24_wrap .bottom .left[data-v-35a7d9be] {
    width: 362px;
    height: 100%;
    position: relative;
    padding: 0
}

.adv_24 .adv_24_wrap .bottom .left img[data-v-35a7d9be] {
    width: 100%;
    height: 100%
}

.adv_24 .adv_24_wrap .bottom .left[data-v-35a7d9be]:before {
    content: " ";
    z-index: 0;
    position: absolute;
    width: 80px;
    height: 560px;
    top: 0;
    left: -200px;
    overflow: hidden;
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0));
    background: -o-linear-gradient(to left, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg)
}

.adv_24 .adv_24_wrap .bottom .left[data-v-35a7d9be]:hover:before {
    transition: left .5s;
    left: 450px
}

.adv_24 .adv_24_wrap .bottom .left .left_cat_img[data-v-35a7d9be] {
    cursor: pointer
}

.adv_24 .adv_24_wrap .bottom .left .cat_part[data-v-35a7d9be] {
    width: 88px;
    height: 100%;
    background: hsla(0, 0%, 100%, .1);
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0
}

.adv_24 .adv_24_wrap .bottom .left .sld_mask[data-v-35a7d9be] {
    right: 88px
}

.adv_24 .adv_24_wrap .bottom .left .cat_part .sld_mask[data-v-35a7d9be] {
    right: 0
}

.adv_24 .adv_24_wrap .bottom .left .cat_part li[data-v-35a7d9be] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    position: relative;
    cursor: pointer
}

.adv_24 .adv_24_wrap .bottom .left .cat_part .del_cat_btn[data-v-35a7d9be] {
    position: absolute;
    top: 2px;
    right: 3px;
    z-index: 6;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    opacity: 0
}

.adv_24 .adv_24_wrap .bottom .left .cat_part li:hover .del_cat_btn[data-v-35a7d9be] {
    opacity: 1
}

.adv_24 .adv_24_wrap .bottom .left .cat_part li.add_btn[data-v-35a7d9be] {
    font-size: 12px;
    font-weight: 700
}

.adv_24 .adv_24_wrap .bottom .left .cat_part .sld_mask span[data-v-35a7d9be] {
    right: 0;
    top: 0;
    border-radius: 2px;
    padding: 3px 5px;
    background: transparent;
    box-shadow: none;
    font-size: 15px;
    color: #fff
}

.adv_24 .adv_24_wrap .bottom .left .cat_part li.sele[data-v-35a7d9be] {
    background: #fff;
    color: #3586f8;
    border-left: 3px solid #3586f8
}

.adv_24 .adv_24_wrap .bottom .right[data-v-35a7d9be] {
    width: 847px;
    height: 100%;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
    margin-left: 0
}

.adv_24 .adv_24_wrap .bottom .right .empty[data-v-35a7d9be] {
    width: 100%;
    height: 100%
}

.adv_24 .adv_24_wrap .bottom .right .sld_mask span[data-v-35a7d9be] {
    left: 5px;
    right: auto
}

.adv_24 .adv_24_wrap .bottom .right .item[data-v-35a7d9be] {
    width: 211px;
    height: 250px;
    border-bottom: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    cursor: pointer
}

.adv_24 .adv_24_wrap .bottom .right .item .goods_name[data-v-35a7d9be] {
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    width: 124px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 25px;
    margin-top: 30px
}

.adv_24 .adv_24_wrap .bottom .right .item .goods_brief[data-v-35a7d9be] {
    color: #999;
    font-size: 13px;
    white-space: nowrap;
    width: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 25px;
    margin-top: 12px
}

.adv_24 .adv_24_wrap .bottom .right .item .img_wrap[data-v-35a7d9be] {
    width: 162px;
    height: 150px;
    margin-left: 30px
}

.adv_24 .adv_24_wrap .bottom .right .item .img_wrap img[data-v-35a7d9be] {
    max-width: 100px;
    max-height: 100px;
    transition: transform .5s
}

.adv_24 .adv_24_wrap .bottom .right .item .img_wrap img[data-v-35a7d9be]:hover {
    transform: translateX(10px)
}

.adv_25 .adv_25_wrap[data-v-35a7d9be] {
    width: 100%;
    position: relative;
    clear: both
}

.adv_25 .adv_25_wrap .store_empty[data-v-35a7d9be] {
    width: 1200px;
    height: 280px;
    background: #fff
}

.adv_25 .adv_25_wrap .top[data-v-35a7d9be] {
    width: 100%;
    margin-top: 0;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px
}

.adv_25 .adv_25_wrap .top .left[data-v-35a7d9be] {
    position: relative;
    flex-shrink: 0;
    padding-top: 0;
    flex: 1
}

.adv_25 .adv_25_wrap .top .left .sub_title[data-v-35a7d9be] {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #444;
    line-height: 24px;
    margin-left: 20px;
    flex-shrink: 0
}

.adv_25 .adv_25_wrap .top .right .view_more_text[data-v-35a7d9be] {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #444;
    line-height: 14px;
    cursor: pointer
}

.adv_25 .adv_25_wrap .main_con[data-v-35a7d9be] {
    background: #fff;
    position: relative;
    flex-wrap: wrap
}

.adv_25 .adv_25_wrap .main_con .item[data-v-35a7d9be] {
    width: 241px;
    height: 140px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 30px 10px;
    box-sizing: border-box;
    position: relative
}

.adv_25 .adv_25_wrap .main_con .item .img_wrap[data-v-35a7d9be] {
    width: 100%;
    height: 100%
}

.adv_25 .adv_25_wrap .main_con .item .img_wrap[data-v-35a7d9be]:hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: #e6f2fc
}

.adv_25 .adv_25_wrap .main_con .item img[data-v-35a7d9be] {
    max-width: 100px;
    max-height: 100px;
    transition: transform .5s
}

.adv_25 .adv_25_wrap .main_con .item img[data-v-35a7d9be]:hover {
    transform: translateX(4px)
}

.com_1200_center[data-v-35a7d9be] {
    width: 1200px;
    margin: 0 auto
}

.adv_27 .adv_27_wrap[data-v-35a7d9be] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden;
    border-radius: 4px
}

.adv_27 .adv_27_wrap .top[data-v-35a7d9be] {
    width: 100%;
    position: relative;
    padding: 24px 20px 10px 20px
}

.adv_27 .adv_27_wrap .top .left[data-v-35a7d9be] {
    position: relative;
    flex-shrink: 0;
    flex: 1;
    padding: 0
}

.adv_27 .adv_27_wrap .top .left .title[data-v-35a7d9be] {
    height: 28px;
    font-size: 28px;
    font-family: Poppins-Bold, Poppins-Regular;
    font-weight: 700;
    color: #0c0c0c;
    line-height: 28px
}

.adv_27 .adv_27_wrap .top .left .sub_title[data-v-35a7d9be] {
    height: 14px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #7b7b7b;
    line-height: 14px;
    margin-left: 20px
}

.adv_27 .adv_27_wrap .top .right[data-v-35a7d9be] {
    padding-top: 10px;
    cursor: pointer
}

.adv_27 .adv_27_wrap .top .right .view_more_text[data-v-35a7d9be] {
    font-size: 12px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #7b7b7b
}

.adv_27 .adv_27_wrap .top .right .view_more_img[data-v-35a7d9be] {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.adv_27 .adv_27_wrap .bottom[data-v-35a7d9be] {
    padding: 10px 0 20px
}

.adv_27 .adv_27_wrap .bottom .item[data-v-35a7d9be] {
    width: 216px;
    height: 88px;
    margin-left: 20px;
    padding: 16px 28px;
    background: #f3f6f7;
    border-radius: 8px 8px 8px 8px
}

.adv_27 .adv_27_wrap .bottom .item[data-v-35a7d9be]:hover {
    opacity: .8
}

.adv_27 .adv_27_wrap .bottom .item img[data-v-35a7d9be] {
    width: 100%;
    height: 100%
}

.adv_28 .adv_28_wrap[data-v-35a7d9be] {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden;
    border-radius: 4px;
    height: 438px
}

.adv_28 .adv_28_wrap .box_l[data-v-35a7d9be] {
    width: 732px;
    position: relative;
    background: #fff;
    border-radius: 4px;
    height: 100%
}

.adv_28 .adv_28_wrap .box_l .top[data-v-35a7d9be] {
    width: 732px;
    position: relative;
    padding: 24px 20px 20px 20px
}

.adv_28 .adv_28_wrap .box_l .top .left[data-v-35a7d9be] {
    position: relative;
    flex-shrink: 0;
    flex: 1;
    padding: 0
}

.adv_28 .adv_28_wrap .box_l .top .left .title[data-v-35a7d9be] {
    height: 28px;
    font-size: 28px;
    font-family: Poppins-Bold, Poppins-Regular;
    font-weight: 700;
    color: #0c0c0c;
    line-height: 28px
}

.adv_28 .adv_28_wrap .box_l .top .left .sub_title[data-v-35a7d9be] {
    height: 14px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #7b7b7b;
    line-height: 14px;
    margin-left: 20px
}

.adv_28 .adv_28_wrap .box_l .top .right[data-v-35a7d9be] {
    padding-top: 10px;
    cursor: pointer
}

.adv_28 .adv_28_wrap .box_l .top .right .view_more_text[data-v-35a7d9be] {
    font-size: 12px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #7b7b7b
}

.adv_28 .adv_28_wrap .box_l .top .right .view_more_img[data-v-35a7d9be] {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.adv_28 .adv_28_wrap .box_l .bottom[data-v-35a7d9be] {
    width: 732px;
    padding: 0 10px;
    flex-wrap: wrap
}

.adv_28 .adv_28_wrap .box_l .bottom .item[data-v-35a7d9be] {
    width: 224px;
    height: 168px;
    margin-left: 10px;
    margin-bottom: 10px;
    position: relative
}

.adv_28 .adv_28_wrap .box_l .bottom .item a[data-v-35a7d9be] {
    width: 224px;
    height: 168px;
    display: block;
    overflow: hidden
}

.adv_28 .adv_28_wrap .box_l .bottom .item a img[data-v-35a7d9be] {
    max-width: 100%;
    max-height: 100%;
    transition: all .66s ease;
    -moz-transition: all .66s ease;
    -webkit-transition: all .66s ease;
    -o-transition: all .66s ease
}

.adv_28 .adv_28_wrap .box_l .bottom .item img[data-v-35a7d9be]:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.adv_28 .adv_28_wrap .box_r[data-v-35a7d9be] {
    width: 448px;
    position: relative;
    background: #fff;
    border-radius: 4px;
    height: 100%;
    margin-left: 20px
}

.adv_28 .adv_28_wrap .box_r .top[data-v-35a7d9be] {
    width: 448px;
    position: relative;
    padding: 24px 20px 20px 20px
}

.adv_28 .adv_28_wrap .box_r .top .left[data-v-35a7d9be] {
    position: relative;
    flex-shrink: 0;
    flex: 1;
    padding: 0
}

.adv_28 .adv_28_wrap .box_r .top .left .title[data-v-35a7d9be] {
    height: 28px;
    font-size: 28px;
    font-family: Poppins-Bold, Poppins-Regular;
    font-weight: 700;
    color: #0c0c0c;
    line-height: 28px
}

.adv_28 .adv_28_wrap .box_r .top .left .sub_title[data-v-35a7d9be] {
    height: 14px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #7b7b7b;
    line-height: 14px;
    margin-left: 20px
}

.adv_28 .adv_28_wrap .box_r .top .right[data-v-35a7d9be] {
    padding-top: 10px;
    cursor: pointer
}

.adv_28 .adv_28_wrap .box_r .top .right .view_more_text[data-v-35a7d9be] {
    font-size: 12px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #7b7b7b
}

.adv_28 .adv_28_wrap .box_r .top .right .view_more_img[data-v-35a7d9be] {
    width: 16px;
    height: 16px;
    margin-left: 8px
}

.adv_28 .adv_28_wrap .box_r .bottom .item[data-v-35a7d9be] {
    margin-bottom: 16px
}

.adv_28 .adv_28_wrap .box_r .bottom .item .rank_number[data-v-35a7d9be] {
    width: 72px;
    height: 72px;
    padding: 18px
}

.adv_28 .adv_28_wrap .box_r .bottom .item .rank_number img[data-v-35a7d9be] {
    width: 34px;
    height: 42px
}

.adv_28 .adv_28_wrap .box_r .bottom .item .item_img[data-v-35a7d9be] {
    width: 72px;
    height: 72px;
    border: 1px solid #e5e5e5
}

.adv_28 .adv_28_wrap .box_r .bottom .item .item_img img[data-v-35a7d9be] {
    width: 100%;
    height: 100%
}

.adv_28 .adv_28_wrap .box_r .bottom .item .item_text[data-v-35a7d9be] {
    padding-left: 12px
}

.adv_28 .adv_28_wrap .box_r .bottom .item .item_text .item_title[data-v-35a7d9be] {
    width: 272px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #0c0c0c;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
    word-break: break-all;
    white-space: normal;
    margin: 6px 0;
    cursor: pointer
}

.adv_28 .adv_28_wrap .box_r .bottom .item .item_text .price[data-v-35a7d9be] {
    font-size: 18px;
    font-family: Arial-Bold, Arial;
    font-weight: 700;
    color: #ff4e00;
    margin-top: 10px;
    cursor: pointer
}

.adv_28 .adv_28_wrap .box_r .bottom .item .item_text .price .price_flag[data-v-35a7d9be] {
    font-style: normal;
    font-size: 12px
}

.adv_28 .adv_28_wrap .box_r .bottom .item .item_text .price .price_unit[data-v-35a7d9be] {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #444;
    font-style: normal;
    position: relative;
    top: -1px
}

.adv_29 .adv_29_wrap .box_l[data-v-35a7d9be] {
    position: relative;
    width: 196px;
    height: 576px;
    overflow: hidden
}

.adv_29 .adv_29_wrap .box_l img[data-v-35a7d9be] {
    width: 100%;
    height: 100%
}

.adv_29 .adv_29_wrap .box_l .content[data-v-35a7d9be] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 32px 0 0 20px
}

.adv_29 .adv_29_wrap .box_l .content .title[data-v-35a7d9be] {
    height: 28px;
    font-size: 28px;
    font-family: Poppins-Bold, Poppins-Regular;
    font-weight: 700;
    color: #fff;
    line-height: 28px
}

.adv_29 .adv_29_wrap .box_l .content .sub_title[data-v-35a7d9be] {
    height: 14px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #fff;
    line-height: 14px;
    margin-top: 8px
}

.adv_29 .adv_29_wrap .box_l .content .cate_box[data-v-35a7d9be] {
    margin-top: 24px;
    flex-wrap: wrap
}

.adv_29 .adv_29_wrap .box_l .content .cate_box .cate_item[data-v-35a7d9be] {
    border: 1px solid #fff;
    border-radius: 4px 4px 4px 4px;
    margin-right: 12px;
    margin-bottom: 12px
}

.adv_29 .adv_29_wrap .box_l .content .cate_box .cate_item a[data-v-35a7d9be] {
    display: block;
    padding: 8px 7px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #fff
}

.adv_29 .adv_29_wrap .box_c[data-v-35a7d9be] {
    width: 680px;
    height: 576px;
    background: #fff;
    flex-wrap: wrap
}

.adv_29 .adv_29_wrap .box_c .item[data-v-35a7d9be] {
    width: 170px;
    height: 288px
}

.adv_29 .adv_29_wrap .box_c .item .item_pic[data-v-35a7d9be] {
    width: 170px;
    height: 170px;
    padding: 16px
}

.adv_29 .adv_29_wrap .box_c .item .item_pic img[data-v-35a7d9be] {
    width: 100%;
    height: 100%
}

.adv_29 .adv_29_wrap .box_c .item .item_pic[data-v-35a7d9be]:hover {
    opacity: .8
}

.adv_29 .adv_29_wrap .box_c .item[data-v-35a7d9be]:first-child,
.adv_29 .adv_29_wrap .box_c .item[data-v-35a7d9be]:nth-child(2),
.adv_29 .adv_29_wrap .box_c .item[data-v-35a7d9be]:nth-child(3) {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef
}

.adv_29 .adv_29_wrap .box_c .item[data-v-35a7d9be]:nth-child(4) {
    border-bottom: 1px solid #efefef
}

.adv_29 .adv_29_wrap .box_c .item[data-v-35a7d9be]:nth-child(5),
.adv_29 .adv_29_wrap .box_c .item[data-v-35a7d9be]:nth-child(6),
.adv_29 .adv_29_wrap .box_c .item[data-v-35a7d9be]:nth-child(7) {
    border-right: 1px solid #efefef
}

.adv_29 .adv_29_wrap .box_c .item .item_title[data-v-35a7d9be] {
    margin-left: 16px;
    width: 138px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 18px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
    word-break: break-all;
    white-space: normal;
    cursor: pointer;
    height: 39px
}

.adv_29 .adv_29_wrap .box_c .item .item_price[data-v-35a7d9be] {
    margin-left: 16px;
    font-size: 12px;
    font-family: Arial-Bold, Arial;
    font-weight: 700;
    color: #ff4e00
}

.adv_29 .adv_29_wrap .box_c .item .item_price .money_number[data-v-35a7d9be] {
    font-size: 18px;
    cursor: pointer
}

.adv_29 .adv_29_wrap .box_c .item .item_price .money_unit[data-v-35a7d9be] {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #444;
    margin-left: 4px;
    position: relative;
    top: -1px
}

.adv_29 .adv_29_wrap .box_c .item .item_tags[data-v-35a7d9be] {
    padding: 0 16px;
    margin-top: 4px
}

.adv_29 .adv_29_wrap .box_c .item .item_tags .tag[data-v-35a7d9be] {
    display: block;
    height: 20px;
    width: 44px;
    text-align: center;
    line-height: 20px;
    background: #ff3502;
    border-radius: 2px 2px 2px 2px;
    font-size: 12px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #fff
}

.adv_29 .adv_29_wrap .box_c .item .item_tags .tag.qydl[data-v-35a7d9be] {
    width: 104px;
    background: #fef0f0;
    color: #ff3502;
    cursor: pointer
}

.adv_29 .adv_29_wrap .box_r[data-v-35a7d9be] {
    margin-left: 11px;
    width: 310px;
    height: 576px;
    border-radius: 4px 4px 0 0;
    position: relative
}

.adv_29 .adv_29_wrap .box_r .right_bg[data-v-35a7d9be] {
    width: 100%;
    height: 100%
}

.adv_29 .adv_29_wrap .box_r .top[data-v-35a7d9be] {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 20px 4px 20px
}

.adv_29 .adv_29_wrap .box_r .top .rank_icon[data-v-35a7d9be] {
    width: 20px;
    height: 20px
}

.adv_29 .adv_29_wrap .box_r .top .rank_icon img[data-v-35a7d9be] {
    width: 100%;
    height: 100%
}

.adv_29 .adv_29_wrap .box_r .top .title[data-v-35a7d9be] {
    margin-left: 10px;
    height: 20px;
    font-size: 20px;
    font-family: Poppins-Bold, Poppins-Regular;
    font-weight: 700;
    color: #0c0c0c;
    line-height: 20px
}

.adv_29 .adv_29_wrap .box_r .bottom[data-v-35a7d9be] {
    position: absolute;
    top: 40px;
    left: 0
}

.adv_29 .adv_29_wrap .box_r .bottom .item[data-v-35a7d9be] {
    padding: 16px 20px;
    border-bottom: 1px solid #efefef
}

.adv_29 .adv_29_wrap .box_r .bottom .item[data-v-35a7d9be]:last-child {
    border: none
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left[data-v-35a7d9be] {
    position: relative;
    width: 72px;
    height: 72px;
    border: 1px solid #e5e5e5;
    padding: 2px;
    cursor: pointer
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left img[data-v-35a7d9be] {
    width: 100%;
    height: 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number[data-v-35a7d9be] {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 21px;
    height: 26px
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_1[data-v-35a7d9be] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAABG5JREFUSEudVWtsFFUU/r55bLftArW1WARtpT4RTUQQVKIVi2gbbWnBGsUUDPIm/WGiIdIfxhJ8hBiiQpUYwPiHEBBM1DTEWKOJElJMLCQ2NE0Noo0ltJDtdjszO8fceXVakB+e7Oy9d+bc7557znfOISaJNGwut3R+pBELBSgFIFR/AAlIOAIccEW6EjnZwqMf/xGHUfoTxFq56QTAaogIQaifQhQEqGpUa4IUiFC+Sxzes/T6oI0brxBIKSUFpESBSwSr1qIsDo/JJo7szf9PUKmqMuziOc0akIbksqFiToS6sguAmqtRrXNEkqIlLwyNHrqt80Ckf9X1J7vj/6w9UGVhbuqdy3KQRRQpE6JIB3Uh6boCTd2eJFyBC0ALTnKJLImsCP7UiJ/M4/s6PKdI1eqkPcX4FkBVPNIxl/pu9WUCEwK/ew4PqPHDcPrys7Rr174pkLZwg68oQXB8MEWlIGI+p8ITxqfhGwX+Fq2aNT8DWOgTJiQPwIQJPPko6Tjidp4EbMfDZsIUbWUt3MNfQyw7drhHOsWMHzn2zOq/NcFNEYUCaGP7FkhJEZnMg/t7H9zd+4WpAugta8DF8+ms2CzIZDzLQ24F3B2ktazZImD45/iZA9MU81g7ndffAW6YBn1rM5ymraJ/0Epks9AeuBd24yZgJBP5OTSKgiytpS+7XmQ9V/ocZFmpGJ/vorOxVZAqoPH+Nth168BknrC4CPret+k0bBCkMypCKlARprffrl7lhpnjJziB4mkwDn1Ie8N2sLBQjF3baNe+Ali2oLKcZnsbnPr1Ir6lYQw9bA/CWvJSMA9vr9JFp3F0D3LvfQqttFjY8DSd5tf83ZXlMD/ZAadunW9prNCE6LSfeFFZGrhznC368qfAtU2ErsN9tx3u9794F2LlrTD27aTz3Ksiac/S2F4/bLQef8GdWNpi5SNVCMnliNFsSPpJIFHN8d8HdYf2Y00q80JPhzUz2hyaETkvNrnGN28/rcXPZ0DkR/VzagpQj7qJev76BygpAqYUAgMXgewYcPN0QNMgIxli6EpE8cCSLMceWXGexMwoiskkkCoAK26Be66PvLFEUQ0yeInaPZUiv54F5s0levoEs8qIgUGRi0OKV6KSW0Qu0Hq48YQA1VrQKjxWJExod82G290Dbd59cE93+2fOmE5qFHWg9PaDM2fA7T9PXhoOEstL5A5aixqbATkwoSqZJnj3bKC7B5x/P6Sr27ejYhaQGQXuqKCc6wdHRj2uxnyrOswqL4PGHqr/kkCd15OUJExQWXqmhywuElaWQ0ZGgIJ8yqnfRHtwLtyuM6pLgeK3lqCcHTdPHlseVX5rQX0LgZ2AJGOE9n2v6qVpQBzHW4elMKZ3mWCbUTi8m52dqpyNS3pBTVlCjDcIrIdAgUcSq6FRTEnaQhy0YLemTn0zEH24Fv/Sc2rKEkndAxcgf7zdR9rK5C9ccEfy9Fe9kzGu2/gUeF6e1gJIowhuJ9DrkkfEsj9Lnu24CiwE/xcOjf7pEZ/fBwAAAABJRU5ErkJggg==) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_2[data-v-35a7d9be] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAABG5JREFUSEulVV1sFFUU/s69u7OzbKHbkqUbMdIKJoJExEQxPhiq+JMYQ4yvJsQnHmrCIw/GRBOMzyb6plETYsIDIWoMNogbRERFhJaAEKmlQmm3UHZb2DIzO3OPOXdm9qdEX5xkM/fu3PPd8/N95xCWPReu310XBd6HCmobg0tExHKEmUnW8kb83ywzTmvHeXPTffmpThhaDjr+V+0IiHYITvxNjiTLjnX7Ehzd8mDx+f8EPTtRW2RCTwtO8CgBZosq28R7EIO9x9f35/8VtFKpZHrXbd3FBneUZk8OhgISRaS1tkBRFFlg2ZuIXAV267p+YHhoyJ5PnVmegf+9t7eKh87aLS8qY54CuMygoibSkjdjwyUmKRAA2avkTcweFHlgXGOmH5/euHrUelqpTLrZcs9hArZDUpRUWkmlW2USzBjchiFMUJJOwFhWQCgh62NN5lfo+IW5t5ixr2UQG8XVSLzr+taRnPR7Ry7F8F2qnKueVETbUopYTAmRCAPFnLjGc3UPkWHKaMJArysX8vyiDz+UZMQcbhVI0XE6Ol6dEfvlVNy8rhdORpFWhMWlJi5N3+YnH+qnIDSWYdmMwq9/3rIpYLSFQaAbdGRsNgCQaUXFTFop3r65RKcnagKMh+9fhZ8u3uQHSgVcm1+Cm9WQC74/V5VMdeTehunR6JkZE9eAmI2xYeRzGX5mU4lOXprnjCZ6YkM/vhuvwhhmpQiPDRYpYsbYZN1mPwk9WTPo8O/XBTSuc1KgXFbh2c1r6MQfN5DNaBv26NkZEIi3DvVRPqdt6H4YJcKN1S5Cs2z4+tQ0x4WOvU10Ti9sKWPsSh35nObBUoEq5+ewdagPfYUsfpuocWgYXhCJ9+1Gk/hGX52aNq3Ow2yJqAg8uKYHG9euFAOcmaxhoRHguUfLXWr79swM+6FpgaY9gQ79cs3yopNSqWVWKxg2FJkWN7paYCd/O+3p4M9Xk5y2gW1PSvtnh2+tJph2wrSBJXpJqUUHTvy9BHA+vVUoJL9UBA0vhOtoOFphKQgRRoyCm7EFCkJDfjNqyzcWjkdfHJ+6qghr08tFNVmt0bsii1t3PCrkspaHS35Iq1c6PLfgo7TKpXoj4IKr6W5guOE3SZiRpHGa9v9w5QjAO9JRIW+RaH+Pg5u3fQwUXVTrcass5LQtSu8KB7VGgJVuBvVGQL5QIXkYGKX9xyZ3RYzP4k4TE0qkaUEXfQz05S2ocK5YcNAMDYorsiSgTcMs+4T/AAsT1OuWtZ9WJg4RaGc8NmLQ1T0Oqgse5R3NcoFoPqOIZhc8LhfzmKndbSkpHV0M/vKN4fWvtgbfx5XJPcT8PgC3TQ8rbNsvRZ7GdFNPztm+y7wARfuuYuqDd4aHw65p+tE358uO6+5lYDcBbtLXksHXTlqL1wpNMD4PfP/tkZcfme3oq10isRsB146zF6DdYM7bOW/nfdweZB4SaH9k8N7ISxsuL0e4Z+53HhBwZJw9RHgNjA0ALjNwEB59MrLzXrDU9h8jJWEkRpiX2AAAAABJRU5ErkJggg==) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_3[data-v-35a7d9be] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAABLJJREFUSEuVVVtoXFUUXfvcedzJ5DFJk+ZJHtDGWitCDbZSbKxUhUIRLYofSgNaXwQiPijaVlOMFPwQIvmTaoWCtERri6XWNMZQJVpokSbBpCZtzaN5NElNzExuZnLPlnPOzGQyVsVhYO69c846e6+19rqEtM+NSy0VvMQtgngTMxUQEaslzEzq2vyCAR4H00X2UH3JxvrfU2EoHXT0p+Y2ImxXOCCoL1jBJq7jG5ihwVmivXRzw8P/AfrhHECZ6Yfpe2bSp2C5egBO2f2vBf4RtKOj0VPtz94N4nmQdAALgAtXEllCaBpcKTWsvme2GWzHnPljVdsanQTw39q/bYX/86EGVRWutexHJcnNzFQEcEgIYbFUzUpAicVkWmcJQEA9l4AjQA6IR8D8Q/nWfWc1Odc6Gm3L8p1h8IOKKyNMXOlkhUxKLJHqBKGckODZ7JNAZ9iN7qTrne/tA6PJWIeN5Elp9VoYCxmm4kbQV2qZOTf5VPVzUFXaRaBNapfZbNaQ8CBYdA+BXQ5P9EDKGAnLRrBwA/SzyV5IN6YO1J0ZXO2783S1/Z0xIhSmaqH+L9zwNIQvk4Tlw+LcCKb7T3FxzcvkLs7CY4cQ/XOUp/pOmioSntW8800abN8fJcCj+DGngoTl5Yra/TR28TAsfxby79iJoR8/4GD+ekSm+xGqeAD+UCWNXfrEULPMiTrCoYG2t6RSVk+HIRTejDwu3/IGjfzcwsKyqaTmeVz77iBYRjlUWYu8NY/QxOXPOTzZrYvUdMUnWGsw8O1e5ZEVfFv+bFRufZuGuz6C5Q1wSc0eGjx3AOAYMwRlrr4LBeufwND5Qyzd6AoXa42vnHlTMaGrTAoFQVUPvYvJnuPw2iHOLt9Cw13NKK3Zg4neVnj8OSjZWIfrnU28tBhO6TKeEb9987rUJk+2bywUqtiCVWt3EAmB8cvHMD/+C6+q3kG5VbV6AGYG23lm8FyK+5aLov7Tr+r2jaWMV7UnVaPeAFhKYjfKOkOYILxBUjTIpaguREeYXm500af0fd0gDVA87Ja9qjfpCUuytvIuPRK0c9SeX0/VRwCo6NLaW94MWF6VfHoGEYtMQQlneYOILUxDCePLKNDduLEIudH5RDnxwsih3q9eGSZCaeJU4fEpxeHLKoFza4i8Gbm6pdjCLQrkVnJ4+goy8qppcW6IPRkF5DozHIvMJruSjFHqPfFSG4O3x01MynBqRAOhckRmBhHMX4fwVJ8eck8gX/PuzyqGMzcMX7AQztwNktE5Ey46CcRZ6vnyhd0AH1G9JsKVLC/sUAUWpgcQXH0nwjf7NBW+rGLImAN/Thk5f4yAXYfl0kKSWik1p89onO7W504Q4bHEv2R5YIcqEZkaIK+dzf6cMg1Glo8iU30cLFiH+cm+lARL6CxO3r3r48eTyd/dWtfAjEME2IkY0IbVHmYWwgNmFyyZSJgoXE5IniWIpqneq83bGr9fWvE6uXC8rshm3svELyrwlfm50kAGkNTcfrZIdOC+p46MJztN95q6v/Dpk0X+gK3BwQiYUUgEst6xBNBRN8bv3/vs0YF0jH998Slwn9/XAOJdANYAGADTF65Lh28HlgD/Cz/CUKxRA/kDAAAAAElFTkSuQmCC) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_4[data-v-35a7d9be] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAAA/RJREFUSEuVVU1IK1cUPmdmomP8lxQTqhZFTAQFcfO6bLClCylSui28ZTeFt+yidFHoo+sHb1to4W26KKULKY+mxKLYoBhUJGCIkfqDwRIz/kQmmfGecm7mTifz8h7t3cydmXu/893vfOdchNAol8vvuK77HBEfAcBbiEi8hIiQ5+oJABUhxI5hGJ9PTU39FYTBMGixWPwNAN5nHP6HiAwol/HcCyBfW7Ho92Qy+cEbQQ8PD28AoC8cTLH1wH32AGCnUqme14Jms1kjkUg8FkLcaZpmq4VCCNQ0TQLxnJ/8LoQwEdGsVCo/ptNpf/0rx+/E8P9+k6DMMBaLfYiI7wJAHACGEFFn3YQQkpWahwLYiMgMzwBgY25u7qWUJ5vNmrFY7Fciei+caQXAGQ9rGVzLCfMS+ke1Wv0I9/b2viSib5iNynIg60oeuSmQeeUK9pjvEC/Q17i7u/snADwK+E9u1jQNhoeHpTFrtZqfIN44NDQEjuNgvV4PukDZbh3z+fwFIo4GvcjzyclJiEQinHWo1+twenoqAXp7e2F6ehovLy+pUqkoD/uFAQB/487OThMAjKB+LMXCwgIWi0UGhomJCdjf3ycOkEqlGACq1SpcXFzw0VuV4Q0isnF7e1u0iqVVgvyvu7ub5ufnsVAokK7rmEwmIZ/Pw9jYmNTPMAywbZvOz89VZUlwP6FbW1sM6g+1iZkeHBwwADG7QqEAs7OzcHJyQrFYDJvNppSk0Wi0uUzmJpfLMX3pQy+anCwuLkK5XJasR0dH8ejoCBKJhATo6+uDh4cHOD4+ptvb27ZTSuq5XE54tP+lj0jxeBzGx8elfqVSCa6urnztZmZm8P7+ns7Ozjp1L8DNzU15/LCl2AGsHX8XQviA4RYY8KlkLJlubGz4mgaBw0H+S/3zHnYOrq+v3xMRty5ZNcyObaR8a9s2dHV1qYxzEYBpmjKG67roOE6braSl1tbWThHxbcVE13UJEI1GgZPAieJgtm3jwMAAWZYFg4ODeHd3R6ZpsgvYAbJhezKec0ORnT54VTBIf38/3NzcAJckA3n+lbpxQK6ynp4efjLboOYvGfQxEX2vIqm6Z9Dr62sYGRkBrn2Wg0uUrRSNRpkpS0Gu6/rXjNfMP5UVlMlkfkbEFSUBlyODWpYlj6/ANE1Dy7JkQ6nVam3t0Nv7y9LS0sd+589kMk8A4FsiMju5gAMxW2bToe9ec/uMRCLP0um023adrK6uxg3D+AIRPwOAVopfM7zADgD84DjOV8vLyxW1tOMdxeC6rktwZTfvSpZsEdEFgBeNRuPpyspKKRz3jRcfg2ua9oSIPkHEaSIqIeJPzWbzu05gCvwf7cVpQE6lAKMAAAAASUVORK5CYII=) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_5[data-v-35a7d9be] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAAA/BJREFUSEuVVU1IK1cUPmdmojH+S2qiVUtESBAFcfO6bLClCylSui28ZTeFt+yidFFo6brQ7YMWuumilC6kPJoSi2KDP8Go+BMkULQ2UDRRY5kk45zyXefOG9O8RzubuZnc+53vnO875zK1PKVS6TXHcb5i5kdE9AozC7aICGOt30RUdl1327KsDycnJ38PwnAraLFY/JmI3gQO/mNmAKptWHsB1M/7WPJLMpl866Wgx8fH10TU0xpMs/XAffZEZKdSqa4XgmazWWtkZOSx67o1wzBsvdF1XTYMQwFhjTd+u64bZuZwuVz+Lp1O+/v/lX47hv/3mwIFw2g0+jYzv05EcSIaYGYTdXNdV7HS65YANjOD4RkRrc3MzDxT5clms+FoNPqTiLzRqrQGgOKttQzuhWCeoL9eXFy8w4VC4WMR+QxstMoB1XV51KGA8toV8JjvEC/Qp7yzs/MbET0K+E8dNgyDBgcHlTErlYoSqKOjg3p6egCiCOB70BUemVXO5/N/MnMs6EWsE4kEhUIhqE63t7d0enoqw8PDHIvFqNls0t3dHZ2cnOjs/MYgor94e3u7QURWsH4oxdzcHBeLRQDTxMQE7e7uSiKRgHCK+c3NjRJR1zZw3ubNzU33vlnuWxB/dnZ2yuzsLB8cHIhpmpxMJimfz9P09LTfXQA/OjpS7atF9NcbGxsA9R8IYlkWgen+/j7WkkqleGtri0zTFKSt/z88PJRarfbAZUqbXC4HDyofagGwmJ+fp1KppFjHYjHe29ujqakpOj8/h2gqk0KhILYNqz7PUrHO5XKuR9tPH5vi8TiNj4/jAAShy8tLGRsb49HRUYBSuVyWs7OzdtOLeH19XaXfaik4AGniO5jpHA3DUMwcxwlm9uA8r62t+TUNArcG+S/9jzNwDq+urv4tIhhdqmvADjbSvrVtm2B6fMcaqYfDYRUDbOHZoK1ExOaVlZVTZn5VMzFNUwFEIhHlRQiFYBCkr69PqtUq9ff3c61Wk3A4zI1GQ+r1uhrYXhn/wEBRkz54VQCkt7eXrq+vaWBggADk+VfVEQHRZV1dXXiDrV9zEXkG0Mci8rWOpPseoFdXVzQ0NKR6HOXo7u5W7RmJRMBUWctxHP+a8Yb5+6obMpnMD8y8FFBYMa1Wqyp9DQblq9WqgH2lUnkwDr2zPy4sLLzrT/5MJvOEiL4QkXA7F2CwgC3YtJm7VxifoVDoy3Q67Ty4TpaXl+OWZX3EzB8Q0b3EL3i8wE0i+qbZbH6yuLhY1lvb3lEAN01TgWu7eVeyYsvMDhF9W6/XP19aWjppjfvSiw/ghmE8EZH3mHlKRE6Y+ftGo/G0HZgG/wf+qnlAy/omRAAAAABJRU5ErkJggg==) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_6[data-v-35a7d9be] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAAA/ZJREFUSEuVVU1IK1cUPmdmoqPWX1JURItSSRaRqJvXZYMtXUiR0m3hLbspvGUXpYtCS9eFbguv0E0XpXQh5dGUWBQbFCX+IBpCsFppoGgSo2UyiXPKdzN33iTNe9DZzJ07937nu+f7zrlMHU+xWHyt2Wx+zcyPiOhVZhYsERHGWL+JqOR53p5lWR/Nzc39EYbhTtB8Pv8LEb0FHPxjZgCqZRj7AdRnK5b8GovF3n4p6NnZ2S0RvdIZTLP1wQP2ROTE4/G+F4JmMhlrcnLysed5d4ZhOHqh53lsGIYCwhhvfHueZzOzXSqVvk+lUsH6/xy/G8P/O6dAwTAajb7DzG8Q0QQRjTCzibx5nqdY6XFHAIeZwfBPItpKJBLPVHoymYwdjUZ/FpE3O5XWAFC8M5fhtRDMF/S36+vrd/ng4OATEfkcbLTKIdV1etSmkPLaFfBY4BA/0Gecy+V+J6JHIf+pzYZh0OjoqDJmuVxWAgF4ZGSELMuSarVKjUZDBwq0YeZN3t/f/4uZx8NexHh2dpYikQhUp/v7e7q8vJSpqSkeGhoi13Wpp6eHTk9P9emCwiCiv3lvb88lIiucP6RicXGR8/k8gGlmZoaOjo4kmUzy+fm5ABR6IJjObWi/w7u7u16rWFoliJ+9vb2ysLDAJycnYpomx2IxOj4+pkQiQY7TsqPjOFIoFHRlKfBA0J2dHYAGD/JmWRaBKYCQv3g8DkEpmUxSoVCQWq1GS0tLfHh4KPV6vc1lSptsNgsPKh/60dRgeXmZisWiYj0+Pq5AMXd1dUXValWlIpfLAbTtlIp6Npv1fNrP6TPLxMQETU9PK8VxzJubG4Eb5ufnFbNSqSQXFxfduhfx9va2On6npeAApAHznue12pR/HAjZbDbDJ2vbz1tbW0FOw8CdQTrKs+sn9iAgb25u/iMiaF2qasAONtK+hdrwJOYxRi+wbVuBgi0KIGwrEXF4Y2PjkpmndGjTNBVAf38/1Wo1hlAI5jgOjC+VSoWGh4f57u5ObNtm13WVWLqpi8gVGorq9OGrAiCDg4N0e3uryhJAvn9VHhEQxu/r68MbbIOci8gzgD4Wkac6kq57gKK+x8bGCLWPdAwMDNDDwwNOAaZIBQQLrhm/mX+gKiidTv/IzGs6Bah3gFYqFXV8DWYYBlcqFQH7crnc1g79vT+trKy8F3SXdDr9hIi+FBG7mwsQCGz9btV2wxJRFe0zEol8lUqlmm3Xyfr6+oRlWR8z84dE1JL4BY8fGL3v20aj8enq6mop8HK3PQA3TVOBa7v5V7Jiy8xNIvquXq9/sba2prpK+HnpxQdwwzCeiMj7zPy6iBSY+QfXdb/pBqaB/wVLoXBAfSHbMgAAAABJRU5ErkJggg==) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_7[data-v-35a7d9be] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAAA+VJREFUSEuVVU1oK1UUPmdm0kxb+5MSaYq00lZICi2UdvFcGqq4KFLErfCWboS3dCEuBB+uBbeCghsXIi6KPIyk0lLTv5CW0tIQAqJioG2S/skkmd4j383MMB3zHnghzJ3Jvd/57ne+cy5TZFSr1Vdd1/2SmR8R0cvMLFgiIoy5/ySimlLqwLKsD2dmZn4Pw3AUtFwu/0xEbwIH/zEzAPUyzL0A+rUbS35Jp9NvvRD07Ozsmoheigbz2XrgAXsicjKZTP9zQfP5vDUxMfFYKXVrGIbjL1RKsWEYGghzPPGulLKZ2a7Vat9ls9lg/X+O34vh//2mQcEwmUy+zcyvE1GKiEaZ2YRuSinNyp9HAjjMDIZ/EtHW/Pz8My1PPp+3k8nkTyLyRjTTPgAyHtUyvBYJ8xL66+Xl5Tt8eHj4sYh8BjZ+lkNZ9+XRm0KZ910BjwUO8QJ9yqVS6TciehTyn95sGAYlEgltzEajoeOMjo761tJJazabSJz2sH8qZt7kYrH4NzOPh72I+fT0NMViMWSd7u7uqFaryezsrN5smqb+nZ6eSqfT8Q7WLQwiOueDg4M2EVlh/SDF4uIil8tlANPU1BQdHR0FxZDJZBCE6/U6jt6tDG+IiMN7e3uqWyxBJIrH47KwsMAnJydimian02kqFou6fBKJBKVSKQZL73RBEoOE7u7uAjQYSIhlWQSmx8fHmEsmk+H9/X0NOjc3x+fn53JxcdHTvjo3hUIB9LUPPbZ6srS0RNVqVbMeHx+HS3Sw5eVlKpVK0m5DtYeNJkhWoVBQHm1faK1TKpWiyclJ4FOlUqF6vS5DQ0MEpjs7O4GWPboX8fb2tj5+1FLQC8zwXSkVJCMKEvKpPqm2wtbWVqBpGDgapKeAkY/YA+fw5ubmPyKC1qWrBuxgI9+3juNQX1+f/o45zG7btoZzXZfh07CttKU2Njb+YOZX/KAwNQAGBgbo5uaGkSgEcxyHh4eHBVU0MjLCt7e3Yts2t9ttabVaumF7Mv6FhqI7ffiqAAiScn19TShNAGHE43GtGwKiyvr7+/EE27DmzwD6WES+9iP5dQ/Qq6srGhsbI9Q+5BgcHKT7+3ucAkwhhbiuG1wzXjN/X1dDLpf7gZnXfAlQ7wBtNpv6+D6YYRjcbDYF7BuNxoN26O39cWVl5d2gu+RyuSdE9LmI2L1cgEBgCzY9+u4V2mcsFvsim826D66T9fX1lGVZHzHzB0TUTfFzhhcYLeqbTqfzyerqai2oqF57AG6apgb37eZdyZotM7tE9G2r1Xq6trZWiWK88OIDuGEYT0TkPWZ+TUQqzPx9u93+qheYD/4vfpFgQNkYvwgAAAAASUVORK5CYII=) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .left .rank_number.number_8[data-v-35a7d9be] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAYAAABYQRdDAAAAAXNSR0IArs4c6QAAA/FJREFUSEuVVU1oK1UUPmdm0qap/SW2KaWRFmkC/aVdPJeGKi6KFHErvKUb4S1diAtBeesHbgUFNy5EXBR5GEmlpYaWpv+FhjRFWjFU2qR/kmTSOfLdzB0mMe+hs5k7d+79znfP951zmZqefD7/Wq1W+5KZHxHRq8wsWCIijLF+E1HBcZwty7I+Ghsb+90Pw82g2Wz2ZyJ6Czj4x8wAVMswdgOoz3os+SUWi739UtDj4+MbInqlOZhm64J77ImoHI/HO14ImkqlrKGhoceO49wZhlHWCx3HYcMwFBDGeOPbcZwgMwcLhcJ3iUTCW/+v47di+H/nFCgYhsPhd5j5DSKKEFEvM5vIm+M4ipUeNwUoMzMYnhPR2uTk5HOVnlQqFQyHwz+JyJvNSmsAKN6cS/9aCOYK+uvl5eW7vLu7+4mIfA42WmWf6jo9apNPee0KeMxziBvoM97Z2fmNiB75/Kc2G4ZBfX19ypjFYlEJZFkW9fb2Kmx3TgfytGHmVc5kMn8y86DfixiPjo5SIBCA6nR/f09nZ2cyPj7ODw8PKscgcXJyok/nFQYR/cVbW1tVIrL8+cOm2dlZzmazAKZoNEp7e3syPT3Np6en0tbWRoODg3x4eIij1yvDfUSkzJubm069WOoliH/t7e0yNTXFR0dHYpomx2IxymQyNDAwQMPDw2o7mF9cXKj0axE9QTc2NgDqPRAEuQPTg4MDjCUej/P29jbNzMxQLpdTc9FoFCKjABpcprRJp9Ogr3zoslWDubk5yufzirU+6vz8PO3v7ysRJyYmwF5s2244pWKdTqcdl7Z3fIBHIhEaGRnBBsXu6upKscM82BUKBTk/P2/VvYjX19cV/2ZLwQFIA+Ydx/HEQI6xvFar+U/WsJ/X1ta8pPiBm4P8l/rHHjiHV1dX/xYRtC5VNWAHG2nflstlgoUwjzGOHgwGVQywtW27wVbKUisrK2fMXPcJEZmmqQBCoRDd3t4yhEKwcrnM3d3dUiqVqKenh+/u7iQYDHK1WpVKpaJS4qbxDzQU1en9VwVAurq66ObmRpUlgFz/qjwiIKqso6MDb7D1ci4izwH6WES+1pGwGZYB6PX1NfX39xPqHOno7OwklGkoFAJTpAKCedeM28w/UNWQTCZ/YOYlnQINWiqV1PE1mGEYXCqVBOyLxWJDO3T3/riwsPCe112SyeQTInoqIsFWLkAgsAWbFn33Gu0zEAg8SyQStYbrZHl5OWJZ1sfM/CER1SV+weMGtonoG9u2P11cXCzopS3vKICbpqnAtd1043Cbco2Ivq1UKl8sLS3lmuO+9OIDuGEYT0TkfWZ+XURyzPx9tVr9qhWYBv8H77hqQG+NvNYAAAAASUVORK5CYII=) no-repeat center 100%
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right[data-v-35a7d9be] {
    padding-left: 10px
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right .item_title[data-v-35a7d9be] {
    width: 188px;
    height: 39px;
    font-size: 14px;
    line-height: 18px;
    font-family: Poppins-Medium, Poppins-Regular;
    font-weight: 400;
    color: #0c0c0c;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
    word-break: break-all;
    white-space: normal;
    cursor: pointer
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right .price[data-v-35a7d9be] {
    font-size: 18px;
    font-family: Arial-Bold, Arial;
    font-weight: 700;
    color: #ff4e00;
    margin-top: 10px
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right .price img[data-v-35a7d9be] {
    margin-top: 2px
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right .price .price_info[data-v-35a7d9be] {
    margin-left: 6px
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right .price .price_info em[data-v-35a7d9be] {
    font-style: normal;
    font-size: 12px
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right .price .price_info .price_unit[data-v-35a7d9be] {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #444;
    font-style: normal;
    position: relative;
    top: -1px
}

.adv_29 .adv_29_wrap .box_r .bottom .item .right .price .xunjia[data-v-35a7d9be] {
    cursor: pointer
}

.index[data-v-35a7d9be] {
    background: #f8f8f8;
    padding-bottom: 10px
}

.skeleton_banner[data-v-35a7d9be] {
    width: 100%;
    height: 470px;
    background: #eee;
    margin-bottom: 10px
}

.skeleton.adv_04_wrap .floor_title h2 span[data-v-35a7d9be] {
    background: #eee;
    display: inline-block;
    width: 200px
}

.skeleton.adv_04_wrap .floor_goods .item .wrap .title[data-v-35a7d9be] {
    background: #eee;
    width: 100%
}

.skeleton.adv_04_wrap .floor_goods .item .wrap .title a[data-v-35a7d9be] {
    color: transparent
}

.skeleton.adv_04_wrap .floor_goods .item .wrap .price[data-v-35a7d9be] {
    width: 100%;
    height: 25px
}

.skeleton.adv_04_wrap .floor_goods .item .wrap .price span[data-v-35a7d9be] {
    display: inline-block;
    width: 70px;
    height: 100%;
    background: #eee
}

.el-progress {
    position: relative;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.el-progress__text {
    font-size: 14px;
    color: var(--el-text-color-regular);
    margin-left: 5px;
    min-width: 50px;
    line-height: 1
}

.el-progress__text i {
    vertical-align: middle;
    display: block
}

.el-progress--circle,
.el-progress--dashboard {
    display: inline-block
}

.el-progress--circle .el-progress__text,
.el-progress--dashboard .el-progress__text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.el-progress--circle .el-progress__text i,
.el-progress--dashboard .el-progress__text i {
    vertical-align: middle;
    display: inline-block
}

.el-progress--without-text .el-progress__text {
    display: none
}

.el-progress--without-text .el-progress-bar {
    padding-right: 0;
    margin-right: 0;
    display: block
}

.el-progress--text-inside .el-progress-bar {
    padding-right: 0;
    margin-right: 0
}

.el-progress.is-success .el-progress-bar__inner {
    background-color: var(--el-color-success)
}

.el-progress.is-success .el-progress__text {
    color: var(--el-color-success)
}

.el-progress.is-warning .el-progress-bar__inner {
    background-color: var(--el-color-warning)
}

.el-progress.is-warning .el-progress__text {
    color: var(--el-color-warning)
}

.el-progress.is-exception .el-progress-bar__inner {
    background-color: var(--el-color-danger)
}

.el-progress.is-exception .el-progress__text {
    color: var(--el-color-danger)
}

.el-progress-bar {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-progress-bar__outer {
    height: 6px;
    border-radius: 100px;
    background-color: var(--el-border-color-lighter);
    overflow: hidden;
    position: relative;
    vertical-align: middle
}

.el-progress-bar__inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: var(--el-color-primary);
    text-align: right;
    border-radius: 100px;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.el-progress-bar__inner:after {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle
}

.el-progress-bar__inner--indeterminate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: indeterminate 3s infinite;
    animation: indeterminate 3s infinite
}

.el-progress-bar__innerText {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    margin: 0 5px
}

@-webkit-keyframes progress {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 32px 0
    }
}

@keyframes progress {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 32px 0
    }
}

@-webkit-keyframes indeterminate {
    0% {
        left: -100%
    }

    to {
        left: 100%
    }
}

@keyframes indeterminate {
    0% {
        left: -100%
    }

    to {
        left: 100%
    }
}

.sld_coupon_item .coupon_item[data-v-18d029f1] {
    width: 386px;
    height: 158px;
    box-shadow: 0 0 12px 0 hsla(0, 0%, 73.3%, .2);
    background-size: cover;
    margin-top: 20px
}

.sld_coupon_item .coupon_item .coupon_item_left[data-v-18d029f1] {
    height: 100%;
    width: 303px
}

.sld_coupon_item .coupon_item .coupon_item_left .type[data-v-18d029f1] {
    font-size: 22px;
    color: #f30213;
    font-weight: 700;
    margin: 0 22px 0 25px;
    width: 22px
}

.sld_coupon_item .coupon_item .coupon_item_left .coupon_info .price[data-v-18d029f1] {
    color: #f30213
}

.sld_coupon_item .coupon_item .coupon_item_left .coupon_info .price span[data-v-18d029f1]:first-child {
    font-size: 18px;
    height: 18px;
    line-height: 23px
}

.sld_coupon_item .coupon_item .coupon_item_left .coupon_info .price span[data-v-18d029f1]:nth-child(2) {
    font-size: 32px;
    height: 32px;
    line-height: 32px
}

.sld_coupon_item .coupon_item .coupon_item_left .coupon_info .count[data-v-18d029f1] {
    color: #f30213
}

.sld_coupon_item .coupon_item .coupon_item_left .coupon_info .count span[data-v-18d029f1]:first-child {
    font-size: 32px;
    height: 32px;
    line-height: 32px
}

.sld_coupon_item .coupon_item .coupon_item_left .coupon_info .count span[data-v-18d029f1]:nth-child(2) {
    font-size: 24px;
    height: 24px;
    line-height: 21px
}

.sld_coupon_item .coupon_item .coupon_item_left .coupon_info .random[data-v-18d029f1] {
    color: #f30213
}

.sld_coupon_item .coupon_item .coupon_item_left .coupon_info .random span[data-v-18d029f1] {
    font-size: 24px
}

.sld_coupon_item .coupon_item .coupon_item_left .coupon_info .limit[data-v-18d029f1] {
    height: 26px;
    background: #f1f1f1;
    border-radius: 2px;
    text-align: center;
    line-height: 26px;
    color: #666;
    margin-top: 10px;
    padding: 0 10px;
    width: -moz-fit-content;
    width: fit-content
}

.sld_coupon_item .coupon_item .coupon_item_left .coupon_info .time[data-v-18d029f1] {
    color: #666;
    margin-top: 10px
}

.sld_coupon_item .coupon_item .coupon_item_left .coupon_info .rules[data-v-18d029f1] {
    color: #666;
    margin-top: 10px;
    width: 200px
}

.sld_coupon_item .coupon_item .coupon_item_left .coupon_info .rules span[data-v-18d029f1]:first-child {
    color: #999;
    white-space: nowrap
}

.sld_coupon_item .coupon_item .coupon_item_left .coupon_info .rules .rules_text[data-v-18d029f1] {
    width: 135px;
    display: inline-block
}

.sld_coupon_item .coupon_item .coupon_item_right[data-v-18d029f1] {
    width: 83px;
    height: 100%;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 25px
}

.sld_coupon_item .coupon_item .coupon_item_right .btn[data-v-18d029f1],
.sld_coupon_item .coupon_item .coupon_item_right .no_have[data-v-18d029f1] {
    width: 78px;
    height: 25px;
    background: #f30213;
    border-radius: 13px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin-top: 10px
}

.sld_coupon_item .coupon_item .coupon_item_right .have_receive[data-v-18d029f1] {
    background: #999
}

.sld_coupon_item .coupon_item .coupon_item_right .no_have[data-v-18d029f1] {
    background: #b9b7b7;
    color: #fefefe
}

.sld_coupon_item .coupon_item .coupon_item_right .progress_text[data-v-18d029f1] {
    color: #ff4e00;
    font-size: 14px;
    position: absolute;
    top: 25%;
    font-weight: 400;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.sld_coupon_item .coupon_item .coupon_item_right .progress_text .without[data-v-18d029f1] {
    color: #888;
    font-size: 12px
}

.sld_coupon_center {
    width: 100%
}

.sld_coupon_center .breadcrumb_con {
    width: 1200px;
    margin: 0 auto
}

.sld_coupon_center .imgCon {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    height: 260px
}

.sld_coupon_center .top_bg {
    height: 260px;
    width: 1903px;
    margin-left: -952px;
    left: 50%;
    position: absolute;
    display: block
}

.sld_coupon_center .nav_list {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    box-sizing: border-box
}

.sld_coupon_center .nav_list .item {
    margin-right: 11px;
    width: 80px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #333
}

.sld_coupon_center .nav_list .item.active {
    background-color: #ff4e00;
    color: #fff
}

.sld_coupon_center .coupon_con {
    width: 100%;
    background: #f8f8f8;
    border-top: 1px solid #ddd;
    min-height: 650px
}

.sld_coupon_center .coupon_con .el-pagination {
    margin-top: 20px
}

.sld_coupon_center .coupon_con .container {
    width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap
}

.sld_coupon_center .coupon_con .container .coupon_item:not(:nth-child(3n+3)) {
    margin-right: 14px
}

.activity {
    width: 100%;
    background: #d62712
}

.activity_box {
    width: 1200px;
    margin: 0 auto
}

.vc_index {
    background: #fff;
    padding-top: 88px
}

.vc_index .vc_top {
    position: fixed;
    top: 0;
    left: 0;
    height: 88px;
    z-index: 999;
    background: #fff;
    width: 100%;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .08)
}

.vc_index .vc_top .vc_header {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.vc_index .vc_top .vc_header .l_logo {
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center
}

.vc_index .vc_top .vc_header .l_logo .img {
    display: inline-block;
    max-width: 180px;
    max-height: 56px;
    margin-right: 20px
}

.vc_index .vc_top .vc_header .l_logo .text {
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 24px;
    color: #0c0c0c;
    line-height: 24px
}

.vc_index .vc_top .vc_header .r_wrap {
    display: flex;
    justify-content: center;
    align-items: center
}

.vc_index .vc_top .vc_header .r_wrap .go_btn {
    display: inline-block;
    width: 144px;
    height: 48px;
    background: #ff4e00;
    border-radius: 4px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    text-align: center
}

.vc_index .vc_banner {
    width: 100%;
    height: 1000px;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative
}

.vc_index .vc_banner .banner {
    background-image: url(../img/png_bannerbg.55c626aa.png);
    width: 1920px;
    height: 932px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    background-repeat: no-repeat;
    background-size: contain
}

.vc_index .vc_banner .banner .banner_content {
    width: 1200px;
    margin: 0 auto
}

.vc_index .vc_banner .banner .banner_content .banner_box {
    padding-top: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.vc_index .vc_banner .banner .banner_content .banner_box .box_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 515px
}

.vc_index .vc_banner .banner .banner_content .banner_box .box_left .box_title {
    font-family: Source Han Sans CN;
    font-weight: 700;
    font-size: 64px;
    color: #0b132a;
    line-height: 77px;
    margin-bottom: 20px
}

.vc_index .vc_banner .banner .banner_content .banner_box .box_left .sub_title {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #4f5665;
    line-height: 29px;
    margin-bottom: 20px
}

.vc_index .vc_banner .banner .banner_content .banner_box .box_left .go_btn {
    display: inline-block;
    width: 208px;
    height: 52px;
    background: #ff4e00;
    border-radius: 4px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 20px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    box-shadow: 0 16px 40px 0 rgba(255, 78, 0, .2)
}

.vc_index .vc_banner .banner .banner_content .banner_box .box_right {
    width: 634px;
    height: 650px
}

.vc_index .vc_banner .banner .banner_content .banner_box .box_right img {
    width: 100%;
    height: 100%
}

.vc_index .vc_banner .banner .banner_content .guid_list {
    margin-top: 20px;
    width: 100%;
    height: 200px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 40px;
    box-shadow: 0 20px 56px 0 rgba(37, 19, 13, .05)
}

.vc_index .vc_banner .banner .banner_content .guid_list .guid_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 2px solid #eeeff2;
    padding-right: 80px
}

.vc_index .vc_banner .banner .banner_content .guid_list .guid_item:last-child {
    border-right: none;
    padding-right: 0
}

.vc_index .vc_banner .banner .banner_content .guid_list .guid_item .guid_icon {
    width: 56px;
    height: 56px
}

.vc_index .vc_banner .banner .banner_content .guid_list .guid_item .guid_icon img {
    width: 100%;
    height: 100%
}

.vc_index .vc_banner .banner .banner_content .guid_list .guid_item .guid_cont {
    padding-left: 28px;
    font-family: Source Han Sans CN
}

.vc_index .vc_banner .banner .banner_content .guid_list .guid_item .guid_cont .guid_title {
    font-weight: 700;
    font-size: 24px;
    color: #0b132a;
    margin-bottom: 16px;
    line-height: 100%
}

.vc_index .vc_banner .banner .banner_content .guid_list .guid_item .guid_cont .guid_down {
    font-weight: 400;
    font-size: 16px;
    color: #4f5665;
    line-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.vc_index .vc_banner .banner .banner_content .guid_list .guid_item .guid_cont .guid_down img {
    margin-left: 8px;
    width: 16px;
    height: 16px
}

.vc_index .vc_main {
    width: 100%
}

.vc_index .vc_main .vc_cont {
    width: 1200px;
    margin: 0 auto
}

.vc_index .vc_main .vc_cont .vc_about {
    width: 100%;
    padding: 0 0 80px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.vc_index .vc_main .vc_cont .vc_about .about_img {
    display: inline-block;
    width: 500px;
    height: 378px
}

.vc_index .vc_main .vc_cont .vc_about .about_box {
    padding-left: 40px
}

.vc_index .vc_main .vc_cont .vc_about .about_box .about_tip {
    font-family: Noto Sans;
    font-weight: 500;
    font-size: 16px;
    color: #ff8c59;
    line-height: 22px;
    margin-bottom: 20px
}

.vc_index .vc_main .vc_cont .vc_about .about_box .about_title {
    font-family: Source Han Sans CN;
    font-weight: 700;
    font-size: 36px;
    color: #ff4e00;
    line-height: 50px;
    letter-spacing: 2px;
    margin-bottom: 20px
}

.vc_index .vc_main .vc_cont .vc_about .about_box .about_title span {
    color: #0b132a
}

.vc_index .vc_main .vc_cont .vc_about .about_box .about_desc {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #4f5665;
    line-height: 29px
}

.vc_index .vc_main.gray_bg {
    background: #fbfbfb
}

.vc_index .vc_main .vc_cont1 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0
}

.vc_index .vc_main .vc_cont1 .vc_title {
    font-family: Source Han Sans CN;
    font-weight: 700;
    font-size: 48px;
    color: #0b132a;
    line-height: 67px;
    letter-spacing: 2px;
    margin-bottom: 10px
}

.vc_index .vc_main .vc_cont1 .vc_title span {
    color: #ff4e00
}

.vc_index .vc_main .vc_cont1 .vc_sub_title {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #4f5665;
    line-height: 22px
}

.vc_index .vc_main .vc_cont1 .vc_img {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center
}

.vc_index .vc_main .vc_cont1 .vc_img .six_img {
    width: 1186px;
    height: 655px
}

.vc_index .vc_main .vc_cont1 .vc_img .vs_img {
    width: 940px;
    height: 320px
}

.vc_index .vc_main .vc_cont1 .vc_img .process_img {
    width: 1184px;
    height: 366px
}

.vc_index .vc_main .vc_cont1 .go_btn {
    display: inline-block;
    width: 208px;
    height: 52px;
    background: #ff4e00;
    border-radius: 4px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 20px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 16px 40px 0 rgba(255, 78, 0, .2)
}