@import url('vuetify-overrides.css');
body {
    background: var(--page--bg);
}

.PCshowLogo{
    height: 40px;
    width: auto;
}

.pageMain{
    max-width: var(--page--width);
    margin: 0 auto;
    padding: 20px 0;
}

.txtLink{
    color: #608fcf;
    font-weight: 600;
    text-decoration: underline;
}

.bodyMain{
    width: 100%;
    margin: 0 auto;   
}
.Er-page-box{
    max-width: var(--page--width);
    background: #fff;
    border-radius: 8px;
    padding: 140px 0  220px;
    margin: 0 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.Er-page-img{
    display: block;
    width: 400px;
    margin: 0 auto;
}
.Er-page-txt{
    max-width: 800px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}
.er-Button{
    width: 180px;
    margin: 20px auto;
}
.searchBox{
    height: 36px;
    background: #fff;
}
.searchBox .v-field__input{
    padding: 0 10px !important;
    min-height: auto;
    height: 36px;
   
}
/* 产品样式 */
.ContentProduct{
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 0 0 20px;
    border-radius: 8px;
    background: #fff;
    transition: all 0.5s;
    display: inline-block;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);
    overflow: hidden;
}
.ContentProductPriceBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 20px 0;
}
.ContentProductPrice{
    font-size: 20px;
    color: #000;
}
.ContentProductAddToCar{
    font-size: 14px;
}
.ContentProduct:hover{
    transform: translateY(-3px);
}

