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

.nav {
    padding: 16px;
    display: flex;
    align-items: center;
}

.nav .logo {
    display: flex;
    cursor: pointer;
}

.nav img {
    height: 64px;
    width: auto;
    visibility: hidden;
}
.nav .cate {
    font-size: 16px;
    display: flex;
    column-gap: 24px;
    margin-left: 187px;
    margin-right: auto;
}
.nav .cate a {
    color: #000;
}
.nav .cate a.active {
    color: #2f65f2;
}

.Min1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1400px;
    margin: 24px auto 0;
}

.Min1 .index-name {
    font-weight: bold;
    font-size: 56px;
    color: #202124;
    line-height: normal;
}

.Min1 .index-desc {
    font-weight: 400;
    font-size: 24px;
    color: #636365;
    margin-top: 20px;
}

.Min1 .banner-btn {
    display: flex;
    align-items: center;
    background: #4177E2;
    border-radius: 55px;
    padding: 16px 72px;
    font-size: 24px;
    color: #FFFFFF;
}

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

.Min1 .banner-btn:hover {
    background: #3c6fd3;
}

.Min1 .index-device, .Min1 .index-desc2 {
    font-size: 14px;
    color: #636365;
    margin-top: 16px;
}

.Min2 {
    width: 1400px;
    margin: 36px auto 0;
    display: flex;
    align-items: center;
    gap: 72px;
    justify-content: center;
}

.Min2 img {
    width: auto;
    height: 360px;
}

.Min2 img:nth-of-type(2) {
    height: 480px;
}
.hot-box {
    width: 1200px;
    margin: 100px auto 100px;
    display: flex;
    row-gap: 64px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Min3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}

.Min3 .min3-left {
    display: flex;
    flex-direction: column;
    max-width: 350px;
}

.Min3 .min3-left .min3-name, .Min3 .min3-left .min3-function {
    font-weight: bold;
    font-size: 20px;
    color: #202124;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Min3 .min3-left .min3-desc {
    font-size: 16px;
    color: #636365;
    line-height: 28px;
    margin-top: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Min3 .min3-right {
    margin-bottom: 24px;
}
.Min3 .min3-right img {
    width: 240px;
    height: 135px;
    object-fit: cover;
}

.Min4 {
    display: none;
}

.Min4-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f2f2f2;
  padding: 48px 0 24px 0;
  gap: 24px;
}
.hot-subname {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-top: 88px;
}
.Min4-faq .faq-subname {
  font-size: 32px;
  font-weight: bold;
}

.Min4-faq .faq-list {
  width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 16px;

}

.Min4-faq .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;
  background-color: #fff;
}

.Min4-faq .faq-name {
  display: flex;
  align-items: center;
  padding: 14px 0;
}

.Min4-faq .faq-name .faq-serial {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3C7EF1;
  margin: 8px;
}

.Min4-faq .faq-name .faq-name-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;
}

.Min4-faq .faq-info {
  display: flex;
  justify-content: space-between;
  margin-top: -8px;
  padding: 0 0 14px 22px;
}

.Min4-faq .faq-info .faq-dropdown-icon {
  width: 16px;
  height: 16px;
  margin: -14px 16px 0 16px;
  background-image: url('/statics/2024/img/select.webp');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  flex-shrink: 0;
}

.Min4-faq .faq-info .faq-dropdown-icon.active {
  transform: rotate(90deg);
}

.Min4-faq .faq-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 6px;
}

/*.Min4-faq .faq-container.active {
  display: flex;
}*/

