.after {
  content: "";
  display: inline-block;
}

.after_a {
  content: "";
  position: absolute;
}

.flex,
.flex_js,
.flex_jc,
.flex_ac,
.flex_js_ac,
.flex_jc_ac,
.flex_js_fe,
.flex_js_af,
.flex_je,
.flex_jc_ae,
.flex_ae {
  display: flex;
}

.flex_je {
  justify-content: flex-end;
}

.flex_js,
.flex_js_fe {
  justify-content: space-between;
}

.flex_jc {
  justify-content: center;
}

.flex_ac {
  align-items: center;
}

.flex_ae {
  align-items: flex-end;
}

.flex_js_fe {
  align-items: flex-end;
}

.flex_js_ac {
  justify-content: space-between;
  align-items: center;
}

.flex_jc_ac {
  justify-content: center;
  align-items: center;
}

.flex_js_af {
  justify-content: space-between;
  align-items: flex-start;
}

.flex_jc_ae {
  justify-content: center;
  align-items: flex-end;
}

.flex_row {
  flex-flow: row wrap;
}

.poImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}

:root {
  --ww: 1920 * 100vw;
}

/* @media (max-width: 1600px) {
  :root {
    --ww: 1600 * 100vw;
  }
} */
@media (max-width: 1024px) {
  :root {
    --ww: 1200 * 100vw;
  }
}

@media (max-width: 768px) {
  :root {
    --ww: 1024 * 100vw;
  }
}

@media (max-width: 640px) {
  :root {
    --ww: 600 * 100vw;
  }
}

html {
  font-size: calc(100 / var(--ww));
}

.f13 {
  font-size: 0.13rem;
}

.f14 {
  font-size: 0.14rem;
}

.f15 {
  font-size: 0.15rem;
}

.f16 {
  font-size: 0.16rem;
}

.f17 {
  font-size: 0.17rem;
}

.f18 {
  font-size: 0.18rem;
}

.f20 {
  font-size: 0.2rem;
}

.f22 {
  font-size: 0.22rem;
}

.f24 {
  font-size: 0.24rem;
}

.f26 {
  font-size: 0.26rem;
}

.f28 {
  font-size: 0.28rem;
}

.f30 {
  font-size: 0.3rem;
}

.f32 {
  font-size: 0.32rem;
}

.f34 {
  font-size: 0.34rem;
}

.f36 {
  font-size: 0.36rem;
}

.f38 {
  font-size: 0.38rem;
}

.f40 {
  font-size: 0.4rem;
}

.f42 {
  font-size: 0.42rem;
}

.f44 {
  font-size: 0.44rem;
}

.f46 {
  font-size: 0.46rem;
}

.f48 {
  font-size: 0.48rem;
}

.f50 {
  font-size: 0.5rem;
}

.f52 {
  font-size: 0.52rem;
}

.f54 {
  font-size: 0.54rem;
}

.f56 {
  font-size: 0.56rem;
}

.f58 {
  font-size: 0.58rem;
}

.f60 {
  font-size: 0.6rem;
}

.f62 {
  font-size: 0.62rem;
}

.f72 {
  font-size: 0.72rem;
}

.f80 {
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .f48 {
    font-size: 0.32rem;
  }

  .f60,
  .f72 {
    font-size: 0.48rem;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 0.18rem;
  }

  .f14 {
    font-size: 0.16rem;
  }

  .f16 {
    font-size: 0.16rem;
  }

  .f17 {
    font-size: 0.22rem;
  }

  .f20 {
    font-size: 0.18rem;
  }

  .f22 {
    font-size: 0.22rem;
  }

  .f24 {
    font-size: 0.22rem;
  }

  .f26 {
    font-size: 0.22rem;
  }

  .f42 {
    font-size: 0.26rem;
  }
}

.hidden {
  overflow: hidden;
}

.re {
  position: relative;
}

.ani {
  transition: all 0.5s;
}

a:hover .ani {
  transform: scale(1.15);
}

.header {
  width: 100%;
  z-index: 100;
  position: relative;
  border-bottom: 2px solid #eaeaea;
}

.header .language a{
  display: block;
  position: absolute;
  right: 4%;
  bottom: 7%;
  line-height: 0.28rem;
  width: 0.3rem;
  border-radius: 0.3rem;
  border: 1px solid #000;
  font-size: 0.16rem;
  text-align: center;
  cursor: pointer;
}

.header .language a:hover {
  background: #000;
  color: #fff;
}

.header .logo {
  max-width: 3.6rem;
  margin: 0.5rem auto 0.5rem;
  display: block;
}

.header .logo img {
  width: 100%;
}

.header .menuIcon {
  display: none;
}

.header .navTop {
  padding: 0 0.3rem;
  width: 100%;
}

.header .navTop .ul {
  gap: 0.7rem;
  /*max-width: 7.4rem;*/
  margin: 0 auto;
}

.header .navTop li {
  text-align: left;
}

.header .navTop li span {
  display: inline-flex;
  position: relative;
}

.header .navTop li span a {
  color: #292929;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.56rem;
  gap: 0.03rem;
  position: relative;
  font-size: .18rem;
}

