body {
    font-family: '黑体','microsoft Yahei','Arial','Verdana','Helvetica','sans-serif';
    color: #333;
    font-size: 12px;
    width: 100%;
    height: 100%;
}

body, p, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, th, td {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input, select, textarea {
    border: none;
    outline: none;
    background: none;
    font-family: '榛戜綋','microsoft Yahei','Arial','Verdana','Helvetica','sans-serif';
    border-radius: 0;
}

input[type=button] {
    -webkit-appearance: none;
}

input[type=submit] {
    -webkit-appearance: none;
}

textarea {
    resize: none;
    overflow: hidden;
    -webkit-appearance: none;
}

img {
    vertical-align: top;
    border: none;
}

table {
    border: 0;
    border-collapse: collapse;
}

em, i {
    font-style: normal;
}

.home {
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
}

.overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom:1;}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.spacing10 {
    height: 10px;
    background: #f6f6f6;
}

.p_spe_spacing {
    width: 100%;
    height: 20px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: #fb0628;
}

.p_spe_spacing_index {
    width: 100%;
    height: 20px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: #fb0628;
}

/* 头部栏位 */
.index_head {
    width: 100%;
    padding-top: 20px;
    height: 86px;
    background: #fb0628;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 1000;
}

.index_head .left, .index_head .right {
    position: absolute;
    top: 20px;
}

.index_head .left {
    left: 15px;
}

.index_head .right {
    right: 15px;
}

.index_head .left .scan, .index_head .right .mes_icon {
    width: 42px;
    height: 42px;
    display: inline-block;
}

.index_head .left .scan {
    background: url(/client/images/scan4.png) no-repeat left center;
    background-size: 30px;
}

.index_head .index_header_logo {
    position: absolute;
    top: 0px;
    LEFT: 7px;
    width: 30px;
    height: 42px;
    display: none;
    background: url(/client/images/sr_logo.png) no-repeat left center;
    background-size: 30px 30px;
}

.index_head.active .index_header_logo {
    display: block;
}

.index_head .right .mes_icon {
    background: url(/client/images/mes4.png) no-repeat right center;
    background-size: 30px;
    position: relative;
}

.index_head .right .mes_icon2 {
    background: url(/client/images/ic_home_jump_website.png) no-repeat right 5px;
    background-size: 20px;
    position: relative;
}

.index_head .right .mes_icon .has {
    width: 5px;
    height: 5px;
    background-size: cover;
    position: absolute;
    right: -6px;
    top: 5px;
}

.index_head .search_box {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index_head .search_box img {
    display: block;
    width: 200px;
    height: 24px;
    margin: 13px auto;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index_head .search {
    margin: 0 15px;
    background: rgba(255,255,255,0.65);
    height: 28px;
    line-height: 28px;
    position: relative;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.index_head .search .word {
    display: block;
    height: 28px;
    line-height: 28px;
    width: 100%;
    margin-right: 10px;
    padding-left: 33px;
    background: url(/client/images/search_btn_white.png) no-repeat 10px center;
    background-size: 18px;
    font-size: 13px;
    color: #FFF;
}

.index_head .search .photo_btn {
    width: 28px;
    height: 28px;
    /*background: url(/client/images/photo_btn_white.png) no-repeat right center ;background-size: 17px;position: absolute;right: 10px;top: 0;*/
}

.index_head.active {
    height: 44px;
}

.index_head.active .search_box {
    padding: 5px 50px;
}

.index_head.active .search_box img {
    display: none;
}

/* 轮播广告 */
.i_banner {
    position: relative;
    z-index: 1;
    padding-top: 0;
}

.i_banner img {
    width: 100%;
}

.i_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}

.i_banner .swiper-pagination-bullet {
    width: 8px;
    height: 2px;
    background: #e3f6fa;
    opacity: 0.7;
    border-radius: 0;
}

.i_banner .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 2px solid #fcfeff;
    background: none;
    position: relative;
    top: 4px;
}

.i_banner .swiper-container-horizontal>.swiper-pagination-bullets, .i_banner .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
}

/* 功能入口 */
.nav_Bgbox {
    max-height: 190px;
    background-color: #fff;
}

#nav .cell-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#nav .cell a {
    float: left;
    width: 20%;
    text-align: center;
    color: #666;
    padding: 8px 0;
    font-size: 12px;
}

#nav .cell a img {
    display: block;
    margin: 0 auto 4px;
    width: 42.5px;
    height: 42.5px;
}

#nav .cell a p {
    padding: 0 4px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#nav .swiper-container {
    padding: 6px 0 14px;
}

#nav .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

