

.Mobile {
    display: none;
}
.PC {
    display: block;
}

.PC_ad {
    display: flex;
}

.PC_ad img {
    width: 100%;
    height: auto;
}

.Mobile_ad {
    display: none;
}

.Mobile_ad img{
    width: 100%;
    height: auto;
}

.Mobile_Search {
    display: flex;
}

.Mobile_Search_with {
    width: 50%;
}

.Mobile_Search_with-div{
    display: flex;
    width: 100%;
    margin-top: 4px
}

.Mobile_Search_with-div img{
    position: unset;
    transform: none;
    width: 35px;
    height: 35px;
    margin-left: 2px
}


.Mobile_Search_with_background{
    width: 100%;
    height: 100%;
    background: radial-gradient(107.95% 57.49% at 50% 100%, #18253533 0%, #18253585 5%, #182535d9 20%, #182535 60%, #192330 100%);
}

.Mobile_Search-back{
    width: 100%;
    height: auto;
}

.Mobile_Search-back-div{
    position: absolute;
    z-index: -1
}

.Mobile_Search-back-div img{
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: center top;
    object-fit: none;
}



@media (max-width: 600px) {
    .PC_ad {
        display: none;
    }

    .Mobile_ad {
        display: flex;
    }

}


@media (max-width: 800px) {
    .Mobile_Search {
        flex-direction: column-reverse;
        text-align: center;

    }

    #suggestions_Mobile {
        width: 100% !important;
        left: 0;
    }

    .Mobile_Search_with {
        width: 100%;
        padding: 0 12px;
    }
}


@media (max-width: 910px) {
    .Mobile {
        display: block;
    }

    .PC {
        display: none;
    }

    .daoHangLan {
        display: none;
    }
}



.daoHangLan{
    position: relative;
    width: 100%;
}

.daoHangLan h6{
    margin-top: 8px;
}


nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline-block;
    position: relative;
}

nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    padding: 10px;
    display: block;
    cursor: pointer;
}

nav ul li a:hover {
    background-color: #575757;
    border-radius: 5px;
}

/* 箭头样式 */
.arrow {
    display: inline-block;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

/* 用来旋转箭头 */
.rotate {
    transform: rotate(180deg);
}

.content {
    position: absolute;
    display: none;
    text-align: center;
    background-color: #1d2536;
    padding:5px 5px;
    width: 100%;
    z-index: 2;
}

.content-search-div{
    display: flex;
    width: 100%;
    height: auto;
    padding: 0 5px
}

.content-search-div img{
    width: 100%;
    height: auto
}

.content-search-div-1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #2a323e91 37.15%, #1a212c 81.31%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 20px;
    text-align: center;
}

