.khaki-bg {
    background-color: #161616;
}
.tp-btn-border-white {
    background-color: #1bffff;
    color: #000;
}
.tp-testimonial-avater-3 img {
    background: #d9d9d9;
    border: 3px solid #fff;
    border-radius: 0;
    box-shadow: 0 1px 2px rgb(1 15 28 / 30%);
    height: 80px;
    width: 100%;
}
/* 订单下拉样式 */
[data-bb-toggle="dropdown-checkboxes"] .form-label {
    position: relative;
    z-index: 10;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
}
.select2-container--default .select2-selection {
    border: 1px solid #dcdcdc !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    height: 45px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select2-container--default .select2-dropdown.select2-dropdown--below {
    background-color: white !important;
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
}
.select2-container--default .select2-dropdown .select2-search .select2-search__field {
    background-color: #f6f8fb !important;
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
}
.select2-container--default .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    background-color: var(--bs-secondary-bg-subtle) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6b7078 !important;
    line-height: 200% !important;
}
:host, :root, [data-bs-theme=light] {
    --bb-bg-surface:white;
    --bb-border-color-translucent:rgba(4,32,69,.1);
    --bb-border-radius:4px;
    --bb-body-color:#182433;
    --bb-box-shadow-dropdown: 0 16px 24px 2px rgba(0,0,0,.07),0 6px 30px 5px rgba(0,0,0,.06),0 8px 10px -5px rgba(0,0,0,.1);
}

.has-dark-logo .logo img {
  height: 60px !important;
  }
.offcanvas__logo img {
  height: auto !important;
  }
.has-dark-logo .tp-header-bottom-3 {
  padding-bottom: 0px !important;
  }
input[type="password"] {
    letter-spacing: 0.3em;
    font-family: monospace;
    -webkit-text-security: disc; /* 兼容WebKit浏览器 */
    text-security: disc; /* 标准属性 */
}

.mask-overlay {/* 邮编遮罩 */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0.375rem;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 500;
    transition: all 0.3s ease;
}
.ec-checkout-quantity-control {/* 购物车数量 */
    background-color:var(--bs-secondary-bg)!important;
}
.ec-checkout-quantity input {/* 购物车数量 */
    background-color:#FFF!important;
}
.checkout-form .magic-radio+label img{/* 快递图片尺寸 */
    max-height:25px!important;
}
.tp-brand-item img{/* 首页品牌图片尺寸 */
    height:70px!important;
}
.tp-header-sticky.header-main {
    z-index: 999;
}
.ck-content a {
    /*color: var(--tp-common-white);*/
}