.header .navTop li span a img {
  width: 0.12rem;
}

.header .navTop li span a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #202123;
  transition: width 0.3s ease-in-out;
}

.header .navTop li span a:hover::after {
  width: 100%;
}

.header .navTop li.aon span a::after {
  width: 100%;
}

.header .navTop .sub {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  width: 100%;
  border-top: 2px solid #ededed;
  padding: 0.4rem 0 0.35rem;
  display: none;
}

.header .navTop .box {
  max-width: 7.4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header .navTop .box2 {
  max-width: 11.4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;

}

.header .navTop .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header .navTop #m9 dd,
.header .navTop #m70 dd,
.header .navTop dt {
  font-size: 0.17rem;
  line-height: 1.47058824em;
  margin-bottom: 0.1rem;
}

.header .navTop #m70 dd a:hover,
.header .navTop #m9 dd a:hover,
.header .navTop dt a:hover {
  border-bottom: 1px solid #0c0c0c;
}

.header .navTop #m70 dd a,
.header .navTop #m9 dd a {
  color: #292929;
}

.header .navTop dd {
  font-size: 0.16rem;
  line-height: 1.78571429em;
}

.header .navTop #m70 dd a:hover,
.header .navTop #m9 dd a:hover {
  text-decoration: none;
}

.header .navTop dd a {
  color: #848484;
}

.header .navTop dd a:hover {
  color: #292929;
  text-decoration: underline;
}

.header .navTop .image ul {
  display: flex;
  flex-wrap: wrap;
}

.header .navTop .image img {
  display: block;
  width: 100%;
  height: auto;
}

.header .navTop #m63 .image,
.header .navTop #m2 .image {
  width: 50%;
}

.header .navTop #m63 .menu {
  width: 44%;
}

.header .navTop #m2 .menu {
  width: 30%;
}

.header .navTop #m70 .image {
  width: calc(500 / 740 * 100%);
}

.header .navTop #m9 .image {
  width: calc(603 / 740 * 100%);
}

.header .navTop #m70 .image ul {
  display: flex;
  justify-content: space-between;
}

.header .navTop #m9 .image ul {
  display: flex;
  justify-content: space-between;
}

.header .navTop #m70 .image li:nth-child(1) {
  width: calc(234 / 603 * 100%);
}

.header .navTop #m9 .image li:nth-child(1) {
  width: calc(234 / 603 * 100%);
}

.header .navTop #m70 .image li:nth-child(2) {
  width: calc(359 / 603 * 100%);
}

.header .navTop #m9 .image li:nth-child(2) {
  width: calc(359 / 603 * 100%);
}

.header .navTop #m81 .menu {
  width: calc(260 / 740 * 100%);
}

.header .navTop #m21 .menu {
  width: calc(207 / 740 * 100%);
}

/* .header .navTop #m21 dl:nth-child(1) dt a {
  border-bottom: none;
} */
.header .navTop #m81 .image {
  width: calc(420 / 740 * 100%);
}

.header .navTop #m21 .image {
  width: calc(472 / 740 * 100%);
}

.header .navTop #m81 .image ul,
.header .navTop #m21 .image ul {
  justify-content: space-between;
}

.header .navTop #m81 .image li {
  width: 48.94067797%;
}

.header .navTop #m21 .image li {
  width: 48.94067797%;
}

.header .navTop #m92 .menu {
  width: calc(420 / 740 * 100%);
}

.header .navTop #m31 .menu {
  width: calc(335 / 740 * 100%);
}

/* .header .navTop #m31 dt a {
  border-bottom: none;
} */
/* .header .navTop #m92 .image {
  width: calc(335 / 740 * 100%);
} */
.header .navTop #m31 .image {
  width: calc(335 / 740 * 100%);
}

