/***************全局 begin********************/
html, body {
    margin: 0;
}
.page {
    height: auto;
}
span {
    font-weight: normal;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.goodsList {
    display: table;
    width: 100%;
    background-color: #f2f2f2;
    text-align: center;
    border-top: 1px solid #e7e7e7
}

    .goodsList li {
        text-align: center;
        display: table;
        background-color: white;
        width: 100%;
        margin-bottom: 0.8em;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        height: 7.5em;
    }

.goodsInfo {
    display: table;
    margin-top: 0.5em;
}

    .goodsInfo div {
        display: table-cell
    }

    .goodsInfo .goodsInfo_sel {
        vertical-align: middle;
        width: 2em;
 
    }

        .goodsInfo .goodsInfo_sel img {
            width: 1.2em;
            border-radius: 5px;
        }

    .goodsInfo .goodsInfo_img {
        width: 5em;
        height:6.8em;
        
        
        display: inline-block;
        overflow: hidden;
    }

        .goodsInfo .goodsInfo_img img {
            width: 5em;
            height: 5em;
            border: 1px solid #f2f2f2;
            border-radius: 5px;
        }

    .goodsInfo .goodsInfo_info {
        vertical-align: top;
        display: inline-block;
        padding-top: 5px;
        margin-left: 0.6em;
        display: inline-block;
        width: 15em;
        word-break: break-all;
 
    }

        .goodsInfo .goodsInfo_info div {
            display: block;
            text-align: left;
            font-size: 10px;
            margin-left: 2px;
        }

        .goodsInfo .goodsInfo_info .goodsInfo_info_goodsName {
            font-size: 10px;
            min-height: 40px
        }

        .goodsInfo .goodsInfo_info .goodsInfo_info_price {
            color: red;
            font-weight: bolder;
            font-size: 1em;
            display: inline-block;
            float: left;
        }
            .goodsInfo .goodsInfo_info .goodsInfo_info_price .div_icon_secKillPrice {
                display: flex;
                justify-content:normal;
                align-items: center;
              }
                .goodsInfo .goodsInfo_info .goodsInfo_info_price .div_icon_secKillPrice .div_secKillActLeftTime {
                    font-size: 1.2em;
                    text-shadow: none;
                    font-weight: normal;
                    color: black;
                    margin-left: 5px;
                }
                    .goodsInfo .goodsInfo_info .goodsInfo_info_price .div_icon_secKillPrice .div_secKillActLeftTime .span_leftTime {
                        font-size: 1.2em;
                        color: coral;
                    }
                    .goodsInfo .goodsInfo_info .goodsInfo_info_price .div_icon_secKillPrice img {
                        width: 40px;
                    }
            .goodsInfo .goodsInfo_info .goodsInfo_info_price .div_secKillPrice {
                
                display: inline;
                font-size: 1em;
            }
.goodsInfo .goodsInfo_info .goodsInfo_info_num {
                display: inline-block;
                float: right;
                height: 1.35em;
                line-height: 1.35em;
            }

#btn_add, #btn_reduce {
    display: inline-block;
    border: 1px solid #c0c0c0;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    text-align: center;
    float:right;
    margin:0 auto;
}

    #btn_add .add, #btn_reduce .reduce {
        display: inline-block;
        font-size: 1.5em;
        height: 15px;
        width: 15px;
    }

.goodsInfo .goodsInfo_info .goodsInfo_info_num_input {
    display: inline-block;
    border: 1px solid #c0c0c0;
    height: 1.6em;
    line-height:1.6em;
    vertical-align: middle;
    float: right;
    margin: 0 auto;
    border-left: 0;
    border-right: 0;
}

    .goodsInfo .goodsInfo_info .goodsInfo_info_num_input input {
        width: 3em;
        height: 1.1em;
        line-height:1.1em;
        text-align: center;
        display: inline-block;
        border:0;
        
    }

.goodsInfo .goodsInfo_info .notDiscountInfo {
    display: inline-block;
    width:100%;
    float:left;
    color: red;
}


.goodsTotal {
    text-align: right;
    font-size: 12px;
    color: Red
}

    .goodsTotal .goodsTotal_text {
        color: gray
    }

    .goodsTotal .goodsTotal_money {
        margin-right: 5px
    }

.top_space {
    height: 5.5em;
    width: 100%
}

.header {
    position: fixed;
    top: 0px;
    z-index: 18;
    width: 100%;
    background-color:white;
    height:5em;
}

.promotion {
    position: fixed;
    top: 40px;
    z-index: 19;
    width: 100%;
    height: 30px;
    display: table;
    background-color: #fef5f5;
    margin-top:0.6em;
}

    .promotion span {
        background-color: white;
        display: table-cell;
        vertical-align: middle;
        color: red;
        text-align: center;
        font-size: 12px;
        background-color: #fef5f5;
    }

.del {
    width: 95%;
    font-size: 12px;
    font-weight: normal;
    display: table;
    position: fixed;
    top: 0px;
    z-index: 20;
    text-align: right;
    height: 40px
}

    .del .del_space {
        display: table-cell;
        width: 80%
    }

    .del span {
        display: table-cell;
        vertical-align: bottom
    }



.bootom_space {
    height: 0px;
    width: 100%
}

.float_bootom {
    height: 2.5em;
    width: 100%;
    background-color: white;
    filter: alpha(opacity=98);
    opacity: 0.98;
    position: fixed;
    bottom: 0px;
    z-index: 20;
    color: black
}

.selAll {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    color: White;
    font-size: 12px
}

    .selAll div {
        display: table
    }

    .selAll .selAll_img, .selAll .selAll_text {
        display: table-cell;
        vertical-align: middle;
        color: black;
    }

        .selAll .selAll_img img {
            width: 25px;
            padding-left: 5px
        }

    .selAll .selAll_text {
        display: inline-block;
        padding-top: 8px;
        padding-left: 3px;
        width: 30px
    }

.totalInfo {
    width: 100%;
    display: table-cell;
    vertical-align: top
}

    .totalInfo .totalMoney {
        width: 100%;
        margin-left: 10px
    }

        .totalInfo .totalMoney .totalMoney_title {
            font-size: 14px;
            color: black
        }

        .totalInfo .totalMoney .totalMoney_money {
            color: black
        }

    .totalInfo .discountInfo {
        width: 100%;
        font-size: 12px;
        color: red;
        margin-left: 10px
    }

.accounts {
    display: table-cell;
    vertical-align: middle;
}

    .accounts .btn_accounts {
        display: inline-block;
        text-align: center;
        background-color: #c90127;
    }

    .accounts .btn_accounts {
        width: 7em;
        height: 2.5em;
        line-height: 2.5em;
        color: White;
        font-weight: normal;
    }


.content_empty {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center
}

    .content_empty .content_center {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle
    }
