<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'iconfont';
    src:  format('truetype');
}

@font-face {
    font-family: 'iconfont';
    src:  format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.common-case {
    display: flex;
    flex-direction: column;
}

.common-head {
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-bottom: 40px;
}

.common-head-cn-title {
    font-size: 35px;
    font-family: fzzongyi-m05s;
    font-weight: 400;
    color: #000000;
    margin-left: 20px;
}

.common-head-en-title {
    font-size: 28px;
    font-family: fzzongyi-m05s;
    font-weight: 400;
    color: #000000;
    margin-left: 16px;
}

.common-head i {
    position: absolute;
    width: 8px;
    height: 31px;
    background: #dc1818;
    top: 10px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}</pre></body></html>