.content-search-div-1 i{
    margin-left: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.content-search-div-2{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.content-search-div-3{
    font-size: 12px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.content-search-div-4{
    flex: 1;
    padding: 0 0 0 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content-search-div-5{
    color: rgba(var(--bs-link-color-rgb));
    text-decoration: underline;
    font-size:15px;
    margin-top: 20px;
}


.active {
    display: block;
}

.nav-grid ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, auto));
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-grid li {
    margin: 0;
}

.nav-grid a {
    font-size: 12px;
    display: block;
    padding: 2px 0;
    background: rgba(26, 159, 255, .2);;
    border-radius: 2px;
    text-decoration: none;
    color: #67c1f5;
    text-align: center;
}

.arrow-link{
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 20px;
    border-radius: 6px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    transition: all 0.3s ease;
}

.arrow-link:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
}

.arrow-link:hover i {
    transform: translateX(3px);
}

.arrow-link-1{
    display: inline-flex;
    background: linear-gradient(0deg, #49346c -25%, #0c7fcfd4 100%);
    padding: 5px 20px;
    border-radius: 2px;
    text-decoration: none;
    color: white;
    font-size: 12px;
    transition: all 0.3s ease;
    justify-content: center
}

.one{
    position: absolute;
    top: 50%;
    left: 50%;

}

#one{
    position: relative;
    top: 40px;
    width: 100%;
    height: 36px;
    /*background-image: url("../img/Tyrantbeijing.png");*/
    background: linear-gradient(90deg, rgba(62, 103, 150, 0.919) 11.38%, rgba(58, 120, 177, 0.8) 25.23%, rgb(15, 33, 110) 100%);
}


.searchBarOne{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;

}

.searchBarOne a{
    color: rgb(228, 227, 227);
    text-decoration: none;
    font-weight: 800;
    font-size: 11px;
}

.searchBarOne a:hover{
    color: white;
    text-decoration: underline;
}

.styleOne-1{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
}



.we {
    position: relative;
    display: inline-block;

}

.we h6{
    color: #e3e3e3;
    font-size:14px;
}

.we a{
    text-decoration: none;
}

.wee h6{
    color: #ffffff;
    font-size:12px;
    margin-top: 10px;
    margin-left: 20px;
}


.we .wee {
    visibility: hidden;
    z-index: 10;
    width: 150px;
    /*background-image: url("../img/Tyrantbeijing.png");*/
    background: linear-gradient(90deg, rgba(33, 162, 255, 0.1) 1.89%, rgba(50, 50, 51, 0) 50%), linear-gradient(180deg, #575860 11.6%, #3A4852 54.73%, #2C2D34 100%);
    /*background-repeat: no-repeat;*/
    background-size: cover;
    position: absolute;
    margin-left: -20px;
    opacity: 0;
    transition: opacity 0.5s;
}

.we:hover .wee {
    visibility: visible;
    opacity: 1;
}

.we_1 {
    position: relative;
    display: inline-block;

}

.wee_1_h6_1{
    color: #208ece;
    font-size:13px;
    margin-top: 30px;
    margin-left: 20px
}

.wee_1_h6_2{
    color: #ffffff;
    font-size:12px;
    margin-top: 15px;
    margin-left: 20px
}



.we_1 .wee_1 {
    z-index: 10;
    /*background-image: url("../img/Tyrantbeijing.png");*/
    background: linear-gradient(90deg, rgba(33, 162, 255, 0.1) 1.89%, rgba(50, 50, 51, 0) 50%), linear-gradient(180deg, #575860 11.6%, #3A4852 54.73%, #2C2D34 100%);
    /*background-repeat: no-repeat;*/
    background-size: cover;
    visibility: hidden;
    width: 250px;
    /*background-color: #1a2a3b;*/
    position: absolute;
    left: 50%;
    margin-left: -35px;
    opacity: 0;
    transition: opacity 0.5s;
}

.we_1:hover .wee_1 {
    visibility: visible;
    opacity: 1;
}


.we_2 {
    position: relative;
    display: inline-block;

}

.we_2 .wee_2 {
    /*background-image: url("../img/Tyrantbeijing.png");*/
    background: linear-gradient(90deg, rgba(33, 162, 255, 0.1) 1.89%, rgba(50, 50, 51, 0) 50%), linear-gradient(180deg, #575860 11.6%, #3A4852 54.73%, #2C2D34 100%);
    /*background-repeat: no-repeat;*/
    background-size: cover;
    z-index: 10;
    visibility: hidden;
    width: 940px;
    height: 600px;
    /*background-color: #1a2a3b;*/
    position: absolute;
    margin-left: -172px;
    opacity: 0;
    transition: opacity 0.5s;
    display: flex;
}

.we_2:hover .wee_2 {
    visibility: visible;
    opacity: 1;
}

.wee_2_left{
    width: 200px
}

.wee_2_left_h6{
    color: #208ece!important;
    font-size:13px!important;
    margin-top: 30px!important;
    margin-left: 20px!important;
}

.wee_2_left h6{

    font-size:14px;
    margin-top: 15px;
    margin-left: 20px
}

.wee_2_center_left{
    width: 520px
}

.wee_2_center_left_h6{
    color: #208ece!important;
    font-size:13px!important;
    margin-top: 30px!important;
    margin-left: 20px
}

.wee_2_center_left h6{

    font-size:14px;
    margin-top: 15px;
    margin-left: 20px
}

.wee_2_center_center{
    position: absolute;
    left: 40%
}

.wee_2_center_center h6{

    font-size:14px;
    margin-top: 15px;
    margin-left: 20px
}

.wee_2_center_right{
    position: absolute;left: 58%
}

.wee_2_center_right h6{

    font-size:14px;
    margin-top: 15px;
    margin-left: 20px
}

.wee_2_right_h6{
    color: #208ece;
    font-size:13px;
    margin-top: 30px;
    margin-left: 20px
}

.wee_2_right h6{

    font-size:14px;
    margin-top: 15px;
    margin-left: 20px
}

.searchBarH6{
    color: #e3e3e3;
    font-size:14px;
}






/*搜索*/
.search-wrapper {
    position: relative;
    max-width: 320px; }


input#searchInput {
    width: 210px;
    height: 29px;
    background-color: #316282;
    border: 1px solid #4a6b7f;
    box-sizing: border-box;
    color: #fff;
    border-radius: 4px;
    outline: none;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
}

input#searchInput_Mobile {
    flex: 1;
    background: unset;
    border: 1px solid #ffffff24;
    width: 210px;
    height: 36px;
    padding: 6px 36px 6px 10px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 4px;
    outline: none;
}


.icon {
    position: absolute;
    right: -21px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    cursor: pointer;
    opacity: 0.95;
}

.icon-Mobile {
    position: absolute;
    right: 3px;
    top: 56%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    cursor: pointer;
    opacity: 0.95;
}

#suggestions {
    margin-left: -320px;
    display: none;
    position: absolute;
    width: 530px;
    max-height: 450px;
    overflow-y: auto;
    /*background: linear-gradient(180deg, #4c515d 0%, #2a2f3a 100%);*/
    background: linear-gradient(90deg, rgba(33, 162, 255, 0.1) 1.89%, rgba(50, 50, 51, 0) 50%), linear-gradient(180deg, #575860 11.6%, #3A4852 54.73%, #2C2D34 100%);
    z-index: 2000;
    box-shadow: 0 0 12px #000000;
}

#suggestions ul { list-style: none; margin: 0; padding: 0; }

#suggestions li { list-style: none; padding: 0; margin: 0; }

#suggestions li a {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    text-decoration: none;
    color: #333;
}

#suggestions li a:hover { background: #f5f7f9; }

#suggestions li a img {
    width: 120px;
    height: auto;
    object-fit: cover;
    margin-right: 10px;
}

