.warp {
    max-width: 1180px;
    margin: 20px auto 0;
    background-color: white;
    padding: 10px;
}

.warp .title {
    float: left;
    height: 50px;
    line-height: 50px;
}

.warp .title>span {
    font-size: 24px;
    font-weight: bold;
}

.warp .status {
    float: left;
    margin-right: 10px;
    margin-top: 0.5rem;
}

.warp .status div {
    border-radius: 15%;
    border: 1px solid rgba(167, 167, 167, 0.5);
    width: 60px;
    text-align: center;
    line-height: 30px;
}

.warp .status .ing {
    background-color: darkred;
    color: white;
}

.warp .status .show {
    background-color: darkgreen;
    color: white;
}

.warp .status .over {
    background-color: gray;
    color: white;
}

.owner {
    font-size: 14px;
    font-weight: bold;
    color: rgb(204, 13, 13);
}

.progress {
    padding: 15px 10px;
}

.progress .left .tips {
    font-size: 20px;
    color: rgb(179, 13, 13);
    margin-left: 15px;
    font-weight: bold;
}

.progress .right .nums {
    font-size: 20px;
    line-height: 25px;
    position: relative;
}

.progress .right .nums input {
    height: 23px;
    width: 100px;
}

.progress .right .price {
    font-size: 20px;
    margin-top: 35px;
}

.progress .right .price input {
    height: 40px;
    width: 100px;
    color: white;
    text-align: center;
    background-color: rgb(241, 3, 3);
    border-radius: 2px;
    border: none;
}

.progress .timmer {
    margin-left: 15px;
}

.progress .price-box {
    margin-left: 15px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.progress .price-box span,
.progress .price-box b {
    font-size: 25px;
}

.progress .price-box .now_price {
    color: red;
}

.info-over {
    line-height: 38px;
}

.layui-badge {
    height: 22px;
    line-height: 24px;
}

.bid {
    display: block;
    width: 220px;
    margin: 30px auto 20px;
}

.plus,
.jian {
    background-color: rgb(31, 56, 92);
    border-radius: 2px;
    color: white;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.data-show-box * {
    /*font-size:20px;*/
}

.data-show-box span {
    font-size: 20px;
    font-weight: bold;
}

.data-show-box {
    /*font-size:20px;*/
}

.date-tiem-span,
.date-s-span {
    display: inline-block;
    font-size: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.date-tiem-span {
    background: #333;
}

.date-s-span {
    background: #f00;
}

.date-select-a {
    margin-right: 5px;
}

.log {
    max-width: 1000px;
    margin: 20px auto;
    background-color: white;
    padding: 20px 0;
}

.log table {
    margin: 0 auto;
    border: 1px solid #bdbdbd;
}

.log table tr {
    text-align: center;
    height: 30px;
}

.log table tr td {
    border: 1px solid #bdbdbd;
}

.lasttime {
    margin-bottom: 15px;
    font-size: 20px;
}

.noapply {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: rgb(230, 22, 22);
}

body .lay-msg-bg {
    text-align: center;
    color: white;
    background-color: rgb(192, 66, 66) !important;
    border: 1px solid rgb(192, 66, 66) !important;
}

#bidshow {
    background-image: url('/static/images/bg_bid.jpg');
}

#bidshow2 {
    background-image: url('/static/images/bg_bid2.jpg');
}

