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 {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: height .4s;
    transition: height .4s;
    height: 64px;
    z-index: 100;
    box-shadow: 0 2px 6px 0 rgba(32, 33, 37, .1);
    display: flex;
    justify-content: center;
    min-width: 1200px;
    background: #fff;
}

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

.nav .logo_warp {
    all: unset;
    cursor: pointer;
}

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

.nav .header-down {
    background: #356EEE;
    border-radius: 30px;
    padding: 10px 16px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: normal;
    display: none;
}

.nav .header-down:hover {
    background: #356EEE;
}
.nav .cate {
    font-size: 16px;
    display: flex;
    column-gap: 24px;
    margin-left: 120px;
    margin-right: auto;
}
.nav .cate a {
    color: #000;
}
.nav .cate a.active {
    color: #356EEE;
}

.Min1 {
    display: flex;
    align-items: center;
    background: url(../img/banner_bg.png);
    padding: 226px 0;
    justify-content: center;
    margin-top: 64px;
    min-width: 1200px;
}

.Min1 .min1-left {
    width: 560px;
    height: auto;
}

.Min1 .min1-right {
    margin-left: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.Min1 .min1-right .index-name-zh {
    font-weight: bold;
    font-size: 52px;
    color: #12161A;
    line-height: normal;
}

.Min1 .min1-right .func_warp {
    margin-top: 32px;
    display: flex;
}

.Min1 .min1-right .func_warp .func-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #DDD;
    padding: 0 40px;
}


.Min1 .min1-right .func_warp .func-item:first-of-type {
    border: unset;
    padding-left: 0;
}

.Min1 .min1-right .func_warp .func-item:last-of-type {
    padding-right: 0;
}

.Min1 .min1-right .func_warp .func-item i {
}

.Min1 .min1-right .func_warp .func-item:first-of-type i {
    width: 34px;
    height: 34px;
    background: url("../img/min1-2.png");
    background-size: 34px 34px;
}

.Min1 .min1-right .func_warp .func-item:nth-of-type(2) i {
    width: 24px;
    height: 34px;
    background: url("../img/min1-3.png");
    background-size: 24px 34px;
}

.Min1 .min1-right .func_warp .func-item:last-of-type i {
    width: 34px;
    height: 34px;
    background: url("../img/min1-4.png");
    background-size: 34px 34px;
}

.Min1 .min1-right .func_warp .func-item strong {
    font-size: 16px;
    color: #12161A;
    margin-top: 8px;
}

.Min1 .min1-right .func_warp .func-item span {
    font-size: 12px;
    color: #12161A;
}

.Min1 .min1-right .section-btn {
    margin-top: 32px;
    padding: 15px 84px;
    background: #356EEE;
    border-radius: 29px;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Min1 .min1-right .section-btn:hover {
    background: #356EEE;
}

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

.Min1 .min1-right .index-device {
    font-size: 16px;
    color: #12161A;
    margin-top: 16px;
}

.Min1 .min1-right .index-desc {
    font-size: 16px;
    color: #12161A;
    margin-top: 16px;
}


.Min1 .min1-right .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 .min1-right .down-base-info em {
    all: unset;
    font-style: normal;
}


.Min1 .min1-right .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: 90px;left:18%;display:none!important;}
.index-code-box .index-code{margin-bottom:24px;}
.index-code-box .index-code img{width:136px!important;height:136px!important}

.section-name-bg {
    font-weight: bold;
    font-size: 48px;
    color: #EDEDED;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 80px;
    text-align: center;
    line-height: 64px;
}

.section-name-bg span {
    font-weight: bold;
    font-size: 35px;
    line-height: 46px;
    color: #333C4B;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 34px;
    left: 0;
}

.Min2 {
    margin: 120px auto 0;
}

.Min2 .section-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
}

.Min2 .section-content .content-left {
    position: relative;
}

.Min2 .section-content .content-left .line {
    width: 1px;
    height: 600px;
    background: #356EEE;
    display: block;
    position: absolute;
    top: 15px;
    left: 6px;
}

