.why-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70vw;
    margin-left: 15vw;
}
.why-list{
    width: 20vw;
    background-color: ghostwhite;
    border-radius: 10px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    min-height: 350px;
    color: rgba(0, 11, 51, 1);
}
.why-list:hover{
    border: 1px solid rgba(23, 195, 155, 1);
    color:rgba(23, 195, 155, 1);
    background-color: rgba(23, 195, 155, 0.05);
    transform: scale(1.1);
}
.why-list-img{
    padding-top: 25px;
}
.why-list-img img{
    width: 8vw;
    height: auto;
}
.why-list-img img:hover{
    transform: scale(1.1);
}
.why-list-title{
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}
.why-list-content{
    margin-top: 15px;
    width: 18vw;
    padding-left: 1vw;
    font-size: 14px;
    color: rgba(72, 82, 109, 1);
    line-height: 22px;
}
.how-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 82vw;
    margin-left: 9vw;
}
.how-list{
    width: 19vw;
    text-align: center;
}
.how-img img{
    width: 3vw;
    height: auto;
    transition: transform 0.5s ease;
}
.how-img img:hover{
    transform: rotate(360deg);
}
.how-title{
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    color: rgba(0, 11, 51, 1);
}
.how-content{
    margin-top: 15px;
    font-size: 14px;
    color: rgba(72, 82, 109, 1);
    line-height: 22px;
}
.how-right-img img{
    width: 2vw;
    height: auto;
}
.contact-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70vw;
    margin-left: 15vw;
}
.contact-list{
    display: flex;
    align-items: center;
    width: 20vw;
}
.contact-img img{
    width: 4vw;
    height: auto;
    margin-right: 10px;
}
.contact-title{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
    color: rgba(0, 11, 51, 1);
}
.contact-detail{
    font-size: 14px;
    color: rgba(72, 82, 109, 1);
    line-height: 22px;
}
.all-footer-bg{
    min-height: 220px;
    margin-top: 100px;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(23, 195, 155, 1));
}
.all-footer{
    min-height: 220px;
    margin-top: 100px;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(23, 195, 155, 1));
    display: flex;
    align-items: center;
    justify-content: center;
}
.all-footer-img img{
    width: 55px;
    height: auto;
    margin-right: 10px;
}
.all-footer-title{
    color: rgba(0, 11, 51, 1);
    font-weight: 600;
    font-size: 18px;
}
.all-footer-list-flex{
    display: flex;
    align-items: center;
    color: rgba(0, 11, 51, 1);
    margin-top: 20px;
}
.all-footer-list-content{
    width: 200px;
}
.home-about-bg img{
    width: 100vw;
    height: auto;
}
.home-about-all{
    display: flex;
    align-items: center;
    margin-top: -38vw;
    color: rgba(229, 234, 247, 1);
}
.home-about-img img{
    width: 20vw;
    height: auto;
    margin-left: 22vw;
    margin-right: 3vw;
    animation: floatAnimation 3s ease-in-out infinite;
}
@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px); /* 图片向下移动20px */
    }
}
.home-about-img:hover{
    transform: scale(1.05);
}
.home-about-info{
    width: 35vw;
}
.home-about-info-title{
    font-size: 20px;
    font-weight: 600;
}
.home-partner-all{
    display: flex;
    align-items: self-start;
    width: 70vw;
    margin-left: 15vw;
}
.home-partner-img img{
    width: 20vw;
    height: auto;
    margin-right: 3vw;
}
.home-partner-img img:hover{
    transform: scale(1.1);
    box-shadow: 0 0 5px rgb(23 195 57);
    border-radius: 10px;
}

.partner-title-weight{
    font-weight: 800;
}
.white-light-box-flex{
    display: flex;
    align-items: center;
}
.white-light-box{
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-color: rgba(23, 195, 155, 1);
}
.partner-content-home{
    color: rgba(72, 82, 109, 1);
    width: 40vw;
}
.privacy-page-div{
    width: 70vw;
    margin-left: 15vw;
}
.data-main-bg img{
    width: 100vw;
    height: auto;
}
.data-page-content{
    width: 66vw;
    margin-left: 17vw;
    color: rgba(0, 11, 51, 1);
    line-height: 25px;
}
.page-form-data{
    background-color: rgba(23, 195, 155, .1);
    min-height: 400px;
    width: 66vw;
    margin-left: 17vw;
    border-radius: 5px;
}
.page-form-title{
    font-weight: 600;
    color: rgba(0, 11, 51, 1);
    margin-left: 5vw;
    margin-top: 20px;
}
.partner-page-we-left-flex{
    display: flex;
    align-items: center;
    margin-left: 5vw;
}
.page-left-flex-img img{
    width: 10vw;
    height: auto;
}
.page-bg-green{
    width: 10vw;
    height: 10vw;
    background-color: rgba(23, 195, 155, 1);
    border-radius: 10px;
}
.a-footer{
    color: rgba(0, 11, 51, 1);
}