* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a,
ul,
li {
    list-style: none;
    text-decoration: none;
}

.server {
    max-width: 1280px;
    margin: 0 auto;
}

.server .layui-col-md8>div {}

.card-title {
    font-weight: 600;
    /* border-bottom: 1px solid #f6f6f6; */
}

.card-body {
    border-radius: 0.25rem;
    background-color: #fff;
    padding: 20px 40px;
}

.card-body .layui-form-label {
    color: #9ea7b3;
    font-size: 14px;
    width: auto;
}

input[type="range"] {
    /* -webkit-appearance: none;  */
    background-image: linear-gradient(0deg, rgb(107, 110, 110), rgba(202, 240, 248, 0));
    border-radius: 20px;
    height: 5px;
    padding: 0;
    border: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: pointer;
    top: 5px;
    height: 45px;
    width: 45px;
    transform: translateY(0px);
    background: #fff;
    background: url(./images/range.png) no-repeat;
    background-size: 100% 100%;
}

.btn_sub {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #666;
    width: 35px;
    height: 35px;
    margin-right: -2px;
}
.btn_add {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #666;
    width: 35px;
    height: 35px;
    margin-left: -8px;
}
.control {
    display: block;
    width: 80px;
    height: 35px !important;
    padding: 0.47rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 35px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    text-align: center;
    border: 1px solid #ccc;
}

.ordersummary td {
    border: none !important;
    padding: 5px !important;
 }

 .mobile-bottom-total {
    display: none;
    position: fixed;
    width: 100%;
    height: 4rem;
    text-align: left;
    line-height: 4rem;
    padding-left: 1.25rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    bottom: 0;
    left: 0;
 }

 .mobile-bottom-total .total {
    font-size: 18px;
    font-weight: 400;
    color: #f60;
    margin-right: 0.5rem;
 }
.card-body .layui-btn+.layui-btn {
    margin-left: 0px;
}
.jgao {
    border: 1px solid #ffdea3;
    background: #fffcf5;
    padding: 15px;
    margin-top: 20px;
}
.jgao h4 {
    color: #f60;
}
.jgao p {
    color: #666;
    font-size: 10px;
    text-indent: 1em;
}


/* .ordersummary td {
    border: none !important;
    padding: 5px !important;
 }

 .mobile-bottom-total {
    display: none;
    position: fixed;
    width: 100%;
    height: 4rem;
    text-align: left;
    line-height: 4rem;
    padding-left: 1.25rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    bottom: 0;
    left: 0;
 }

 .mobile-bottom-total .total {
    font-size: 18px;
    font-weight: 400;
    color: #f60;
    margin-right: 0.5rem;
 }
.card-body .layui-btn+.layui-btn {
    margin-left: 0px;
}
.fs-16{
    font-size: 15px;
    margin: 0 0 7px 0;
    font-weight: 600;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.configoption_total .text-sm-right {
    position: relative !important;
    bottom: 10px !important;
    left: 0;
}
.ordersummary td {
    border: none !important;
    padding: 5px !important;
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eff2f7;
    font-size: 12px;
    line-height: 30px;
}
.text-right {
    text-align: right !important;
}
.mw-250{
    width: 50%;
}
.configoption_total .text-sm-right {
    position: relative !important;
    bottom: 10px !important;
    left: 0;
}
.configoption_total button {
    width: 100%;
    background-image: linear-gradient(270deg, #0080ff, #0080ff);
    color: #fff;
    border-color: #0080ff;
    font-size: 14px;
} */

@media screen and (max-width: 678px) {
    .server,.server .layui-row{width: 100%;}
    .card-body .layui-form-label{
        float: none;
        text-align: left;
    }
    .card-body .layui-input-block{
        margin-left: 0;
    }
    .configoption_total button {
        height: 2rem !important;
    }
    .server .layui-col-space10{
        margin: 0;
    }
    .server .layui-col-space10>*{
         padding: 0;
    }
    .server .layui-btn{
        margin: 5px 0;
    }
}