body, p, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

div, ul, h1, h2, h3, h4, h5, h6 {
    box-sizing: border-box;
}

ul, ol, li {
    list-style: none
}

a {
    text-decoration: none;
    color: #4E82E9;
}

html, body {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
}
em {
    font-style: inherit;
}


.main-page {
    background: #fff;
    height: 100vh;
    width: 26.125rem;
    box-shadow: 2px 3px 10px #999;
    overflow-y: scroll;
}

/**滚动条START**/
.main-page::-webkit-scrollbar {
    width: .25rem;
}

.main-page::-webkit-scrollbar-track {
    background: #fff;
    border-radius: .25rem;
}

.main-page::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: .25rem;
    border: .125rem solid #c1c1c1;
}
.main-page {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #fff;
}
/**滚动条END**/
.home-screen {
    background-image: url('../images/background.webp');
    background-size: 100% 100%;
}
.home-screen__head {padding: 1rem;display: flex;justify-content: space-between;align-items: center;}
.home-screen__head h1 {
    all: unset;
    cursor: pointer;
    display: flex;
}
.home-screen__logo {width: auto;height: 2rem;object-fit:cover;}
.home-screen__nav {
    display: flex;
    column-gap: 2rem;
}
.home-screen__nav a {
    color: #000;
    font-size: .875rem;
}
a.home-screen__nav--active {
    color: #4E82E9;
}
.home-screen__product-information {
    padding: 2rem .5rem 0;
    display: flex;
    justify-content: center;
    column-gap: 3.75rem;
    align-items: center;
    position: relative;
    flex-direction: column;
    height: auto;
}
.home-screen__product-information h2 {
    font-weight: 900;
    font-size: 2.875rem;
    color: #333;
    margin-bottom: .25rem;
}
.home-screen__slogan-wrap {
    font-size: 1.75rem;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
}
.home-screen__slogan-second {
    font-size: 1.125rem;
    color: #333;
    margin-bottom: .625rem;
}
.home-screen__download-button {
    color: #fff;
    background-color: #4E82E9;
    border-radius: 1.5rem;
    padding: .75rem 3.5rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.home-screen__download-button i {
    content: url(../images/down-pc.png);
    margin-right: 0.5rem;
    width: 1.125rem;
    height: 1.125rem;
}
.home-screen__download-button.android i {
    content: url(../images/down-android.webp);
}

.home-screen__download-button.ios i {
    content: url(../images/down-ios.webp);
}

.home-screen__download-information{position: relative;cursor: pointer;}
.home-screen__qrcode-wrap{display:flex;align-items:flex-end!important;justify-content:center!important;width:179px!important;height:197px!important;background:url(../images/code-box.png);background-size:179px 197px;position:absolute;top: 2.75rem;left: .625rem;z-index:5;display:none!important;}
.home-screen__qrcode-main{margin-bottom:1.5rem;}
.home-screen__qrcode-main img{width:136px!important;height:136px!important}
.home-screen__download-promo {
    font-size: .8125rem;
    margin-top: .5rem;
    line-height: 1.5rem;
    color: #666;
}
.home-screen__version-information {
    font-size: .8125rem;
    line-height: 1rem;
    margin: .5rem 0 1rem 0;
    color: #666;
    display: flex;
    gap: 0.625rem;
}
.home-screen__product-banner {
    width: 75%;
}

.subname {
    font-size: 1.75rem;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.usage-scenarios {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 0 2rem;
    margin: 0 .75rem;
    row-gap: 2rem;
    align-items: center;
}
.usage-scenarios__info {
    display: flex;
    width: 100%;
    padding: 0.5rem 0;
    background-image: url(../images/soft-scene.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    justify-content: space-between;
}
.usage-scenarios__left,.usage-scenarios__right {
    display: flex;
    flex-direction: column;
    row-gap: 1.375rem;
}
.usage-scenarios__left {
    align-items: flex-start;
}
.usage-scenarios__right {
    align-items: flex-end;
}
.usage-scenarios__left .usage-scenarios__item {
    color: #5BA45A;
}
.usage-scenarios__left .usage-scenarios__item:nth-child(1){
    margin-left: 2rem;
}
.usage-scenarios__left .usage-scenarios__item:nth-child(2){
    margin-left: .5rem;
}
.usage-scenarios__left .usage-scenarios__item:nth-child(3){
    margin-left: 2rem;
}
.usage-scenarios__left .usage-scenarios__item:nth-child(4){
    margin-left: 1rem;
}
.usage-scenarios__left .usage-scenarios__item:nth-child(5){
    margin-left: 1.5rem;
}
.usage-scenarios__right .usage-scenarios__item {
    color: #5184EA;
}
.usage-scenarios__right .usage-scenarios__item:nth-child(1){
    margin-right: 2.5rem;
}
.usage-scenarios__right .usage-scenarios__item:nth-child(2){
    margin-right: 0.5rem;
}
.usage-scenarios__right .usage-scenarios__item:nth-child(3){
    margin-right: .75rem;
}
.usage-scenarios__right .usage-scenarios__item:nth-child(4){
    margin-right: .9375rem;
}
.usage-scenarios__right .usage-scenarios__item:nth-child(5){
    margin-right: 2rem;
}
.usage-scenarios__item {
    font-size: .875rem;
    font-weight: bold;
    color: #000;
}

.soft-feature {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 0 2.5rem 0;
    row-gap: 2rem;
}
.soft-feature__lists {
    width: 100%;
    padding: 0 2.5rem 5.5rem;
}
.soft-feature__lists .swiper-wrapper {
    height: 16.9375rem;
}
.soft-feature__img {
    width: 100%;
}
.soft-feature__info {
    width: 100%;
    height: 8.625rem;
    padding: .875rem 2.125rem;
    background-color: #4E82E9;
    color: #fff;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    position: absolute;
    bottom: -3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: .75rem;
}
.soft-feature__name {
    font-size: 1rem;
    font-weight: bold;
}
.soft-feature__description {
    font-size: .75rem;
    line-height: 1.125rem;
}
.swiper-slide {
    display: flex;
}
.swiper-pagination-bullet-active {
    width: 1.875rem!important;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    font-size: 1.375rem;
    font-weight: bold;
    bottom: 0;
}
.swiper-pagination-custom span {
    color: #D5D6D6;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.25rem;
    width: .9375rem;
    border-radius: .25rem;
    height: .375rem;
    background: #4E82E9!important;
    opacity: 1;
}
.swiper-button-prev {
    left: 2.5rem;
}
.swiper-button-next {
    right: 2.5rem;
}
.swiper-button-next,.swiper-button-prev {
    width: .625rem;
    height: 1.125rem;
    top: 22.375rem;
}
.swiper-button-prev:after,.swiper-button-next:after {
    color: #000;
    font-weight: bold;
    font-size: 1.125rem;
}

.soft-advantage {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 0 0;
    row-gap: 2rem;
}
.soft-advantage__info {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    padding: 0 1rem 0;
    justify-content: space-between;
}
.soft-advantage__item {
    width: 7.375rem;
    height: 11rem;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
    padding: 1rem;
    align-items: center;
}
.soft-advantage__block1,.soft-advantage__block2,.soft-advantage__block3 {
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
}
.soft-advantage__block1,
.soft-advantage__block3 {
    margin-top: 4.125rem;
}
.soft-advantage__block1 .soft-advantage__item:nth-child(1) {
    background-color: #FFFBEF;
}
.soft-advantage__block1 .soft-advantage__item:nth-child(2) {
    background-color: #E5F2FF;
}
.soft-advantage__block2 .soft-advantage__item:nth-child(1) {
    background-color: #FDF7FF;
}
.soft-advantage__block2 .soft-advantage__item:nth-child(2) {
    background-color: #E3ECFF;
}
.soft-advantage__block3 .soft-advantage__item:nth-child(1) {
    background-color: #EFFFEF;
}
.soft-advantage__block3 .soft-advantage__item:nth-child(2) {
    background-color: #FFF3DD;
}
.soft-advantage__image {
    width: 2.375rem;
    height: 2.375rem;
    flex-shrink: 0;
}
.soft-advantage__name {
    font-size: .875rem;
    font-weight: bold;
    color: #333;
}
.soft-advantage__description {
    color: #666;
    font-size: .75rem;
    line-height: 1.125rem;
}

.soft-question {
    display: flex;
    flex-direction: column;
    background-color: #D9E4FA;
    padding: 2.5rem 0 1.375rem;
    row-gap: 2rem;
}
.soft-question__info {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    row-gap: 1rem;
}
.soft-question__item {
    display: flex;
    background-color: #fff;
    border-radius: .5rem;
    flex-direction: column;
    padding: 1rem;
    row-gap: .5rem;
}
.soft-question__top {display: flex;align-items: center;color: #333;font-weight: bold;font-size: 1rem;}
.soft-question__icon {
    width: 1rem;
    height: 1.125rem;
    display: flex;
    background-image: url(../images/faq.webp);
    background-size: 1rem 1.125rem;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-right: .375rem;
}
.soft-question__name {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 20rem;}
.soft-question__description {
    font-size: 0.875rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.soft-question__bottom {display: flex;justify-content: space-between;color: #4E82E9;font-size: .75rem;}


.page-category {
    display: flex;
    flex-direction: column;
    height: 100vh!important;
}

.breadcrumbs {
    font-size: 0.75rem;
    padding: .5rem 1rem;
    background-color: #F6F5FA;
    color: #999;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.breadcrumbs i {
    width: .875rem;
    height: .875rem;
    background-image: url("../images/crumbs.webp");
    background-size: .875rem .875rem;
    background-repeat: no-repeat;
    margin-right: .25rem;
    flex-shrink: 0;
}
.breadcrumbs a,.breadcrumbs h1 {
    color: #999;
    font-size: 0.75rem;
    font-weight: 400;
    flex-shrink: 0;
}
.breadcrumbs span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.column-lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 1rem 0;
    row-gap: 1rem;
    margin-bottom: auto;
}
.column-lists__item {
    width: 11.5rem;
    display: flex;
    column-gap: .5rem;
    flex-direction: column;
    row-gap: .5rem;
}
.column-lists__info {
    width: 100%;
    position: relative;
    height: 6.4375rem;
    display: flex;
}
.column-lists__img {
    width: 100%;
    height: 100%;
    border-radius: .375rem;
}
.column-lists__datetime {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #00000080;
    color: #fff;
    padding: .25rem .5rem;
    font-size: .75rem;
    border-bottom-right-radius: .375rem;
    border-top-left-radius: .375rem;
}
.column-lists__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
    font-weight: bold;
    font-size: .9375rem;
    line-height: 1.125rem;
}

.page-category .pages {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .375rem;
    flex-wrap: wrap;
    padding: 1.375rem 1rem;
    row-gap: .5rem;
}
.page-category .pages a {
    padding: .3125rem .5rem;
    color: #333;
    background-color: #FFF;
    font-size: 0.75rem;
    border-radius: .25rem;
    box-shadow: 0 0 .125rem 0px #4E82E9;
}
.page-category .pages a.active {
    color: #fff;
    background-color: #4E82E9;
    border: 1px solid #4E82E9;
}


.text {
    display: flex;
    flex-direction: column;
}
.text__name {
    background: #ffffff;
    padding: 1rem 1rem 0;
}
.text__name h2 {
    font-weight: bold;
    text-align: center;
    font-size: 1rem;
    margin-bottom: .75rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text__name .text__info {
    display: flex;
    justify-content: center;
    column-gap: 2.5rem;
    align-items: center;
}
.text__name .text__info span {
    font-size: .875rem;
    display: flex;
    align-items: center;
    color: #666;
}

.text__name .text__info span.text__refer a {
    color: #4E82E9;
}
.text__subname{
    display: flex;
    align-items: center;
    padding-bottom:1rem;
    margin-bottom: .75rem;
    border-bottom: 1px solid #e3e4e3;
    color: #333;
    font-weight: bold;
    font-size: 1.125rem;
}
.text__subname::before {
    content: '';
    display: flex;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .375rem;
    background-image: url(../images/details.webp);
    background-size: 1.25rem 1.25rem;
    background-repeat: no-repeat;
}

.text__content {
    display: block;
    background-color: #fff;
    padding: 1rem 1rem 1.25rem;
    font-size: .875rem;
    color: #666666;
    line-height: 1.5rem;
}
.text__content p {
    font-size: .875rem;
    color: #666666;
    line-height: 1.5rem;
    display: block;
    padding: 0;
}
.text__content p img, .text__content center img {
    max-width: 80%;
    max-height: 18.75rem;
    height: auto;
    width: auto;
    margin: .875rem auto;
    display: block;
    border-radius: .375rem;
    box-shadow: 0 0 5px 1px #4E82E9C2;
}
.text__content h3 {
    display: flex;
    font-size: 1rem;
    line-height: normal;
    background-color: #4e82e917;
    padding: .375rem .5rem;
    color: #4E82E9;
    margin: .5rem 0;
    border-left: .25rem solid;
    align-items: center;
}
.text__content h3:before{
    content:'';
    width: .875rem;
    height: 1rem;
    flex-shrink: 0;
    display: block;
    margin-right: .5rem;
    background-color: #589F56;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.text__content p a {
    color: #4E82E9;
}
.read-again {
    width: 100%;
    background: #fff;
    padding: 1.25rem 1rem 1.375rem;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.read-again__subname {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.read-again__lists {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.read-again__item {
    display: flex;
    align-items: center;
    padding: .5rem;
    border-radius: .625rem;
    border: 1px solid #e3e4e3;
}
.read-again__img {
    width: 7.375rem;
    height: 4.875rem;
    margin-right: .5rem;
    border-radius: .375rem;
}
.read-again__info {width: 13rem;display: flex;row-gap: .5rem;flex-direction: column;}
.read-again__name {
    color: #666;
    font-size: .875rem;
    font-weight: bold;
    margin: auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.25rem;
}
.read-again__datetime {
    font-size: .875rem;
    color: #999;
    flex-shrink: 0;
}
.read-again__icon {
    width: 12px;
    height: 12px;
    border-right: 2px solid #d5d5d5;
    border-bottom: 2px solid #d5d5d5;
    transform: rotate(
-45deg);
    margin-left: auto;
    margin-right: .25rem;
}



.page__404 {
    height: 100%;
}

.page__img {
    width: 100%;
    margin-top: 4rem;
    padding: 0 2rem;
    box-sizing: border-box;
}

.page__desc {
    text-align: center;
    font-size: 1rem;
    color: #333;
    margin-top: -2rem;
}
.page__button {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    column-gap: 1rem;
}
.page__button a {
    text-align: center;
    background: #4E82E9;
    font-size: .875rem;
    padding: .5rem 1rem;
    color: #FFFFFF;
    border-radius: .25rem;
}

.page__privacy {
    padding: 2rem 1rem 1rem;
    font-size: .75rem;
    line-height: 1.5rem;
}
.page__privacy p{
    font-size: .75rem;
    line-height: 1.5rem;
}
.line {
    height: .5rem;
    background-color: #f5f5f7;
    flex-shrink: 0;
}




.footer {
    text-align: center;
    width: 100%;
    background-color: #203042;
    padding: 1rem 0.75rem;
    font-size: .75rem;
    line-height: 1.5rem;
}

.footer p, .footer p a {
    font-weight: normal;
    margin-bottom: 0;
    color: #fff;
    margin-top: 0;
    text-align: center;
}
.footer p a {
    color: #4E82E9;
}
.footer .privacy {
    margin-right: 0.5rem;
}
.footer .record,.footer .privacy {
    color: #fff;
}


.back-top {
    position: fixed;
    right: 1rem;
    bottom: 6rem;
    cursor: pointer;
    display: none;
    z-index: 99;
}

.back-top img {
    width: 2.5rem;
    height: 2.5rem;
}

@media (min-width: 600px) {
    .back-top {
        right: calc(50vw - 12rem);
    }
}