div.block35284  .alterColor { background-color:var(--color-match-setting1);}
div.block35284 .one-menu-title { border-color:var(--color-match-setting1);}
div.block35284 .pc-title-box .prodliNew-active { color:var(--color-match-setting1);}
div.block35284 .pc-title-box .prodliNew-active::before {  background-color:var(--color-match-setting1);color:var(--color-match-setting1);}
div.block35284 .prodliNew-active .drop { background-color:var(--color-match-setting1);}
div.block35284 .pc-title-box .prodliNew:hover::before  { background-color:var(--color-match-setting1); color:var(--color-match-setting1);}
div.block35284 .pc-title-box .prodliNew:hover { color:var(--color-match-setting1);}
div.block35284 .phone-title-box .prodliNew:hover{ color:var(--color-match-setting1);}
div.block35284 .phone-title-box .one-title:hover { color:var(--color-match-setting1);}
div.block35284 .prodliNew:hover .drop { background-color:var(--color-match-setting1);}
div.block35284 .inquireBtn { background-color:var(--color-match-setting1);}
div.block35284 .addToBasket { border-color:var(--color-match-setting1);}
div.block35284 .addToBasket a:hover { color:var(--color-match-setting1);}
div.block35284 .addToBasket a{ color:var(--color-match-setting1);line-height: 1.5;}
div.block35284 .breakWord:hover{ color:var(--color-match-setting1);}
div.block35284 .prodlist-pro-name{ 
    color:var(--color-match-setting1);
    /* line-height: 22px; */
}
div.block35284 .phone-alterColor { color:var(--color-match-setting1) !important;}
div.block35284 .phone-alterColor .drop { background-color:var(--color-match-setting1) !important;}
    
div.block35284 .down-up-box { background-color:var(--color-match-setting1);}
div.block35284 .arrow svg { color:var(--color-match-setting1);}
div.block35284 .one-menu-title-list{ border-color:var(--color-match-setting1);overflow: hidden;}


.block35284 .hide{
    display: none !important;
}
.block35284 .one-menu-title {
    display: inline-flex;
    cursor: pointer;
}


.block35284 .one-menu-title-list{
border: 1px solid #0090D3;
    border-radius: 26px;
     background: #FFFFFF;
}


.block35284 .one-title {
    padding: 8px 50px;
    border-radius: 22px;
}

.block35284 .prodliNew {
    position: relative;
    display: flex;
    align-items: center;
    margin:  0 20px;
    padding: 15px 5px;
    line-height: 1;
    white-space: nowrap;
}
.block35284 .prodliNew::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    border-radius: 2px;
    height: 3px;

}
.block35284 .prodliNew .drop {
    
    display: none;
    margin-right: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333333
}
.block35284 .prodliNew-active{
    color: #0090D3; 
}
.block35284 .prodliNew-active .drop{
    background-color: #0090D3; 
}
.block35284 .pre-two {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /* border-bottom: 1px solid #D5D8D8; */
}
.block35284 .pre-two::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #D5D8D8;
}

.block35284 .two-submenu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
    
    margin: 0 10px;
    margin-top: 24px;
    margin-bottom: 30px;
}
.block35284 .pc-title-box,
.block35284 .phone-title-box {
    margin-top: 20px;
    margin-bottom: 28px;
}

.block35284 .pruduct-common {
    display: flex;
    flex-wrap: wrap;
}
.block35284 .pruduct-common li {
    position: relative;
    width: calc(25% - 48px);
    margin: 0 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 24px 14px; 
}
.block35284 .pruduct-common li:hover  {
    box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 7%)
}
.block35284 .pruduct-common li img {
    width: 100%;
}
.block35284 .one-title.alterColor {
    color: #ffffff!important;
}
.block35284 .phone-alterColor {
    color: #0090D3 !important;
}
.block35284 .phone-alterColor .drop {
    background: #0090D3 !important;
}
.block35284 .prodTabList-cell {
    position: relative;
    width: 100%;
    padding-top: 60%;
    margin-bottom: 20px;
    
}
.block35284 .prodTabList-cell a{
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.block35284 .prodTabList-cell a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.block35284 .breakWord {
    padding: 0 15px;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
   
}
.block35284 .breakWord span{
    height: 44px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
     line-height: 22px;
}
.block35284 .prodlist-pro-name {
    display: flex;
    padding: 0 15px;
    justify-content: center;
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    font-weight: 600;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; 
    /* height: 22px; */
    margin-bottom: 6px;
}
.block35284 .prodlist-pro-name:hover {
    color: #333333;
    font-weight: 600;
}

.block35284 .proDetail_content_addTo {
    display: flex;
    margin-top: 16px;
    justify-content: space-between;
}

.block35284 .proDetail_addTo_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    /* height: 38px; */
    background: #0090D3;
    border-radius: 5px;
    border: 1px solid transparent;
}
.block35284 .addToBasket {
    background: #ffffff;
    border: 1px solid #0090D3;
}

