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;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

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

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

a:hover {
    color: #3a73e0;
    text-decoration: none;
}

a {
    text-decoration: none;
}

html, body {
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
}

em {
    font-style: inherit;
}

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

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

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

.main_wrap::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: .25rem;
    border: .125rem solid #c1c1c1;
}

/**滚动条END**/


header {
    width: 100%;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: height .4s;
}
header h1 {
    display: flex;
    cursor: pointer;
}

header h1 img {
    height: 2rem;
    width: auto;
}
.Min1__nav {
    display: flex;
    column-gap: 2rem;
}
.Min1__nav a {
    color: #000;
    font-size: .875rem;
}
.Min1__nav a.Min1__nav--active {
    color: #296AFF;
}


.Min1 {
    width: 100%;
    background-size: 1920px 944px;
    background-repeat: repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 43.5rem;
    min-width: unset;
    background: url(../img/index-banner-m.png);
    background-size: 25.875rem 43.5rem;
    padding: 0 1rem;

}

.Min1 .banner-name {
    font-weight: bold;
    color: #000;
    font-size: 2.5rem;
    margin-top: 1.5rem;
}

.Min1 .banner-desc {
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 2rem;
    margin-top: 1rem;
}

.Min1 .banner-btn {
    display: flex;
    color: #fff;
    background: #296AFF;
    margin-top: .75rem;
    padding: .75rem 3.5rem;
    font-size: 1rem;
    border-radius: 1.875rem;
}

.Min1 .banner-btn i {
    background: url(../img/win-ico.png);
    width: 1.125rem;
    height: 1.125rem;
    background-size: 1.125rem;
    margin-right: .5rem;
}

.Min1 .banner-btn i.ios-ico {
    background: url(../img/ios-ico.png);
    background-size: 1.125rem;
}

.Min1 .banner-btn i.android-ico {
    background: url(../img/android-ico.png);
    background-size: 1.125rem;
}

.Min1 .banner-btn:hover {
    background: #0047eb;
}

.Min1 .index-banner-img {
    width: auto;
    height: 14rem;
    margin-top: 1rem;
}

.Min1 .down-base-info {
    color: #12161A;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
    line-height: 1.5rem;
    gap: 0 .5rem;
    flex-wrap: wrap;
}

.Min1 .down-base-info em {
    all: unset;
    font-style: normal;
}

.Min1 .index-device-desc {
    color: #12161A;
    text-align: center;
    font-size: .875rem;
    margin-top: .75rem;
    line-height: 1.5rem;
}

.Min1 .functions-list {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(62, 115, 237, 0.15);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 24.125rem;
    height: 5.25rem;
    border-radius: 2.625rem;
    bottom: -2.625rem;
    padding: 1.5rem;
}

.Min1 .functions-list .item {
    display: grid;
    grid-template-columns:0fr 2fr;
    grid-template-rows:1fr 1fr;
    align-items: center;
}

.Min1 .functions-list .item img {
    width: auto;
    height: 1.25rem;
    margin-right: .25rem;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.Min1 .functions-list .item .function-name {
    color: #296AFF;
    font-size: .875rem;
    line-height: .875rem;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    text-align: unset;
}

.Min1 .functions-list .item .function-desc {
    font-size: .8rem;
    color: #666666;
    line-height: .8rem;
    margin-top: 0;
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    text-align: unset;
}


.Min2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 5.375rem auto 0;
    padding: 0 1rem;
}

.Min2 .module-name {
    font-weight: bold;
    color: #333333;
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-align: center;
    padding: 0 4.75rem;
}

.Min2 .advantages-name {
    font-weight: bold;
    color: #296AFF;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-top: 1rem;
}

.Min2 .advantages-desc {
    color: #666666;
    font-size: .875rem;
    line-height: 1.5rem;
    margin-top: 1rem;
    padding: 0;
}

.Min2 .module-lists {
    display: block;
}

.Min2 .module-lists .module-item {
    margin-top: 1rem;
}

.Min2 .module-lists .module-item img {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    margin-right: .25rem;
}

