.about{
    background-image: url('../../images/ssl/header.png');
    background-size:cover;
    background-position:  center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}
/* .about-overview-new{
    max-width: 1200px;
    margin: auto;
} */
.about-title{
    padding-top: 100px; 
}
.about-title-width{
    width: 800px;
}
.product-size-body hr{
    border-color: rgba(0, 0, 0, 0.1);
}
.tip{
    margin-bottom: 1%;
    text-align: center;
    padding: 5px;
    width: 100px;
    color: rgb(10, 141, 255);
    background-color: rgb(230, 244, 255);
    border-radius: 4px;
    margin-right: 20px;
}
.about-title span{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000000;
}
.about-content{
    margin-top: 2%;
    margin-bottom: 4%;
}
.about-call{
    display: flex;
     margin-bottom: 3%;
}
.about-call-btn1 {
    padding: 10px 30px;
    color: white;
    background-color: rgb(10, 141, 255);
    border-radius: 10px;
    box-shadow: rgba(0, 98, 255, 0.486) 0 4px 4px 0;
}
.about-call-btn2 {
    padding: 10px 30px;
    margin-left: 10px;
    background-color: white;
    border-radius: 10px;
}
.about-call-btn1 a:hover{
    background-color:  rgb(224, 74, 31);
    color: rgb(255, 255, 255);
}
.about-call-btn2 a{
    color: rgb(198, 25, 25);
}
.about-num{
    display: flex;
    margin-top: 4%;
    margin-bottom: 4%;
}
.about-num-item{
    margin-right: 1%;
    font-size: 12px;
    font-family: "PingFang SC";
    color: rgb(102, 102, 102);
}
.about-num2{
    display: flex;
    background-color: rgba(255, 255, 255, 0.5);
}
.about-num2-item{
    margin-right: 20%;
    margin-top: 2%;
    margin-bottom: 2%;
}
.about-num2-item span{
    font-size: 70px;
    font-family: "PingFang SC", BlinkMacSystemFont, -apple-system;
    text-align: left;
    color: rgb(51, 51, 51);
}
.about-num2-item p{
    font-size: 14px;
    font-family: "PingFang SC";
    text-align: left;
    color: rgb(102, 102, 102);
}
/* .ssl-body{
    max-width: 1200px;
    margin: 0 auto;
    font-family: "PingFang SC";
} */
 .ssl-brand-title,.ssl-type-title,.ssl-range-title{
    color: rgb(26, 26, 26);
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 20px;
 }
 .ssl-brand-classification img{
    width: 100px;
    height: 20px;
 }
 .ssl-brand-classification,.ssl-type-classification,.ssl-range-classification{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
 }
 .ssl-brand-item,.ssl-type-item,.ssl-range-item{
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-color: rgb(217, 220, 238);
    border-style: solid;
    border-radius: 9px;
    margin: 20px 0;
    cursor: pointer;
}
.ssl-brand-item:hover,.ssl-type-item:hover,.ssl-range-item:hover{
    opacity: .8;
}
.ssl-type-item,.ssl-range-item{
    border-radius: 8.5px;
}
.ssl-type-item-active,.ssl-range-item-active{
    background: linear-gradient(222.614deg, rgb(112, 188, 255) 32.8571%, rgb(10, 141, 255) 65.8286%);
    color: white;
}
.ssl-brand-item-active{
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-color: rgb(10, 141, 255);
    border-style: solid;
    filter: drop-shadow(rgba(123, 200, 255, 0.8) 0px 2px 5px);
}
.recommend-title{
    margin: 80px 0 40px 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px
}
.ssl-select{
    display: flex;
    justify-content: space-between;
    font-weight: bold;
     flex-wrap: wrap;
}