@media screen and (max-width: 1024px) {
  .header .top {
    padding: 0;
    height: 1rem;
    width: 100%;
  }

  .header .logo {
    margin: 0;
  }

  .header .menuIcon {
    display: inline-flex;
    align-items: center;
  }

  .header #open_menu {
    z-index: 100;
    width: 0.25rem;
    height: 0.18rem;
    cursor: pointer;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
  }

  .header #open_menu i {
    display: inline-block;
    width: 80%;
    height: 2px;
    transform: translateY(-50%);
    background-color: #292929;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 5px;
  }

  .header #open_menu::before,
  .header #open_menu::after {
    width: 100%;
    height: 2px;
    background-color: #292929;
    border-radius: 5px;
    left: 0;
    content: "";
    position: absolute;
  }

  .header #open_menu::before {
    top: 0;
  }

  .header #open_menu::after {
    bottom: 0;
    top: auto;
  }

  .header #open_menu.open_menu_on i {
    opacity: 0;
  }

  .header #open_menu.open_menu_on:before {
    transform: rotate(45deg);
    top: 0.1rem;
  }

  .header #open_menu.open_menu_on:after {
    transform: rotate(-45deg);
    bottom: auto;
    top: 0.1rem;
  }

  .header .navTop {
    display: none;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    line-height: 40px;
    margin-left: 0;
    display: block;
    padding: 0;
    transition: all 0.5s;
    opacity: 0;
    background-image: none;
    margin-right: 0;
    z-index: 106;
    padding-top: 1rem;
    background-color: transparent;
  }

  .header .navTop::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 1rem);
    background-color: rgba(0, 0, 0, 0.5);
  }

  .header .navTop.show {
    visibility: visible;
    right: 0;
    opacity: 1;
  }

  .header .navTop .ul {
    position: relative;
    height: 100%;
    max-height: 100%;
    width: 3rem;
    margin: 0 0 0 auto;
    background-color: #fff;
    margin-right: 0;
    overflow: auto;
    display: block;
  }

  .header .navTop .ul li {
    float: none;
    height: auto;
    text-align: left;
    border-bottom: 1px solid #eee;
    margin: 0;
    width: 100%;
  }

  .header .navTop .ul li:hover span a,
  .header .navTop .ul li.aon span a {
    color: #333;
  }

  .header .navTop .ul li span {
    display: block;
    line-height: 0.8rem;
  }

  .header .navTop .ul li span a {
    padding-bottom: 0;
    line-height: normal;
    height: 0.8rem;
    justify-content: flex-start;
    display: flex;
    color: #333;
    padding: 0 10%;
    font-size: .24rem;
  }

  .header .navTop .ul li span a::before {
    display: none;
  }

  .header .navTop .ul .li_sub span {
    position: relative;
    display: block;
    padding-right: 0.2rem;
  }

  .header .navTop .ul .li_sub .op {
    position: absolute;
    width: 0.44rem;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 10;
    transition: all 0.5s;
  }

  .header .navTop .ul .li_sub .op::before,
  .header .navTop .ul .li_sub .op::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #333;
    transform: translate(-50%, -50%);
  }

  .header .navTop .ul .li_sub .op::before {
    width: 0.12rem;
    height: 0.02rem;
  }

  .header .navTop .ul .li_sub .op::after {
    width: 0.02rem;
    height: 0.12rem;
  }

  .header .navTop .ul .li_sub.hover .op::after {
    opacity: 0;
  }

  .header .navTop .sub {
    position: static;
    width: auto;
    background-color: transparent;
    padding: 0.2rem 10%;
  }

  .header .navTop .box {
    width: auto;
    display: block;
  }

  .header .navTop .menu {
    display: block;
    width: auto !important;
  }

  .header .navTop dl {
    margin-left: 2em;
  }

  .header .navTop dt {
    margin-bottom: 0;
    line-height: 0.6rem;
    font-size: 0.22rem;
  }

  .header .navTop dt a {
    border-bottom: none;
  }

  .header .navTop dd {
    display: none;
  }

  .header .navTop #m2 dd {
    display: block;
    font-size: 0.21rem;
  }

  .header .navTop #m9 dd {
    display: block;
    line-height: 0.6rem;
    margin: 0;
    font-size: 0.21rem;
  }

  .header .navTop .image {
    display: none;
  }
}


@media screen and (max-width: 768px) {
.header .language a{right: 12%;bottom: 33%;}
}


.Hbanner {
  position: relative;
}

.Hbanner .pic img {
  width: 100%;
}

.Hbanner .animate {
  opacity: 0;
  transition: all 1.2s ease-in-out;
  transform: translateY(0.5rem);
}

.Hbanner .animate:nth-child(2) {
  transition-delay: 0.2s;
}

.Hbanner .animate:nth-child(3) {
  transition-delay: 0.4s;
}

.Hbanner .animate:nth-child(4) {
  transition-delay: 0.6s;
}

.Hbanner .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding-bottom: 0.7rem;
}

.Hbanner .cn {
  margin-bottom: 0.10rem;
  font-weight: bold;
  font-family: 'MiSans-Medium';
}

.Hbanner .en {
  margin-bottom: 0.4rem;
  letter-spacing: 0.018rem;
}

.Hbanner .ani_show .animate {
  opacity: 1;
  transform: translateY(0);
}

.Hbanner .slick-dots {
  position: absolute;
  left: 0;
  bottom: calc(20 / 1920 * 100vw);
  width: 100%;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .Hbanner .textwarp {
    padding-bottom: 0.3rem;
  }

  .Hbanner .en {
    margin-bottom: 0.2rem;
  }
}

.Hintroduce {
  padding: calc(180 / 1920 * 100vw) 0;
}

.Hintroduce .info {
  max-width: 10.2rem;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #292929;
  line-height: calc(34 / 18);
  letter-spacing: 0.0055rem;
}

@media screen and (max-width: 768px) {
  .Hintroduce .info .wap {
    display: none;
  }

  .Hintroduce .info p {
    text-indent: 2em;
    text-align: justify;
  }

  .Hintroduce .info p+p {
    margin-top: 10px;
  }
}

.Htitle {
  color: #292929;
}

.Hpro {
  padding-bottom: calc(230 / 1920 * 100vw);
  position: relative;
  z-index: 1;
}

