a{
    cursor: pointer;
    color:#000;
    font-weight: 600;
}
[data-image]{
    display: none;
}
.user_money{
    font-size:32px;
}
.nav-table{
    display: flex;
}
.nav-cont{
    display: flex;
    height: 45px;
    align-items: center;
}

.store{
    display: flex;
    max-width: 1200px;
    align-items: center;
    position:relative;
}
.store-left{
    width:60%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.store-right{
    width: 40%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}
.store-icon{
    width:50px!important;
    height: 50px!important;
}
.store-info{
    margin-left:12px;
}
.store-name{
    font-weight: 800;
}
.store-desc{
    color:red;
    font-size:14px;
}
.store-right button{
    background:#FFF;
    border:1px solid #eee;
    color:#000;
    padding:8px 16px 8px 16px;
    font-weight: 800;
}
.cart-list{
    display: flex;
    align-items: center;
}
.cart-list .td{
    display: flex;
    align-items: center;
    padding:12px;
    justify-content: center;
}
.address-title{
    display: flex;
    position: relative;
    align-items: center;
}
.address-title h3{
    width: 100%;
}
.add-address{
   width:100px;
    flex-shrink: 0;
    background:#fff;
    color:#000;
    border:1px solid #eee;
}
#order{
    min-height: 500px;
}
.user-addresslist{
    cursor: pointer;
}
.goods-mask{
    position: absolute;
    z-index:9;
    left:0;
    right:0;
    top:0;
    bottom:0;
    color:#FFF;
    display: flex;
    align-items: center;
}
.goods-mask::after{
    position: absolute;
    content: ' ';
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:#000;
    opacity: .4;
    z-index:-1;
}
.goods-mask-left{
    width: 70%;
    font-size:20px;
    font-weight: 800;
    margin-left:12px;
}
.goods-mask-right{
    width: 30%;
    display: flex;
    justify-content: flex-end;
}
.goods-mask-right button{
    background:#FFF;
    color:#222;
    border:none;
    margin-right:24px;
}
.input-hint{
    display: flex;
    align-items: center;

}
[data-image]{
    height:40px;
    width: auto;
    margin-right: 12px;
    cursor: pointer;
}
.color-red{
    color:red;
}
.block{
    display: block;
}
.info-data{
    display: flex;
    padding:6px;
    border:1px solid #ced4da
}
.info-data img{
    display: block!important;
}
[readonly]{
    cursor: default;
    background:rgb(240,240,240);
}
#sidebar img{
    width: 100%;
    height: 100%;
}
#shopmain img{
    max-width: 100%;
    max-height: 100%;
}
.item-pic{
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-pic img{
    max-width: 100%;
    max-height: 100%;
}
.btn-sm{
    font-size:12px;
    background:red;
    padding:6px;
    margin-top:6px;
}
.submit-button-address {
    padding: 12px 30px;
    font-size: 16px;
    background-color: #28a745;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}