.img_container {
    position: relative;
}

.large_image {
    display: block;
    width: 100%;
    object-fit: cover;
    height:calc(100vh - 109px) ;

}



/* 经销商加盟 */
.dealer_characters {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 128px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    transform: translateY(0);
    transform: translateX(0);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.join {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.dealer_logo {
    margin: 0 auto;
    width: 328.111px;
    object-fit: cover;
}

.dealer_logo_active {
    opacity: 0;
    transform: translateX(-40px);
    transition: all 1s;
}

.dealer_logo_active.active {
    opacity: 1;
    transform: translateX(0px);
}



.dealer_text_white_bottom {
    width: 100%;
    margin-left: 6px;
    color: #fff;
    text-align: center;
    font-family: -apple-system, Source Han Sans CN;
    font-size: 76px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 6px;
    margin: 80px 0;
}

.dealer_text_white_bottom_active {
    opacity: 0;
    transform: translateX(40px);
    transition: all 1s;
}

.dealer_text_white_bottom_active.active {
    opacity: 1;
    transform: translateX(0);
}



.more_btn {
    background-color: transparent;
    margin-top: 0px;
    width: 200px;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    display: block;
    font-weight: bold;
    color: #FFF;
    border: 2px solid #fffdfd;
    text-align: center;
    transition: all 0.6s;
    cursor: pointer;
}

.more_btn_active {
    opacity: 0;
    transition: all 4s;
}

.more_btn_active.active {
    opacity: 1;
}





/* 投资者关系 */
.investor_characters {
    position: absolute;
    top: 107px;
    left: 0;
    width: 100%;
    height: calc(100% - 107px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.investor_text_white_top {
    color: #fff;
    text-align: center;
    font-family: -apple-system, Source Han Sans CN;
    font-size: 76px;
    font-weight: 700;
    letter-spacing: 15px;
}

.investor_text_white_top_active {
    opacity: 0;
    transform: translateX(-150px);
    transition: all 1s;
}

.investor_text_white_top_active.active {
    opacity: 1;
    transform: translateX(0px);
}



.more {
    background-color: transparent;
    width: 200px;
    height: 65px;
    margin: 100px auto;
    line-height: 65px;
    font-size: 18px;
    display: block;
    font-weight: bold;
    color: #ffffff;
    border: 2px solid #fff;
    text-align: center;
    transition: all 0.6s;
    cursor: pointer;
}

.more_active {
    opacity: 0;
    transition: all 1.5s;
}

.more_active.active {
    opacity: 1;

}


/* 联系我们 */
.contact_characters {
    position: absolute;
    top: 30%;
    left: 7%;
    color: black;
}

.contact_text_white_top {
    font-weight: bold;
    text-align: center;
    font-size: 100px;
    letter-spacing: 8px;
}

.contact_text_white_top_active {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 1s;
}

.contact_text_white_top_active.active {
    opacity: 1;
    transform: translateY(0px);
}




.contact_text_white_centre {
    font-family: -apple-system, Source Han Sans CN;
    width: 85%;
    margin: 40px auto;
    color: #000;
    text-align: center;
    font-size: 24.225px;
    font-style: normal;
    font-weight: 700;
    line-height: 38.356px;
}

.contact_text_white_centre_active {
    opacity: 0;
    transform: translateY(-30px);
    transition: all 1s;
}

.contact_text_white_centre_active.active {
    opacity: 1;
    transform: translateY(0);
}

.contact_text_white_below {
    margin-top: 0px;
    margin: 0 auto;
    font-size: 24.225px;
    width: 85%;
    color: #000;
    text-align: center;
    font-family: -apple-system, Source Han Sans CN;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 38.356px;
}

.contact_text_white_below_active {
    opacity: 0;
    transition: all 2s;
}
.contact_text_white_below_active.active{
    opacity: 1;
}




.img_container_contact {
    height: 70vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}


.large_image_contact {
    text-align: right;
    width: 100%;
}
.large_image_contact_active{
    opacity: 0;
    transform: translateY(60px);
    transition: all 1.5s;
}
.large_image_contact_active.active{
    opacity: 1;
    transform: translateY(0);
}