.Min4-faq .faq-container .faq-content {
  font-size: 15px;
  font-weight: 400;
  color: var(--90, rgba(0, 0, 0, 0.60));
  text-align: start;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制为两行 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.Min4-faq .faq-container .faq-other {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.Min4-faq .faq-container .faq-datetime,
.Min4-faq .faq-container .faq-detail-btn {
  color: #3C7EF1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.Min4-faq .faq-container .faq-detail-btn {
  margin-right: -32px;
}

.down-box {
    display: flex;
    position: relative;
    align-items: center;
    margin-top: 20px
}

.banner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.down-box .btn-text {
    padding-right: 24px;
    border-right: 1px solid #FFFFFF;
    text-align: center;
}

.banner-btn img {
    width: 24px;
    height: 24px;
    margin: 0 0 0 16px !important;
}

.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: fixed;bottom: 42%;right: 50px;transform: rotate(90deg);
    z-index: 5;
    display: none !important;
}
.mobile-code {
    position: fixed;
    z-index: 10;
    bottom: 50%;
    right: 10px;
    width: 28px;
    background-color: #fff;
    padding: 4px;
    background-size: 28px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-origin: content-box;
    height: 28px;
    cursor: pointer;
    display: flex;
    background-image: url(../img/icon_index_android1.png);
    box-sizing: content-box;
}
.index-code-box .index-code {
    margin-bottom: 24px;
}

.index-code-box .index-code img {
    width: 136px !important;
    height: 136px !important
}

.btn img {
    margin: 21px 12px 0 56px;
}

.installed {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: auto;
}

.installed-top {
    font-size: 14px;
    background-color: #f5f5f7;
    padding: .375rem;
}

.installed-top span {
    margin-right: 10px;
    font-size: 14px;
    color: #666666;
}

.installed-top a,.installed-top h1 {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    font-weight: normal;
}

.installed-top a:hover {
    color: #3d73ed;
}

.installed-main {
    width: 100%;
}
.installed-main article {
    padding-bottom: 8px;
}
.installed-main-content {
    width: 100%;
    margin-top: 24px;
}

.installed-details-center > div > span:nth-child(1) {
    margin-right: 20px;
}

.installed-main-content > div {
    display: flex;
    padding-bottom: 24px;
    margin-bottom: 24px;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
}

.installed-main-content > div:hover {
    box-shadow: 0px 0px 20px 1px rgba(57,57,57,0.1);
    border-bottom: 1px solid #3d73ed;
}
.installed-main-content > div > a {
    display: flex;
}
.installed-main-content > div > a > img {
    width: 300px;
    height: 170px;
    vertical-align: top;
    border-radius: 6px;
    margin-left: 5px;
    object-fit: cover;
}

.installed-main-content > div > div:nth-child(2) {
    display: flex;
    width: 72%;
    margin-left: 20px;
    flex-direction: column;
    justify-content: space-between;
}

.installed-main-content > div .special-lists-info {
    width: 556px !important;
    margin-left: 15px;
}

.installed-main-content > div .h2 {
    font-size: 18px;
    color: #333333;
    font-weight: 900;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    line-height: 27px;
}

.installed-main-content > div .posi {
    position: relative;
    display: flex;
}

.installed-main-content > div .answer {
    position: absolute;
    width: 90px;
    top: -8px;
}

.installed-main-content > div .answer img {
    margin-right: 10px;
    vertical-align: bottom;
}

.installed-main-content > div > div > div:nth-child(2) span {
    color: #fff;
    display: inline-block;
    background-color: #3d73ed;
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    font-size: 12px;
    margin-top: 10px;
}

.installed-main-content > div > div > div:nth-child(2) span:nth-child(1) {
    margin-right: 10px;
}

.installed-main-content p {
    font-size: 14px;
    line-height: 27px;
    color: #666666;
    margin-top: 10px;
    height: 54px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.installed-main-content-span {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    align-items: center;
}

.installed-main-content-span span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #707070;
    font-size: 14px;
}

.installed-main-content-span img {
    margin-right: 10px;
    vertical-align: bottom;
}

.installed-main-content-span span em {
    font-style: unset;
    color: #366FED;
}

.installed-main-content-span .down {
    font-size: 14px;
    padding: 5px 12px;
    background-color: #366FED;
    color: #fff;
    border-radius: 6px;
}

.page {
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    column-gap: 12px;
}
.page a {
    padding: 4px 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(157,157,157,0.44);
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}
.page .active {
    color: #fff;
    background: #3d73ed;
}
.page a:hover {
    color: #fff;
    background: #3d73ed;
}

.installed-details {
    width: 100%;
    height: 100%;
    margin-top: 30px;
}

.installed-details-top {
    text-align: center;
    border-bottom: 1px #EDEDED solid;
}

.installed-details-top .h1 {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    margin-top: 20px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.installed-details-top div {
    width: 503px;
    padding-top: 20px;
    margin: auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-evenly;
}

.installed-details-top span {
    font-size: 14px;
    font-weight: normal;
    color: #707070;
    display: flex;
    align-items: center;
}

.installed-details-top img {
    margin-right: 10px;
}
.installed-details-top em {
    font-style: normal;
}
.installed-details-center {
    padding: 20px 15px 25px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #000;
    border-bottom: 1px #EDEDED solid;
}
.installed-details-center a {
    color:#366FED!important;
    text-decoration: underline;
}
.installed-details-center h2 {
    padding-bottom: 15px;
    margin: 0 15px 10px;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 2px solid #3d73ed;
}

.installed-details-center h3 {
    margin: 10px 0;
    font-size: 18px;
    background: #f3f2f5;
    border-left: 5px solid #2663ED;
    padding: 8px 10px;
    color: #2663ED;
}

.installed-details-center > div {
    text-align: center;
    margin-top: 20px;
}

.installed-details-center > div > span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background-color: #3d73ed;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    padding: 0px 10px 0px 10px;
}

.installed-details-center p {
    margin: auto;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #000;
}

.installed-details-center .h4 {
    width: 821px;
    margin: auto;
    margin-top: 30px;
    text-align: left;
    font-weight: 900;
}

.installed-details-center .h6 {
    width: 107px;
    height: 25px;
    background-color: #3d73ed;
    border-radius: 0px 13px 13px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    color: #fff;
    margin-top: 35px;
}

.installed-details-center img {
    display: block;
    margin: 16px auto;
    box-shadow: 0px 0px 20px 0px rgba(57,57,57,0.12);
    max-width: 50%;
    max-height: 300px !important;
    width: unset;
    border-radius: 8px;
}

.installed-details-center .p1 {
    margin: 30px 0 0;
}

.installed-details-center .p1 a {
    display: inline-block;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.installed-details-center .p1 a:nth-child(2) {
    float: right;
    text-align: right;
}

.installed-details-center .p1 a:hover {
    color: #3d73ed;
}
.news-b {
    margin-top: 25px;
}

.news-b h2 {
    font-size: 16px;
    font-weight: normal;
}

p.subtitle {
    font-size: 16px;
}

.news-b > p > span:nth-child(1) {
    width: 40px;
    height: 2px;
    background: #333;
}

.news-b > p > span:nth-child(2) {
    display: inline-block;
    width: 239px;
    height: 2px;
    background: #3d73ed;
    margin-left: 2px;
}

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

.news-b .flex a {
    font-size: 14px;
    margin-right: 10px;
}

.installed-main .news-b span.w840 {
    width: 840px;
}

.news-b #news-b {
    margin: 20px 15px 0;
    font-size: 14px;
}

.news-b #news-b .down {
    border: 1px solid #366FED;
    padding: 3px 5px;
    border-radius: 3px;
    color: #366FED;
}

