/* 移动端index.html */
.m-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 2rem;
    color: #ffffff;
}

.m-logo-syncly {
    width: 2rem;
    margin-right: 1rem;
}


.m-nav {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    font-size: 0.5rem;
    padding-left: 1rem;
    font-family: 'Helvetica Neue', sans-serif;
}

.m-nav-item {
    font-weight: 700;
    color: #ffffff;
}

.m-nav-none {
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
}

.m-show-content {
    padding-left: 2rem;

}
.m-roboto-log-name {
    width: 5rem;
    padding-top: 0.2rem;
}

.m-roboto-date {
    width: 6rem;
}

.m-roboto-invitation {
    width: 9rem;
}

.m-text-partner {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 0.5rem;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0.3rem;
}

.m-text-partner-logo {
    height: 0.5rem;
    margin-left: 0.6em;
}

.m-title-robot-name {
    width: 5rem;
    padding-left: 2rem;
    padding-top: 0.5rem;
}

.m-text-breakthrough {
    width: 13rem;
}

.m-text-technical-solutions {
    width: 10rem;
}
.m-text-user-experience {
    width: 12rem;
    margin-bottom: 2.3rem;
}


/* 关于我们 */
.m-feature-card-base {
    padding: 2rem;
    padding-left: 2rem;
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
}

.m-avator {
    width: 3rem;
}

.m-avator-text {
    padding-left: 0.5rem;
}

.m-avator-name {
    font-size: 1rem;
    font-weight: 700;
}
.m-avator-context {
    font-size: 0.6rem;
    font-weight: 300;
    line-height: 0.9rem;
}
.m-avator-title {
    padding-top: 0.7rem;
    padding-bottom: 1.3rem;
}
.m-avator-logo-room {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1rem;
    gap: 0.7rem;
}

.m-avator-university {
    width: 1.7rem;
}

.m-avator-university-name {
    width: 3rem;
}

.m-avator-dreame {
    width: 3.5rem;
}
