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

* {
    outline: none;
}

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

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

a {
    text-decoration: none;
    color: #FC7F27;
}

html, body {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
}

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

em {
    font-style: inherit;
}


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

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

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

.index-wrap::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: .25rem;
    border: .125rem solid #c1c1c1;
}
.index-wrap {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #fff;
}
/**滚动条END**/
.container-1 {
    background-color: #fcf1eb;
}
header{padding: 1rem;position: relative;z-index: 1;}
header .logo-head {max-width:1200px;margin:auto;display: flex;justify-content: space-between;align-items: center;}
header h1 {
    all: unset;
    cursor: pointer;
    display: flex;
}
header h1 img{width: auto;height: 1.75rem;object-fit:cover;}
header .nav {
    display: flex;
    column-gap: 2rem;
}
header .nav a {
    color:#000;
    font-size: .875rem;
}
.cat header .nav a {
    color:#000;
}
header .nav a.active {
    color:#FC7F27;
}
.container-1 .container1-info {
    padding: 1.625rem .5rem 0;
    display: flex;
    justify-content: center;
    column-gap: 3.75rem;
    align-items: center;
    position: relative;
    flex-direction: column;
    height: auto;
}
.container-1 .container1-info h2 {
    display: flex;
    align-items: center;
    font-weight: 900;
    font-size: 2.5rem;
    color: #FC7F27;
}
.container-1 .container1-info h2 img {
    width: 2.75rem;
    height: 2.75rem;
    margin-right: 0.5rem;
}
.container-1 .container1-info .info {
    font-size: 1.125rem;
    color: #FC7F27;
    margin: .5rem 0 1rem 0;
}
.container-1 .container1-info .info span {
    color: #FC7F27;
}
.container-1 .container1-info .download-btn i {
    content: url(../img/down-pc.png);
    margin-right: 0.5rem;
    width: 1.125rem;
    height: 1.125rem;
}

.container-1 .container1-info .download-btn.android i {
    content: url(../img/down-android.webp);
}