.ContentProductName{
    height: 60px;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    margin: 25px 20px 0;
    color: #3a3a3a;
    overflow: hidden;
}
.ContentProductName p{
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ContentProductPrice{
    height: 36px;
    line-height: 36px;
    font-size: 28px;
    color: #20A339;
    text-align: center;
}

.ContentProductNum{
    margin-top: 20px;
}

.ContentProductAddToCarText{
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    color: #20A339;
    font-size: 20px;
    background: rgba(32,163,57,0.15);
    border-radius: 20px;
}

.ContentProductNum .v-field--rounded{
    overflow: hidden;
    border: 1px solid rgb(209 213 219);
    border-radius: 24px;
    height: 36px;
    line-height: 34px;
}
.productNum{
    margin-top: 0;
}
.productNum .v-field--rounded{
    height: 45px;
    line-height: 45px;
}
.ContentProductNum .v-input__details{
    display: none !important;
}
.ContentProductNum .v-field__outline{
    display: none;
}

.ContentProductNum .v-field__input{
    min-height: auto;
    padding: 0;
    background: #fff !important;
}

.ContentProductNum .v-field__prepend-inner button,.ContentProductNum  .v-field__append-inner button{
    background: rgb(240 240 240);
    color: #000;
    font-size: 12px;
}

.ContentProductNum .v-btn__overlay{
    background: rgb(240 240 240) !important;
}

.ContentProductAddToCar{
    width: 100%;
    font-weight: 500;
    margin-top: 15px;
    font-weight: bold;
    color: #fff !important;
}

.ContentProductImg{
    width: 305px;
    height: 305px;
    margin: 0 auto;
}

.ContentProductAddToCar i{
    margin-right: 10px; 
}
.Mobile-Nav{
    display: none;
}

.Mobile-Nav-Box{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #f5f5f5;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
}
.MobileMask .v-overlay__content{
    position: relative;
    width: 85%;
    max-width: 360px;
    height: 100%;
}
.MobileRightMask .v-overlay__content{
    position: relative;
    width: 80%;
    height: 100%;
}

.clearDefaultCheckboxStyle{
    min-height: auto;
}

.clearDefaultCheckboxStyle .v-input__details{
    display: none;
}

.clearDefaultCheckboxStyle .v-selection-control{
    min-height: auto !important;
}

.CountryItem {
    display: block;
    transform: translateY(5px);
    margin-right: 8px;
}
.CountryBox {
    display: flex;
    height: 30px;
    font-size: 14px;
}

.buttonsSet{
    padding: 0 15px 15px 0 !important;
}

.HomeModelHead{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}
.HomeModelHead h3{
    display: inline-block;
    font-size: 32px;
    margin-left: 5px;
    font-size: 16px;
}
.HomeModelHeadRight a{
    display: flex;
    align-items: center;
    color: #000;
    cursor: pointer;
    font-size: 24px;
} 
.HomeModelHeadRight span{
    transform: translateY(-1px);
}

.HomeModelHeadRightIcon{
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.HomeModelHeadRightIcon i{
    font-size: 16px;
}
.HomeModelHeadRight:hover a{
    color: #20A339;
}

.HomeModelHeadRight:hover .HomeModelHeadRightIcon{
    background: #20A339;
}


.HomeModelHeadLeft{
    display: flex;
    align-items: center;
}

.HomeModelHeadLeft h3{
    font-size: 32px;
    color: #000;
    margin-left: 20px;
}

.headline{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

/* 顶部 */

.NoeticBoxBody {
    padding: 0;
    display: none;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}

.NoeticBox {
    border-radius: 4px;
    padding: 0 8px;
    display: flex;
    align-items: center;
}

.NoeticBoxIcon {
    padding: 0 10px;
    font-size: 18px;
}

.scrolling_text_container {
    padding: 10px;
    display: flex;
    overflow: hidden;
    width: 100%;
}

.scrolling_text_wrap {
    display: flex;
    white-space: nowrap;
}

.scrolling_text_item {
    display: inline-block;
    font-weight: bold;
    padding-right: 20px;
    line-height: 26px;
    font-size: 13px;
    animation: marquee 18s linear infinite;
    /* 设置滚动时间为5秒 */
}

.headStickLink a {
    text-decoration: underline !important;
    display: inline-block;
    margin-left: 5px;
}

.RollingHead {
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-align: center;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(5px);
    font-size: 16px;
    border-bottom: 1px solid #efefef;
    /* 调整模糊程度 */
}

.RollingHead a{
    font-weight: bold;
    text-decoration: underline !important;
}

.headerPcImg {
    width: 100%;
    max-width: 1900px;
    display: block;
    margin: 0 auto;
}
.pcShow{
    display: block;
}
.mbShow{
    display: none;
}

.SetHeadStyle2{
    box-shadow: none !important;
    border-bottom: 0;
}

.TwoLineInputSearch .v-field__field {
    height: 45px !important;
}

.TwoLineInputSearch .v-field__input {
    min-height: inherit;
    height: 45px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.hide-stepper-header {
    border: none !important;
    box-shadow: none !important;
}

.hide-stepper-header .v-stepper-header {
    display: none !important;
}

.hide-stepper-header .v-stepper-actions {
    display: none !important;
}

.hide-stepper-header .v-stepper-window {
    margin: 0;
}

.resetInputStyle input {
    min-height: 45px;
    padding: 0 15px !important;
}

.resetInputStyle .v-label {
    font-size: 13px;
}

.resetInputStyle .v-input__details {
    padding-bottom: 6px;
}
.resetInputStyle .v-field__input{
    padding: 0 15px;
}
.resetInputStyle .v-field__input{
    min-height: inherit;
    height: 45px;
}
.resetInputStyle .v-selection-control{
    height: 40px;
}
.userInfoInput .v-field{
    font-size: 13px;
}
.userInfoInput .v-field__input{
    height: 36px;
}

.PasswordDifficulty {
    display: flex;
    gap: 4px;
}

.password-strength-container {
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

.PasswordDifficultyItem {
    width: 20px;
    height: 4px;
    background-color: #e0e0e0;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

.PasswordDifficultyItem.active {
    background-color: #4caf50;
}

.PasswordDifficultyItem.active.weak {
    background-color: #f44336;
}

.PasswordDifficultyItem.active.medium {
    background-color: #ff9800;
}

.PasswordDifficultyItem.active.strong {
    background-color: #2196f3;
}

.PasswordDifficultyItem.active.very-strong {
    background-color: #4caf50;
}

/*  */
.OrderItem {}


.OrderProductList {
    display: flex;
    border: 1px solid #ededed;
  
    margin: 0 0 12px;
    border-radius:0 0 4px;
}

.OrderProductListBox {
    min-width: 600px;
    flex: 1;
}

.OrderProductInfoItem {
    display: flex;
    padding: 8px 10px 8px 5px;
    border-bottom: 1px solid #ededed;
}

.OrderProductInfoItem:last-child {
    border: 0;
}

.OrderProductInfoItemImg {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.OrderProductInfoItemTxt {
    margin-left: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.OrderProductInfoItemName {
    font-size: 14px;
    line-height: 20px;
    color: #1f1f1f;
    margin-bottom: 3px;
}

.OrderProductInfoItemCode {
    color: #7a7a7a;
    font-size: 14px;
}

.OrderProductInfoPrice {
    width: 120px;
    text-align: right;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.OrderProductInfoPriceNum {
    font-size: 16px;
    color: #fd2222;
    font-weight: 700;
}


.SearchProductBreadBox {
    font-size: 14px;
    padding: 5px 0 10px;
}

.user-page-head{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 13px;
    border-bottom: 1px solid #ddd;
    color: #3a3a3a;
}

.PageLoading {
    background: #ffffffb0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.userTableBox {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 8px;
}

.userTableBox td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.userTableBox thead td {
    background: #e9e9e9;
    line-height: 36px;
    color: rgb(0, 0, 0);
    font-size: 14px;
    text-align: center;
    border-color: #fff;
}

.userTableBox tbody td {
    line-height: 20px;
    height: 40px;
    text-align: center;
}

.userTableBox tbody tr:last-child td {
    border-bottom: 0;
}

.userTableBox tr td:last-child {
    border-right: 0;
}

.NotDataPints {
    min-height: 400px;
    padding: 80px 0;
    text-align: center;
    font-size: 15px;
}

.NotDataPintsImg {
    width: 200px;
    margin: 10px auto;
}

.outUserPage{
    background: #fff;
    padding: 20px 0 20px;
    border-radius: 10px;
}
.outUserPageBtns{
    display: flex;
    justify-content: center;
}
.outUserPageBtnsItem{
    width: 110px;
    text-align: center;
    background: #e6e6e6;
    color: #414141;
    font-weight: bold;
    line-height: 36px;
    padding: 0 20px;
    margin: 0 10px;
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
}
.outUserPageBtnsItemAction{
    background: red;
    color: #fff;
}
.outUserText{
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    margin: 15px 0 30px;
    color: #3a3a3a;
}

.ProductCarNum{
    background: rgb(255, 233, 233);
    color: red;
    position: absolute;
    top: 14px;
    right: 14px;
    border-radius: 20px;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 14px;
}

.breadBox {
    padding: 0px 0 15px !important;
    font-size: 14px;
}

.DialogPbStyle{
    display: flex;
    margin-bottom: 15px;
    justify-content: center !important;
}

.public-card{
    border-radius: 8px !important;
    box-shadow: 0 0 8px 0px rgba(0,0,0,0.08);
}

.ConfirmDialogBtn{
    background: red;
    width: 120px;
    font-size: 15px !important;
}

.CancelDialogBtn{
    background: #ddd;
    width: 120px;
    font-size: 15px !important;
}
.ProductItemInfo{
    display: flex;
    flex: 1;
    justify-content: space-between;
}
/* 单行文本省略（更兼容的写法） */
.line-clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
  
  /* 多行文本省略（通常2行） */
  .line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 控制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    /* 非WebKit浏览器的备选方案 */
    max-height: 3.6em; /* 大约2行高度，根据行高调整 */
    line-height: 1.8em; /* 设置行高 */
  }
  .bg-warning{
    background-color: #fdf6ec !important;
    color: #ffaf3e !important;
  }
@media (max-width: 980px) {
    .ContentProductPriceBox{
        margin: 8px 0 0;
    }
    .LeftNav{
        max-width: 120px !important;
        margin: 0 auto;
    }
    .OrderItemHead{
        border-bottom: 1px solid #ddd;
    }
    .NotDataPintsImg{
        width: 150px;
    }
    .OrderProductInfoItemName{
        line-height: 18px;
    }
    .OrderProductInfoItemCode{
        display: none;
    }
    .OrderProductListBox {
        min-width: auto;
        flex: 1;
    }
    .OrderProductList{
        display: flex;
        padding:0 8px 5px;
        flex-direction: column;
        border: 0;
    }
    .OrderProductInfoPrice{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        padding-left: 10px;
    }

    .ProductItemInfo{
        flex-direction: column;
    }
    .breadBox {
        display: none !important;
    }
    .user-page-head{
        display: none;
    }
    .top-step .v-stepper-item__content{
        display: none;
    }
    .top-step .v-stepper--alt-labels .v-stepper-header .v-divider{
        margin: 10px -64px 0;
    }
    .top-step .v-stepper--alt-labels .v-stepper-item{
        padding: 0;
    }
    .top-step .v-stepper-header{
        box-shadow: none;
    }
    .ContentProduct:hover{
        box-shadow: none;
        transform: none;
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }

    /* 动画效果：向左移动整个宽度 */
}
@media (max-width: 1900px){
    .RollingHead{
        height: 45px;
        position: relative;
    }
    .headerPcImg{
        position: absolute;
        height: 100%;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 1500px) {
    .RollingHead{
        background-image: none !important;
    }
    .pageMain{
        padding: 0 15px;
    }
}

@media (max-width: 980px) {
    .HomeModelHead{
        padding: 0 6px;
    }
    .SearchProductBreadBox{
        display: none;
    }
    .EditButtons{
        display: none;
    }
    .ContentProductPrice{
        height: auto;
        line-height: 24px;
        font-size: 18px;
    }
    .pcShow{
        display: none;
    }
    .mbShow{
        display: block;
    }
    .RollingHead {
        display: none;
    }

    .NoeticBoxBody {
        display: block;
        margin: 10px 0;
        box-shadow: 0 0 8px rgba(0,0,0,0.05);
    }
    .MobileHide{
        display: none;
    }
    .ContentProductText{
        padding:0 10px;
    }
    .ContentProduct{
        padding: 0 0 10px;
        overflow: hidden;
    }
    .bodyMain{
        width: 100%;
        height: 100%;
        margin: 0 auto;   
    }
    .pageMain{
        padding: 0;
    }
    .Mobile-Nav{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 105px;
        padding: 18px 16px;
        background: #fff;
    }
    .Mobile-Nav-Item{
        font-size: 16px;
        font-weight: 600;
        line-height: 1.4;
        color: #666;
        text-decoration: none;
        cursor: pointer;
        transition: color 0.2s;
    }
    .Mobile-Nav-Item:hover{
        color: #20a339;
    }
    .Mobile-Nav-Item--active,
    .Mobile-Nav-Item-action{
        color: #20a339;
        cursor: default;
        pointer-events: none;
    }
    .ContentProductName{
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        align-items: start;
        justify-content: center;
        font-size: 13px;
        margin: 5px 0;
    }
    .ContentProductName a{
        height: inherit;
        display: -webkit-box;
        -webkit-line-clamp: 2;  /* 限制显示的行数 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .HomeModelHead h3{
        font-size: 14px;
    }
}

@media (max-width: 768px){
    .ContentProductNum{
        display: none !important;
    }
    .ContentProductImg{
        width: 100%;
        height: 180px;
    }
    .ContentProductAddToCar{
        font-weight: bold;
    }
    .ContentProductAddToCar i{
        display: none;
    }

    .ContentProduct .ProductCarNum{
        top: 8px;
        right: 8px;
        font-size: 10px;
    }

}