body,
input,
a,
img,
p {
    margin: 0;
    padding: 0;
}

.aboutus {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    /*overflow: hidden;*/
}

.aboutus .aboutus-topImg {
    width: 100%;
    /*height: 6rem;*/
}

.aboutus img {
    width: 100%;
    height: 100%;
}

.aboutus .aboutus-content {
    width: 100%;
    box-sizing: border-box;
}

.aboutus .aboutus-content .aboutus-title {
    display: flex;
    justify-content: space-between;
    padding: 0 1.6rem;
    height: 0.8rem;
    border-bottom: 0.01rem solid #cdcdcd;
}

.aboutus-content .aboutus-title .title-left {
    display: flex;
}

.aboutus-content .aboutus-title .title-left a {
    /* position: relative;
    z-index: 10; */
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 0.18rem;
    color: #ADAFB0;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 1rem;
    white-space: nowrap;
    cursor: pointer;
}

.titleBorder {
    font-weight: 500 !important;
    border-bottom: 0.03rem solid #1d1d1d;
    color: #1d1d1d !important;
}

.aboutus-content .aboutus-title .title-right {
    display: flex;
    align-items: center;
}

.aboutus-content .aboutus-title .title-right img {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.1rem;
}

.aboutus-content .aboutus-title .title-right a {
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 0.16rem;
    color: #ADAFB0;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
}