.app-header-container.forc-white{
    color:hsla(0,0%,5%,.8)
}
.app-header-container.forc-white .app-header-wrapper .logo{
    color:#004269
}
.app-header-container.forc-white .app-header-wrapper .logo [p-id="1368"]{
    fill:url(#linearGradient-1)
}
.app-header-container.forc-white .app-header-wrapper .logo [p-id="1369"]{
    fill:url(#linearGradient-2)
}
.app-header-container.forc-white .app-header-wrapper .logo [p-id="1370"]{
    fill:url(#linearGradient-3)
}
.app-header-container.forc-white .app-header-wrapper .logo [p-id="1372"]{
    fill:url(#linearGradient-4)
}
.app-header-container.forc-white .app-header-wrapper .logo [p-id="1373"]{
    fill:url(#linearGradient-5)
}
.app-header-container.forc-white .app-header-wrapper .logo [p-id="1374"]{
    fill:url(#linearGradient-6)
}
.app-header-container.forc-white .app-header-wrapper .main .aside .language a,
.app-header-container.forc-white .app-header-wrapper .main nav .item a{
    color:currentColor
}
.app-header-container.forc-white .app-header-wrapper .main nav .item .sub{
    background-color:#fff;border-radius:4px;box-shadow:0 2px 12px hsla(0,0%,5%,.125);margin-top:1em
}

.app-home-about .number {
    gap: 8em;
}
.app-home-about .row .col:first-child {
    width: 600px;
}
.app-home-about .row .col:last-child {
    width: calc(100% - 720px);
}
@media screen and (max-width: 1200px) {
    .app-home-about .number {
        gap: 5em;
    }
    .app-home-about .row .col:first-child {
        width: 550px;
    }
    .app-home-about .row .col:last-child {
        width: calc(100% - 670px);
    }
}
@media screen and (max-width: 1060px) {
    .app-home-about .row .col:first-child {
        width: 500px;
    }
    .app-home-about .row .col:last-child {
        width: calc(100% - 620px);
    }
    .app-home-about .number {
        justify-content: flex-end;
    }
}
@media screen and (max-width: 900px) {
    .app-home-about .row .col:first-child,
    .app-home-about .row .col:last-child {
        width: 100%;
    }
    .app-home-about .number {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 600px) {
    .app-home-about .number {
        gap: 0;
    }
    .app-home-about .number .item .count strong {
        font-size: 40px;
    }
    .app-home-about .number .item .info {
        width: 35%;
    }
    body.en .app-home-about .number .item .info {
        width: 50%;
    }
}

.app-element-intro,
.app-element-number .info {
    font-size: 18px;
    line-height: 1.8;
}

@media screen and (max-width: 1000px) {
    .app-element-number .info {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
    .app-element-intro {
        font-size: 14px;
    }
}

.app-page-news-item.row-item {
    padding: 0;
    width: 100%;
    margin-bottom: clamp(35px,3.5dvw,60px);
    display: flex;
    gap: clamp(20px,2dvw,40px);
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.app-page-news-item.row-item:first-child {
    margin-top: clamp(10px,1dvw,20px);
}
.app-page-news-item.row-item .image {
    width: clamp(200px, 25%, 700px);
    flex: 0 0 auto;
    aspect-ratio: 1.33 / 1;
}
.app-page-news-item.row-item .image .picture {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.app-page-news-item.row-item .time {
    color: #004269;
    font-family: DINPro;
    font-weight: 500;
    text-align: center;
    font-size: clamp(12px,1dvw,16px);
    line-height: 1;
}
.app-page-news-item.row-item .time .day {
    font-size: 3.5em;
}
.app-page-news-item.row-item .title {
    font-size: clamp(18px,1.9dvw,28px);
    font-weight: 500;
    color: #004269;
}
.app-page-news-item.row-item .info {
    font-size: clamp(12px,1.2dvw,18px);
    opacity: .8;
    margin-top: 1.5em;
    text-align: justify;
    line-height: 1.8;
}

.app-home-business .main .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin: 0;
}
.app-home-business .main .list .item {
    width: auto;
    margin-top: 0;
    background: #fff;
    padding: 0;
}
.app-home-business .main .list .item .inner {
    position: relative;
    overflow: hidden;
}
.app-home-business .main .list .item .inner .logo {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.app-home-business .main .list .item .inner .logo img {
    width: 120px;
    height: 60px;
    object-fit: contain;
}
.app-home-business .main .list .item .inner .name {
    font-size: 18px;
    position: absolute;
    padding: 1em;
    inset: 0;
    z-index: 1;
    background-color: rgba(0, 66, 106, .85);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    opacity: 0;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) .8s;
    transform: scale(1.2);
    pointer-events: none;
}
.app-home-business .main .list .item:hover .inner .name {
    opacity: 1;
    transform: scale(1);
}
@media screen and (max-width: 1000px) {
    .app-home-business .main .list .item .inner .name {
        font-size: 14px;
    }
}
@media screen and (max-width: 800px) {
    .app-home-business .main .list {
        gap: 10px;
    }
}

.app-home-honor .wrapper .main {
    padding-right: 50px;
    width: 76.5%;
}
.app-home-honor .wrapper .side {
    width: 23.5%;
}
.app-home-honor .wrapper .main .slides {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.app-home-honor .wrapper .main .slide .items .item {
    width: 100%;
    cursor: default;
}
.app-home-honor .wrapper .main .slide .items .item .inner:before {
    flex: 0 0 auto;
}
.app-home-honor .wrapper .main .slide .items .item:hover {
    color: #004269;
    font-weight: 500;
}
@media screen and (max-width: 1000px) {
    .app-home-honor .wrapper .side {
        align-items: flex-start;
        margin-bottom: 0;
    }
    .app-home-honor .wrapper .side,
    .app-home-honor .wrapper .main {
        width: 100%;
    }
    .app-home-honor .wrapper .main {
        padding-right: 0;
    }
    .app-home-honor .wrapper .main .slide .head {
        margin-bottom: 2em;
        font-weight: 500;
    }
    .app-home-honor .wrapper .main .slide .items .item {
        padding-top: 1em;
        padding-bottom: 1em;
    }
}
@media screen and (max-width: 640px) {
    .app-home-honor .wrapper .main .slides {
        grid-template-columns: 1fr;
    }
    .app-home-honor .wrapper .main .slide .head {
        margin-bottom: 1em;
    }
    .app-home-honor .wrapper .main .slide .items .item {
        font-size: 14px !important;
    }
}

.app-page-business-infos .number.has-image {
    display: flex;
    /* grid-template-columns: 40% 60% 60%; */
}
.app-page-business-infos .number.has-image .image {
    width: 40%;
    flex: 0 0 auto;
    /* grid-row: 1 / 3; */
    font-size: 0;
}
.app-page-business-infos .number.has-image .item.image img {
    height: auto;
    max-height: 100%;
    width: 100%;
}
.app-page-business-infos .number.has-image .item:not(.image) {
    width: 100%;
    padding-left: 10%;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* .app-page-business-infos .number.has-image .item:last-child {
    grid-column: 2;
    grid-row: 2;
} */
.app-page-business-infos .number.has-image .app-element-number .count strong {
    font-size: 75px;
}
.app-page-business-infos .number.has-image .app-element-number .count {
    justify-content: flex-start;
}
.app-page-business-infos .number.has-image .app-element-number .info {
    text-align: left;
}

.app-list-values-list-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.app-list-values-list-main .item {
    flex-direction: column;
}
.app-list-values-list-main .item .col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.app-list-values-list-main .item .col:first-child {
    height: 220px;
    overflow: hidden;
}
.app-list-values-list-main .item .col:first-child * {
    width: 100%;
    height: 100%;
}
.app-list-values-list-main .item .col:first-child img {
    object-fit: cover;
}
.app-list-values-list-main .item .col .text {
    margin: 0;
    margin-top: 1em;
}
.app-list-values-list-main .item .col .text .content .title {
    font-size: 18px;
}
@media screen and (max-width: 1000px) {
    .app-list-values-list-main {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 680px) {
    .app-list-values-list-main {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}
@media screen and (max-width: 500px) {
    .app-list-values-list-main {
        grid-template-columns: 1fr;
    }
}

.fund-item + .fund-item {
    margin-top: 40px;
}
.fund-item h3 {
    font-size: 22px;
    font-weight: 600;
    color: #004269;
}
.fund-item h3 + div {
    margin-top: 1em;
}
@media screen and (max-width: 1000px) {
    .fund-item h3 {
        font-size: 20px;
    }
}

.app-page-part-18-main.new .image {
    width: 40%;
}
.app-page-part-18-main.new .text {
    width: 60%;
}
.app-page-part-18-main.new .text .title {
    font-size: 26px;
}
@media screen and (max-width: 1000px) {
    .app-page-part-18-main.new .text {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .app-page-part-18-main.new .image {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .app-page-part-18-main.new .text .title {
        font-size: 22px;
    }
}

.app-page-part-2501 {
    padding: 40px 0;
}
.app-page-part-2501-header,
.app-page-part-2501-header .app-element-intro {
    text-align: center;
}
.app-page-part-2501-header .app-element-intro {
    margin-top: 1em;
    margin-bottom: 2em;
}
.app-page-part-2501-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
}
.app-page-part-2501-main .item {
    font-size: 16px;
    background-color: #fff;
    padding: 1.5em 2.5em;
    overflow: hidden;
}
.app-page-part-2501-main .item .icon {
    display: flex;
    justify-content: flex-end;
    color: #004269;
    margin-bottom: -1em;
}
.app-page-part-2501-main .item svg {
    width: 2.8em;
    height: 2.8em;
    margin: 1em 0 0;
    background-color: #004269;
    color: #fff;
    border-radius: 50%;
    padding: .5em;
}
.app-page-part-2501-main .item .title {
    font-size: 1.5em;
    font-weight: 600;
    color: #004269;
}
.app-page-part-2501-main .item .intro {
    margin-top: 2em;
    position: relative;
}
.app-page-part-2501-main .item .intro::before {
    content: "“";
    font-size: 10em;
    opacity: .05;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-80%, -30%);
}
@media screen and (max-width: 660px) {
    .app-page-part-2501-main {
        grid-template-columns: 1fr;
    }
    .app-page-part-2501-main .item {
        font-size: 14px;
    }
}
.floadAd {
    position: fixed;
    z-index: 999900;
    display: none;
}

.floadAd .item {
    display: block;
    width: 18.5vw;
    max-width: 350px;
    min-width: 120px;
}
.floadAd .item img {
    width: 100%;
    height: auto;
    display: block;
}
.floadAd .close {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    padding: .5em .75em;
    color: #004269;
    text-decoration: none;
    line-height: 1;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    float: right;
}
.float-enter {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
    width: clamp(140px, 50vw, 240px);
    box-shadow: -3px -3px 30px rgba(79, 154, 186, .35);
}
.float-enter a {
    display: block;
    font-size: 0;
}
.float-enter img {
    width: 100%;
}

.app-home-culture {
    width: 100dvw;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.app-home-culture .item {
    aspect-ratio: 1.75 / 1;
    position: relative;
}
.app-home-culture .item .wrap {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.app-home-culture .item:has(.is-inview) .wrap {
    height: 100%;
}
.app-home-culture .item:nth-child(1) .wrap,
.app-home-culture .item:nth-child(3) .wrap {
    transition-delay: .5s;
}
.app-home-culture .item:nth-child(2) .wrap,
.app-home-culture .item:nth-child(4) .wrap {
    transition-delay: .75s;
}
.app-home-culture .item .wrap .mask {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-color: #004269;
    z-index: 5;
    transition: top 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.app-home-culture .item:nth-child(1) .wrap .mask,
.app-home-culture .item:nth-child(3) .wrap .mask {
    transition-delay: 1s;
}
.app-home-culture .item:nth-child(2) .wrap .mask,
.app-home-culture .item:nth-child(4) .wrap .mask {
    transition-delay: 1.25s;
}
.app-home-culture .item:has(.is-inview) .wrap .mask {
    top: 100%;
}
.app-home-culture .item .wrap::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(0, 66, 106, .85) 0%, rgba(0, 66, 106, .85) 45%, rgba(0,0,0,.6) 50%, rgba(0,0,0,0) 80%);
    background-size: 100% 300%;
    background-position: 0 0;
    pointer-events: none;
    transition: background-position 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.app-home-culture .item .inner {
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: clamp(10px,4dvw,70px);
    transition: .3s ease;
}
.app-home-culture .item .title {
    font-size: clamp(20px,2dvw,35px);
    font-weight: 500;
    text-align: center;
    margin-bottom: .85em;
}
.app-home-culture .item .intro {
    font-size: clamp(12px,1dvw,16px);
    width: 80%;
    max-width: 520px;
    text-align: justify;
    opacity: 0;
    height: 0;
}
.app-home-culture .item:hover .inner {
    height: 100%;
}
.app-home-culture .item:hover  .wrap::after {
    background-position: 0 100%;
}

.app-page-banner.large {
    width: 100%;
    height: auto;
    max-height: 850px;
    aspect-ratio: 1680 / 850;
}
@media screen and (max-width: 600px) {
    .app-page-banner.large {
        aspect-ratio: auto;
        height: 120.5vw;
        min-height: 0;
    }
}
.app-page-banner.large:not(.bottom) .content {
    align-items: center;
}
.app-page-banner.large:not(.bottom) .content .text {
    padding-bottom: 0;
    padding-top: 1em;
}
.app-page-banner.large .content .text .cn {
    max-width: 100%;
}

.app-page-banner .content .text .cn {
    font-size: clamp(40px,4.76dvw,80px);
    max-width: 8em;
}

.app-page-part-18-main.new .text {
    width: 55%;
}
.app-page-part-18-main.new .image {
    width: 45%;
}

.app-news-party .col:first-child {
    width: 40%;
}
.app-news-party .col:last-child {
    width: 60%;
}

.app-about-honor-item {
    font-size: 18px;
    transition: .3s ease;
}
.app-about-honor-item:before {
    content: '';
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik03IDIxdi0yaDR2LTMuMXEtMS4yMjUtLjI3NS0yLjE4Ny0xLjAzN1Q3LjQgMTIuOTVxLTEuODc1LS4yMjUtMy4xMzctMS42MzdUMyA4VjdxMC0uODI1LjU4OC0xLjQxMlQ1IDVoMlYzaDEwdjJoMnEuODI1IDAgMS40MTMuNTg4VDIxIDd2MXEwIDEuOS0xLjI2MyAzLjMxM1QxNi42IDEyLjk1cS0uNDUgMS4xNS0xLjQxMiAxLjkxM1QxMyAxNS45VjE5aDR2MnptMC0xMC4yVjdINXYxcTAgLjk1LjU1IDEuNzEzVDcgMTAuOG01IDMuMnExLjI1IDAgMi4xMjUtLjg3NVQxNSAxMVY1SDl2NnEwIDEuMjUuODc1IDIuMTI1VDEyIDE0bTUtMy4ycS45LS4zMjUgMS40NS0xLjA4OFQxOSA4VjdoLTJ6bS01LTEuMyIvPjwvc3ZnPg==");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: .07;
    transform: translate(-15%, 0) rotate(15deg);
    transition: .3s ease;
}
.app-about-honor-item:hover {
    color: #004269;
}
.app-about-honor-item:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik03IDIxdi0yaDR2LTMuMXEtMS4yMjUtLjI3NS0yLjE4Ny0xLjAzN1Q3LjQgMTIuOTVxLTEuODc1LS4yMjUtMy4xMzctMS42MzdUMyA4VjdxMC0uODI1LjU4OC0xLjQxMlQ1IDVoMlYzaDEwdjJoMnEuODI1IDAgMS40MTMuNTg4VDIxIDd2MXEwIDEuOS0xLjI2MyAzLjMxM1QxNi42IDEyLjk1cS0uNDUgMS4xNS0xLjQxMiAxLjkxM1QxMyAxNS45VjE5aDR2MnptMC0xMC4yVjdINXYxcTAgLjk1LjU1IDEuNzEzVDcgMTAuOG0xMCAwcS45LS4zMjUgMS40NS0xLjA4OFQxOSA4VjdoLTJ6Ii8+PC9zdmc+");
    transform: translate(-15%, 0) rotate(5deg);
}

.app-about-history .swiper-slide-visible {
    opacity: 1;
}
.swiper-slide-visible .app-about-history-item .text {
    color: #004269;
}
.swiper-slide-visible .app-about-history-item .text .intro {
    color: rgba(13,13,13,.8);
}
.swiper-slide-visible .app-about-history-item:hover .text .intro {
    color: #004269;
}

.app-about-history-wrapper {
    position: relative;
}
.app-about-history-wrapper::after {
    position: absolute;
    content: '';
    background-image: url(/static/images/shenzhen_skyline.svg);
    background-repeat: no-repeat;
    background-position: center -5%;
    background-size: 1680px auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .08;
}
.app-about-history-wrapper .app-container {
    position: relative;
    z-index: 1;
}
.app-about-history .swiper-year {
    position: relative;
    padding-bottom: 15px;
}
.app-about-history .swiper-year::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    background-image: url(/static/images/line.svg);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto 100%;
    opacity: .4;
}

.app-talent-items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(10px,4dvw,70px);
}
.app-talent-items .item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.app-talent-items .item:nth-child(2) {
    transition-delay: .1s;
}
.app-talent-items .item:nth-child(3) {
    transition-delay: .2s;
}
.app-talent-items .item:nth-child(4) {
    transition-delay: .3s;
}
.app-talent-items .item .icon {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% 60%;
    border: 3px solid #ddd;
    border-radius: 50%;
    margin: 2em 0;
}
.app-talent-items .item .name {
    font-size: 20px;
    color: #004269;
    font-weight: 600;
}
.app-talent-items .item .intro {
    font-size: 16px;
    opacity: .85;
    margin-top: 1em;
    text-align: justify;
}

.app-talent-slogan {
    margin-top: clamp(10px,1dvw,20px);
    margin-bottom: clamp(10px,1.78dvw,30px);
    text-align: center;
    font-size: clamp(18px,1.9dvw,28px);
    font-weight: 600;
    color: #666;
    display: flex;
    justify-content: center;
    position: relative;
}
.app-talent-slogan::before {
    content: '“';
}
.app-talent-slogan::after {
    content: '”';
}
.app-talent-slogan::after,
.app-talent-slogan::before {
    font-size: 5em;
    line-height: 0;
    transform: translateY(100%);
    font-family: 'Times New Roman', Times, serif;
    opacity: .15;
}


.app-header-wrapper .main .aside .user {
    margin-left: 2em;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.app-header-wrapper .main .aside .user .name {
    white-space: nowrap;
    display: inline-flex;
    gap: 2px;
    align-items: center;
}
.app-header-wrapper .main .aside .user .arrow {
    width: 1.25em;
    height: 1.25em;
}
.app-header-wrapper .main .aside .user .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-header-wrapper .main .aside .search .icon svg,
.app-header-wrapper .main .aside .user .icon svg {
    fill: currentColor;
    width: 1.15em;
    height: 1.15em;
}

.modal-login, .modal-form {
    max-width: 600px;
}
@media screen and (max-width: 1600px) {
    .modal-login, .modal-form {
        max-width: 600px;
    }
}
.modal-login .app-modal-content {
    padding-top: 0;
}
.modal-login .app-modal-close {
    top: 30px;
    right: 30px;
    z-index: 1000;
}

.app-header-drawer .moup-drawer-container .aside .user {
    display: none !important;
}

.login-title {
    font-size: 28px;
    font-weight: 500;
}

.login-submit {
    display: flex;
    align-items: center;
    gap: 2em;
    margin-top: 40px;
}
.login-submit .submit {
    margin-top: 0;
}
.login-submit .more-action {
    display: inline-flex;
    align-items: center;
    gap: 1em;
}
.login-submit .more-action i {
    background-color: currentColor;
    display: inline-block;
    width: 1px;
    height: .8em;
    opacity: .2;
}
.login-submit .reg {
    font-size: 14px;
    opacity: .6;
    cursor: pointer;
    transition: .3s ease;
}
.login-submit .reg:hover {
    opacity: 1;
}

.login-tabs.mu-tabs {
    color: #666;
    margin: 0 -68px 60px;
    width: auto;
    padding: 0 68px;
    border-bottom: 1px solid #ddd;
    background-color: #f8f8f8;
}
@media screen and (max-width: 1200px) {
    .login-tabs.mu-tabs {
        margin: 0 -38px 30px;
    }
}
.login-tabs.mu-tabs .mu-tab-active {
    color: #004269;
    font-weight: 500;
}
.login-tabs.mu-tabs .mu-tab .mu-tab-wrapper {
    min-height: 80px;
}
.login-tabs.mu-tabs .mu-tab {
    min-width: 160px !important;
    font-size: 16px;
}
.login-tabs.mu-tabs .mu-tab-link-highlight {
    min-width: 160px; 
    transform: translate(140px, 0px) translateZ(0px);
}
.login-sms {
    height: 44px;
    width: 150px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-bottom: 0;
}

.countries-codes-label {
    position: relative;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
}
.countries-codes {
    margin-bottom: 0 !important;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    min-height: 0;
}
.countries-codes .mu-select {
    height: 100%;
    width: 100%;
}
.countries-codes .mu-select .mu-input-line,
.countries-codes .mu-select .mu-select-content {
    opacity: 0;
}

.forget-form h3 {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}


.tippy-box[data-theme=light] {
    background-color: #fff;
    color: #333;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
}
.tippy-box[data-theme=light] .tippy-content {
    padding: 0;
}

.user-dropdown {
    list-style: none;
}
.user-dropdown li:first-child a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.user-dropdown li:last-child a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.user-dropdown a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: .6em 1.2em;
    min-width: 120px;
}
.user-dropdown a:hover {
    background-color: #f2f2f2;
    color: #004269 !important;
}
.user-dropdown a::after {
    display: none !important;
}
.user-dropdown hr {
    border: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    opacity: .1;
}
.user-dropdown a svg {
    width: 1em;
    height: 1em;
    opacity: .65;
}

.app-page-banner.user-center {
    height: 20dvw;
    min-height: 200px;
    max-height: 400px;
}
.app-page-banner.user-center .content .text {
    color: #004269;
}
.app-page-banner.user-center .content .text .cn {
    font-size: clamp(20px,3dvw,50px) !important;
    max-width: 20em;
}

.app-page-body.user-center {
    background-color: #f2f2f2;
}

.app-classification-main.user-center,
.app-classification-container.user-center {
    min-height: 70dvh;
}
.app-classification-main.user-center .wrapper {
    padding-right: 0;
}
.app-classification-container.user-center {
    background-image: linear-gradient(to top left, #eee, #f2f2f2);
}
.app-classification-side.user-center {
    padding-top: 0;
}

.user-menus {
    list-style: none;
}
.user-menus li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5em 1.5em 1.5em 0;
}
.user-menus li a svg {
    width: 1em;
    height: 1em;
}
.user-menus li a:hover {
    color: #004269;
}
.user-menus li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.user-apply {
    padding: 0 1.5em 1.5em 0;
}
.user-apply .app-page-link {
    display: flex;
}

.profile-header {
    font-size: 32px;
    font-weight: 500;
}


.profile-actions {
    margin-top: 60px;
}
.profile-actions dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile-actions dl dt {
    font-size: 14px;
}
.profile-actions dl dt h3 {
    font-size: 1.25em;
    font-weight: 500;
}
.profile-actions dl dt p {
    opacity: .75;
    margin-top: .5em;
}
.profile-actions dl + dl {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee
}
.profile-actions .btn {
    display: inline-flex;
    padding: .5em 1em;
    font-size: 14px;
    border: 2px solid #eee;
    color: #004269;
    cursor: pointer;
}
.profile-actions .btn:hover {
    background-color: #004269;
    color: #fff;
    border-color: #004269;
}

.modal-form h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: -20px;
    margin-bottom: 30px;
}
.modal-form-actions {
    display: flex;
    align-items: center;
    gap: 2em;
    margin-top: 20px;
}
.modal-form-actions .submit {
    margin-top: 0;
    cursor: pointer;
}

.my-title {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 40px;
}

.my-record .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding: 35px 0 40px;
}
.my-record .item:first-child {
    padding-top: 0;
}
.my-record .item .content > strong {
    font-size: 18px;
    font-weight: 500;
}
.my-record .item .content .props {
    margin-top: .5em;
    font-size: 14px;
    display: flex;
    gap: .25em 1.25em;
    opacity: .5;
    flex-wrap: wrap;
}
.my-record .item .content .props span {
    white-space: nowrap;
}
.my-record .item .status {
    display: flex;
    align-items: center;
    gap: 10px;
}
.my-record .item .status .edit {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 14px;
    background-color: #eee;
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease;
}
.my-record .item .status .edit:hover {
    color: #fff;
    background-color: #004269;
}
.my-record .item .status .edit svg {
    width: 1em;
    height: 1em;
}
.my-record .item .progress-wrapper {
    width: 100%;
    overflow: hidden;
}
.my-record .item .progress {
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 14px;
    padding: 1em;
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.my-record .item .progress .intro {
    background-color: #fff;
    border-radius: 4px;
    padding: 1em;
}
.my-record .item .progress .intro strong {
    font-weight: 500;
    font-size: 16px;
    color: #16a34a;
}
.my-record .item .progress .intro p {
    margin-top: .5em;
    opacity: .75;
}
.my-record .item .progress .mark {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 40px;
}
.my-record .item .progress .mark .mark-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.my-record .item .progress .mark .mark-step .text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.my-record .item .progress .mark .mark-step .time {
    font-size: 14px;
    color: #888;
}
.my-record .item .progress .mark .mark-step:not(:first-child)::before,
.my-record .item .progress .mark .mark-step:not(:last-child)::after {
    content: '';
    display: block;
    width: 50%;
    height: 2px;
    background-color: #ddd;
    position: absolute;
    top: 24px;
}
.my-record .item .progress .mark .mark-step::before {
    left: 0;
}
.my-record .item .progress .mark .mark-step::after {
    right: 0;
}
.my-record .item .progress .mark .mark-step:has(.icon.green)::before,
.my-record .item .progress .mark .mark-step:has(.icon.green)::after {
    background-color: #16a34a;
}
.my-record .item .progress .mark .mark-step .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    background-color: #ddd;
    color: #888;
    position: relative;
    z-index: 2;
}
.my-record .item .progress .mark .mark-step .icon.green {
    background-color: #16a34a;
    color: #fff;
}
.my-record .item .progress .mark .mark-step .icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.my-record .item .status-tag .arrow svg {
    transition: transform .3s ease;
}
.my-record .item.collapse .status-tag .arrow svg {
    transform: rotate(-90deg);
}

.app-pagination.small {
    font-size: 14px;
}
.app-pagination.small .app-page-link-icon {
    width: 36px !important;
    height: 36px !important;
}
.app-pagination.small .app-page-link-icon::before {
    border-width: 1px !important;
}

.status-tag {
    display: inline-flex;
    font-size: 14px;
    background-color: #eee;
    color: #333;
    align-items: center;
    justify-content: center;
    height: 32px;
    border-radius: 32px;
    padding: 0 0 0 1em;
    white-space: nowrap;
}
.status-tag.green {
    color: #fff;
    background-color: #16a34a;
}
.status-tag .arrow {
    display: flex;
    height: 100%;
    padding: 0 1em 0 .8em;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 1em;
    cursor: pointer;
    transition: .3s ease;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
}
.status-tag .arrow:hover {
    background-color: rgba(0,0,0,.1);
}
.status-tag .arrow::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background-color: currentColor;
    opacity: .15;
}
.status-tag .arrow svg {
    width: 1em;
    height: 1em;
}

.mu-input-help {
    align-items: center;
    transform: translateY(2px);
}
.mu-input:not(.mu-input__error) .mu-input-help > *:first-child {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}
.mu-input:not(.mu-input__error) .mu-input-help > *:first-child:before {
    content: '';
    width: 1.25em;
    height: 1.25em;
    flex: 0 0 auto;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xMiAyMkM2LjQ3NyAyMiAyIDE3LjUyMyAyIDEyUzYuNDc3IDIgMTIgMnMxMCA0LjQ3NyAxMCAxMHMtNC40NzcgMTAtMTAgMTBtMC0xMi41YTEuNSAxLjUgMCAxIDAgMC0zYTEuNSAxLjUgMCAwIDAgMCAzbTIgNS41aC0xdi00LjVoLTN2MmgxVjE1aC0xdjJoNHoiLz48L3N2Zz4=");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    transform: translateY(1px);
    opacity: .25;
}
.mu-input {
    margin-bottom: 24px;
}

.mu-form-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
}
.mu-form-title.other {
    margin-top: 24px;
}
