#page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 99;
    height: 1.625rem;
    background: #FFFFFF;
}

.header-gap {
    height: 1.625rem;
}

.header-warp {
    width: 15rem;
    height: 1.625rem;
    font-size: 0.25rem;
    font-weight: 400;
    color: #666666;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-logo {
    width: 2.5375rem;
    height: 0.7875rem;
}

.header-tab {
    height: 100%;
    flex: 1;
    margin-right: 0.4125rem;
    display: flex;
    flex-direction: row-reverse;
}

.header-tab .tab-item {
    padding: 0 0.3375rem;
    text-align: center;
    line-height: 1.625rem;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
}

.header-tab .current-tab {
    font-weight: 600;
    color: #333333;
    position: relative;
}

.header-tab .current-tab::after {
    content: '';
    width: 0.3rem;
    height: 0.075rem;
    background: #FE4B63;
    border-radius: 0.0375rem;
    position: absolute;
    bottom: 0.4625rem;
    left: 50%;
    margin-left: -0.15rem;
}

.header-wechat {
    width: 1.85rem;
    height: 0.5rem;
    position: relative;
}

.header-wechat .header-wechat-icon {
    width: 1.85rem;
    height: 0.5rem;
    cursor: pointer;
}

.header-wechat .wechat-box {
    position: absolute;
    top: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: 3.975rem;
    min-height: 4.475rem;
    background: #FFFFFF;
    box-shadow: 0 1px 0.125rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.125rem;
    display: none;
}

.header-wechat .wechat-box::before {
    content: '';
    width: 0;
    height: 0;
    border: 0.125rem solid transparent;
    border-top: none;
    border-bottom-color: #FFFFFF;
    filter: drop-shadow(0 0 0.125rem rgba(0, 0, 0, 0.1));
    position: absolute;
    top: -0.125rem;
    left: 50%;
    transform: translateX(-50%);
}

.wechat-box .wechat-code {
    width: 100%;
    height: auto;
}

.header-wechat .wechat-tip {
    font-size: 0.225rem;
    font-weight: 300;
    color: #000000;
    line-height: 0.375rem;
    padding-bottom: 0.25rem;
    text-align: center;
}

.footer-warp {
    width: 100%;
    height: auto;
    background: #232627;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.footer-warp-item {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-warp-item .warp {
    width: 15rem;
    margin: 0 -0.25rem;
}

.footer-tab, .footer-link {
    border-bottom: 1px solid #FFFFFF;
    border-bottom-color: rgba(255, 255, 255, 0.05);
}

.footer-tab .warp {
    display: flex;
    justify-content: space-between;
    padding-top: 0.25rem;
    padding-bottom: 0.375rem;
}

.footer-tab .warp-menu {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0.25rem;
    margin-right: 1.25rem;
}

.warp-menu .menu-item {
    display: flex;
    flex-direction: column;
}

.menu-item .menu-name {
    font-size: 0.25rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.75rem;
}

.menu-item .submenu-list {
    display: flex;
    flex-direction: column;
}

.menu-item .submenu-item {
    font-size: 0.2rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.45rem;
    opacity: 0.5;
    cursor: pointer;
}

.menu-item .submenu-item:hover {
    opacity: 1;
}

.contact-submenu .submenu-item {
    display: flex;
    align-items: center;
    opacity: 1;
    cursor: default;
}

.contact-submenu .submenu-content {
    margin-left: 0.1875rem;
    color: rgba(255, 255, 255, 0.5);
}

.contact-submenu .submenu-content a {
    color: rgba(255, 255, 255, 0.5);
}

.contact-submenu .submenu-content a:hover {
    color: #FFFFFF;
}

.menu-item .email-icon {
    width: 0.225rem;
    height: 0.1875rem;
}

.menu-item .address-icon {
    width: 0.225rem;
    height: 0.225rem;
}

.contact-wechat-code {
    width: 1.8125rem;
    height: 1.8125rem;
}

.footer-tab .warp-contact {
    display: flex;
    flex-direction: column;
    padding-right: 0.25rem;
}

.warp-contact .menu-name {
    font-size: 0.25rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.75rem;
}

.warp-contact .contact-phone {
    font-size: 0.5rem;
    font-weight: 600;
    color: #FF7200;
    line-height: 1;
    padding: 10px 0;
}

.warp-contact .contact-address {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 0.325rem;
}

.warp-contact .contact-address-icon {
    width: 0.225rem;
    height: 0.225rem;
    opacity: 0.6;
}

.warp-contact .contact-address-name {
    font-size: 0.2rem;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
    padding-left: 0.0875rem;
}

.footer-link .warp-title {
    font-size: 0.25rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    padding: 0.375rem 0.25rem 0.125rem;
}

.footer-link .link-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 0.1875rem;
}

.footer-link .link-list .link-item {
    padding: 0 0.25rem;
    line-height: 0.575rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
}

.footer-link .link-list .link-item:hover {
    opacity: 1;
}

.footer-copy .warp {
    height: 1.225rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copy .footer-left, .footer-copy .footer-right {
    display: flex;
    align-items: center;
}

.footer-copy .footer-right .address-icon {
    width: 0.225rem;
    height: 0.225rem;
    opacity: 0.6;
}

.warp .filing-no {
    padding-left: 0.25rem;
    font-size: 0.225rem;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.4;
}

.footer-left .filing-no:nth-child(n + 2):hover {
    opacity: 1;
}

.footer-copy .footer-right .filing-no {
    padding-left: 0.1rem;
}

.header-warp .submenu {
    min-width: 1.3rem;
    position: absolute;
    top: 1.2875rem;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    background: #FFFFFF;
    box-shadow: 0 0 0.0625rem 0 rgba(0, 0, 0, 0.1);
}

.header-warp .submenu-item {
    text-align: center;
    font-size: 0.2rem;
    font-weight: 400;
    color: #999999;
    height: 0.7rem;
    line-height: 0.7rem;
    border-bottom: 1px solid #E8E9EC;
    cursor: pointer;
    padding: 0 0.125rem;
}

.header-warp .submenu-item:hover {
    color: #FE4B63;
}
