.about{
    height: 590px;
    background-image: url('../images/ssl/header.png');
    background-size:2500px;
    background-position:  center;
    background-repeat: no-repeat;
}
/* .about-overview-new{
    max-width: 1200px;
    margin: auto;
} */
.about-title{
    padding-top: 100px;
}
.tip{
    margin-bottom: 1%;
    text-align: center;
    padding: 5px;
    width: 100px;
    color: rgb(198, 25, 25);
    background-color: rgb(237, 189, 175);
    margin-right: 20px;
}
.about-title span{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000000;
}
.about-content{
    margin-top: 3%;
    margin-bottom: 8%;
}
.about-call{
    display: flex;
     margin-bottom: 3%;
}
.about-call-btn1{
    padding: 22px;
    width: 145px;
    text-align: center;
    background-color: rgb(198, 25, 25);
    border-radius: 10px;
    color: white;
}

.about-call-btn2{
    padding: 22px;
    width: 145px;
    text-align: center;
    margin-left: 10px;
    border: rgb(198, 25, 25) solid 1px;
    border-radius: 10px;
    color: rgb(198, 25, 25);
}
.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";
    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);
}
.cloud-body{
    /* max-width: 1200px;
    margin: 0 auto; */
    font-family: "PingFang SC";
}
.recommend-title{
    margin: 80px 0 40px 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px
}
.cloud-select{
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}
.cloud-recommend-item{ 
    width: 290px;
    height: 471px;
    margin: 30px 15px 0 0 ;
    border:rgb(215, 215, 215) 1px solid; 
    border-radius: 5px; 
}
.cloud-recommend-title{
    font-size:16px;
    font-weight: bold;
    margin: 20px 15px 0 15px;
}
.cloud-recommend-everyday{
    text-align: center;
    width: 80px;
    padding: 1px;
    border: rgb(198, 25, 25) 1px solid;
    color: rgb(198, 25, 25);
    font-size: 12px;
    margin:10px 15px;
}
.cloud-recommend-text{
    font-size: 13px;
    margin: 0 15px 10px 15px;
}
.cloud-recommend-configure{
    display: flex;
}

.cloud-recommend-configure-text{
    font-size: 12px;
    font-weight: bold;
    margin: 7px 15px 10px 15px;
}
.cloud-recommend-configure-name{
    margin: 10px 15px 0 15px;
    font-size: 13px;
}

.cloud-recommend-select p{
    margin: 10px 15px;
    font-size: 12px;
}
.select-area{
    margin: 0 15px 0 15px;
    width: 260px;
    height: 32px;
    padding: 6px;
    background: linear-gradient(rgb(242, 242, 242) 48.5437%, rgb(214, 218, 235) 81.3592%);;
}
.cloud-recommend-price{
    margin: 35px 15px 5px 15px;
}
.cloud-recommend-orprice{
    margin: 0 15px 30px 15px;
}
.cloud-recommend-orprice span{
     text-decoration: line-through;
    color: rgb(102, 102, 102);
    font-size: 12px;
}
.cloud-recommend-buy-out{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    background-color: rgb(198, 25, 25);;
}
.cloud-recommend-buy{
    padding: 14px 115px;
    border: rgb(198, 25, 25) 0.1px solid;
    background-color: rgb(198, 25, 25);
    color: white;
}
.cloud-recommend-product{
    display: flex;
}
.cloud-recommend-product[data-area]{
    display: none;
}
.cloud-recommend-product.active{ 
    display: flex;
    flex-wrap: wrap;
}
.cloud-recommend-activity{
    padding: 2% 3%;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    background-image: url('../images/cloud/cloud-recommend-activity.png');
}
.cloud-recommend-activity-title{
    font-weight: bold;
    font-size: 16px;
}
.cloud-recommend-activity-text{
    font-size: 12px;
}
.cloud-recommend-activity-btn{
    /* margin:25px 0 10px 540px; */
    margin-top: 10PX;
}
.cloud-recommend-activity-btn a{ 
    padding: 6px 20px;
    border: #757575 1px solid;
    border-radius: 20px;
}
.product-feature{
    /* max-width: 1200px;
    margin: 0 auto; */
    margin-bottom: 40px;
}
.product-feature-title{ 
    margin: 80px 0 40px 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px
}

