.zzf_yun_box {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(/client/images/zzf_new_order/yun_bg.jpg) no-repeat;
    background-size: contain;
    z-index: 999;
    left: 0;
    top: 61px;
    display: none;
}

.zzf_yun_box .tab {
    padding-top: 50px;
    display: none;
}
.zzf_yun_box .tab strong,
.zzf_yun_box .tab a {
    text-align: center;
    display: block;
    font-size: 14px;
}
.zzf_yun_box .tab a {
    line-height: 24px;
}
.zzf_yun_box .tab strong{
    font-size: 18px;
    padding-bottom: 10px;
}

.icon-shuaxin {
    background: url(/client/images/zzf_new_order/icon_shuaxin.png) no-repeat center;
    background-size: auto 16px;
    display: inline-block;
    width: 19px;
    height: 16px;
    margin-right: 15px;
    vertical-align: middle;
}

.icon-shanchu2 {
    background: url(/client/images/zzf_new_order/icon_del.png) no-repeat center;
    background-size: auto 16px;
    display: inline-block;
    float: right;
    height: 16px;
    width: 19px;
    margin: 16px 15px 0 0;
}


.icon-guanbi1 {
    width: 20px;
    height: 20px;
    background: url(/client/images/zzf_new_order/spe_close.png) no-repeat center;
    background-size: cover;
    display: none;
}


.zzf_sure_pannel {
    text-align: center;
    background: #fff;
    position: fixed;
    left: 36px;
    right: 36px;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate( 0,-50% );
    z-index: 9999;
    border-radius: 6px;
    display: none;
}
.zzf_sure_pannel h2 {
    font-size: 16px;
    line-height: 56px;

}
.zzf_sure_pannel p {
    margin: 0 auto;
    width: 64%;
    font-size: 13px;
    color: #999;
    line-height: 18px;
}
.zzf_sure_pannel .option_box {
    margin-top: 15px;
    border-top: 1px solid #ddd;
}
.zzf_sure_pannel .option_box button {
    width: 50%;
    display: inline-block;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
}
.zzf_sure_pannel .option_box a:nth-last-of-type(1) {
    border-right: none;
}

.p_mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    display: none;
}

.search-item {
    white-space: normal;
    text-overflow: ellipsis;
    max-width: 100px;
}


/**bfd推荐栏样式**/
.guess_like {
    padding: 12px;
}
.guess_like .swiper-container {
    padding-bottom: 10px;
}
.guess_like .cell {
    display: block;
    float: left;
    width: 32%;
    margin: 0 2% 12px 0;
}
.guess_like .cell .pic {
    width: 100%;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.guess_like .cell .pic img {
    width: 100%;
}
.guess_like .swiper-slide .cell:nth-of-type(3n){
    margin-right: 0;
}
.guess_like .cell .mes {
    font-size: 13px;
    color: #333;
    line-height: 18px;
    height: 36px;
    margin: 5px 0 0 0;
    overflow: hidden;
}
.guess_like .cell .money {
    font-size: 13px;
    color: #f02b2b;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.like_banner h2 {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
    padding-left: 4px;
    border-left: 3px solid #fb0628;
}

.guess_like .swiper-pagination-bullet {
    width: 10px;
    height: 3px;
    background:#ccc;
    opacity:1;
    margin: 0 2px !important;
}
.guess_like .swiper-pagination-bullet-active {
    background:#f02b2b;
    opacity:1;
}

.guess_like .swiper-container-horizontal>.swiper-pagination-bullets,
.guess_like .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}