/* html {
    font-size: 100px;
} */

@media (min-width: 1024px) {
    .wrapper{
        font-size: 100px;
    }
}

body{
    background-color: #fff;
    margin: 0 auto;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
    font-size: 100px;
}
.banner-wrap{
    position: relative;
}
.banner-content{
    display: flex;    
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    display: flex;
    top: 0;
    left: 0;
    color: #fff;
    background-size: 100% 100%;
    align-items: flex-start;
    justify-content: flex-end;
}

.wrap-padding {
    padding-bottom: 0.8em;
    padding-left: 0.4em;
}


.banner-wrap .banner-title{
    font-size: 0.42em;
    font-weight: 500;
}

.banner-wrap .banner-desc{
    font-size: 0.2em;
}

.separator{
    margin: 0.3em 0;
    width: 0.78em;
    height: 0.04em;
    border-radius: 0.1em;
    background-color:#0a8373;
}

.banner-01{
    height: 9.74em;
    justify-content: space-between;
    background-image: url('../image/banner_01.jpg');
}

.banner-01 .banner-title{
    margin: 0 auto;
    padding-top: 0.56em;
}

.banner-01 .info-wrap {
    width: 100%;
    margin-bottom: 0.4em;
    padding-left: 0.4em;
    display: flex;
    align-items: flex-end;
    flex-direction: row;  
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.banner-01 .info-wrap .info-item{
    width: 25%;
}

.banner-01 .info-wrap .info-item .item-data{
    width: 2.2em;
    height: 2.8em;
    position: relative;
    margin-bottom: 0.4em;
    padding: 0 0.15em;
    padding-top: 0.1em;
    border-radius: 0.07em;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 50%;
    background: linear-gradient(to bottom, #0e514b, #098b79);
    opacity: 1;
}

.banner-01 .info-wrap .info-item .title{
    font-size: 0.24em;
}

.banner-01 .info-wrap .info-item .desc{
    padding: 0 0.15em;
    font-size: 0.16em;
    color: rgba(255, 255, 255, 0.5);
}

.banner-01 .info-wrap .info-item .desc p{
    padding-bottom: 0.1em;
}

.banner-01 .info-wrap .info-item img{
    position: absolute;
    bottom: 0;
}

.banner-02 {
    height: 5.09em;
    background-image: url('../image/banner_02.jpg');
}

.banner-02 banner-title{
    margin-top: 1.5em;
}

.banner-03 {
    height: 5.32em;
    background-image: url('../image/banner_03.jpg');
}

.banner-04 {
    height: 5.41em;
    background-image: url('../image/banner_04.jpg');
}

.banner-05 {
    height: 8.61em;
    background-image: url('../image/banner_05.jpg');
}

.banner-06 {
    height: 8.98em;
    background-image: url('../image/banner_06.jpg');
}


.banner-04 {
    flex-direction: row;
    padding-bottom: 0.3em;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 1em;
}

.light-img-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    padding-bottom: 0.32em;
    width: 3.09em;
    height: 4.85em;
    background-size: 100% 100%;
    /* font-size: 0.24em; */
    font-weight: 500;
}
.light-left{
    margin-left: 0.4em;
    background-image: url(../image/light_left.png);
}

.light-right{
    margin-right: 0.4em;
    background-image: url(../image/light_right.png);
}

.weather-wrap {
    position: absolute;
    width: 2.9em;
    height: 1.9em;
    margin-left: -0.5em;
    bottom: 2em;
    font-weight: 500;
    color: #098b79;
}

.weather-title {
    margin-top: 1em;
    margin-right: 1em;
    text-align: right;
    font-size: 0.2em;
}
.weather-item {
    display: flex;
    margin-top: 0.8em;
    margin-left: 0.4em;
}
.weather-item-left {
    margin-right: 0.26em;
    font-size: 0.2em;
}

.weather-item-right {
    margin-left: 2em;
    font-size: 0.2em;
}

.footer{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 0.4em;
    margin-bottom: 1.5em;
}

.footer-title{
    font-size: 0.42em;
    font-weight: 500;
}

.footer-data{
    padding: 0 0.4em;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    line-height: 0.3em;
}
.footer-info-item{
    width: 23%;
}
.footer-info-item p{
    font-weight: 500;
    font-size: 0.24em;
}

.footer-info-item span{
    font-size: 0.2em;
}

@media (max-width: 768px) {
    /* html {
      font-size: 34px;
    } */

    .wrapper{
        width: auto;
        min-width: 320px;
        font-size: 34px;
    }
}