#suggestions .no-result { padding: 10px; color: #666; }

#suggestions_Mobile {
    right: 0;
    display: none;
    position: absolute;
    width: 530px;
    max-height: 450px;
    overflow-y: auto;
    background: linear-gradient(180deg, #4c515d 0%, #2a2f3a 100%);;
    z-index: 2000;
    box-shadow: 0 0 12px #000000;
}


#suggestions_Mobile ul { list-style: none; margin: 0; padding: 0; }

#suggestions_Mobile li { list-style: none; padding: 0; margin: 0; }

#suggestions_Mobile li a {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    text-decoration: none;
    color: #333;
}

#suggestions_Mobile li a:hover { background: #f5f7f9; }

#suggestions_Mobile li a img {
    width: 120px;
    height: auto;
    object-fit: cover;
    margin-right: 10px;
}

#suggestions_Mobile .no-result { padding: 10px; color: #666; }

.Cart-button{
    display: block;
    width: 100px;
    height: 25px;
    border-radius: 2px;
    background: linear-gradient(to right, #75b022 5%, #588a1b 95%);
    position: absolute;
    right: 0;
    margin-top: 12px
}

.Cart-button a{
    color: white;
    text-decoration: none;
}

.Cart-button span{
    padding: 0 30px;
    font-size: 13px;
}


/*折扣样式*/
.price-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;
    margin-top: 30px;
    width: 90%
}

.price-container-discount{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 0 10px;
    width: 98%
}

.price-container-discount h6{
    color: white;
    margin: 0;
}

.price-container-discount img{
    width: 20px;
    height: 20px;
}


.price-container-store {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0

}

.price-container-store-back{
    background: #344654;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}



.discount {
    font-weight: bold;
    background: #4c6b22;
    color: #a4d007;
    font-size: 12px
}

.original-price {
    position: relative;
    color: #A9A9A9;
    font-size: 12px;
    background: #344654;
    display: inline-block;
    overflow: hidden;
}

.original-price::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10%;
    width: 120%;
    height: 1px;
    background-color: #A9A9A9;
    transform: translateY(-50%) rotate(-15deg);
}

.discounted-price {
    color: #BEEE11;
    font-size: 12px;
    background: #344654;
}

.HuoDong_discount{
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%
}

.HuoDong_discount h6{
    color: white;
    margin: 0;
}

.HuoDong_discount_div{
    padding: 5px
}

.HuoDong_discount_div p{
    margin-bottom: 0;
    color: white
}