#nav .swiper-pagination-bullet-active {
    background: #fb0628;
}

#nav .swiper-container-horizontal>.swiper-pagination-bullets, #nav .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

#nav .swiper-scrollbar {
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 4px;
    background: #efefef;
    border: 1px solid #efefef;
    border-radius: 4px;
    overflow: hidden;
}

#nav .swiper-scrollbar .swiper-scrollbar-drag {
    width: 20px;
    background: #fb0628;
    border-radius: 4px;
}

/* 善融快报 */
.fast_news_BgBox {
    margin-bottom: 5px;
    padding: 0px 5px;
}

.fast_news {
    padding: 4px 0 4px 16px;
    position: relative;
    background: url(/client/images/index/content_bg_srkb.png) 0% 0% / 100% 100% no-repeat;
}

.fast_news .swiper-container {
    height: 100%;
}

.fast_news .swiper-container a {
    display: block;
    padding-top: 1px;
}

.fast_news .tips {
    width: 22px;
    height: 24px;
    background: url(/client/images/index/content_text_srkb.png) no-repeat left center;
    background-size: 100%;
}

.fast_news .main {
    height: 24px;
    padding: 0 10px;
    margin: 0 32px 0 22px;
    overflow: hidden;
}

.fast_news .main .tab {
    display: inline-block;
    font-size: 12px;
    color: #fb0628;
    margin-top: 4px;
    background: #fee8eb;
    padding: 0 3px;
    height: 15px;
    text-align: center;
    line-height: 15px;
}