.news-b #news-b .t {
    display: inline-block;
    width: 325px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    margin-right: auto;
}
#news-b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#news-b .item {
    display: flex;
    align-items: center;
    width: 575px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
}
.news-b .flex .h4 {
    font-weight: bold;
    font-size: 20px;
    color:#366FED;
}
.news-b #news-b span {
    margin-left: 25px;
    display: inline-block;
    width: 90px
}

.news-b #news-b .news-b-span {
    margin: 0 24px;
}

.news-b #news-b span em {
    color: #3d73ed;
    font-style: normal;
}

.news-b #news-b span img {
    margin-right: 8px;
    vertical-align: bottom;
}

.news-b #news-b p {
    margin-top: 20px;
}

.news-b #news-b p:nth-child(2) {
    margin-top: 0px;
}

.news-b #news-b div .h1 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #333333;
}

.news-b #news-b div span {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #8c8c8c;
    display: inline-block;
    margin-left: 2px;
    cursor: pointer;
}

.news-b #news-b p span:nth-child(1) {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #333;
}

.news-b #news-b p span:nth-child(2) {
    display: inline-block;
    width: 239px;
    height: 2px;
    background: #3d73ed;
    margin-left: 2px;
}

.news-b #news-b .h6 {
    vertical-align: text-bottom;
    display: inline-block;
    background-color: #366FED;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-right: 8px;
    width: 6px;
    height: 6px;
}

.news-b #news-ba {
    display: inline-block;
    font-size: 14px;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

.news-b #news-b a:hover {
    color: #3d73ed;
}
.news-b #news-b .none {width:110px;}

.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 .complainttips {
    margin: 0;
}
footer .fl {font-size:12px;text-align:center}
footer .fl a{color:#333;margin-right:8px;color: #4177E2;}
footer {
    background: #EAF1FC;
    padding: 15px 0 9px;
    text-align: center;
    font-size: 15px;
    min-width: 1400px;
    line-height: 24px;
}

#beian,.privacy {
    font-size: 12px;
    text-align: center;
    color: #000;
}
.privacy {
    margin-right: 12px;
}