.Min2 .module-lists .module-item .item-name {
    color: #333333;
    line-height: 1.5rem;
    font-size: .875rem;
    font-weight: bold;
    display: inline-block;
}

.Min2 .module-lists .module-item .item-desc {
    color: #999999;
    line-height: 1.6rem;
    font-size: .8rem;
    margin-top: .5rem;
}


.Min3 {
    width: 100%;
    display: flex;
    background: #FBFBFF;
    margin: 2rem auto 0;
    padding: 1.5rem 1rem 2rem;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
}

.Min3 .module-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Min3 .module-left .module-desc {
    font-size: .8rem;
    color: #666666;
    line-height: 1rem;
}

.Min3 .module-left .module-name {
    color: #333333;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.375rem;
    margin-top: .5rem;
    text-align: center;
}

.Min3 .module-left img {
    margin: 1.5rem auto 0;
    width: 9.875rem;
    height: auto;
}

.Min3 .module-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-left: unset;
}

.Min3 .module-right .module-item {
    width: 49%;
    margin-top: 1.5rem;
}

.Min3 .module-right .module-item img {
    height: 1rem;
    width: 1rem;
    display: inline-block;
    margin-right: .5rem;
}

.Min3 .module-right .module-item .item-name {
    font-weight: bold;
    font-size: .875rem;
    color: #333333;
    line-height: 1rem;
    margin-top: 0;
    display: inline-block;
}

.Min3 .module-right .module-item .item-desc {
    font-size: .8rem;
    color: #333333;
    line-height: 1.25rem;
    margin-top: .5rem;
}


.Min4 {
    width: 100%;
    margin: 2rem auto 0;
}

