:root {
    --btnColor: #ff7b26;
    --theme-c: #ff7b26;
    --blue: #2854f5;
    --red: #fb4548;
    --green: #43cf7c;
    --orange: #ee8e28;
}
html,.user_bg{ background: #f2f2f2}
.navigation_bar{
    background: white;
    color:#222;
    border-bottom:none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.navigation_bar_in{ font-size: 16px !important;}
.navigation_bar_back img{
    width: 26px;height: 26px;
    background-size: 100% 100%;
}
.nav .btn-back .layui-icon{ font-weight: unset !important;}
.com{ background: #f8f8f8 !important;}
.com .nav{
    background: white;
    color:#222;
}
.dx_line{ display: none;}
.center_copyright,.center_copyright a{color:#ccc;font-size: 12px;}
.footer{ text-align: center; }
.footer .fs-12{ color:#ccc;font-size: 12px }
.footer .c-ccc{ color:#ccc;font-size: 12px }
.p-t-10{ padding-top:10px;}
.p-b-20{ padding-bottom:20px;}
.p-t-20{ padding-top:20px;}

.add_package_01 .modify_order_01 tr:last-child th{border-bottom: none; }
.add_package_01 .modify_order_01 tr:last-child input{border-bottom: none; }
.add_package_01 .modify_order_01_se{ text-align: right;}
.add_package_01 .modify_order_01_in{ text-align: right;}
.add_package_01 .modify_order_05{ padding:0;margin-top:10px;border-radius: 5px;}
.add_package_01 .modify_order_06{  border-radius: 5px;overflow: hidden;}
.add_package_01 .modify_order_06 th{ background: white;}
.add_package_01 .modify_order_06 td { padding:5px 0 }
.add_package_01 .modify_order_06 td input{ border:none; }
.add_package_01 .modify_order_06 tr{ border-bottom: 1px solid #eee; }
.add_package_01 .modify_order_06 .modify_order_06_bu{ background: #ff7b26;width: 22px;height: 22px;line-height: 22px;}
.add_package_01 .modify_order_06 .modify_order_06_bu_no{ width: 22px;height: 22px;line-height: 22px;}
.add-btn-container{ padding:10px 20px;position: fixed;bottom: 0;left:0;width: 100%;background: white;box-sizing: border-box;}
.add-btn-container .leave_message_07{ margin:0;background: #ff7b26;border-radius: 100px;}
.add-btn-container  #click_yes_2{padding:0;background: unset;margin:0;}
.yfgs_container{margin:10px; }
.yfgs_container .query_1{}

.custom-checkbox-noStyle {
    position: relative;
    --switch-w: 48px;
    --switch-h: 22px;
    --switch-s: 2px;
}
.custom-checkbox-noStyle.disabled input {
    display: none;
}
.custom-checkbox-noStyle.no-relative {
    position: unset;
}
.custom-checkbox-noStyle .custom-switch {
    width: var(--switch-w);
    height: var(--switch-h);
    border-radius: var(--switch-h);
    background: #eee;
    position: relative;
    transition: 0.3s;
}
.custom-checkbox-noStyle .custom-switch:after {
    content: "";
    width: calc(var(--switch-h) - var(--switch-s) * 2);
    height: calc(var(--switch-h) - var(--switch-s) * 2);
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: var(--switch-s);
    top: var(--switch-s);
    transition: 0.3s;
}
.custom-checkbox-noStyle .custom-checkbox {
    display: flex;
}
.custom-checkbox-noStyle .custom-checkbox em {
    display: block;
    position: relative;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #b8b8b8;
    border-radius: 2px;
    flex: none;
}
.custom-checkbox-noStyle .custom-checkbox span {
    font-size: 12px;
    line-height: 1.4;
    color: #333;
}
.custom-checkbox-noStyle .custom-checkbox .line {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ededed;
}
.custom-checkbox-noStyle .custom-checkbox.custom-radio em {
    border-radius: 50%;
}
.custom-checkbox-noStyle input[type=checkbox],
.custom-checkbox-noStyle input[type=radio] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.custom-checkbox-noStyle input[type=checkbox]:checked + .custom-switch,
.custom-checkbox-noStyle input[type=radio]:checked + .custom-switch {
    background: var(--theme-c);
}
.custom-checkbox-noStyle input[type=checkbox]:checked + .custom-switch:after,
.custom-checkbox-noStyle input[type=radio]:checked + .custom-switch:after {
    transform: translateX(calc(var(--switch-w) - var(--switch-h)));
}
.custom-checkbox-noStyle input[type=checkbox]:checked + .custom-checkbox em,
.custom-checkbox-noStyle input[type=radio]:checked + .custom-checkbox em {
    border-color: var(--theme-c);
    background: var(--theme-c);
}
.custom-checkbox-noStyle input[type=checkbox]:checked + .custom-checkbox em:after,
.custom-checkbox-noStyle input[type=radio]:checked + .custom-checkbox em:after {
    content: "";
    width: 7px;
    height: 3px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-sizing: content-box;
    transform: translateY(-1px) rotate(-45deg);
}
.custom-checkbox-noStyle input[type=checkbox]:checked + .custom-checkbox .line,
.custom-checkbox-noStyle input[type=radio]:checked + .custom-checkbox .line {
    border-color: var(--theme-c);
}
.custom-checkbox-noStyle input[type=radio] + .custom-checkbox em {
    border-radius: 50%;
}
.custom-checkbox-noStyle input[type=radio]:checked + .custom-checkbox em {
    background: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
}
.custom-checkbox-noStyle input[type=radio]:checked + .custom-checkbox em:after {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--theme-c);
    border: none;
    transform: none;
    margin-top:3px;
}