.fast_news .main strong {
    line-height: 24px;
    font-size: 13px;
    color: #333;
    font-weight: normal;
    display: block;
    padding-left: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fast_news .more {
    width: 24px;
    height: 24px;
    background: url(/client/images/i_right.png) no-repeat right center;
    background-size: 8px 12px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -12px;
}

/* 限时抢购 */
.panic_buying {
    padding: 10px 0 0;
    background: #f7f7f7;
}

.panic_buying .caption strong {
    padding-left: 4px;
    font-size: 18px;
    text-align: left;
    height: 24px;
    line-height: 24px;
    width: 90px;
    font-weight: bold;
    color: #111;
    background: url(/client/images/i_xsqg.png) no-repeat 6px;
    background-size: 72px;
}

.panic_buying .times {
    height: 24px;
    line-height: 24px;
    position: relative;
}

.panic_buying .times .screenings {
    padding-right: 4px;
    color: #4e4d4d;
}

.panic_buying .time {
    color: #333;
    padding: 0 4px;
}

.panic_buying .time em {
    font-weight: bold;
}

.panic_buying .time i {
    display: inline-block;
    margin: 0 2px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #252323;
    color: #fff;
    border-radius: 2px;
}

.panic_buying .goods_more {
    width: 24px;
    height: 24px;
    background: url(/client/images/i_right.png) no-repeat right center;
    background-size: 8px 12px;
    position: relative;
    right: 5px;
}

.xianshiqiang .swiper-slide {
    background: #FFF;
    background-clip: content-box;
    border-radius: 4px;
    overflow: hidden;
}

.free_scroll .banner {
    padding: 10px 0 0;
}

.free_scroll .banner .pic {
    position: relative;
    /*padding: 0 10px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.free_scroll .banner .pic img {
    width: 100%;
}

.free_scroll .banner .old_prive {
    color: #ccc;
    text-align: center;
}

.free_scroll .banner .pic .tab_color {
    width: 22px;
    height: 22px;
    position: absolute;
    display: block;
    background: url(/client/images/rob.png) no-repeat center;
    background-size: cover;
    bottom: 0;
    left: 50%;
    margin-left: -11px;
}

.free_scroll .new_price {
    font-size: 14px;
    color: #ff2741;
    margin: 5px 0 0 0;
    padding: 0 4px;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.free_scroll .old_price {
    font-size: 12px;
    color: #999;
    padding: 0 4px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*  */
.middle_banner {
    padding: 10px 15px;
    background: #f6f6f6;
}

.middle_banner img {
    width: 100%;
}

/* 商品图片 */
.shop_pic {
    padding: 0 0 5px;
}

.shop_pic .cell {
    position: relative;
    margin: 0 5px;
}

.shop_pic .cell+.cell {
    margin-top: 5px;
}

.shop_pic .cell>.pic_line {
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #eee;
    z-index: 1;
}

.shop_pic .cell .pic_left {
    width: 50%;
    box-sizing: border-box;
}

.shop_pic .cell .pic_right {
    position: relative;
    width: 50%;
    overflow: hidden;
    box-sizing: border-box;
}

.shop_pic .cell .pic_right .pic_line {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #eee;
    z-index: 1;
}

.shop_pic .cell a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.shop_pic .cell img {
    width: 100%;
}

/* 楼层专题 */
.floor-subject .floor-title img {
    width: 100%;
}

.floor-subject .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.floor-subject a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.floor-subject a img {
    width: 100%;
}

.floor-subject-1 .cell {
    padding: 0 5px 3px;
}

.floor-subject-1 .swiper-slide {
    width: 100px;
    height: 134px;
}

.floor-subject-1 .swiper-slide a {
    padding: 2px 0;
    width: 100%;
    height: 100%;
}

.floor-subject-1 .swiper-slide a img {
    width: 100%;
    height: 100%;
}

.floor-subject-1 .see-more div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
}

.floor-subject-1 .see-more div p:nth-child(1) {
    font-size: 14px;
    line-height: 28px;
    color: #333;
    font-weight: bold;
}

.floor-subject-1 .see-more div p:nth-child(2) {
    color: #999;
}

.floor-subject-2 .cell a {
    padding: 2px;
    width: 25%
}

.floor-subject-2-flip .cell .flip-adv {
    perspective: 1000px;
    position: relative;
    padding: 2px;
    width: 25%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floor-subject-2-flip .cell .flip-adv a {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.floor-subject-2-flip .cell .flip-adv a+a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.floor-subject-2-flip .cell .flip-adv.active a {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.floor-subject-2-flip .cell .flip-adv.active a+a {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

/* 滚动广告 */
.scroll_banner {
    padding: 0 5px 5px;
}

.nav_Bgbox+.scroll_banner_Bgbox .scroll_banner {
    padding-bottom: 0;
}

.scroll_banner img {
    width: 100%;
}

.scroll_banner .swiper-pagination-bullet {
    width: 12px;
    height: 3px;
    background: #eedef8;
    border-radius: 0;
    opacity: 1;
}

.scroll_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.scroll_banner .swiper-pagination-bullet-active {
    background: #ff2741;
}

.scroll_banner .swiper-container-horizontal>.swiper-pagination-bullets, .scroll_banner .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 4px;
}

/* 热门市场 */
.hot_market_title {
    font-size: 0;
}

.hot_market_title img {
    width: 100%;
}

.hot_market .cell {
    padding: 0 5px 4px;
}

.hot_market .cell.cellFlex {
    display: flex;
}
.hot_market .cell .hot_item {
    display: block;
    width: 50%;
    float: left;
    position: relative;
    box-sizing: border-box;
}
.hot_market .cell.cellFlex .hot_item {
    margin-right: 4px;
    position: relative;
    perspective: 1000px;
    display: inline-block;
    width: 50%;
    position: relative;
    box-sizing: border-box;
    float:none;
}

.hot_market .cell.cellFlex .hot_item:last-child {
    margin-right: 0px;
}

.hot_market .cell:last-child {
    padding: 0 5px 5px;
}
.hot_market .cell.cellFlex .rotate_item{
    display:inline-block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(0.1deg);
    transform: rotateY(0.1deg);
}
.hot_market .cell.cellFlex .rotate_item+.rotate_item{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    overflow: hidden;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.hot_market .cell.cellFlex .rotate_item+.rotate_item img{
    height:100%;
}
.hot_market .cell a img {
    width: 100%;
}
.hot_market .cell.cellFlex .hot_item img {
    width: 100%;
}
.hot_market .cell.cellFlex .hot_item.active .rotate_item{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.hot_market .cell.cellFlex .hot_item.active .rotate_item+.rotate_item{
    -webkit-transform: rotateY(0.1deg);
    transform: rotateY(0.1deg);
}
.hot_market .cell .line_right {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #f6f6f6;
    right: -1px;
    top: 0;
    z-index: 99;
}

.hot_market .cell .line_bottom {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f6f6f6;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.hot_market .bottom_cell a {
    width: 25%;
}

/*  */
.spe_nav_btn {
    padding-bottom: 10px;
}

.spe_nav_btn .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.spe_nav_btn .swiper-pagination-bullet-active {
    background: #ff2741;
    opacity: 1;
}

/*  */
.nice_choose {
    /*background: url(/client/images/nice_choose_bg.png) no-repeat center;*/
    backgrouond-size: cover;
}

.nice_choose_title {
    padding: 5px 10px;
    position: relative;
}

.nice_choose_title img {
    width: 100%;
}

.nice_choose_title .icon_box, .brand_recommend_title .icon_box, .place_choose_title .icon_box {
    width: 100%;
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    background: url(/client/images/index_arrow.png) no-repeat right center;
    background-size: 5px;
}

.brand_banner {
    padding: 0 0 10px 0;
}

.brand_banner img {
    width: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.brand_banner .swiper-container {
    overflow: visible;
    padding: 10px 0 0 0;
}

.brand_banner .swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 20px #cb9faf;
    box-shadow: 0 0 20px #cb9faf;
}

.brand_banner .swiper-container .swiper-wrapper .swiper-slide {
    width: 80%;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.brand_banner .swiper-container .swiper-wrapper .swiper-slide-active {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.brand_banner .swiper-slide-active img {
}

.brand_banner .swiper-slide a {
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid #ebebeb;
    overflow: hidden;
}

.brand_banner .swiper-slide a img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.brand_banner .swiper-slide a .brand_pic_infor {
    display: block;
    width: 100%;
    padding: 7px 6px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.brand_banner .swiper-slide a .brand_pic_infor .brand_pic_tit {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand_banner .swiper-slide a .brand_pic_infor p {
    display: block;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #999;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand_banner .swiper-slide-active a {
    /*-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2);*/
}

/*  */
.place_choose_title {
    background: #f6f6f6;
    position: relative;
}

.place_choose_title img {
    width: 100%;
}

.place_choose .banner img {
    width: 100%;
}

.feature_banner {
    padding: 8px 0px;
    background: #fff;
}

/*.feature_banner .swiper-container{border-radius: 5px;overflow: hidden;}*/
.feature_banner .swiper-slide {
    background: #fff;
}

.feature_banner .pic {
    position: relative;
}

.feature_banner .pic .full_minus {
    width: 100%;
    color: #fb0628;
    position: absolute;
    bottom: 2px;
    left: 0;
    text-align: center;
}

.feature_banner .pic .full_minus .icon {
    width: 10px;
    height: 10px;
    display: inline-block;
    /* background: url() no-repeat center;*/
    background-size: 10px;
    margin-right: 4px;
}

.feature_banner img {
    width: 95%;
    display: block;
    margin: 0 auto;
}

.feature_banner .plain {
    border-right: 1px solid #eee;
}

.feature_banner .swiper-slide:nth-last-of-type(1) .plain {
    border-right: none;
}

.feature_banner .mes {
    padding: 3px 5px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    line-height: 16px;
    overflow: hidden;
}

.feature_banner .price {
    color: #fb0628;
    font-size: 14px;
    padding: 3px 0 0 5px;
}

.feature_banner .price del {
    color: #ccc;
    font-size: 12px;
}

/* 品牌推荐 */
.brand_recommend_title {
    position: relative;
}

.brand_recommend_title img {
    width: 100%;
}

.brand_recommend_title .icon {
    top: 50%;
    margin-top: -19px;
}

.brand_recommend_banner {
    padding: 0 5px 5px;
}

.brand_recommend_banner img {
    width: 100%;
    -webkit-box-shadow: 0 3px 5px #eee;
    box-shadow: 0 3px 5px #eee;
}

/* 推荐店铺 */
.find_shop_title {
    background: #f6f6f6;
}

.find_shop_title img {
    width: 100%;
}

.find_shop {
    padding: 0 0 10px;
}

.find_shop .content {
    padding: 10px 0 0;
    margin: 0 10px ;
    background: #fff;
}

.find_shop .content .cell {
    padding: 0 10px 10px;
}

.find_shop .content .cell h2 {
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
}

.find_shop .content .cell h2 .color1 {
    color: #ff793e;
}

.find_shop .content .cell h2 .color2 {
    color: #ff793e;
}

.find_shop .content .pic_box {
    display: block;
    width: 48%;
}

.find_shop .content .left_box {
    width: 66.5%;
}

.find_shop .content .right_box {
    width: 32.5%;
}

.find_shop .content img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.find_shop .content .right_box img+img {
    margin-top: 0;
}

.find_shop .shop_name {
    height: 24px;
    line-height: 24px;
    display: block;
}

.find_shop .shop_name .shop_name_logo {
    position: relative;
    float: left;
    display: block;
    height: 24px;
    width: 24px;
}

.find_shop .shop_name .shop_name_logo img {
    max-height: 24px;
    max-width: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.find_shop .shop_name em {
    color: #999;
    margin-left: 28px;
    height: 24px;
    line-height: 24px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 猜你喜欢 */
.your_like {
    background: #f6f6f6;
    padding-bottom: 60px;
}

.your_like a {
    display: block;
    width: 49%;
    background: #fff;
    font-size: 13px;
    margin-top: 4px;
    padding-bottom: 21px;
    position: relative;
}

.your_like .cell .has_tab {
    padding-bottom: 5px;
}

.your_like a:nth-of-type(1) {
    margin-right: 4px;
}

.your_like a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    max-height: 100%;
}

.your_like .pic {
    position: relative;
    margin: auto;
    margin-bottom: 8px;
    background: #f7f7f7;
    width: 115px;
}

.your_like .pic::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.your_like02 .goodsLabelBox span {
    display: inline-block;
    padding: 0 2px;
    height: 14px;
    line-height: 14px;
    font-size: 10px;
    color: #fb0628;
    background: #fee8eb;
    border-radius: 0 2px;
    margin-right: 4px;
}

.your_like02 .cell:first-child a {
    margin-top: 0;
}

/* 猜你喜欢图片 */
.your_like .pic .dianqin_icon {
    position: absolute;
    width: 31px;
    height: 31px;
    /* background: url() no-repeat center;*/
    background-size: contain;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.your_like .pic .shop_tab {
    /*display: inline-block;*/
    display: none;
    padding: 2px 5px;
    height: 14px;
    background: #ed9b93;
    color: #fff;
    position: absolute;
    bottom: -9px;
    left: 30px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 85%;
    transform: translateX( -50% );
    -webkit-transform: translateX( -50% );
}

.your_like .mes {
    color: #333;
    font-size: 14px;
    line-height: 16px;
    margin-top: 22px;
    padding: 0 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    overflow: hidden;
}

.your_like p {
    padding-left: 4px;
}

.your_like .price {
    padding: 10px 8px 15px;
}

.your_like .price span {
    color: #ff2741;
    font-size: 16px;
}

.your_like .price i {
    font-size: 14px;
}

.your_like .price em {
    display: inline-block;
    border-radius: 2px;
    padding: 0 4px;
    text-align: center;
    height: 14px;
    font-size: 12px;
    background: #fee8eb;
    color: #fb0628;
    line-height: 14px;
    position: relative;
    top: -1px;
}

.your_like a .look_similarity {
    position: absolute;
    right: 8px;
    bottom: 25px;
    width: 40px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #bfbfbf;
    font-size: 12px;
    color: #686868;
    text-align: center;
}

.your_like .tab {
    margin-left: 5px;
}

.your_like .tab img {
    width: 135px;
}

.your_like .spe_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%,-50% );
    -webkit-transform: translate( -50%,-50% );
    -moz-transform: translate( -50%,-50% );
    -o-transform: translate( -50%,-50% );
    width: 100%;
    height: 100%;
    max-width: 324px;
    max-height: 472px;
}

.your_like .spe_img2 {
    max-width: 320px;
    max-height: 490px;
}

.your_like02 {
    background: #fff;
}

.your_like02 a {
    width: calc(50% - 7px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0;
}

.your_like02 a:nth-of-type(1) {
    margin-left: 5px;
}

.your_like02 a:nth-of-type(2) {
    margin-right: 5px;
}

.your_like02 .mes {
    margin-top: 2px;
}

.your_like02 .goodsLabelBox {
    margin: 5px 10px ;
    height: 14px;
    overflow: hidden;
}

.your_like02 .goodsLabelBox span {
    display: inline-block;
    padding: 0 2px;
    height: 14px;
    line-height: 14px;
    font-size: 10px;
    color: #fb0628;
    background: #fee8eb;
    border-radius: 0 2px;
    margin-right: 4px;
}

.your_like02 a .look_similarity {
    bottom: 55px;
}

.your_like02 .tab {
    height: 16px;
}

.your_like02 .list_shop_label {
    border-top: 1px dashed #f4f4f4;
    padding: 5px 0;
    margin-top: 4px;
    height: 20px;
    line-height: 20px;
}

.your_like02 .list_shop_label .list_shopLoge_smallBox {
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    width: 36px;
    height: 10px
}

.your_like02 .list_shop_label .list_shopLoge_smallBox img {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
}

.your_like02 .list_shop_label .shopName {
    margin-left: 52px;
    display: block;
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 底部导航图标 */
.bottom_nav {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    left: 0;
    bottom: 0;
    border-top: 1px solid #eee;
}

.bottom_nav a {
    float: left;
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 0;
    text-align: center;
    font-size: 11px;
}

.bottom_nav a em {
    color: #999;
}

.bottom_nav a.active em {
    color: #e61b2d;
}

.bottom_nav .icon {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto 2px;
}

/* 返回顶部 */
.go_top {
    width: 45px;
    height: 45px;
    display: block;
    background: url(/client/images/go_top.png) no-repeat center;
    background-size: 38px;
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 99999;
    display: none;
}

/********************************************/
.active.index_head .search {
    margin: 0;
}

.yd_Box {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.5);
}

.yd_Box.swiper-container {
    width: 100%;
    height: 100%;
}

.yd_Box .yd_page {
    display: block;
    width: 100%;
    height: 100%;
}

#wrapper {
    position: absolute;
    z-index: 1;
    top: 45px;
    left: 0;
    height: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

#scroller {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 100%;
    padding: 0;
}

.i_banner {
    padding-top: 0;
}

.feature_banner .swiper-slide {
    width: 30%;
}

.feature_banner .swiper-slide:nth-last-of-type(1) {
    width: 70px !important;
}

.js_look_more {
    display: block;
    width: 100%;
    height: 100%;
    background: #f7f7f7 url(/client/images/area_more.png) no-repeat center;
    background-size: contain;
}

.purple-tag {
    font-size: 11px;
    padding: 0 5px;
    line-height: 16px;
    display: inline-block;
    background: #fb0628;
    color: #fff;
    margin-right: 4px;
}

/*  */
.anni_btn {
    width: 40px;
    height: 40px;
    /* background: url() no-repeat center;*/
    background-size: cover;
    position: fixed;
    bottom: 125px;
    right: 10px;
    z-index: 9999;
}

.anni_box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10000;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    transform: translateX( 100% );
    -webkit-transform: translateX( 100% );
}

.anni_box.active {
    transform: translateX( 0 );
    -webkit-transform: translateX( 0 );
}

.anni_box img {
    width: 100%;
}

.pulldownImgbox {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.pulldownImgbox img {
    width: 100%;
}

.pullDownLabel {
}

.pullDownLabel img {
    display: block;
    width: 50px;
    margin: 0 auto;
}

.pullDownLabel p {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.zt img {
    width: 100%;
    display: block;
}

.zt_02Box {
    padding: 5px 5px 0;
}

.zt .zt_02Box:nth-of-type(2) {
    padding: 4px 5px;
}

.zt_02Box a {
    display: block;
    float: left;
    margin: 0;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.zt_02Box a:nth-of-type(1) {
    padding-right: 2px
}

.zt_02Box a:nth-of-type(2) {
    padding-left: 2px
}

.zt_02Box a img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.zt_03Box {
    padding: 0 3px 4px;
}

.zt_03Box a {
    display: block;
    float: left;
    margin: 0;
    padding: 0 2px;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.zt_03Box a img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.zt>div:last-child {
    padding-bottom: 5px;
}

.brand_recommend_banner .swiper-slide {
    width: 40%;
}

/* flip adv style */
.free_scroll .swiper-slide {
    margin-right: 4px;
    width: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.free_scroll .swiper-slide .pic {
    position: relative;
}

.free_scroll .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.free_scroll .swiper-slide .new_price,.free_scroll .swiper-slide .old_prive {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.floor-title {
    font-size: 0;
}

/* sale prod style */
.sale-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sale-box-item {
    position: relative;
    width: 50%;
    border-radius: 2px;
}

.sale-box-item .sale-box-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -8px;
    height: 14px;
    font-size: 12px;
    color: #F02B2B;
}

.sale-box-item .sale-box-time i {
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    background: #F02B2B;
    border-radius: 2px;
}

.sale-box-item .img-box {
    width: 66px !important;
    height: 66px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sale-box-item .img-box::after {
    content: "";
    display: block;
    padding-top: 100%;
}

.sale-box-prod a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.sale-box-prod .img-box img {
    width: 100%;
    height: 100%;
}

.sale-box-prod .originPrice {
    font-size: 8px;
    line-height: 12px;
    color: #999;
    margin-top: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transform: scale(0.85);
}

.price-origin {
    font-size: 8px;
    color: #999;
    text-decoration: line-through;
    line-height: 12px;
}

.sale-box-price-box img {
    width: 100%;
}

.wdj .sale-box-bg {
    width: 100%;
}

.wdj .sale-box-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 10.3%;
    left: 8%;
    width: 66%;
    font-size: 10px;
    height: 20px;
    color: #fff;
}

.wdj .sale-box-title span {
    font-size: 1.4em;
    font-weight: bold;
}

.wdj .sale-box-prod {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 31.3%;
    width: 32.4%;
}

.wdj .sbp-left {
    left: 8.2%;
}

.wdj .sbp-right {
    left: 43.2%;
}

.wdj .sale-box-prod a {
    display: block;
    padding: 5px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wdj .sale-box-price-box {
    position: relative;
    margin-top: 4.4%;
    width: 79%;
}

.wdj .sale-box-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 9%;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #fb0628;
}

.wdj .sale-box-price span {
    margin-right: 8%;
    height: 16px;
    line-height: 16px;
}

.wdj .sale-box-price ul {
    margin: 0;
    padding: 0;
    width: 13.4%;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}

.wdj .sale-box-price ul+ul {
    margin-left: 8%;
}

.xsqg.sale-box-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 5px;
    left: 5px;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 2px;
    overflow: hidden;
}

.xsqg .sale-box-title {
    position: relative;
    width: 100%;
}

.sale-box-title a {
    height: 20px;
    display: inline-block;
}

.xsqg .sale-box-title img {
    width: 100%;
}

.xsqg .sale-box-prod-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 2%;
    background: -webkit-linear-gradient(top, #fff, #fff2ef);
    background: -o-linear-gradient(top, #fff, #fff2ef);
    background: linear-gradient(180deg, #fff, #fff2ef);
}

.xsqg .sale-box-prod {
    width: 32%;
}

.xsqg .sale-box-prod .price {
    padding-top: 8.7%;
    font-size: 12px;
    font-weight: bold;
    color: #f10f0f;
}

.xsqg .sale-box-prod .price .price-symbol {
    font-size: 10px;
}

.xsqg .sale-box-prod .origin-price {
    font-size: 10px;
    color: #999;
    text-decoration: line-through;
}

.sale-box.common {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sale-box-item.common {
    width: -webkit-calc(50% - 2px);
    width: calc(50% - 2px);
    background: #fff;
}

.sale-box-item.common:nth-child(1) {
    margin-right: 2.5px;
}

.sale-box-item.common:nth-child(2) {
    margin-left: 2.5px;
}

.sale-box-item.common .sale-box-title {
    position: relative;
    padding: 14px 8px 12px;
}

.sale-box-item.common .sale-box-title .showAlldata {
    background: url(/calendar/images/arrow_right2.png);
    background-size: 100%;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 16px;
    right: 8px;
    display: inline-block;
}

.sale-box-item.common .sale-box-title a {
    height: 20px;
    display: inline-block;
}

.sale-box-item.common .sale-box-time {
    top: 25px;
    right: 22px;
}

.sale-box-item.common .sale-box-time i {
    margin: 0 1px;
}

.sale-box-item.common .sale-box-title span {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    line-height: 18px;
}

.sale-box-item.common .sale-box-prod-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 8px 8px;
    min-height: 100px;
}

.sale-box-item.common .sale-box-prod-wrapper .sale-box-prod {
    width: 50%;
    height: 100%;
    text-align: center;
}

.sale-box-item.common .sale-box-prod-wrapper .sale-box-prod a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.sale-box-item.common .price {
    margin-top: 6px;
    line-height: 18px;
    font-size: 10px;
    font-weight: bold;
    color: #f02b2b;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.sale-box-item.common .origin-price {
    font-size: 8px;
    color: #999;
    text-decoration: line-through;
    margin-top: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.sale-box-item.common .sale-box-price-box {
    position: relative;
    margin: 12px auto 0;
    width: 44px;
}

.sale-box-item.common .sale-box-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
    height: 16px;
    font-size: 12px;
    color: #F02B2B;
}

.sale-box-item.common .sale-box-price>* {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 25%;
    height: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
    overflow: hidden;
}

.show {
    width: 75%;
    height: 75%;
    opacity: 1;
    transition: 0.5s;
}

.hidden {
    width: 75%;
    height: 75%;
    opacity: 0;
    transform: scale(0.7);
    transition: 0.5s;
}

.show2 {
    opacity: 1;
    transform: scale(1.2);
    transition: 0.5s;
}

.hidden2 {
    opacity: 0;
    transition: 0.5s;
}

.priceWrap {
    width: 100%;
    height: 40%;
}

.firstPrice {
    transform: scale(1.2) !important;
}

.firstOriginPrice {
    transform: scale(1) !important;
}
/*猜你喜欢 start*/
.guessLikeWrapper{
    background-color: #f5f5f5;
    border-radius: 8px 8px 0 0;
}
.employee-wrapper {
    /*background: #f5f5f5;*/
    border-radius: 12px;
}
.guess_u_like_container{
    padding-left: 10px;
}
.guess_u_like_container.fixCat{
    padding: 0 10px;
}
.guess_u_like_container, .prod-ver-container{
    /* padding: 0 10px; */
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.guess_u_like_wrapper, .prod-ver-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    box-sizing: content-box;
}
.guess_u_like_slider{
    padding: 12px 0;
    height: auto;
    width: auto !important;
    margin-right: 22.5px;
    font-size: 13px;
    position: relative;
}
.recomName{
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: 16px;
}
.recomName.active{
    color: #e61a2c;
    font-size: 15px;
    font-weight: bold;
}
.recomName{
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: 16px;
}
.fupin-prod-waterfall-wrapper{
    padding: 0 6px;
}
.fupin-prod-waterfall-wrapper .prod-ver-box{
    background: #fff;
}
.fupin-prod-waterfall-wrapper .prod-ver-box {
    border-radius: 4px;
}
.prod-ver-box {
    display: inline-block;
    margin: 4px 4px 0 4px;
    margin-right: 0;
    width: calc(50% - 6px);
    box-sizing: border-box;
    background: #fff;
    vertical-align: top;
}
.prod-ver-box .img-box {
    position: relative;
    background: #fff;
}
.prod-ver-box .sale-tag{
    position: absolute;
    top: 12px;
    left: 0;
    padding: 2px 4px;
    font-weight: bold;
    font-size: 12px;
    color: red;
    border: 2px solid red;
    border-radius: 4px;
    transform: rotate(-45deg);
}
.prod-ver-box .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-bottom: 0;
    max-width: 100%;
    height: 100%;
    margin: auto;
}
.fupinSale {
    color: #999;
    position: absolute;
    bottom: 4px;
    right: 8px;
    font-size: 12px;
}
.prod-ver-box .img-box::after {
    content: "";
    display: block;
    padding-top: 100%;
}
.prod-ver-info {
    position: relative;
    width: 100%;
}
.fupin-prod-waterfall-wrapper .tips {
    margin-bottom: 6px;
}
.prod-ver-info .tips {
    padding-top: 5px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 4px;
}
.tips .Activity, .prodNameTitle .Activity {
    display: inline-block;
    width:40px;
    height:16px;
}
.prod-ver-info .waterfall-prod-name {
    color: #333;
    font-size: 12px;
    line-height: 16px;
}
.coupon {
    text-align: left;
    margin-left: 10px;
}
.guesscoupon span {
    display: inline-block;
    background: rgba(230, 26, 44, 0.1);
    font-size: 10px;
    font-weight: 400;
    color: rgba(230, 26, 44, 1);
    padding: 1px 5px;
    box-sizing: border-box;
    border-radius: 3px;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 6px;
}
.guesscoupon span:last-child {
    margin-right: 0;
}
.fillBlankTag{
    visibility: hidden;
}
.fupin-prod-waterfall-wrapper .new-price-wrapper {
    position: relative;
    min-height: 14px;
    margin-bottom: 4px;
}
.fupin-prod-waterfall-wrapper .new-price-wrapper {
    padding-left: 10px;
}
.fupin-prod-waterfall-wrapper .new-prod-price {
    color: #ee5050;
    font-weight: 700;
    font-size: 10.5px;
    display: inline-block;
    text-align: left;
    left: 10px;
    bottom: 0;
}

.fupin-prod-waterfall-wrapper .new-prod-price, .fupin-prod-waterfall-wrapper .new-prod-price .sticking-price {
    font-size: 16px;
    color: #f10f0f;
}
.fupin-prod-waterfall-wrapper .new-prod-price .sticking-price {
    font-size: 14px;
}
.fupin-prod-waterfall-wrapper .new-prod-price, .fupin-prod-waterfall-wrapper .new-prod-price .sticking-price {
    font-size: 16px;
    color: #f10f0f;
}
.new-origin-prod-price {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}
.add-cart-btn {
    position: absolute;
    right: 5px;
    width: 20px;
    bottom: 50%;
    transform: translateY(50%);
}
.prod-ver-box .img-box .brandbox{
    bottom: 0;
    margin: 0;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    vertical-align:bottom;
    text-align:center;
    min-height:4px;
    display:flex;
    justify-content:center;
    align-items:baseline;
}
.brandbox .brand{
    color:#DC8C13;
    background-color:#FCEBC9;
    font-size:12px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 400;
    text-align: center;
    padding: 2px 10px;
    box-sizing: border-box;
    margin: 0 auto;
}
.fixCat{
    position: fixed;
    background: #efefef;
    z-index: 1007;
    padding-bottom: 2px;
}
.fillBlank{
    height: 45px;
    width: 100%;
    display: none;
}
.bottom-line{
    text-align: center;
    margin-top:15px;
    padding-bottom:25px;
    color: #777;
    font-size: 12px;
}
/*猜你喜欢*/