<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding-top: 1rem;
}

.content {
    width: 100%;
    padding: 0.8rem 2rem;
}

.title {
    margin-bottom: -0.1rem;
}

.content-title {
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
}

.content-title-en {
    margin-left: 0.15rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
}

.contact-info {
    padding: 0.8rem 0.5rem 0.2rem 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.contact-info-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-info-item &gt; img {
    width: 0.5rem;
    height: 0.5rem;
}

.contact-info-item &gt; div {
    margin-top: 0.1rem;
}

.contact-info-item .item-desc {
    color: #666;
}

.contact-form {
    padding: 0.4rem 2rem;
    background: #F8F8F8;
}

.submit-btn {
    width: 1.5rem;
    padding: 0.05rem 0;
    border:0.2px solid #FF7A0E;
    background: #FF7A0E;
    color: #fff;
}</pre></body></html>