.nav-box {
    background-color: transparent !important;
}

.nav-box:hover {
    background-color: whitesmoke !important;
}

.content.about {
    overflow: hidden;
    padding: 0.8rem 2rem 1rem 1rem;
}

.about .about-section {
    width: 100%;
    margin-bottom: 1.6rem;
}

.about-left {
    width: 2rem;
    float: left;
}

.about-left h2 {
    font-weight: 400;
    font-size: 0.20rem;
    color: #000;
    user-select: none;
}

.about-left img {
    margin: 5px 0 10px;
    -webkit-user-drag: none;
}

.about-left p {
    font-size: 12px;
    margin-bottom: 0.33rem;
    cursor: pointer;
}

.about-right {
    overflow: hidden;
}

.about-right.partner {
    min-height: 3rem;
}

.right-content {
    width: 50%;
    float: left;
    text-align: justify;
    padding-right: 30px;
}

.content-cn {
    font-weight: normal;
    color: #333;
    font-size: 14px;
    line-height: 28px;
}

.content-en {
    color: #666;
    font-weight: 200;
    font-size: 12px;
    line-height: 1.6;
}

.right-img {
    position: relative;
    height: 4.6rem;
    overflow: hidden;
    padding: 10px 30px 10px;
}

.right-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-user-drag: none;
}

.right-img-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999;
}

.right-img-btnload {
    padding: 0 0 5px;
    color: #000;
    font-size: 0.2rem;
    text-align: center;
    border-bottom: 1px solid #000;
    cursor: pointer;
}

.contact-row {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 10px;
    font-family: 'MatchFormsFont';
    font-weight: 300 !important;
}

.contact-row:hover div:nth-child(1) {
    color: #000000 !important;
}

.contact-row:hover div:nth-child(2) {
    color: #333333 !important;
}

.contact-img {
    width: 300px;
    position: absolute;
    bottom: 0;
    right: 50px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.contact-img img {
    width: 100%;
    height: 100%;
    -webkit-user-drag: none;
    cursor: pointer;
}

.preview-box {
    position: absolute;
    display: none;
    width: 120px;
    height: 120px;
    border: 1px solid #999;
    border-radius: 5px;
    bottom: calc(100% + 20px);
    left: 0;
    background-color: #fff;
    padding: 8px;
}

.preview-box img {
    width: 100%;
    height: 100%;
    -webkit-user-drag: none;
}

.slide {
    width: 80%;
    height: 3.2rem !important;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.slide .img {
    overflow: hidden;
    position: absolute;
    transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide .img img {
    height: 100%;
    border-radius: 50%;
}

.slide .img1 {
    width: 30%;
    height: 40%;
    top: 25%;
    left: -30%;
    z-index: 1;
}

.slide .img2 {
    width: 25%;
    height: 70%;
    top: 10%;
    left: 15%;
    z-index: 2;
}

.slide .img3 {
    width: 30%;
    height: 90%;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.slide .img4 {
    width: 25%;
    height: 70%;
    top: 10%;
    left: 61%;
    z-index: 2;
}

.slide .img5 {
    width: 30%;
    height: 40%;
    top: 25%;
    left: 100%;
    z-index: 1;
}

.slide-bt {
    position: absolute;
    left: 50%;
    bottom: 13%;
    z-index: 10;
}

.slide-bt span {
    width: 24px;
    height: 8px;
    background: #c9caca;
    float: left;
    margin: 5px;
    border-radius: 4px;
}

.slide .slide-bt .on {
    background: #ffd200;
}

.slide-btn-l,
.slide-btn-r {
    position: absolute;
    top: calc(1.45rem - 15px);
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.slide-btn-l {
    left: 80px;
}

.slide-btn-r {
    right: 80px;
}

.slide-btn-l::after,
.slide-btn-r::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.slide-btn-l::after {
    background-image: url("../../assets/images/about/left.png");
}

.slide-btn-r::after {
    transform: rotate(180deg);
    background-image: url("../../assets/images/about/left.png");
}

.slide-info {
    width: 7rem;
    height: 3rem;
    margin: 0 auto;
    /* border: 1px solid #e5e5e5;
    border-radius: 10px; */
}

.slide-info .user-img {
    padding: 0.25rem;
    width: 3rem;
    height: 3rem;
    float: left;
}

.slide-info .user-info {
    width: calc(100% - 4rem);
    height: 3rem;
    float: left;
    user-select: none;
}

.slide-info .user-info .info-1 {
    position: relative;
    width: 100%;
    height: 135px;
}

.slide-info .user-info .info-1 img {
    position: absolute;
    left: 105px;
    top: -6px;
    width: 100px;
    height: 100px;
    z-index: 9;
}

.slide-info .user-info .info-1::before {
    content: '';
    position: absolute;
    left: 50px;
    bottom: 0;
    width: 175px;
    height: 150px;
    background-image: url("../../assets/images/about/lianxiwo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.slide-info .user-info .info-2,
.slide-info .user-info .info-3,
.slide-info .user-info .info-4 {
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
}

.slide-info .user-info .info-2 {
    color: #000;
    font-size: 0.3rem;
}

.slide-info .user-info .info-3 img {
    height: 100%;
}

.slide-info .user-info .info-4 {
    color: #999;
    font-size: 0.15rem;
}

.slide-info .user-img img {
    -webkit-user-drag: none;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: auto;
}

.about-team {
    /* width: 100%; */
    display: flex;
    align-items: stretch;
}

.team-avatar {
    width: 5rem;
    height: 5rem;
}

.team-avatar img {
    width: 100%;
    height: 100%;
    -webkit-user-drag: none;
    object-fit: cover;
    transition: all .3s;
}

.team-info {
    position: relative;
    width: calc(100% - 7.5rem);
    height: 5rem;
    padding: 0.5rem 0.6rem;
    font-family: 'MatchFormsFont';
    background-color: #f5f5f5;
}

.team-next {
    width: 2.5rem;
}

.team-name {
    color: #000;
    font-size: 0.25rem;
    font-weight: 600;
    padding: 0.2rem 0;
    transition: all .3s;
}

.team-desc {
    color: #888;
    font-size: 0.18rem;
    transition: all .3s;
}

.team-maxim {
    color: #888;
    font-size: 0.15rem;
    line-height: 1.5;
    padding: 0.6rem 0;
    text-align: justify;
    height: 2.5rem;
    transition: all .3s;
}

.team-contact {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #888;
    font-size: 0.15rem;
    padding: 0.5rem 0 0 0.3rem;
    cursor: pointer;
    user-select: none;
}

.team-contact:hover {
    color: #09069c;
}

.team-contact-icon {
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.team-contact-icon::after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #333;
    transform: translate(-50%, -50%);
}

.team-qrcode {
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
    width: 100px;
    height: 100px;
    transition: all .3s;
}

.team-qrcode img {
    width: 100%;
    height: 100%;
    -webkit-user-drag: none;
    object-fit: cover;
    display: none;
    transition: all .3s;
}

.team-next {
    height: 5rem;
}

.team-next img {
    width: 2.5rem;
    height: 2.5rem;
    -webkit-user-drag: none;
    object-fit: cover;
}

.team-next-btn {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    padding: 100px 30px;
}

.next-btn-l,
.next-btn-r {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../../assets/images/about/left.png");
    cursor: pointer;
}

.next-btn-line {
    width: 1px;
    height: 20px;
    border: 1px solid #ccc;
}

.next-btn-r {
    transform: rotate(180deg);
    background-image: url("../../assets/images/about/left.png");
}