/* 雲端平台介紹 */
.cloud-top{
    background-color:#EBEAEC ;
    background-size: 100% auto;
    overflow: hidden;
    position: relative;
    top: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.cloud-top-pic{
    position: relative;
    background-image: url(../img/cloud-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    
    
}
.cloud-top-title{
    font-weight: bold;
    color: #ffffff;
    width: 90%;
    margin: auto;

}
.cloud-text-con{
    font-weight: bold;
}
.cloud-top-text{
    font-size: 5vmin;
    font-weight: bold;
    color: #ffffff;
    margin: auto;

}
.cloud-top-p{
    text-align: left;
    width: 600px;
    font-size: 3.5vmin;
    color: #ffffff;
    margin: auto;
}
.cloud-top-right{
    background-image: url(../img/cloud-top-right.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    
}

/* 雲端服務 */
.cloud-service-bg{
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    top: -100px;
}
.cloud-service-bg-con{
    width: 100%;
    width: 2000px;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
}
.cloud-service-con{
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}
.cloud-service{
    position: relative;
    top: -50px;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.cloud-service-text-bg{
    background-color:#959595 ;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 15px 35px ;
    margin: auto;
}
.cloud-title{
    width: 100%;
}
.cloud-service-p{
    /* font-weight: bold; */
    /* font-size: 3vmin; */
    color: #ffffff;
    line-height: 1.5;
}

/* 雲端配備 */
.cloud-outfit-title-con{
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    position: relative;
}
.outfit-color{
    color: #000;
    font-weight: bold;
    text-align: center;
}
.cloud-outfit-bg-p{
    color: #ECEBEA;
    font-weight: bold;
    text-align: center;
    z-index: -10;
}
.cloud-outfit-con{
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: auto;
}
.cloud-outfit-pic{
    padding-bottom: 10px;
}
.cloud-outfit-p{
    font-weight: bold;
    text-align: center;
}
/* 產品優點 */
.cloud-advantag{
    background-image: url(../img/cloud-advantage.png);
    background-size: cover;
    background-repeat: no-repeat;
  
}
.cloud-white{
   flex-flow: column;
    width: 80%;
    height: 80%;
    background-color: #ffffff;
    opacity: .9;
    margin: 60px auto ; 
}
.cloud-advantag-text-color{
    color: #000;
    z-index: 90;
    margin: auto auto 10px;
}
.advantag-p{
    display: flex;
    justify-content: center;
    font-size: 3vmin;
    font-weight: bold;
    margin-top: 12px;
    width: 74%;
    margin:10px auto auto;
}
/* 雲市集優惠 */
.cloud-discount{
    background-color: #ECEBEA;
    width: 100%;
    
}
.cloud-discount-p {
    font-size: 24PX;
    line-height: 1.2;
    font-weight: bold;
}
.cloud-discount-con{
    background-size: cover;
}
.cloud-discount-pic{
    background-image: url(../img/cloud-bizaar-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   height: 970px;
}
.cloud-logo{
    height: 220px;
    padding-top: 4%;
    
}
.discount-color{
    color: #000;
    text-align: center;
    font-size: 6vmin;
}

.subsidy{
    font-size: 6vmin;
    color: #000;
    text-align: center;
}
.cloud-discount-time{
    text-align: center;
    font-size: 3vmin;
    font-weight: bold;
}
.cloud-company-con{
    padding-top: 50px;
    /* margin: 0 auto 100px; */
}
.cloud-company-text{
    font-size: 4vmin;
    font-weight: bold;
    /* position: relative; */
    z-index: 10;
}
/* .cloud-company-text::before{
    content: "#";
    color: #ffffff;
    opacity: .5;
    font-weight: bold;
   position: absolute;
} */
.cloud-company-p{
    font-size: 3vmin;
}
/* 應用場域 */
.place{
    background-color: #ECEBEA;
    width: 100%;
}
.place-con{
    margin: 30px auto 100px;
}
.place-text{
    font-size: 4vmin;
    font-weight: bold;
    text-align: center;
}
.place-p{
    padding-top: 9px;
    font-size: 4vmin;
    text-align: center;
    font-weight: bold;
}
.text-color{
    color: #000;
    font-size: 8vmin;
    padding-top: 20px;
    font-weight: bold;
}








@media only screen and (min-width: 360px) and (max-width: 766px) {
        /* 雲端平台介紹 */
        .cloud-top{
            padding-bottom: 120px;
        }
    
        .cloud-top-pic{
            padding-bottom: 50px;
            margin: 0 20px;
        }
        .cloud-top-title{
            font-size: 20px;
            padding-top: 10px;
         
        }
        .cloud-top-text{
            font-size:16px;
            margin: auto;
            /* padding-top: 10px; */
        }
        .cloud-text-con{
            width: 70%;
            line-height: 1.2;
            padding-bottom: 10px;
        }
        .cloud-top-p{
            font-size: 14px;
            /* padding-top: 10px; */
            width: 80%;
        }
        .cloud-top-right{
            width: 130px;
            height: 54px;
            right: -30px;
            bottom: 95px;
        }
    
        /* 雲端服務 */
        .m-20{
            margin-top: 20px;
        }
        .cloud-service{
            justify-content: center;
            align-items: center;
        }
        .cloud-service-p{
            line-height: 1.5;
            padding-top: 5px;
            font-size: 14px;
        }
        .service-con{
        padding: 20px 100px 10px;
        }
        .cloud-service-text-bg {
            width: 75%;
            padding: 10px 30px;
        }
    
        /* 雲端配備 */
    
        /* .outfit-color{
            font-size: 4vmin;
            margin-top: -27px;
        } */
        .cloud-outfit-pic{
            padding: 10px 50px;
        }
        .cloud-outfit-bg-p{
            margin-top: -28px;
        }
        .cloud-outfit-p{
            font-size: 14px;
        }
        .cloud-outfit-con {
            width: 60%;
            height: auto;
            padding-bottom: 30px;
        }
    /* 產品優點 */
    .cloud-advantag{
        background-image: url(../img/cloud-advantage.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .cloud-white{
       flex-flow: column;
        width: 80%;
        height: 55%;
        background-color: #ffffff;
        opacity: .8;
        margin: 60px auto ;
     
    }
    .cloud-advantag-text-color{
        color: #000;
        /* z-index: 90;
        margin: auto auto 10px; */
    }
    .advantag-p{
        font-size: 14px;
        width: 70%;
       
    }
    
        /* 雲市集優惠 */
    
    .cloud-discount-con{
        background-size: cover;
    }
    .cloud-discount-pic{
       height: 410px;
    }
    .cloud-logo{
        height: 60px;
        padding-top: 0%;
        margin-top: 7%;
        
    }
    .discount-color{
        padding-top: 10px;
        font-size: 20px;
    }
    .cloud-discount-p{
        font-size: 14px;
    }
    .subsidy{
        font-size: 20px;
    }
    .cloud-discount-time{
        font-size: 12px;
        padding-top: 10px;
    }
    .cloud-company-bg{
        width: 90%;
        padding: 50px;
    }
    .cloud-company-con{
        padding: 10px 20px;
        /* padding-top: 50px; */
        /* margin: 0 auto 100px; */
    }
    .cloud-company-text{
        font-size: 16px;
        font-weight: bold;
        position: relative;
        /* z-index: 10; */
    }
    .company-word{
        font-size: 24px;
    }
    .m-0-60{
        margin: auto;
    }
    .cloud-company-p{
        font-size: 14px;
        padding-top: 15px;
    }
    .cloud-company-pic{
        width: 100%;
        margin: auto;
    }
    
    
    /* 應用場域 */
    .text-color {
        font-size: 20px;
    }
    .p-t-30{
        padding-top: 30px;
    }
    .place-con{
        margin: 0px auto 40px;
    }
    
    .place-p{
        
        font-size: 14px;
      
    }
    .place-pic{
        padding: 10px 40px;
    }
    .w-60{
        width: 60%;
    }
}
@media only screen and (min-width: 766px) and (max-width: 900px) {
/* 雲端平台介紹 */
.cloud-top{
    padding-bottom: 150px;
}
.cloud-top-con{
    width: 70%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    padding-top: 2%;
}
.cloud-top-pic{
    padding-bottom: 80px;
    margin: 0 50px;
}
.cloud-top-title{
    font-size: 24px;
    padding-top: 5px;
    width: 100%;
    margin: auto;
}
.cloud-top-text{
    font-size: 20PX;
    
}
.cloud-text-con{
    width: 80%;
}
.cloud-top-p{
    width: 90%;
    font-size: 16PX;
    margin-top: 20PX;
}
.cloud-top-right{
    width: 180px;
    height: 80px;
    right: -26px;
    bottom: 130px;
}
/* 雲端服務 */
.p-0{
    padding: 0;
}
.cloud-service-p{
    line-height: 1.5;
    padding-top: 5px;
    font-size: 16px;
    margin-bottom: 5px;
}
.cloud-service{
    padding: 0 50px;
}
.service-con{
    margin: 0px;
}
.cloud-service-text-bg {
    width: 100%;
    padding: 10px 30px;
    }
/* 雲端配備 */
.cloud-outfit-title-con{
    padding-top: 100px;
    width: 95%;
    margin: auto;

}
    
.outfit-color{
    font-size: 4vmin;
     margin-top: -27px;
}
 .cloud-outfit-bg-p{
     font-size: 4vmin;
     margin-top: -28px;
 }
 .cloud-outfit-con {
     height: 450px;
    padding-bottom: 100px;
}
.outfit-color{
    font-size:24PX;
    margin-top: -50px;
}
.cloud-outfit-bg-p{
    font-size: 4vmin;
  
    
}
.cloud-outfit-pic {
    padding-top: 30px;
    padding-left: 60px;
     padding-right: 60px;
     padding: 10PX 40PX 0;
}
.cloud-outfit-p{
    font-size: 14px;
    padding-top: 15px;
}
.cloud-outfit-con {
    margin-top: 30px;
    height: auto;
}
/* 攢品優點 */
.advantag-p{
    font-size: 16px;
    margin: 5px auto auto;
}
.cloud-advantag-text-color {
    margin: 8px auto 0px ;
}
/* 雲市集優惠 */
.cloud-logo {
   height: 140px;
   padding-bottom: 20px;
}
.cloud-discount-p {
   font-size: 16px;
}
.cloud-discount-pic {
   height: 660px;
}
.cloud-company-text::before{
font-size: 18vmin;
top: -94px;
left: -60px;

}
.cloud-discount-time {
font-size: 14px;
}
.cloud-company-text {
font-size: 22px;
}
.cloud-company-p {
font-size: 18px;
margin-top: 20px;
}
.company-word{
    font-size: 32px;
}
.cloud-company-pic{
padding: 0 50px;
}

/* 應用場域 */
.text-color {
font-size: 24px;
padding-top: 100px;
margin-bottom: 15px;
}
.place-con {
margin: 30px auto 100px;
}
.place-pic{
padding:5px 10px;
}
.place-p{
font-size: 16px;
}
.m-0-60{
margin: 0 80px;
}

}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
      /* 雲端平台介紹 */
      .cloud-top{
        padding-bottom: 150px;
    }
    .cloud-top-con{
        width: 70%;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: auto;
        padding-top: 5%;
    }
    .cloud-top-pic{
        padding-bottom: 100px;
        margin: 0 50px;
    }
    .cloud-top-title{
        font-size: 30px;
        padding-top: 5px;
        width: 100%;
        margin: auto;
    }
    .cloud-top-text{
        font-size: 24PX;
        
    }
    .cloud-text-con{
        width: 80%;
    }
    .cloud-top-p{
        width: 90%;
        font-size: 18PX;
        margin-top: 20PX;
    }
    .cloud-top-right{
        width: 180px;
        height: 80px;
        right: -26px;
        bottom: 130px;
    }
    /* 雲端服務 */
    .cloud-service-p{
        line-height: 1.8;
        padding-top: 5px;
        font-size: 18px;
    }
    .service-con{
        margin: 0px;
    }
    .cloud-service-text-bg {
        width: 90%;
        padding: 10px 65px;
        }
    /* 雲端配備 */
    .cloud-outfit-title-con{
        padding-top: 100px;
        width: 95%;
        margin: auto;

    }
        
    .outfit-color{
        font-size: 4vmin;
         margin-top: -27px;
    }
     .cloud-outfit-bg-p{
         font-size: 4vmin;
         margin-top: -28px;
     }
     .cloud-outfit-con {
         height: 450px;
        padding-bottom: 100px;
    }
    .outfit-color{
        font-size:30PX;
        margin-top: -50px;
    }
    .cloud-outfit-bg-p{
        font-size: 4vmin;
      
        
    }
    .cloud-outfit-pic {
        padding-top: 30px;
        padding-left: 60px;
         padding-right: 60px;
         padding: 10PX 60PX 0;
    }
    .cloud-outfit-p{
        font-size: 16px;
        padding-top: 15px;
    }
    .cloud-outfit-con {
        margin-top: 30px;
        height: auto;
    }
    /* 攢品優點 */
    .advantag-p{
        font-size: 18px;
        margin: 5px auto auto;
    }
    .cloud-advantag-text-color {
        margin: 8px auto 0px ;
    }
   /* 雲市集優惠 */
   .cloud-logo {
       height: 160px;
       padding-bottom: 20px;
   }
   .cloud-discount-p {
       font-size: 18px;
   }
   .cloud-discount-pic {
       height: 730px;
   }
   .cloud-company-text::before{
    font-size: 18vmin;
   top: -94px;
   left: -60px;
  
}
.cloud-discount-time {
    font-size: 16px;
}
.cloud-company-text {
    font-size: 24px;
}
.cloud-company-p {
    font-size: 18px;
    margin-top: 20px;
}
.cloud-company-pic{
    padding: 0 50px;
}
.company-word{
    font-size: 45px;
}
   /* 應用場域 */
   .text-color {
    font-size: 30px;
    padding-top: 100px;
    margin-bottom: 15px;
}
.place-con {
    margin: 30px auto 100px;
}
.place-pic{
    padding:10px 30px;
}
.place-p{
    font-size: 18px;
}
.m-0-60{
    margin: 0 80px;
}

}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
      /* 雲端平台介紹 */
    .cloud-top{
        padding-bottom: 200px;
    }
    .cloud-top-con{
        width: 70%;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: auto;
        padding-top: 5%;
    }
    .cloud-top-pic{
        padding-bottom: 180px;
        margin: 0 50px;
    }
    .cloud-top-title{
        font-size: 30px;
        padding-top: 25px;
        width: 100%;
        margin: auto;
    }
    .cloud-top-text{
        font-size: 24PX;
        
    }
    .cloud-text-con{
        width: 80%;
    }
    .cloud-top-p{
        width: 90%;
        font-size: 20PX;
        margin-top: 20PX;
    }
    .cloud-top-right{
        width: 300px;
        height: 120px;
        right: -50px;
        bottom: 155px;
    }
    /* 雲端服務 */
    .cloud-service-p{
        line-height: 1.8;
        padding-top: 5px;
        font-size: 20px;
    }
    .service-con{
        margin: 0px;
    }
    .cloud-service-text-bg {
        width: 90%;
        padding: 15px 65px;
        }
    /* 雲端配備 */
    .cloud-outfit-title-con{
        padding-top: 100px;
        width: 95%;
        margin: auto;

    }
        
    .outfit-color{
        font-size: 4vmin;
         margin-top: -27px;
    }
     .cloud-outfit-bg-p{
         font-size: 4vmin;
         margin-top: -28px;
     }
     .cloud-outfit-con {
         height: 450px;
        padding-bottom: 100px;
    }
    .outfit-color{
        font-size:30PX;
        margin-top: -50px;
    }
    .cloud-outfit-bg-p{
        font-size: 4vmin;
      
        
    }
    .cloud-outfit-pic {
        padding-top: 30px;
        padding-left: 60px;
         padding-right: 60px;
         padding: 30PX 80PX 0;
    }
    .cloud-outfit-p{
        font-size: 16px;
        padding-top: 15px;
    }
    .cloud-outfit-con {
        margin-top: 30px;
        height: auto;
    }
    /* 攢品優點 */
    .advantag-p{
        font-size: 20px;
        margin: 5px auto auto;
    }
    .cloud-advantag-text-color {
        margin: 8px auto 0px ;
    }
   /* 雲市集優惠 */
   .cloud-logo {
       height: 185px;
       padding-bottom: 20px;
   }
   .cloud-discount-p {
       font-size: 18px;
   }
   .cloud-discount-pic {
       height: 830px;
   }
   .cloud-company-text::before{
    font-size: 18vmin;
   top: -94px;
   left: -60px;
  
}
.cloud-discount-time {
    font-size: 18px;
}
.cloud-company-text {
    font-size: 24px;
}
.cloud-company-p {
    font-size: 22px;
    margin-top: 20px;
}
.company-word{
    font-size: 52px;
}
   /* 應用場域 */
   .text-color {
    font-size: 30px;
    padding-top: 100px;
    margin-bottom: 15px;
}
.place-con {
    margin: 30px auto 100px;
}
.place-pic{
    padding:20px 40px;
}
.place-p{
    font-size: 22px;
}
.m-0-60{
    margin: 0 80px;
}

}
@media only screen and (min-width: 1500px) {
    /* 雲端平台介紹 */
    .cloud-top{
        padding-bottom: 250px;
    }
    .cloud-top-con{
        width: 70%;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: auto;
        padding-top: 5%;
    }
    .cloud-top-pic{
        padding-bottom: 180px;
        margin: 0 50px;
    }
    .cloud-top-title{
        font-size: 32px;
        padding-top: 25px;
        width: 100%;
        margin: auto;
    }
    .cloud-top-text{
        font-size: 26PX;
        
    }
    .cloud-text-con{
        width: 80%;
    }
    .cloud-top-p{
        width: 80%;
        font-size: 22PX;
        margin-top: 20PX;
    }
    .cloud-top-right{
        width: 300px;
        height: 120px;
        right: -50px;
        bottom: 217px;
    }
    /* 雲端服務 */
    .cloud-service-p{
        line-height: 1.8;
        padding-top: 5px;
        font-size: 22px;
    }
    .service-con{
        margin: 0px;
    }
    .cloud-service-text-bg {
        width: 90%;
        padding: 15px 60px;
        }
    /* 雲端配備 */
    .cloud-outfit-title-con{
        padding-top: 100px;
        width: 80%;
        margin: auto;

    }
        
    .outfit-color{
        font-size: 4vmin;
         margin-top: -27px;
    }
     .cloud-outfit-bg-p{
         font-size: 4vmin;
         margin-top: -28px;
     }
     .cloud-outfit-con {
         height: 450px;
        padding-bottom: 100px;
    }
    .outfit-color{
        font-size:32PX;
        margin-top: -50px;
    }
    .cloud-outfit-bg-p{
        font-size: 4vmin;
      
        
    }
    .cloud-outfit-pic {
        padding-top: 30px;
        padding-left: 60px;
         padding-right: 60px;
         padding: 30PX 100PX 0;
    }
    .cloud-outfit-p{
        font-size: 20px;
        padding-top: 15px;
    }
    .cloud-outfit-con {
        margin-top: 30px;
        height: auto;
    }
    /* 攢品優點 */
    .advantag-p{
        font-size: 22px;
    }
    .cloud-advantag-text-color {
        margin: 8px auto 5px ;
    }
   /* 雲市集優惠 */
   .cloud-discount-pic {
       height: 870px;
   }
   .cloud-company-text::before{
    font-size: 18vmin;
   top: -94px;
   left: -60px;
  
}
.cloud-discount-time {
    font-size: 18px;
}
.cloud-company-text {
    font-size: 32px;
}
.cloud-company-p {
    font-size: 24px;
    margin-top: 20px;
}
.company-word{
    font-size: 60px;
}

   /* 應用場域 */
   .text-color {
    font-size: 32px;
    padding-top: 100px;
    margin-bottom: 15px;
}
.place-con {
    margin: 30px auto 100px;
}
.place-pic{
    padding:20px 50px;
}
.place-p{
    font-size: 22px;
}
.m-0-60{
    margin: 0 60px;
}


}
















  