body .bag-list {
    width: 650px !important;
    height: 620px !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
}
body .layui-bag-5{
    width: 55% !important;
    border-radius: 10px;
    height: max-content !important;
}

body .bag-list .layui-layer-content {
    height: 616px !important;
}

body .layui-bag-5 .layui-layer-content{
    height: max-content !important;
}

body .bag-list .layui-layer-content .bag-title {
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 18px;
    padding: 0 20px;
    border-bottom: 1px solid #CCCCCC;
}

body .bag-list .layui-layer-content .shop-info {
    display: block;
    padding:0 10px;
    overflow: auto;
    margin-bottom: 0;
}
body .bag-list .layui-layer-content .shop-info .shop-info-up{
    display: flex;
    align-items: center;
    height: 485px;
}
body .bag-list .layui-layer-content .shop-info .title-clamp {
    font-size: 14px;
    line-height: 24px;
}

body .bag-list .layui-layer-content .shop-info .bag-select p{
    font-size: 13px;
}

body .bag-list .layui-layer-content .shop-info .bag-select ul li {
    min-width: 55px;
    height: 30px;
    font-size: 13px;
}
body .bag-list .layui-layer-content .shop-info .bag-select ul a {
    width: 60px;
}

body .bag-list .layui-layer-content .shop-info .shop-info-left{
    width: 300px;
    min-width: 310px;
    padding-right:10px;
}

body .bag-list .layui-layer-setwin {
    right: 37px;
    top: 37px;
}

body .layui-bag-5 .layui-layer-setwin {
    right: -7%;
    top: -7%;
}
.layui-bag-5 .layui-layer-setwin .layui-layer-close2{
    right: 30px;
    top: 10px;
}

body .bag-list .shop-info .shop-info-right{
    height: 100%;
}
body .bag-list .shop-info .shop-info-right .open-multiple-size-1 .bag-qty{
    margin: 0 10px;
}
body .bag-list .shop-info .shop-info-right .open-multiple-size-1 .bag-qty input{
    width: 80px;
    height: 30px;
}
body .bag-list .shop-info .shop-info-right .open-multiple-size-1 .bag-qty-stock{
    font-size: 12px;
}
body .bag-list .shop-info .shop-info-right .open-multiple-size-1.bag-select .bag-qty i{
    width: 30px;
    height: 30px;
}
body .bag-list .shop-info .shop-info .shop-info-right .open-multiple-size-1 .bag-qty{
    margin: 0 10px;
}

body .add-wish .layui-layer-content {
    text-align: center;
    font-size: 16px;
}

body .add-wish .layui-layer-content img {
    height: 130px;
    margin: 40px auto 20px;
}

body .tips-list .layui-layer-content {
    font-size: 14px;
    width: max-content;
    color: #fff;
    padding: 5px
}

body .tips-list .layui-layer-content .bag-button-tips {
    font-size: 14px;
    display: flex;
    align-items: center;
}

body .tips-list .layui-layer-content .bag-button-tips img {
    width: 30px;
    margin-right: 5px;
}

body .freight-list .layui-layer-btn0 {
    width: 100px;
    margin: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #252525;
    font-size: 14px;
}

body .add-bag .add_pop {
    padding: 20px 0 0;
}

body .add-bag .add_pop i {
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
    margin: auto;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .add-bag .add_pop span {
    font-size: 13px;
    padding: 0 4px;
}

body .add-bag .add_pop span em {
    color: #ff0000;
}

body .add-bag .add_pop p {
    font-size: 14px;
    color: #333333;
    padding: 10px 0;
    text-align: center;
}

body .add-bag .add_pop .add_to {
    background: #fff0f2;
    border-radius: 20px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: 90%;
    margin: auto;
    text-align: center;
}

body .add-bag .add_pop .add_need {
    font-size: 12px;
    color: #333333;
    padding: 10px 0 20px;
    display: block;
}

body .add-bag .add_pop #code_ {
    margin: 5px auto;
    text-align: center;
}

body .add-bag .add_pop #amount_min {
    color: red;
}

body .add-bag .layui-layer-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body .add-bag .layui-layer-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 49%;
    white-space: nowrap;
    padding: 0 0.5rem;
    background: #fff;
    color: #333;
    font-size: 12px;
    border: 1px solid #333;
    height: 30px;
    margin:0 10px;
}

body .add-bag .layui-layer-btn a:nth-child(2) {
    color: #fff;
}

body .add-wish .layui-layer-content {
    text-align: center;
}