.batch-view{
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    cursor: pointer;
    color: #666;
}
.batch-view img{
    width: 148px;
    vertical-align: bottom;
    margin-bottom: 12px;
}
.batch-view .batch-hover{
    display: none;
}
.batch-view:hover img{
    display: none;
}
.batch-view:hover .batch-hover{
    display: inline-block;
}
.money-unit{
    color: #d50000;
    text-align: right;
}
.view-money{
    color: #1f6cdd;
    cursor: pointer;
    font-size: 14px;
}
.view-money img{
    width: 94px;
    float: left;
    margin-right: 5px;
}
.view-money .view_hover{
    display: none;
}
.view-money:hover img{
    display: none;
}
.view-money:hover .view_hover{
    display: inline-block;
}
.list-tag{
    margin-bottom: 10px;
    overflow: hidden;
}
.list-tag div{
    float: left;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    margin-right: 10px;
}
.list-tag .list-way{
    background: #ff5f1b;
}
.list-tag .list-type{
    background: #1f6cdd;
}

.success-btn{
    margin-bottom: 50px;
}
.success-btn p{
    text-align: center;
    margin: 0 auto;
    width: 220px;
    background: #d50000;
    color: #fff;
    line-height: 35px;
    cursor: pointer;
}
.verify-qrcode {
    width: 362px;
    padding: 20px;
    margin-top: 20px;
    background-color: #ffffff;
}
.verify-qrcode .qrcode {
    display: block;
    max-width: 120px;
    margin: 0 auto;
}
.search-menu-box li .select-unit{
    position: absolute;
    right: 0;
    color: #999;
}
.search-menu-box li .select-unit:hover{
    color: #d50000;
}
.list-title-right{
    width: 55%;
}