@import "root.css";

.slideshow .carousel,
.slideshow .carousel-item .carousel-item-image {
    background-repeat: no-repeat;
    background-image: url("../image/banner/background/productBannerBg-1.png"), url("../image/banner/background/productBannerBg-0.png");
    background-size: contain, 100% 100%;
    background-position: 100% 25px, center;
}




.slideshow .carousel-caption {
    text-align: left !important;
    top: 200px;
    right: 9%;
}

.slideshow .carousel-caption h5 {
    font-size: 50px;
    font-family: -apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-bottom: 40px;
}


.slideshow .carousel-caption p {
    height: 50px;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
    letter-spacing: 1px;

}

@media screen and (max-width: 768px) {
    .slideshow .carousel,
    .slideshow .carousel-item .carousel-item-image {
        background-repeat: no-repeat;
        background-image: url("../image/banner/background/productBannerBg-1.png"), url("../image/banner/background/productBannerBg-0.png");
        background-size: contain, 100% 100%;
        background-position: 100% center, center;
    }
    
    .slideshow .carousel-caption {
        left: 0 !important;
        right: 0 !important;
        top: 0;
        text-align: center;
        height: 100%;
        padding-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .slideshow .carousel-caption h5 {
        height: 40px;
        font-size: 30px;
        font-family: -apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 40px;
        letter-spacing: 1px;
        text-align: center;
    }


    .slideshow .carousel-caption p {
        height: 50px;
        font-size: 20px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 50px;
        letter-spacing: 1px;
        text-align: center;
    }

}

.certainly .box .item>div p.details {
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.home_SAFETY-GUARD .container #map {
    width: 665px;

    /* background: url("../image/Frame 21@2x.png") no-repeat;
   background-size: contain; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
}





.SAAS_VS_PROFESSIONAL {}

.SAAS_VS_PROFESSIONAL .container .box {
    height: 480px;
    position: relative;
}

.SAAS_VS_PROFESSIONAL .container .box .item {
    width: 550px;
    height: 100%;
}

.SAAS_VS_PROFESSIONAL .container .box .item>.title {
    width: 100%;
    height: 60px;
    background: linear-gradient(179deg, #44DDFF 0%, #4DA1FF 100%);
    box-shadow: 0 2px 14px 0 rgba(62, 166, 227, 0.4000);
    border-radius: 5px 5px 0 0;
    opacity: 1;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;

}

.SAAS_VS_PROFESSIONAL .container .box .item .context {}

.SAAS_VS_PROFESSIONAL .container .box .item .context .t {
    height: 60px;
    border-radius: 0;
    opacity: 1;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.SAAS_VS_PROFESSIONAL .container .box .item .context.left .t {
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(222, 222, 222, 0) 100%);
}

.SAAS_VS_PROFESSIONAL .container .box .item .context.right .t {
    background: linear-gradient(90deg, rgba(222, 222, 222, 0) 0%, #FFFFFF 98%);
}

.floatingBall {
    width: 352px;
    height: 352px;
    position: absolute;
    background: url("../image/Group 128@2x.png") no-repeat;
    background-size: 100% 100%;
    top: 98px;
}

.SAAS_VS_PROFESSIONAL .container .box .item .context .t .ti {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    width: 58px;
    margin: auto 30px;
    
}

.SAAS_VS_PROFESSIONAL .container .box .item .context.left  .t .tv {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    text-align: left;
}
.SAAS_VS_PROFESSIONAL .container .box .item .context.right  .t .tv {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    text-align: right;
}

.SAAS_VS_PROFESSIONAL .container .box .item .context .t .yellow {
    color: #FF8000;
}

.SAAS_VS_PROFESSIONAL .container .box .item .context .t .blue {
    color: #3EA6E3;
}


@media screen and (max-width: 768px) {


    .floatingBall {
        width: 352px;
        height: 352px;
        position: absolute;
        background: url("../image/Group 128@2x.png") no-repeat;
        background-size: 100% 100%;
        top: 98px;
        display: none;
    }

    .SAAS_VS_PROFESSIONAL .container .box {
        height: auto;
        padding: 20px;
    }

    .SAAS_VS_PROFESSIONAL .container .box .item:nth-child(2) {
        margin-top: 10px;
    }

    .SAAS_VS_PROFESSIONAL .container .box .item .context.right .t {
        background: linear-gradient(90deg, #FFFFFF 0%, rgba(222, 222, 222, 0) 100%);
    }
    


}





#map{
    margin: 0 auto;
    text-align: center;
}



#map .custom-btn {
    height: 45px;
    color: #fff;
    border-radius: 4px;
    padding: 10px 25px;
    font-weight: 500;
  width: 274px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    /* background: rgb(0, 172, 238);
    background: linear-gradient(179deg, #44DDFF 0%, #4DA1FF 100%); */
    border: 2px solid rgb(0, 172, 238) !important;
    line-height: 45px;
    padding: 0;
    border: none;
    background: transparent;
    box-sizing: border-box !important;
}




#map .custom-btn span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #49BFFF;
}




#map .custom-btn:hover {
    background: rgb(0, 172, 238);
    box-shadow: none;
}




#map .custom-btn span:hover {
    color: #FFFFFF;
}












@media screen and (max-width: 768px) {
    .home_SAFETY-GUARD .container #map {
        width: 100%;
    
        /* background: url("../image/Frame 21@2x.png") no-repeat;
       background-size: contain; */
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        margin: 0 auto;
    }
  
    .btn-1 {
        width: 100%;
    }
    
    .btn-2 {
        width: 100%;
    }
    
    .btn-3 {
        width: 100%;
    }
    
    .btn-4 {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }
    
    .btn-5 {
        width: 100%;
        margin-top: 0;
        ;
        margin-left: 0;
    }
    
    .btn-6 {
        width: 100%;
        margin-top: 0;
    }
    
    .btn-7 {
        width: 100%;
        margin-top: 0;
    }
    .custom-btn{
        margin-top: 10px;
    }
}