html,body{
    margin: 0;
    padding: 0;
}
body{
    background-color: #f2f4f4!important;
}
a{
    text-decoration: none;
    color: black;
}
a:focus, a:hover{
    text-decoration: none!important;
}
p{
    margin: 0px!important;
    padding: 0px;
}
/* 头部 */
#Header {
    background-color: #fff !important;
    border-bottom: 1px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
}
#Header a{
    text-decoration: none;
}
#Header .back {
    width: 20%;
    border: none;
    color: #5d5d5d;
    font-size: 16px;
    background-image: url(../img/fanhui.png);
    background-repeat: no-repeat;
    background-size: 11px 15px;
    margin-left: 16px;
    margin-top: 16px; 
}
#Header .list{
    height: 44px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#Header .list .text{
    color: #353535;
    font-size: 18px;
    text-align: center;
}
#Header .list span{
    font-size: 16px;
    color: #353535;
    margin-right: 16px!important;
}
#Header a {
    box-shadow: none;
    border: none;
}
/* 内容 */
#merchantInfo{
    width: 100%;
}
#merchantInfo .merchantType{
    margin-top: 10px;
}
#merchantInfo .merchantType .store{
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
}
#merchantInfo .merchantType .store i{
    font-size: 16px;
    margin-right: 6px;
}
#merchantInfo .merchantType .store .title{
    color:#353535;
    font-size: 14px;
}

/* 选择框 */
/* input[type=checkbox]{
    margin: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-left: 16px!important;
    margin-right: 10px!important;
    background: transparent;
    border:1px solid #8b8c8c;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    outline: none;
    cursor: pointer;
}
input[type=checkbox]:after{
    content: '√';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #4d2343;
    color: #fff;
    text-align: center;
    padding-right: 2px;
    padding-top: 2px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    opacity: 0;
    outline: none!important;
}
input[type=checkbox]:checked:after{
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    opacity: 1;
    outline: none;
} */

.checkRadio{
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    border:1px solid #8b8c8c;
    margin-left: 10px!important;
    margin-right: 10px!important;
    color: #fff;
}
.checkClass{
    background-color: #4d2343!important;
    color: #fff;
}

/* 内容 */
#merchantInfo .commodity ul{
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
#merchantInfo .commodity ul .commodity-contant{
    width: 60%;
    margin-top: 15px;
}
#merchantInfo .commodity ul .commodity-contant .color{
    margin: 10px 0px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#merchantInfo .commodity ul .commodity-contant .color span{
    color: #888989;
    font-size: 12px; 
}
#merchantInfo .commodity ul .single{
    width: 108px;
    height: 108px;
    line-height: 108px;
    text-align: center;
    margin-right: 10px;
    /* border: 1px solid red; */
}
#merchantInfo .commodity ul .single img{
    width: 97px;
    height: 97px;
    /* border: 1px solid black; */
}
#merchantInfo .commodity ul li .commodity_title{
    color: #353535;
    font-size: 14px;
    /* margin-top: 15px; */
    margin-right: 10px!important;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#merchantInfo .commodity ul li .commodity_unitPrice{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
#merchantInfo .commodity ul li .commodity_unitPrice .commodity_price{
    color: #db9c5a;
    font-size: 16px;
    margin-right: 12px;
}
#merchantInfo .commodity ul li .commodity_price .unit{
    color: #db9c5a;
    font-size: 12px;
}

.membershipGrade{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#merchantInfo .commodity ul li .amount{
    min-width: 81px;
    height: 23px;
    border: 1px solid #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    line-height: 26px;
    text-align: center;
    margin-right: 10px!important;
}
#merchantInfo .commodity ul li .amount .reduce{
    display: inline-block;
    width: 23px;
    line-height: 21px;
    background-color: #f2f2f2;
}
#merchantInfo .commodity ul li .amount .add{
    display: inline-block;
    width: 23px;
    line-height: 21px;
    background-color: #f2f2f2;
}

