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

* {
    outline: none;
}

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

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

a:hover {
    color: #3a73e0;
    text-decoration: none;
}

a {
    text-decoration: none;
}

html, body {
    background: #FFFFFF;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

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

em {
    font-style: inherit;
}

header .nav {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    /* position: fixed; */
    z-index: 100;
}

header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: height .4s;
    transition: height .4s;
    height: 64px;
    z-index: 100;
    display: flex;
    justify-content: center;
    min-width: 1200px;
    box-shadow: 0 2px 6px 0 rgba(32, 33, 37, .1);
}

header .nav h1 {
    all: unset;
    cursor: pointer;
}

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

header .nav .nav-btn {
    font-size: 16px;
    padding: 11px 16px;
    line-height: 16px;
    background: #296AFF;
    border-radius: 30px;
    color: #fff;
    display: none;
}

header .nav .nav-btn:hover {
    background: #0047eb;
}

.Min1 {
    width: 100%;
    height: 944px;
    min-width: 1200px;
    background: url(../img/index-banner.png);
    background-size: 1920px 944px;
    background-repeat: repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.Min1 .banner-name {
    font-weight: bold;
    font-size: 80px;
    color: #000;
    margin-top: 124px;
}

.Min1 .banner-desc {
    font-size: 30px;
    color: #000;
    line-height: 46px;
    margin-top: 12px;
    text-align: center;
    font-weight: bold;
}

.Min1 .banner-btn {
    margin-top: 24px;
    padding: 16px 40px;
    display: flex;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    background: #296AFF;
    border-radius: 29px;
}

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

.Min1 .banner-btn:hover {
    background: #0047eb;
}

.Min1 .banner-device{
    font-size: 16px;
    margin-top: 24px;
}

.Min1 .index-banner-img{
    width: auto;
    height: 375px;
    margin-top: 16px;
}

.Min1 .down-base-info {margin-top: 16px;font-size: 16px;color: #12161A;line-height: 22px;text-align: center;display: flex;align-items: center;gap: 16px;justify-content: center;}
.Min1 .down-base-info em {all: unset;font-style: normal;}
.Min1 .index-device-desc{margin-top: 16px;font-size: 16px;color: #12161A;line-height: 22px;}
.Min1 .functions-list {
    width: 1200px;
    height: 182px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(62, 115, 237, 0.15);
    border-radius: 91px;
    position: absolute;
    bottom: -89px;
    padding: 0 76px 0 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Min1 .functions-list .item {
    display: grid;
    grid-template-columns: 0fr 2fr;
    grid-template-rows: 1fr 1fr;

}

.Min1 .functions-list .item img {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    height: 56px;
    width: auto;
}


.Min1 .functions-list .item .function-name {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    font-size: 36px;
    color: #296AFF;
    line-height: 36px;
    text-align: center;
}

.Min1 .functions-list .item .function-desc {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    font-size: 16px;
    color: #666666;
    line-height: 21px;
    margin-top: 6px;
    text-align: center;
}

.Min2 {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 190px auto 0;
}

.Min2 .module-name {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 40px;
}

.Min2 .advantages-name {
    font-weight: bold;
    font-size: 24px;
    color: #296AFF;
    line-height: 30px;
    margin-top: 24px;
}

.Min2 .advantages-desc {
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    margin-top: 24px;
    padding: 0 36px;
}

.Min2 .advantages-img {
    height: 625px;
    width: auto;
    margin-top: 32px;
}

.Min2 .module-lists {
    display: none;
}

.Min3 {
    width: 100%;
    min-width: 1200px;
    display: flex;
    margin: 100px auto 0;
    background: #FBFBFF;
    justify-content: center;
    padding: 100px 0;
}

.Min3 .module-left {
    width: 500px;
}

.Min3 .module-left .module-desc {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
}

.Min3 .module-left .module-name {
    font-size: 35px;
    color: #333333;
    line-height: 64px;
    font-weight: bold;
    margin-top: 16px;
}

.Min3 .module-left img {
    margin: 40px 42px 0 37px;
    width: 423px;
    height: 483px;
}

.Min3 .module-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 620px;
    margin-left: 130px;
    align-content: space-between;
}

.Min3 .module-right .module-item {
    width: 218px;
}

.Min3 .module-right .module-item img {
    height: 30px;
    width: 30px;
}

.Min3 .module-right .module-item .item-name {
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    margin-top: 16px;
}

.Min3 .module-right .module-item .item-desc {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-top: 8px;
}

.Min4 {
    width: 1200px;
    margin: 100px auto 0;
}

.Min4 .module-name {
    font-size: 35px;
    color: #262626;
    line-height: 66px;
    font-weight: bold;
}

.Min4 .module-content {
    background: url(../img/min4-bg.png);
    background-size: 1060px 770px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 770px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Min4 .module-content .module-desc {
    margin-top: 24px;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}

.Min4 .module-content .module-lists {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.Min4 .module-content .module-lists .module-item {
    background: #E7EBFB;
    border-radius: 15px;
    padding: 32px 16px 0 16px;
    width: 282px;
    height: 278px;
}

.Min4 .module-content .module-lists .module-item .item-name {
    font-size: 24px;
    color: #333333;
    line-height: 28px;
}

.Min4 .module-content .module-lists .module-item ul {
    margin-top: 24px;
}

.Min4 .module-content .module-lists .module-item ul li {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    list-style-type: initial;
    list-style-position: inside;
}

.Min4 .module-content .module-lists .module-item:nth-of-type(2), .Min4 .module-content .module-lists .module-item:nth-of-type(3) {
    height: 158px;
    padding-top: 20px;
}

.Min4 .module-content .module-lists .module-item:nth-of-type(2) ul, .Min4 .module-content .module-lists .module-item:nth-of-type(3) ul {
    margin-top: 16px;
}

.Min5 {
    display: flex;
    flex-direction: column;
    min-width: 1200px;
    background: #FBFBFF;
    align-items: center;
    padding: 100px 0;
    margin-top: 100px;
}

.Min5 .module-name {
    font-weight: bold;
    font-size: 35px;
    color: #262626;
    line-height: 66px;
    width: 1200px;

}

.Min5 .module-desc {
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    margin-top: 24px;
    width: 1200px;
}

.Min5 .module-lists {
    border-radius: 20px;
    width: 1200px;
    height: 564px;
    background: #D6E7F7;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.Min5 .module-lists .module-item {
    width: 25%;
    padding: 24px 24px 0;
    border: 1px solid #FFFFFF;
}

.Min5 .module-lists .module-item img {
    width: 64px;
    height: 64px;
    display: block;
    margin: 0 auto;
}

.Min5 .module-lists .module-item .item-name {
    display: block;
    margin-top: 24px;
    font-size: 24px;
    color: #333333;
    line-height: 31px;
    text-align: center;
}

.Min5 .module-lists .module-item .item-desc {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-top: 24px;
}

.main {
    margin-top: 90px;
    width: 1200px;
    margin: 0 auto;
    zoom: 1;
}
.crumbs {
    margin: 12px auto;
    color: #000;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.crumbs a, .crumbs h1 {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: unset;
    font-weight: 400;
}
.xiazai_left {
    width: 100%;
}
.xiazai_left .left_b {
    width: 100%;
    padding: 18px;
    border:1px solid #e9ecefba;
}
.xiazai_left .titil {
    margin-bottom: 33px;
}
.xiazai_left .titil .t_left {
    float: left;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
}
.xiazai_left .titil .t_right {
    float: right;
    color: #007aff;
    font-size: 16px;
}
.xiazai_left .divl_c3 {
    background: #ffffff;
}
.xiazai_left .divl_c3 li {
    margin-bottom: 33px;
    padding-bottom: 33px;
    border-bottom: 1px solid #E4E4E4;
}
.xiazai_left .divl_c3 li .sl {
    float: left;
    width: 175px;
    height: 121px;
}
.xiazai_left .divl_c3 li .sl img {
    height: 121px;
    width: 175px;
    box-shadow: 2px 6px 10px -1px #999;
    border-radius: 20px;
    border: 1px solid #cfcfcf;
}
.xiazai_left .divl_c3 li .sl img:hover{
    -webkit-transform:scale(1.1);
}
.xiazai_left .divl_c3 li .sr {
    float: right;
    width: 966px;
    height: 121px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.xiazai_left .divl_c3 li .sr a,.xiazai_left .divl_c3 li .sr h2 {
    height: 24px;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.xiazai_left .divl_c3 li .sr a:hover,.xiazai_left .divl_c3 li .sr h2:hover {
    color: #007aff;
}
.xiazai_left .divl_c3 li .sr p {
    height: 60px;
    font-size: 14px;
    color: #666666;
    line-height: 29px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制为两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.xiazai_left .divl_c3 li .sr .xiang {
    height: 21px;
}
.xiazai_left .divl_c3 li .sr .xiang span {
    display: inline-block;
    margin-right: 24px;
}
.xiazai_left .divl_c3 li .sr .xiang span img {
    float: left;
    margin-top: 6px;
    margin-right: 5px;
    width: 15px;
}
  
.xiazai_left .divl_c3 li .sr .xiang span:nth-of-type(2) img{
    margin-top: 8px;
}
.xiazai_left .divl_c3 li .sr .xiang span i {
    font-size: 13px;
    color: #999999;
    font-style: normal;
}
.xiazai_left .page_a {
    margin: 30px auto;
    text-align: center;
}
.xiazai_left .page_a a ,.xiazai_left .page_a span{
    padding: 5px 11px;
    display: inline-block;
    background: #ffffff;
    margin-right: 8px;
    color: #666666;
    font-size: 14px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.16);
}
  
.xiazai_left .page_a span {
    color: #007aff;
}
  
.xiazai_left .page_a select {
    color: #666666;
    box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.16);
    background: #fff;
    padding: 5px 11px;
    font-size: 14px;
}
.xiazai_left .page_a .a_cur {
    color: #007aff;
}

.detail {
  width: 100%;
  float: left;
  color: #666666;
}
.detail .de_cc {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  margin: 15px auto;
}
.detail .de_cc i {
  color: #007aff;
}
.detail .de_com1 {
  background: #ffffff;
  padding: 24px;
  border: 1px solid #e9ecefba;
  border-bottom: unset;
  text-align: center;
}
.detail .de_com1 h1,.detail .de_com1 .article-name {
  font-size: 22px;
  color: #333333;
   font-weight: bold;
}
.detail .de_com1 .cc .cc_left {
  width: 220px;
  height: 166px;
  margin: 0 15px;
  box-shadow: 2px 6px 10px -1px #999;
  border-radius: 20px;
  border: 1px solid #cfcfcf;
}
.detail .de_com1 .cc .cc_right {
  width: 536px;
}
.detail .de_com1 .cc .cc_right .s1 {
  color: #333333;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
}
.detail .de_com1 .cc .cc_right .s1 i {
  color: #999999;
  padding-right: 5px;
  float: left;
}
.detail .de_com1 .cc .cc_right .s1 span {
  display: inline-block;
  padding-right: 30px;
}
.detail .de_com1 .cc .cc_right .s1 span img {
  float: left;
  margin-top: 2px;
}
.detail .de_com1 .cc .cc_right .s1 span .s1_img1 {
  margin-top: 1px;
}
.detail .de_com1 .cc .cc_right .s1 span i {
  float: left;
  color: #333333;
  padding: 0px 2px;
  margin: 0px 4px;
}
.detail .de_com1 .cc .cc_right .s1 .star-bar {
  width: 115px;
}
.detail .de_com1 .cc .cc_right .s1 .star-bar .star {
  display: inline-block;
  height: 15px;
  background: url(../images/icon-star.png) repeat-x 0 -16px;
}

.detail .de_com1 .cc .cc_right .dd1 .s1 {
  width: 33%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.detail .de_com1 .cc .cc_right .dd1 .s1:first-of-type{
  width: 30%;
  margin-right: 3%;
}
.detail .de_com1 .cc .cc_right .samll_xia_a {
  width: 126px;
  height: 42px;
  display: inline-block;
  background: url(../images/samll_xia.png);
}
.detail .de_com1 .cc .cc_right .samll_xia_a:active {
  background: url(../images/samll_xia_h.png);
}
.detail .de_com1 .cc .cc_right .samll_xia_a:hover,.chrome_down:hover{
  -webkit-transform:scale(1.1);
}
.detail .san_qie {
  border: 1px solid #e9ecefba;
  border-top: unset;
}
.detail .san_qie .san_title a {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
  background: #EBEBEB;
  width: 284px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #666666;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.detail .san_qie .san_title .span_c {
  background: #007aff;
  color: #FFFFFF;
}

.detail .san_qie .san_title h2 {
  font-size: 16px;
  font-weight: 400;
}

.detail .san_qie .mianze {
  color: #FC5F53;
  text-align: left;
}
.detail .san_qie .mianze h6 {
  font-size: 16px;
  margin: 16px auto;
}
.detail .san_qie .mianze p {
  font-size: 14px;
  margin-bottom: 16px;
  color: #FC5F53;
}
.detail .san_qie .qie_con {
  display: none;
}
.detail .san_qie .show {
    display: block;
    text-align: left;
    color: #666666;
    font-size: 14px;
}

.detail .san_qie .show h3 ,
.detail .san_qie .show h2 {
  text-align: left;
  margin: 10px 0;
  color: #007aff;
  font-size: 16px;
  font-weight: bold;
}
.detail .san_qie .show p a{
  color: #007aff;
}
.detail .buzou .show img {
 display: block;
    margin: 20px auto;
    max-width: 50%;
    box-shadow: 0 0 5px 1px #007aff;
    max-height: 400px !important;
}

.detail .buzou {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  background: #ffffff;
  padding: 24px;
}
.detail .buzou h4 {
  font-size: 22px;
  text-align: left;
  margin-bottom: 24px;
  color: #333333;
}
.detail .buzou h5 {
  text-align: left;
  font-size: 16px;
}
/*.detail .buzou span {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  color: #007aff;
  font-weight: 700px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
}*/
.detail .buzou p {
  text-align: left;
  color: #666666;
  font-size: 14px;
}
.detail .buzou img {
  margin: 24px auto;
}
.detail .buzou .biao_a {
  text-align: left;
  margin-top: 30px;
}
.detail .buzou .biao_a img {
  float: left;
  margin-right: 5px;
  margin-top: 9px;
}
.detail .buzou .biao_a a {
  margin-right: 50px;
  display: inline-block;
  color: #F8AA16;
}
.detail .buzou .page {
  margin: 24px auto;
}
.detail .buzou .page a{
  display: block;
  width: 100%;
  text-align: left;
}

.detail .buzou .page a:hover {
  color: #007aff;
}
.detail .xiazai_con {
  background: #ffffff;
  margin: 26px auto;
}
.detail .xiazai_con .xia_left {
  float: left;
}
.detail .xiazai_con .xia_left a {
  display: block;
  width: 187px;
  height: 42px;
  background: #007aff;
  color: #ffffff;
  margin-bottom: 16px;
  border-radius: 7px 7px 7px 7px;
  line-height: 42px;
}
.detail .xiazai_con .xia_left a:last-child {
  margin-bottom: 0px;
}
.detail .xiazai_con .xia_left a img {
  position: absolute;
  left: 30px;
  top: -14px;
}
.detail .xiazai_con .xia_right {
  float: right;
  width: 561px;
  height: 158px;
}
.detail .xiazai_con .xia_right img {
  margin: 0px;
  width: 561px;
  height: 158px;
}
.detail .chang .a8 a {
  display: inline-block;
  width: 192px;
  margin-right: 10px;
}
.detail .chang .a8 a:nth-child(4n+4) {
  margin-right: 0px;
}
.detail .chang .a8 a img {
  width: 192px;
  height: 138px;
  margin: 0px;
}
.detail .chang .a8 a p {
  line-height: 56px;
  color: #333333;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detail .chang .a8 a:hover p {
  color: #007aff;
}
.detail .xiangguan {
  margin-bottom: 60px;
  margin-top: 40px;
}
.detail .xiangguan .div1,
.detail .xiangguan .div2 {
  width: 420px;
  height: 306px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
}
.detail .xiangguan .div1 a:hover,
.detail .xiangguan .div2 a:hover {
  color: #007aff;
}
.detail .xiangguan .top_title span {
  float: left;
  color: #333333;
  font-size: 20px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  margin-bottom: 10px;
}
.detail .xiangguan .top_title span img {
  float: left;
  margin-right: 10px;
}
.detail .xiangguan ul li {
  padding-left: 5px;
  margin: 11px 0px;
}
.detail .xiangguan ul li a {
  display: inline-block;
  width: 205px;
  height: 21px;
  line-height: 21px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}
.detail .xiangguan ul li .time {
  width: 92px;
  font-size: 13px;
  height: 21px;
  line-height: 21px;
  font-size: 16px;
  color: #999999;
}
.part4 {
    background-color: #ffffff;
    border: 1px solid #e9ecefba;
    margin: 24px 0;
}

.part4 .module-h2 {
    padding: 24px 24px 0;
}

.part4 .module-h2 div {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.part4 .module-h2  div h2{
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    color: #333333;
    border-left: 4px solid #007aff;
}

.part4 .news-lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 24px 20px 9px
}

.part4 .news-lists .news-item {
    width: 48%;
    margin-bottom: 15px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 10px;
}

.part4 .news-lists .news-item:hover {
    color: #007aff;
}

.part4 .news-lists .news-item:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #007aff;
    height: 4px;
    width: 4px;
    border-radius: 2px;
}
.Min6 {
    margin: 40px auto;
}

.Min6 .module-name {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    margin-bottom: 24px;
}
.Min6 .lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 24px;
    column-gap: 24px;
    max-width: 996px;
}
.Min6 .question {
    width: 486px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    /* padding: 1rem; */
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #E3E4E4;
    position: relative;
}
.Min6 .question h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    align-items: baseline;
    cursor: pointer;
    display: flex;
    padding: 12px 16px 0;
    justify-content: space-between;
}
.Min6 .question h3 span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    flex: 1;
    font-size: 16px;
    font-weight: bolder;
    color: #000;
}
.Min6 .question h3 span:hover {
    color:#1687ff;
}
.Min6 .question p {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    margin: 16px;
}
.Min6 .question.active p {
    border-top: 1px solid #E4E4E3;
}
.Min6 .question a.more {
    font-size: 12px;
    color: #000;
    position: absolute;
    bottom: 17px;
    right: 16px;
}
.Min6 .question a.more:hover {
    color:#1687ff;
}
.index-container {
    width: 1200px;
    margin: auto;
}
.part-privacy h1 {
    font-size: 32px;
}
.part-privacy {
    padding: 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: 17.5rem;
    margin-top: 4rem;
    padding: 0 2rem;
    box-sizing: border-box;
}

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

.page-404 .desc {
    text-align: center;
    font-size: .75rem;
    margin-top: .5rem;
    color:#296aff;
}

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

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

.page-404 .btn-lists a {
    width: 78px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-weight: bold;
    background: #296aff;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 1.5rem;
}


footer {
    padding: 24px 0 18px;
    background: #dee4e9 ;
    text-align: center;
    margin-top: auto;
}

footer .friend-link{
    font-size: 12px;
    text-align: center;
    color: #636363;
    line-height: 20px;
}

footer p {
    font-size: 12px;
    color:#636363;
    line-height: 20px;
}
footer .privacy {
    margin-right: 8px;
}
footer #beian,footer .privacy {
    font-size: 12px;
    color: #636363;
    line-height: 20px;
}

.ios-desc{
    display: none;
}

.index-btn_wrap{position: relative;cursor: pointer;}
.index-code-box{display:flex;align-items:flex-end!important;justify-content:center!important;width:179px!important;height:197px!important;background:url(../img/code-box.png);background-size:179px 197px;position:absolute;top: 80px;left:10%;display:none!important;}
.index-code-box .index-code{margin-bottom:24px;}
.index-code-box .index-code img{width:136px!important;height:136px!important}
.to_top{position:fixed;right:56px;bottom:100px;cursor:pointer;display:none;}
.to_top img{width:50px;height:50px;}
@media screen and (max-width: 810px) {

    header {
        min-width: unset;
        border: unset!important;
    }

    header .nav {
        width: 100%;
        height: 64px;
        padding: 12px 1rem;
    }

    header .nav h1 {
        all: unset;
        cursor: pointer;
    }

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

    header .nav .nav-btn {
        font-size: 1rem;
        padding: .625rem 1rem;
        line-height: 1rem;
        border-radius: 1.875rem;
    }


    .Min1 {
        width: 100%;
        height: 43.5rem;
        min-width: unset;
        background: url(../img/index-banner-m.png);
        background-size: 25.875rem 43.5rem;
    }

    .Min1 .banner-name {
        font-size: 2.5rem;
        margin-top: 6.75rem;
    }

    .Min1 .banner-desc {
        font-size: 1.125rem;
        line-height: 2rem;
        margin-top: 1rem;
    }

    .Min1 .banner-btn {
        margin-top: 1rem;
        padding: 1rem 2rem;
        display: flex;
        font-size: 1rem;
        line-height: 1.125rem;
        border-radius: 1.875rem;
    }

    .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.ios-ico {
        background: url(../img/ios-ico.png);
        background-size: 1.125rem;
    }

    .Min1 .banner-btn i.android-ico {
        background: url(../img/android-ico.png);
        background-size: 1.125rem;
    }
    
    .Min1 .banner-device{
        font-size: 1rem;
        margin-top: 1rem;
    }
    
    .Min1 .index-banner-img {
        width: auto;
        height: 15.75rem;
        margin-top: 1rem;
    }

     .Min1 .down-base-info {font-size: .875rem;margin-top: 1rem;line-height: 1.25rem;gap: 0 .5rem;flex-wrap: wrap;}
     .Min1 .index-device-desc{font-size: .875rem;margin-top: 1rem;line-height: 1.25rem;padding:0 1rem;text-align:center}
    .Min1 .functions-list {
        width: calc(100vw - 2rem);
        height: 5.25rem;
        background: #FFFFFF;
        box-shadow: 0px 0px 20px 1px rgba(62, 115, 237, 0.15);
        border-radius: 2.625rem;
        position: absolute;
        bottom: -2.625rem;
        padding: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .Min1 .functions-list .item {
        display: grid;
        grid-template-columns: 0fr 2fr;
        grid-template-rows: 1fr 1fr;
        align-items: center;
    }

    .Min1 .functions-list .item img {
        height: 1.25rem;
        margin-right: .25rem;
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }


    .Min1 .functions-list .item .function-name {
        font-size: .875rem;
        line-height: .875rem;
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        text-align: unset;
    }

    .Min1 .functions-list .item .function-desc {
        font-size: .8rem;
        color: #666666;
        line-height: .8rem;
        margin-top: 0;
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        text-align: unset;
    }
    .Min1 .banner-desc span {
        display: block;
        visibility: hidden;
        height: 0;
    }

    .Min2 {
        width: 100%;
        margin: 5.375rem auto 0;
        padding: 0 1rem;
    }

    .Min2 .module-name {
        font-size: 1.125rem;
        line-height: 1.875rem;
        text-align: center;
        padding: 0 4.75rem;
    }

    .Min2 .advantages-name {
        font-size: 1rem;
        line-height: 1.25rem;
        margin-top: 1rem;
    }

    .Min2 .advantages-desc {
        font-size: .875rem;
        line-height: 1.5rem;
        margin-top: 1rem;
        padding: 0;
    }

    .Min2 .advantages-img {
        display: none;
    }

    .Min2 .module-lists {
        display: block;
    }

    .Min2 .module-lists .module-item {
        margin-top: 1rem;
    }

    .Min2 .module-lists .module-item img {
        width: 1.5rem;
        height: 1.5rem;
        display: inline-block;
        margin-right: .25rem;
    }

    .Min2 .module-lists .module-item .item-name {
        color: #333333;
        line-height: 1.5rem;
        font-size: .875rem;
        font-weight: bold;
        display: inline-block;
    }

    .Min2 .module-lists .module-item .item-desc {
        color: #757575;
        line-height: 1.6rem;
        font-size: .8rem;
        margin-top: .5rem;
    }

    .Min3 {
        min-width: unset;
        display: flex;
        margin: 2rem auto 0;
        background: #FBFBFF;
        padding: 1.5rem 1rem 2rem;
        flex-direction: column;
        align-items: center;
        justify-content: unset;
    }

    .Min3 .module-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Min3 .module-left .module-desc {
        font-size: .8rem;
        color: #666666;
        line-height: 1rem;

    }

    .Min3 .module-left .module-name {
        font-size: 1rem;
        line-height: 1.375rem;
        margin-top: .5rem;
        padding: 0;
        text-align: center;
    }

    .Min3 .module-left img {
        margin: 1.5rem auto 0;
        width: 9.875rem;
        height: auto;
    }

    .Min3 .module-right {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        margin-left: unset;
        align-content: space-between;
    }

    .Min3 .module-right .module-item {
        width: 49%;
        margin-top: 1.5rem;
    }

    .Min3 .module-right .module-item img {
        height: 1rem;
        width: 1rem;
        display: inline-block;
        margin-right: .5rem;
    }

    .Min3 .module-right .module-item .item-name {
        font-weight: bold;
        font-size: .875rem;
        color: #333333;
        line-height: 1rem;
        margin-top: 0;
        display: inline-block;
    }

    .Min3 .module-right .module-item .item-desc {
        font-size: .8rem;
        color: #333333;
        line-height: 1.25rem;
        margin-top: .5rem;
    }

    .Min4 {
        width: 100%;
        margin: 2rem auto 0;
    }

    .Min4 .module-name {
        font-size: 1rem;
        line-height: 1.25rem;
        width: 100%;
        text-align: center;
        font-weight: bold;
    }

    .Min4 .module-name br {
        display: none;
    }

    .Min4 .module-content {
        background: url(../img/min4-bg-m.png);
        background-size: 25.875rem 18.875rem;
        background-position: center 2.5rem;
        background-repeat: no-repeat;
        width: 100%;
        height: 48.375rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .Min4 .module-content .module-desc {
        font-size: .8rem;
        color: #666666;
        line-height: 1rem;
        text-align: center;
        margin-top: .5rem;
    }

    .Min4 .module-content .module-lists {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
        padding: .5rem 1rem 2rem;
    }

    .Min4 .module-content .module-lists .module-item {
        border-radius: 15px;
        padding: 1.5rem 1rem;
        width: 100%;
        height: auto;
        margin-top: 1rem;
    }

    .Min4 .module-content .module-lists .module-item .item-name {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .Min4 .module-content .module-lists .module-item ul {
        margin-top: 1rem;
    }

    .Min4 .module-content .module-lists .module-item ul li {
        font-size: .875rem;
        line-height: 1.25rem;

    }

    .Min4 .module-content .module-lists .module-item:nth-of-type(2), .Min4 .module-content .module-lists .module-item:nth-of-type(3) {
        height: auto;
        padding-top: 1.5rem;
    }

    .Min4 .module-content .module-lists .module-item:nth-of-type(2) ul, .Min4 .module-content .module-lists .module-item:nth-of-type(3) ul {
        margin-top: 1rem;
    }

    .Min5 {
        display: flex;
        flex-direction: column;
        min-width: unset;
        align-items: center;
        padding: 2rem 1rem;
        margin: 0;
    }

    .Min5 .module-name {
        font-size: 1rem;
        line-height: 1.25rem;
        width: 100%;
        text-align: center;
    }

    .Min5 .module-name br {
        display: none;
    }

    .Min5 .module-desc {
        font-size: .8rem;
        color: #666666;
        line-height: 1rem;
        margin-top: .5rem;
        width: 100%;
        text-align: center;
    }

    .Min5 .module-lists {
        border-radius: .625rem;
        width: 100%;
        height: auto;
        background: #D6E7F7;
        margin-top: 1rem;
        display: flex;
        flex-wrap: wrap;
    }

    .Min5 .module-lists .module-item {
        width: 50%;
        padding: 1.25rem .625rem 0;
        border: 1px solid #FFFFFF;
        height: 15.875rem;
    }

    .Min5 .module-lists .module-item img {
        width: 2.5rem;
        height: 2.5rem;
        display: block;
        margin: 0 auto;
    }

    .Min5 .module-lists .module-item .item-name {
        display: block;
        margin-top: .5rem;
        font-size: .875rem;
        color: #333333;
        line-height: 1.25rem;
        font-weight: bold;
        text-align: center;
    }

    .Min5 .module-lists .module-item .item-desc {
        font-size: .8rem;
        line-height: 1.25rem;
        margin-top: .75rem;
    }
    .Min6 {
        margin: 2.5rem 1rem;
    }
    .Min6 .module-name {
        font-size: 1.125rem;
        line-height: 1.875rem;
        text-align: center;
        padding: 0 4.75rem;
        margin-bottom: 1rem;
    }
    .Min6 .lists {
        row-gap: 1.5rem;
        column-gap: 1.5rem;
        max-width: unset;
        width: 100%;
    }
    .Min6 .question {
        width: 100%;
    }
    .Min6 .question h3 {
        font-size: 0.875rem;
        line-height: 1.25rem;
        padding:0.75rem 1rem 0;
    }
    .Min6 .question h3 span {
        font-size: 1rem;
    }
    .Min6 .question p {
        font-size: 0.875rem;
        line-height: 1.25rem;
        margin: 1rem;
        letter-spacing: .8px;
    }
    .Min6 .question a.more {
        font-size: 0.75rem;
        bottom: .875rem;
        right: 1rem;
    }
    .main {
        width: 100%;
    }
    
    .crumbs {
        margin: 0;
        padding: .25rem 1rem;
        font-size: .75rem;
        background-color: #f7f7f7;
    }
    .crumbs a, .crumbs h1 {
        line-height: unset;
        font-size: .875rem;
    }
    .xiazai_left .titil {
        margin-bottom: 1rem;
    }
    .xiazai_left .divl_c3 li {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
    .xiazai_left .divl_c3 li:last-child {
        margin-bottom: 0;
    }
    .xiazai_left .divl_c3 li .sl {
        width: 6.5625rem;
        height: 4.5rem;
    }

    .xiazai_left .divl_c3 li .sl img {
        width: 100%;
        height: 100%;
        border-radius:.625rem;
    }
    .xiazai_left .divl_c3 li .sr {
        width:16rem;
        height: auto;
        padding-left:.625rem;
    }
    .xiazai_left .divl_c3 li .sr a, .xiazai_left .divl_c3 li .sr h2 {
        height: auto;
        font-size: 1rem;
    }
    .xiazai_left .divl_c3 li .sr p {
        height: auto;
        font-size: .75rem;
        line-height: 1.5rem;
        margin-top: .25rem;
        display: unset;
        -webkit-box-orient:unset;
        -webkit-line-clamp:unset;
        white-space: nowrap;
    }
    .xiazai_left .divl_c3 li .sr .xiang span {
        margin-right: 1.5rem;
    }
    .xiazai_left .divl_c3 li .sr .xiang span i {
        font-size: .75rem;
    }
    .xiazai_left .divl_c3 li .sr .xiang span img {
        width: 1rem;
        float: unset;
        margin-top: 0;
    }
    .xiazai_left .divl_c3 li .sr .xiang span:nth-of-type(2) img {
        margin-top: 0;
    }
    .xiazai_left .left_b {
        border:unset;
        padding-bottom: 0;
    }
    .xiazai_left .titil .t_left {
        font-size: 1.5rem;
    }
    .xiazai_left .page_a {
        margin: 1rem auto;
    }
    .xiazai_left .page_a a,
    .xiazai_left .page_a span {
        margin-bottom: 1rem;
        padding: .25rem .5rem;
        font-size: .75rem;
    }
    .xiazai_left .page_a select {
        border: none;
        padding: .25rem .5rem;
        font-size: .75rem;
    }
    .detail .de_com1 {
        padding: 1.5rem 1rem 0 1rem;
        border: unset;
    }
    .detail .de_com1 h1, .detail .de_com1 .article-name {
        font-size: 1.375rem;
    }
    .detail .de_cc {
        font-size:.875rem;
    }
    .detail .buzou {
        font-size: .875rem;
        line-height:1.875rem;
        padding: 1.5rem 1rem;
    }
    .detail .buzou p {
        font-size: .875rem;
        line-height:1.875rem;
    }
    .detail .san_qie .show h3, .detail .san_qie .show h2 {
        margin: .625rem 0;
        font-size: 1rem;
    }
    .detail .buzou .show img {
        margin: 1.25rem auto;
    }
    .detail .san_qie {
        border: unset;
    }
    .detail .san_qie .show {
        font-size: .875rem;
        line-height: 1.875rem;
    }
    .detail .part4 {
        border: unset;
        margin-top: 0;
    }
    .detail .part4 .module-h2 {
        padding: 1.5rem 1rem 0;
    }
    .detail .part4 .module-h2 div h2 {
        font-size: 1rem;
        padding-left: 0.625rem;
    }
    .detail .part4 .module-h2 div {
        border-bottom: 0;
    }
    .detail .part4 .news-lists {
        padding:1rem 1rem 0;
    }
    .detail .part4 .news-lists .news-item {
        width: 100%;
        margin-bottom:1rem;
        font-size: .875rem;
        padding-left:.625rem;
    }
    
    .hr {
        height: .5rem;
        background-color: #f7f7f7;
    }
    .index-container {
        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 img {
        width: 100%;
    }
    .page-404 h1, .page-404 span {
        font-size: 1rem;
    }
    .page-404 .desc {
        font-size: 1rem;
    }
    .page-404 .btn-lists {
        margin: 1.5rem 0 1rem;
    }


    footer {
        padding: 1rem;
        text-align: center;
    }
    
    footer .friend-link{
        font-size: .8rem;
        line-height: 1.6rem;
    }

    footer p, footer #beian, footer .privacy {
        font-size: .8rem;
        line-height: 1.6rem;
    }

    .ios-desc {
        color: #999;
        font-size: .8rem;
    }
    
    .to_top {right: 1rem !important;bottom: 2rem !important;}
    .to_top img {width: 1.5625rem !important;height: 1.5625rem !important;}

}