.formsection{
    height: auto;
}
.contentcon{
    height: auto;
    z-index: 1;
    padding-block: 50px;
}

.solutioninterestform{
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: column;
}

.solutioninterestform h1{
    font-size: 35px;
    font-weight: 700;
}

.solutioninterestform p{
    font-size: 18px;
    font-weight: 400;   
}

@media only screen and (max-width:768px){
    .solutioninterestform h1{
        font-size: 25px;
    }
    .solutioninterestform p{
        font-size: 14px 
    }
}


.formrow{
    height:auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.formcheckbox{
    height:auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;  /* 允许元素换行 */
    gap: 5px; 
}

.map{
    height: 450px;
    width: 100%; 
    border-radius: 15px;
    overflow: hidden;
}


.returnbtn{
    width: 300px; 
    height: 50px; 
    
    font-size: 20px; 
    border-radius: 25px; 
    margin-top: 25px;
}

.returnbtn:hover{
    background-color: white;
    color: #0d6efd;
}