﻿
.item_list {
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding-bottom: 10px;
}

    .item_list ul {
        float: left;
        width: 100%;
    }

        .item_list ul li {
            float: left;
            width: 47%;
            overflow: hidden;
            position: relative;
            margin-top: 10px;
            background: #ffffff;
            margin-left: 2%;
            padding: 1%;
            padding-bottom: 20px;
        }

a, a:link {
    color: #666666;
    text-decoration: none;
    font-family: 微软雅黑,黑体,宋体,Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.item_list ul .cp_mc {
    height: 60px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    color: #333333;
    text-align: initial;
    margin-left: 10px;
}

    .item_list ul .cp_mc span {
        color: ;
        font-size: 14px;
        text-align: initial;
    }

.item_list ul .cp_jg bdo {
    color: #ccc;
    font-size: 12px;
    text-decoration: line-through;
}

.item_list ul .cp_price {
    margin-top: 5px;
    font-size: 16px;
    color: #ff4d4d;
    margin-left: 8px;
}

    .item_list ul .cp_price b {
        font-size: 20px;
        letter-spacing: -1px;
        font-weight: normal;
    }

.item_list ul .tb_btn2 {
    width: 90px;
    height: 28px;
    position: absolute;
    right: 10px;
    bottom: 15px;
}

.item_list ul .tb_img2 {
    display: inline;
    background: black  no-repeat !important;
    background-position: 0px 0px;
    color: #ffffff;
    padding: 5px;
    float: right;
    margin-right: 5px;
    font-size: 14px;
}
  .contentBar {
                width: 100%;
                background-size: 100% 100%;
                position: relative;
            }

            .btnBar {
                position: absolute;
                background: #ccc;
                border-radius: 5px;
                transform: scale(.85);
            }

            .btnBar a {
                color: #fff;
                font-size: 14px;
                line-height: 20px;
            }

            .btnBar a b {
                font-weight: 100;
            }

            .btnBar a b span i {
                font-size: 14px;
                font-weight: 900;
                font-style: normal;
            }

            .btnBar a b span .flo {
                font-size: 12px;
                font-style: normal;
            }

            .btnBar a b strong {
                display: inline-block;
                padding: 0 10px;
                background: #fff;
                font-style: normal;
                border-radius: 5px;
                height: 24px;
                color: #333;
                line-height: 24px;
                text-align: center;
                font-size: 12px;
                margin-left: 6px;
                font-weight: 100;
            }

            @media screen and (max-width: 330px) {
                .spacial {
                    transform:scale(.65) !important;
                }
            }