.about{
    background-color: #383838;
    /* background-image: url('../../images/ssl/20260415-153752.png'); */
    background-position:  center;
    background-repeat: no-repeat;
    padding-bottom: 90px;
    background-size:300;
}
.about1{
    background-size: cover;
    width: 50%;
    position: relative;
    bottom: -100px;
}
.about1 img{
    width: 100%;
}
.about-overview-new{
    display: flex;
    justify-content: space-between;
}
.about-title{
    padding-top: 100px; 
}
.about-title-width{
    display: flex;
    font-size: 2rem;
    font-weight: bold;
    color: white;
}
.product-size-body hr{
    border-color: rgba(0, 0, 0, 0.1);
}
.tip{
    margin-bottom: 1%;
    text-align: center;
    padding: 5px;
    width: 100px;
    color: #0a5cff;
    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: 8%;
    margin-bottom: 8%;
    color: #8c8c8c;
}
.about-call{
    display: flex;
     margin-bottom: 3%;
}
.about-call-btn1 {
    padding: 13px 30px;
    color: white;
    background-color: #0a5cff;
    border-radius: 20px;
}
.about-call-btn2 {
    padding: 13px 30px;
    margin-left: 10px;
    color: #0a5cff;
    background-color: white;
    border-radius: 20px;
}
.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{
    background-color: #fff;
    padding: 30px;
    border-bottom-left-radius: 46px;
    border-bottom-right-radius: 46px;
}
.ssl-brand{
    padding: 24px 40px 0 40px;
}
.ssl-card-type{
    padding: 0px 40px 24px 40px;
}
 .ssl-brand-title,.ssl-type-title,.ssl-range-title{
    color: #0a5cff;
    font-weight: 600;
    font-size: 0.8rem;
    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: 20px;
    margin: 16px 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: 20px;
}
.ssl-type-item-active,.ssl-range-item-active{
    background-color: #0a5cff;
    color: white;
    border-radius: 20px;
}
.ssl-brand-item-active{
    color: #fff;
    border-width: 1px;
    background-color: #0a5cff;
    border-style: solid;
        filter: drop-shadow(#b6cefc 0px 5px 2px);
}
.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 img{
    width: 100%;
}
.ssl-list-type{
    background-color: #f1f5f9;
    color: #035DFD;
    filter: drop-shadow(rgba(0, 0, 0, 0.05) 0px 2px 3px);
    border-radius: 15px;
    padding: 4px 16px;
    width: fit-content;
}
.ssl-list-line{
    background-color: rgb(182 182 182 / 22%);
    height: 2px;
}
.ssl-list-title{ 
    margin: 20px;
}
.ssl-list-body{
    margin: 20px;
    margin-top: 0px;
}
.ssl-list-body-title {
    color: #000000;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 1.5rem;
}
.ssl-list-body-any{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 16px;
    gap: 20px;
    background-color: #f9fafb;
    border-radius: 20px;
    margin: 20px 0;
}
.ssl-list-body-any li{
    margin-bottom: 7px;
}
.ssl-list-li-title{
    margin-bottom: 10px;
}
.number{
    color: #035DFD;
    margin-right: 6px;
}
.ssl-list-li-text{
    font-size: 0.9rem;
    font-weight: 600;
    color: #000000;
}
.ssl-list-li-price{
    background-color:#fef3c7 ;
    color: #b45a2d;
    line-height: 2;
    padding: 0 10px;
    border-radius: 20px;
    width: fit-content;
    font-weight: 600;
}
.ssl-list-body-text{
    display: flex;
    align-items: end;
    gap: 10px;
}
.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{
    margin: 0 6px;
}
.price-year{
    font-size: 1.2rem;
    font-weight: 400;
}
.ssl-process-body-item-title-name span{
    color: white;
}

.buy-btn {
    background-color: #000000;
    color: white;
    text-align: center;
    margin: 0 30px;
    border-radius: 20px;
    line-height: 3;
    
}
.original-price {
    margin-top: 5px; 
}
.ssl-list-svg{
    margin-right: 5px
}
.ssl-list-price{
    font-size: 1.8rem;
    font-weight: bold;
    margin: 30px;
}
.ssl-list-item:hover .ssl-list-type{
    border-radius: 30px;
    filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 3px 6px);
}


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

.ssl-list-item:hover {
    transform: translateY(-15px);
    border-top: #fff;
    border-radius: 30px;
    border: #035DFD;
}
.ssl-list-item:hover .ssl-list-item2{
    border: 1.4px solid #035DFD;
    box-shadow: #035ffd29 0px 5px 6px;
}
.ssl-list-item:hover .buy-btn{
    background-color: #0a5cff;
}
.buy-btn{
    color: white;
}
.ssl-list-item:hover .buy-btn {
    display: block; 
}

