.banner {
    width: 100%;
    height: 454px;
}

.banner-index {
    background: url("../image/banner_index.jpg") center;
}

.banner-gift-list {
    background: url("../image/banner_gift_list.jpg") center;
}

.product_title {
    width: 100%;
    text-align: center;
    font-size: 1.8em;
    color: #565656;
    padding: 15px;
    background-color: #F5F5F5;
}

dl dt img {
    width: 180px;
    height: 180px;
    cursor: pointer;
}

img {
    cursor: pointer;
}

.product_type {
    border: 1px solid #ccc;
    width: 1008px;
    margin: 20px auto;
    padding: 6px 5px;
    font-size: 1em;
    color: #565656;
    height:25px;
    line-height: 25px;
}

.product_list {
    width: 100%;
    /*text-align: center;*/
}

.product_list tr td {
    padding-bottom: 20px;
    width: 190px;
}

.product_name {
    font-size: 1.1em;
    text-align: left;
    padding: 1px;
}

.product_price {
    width: 48%;
    float: left;
    color: red;
    padding: 1px;
}

.product_stock {
    width: 49%;
    text-align: right;
    float: right;
    font-size: 0.8em;
    color: #9C9C9C;
    padding: 1px;
}

/*.product_list div dl dd button {*/
/*background-color: #034798;*/
/*border: 0px;*/
/*font-size: 1.1em;*/
/*color: #FFF;*/
/*padding: 5px 15px;*/
/*}*/

.product_list .product {
    width: 180px;
    float: left;
    margin: 10px;
    border: 2px solid white;
}

.product_list .product:hover {
    width: 180px;
    float: left;
    margin: 10px;
    border: 2px solid #1E9FFF;
}

.product_list div dl dd {
    padding-top: 6px;
}

.layui-btn-gift-td {
    background: #01499B;
}

.not-data {
    text-align: center;
    width: 100%;
    padding: 15px;
    color: #EC363C;
}

.cart_quantity {
    width: 50px;
    height: 24px;
    padding: 0px 3px;
    border: 1px solid #E2E2E2;
    text-align: right;
}

.quantity_ctr {
    cursor: pointer;
    font-size: 1.3em;
    border: 0px;
    background: #FFF;
}

.cart_remove {
    cursor: pointer;
}

.cart_jiesuan {
    text-align: right;
    margin: 10px;
    height: 50px;
    line-height: 50px;
}

.giftCart_qty {
    width: 20px;
    height: 20px;
    color: #FFF;
    line-height: 20px;
    position: static;
    margin-top: -34px;
    margin-left: 78px;
    background: #ff3d49;
    display: none;
    font-size: 10px;
    cursor: pointer;
}

.select_add_btn {
    border: 0px;
    background: #FFF;
    cursor: pointer;
    margin-bottom: 20px;
}

.address_btn {
    border: 0px;
    background: #FFF;
    cursor: pointer;
}

.text_right {
    text-align: right;
}

.coming_soon {
    padding: 1px;
}