.topBox{
    width: 100%;
    height: 600px;
    background: url(../images/infoBg.png) no-repeat center center;
    background-size: cover; 
}
.coonBox{
    width: 100%;
    min-height: 450px;
    background: #ffffff;
}
.infoFoot{
    width: 100%;
    height: 450px;
    background: url(../images/infofoot.png) no-repeat center center;
    background-size: cover; 
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.infoFootBut{
    color: white;
    font-size: 18px;
    font-family: Helvetica;
    font-weight: 700;
    line-height: 28px;
    word-wrap: break-word;
    width: 140px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0092DB;
    border-radius: 23px;
    margin-bottom: 40px;
    cursor: pointer;
}
.infoBox {
    background: #ffffff;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    padding: 84px 48px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.titleBox{
    color: #1C2029;
font-size: 40px;
font-family: Helvetica;
font-weight: 700;
line-height: 56px;
word-wrap: break-word;
text-align: center;
}
.infoDesc{
    color: #5D667A;
font-size: 20px;
font-family: Helvetica;
font-weight: 400;
line-height: 32px;
word-wrap: break-word;
text-align: center;
margin-top: 15px;
}
.infoCoon{
    color: #5D667A;
    font-size: 20px;
    font-family: Helvetica;
    font-weight: 400;
    line-height: 32px;
    word-wrap: break-word;
    padding: 0 72px;
    text-align: left;
}

.backBox{
    position: absolute;
    top: 30px;
    background: #ffffff;
    padding: 5px 25px;
    border-radius: 20px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #999;
}
.backBox:hover{
    color: #00A3F5;
}
.backBox i{
    margin-right: 10px;
}


@media (max-width:1025px) {
    .topBox{
        height: 400px;
    }
    .infoFoot{
        background-size: 100%;
        height: 180px;
    }
    .infoFootBut{
        margin-bottom: 10px;
        width: 100px;
        font-size: 14px;
        height: 36px;
    }
}
@media (min-width: 769px) and (max-width: 1025px) {}

@media (max-width: 768px) {
    .topBox{
        background-size: 100%;
        margin-bottom: 2rem;
        height: auto;
    }
    .infoRow{
        padding-top: 12rem;
    }
    .infoBox{
        padding: 5rem 3rem 0;
        position: relative!important;
    }
    .backBox{
        top: 2rem!important;
        left: 0!important;
    }

    .titleBox{
        font-size: 2.4rem;
        margin-top: 2rem;
        line-height: 3rem;
    }
    .infoDesc{
        font-size: 1.8rem;
    }
    .infoCoon{
        font-size: 2rem;
        padding: 2rem 2.6rem;
        line-height: 3rem;
    }
    .infoFoot{
        height: 11.5rem;
    }
    .infoFootBut{
        width: 9rem;
        font-size: 1.2rem;
        height: 2.6rem;
        margin-bottom: 0.5rem;
    }
}