.ssl-list-title img{
    width: 40%;
    margin-bottom: 10px;
    margin-top: 20px;
}
.ssl-list-icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.ssl-list-icon>div:nth-child(1){
    width: 68%;
}
.ssl-list-icon img{
    width: 100%;
}
.ssl-list-type{
    background: linear-gradient(-63.4349deg, rgb(255, 253, 161) 16.1581%, rgb(255, 176, 9) 43.1268%);
    filter: drop-shadow(rgba(0, 0, 0, 0.05) 0px 2px 3px);
    border-radius: 15px;
    color: white;
    padding: 5px 10px;
    height: fit-content;
}
.ssl-list-line{
    background-color: rgb(182 182 182 / 22%);
    height: 1px;
}
.ssl-list-title{ 
    margin: 20px;
}
.ssl-list-body{
    margin: 20px;
}
.ssl-list-body-title {
    display: flex;
    justify-content: center;
    margin: 10px;
    font-weight: bold;
    font-size: 15px;
}
.ssl-list-body-any{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin:30px 10px;
    font-size: 0.8rem;
}
.ssl-list-body-any li{
    margin-bottom: 7px;
}
.ssl-list-li-title{
    font-weight: 600;
}
.ssl-list-footer{
    display: flex;
}
.ssl-list-footer-discount{
    background-color: rgb(242, 177, 56);
     color: white;
}
.ssl-list-footer-give{
    display: flex;
    border: rgb(242, 177, 56) 1px solid;
    font-size: 12px;
    width: 90px;
}
.ssl-list-body-like{
    margin-left: 60%;
}
.price-info{
    padding: 25px 0;
}
.price-info:hover{
    
}
.ssl-list-body-price {
    text-align: center;
    height: 70px;
}
.price-info-num{
    color: rgb(242, 177, 56);
    font-size: 1.3rem;
    font-weight: 500;
}
.ssl-process-body-item-title-name span{
    color: white;
}

.buy-btn {
    display: none;
    
}
.original-price {
    margin-top: 5px; 
}
.ssl-list-svg{
    margin-right: 5px
}
.ssl-list-item:hover .ssl-list-price{
    display: none;
}
.ssl-list-item:hover .ssl-list-type{
    filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 3px 6px);
}
.ssl-list-item:hover .ssl-list-body-price a{
    background: linear-gradient(242.516deg, rgb(10, 141, 255) 44.6624%, rgb(112, 188, 255) 70.7671%);
    border-radius: 0px 0px 8.5px 8.5px;
    filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 3px 6px);
    color: white;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
     height: 71px;
    /* bottom: -8px; */
}

 .ssl-list-item{ 
    background-color: rgb(255, 255, 255);
    filter: drop-shadow(rgba(0, 0, 0, 0.05) 0px 2px 3px);
    border-radius: 8.5px;
    transition: unset;
    border-width: 1px;
    border-color: rgb(217, 220, 238);
    border-style: solid;
    width: 100%;
    transition: all 0.8s ease;
    transform: translateY(0px);
}