.Min2 .lists {
}

.Min2 .lists .item {
    margin-top: 32px;
}

.Min2 .lists .item:first-of-type {
    margin-top: 0;
}

.Min2 .lists .item .circle-name {
    display: flex;
    align-items: center;
}


.Min2 .lists .item .circle-name i {
    width: 14px;
    height: 14px;
    background: url("../img/circle.png");
}

.Min2 .lists .item .circle-name .simple-name {
    background: #356EEE;
    border-radius: 0px 15px 15px 15px;
    width: 76px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    margin-left: 23px;
}

.Min2 .lists .item .name {
    margin-top: 16px;
    font-weight: bold;
    font-size: 16px;
    color: #333C4B;
    margin-left: 37px;
}

.Min2 .lists .item .desc {
    width: 530px;
    margin-top: 8px;
    font-size: 16px;
    color: #686F7F;
    line-height: 26px;
    margin-left: 37px;
}

.Min2 .section-content .content-right {
    width: 610px;
    height: auto;
}

.Min3 {
    margin: 120px auto 0;
}

.Min3 .lists {
}

.Min3 .lists .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 120px;
    width: 1200px;
}

.Min3 .lists .item .name-desc {
}

.Min3 .lists .item .name-desc .name {
    font-weight: bold;
    font-size: 40px;
    color: #333C4B;
    padding-left: 70px;
    position: relative;
    line-height: 80px;
    margin-bottom: 32px;
}

.Min3 .lists .item .name-desc .name:before {
    content: '';
    width: 62px;
    height: 62px;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
}

.Min3 .lists .item:nth-of-type(1) .name-desc .name:before {
    background: url(../img/min3-5.png);
    background-size: 62px;
}

.Min3 .lists .item:nth-of-type(2) .name-desc .name:before {
    background: url(../img/min3-6.png);
    background-size: 62px;
}

.Min3 .lists .item:nth-of-type(3) .name-desc .name:before {
    background: url(../img/min3-7.png);
    background-size: 62px;
}

.Min3 .lists .item:nth-of-type(4) .name-desc .name:before {
    background: url(../img/min3-8.png);
    background-size: 62px;
}

.Min3 .lists .item:nth-of-type(2) .name-desc, .Min3 .lists .item:nth-of-type(4) .name-desc {
    order: 2;
}


.Min3 .lists .item .name-desc .desc {
    font-size: 16px;
    color: #686F7F;
    width: 526px;
}

.Min3 .lists .item img {
    width: 300px;
    height: auto;
}

.Min4 {
    padding: 80px 0;
    background: url("../img/min4-bg.png");
    min-width: 1200px;
    background-repeat: repeat;
    background-position: center;
}

.Min4 .section-name-bg {
    margin-bottom: 56px;
    color: #546482;
}

.Min4 .section-name-bg span {
    color: #FFFFFF
}

.Min4 .lists {
    display: flex;
    width: 1200px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.Min4 .lists .item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 40px 23px;
    background: #fff;
    border-radius: 10px;
    width: 270px;
    height: 297px;
}

.Min4 .lists .item img {
    width: 80px;
    height: 80px;
}

.Min4 .lists .item .name {
    font-size: 20px;
    color: #333C4B;
    margin-top: 24px;
}

.Min4 .lists .item .desc {
    width: 224px;
    font-size: 16px;
    color: #686F7F;
    margin-top: 24px;
}

.Min5 {
    margin-top: 120px;
}

