@charset "utf-8";
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
ul,
ol,
li,
p {
    margin: 0;
    padding: 0;
}

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

a {
    text-decoration: unset;
}

a,
body,
div,
em,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
li,
p,
span,
ul,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    /*vertical-align: middle;*/
}

img {
    border: none;
    vertical-align: middle;
}

body {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin: auto;
    padding: 0;
    background: url("../img/body-bg.png");
    background-size: cover;
}

.content {
    margin-top: 89px;
    display: flex;
    justify-content: space-between;
}

.detail-crumbs {
    /*width: 1200px;*/
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    /*display: flex;*/
    /*align-items: center;*/
    line-height: 26px;
    padding: 5px 0 5px 5px;
    background-color: #f3f3f3;
}
.cru {
    margin: auto;
    padding: 16px 0;
    background-color: #f3f3f3;
}
.detail-crumbs h1 {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.detail-crumbs a {
    color: #999;
}
.detail-crumbs a:hover {
    color: #2f65f2;
}

.left-box .sec-1 {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px 24px 24px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.left-box .sec-1 .sec-name .center {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.left-box .sec-1 .sec-name .center .name {
    text-align: center;
    font-size: 22px;
    margin-bottom: 25px;
}

.left-box .sec-1 .sec-name .center .r2 {
    display: flex;
    justify-content: space-evenly;
    font-size: 14px;
}

.left-box .sec-1 .sec-name .center .r2 .c2 a {
    color: #2f65f2;
}

.left-box .sec-1 .sec-content img {
    width: unset;
    max-width: 75%; 
    max-height: 300px;
    margin: 18px auto;
    display: block;
    box-shadow: 0 0 5px 1px #2f65f2;
}

.left-box .sec-1 .sec-content{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    padding: 0 18px;
}

.left-box .sec-1 .sec-content p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    padding: 0 18px;
}

.left-box .sec-1 .sec-content h3 {
    margin: 15px 0;
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    background: #f3f2f5;
    border-left: 5px solid #2f65f2;
    padding-left: 13px;
}

.lable-3 {
    font-size: 20px;
    color: #333333;
    margin-top: 24px;
    margin-bottom: 14px;
    height: 24px;
    line-height: 24px;
    padding-bottom: 4px;
    border-bottom: 4px solid #2f65f2;
    display: inline-block;
}

.sec-2 {
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 0 24px 12px 24px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.sec-2 .single-xg-news-list {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec-2 .single-xg-news-list .item {
    margin-bottom: 15px !important;
    width: 46%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.sec-2 .single-xg-news-list .item:nth-child(even) {
    padding-right: 0px;
}

.sec-2 .single-xg-news-list .item .name {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    font-weight: normal !important;
}

.sec-2 .single-xg-news-list .item .news-base-info {
    display: flex;
    align-items: center;
    margin-top: 5px !important;
}

.sec-2 .single-xg-news-list .item .news-base-info .thumb {
    width: 120px;
    height: 80px;
}

.sec-2 .single-xg-news-list .item .news-base-info .thumb a {
    width: 120px;
    height: 80px;
    display: block;
}

.sec-2 .single-xg-news-list .item .news-base-info .thumb img {
    width: 100%;
    height: 100%;
}

.sec-2 .single-xg-news-list .item .news-base-info .info {
    overflow: hidden;
    position: relative;
    flex: 1;
    margin-left: 15px !important;
}

.sec-2 .single-xg-news-list .item .news-base-info .desc {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #999999;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}


.sec-2 .single-xg-news-list .item .news-base-info .time {
    margin-top: 10px !important;
    font-size: 14px;
    color: #999999;
    letter-spacing: 1px;
    display: inline-block;
}

.sec-2 .single-xg-news-list .item:hover .name {
    color: #2f65f2;
}

.section-1 {
    background: url("../img/banner-bg.png");
    background-size: cover;
    background-position: center;
    background-color: #fff!important;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.section-1 .header {
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.section-1 .header .cate {
    display: flex;
    column-gap: 24px;
}
.section-1 .header .cate a {
    color:#000;
}
.section-1 .header .cate a.active {
    color:#2f65f2;
}
.section-1 .header h1 {
    all: unset;
    cursor: pointer;
}

.section-1 .header h1 img {
    display: block;
    height: 44px;
    width: auto;
}

.section-1 .baner_wrap {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 72px 0 164px;
    justify-content: center;
}

.section-1 .baner_wrap .download-btn {
    display: none;
}

.section-1 .baner_wrap .section-left {
    width: 572px;
    height: auto;
}

.section-1 .baner_wrap .section-right {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.section-1 .baner_wrap .section-right .banner-name {
    font-weight: bold;
    font-size: 50px;
    color: #262448;
    line-height: 66px;
}

.section-1 .baner_wrap .section-right .banner-name em {
    all: unset;
    font-weight: bold;
    font-size: 50px;
    color: #2F65F2;
    line-height: 66px;
    margin-left: 24px;
}

.section-1 .baner_wrap .section-right .banner-desc {
    font-size: 26px;
    color: #262448;
    line-height: 36px;
    margin-top: 16px;
    text-align: center;
}

.section-1 .baner_wrap .pc-down-btn{
    border-radius: 100px;
    color: #fff;
    background: #2f65f2;
    margin-top: 16px;
    padding: 14px 64px;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-1 .baner_wrap .pc-down-btn:before{
    content: '';
    background: url(../img/win-ico.png);
    width: 20px;
    height: 20px;
    background-size: 20px;
}


.index-btn_wrap{position: relative;cursor: pointer;display:inline-block}
.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:12%;z-index:5;display:none!important;}
.index-code-box .index-code{margin-bottom:24px;}
.index-code-box .index-code img{width:136px!important;height:136px!important}


.section-1 .baner_wrap .section-right .down-base-info {
    margin-top: 16px;
    font-size: 16px;
    color: #262448;
    line-height: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

.section-1 .baner_wrap .section-right .down-base-info em {
    all: unset;
    font-style: normal;
}

.section-2 {
    margin-bottom: 60px;
}

.section-2 .section-item {
    display: flex;
    align-items: center;
    margin-top: 160px;
    justify-content: space-between;
}

.section-2 .section-item:first-of-type {
    margin-top: 120px;
}

.section-2 .section-item .item-left {
    width: 48%;
    height: auto;
    object-fit: cover;
}

.section-2 .section-item:nth-of-type(2n) .item-left {
    order: 2;
}

.section-2 .section-item .item-right{
    width: 48%;
}

.section-2 .section-item .item-right .item-name {
    font-weight: bold;
    font-size: 40px;
    color: #2f65f2;
    line-height: 58px;
}

.section-2 .section-item .item-right .item-desc {
    font-size: 26px;
    color: #262448;
    line-height: 38px;
    margin-top: 24px;
}
.section-3 {
    margin-top: 0;
    padding: 64px 0 88px 0;
}
.section-3>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}
.section-3 h3 {
    font-size: 40px;
    font-weight: bold;
  }
.section-3 .faq-list {
    width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 16px;

  }

.section-3 .faq-list .faq-item {
    padding: 0 0 0 8px;
    border-radius: var(---8, 8px);
    border: 1px solid var(--10, rgba(0, 0, 0, 0.10));
    display: flex;
    flex-direction: column;
  }

.section-3 .faq-title {
    display: flex;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
  }

.section-3 .faq-title .faq-serial {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1687FF;
    margin: 13px;
  }

.section-3 .faq-title .faq-title-text {
    flex: 1;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: var(--90, rgba(0, 0, 0, 0.90));
    text-overflow: ellipsis;
    word-break: break-all;
    text-align: start;
    white-space: nowrap;
    overflow: hidden;
  }

.section-3 .faq-title .faq-dropdown-icon {
    width: 25px;
    height: 25px;
    margin: 0px 16px 0 16px;
    background: url('/statics/2024/img/toggle.png') no-repeat 0 0 / 50px 25px;
  }
.section-3 .faq-title .faq-dropdown-icon.active {
      transform: rotate(180deg);
  }
  /*.sec-four .faq-title:hover .faq-dropdown-icon {*/
  /*  background: url('/statics/2024/img/toggle.png') no-repeat -25px 0 / 50px 25px;*/
  /*}*/

.section-3 .faq-container {
    display: none;
    flex-direction: column;
    align-items: start;
    gap: 16px;
    margin-top: -8px;
    padding: 0 60px 24px 32px;
  }

.section-3 .faq-container.active {
    display: flex;
  }

.section-3 .faq-container .faq-content {
    font-size: 16px;
    font-weight: 400;
    color: var(--90, rgba(0, 0, 0, 0.60));
    text-align: start;
  }

.section-3 .faq-container .faq-detail-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--normal, #1687FF);
    font-family: "Microsoft YaHei UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
  }

.section-3 .faq-container .faq-detail-btn:hover {
    color: var(--hover, #1687FF);
  }

.section-3 .faq-container .faq-detail-btn:active {
    color: var(--hover, #1687FF);
  }

.section-3 .faq-all-btn {
    width: 216px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid var(---normal, #1687FF);
    color: var(--normal, #1687FF);
    font-weight: 700;
  }

.section-3 .faq-all-btn:hover {
    border: 1px solid var(---normal, #1687FF);
    color: var(--normal, #27C566);
  }

.section-3 .faq-all-btn:active {
    border: 1px solid var(---normal, #1687FF);
    color: var(--normal, #1687FF);
}

.my-container {
    width: 1200px;
    margin: 0 auto;
    min-height: calc(100vh - 184px);
}
.my-container a {
    color: #333;
}
.main-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main-flex .main-left {
    width: 100%
}
.Min3 {
    width: 100%;
    background: #fff;
    padding: 24px 0;
    box-sizing: border-box;
}

.Min3 .module-name {
    padding-top: 4px;
    padding-bottom: 16px;
    border-bottom: 2px solid #2f65f2;
    font-weight: bold;
    font-size: 20px;
    color: #2f65f2;
}

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

.Min3 .lists-item:hover .info-name {
    color: #2f65f2;
}

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

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

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

.Min3 .lists-item .base-info .info-name {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.Min3 .lists-item .base-info .other-info .time {
    font-size: 14px;
    color: #666;
}

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

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

.Min3 .lists-item .base-info .other-info .lists-news {
    font-size: 14px;
    color: #2f65f2;
    float: right;
    display: flex;
    justify-content: space-between;
    width: 80px;
    align-items: center;
}

.Min3 .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;
    text-align: center;
}

.page span {
    width: 24px;
    height: 24px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(157, 157, 157, 0.44);
    text-align: center;
    line-height: 24px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
}

.page a {
    width: 24px;
    height: 24px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(157, 157, 157, 0.44);
    text-align: center;
    line-height: 24px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
}

.page .a1 {
    width: auto;
    border-radius: 3px;
    padding: 0 8px;
}

.page .current {
    color: #fff;
    background: #2f65f2;
}

.page .page-span {
    color: #fff;
    background: #2f65f2;
}

.page span:hover {
    color: #fff;
    background: #2f65f2;
}

.page a:hover {
    color: #fff;
    background: #2f65f2;
}

.page select {
    height: 24px;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(157, 157, 157, 0.44);
    text-align: center;
    line-height: 24px;
    border: aliceblue;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    cursor: pointer;
}


footer {
    background: #E8F0FD;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    padding: 16px 0;
}

footer .friend-link {
    display: flex;
    align-items: center;
    gap: 0 8px;
    flex-wrap: wrap;
    justify-content: center;
}

footer p {
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    text-align: center;
}

footer a {
    display: block;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    text-align: center;
}
.hr {display:none;}
.to_top{position:fixed;right:56px;bottom:100px;cursor:pointer;display:none;}
.to_top img{width:50px;height:50px;}

@media screen and (max-width: 840px) {
    .hr {height: 1px;background-color:#f3f3f3;display:block;}
    .content{display:block;}
    .cru {padding:0;}
    .detail-crumbs {
        width: 100%;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
        padding: 0;
        background-color: #fff;
        color: #1e1e1e;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .detail-crumbs span {margin-left:1rem;}
    .detail-crumbsb a {
        font-size: 12px;
        color: #666666;
    }
    
    .detail-crumbs h1 {
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
        color:#1e1e1e;
    }
    .left-box .sec-1 {
        padding: 1.25rem 1rem 1.5rem;
        margin-bottom: 0;
        border-radius: 0;
    }
    .left-box .sec-1 .sec-name .center {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
    .left-box .sec-1 .sec-name .center .name {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    .left-box .sec-1 .sec-name .center .r2 {
        font-size: 0.75rem;
    }
    .left-box .sec-1 .sec-content {
        padding: 0;
        font-size: 0.875rem;
        line-height: 1.5rem;
    }
    .lable-3 {
        margin-top: 0;
        font-size: 0.875rem;
        border-bottom: 2px solid #2f65f2;
    }
    .left-box .sec-1 .sec-content p {
        padding: 0;
        font-size: 0.875rem;
        line-height: 1.5rem;
    }
    .sec-2 {
        padding: 1.25rem 1rem 1.5rem;
        margin-bottom:0;
        border-radius: 0;
    }
    .sec-2 .single-xg-news-list {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .sec-2 .single-xg-news-list .item {
        width: 100%;
        margin-bottom:0!important;
        padding: 0;
    }
    .sec-2 .single-xg-news-list .item .name { 
        font-size: 0.875rem;
    }
    .sec-2 .single-xg-news-list .item .news-base-info .thumb {
        width: 7.5rem;
        height: 5rem;
    }
    .sec-2 .single-xg-news-list .item .news-base-info .thumb a {
        width: 100%;
        height: 100%;
    }
    .sec-2 .single-xg-news-list .item .news-base-info .desc {
        font-size: 0.75rem;
        line-height: 1.25rem;
    }
    .section-1 {
        padding: 0 1rem;
    }

    .w1200 {
        width: 100%;
    }

    .section-1 .header {
        padding: 1rem 0;
        justify-content: space-between;
    }
    .section-1 .header .cate a {
        font-size: .875rem;
    }
    .section-1 .header h1 img {
        height: 2.125rem;
    }

    .section-1 .baner_wrap {
        gap: 2rem;
        padding: 2.25rem 0 2rem;
        flex-direction: column;
    }


    .section-1 .baner_wrap .section-left {
        width: 100%;
        height: auto;
        order: 2;
    }

    .section-1 .baner_wrap .section-right {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .section-1 .baner_wrap .section-right .banner-name {
        font-size: 2.5rem;
        line-height: 3.25rem;
    }

    .section-1 .baner_wrap .section-right .banner-name em {
        font-size: 2.5rem;
        line-height: 3.25rem;
        margin-left: .625rem;
    }

    .section-1 .baner_wrap .section-right .banner-desc {
        font-size: 1.25rem;
        line-height: 1.625rem;
        margin-top: 1rem;
    }

    .section-1 .baner_wrap .section-right .index-btn_wrap {
        display: none;
    }

    .section-1 .baner_wrap .download-btn {
        display: flex;
        align-items: center;
        padding: .75rem 6.875rem;
        font-size: 1rem;
        color: #FFFFFF;
        line-height: 1.25rem;
        background: #2f65f2;
        margin-top: 1.5rem;
        border-radius: 1.5rem;
        gap: .375rem;
    }

    .section-1 .baner_wrap .download-btn:before {
        content: '';
        width: 1.125rem;
        height: 1.125rem;
        background: url("../img/android-ico.png");
        background-size: 1.125rem;
    }

    .section-1 .baner_wrap .download-btn.ios-btn:before {
        background: url("../img/ios-ico.png");
        background-size: 1.125rem;
    }

    .section-1 .baner_wrap .section-right .down-base-info {
        margin-top: .5rem;
        font-size: .875rem;
        line-height: 1.5rem;
        gap: 0 .5rem;
        flex-wrap: wrap;
    }

    .section-2 {
        margin-bottom: 2rem;
        padding: 0 1rem;
    }

    .section-2 .section-item {
        gap: 2rem;
        margin-top: 2.5rem;
        flex-direction: column;
    }

    .section-2 .section-item:first-of-type {
        margin-top: 2.5rem;
    }

    .section-2 .section-item .item-left {
        width: 100%;
        height: auto;
        order: 2;
    }

    .section-2 .section-item .item-right{
        width: 100%;
    }

    .section-2 .section-item .item-right .item-name {
        font-size: 2rem;
        color: #2f65f2;
        line-height: 3rem;
        text-align: center;
    }

    .section-2 .section-item .item-right .item-desc {
        font-size: .875rem;
        line-height: 1.25rem;
        margin-top: 1rem;
    }

    .section-3 {
        padding: 0 0 2.5rem 0;
        gap: 2rem;
    }
    .section-3>div {
        gap:1.5rem;
    }
    .section-3 h3 {
        font-size: 2rem;
        color: #000;
    }
    .section-3 .faq-list {
        width: 100%;
        gap:1.5rem;
        padding: 0 1.5rem;
        box-sizing: border-box;
    }
    .section-3 .faq-title{
        padding: 1.25rem 0;
    }
    .section-3 .faq-title .faq-serial {
        width: 4px;
        height: 4px;
        margin: 6px;
    }
    .section-3 .faq-title .faq-title-text {
        font-size: .875rem;
    }
    .section-3 .faq-title .faq-dropdown-icon {
        width: 1.5rem;
        height: 1.5rem;
        margin: 0 1rem 0 1rem;
        background-size: 2.5rem 1.5rem;
        
    }
    .section-3 .faq-title:hover .faq-dropdown-icon {
        background-size: 2.5rem 1.5rem;
    }
    /*.section-3 .faq-title:hover .faq-dropdown-icon {*/
    /*    background-position: -1.25rem 0;*/
    /*}*/
    .section-3 .faq-container {
        gap: 1rem;
        margin-top: -0.5rem;
        padding: 0 1.5rem 1.5rem 1.25rem;
    }
    .section-3 .faq-container .faq-content {
        font-size: 1rem;
    }
    .section-3 .faq-container .faq-detail-btn {
        font-size: 1rem;
    }

    .my-container {
        width: 100%;
        margin: 0 auto;
    }
    .main-flex {
        flex-direction: column;
        background-color: #fff;
    }
    .main-flex .main-left {
        width: 100%;
    }
    .Min3 {
        padding: 1rem;
        background:none;
    }

    .Min3 .module-name {
        padding-top: 0;
        padding-bottom: 1rem;
        border-bottom: 1px solid #007aff;
        font-size: 1rem;
        margin-bottom: 0;
    }

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

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


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

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

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

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

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

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

    .Min3 .lists-item .base-info .other-info .lists-news i {
        width: 1rem;
        height: 1rem;
        background-size: 1rem;
    }
    .page {
        margin-top: 1rem;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: .5rem;
    }

    .page span, .page a, .page select {
        font-size: .75rem;
        margin: 0 .25rem;
    }


    footer {
        padding: 1rem;
    }

    footer .friend-link {
        gap: 0 .5rem;
    }

    footer p {
        font-size: .75rem;
        line-height: 1.25rem;
    }

    footer a {
        font-size: .75rem;
        line-height: 1.25rem;
    }

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

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

