﻿@charset "utf-8";
/*主体*/
.index_page {
    margin: 0 auto;
    background: #f5f5f5;
}

.index_banner {
    width: 100%;
    height: 320px;
}

.banner_info {
    position: relative;
}

    .banner_info li.selected {
        display: block;
        width: 100%;
        float: left;
        margin-right: -100%;
        position: relative;
        opacity: 1;
        display: block;
        z-index: 1;
        background: url(../images/banner_1.jpg) 46% 0px no-repeat;
    }

#banner_list a {
    display: block;
    width: 100%;
    float: left;
    margin-right: -100%;
    position: relative;
    opacity: 1;
    display: block;
    z-index: 1;
    background: url(../images/banner_1.jpg) 50% 0px no-repeat;
}

.banner_info li a {
    display: block;
    height: 100%;
}

#banner_list .banner_list_a1 {
    background-image: url(../images/banner/banner_1.jpg);
}

#banner_list .banner_list_a2 {
    background-image: url(../images/banner/banner_2.jpg);
}

#banner_list .banner_list_a3 {
    background-image: url(../images/banner/banner_3.jpg);
}
/*左侧*/
/*左侧*/
.left_container {
    float: left;
    width: 840px;
    margin: 20px 20px 0 0;
    overflow: hidden;
}

    .left_container li {
        height: 240px;
        margin-bottom: 20px;
        background: #ffffff;
        position: relative;
        overflow: hidden;
        padding: 30px 0 30px 60px;
    }

        .left_container li:hover {
            -moz-box-shadow: 0px 4px 5px #cccccc;
            -webkit-box-shadow: 0px 4px 5px #cccccc;
            box-shadow: 0px 4px 5px #cccccc;
        }

.auction_status {
    width: 495px;
    height: 210px;
    position: absolute;
    top: 0;
    left: 0;
}

    .auction_status.a {
        background: url(../images/auction_status.png) 0 0 no-repeat;
    }

    .auction_status.b {
        background: url(../images/auction_status.png) 0 -210px no-repeat;
    }

    .auction_status.c {
        background: url(../images/auction_status.png) 0 -420px no-repeat;
    }

.left_info {
    float: left;
    width: 500px;
    height: 222px;
    border-right: 1px #ebebeb solid;
    overflow: hidden;
}

    .left_info dt {
        overflow: hidden;
    }

        .left_info dt.a {
            margin-bottom: 24px;
        }

        .left_info dt span {
            float: left;
            font-size: 14px;
            color: #333333;
        }

        .left_info dt b {
            float: left;
        }

        .left_info dt.a h1 span {
            color: #666666;
            font-size: 26px;
            line-height: 26px;
            margin-right: 10px;
        }

        .left_info dt.a div {
            float: left;
            color: #db3535;
            font-size: 12px;
            line-height: 16px;
            padding: 2px 6px;
            margin: 3px 0;
            border: 1px #db3535 solid;
            border-radius: 2px;
            position: relative;
            behavior: url(../js/PIE.htc);
        }

        .left_info dt.b {
            margin-bottom: 18px;
        }

            .left_info dt.b b {
                color: #db3535;
                font-size: 18px;
                line-height: 18px;
            }

                .left_info dt.b b.b {
                    color: #0f8dee;
                }

            .left_info dt.b span.a {
                color: #db3535;
            }

            .left_info dt.b b.a {
                color: #db3535;
                font-size: 16px;
                line-height: 16px;
            }