.product-feature-item-any{
    display: flex; 
}
.product-feature-item{ 
    background-color: #000000;
    background-image: url('../images/cdn/product-feature-item.png');
    background-size: 200px;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 46px;
    font-size: 18px;
    width: 33.3%;
}
.product-feature-item1{ 
    background-color: rgb(213, 215, 216);
    padding: 46px;
    font-size: 18px;
    width: 33.3%;
}
.product-feature-item-title{
    display: flex;
    align-items: center;
    color: white;
    padding-bottom: 35px;
    margin-right: 30px;
}
.product-feature-item-title1{
    display: flex;
    align-items: center;
    padding-bottom: 35px;
   
}
.product-feature-item-title img{
    width: 55px;
    height: 55px;
    margin-left: 40px;
}
.product-feature-item-title1 img{
    width: 55px;
    height: 55px;
    margin-left: 40px;
}
.product-feature-item-title span{
    font-weight: bold;
}
.product-feature-item-title1 span{
    font-weight: bold;

}
.product-feature-item-text span{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85)
}
.product-feature-item-text1 span{
    font-size: 15px;
    color: rgba(84, 87, 97, 0.85)
}
/* .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(113, 117, 129);
    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;
}
summary:hover{
    background-color: rgb(198, 25, 25);
    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;
}
.about-title-content{
    width: 800px;
}
.question-any{
    margin: 70px 0 100px 0;
}
.cloud-recommend-price-span1{
    color:rgb(198, 25, 25); font-weight: bold;
}
.cloud-recommend-price-span2{
    color: rgb(198, 25, 25); font-weight: bold;font-size: 21px;
}
.look-any{
    text-align: center;
    margin: 20px;
}
@media (max-width: 1024px) {
    /* .cloud-recommend-activity-text{
        font-size: 8px;
        width: 62%;
    }
    .cloud-recommend-activity-btn a{
        font-size: 8px;
        padding: 3px 7px;
        margin-left:-65px ;

    }
    .cloud-recommend-activity-btn{
        margin-top: 10px;
    } */
    .product-feature-title {
        margin: 58px 0 29px 0;
        font-size: 20px;
    }
    .product-feature-item-title span {
        font-size: 12px;
    }
    .product-feature-item-text span {
        font-size: 13px;
    }
    .product-feature-item-title img {
        width: 35px;
        height: 35px;
        margin-left: 70px;
    }
    .product-feature-title1 {
        margin: 58px 0 29px 0;
        font-size: 20px;
    }
    .product-feature-item-title1 span {
        font-size: 15px;
    }
    .product-feature-item-text1 span {
        font-size: 13px;
    }
    .product-feature-item-title1 img {
        width: 38px;
        height: 38px;
        margin-left: 70px;
    }
    .product-feature-item {
        padding: 30px;
        width: 100%;
    }
    .product-feature-item-title{
        padding-bottom: 5px;
    }
    .product-feature-item1 {
        padding: 30px;
        width: 100%;
    }
    .product-feature-item-title1{
        padding-bottom: 5px;
    }
    .question-title {
        margin: 50px 0 20px 0;
        font-size: 20px;
    }
    .question-any{
        margin: 25px 0 50px 0;
    }
    summary {
        padding: 10px 15px;
        font-size: 13px;
    }
    .dropdown-container {
    margin: 10px;
}
/* .cloud-recommend-title {
    font-size: 13px;
    margin: 11px 10px 0 5px;
}
.cloud-recommend-everyday {
    width: 65px;
    font-size: 8px;
    margin: 5px 5px;
}
.cloud-recommend-text{
    font-size: 9px;
        margin: 0 8px 1px 5px;
}
.cloud-recommend-configure-name {
    margin: 1px 0px 0 5px;
    font-size: 10px;
}
.cloud-recommend-configure-text {
    font-size: 9px;
    margin: 1px 11px 3px 5px;
}
.cloud-recommend-select p {
    margin: 1px 7px;
    font-size: 9px;
} */
.select-area {
    margin: 0 6px 0 4px;
    width: 98%;
    height: 33px;
    padding: 3px;
    font-size: 13px;
}
/* .cloud-recommend-buy {
    padding: 1px 60px;
    font-size: 9px;
}
.cloud-recommend-price-span1{
    font-size: 9px;
}
.cloud-recommend-price-span2{
    font-size: 13px;
}
.cloud-recommend-item {
        margin: 30px 10px 0 0;
    width: 160px;
    height: 256px;}
.cloud-recommend-orprice {
     margin: -4px 19px 15px 5px
}
.cloud-recommend-price {
    margin: 0px 8px 0px 5px;
}
.cloud-recommend-activity-title {
    font-size: 12px;
} */
 .cloud-recommend-item{
    width: 100%;
    height: 100%;
    margin: 30px 0;

 }
.about-title {
    padding-top: 51px;
}
.tip {
    font-size: 13px;
    padding: 3px;
    width: 69px;
    margin-right: 8px;
}
.about-title span {
    font-size: 18px;
}
.about-title-content{
    width: 100%;
}
.about-content{
    font-size: 13px;
}
.about-call-btn1 {
    padding: 8px;
    font-size: 13px;
    width: 83px;
    height: 30px;
}
.about-call-btn2 {
    padding: 7px;
    font-size: 13px;
    width: 120px;
    height: 30px;
}
.about {
    height: 325px;
}
.recommend-title {
    margin: 35px 0 15px 0;
    font-size: 20px;
}
.look-any{
    margin: 20px;
    font-size: 13px;
}
.cloud-select-item{
    font-size: 13px;
}
.product-feature-item-any{
    flex-wrap: wrap;
}
.about-num-item{
    font-size: 13px;
    margin-right: 5px;
}
.about-num{
    flex-direction: column;
}
.cloud-recommend-title{
    font-size: 20px;
}
.cloud-recommend-configure{
    justify-content:space-between;
}
.cloud-recommend-select p{
    font-size: 13px;
    
}
.cloud-recommend-orprice span{
    font-size: 13px;
}
.cloud-recommend-price-span2{
    font-size: 25px;
}
.cloud-recommend-buy{
    padding: 10px 40%;
}
.cloud-recommend-buy-out{
    
    width: 100%;
    height: 42px;
    background-color: rgb(198, 25, 25);;
}
.look-any{
    font-size: 13px;
}
.cloud-recommend-activity{
    flex-direction:column;
    justify-content: center;
    align-items: center;
    padding:20px; 

}
}