@charset "utf-8";

/*  */
.investor_stoke {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
}

.investor_stoke .left {
    position: absolute;
    inset: 0;
    width: 660px;
    height: 100%;
}

.investor_stoke .right {
    padding-left: 480px;
}

.investor_stoke .right .poster img {
    width: 100%;
}

.investor_stoke .left>div {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    padding: 50px 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*  */
.investor_stoke .left .top h3 {
    font-size: 32px;
}

.investor_stoke .left .top p {
    font-size: 18px;
}

#inv_zhangfu {
    font-size: 56px;
    color: var(--theme-default);
}

.investor_stoke .left .bottom {
    margin-top: 20px;
}

.investor_stoke .left .bottom .detail ul {
    margin-right: -45px;
}

.investor_stoke .left .bottom .detail ul li {
    padding-right: 45px;
}

.investor_stoke .left .bottom .detail ul li span {
    font-size: 32px;
    color: var(--theme-default);
}

.investor_stoke .left .bottom .detail ul li p {
    font-size: 18px;
    margin-top: 5px;
}

.investor_stoke .left .bottom .desc {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #ccc;
}

.investor_stoke .left .bottom .desc p {
    font-size: 14px;
    color: #999;
}

@media (max-width:1440px) {

    .investor_stoke .left>div {
        padding: 30px 60px;
    }


    .investor_stoke .left .top h3 {
        font-size: 24px;
    }

    .investor_stoke .left .top p {
        font-size: 16px;
    }

    #inv_zhangfu {
        font-size: 48px;
    }

    .investor_stoke .left .bottom .detail ul li span {
        font-size: 24px;
    }

    .investor_stoke .left .bottom .detail ul li p {
        font-size: 16px;
    }


    .investor_stoke .left .bottom .desc {
        margin-top: 15px;
        padding-top: 15px;
    }


}

@media (max-width:1200px) {

    .investor_stoke {
        flex-direction: column-reverse;
    }

    .investor_stoke .left {
        position: static;
        width: 100%;
        height: 100%;
    }

    .investor_stoke .left>div {
        position: static;
        width: 60%;
    }

    .investor_stoke .right {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        padding-left: 0;
        width: 100%;
        height: 100%;
    }

    .investor_stoke .right .poster {
        height: 100%;
    }

    .investor_stoke .right .poster img {
        width: auto;
        height: 100%;
        margin-left: auto;
    }
}


@media (max-width:1100px) {
    .investor_stoke .right {
        width: 60%;
    }


}

@media (max-width:1000px) {
    .investor_stoke .left .bottom .detail ul {
        margin-right: -25px;
    }

    .investor_stoke .left .bottom .detail ul li {
        padding-right: 25px;
    }


    .investor_stoke .left .bottom .detail ul li p {
        font-size: 14px;
        margin-top: 0;
    }


}


@media (max-width:860px) {

    .investor_stoke .left .top h3 {
        font-size: 20px;
    }

    #inv_zhangfu {
        font-size: 32px;
    }

    .investor_stoke .left .bottom .detail ul li {
        width: 50%;
        margin-top: 10px;
    }

    .investor_stoke .left .bottom .detail ul li span {
        font-size: 20px;
    }

    .investor_stoke .left .bottom .detail ul li p {
        font-size: 16px;
    }
}



@media (max-width:768px) {
    .investor_stoke .left>div {
        width: 75%;
    }
}

@media (max-width:640px) {
    .investor_stoke {
        border-radius: 12px;
    }

    .investor_stoke .left>div {
        width: 100%;
        padding: 10px 20px 20px;

    }

    .investor_stoke .right {
        position: static;
        width: 100%;
    }

    .investor_stoke .right .poster {
        height: auto;
        width: 100%;
    }

    .investor_stoke .right .poster img {
        height: auto;
        width: 100%;
        margin-left: auto;
    }
}