﻿.touchweb-com_searchListBox.hide {
    display: none;
}

.touchweb-com_searchListBox li {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    margin-left: -1px;
    padding-bottom: 5px;
}

.touchweb-com_searchListBox .item {
    display: block;
    padding: 5px 5px 0px 5px;
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
}

    .touchweb-com_searchListBox .item:active {
        background-color: #f5f5f5;
    }

    .touchweb-com_searchListBox .item:after {
        content: "";
        display: table;
        clear: both;
    }

    .touchweb-com_searchListBox .item .pic_box {
        float: left;
        margin-right: 10px;
        background-size: cover;
        background-position: center;
        width: 80px;
        background-color: #fff;
        overflow: hidden;
        position: relative;
    }

        .touchweb-com_searchListBox .item .pic_box:after {
            content: '';
            padding-top: 100%;
            display: block;
            width: 100%;
        }

        .touchweb-com_searchListBox .item .pic_box img {
            display: block;
            width: 100%;
            height: auto;
            position: absolute;
        }

    .touchweb-com_searchListBox .item .title_box {
        /*height: 33px;
            overflow: hidden;
            color: #666;
            font-size: 12px;
            line-height: 18px;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;*/
        height: 44px;
        overflow: hidden;
        font-size: 12px;
        line-height: 18px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        text-decoration: none;
        cursor: pointer;
        outline: 0;
        color: #252525;
        background: #fff;
        margin-left: 0px;
        padding: 5px;
        margin-top: -10px;
    }

    .touchweb-com_searchListBox .item .title_samll {
        font-weight: bold;
        overflow: hidden;
        color: #666;
        font-size: 14px;
        line-height: 18px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

.storejuli {
    position: absolute;
    right: 1.4em;
    bottom: 1.6em;
    color: #999;
    font-size: 0.9em;
}

.distance {
    position: absolute;
    right: 1.4em;
    color: #999;
    font-size: 0.9em;
}

.touchweb-com_searchListBox .item .title_box .self_sell {
    display: inline-block;
    height: 12px;
    line-height: 12px;
    padding: 0 3px;
    border: 1px solid #ff3c25;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #ff3c25;
    font-size: 1rem;
}

.touchweb-com_searchListBox .item .title_box .purchased {
    font-size: 12px;
    color: #f39800;
}

.touchweb-com_searchListBox .item .title_box .shop_abroad {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    padding: 0 3px;
    border: 1px solid #ae74f3;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #ae74f3;
}

.touchweb-com_searchListBox .item .active_box {
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 9999;
    top: 0px;
    left: 0px;
}

    .touchweb-com_searchListBox .item .active_box span {
        display: block;
        width: 30px;
        height: 30px;
        background: url(../images/HOT.png) no-repeat;
        background-size: auto 100px;
        text-indent: -9999px;
    }

    .touchweb-com_searchListBox .item .active_box .active_tag:nth-child(-n+3) {
        display: inline-block;
    }

    .touchweb-com_searchListBox .item .active_box .active_tag:last-child {
        margin-right: 0;
    }

    .touchweb-com_searchListBox .item .active_box .active_tag.bg_blue {
        background-color: #4cb8f7;
    }

    .touchweb-com_searchListBox .item .active_box .active_tag.bg_red {
        background-color: #ff8b67;
    }

    .touchweb-com_searchListBox .item .active_box .active_tag.bg_purple {
        background-color: #8f65c4;
    }

    .touchweb-com_searchListBox .item .active_box .active_tag .icon {
        display: inline-block;
        width: 10px;
        height: 12px;
        line-height: 12px;
        text-align: center;
        vertical-align: middle;
    }

.touchweb-com_searchListBox .item .price_box {
    /*height: 25px;
        line-height: 25px;*/
    text-align: left;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin-left: 0px;
    background: #fff;
    padding: 5px;
    overflow: hidden;
}

    .touchweb-com_searchListBox .item .price_box dd {
        color: #878787;
        font-size: 13px;
        width: 50%;
        float: left;
    }

        .touchweb-com_searchListBox .item .price_box dd.txt {
            text-align: right;
        }

    .touchweb-com_searchListBox .item .price_box .new_price {
        display: inline-block;
        color: #9C1B53;
        vertical-align: middle;
    }

    .touchweb-com_searchListBox .item .price_box i {
        font-size: 12px;
    }

    .touchweb-com_searchListBox .item .price_box small {
        font-size: 1.4rem;
    }

    .touchweb-com_searchListBox .item .price_box del {
        color: #bbb;
        font-size: 1.0rem;
    }

.touchweb-com_searchListBox.openList .item .price_box {
    height: 50px;
}

.touchweb-com_searchListBox .ui-number {
    position: absolute;
    bottom: 10px;
    right: 40px;
    border: 1px solid #ddd9da;
    overflow: hidden;
    height: 25px;
    display: block;
    width: 92px;
    background: #FFF;
    z-index: 9999;
}

.openList .ui-number {
    border: 1px solid #ddd9da;
    overflow: hidden;
    height: 25px;
    display: block;
    width: 92px;
    background: #FFF;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 12px;
    position: inherit;
    bottom: 0px;
    right: auto;
}

.touchweb-com_searchListBox .decrease {
    display: inline-block;
    background: none;
    font-size: 24px;
    line-height: 25px;
    border: 0;
    width: 25px;
    float: left;
    height: 25px;
    color: #F8849C;
    border-right: 1px solid #ddd9da;
    text-indent: -9999px;
    background: url(../images/shop-cart.png) no-repeat 5px -26px;
    background-size: 60px;
}

.touchweb-com_searchListBox .ui-number .num {
    display: inline-block;
    border: 0;
    width: 40px;
    height: 25px;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    color: #666;
    font-size: 20px;
    text-align: center;
}

.touchweb-com_searchListBox .increase {
    display: inline-block;
    background: none;
    border: 0;
    border-left: 1px solid #ddd9da;
    float: left;
    width: 25px;
    height: 25px;
    font-size: 24px;
    line-height: 25px;
    color: #F8849C;
    background: url(../images/shop-cart.png) no-repeat -25px -26px;
    background-size: 60px;
    text-indent: -9999px;
}

.touchweb-com_searchListBox .ui-number {
    position: absolute;
    bottom: 10px;
    right: 40px;
    border: 1px solid #ddd9da;
    overflow: hidden;
    height: 25px;
    display: block;
    width: 92px;
    background: #FFF;
    z-index: 9;
}

.openList .ui-number {
    border: 1px solid #ddd9da;
    overflow: hidden;
    height: 25px;
    display: block;
    width: 92px;
    background: #FFF;
    position: absolute;
    bottom: 0px;
    right: auto;
}

.touchweb-com_searchListBox .decrease {
    display: inline-block;
    background: none;
    font-size: 24px;
    line-height: 25px;
    border: 0;
    width: 25px;
    float: left;
    height: 25px;
    color: #F8849C;
    border-right: 1px solid #ddd9da;
    text-indent: -9999px;
    background: url(../images/shop-cart.png) no-repeat 5px -26px;
    background-size: 60px;
}

.touchweb-com_searchListBox .ui-number .num {
    display: inline-block;
    border: 0;
    width: 40px;
    height: 25px;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    color: #666;
    font-size: 20px;
    text-align: center;
}

.touchweb-com_searchListBox .increase {
    display: inline-block;
    background: none;
    border: 0;
    border-left: 1px solid #ddd9da;
    float: left;
    width: 25px;
    height: 25px;
    font-size: 24px;
    line-height: 25px;
    color: #F8849C;
    background: url(../images/shop-cart.png) no-repeat -25px -26px;
    background-size: 60px;
    text-indent: -9999px;
}

.touchweb-com_searchListBox .item .comment_box {
    height: 25px;
    line-height: 15px;
    margin-top: 5px;
    color: #999;
    font-size: 1rem;
}

    .touchweb-com_searchListBox .item .comment_box .percentage {
        color: #ff3c25;
    }

        .touchweb-com_searchListBox .item .comment_box .percentage span {
            display: inline-block;
            width: 10px;
            height: 12px;
            line-height: 12px;
            text-align: center;
            vertical-align: top;
            font-size: 1rem;
        }

.touchweb-com_searchListBox.openList li {
    float: left;
    width: 50%;
}

    .touchweb-com_searchListBox.openList li:nth-child(even) .item {
        border-right-color: #fff;
    }



.touchweb-com_searchListBox .item .youhui_box {
    height: 40px;
    line-height: 15px;
    margin-top: 4px;
    color: #999;
}

    .touchweb-com_searchListBox .item .youhui_box span {
        float: left;
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        width: 20px;
        height: 20px;
        background: #9C1B53;
        border-radius: 2px;
        text-align: center;
        margin: 0 5px 10px 0;
    }

    .touchweb-com_searchListBox .item .youhui_box em {
        line-height: 15px;
        margin-left: 5px;
        color: #666;
    }

.touchweb-com_searchListBox.openList .item .pic_box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
    position: relative;
}
    /*height: auto; */
    .touchweb-com_searchListBox.openList .item .pic_box.cloth:after {
        content: '';
        padding-top: 140%;
        display: block;
        width: 100%;
    }

    .touchweb-com_searchListBox.openList .item .pic_box:after {
        content: '';
        padding-top: 100%;
        display: block;
        width: 100%;
    }

