@charset "utf-8";

.container {
    width: 1200px;
    padding: 40px 0px 0px 0px;
    margin: 0 auto;
    clear: both;
    zoom: 1;
}

.container:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
}

.list-price {
    width: 268px;
    border: 1px #eee solid;
    border-radius: 5px;
    margin: 0px 40px 0px 0px;
    float: left;
}

.list-price .hd {
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    height: 130px;
    background: linear-gradient(to right, #e1e5e8, #a7b1b5);
    color: #546167;
}

.list-price .hd h3 {
    padding: 25px 0px 0px 0px;
    font-size: 22px;
    line-height: 30px;
}

.list-price .hd h4 {
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.list-price .hd p {
    padding: 20px 0px 0px 0px;
    font-size: 14px;
    line-height: 20px;
}

.list-price .bd {
    padding: 20px;
}

.list-price .bd dl {
    height: 20px;
    line-height: 20px;
    padding: 0px 40px 20px 0px;
    position: relative;
    color: #999;
}

.list-price .bd dd {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #009efb;
}

.list-price .fd {
    text-align: center;
    padding: 25px 50px;
    border-top: 1px #eee dashed;
}

.list-price .fd a {
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    display: block;
    border-radius: 5px;
    background: linear-gradient(to right, #e1e5e8, #a7b1b5);
    color: #546167;
}

.list-price-4 {
    margin: 0px;
}

.list-price-2 .hd {
    background: linear-gradient(to right, #9bd4ff, #1c93ed);
    color: #fff;
}

.list-price-2 .fd a {
    background: linear-gradient(to right, #9bd4ff, #1c93ed);
    color: #fff;
}

.list-price-3 .hd {
    background: linear-gradient(to right, #e5dcba, #d6b581);
    color: #93784b;
}

.list-price-3 .fd a {
    background: linear-gradient(to right, #e5dcba, #d6b581);
    color: #93784b;
}

.list-price-4 .hd {
    background: linear-gradient(to right, #404040, #202321);
    color: #d6c7a3;
}

.list-price-4 .fd a {
    background: linear-gradient(to right, #404040, #202321);
    color: #d6c7a3;
}

.list-table {
    padding: 20px 0px 50px 0px;
}

.list-table .hd {
    text-align: center;
}

.list-table .hd h3 {
    font-size: 26px;
    font-weight: bold;
    color: #666;
    line-height: 50px;
}

.list-table .hd p {
    font-size: 14px;
    color: #999;
}

.list-table .bd {
    padding: 30px 0px;
}

.table-head {
    width: 1200px;
    margin: 0 auto;
    position: sticky;
    top: 70px;
    z-index: 20;
    background: #1b1b1b;
}

.list-table .bd table {
    border: 1px #e5e5e5 solid;
    width: 100%;
    border-collapse: collapse;
}

.list-table .bd table td {
    border: 1px #e5e5e5 solid;
    padding: 20px;
}

.list-table .bd table thead td {
    background: #1b1b1b;
    color: #fff;
    font-size: 15px;
}

.list-table .bd table td .i_false {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}

.list-table .bd table td .i_true {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}

.text-center {
    text-align: center;
}

.i_true {
    width: 20px;
    height: 20px;
    background: url(../images/i_true.png) no-repeat center center;
    background-size: 16px 16px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.i_false {
    width: 20px;
    height: 20px;
    background: url(../images/i_false.png) no-repeat center center;
    background-size: 16px 16px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