.Hpro .swiper-button {
  top: calc(300 / 1920 * 100vw);
  margin-top: 0;
  z-index: 100;
}

.Hpro .swiper-button::after {
  color: #292929;
  font-size: 0.46rem;
}

.series_item .top {
  margin-bottom: 0.55rem;
}

.series_item .top .box {
  position: relative;
  display: block;
}

.series_item .top .pic {
  padding-top: calc(655 / 1280 * 100%);
}

.series_item .top .textwarp {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0.9rem;
  color: #292929;
}

.series_item .top .textwarp .cn {
  font-family: 'MiSans-Medium';
}

.series_item .top .textwarp .en {
  letter-spacing: 0.018rem;
}

.series_item .list {
  max-width: 10.6rem;
  margin: 0 auto;
}

.series_item .list .swiper-slide {
  height: auto;
}

.series_item .list .box {
  display: block;
  padding: 0.2rem 0.2rem 0.4rem;
  height: 100%;
  background-color: #f4f4f4;
  text-align: center;
}

.series_item .list .pic {
  height: 3.55rem;
}

.series_item .list .pic img {
  max-height: 70%;
}

@media screen and (max-width: 640px) {
  .series_item .top .textwarp {
    padding: 0.4rem;
  }

  .series_item .top .textwarp .cn {
    font-size: 15px;
  }

  .series_item .top .textwarp .en {
    font-size: 12px;
  }

  .series_item .list .pic {
    height: 2.25rem;
  }

  .Hpro .swiper-button-prev {
    left: 0;
  }

  .Hpro .swiper-button-next {
    right: 0;
  }

  .Hpro .swiper-button::after {
    font-size: 0.3rem;
  }
}

.Hcustomized {
  background-color: #f4f4f4;
  margin-bottom: calc(230 / 1920 * 100vw);
}

.Hcustomized .box {
  width: 100%;
}

.Hcustomized .textwarp,
.Hcustomized .pic {
  width: 50%;
}

.Hcustomized .pic img {
  width: 100%;
}

.Hcustomized .textwarp {
  display: flex;
  align-items: center;
}

.Hcustomized .textwarp .box {
  max-width: 5.5rem;
  margin-left: auto;
  margin-right: 0;
  width: 92%;
}

.Hcustomized .textwarp .title {
  font-family: 'MiSans-Medium';
  margin-bottom: 0.2rem;
}

.Hcustomized .textwarp .des {
  line-height: calc(28 / 20);
}

@media screen and (max-width: 640px) {
  .Hcustomized .textwarp .box {
    margin: 0 auto;
    padding: 0.5rem 0 0.5rem 0.15rem;
  }
}

.Hstar {
  padding-bottom: calc(230 / 1920 * 100vw);display: none;
}

.Hstar .list {
  gap: 0.6rem;
  margin-top: calc(90 / 1920 * 100vw);
}

.Hstar li {
  width: 100%;
}

.Hstar .pic {
  padding-top: calc(726 / 1280 * 100%);
  display: block;
}

@media screen and (max-width: 768px) {
.Hstar{}
}

@media screen and (max-width: 640px) {
  .Hstar .list {
    gap: 0.2rem;
  }

  .Hstar li {
    width: 100%
  }
}

.footer {
  background-color: #e8e8e8;
  padding: calc(70 / 1920 * 100vw) 0 calc(125 / 1920 * 100vw);
}

.footer .nav {
  position: relative;
  padding-top: 0.1rem;
  padding-bottom: calc(130 / 1920 * 100vw);
  gap: 0 calc(170 / 1920 * 100vw);
  align-items: baseline;
}

.footer .logo {
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  width: 1.6rem;
}

.footer dd {
  margin-top: 0.15rem;
}

.footer dd a {
  display: block;
}

.footer dl:nth-child(3) {
  flex: 1;
}

.footer .link_foot {
  max-width: 10rem;
  margin: 0 auto;
}

.footer .link_foot li {
  width: 25%;
  text-align: center;
  position: relative;
  padding: 0 0.1rem;
}

.footer .link_foot li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.13rem;
  width: 1px;
  height: 0.62rem;
  background-color: #292929;
}

.footer .link_foot .icon {
  margin-bottom: 0.25rem;
}

.footer .link_foot .icon img {
  width: 0.73rem;
  height: 0.73rem;
  border-radius: 0.13rem;
}

.footer .text {
  color: #292929; 
  text-align: center;
  font-size: 0.16rem;
  line-height: calc(28 / 16);
  margin-top: 7%;
}
.footer .text .pah span{width: 18px;display: inline-block}
@media screen and (max-width: 768px) {
  .footer .logo{position: static; transform: translateX(0);  width: 100%;  text-align: center;padding: 0 1.4rem;}
  .footer .nav {
    gap: 0 0.1rem;
    justify-content: space-between;
  }

  .footer .nav dl {
    flex: auto;
    width: 23%;
    margin: 2% 0;
  }

  .footer dl:last-child {
    margin-right: 0;
  }

  .footer dl dd a {
    font-size: 0.16rem;
  }
}