.right_info {
    float: left;
    width: 280px;
    height: 182px;
    line-height: 14px;
    text-align: center;
    padding-top: 30px;
    overflow: hidden;
}

    .right_info dt {
        margin-bottom: 25px;
    }

        .right_info dt span {
            color: #333333;
            font-size: 14px;
        }

            .right_info dt span.a {
                color: #db3535;
            }

        .right_info dt b {
            color: #db3535;
            font-size: 18px;
        }

            .right_info dt b.a {
                color: #0f8dee;
            }

            .right_info dt b.b {
                color: #db3535;
            }

        .right_info dt a {
            display: block;
            width: 220px;
            height: 45px;
            font-size: 22px;
            line-height: 44px;
            color: #ffffff;
            text-align: center;
            border-radius: 4px;
            position: relative;
            behavior: url(../js/PIE.htc);
            filter: alpha(opacity=100); /*IE滤镜，透明度50%*/
            -moz-opacity: 1; /*Firefox私有，透明度50%*/
            opacity: 1; /*其他，透明度50%*/
        }

            .right_info dt a:hover {
                filter: alpha(opacity=80); /*IE滤镜，透明度50%*/
                -moz-opacity: 0.8; /*Firefox私有，透明度50%*/
                opacity: 0.8; /*其他，透明度50%*/
            }

            .right_info dt a.a {
                background: #db3535;
            }

            .right_info dt a.b {
                background: #0f8dee;
            }

            .right_info dt a.c {
                background: #cccccc;
            }

.bookmark {
    width: 80%;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background: #e5e5e5;
    margin-bottom: 22px;
}
/*右侧*/
.right_container {
    float: left;
    width: 330px;
    margin-top: 20px;
    overflow: hidden;
}

.login_box {
    width: 100%;
    height: 242px;
    padding-top: 16px;
    background: #ffffff;
}

.left_container li:hover {
    -moz-box-shadow: 0px 4px 5px #cccccc;
    -webkit-box-shadow: 0px 4px 5px #cccccc;
    box-shadow: 0px 4px 5px #cccccc;
}

.login_box_title {
    width: 277px;
    height: 24px;
    margin: 0 auto;
    background: url(../images/login_box_title.png) no-repeat;
}

.login_box_button {
    display: block;
    width: 220px;
    height: 45px;
    margin: 36px auto 30px auto;
    font-size: 22px;
    color: #ffffff;
    line-height: 44px;
    background: #0f8dee;
    text-align: center;
    border-radius: 4px;
    position: relative;
    behavior: url(../js/PIE.htc);
    filter: alpha(opacity=100); /*IE滤镜，透明度50%*/
    -moz-opacity: 1; /*Firefox私有，透明度50%*/
    opacity: 1; /*其他，透明度50%*/
}

    .login_box_button:hover {
        filter: alpha(opacity=80); /*IE滤镜，透明度50%*/
        -moz-opacity: 0.8; /*Firefox私有，透明度50%*/
        opacity: 0.8; /*其他，透明度50%*/
    }

.login_box_info {
    display: block;
    width: 300px;
    height: 65px;
    font-size: 16px;
    color: #db3535;
    line-height: 22px;
    text-align: center;
    margin: 26px auto 20px auto;
}

    .login_box_info li.a {
        color: #666666;
        margin-top: 14px;
    }

.auction_rule {
    margin: 0 45px;
    overflow: hidden;
}

    .auction_rule li {
        float: left;
    }

        .auction_rule li a {
            display: block;
            width: 58px;
            height: 76px;
            font-size: 12px;
            color: #999999;
            text-align: center;
            padding-top: 62px;
            margin: 0 11px;
            background: url(../images/rule_icon.png) no-repeat;
            overflow: hidden;
        }

            .auction_rule li a:hover {
                color: #db3535;
            }

            .auction_rule li a.a {
                background: url(../images/rule_icon.png) 0 0 no-repeat;
            }

                .auction_rule li a.a:hover {
                    background: url(../images/rule_icon.png) -58px 0 no-repeat;
                }

            .auction_rule li a.b {
                background: url(../images/rule_icon.png) 0 -76px no-repeat;
            }

                .auction_rule li a.b:hover {
                    background: url(../images/rule_icon.png) -58px -76px no-repeat;
                }

            .auction_rule li a.c {
                background: url(../images/rule_icon.png) 0 -152px no-repeat;
            }

                .auction_rule li a.c:hover {
                    background: url(../images/rule_icon.png) -58px -152px no-repeat;
                }

.auction_process {
    width: 100%;
    height: 424px;
    margin: 20px 0;
    background: #ffffff;
    overflow: hidden;
}