.Min4 .module-name {
    color: #262626;
    font-size: 1rem;
    line-height: 1.25rem;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.Min4 .module-name br {
    display: none;
}

.Min4 .module-content {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url(../img/min4-bg-m.png);
    background-size: 25.875rem 18.875rem;
    background-position: center 2.5rem;
    background-repeat: no-repeat;
    width: 100%;
    height: 69.375rem;

}

.Min4 .module-content .module-desc {
    color: #666666;
    font-size: .8rem;
    line-height: 1rem;
    text-align: center;
    margin-top: .5rem;
}

.Min4 .module-content .module-lists {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    padding: .5rem 1rem 2rem;
}

.Min4 .module-content .module-lists .module-item {
    background: #E7EBFB;
    border-radius: 15px;
    padding: 1.5rem 1rem;
    width: 100%;
    height: auto;
    margin-top: 1rem;
}

.Min4 .module-content .module-lists .module-item .item-name {
    color: #333333;
    font-size: 1rem;
    line-height: 1.25rem;
}

.Min4 .module-content .module-lists .module-item ul {
    margin-top: 1rem;
}

.Min4 .module-content .module-lists .module-item ul li {
    color: #666666;
    list-style-type: initial;
    list-style-position: inside;
    font-size: .875rem;
    line-height: 1.25rem;
}

.Min4 .module-content .module-lists .module-item:nth-of-type(2), .Min4 .module-content .module-lists .module-item:nth-of-type(3) {
    height: auto;
    padding-top: 1.5rem;
}

.Min4 .module-content .module-lists .module-item:nth-of-type(2) ul, .Min4 .module-content .module-lists .module-item:nth-of-type(3) ul {
    margin-top: 1rem;
}


.Min5 {
    display: flex;
    flex-direction: column;
    background: #FBFBFF;
    align-items: center;
    min-width: unset;
    padding: 2rem 1rem;
    margin: 0;
}

.Min5 .module-name {
    font-weight: bold;
    color: #262626;
    font-size: 1rem;
    line-height: 1.25rem;
    width: 100%;
    text-align: center;
}

.Min5 .module-name br {
    display: none;
}

.Min5 .module-desc {
    font-size: .8rem;
    color: #666666;
    line-height: 1rem;
    margin-top: .5rem;
    width: 100%;
    text-align: center;
}

.Min5 .module-lists {
    display: flex;
    flex-wrap: wrap;
    border-radius: .625rem;
    width: 100%;
    height: auto;
    background: #D6E7F7;
    margin-top: 1rem;

}

.Min5 .module-lists .module-item {
    width: 50%;
    padding: 1.25rem .625rem 0;
    border: 1px solid #FFFFFF;
    height: 15.875rem;
}

.Min5 .module-lists .module-item img {
    display: block;
    margin: 0 auto;
    width: 2.5rem;
    height: 2.5rem;
}

.Min5 .module-lists .module-item .item-name {
    display: block;
    margin-top: .5rem;
    font-size: .875rem;
    color: #333333;
    line-height: 1.25rem;
    font-weight: bold;
    text-align: center;
}

.Min5 .module-lists .module-item .item-desc {
    color: #666666;
    font-size: .8rem;
    line-height: 1.25rem;
    margin-top: .75rem;
}
.Min6 {
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    padding: 2rem 0 1.5rem;
    row-gap: 2rem;
}
.Min6 .module-name {
    color: #333333;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.375rem;
    text-align: center;
}
.Min6 .faq {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    row-gap: 1rem;
    background-color: #Fff;
}
.Min6 .faq .faq-info {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-radius: .625rem;
    box-shadow: 0 0 .375rem 1px rgba(134, 190, 255, 0.49);
}
.Min6 .faq .faq-info .faq-name {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: .625rem;
    border-bottom: 1px solid #A7CFFF;
}
.Min6 .faq .faq-info p {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.375rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.0575rem;
    margin: .625rem 0;
}
.Min6 .faq .faq-info .faq-time {
    display: flex;
    justify-content: space-between;
}
.Min6 .faq .faq-info .faq-time span {
    color: #4088FB;
    font-size: .75rem;
    font-weight: 400;
}
.Min6 .faq .faq-info .faq-time .more {
    font-size: .75rem;
    color: #4088FB;
}


.column {
    display: flex;
    flex-direction: column;
    background-color: #f8f6ff;
    height: 100vh;
}
.column header {
    padding: 1rem;
    background-color: #fff;
}
.breadcrumbs {
    font-size: 0.75rem;
    padding: .5rem 1rem;
    color: #999;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.breadcrumbs i {
    width: .875rem;
    height: .875rem;
    background-image: url("../img/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;
}

.main-lists {
    display: flex;
    flex-direction: column;
    background-color: #f8f6ff;
    margin-bottom: auto;
    padding: 0 1rem;
    row-gap: .5rem;
}
.main-lists .item-list {
    background-color: #fff;
    padding: .5rem;
    display: flex;
    border-radius: .375rem;
    column-gap: .5rem;
}
.main-lists .item-list img {
    width: 7.75rem;
    height: 5.25rem;
    border-radius: .375rem;
    flex-shrink: 0;
}
.main-lists .item-list .info {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-lists .item-list .info .info-name {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    color: #333;
    font-size: .9375rem;
    margin: auto 0 0;
}
.main-lists .item-list .info .info-desc {
    overflow: hidden;      /* 超出隐藏 */
    
     /* 限制两行 */
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-size: .75rem;
    line-height: 1.25rem;
    margin: auto 0;
}
.main-lists .item-list .info .info-datetime {
    color: #999;
    font-size: .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column .pages {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f6ff;
    column-gap: .375rem;
    flex-wrap: wrap;
    padding: 1.5rem 1rem;
    row-gap: .5rem;
}
.column .pages a {
    padding: .3125rem .5rem;
    color: #333;
    background-color: #FFF;
    font-size: 0.75rem;
    border-radius: .25rem;
}
.column .pages a.active {
    color: #fff;
    background-color: #296AFF;
    border: 1px solid #296AFF;
}

.main-article {
    display: flex;
    flex-direction: column;
}
.main-name {
    background: #ffffff;
    padding: 1.125rem 1rem 0;
}
.main-name h2 {
    font-weight: bold;
    font-size: 1.125rem;
    /* font-size: 1rem; */
    margin-bottom: .875rem;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main-name .other-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1.25rem;
    border-bottom: 1px dashed #E3E4E3;
    column-gap: 2.5rem;
}
.main-name .other-info span {
    font-size: .875rem;
    display: flex;
    align-items: center;
    color: #666;
}

.main-name .other-info span.refer-link a {
    color: #296AFF;
}

.main-subname {
    color: #333;
    font-weight: bold;
    font-size: 1.125rem;
    display: flex;
    margin-bottom: .5rem;
    align-items: center;
}
.main-subname::before {
    content:'';
    width: .25rem;
    height: 1.25rem;
    margin-right: .5rem;
    background-color: #296AFF;
}
.main-content {
    display: block;
    background-color: #ffffff;
    padding: 1.25rem 1rem 1.25rem;
    font-size: .9375rem;
    color: #666666;
    line-height: 1.5rem;
}
.main-content p {
    font-size: .9375rem;
    color: #666666;
    line-height: 1.5rem;
    display: block;
    padding: 0;
}
.main-content p img, .main-content center img {
    max-width: 80%;
    max-height: 18.75rem;
    height: auto;
    width: auto;
    margin: 0.75rem auto;
    display: block;
    border-radius: .375rem;
    box-shadow: 0 0 5px 1px #296AFFC2;
}
.main-content h3 {
    font-size: 1rem;
    font-weight: bold;
    line-height: normal;
    background-color: rgba(64,136,251,.1);
    padding: .375rem .625rem;
    color: #296AFF;
    margin: .5rem 0;
}
.main-content p a {
    color: #296AFF;
}
.main-read {
    width: 100%;
    background: #fff;
    padding: 1.25rem 1rem 1.25rem;
    margin-bottom: auto;
}
.main-read .lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.main-read .lists .entry:first-child {
    padding-top:0;
}
.main-read .lists .entry {
    width:100%;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px dashed #E3E4E3;
}
.main-read .lists .entry .thumb-img {
    width: 7.25rem;
    height: 4.5rem;
    border-radius: .375rem;
    flex-shrink: 0;
}
.main-read .lists .entry .base-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: .5rem;
}
.main-read .lists .entry .name {
    color: #333;
    font-size: .9375rem;
    line-height: 1.375rem;
    font-weight: bold;
    margin: auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main-read .lists .entry .desc {
    margin-bottom: .375rem;
    line-height: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: auto;
    overflow: hidden;
    color: #666;
    font-size: .75rem;
}
.main-read .lists .entry .time {
    font-size: .75rem;
    color: #999;
}
.line {
    height: .5rem;
    background-color: #f8f6ff;
    flex-shrink: 0;
}


.page__404 {
    height: 100%;
    text-align: center;
}

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

.page__desc {
    text-align: center;
    font-size: 1.25rem;
    color: #333;
    margin-top: 1rem;
}
.page__button {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    column-gap: 1rem;
}
.page__button a {
    text-align: center;
    background: #296AFF;
    font-size: 1rem;
    padding: .5rem 2rem;
    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;
}


footer {
    background: #dee4e9;
    padding: 1rem 1.625rem 1rem;
    text-align: center;
    line-height: 1.5rem;
}

footer p {
    color: #636363;
    text-align: center;
    font-size: .75rem;
}

footer p.fl a {
    margin-right: 8px;
    color:#296AFF;
}

footer p a {
    font-size: .75rem;
}

footer #beian,footer .privacy {
    color: #636363;
    font-size: .75rem;
}

footer .privacy {
    margin-right: .75rem;
}

.ios-desc {
    color: #999;
    font-size: .8rem;
}

.index-btn_wrap {
    position: relative;
    cursor: pointer;
}

.index-code-box {
    align-items: flex-end !important;
    justify-content: center !important;
    width: 179px !important;
    height: 197px !important;
    background: url(../img/code-box.png);
    background-size: 179px 197px;
    position: absolute;
    top: 3.5rem;
    left: 10%;
    display: none !important;
}

.index-code-box .index-code {
    margin-bottom: 24px;
}

.index-code-box .index-code img {
    width: 136px !important;
    height: 136px !important
}

.to_top {
    position: fixed;
    cursor: pointer;
    display: none;
    right: 1rem;
    bottom: 2rem;
}

.to_top img {
    width: 2rem;
    height: 2rem;
}


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