﻿.eq-item-view[data-v-35c71e44] {
    background: #fff
}

.eq-item-view .status[data-v-35c71e44] {
    width: 80px;
    height: 80px;
    background-image: url(../images/ic_tbb_undercarriage@2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 15px;
    bottom: 15px
}

.thumb-wrap[data-v-35c71e44] {
    width: 100%;
    height: 190px;
    margin-bottom: 16px;
    position: relative
}

.thumb-wrap .thumb[data-v-35c71e44] {
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    border: none
}

.thumb-wrap .date[data-v-35c71e44] {
    color: #fff;
    font-size: 10px;
    padding: 3px 8px;
    line-height: 15px;
    border-radius: 20px;
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, .7)
}

.thumb-wrap .tips[data-v-35c71e44] {
    background: linear-gradient(114deg, #ff7e89, #ff4757);
    border-radius: 0 0 12px 0;
    color: #fff;
    font-size: 13px;
    padding: 3px 10px 3px 6px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    white-space: nowrap
}

.thumb-wrap .tips em[data-v-35c71e44] {
    padding-left: 5px
}

.title[data-v-35c71e44] {
    padding: 0 16px;
    color: #4a4a53;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px
}

.desc[data-v-35c71e44] {
    font-size: 14px;
    font-weight: 400;
    color: #9ea4af;
    padding: 8px 16px
}

.news[data-v-35c71e44] {
    background-image: url(../images/ic_news@2x.png);
    background-size: 100%;
    width: 36px;
    height: 18px;
    margin-left: 16px;
    display: block
}

.price[data-v-35c71e44] {
    font-size: 16px;
    font-weight: 400;
    color: #ff4757;
    position: absolute;
    bottom: 16px;
    padding: 0 12px
}

.price .us[data-v-35c71e44] {
    color: #6a6a77;
    font-size: 12px
}

@media only screen and (max-device-width:768px) {
    .eq-item-view[data-v-35c71e44] {
        margin: 10px;
        position: relative;
        overflow: hidden
    }

    .eq-item-view .status[data-v-35c71e44] {
        right: 0;
        bottom: 0
    }

    .thumb-wrap[data-v-35c71e44] {
        width: 140px;
        margin-right: 10px;
        height: 104px;
        margin-bottom: 0
    }

    .thumb-wrap .tips[data-v-35c71e44] {
        display: none
    }

    .seat[data-v-35c71e44] {
        position: absolute;
        padding: 0;
        left: 153px;
        right: 0
    }

    .title[data-v-35c71e44] {
        top: 4px
    }

    .desc[data-v-35c71e44] {
        top: 28px
    }

    .price[data-v-35c71e44] {
        bottom: 5px
    }

    .news[data-v-35c71e44] {
        top: 54px;
        margin-left: 0
    }
}

.eq-list-wrapper[data-v-422b6357] {
    /* justify-content: space-between; */
    flex-wrap: wrap
}

.eq-list-wrapper .eq-item[data-v-422b6357] {
    width: 24%;
    height: 320px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 16px;
}

.eq-list-wrapper .eq-item[data-v-422b6357]:nth-child(4n){
    margin-right: 0;
}

.eq-list-wrapper .eq-item .a-item[data-v-422b6357] {
    display: block;
    height: 100%
}

.eq-list-wrapper .eq-item[data-v-422b6357]:hover {
    transition: all .3s ease-in;
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .1);
    border: 1px solid rgba(243, 138, 30, .3)
}

.eq-list-wrapper .eq-item[data-v-422b6357]:last-child:nth-child(4n - 1) {
    margin-right: 304px
}

.eq-list-wrapper .eq-item[data-v-422b6357]:last-child:nth-child(4n - 2) {
    margin-right: 608px
}

.empty-wrap[data-v-422b6357] {
    text-align: center;
    padding: 100px 0;
    font-size: 20px;
    font-weight: 400;
    color: #bdc1c9
}

.empty-wrap .__em-icon[data-v-422b6357] {
    background: url(../images/ic_empty_data@2x.png) no-repeat;
    width: 400px;
    height: 300px;
    display: block;
    margin: 0 auto;
    background-size: 100%
}

@media only screen and (max-device-width:768px) {
    .eq-list-wrapper[data-v-422b6357] {
        padding: 0 10px 10px
    }

    .eq-list-wrapper .eq-item[data-v-422b6357] {
        width: 100%;
        height: auto;
        min-height: 126px;
        margin-bottom: 0;
        margin-top: 10px
    }

    .eq-list-wrapper .eq-item[data-v-422b6357]:last-child:nth-child(4n - 1),
    .eq-list-wrapper .eq-item[data-v-422b6357]:last-child:nth-child(4n - 2) {
        margin-right: 0
    }

    .empty-wrap .__em-icon[data-v-422b6357] {
        width: 200px;
        height: 150px
    }
}