body,
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    min-height: 100vh;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: none;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

.text-nowrap {
    text-wrap: nowrap;
}

.w-438 {
    width: 438px;
}

.w-1000 {
    width: 1000px;
}

.indent {
    text-indent: 2em;
}

.header-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-box > .header {
    display: flex;
    align-items: center;

    width: 90rem;
    height: 6rem;
}

.header-box > .header > .left {
    display: flex;
    align-items: center;
}

.header-box > .header > .left > .logo {
    width: 3.75rem;
    height: 3.75rem;
}

.header-box > .header > .left > .title {
    font-size: 1.5rem;
    color: #1c2d6c;
    line-height: 2rem;
    font-style: normal;
    margin-left: 0.63rem;
    text-wrap: nowrap;
}

.header-box > .header > .right {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.header-box > .header > .right > .link {
    font-size: 1.5rem;
    color: #333333;
    line-height: 2rem;
    font-style: normal;
    text-wrap: nowrap;

    margin-right: 3.75rem;
}

.header-box > .header > .right > .link:last-child {
    margin-right: 0;
}

/* .banner-box {
    position: relative;
}

.banner-box > .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: url("/img/banner.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.row-box-1 {
    display: flex;
    justify-content: center;
    padding: 5.5rem 0 5rem 0;
}

.row-box-1 > .row-box {
    width: 90rem;
    display: flex;
    flex-direction: column;
}

.row-box > .header {
    display: flex;
    flex-direction: column;
    align-items: center;

    position: relative;
}

.row-box > .header > .sub-title {
    font-size: 3.63rem;
    color: #333333;
    line-height: 5rem;
    font-style: normal;
    font-weight: bold;
    opacity: 0.1;
    position: absolute;
    top: -0.8rem;
}

.row-box > .header > .title {
    font-size: 3rem;
    color: #333333;
    line-height: 4.2rem;
    font-style: normal;
    font-weight: bold;
}

.row-box-1 > .row-box > .body {
    display: flex;
    align-items: center;
    margin-top: 3.55rem;
}

.row-box-1 > .row-box > .body > .desc {
    text-indent: 2em;

    font-size: 1.38rem;
    color: #333333;
    line-height: 2.25rem;
    font-style: normal;
}

.row-box-1 > .row-box > .body > .cover {
    margin-left: 4.38rem;

    width: 43.75rem;
}

.row-box-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.5rem 0 5rem 0;
    background: url("/img/cover4.png") no-repeat;
    background-size: cover;
}

.row-box-2 > .row-box {
    width: 90rem;
    display: flex;
    flex-direction: column;
}

.row-box-2 > .row-box > .body {
    display: flex;
    align-items: center;
    margin-top: 3.55rem;
}

.row-box-2 > .row-box > .body > .left {
    display: flex;
    flex-direction: column;
}

.row-box-2 > .row-box > .body > .left > .card {
    margin-bottom: 1.88rem;
    padding: 1.75rem 1.35rem;
    display: flex;
    flex-direction: column;

    background: #ffffff;
    border: 0.06rem solid rgba(34, 120, 246, 0.2);
    max-width: 36.88rem;

    transition: all 0.5s ease-out;
}

.row-box-2 > .row-box > .body > .left > .card.active {
    background: url("/img/cover6.png") no-repeat;
    background-size: 100% 100%;
}

.row-box-2 > .row-box > .body > .left > .card > .title {
    font-size: 1.38rem;
    color: #333333;
    line-height: 1.88rem;
    font-style: normal;
}

.row-box-2 > .row-box > .body > .left > .card > .desc {
    margin-top: 0.6rem;
    font-size: 1.13rem;
    color: #333333;
    line-height: 1.5rem;
    font-style: normal;
    opacity: 0.5;
}

.row-box-2 > .row-box > .body > .right {
    margin-left: 3.55rem;
}

.row-box-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f3f4fa;
}

.row-box-3 > .row-box {
    width: 100vw;
    max-width: 100%;
    display: flex;
    flex-direction: column;

    background: url("/img/cover7.png") no-repeat;
    background-size: cover cover;
    padding: 5.5rem 0 4.6rem 0;
}

.row-box-3 > .row-box > .header {
    display: flex;
    flex-direction: column;
    align-items: start;
    position: unset;
    width: 90rem;
    margin: 0 auto;
}

.row-box-3 > .row-box > .header > .title {
    color: #ffffff;
    font-size: 3rem;
    line-height: 4.19rem;
    font-style: normal;
}

.row-box-3 > .row-box > .header > .sub-title {
    position: unset;
    color: #ffffff;
    opacity: 0.5;
    font-size: 1.5rem;
    line-height: 2.06rem;
    font-style: normal;

    margin-top: 1.25rem;
}

.row-box-3 > .row-box > .body {
    width: 90rem;
    margin: 0 auto;
    display: flex;
    margin-top: 2.5rem;
}

.row-box-3 > .row-box > .body > .left {
    display: flex;
    flex-direction: column;
}

.row-box-3 > .row-box > .body > .left > .option {
    width: 18.75rem;
    height: 5rem;
    border-left: 0.25rem solid rgba(255, 255, 255, 0.2);
    padding-left: 1.6rem;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 2rem;
    font-style: normal;
    cursor: pointer;

    transition: all 0.5s ease-out;
}

.row-box-3 > .row-box > .body > .left > .option.active {
    color: #ffffff;
    border-left-color: #ffffff;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.row-box-3 > .row-box > .body > .right {
    height: 20rem;
}

.row-box-3 > .row-box > .body > .right > .card {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0rem 0rem 0.5rem 0rem rgba(10, 75, 157, 0.2);
    border-radius: 0.63rem;
    padding: 2.5rem;
    display: none;
}

.row-box-3 > .row-box > .body > .right > .card.active {
    display: flex;
}

.row-box-3 > .row-box > .body > .right > .card > .left {
    display: flex;
    flex-direction: column;
}

.row-box-3 > .row-box > .body > .right > .card > .left > .title {
    font-size: 1.75rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}

.row-box-3 > .row-box > .body > .right > .card > .left > .desc {
    margin-top: 1.25rem;
    text-indent: 2em;
}

.row-box-3 > .row-box > .body > .right > .card > .cover {
    margin-left: 2.5rem;
    width: 15rem;
}

.row-box-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("/img/cover8.png") no-repeat;
    background-size: cover;
    padding: 5.5rem 0 5rem 0;
}

.row-box-4 > .row-box {
    width: 90rem;
    display: flex;
    flex-direction: column;
}

.row-box-4 > .row-box > .body {
    margin-top: 5.6rem;
    display: flex;
}

.row-box-4 > .row-box > .body > .left {
    display: flex;
    flex-wrap: wrap;
}

.row-box-4 > .row-box > .body > .left > .card {
    width: 27.5rem;
    width: 34.5rem;
    height: 13.94rem;
    background: linear-gradient(180deg, #e2e7ff 0%, #ffffff 52%, #ffffff 100%);
    box-shadow: 0rem 0.38rem 0.5rem 0rem rgba(10, 74, 168, 0.27);
    border-radius: 1.25rem;
    margin-right: 1.88rem;
    padding: 2.2rem 1.88rem;
    display: flex;
    flex-direction: column;
}

.row-box-4 > .row-box > .body > .left > .card > .title {
    font-size: 1.5rem;
    color: #333333;
    line-height: 2rem;
    font-style: normal;
    font-weight: bold;
}

.row-box-4 > .row-box > .body > .left > .card > .desc {
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.75rem;
    font-style: normal;
    margin-top: 1.88rem;
}

.row-box-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("/img/cover9.png") no-repeat;
    background-size: cover;
    padding: 5.5rem 0 0 0;
}

.row-box-5 > .row-box {
    width: 90rem;
    display: flex;
    flex-direction: column;
}

.row-box-5 > .row-box > .body {
    display: flex;
    flex-direction: column;
}

.row-box-5 > .row-box > .body > .tabs {
    display: flex;
    border-bottom: 0.13rem solid rgba(51, 51, 51, 0.1);
}

.row-box-5 > .row-box > .body > .tabs > .tab {
    padding: 0.7rem 4.5rem;

    font-size: 1.75rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 2.5rem;
    font-style: normal;

    cursor: pointer;
}

.row-box-5 > .row-box > .body > .tabs > .tab.active {
    color: #2278f6;
    position: relative;
}

.row-box-5 > .row-box > .body > .tabs > .tab.active::after {
    content: "";
    position: absolute;
    bottom: -0.13rem;
    left: 33%;
    width: 30%;
    height: 0.15rem;
    background: #2278f6;
}

.row-box-5 > .row-box > .body > .content {
    display: flex;
    flex-direction: column;
    padding: 3.13rem 0 0 0;
}

.row-box-5 > .row-box > .body > .content > .tab-content {
    display: none;
    flex-direction: column;
}

.row-box-5 > .row-box > .body > .content > .tab-content.active {
    display: flex;
}

.row-box-5 > .row-box > .body > .content > .tab-content > .header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row-box-5 > .row-box > .body > .content > .tab-content > .header > .title {
    font-size: 2.25rem;
    color: #333333;
    line-height: 3.13rem;
    font-style: normal;
}

.row-box-5 > .row-box > .body > .content > .tab-content > .header > .sub-title {
    font-size: 1.5rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 2.06rem;
    font-style: normal;
    margin-top: 0.63rem;
}

.row-box-5 > .row-box > .body > .content > .tab-content > .body {
    margin-top: 1.88rem;
    display: flex;
    flex-wrap: wrap;
}

.row-box-5 > .row-box > .body > .content > .tab-content > .body > .card {
    background: #ffffff;
    box-shadow: 0rem 0.13rem 0.38rem 0rem rgba(34, 120, 246, 0.1);
    border-radius: 0.5rem;
    border: 0.06rem solid rgba(34, 120, 246, 0.1);
    padding: 1.88rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 40rem;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
}

.row-box-5 > .row-box > .body > .content > .tab-content > .body > .card:nth-of-type(2n) {
    margin-right: 0;
}

.row-box-5 > .row-box > .body > .content > .tab-content > .body > .card:last-child {
    margin-right: 0;
}

.row-box-5 > .row-box > .body > .content > .tab-content > .body > .card > .title-box {
    width: 7rem;
    height: 2.25rem;
    background: rgba(34, 120, 246, 0.2);
    border-radius: 0.5rem;
    border: 0.06rem solid #2278f6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-box-5 > .row-box > .body > .content > .tab-content > .body > .card > .title-box > .title {
    font-size: 1rem;
    color: #2278f6;
    line-height: 1.5rem;
    font-style: normal;
}

.row-box-5 > .row-box > .body > .content > .tab-content > .body > .card > .desc {
    margin-top: 1.25rem;
    text-indent: 2em;

    font-size: 1.13rem;
    color: #333333;
    line-height: 2rem;
    font-style: normal;
    opacity: 0.77;
}

.row-box-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.5rem 0 5rem 0;
}

.row-box-6 > .row-box {
    width: 90rem;
    display: flex;
    flex-direction: column;
}

.row-box-6 > .row-box > .body {
    display: flex;
    flex-direction: column;

    margin-top: 5.75rem;
}

.row-box-6 > .row-box > .body > .rows {
    display: flex;
}

.row-box-6 > .row-box > .body > .rows > .item {
    display: flex;
    justify-content: center;
    width: 29rem;
    border-right: 0.13rem solid rgba(216, 216, 216, 0.5);
}

.row-box-6 > .row-box > .body > .rows > .item:last-child {
    border-right: none;
}

.row-box-6 > .row-box > .body > .rows > .item > .icon {
    width: 3.63rem;
    height: 3.63rem;
}

.row-box-6 > .row-box > .body > .rows > .item > .right {
    margin-left: 1.88rem;
    display: flex;
    flex-direction: column;
}

.row-box-6 > .row-box > .body > .rows > .item > .right {
    display: flex;
    flex-direction: column;
}

.row-box-6 > .row-box > .body > .rows > .item > .right > .title {
    font-size: 1.75rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
    font-weight: bold;
}

.row-box-6 > .row-box > .body > .rows > .item > .right > .desc {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.75rem;
    font-style: normal;
    max-width: 18.75rem;
}

.row-box-6 > .row-box > .body > .map {
    margin-top: 3rem;
    border: 1px solid rgba(51, 51, 51, 0.5);
    padding: 1rem;
}

.row-box-6 > .row-box > .body > .map > .cover {
    width: 100%;
}

.footer-box {
    padding-top: 3rem;
    background: url("/img/footer.png") no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.footer-box > .footer {
    width: 90rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-box > .footer > .logo {
    width: 3.75rem;
}

.footer-box > .footer > .title {
    font-weight: 400;
    font-size: 1.25rem;
    color: #ffffff;
    line-height: 1.75rem;
    font-style: normal;

    margin-top: 1.25rem;
}

.footer-box > .footer > .info {
    display: flex;
    margin-top: 1.25rem;
}

.footer-box > .footer > .info > .icon {
    width: 1.38rem;
}

.footer-box > .footer > .info > .title {
    font-weight: 400;
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.38rem;
    font-style: normal;
    margin-left: 0.65rem;
}

.footer-box > .footer > .qrcode {
    margin-top: 1.5rem;
}

.footer-box > .footer > .line {
    width: 100%;
    height: 0.13rem;
    background: #d8d8d8;
    border-radius: 0.5rem;

    opacity: 0.5;
    margin-top: 1.5rem;
}

.footer-box > .footer > .row {
    padding: 1.25rem 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.footer-box > .footer > .row > .title {
    font-weight: 400;
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.38rem;
    font-style: normal;
}

.m-header {
    z-index: 1010;
}

.m-title {
    font-size: 1.2rem;
    color: #1c2d6c;
    font-weight: bold;
    line-height: 2rem;
    font-style: normal;
    text-wrap: nowrap;

    margin-left: 0.5rem;
}

.m-menu {
    transform: translateY(-100%);
    transition: all 0.3s;
}

.m-menu-active {
    transform: translateY(0);
}

.m-menu-title {
    font-size: 1rem;
    color: #1c2d6c;
    line-height: 2rem;
    font-style: normal;
    text-wrap: nowrap;

    margin-left: 0.5rem;
}

.m-row-1 {
    background: url("/img/m-cover1.png") no-repeat;
    background-size: 100% 100%;
}

.m-row-title {
    font-weight: 500;
    font-size: 15px;
    color: #333333;
    line-height: 21px;
    font-style: normal;
}

.m-row-sub-title {
    font-weight: 400;
    font-size: 10px;
    color: #999999;
    line-height: 14px;
    font-style: normal;
    text-transform: uppercase;
}

.m-row-desc {
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    font-style: normal;
}

.m-row-2 {
    background: url("/img/m-cover-2.png") no-repeat;
    background-size: 100% 100%;
}

.m-row-2-card-box {
    max-width: 100%;
    overflow-x: scroll;
    gap: 10px;
}

.m-row-2-card-box::-webkit-scrollbar {
    width: 0;
}

.m-row-2-card {
    flex-shrink: 0;
    width: 85px;
    padding: 10px 5px;
    min-height: 100px;

    background: url("/img/m-cover-4.png") no-repeat;
    background-size: 100% 100%;
}

.m-row-2-title {
    font-size: 14px;
    color: #2978ff;
    line-height: 15px;
    font-style: normal;
}

.m-row-2-desc {
    font-size: 12px;
    color: #2978ff;
    line-height: 12px;
    font-style: normal;

    margin-top: 5px;
}

.m-option-box {
    border-bottom: 1px solid #f2f2f2;
}

.m-option {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
    line-height: 20px;
    font-style: normal;
}

.m-option.active {
    color: #333333;
    position: relative;
}

.m-option.active::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: calc(50% - 10px);
    width: 20px;
    background: #2278f6;
    height: 1px;
    border-radius: 9px;
}

.m-option-content {
    display: none;
    width: 100%;
}

.m-option-content.active {
    display: flex;
}

.m-option-content > .desc {
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    font-style: normal;
}

.m-option-content > .cover {
    width: 40%;
}

.m-row-4 .card {
    background: linear-gradient(180deg, #e2e7ff 0%, #ffffff 52%, #ffffff 100%);
    box-shadow: 0px 3px 4px 0px rgba(10, 74, 168, 0.27);
    border-radius: 10px;

    margin-bottom: 10px;
    padding: 10px;
}

.m-row-4 .card > .title {
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    font-style: normal;
    font-weight: bold;
}

.m-row-4 .card > .desc {
    font-size: 10px;
    color: rgba(51, 51, 51, 0.8);
    line-height: 16px;
    font-style: normal;
    margin-top: 8px;
}

.m-row-4 .cover {
    width: 100%;
}

.m-row-5 {
    background: linear-gradient(180deg, #e9f3ff 0%, #ffffff 100%);
}

.m-tabs {
    display: flex;
    overflow-x: scroll;
}

.m-tabs::-webkit-scrollbar {
    width: 0;
}

.m-tabs > .tab {
    padding: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    font-style: normal;

    border-radius: 4px;
    border: 1px solid rgba(46, 127, 246, 0.1);
    color: rgba(46, 127, 246, 0.5);
    margin-right: 1rem;
    flex-shrink: 0;
}

.m-tabs > .tab.active {
    background: #2e7ff6;
    color: #ffffff;
}

.m-row-5 .content > .tab-content {
    display: none;
    flex-direction: column;
}

.m-row-5 .content > .tab-content.active {
    display: flex;
}

.m-row-5 .content > .tab-content > .header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.m-row-5 .content > .tab-content > .header > .title {
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    font-style: normal;
}

.m-row-5 .content > .tab-content > .header > .sub-title {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
    line-height: 18px;
    font-style: normal;
    margin-top: 10px;
}

.m-row-5 .content > .tab-content > .body {
    display: flex;
    flex-direction: column;
}

.m-row-5 .content > .tab-content > .body > .card {
    background: url("/img/m-cover-8.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;

    margin-top: 10px;
    padding: 15px;
}

.m-row-5 .content > .tab-content > .body > .card > .title-box {
    width: 78px;
    height: 26px;
    background: rgba(34, 120, 246, 0.2);
    border-radius: 4px;
    border: 1px solid #2278f6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-row-5 .content > .tab-content > .body > .card > .title-box > .title {
    font-size: 14px;
    color: #2278f6;
    line-height: 18px;
    font-style: normal;
}

.m-row-5 .content > .tab-content > .body > .card > .desc {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.77);
    line-height: 18px;
    font-style: normal;
    margin-top: 10px;
    text-indent: 2em;
}

.m.footer-box > .footer > .logo {
    width: 60px;
}

.m.footer-box > .footer > .qrcode {
    width: 60px;
}

.m.footer-box > .footer > .title {
    font-size: 14px;
}

.m.footer-box > .footer > .info {
    display: flex;
    align-items: center;
}

.m.footer-box > .footer > .info > .title {
    font-size: 14px;
}

.m.footer-box > .footer > .info > .icon {
    width: 14px;
    height: 14px;
}

.m.footer-box > .footer > .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.m.footer-box > .footer > .row > .title {
    font-size: 14px;
    margin-bottom: 10px;
}
