.contact-banner{
    background: url('../images/contact-b1.png') no-repeat;
    background-size: cover;
    border-radius: 80px;
    width: 94%;
    height: 260px;
    margin: auto;
    text-align: center;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}
.contact-banner h1{
    color: #fff;
    font-size: 50px;
    padding-top: 10px;
}
.contact-banner1{
    display: flex; gap: 20px; justify-content: center;
}
.contact-call{
    display: flex; background-color: #0b8c6b; align-items: center; 
    border-radius: 50px; width: 200px; height: 50px;
}
.contact-call1{
    font-size: 16px; font-weight: 700; margin-left: 10px;
}
.contact-call2{
    padding-left: 20px;
}
.contact-messages{
    display: flex; background-color: #0b8c6b; align-items: center; 
    border-radius: 50px; width: 305px; height: 50px;
}
.contact-messages1{
    font-size: 16px; font-weight: 700; margin-left: 10px;
}
.contact-messages2{
    padding-left: 20px;
}
/* 2 */
.contact-two{
    background: linear-gradient(to bottom, #01816b, #06604c); 
    width: 100%; margin-top: -125px;
    padding-bottom: 10px;
    border: 1px solid #c7efe552; border-radius: 80px;
}
.contact-two-title{
    color: #fff; font-size: 46px; font-weight: bold;
    text-align: center;
}
.contact-two-dabox{
    width: 980px; margin: auto; margin-top: 35px;
}
.contact-two-daflex{
    display: flex; flex-direction: column; 
    justify-content: center; gap: 20px;
    width: 85%; margin: auto; padding-bottom: 50px;
}
.contact-two-daitem{
    border: 1px solid #75ddc4; 
    background-color: #176e5b; 
    border-radius: 30px; width: 100%;
}
.contact-two-daitem-title{
    border-radius: 28px; 
    text-align: center; 
    font-size: 22px;
    padding: 15px 10px; color: #000; 
    background: linear-gradient(to right, 
                        #ffe8a6 0%, 
                        #fff1c8 30%, 
                        white 50%, 
                        #fff1c8 70%, 
                        #ffe8a6 100%);
}
.contact-two-daitem-info{
    text-align: left; 
    margin-top: 30px; 
    padding-bottom: 30px;
        color: #ffffffa3;
}

.contact-two-shape {
    width: 70px; 
    height: 70px;
    background-color: #0b8c6b; 
    border-top-left-radius: 68px;
    border-bottom-right-radius: 150px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px; /* 左上角圆角，数值与高度一致形成弧形 */
}
.two-shape1{
    font-size: 30px; font-weight: bold; display: flex; 
    margin: auto; padding-top: 10px; padding-left: 20px;
}
.contact-two-item1{
    width: 28%; display: flex; flex-direction: column; justify-content: center;
    font-size: 18px;
    gap: 6px;
    font-weight: 600;
}
.contact-two-item2{
    width: calc(72% - 100px);
}

/* 3 */
.contact-there{
    background: #0a4a3b; 
    width: 100%; 
    margin-top: 50px; padding: 50px 0px;
    border-radius: 80px;
    margin-bottom: 50px;
}
.contact-there1{
    display: flex; align-items: center; gap: 20px; justify-content: center;
}
.contact-there2{
    font-size: 30px; color: #fff; font-weight: 600;
}
.contact-there3{
    color: #ffffffc2; margin-top:10px; font-size: 12px;
}
.contact-there4{
    background-color: #094033; border-radius: 80px; 
    justify-content: center; gap: 10px; height: 40px;  
    display: flex; align-items: center; margin-top:10px;
}
.contact-there5{
    display: flex; font-size: 12px; align-items: center; gap: 5px;
}
.contact-there6{
    display: flex; font-size: 14px; align-items: center; gap: 5px;
}
.contact-there7{
    font-size: 30px; color: #fff; font-weight: 600;
}
