
/**购物车
 * @module shoppingCart
 * @author jiawei
 * @date 2021/01/25
 */
 .first-layout {
    /* height: 100vh; */
    overflow: hidden;
}
 .my-right-content {
    width: 100%;
    margin-left: 40px;
    float: left;
    background: #fff;
    margin-right: 15px;
}
.searchMessage p input{
    width: 240px;
}
.batch-cancel{
    cursor: pointer;
    margin-left: 15px;
    padding:5px 10px;
    border: 1px solid #B0C8E3;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6C8DAF;
}
.numPic{
    text-align: left;
}
.shopPic{
    text-align: left;
}

.shopPic img{
    margin-left:20px;
    width: 44px;
    height: 30px;
}
.shop-title{
    text-align: left;
}
.shop-title p{
    max-width: 350px;
}
.promotion{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF6000;
}
.promotion button{
    background: #FFFFFF;
    border: 1px solid #FF9C71;
    border-radius: 4px;
    padding: 2px 5px;
    margin:0 3px;
}
.expire{
    
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.Specifications{
    margin-right: 5px;
    cursor: pointer;
    border: solid 1px #BDC5D2;
    padding: 3px 20px 3px 10px;
}
.numButton{
    width: 29px;
    height: 26px;
    background: #F5F7FA;
    border: 1px solid #BDC5D2;
}
.num {
    position: relative;
    width: 30px;
    height: 26px;
    text-align: center;
    border: 1px solid #BDC5D2;
    border-radius: 0;
}
#showtime{
    color: #FF6000;
}
.my-right-content{
    margin: 0;
}
#loading{
    /* width: 100%; */
    overflow-x: auto;
}
#loading table thead tr td {
    max-width: 200px;
    padding: 15px 0;
}
.money{
    
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF6000;
}
.shop-name{
    width: 400px;
}
/* .full{
    position: relative;
}
.full-jian{
    position: absolute;
    top: 0;
    left: 0;
} */
#loading table .tableList .ordinary:nth-of-type(2n){
    text-align: center;
    padding: 10px 0;
    background: #E3E3E3;
}
#loading table .tableList .spell{
    text-align: left;
    height: 14px;
    padding: 0;
    padding-left: 10px;
    background: #E8F0F7;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF6000;
}
.spell-go{
    padding: 2px 0;
    cursor: pointer;
    margin-left: 10px;
}
.give{
    padding: 2px 0;
    cursor: pointer;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1857BC;
    margin-left: 15px;
}
.total{
    margin-top: 40px;
    text-align: right;
    padding-right: 30px;
}
.total span{
    color: #FF6000;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin: 0 10px;
}
.total span b{
    font-size: 16px;
    color: #333333;
    margin-right: 10px;
}
.place-an-order {
    margin: 30px 0;
    text-align: center;
}
.place-an-order button{
    width: 133px;
    font-size: 16px;
    margin: 0 10px;
    padding: 10px 0px;
    background: #FF7C1C;
    border-radius: 4px;
    border: none;
    color: #fff;
}
.place-an-order .cancel-order{
    background: #2175D3;
}

.shopMessage{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF641F;
}

.myIntegral{
    font-size: 15px;
    position: absolute;
    right: 85px;
    top: 54px;
}

.memberNoteCss{
    width: 752px;
    height: 68px;
}

.num-box {
    display: inline-block;
}