@media (max-width: 768px) {
  .footer .nav dl:nth-child(even) {
    padding-right:0;
  }

  .footer .nav dl:nth-child(odd) {
    padding-left: 0;
    
  }
}

/*banner*/
#banner {
  padding-bottom: 35.05208333%;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}

#banner .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
}

#banner .name {
  font-size: 0.30rem;
  font-family: 'MiSans-Medium';
  line-height: calc(63 / 42);
  margin-bottom: 0.15em;
  font-weight: normal;
}

#banner .alias {
  font-size: 0.18rem;
  font-weight: normal;
  letter-spacing: 0.018rem;
}

/*wrapper*/
#wrapper {
  padding: 6.77083333% 0;
  overflow: hidden;
}

.brand {
  color: #292929;
  background-color: #f5f5f7;
}

.brand .title {
  font-size: 0.28rem;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 0.6rem;
}

.brand .intro {
  font-size: 0.18rem;
  line-height: calc(35 / 18 * 1em);
}

.brand .intro p+p {
  margin-top: calc(12 / 18 * 1em);
}

.brandintro {
  padding: 0.4rem 0.35rem;
  margin-bottom: 0.33rem;
}

.brandintro .item {
  position: relative;
  padding: 0.6rem 0.25rem;
}

.brandintro .item:not(:last-child):after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.03rem;
  background-color: #fff;
  border-radius: 0.02rem;
  width: 100%;
  display: block;
  content: '';
}

.brandinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: url(../images/brand-bg_1.png) no-repeat left top #f5f5f7;
  background-size: 6.3rem;
  position: relative;
  z-index: 1;
}

.brandinfo::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/brand-bg_2.png) no-repeat right bottom;
  background-size: 7.66rem;
  z-index: -1;
}

.brandinfo .item {
  padding: 0 0 .8rem;
  margin-bottom: 0.33rem;
  max-width: 10.7rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}

.brandinfo .item:first-child {
  padding-top: 1.05rem;
}

.brandinfo .item:nth-child(2) {
  border-bottom: 2px solid #fff;
  margin-bottom: .8rem;
}

.brandinfo .title {
  margin-bottom: 0.35rem;
  font-weight: bold;
}

.brandinfo .item:first-child .intro {
  max-width: 9.5rem;
}

.method {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #292929;
  padding: 0.2rem 0;
}

.method .box {
  width: 3.7rem;
}

.method .title {
  font-size: 0.28rem;
  line-height: 1.17857143em;
  font-weight: normal;
  margin-bottom: 0.6rem;
}

.method .intro {
  font-size: 0.18rem;
  line-height: 1.83333333em;
}

.method .mall {
  font-size: 0.17rem;
  line-height: 1.83333333em;
  display: flex;
}

.method .mall .info {
  display: block;
}

.method img {
  display: block;
  margin: 0 auto 0.1rem;
}

.method .item {
  width: 50%;
  display: flex;
}

.method .item:not(:nth-child(2n)) {
  border-right: 1px solid #bdbdbd;
}

.method .item:nth-child(2) {
  justify-content: flex-end;
}

.franchise {
  color: #292929;
}

.franchise:not(:last-child) {
  /* border-bottom: 1px solid #bdbdbd;
  padding-bottom: 5.46875%; */
  margin-bottom: 4.375%;
}

.franchise .title {
  font-weight: normal;
  font-size: 0.28rem;
  line-height: 1.78571429em;
  margin-bottom: 0.14285714em;
}

.franchise .intro {
  font-size: 0.18rem;
  line-height: 1.83333333em;
}

.franchise .intro p {
  position: relative;
  padding-left: 1em;
}

.franchise .intro p:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #292929;
  left: 0;
  top: calc(1.83333333em / 2 - 2px);
}

.company {
  color: #292929;
}

.company:not(:last-child) {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 3.515625%;
  margin-bottom: 4.140625%;
}

.company .title {
  font-weight: normal;
  font-size: 0.20rem;
  font-family: 'MiSans-Medium';
  line-height: 1.17857143em;
  margin-bottom: 0.53571429em;
}

.company .intro {
  font-size: 0.13rem;
  line-height: 2.33333333em;
}

.question {
  color: #292929;
}

.question .item {
  margin-bottom: 5.234375%;
}

.question .item:last-child {
  margin-bottom: 3%;
}

.question .top {
  font-size: 0.28rem;
  line-height: 1.5em;
  display: flex;
}

.question .letter {
  font-weight: bold;
}

.question .title {
  font-size: 1em;
  line-height: 1.5em;
  width: calc(100% - 1.8215em);
  margin-bottom: 0.96428571em;
}

.question .btm {
  display: flex;
  font-size: 0.18rem;
  line-height: 1.83333333em;
}

.question .btm .letter {
  font-size: 0.28rem;
}

.question .intro {
  width: calc(100% - 1.778em);
}

.question .intro * {
  line-height: 1.83333333em;
}

.question .intro h3 {
  font-size: 1.55555556em;
}

.question .intro video {
  display: block;
  width: 100%;
  height: auto;
}

