﻿
/* CSS Document*/ .one {
    font-size: 18px;
    font-weight: bold;
    color: #111;
    padding-left: 10px;
}

.more {
    margin-top: 7px;
    right: 0;
    bottom: 8px;
    width: 33px;
    height: 16px;
    color: #666;
    font: 12px/16px "microsoft yahei";
}

.more-bg {
    background: url(/images/more-bg.png) 26px 4px no-repeat;
}

    .more-bg:hover {
        background: url(/images/more-bg.png) 26px -14px no-repeat;
    }

.bid {
    position: relative;
}

    .bid > ul {
    }

.bid-right > ul {
    width: 269px;
}

.bid ul li {
    float: left;
    width: 357px;
    height: 180px;
    padding: 0 21px;
    position: relative;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    border-left: 1px solid #ddd;
    margin-right: -1px;
}

    .bid ul li:hover h3 {
        color: #0075e2;
    }

.bid-right ul li {
    width: 228px;
}

.bid .title > h3 {
    font-size: 16px;
    color: #333;
    margin: 20px 0 0 0;
    display: inline-block;
    width: 225px;
    line-height: 35px;
    min-height: 35px;
    overflow: hidden;
}

.price .title > h3 {
    font-size: 16px;
    color: #333;
    margin: 8px 0 0 0;
    display: inline-block;
    width: 180px;
    line-height: 35px;
    min-height: 35px;
    overflow: hidden;
}

.price .detail > p .time {
    line-height: 30px;
}

.bid .title > h3 a {
    text-decoration: none;
}

    .bid .title > h3 a:hover {
        color: #0075e2;
    }

.bid-right .title > h3 {
    width: 60px;
    width: 60px;
    margin: 10px 0 10px 0;
    height: 20px;
    font-size: 14px;
    min-height: 20px;
    line-height: 20px;
    background: #ddd;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}

.bid .title span {
    line-height: 30px;
    margin: 22px 0px 0 0;
}

.bid-right .title span {
    margin: 5px 0px;
}

.bid .detail p {
    line-height: 35px;
}

.bid .bid-label {
    color: #999;
    vertical-align: top;
    float: left;
    width: 70px;
}

.bid .content {
    color: #333;
    line-height: 35px;
    width: 200px;
    display: block;
    float: left;
}

.bid-right .content {
    width: 155px;
}

.bid-right .detail .content a {
    color: #111;
    text-decoration: none;
}

    .bid-right .detail .content a:hover {
        color: #037fff;
    }

.bid .count {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 80px;
    height: 32px;
    border-radius: 2px;
    display: inline-block;
}

    .bid .count .red {
        background: #ff565b;
    }

    .bid .count .green {
        background: #00883e;
    }

    .bid .count span {
        line-height: 32px;
        display: block;
        text-align: center;
        color: white;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear-2 {
    clear: both;
    height: 0;
    margin-top: -1px;
    overflow: hidden;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.el {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    line-height: 24px;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.bt2sp {
    border-top: 2px solid #0075e2;
}

.detail {
    font-size: 12px;
    padding-top: 10px;
    display: inline-block;
    /*width: 310px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bbd {
    border-bottom: 1px solid #ddd;
}

.brd {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-right: -1px;
}

.price {
    width: 440px;
}

    .price h4 {
        font-size: 16px;
        color: #333;
        margin: 22px 0 10px 0;
    }

    .price h3 {
    }

    .price ul {
    }

        .price ul li {
            width: 215px;
            height: 178px;
            float: left;
            padding: 12px;
            border-bottom: 1px solid #ddd;
            border-top: 1px solid #ddd;
        }

.el {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    line-height: 24px;
}

.guiding-price p {
    line-height: 45px;
    color: #333;
}

.guiding-price .text, .guiding-up-down .text {
    font-size: 14px;
    line-height: 35px;
    color: #999;
}

.guiding-price .num {
    font-size: 22px;
    color: #333;
}

    .guiding-price .num.r, .guiding-up-down .num.r {
        color: #ff0000;
    }

    .guiding-price .num.g, .guiding-up-down .num.g {
        color: #11c762;
    }

.guiding-up-down .num {
    font-size: 18px;
    color: #333;
}

.guiding-price .num .up {
    background: url(/images/common.png) no-repeat -390px -92px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.guiding-price .num .down {
    background: url(/images/common.png) no-repeat -407px -92px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.one .active {
    background-color: #0075e2;
    border: 1px solid #0075e2;
    color: #fff;
    display: inline-block;
    width: 118px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-top: -18px;
    margin-left: -10px;
    font-size: 16px;
    font-weight: normal;
}

.one .noactive {
       background-color: #FFF5F6;
    border: 1px solid #FFF5F6;
    color: #0075e2;
    display: inline-block;
    width: 118px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-top: -18px;
    margin-left: -10px;
    font-size: 16px;
    font-weight: normal;
}

.bt2s0 {
    margin-top: 5px;
}

.bld {
    border-left: 1px solid #ddd;
}

.win-title {
    line-height: 50px;
}

.state {
    width: 45px;
    line-height: 20px;
    background: #ddd;
    text-align: center;
    margin: 15px 0;
    border-radius: 2px;
        color: #b7b5b5;
}

.runing {
    background: #ff8a22;
    color: #fff;
}

.win-title .state.gray {
    background: #ddd;
}

.win-title .title {
    font-size: 14px;
    color: #333;
    margin-left: 8px;
}

.win-title .time {
    color: #ff565b;
}

.bt2s0 li {
    line-height: 35px;
    border-top: 1px solid #ddd;
}


.approve-seal {
    border: 2px solid #E23D3D;
    box-shadow: 2px 2px 10px rgba(255,0,0,0.3);
    color: #E23D3D;
    font-family: 'Microsoft YaHei';
    font-size: 20px;
    left: 60%;
    padding: 5px 5px;
    position: absolute;
    text-align: center;
    line-height: 20px;
    word-break: break-all;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transform: rotate(-20deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
}

    .approve-seal span {
        padding: 0;
        margin: 0;
        text-shadow: 1px 5px 5px rgba(255, 0, 0, 0.2);
        -webkit-text-shadow: 1px 5px 5px rgba(255, 0, 0, 0.2);
        -moz-text-shadow: 1px 5px 5px rgba(255, 0, 0, 0.2);
        color: #FF6144;
    }