.container-1 .container1-info .download-btn.ios i {
    content: url(../img/down-ios.webp);
}
.container-1 .container1-info .download-btn {
    color: #fff;
    background-color: #FC7F27;
    border-radius: 1.5rem;
    padding: .75rem 2.85rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.container-1 .container1-info .device-description{font-size:0.75rem;color:#fff;margin: 0.5rem 0 1rem 0;}
.container-1 .container1-info .download-info{position: relative;cursor: pointer;}
.container-1 .container1-info .qrcode-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: 3rem;left: 0;z-index:5;display:none!important;}
.container-1 .container1-info .qrcode-box .index-box{margin-bottom:24px;}
.container-1 .container1-info .qrcode-box .index-box img{width:136px!important;height:136px!important}
.container-1 .container1-info .device-description {
    font-size: .75rem;
    line-height: 1.5rem;
    color: #FC7F27;
}
.container-1 .container1-info .download-description {
    font-size: .75rem;
    line-height: 1rem;
    margin-top: .5rem;
    color: #FC7F27;
    display: flex;
    gap: 0.625rem;
}
.container-1 .container1-info .banner {
    width: 96%;
}

.module-name {
    display: flex;
    align-items: center;
    padding: 1.5rem 1rem;
}
.module-name h2 {
    font-weight: 900;
    font-size: 1.5rem;
    margin: auto;
    color: #FC7F27;
    display: flex;
    align-items: flex-end;
    flex-shrink: 0;
    margin-right: 1rem;

}
.module-name h2::before {
    content: '';
    margin-right: .75rem;
    display: inline-block;
    height: 1.9375rem;
    width: .25rem;
    background-color: #FC7F27;
}
.module-name i {
    height: .125rem;
    display: inline-block;
    background-color: #FC7F27;
    width: 100%;
}
.container-2 {
    display: flex;
    flex-direction: column;
}
.container-2 .feature {
    display: flex;
    row-gap: 1rem;
    flex-direction: column;
    padding: 2rem 1rem 2rem 2.75rem;
    background-color: #fcf1eb;
}
.container-2 .feature .info {
    background-color: #fff;
    border-radius: .625rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    column-gap: .5rem;
}
.container-2 .feature .info img {
    width: 3.5rem;
    height: 3.5rem;
    flex-shrink: 0;
    margin-left: -2.75rem;
}
.container-2 .feature .info .right {
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
}
.container-2 .feature .info .right span {
    font-size: 1rem;
    font-weight: bold;
    color: #FC7F27;
}
.container-2 .feature .info .right div {
    font-size: .75rem;
    color: #3D4043;
    line-height: 1.125rem;
}

.container-3 {
    display: flex;
    flex-direction: column;
}
.container-3 .function .item {
    display: flex;
    flex-direction: column
}
.container-3 .function .item + .item {
    padding-top: 2rem;
}
.container-3 .function .item .info {
    padding:0 1rem 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}
.container-3 .function .item .info h3 {
    font-size: 1.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    z-index: 1;
}
.container-3 .function .item .info h3::after {
    content: '';
    display: block;
    width: 19.375rem;
    height: 1.125rem;
    background-color: #FC7F27;
    border-radius: .875rem;
    margin-top: -.625rem;
    z-index: -1;
}
.container-3 .function .item .info p {
    color: #3D4043;
    font-size: .875rem;
    line-height: 1.375rem;
}
.container-3 .function .item .img {
    background-color: #F9F9F9;
    display: flex;
    justify-content: center;
}
.container-3 .function .item .img img {
    width: 17.5rem;
    margin: 1.5rem 0;
}

.container-4 {
    display: flex;
    flex-direction: column;
}
.container-4 .faq {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    background-color: #fcf1eb;
    padding: 1.5rem 1rem;
}
.container-4 .ques {
    width: 100%;
    padding:1rem;
    background-color: #fff;
    border-radius: .625rem;
}

.container-4 .ques h3 {
    font-weight: bold;
    font-size: .875rem;
    margin-bottom: .5rem;
    align-items: center;
    display: flex;
    color: #333;
    cursor: pointer;
}
.container-4 .ques h3::before {
    content: '';
    display: flex;
    width: 1rem;
    height: 1rem;
    background-image: url('../img/faq.webp');
    background-size: 1rem 1rem;
    background-repeat: no-repeat;
    margin-right: .5rem;
    flex-shrink: 0;
}
.container-4 .ques h3 a {
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.container-4 .ques .info {
    position: relative;
}
.container-4 .ques p {
    color: #666;
    font-size: 0.75rem;
    line-height: 1.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制为两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: .0625rem;
}
.container-4 .ques a.more {
    font-size: 0.75rem;
    color: #FC7F27;
    display: flex;
    position: absolute;
    line-height: normal;
    right: 0;
    bottom: 0.125rem;
    align-items: baseline;
}


.cat {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100vh!important;
}

.crumbs {
    font-size: 0.75rem;
    padding: 0.5rem 1rem .5rem 1rem;
    background:#F7F7F7;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    flex-shrink: 0;
}
.crumbs a,.crumbs h1 {
    color: #333;
    font-size: 0.75rem;
    font-weight: 400;
    display: unset;
}
.cat-lists {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    padding: 1rem 1rem 0;
    margin-bottom: auto;
}
.cat-lists a {
    color: #333;
}
.cat-lists .item {
    border-radius: 0.625rem;
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E3E4E4;
}
.cat-lists .item h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    font-size: .875rem;
}
.cat-lists .item .info {
    display: flex;
    column-gap: .5rem;
}
.cat-lists .item .info img {
    width: 8.25rem;
    height: 5.75rem;
    flex-shrink: 0;
}
.cat-lists .item .desc {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cat-lists .item .desc .tips {
     /* 限制为两行 */
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     color: #666;
     font-size: .75rem;
     line-height: 1.375rem;
}
.cat-lists .item .time {
    color: #FC7F27;
    font-size: .75rem;
}
.index-wrap .page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5rem 0;
    column-gap: .5rem;
    padding: 0 1rem;
    row-gap: .5rem;
    flex-wrap: wrap;
}
.index-wrap .page a:first-child {
    display: none;
}
.index-wrap .page a {
    border: 1px solid #ddd;
    padding: .25rem .5rem;
    color: #666;
    font-size: 0.75rem;
    border-radius: .375rem;
}
.index-wrap .page a.active {
    color: #fff;
    background-color: #FC7F27;
    border: 1px solid #FC7F27;
}

.main-box .Min1 {
    padding: 1.25rem 1rem 1.5rem;
    background: #FFFFFF;
    box-sizing: border-box;
}
.main-box .Min1 .sec-name .center {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}
.main-box .Min1 .sec-name .center .name {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}
.main-box .Min1 .sec-name .center .r2 {
    font-size: 0.75rem;
    display: flex;
    justify-content: space-evenly;
}
.main-box .Min1 .sec-name .center .r2 .c2 a {
    color: #FC7F27;
}
.main-box .Min1 .sec-content {
    font-size: 0.875rem;
    line-height: 1.75rem;
    color: #666;
}
.lable-3 {
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: .875rem;
    margin-bottom: 0.875rem;
    padding-bottom: .25rem;
    border-bottom: .25rem solid #FC7F27;
    display: inline-block;
    color: #333;
}
.main-box .Min1 .sec-content p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    color: #666;
}
.main-box .Min1 .sec-content img {
    width: auto;
    height: auto;
    max-width: 75%;
    max-height: 300px;
    margin: .5rem auto;
    display: block;
    box-shadow: 0 0 5px 1px #FC7F27;
}
.main-box .Min1 .sec-content a {
    color: #FC7F27;
}
.main-box .Min1 .sec-content h3 {
    margin: .75rem 0;
    font-size: 1rem;
    line-height: 2.375rem;
    background: #f3f2f5;
    border-left: .25rem solid #FC7F27;
    padding-left: .75rem;
}
.Min2 {
    padding: 0 1rem 0.75rem 1rem;
    background: #FFFFFF;
}
.Min2 .single-xg-news-list {
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    color: #666;
    overflow: hidden;
}
.Min2 .single-xg-news-list .item {
    margin-bottom:1rem;
}
.Min2 .single-xg-news-list .item .name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.875rem;
    letter-spacing: .0625rem;
    color: #333;
}
.Min2 .single-xg-news-list .item .news-base-info {
    display: flex;
    align-items: center;
    margin-top: .25rem !important;
}
.Min2 .single-xg-news-list .item .news-base-info .thumb {
    width: 7.5rem;
    height: 5rem;
}
.Min2 .single-xg-news-list .item .news-base-info .thumb a {
    width: 7.5rem;
    height: 5rem;
    display: block;
}
.Min2 .single-xg-news-list .item .news-base-info .thumb img {
    width: 100%;
    height: 100%;
}
.Min2 .single-xg-news-list .item .news-base-info .info {
    margin-left: 1rem;
    font-size: 0.75rem;
    letter-spacing: .0625rem;
    color: #999;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}



.page-404 {
    height: 100%;
}

.page-404 img {
    width: 100%;
    margin-top: 4rem;
    padding: 0 2rem;
    box-sizing: border-box;
}

.page-404 h1,.page-404 span {
    display: block;
    font-size: 1.125rem;
    color: #333333;
    text-align: center;
    margin-top: 2rem;
}

.page-404 .desc {
    text-align: center;
    font-size: 1.125rem;
    margin-top: 1rem;
    color: #333;
}

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

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

.page-404 .btn-lists a {
    width: 78px;
    padding:.5rem 0;
    text-align: center;
    background: #FC7F27;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 1.5rem;
    border-radius: .25rem;
}
.part-privacy {
    padding: 2rem 1rem 1rem;
    font-size: .75rem;
    line-height: 1.5rem;
}
.part-privacy p{
    font-size: .75rem;
    line-height: 1.5rem;
}
.hr {
    height: .5rem;
    background-color: #F5F5F7;
    flex-shrink: 0;
}




.footer {
    text-align: center;
    width: 100%;
    background-color: #fff;
    padding: 0.85rem;
}

.footer p, .footer p a {
    font-weight: normal;
    margin-bottom: 0;
    color: #333;
    margin-top: 0;
    text-align: center;
    font-size: .75rem;
    line-height: 1.5rem;
}
.footer p a {
    color: #FC7F27;
}
.footer .footer-desc {
    display: flex;
    justify-content: center;
    line-height: 1.5rem;
}
.footer .privacy {
    margin-right: 0.5rem;
}
.footer .beian,.footer .privacy {
    color: #333;
    font-size: .75rem;
}


.to_top {
    position: fixed;
    right: 1rem;
    bottom: 6rem;
    cursor: pointer;
    display: none;
    z-index: 99;
}

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

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