.Min5 .lists {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Min5 .lists .item {
    width: 270px;
    height: 191px;
    background: #EFF9FE;
    border-radius: 10px;
    padding: 35px 23px 0;
    margin-bottom: 40px;
}

.Min5 .lists .item:nth-of-type(4n-2) {
    background: #EAF3FE;
}

.Min5 .lists .item:nth-of-type(4n-1) {
    background: #FFEFEB;
}

.Min5 .lists .item:nth-of-type(4n) {
    background: #EFFEF9;
}

.Min5 .lists .item .name {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333C4B;
    justify-content: center;
}

.Min5 .lists .item .name img {
    height: 24px;
    width: auto;
    margin-right: 10px;
}

.Min5 .lists .item .desc {
    font-size: 16px;
    color: #636A78;
    margin-top: 16px;
}
.Min6 {
    margin: 32px auto 28px;
    width: 1200px;
    display: flex;
    flex-direction: column;
}
.Min6 h2 {
    font-weight: 900;
    font-size: 40px;
    color: #333;
    font-style: normal;
    text-align: center;
}
.Min6 .lists {
    display: flex;
    row-gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Min6 .lists .item {
    display: flex;
    flex-direction: column;
    width: 49%;
    padding: 16px;
    border-radius: 10px;
    position: relative;
}
.Min6 .lists .item:nth-child(1) {
    background: linear-gradient(to bottom, #DEEBFC, #F4F6FF);
}
.Min6 .lists .item:nth-child(2) {
    background: linear-gradient(to bottom, #FFE7D6, #FFF8F4);
}
.Min6 .lists .item:nth-child(3) {
    background: linear-gradient(to bottom, #E6FFE5, #F7FFF7);
}
.Min6 .lists .item:nth-child(4) {
    background: linear-gradient(to bottom, #FFE4E0, #FFF9F8);
}
.Min6 .lists .item:nth-child(5) {
    background: linear-gradient(to bottom, #dee795, #fefff6);
}
.Min6 .lists .item:nth-child(6) {
    background: linear-gradient(to bottom, #ddbded, #f8f3ff);
}
.Min6 .lists .item .name {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 8px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.Min6 .lists .item:nth-child(1) .name {
    color: #3D80F5;
}
.Min6 .lists .item:nth-child(2) .name {
    color: #F08D44;
}
.Min6 .lists .item:nth-child(3) .name {
    color: #569C53;
}
.Min6 .lists .item:nth-child(4) .name {
    color: #FF5D48;
}
.Min6 .lists .item:nth-child(5) .name {
    color: #9bb513;
}
.Min6 .lists .item:nth-child(6) .name {
    color: #9044f0;
}
.Min6 .lists .item .desc {
    font-size: 14px;
    color: #3D4043;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Min6 .lists .item .time {
    position: absolute;
    bottom: 16px;
    right: 16px;
    font-size: 13px;
    color: #356EEE;
}

.category {
    background: #f5f8fe;
}
.my-container {
    width: 1200px;
    margin: 64px auto auto;
}
.crumbs {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 16px 0;
    padding: 10px 16px;
    background: #fff;
}

.crumbs a {
    color: #666666;
}

.crumbs a:hover {
    color: #356EEE;
}
.main-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: #fff;
    margin-bottom: 24px;
}
.article .main-flex {
    background-color: unset;
}
.main-flex .main-left {
    width: 100%;
}
.column {
    width: 100%;
    padding: 0 24px 0;
}

.column .module-title {
    padding-top: 4px;
    padding-bottom: 16px;
    border-bottom: 2px solid #356EEE;
    font-weight: bold;
    font-size: 20px;
    color: #356EEE;
}

.column .lists-item {
    display: flex;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #DDDDDD;
}

.column .lists-item:hover .title {
    color: #356EEE;
}

.column .lists-item .thumb-img {
    width: 180px;
    height: 120px;
    box-shadow: 2px 5px 10px -1px #999;
    border: 1px solid #cfcfcf;
}

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

.column .lists-item .base-info {
    margin-left: 16px;
    width: 955px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 120px;
}

.column .lists-item .base-info .name {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color:#333;
}

.column .lists-item .base-info .desc {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}
.column .lists-item .base-info .other-info {
    display: flex;
    justify-content: space-between;
}
.column .lists-item .base-info .other-info .time {
    font-size: 14px;
    color: #666666;
}

.column .lists-item .base-info .other-info .time em {
    font-style: normal;
}

.column .lists-item .base-info .other-info .time em.on {
    color: red;
}

.column .lists-item .base-info .other-info .lists-news {
    font-size: 14px;
    color: #356EEE;
    display: flex;
    justify-content: space-between;
    width: 80px;
    align-items: center;
}

.column .lists-item .base-info .other-info .lists-news i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/lists-news.png");
    background-size: 16px;
}
.page {
    margin: 24px 0;
    display: flex;
    justify-content: center;
    column-gap: 12px;
}
.page a {
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(157, 157, 157, 0.44);
    text-align: center;
    font-size: 12px;
    color: #000;
    padding: 4px 8px;
    cursor: pointer;
    display: inline-block;
}
.page a.active,
.page a:hover {
    color: #fff;
    background: #356EEE;
}

.article .main-flex {
    background-color: unset;
}
.read {
    width: 100%;
    background: #fff;
    padding: 24px;
    margin-top: 24px;
}

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

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

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

.read .lists .item:hover .name {
    color: #356EEE;
}


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

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

}

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

.read .lists .item .base-info .desc {
    width: 430px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    color: #838282;
}
.text__name {
    background: #fff;
    padding: 24px 0;
}

.text__name h2 {
    font-weight: bold;
    font-size: 24px;
    color: #2C2C2C;
    line-height: 60px;
    text-align: center;
    margin-bottom: 15px;
}

.text__name .other-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.text__name .other-info .time i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background: url("../img/time.png");
    background-size: 14px;
}

.text__name .other-info .hits i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background: url("../img/views.png");
    background-size: 14px;
}

.text__name .other-info .refer-link a:hover {
    color: #356EEE;
}

.text__name .other-info .refer-link a {
    font-size: 14px;
    color: #356EEE;
}
.text__name .content {
    background-color: #ffffff;
    padding: 24px 24px 0;
    font-size: 14px;
    line-height: 28px;
    color: #000;
}

.text__name .content .detail-module-name {
    margin-bottom: 15px;
}

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

.text__name .content h3 {
    font-size: 16px;
    font-weight: bold;
    color: #356EEE;
    margin: 15px 0;
}
.text__name .content p img, .text__name .content center img {
    max-width: 50%;
    max-height: 300px;
    height: auto;
    width: auto;
    margin: 15px auto;
    display: block;
    box-shadow: 0 0 5px 1px #356EEE;
}

.text__name .content a {
    color: #356EEE;
}
.detail-module-name {
    font-weight: bold;
    font-size: 20px;
    color: #356EEE;
    padding-bottom: 16px;
    border-bottom: 2px solid #356EEE;
}

.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: #356EEE;
}

.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: #356EEE;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 1.5rem;
    border-radius: 4px;
}


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

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

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

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

.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;
        width: 100%;
    }

    .nav {
        width: 100%;
        padding: 1rem;
    }

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

    .nav .header-down {
        border-radius: 1.875rem;
        padding: .5rem 1rem;
        font-size: .875rem;
    }
    .nav .cate {
        font-size:.875rem;
        margin-left:0;
        margin-right: 0;
    }

    .Min1 {
        padding: 2.5rem 1rem 3rem;
        margin-top: 64px;
        min-width: unset;
        width: 100%;
        flex-direction: column;
    }

    .Min1 .min1-left {
        width: 100%;
        height: auto;
        object-fit: scale-down;
        order: 2;
        margin-top: 2rem;
    }

    .Min1 .min1-right {
        margin-left: 0;
        margin-top: 4rem;
    }


    .Min1 .min1-right .index-name-zh {
        font-size: 1.875rem;
    }

    .Min1 .min1-right .func_warp {
        margin-top: 1rem;
        display: flex;
    }

    .Min1 .min1-right .func_warp .func-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-left: 1px solid #DDD;
        padding: 0 2rem;
    }


    .Min1 .min1-right .func_warp .func-item:first-of-type i {
        width: 1.5rem;
        height: 1.5rem;
        background: url("../img/min1-2.png");
        background-size: 1.5rem;
    }

    .Min1 .min1-right .func_warp .func-item:nth-of-type(2) i {
        width: 1.15rem;
        height: 1.5rem;
        background: url("../img/min1-3.png");
        background-size: 1.15rem 1.5rem;
    }

    .Min1 .min1-right .func_warp .func-item:last-of-type i {
        width: 1.5rem;
        height: 1.5rem;
        background: url("../img/min1-4.png");
        background-size: 1.5rem;
    }

    .Min1 .min1-right .func_warp .func-item strong {
        font-size: 1rem;
        color: #12161A;
        margin-top: .25rem;
    }

    .Min1 .min1-right .func_warp .func-item span {
        font-size: .8rem;
        color: #12161A;
    }

    .Min1 .min1-right .section-btn {
        margin-top: 1rem;
        padding: 0.75rem 3.375rem;
        border-radius: 1.5rem;
        font-size: 1rem;
        color: #FFFFFF;
    }

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

    .Min1 .min1-right .section-btn .android-ico {
        background: url(../img/android-ico.png);
        background-size: 1.5rem;
    }

    .Min1 .min1-right .section-btn .ios-ico {
        background: url(../img/ios-ico.png);
        background-size: 1.5rem;
    }

    .Min1 .min1-right .index-device {
        font-size: .875rem;
        margin-top: 1rem;
    }
    
    .Min1 .min1-right .index-desc {
        font-size: .875rem;
        margin-top: .5rem;
    }
    
    .Min1 .min1-right .down-base-info {
        font-size: .875rem;
        margin-top: .75rem;
        line-height: 1.5rem;
        gap: 0 .5rem;
        flex-wrap: wrap;
    }

    .Min1 .min1-right .ios-desc {
        font-size: .8rem;
        margin-top: .25rem;
        color: #adb5bd;
        text-align: center;
        display: none;
    }


    .section-name-bg {
        font-size: 1.5rem;
        padding-bottom: .5rem;
        margin-bottom: 1.5rem;
        line-height: 2rem;
    }

    .section-name-bg span {
        font-size: 1.125rem;
        line-height: 1.5rem;
        top: 1rem;
        left: 0;
    }

    .Min2 {
        margin: 2.1875rem auto 0
    }

    .Min2 .section-content {
        width: 100%;
        padding: 0 1rem;
        flex-direction: column;
    }

    .Min2 .section-content .content-left .line {
        display: none;
    }

    .Min2 .lists .item {
        margin-top: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .Min2 .lists .item .circle-name {
        display: flex;
        align-items: center;
    }


    .Min2 .lists .item .circle-name i {
        display: none;
    }

    .Min2 .lists .item .circle-name .simple-name {
        background: #356EEE;
        border-radius: 0 .9375rem .9375rem .9375rem;
        width: 4.75rem;
        height: 1.875rem;
        line-height: 1.875rem;
        font-size: .875rem;
        margin-left: 0;
    }

    .Min2 .lists .item .name {
        margin-top: 1rem;
        font-size: .875rem;
        color: #333C4B;
        margin-left: 0;
    }

    .Min2 .lists .item .desc {
        width: 100%;
        margin-top: .5rem;
        font-size: .8rem;
        line-height: 1.6rem;
        margin-left: 0;
    }

    .Min2 .section-content .content-right {
        padding: 0 3.375rem;
        width: 100%;
        height: auto;
    }

    .Min3 {
        margin: 2.5rem auto .5rem;
    }

    .Min3 .lists .item {
        margin-bottom: 1.5rem;
        width: 100%;
        flex-direction: column;
        padding: 0 1rem;
    }

    .Min3 .lists .item .name-desc {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Min3 .lists .item .name-desc .name {
        font-size: 1rem;
        padding-left: 1.5rem;
        line-height: 1.375rem;
        margin-bottom: 1rem;
    }

    .Min3 .lists .item .name-desc .name:before {
        width: 1.125rem;
        height: 1.125rem;
        top: .125rem;
    }

    .Min3 .lists .item:nth-of-type(1) .name-desc .name:before {
        background-size: 1.125rem;
    }

    .Min3 .lists .item:nth-of-type(2) .name-desc .name:before {
        background-size: 1.125rem;
    }

    .Min3 .lists .item:nth-of-type(3) .name-desc .name:before {
        background-size: 1.125rem;
    }

    .Min3 .lists .item:nth-of-type(4) .name-desc .name:before {
        background-size: 1.125rem;
    }

    .Min3 .lists .item:nth-of-type(2) .name-desc, .Min3 .lists .item:nth-of-type(4) .name-desc {
        order: 0;
    }


    .Min3 .lists .item .name-desc .desc {
        font-size: .8rem;
        color: #686F7F;
        width: 100%;
        line-height: 1.6rem;
    }

    .Min3 .lists .item img {
        width: auto;
        height: 16.25rem;
        margin-top: 1rem;
    }

    .Min4 {
        padding: 1.5rem 1rem 0;
        background: url("../img/min4-bg-m.png");
        min-width: unset;
        width: 100%;
        background-repeat: repeat;
        background-position: center;
    }

    .Min4 .section-name-bg {
        margin-bottom: 1.625rem;
    }

    .Min4 .lists {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .Min4 .lists .item {
        padding: 1.5rem .5rem 0;
        background: #fff;
        border-radius: .625rem;
        width: 11.5rem;
        height: 12.25rem;
        margin-bottom: 1.5rem;
        justify-content: flex-start;
    }

    .Min4 .lists .item img {
        width: 2.5rem;
        height: 2.5rem;
    }

    .Min4 .lists .item .name {
        font-size: .875rem;
        margin-top: 1rem;
    }

    .Min4 .lists .item .desc {
        width: 100%;
        font-size: .8rem;
        margin-top: 1rem;
    }

    .Min5 {
        margin-top: 2.5rem;
        padding: 0 1rem;
    }

    .Min5 .lists {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .Min5 .lists .item {
        width: 11.5rem;
        height: 11.375rem;
        border-radius: .625rem;
        padding: 1rem 1rem 0;
        margin-bottom: 1rem;
    }


    .Min5 .lists .item .name {
        display: flex;
        align-items: center;
        font-size: .875rem;
        color: #333C4B;
    }

    .Min5 .lists .item .name img {
        height: 1.5rem;
        width: auto;
        margin-right: .5rem;
    }

    .Min5 .lists .item .desc {
        font-size: .8rem;
        color: #636A78;
        margin-top: 1rem;
    }
    .Min6 {
        margin-top: 1rem;
        padding: 0 .875rem 0 .875rem;
        width: 100%;
        margin-bottom: 1.375rem;
    }
    .Min6 h2 {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
    .Min6 .lists {
        row-gap: 1rem;
        column-gap: 1rem;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: normal
    }
    .Min6 .lists .item {
        padding: 1rem;
        border-radius: 0.625rem;
        width: 100%;
    }
    .Min6 .lists .item .name {
        font-size: 1rem;
        line-height: 1.75rem;
        margin-bottom: 0.5rem;
    }
    .Min6 .lists .item .desc {
        font-size: 0.875rem;
        line-height: 1.375rem;
    }
    .Min6 .lists .item .time {
        bottom: 1rem;
        right:1rem;
        font-size: .875rem;
    }


    .my-container {
            width: 100%;
    }
    .crumbs {
        font-size: .75rem;
        margin-bottom: 1rem;
        padding: .75rem 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        margin:.5rem 0;
    }
    .main-flex {
        flex-direction: column;
        margin-bottom: 0;
    }
    .column {
        padding: 0 1rem 0;
    }

    .column .module-title {
        padding-top: 0;
        padding-bottom: 1rem;
        border-bottom: 1px solid #356EEE;
        font-size: 1rem;
        margin-bottom: 0;
    }

    .column .lists-item .thumb-img {
        width: 35%;
        height: 5rem;
    }

    .column .lists-item {
        justify-content: space-between;
        padding: 1rem 0;
        border-bottom: 1px solid #dddddd;
    }


    .column .lists-item .base-info {
        width: 60%;
        margin-left: 0;
        height: 5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .column .lists-item .base-info .name {
        transition: 0.5s;
        max-height: 3rem;
        line-height: normal;
        font-size: 0.875rem;
        font-weight: bold;
        color: #000000;
    }

    .column .lists-item .base-info .desc {
        font-size: .75rem;
        -webkit-line-clamp: 1;
        height: 1.5rem;
        line-height: 1.5rem;
    }

    .column .lists-item .base-info .other-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .column .lists-item .base-info .other-info .time {
        font-size: .75rem;
    }

    .column .lists-item .base-info .other-info .lists-news {
        font-size: .75rem;
        width: auto;
    }

    .column .lists-item .base-info .other-info .lists-news i {
        width: 1rem;
        height: 1rem;
        background-size: 1rem;
    }
    .page {
        margin: 1.5rem 0;
        column-gap: .5rem;
        line-height:normal;
        padding: 0 1rem;
    }
    .page a {
        font-size: .75rem;
        padding: .25rem .5rem;
    }
    .read {
        padding: 1rem;
        margin-top: .5rem;
    }

    .read .lists {
        display: block;
    }

    .read .lists .item {
        display: block;
        width: 100%;
        padding: 1rem 0;
        border-bottom: 1px solid #E4E4E4;
    }

    .read .lists .item .name {
        font-size: .875rem;
        font-weight: bold;
    }

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

    }

    .read .lists .item .base-info .thumb-img {
        width: 30%;
        height: 4.5rem;
    }

    .read .lists .item .base-info .desc {
        width: 67%;
        line-height: 1.5rem;
        -webkit-line-clamp: 2;
        font-size: .75rem;
    }

    .read .lists .item:nth-last-child(2) {
        border-bottom: 1px solid #E4E4E4;
    }

    .detail-module-name {
        font-weight: bold;
        font-size: 1.125rem;
        color: #356EEE;
        padding-bottom:.5rem;
    }
    .text__name {
        background: #fff;
        padding: 1rem 0;
    }

    .text__name h2 {
        font-size: 1rem;
        line-height: 2rem;
        padding: 0 1rem;
        margin-bottom: .9375rem;
    }

    .text__name .other-info span {
        font-size: .75rem;
        margin: 0 1rem 0 0;
    }

    .text__name .other-info .time i, .text__name .other-info .hits i {
        width: .75rem;
        height: .75rem;
        margin-right: .25rem;
        background-size: .75rem;
    }

    .text__name .other-info .refer-link a {
        font-size: .75rem;
    }

    .text__name .content {
        padding: .5rem 1rem 0;
        font-size: .875rem;
        line-height: 1.5rem;
    }

    .text__name .content .detail-module-name {
        margin: .5rem 0 1rem 0;
    }

    .text__name .content p {
        font-size: .9375rem;
        line-height: 1.5rem;
    }

    .text__name .content h3 {
        font-size: 1.0625rem;
        line-height: normal;
        margin: .5rem 0;
    }

    .text__name .content p img, .text__name .content center img {
        max-width: 50%;
        max-height: 15rem;
        height: auto;
        width: auto;
        margin: .5rem auto;
        display: block;
        box-shadow: 0 0 5px 1px #356EEE;
    }

    .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 1.625rem 1rem;
        text-align: center;
    }

    footer p, footer #beian {
        font-size: .8rem;
        line-height: 1.6rem;
    }
    
    .to_top {
        right: 1rem !important;
        bottom: 2rem !important;
    }

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

}