.wap_auction_lotList {}

.wap_auction_lotList .lot-item {
    margin: .3rem;
    padding: .3rem .1rem;
    box-shadow: 0px 0px .4rem 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
}

.lot-item .lot-image-wrap {
    width: 1.7rem;
    height: 1.92rem;
    margin-left: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.lot-item .lot-image-wrap img {
    max-width: 100%;
    max-height: 100%;
}

.lot-image-wrap .lot-label {
    width: 100%;
    height: .34rem;
    position: absolute;
    top: .2rem;
    left: 0;
}

.lot-image-wrap .lot-label.prev {
    background: url("../../images/auction-lot-perv.png") no-repeat left;
    background-size: auto .34rem;
}

.lot-image-wrap .lot-label.run {
    background: url("../../images/auction-run.png") no-repeat left;
    background-size: auto .34rem;
}

.lot-image-wrap .lot-label.end {
    background: url("../../images/auction-end.png") no-repeat left;
    background-size: auto .34rem;
}

.lot-item .lot-item-line {
    margin-left: .2rem;
    flex: 1;
    flex-direction: column;
}

.lot-item .lot-line-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.lot-line-wrap .lot-num {
    height: .34rem;
    font-size: .26rem;
    color: #7D7D7D;
    flex: 1;
    display: flex;
    align-items: center;
}

.lot-line-wrap .lot-state {
    height: .34rem;
    font-size: .22rem;
    margin-right: .2rem;
    display: flex;
    align-items: center;
}

.lot-line-wrap .lot-state.can {
     color: #EE8615;
}

.lot-line-wrap .lot-state.run {
    color: #EE8615;
}

.lot-line-wrap .lot-state.end {
    color: #9E9E9E;
}


.lot-item-line .lot-line-name {
    height: .8rem;
    line-height: .4rem;
    font-size: .28rem;
    font-weight: bold;
    margin: .24rem .2rem .2rem 0;
}

.lot-item-line .lot-line-price {
    display: flex;
    font-size: .26rem;
    color: #E31F2C;
}

.lot-item .lot-live-wrap {
    display: flex;
}

.lot-item .lot-live {
    height: .52rem;
    font-size: .26rem;
    color: #fff;
    background-color: #E31F2C;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0 0.16rem;
    display: flex;
    align-items: center;
}

.sort-wrap {
    display: flex;
    flex-direction: row;
    padding: .3rem .3rem .2rem;
}

.sort-wrap .sort-flex {
    height: .4rem;
    line-height: .4rem;
    color: #9E9E9E;
    font-size: .28rem;
    flex: 1;
    display: flex;
}

.sort-wrap .sort-flex.center {
    justify-content: center;
}

.sort-wrap .sort-flex.end {
    justify-content: flex-end;
    padding-right: .2rem;
}

.sort-wrap .sort-flex span {
    position: relative;
}

.sort-wrap .sort-flex span::after {
    content: ' ';
    width: .2rem;
    height: .2rem;
    background: url("../../images/address/address_more.png") no-repeat center;
    background-size: .2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.search-wrap {
    margin: .3rem;
    height: .6rem;
    display: flex;
    background: #F6F6F6;
    border-radius: 4px;
    display: -webkit-box;
}

.search-wrap .search-icon {
    width: .6rem;
    height: .6rem;
    display: flex;
    background: url("../../images/hoem-search.png") no-repeat center;
    background-size: .32rem .32rem;
}

.search-wrap .input-wrap {
    -webkit-box-flex: 1;
}

.search-wrap .input-wrap input {
    width: 100%;
    height: .6rem;
    border: none;
    outline: none;
    padding-left: .06rem;
    font-size: .24rem;
    float: left;
    background: #F6F6F6;
    border-radius: 4px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.search-wrap .input-wrap input::placeholder {
    color: #A2A2A2;
}