.block35284 .proDetail_addTo_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
    /* font-size: 13px;
    line-height: 1.5; */
}
.block35284 .addToBasket a {
    color: #0090D3;
}
.block35284 .proDetail_content_addTo i {
    margin-right: 6px;
    margin-bottom: 2px;
}
.block35284 i {
    cursor: pointer;
}
.block35284 .one-menu-title .one-title {
    flex-shrink: 0;
}
.block35284 .addToBasket svg {
    color: inherit;
}
.block35284 .proDetail_addTo_btn a:hover {
    color: #ffffff;
}
.block35284 .addToBasket a:hover {
    color: #0090D3;
}
.block35284 .arrow  {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

.block35284 .arrow svg {
    margin: 0;
    color: #0090D3;
    width: 26px;
    height: 26px;
    cursor: pointer;
} 

.block35284 .rotate {
    transform: rotate(-180deg);
}
.block35284 .phone-title-box {
    display: none;
}

    .block35284 .swiper-wrapper .swiper-slide {
        position: relative;
        line-height: 1.5;
    }

    .block35284 .swiper-wrapper {
        position: relative;
        width: 100%;
        z-index: 0 !important;
    }

    .block35284 .swiper-wrapper .swiper-slide {
        opacity: 1 !important;
    }

    .block35284 .swiper-wrapper .swiper-slide {
        width: auto;
    }

    .block35284 .swiper-wrapper {
        overflow: unset;
    }

    .block35284 .block35284-swiper-container {
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0px 0px;
        z-index: 0;
        display: inline-block;
    }

    .block35284 .swiper-wrapper .swiper-slide{
        transition: all .3s;
    }


@media screen and (max-width: 1300px) {
    .block35284 .pruduct-common li{
        width: calc(33.3333% - 48px);
    }
    .block35284 {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .block35284 .phone-one-title {
        display: flex;
    }
}
@media screen and (max-width: 900px) {
    .block35284 .pruduct-common li{
        width: calc(50% - 48px);
    }
    .block35284 .pre-two::before {
        display: none;
    }
    .block35284 .pc-title-box {
        display: none;
    }
    .block35284 .one-title {
        display: flex;
        padding: 0;
        font-size: 15px;
        color: #333333;
        font-weight: 700;
        cursor: pointer;
        margin: 15px 0 0px;
    }
     .block35284 .down-up-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 40px;
        background: #0090D3;
        padding: 0 26px;
        font-size: 16px;
        color: #FFFFFF;
        margin-bottom: 20px;

    }
    .block35284 .down-up-box span {
        display: flex;
        transition: all .3s;
    }
    .block35284 .down-up-box span.activeTitle {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;  
        display: inline-block;      
    }
    .block35284 .down-up-box svg {
        width: 12px;
        height: 12px;
        margin: 0;
    }
    .block35284 .phone-title-box {
        position: relative;
        display: block;
        margin: 0 10px;
        z-index: 20;
    }
    .block35284 .down-up {
        display: none;
        position: absolute;
        /* width: 100%; */
        top: 100%;
        left: 0;
        padding: 20px 26px;
        background: #FFFFFF;
        box-shadow: 0 2px 8px 0 #EFEFEF;
        max-height: 400px;
        overflow-y: auto;      

        z-index: 999;  
    }
    .block35284 .pre-two {
        display: block;
        list-style-type: disc;
        padding-inline-start: 20px;        
    }
    .block35284 .pre-two:last-child {
        margin-bottom:0;
    }
    .block35284 .prodliNew {
        align-items: center;
        text-align: left;
        margin: 0;
        padding: 0;
        margin-bottom: 5px;
        font-size: 14px;
        cursor: pointer;
        white-space: normal;
        list-style-type: disc;
        display: list-item;        
    }
    .block35284 .prodliNew .drop {
        width: 4px;
        height: 4px;
        background: #D8D8D8;
    }
   
}

@media screen and (max-width: 700px) {
    .block35284 .pruduct-common li{
        width: 100%;
    }

    .block35284 .prodlist-pro-name{
        margin-top: 20px;
    }

}