.about-container {
    /*height: calc(100vh - 386px);*/
    display: flex;
    /*overflow-y: scroll;*/
    justify-content: center;
    background: url("/images/introduce-bg-1.png");
    background-size: 100% 100%;
    padding: 100px 10%;
}

.about-container .title {
    font-size: 48px;
    /*margin-left: 350px;*/
    white-space: nowrap;
    font-weight: bolder;
}

.about-container .right {
    margin-left: 116px;
    color: #191919;
    font-size: 18px;
}

.about-container .right p {
    margin-bottom: 20px;
    line-height: 28px;
}

.about-container .right .more {
    display: block;
    width: 141px;
    height: 44px;
    background: linear-gradient(-83deg, #6A9BFF 0%, #3676FF 100%);
    border-radius: 10px;
    color: #fff;
    border: none;
    text-align: center;
    line-height: 44px;
    margin-top: 40px;
}

/* 关于新迪页面适配移动端css */
@media(max-width:900px)
{
    .about-container{ flex-direction: column; padding: 50px 15px;background-size:auto 100%; background-position:  center right; width: 100%;}

    .about-container .title{ font-size: 30px;}

    .about-container .right{ margin-left: 0;font-size: 14px; margin-top: 30px;
    }
    

    .footer2 {
        margin-bottom: 0px;
    }







}