@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;
}

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;
}
html,body {height: 100vh;}
.category {
    background: unset;
    display: flex;
    flex-direction: column;
}
.section-1 {
    background: url("../img/banner-bg.png");
    background-size: cover;
    background-position: center;
}
.category .section-1 {
    background: unset;
}

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

.section-1 .header {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-1 .header h1 {
    all: unset;
    cursor: pointer;
}

.section-1 .header h1 img {
    display: block;
    height: 34px;
    width: auto;
}
.section-1 .header .nav {
    font-size: 16px;
    display: flex;
    column-gap: 24px;
    margin-left: 140px;
    margin-right: auto;
}
.section-1 .header .nav a {
    color: #000;
}
.section-1 .header .nav a.active {
    color: #2f65f2;
}

.section-1 .baner_wrap {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 72px 0 164px;
    justify-content: 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;
}

.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: 32px;
    color: #262448;
    line-height: 48px;
}

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

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

.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 .index-device-desc{
     margin-top: 16px;
    font-size: 16px;
    color: #262448;
    line-height: 22px;
    text-align: 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;
}


.crumbs { width: 1200px; margin: 0 auto;padding:16px 0; font-size: 14px; font-weight: 400; color: #666; display: flex; align-items: center;background-color: #f5f5f7;padding-left: 8px;flex-shrink: 0; }

.crumbs a,.crumbs h1 { color: #666;  font-size: 14px;font-weight: 400;}

.container {
    width: 1200px;
    margin: 16px auto 0;
    display: flex;
    justify-content: space-between;
}
.container .left-box {
    width: 100%;
}
.container .left-box .list .item:first-child {margin-top:0}

.container .left-box .list .item { display: flex; justify-content: space-between; padding: 16px 22px; width: 100%;  background: #FFFFFF; box-shadow: 0px 0px 2px 1px #e9e9e4; border-radius: 8px; box-sizing: border-box; position: relative; margin-top: 22px; }

.container .left-box .list .item .cover { width: 100px; height: 100px; }

.container .left-box .list .item1 .cover {width: 144px;}

.container .left-box .list .item .right {display: flex;flex-direction: column;justify-content: space-between;width: calc(100% - 170px);}

.container .left-box .list .item .right .name { font-size: 18px; font-weight: bold; color: #333333;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.container .left-box .list .item .right .name:hover { color: #2f65f2; }

.container .left-box .list .item .right .r2 {font-size: 12px;font-weight: 400;color: #999999;display: flex;align-items: center;justify-content: space-between;}

.container .left-box .list .item .right .r2 > div { display: flex; align-items: center; }

.container .left-box .list .item .right .r2 .point { width: 6px; height: 6px; background: #FFFFFF; border: 1px solid #2f65f2; margin-right: 5px; border-radius: 50%; }

.container .left-box .list .item .right .r2 .time-box { margin-right: 80px; }

.container .left-box .list .item .right .r2 .view-box img { width: 12px; height: 8px; margin-right: 5px; }

.container .left-box .list .item .right .r3 { display: flex; align-items: center; }

.container .left-box .list .item .right .r3 .tag { width: 66px; height: 20px; background: rgba(85, 162, 231, 0.2); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 400; color: #666666; margin-right: 32px; }

.container .left-box .list .item .right .r3 .tag:hover { background: rgba(85, 162, 231, 0.5); }

.container .left-box .list .item .right .r4 { width: 100%; height: 19px; font-size: 14px; font-weight: 400; color: #666666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.container .left-box .list .item .btn {width: 88px;background: #2f65f2;border-radius: 6px;font-size: 14px;font-weight: 400;color: #FFFFFF;text-align: center;line-height: 30px;}

.container .left-box .list .item .btn:hover { background: #2f65f2;transform: scale(1.1); }
.pagenation {
    margin: 24px 0;
    text-align: center;
}

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

.pagenation a {
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(157, 157, 157, 0.44);
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 14px;
    color: #000;
    padding: 4px 12px;
    cursor: pointer;
    display: inline-block;
}
.pagenation .active {
    color: #fff;
    background: #2f65f2;
}
.pagenation a:hover {
    color: #fff;
    background: #2f65f2;
}

.container .left-box .section-l1 { width: 100%; background: #FFFFFF;margin-bottom: 24px;border: 1px solid #fff;box-shadow: 0px 0px 2px 1px #e9e9e4; border-radius: 8px; padding: 24px; box-sizing: border-box; }

.container .left-box .section-l1 .name { font-size: 22px; font-weight: bold; color: #333333; text-align: center; display:block}

.container .left-box .section-l1 .infos-0 {display: flex;align-items: center;margin-bottom: 10px;}

.container .left-box .section-l1 .infos-1 { display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 400; color: #999999; margin: 16px 0 29px; }

.container .left-box .section-l1 .infos-1 a {color: #2f65f2;}
.container .left-box .section-l1 .infos-1 > div { margin-right: 32px; }

.container .left-box .section-l1 .infos-1 .tag-box { margin-right: 0; }

.container .left-box .section-l1 .infos-1 .tag-box img { width: 13px; height: 11px; margin-right: 4px; }

.container .left-box .section-l1 .infos-2 { padding: 20px 0 20px; border-top: 1px solid rgba(112, 112, 112, 0.1); }

.container .left-box .section-l1 .cover { width: 48px; height: 48px;  }

.container .left-box .section-l1 .infos-2 .center { margin-left: 40px; width: 380px; }

.container .left-box .section-l1 .infos-2 .center .name { font-size: 18px; font-weight: bold; color: #2f65f2;; }

.container .left-box .section-l1 .infos-2 .center .r2 { display: flex; align-items: center; flex-wrap: wrap; }

.container .left-box .section-l1 .infos-2 .center .r2 > div { width: 190px; font-size: 14px; font-weight: 400; color: #333333; margin-top: 16px; }

.container .left-box .section-l1 .infos-2 .center .r2 .label { color: #666666; }

.container .left-box .section-l1 .infos-2 .download-btn {  width: 184px; height: 48px; background: #2f65f2; border-radius: 10px; display: flex; align-items: center; justify-content: center; }

.container .left-box .section-l1 .infos-2 .download-btn:hover { background: #2f65f2; }

.container .left-box .section-l1 .infos-2 .download-btn img { display: block; width: 26px; height: 25px; margin-right: 10px; }

.container .left-box .section-l1 .infos-2 .download-btn span { display: block; font-size: 18px; font-weight: 400; color: #FFFFFF; }

.container .left-box .section-l1 .detail { padding: 24px 0 0; box-sizing: border-box; border-top: 1px solid rgba(112, 112, 112, 0.1);font-size: 14px; color: #535353; line-height: 30px; }

.container .left-box .section-l1 .detail a {color:#2f65f2;}

.container .left-box .section-l1 .detail h3 { font-size: 20px; font-weight: bold; color: #2f65f2; margin: 15px 0; }

.container .left-box .section-l1 .detail h4 { font-size: 16px; font-weight: 400; color: #2f65f2; margin: 15px 0; }

.container .left-box .section-l1 .detail p { font-size: 14px; color: #535353; line-height: 30px; }

.container .left-box .section-l1 .detail strong{ font-weight:bold; } 

.container .left-box .section-l1 .detail p.ti2 { text-indent: 2em; }

.container .left-box .section-l1 .detail img { max-width: 50%; max-height: 400px !important;width: unset; margin: 20px auto; display: block;box-shadow: 0 0 5px 1px #2f65f2; }

.container .left-box .section-l1 .opts { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; box-sizing: border-box; border-top: 1px solid rgba(112, 112, 112, 0.1); }

.container .left-box .section-l1 .opts span { font-size: 14px; font-weight: 400; color: #333333; padding: 0 8px; width: 49%; white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}

.container .left-box .section-l1 .opts span a { color: #333333; }

.container .left-box .section-l1 .opts span a:hover { color: #2f65f2; }

.container .left-box .section-l7 {
    border: 1px solid #fff;
    box-shadow: 0px 0px 2px 1px #e9e9e4;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    display: block;
}
.lable-3 {
    font-size: 18px;
    color: #333333;
    padding-bottom: 4px;
    border-bottom: 4px solid #2f65f2;
    display: inline-block;
    font-weight: bold;
}
.Min3 {background: #FFFFFF;border-radius: 8px;box-sizing: border-box;}
.Min3 .single-xg-news-list {margin-top: 16px;font-size: 16px;font-weight: 400;color: #666666;line-height: 28px;overflow: hidden;display: flex;flex-wrap: wrap;justify-content: space-between;}
.Min3 .single-xg-news-list .item {margin-bottom: 15px !important;width: 48%;float: left;padding-right: 20px;box-sizing: border-box;}
.Min3 .single-xg-news-list .item:nth-child(even) {padding-right: 0px;}
.Min3 .single-xg-news-list .item .name {display: block;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;letter-spacing: 1px;color: #333333;font-weight: bold;}
.Min3 .single-xg-news-list .item .news-base-info {display: flex;align-items: center;margin-top: 5px;}
.Min3 .single-xg-news-list .item .news-base-info .thumb {width: 120px;height: 80px;}
.Min3 .single-xg-news-list .item .news-base-info .thumb a {width: 120px;height: 80px;display: block;}
.Min3 .single-xg-news-list .item .news-base-info .thumb img {width: 100%;height: 100%;}
.Min3 .single-xg-news-list .item .news-base-info .info {overflow: hidden;position: relative;flex: 1;margin-left: 15px !important;}
.Min3 .single-xg-news-list .item .news-base-info .desc {font-size: 14px;line-height: 30px;letter-spacing: 1px;color: #666;display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;text-overflow: ellipsis;-webkit-line-clamp: 2;}
.Min3 .single-xg-news-list .item .news-base-info .time {margin-top: 10px !important;font-size: 14px;color: #999999;letter-spacing: 1px;display: inline-block;}
.Min3 .single-xg-news-list .item:hover .name {color: #2f65f2;}
.section-3 {
    margin: 0 auto 80px;
    width: 1200px;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
.section-3 h2 {
    font-weight: 900;
    font-size: 40px;
    color: #2f65f2;
    font-style: normal;
    text-align: center;
}
.section-3 .lists {
    display: flex;
    row-gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-3 .lists .item {
    display: flex;
    flex-direction: column;
    width: 46.5%;
    padding: 16px;
    border-radius: 10px;
}
.section-3 .lists .item:nth-child(1) {
    background: linear-gradient(to bottom, #DEEBFC, #F4F6FF);
}
.section-3 .lists .item:nth-child(2) {
    background: linear-gradient(to bottom, #FFE7D6, #FFF8F4);
}
.section-3 .lists .item:nth-child(3) {
    background: linear-gradient(to bottom, #E6FFE5, #F7FFF7);
}
.section-3 .lists .item:nth-child(4) {
    background: linear-gradient(to bottom, #FFE4E0, #FFF9F8);
}
.section-3 .lists .item:nth-child(5) {
    background: linear-gradient(to bottom, #dee795, #fefff6);
}
.section-3 .lists .item:nth-child(6) {
    background: linear-gradient(to bottom, #ddbded, #f8f3ff);
}
.section-3 .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;
}
.section-3 .lists .item:nth-child(1) .name {
    color: #3D80F5;
}
.section-3 .lists .item:nth-child(2) .name {
    color: #F08D44;
}
.section-3 .lists .item:nth-child(3) .name {
    color: #569C53;
}
.section-3 .lists .item:nth-child(4) .name {
    color: #FF5D48;
}
.section-3 .lists .item:nth-child(5) .name {
    color: #9bb513;
}
.section-3 .lists .item:nth-child(6) .name {
    color: #9044f0;
}
.section-3 .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;
}
.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: #2f65f2;
}

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



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

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 p a{
    display: inline;
    color: #2f65f2;
    vertical-align: unset;
}
footer .beian {
    text-align: center;
}
footer a {
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    text-align: center;
}
footer .beian a {
    margin-right: 6px;
}

.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) {
    * {box-sizing: border-box;}
    .section-1 {
        padding: 0 1rem;
    }
    .section-1 .header .nav {
        font-size:.875rem;
        margin-left:0;
        margin-right: 0;
    }
    .crumbs {
        width: 100%;
        padding: .5rem 1rem;
        font-size: .75rem;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

    }
    .crumbs a {
        font-size: .75rem;
    }
    .container {
        width: 100%;
        margin: 0;
    }
    .w1200 {
        width: 100%;
    }

    .section-1 .header {
        padding: 1rem 0;
    }

    .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: 1.5rem;
        line-height: 2rem;
    }

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

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

    .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: .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-1 .baner_wrap .section-right .index-device-desc{
        margin-top: .75rem;
        font-size: .875rem;
        line-height: 1.5rem;
    }

    .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: 1.9375rem;
        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;
    }
    .container .list {
        padding: 1rem 1rem 0;
        margin-bottom: 1rem;
    }
    .container .left-box .list .item {
        box-shadow: unset;
        padding: 0 0 1rem;
        margin-top: 1rem;
        border-radius:unset;
        border-bottom: 1px solid #E4E4E4;
    }
    .container .left-box .list .item1 .cover {
        width: auto;
    }
    .container .left-box .list .item .cover {
        width: 6.25rem;
        height: 4rem;
    }
    .container .left-box .list .item .right {
        width: 17rem;
        position: relative;
    }
    .container .left-box .list .item .right .name {
        font-size: .875rem;
    }
    .container .left-box .list .item .right .r2 {
        font-size: .75rem;
    }
    .container .left-box .list .item .right .r2 .time-box {
        margin-right: 0;
    }
    .container .left-box .list .item .btn {
        display: none;
    }
    .container .left-box .list .item .right .r4 {
        height: auto;
        font-size: .75rem;
        position: absolute;
        bottom: 1.4375rem;
    }
    .pagenation {
        margin:1.5rem 0;
    }
    .pagenation a {
        margin-left: .125rem;
        margin-right: .125rem;
        font-size: .75rem;
        padding: .25rem .625rem;
    }
    .container .left-box .section-l1 {
        padding: 1rem;
        box-shadow: none;
        border-bottom: 8px solid #e9e9e4;
        background: #FFFFFF;
        border: 1px solid #fff;
        box-sizing: border-box;
        border-radius: 0;
        margin-bottom: 0;
    }
    .container .left-box .section-l1 .name {
        font-size: 1rem;
        color: #333;
        font-weight: 700;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        display: block;
    }
    .container .left-box .section-l1 .infos-1 {
        font-size: 0.875rem;
        margin: 1rem 0 1.125rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        color: #999;
    }
    .container .left-box .section-l1 .infos-1 > div {
        margin-right: 2rem;
    }
    .container .left-box .section-l1 .detail {
        color: #535353;
        padding: 1rem 0 0;
        font-size: 0.875rem;
        line-height: 1.875rem;
        box-sizing: border-box;
        border-top: 1px solid rgba(112, 112, 112, 0.1);
    }
    .container .left-box .section-l1 .detail p {
        font-size: 0.875rem;
        line-height: 1.875rem;
        color: #535353;
    }
    .container .left-box .section-l1 .detail img {
        max-width: 50%;
        max-height: 400px !important;
        width: unset;
        margin: 1rem auto;
        display: block;
        box-shadow: 0 0 5px 1px #2f65f2;
    }
    .container .left-box .section-l1 .detail h3 {
        font-size: 1.125rem;
        color: #2f65f2;
        margin: .75rem 0;
    }
    .container .left-box .section-l1 .detail a {
        color: #0d6efd;
    }
    .container .left-box .section-l7 {
        border: unset;
        box-shadow:unset;
        border-radius: unset;
        padding: 1rem 1rem .5rem;
        margin-bottom: 0;
    }
    .lable-3 {
        font-size: 1.125rem;
    }
    .Min3 .single-xg-news-list {
        margin-top: 1rem;
        font-size: 1rem;
        line-height: 1.25rem;
        flex-direction: column;
    }
    .Min3 .single-xg-news-list .item {
        width: 100%;
        padding-right:0;
    }
    .Min3 .single-xg-news-list .item .name {
        font-size: 0.875rem;
    }
    .Min3 .single-xg-news-list .item .news-base-info {
        margin-top: 1rem;
    }
    .Min3 .single-xg-news-list .item .news-base-info .info {
        margin-left: .75rem;
    }
    .Min3 .single-xg-news-list .item .news-base-info .desc {
        font-size: 0.875rem;
        line-height: 1.5rem;
        letter-spacing:0.8px;
    }
    .hr {
        height: .5rem;
        background-color: #f5f5f7;
        flex-shrink: 0;
    }
    .section-3 {
        width: 100%;
    }
    .section-3 {
        row-gap: 1rem;
        padding: 0 1rem;
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .section-3 h2 {
        font-size: 1.9375rem;
        color: #2f65f2;
    }
    .section-3 .lists {
        row-gap: 1rem;
        column-gap: 1rem;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: normal
    }
    .section-3 .lists .item {
        padding: 1rem;
        border-radius: 0.625rem;
        width: 100%;
    }
    .section-3 .lists .item .name {
        font-size: 1rem;
        line-height: 1.75rem;
        margin-bottom: 0.5rem;
    }
    .section-3 .lists .item .desc {
        font-size: 0.875rem;
        line-height: 1.375rem;
    }
    .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;
    }

    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: 2rem !important;
        height: 2rem !important;
    }

}