.ssl-select-item{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap:32px;
    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.42109%, 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, #0a5cff 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, #0a5cff 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: #0a5cff;
    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-item1 {
    position: relative;
    top: 0px;
    border-radius: 50px;
    height: 38px;
    width: 90%;
    left: 15px;
    background: linear-gradient(90deg, #035DFD, #9f60ff);
}
.sll-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 80px;
}
.server-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 60px;
}
.server-title-label {
    display: flex;
    justify-content: center;
    background: linear-gradient(19deg, #96b4ed4f -33%, #ffffff 83%);
    border: 1px solid #b9c8e5;
    padding: 7px 10px;
    border-radius: 20px;
    color: #5c8ff4;
    font-weight: 400;
    gap: 10px;
    font-size: 0.9rem;
    width: fit-content;
    height: fit-content;
}
.server-label-icon{
    display: flex;
    align-items: center;
}
.server-title-name{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #000000;
}
.server-title-imp{
    color: #0a5cff;
}
.server-title-text{
    font-size: 1.1rem;
    margin-bottom: 48px;
}
.server-module.double {
	padding-bottom: 56px;
	background: #f7f8fa;
}
.server-module.single {
	padding-bottom: 56px;
}
.server-module.server-question-module {
	padding-bottom: 60px;
}
.banner-line{
    background-color: #0a5cff;
    height: 24px;
    width: 3px;
    margin-right:  10px;
}
.banner-line1{
    background-color: #0a5cff;
    height: 38px;
    width: 4px;
    margin:0  24px;
}
.banner-tips{
    color: #f16f1d;
    font-size: 0.8rem;
}
.ssl-card{
    background-color: #f9fafb;
    border-radius: 46px;
    border: 1.4px solid #e9edf2;
}
.ssl-card-type{
    display: flex;
}
.ssl-type,.ssl-range{
    width: 100%;
}
.multielement-card-bottom{
	display: flex;
	gap: 16px;
    border-radius: 20px;
    padding: 32px;
    background-color: white;
}
.cloud-end-line{
	background: linear-gradient(0deg, #ffffff00 -15%, #8c8c8c 45%,#ffffff00 105%);
	height: 80px;
	width: 10px;
}
.multielement-top-title{
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
}
.multielement-top-text{
	font-size: 0.9rem;
	line-height: 2;
	margin-bottom: 40px;
	text-align: center;
}
.multielement-card-left{
	padding: 40px;
	background-color: #fff;
	border-radius: 20px;
	margin-top: 40px;
	width: 100%;
}
.multielement-card-item{
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.multielement-card-item-title{
	font-size: 1.1rem;
	font-weight: 600;
}
.add-server{
    background-color: #f3f5f9;
}
.wrap {
  margin: 50px auto;
}

.nav-btn {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
}

.nav-btn-item span {
  display: inline-block;
  line-height: 40px;
  color: #000000;
  margin: 0 10px;
  cursor: pointer;
  font-size: 1rem;
  transition: 0.3s; 
}
.nav-btn-item-text{
    padding-bottom: 30px;
}

.nav-btn-item:hover ,
.nav-btn .active {
  color: #035DFD !important;
}

/* 轮播图容器 */
.box {
  height: 600px;
  position: relative;
  transform-style: preserve-3d;
  width: 100%;
}

.box img {
  width: 35%;
  position: absolute;
  top: 100px;
  transition: all 0.3s linear;
  border: 8px solid #d6d4d457;
border-radius: 14px;
}

/* 左右小图 */
.front { left: 0; }
.back { left: 1040px; }

/* 中间放大图 */
.box img.active {
  left: 515px;
  transform: scale(1.3);
  z-index: 10;
}

/* 隐藏箭头 */
.btns {
  display: none;
}
.wrap-text{
    position: relative;
    left: 100px;
    margin: 40px 40px 0 ;
    font-size: 1rem;
    font-weight: 500;
}
.ssl-about{
    display: flex;
    gap: 6px;
}
.ssl-about-text{
    font-weight: 600;
}
.ssl-about-card{
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.ssl-about-card-item{
    padding: 32px;
    border-radius: 20px;
    background-color: white;
}
.ssl-about-card-itme-title{
    font-size: 1.4rem;
    font-weight: 600;
    margin: 20px 0;
}
.ssl-about-card-itme-text {
    font-size: 0.8rem;
    color: #4f5c6f;
    margin-bottom: 30px;
    line-height: 1.6;
}
.ssl-about-card-svg{
    display: flex;
    justify-content: center;
    align-items: center;
}
.map-tips1-text{
    background-color: #f2f5fa;
}
.server-title-name1 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 110px 0 0px 0;
    color: #000000;
}
.ssl-build{
    background-image: url('../../images/cloud/20260414-170326.png');
    background-size: cover;
}
.ssl-build-card{
    display: flex;
    justify-content: space-around;
    gap: 20px;
    padding: 80px 0;

}
.ssl-build-card-item{
    width: 17%;
    height: 230px;
    background-color: white;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.ssl-build-card-item-img{
    float: right;
}
.ssl-build-card-item-img img,.ssl-build-card-item-img1 img{
    width: 70px;
}
.ssl-build-card-item-body{
    padding: 30px ;
}
.ssl-build-card-text1{
    padding: 24px 30px;
    line-height: 2;
}
.ssl-build-card-item-body1{
    padding: 30px;
    position: relative;
    top: -35px;
}
.ssl-build-card-item:hover{
    width: 17%;
    color: #8a8a8a;
}
.ssl-build-card-item:hover .ssl-build-card-item-body1{
    padding: 0 30px;
}
.ssl-build-about{
    float: right;
    color: #909090;
    margin-top: 20px;
    display: flex;
    gap: 10px;
}
.ssl-build-card-text{
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 20px;
}
.ssl-build-card-text1{
    position: relative;
    top: -28px;
}
.ssl-build-about-svg{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ssl-build-card-item-img1,.ssl-build-card-text1{
    display: none;
}
.ssl-build-card-item:hover .ssl-build-card-item-body {
    display: none;
}
.ssl-build-card-item:hover .ssl-build-card-item-img{
    display: none;
}
.ssl-build-card-item:hover .ssl-build-about {
    display: none;
}
.ssl-build-card-item:hover .ssl-build-card-item-img1{
    display: block
}
.ssl-build-card-item:hover .ssl-build-card-text1{
    display: block
}
.ssl-build-card-item:hover{
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.multielement-card-item-img{
    padding: 8px;
    border-radius: 8px;
    background: linear-gradient(213deg, #8abafe 22%, #217dfb 73%);;
}
.multielement-card-item-img img,.ssl-about-card-item img{
    width: 24px;
}
.ssl-about-card-item-img3{
    padding: 8px;
    border-radius: 8px;
    width: fit-content;
    background: linear-gradient(213deg, #62E8EC 22%, #32c6c2 73%);;
}
.ssl-about-card-item-img1{
    padding: 8px;
    border-radius: 8px;
    width: fit-content;
    background: linear-gradient(213deg, #8e85f9 22%, #27a1ff 73%);;
}
.ssl-about-card-item-img2{
    padding: 8px;
    border-radius: 8px;
    width: fit-content;
    background: linear-gradient(213deg, #8abafe 22%, #217dfb 73%);;
}
.ssl-build-card-item-body img{
    width: 64px;
}
.ssl-wrap{
    background-image: url('../../images/ssl/20260415-164811.png');
}
@media (max-width: 750px) {
     .ssl-why-body-item,.ssl-why-body-item1 {
        width: 100%; 
        padding: 15px;
    }
    .about1{
        display: none;
    }
    .about{
        padding: 16px;
        padding-bottom: 24px;
    }
}
@media (max-width:1780px) {
    .box{
		height: auto;
		width: 100%;
	}
	.box img{
		width: 32%;
		position: static;
	}
    .wrap-text{
        margin-bottom: 70px;
    }
    .ssl-build-card-item{
        height: 240px;
    }
}
@media (max-width:1350px) {
    .ssl-build-card-item{
        height: 260px;
    }
    
  .ssl-select-item{
    
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
}
@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;
    }
  .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.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;
  }
 
   .ssl-build-card-text1 {
        position: relative;
        top: 56px;
    }
  .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;
    }
    .ssl-about-card, .multielement-card-bottom {
        flex-direction: column;
    }
    .ssl-build-card{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    
    .wrap-text{
        left: 0;
    }
    .cloud-end-line {
        background: linear-gradient(0deg, #ffffff00 -15%, #8c8c8c 45%, #ffffff00 105%);
        height: 7px;
        width: 100%;
    }
    .about-title-width{
        flex-direction: column;
    }
    
    .map-tips1-wave img {
        height: 200px;
        width: 100%;
        /* animation: map-wave 30s linear infinite; */
    }
    .ssl-body{
        padding: 0px;
        margin-bottom: 20px;
    }
    .ssl-select-item{
        margin: 20px;
    }
    .ssl-build-card-item{
        width: 100%;
    }
    .ssl-build-card-item:hover{
        width: 100%;
    }
    .ssl-build-card-text{
        margin-top: 32px;
    }
    .banner-line1 {
        background-color: #0a5cff;
        height: 3px;
        width: 100%;
        margin: 10px 0;
    }
    .about-content {
        margin-top: 2%;
        margin-bottom: 10%;
    }
	
}
@media (max-width:700px){

    .ssl-build-card-text1 {
        position: relative;
        top: -21px;
    }
} 
@media (max-width:570px) {
    .ssl-select-item{
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
    .wrap{
        display: none;
    }
  .banner-line1 {
        background-color: #0a5cff;
        height: 3px;
        width: 100%;
        margin: 10px 0;
    }
    .about-content {
        margin-top: 2%;
        margin-bottom: 10%;
    }

    .ssl-build-card{
        display: flex;
        flex-direction: column;
    }
   
}

