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

* {
    outline: none;
}

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;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

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

em {
    font-style: inherit;
}

header .nav {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: height .4s;
    transition: height .4s;
    height: 64px;
    z-index: 100;
    display: flex;
    justify-content: center;
    min-width: 1200px;
}

header .nav h1 {
    cursor: pointer;
    display: flex;
}

header .nav h1 img {
    height: 38px;
    width: auto;
}

header .nav .nav-btn {
    font-size: 16px;
    padding: 11px 16px;
    line-height: 16px;
    background: #296AFF;
    border-radius: 30px;
    color: #fff;
    display: none;
}

header .nav .nav-btn:hover {
    background: #0047eb;
}

header .nav .cate {
    font-size: 16px;
    display: flex;
    column-gap: 32px;
    margin-left: 140px;
    margin-right: auto;
}

header .nav .cate a {
    color: #000;
}

header .nav .cate a.active {
    color: #296AFF;
}

.Min1 {
    width: 100%;
    height: 944px;
    min-width: 1200px;
    background: url(../img/index-banner.png);
    background-size: 1920px 944px;
    background-repeat: repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.Min1 .banner-name {
    font-weight: bold;
    font-size: 80px;
    color: #000;
    margin-top: 124px;
}

.Min1 .banner-desc {
    font-size: 30px;
    color: #000;
    line-height: 46px;
    margin-top: 12px;
    text-align: center;
    font-weight: bold;
}

.Min1 .banner-btn {
    margin-top: 24px;
    padding: 12px 60px;
    display: flex;
    font-size: 18px;
    color: #fff;
    background: #296AFF;
    border-radius: 29px;
}

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

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

.Min1 .index-banner-img {
    width: auto;
    height: 340px;
    margin-top: 16px;
}

.Min1 .down-base-info {
    margin-top: 16px;
    font-size: 16px;
    color: #12161A;
    line-height: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

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

.Min1 .index-device-desc {
    margin-top: 16px;
    font-size: 16px;
    color: #12161A;
    line-height: 22px;
    text-align: center;
}

.Min1 .functions-list {
    width: 1200px;
    height: 182px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(62, 115, 237, 0.15);
    border-radius: 91px;
    position: absolute;
    bottom: -89px;
    padding: 0 76px 0 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

}

.Min1 .functions-list .item img {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    height: 56px;
    width: auto;
}


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

.Min1 .functions-list .item .function-desc {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    font-size: 16px;
    color: #666666;
    line-height: 21px;
    margin-top: 6px;
    text-align: center;
}

.Min2 {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 190px auto 0;
}

.Min2 .module-name {
    font-weight: bold;
    font-size: 48px;
    color: #262626;
    line-height: 66px;
}

.Min2 .advantages-name {
    font-weight: bold;
    font-size: 24px;
    color: #296AFF;
    line-height: 30px;
    margin-top: 24px;
}

.Min2 .advantages-desc {
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    margin-top: 24px;
    padding: 0 36px;
}

.Min2 .advantages-img {
    height: 625px;
    width: auto;
    margin-top: 32px;
}

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

.Min3 {
    width: 100%;
    min-width: 1200px;
    display: flex;
    margin: 100px auto 0;
    background: #FBFBFF;
    justify-content: center;
    padding: 100px 0;
}

.Min3 .module-left {
    width: 500px;
}

.Min3 .module-left .module-desc {
    font-size: 48px;
    color: #000;
    line-height: 20px;
    font-weight: bold;
}

.Min3 .module-left .module-name {
    font-size: 24px;
    color: #333333;
    line-height: 64px;
    margin-top: 16px;
}

.Min3 .module-left img {
    margin: 40px 42px 0 37px;
    width: 423px;
    height: 483px;
}

.Min3 .module-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 620px;
    margin-left: 130px;
    align-content: space-between;
}

.Min3 .module-right .module-item {
    width: 218px;
}

.Min3 .module-right .module-item img {
    height: 30px;
    width: 30px;
}

.Min3 .module-right .module-item .item-name {
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    margin-top: 16px;
}

.Min3 .module-right .module-item .item-desc {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-top: 8px;
}

.Min4 {
    width: 1200px;
    margin: 100px auto 0;
}

.Min4 .module-name {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    color: #262626;
    line-height: 66px;
}

.Min4 .module-content {
    background: url(../img/min4-bg.png);
    background-size: 1060px 770px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 770px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Min4 .module-content .module-desc {
    margin-top: 24px;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}

.Min4 .module-content .module-lists {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.Min4 .module-content .module-lists .module-item {
    background: #E7EBFB;
    border-radius: 15px;
    padding: 32px 16px 0 16px;
    width: 282px;
    height: 278px;
}

.Min4 .module-content .module-lists .module-item .item-name {
    font-size: 24px;
    color: #333333;
    line-height: 28px;
}

.Min4 .module-content .module-lists .module-item ul {
    margin-top: 24px;
}

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

.Min4 .module-content .module-lists .module-item:nth-of-type(2),
.Min4 .module-content .module-lists .module-item:nth-of-type(3) {
    height: 235px;
    padding-top: 25px;
}

.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: 16px;
}

.Min5 {
    display: flex;
    flex-direction: column;
    min-width: 1200px;
    background: #FBFBFF;
    align-items: center;
    padding: 0 0 100px 0;
}

.Min5 .module-name {
    font-weight: bold;
    font-size: 48px;
    color: #262626;
    line-height: 66px;
    width: 1200px;
    text-align: center;
}

.Min5 .module-desc {
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    margin-top: 24px;
    width: 1200px;
}

.Min5 .module-lists {
    border-radius: 20px;
    width: 1200px;
    height: 564px;
    background: #D6E7F7;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.Min5 .module-lists .module-item {
    width: 25%;
    padding: 24px 24px 0;
    border: 1px solid #FFFFFF;
}

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

.Min5 .module-lists .module-item .item-name {
    display: block;
    margin-top: 24px;
    font-size: 24px;
    color: #333;
    line-height: 31px;
    text-align: center;
}

.Min5 .module-lists .module-item .item-desc {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-top: 24px;
}
.Min6 {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    padding: 0 0 24px 0;
    width: 1200px;
    margin: 0 auto;
}
.Min6 .module-name {
    font-weight: bold;
    font-size: 48px;
    color: #262626;
    line-height: 66px;
    width: 1200px;
    text-align: center;
}
.Min6 .lists {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Min6 .lists .item {
    width: 49%;
    position: relative;
    padding:16px 0;
    border-bottom: 1px solid #e4e4e4;
}
.Min6 .lists .item .name {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin-bottom: 12px;
    display: flex;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    align-items: center;
}
.Min6 .lists .item .name a {
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.Min6 .lists .item .name::before {
    content: '';
    display: flex;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-image: url('../img/wen.png');
    background-repeat: no-repeat;
    background-size: 18px;
    flex-shrink: 0;
}
.Min6 .lists .item p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Min6 .lists .item>a {
    position: absolute;
    right: 0;
    bottom: 16px;
    font-size: 14px;
    color: #316BFF;
}

.column {
    background-color: #f7f7f7;
}

.column header {
    position: unset;
    background-color: #fff;
}

.part-container {
    width: 1200px;
    margin: 0 auto auto;
}

.crumbs {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    padding: 15px 4px;
}

.crumbs a {
    color: #333;
}

.crumbs a:hover {
    color: #3e73ed;
}


.crumbs span {
    font-size: 14px;
    margin: 0;
    color: #333;
    line-height: normal;
}

.Part1 {
    background: #ffffff;
}

.Part1 .list {
    display: flex;
    padding: 24px 24px 8px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.Part1 .list .item {
    padding: 18px 16px 14px;
    width: 564px;
    display: flex;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.Part1 .list .item:hover .base-info .name {
    color: #3e73ed !important;
}

.Part1 .list .item img {
    width: 155px;
    height: 108px;
    box-shadow: 2px 6px 10px -1px #999;
}

.Part1 .list .item img:hover {
    -webkit-transform: scale(1.1);
}

.Part1 .list .item .base-info {
    width: calc(100% - 173px);
}

.Part1 .list .item .base-info .name {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 8px;
}

.Part1 .list .item .base-info .desc {
    height: 38px;
    line-height: 19px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
    margin: 8px 0;
}

.Part1 .list .item .base-info .time {
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
}

.part-content {
    display: flex;
    justify-content: space-between;
}

.part-content .container-left {
    width: 100%;
}

.Part2 {
    background: #ffffff;
    padding: 24px;
}

.Part2 h2 {
    font-weight: bold;
    font-size: 24px;
    color: #2C2C2C;
    margin: 20px 0 24px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Part2 .other-info {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e4e3e4;
    padding-bottom: 24px;
}

.Part2 .other-info span {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #837f7f;
    margin: 0 30px;
}

.Part2 .other-info span.refer-link a {
    color: #3e73ed;
}

.Part4 {
    background-color: #ffffff;
    padding: 0 24px 24px;
    font-size: 14px;
    line-height: 28px;
    color: #000;
    display: block;
}

.Part4 p {
    font-size: 14px;
    line-height: 28px;
    color: #000;
    display: block;
}

.Part4 h3 {
    font-size: 16px;
    font-weight: bold;
    color: #3e73ed;
    margin: 15px 0;
    background: #F7F7F7;
    padding: 8px;
}

.Part4 p img,
.Part4 center img {
    max-width: 50%;
    max-height: 300px;
    height: auto;
    width: auto;
    margin: 15px auto;
    display: block;
    box-shadow: 0 0 5px 1px #3e73ed;
}

.Part4 p a {
    color: #3e73ed;
}

.Part4 p a:hover {
    color: #1e00ff;
}

.Part5 {
    width: 100%;
    background: #fff;
    padding: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.Part5 .module-name {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    display: flex;
}

.Part5 .module-name i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../img/min5-ico.png");
    background-size: 24px;
    margin-right: 8px;
}

.Part5 .lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.Part5 .lists .item {
    width: 48%;
    padding: 16px 0;
    border-bottom: 1px dashed #E4E4E4;
}

.Part5 .lists .item .name {
    font-size: 16px;
    color: #333333;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: bold;
}

.Part5 .lists .item:hover .name {
    color: #3e73ed;
}

.Part5 .lists .item .base-info .thumb-img:hover {
    -webkit-transform: scale(1.1);
}

.Part5 .lists .item .base-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;

}

.Part5 .lists .item .base-info .thumb-img {
    width: 107px;
    height: 66px;
    box-shadow: 2px 6px 10px -1px #999;
    border: 1px solid #cfcfcf;
}

.Part5 .lists .item .base-info .desc {
    width: 435px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 54px;
    overflow: hidden;
    font-size: 14px;
    color: #838282;
}

.pages {
    padding-bottom: 28px;
    display: flex;
    justify-content: center;
    column-gap: 16px;
}

.pages a {
    padding: 5px 10px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
    font-size: 12px;
    color: #333333;
    border-radius: 6px;
}

.pages .active {
    color: #fff;
    background: #3e73ed;
}

.page-wrap {
    width: 1200px;
    margin: auto;
}
.part-privacy h1 {
    font-size: 32px;
}
.part-privacy {
    padding: 32px 16px 16px;
    font-size: 16px;
    line-height: 32px;
}
.part-privacy p{
    font-size: 16px;
    line-height: 32px;
}
.page-404 {
    height: 100%;
    text-align: center;
}

.page-404 img {
    width: auto;
    padding: 0 2rem;
    box-sizing: border-box;
}

.page-404 h1,.page-404 span {
    display: block;
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 1rem;
}

.page-404 .desc {
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-top: 16px;
}

.page-404 .desc a {
    color: #296AFF;
}

.page-404 .btn-lists {
    margin: 1rem 0 1rem;
    display: flex;
    justify-content: center;
}

.page-404 .btn-lists a {
    width: 78px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #296AFF;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 1.5rem;
    border-radius: 4px;
}

footer {
    padding: 16px 0;
    background: #dee4e9;
    text-align: center;
    line-height: 24px;
}

footer p {
    font-size: 12px;
    color: #636363;
    text-align: center;
}

footer p.fl a {
    margin-right: 8px
}

footer #beian,
footer .privacy {
    font-size: 12px;
    color: #636363;
}
footer .privacy {
    margin-right: 12px;
}

.ios-desc {
    display: none;
}

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

.index-code-box {
    display: flex;
    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: 70px;
    left: 14%;
    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;
    right: 56px;
    bottom: 100px;
    cursor: pointer;
    display: none;
}

.to_top img {
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 810px) {

    header {
        min-width: unset;
    }

    header .nav {
        width: 100%;
        height: 64px;
        padding: 12px 1rem;
    }

    header .nav h1 img {
        height: 2rem;
        width: auto;
    }

    header .nav .nav-btn {
        font-size: 1rem;
        padding: .625rem 1rem;
        line-height: 1rem;
        border-radius: 1.875rem;
    }

    header .nav .cate {
        font-size: .875rem;
        margin-left: 0;
        margin-right: 0;
    }

    .Min1 {
        width: 100%;
        height: 43.5rem;
        min-width: unset;
        background: url(../img/index-banner-m.png);
        background-size: 25.875rem 43.5rem;
    }

    .Min1 .banner-name {
        font-size: 2.5rem;
        margin-top: 7.75rem;
    }

    .Min1 .banner-desc {
        font-size: 1.125rem;
        line-height: normal;
        margin-top: .5rem;
    }

    .Min1 .banner-btn {
        margin-top: 1rem;
        padding: .75rem 3rem;
        display: flex;
        font-size: 1rem;
        border-radius: 1.875rem;
        align-items: center;
    }

    .Min1 .banner-btn i {
        width: 1.125rem;
        height: 1.125rem;
        background: url(../img/android-ico.png);
        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 .index-banner-img {
        width: auto;
        height: 14rem;
        margin-top: 2.5rem;
    }

    .Min1 .down-base-info {
        font-size: .875rem;
        margin-top: 1rem;
        line-height: normal;
        gap: 0 .5rem;
        flex-wrap: wrap;
    }

    .Min1 .index-device-desc {
        font-size: .875rem;
        margin-top: .5rem;
        line-height: 1.5rem;
    }

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

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

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


    .Min1 .functions-list .item .function-name {
        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 {
        width: 100%;
        margin: 5.375rem auto 0;
        padding: 0 1rem;
    }

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

    .Min2 .advantages-name {
        font-size: 1rem;
        line-height: 1.25rem;
        margin-top: 1rem;
    }

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

    .Min2 .advantages-img {
        display: none;
    }

    .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 {
        min-width: unset;
        display: flex;
        margin: 2rem auto 0;
        background: #FBFBFF;
        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 {
        color: #262626;
        font-size: 1.125rem;
        line-height: 1.875rem;
    }

    .Min3 .module-left .module-name {
        font-size: 1rem;
        line-height: 1.375rem;
        margin-top: .5rem;
        padding: 0 6.75rem;
        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;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        margin-left: unset;
        align-content: space-between;
    }

    .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 {
        width: 100%;
        text-align: center;
        font-weight: bold;
        color: #262626;
        font-size: 1.125rem;
        line-height: 1.875rem;
    }

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

    .Min4 .module-content {
        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: 48.375rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .Min4 .module-content .module-desc {
        font-size: .8rem;
        color: #666666;
        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 {
        border-radius: 15px;
        padding: 1.5rem 1rem;
        width: 100%;
        height: auto;
        margin-top: 1rem;
    }

    .Min4 .module-content .module-lists .module-item .item-name {
        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 {
        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;
        min-width: unset;
        align-items: center;
        padding: 2rem 1rem;
        margin: 0;
    }

    .Min5 .module-name {
        width: 100%;
        text-align: center;
        color: #262626;
        font-size: 1.125rem;
        line-height: 1.875rem;
    }

    .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 {
        border-radius: .625rem;
        width: 100%;
        height: auto;
        background: #D6E7F7;
        margin-top: 1rem;
        display: flex;
        flex-wrap: wrap;
    }

    .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 {
        width: 2.5rem;
        height: 2.5rem;
        display: block;
        margin: 0 auto;
    }

    .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 {
        font-size: .8rem;
        line-height: 1.25rem;
        margin-top: .75rem;
    }
    .Min6 {
        display: flex;
        flex-direction: column;
        row-gap: 1.5rem;
        padding: 1.5rem .875rem 1.375rem .875rem;
        width: 100%;
        box-sizing: border-box;
    }
    .Min6 .module-name {
        width: 100%;
        text-align: center;
        font-weight: bold;
        color: #262626;
        font-size: 1.125rem;
        line-height: 1.875rem;
    }
    .Min6 .lists {
        display: flex;
        flex-direction: column;
    }
    .Min6 .lists .item {
        padding:1rem 0;
        width: 100%;
    }
    .Min6 .lists .item:first-child {
        padding-top: 0;
    }
    .Min6 .lists .item .name {
        font-weight: bold;
        font-size: .875rem;
        margin-bottom: .5rem;
        color: #333;
        display: flex;
        align-items: center;
    }
    .Min6 .lists .item .name a {
        color: #333;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 21.325rem;
    }
    .Min6 .lists .item .name::before {
        content: '';
        display: flex;
        width: 1rem;
        height: 1rem;
        margin-right: 0.5rem;
        background-image: url('../img/wen.png');
        background-repeat: no-repeat;
        background-size: 1rem;
    }
    .Min6 .lists .item p {
        font-size: 0.75rem;
        color: #666;
        line-height: 1.25rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .Min6 .lists .item>a {
        position: absolute;
        right: 0;
        bottom: 1rem;
        font-size: 0.75rem;
        color: #316BFF;
    }

    .crumbs {
        font-size: .75rem;
        display: block;
        padding: .75rem 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .crumbs a {
        color: #333333;
    }

    .crumbs a:hover {
        color: #3e73ed;
    }

    .crumbs span {
        font-size: .75rem;
    }

    .pages {
        padding: 1.5rem 1rem;
        column-gap: .5rem;
    }

    .pages a {
        padding: .375rem .625rem;
        font-size: .75rem;
        border-radius: .375rem;
    }

    .Part1 .list {
        padding: 1rem 1rem 0;
        justify-content: unset;
    }

    .part-container {
        width: 100%;
    }

    .part-content .container-left {
        width: 100%;
    }

    .Part1 .list .item {
        width: 100%;
        padding: .875rem 1rem .875rem .875rem;
        box-shadow: 0px 0px .5rem 1px rgba(0, 0, 0, 0.16);
        border-radius: .25rem;
        margin-bottom: 1rem;
    }

    .Part1 .list .item:last-of-type {
        margin-bottom: 0;
    }

    .Part1 .list .item img {
        width: 6rem;
        height: 3.875rem;
        box-shadow: 2px 6px 10px -1px #999;
    }

    .Part1 .list .item .base-info {
        width: calc(100% - 7rem);
    }

    .Part1 .list .item .base-info .name {
        color: #333;
        font-size: .875rem;
        margin-top: 0;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
    }

    .Part1 .list .item .base-info .desc {
        display: none;
    }

    .Part1 .list .item .base-info .time {
        font-size: .75rem;
        margin-top: .5rem;
    }

    .Part2 {
        padding: 1rem;
    }

    .Part2 h2 {
        font-weight: 600;
        font-size: 1rem;
        margin: 0 0 .875rem;
        line-height: 1.5rem;
        -webkit-line-clamp: 2;
    }

    .Part2 .other-info {
        padding-bottom: 1rem;
    }

    .Part2 .other-info span {
        font-size: .75rem;
        margin: 0 1rem;
        display: flex;
        align-items: center;
    }

    .Part4 {
        background-color: #ffffff;
        padding: 0 1rem 1rem;
        font-size: .75rem;
        color: #666666;
        line-height: 1.5rem;
    }

    .Part4 p {
        font-size: .875rem;
        color: #666666;
        line-height: 1.5rem;
        display: block;
        padding: 0;
    }

    .Part4 h3 {
        font-size: .875rem;
        font-weight: bold;
        color: #3e73ed;
        margin: 1rem 0;
        background: unset;
        padding: 0;
    }

    .Part4 p img,
    .Part4 center img {
        max-width: 80%;
        max-height: 18.75rem;
        height: auto;
        width: auto;
        margin: 1.5rem auto;
        display: block;
        box-shadow: 0 0 5px 1px #3e73ed;
    }

    .Part5 {
        width: 100%;
        background: #fff;
        padding: 1rem 1.5rem;
        margin-top: .5rem;
    }

    .Part5 .module-name {
        font-weight: bold;
        font-size: .875rem;
        color: #333333;
        display: flex;
        align-items: center;
    }

    .Part5 .module-name i {
        display: inline-block;
        width: .875rem;
        height: .875rem;
        background: url("../img/min5-ico.png");
        background-size: .875rem;
        margin-right: .5rem;
    }

    .Part5 .lists {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }

    .Part5 .lists .item {
        width: 100%;
        padding: 1rem 0;
        border-bottom: 1px dashed #E4E4E4;
    }

    .Part5 .lists .item .name {
        font-size: .875rem;
        color: #333333;
    }

    .Part5 .lists .item .base-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 16px;

    }

    .Part5 .lists .item .base-info .thumb-img {
        width: 6rem;
        height: 3.875rem;
        box-shadow: 2px 6px 10px -1px #999;
    }

    .Part5 .lists .item .base-info .desc {
        width: auto;
        line-height: 1.75rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
        height: auto;
        overflow: hidden;
        color: #838282;
        font-size: .75rem;
        margin-left: .5rem;
    }

    .page-wrap {
        width: 100%;
        margin: 0 auto;
    }
    .part-privacy h1 {
        font-size: 2rem;
    }
    .part-privacy {
        padding: 2rem 1rem 1rem;
        font-size: 0.875rem;
        line-height: 1.75rem;
    }
    .part-privacy p{
        font-size: 0.875rem;
        line-height: 1.75rem;
    }
    .page-404 h1,.page-404 span {
        font-size: 1.125rem;
        margin-top: 1rem;
    }
    .page-404 img {
        width: 100%;
        margin-top: 4rem;
    }
    .page-404 .desc {
        text-align: center;
        font-size: 1.125rem;
        margin-top: 1rem;
    }

    footer {
        padding: 1rem;
        text-align: center;
        line-height: 1.5rem;
    }

    footer p,
    footer #beian,
    footer p a,
    footer .privacy {
        font-size: .75rem;
    }
    footer .privacy {
        margin-right: .75rem;
    }

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

    .to_top {
        right: 1rem !important;
        bottom: 2rem !important;
    }

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


}