.module_title {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    line-height: 18px;
    margin: 16px 0 0 12px;
}

    .module_title span {
        color: #db3535;
    }

.process_info {
    width: 260px;
    height: 344px;
    margin: 24px 0 0 35px;
    background: url(../images/process_info.png) no-repeat;
}

.auction_transaction {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 32px;
}

.list_box {
    width: 308px;
    font-size: 13px;
    color: #666666;
    text-align: center;
    margin: 12px;
    padding: 0;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    overflow: hidden;
}

    .list_box tr {
        display: block;
        height: 36px;
        line-height: 36px;
    }

    .list_box tbody tr {
        cursor: pointer;
        margin-bottom: 6px;
    }

        .list_box tbody tr:hover {
            background: #fafafa;
        }

    .list_box tr td {
        width: 104px;
    }

.list_title {
    line-height: 36px;
    background: #f5f5f5;
    margin-bottom: 6px;
}

.list_box tr td.a {
    width: 100px;
}

.list_box tbody tr td.b {
    color: #db3535;
}
/*详情页*/
/*上部*/
.top_container {
    width: 100%;
    height: 548px;
    background: #ffffff;
    margin: 30px 0 30px 0;
    padding: 30px 40px;
    overflow: hidden;
}

.Surplus-time {
    color: #666;
    font-size: 22px;
}

#DelayTime {
    position: absolute;
    right: 0px;
    width: 125px;
    color: #db3535;
}

.auction_left {
    float: left;
    width: 562px;
    margin-right: 60px;
}

.recording_box {
    width: 100%;
}