.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) {
    .mobile-code ,
    .m-none {
        display: none;
    }

    .down-box:hover .code-box {
        display: none;
    }

    .nav {
        padding: 0 1rem;
        justify-content: space-between;
    }

    .nav img {
        height: 4rem;
        margin-left: -1.5rem;
    }
    .nav .cate {
        font-size:.875rem;
        margin-left:0;
        margin-right: 0;
    }

    .Min1 {
        width: 100%;
        margin: 2.5rem auto 0;
    }

    .Min1 .index-name {
        font-size: 1.25rem;
    }

    .Min1 .index-device {
        font-size: 0.8rem;
        margin-top:.75rem;
    }

    .Min1 .index-desc {
        font-size: 1rem;
        margin-top: 1rem;
    }

    .down-box {
        margin-top: 0
    }

    .Min1 .banner-btn {
        border-radius: 1.5rem;
        padding: .75rem 3.375rem;
        font-size: 1rem;
        margin-top: 1rem;
    }

    .Min1 .banner-btn i {
        width: 1.125rem;
        height: 1.125rem;
        background: url("../img/android-ico.png");
        background-size: 1.125rem;
        margin-right: .5rem;
    }

    .Min1 .banner-btn i.android-ico {
        background: url("../img/android-ico.png");
        background-size: 1.125rem;
    }

    .Min1 .banner-btn i.ios-ico {
        background: url("../img/ios-ico.png");
        background-size: 1.125rem;
    }

    .Min1 .index-desc2 {
        font-size: 0.8rem;
        margin-top: .5rem;
        padding: 0 1rem;
        text-align: center;
    }

    .Min2 {
        display: none;
    }
    .hot-box {
        width: 100%;
        row-gap: 2rem;
        padding: 0 1rem;
        box-sizing: border-box;
        margin: 4rem 0 2rem;
    }
    .Min3 {
        display: flex;
        width: 48%;
        flex-direction: column-reverse;
        box-sizing: border-box;
        align-items: center;
    }

    .Min3 .min3-left {
        display: flex;
        flex-direction: column;
        max-width: unset;
        width: 100%;
    }

    .Min3 .min3-left .min3-name, .Min3 .min3-left .min3-function {
        font-size: .875rem;
        text-align: center;
    }
    .Min3 .min3-left .min3-function {
        color:#4177E2;
    }

    .Min3 .min3-left .min3-desc {
        font-size: 0.75rem;
        color: #636365;
        line-height: normal;
        margin-top: 1.5rem;
    }

    .Min3 .min3-right {
        margin-bottom: 1.5rem;
    }

    .Min3 .min3-right img {
        width: 10rem;
        height: 5.625rem;
    }

    .Min4 {
        display: block;
        margin: 1.5rem auto 0;
    }

    .Min4-faq {
        padding: 1rem 0 1.5rem 0;
        gap: 1.5rem;
        background-color: #fff;
    }
    .hot-subname {
        font-size: 1.5rem;
        margin-top: 3rem;
        margin-bottom: -1.5rem;
    }
    .Min4-faq .faq-subname {
        font-size: 1.5rem;
    }
    .Min4-faq .faq-list {
        width: 100%;
        gap:1rem;
        padding: 0 1rem;
        box-sizing: border-box;
    }
    .Min4-faq .faq-name{
        padding: .725rem .5rem .725rem 0;
    }
    .Min4-faq .faq-name .faq-serial {
        width: 4px;
        height: 4px;
        margin: 6px;
    }
    .Min4-faq .faq-name .faq-name-text {
        font-size: 1rem;
    }
    .Min4-faq .faq-info {
        margin-top: -0.5rem;
        padding: 0 0 .725rem 1.25rem;
    }
    .Min4-faq .faq-info .faq-dropdown-icon {
        width: 1rem;
        height: 1rem;
        margin: 1.25rem 1rem 0 1rem;
        background-size: 1rem 1rem;
    }
    .Min4-faq .faq-container {
        gap: .325rem;
    }
    .Min4-faq .faq-container .faq-content {
        font-size: 0.875rem;
    }
    .Min4-faq .faq-container .faq-datetime,
    .Min4-faq .faq-container .faq-detail-btn{
        font-size: .875rem;
    }
    .Min4-faq .faq-container .faq-detail-btn {
        margin-right: -2rem;
    }

    .Min4 img {
        width: 18.75rem;
        height: auto;
    }
    .installed {
        width: 100%;
    }
    
    .installed-main article {
        padding-bottom: 0;
    }
    .installed-top {
        font-size: .875rem;
        padding: .5rem 1rem;
        margin-bottom: 0;
        background-color: #F6F6F6;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .installed-top a, .installed-top h1 {
        font-size: .875rem;
    }
    .installed-top span {
        margin-right: 0;
        font-size: .875rem;
    }
    .installed-main-content {
        display: flex;
        flex-direction: column;
        padding: 1rem 1rem 0;
        margin-top: 0;
    }
    .installed-main-content > div {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom:1px solid #366FED;
        justify-content: space-between;
    }
    .installed-main-content > div:last-child {
        margin-bottom:0;
    }
    .installed-main-content > div > a {
        align-items: center;
    }
    .installed-main-content > div > a > img {
        width: 7.375rem;
        height: 4.9375rem;
        border-radius: .375rem;
        margin: 0;
    }
    .installed-main-content > div > div:nth-child(2) {
        width:67%;
        margin: 0;
        display: flex;
        flex-direction: column;
        row-gap: .375rem;
    }
    
    .installed-main-content > div .h2 {
        width: 100%;
        font-size: 1rem;
        margin: 0;
        line-height: normal;
    }
    .installed-main-content p {
        font-size:.875rem;
        line-height: normal;
        -webkit-line-clamp:1;
        height: auto;
        margin: 0;
    }
    .installed-main-content-span {
        width: 100%;
        margin-top:0;
    }
    .installed-main-content-span span {
        font-size:.875rem;
    }
    .installed-main-content-span .down {
        font-size: .875rem;
        padding: .25rem .75rem;
        border-radius: .375rem;
    }
    .page {
        margin: 1.5rem 0;
        column-gap:.5rem;
        line-height:normal;
        padding: 0 1rem;
    }
    .page a {
        padding: .375rem .5rem;
        font-size: .875rem;
        border-radius: .375rem;
    }
    .installed-details {
        padding: 1rem;
    }
    .installed-details-top div {
        width: 100%;
        padding-top: 1rem;
        margin-bottom:1.125rem;
    }
    .installed-details-top .h1 {
        font-size: 1.125rem;
        margin-top: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal;
    }
    .installed-details-top span {
        font-size: .875rem;
    }
    .installed-details-center {
        padding: 0;
        padding-top: 1rem;
        font-size: .9375rem;
        margin: 0;
        line-height: 1.5rem;
        border-bottom:none;
    }
    .installed-details-center p {
        font-size: .9375rem;
        line-height: 1.5rem;
    }
    .installed-details-center img {
        margin:1rem auto;
    }
    .installed-details-center h3 {
        margin: .625rem 0;
        font-size: 1rem;
        padding: .375rem .625rem;
    }
    .line {
        height: .5rem;
        background-color: #f5f5f7;
    }
    .news-b {
        margin-top: 0;
        padding: 1rem 1rem 1.375rem;
    }
    .news-b p {
        line-height: 1em;
    }
    .news-b .flex .h4 {
        font-size: 1rem;
    }
    #news-b {
        flex-direction: column;
        row-gap: 1rem;
    }
    #news-b .item {
        width: 100%;
        margin-bottom: 0;
    }
    .news-b #news-b {
        margin: 0;
        margin-top: .75rem;
    }
    .news-b #news-b .h6 {
        font-size: 1rem;
        width: .375rem;
        height: .375rem;
        margin-right:.5rem;
        flex-shrink: 0;
    }
    .news-b #news-b .t {
        width:19.5rem;
        font-size: .75rem;
    }
    .news-b #news-b .news-b-span {
        margin: 0 .875rem;
        font-size: .875rem;
        width: 5.5rem;
        display: none;
    }
    .news-b #news-b .down {
        padding: .125rem .375rem;
        border-radius: .375rem;
        font-size: .75rem;
    }

    .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 .complainttips {
        margin: 0;
        font-size: .75rem;
    }

    footer {
        padding: 1rem 1.625rem;
        font-size: .8rem;
        min-width: unset;
    }
    footer .fl {
        font-size: .75rem;
    }
    footer .fl a {
        margin-right: .5rem;
    }
    #beian,.privacy {
        font-size: .75rem;
    }
    .privacy {
        margin-right: .75rem;
    }

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

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