body{
    margin: 0;
    padding: 0;
    background-color: #e6f0fe;
    font-family: "Microsoft YaHei",'Hiragino Sans GB', 'Open Sans', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;
    letter-spacing: 0.06rem;
}
.progress{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.progress header{
    text-align: center;
}
.progress h1{
    width: 100%;
    color: #075da4;
    font-size: 55px;
    padding: 0 0 10px 0;
    margin: 0;
    font-weight: 600;
}
.progress h2{
    width: 100%;
    color: #075da4;
    font-size: 28px;
    margin: 0;
    padding: 0 0 10px 0;
}
.progress div{
    width: 100%;
    color: #000;
    font-size: 18px;
}
.progress div span{
    display: block;
    padding-top: 10px;
}
.progress div b{
    text-decoration: underline;
    font-weight: normal;
}

.progress1 h2{
    font-weight: normal;
}
.progress1 div{
    font-size: 20px;
    line-height: 30px;
}
.progress1 .ConstructionDiv{
    font-size: 22px;
}
@media (max-width: 1024px){
    .progress img{
        max-width: 90%;
    }
    .progress h1{
        font-size: 45px;
        padding-bottom: 2px;
    }
    .progress h2{
        font-size: 24px;
        font-weight: normal;
        padding-bottom: 2px;
    }
    .progress div{
        font-size: 17px;
    }
    
    .progress1 .ConstructionDiv{
        font-size: 20px;
    }
    
}
@media (max-width: 768px){
    .progress img {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .progress h1{
        font-size: 35px;
    }
    .progress h2{
        font-size: 20px;
    }
    .progress div{
        font-size: 16px;
    }
    .progress1 div{
        line-height: 25px;
    }
    .progress header{
        padding: 10px;
    }
    .progress1 .ConstructionDiv {
        font-size: 17px;
    }
}
@media (max-width: 480px){
    .progress h1{
        font-size:28px;
        padding-bottom: 10px;
    }
    .progress h2{
        font-size: 18px;
        line-height: 20px;
    }
    .progress div{
        font-size: 15px;
    }
    .progress div span{
        margin-bottom: 3px;
    }
}