.isWeb {
    min-width: 1000px;
}

/* index.html */
.w-header {
    display: flex;
    align-items: center;
    padding: 20px 0;
    color: #ffffff;
}

.w-logo-syncly {
    width: 140px;
    height: 40;
    margin-right: 100px;
    margin-bottom: 23px;
}


.w-nav {
    display: flex;
    flex-direction: row;
    gap: 50px;
    font-size: 18px;
    padding-left: 10px;
    font-family: 'Helvetica Neue', sans-serif;
}

.w-nav-item {
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
}

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

.w-show-content {
    width: 960px;
}

.w-roboto-log-name {
    width: 200px;
    padding-top: 1.5rem;

}

.w-roboto-date {
    width: 250px;
}

.w-roboto-invitation {
    width: 300px;
}

.w-text-partner {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
}

.w-text-partner-logo {
    height: 20px;
    margin-left: 20px;
}

.w-title-robot-name {
    width: 180px;
    padding-top: 0.5rem;
}

.w-text-breakthrough {
    width: 600px;
}

.w-text-technical-solutions {
    width: 500px;
}

.w-text-user-experience {
    width: 600px;
    margin-bottom: 3.5rem;
}

.w-footer {
    color: #0c0c0c;
    font-size: 14px;
    padding: 20px 0;
    font-weight: 200;
}


/* 关于我们 */
.w-ab-show-content {
    padding-left: 150px;
}

.w-ab-roboto-log-name {
    width: 220px;
    padding-top: 1.5rem;
}

.w-introduction-team {
    font-size: 20px;
    padding-top: 0.3rem;
    line-height: 40px;
    font-weight: 200;
}

.w-qr-code-room {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.w-qr-code {
    width: 120px;
    margin-right: 20px;
}

.w-qr-text {
    font-size: 20px;
    font-weight: 400;
}

.w-feature-card-base {
    padding: 60px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.w-avator {
    width: 80px;
}

.w-avator-text {
    padding-left: 50px;
}

.w-avator-name {
    font-size: 25px;
    font-weight: 700;
}

.w-avator-context {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

.w-avator-title {
    padding-top: 20px;
    padding-bottom: 30px;
}

.w-avator-logo-room {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
    gap: 40px;
}

.w-avator-university {
    width: 60px;
}

.w-avator-university-name {
    width: 80px;
}

.w-avator-dreame {
    width: 100px;
}

.w-avator-meta {
    width: 100px;
}

.w-about-footer {
    color: #ffffff;
}