.bxname {
  font-size: 0.28rem;
  line-height: 1.35em;
  margin-bottom: 0.4rem;
  font-weight: normal;
  color: #292929;
}

.bxintro {
  font-size: 0.13rem;
  line-height: 1.83333333em;
  color: #292929;
}

.bxintro strong {
  font-family: 'MiSans-Medium';
}

.bxintro p {
  margin-bottom: 1em;
}

.customization {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 11.328125%;
  margin-bottom: 12.8125%;
}

.customization .warp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.customization .text .item_s {
  margin-bottom: .8rem;
  color: #292929;
}

.customization {
  font-size: .18rem;
}

.customization .text .item_s li {
  position: relative;
  margin-bottom: .2rem;
}

.customization .text .item_s li::before {
  content: '';
  display: inline-flex;
  width: .15rem;
  height: .13rem;
  background: url(../images/line.png) no-repeat center;
  background-size: contain;
  margin-right: .05rem;
}

.customization .text .dz_con {
  max-width: 5.2rem;
  padding: .15rem;
  border: 1px dashed rgba(196, 195, 193, .63);
  border-radius: 10px;
  line-height: calc(34 / 20);
  margin-bottom: .2rem;
}

.customization .text_tx {
  color: #292929;
  opacity: .6;
}

.customization .text_tx p {
  margin-bottom: .2rem;
}

.customization .text_tx li {
  position: relative;
  margin-bottom: .2rem;
}

.customization .text_tx li::before {
  content: '';
  display: inline-flex;
  width: .15rem;
  height: .13rem;
  background: url(../images/line.png) no-repeat center;
  background-size: contain;
  margin-right: .05rem;
}

.customization .pic {
  width: 43.28125%;
  margin-bottom: .5rem;
}

.customization .pic img {
  display: block;
  width: 100%;
  height: auto;
}

.customization .text {
  width: 48.4375%;
}

.personal {
  margin-bottom: 7.109375%;
}

.brands ul {
  width: 104.0625%;
  display: flex;
  flex-wrap: wrap;
}

.brands li {
  width: 16.666%;
  padding: 3.9039039% 3.9039039% 0 0;
  list-style: none;
}

.brands i {
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
  background: #fff no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  box-shadow: 0px 0.14rem 0.35rem 0.05rem rgba(123, 123, 123, 0.18);
}

.asname {
  font-size: 0.20rem;
  font-family: 'MiSans-Medium';
  line-height: 1.25em;
  font-weight: normal;
  display: flex;
  color: #292929;
  align-items: flex-end;
  margin-bottom: 1.5em;
}

.asname:before {
  width: 2.32142857em;
  height: 1.78571429em;
  background: no-repeat center center;
  background-size: contain;
  display: block;
  content: '';
  margin-right: 0.35714286em;
}

.asname.as1:before {
  background-image: url(../images/as1.png);
}

.asname.as2:before {
  background-image: url(../images/as2.png);
}

.asname.as3:before {
  background-image: url(../images/as3.png);
}

.aftersale {
  margin-bottom: 8.59375%;
}

.answer .item {
  margin-bottom: 0.25rem;
}

.answer .title {
  font-size: 0.15rem;
  font-family: 'MiSans-Medium';
  line-height: 1.83333333em;
  color: #292929;
  margin-bottom: 0.83333333em;
}

.pagename {
  font-size: 0.30rem;
  font-family: 'MiSans-Medium';
  line-height: 1.35em;
  color: #292929;
}

.joblist {
  margin-top: 3.125%;
}

.jobitem {
  display: flex;
  flex-wrap: wrap;
  color: #292929;
  border-bottom: 1px solid #bdbdbd;
  padding: 6.015625% 0 5.46875%;
}

.jobitem:last-child {
  border-bottom: none;
}

.jobitem .bxname {
  width: 9.64285714em;
  font-size: 0.20rem;
  font-family: 'MiSans-Medium';
}

.jobitem .bxintro {
  width: calc(100% - 15.8em);
}

.jobitem .bxintro h4 {
  font-size: 0.15rem;
  font-family: 'MiSans-Medium';
  line-height: 2em;
  margin-bottom: 0.19047619em;
}

.jobitem .bxintro ol {
  margin-left: 1em;
}

.columnname {
  text-align: center;
  color: #292929;
}

.columnname .name {
  font-size: 0.42rem;
  line-height: 1.5em;
  margin-bottom: 0.19047619em;
}

.columnname .alias {
  font-size: 0.25rem;
  font-weight: normal;
  letter-spacing: 0.12em;
  line-height: 1.5em;
}

.mall {
  margin-top: 0.3rem;
}

.mall ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 9.6rem;
  justify-content: center;
  margin: 0 auto;
}

.mall li {
  width: 25%;
  text-align: center;
  list-style: none;
  color: #292929;
  padding: 3.95833333% 1%;
}

.mall .text {
  font-size: 0.2rem;
  line-height: 2em;
}

.mall .icon {
  width:1rem;
  margin: 0 auto 0.375em;
  max-width: 50%;
}

.mall .icon i {
  display: block;
  padding-bottom: 100%;
  background: no-repeat center center;
  background-size: contain;
}

