#about {
  line-height: 2;
  color: #666;
}

#about .box .typename {
    color: #edeef0;
    top: -130px;
    font-weight: bold;
    font-size: 130px;
    z-index: 1;
    left: 210px;
    position: absolute;
    text-transform: uppercase;
}

#about .box .box-one{
    display: flex;
    /*background: #f3f4f8;*/
    position: relative;
    margin-top: 60px;
    padding: 40px 80px 80px 80px;
}

#about .box .box-one .part-left{
    width: 60%; 
    /*margin-top: 60px;*/
}

#about .box .box-one .part-left .title{
    color: var(--dataColor);
    font-weight: bold;
    padding-left: 150px;
    /* padding-top: 60px; */
    font-size: 20px;
}
#about .box .box-one .part-left span.title{    margin-top: -13px;
    display: block;
    margin-bottom: 10px;}
#about .box .box-one .part-left .content{
    padding: 0 80px 100px 150px;
    padding-right: 100px;
}

#about .box .box-one img{
   width: 100%;
    height: 100%;
    /*margin-top: -150px;*/
}

#about .box .box-two {
    /*display: flex;*/
    color: #fff;
    /*background: #73132e;*/
}

#about .box .box-two img {
    width: 40%;
}

#about .box .box-two .title {
    padding: 40px 40px 0px 40px;
}

#about .box .box-two .content {
    padding: 0px 80px 40px 40px;
}

#about .box .box-three {
    padding: 40px 100px;
    margin-top: 250px;
}

#about .box .box-four {
    padding: 80px;
}

#about .box .box-three .title,#about .box .box-four .title {
    color: var(--dataColor);
    font-weight: bold;
    text-align: center; margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
    #about .box .typename {
        /* top: -38px; */
        font-size: 20px;
        text-align: center;
        color: #333;
        /* left: 35%;  */
        position: initial;
        margin-top: 20px;
    }
    #about .box .box-one{
        width: 96%;
    margin-top: 0px;
    margin-left: 2%;
    }
    #about .box .box-three {
        padding: 10px;
    }
    #about .box .box-two {
        display: block;     width: 96%;
        margin-left: 2%;
    }
    #about .box .box-two img {
        width: 100%;
    }
    #about .box .box-four {
        padding: 0;
    }
    #about .box .box-two .title {
        padding: 0;
        text-align: center; font-size: 16px;
    }
    #about .box .box-two .content {
        padding: 10px; font-size: 14px;
        line-height: 21px;
    }
    #about .box .box-one{
        display: block;
        padding: 0;
    }
    #about .box .box-one .part-left{
        width: 100%; margin-top: 0px;
        padding-top: 20px;
    }
    #about .box .box-one img{
        width: 100%;
        margin-top: 0px;
    }
    #about .box .box-one .part-left .title{
        padding-left: 0px; font-size: 14px;
        padding-top: 0px;
        display: block;
        text-align: center;
    }
    #about .box .box-one .part-left .content{
        padding: 10px; font-size: 14px;
        padding-top: 0px;
        line-height: 21px;
    }
}