.wap-special-head {
    padding: .2rem .3rem .2rem .2rem;
    background-color: #222;
    display: flex;
    flex-direction: column;
}

.wap-special-head .head-top {
    display: flex;
    flex-direction: row;
    display: -webkit-box;
}

.head-top .left-wrap {
    width: 1.92rem;
    display: flex;
    flex-direction: column;
}

.left-wrap .image-wrap {
    width: 1.92rem;
    height: 2.56rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.left-wrap .follow-wrap {
    margin-top: .2rem;
    display: flex;
    justify-content: center;
}

.head-top .right-wrap {
    position: relative;
    margin-left: .2rem;
    display: flex;
    -webkit-box-flex: 1;
    flex-direction: column;
}

.right-wrap .org-name-text {
    font-size: .28rem;
    color: #fff;
    display: flex;
}

.right-wrap .name-text {
    margin-top: .2rem;
    margin-bottom: .1rem;
    font-size: .28rem;
    line-height: .48rem;
    color: #fff;
    display: flex;
}

.right-wrap .desc-text {
    margin-top: .1rem;
    font-size: .24rem;
    color: #fff;
    line-height: .38rem;
}

.right-wrap i {
    width: .4rem;
    height: .4rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(70%, 0);
    background: url("../../images/auction/auction_head_more.png") no-repeat center;
    background-size: .4rem;
}

.head-bottom {
    margin-top: .5rem;
    display: flex;
    flex-direction: row;
    font-size: .24rem;
    color: #fff;
}

.head-bottom .num-flex {
    flex: 1;
    line-height: .36rem;
}

.lot-list-footer {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.lot-list-footer .footer-item {
    flex: 1;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    align-content: center;
}

.lot-list-footer .footer-item i.cus {
    margin-top: .1rem;
    display: flex;
    height: .44rem;
	width: .44rem;
    background: url("../../images/help/keFu.png") no-repeat center;
    background-size: .4rem;
}

.lot-list-footer .footer-item.b {
    background-color: #000;
}

.lot-list-footer .footer-item i.cart {
    margin-top: .1rem;
    display: flex;
    height: .44rem;
    background: url("../../images/help/zn.png") no-repeat center;
    background-size: .44rem;
}

.lot-list-footer .footer-item.b span {
    color: white;
}

.lot-list-footer .footer-item span {
    margin-top: .1rem;
    font-size: .24rem;
    color: #333;
    display: flex;
    justify-content: center;
}