.contact .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #bdbdbd;
  padding-top: 0.55rem;
  margin-bottom: 0.64rem;
}

.contact .list .item {
  width: 5.1rem;
  color: #292929;
}

.contact .list .item:nth-child(2n) {
  width: 3.5rem;
}

.contact .list .hgroup {
  margin-bottom: 0.33rem;
}

.contact .list .name {
  font-size: 0.18rem;
  line-height: 1.83333333em;
}

.contact .list .alias {
  font-size: 0.14rem;
  line-height: 1.78571429em;
  font-weight: normal;
}

.contact .list .meta {
  font-size: 0.18rem;
  line-height: 1.83333333em;
}

.message {
  max-width: 8.2rem;
  color: #292929;
}

.message .form {
  margin-top: 0.2rem;
}

.message .input {
  border-bottom: 1px solid #bdbdbd;
  font-size: 0.18rem;
  display: flex;
  flex-wrap: wrap;
}

.message .nb {
  border-bottom: none;
}

.message .label {
  width: 10.5em;
  white-space: pre-wrap;
  height: 3.33333333em;
  line-height: 3.33333333em;
}

.message .text {
  display: block;
  width: 100%;
  font-size: 1em;
  width: calc(100% - 10.5em);
  border: none;
  height: 3.33333333em;
  line-height: 2em;
  padding: 0.66666667em;
}

.message textarea.text {
  height: 6.77777778em;
  border: solid 1px #bdbdbd;
  width: 100%;
  resize: vertical;
}

.message .submit {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #292929;
  font-size: 0.14rem;
  height: 2.64285714em;
  border: none;
  margin-top: 0.24rem;
  cursor: pointer;
}

.message .submit:hover {
  opacity: 0.85;
}

.flagship {
  position: relative;
}

.flagship .pic i {
  padding-bottom: 50.83333333%;
  background: no-repeat center center;
  background-size: cover;
  display: block;
}

.flagship .pic i:nth-child(2) {
  display: none;
}

.flagship:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 22.55208333%;
  display: block;
  content: '';
  background-image: linear-gradient(0deg, #252525, transparent);
}

.flagship .text {
  position: absolute;
  left: 0;
  bottom: 5.94262295%;
  width: 100%;
  text-align: center;
  z-index: 5;
  color: #fff;
}

.flagship .name {
  font-size: 0.3rem;
  line-height: 1.35em;
  margin-bottom: 0.05rem;
}

.text .inner img{display: none;}


/*proline*/
#proline {
  overflow: hidden;
}
#proline .box {
  padding: 1.72rem 0 0;
  /* border-bottom: 1px solid #dedede; */
  color: #292929;
  display: flex;
    flex-direction: column;
    /* &:nth-child(1){
      padding-top: 1.39rem;
      padding-bottom: 0.56rem;
        flex-direction: column-reverse;
    } */
}
#proline .box:last-child {
  border-bottom: none;
  margin-bottom: 15%;
}
#proline .pic img {
  display: block;
  width: 100%;
  height: auto;
}
/* #proline .box:nth-child(1) .banner {
  margin-bottom: 0.73rem;
} */
#proline .banner a {
  display: block;
  overflow: hidden;
}
#proline .info {
    position: relative;
}

#proline .name {
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 1.17857143em;
  margin-bottom: calc(5 / 28 * 1em);
}
#proline .alias {
  font-size: 0.18rem;
  font-weight: normal;
  word-break: break-word;
  letter-spacing: 2px;
	color: #ababab;
}
#proline .des{ margin-top: calc(20 / 16 * 1em);}
#proline .des span{ display: inline-block; padding: 0 .1rem;font-size: 0.18rem; border-radius: .25rem; color: #fff;
  line-height: 1.6;} 
#proline .list {
    position: relative;
}
#proline .list ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
#proline .list li {list-style: none;width: 51.328125%; margin-bottom: 0.76rem;display: flex;flex-direction: column;justify-content: space-between;}
#proline .list li:nth-child(2n-1){width: calc(547 / 1280 * 100%);}
#proline .list li:nth-child(2n){width: calc(657 / 1280 * 100%); flex-flow: column-reverse;}
#proline .list li .top-right{margin-bottom: 0.55rem; display: flex; justify-content: flex-end;}
#proline .list li .top-right .hgroup{ display: flex; line-height: .4rem; gap: .15rem;}
#proline .list li .top-right .hgroup .name{ margin-bottom: 0; line-height: .4rem;}
/* #proline .box:nth-child(1) .top-left{padding-top: 0.26rem;} */
@media (max-width: 1024px) {
  #proline .box {
    padding:0.8rem 0 0;
      /* &:nth-child(1){
        padding-top: 0.6rem;
        padding-bottom: 0.3rem;
      } */
  }
  #proline .list li{margin-bottom: 0.4rem;}
  /* #proline .box:nth-child(1) .banner{margin-bottom: 0.4rem;} */
}
@media (max-width: 640px) {
  #proline .name {font-size: 0.22rem; margin-bottom: 0.5em;}
  #proline .alias {font-size: 0.14rem;}
  /* #proline .list li .top-right{margin-top: 0.3rem;} */
}