/* 失效 */
.failure-product{
    margin-top: 10px;
}
.failure-product .merchantType .store{
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
}
.failure-product .merchantType .store i{
    font-size: 16px;
    margin-right: 6px;
}
.failure-product .merchantType .store .title{
    color:#353535;
    font-size: 14px;
}
.failure-product .commodity ul{
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.failure-product .commodity ul li .check{
    display: inline-block;
    width: 34px;
    height: 16px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #bbbbbb;
}
.failure-product .commodity ul .single{
    width: 108px;
    height: 108px;
    line-height: 108px;
    text-align: center;
    margin-right: 10px;
    /* border: 1px solid red; */
}
.failure-product .commodity ul .single img{
    width: 97px;
    height: 97px;
    /* border: 1px solid black; */
}
.failure-product .commodity ul .commodity-contant{
    width: 54%;
}
.failure-product .commodity ul li .commodity_title{
    color: #888989;
    font-size: 14px;
    margin-top: 15px!important;
    margin-right: 8px!important;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.failure-product .commodity ul li .commodity_unitPrice{
    margin-top: 30px;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.failure-product .commodity ul li .commodity_unitPrice p{
    color: #353535;
    font-size: 13px;
}


/* 购物车空 */
.shoppingCart-empty p img{
    width: 100px;
    height: 100px;
    margin-top: 140px;
    margin-bottom: 20px;
    margin-left: 50%;
    transform: translate(-50%);
}
.shoppingCart-empty .shoppingCart-empty-title{
    color: #606060;
    font-size: 14px;
    text-align: center;
}
.shoppingCart-empty .goStroll{
    width: 98px;
    height: 30px;
    border: 1px solid #db9c5a;
    border-radius: 4px;
    color: #db9c5a;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin-top: 20px!important;
    margin-bottom: 236px!important;
    margin-left: 50%!important;
    transform: translate(-50%);
}

p{
    margin: 0px;
    padding: 0px;
}
/* 底部 */
#page-foot-inner{
     height:45px;
}
#header_bar{
    height: 45px;
}

.flex_box{
    text-align: center;
}

/* 失效 */
#failure{
    width: 100%;   
}
#failure p{
    width: 96px;
    height: 28px;
    font-size: 14px;
    color: #888989;
    border: 1px solid #e3e4e4;
    border-radius: 7px;
    text-align: center;
    line-height: 28px;
    margin-top: 10px!important;
    margin-left: 50%!important;
    transform: translate(-50%);
}
/* 点击失效弹出层 */
#failure .modal-dialog{
    position: fixed;
    top:50%;
    left: 30%;
}
#failure .modal-backdrop {
    opacity: 0 !important; 
    /* filter: alpha(opacity=0)!important; */
}
#failure .modal-content{
    width: 160px;
    height: 42px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    background-color: rgba(0, 0, 0, .6)!important;
}
/* 点击删除弹出层 */
.modal-dialog{
    position: fixed;
    top:40%;
    left: 10%;
}
.modal-content{
    width: 284px;
    height: 126px;
}
.modal-content .modal-body{
    height: 80px;
}
.modal-content .modal-footer{
    height: 46px;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 0px;
}
.modal-content .modal-footer button{
    background-color: #fff;
    height: 42px;
    border: none;
    width: 100%;
    box-sizing: border-box;
    border-radius: 7px;
    outline: none;
}
.modal-content .modal-footer .btn1{
    background-color: #f5f7f7;
}

/* 编辑与完成显示的内容  */
#status{
    width: 100%;
    height: 50px;
    position: relative;
    bottom: -50px;
}
/* 编辑 */
#status .edit{
    width: 100%;
    height: 50px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 50px;
    box-sizing: border-box;
}
#status .edit .check{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 1px solid #8b8c8c;
    text-align: center;
    line-height: 20px;
    margin-left: 16px;
    margin-right: 10px;
} 
#status .edit .checkAll{
    display: flex;
    align-items: center;
}
#status .edit .checkAll .checkAll_name{
    color: #353535;
    font-size: 14px;
    min-width: 28px;
}
#status .edit .edit-total{
    display: flex;
    align-items: center;
}
#status .edit .total{
    max-width: 184px;
    margin-right: 15px;
}
#status .edit .total .total_name{
    color: #353535;
    font-size: 16px;
    font-weight: 500;
}
#status .edit .total .total_unit{
    color: #e54c4c;
    font-size: 14px;
}
#status .edit .total .total_price{
    color: #e54c4c;
    font-size: 16px;
}
#status .edit .close_account{
    width: 110px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #e54c4c;
}

/* 完成 */
#status .accomplish{
    width: 100%;
    height: 50px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 50px;
    box-sizing: border-box;
}
#status .accomplish .check{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 1px solid #8b8c8c;
    text-align: center;
    line-height: 20px;
    margin-left: 10px;
    margin-right: 10px;
} 
#status .accomplish .checkAll{
    display: flex;
    align-items: center;
}
#status .accomplish .checkAll .checkAll_name{
    color: #353535;
    font-size: 14px;
}
#status .accomplish .accomplish_collect{
    display: flex;
    text-align: center;
    line-height: 28px;
}
#status .accomplish .accomplish_collect .favorite{
    width: 100px;
    height: 28px;
    font-size: 16px;
    color: #dc9f60;
    border: 1px solid #dc9f60;
    border-radius: 50px;
    margin-right: 15px!important;
    margin-top: 10px;
}
#status .accomplish .accomplish_collect .del{
    width: 60px;
    height: 28px;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
    margin-top: 10px;
    margin-right: 15px!important;
}
.display{
    display: none!important;
}



.tradeNameMember{
    display: flex;
    align-items: center;
    margin-top: 6px;
}


.btnpay {
    width: 110px;
	line-height: 50px;
    border: 0px;
    color: #fff;
    background-color: #e54a4a;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.cartline{
	width:100%;
	height:10px;
	display:block;
}

.btn_t
{
    width: 65px;
    height: 30px;
    margin: 5px 0px;
    line-height: 30px;
    cursor: pointer;
}