.recording_title {
    width: 100%;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

    .recording_title div.a {
        float: left;
        font-size: 20px;
        color: #666666;
        font-weight: bold;
    }

        .recording_title div.a span {
            color: #db3535;
        }

    .recording_title div.b {
        float: right;
        line-height: 26px;
    }

        .recording_title div.b span {
            font-size: 14px;
            color: #333333;
        }

        .recording_title div.b b {
            font-size: 18px;
            color: #db3535;
        }

.recording_list {
    width: 100%;
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-top: 12px;
    padding: 0;
    border: 1px #e0e0e0 solid;
    border-spacing: 0;
    border-collapse: collapse;
    overflow: hidden;
}

    .recording_list tr {
        display: block;
        height: 32px;
        line-height: 32px;
    }

    .recording_list thead {
        height: 33px;
        line-height: 32px;
        color: #333333;
        border: 1px #e0e0e0 solid;
    }

        .recording_list thead tr td {
            background: #fafafa;
        }

    .recording_list tbody {
        display: block;
        margin-top: 10px;
    }

        .recording_list tbody tr {
            display: block;
            cursor: pointer;
            margin-bottom: 3px;
        }

            .recording_list tbody tr:hover {
                background: #fafafa;
            }

    .recording_list tr td {
        width: 112px;
        color: #999999;
    }

    .recording_list thead tr td {
        color: #333333;
    }

    .recording_list tr.a td {
        color: #333333;
    }

        .recording_list tr td span,
        .recording_list tr.a td span {
            display: inline-block;
            height: 22px;
            font-size: 14px;
            line-height: 20px;
            padding: 0 6px;
            border-radius: 4px;
            position: relative;
            behavior: url(../js/PIE.htc);
        }

    .recording_list tr td span {
        color: #999999;
        border: 1px #999999 solid;
    }

    .recording_list tr.a td span {
        color: #db3535;
        border: 1px #db3535 solid;
    }

    .recording_list tr td.a {
        color: #db3535;
        font-weight: bold;
    }

    .recording_list tr td.b {
        color: #db3535;
    }

.list_lh {
    width: 560px;
    height: 295px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px #e0e0e0 solid;
}

.description_box {
    width: 100%;
    overflow: hidden;
}

    .description_box div.a {
        font-size: 20px;
        color: #666666;
        font-weight: bold;
    }

        .description_box div.a span {
            color: #db3535;
        }

    .description_box table {
        width: 100%;
        font-size: 14px;
        color: #333333;
        text-align: center;
        margin: 10px 0 0 0;
        padding: 0;
        border-spacing: 0;
        border-collapse: collapse;
        height: 68px;
        /*overflow: hidden;*/
    }

        .description_box table tr {
            height: 32px;
            line-height: 30px;
        }

        .description_box table thead tr td {
            color: #808080;
            background: #fafafa;
        }

        .description_box table tr td {
            width: 112px;
            color: #333333;
            border: 1px #e0e0e0 solid;
        }

.auction_right {
    position: relative;
    float: left;
    width: 488px;
}

.auction_title {
    font-size: 20px;
    color: #666666;
    line-height: 20px;
    font-weight: bold;
}

    .auction_title span {
        margin-right: 10px;
    }

.countdown {
    width: 100%;
    height: 28px;
    margin: 20px 0 16px 0;
    overflow: hidden;
}

    .countdown div.a {
        float: left;
        margin-right: 10px;
        overflow: hidden;
    }

        .countdown div.a span,
        .countdown div.a b {
            float: left;
            display: block;
        }

        .countdown div.a span {
            width: 66px;
            height: 28px;
            font-size: 14px;
            color: #ffffff;
            padding-left: 7px;
            line-height: 28px;
            background: #db3535;
        }

        .countdown div.a b {
            width: 0;
            height: 0;
            border-top: 14px solid transparent;
            border-left: 11px solid #db3535;
            border-bottom: 14px solid transparent;
        }

    .countdown dl {
        float: left;
        overflow: hidden;
    }

        .countdown dl dt {
            float: left;
            font-size: 14px;
            color: #666666;
            line-height: 34px;
        }

        .countdown dl dd {
            float: left;
            font-size: 26px;
            color: #db3535;
            line-height: 28px;
            margin: 0 5px 0 10px;
        }

.locus {
    width: 100%;
    height: 24px;
    margin-bottom: 5px;
    overflow: hidden;
}

    .locus span {
        font-size: 14px;
        color: #666666;
        line-height: 28px;
    }

    .locus b {
        font-size: 20px;
        color: #db3535;
        line-height: 24px;
    }

    .locus .a {
        font-size: 14px;
        color: #666666;
    }

.operating_box {
    width: 100%;
    height: 358px;
    background: #fafafa;
    padding: 36px 0 46px 30px;
    overflow: hidden;
}

    .operating_box li {
        float: left;
        display: block;
    }

        .operating_box li span {
            font-size: 14px;
            color: #666666;
        }

            .operating_box li span.a {
                width: 56px;
                color: #999999;
                margin-right: 20px;
                overflow: hidden;
            }

            .operating_box li span.b b {
                font-size: 26px;
                color: #db3535;
                line-height: 26px;
                margin: 0 2px;
                font-weight: normal;
            }

            .operating_box li span.c {
                margin-left: 20px;
            }

                .operating_box li span.c b {
                    color: #db3535;
                }

        .operating_box li.a {
            display: block;
            height: 32px;
            line-height: 30px;
            border: 1px #db3535 solid;
            margin: 16px 0 24px 70px;
            padding: 0 16px;
            background: #ffffff;
            border-radius: 16px;
            position: relative;
            behavior: url(../js/PIE.htc);
        }


            .operating_box li span.d b {
                color: #db3535;
                font-weight: normal;
            }

        .operating_box li span.e b {
            color: #db3535;
            margin: 0 4px;
            font-weight: normal;
        }

        .operating_box li span.f b {
            margin: 0 2px;
        }

        .operating_box li.b {
            width: 100%;
            margin-bottom: 16px;
        }

        .operating_box li.c {
            margin-bottom: 12px;
        }

            .operating_box li.c b {
                font-weight: normal;
            }

            .operating_box li.c span.a {
                margin-right: 9px;
            }

            .operating_box li.c b a {
                display: inline-block;
                width: 16px;
                height: 16px;
                font-size: 14px;
                color: #333333;
                text-align: center;
                line-height: 14px;
                border: 1px #cccccc solid;
                background: #FFF;
            }

            .operating_box li.c b input {
                display: inline-block;
                width: 100px;
                height: 26px;
                font-size: 14px;
                color: #333333;
                font-weight: bold;
                border: 1px #cccccc solid;
                text-align: center;
                outline: medium;
            }

        .operating_box li span.g {
            color: #999999;
            margin-left: 20px;
        }

            .operating_box li span.g b {
                font-weight: normal;
            }

        .operating_box li.c b.a a,
        .operating_box li.c b.a input {
            color: #333333;
            background: #ffffff;
        }

            .operating_box li.c b.a a:hover {
                color: #db3535;
                border-color: #db3535;
            }

            .operating_box li.c b.a input:focus {
                border-color: #db3535;
            }

        .operating_box li.d {
            margin: 20px 0 0 104px;
        }

.list_add_box .the_btn {
    width: 27px;
    height: 27px;
    cursor: pointer;
    background: #EDEDED;
    border: 0 none;
    border: 1px solid #CCCCCC;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
}

.list_add_box #txt_num {
    width: 100px;
    height: 27px;
    border: 1px solid #CCCCCC;
    position: relative;
    bottom: 1px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.operating_box li.d input {
    width: 200px;
    height: 42px;
    outline: medium;
    border: none;
    font-size: 18px;
    line-height: 42px;
    color: #ffffff;
    background: #db3535;
    border-radius: 4px;
    position: relative;
    behavior: url(../js/PIE.htc);
    filter: alpha(opacity=100); /*IE滤镜，透明度50%*/
    -moz-opacity: 1; /*Firefox私有，透明度50%*/
    opacity: 1; /*其他，透明度50%*/
}

.operating_box li.d:hover {
    filter: alpha(opacity=80); /*IE滤镜，透明度50%*/
    -moz-opacity: 0.8; /*Firefox私有，透明度50%*/
    opacity: 0.8; /*其他，透明度50%*/
}

/*下部*/
.bottom_container {
    width: 100%;
    margin: 30px 0 60px 0;
    padding: 30px 40px;
    background: #ffffff;
}

.auction_info {
    width: 100%;
    overflow: hidden;
}

.bottom_info_title {
    font-size: 20px;
    color: #666666;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 16px;
}

    .bottom_info_title span {
        color: #db3535;
    }

.auction_info table {
    width: 100%;
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    height: 93px;
    overflow: hidden;
}

    .auction_info table thead tr {
        height: 32px;
        line-height: 30px;
    }

    .auction_info table tbody tr {
        height: 60px;
        line-height: 58px;
    }

    .auction_info table thead tr td {
        color: #808080;
        background: #fafafa;
    }

    .auction_info table tr td {
        color: #333333;
        border: 1px #e0e0e0 solid;
    }

        .auction_info table tr td.a {
            width: 130px;
            white-space: nowrap;
        }

        .auction_info table tr td.b {
            width: 112px;
            white-space: nowrap;
        }

        .auction_info table tr td.c {
            width: 90px;
            white-space: nowrap;
        }

        .auction_info table tr td.d {
            width: 90px;
            white-space: nowrap;
        }

        .auction_info table tr td.e {
            width: 184px;
            white-space: nowrap;
        }

    .auction_info table tbody tr td.e {
        line-height: 20px;
        padding: 0 10px;
    }

.auction_rule_info {
    width: 100%;
    margin: 50px 0;
    overflow: hidden;
}

    .auction_rule_info table {
        width: 100%;
        font-size: 14px;
        color: #333333;
        text-align: center;
        margin: 0;
        padding: 0;
        border-spacing: 0;
        border-collapse: collapse;
        height: 113px;
        overflow: hidden;
    }

        .auction_rule_info table thead tr {
            height: 32px;
            line-height: 30px;
        }

        .auction_rule_info table tbody tr {
            height: 80px;
            line-height: 78px;
        }

        .auction_rule_info table thead tr td {
            color: #808080;
            background: #fafafa;
        }

        .auction_rule_info table tr td {
            color: #333333;
            border: 1px #e0e0e0 solid;
        }

            .auction_rule_info table tr td.a {
                width: 96px;
            }

            .auction_rule_info table tr td.b {
                width: 142px;
            }

            .auction_rule_info table tr td.c {
                width: 380px;
            }

            .auction_rule_info table tr td.d {
                width: 122px;
            }

        .auction_rule_info table tbody tr td.b span {
            display: block;
            line-height: 22px;
        }

        .auction_rule_info table tbody tr td.c {
            line-height: 20px;
            padding: 0 14px;
        }

.auction_process_info {
    width: 100%;
    overflow: hidden;
}

    .auction_process_info a {
        display: block;
        width: 1110px;
        height: 56px;
        background: url(../images/auction_process_info.png) no-repeat;
    }

.remarks_info {
    width: 100%;
    margin: 50px 0;
    overflow: hidden;
}

    .remarks_info p {
        font-size: 14px;
        color: #333333;
        line-height: 22px;
    }

.auction_contact_info {
    width: 100%;
    overflow: hidden;
}

    .auction_contact_info table {
        width: 100%;
        font-size: 14px;
        color: #333333;
        text-align: center;
        margin: 0;
        padding: 0;
        border-spacing: 0;
        border-collapse: collapse;
        height: 93px;
        overflow: hidden;
    }

        .auction_contact_info table thead tr {
            height: 32px;
            line-height: 30px;
        }

        .auction_contact_info table tbody tr {
            height: 60px;
            line-height: 58px;
        }

        .auction_contact_info table thead tr td {
            color: #808080;
            background: #fafafa;
            overflow: hidden;
        }

        .auction_contact_info table tr td {
            color: #333333;
            border: 1px #e0e0e0 solid;
        }

            .auction_contact_info table tr td.a {
                width: 371px;
            }

            .auction_contact_info table tr td.b {
                width: 370px;
            }

            .auction_contact_info table tr td span b {
                display: inline-block;
                width: 28px;
                height: 22px;
                margin: 0 6px -4px 0;
                background: url(../images/contact_info.png) no-repeat;
            }

            .auction_contact_info table tr td span {
                display: block;
                font-size: 20px;
            }

                .auction_contact_info table tr td span b.a {
                    background: url(../images/contact_info.png) 0 -44px no-repeat;
                }

                .auction_contact_info table tr td span b.b {
                    background: url(../images/contact_info.png) 0 0 no-repeat;
                }

                .auction_contact_info table tr td span b.c {
                    background: url(../images/contact_info.png) 0 -22px no-repeat;
                }

.signup {
    text-align: center;
    margin: 30px 0px 0px;
}

    .signup .ljsign {
        width: 200px;
        height: 42px;
        outline: medium;
        border: none;
        font-size: 18px;
        line-height: 42px;
        color: #ffffff;
        background: #db3535;
        border-radius: 4px;
        position: relative;
        filter: alpha(opacity=100); /*IE滤镜，透明度50%*/
        -moz-opacity: 1; /*Firefox私有，透明度50%*/
        opacity: 1; /*其他，透明度50%*/
    }

        .signup .ljsign:hover {
            filter: alpha(opacity=80); /*IE滤镜，透明度50%*/
            -moz-opacity: 0.8; /*Firefox私有，透明度50%*/
            opacity: 0.8; /*其他，透明度50%*/
        }

.more_button {
    display: block;
    width: 100%;
    height: 30px;
    color: #999999;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    border: 1px #e0e0e0 solid;
    margin: 0 0 20px 0;
}

    .more_button b {
        display: inline-block;
        width: 10px;
        height: 5px;
        margin: 0 0 2px 6px;
        background: url(../images/user_arrow.png) no-repeat;
        filter: alpha(opacity=50); /*IE滤镜，透明度50%*/
        -moz-opacity: 0.5; /*Firefox私有，透明度50%*/
        opacity: 0.5; /*其他，透明度50%*/
    }

    .more_button:hover {
        color: #db3535;
        border-color: #db3535;
        text-decoration: none;
    }
