﻿.installment-product .installment-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 10px;color:#C0AA4D
}
    .installment-product .installment-title .icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        align-content: center;
        margin-right: 10px;
    }
    .installment-product .installment-title span {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
.installment-product figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
    .installment-product figure div.product-img {
        width: 100px;
        height: 100px;
        border-radius: 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        border: 1px solid #ddd;
    }
.installment-product figcaption {
    width: calc(100% - 100px);
    padding-left: 15px;
}
.installment-product figcaption .product-name {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all,.5s;
    -khtml-transition: all,.5s;
    -moz-transition: all,.5s;
    -ms-transition: all,.5s;
    -o-transition: all,.5s;
    transition: all,.5s;
    margin-top: 0;margin-bottom:15px;
}
.installment-product figcaption .product-name a{
        color:#C0AA4D;
}.product-price {
    margin-bottom: 5px;
}.installment-product figcaption .product-price .new {
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    color: #000;
}.tab-cx {
    margin-top: 15px;
}.tab-cx .tab-cx-bt {
    width: 50%;
    float: left;
    border: none;
    font-size: 15px;
    color: #333;
    padding: 10px;
    background-color: #eee;
    outline: none;
}.tab-cx .tab-cx-bt:hover, .tab-cx .tab-cx-bt.actd {
    background-color: #333;
    color: #fff;
}.tab-cx .tab-cx-bt img {
    width: 32px;
    height: 32px;
}.content-b {
    padding: 10px 0;
    font-size: 14px;
}.tb-list-content-b {
    margin: 10px 0;
}.tb-list-content-b button {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 34px;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 0 20px;
    border: none;
    margin-right: 10px;
    outline: none;
}.tb-list-content-b button.act {
    background-color: #333;
    color: #fff;
}
 .hide{display:none;}.installment-table table {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    border: 1px solid #e6e6e6;
}.installment-table table tr:nth-child(odd) {
    background: #f7f7f7;
}
 .installment-table table th, .installment-table table td {
    font-size: 15px;
    font-weight: normal;
    padding: 10px;
    width: 50%;
}.installment-table table th {
    font-weight: bold;
    color: #333;
}.bank-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}.item {
    display: inline-block;
    font-size: 13px;
    position: relative;
    color: #fff;
}.item a {
    color: #FFFFFF;
}.bank-list .item {
    width: calc(100%/6);
    padding: 0 5px;
    margin-bottom: 10px;
}.bank-list .item .bank-item.installment-bank-selecting {
    border-color: #0092CB;
}.bank-list .item .bank-item {
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    position: relative;
    cursor: pointer;
}.bank-list .item .bank-item:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    width: 14px;
    height: 14px;
    background: #18a0c6;
    color: #fff;
    border-radius: 50px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    align-items: center;
    align-content: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: 5px;
    bottom: 5px;font-weight:900;
}.bank-list .item .bank-item.installment-bank-selecting:before {
    opacity: 1;
}