.pointer {
    cursor: pointer;
}

/* 禁止滚动的样式 */
.no-scroll {
    overflow: hidden;
}

/* 超过文本省略 */
.overFlowEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 页脚 */
.main-footer {
    width: 100%;
    height: 389px;
    bottom: 0.05%;
    font-size: 0.08rem;
    color: #fff;
    background-color: #000;
    display: flex;
    align-items: center;
}

.footer-logo {
    width: 25.5%;
    margin-left: 13%;
    margin-right: 2%;
}

.footer-content {
    width: 55%;
    height: 315px;
    font-size: 0.08rem;
    display: flex;
    flex-direction: column;
}

.follow {
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    margin-bottom: 1%;
}

#followUs {
    font-family: Source Han Sans SC;
    font-weight: bold;
    font-size: 0.1rem;
}

.follow>img {
    width: 4.5%;
    margin: 0 1.5%;
}

.footer-href,
.recordFiling2,
.footerTs,
.recordFiling {
    margin-top: 2%;
}

.fgx {
    margin: 0 1.5%;
}

.footerTs2 {
    margin-top: 0;
}

.recordFiling>span {
    margin-right: 5%;
}