﻿.bid-detail {
    width: 1020px;
    margin: 0 auto;
}

    .bid-detail a.link {
        font-size: 14px;
    }

        .bid-detail a.link:hover {
            text-decoration: none;
        }

    .bid-detail .bid-breadcrumb {
        margin: 20px 0 10px;
    }

    .bid-detail .bid-content {
        color: #222222;
        padding: 40px 120px 0;
        background: #FFFFFF;
        border: 1px solid #E9ECF4;
        -webkit-box-shadow: 0 2px 8px 0 rgba(112, 122, 137, 0.1);
        box-shadow: 0 2px 8px 0 rgba(112, 122, 137, 0.1);
    }

    .bid-detail .bid-title {
        font-size: 26px;
        color: #222222;
    }

    .bid-detail .bid-sub {
        padding: 20px 0;
        font-size: 12px;
        color: #999999;
        border-bottom: 2px solid #eeeeee;
    }

        .bid-detail .bid-sub span {
            margin-right: 20px;
        }

    .bid-detail .con-section {
        margin-top: 25px;
        margin-bottom: 40px;
        line-height: 1.8em;
    }

    .bid-detail .section-title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .bid-detail .footer-button {
        text-align: center;
        margin: 30px 0 50px;
    }

    .bid-detail .bid-link:hover {
        color: #fff;
    }

.bid-button {
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
    width: 190px;
    line-height: 40px;
    background: #C3CACF;
    border-radius: 2px;
    font-size: 16px;
    cursor: pointer;
}

.bms-wrap-edit table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0;
}

    .bms-wrap-edit table th {
        border: 1px solid #ddd;
        background-color: #F7FAFC;
        text-align: left;
        font-weight: normal;
    }

    .bms-wrap-edit table td {
        border: 1px solid #ddd;
    }

    .bms-wrap-edit table th, .bms-wrap-edit table td {
        line-height: 1.5em;
        padding: 6px;
    }

    .bms-wrap-edit table h1, .bms-wrap-edit blockquote h1, .bms-wrap-edit table h2, .bms-wrap-edit blockquote h2, .bms-wrap-edit table h3, .bms-wrap-edit blockquote h3, .bms-wrap-edit table h4, .bms-wrap-edit blockquote h4, .bms-wrap-edit table h5, .bms-wrap-edit blockquote h5, .bms-wrap-edit table h6, .bms-wrap-edit blockquote h6, .bms-wrap-edit table p, .bms-wrap-edit blockquote p, .bms-wrap-edit table ol, .bms-wrap-edit blockquote ol, .bms-wrap-edit table ul, .bms-wrap-edit blockquote ul, .bms-wrap-edit table div, .bms-wrap-edit blockquote div {
        margin: 0;
    }

.bid-content img {
    display: inline-block;
    border: 0;
    vertical-align: middle;
    max-width: 100%
}