.img_container {
    position: relative;
}

.large_image {
    display: block;
    width: 100%;
    object-fit: cover;
}

.large_image:nth-child(1) {
    display: block;
    width: 100%;
}

.large_image_active {
    opacity: 0.5;
    transition: all ease-out 0.6s;
}

.large_image_active.active {
    opacity: 1;
}

/* 经销商加盟 */
.dealer_characters {
    text-align: center;
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

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

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

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

.white_line {
    margin: 70px auto;
    text-align: center;
    width: 50px;
    height: 3px;
    background: #fff;
}

.dealer_text_white_bottom {
    width: 100%;
    margin-left: 6px;
    color: #fff;
    text-align: center;
    font-family: Source Han Sans CN;
    font-size: 100px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 15px;
    line-height: 100px;
}

.dealer_text_white_bottom_active {
    opacity: 0;
    transform: translateX(200px);
    transition: all 1s ease-out;
}

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

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

.more_btn:hover {
    opacity: 0.8;
    background-color: #C22B30;
    animation: box-shadow-drop-bottom 0.4s both;
}

.more_btn_active {
    opacity: 0;
    transform: translateY(60px);
    transition: all .6s ease-out;
}

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






/* 投资者关系 */
.investor_characters {
    position: absolute;
    top: 40%;
    left: 15%;
    color: #fff;
}

.investor_text_white_top {
    color: #fff;
    text-align: center;
    font-family: Source Han Sans CN;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 15px;
}

.investor_text_white_top_active {
    opacity: 0;
    transform: translateX(-60px);
    transition: all 1s ease-out 0.5s;
}

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

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

.more:hover {
    opacity: 0.8;
    background-color: #C22B30;
}

.more_active {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.5s ease-out 0.5;
}

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



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

.contact_text_white_top {
    font-size: 100px;
    font-weight: bold;
}

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

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

.contact_text_white_centre {
    margin-top: 25px;
    width: 410px;
    color: #000;
    text-align: center;
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 30px;
}

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

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

.contact_text_white_below {
    margin-top: 55px;
    width: 410px;
    color: #000;
    text-align: center;
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 30px;
}

.contact_text_white_below_active {
    opacity: 0;
    transform: translateY(60px);
    transition: all 1s ease-out;
}

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

.img_container_contact {
    display: flex;
    height: 45vw;
    justify-content: space-around;
    align-items: center;
}


.large_image_contact {
    text-align: right;
    width: 55%;
}

.large_image_contact_active {
    opacity: 0;
    transform: translateX(-60px);
    transition: all 1.5s ease-out;
}

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

.characters_content {
    width: 100%;
    background: #EDEDED;
}

.characters_content>span {
    display: block;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 50px 0;
    color: #666;
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 2px;
}