.touchweb-com_searchListBox.openList .item .active_box .active_tag {
    display: none;
}

    .touchweb-com_searchListBox.openList .item .active_box .active_tag:nth-child(-n+1) {
        display: inline-block;
    }

.touchweb-com_searchListBox.openList .item .comment_box {
    height: 50px;
    padding-left: 3px;
    display: none;
}

.touchweb-com_searchListBox.openList .bug_car {
    border-left: none;
}

.touchweb-com_searchListBox .bug_car {
    position: absolute;
    bottom: 12px;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 28px;
    color: #9C1B53;
    font-size: 2.2rem;
    text-align: center;
}

.touchweb-com_searchListBox.openList .bug_car {
    border-left: none;
}

.touchweb-com_searchListBox .bug_car {
    position: absolute;
    bottom: 12px;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 28px;
    color: #9C1B53;
    font-size: 2.2rem;
    text-align: center;
}

    .touchweb-com_searchListBox .bug_car i {
        background: url(../images/cart.png) no-repeat center center;
        height: 30px;
        width: 40px;
        background-size: 30px 30px;
        display: block;
    }

    .touchweb-com_searchListBox .bug_car.sold_out {
        color: #bcbcbc;
    }

.loading_banner {
    text-align: center;
}

    .loading_banner .loading {
        background-image: url("../images/loading.png");
        display: inline-block;
        margin: 10px 0;
        background-size: 12px;
        width: 12px;
        height: 12px;
        -webkit-animation: rotate 2s linear 0s infinite;
        animation: rotate 2s linear 0s infinite;
    }

.listprice_pro {
    float: left;
    margin: auto;
    margin-top: 3px;
    display: block;
    font-size: 10px;
    color: #9C1B53;
    height: 50px;
    line-height: 150%;
    text-align: left;
    width: 100%;
}

    .listprice_pro i {
        font-size: 12px;
        color: #9C1B53;
    }

.red_btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #bf000e;
    display: block;
    text-align: center;
    color: #fff;
}