.ssl-list-item:hover {
    transform: translateY(-15px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
    border-top: #fff;
}
.buy-btn{
    color: white;
}
.ssl-list-item:hover .buy-btn {
    display: block; 
}

.ssl-select-item{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap:40px;
    margin-top:32px;
}

.ssl-why{

    font-family: "PingFang SC";
    /* max-width: 1200px;
    margin: 0 auto; */
    margin-bottom: 30px
}
.ssl-why-body{
    display: flex;
    flex-wrap: wrap;
}
.ssl-why-body-item{
    padding: 20px;
    width: 24.5%;
}
.ssl-why-body-item1{ 
    padding: 20px;
    width: 24.5%;
    background: linear-gradient(rgb(255, 255, 255) 1.42109e-14%, rgb(230, 244, 255) 151.5%);
}
.ssl-why-body-item-title{
    font-size: 17px;
    font-weight: bold;
}
.ssl-why-body-text{
    font-size: 12px;
    padding-top: 30px;
}
.ssl-why-body-item-icon img{
    width: 43%;
    float: right;
    filter: brightness(110%) contrast(112.5%) hue-rotate(81deg);
}
.ssl-why-body-item-icon:hover img{
    animation: slideDown1 0.2s infinite alternate;
}
@keyframes slideDown1 {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-10px); 
  }
}
/* .product-size{
    max-width: 1200px;
    margin: 0 auto;
} */
.product-size-body-any{
    display: flex;

}
.product-size-body-item{ 
    width: 50%;

}
.product-size-body-item-title{
    text-align: center;
    background-color: #000000;
    color: white;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 8.5px;
}
.product-size-body-item-title1{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:  rgb(230, 244, 255);
    border-top-right-radius: 8.5px;
}
.product-size-body-item-text{
    display: flex;
    margin: 20px;

}
.product-size-body-item-text-name{
    
    font-weight: bold;
    width: 22%;

}
.product-size-body-item-text-font{
    /* padding-left: 10px; */
    width: 72%;
}
.product-size-footer{
    text-align: center;
    background-color: rgb(230, 244, 255);
    border-radius: 0px 0px 8.5px 8.5px;
    padding: 40px;
}
.product-size-footer-why span{
        color: rgb(0, 102, 204);
        font-weight: bold;
}
.product-size-footer-why{
    padding: 20px;
    font-size: 18px;
    color: white;
}
.product-size-footer-text{
    padding: 20px;
    font-size: 17px;
}
.product-size-footer-a a{
    padding: 10px 20px;
    width: 100px;
    margin-bottom: 20px;
    background-image: linear-gradient(235.81deg, rgb(10, 141, 255) 41.535%, rgb(112, 188, 255) 69.4588%);
    border-radius: 15px;
    text-align: center;
    color: white;
}
.ssl-process{
    /* max-width: 1200px;
    margin: 0 auto; */
    font-family: "PingFang SC";
}
.product-size-body{
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.ssl-process-body{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ssl-process-body-item{
    width: 23.5%;
    background: linear-gradient(222.825deg, rgb(10, 141, 255) 34.381%, rgb(138, 43, 226) 93.9048%);
}
.ssl-process-body-item-title{
    display: flex;
    margin-bottom:10px;
}
.ssl-process-body-background{ 
    padding: 20px; 
    height: 100%;
    background-image: url('../../images/ssl/ssl-process-body-item.png');
    background-position: right bottom; 
     background-repeat: no-repeat;
     color: white;
}
.ssl-process-body-item-title-num{
    border-radius: 50%;
    background-color: white;
    color: rgb(138, 43, 226);
    font-weight: bold;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.ssl-process-body-item-title-name{ 
    color: rgb(51, 51, 51);
    font-weight: bold;
}
.ssl-process-body-item-text{
    font-size:12px;
    margin-left:30px;
    margin-right: 40px;
    padding-bottom: 5px;
}

/* .question{ 
    max-width: 1200px;
    margin: 0 auto;
} */
.question-title{ 
    margin: 80px 0 40px 0;
    text-align: center;
    font-weight: bold;
    font-weight: bold;
    font-size: 30px;
}
.dropdown-container {
    margin: 20px;
}

details {
    border: none;
    margin: 0;
    padding: 0;
}

summary {
    width: 100%;
    background-color: #ffffff;
    color:  rgb(77, 77, 77);
    padding: 12px 15px;
    cursor: pointer;
    list-style: none; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    box-sizing: border-box;
    border: rgb(212, 214, 218) 1px solid;
    line-height: 1.5;
}
summary:hover{
    background-color: rgb(10, 141, 255);
    color: white;
}


summary::after {
    content: "^";
    font-size: 12px;
    transition: transform 0.3s ease;
}

details[open] summary::after {
    transform: rotate(180deg);
}

summary:focus {
    outline: none;
}

.dropdown-content {
    border: 1px solid #eee;
    padding: 15px;
    margin-top: -1px; 
    background-color: white;
    box-sizing: border-box;
    box-shadow: rgb(0, 123, 255, 0.15) 0px 3px 6px;
}
.question-body{
    margin: 70px 0 100px 0;
}
.dropdown-content span{
    line-height: 1.5;
    color: rgb(137, 137, 137);
    font-family: "PingFang SC";
}
.dropdown-content-icon{
    margin-right: 10px;
}
.ssl-list-item:hover::before {
    opacity: 1;
}
.ssl-list-item::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 3px;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ffb700, #fff);
    opacity: 0;
    border-top-left-radius: 100px;
    transition: opacity 0.2s ease;
}

@media (max-width: 750px) {
     .ssl-why-body-item,.ssl-why-body-item1 {
        width: 100%; 
        padding: 15px;
    }
}
@media (max-width: 1200px) {
    .ssl-brand-classification, .ssl-type-classification, .ssl-range-classification{
        flex-wrap: wrap;
    }
    .ssl-brand-item{
        width: 180px;
    }
    .ssl-brand-item, .ssl-type-item, .ssl-range-item{
        margin: 0;
    }
    .ssl-brand-title, .ssl-type-title, .ssl-range-title{
        margin-bottom: 10px;
    }
    .ssl-body{
        margin: 20px 0;
    }
  .about-title {
    padding-top: 30px;
  }
  .about-title span {
    font-size: 22px;
  }
  .tip {
    width: 80px;
    padding: 3px;
    font-size: 12px;
  }
  .about-content span {
    font-size: 14px; 
    line-height: 1.6;
  }
  .about-num {
    flex-direction: column; 
  }
  .about-num-item {
    width: 100%;
    margin-bottom: 15px;
    font-size: 13px;
  }
  .recommend-title {
    font-size: 20px;
    margin: 40px 0 20px 0;
    padding: 0 15px;
  }
  .ssl-select {
    flex-direction: column; 
    padding: 0 15px;
  }
  .ssl-select-title {
    width: 100%;
    margin-bottom: 8px;
  }
  .ssl-select-item{
    
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
    .ssl-select-item.active{
    gap: 9px;
  }
  .ssl-list-title img {
    width: 50%; 
  }
  .ssl-list-body-like {
    margin-left: auto;
  }
  .ssl-list-body-any {
    font-size: 13px; 
  }
  .price-info span:first-child {
    font-size: 22px; 
  }
  .buy-btn {
    font-size: 14px;
  }

 
  .ssl-why-body-item-title {
    font-size: 16px;
  }
  .ssl-why-body-text {
    font-size: 13px;
    padding-top: 15px;
    margin-bottom: -10px;
    line-height: 1.5;
  }
  .ssl-why-body-item-icon img {
    width: 30%; 
  }

  .product-size-body-item-text {
    flex-direction: column;
    margin: 15px;
  }
  .product-size-body-item-text-name {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .product-size-body-item-text-font {
    width: 100%;
    font-size: 13px;
    line-height: 1.5;
  }
  .product-size-footer{
    width: 99%;
  }
  .product-size-footer-why {
    font-size: 16px;
    padding: 15px 0;
  }
  .product-size-footer-text {
    font-size: 14px;
    padding: 10px 0;
  }
  .ssl-process-body-item {
    width: 100%; 
    margin: 10px 0;
  }
  .ssl-process-body-item-text {
    font-size: 13px;
    margin-left: 25px;
    margin-right: 20px;
  }

  .question-title {
    font-size: 20px;
    margin: 40px 0 20px 0;
  }
  summary {
    font-size: 14px; 
    padding: 10px 12px;
  }
  .dropdown-content {
    padding: 12px;
    font-size: 13px;
  }
 
  
  .about-content{
    width: 330px;
  }
  .product-size-body-any{
    width: 100%;
    flex-wrap: wrap;
  }
  .product-size-body-item{
    width: 100%;
  }
  .about-call-btn1 a{
    padding: 10px 15px;
    border-radius: 10px;
}
.about-call-btn2 a{
    padding: 10px 13px;
    border-radius: 10px;
    margin-left: 0px ;
}
.about-title-width{
    width: 100%;
}
.product-size-body-item-title,.product-size-body-item-title1 {
    border-top-left-radius: 8.5px;
    border-top-right-radius: 8.5px;
}
}
@media (max-width:570px) {
    .ssl-select-item{
    
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }
  .about-content {
    margin-top: 2%;
    margin-bottom: 10%;
}
}