.network {
  background: no-repeat center center;
  background-size: cover;
  height: 64.6vw;
  position: relative;
  overflow: hidden;
}

.statistics {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  color: #292929;
  padding: 7.8125vw 0 14.58333333vw;
}

.statistics .item {
  width: auto;
  font-size: 2.55208333vw;
}

.statistics .title {
  font-size: 1em;
  line-height: 1.35em;
  font-weight: normal;
  margin-bottom: 0.23rem;
}

.statistics .num {
  color: #e67f11;
  font-size: calc(97 / 49 * 1em);
  line-height: calc(71 / 97 * 1em);
  margin-bottom: 0.28rem;
  font-family: 'xm';
  letter-spacing: calc(-7 / 97 * 1em);
  font-weight: 600;
}

.statistics .tips {
  font-size: 0.51020408em;
  opacity: 0.88;
  line-height: 1.83333333em;
}

.timeline {
  background: url(../images/timeline.png) no-repeat center center;
  background-size: contain;
  padding-bottom: 27.86458333%;
  position: relative;
}

.timeline .dot {
  background-color: #fff;
  border-radius: 50%;
  padding-bottom: 100%;
}

.timeline .text {
  position: absolute;
  color: #292929;
  font-size: 0.69rem;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.125em;
  margin-bottom: 0.3rem;
  font-family: 'xm';
  white-space: nowrap;
  letter-spacing: calc(-4 / 76 * 1em);
  font-weight: 500;
}

.timeline .item {
  position: absolute;
  width: 1.25%;
}

.timeline .item:nth-child(1) {
  left: 25.20833333%;
  top: 68.78504673%;
}

.timeline .item:nth-child(2) {
  left: 41.66666667%;
  top: 30.8411215%;
}

.timeline .item:nth-child(2) .text {
  transform: translateX(-100%);
}

.timeline .item:nth-child(3) {
  left: 58.125%;
  top: 2.05607477%;
}

.timeline .item:nth-child(4) {
  left: 75.36458333%;
  top: 0.56074766%;
}

@media only screen and (max-width: 1024px) {
  /* .brandinfo .item {
    width: 100%;
  } */
}

@media only screen and (max-width: 750px) {
  #banner {
    padding-bottom: 50%;
  }

  #wrapper {
    padding: 0.7rem 0;
  }

  .method {
    padding: 0;
  }

  .method .title {
    margin-bottom: 1em;
  }

  .method .item {
    width: 100%;
    display: block;
    padding: 3em 0;
  }

  .method .item:not(:nth-child(2n)) {
    border-right: none;
  }

  .method .item:not(:last-child) {
    border-bottom: 1px solid #bdbdbd;
  }

  .question .item {
    margin-bottom: 3em;
  }

  .customization .text {
    width: 100%;
    margin-bottom: 1em;
    overflow: hidden;
  }

  .customization .pic {
    width: 100%;
  }

  .brands li {
    width: 25%;
  }

  .jobitem {
    padding: 0.6rem 0;
  }

  .jobitem .bxname,
  .jobitem .bxintro {
    width: 100%;
  }

  .mall li {
    width: 50%;
    padding: 5% 2%;
  }

  .contact .list .item:nth-child(n+1) {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .flagship .pic i {
    padding-bottom: 150%;
  }

  /*.flagship .pic i:nth-child(1) {
    display: none;
  }
  .flagship .pic i:nth-child(2) {
    display: block;
  }*/

  .network {
    height: auto;
  }

  .statistics {
    margin-bottom: 1.2rem;
  }

  .statistics .item {
    font-size: 0.3rem;
    width: 100%;
    text-align: center;
    padding: 0.3rem 0;
  }

  .timeline .text {
    font-size: 0.36rem;
  }
}

.edit-25-26 li {
  list-style: none;
  font-size: 0.18rem;
  line-height: calc(33 / 18);
  letter-spacing: -1px;
  margin-bottom: 0.2rem;
}

.edit-25-26 li div {
  position: relative;
  padding-left: calc(25 / 18 * 1em);
  z-index: 1;
  font-weight: bold;
}

.edit-25-26 li div:before {
  position: absolute;
  content: '';
  width: calc(14 / 18 * 1em);
  height: calc(14 / 18 * 1em);
  background-color: #292929;
  left: calc(4 / 18 * 1em);
  top: 0.5em;
}




.GoTop a {
  width: calc(56 / 16 * 1em);
  height: calc(56 / 16 * 1em);
  border-radius: 50%;
  background: #ddd;
  position: fixed;
  bottom: 10%;
  right: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: .3s all
}

.GoTop a::before {
  width: calc(30 / 16 * 1em);
  height: calc(30 / 16 * 1em);
  background: url(../images/top.svg)no-repeat center;
  background-size: calc(24 / 16 * 1em) auto;
  content: '';
  transition: .3s all
}

.GoTop a:hover {
  background: #292929;
}

.GoTop a:hover::before {
  filter: grayscale(100) brightness(100);
}