* {
    padding: 0;
    margin: 0;
}

.full-width {
    width: 100%;
    position: relative;
}

.website-page {
    padding-top: 10.4rem;
}
.header-wrap {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 10.4rem;
    background: #fff;
}

.main-width {
    width: 120rem;
    margin: 0 auto;
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;

}


.header-main img {
    height: 6.2rem;
}

.header-main .header-tab {
    display: flex;
    align-items: center;
    font-size: 2rem;
    height: 100%;
    color: #333333;


}

.tab-item {
    margin-left: 5rem;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: #333333;
    font-size: 2rem;
    text-decoration: none;
}
.header-main .tab-item:hover {
    color: #1ED760;
}
.tab-item.active::after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 4rem;
    left: 50%;
    transform: translate(-50%,0);
    /* left: 1rem;
    right: 1rem; */
    background: #1ED760;
    height: 4px;
    border-radius: 2px;


}

.footer-wrap {
    background: #133E24;
}


.footer-main {
    width: 120rem;
    margin: 0 auto;
    padding-top: 6.4rem;
    display: flex;
}

.footer-main .title {
    /* height: 20px;
    font-size: 20px; */
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 4.8rem;
    color: #fff;
    margin-bottom: 1.2rem;

}

.footer-main .label-item {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 2.1rem;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 3.6rem;
}

.footer-main .label-item a {
    text-decoration: none;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 3.6rem;
}


.service-time {
    margin-top: -2rem;
    color: #fff;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 3.6rem;
}

.legal {
    margin-left: 40rem;
}

.legal .title {
    padding-left: 0;
}

.legal a {
    text-decoration: none;
}

.line {
    width: 146rem;
    height: 1px;
    background: #fff;
    margin: 7.4rem auto 3rem;
}
.copy-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    line-height: 3.2rem;
    color: #fff;
    padding-bottom: 3.4rem;
}