#pagination:after {
  content: "";
  display: block;
  clear: both;
}
#pagination .pagination-btn {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 12px;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  color: #727171;
  background: #efefef;
  border-radius: 50%;
}
#pagination .pagination-btn:first-child {
  margin-left: 0;
}
#pagination .pagination-btn.active,
#pagination .pagination-btn:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}
#pagination .pagination-btn.point:hover {
  color: #727171;
  background: #fff;
}
.headers,
body {
  width: 100%;
}
.headers {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 68px;
}
@media (max-width: 1440px) {
  .headers {
    height: 54px;
  }
}
.headers img {
  display: block;
}
.headers .head-container {
  position: absolute;
  top: 0;
  left: 50%;
  height: 68px;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1440px) {
  .headers .head-container {
    height: 54px;
  }
}
.headers .head-out-container {
  height: 68px;
}
@media (max-width: 1440px) {
  .headers .head-out-container {
    height: 54px;
  }
}
@media (max-width: 786px) {
  .headers .head-out-container {
    height: 0.98rem;
  }
}
.headers .header-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
  background-color: transparent;
  -webkit-transition: top 0.3s linear;
  transition: top 0.3s linear;
  z-index: 99;
}
.headers .header-wrap.slide-hide {
  top: -1.35rem !important;
}
.headers .header-wrap .mobile-btn {
  display: none;
}
.headers .header-wrap .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 40px;
  width: 61px;
  height: 32px;
}
@media (max-width: 1440px) {
  .headers .header-wrap .logo {
    left: 30px;
  }
}
.headers .header-wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -999px;
}
.headers .header-wrap .logobg-white a {
  background: url(https://xps01.xiaopeng.com/www/public/img/logo.8bbf377f.png) 50% no-repeat;
  background-size: contain;
}
.headers .header-wrap .logobg-blank a {
  background: url(https://s.xiaopeng.com/xp-fe/mainsite/index/header-img/logo-blank.svg) 50% no-repeat;
  background-size: contain;
}
.headers .header-wrap .nav {
  display: block;
  width: -webkit-min-content;
  width: min-content;
  height: 68px;
  line-height: 68px;
  white-space: nowrap;
  margin: 2px auto 0;
}
@media (max-width: 1440px) {
  .headers .header-wrap .nav {
    height: 54px;
    line-height: 54px;
  }
}
@media (max-width: 867px) {
  .headers .header-wrap .nav {
    display: none;
  }
}
.headers .header-wrap .nav .select {
  position: relative;
  display: inline-block;
  text-align: center;
  padding-bottom: 0.08rem;
  min-width: 80px;
  max-width: 110px;
}
@media (max-width: 1440px) {
  .headers .header-wrap .nav .select {
    min-width: 60px;
  }
}
.headers .header-wrap .nav .select .select-link {
  display: inline-block;
  height: auto;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}
.headers .header-wrap .nav .select .select-link:hover {
  border-bottom: 2px solid #303030;
}
.headers .header-wrap .nav .select .select-link.action {
  border-bottom: 2px solid #303030;
  opacity: 0.4;
}
@media (min-width: 900px) and (max-width: 1050px) {
  .headers .header-wrap .nav .select .select-link {
    min-width: 0.82rem;
  }
}
@media (max-width: 1440px) {
  .headers .header-wrap .nav .select .select-link {
    font-size: 16px;
    line-height: 30px;
  }
}
.headers .header-wrap .nav > .select.about {
  cursor: pointer;
  position: relative;
  width: 150px;
  max-width: 1000px;
  text-align: center;
}
.headers .header-wrap .nav > .select.about:hover .link-title {
  border-bottom: 2px solid #303030;
}
.headers .header-wrap .nav > .select.about:hover {
  border-bottom: none;
}
.headers .header-wrap .nav > .select.about .link-title {
  display: inline-block;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  color: #000;
  position: relative;
  z-index: 20;
}
.headers .header-wrap .nav > .select.about .unfold-icon {
  position: absolute;
  z-index: 20;
  right: 20px;
  top: 26px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 70% 70%;
  -ms-transform-origin: 70% 70%;
  transform-origin: 70% 70%;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #434343;
  border-top: none;
  border-left: none;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.headers .header-wrap .nav > .select.about .unfold-icon.shrink {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.headers .header-wrap .nav > .select.about .about_meun_list {
  position: absolute;
  display: none;
  width: 150px;
  top: 66px;
  border-radius: 0 0 7px 7px;
  background: hsla(0, 0%, 100%, 0.8);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.headers .header-wrap .nav > .select.about .about_meun_list > ul li a {
  line-height: 46px;
  color: #000;
  display: block;
  text-align: center;
  font-size: 16px;
  border-bottom: 0.01rem solid #dfdfdf;
  margin: 0 15px;
}
.headers .header-wrap .nav > .select.about .about_meun_list.top {
  padding-top: 42px;
  top: 8px;
  border-radius: 7px;
  z-index: 10;
}
@media (max-width: 1440px) {
  .headers .header-wrap .nav > .select.about {
    width: 130px;
  }
  .headers .header-wrap .nav > .select.about .about_meun_list.top {
    padding-top: 38px;
  }
  .headers .header-wrap .nav > .select.about .link-title {
    font-size: 16px;
    line-height: 30px;
  }
  .headers .header-wrap .nav > .select.about .unfold-icon {
    width: 7px;
    height: 7px;
    top: 21px;
  }
  .headers .header-wrap .nav > .select.about .about_meun_list {
    width: 130px;
    top: 52px;
  }
  .headers .header-wrap .nav > .select.about .about_meun_list > ul li > a {
    font-size: 15px;
  }
}
@-webkit-keyframes showAnimation {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showAnimation {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.headers .header-wrap .nav > .select.about .about_meun_list.menu-show {
  display: block;
  -webkit-animation: showAnimation 0.2s linear;
  animation: showAnimation 0.2s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.headers .header-wrap .navlink-white .select .select-link {
  color: #fff;
}
.headers .header-wrap .navlink-white .select .select-link:hover {
  border-bottom: 2px solid #fff;
}
.headers .header-wrap .navlink-white .select .select-link.action {
  border-bottom: 2px solid #fff;
  opacity: 0.4;
}
.headers .header-wrap .navlink-white > .select.about > .link-title {
  color: #fff;
}
.headers .header-wrap .navlink-white > .select.about:hover .link-title {
  border-bottom: 2px solid #fff;
}
.headers .header-wrap .navlink-white > .select.about > .unfold-icon {
  border-color: #fff;
}
.headers .header-wrap .navlink-white > .select.about > .about_meun_list {
  background: rgba(0, 0, 0, 0.8);
}
.headers .header-wrap .navlink-white > .select.about > .about_meun_list > ul li > a {
  color: #fff;
  border-bottom: 0.01rem solid hsla(0, 0%, 100%, 0.2);
}
.headers .header-wrap .navlink-white > .select.about > .about_meun_list > ul li:last-of-type > a {
  border-bottom: 0;
}
.headers .header-wrap .navlink-blank .select .select-link,
.headers .header-wrap .navlink-blank > .select.about > .link-title {
  color: #000;
}
.headers .header-wrap .reservation_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 144px;
  width: 105px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
}
.headers .header-wrap .reservation_btn img {
  width: 8px;
  height: 12px;
}
@media (max-width: 1440px) {
  .headers .header-wrap .reservation_btn {
    right: 130px;
    width: 120px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    padding-left: 25px;
  }
}
.headers .header-wrap .reservation_btn .btnImg_white {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  width: 26px;
  height: 26px;
  color: #fff;
  background: url(https://s.xiaopeng.com/xp-fe/mainsite/index/header-img/wheel-white.svg) no-repeat 50%;
  background-size: contain;
}
@media (max-width: 1440px) {
  .headers .header-wrap .reservation_btn .btnImg_white {
    width: 22px;
    height: 22px;
    left: 4px;
  }
}
.headers .header-wrap .reservation_btn .btnImg_blank {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  width: 26px;
  height: 26px;
  color: #000;
  background: url(https://s.xiaopeng.com/xp-fe/mainsite/index/header-img/wheel-blank.svg) no-repeat 50%;
  background-size: contain;
}
@media (max-width: 1440px) {
  .headers .header-wrap .reservation_btn .btnImg_blank {
    width: 22px;
    height: 22px;
    left: 4px;
  }
}
.headers .header-wrap .reservation_btn:hover .btnImg_white {
  background: url(https://s.xiaopeng.com/xp-fe/mainsite/index/header-img/wheel-blank.svg) no-repeat 50%;
  background-size: contain;
  -webkit-animation: myAnimation 0.6s linear 0.3s;
  animation: myAnimation 0.6s linear 0.3s;
}
.headers .header-wrap .reservation_btn:hover .btnImg_blank {
  background: url(https://s.xiaopeng.com/xp-fe/mainsite/index/header-img/wheel-white.svg) no-repeat 50%;
  background-size: contain;
  -webkit-animation: myAnimation 0.6s linear 0.3s;
  animation: myAnimation 0.6s linear 0.3s;
}
@-webkit-keyframes myAnimation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes myAnimation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.headers .header-wrap .btn_white {
  box-shadow: inset 0 0 0 0 #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.headers .header-wrap .btn_blank {
  box-shadow: inset 0 0 0 0 #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}
.headers .header-wrap .user_info {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 90px;
  display: inline-block;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.headers .header-wrap .user_info img {
  width: 20px;
  height: 23px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: fill;
}
@media (max-width: 1440px) {
  .headers .header-wrap .user_info {
    width: 30px;
    height: 30px;
    right: 80px;
  }
}
.headers .header-wrap .user-logined {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 90px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .headers .header-wrap .user-logined {
    width: 30px;
    height: 30px;
    right: 80px;
  }
}
.headers .header-wrap .user-logined .user-head {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.headers .header-wrap .user-logined .user-info-menu {
  width: 2.2rem;
  position: absolute;
  top: 0.44rem;
  right: -0.04rem;
  border-radius: 0.08rem;
  background-color: #fff;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
  padding: 0.1rem 0.3rem;
  visibility: hidden;
}
.headers .header-wrap .user-logined .user-info-menu a {
  display: inline-block;
  width: 1.6rem;
  text-align: center;
  font-size: 0.24rem;
  text-decoration: none;
  color: #000;
  height: 0.72rem;
  line-height: 0.72rem;
  border-bottom: 0.01rem solid #dfdfdf;
}
.headers .header-wrap .user-logined .user-info-menu a:hover {
  font-weight: 700;
}
.headers .header-wrap .user-logined .user-info-menu a:last-of-type {
  border-bottom: none;
}
@media (max-width: 768px) {
  .headers .header-wrap .user-logined .user-info-menu {
    top: 0.8rem;
    right: -1.6rem;
  }
}
.headers .header-wrap .user-logined .user-menu-show {
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.headers .header-wrap .meun_info {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 40px;
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .headers .header-wrap .meun_info {
    top: 0;
    width: 25px;
    height: 25px;
    right: 30px;
  }
}
.headers .header-wrap .meun_info img {
  width: 100%;
  display: block;
}
.headers .header-wrap .meun_info .meun_select {
  position: absolute;
  display: none;
  padding-top: 24px;
}
.headers .header-wrap .meun_info .meun_select em {
  display: block;
  position: absolute;
  top: 0;
  border: 12px dashed transparent;
  border-bottom: 12px solid #fff;
  font-size: 0;
  line-height: 0;
}
.headers .header-wrap .meun_info .meun_select .selects {
  border-radius: 12px;
  width: 200px;
  overflow: hidden;
  margin-left: -160px;
  padding: 7px 0;
  background-color: #fff;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1440px) {
  .headers .header-wrap .meun_info .meun_select .selects {
    width: 168px;
    margin-left: -120px;
    padding: 5px 0;
  }
}
.headers .header-wrap .meun_info .meun_select .selects .children-wrap {
  display: none;
}
.headers .header-wrap .meun_info .meun_select .selects .children-wrap.unfold {
  display: block;
}
.headers .header-wrap .meun_info .meun_select .selects .select {
  background-color: #fff;
  width: 200px;
  height: 52px;
  padding: 0 22px;
  line-height: 52px;
  text-align: center;
}
.headers .header-wrap .meun_info .meun_select .selects .select .select-parent {
  position: relative;
}
.headers .header-wrap .meun_info .meun_select .selects .select .unfold-icon {
  position: absolute;
  right: 23px;
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: 70% 70%;
  -ms-transform-origin: 70% 70%;
  transform-origin: 70% 70%;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #8c8c8c;
  border-top: none;
  border-left: none;
  -webkit-transition: -webkit-transform 0.1s ease-in;
  transition: -webkit-transform 0.1s ease-in;
  transition: transform 0.1s ease-in;
  transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in;
}
.headers .header-wrap .meun_info .meun_select .selects .select .unfold-icon.shrink {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1440px) {
  .headers .header-wrap .meun_info .meun_select .selects .select {
    width: 168px;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
  }
  .headers .header-wrap .meun_info .meun_select .selects .select .unfold-icon {
    right: 22px;
    top: 13px;
    width: 10px;
    height: 10px;
  }
}
.headers .header-wrap .meun_info .meun_select .selects .select .select-link {
  display: inline-block;
  width: 160px;
  font-size: 18px;
  color: #000;
  border-bottom: 0.01rem solid #dfdfdf;
}
@media (max-width: 1440px) {
  .headers .header-wrap .meun_info .meun_select .selects .select .select-link {
    width: 140px;
    font-size: 16px;
  }
}
.headers .header-wrap .meun_info .menu-show {
  display: block;
}
@media (max-width: 768px) {
  .headers .header-wrap .head-container {
    width: 100%;
    height: 0.98rem;
    z-index: 1;
  }
  .headers .header-wrap .head-container .logo {
    position: absolute;
    width: 0.8rem;
    height: 0.42rem;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .headers .header-wrap .head-container .logo a {
    display: block;
    width: 0.8rem;
    height: 0.42rem;
    overflow: hidden;
    text-indent: -999px;
  }
  .headers .header-wrap .head-container .reservation_btn {
    right: 2.5rem;
    width: 1.78rem;
    height: 0.5rem;
    padding-left: 0.27rem;
    text-align: center;
    line-height: 0.5rem;
    font-weight: 400;
    font-size: 0.22rem;
  }
  .headers .header-wrap .head-container .reservation_btn .btnImg_blank,
  .headers .header-wrap .head-container .reservation_btn .btnImg_white {
    width: 0.36rem;
    height: 0.36rem;
  }
  .headers .header-wrap .head-container .reservation_btn:hover .btnImg_white {
    background: url(https://s.xiaopeng.com/xp-fe/mainsite/index/header-img/wheel-white.svg) no-repeat 50%;
    background-size: contain;
    -webkit-animation: normal;
    animation: normal;
  }
  .headers .header-wrap .head-container .reservation_btn:hover .btnImg_blank {
    background: url(https://s.xiaopeng.com/xp-fe/mainsite/index/header-img/wheel-blank.svg) no-repeat 50%;
    background-size: contain;
    -webkit-animation: normal;
    animation: normal;
  }
  .headers .header-wrap .head-container .btn_white {
    color: #fff;
    border: 0.02rem solid #fff;
  }
  .headers .header-wrap .head-container .btn_blank {
    color: #000;
  }
  .headers .header-wrap .head-container .wxqy_info {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 1.76rem;
    display: inline-block;
    width: 0.36rem;
    height: 0.36rem;
    cursor: pointer;
  }
  .headers .header-wrap .head-container .wxqy_info img {
    width: 100%;
    display: block;
  }
  .headers .header-wrap .head-container .user_info {
    right: auto;
    left: 0.1rem;
    width: 0.76rem;
    height: 0.76rem;
  }
  .headers .header-wrap .head-container .user_info img {
    width: 100%;
    height: auto;
  }
  .headers .header-wrap .head-container .user-logined {
    right: auto;
    left: 0.1rem;
    width: 0.76rem;
    height: 0.76rem;
  }
  .headers .header-wrap .head-container .user-logined img {
    width: 100%;
  }
  .headers .header-wrap .head-container .meun_info {
    right: 0.1rem;
    width: 0.76rem;
    height: 0.76rem;
    padding: 0.2rem;
  }
  .headers .header-wrap .head-container .meun_info img {
    width: 100%;
  }
  .headers .header-wrap .menu-show {
    display: block !important;
  }
  .headers .header-wrap .meun_select_m {
    display: none;
    position: fixed;
    padding-top: 0.98rem;
    width: 100%;
    height: 100%;
    overflow: scroll;
  }
  .headers .header-wrap .meun_select_m .select_m_moduo,
  .headers .header-wrap .meun_select_m .selects_m {
    width: 100%;
    min-height: 12.36rem;
    background-color: #fff;
    padding: 0 0.3rem;
  }
  .headers .header-wrap .meun_select_m .select_m_moduo .selects .children-wrap,
  .headers .header-wrap .meun_select_m .selects_m .selects .children-wrap {
    display: none;
  }
  .headers .header-wrap .meun_select_m .select_m_moduo .selects .children-wrap .select a,
  .headers .header-wrap .meun_select_m .selects_m .selects .children-wrap .select a {
    text-indent: 0.3rem;
  }
  .headers .header-wrap .meun_select_m .select_m_moduo .selects .children-wrap.unfold,
  .headers .header-wrap .meun_select_m .selects_m .selects .children-wrap.unfold {
    display: block;
  }
  .headers .header-wrap .meun_select_m .select_m_moduo .select .select-parent,
  .headers .header-wrap .meun_select_m .selects_m .select .select-parent {
    position: relative;
  }
  .headers .header-wrap .meun_select_m .select_m_moduo .select .select-parent .unfold-icon,
  .headers .header-wrap .meun_select_m .selects_m .select .select-parent .unfold-icon {
    position: absolute;
    z-index: 20;
    right: 0.4rem;
    top: 0.5rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 70% 70%;
    -ms-transform-origin: 70% 70%;
    transform-origin: 70% 70%;
    display: inline-block;
    width: 0.16rem;
    height: 0.16rem;
    border: 2px solid #434343;
    border-top: none;
    border-left: none;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }
  .headers .header-wrap .meun_select_m .select_m_moduo .select .select-parent .unfold-icon.shrink,
  .headers .header-wrap .meun_select_m .selects_m .select .select-parent .unfold-icon.shrink {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .headers .header-wrap .meun_select_m .select_m_moduo .select .select-link,
  .headers .header-wrap .meun_select_m .selects_m .select .select-link {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.3rem;
    color: #303030;
    font-weight: 400;
    padding-left: 0.4rem;
    border-bottom: 0.02rem solid #dfdfdf;
  }
  .headers .header-wrap .meun_select_m .select_m_moduo .select .select-link img,
  .headers .header-wrap .meun_select_m .selects_m .select .select-link img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    width: 10%;
    height: 20%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .headers .header-wrap .meun_select_m .select_m_moduo .select .select-link .moduo-img,
  .headers .header-wrap .meun_select_m .selects_m .select .select-link .moduo-img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.footer_m {
  width: 100%;
  height: 123px;
  position: relative;
  z-index: 999;
  background-color: #fff;
}
@media (max-width: 1850px) {
  .footer_m {
    height: 106px;
  }
}
.footer_m .footer_content {
  position: absolute;
  top: 0;
  left: 50%;
  height: 123px;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-top: 1px solid #dbdbdb;
}
@media (max-width: 1850px) {
  .footer_m .footer_content {
    height: 106px;
  }
}
.footer_m .footer_top {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1270px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 32px;
  margin-bottom: 10px;
  padding-top: 30px;
}
.footer_m .footer_top .top_content a {
  font-size: 18px;
  color: #303030;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 1850px) {
  .footer_m .footer_top .top_content a {
    font-size: 13px;
    line-height: 13px;
  }
}
.footer_m .footer_top .top_content.top_popup {
  background: url(https://xps01.xiaopeng.com/www/public/img/china.78613925.png) no-repeat 0;
  background-size: 0.34rem 0.34rem;
  font-size: 18px;
  color: #303030;
  line-height: 18px;
  font-weight: 400;
  cursor: pointer;
  padding-left: 40px;
  position: relative;
}
@media (max-width: 1850px) {
  .footer_m .footer_top .top_content.top_popup {
    padding-left: 30px;
    font-size: 13px;
    line-height: 13px;
    background-size: 21px 21px;
  }
}
.footer_m .footer_top .top_content.top_popup .ewm-sub {
  opacity: 0;
  position: absolute;
  width: 260px;
  height: 20px;
  top: -20px;
  left: -95px;
  visibility: hidden;
}
.footer_m .footer_top .top_content.top_popup .ewm {
  position: absolute;
  width: 150px;
  height: 210px;
  padding: 14px;
  border-radius: 8px;
  background-color: #fff;
  top: -226px;
  left: -20px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  box-shadow: 0 6px 28px 0 rgba(0, 23, 55, 0.2);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.footer_m .footer_top .top_content.top_popup .ewm a {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  padding-left: 30px;
  font-size: 16px;
  color: #303030;
  letter-spacing: 0;
  font-weight: 400;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 0;
  background-color: #fff;
}
.footer_m .footer_top .top_content.top_popup .ewm a + a {
  margin-top: 12px;
}
.footer_m .footer_top .top_content.top_popup .ewm a:first-of-type {
  background-image: url(https://xps01.xiaopeng.com/www/public/img/china.78613925.png);
}
.footer_m .footer_top .top_content.top_popup .ewm a:nth-of-type(2) {
  background-image: url(https://xps01.xiaopeng.com/www/public/img/go.fc974a18.png);
}
.footer_m .footer_top .top_content.top_popup .ewm a:nth-of-type(3) {
  background-image: url(https://xps01.xiaopeng.com/www/public/img/no.c32422a8.png);
}
.footer_m .footer_top .top_content.top_popup .ewm a:nth-of-type(4) {
  background-image: url(https://xps01.xiaopeng.com/www/public/img/dk.447e6238.png);
}
.footer_m .footer_top .top_content.top_popup .ewm a:nth-of-type(5) {
  background-image: url(https://xps01.xiaopeng.com/www/public/img/nl.844bb0cb.png);
}
.footer_m .footer_top .top_content.top_popup .ewm a:last-of-type {
  background-image: url(https://xps01.xiaopeng.com/www/public/img/se.0311d9b1.png);
}
.footer_m .footer_top .top_content.top_popup .ewm a span {
  font-weight: 400;
  margin-left: 60px;
}
.footer_m .footer_top .top_content.top_popup:hover .ewm-sub {
  visibility: visible;
}
.footer_m .footer_top .top_content.top_popup:hover .ewm {
  visibility: visible;
  opacity: 1;
  display: block;
}
.footer_m .footer_top .top_lint {
  height: 18px;
  border-left: 2px solid #000;
}
@media (max-width: 1840px) {
  .footer_m .footer_top .top_lint {
    height: 16px;
  }
}
@media (max-width: 1850px) {
  .footer_m .footer_top {
    width: 880px;
  }
}
.footer_m .channel_box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 264px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 257px;
}
@media (max-width: 1850px) {
  .footer_m .channel_box {
    width: 185px;
    right: 165px;
  }
}
.footer_m .channel_box .channel {
  width: 55px;
  height: 55px;
}
.footer_m .channel_box .channel img {
  display: block;
  width: 100%;
}
@media (max-width: 1850px) {
  .footer_m .channel_box .channel {
    width: 40px;
    height: 40px;
  }
}
.footer_m .channel_box .channel .ewm {
  position: absolute;
  width: 110px;
  height: 110px;
  background-color: #fff;
  top: -120px;
  left: -28px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  border-radius: 2px;
  box-shadow: 0 0 5px 1px #333, 0 -1px 5px 1px #eee;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (max-width: 1860px) {
  .footer_m .channel_box .channel .ewm {
    width: 100px;
    height: 100px;
    top: -113px;
    left: -30px;
  }
}
.footer_m .channel_box .channel .ewm:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
  width: 14px;
  height: 14px;
  background-color: #fff;
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  box-shadow: 0 0 5px 1px #333, 0 0 3px 1px #eee;
  z-index: -1;
}
.footer_m .channel_box .channel .ewm i {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.footer_m .channel_box .channel:nth-of-type(2),
.footer_m .channel_box .channel:nth-of-type(3) {
  position: relative;
}
.footer_m .channel_box .channel:nth-of-type(2):hover .ewm,
.footer_m .channel_box .channel:nth-of-type(3):hover .ewm {
  visibility: visible;
  opacity: 1;
}
.footer_m .footer_customPhone {
  position: absolute;
  height: 54px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 28px;
}
.footer_m .footer_customPhone h4 {
  font-size: 18px;
  color: #303030;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
}
.footer_m .footer_customPhone em {
  font-size: 24px;
  color: #303030;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 700;
}
@media (max-width: 1850px) {
  .footer_m .footer_customPhone {
    right: 25px;
  }
  .footer_m .footer_customPhone h4 {
    font-size: 13px;
    line-height: 23px;
  }
  .footer_m .footer_customPhone em {
    font-size: 18px;
    line-height: 22px;
  }
}
.footer_m .footer_copy p {
  font-size: 18px;
  color: #666;
  letter-spacing: -0.11px;
  line-height: 25px;
  font-weight: 400;
  padding-left: 36px;
}
.footer_m .footer_copy p a {
  color: #666;
}
@media (max-width: 1850px) {
  .footer_m .footer_copy p {
    font-size: 12px;
    line-height: 17px;
    padding-left: 32px;
  }
}
@media (max-width: 750px) {
  .footer_m {
    width: 100%;
    height: 4.52rem;
    background-color: #fff;
    padding-top: 0.3rem;
  }
  .footer_m .footer_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 6.5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    margin-bottom: 0.08rem;
    padding-top: 0.3rem;
  }
  .footer_m .footer_top .top_content {
    line-height: 0.24rem;
  }
  .footer_m .footer_top .top_content.top_popup {
    background-size: 0.56rem 0.56rem;
    background-position: 0;
    line-height: 0.56rem;
    height: 0.56rem;
    padding-left: 0.76rem;
  }
  .footer_m .footer_top .top_content.top_popup .ewm {
    width: 3.4rem;
    height: 5rem;
    top: -5.1rem;
    left: -1.2rem;
    padding: 0.4rem 0.36rem;
  }
  .footer_m .footer_top .top_content.top_popup .ewm a {
    background-size: 0.4rem 0.4rem;
    background-position: 0;
    padding-left: 0.58rem;
    font-size: 0.32rem;
    line-height: 0.4rem;
    height: 0.4rem;
  }
  .footer_m .footer_top .top_content a {
    color: #000;
    font-size: 0.24rem;
    line-height: 0.24rem;
  }
  .footer_m .footer_top .top_lint {
    height: 0.24rem;
    border-left: 0.03rem solid #000;
  }
  .footer_m .footer_Friend {
    width: 100%;
    text-align: center;
  }
  .footer_m .channel_box {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.27rem;
    margin: 0.54rem 0 0.46rem;
    position: static;
  }
  .footer_m .channel_box .channel img {
    display: block;
    width: 1.08rem;
  }
  .footer_m .footer_copy p {
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.36rem;
    padding-left: 0;
  }
}
.img-list-wrap {
  width: 110%;
  overflow: hidden;
}
.img-list-wrap .list-empty {
  width: 90%;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 3;
}
.img-list-wrap .list-item {
  width: 29.63%;
  margin-right: 1%;
  margin-bottom: 13px;
  float: left;
  background-color: #333;
  position: relative;
  overflow: hidden;
}
.img-list-wrap .list-item a {
  text-decoration: none;
}
.img-list-wrap .list-item img {
  width: 100%;
}
.img-list-wrap .list-item .item-img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.img-list-wrap .list-item .text-back {
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.9));
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.9));
  width: 100%;
  height: 55%;
  bottom: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.img-list-wrap .list-item .item-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 20;
  color: #fff;
  padding: 30px;
  box-sizing: border-box;
}
.img-list-wrap .list-item .item-text .item-title {
  font-size: 20px;
  line-height: 1.3;
}
.img-list-wrap .list-item .item-text .date {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 10px;
}
.img-list-wrap .list-item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.img-list-wrap .item-0,
.img-list-wrap .item-1 {
  width: 45%;
}
.img-list-wrap .item-0 .item-text .item-title,
.img-list-wrap .item-1 .item-text .item-title {
  font-size: 20px;
}
@media (max-width: 768px) {
  #list-wrap {
    width: 100%;
  }
  #list-wrap .item-0,
  #list-wrap .item-1,
  #list-wrap li {
    width: 100vw;
    height: 75vw;
    margin-right: 0;
    margin-bottom: 2px;
  }
  #list-wrap .item-0 .item-text,
  #list-wrap .item-1 .item-text,
  #list-wrap li .item-text {
    padding: 18px 25px;
  }
  #list-wrap .item-0 .item-text .item-title,
  #list-wrap .item-1 .item-text .item-title,
  #list-wrap li .item-text .item-title {
    font-size: 20px;
    line-height: 1.3;
  }
  #list-wrap .item-0 .item-text .date,
  #list-wrap .item-1 .item-text .date,
  #list-wrap li .item-text .date {
    font-size: 16px;
    line-height: 1.3;
  }
}
.tab-btns {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 4px;
  overflow: hidden;
}
.tab-btns a {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 48px;
}
.tab-btns a:hover {
  font-weight: 700;
}
.tab-btns a:after {
  content: "";
  position: absolute;
  height: 60%;
  width: 0;
  border-right: 1px solid #979797;
  top: 20%;
  right: -1px;
}
.tab-btns .active {
  background: #000;
  color: #fff;
}
.tab-btns .active:after {
  border: 0;
}
@media (max-width: 768px) {
  .tab-btns {
    border-radius: 4;
  }
  .tab-btns a {
    font-size: 12px;
    line-height: 38px;
  }
}
@media screen and (min-width: 769px) {
  #nav-box {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
  }
  #nav-box .pc .luck-draw-btn {
    display: block;
    width: 59px;
    height: 86px;
    background-image: url(https://xps01.xiaopeng.com/www/public/img/luck_draw-icon.55c6a882.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  #nav-box .pc .luck-draw-btn:hover {
    background-image: url(https://xps01.xiaopeng.com/www/public/img/luck_draw_hover-icon.80d42201.jpg);
  }
  #nav-box .pc .itme {
    display: block;
    padding: 12px 15px;
    width: 59px;
    height: 65px;
    background-color: #62696c;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    font-size: 0;
    text-align: center;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    cursor: pointer;
  }
  #nav-box .pc .itme:first-child {
    border-top: 0;
  }
  #nav-box .pc .itme.back-top {
    height: 85px;
  }
  #nav-box .pc .itme.app-download {
    position: relative;
  }
  #nav-box .pc .itme.app-download .app-qr-wrap {
    display: none;
    position: absolute;
    left: -160px;
    top: -37px;
    width: 140px;
    padding-bottom: 10px;
    background-color: #fff;
  }
  #nav-box .pc .itme.app-download .app-qr-wrap .app-qr-img {
    width: 140px;
    height: 140px;
    background: url(https://s.xiaopeng.com/xp-fe/mainsite/app_qr.png) no-repeat 50% / contain;
    border: 10px solid #fff;
  }
  #nav-box .pc .itme.app-download .app-qr-wrap .app-qr-img-text {
    text-align: center;
    font-size: 14px;
    color: #000;
  }
  #nav-box .pc .itme.app-download:hover .app-qr-wrap,
  #nav-box .pc .itme.show {
    display: block;
  }
  #nav-box .pc .itme.hide {
    display: none;
  }
  #nav-box .pc .itme span {
    display: inline-block;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
  }
  #nav-box .pc .itme .icon {
    display: inline-block;
    height: 22px;
    width: 22px;
  }
  #nav-box .pc .itme .icon img {
    display: block;
    height: 100%;
    width: 100%;
  }
  #nav-box .pc .itme:hover {
    background-color: #469cf0;
  }
}
@media (max-width: 768px) {
  #nav-box {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    z-index: 2;
    border: 1px solid;
    height: 80px;
    background-color: #000;
  }
  #nav-box .m {
    height: 100%;
    color: #fff;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #nav-box .m,
  #nav-box .m .itme {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #nav-box .m .itme {
    width: 33%;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #979797;
  }
  #nav-box .m .itme:last-child {
    border: 0;
  }
  #nav-box .m .itme .icon {
    height: 24px;
    width: 24px;
    margin-bottom: 8px;
    object-fit: cover;
  }
  #nav-box .m .itme .icon img {
    height: 100%;
    width: 100%;
  }
  #nav-box .m .itme span {
    color: #fff;
  }
}
.dialog-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.dialog-wrap.info .dialog-content {
  background: #fff;
}
.dialog-wrap.error .dialog-content {
  background: #fff url(https://xps01.xiaopeng.com/www/public/img/error-bg.388fdb08.jpg) no-repeat;
  background-position: right -0.8rem bottom -1.5rem;
  background-size: 85%;
}
.dialog-wrap .dialog-content {
  position: absolute;
  top: 50%;
  left: 3%;
  width: 94%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-bottom: 0.5rem;
  background: #fff url(https://xps01.xiaopeng.com/www/public/img/success-bg.dfbe98e7.jpg) no-repeat;
  background-position: right -4.5rem bottom -1.5rem;
  background-size: 182%;
  border-radius: 0.18rem;
}
@media screen and (min-width: 768px) {
  .dialog-wrap .dialog-content {
    width: 560px;
    left: 50%;
    margin-left: -280px;
  }
}
.dialog-wrap .dialog-content .title {
  padding: 0.55rem 0.48rem;
  color: #000;
  font-size: 0.36rem;
}
.dialog-wrap .dialog-content .content {
  padding: 0 0.48rem;
}
.dialog-wrap .dialog-content .enter {
  display: block;
  width: 2.6rem;
  height: 0.8rem;
  margin: 0 auto;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  background: rgba(0, 0, 0, 0.99);
  border-radius: 0.4rem;
  cursor: pointer;
}
.dialog-wrap .dialog-content .enter:active,
.dialog-wrap .dialog-content .enter:focus,
.dialog-wrap .dialog-content .enter:hover {
  opacity: 0.8;
}
.dialog-wrap .dialog-content .close {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAQAAACQ9RH5AAAAwElEQVR42u2Xuw2EMBBEJ6AFu07KoByntAFuhsgXXIB0EodZ70enm5d7nrQSyw5ACCGE/BYzCpLoZULBLBcXNFSBOqOiocjFCVWglr0aDlHRPg9S0z4LU9X2B6pr+0JNtPfBZtrv4abaa4G59txJq7f2LVqx+GvhP2Rq/1mbMcVoD2weX/HnkCds9mO/Wpk7GnbvTW2uvvstGql7DgEDde/po6wOOvaCztuggz6swkhLWxotbfKamsdqKiGEEBLBC56YmYHcBMx1AAAAAElFTkSuQmCC) 50% no-repeat;
  background-size: contain;
  cursor: pointer;
}
.global-loading-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.global-loading-wrap .loading-content {
  min-width: 2.3rem;
  max-width: 50%;
  padding: 0.25rem;
  background-color: rgba(0, 0, 0, 0.72);
  border-radius: 0.2rem;
}
.global-loading-wrap .loading-content .icon-loading {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.16rem auto 0.2rem;
  background: url(https://xps01.xiaopeng.com/www/public/img/loading.ce75d07f.png) 50% no-repeat;
  background-size: contain;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.global-loading-wrap .loading-content p {
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
}
.footbtn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 0.24rem;
  padding-bottom: 0.92rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}
.footbtn-inner {
  display: block;
  width: 5.9rem;
  height: 0.96rem;
  line-height: 0.96rem;
  background: #000;
  border-radius: 0.08rem;
  font-weight: 400;
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
}
.footbtn-inner--disable {
  background-color: rgba(0, 0, 0, 0.1);
}
.luck-draw-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.5);
  z-index: 999;
}
.luck-draw-area .luck-draw-box {
  top: 0;
  left: 0;
  margin: auto;
  padding: 40px 48px;
  width: 780px;
  height: 428px;
  background: #000 url(https://xps01.xiaopeng.com/www/public/img/bg.d58473ee.jpg) no-repeat 100%;
  color: #fff;
}
.luck-draw-area .luck-draw-box,
.luck-draw-area .luck-draw-box .bg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.luck-draw-area .luck-draw-box .bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.luck-draw-area .luck-draw-box .content {
  position: relative;
  z-index: 10;
}
.luck-draw-area .luck-draw-box .content .close-btn {
  position: absolute;
  right: -12px;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAFN++nkAAAABGdBTUEAALGPC/xhBQAAAr1JREFUaAXtmrFOwzAQhhF0YmGqBCMD7wAvwUsx8AhsbLRvw1D1DdgRHZnKf1Ud2a59Psfn1EaxZDm27+67/xISEvXiQtL2+/0uaScySkYRG4hwUqNnMdYxRPits2Am597YmESCo6gqnid83KCSINEymOChIEkn42yPxU6hTGzAcMyRokE4pyHy8SAaxDdk54jyxhoENp0sMVkFbIJLjqOxkAQIOkoCsI5cAJGjCWCPnToi7UtbBnsc0oi1NetEmyFH44S9+IXEObIBJI7BAHBcmg3pCJ+PwRaT62FS+eAkWSys0NNP45GJIfaWetRdO4Ek0M+kNIFsYGkCxcBIAl/+upmrA03g2DgDY5UZvZ4qKfbX6Hr3gRTQV1KcQC4wkEDenbAUmJ2ANjA7Ad/hf85R5psplIGzcDhYoPboLCpPEH95oNhwLFwdF6vALejpv0q14CzUVFUbLoJqw7OgWvBR0FJ4EXQsXAWaC1eF+nAz98cqUB/iz2eoXxHV+Vxe1XL6wbjyYu8bXf+RykEpQezrP89TUFMZVbgUqgrPharAx0KL4KXQUXAtaBZcGyqC14Im4QD/EtwY1hgR/3CTqRF7jimqAE7BJ/oPuv5DRpSBrhF00MvpBj18+WKDrjn6TkNth96lcORNQunLODUa+b9VGHQpnIQdBWIQCPUvKDh1IRx5lgntRbi60FaFVxfaivDJhZ5L+NmFTiW8OaG1hDcvNCL8FYm/+HvcvDuhnBhubxbKVafHvfmM9njWuJznM8pUB8W5R79lTNrbKjmj8H1Hp0bv40/tqbMyQoIqr2mIQ6+l9JMZau19iEBSKkKt2h0OEbct4bWENid8KqER4dN9czuX0MmFtyK0uvBWhaoL70VosXAIXaDTl3pq6Q/YPrGROXL3Py8/RFODMT1T3R/tRa3b34CWu/azrJzhH/xqnT7qDCVxAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  cursor: pointer;
}
.luck-draw-area .luck-draw-box .content .close-btn:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAFN++nkAAAABGdBTUEAALGPC/xhBQAAA3VJREFUaAXtWj1uFDEUThGJknQ0dEECgmg5AVeIcgAkDkJJQQESB0hDwTk4AekpqOhDFxG+5503PD97/DN+3vWIteTYfj/f9z7PZGZ2dk9OSto9mo6D6cqzyaDAKSNtnJLOocdggyBZB8/zQYi44Gg5zpk6YHZwNAxPaB44RECwxc7HGRj9GtghEHYB2lEcwIF6BOCVB4rFhWfQGVgHSTomBpJN0iC0NkkCSHz/JWOKCb74nqSSJPgkJQ6iA7NrsFL7lA0UAbuU+zNnmhZFAFNseD3IVRBN5IpSFSQTUwBFiQLgq5hTrq+RnamxilECmSQC5A696DC6qxOCPY1TFR9lZcF8CvISOSgJkEpUAL6EksQoQE2iBOA5bRLt6PvZ0GkCjksqdobH3F0cyIjm78cctX4CTHeZd+jqLHCocJgWkCXUWloLqCZsLaCZMFWA9tHanDBGIm3/NyHUv5S7YTLPbSn88t8wfWUuqShHqDGaC6glbC6glTBTQHgpBqG7eGOkFr0xatCaNTCXzwE4d89wNYiVseB4gH5amWYcjgreov8xho3CgecW/do5MfmG7lo02sgIAnrYoHY7Q2Lxy5nwZzYaTgDLpHcBbC/yJClXYU1eRGpNXkVqRb6KtJW8iXQtuQlpLbkpaYT8N9vk2IWUCQD+Bf0Zr3nsSsokejyS6h0xXQ+1vSjmlak6CbakFPZTdNdkvMkcqMv3UzDAb38/z5GyMlPyUlJT8lpSE/K1pE3kraSryK1Iq8itSYvIe5EmyUF6jk4tfNjmTIMR+HyReTPDwXg+LzpOwPM0gIfxEfrjwLFhA/ScoYebCuNPdNnCtwYbEg4h9LKY72us659wWJ6j8znHATRuSjjqjQkl4ZfR4wUHvZrZnPCE0LLXV1sR3ixUH/ZRhZsLHVV4d6GjCN+70EMJP7jQfQkfTmiF8Hc6NrUeXqguHgW/QJf38RsdE1tvTmhMRIntKLTDF3slG98t5nhEj0e028nVF3jNqYucz+jcPvSt0Agd1S59Hs1+TEPuDasVY/svSIy0eTAtQiUQcJY+j48h3EqoFE3z4YT3Ejqc8H0JPbjwQwmtEG7zsnEUod2FjyrUXPhWhDYLh1D6SoJ+uyYbvcDOPjBo8kOuUe/Sffx1UBeCrye1JDz+pj7IGtMwCf8x6fmO8eGYle6hqr8egUg0tyfquwAAAABJRU5ErkJggg==);
}
.luck-draw-area .luck-draw-box .content .title {
  font-size: 26px;
  font-weight: 400;
}
.luck-draw-area .luck-draw-box .content .des {
  margin-top: 24px;
  width: 475px;
  font-size: 16px;
}
.luck-draw-area .luck-draw-box .content .des strong {
  color: #fcc780;
  font-size: 20px;
  font-weight: 400;
}
.luck-draw-area .luck-draw-box .content .des strong span {
  font-size: 16px;
}
.luck-draw-area .luck-draw-box .content .ewm {
  margin-top: 24px;
}
.luck-draw-area .luck-draw-box .content .ewm .pic {
  width: 147px;
  height: 147px;
}
.luck-draw-area .luck-draw-box .content .ewm .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.luck-draw-area .luck-draw-box .content .ewm span {
  display: inline-block;
  margin-top: 13px;
  font-size: 16px;
}
.msg-box-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.85);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.msg-box-main button {
  width: 190px;
  height: 50px;
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  background-color: #000;
}
.msg-box-main button:hover {
  opacity: 0.9;
  font-weight: 700;
}
.msg-box-main button:active {
  background-color: rgba(0, 0, 0, 0.8);
}
.msg-box-main .box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 541px;
  height: 270px;
  padding: 14px 37px 33px;
  background: url(https://xps01.xiaopeng.com/www/public/img/bg-alert.dfbe98e7.jpg) no-repeat 200px -100px;
  background-size: 100%;
  background-color: #fff;
}
.msg-box-main .box-content .close {
  position: absolute;
  top: 25px;
  right: 25px;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.msg-box-main .box-content .msg-box-title {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 65px;
}
.msg-box-main .box-content .content {
  margin-bottom: 80px;
  font-size: 12px;
}
.msg-box-main .appointment-content-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.4rem;
  height: 3.8rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
  background: #fff;
  color: #000;
  padding-top: 0.48rem;
}
.msg-box-main .appointment-content-1 .close {
  position: absolute;
  top: 0.34rem;
  right: 0.34rem;
  height: 0.4rem;
  width: 0.4rem;
  cursor: pointer;
}
.msg-box-main .appointment-content-1 h2 {
  font-weight: 500;
  font-size: 0.24rem;
  line-height: 0.34rem;
  text-align: center;
  color: #1d1d1d;
  margin-bottom: 0.04rem;
}
.msg-box-main .appointment-content-1 p {
  font-style: normal;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #666;
  text-align: center;
  margin-bottom: 0.55rem;
}
.msg-box-main .appointment-content-1 .qr-code,
.msg-box-main .appointment-content-1 .qr-code .code-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.msg-box-main .appointment-content-1 .qr-code .code-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.24rem;
}
.msg-box-main .appointment-content-1 .qr-code .code-box:last-of-type {
  margin-right: 0;
}
.msg-box-main .appointment-content-1 .qr-code .code-box img {
  width: 1.08rem;
  height: 1.08rem;
  margin-bottom: 0.08rem;
}
.msg-box-main .appointment-content-1 .qr-code .code-box span {
  display: inline-block;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.17rem;
  text-align: center;
  color: #999;
}
@media (max-width: 768px) {
  .msg-box-main .box-content {
    width: 340px;
    height: 232px;
    padding: 28px 23px 23px;
    background: url(https://xps01.xiaopeng.com/www/public/img/bg-alert.dfbe98e7.jpg) no-repeat 60px -55px;
    background-size: 130%;
    background-color: #fff;
  }
  .msg-box-main .box-content .close {
    display: none;
  }
  .msg-box-main .box-content .msg-box-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 32px;
  }
  .msg-box-main .box-content .content {
    margin-bottom: 67px;
    font-size: 12px;
  }
  .msg-box-main .box-content button {
    width: 170px;
    height: 44px;
    border-radius: 44px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
  }
  .msg-box-main .box-content button:hover {
    opacity: 0.9;
    font-weight: 700;
  }
  .msg-box-main .box-content button:active {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .msg-box-main .appointment-content-1 {
    width: auto;
    height: auto;
    background: #fff url(https://xps01.xiaopeng.com/www/public/img/bg-alert.dfbe98e7.jpg) no-repeat;
    background-position: -30px 160%;
    background-size: 155%;
  }
  .msg-box-main .appointment-content-1 .close {
    display: none;
  }
  .msg-box-main .appointment-content-1 .left {
    width: 434px;
    height: 100%;
    padding: 35px 0 49px 48px;
    border-right: hsla(0, 0%, 100%, 0.71);
    display: inline-block;
    vertical-align: middle;
  }
  .msg-box-main .appointment-content-1 .left .title {
    font-size: 26px;
    line-height: 65px;
    margin-bottom: 13px;
  }
  .msg-box-main .appointment-content-1 .left .content {
    margin-bottom: 84px;
    font-size: 16px;
  }
  .msg-box-main .appointment-content-1 .right {
    width: 360px;
    height: 100%;
    padding: 35px 25px 49px 0;
    display: inline-block;
    vertical-align: middle;
    background-color: hsla(0, 0%, 100%, 0.4);
  }
  .msg-box-main .appointment-content-1 .right .download {
    display: none;
  }
  .msg-box-main .appointment-content-1 .right img {
    display: block;
    width: 129px;
    height: 129px;
    margin: 43px auto 22px;
  }
  .msg-box-main .appointment-content-1 .right .msg-title {
    text-align: center;
  }
  .msg-box-main .appointment-content-1 .right .msg-title span:first-of-type {
    display: inline-block;
    margin-right: 15px;
  }
  .msg-box-main .appointment-content-1 .right .msg-title span:nth-of-type(2) {
    font-weight: 700;
  }
  .msg-box-main .appointment-content-1 .right .msg-text {
    margin-top: 7px;
    text-align: center;
  }
  .msg-box-main .appointment-content-1 .left {
    width: 350px;
    height: 224px;
    padding: 22px 23px 34px;
    display: block;
    border-bottom: 1px solid #999;
  }
  .msg-box-main .appointment-content-1 .left .title {
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 11px;
  }
  .msg-box-main .appointment-content-1 .left .content {
    margin-bottom: 34px;
    font-size: 12px;
    line-height: 30px;
  }
  .msg-box-main .appointment-content-1 .right {
    width: 350px;
    height: 87px;
    padding: 23px 0 20px 23px;
    display: block;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #999;
  }
  .msg-box-main .appointment-content-1 .right .download {
    position: absolute;
    top: 20px;
    right: 19px;
    width: 100px;
    height: 46px;
    line-height: 46px;
    font-size: 12px;
    display: block;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #000;
  }
  .msg-box-main .appointment-content-1 .right img {
    display: none;
  }
  .msg-box-main .appointment-content-1 .right .msg-title {
    text-align: left;
    font-size: 14px;
  }
  .msg-box-main .appointment-content-1 .right .msg-title span {
    line-height: 20px;
  }
  .msg-box-main .appointment-content-1 .right .msg-title span:first-of-type {
    display: none;
  }
  .msg-box-main .appointment-content-1 .right .msg-text {
    margin-top: 0;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 20px;
    text-align: left;
  }
}
.widget-btn-base {
  display: inline-block;
  height: 50px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  font-weight: 700;
  padding: 0 50px;
  text-decoration: none;
  border: 1px solid #000;
}
.btn-light,
.widget-btn-base:hover {
  background-color: #fff;
  color: #000;
}
.btn-dark,
.btn-light:hover {
  color: #fff;
  background-color: #000;
}
.btn-dark,
.btn-white {
  border-color: #fff;
}
.btn-white {
  color: #fff;
  border-radius: 8px;
}
.btn-black {
  color: #000;
  border-color: #000;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .widget-btn-base {
    height: 42px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 40px;
    padding: 0 60px;
  }
}
.select-simulation {
  width: 100%;
  height: px2rem(70);
  position: relative;
  font-size: 14px;
}
.select-simulation .arrow-down {
  position: absolute;
  right: 5px;
  top: px2rem(70)-20px/2;
  z-index: 0;
  width: 20px;
  height: 20px;
}
.select-simulation .arrow-down.active:after,
.select-simulation .arrow-down.active:before {
  background: #000;
}
.select-simulation .select-itself {
  width: 100%;
  height: 100%;
}
.select-simulation .text-holder {
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  height: px2rem(70)-2;
  line-height: px2rem(70)-2;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  background: #fff;
  font-size: 16px;
}
.select-simulation .text-holder.active {
  color: #000;
}
.select-simulation .simulation-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.select-simulation .simulation-area .text-holder {
  position: static;
  background: transparent;
}
.select-simulation .simulation-area .option-list {
  margin-top: 9.6px;
  border-radius: 5px;
  max-height: 170px;
  overflow: auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background: #fff;
}
.select-simulation .simulation-area .option-list li {
  height: px2rem(70);
  line-height: px2rem(70);
  padding: 0 12px;
}
.select-simulation .simulation-area .option-list li:hover {
  background: #eee;
}
.select-simulation .simulation-area .option-list li.active {
  background: #e1e1e1;
}
@media (max-width: 768px) {
  .select-simulation .arrow-down {
    z-index: 1;
  }
}
.carousel.carousel-slider .slide {
  text-align: inherit;
  background: none;
}
.carousel.carousel-slider .control-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAACoCAQAAADeQm0/AAABlklEQVR4Ae3BsYvIARjH4e/vHEmXJBEpGUQZZDAgKYsyMKBksFpuutItlMly0w2sFgYGkywGSkRKl6IMSiJSJCTdcR+9f4DtvbvB53kiSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZK0iDjK5agL55kHxqMenKbMsjfqwTTlHeujDiznIeUey6IObOIjZSrqwUHmKMejHkxQvrE96sFNygvGog6M8ZJyI+rBDr5TJqIenKDMcSDqwRTlAxujDoxyn/KA0agDG3hPmY56sI9ZyqmoB+OUH+yMenCd8orVUQdW8ZxyK+rBNr5SJqMeHGMe+M2hqAeXKJ/YHHVghLuUx6yIOrCOt5QrUQ/28ItyJurBWcpPdkU9uEp5zZqoAyt5RrnNEHVgK18oF6IeHGEe+MPhqAcXKZ/ZEnVghDuUJ4xkAQ1ZZExmqazNuQxJ9g+PsmCGLDLIUts9zGTBjOR/c22YyQIassg4maX0ZngaSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSZIkSdK//QUpPhjOgxpc8wAAAABJRU5ErkJggg==) 3px 5px no-repeat !important;
  background-size: 50px 50px !important;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
.carousel.carousel-slider .control-arrow:hover {
  border-width: 2px;
  border-color: #fff;
  background-position: 2px 4px !important;
}
.carousel.carousel-slider .control-arrow:before {
  display: none;
}
.carousel.carousel-slider .control-prev {
  left: 8%;
  -webkit-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}
.carousel.carousel-slider .control-next {
  right: 8%;
}
.carousel.carousel-slider .control-dots {
  position: absolute;
  z-index: 99;
  margin: 0;
  bottom: 24px;
}
.carousel.carousel-slider .control-dots .dot {
  width: 4px;
  height: 4px;
  margin: 0 8px 0 0;
  opacity: 1;
  border-radius: 2px;
  background: hsla(0, 0%, 100%, 0.3);
  box-shadow: none;
}
.carousel.carousel-slider .control-dots .dot.selected {
  background: #fff;
}
.carousel.carousel-slider .control-dots .dot:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .carousel.carousel-slider .control-arrow {
    display: none;
  }
  .carousel.carousel-slider .control-dots {
    bottom: 18px;
  }
}
.video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999;
}
.video.playing {
  display: block;
}
.video-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 90%;
  margin: auto auto auto 40px;
}
.video-box .video-content {
  height: 100%;
}
.video-box .video-content video {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}
.video-box .video-content .close-btn {
  position: absolute;
  top: 20px;
  right: -45px;
  padding: 5px;
  width: 40px;
  height: 40px;
  background-color: #000;
  cursor: pointer;
}
.video-box .video-content .close-btn .close {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEnSURBVHgB7ZixDcIwEEXPtAzAANSMwQD09AwAoqelR6JlAOZgCgZgAOpwX3KBgATOPgcs/pNOhBT2+0riXCxCCCGEEFI3TdOMtYbSFzrZTGskDkT5o9YuJcRAjOgkc/1ZaG1zQ0Ae42hBHMcrMWIKEIVn8S+Ok0M8yIOL1l6MmAKEEDDJWusaTyWFaJFfx/FNBEkgR8BTHiQFSBXxlgfJAaxCJeRBVgD5UKyUPMgOALoES8oDlwCgY1lcSSF54BYAvAhxj7s8cA0AWkIUkQfmVuLXqP4WcrsCLQ/xRjLbjne4BOhYKk/i0Dt18d8vsqpbiaqbuarbaQ+Br33QeE7sNZZ1GZ2I16UP4SzPS+xUSoNdCa1DgW2VpfSF9yaU99uZEEIIIeRDbjsMEHNzbvRYAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.video-box .video-content .close-btn:hover .close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADSSURBVHgB7ZjtDcIwDEQtJmAERmAUNoENYBRGYBNGYARGOFyBRYVSVDXOh9V7Un7fu6ht3IgQQgghhMQGwF7XVmqhYUddO3HgI//Uda9SQkPOePPILTGSN25SkkH4J3BxiYR89oZUC24m7yHQXD5HpBv5JULdyRtzxLqVN/4Jdi9vTIgeQsgbiRIII29MlCgmvxHyJfQjFPolRuTPKCIfZIg8SiDyMIfI4zQi/9B4BjcpoQEnz8BEiYuUZgjx3K1RiavUAs73N0AHZwIhhBBC1sgLnNmVjlU1FBYAAAAASUVORK5CYII=);
}
.video.video-mobile .video-box {
  width: 100%;
  height: 100%;
  margin-left: 0;
}
.video.video-mobile .video-box .video-content {
  position: relative;
  top: 50%;
  height: auto;
  width: 99%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video.video-mobile .video-box .video-content .close-btn {
  top: -41px;
  right: 0;
}
.retained-buttom {
  position: fixed;
  right: 0;
  bottom: 3rem;
  opacity: 0.45;
  background-color: #000;
  border-radius: 0.38rem 0 0 0.38rem;
  z-index: 10;
}
.retained-buttom a {
  display: inline-block;
  width: 2rem;
  height: 0.54rem;
  line-height: 0.54rem;
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  letter-spacing: 1.5px;
  font-weight: 400;
}
.scroll-lock {
  height: 100%;
  overflow: hidden !important;
  -ms-touch-action: none;
  touch-action: none;
}
.adverts-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000000;
  color: #fff;
}
.adverts-wrap .advert-content {
  position: relative;
  max-width: 60%;
  background-color: #fff;
}
.adverts-wrap .advert-content img {
  display: block;
}
.adverts-wrap .advert-content.mobile {
  max-width: 90%;
}
.adverts-wrap .advert-content.mobile .close-icon {
  width: 25px;
  height: 25px;
  top: 10px;
  right: 9px;
}
.adverts-wrap .advert-content.mobile .close-icon:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.adverts-wrap .advert-content .close-icon {
  position: absolute;
  top: 13px;
  right: 16px;
  height: 51px;
  width: 51px;
  cursor: pointer;
}
.adverts-wrap .advert-content .close-icon:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.adverts-wrap .advert-content .advert-img:hover {
  cursor: pointer;
}
:root {
  --xpm-radius-s: 4px;
  --xpm-radius-m: 8px;
  --xpm-radius-l: 12px;
  --xpm-font-size-1: 9px;
  --xpm-font-size-2: 10px;
  --xpm-font-size-3: 11px;
  --xpm-font-size-4: 12px;
  --xpm-font-size-5: 13px;
  --xpm-font-size-6: 14px;
  --xpm-font-size-7: 15px;
  --xpm-font-size-8: 16px;
  --xpm-font-size-9: 17px;
  --xpm-font-size-10: 18px;
  --xpm-line-height-2: 18px;
  --xpm-line-height-4: 20px;
  --xpm-line-height-7: 23px;
  --xpm-line-height-8: 24px;
  --xpm-line-height-10: 26px;
  --xpm-color-primary: rgba(0, 0, 0, 0.9);
  --xpm-color-primary-icon: #8cb654;
  --xpm-color-success: #5a960a;
  --xpm-color-warning: #f58900;
  --xpm-color-danger: #ff4d4f;
  --xpm-color-text: rgba(0, 0, 0, 0.9);
  --xpm-color-text-secondary: rgba(0, 0, 0, 0.6);
  --xpm-color-weak: rgba(0, 0, 0, 0.4);
  --xpm-color-light: rgba(0, 0, 0, 0.25);
  --xpm-color-border: rgba(0, 0, 0, 0.1);
  --xpm-color-background: #fff;
  --xpm-color-white: #fff;
  --xpm-color-box: rgba(0, 0, 0, 0.03);
  --xpm-color-text-light-solid: var(--xpm-color-white);
  --xpm-color-text-dark-solid: #000;
  --xpm-color-fill-content: var(--xpm-color-box);
  --xpm-font-size-main: var(--xpm-font-size-5);
  --xpm-font-family: "PingFang SC", -apple-system, system-ui, blinkmacsystemfont, sans-serif;
  --xpm-border-color: var(--xpm-color-border);
  --xpm-button-icon-width: 24px;
  --xpm-button-icon-height: 24px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  color: var(--xpm-color-text);
  font-size: var(--xpm-font-size-main);
  font-family: var(--xpm-font-family);
}
a,
button {
  cursor: pointer;
}
a {
  color: var(--xpm-color-primary);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
a:active {
  opacity: 0.8;
}
.xpm-plain-anchor {
  color: unset;
  -webkit-transition: none;
  transition: none;
}
.xpm-plain-anchor:active {
  opacity: unset;
}
body.xpm-overflow-hidden {
  overflow: hidden !important;
}
div.xpm-px-tester {
  --size: 1;
  height: calc(var(--size) / 2 * 2px);
  width: 0;
  position: fixed;
  right: -100vw;
  bottom: -100vh;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.xpm-image {
  --width: var(--xpm-image-width, auto);
  --height: var(--xpm-image-height, auto);
  width: var(--width);
  height: var(--height);
  display: block;
  overflow: hidden;
}
.xpm-image-img {
  width: 100%;
  height: 100%;
}
.xpm-image-tip {
  position: relative;
  background-color: var(--xpm-color-fill-content);
  height: 100%;
  min-height: 24px;
  min-width: 24px;
}
.xpm-image-tip > svg {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--xpm-color-weak);
}
@media (min-width: 320px) and (max-width: 750px) {
  .button-wrapper-new {
    padding: 0.26rem 0.48rem;
    font-size: 0.28rem;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0em;
    box-sizing: border-box;
    width: -webkit-fit-content;
    width: fit-content;
    white-space: nowrap;
  }
  .button-wrapper-new:after {
    content: "";
    display: inline-block;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjU1NSA4LjAwNEw2LjQyMyAyLjY2N0g0LjQ0NGw1LjEyNCA1LjMzNy01LjEyNCA1LjMzaDEuOTkzbDUuMTE4LTUuMzN6IiBmaWxsPSIjQTRDRTRDIi8+PC9zdmc+);
    background-size: contain;
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 4px;
  }
  .white-theme-button {
    border: 1px solid #fff;
    color: #fff;
  }
  .white-theme-button:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjU1NSA4LjAwNEw2LjQyMyAyLjY2N0g0LjQ0NGw1LjEyNCA1LjMzNy01LjEyNCA1LjMzaDEuOTkzbDUuMTE4LTUuMzN6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    background-size: contain;
  }
  .black-theme-button {
    border: 1px solid #000;
  }
  .black-background-theme-button {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
  }
  .white-background-theme-button {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
  }
  .text-theme-button {
    background-color: transparent;
    color: rgba(20, 20, 20, 0.6);
    padding: 0;
  }
}
@media (min-width: 751px) {
  .button-wrapper-new {
    z-index: 9;
    letter-spacing: 0em;
    padding: 0.11rem 0.32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.16rem;
    height: 0.44rem;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
  }
  .button-wrapper-new:after {
    content: "";
    display: inline-block;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjU1NSA4LjAwNEw2LjQyMyAyLjY2N0g0LjQ0NGw1LjEyNCA1LjMzNy01LjEyNCA1LjMzaDEuOTkzbDUuMTE4LTUuMzN6IiBmaWxsPSIjQTRDRTRDIi8+PC9zdmc+);
    background-size: contain;
    width: 0.16rem;
    height: 0.16rem;
    margin-left: 4px;
  }
  .button-wrapper-new:before {
    border-radius: 4px;
    width: 0;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -1px;
    z-index: -1;
    background: #a4ce4c;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .button-wrapper-new:hover {
    color: #fff;
    border: 1px solid transparent;
  }
  .button-wrapper-new:hover:before {
    width: 102%;
    border: 1px solid #a4ce4c;
  }
  .button-wrapper-new:hover:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjU1NSA4LjAwNEw2LjQyMyAyLjY2N0g0LjQ0NGw1LjEyNCA1LjMzNy01LjEyNCA1LjMzaDEuOTkzbDUuMTE4LTUuMzN6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    background-size: contain;
  }
  .sudo {
    border-radius: 4px;
    width: 102%;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -1px;
    z-index: -2;
    display: block;
  }
  .sudo.black-background-theme-background {
    border: 1px solid #000;
  }
  .white-theme-button {
    color: #fff;
  }
  .white-theme-button:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjU1NSA4LjAwNEw2LjQyMyAyLjY2N0g0LjQ0NGw1LjEyNCA1LjMzNy01LjEyNCA1LjMzaDEuOTkzbDUuMTE4LTUuMzN6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    background-size: contain;
  }
  .white-theme-button {
    border: 1px solid #fff;
  }
  .black-theme-button {
    border: 1px solid #000;
  }
  .black-background-theme-button {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
  }
  .white-background-theme-button {
    color: #000;
    border: 1px solid #fff;
  }
  .black-background-theme-background {
    background-color: #000;
  }
  .white-background-theme-background {
    background-color: #fff;
  }
  .text-theme-button {
    background-color: transparent;
    color: rgba(20, 20, 20, 0.6);
  }
}
@media (min-width: 751px) {
  .car-submenus {
    position: fixed;
    left: 0;
    top: 0.56rem;
    margin-top: -1px;
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .car-submenus.car-submenus-visible {
    max-height: 4.5rem;
  }
  .car-submenus .car {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0.61rem auto 0.21rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    max-width: 77vw;
  }
  .car-submenus .car a {
    padding: 0 0.32rem 0.4rem;
  }
  .car-submenus .car a li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .car-submenus .car a li:hover {
    cursor: pointer;
  }
  .car-submenus .car a li:hover .car-img {
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
  }
  .car-submenus .car a li:hover .car-text {
    color: rgba(0, 0, 0, 0.6);
  }
  .car-submenus .car a li .car-img {
    width: 1.8rem;
    height: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .car-submenus .car a li .car-text {
    font-size: 0.16rem;
    line-height: 0.22rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .car-submenus .car .sudo-i {
    width: 2.44rem;
    height: 0;
  }
  .pad-header .car-submenus {
    top: 0.96rem;
  }
}
.m-car {
  padding-top: 0.24rem !important;
  padding-bottom: 0.24rem !important;
}
.m-car li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-car li img {
  width: 2.1rem;
  height: 1.12rem;
  object-fit: cover;
}
.m-car li span {
  color: rgba(10, 10, 26, 0.6);
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 0.42rem;
  margin-top: -0.12rem;
}
.mask-container {
  position: absolute;
  top: 0;
  left: 0;
}
.mask-container .mask {
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
.mask-container .mask.visible {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.new-car-animation {
  position: absolute;
  left: 0.16rem;
  top: 50%;
  width: 1.96rem;
  height: 0.56rem;
  -webkit-transform: translateX(-100%) translateY(-50%);
  -ms-transform: translateX(-100%) translateY(-50%);
  transform: translateX(-100%) translateY(-50%);
}
.line {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 320px) and (max-width: 750px) {
  .footer {
    border-top: 1px solid #f2f2f2;
    line-height: 1.4;
    padding: 0.64rem 0.48rem;
    font-size: 0.24rem;
    background-color: #fff;
  }
  .footer .website-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.32rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer .website-list,
  .footer .website-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .website-list li:last-child {
    border-right: none;
    padding-right: 0;
  }
  .footer .website-list li:first-child {
    padding-left: 0;
  }
  .footer .record-info {
    font-size: 0.22rem;
    text-align: center;
    color: #999;
    margin-top: 0.24rem;
  }
  .footer .record-info .a-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.16rem;
  }
  .footer .record-info a {
    color: #999;
  }
  .footer .media-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.32rem;
    margin-bottom: 0.24rem;
  }
  .footer .media-info li:nth-child(2) {
    margin: 0 0.64rem;
  }
  .footer .media-info img {
    width: 0.72rem;
    height: 0.72rem;
  }
  .footer .country-info {
    position: relative;
    margin-bottom: 0.24rem;
    text-align: center;
  }
  .footer .country-info .country-pic {
    margin-left: 0.16rem;
    width: 0.48rem;
    height: 0.48rem;
  }
  .footer .country-info:hover .show-country-list {
    display: block;
  }
  .footer .country-list {
    display: none;
    position: absolute;
    border-radius: 0.08rem;
    box-shadow: -4px 4px 0.4rem rgba(0, 0, 0, 0.08);
    right: 0;
    top: 0;
    -webkit-transform: translate(-85%, -100%);
    -ms-transform: translate(-85%, -100%);
    transform: translate(-85%, -100%);
    z-index: 1;
  }
  .footer .country-list li {
    height: 0.64rem;
    padding: 0.16rem 0.3rem;
    background-color: #fff;
  }
  .footer .country-list a,
  .footer .country-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .country-list a {
    color: #000;
  }
  .footer .country-list img {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.16rem;
  }
}
@media (min-width: 751px) and (max-width: 1024px) {
  .footer {
    border-top: 1px solid #f2f2f2;
    line-height: 1.4;
    padding-left: 0.48rem;
    padding-right: 0.48rem;
    font-size: 0.14rem;
    position: relative;
  }
  .footer .footer-left .website-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.16rem;
    margin-top: 0.16rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer .footer-left .website-list li:first-child {
    padding-left: 0;
  }
  .footer .footer-left .website-list a {
    display: block;
  }
  .footer .footer-left .record-info {
    color: #999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.64rem;
    margin-bottom: 0.16rem;
  }
  .footer .footer-left .record-info div {
    margin-right: 0.48rem;
  }
  .footer .footer-left .record-info a {
    color: #999;
  }
  .footer .footer-right {
    text-align: right;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0.7rem;
    width: calc(100% - 0.96rem);
  }
  .footer .footer-right img {
    width: 0.32rem;
    height: 0.32rem;
  }
  .footer .footer-right .media-info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .footer-right .media-info,
  .footer .footer-right .media-info ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer-right .media-info ul li {
    margin-right: 0.16rem;
  }
  .footer .footer-right .media-info ul li:last-child {
    margin-right: 0;
  }
  .footer .footer-right .media-info .weixin-info {
    position: relative;
  }
  .footer .footer-right .media-info .weixin-info:hover .show-minip-code {
    display: block;
  }
  .footer .footer-right .media-info .minip-hover {
    display: none;
    box-shadow: -4px 4px 0.4rem rgba(0, 0, 0, 0.08);
    width: 1.36rem;
    height: 1.7rem;
    font-size: 0.12rem;
    text-align: center;
    padding: 0.16rem 0.08rem;
    position: absolute;
    background-color: #fff;
    top: -1.9rem;
    -webkit-transform: translateX(-0.52rem);
    -ms-transform: translateX(-0.52rem);
    transform: translateX(-0.52rem);
  }
  .footer .footer-right .media-info .minip-hover:after {
    content: "";
    display: block;
    width: 0.14rem;
    height: 0.14rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.07rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer .footer-right .media-info .minip-hover img {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.08rem;
  }
  .footer .footer-right .media-info .phone-info {
    position: relative;
  }
  .footer .footer-right .media-info .phone-info:hover .show-phone {
    display: block;
  }
  .footer .footer-right .media-info .phone-hover {
    display: none;
    box-shadow: -4px 4px 0.4rem rgba(0, 0, 0, 0.08);
    min-width: 2.45rem;
    height: 0.61rem;
    font-family: PingFang SC;
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 0.2rem;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 0.2rem;
    position: absolute;
    background-color: #fff;
    border-radius: 0.04rem;
    top: -0.8rem;
    left: -1.24rem;
  }
  .footer .footer-right .media-info .phone-hover:after {
    content: "";
    display: block;
    width: 0.14rem;
    height: 0.14rem;
    background-color: #fff;
    position: absolute;
    left: 1.3rem;
    bottom: -0.07rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer .footer-right .media-info .phone-hover .num {
    font-weight: 500;
    line-height: 0.22rem;
    color: #000;
  }
  .footer .footer-right .country-info {
    position: relative;
  }
  .footer .footer-right .country-info .country-pic {
    margin-left: 0.16rem;
    width: 0.24rem;
    height: 0.24rem;
  }
  .footer .footer-right .country-info:hover .show-country-list {
    display: block;
  }
  .footer .footer-right .country-list {
    display: none;
    position: absolute;
    border-radius: 0.04rem;
    box-shadow: -4px 4px 0.4rem rgba(0, 0, 0, 0.08);
    right: 0;
    top: 0;
    -webkit-transform: translate(25%, -100%);
    -ms-transform: translate(25%, -100%);
    transform: translate(25%, -100%);
    z-index: 1;
  }
  .footer .footer-right .country-list li {
    height: 0.48rem;
    padding: 0.08rem 0.15rem;
    background-color: #fff;
  }
  .footer .footer-right .country-list a,
  .footer .footer-right .country-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .footer-right .country-list a {
    color: #000;
  }
  .footer .footer-right .country-list img {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.08rem;
  }
}
@media (min-width: 1025px) {
  .footer {
    border-top: 1px solid #f2f2f2;
    height: 1.28rem;
    line-height: 1.4;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0.48rem;
    padding-right: 0.48rem;
    font-size: 0.14rem;
  }
  .footer,
  .footer .footer-left .website-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer-left .website-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.16rem;
  }
  .footer .footer-left .website-list li {
    padding: 0 0.16rem;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer .footer-left .website-list li:last-child {
    border-right: none;
  }
  .footer .footer-left .website-list li:first-child {
    padding-left: 0;
  }
  .footer .footer-left .website-list a {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
  }
  .footer .footer-left .website-list a:hover {
    opacity: 0.6;
  }
  .footer .footer-left .record-info {
    color: #999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer-left .record-info div {
    margin-right: 0.48rem;
  }
  .footer .footer-left .record-info a {
    color: #999;
  }
  .footer .footer-right {
    text-align: right;
    position: relative;
  }
  .footer .footer-right img {
    width: 0.32rem;
    height: 0.32rem;
  }
  .footer .footer-right .media-info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .footer-right .media-info,
  .footer .footer-right .media-info ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer-right .media-info ul li {
    margin-right: 0.16rem;
  }
  .footer .footer-right .media-info ul li:last-child {
    margin-right: 0;
  }
  .footer .footer-right .media-info ul li a {
    opacity: 1;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
  }
  .footer .footer-right .media-info ul li a:hover {
    opacity: 0.6;
  }
  .footer .footer-right .media-info .weixin-info {
    position: relative;
  }
  .footer .footer-right .media-info .weixin-info:hover .show-minip-code {
    display: block;
  }
  .footer .footer-right .media-info .minip-hover {
    display: none;
    box-shadow: -4px 4px 0.4rem rgba(0, 0, 0, 0.08);
    width: 1.36rem;
    height: 1.7rem;
    font-size: 0.12rem;
    text-align: center;
    padding: 0.16rem 0.08rem;
    position: absolute;
    background-color: #fff;
    top: -1.9rem;
    -webkit-transform: translateX(-0.52rem);
    -ms-transform: translateX(-0.52rem);
    transform: translateX(-0.52rem);
  }
  .footer .footer-right .media-info .minip-hover:after {
    content: "";
    display: block;
    width: 0.14rem;
    height: 0.14rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.07rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer .footer-right .media-info .minip-hover img {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.08rem;
  }
  .footer .footer-right .media-info .phone-info {
    position: relative;
  }
  .footer .footer-right .media-info .phone-info:hover .show-phone {
    display: block;
  }
  .footer .footer-right .media-info .phone-hover {
    display: none;
    box-shadow: -4px 4px 0.4rem rgba(0, 0, 0, 0.08);
    min-width: 2.45rem;
    height: 0.61rem;
    font-family: PingFang SC;
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 0.2rem;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 0.2rem;
    position: absolute;
    background-color: #fff;
    border-radius: 0.04rem;
    top: -0.8rem;
    left: -1.74rem;
  }
  .footer .footer-right .media-info .phone-hover:after {
    content: "";
    display: block;
    width: 0.14rem;
    height: 0.14rem;
    background-color: #fff;
    position: absolute;
    left: 1.8rem;
    bottom: -0.07rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer .footer-right .media-info .phone-hover .num {
    font-weight: 500;
    line-height: 0.22rem;
    color: #000;
  }
  .footer .footer-right .country-info {
    position: relative;
    font-weight: 600;
    cursor: pointer;
    margin-top: 5px;
  }
  .footer .footer-right .country-info .country-pic {
    margin-left: 0.16rem;
    width: 0.24rem;
    height: 0.24rem;
  }
  .footer .footer-right .country-info:hover .show-country-list {
    display: block;
  }
  .footer .footer-right .country-list {
    display: none;
    position: absolute;
    border-radius: 0.04rem;
    box-shadow: -4px 4px 0.4rem rgba(0, 0, 0, 0.08);
    right: 0;
    top: 0;
    -webkit-transform: translate(25%, -100%);
    -ms-transform: translate(25%, -100%);
    transform: translate(25%, -100%);
    z-index: 1000;
    background-color: #fff;
  }
  .footer .footer-right .country-list li {
    height: 0.48rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.08rem 0.15rem;
    background-color: #fff;
    font-weight: 400;
  }
  .footer .footer-right .country-list li:hover {
    background-color: rgba(164, 206, 76, 0.05);
  }
  .footer .footer-right .country-list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
  }
  .footer .footer-right .country-list img {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.08rem;
  }
}
img.lazy {
  /* opacity: 0; */
}
img:not(.initial) {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
img.error,
img.initial,
img.loaded {
  opacity: 1;
}
.xpm-mask {
  --z-index: var(--xpm-mask-z-index, 1000);
  position: fixed;
  z-index: var(--z-index);
  display: block;
}
.xpm-mask,
.xpm-mask-aria-button {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.xpm-mask-aria-button {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.xpm-mask-content {
  z-index: 1;
}
.xpm-popup {
  --z-index: var(--xpm-popup-z-index, 1000);
  position: fixed;
  z-index: var(--z-index);
}
.xpm-popup-body {
  position: fixed;
  background-color: var(--xpm-color-background);
  z-index: calc(var(--z-index) + 10);
}
.xpm-popup-body .xpm-popup-close-icon {
  position: absolute;
  z-index: 100;
}
.xpm-popup-body-position-bottom {
  width: 100%;
  bottom: 0;
  left: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.xpm-popup-body-position-bottom .xpm-popup-close-icon {
  right: 8px;
  top: 8px;
}
.xpm-popup-body-position-top {
  width: 100%;
  top: 0;
  left: 0;
}
.xpm-popup-body-position-top .xpm-popup-close-icon {
  right: 8px;
  bottom: 8px;
}
.xpm-popup-body-position-left {
  height: 100%;
  top: 0;
  left: 0;
}
.xpm-popup-body-position-left .xpm-popup-close-icon {
  right: 8px;
  top: 8px;
}
.xpm-popup-body-position-right {
  height: 100%;
  top: 0;
  right: 0;
}
.xpm-popup-body-position-right .xpm-popup-close-icon {
  left: 8px;
  top: 8px;
}
.xpm-popup-close-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 1;
  color: var(--xpm-color-weak);
}
@media (min-width: 320px) and (max-width: 750px) {
  .popup-content {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .popup-content,
  .popup-content .country-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .popup-content .country-navigation {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000;
    font-size: 0.32rem;
    line-height: 0.48rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    padding: 0.22rem 0.48rem 0.2rem;
    background-color: #fff;
    max-height: 100vh;
    overflow: auto;
  }
  .popup-content .country-navigation .go-back-icon {
    background-image: url(https://xps01.xiaopeng.com/www/public/img/back.7557f2fe.svg);
  }
  .popup-content .country-navigation .close-icon,
  .popup-content .country-navigation .go-back-icon {
    width: 0.48rem;
    height: 0.48rem;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .popup-content .country-navigation .close-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNi44MyAyNGwxMS4zMTQtMTEuMzE0LTIuODI5LTIuODI4LTExLjMxNCAxMS4zMTRMMTIuNjg4IDkuODU4bC0yLjgyOSAyLjgyOEwyMS4xNzMgMjQgOS44NTkgMzUuMzE0bDIuODI5IDIuODI4TDI0IDI2LjgzbDExLjMxNCAxMS4zMTMgMi44MjgtMi44MjhMMjYuODMgMjR6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);
  }
  .popup-content .country-item {
    padding: 0.41rem 0.48rem;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .popup-content .country-item,
  .popup-content .country-item .country-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .popup-content .country-item .country-content {
    cursor: pointer;
  }
  .popup-content .country-item .country-content .country-item-flag {
    width: 0.36rem;
    height: 0.36rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.16rem;
  }
  .popup-content .country-item .country-content .country-item-name {
    font-size: 0.28rem;
    line-height: 0.38rem;
    color: #000;
  }
  .popup-content .country-item .country-text {
    font-size: 0.28rem;
    line-height: 0.38rem;
    color: rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 751px) {
  .popup-content {
    width: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0.32rem;
    max-height: 100%;
    overflow-y: auto;
  }
  .popup-content .close-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNi44MyAyNGwxMS4zMTQtMTEuMzE0LTIuODI5LTIuODI4LTExLjMxNCAxMS4zMTRMMTIuNjg4IDkuODU4bC0yLjgyOSAyLjgyOEwyMS4xNzMgMjQgOS44NTkgMzUuMzE0bDIuODI5IDIuODI4TDI0IDI2LjgzbDExLjMxNCAxMS4zMTMgMi44MjgtMi44MjhMMjYuODMgMjR6IiBmaWxsPSIjMDAwIi8+PC9zdmc+);
    width: 0.24rem;
    height: 0.24rem;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: 0.4rem;
    margin-bottom: 0.32rem;
    cursor: pointer;
  }
  .popup-content .country-item {
    padding: 0.15rem 0.4rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.08rem;
    cursor: pointer;
  }
  .popup-content .country-item:hover {
    background-color: rgba(164, 206, 76, 0.05);
  }
  .popup-content .country-item .country-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  .popup-content .country-item .country-content .country-item-flag {
    width: 0.16rem;
    height: 0.16rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.16rem;
  }
  .popup-content .country-item .country-content .country-item-name {
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #000;
  }
  .popup-content .country-item .country-content .country-item-name:hover {
    color: rgba(0, 0, 0, 0.6);
  }
  .popup-content .country-item .country-text {
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: rgba(0, 0, 0, 0.4);
  }
}
.show-pull-down {
  top: 0;
}
@media (min-width: 320px) and (max-width: 750px) {
  .new-header {
    background-color: #fff;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.28rem;
    top: 0;
  }
  .new-header .logo {
    width: 0.82rem;
    height: 0.37rem;
  }
  .new-header .right-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .new-header .right-menu .appointment {
    padding: 0.1rem 0.32rem;
    border-radius: 0.08rem;
    margin-right: 0.32rem;
    border: 1px solid #000;
  }
  .new-header .right-menu .more-icon {
    width: 0.48rem;
    height: 0.48rem;
  }
  .menu {
    display: none;
    position: fixed;
    z-index: 999;
    top: 1rem;
    left: 0;
    width: 100vw;
    height: calc(100% - 1rem);
    font-size: 0.32rem;
    text-align: center;
    overflow-y: scroll;
    background-color: #fff;
  }
  .menu .menu-item a {
    position: relative;
    display: block;
    padding-left: 0.37rem;
    /*padding-top: 0.37rem;*/
    /*padding-bottom: 0.37rem;*/
  }
  .menu .menu-item .arrow-down {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    right: 0.32rem;
    width: 0.48rem;
    height: 0.48rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu .menu-item .arrow-down.active {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .menu .sub-menu {
    /*background-color: #f8f8f8;*/
    /*width: 100vw;*/
  }
  .show-menu {
    display: block;
  }
  .unshow-pull-down {
    top: -1rem;
  }
  .pulldown-win {
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
    background-color: #fff;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.28rem;
    font-size: 0.24rem;
  }
  .pulldown-win .left-menu {
    font-size: 0.32rem;
    font-weight: 500;
  }
  .pulldown-win .pulldown-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .pulldown-win .appoint-button .button-wrapper-new,
  .pulldown-win .reserve-button .button-wrapper-new {
    padding: 0.1rem 0.32rem;
    border-radius: 0.08rem;
    letter-spacing: 0;
    font-size: 0.24rem;
  }
  .pulldown-win .appoint-button .button-wrapper-new:after,
  .pulldown-win .reserve-button .button-wrapper-new:after {
    display: none;
  }
  .pulldown-win .reserve-button .button-wrapper-new {
    margin-left: 0.24rem;
    margin-right: 0.16rem;
  }
  .pulldown-win .single-btn {
    padding-left: 0.24rem;
  }
  .white-theme {
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
  }
  .white-theme a .txt {
    color: #fff;
  }
  .white-theme .menu-item {
    color: #fff;
  }
  .white-theme .right-menu .appointment {
    border: 1px solid #fff;
    color: #fff;
  }
  .white-theme .right-menu button {
    color: #fff;
  }
}
@media (min-width: 751px) and (max-width: 1919px) {
  .new-size-header .new-header {
    font-size: 0.16rem;
  }
}
@media (min-width: 751px) {
  .new-header-wrapper .logo {
    /*width: 1.8rem;*/
    height: 95%;
  }
  .new-header {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 1.2rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.14rem;
    font-weight: 400;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .new-header > a {
    line-height: 1;
    font-size: 0.18rem;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 0.1rem;
  }
  .new-header,
  .new-header .menu-wrapper {
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .new-header .menu-wrapper {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: -1;
  }
  .new-header .menu {
    display: -webkit-box;
  }
  .new-header .menu .menu-item-wrapper {
    height: 0.56rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .new-header .menu .menu-item-wrapper.default-cursor {
    cursor: default;
  }
  .new-header .menu .menu-item-wrapper:hover .show-sub-menu {
    display: block;
  }
  .new-header .menu .menu-item {
    margin-left: 0.28rem;
    margin-right: 0.28rem;
    box-sizing: border-box;
    height: 0.35rem;
    line-height: 0.35rem;
    word-break: keep-all;
    white-space: nowrap;
    font-size: 0.24rem;
  }
  .new-header .menu .menu-item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    max-width: 0;
    -webkit-transition: max-width 0.1s ease-in-out;
    transition: max-width 0.1s ease-in-out;
    background-color: #a4ce4c;
    margin-left: inherit;
    margin-right: inherit;
    margin-bottom: 0.1rem;
  }
  .new-header .menu .menu-item > img {
    width: 0.14rem;
    height: 0.14rem;
  }
  .new-header .menu .menu-item:hover {
    color: rgba(0, 0, 0, 0.6);
  }
  .new-header .menu .menu-item:hover:after {
    max-width: 100%;
  }
  .new-header .menu .menu-item:hover > img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .new-header .menu .active-menu-item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    height: 2px;
    background-color: #a4ce4c;
    margin-left: inherit;
    margin-right: inherit;
    margin-bottom: 0.1rem;
  }
  .new-header .menu .sub-menu {
    display: none;
    position: absolute;
    box-shadow: 0 4px 0.3rem rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    background-color: #fff;
    padding-top: 0.08rem;
    padding-bottom: 0.08rem;
    word-break: keep-all;
    white-space: nowrap;
  }
  .new-header .menu .sub-menu li:hover {
    opacity: 0.6;
  }
  .new-header .menu .sub-menu a {
    min-width: 1.12rem;
    padding: 0.12rem 0.21rem;
    line-height: 1.2;
    display: block;
    font-size: 0.16rem;
  }
  .new-header .right-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .new-header .right-menu button {
    cursor: pointer;
    font-size: 0.14rem;
    opacity: 1;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
  }
  .new-header .right-menu button:hover {
    opacity: 0.6;
  }
  .new-header .right-menu .multi-language {
    background-image: url(../image/language.svg);
    width: 0.36rem;
    height: 0.36rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 0.2rem 0.2rem;
    margin-right: 0.24rem;
    cursor: pointer;
  }
  .new-header .right-menu .multi-language:hover {
    opacity: 0.6;
  }
  .new-header .right-menu .language-icon-dark {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuNSIgcj0iOS4yNSIvPjxlbGxpcHNlIGN4PSIxMCIgY3k9IjEwIiByeD0iMy40IiByeT0iOS40IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yIi8+PHBhdGggZD0iTTEgNy43MWgxOHYtMS4ySDF2MS4yem0xOCA0LjhIMXYxLjJoMTh2LTEuMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==);
  }
  .new-header .right-menu .appointment {
    margin-right: 0.24rem;
    padding: 0.08rem 0.16rem;
    border-radius: 4px;
    border: 1px solid #000;
    color: #000;
    line-height: 1.1;
    position: relative;
    box-sizing: border-box;
  }
  .new-header .right-menu .appointment:after {
    border-radius: 4px;
    width: 0;
    cursor: pointer;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #a4ce4c;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .new-header .right-menu .appointment:hover {
    color: #fff;
    border: 1px solid transparent;
  }
  .new-header .right-menu .appointment:hover:after {
    width: 100%;
    border: 1px solid #a4ce4c;
  }
  .new-header .right-menu .avatar-info {
    height: 0.56rem;
    line-height: 0.56rem;
  }
  .new-header .right-menu .avatar-info .avatar {
    border-radius: 50%;
    border: 1px solid #fff;
    width: 0.24rem;
    height: 0.24rem;
    cursor: pointer;
  }
  .new-header .right-menu .avatar-info:hover .show-user-menu-list {
    display: block;
  }
  .new-header .right-menu .user-menu-list {
    display: none;
    position: absolute;
    padding-top: 0.08rem;
    padding-bottom: 0.08rem;
    word-break: keep-all;
    white-space: nowrap;
    background-color: #fff;
    -webkit-transform: translateX(-44%);
    -ms-transform: translateX(-44%);
    transform: translateX(-44%);
    box-shadow: 0 4px 0.3rem rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    z-index: 1;
  }
  .new-header .right-menu .user-menu-list a {
    white-space: nowrap;
    display: block;
    padding: 0.12rem 0.21rem;
    line-height: 1.2;
  }
  .new-header .right-menu .user-menu-list a:hover {
    background-color: rgba(164, 206, 76, 0.05);
  }
  .pulldown-win {
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    height: 0.56rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.14rem;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .pulldown-win,
  .pulldown-win .left-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pulldown-win .left-menu .line {
    width: 1px;
    background-color: #e2e2e2;
    height: 0.16rem;
    margin-left: 0.08rem;
    margin-right: 0.08rem;
  }
  .pulldown-win .pulldown-content-wrapper {
    font-size: 0.16rem;
    max-width: 1360px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .pulldown-win .logo {
    margin-right: 0.16rem;
  }
  .pulldown-win .right-menu a {
    font-size: 0.14rem;
  }
  .pulldown-win .appoint-button .button-wrapper-new,
  .pulldown-win .reserve-button .button-wrapper-new {
    padding: 0.08rem 0.16rem;
    border-radius: 4px;
    letter-spacing: 0;
    font-size: 0.14rem;
    line-height: 1;
    height: 0.36rem;
  }
  .pulldown-win .appoint-button .button-wrapper-new:after,
  .pulldown-win .reserve-button .button-wrapper-new:after {
    display: none;
  }
  .pulldown-win .reserve-button .button-wrapper-new {
    margin-left: 0.24rem;
    margin-right: 0.08rem;
  }
  .pulldown-win .single-btn {
    padding-left: 0.24rem;
  }
  .unshow-pull-down {
    top: -0.56rem;
  }
  .new-size-header .pad-header .menu .menu-item-wrapper,
  .new-size-header .pad-header .right-menu .appointment,
  .pad-header {
    font-size: 0.24rem;
  }
  .pad-header {
    height: 0.96rem;
  }
  .pad-header.unshow-pull-down {
    top: -0.96rem;
  }
  .pad-header .logo {
    width: 0.68rem;
  }
  .pad-header .menu .menu-item-wrapper {
    height: 0.8rem;
    font-size: 0.24rem;
  }
  .pad-header .menu .menu-item {
    margin-left: 0.22rem;
    margin-right: 0.22rem;
    box-sizing: border-box;
    height: 0.35rem;
    line-height: 0.35rem;
  }
  .pad-header .menu .menu-item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    max-width: 0;
    -webkit-transition: max-width 0.1s ease-in-out;
    transition: max-width 0.1s ease-in-out;
    background-color: #a4ce4c;
    margin-left: inherit;
    margin-right: inherit;
    margin-bottom: 0.1rem;
  }
  .pad-header .menu .menu-item img {
    width: 0.14rem;
    height: 0.14rem;
  }
  .pad-header .menu .menu-item:hover:after {
    max-width: 100%;
  }
  .pad-header .menu .menu-item:hover img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .pad-header .menu .active-menu-item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    height: 2px;
    background-color: #a4ce4c;
    margin-left: inherit;
    margin-right: inherit;
    margin-bottom: 0.1rem;
  }
  .pad-header .menu .sub-menu {
    display: none;
    position: absolute;
    box-shadow: 0 4px 0.3rem rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    background-color: #fff;
    padding-top: 0.08rem;
    padding-bottom: 0.08rem;
    word-break: keep-all;
    white-space: nowrap;
  }
  .pad-header .menu .sub-menu a {
    min-width: 1.12rem;
    padding: 0.12rem 0.21rem;
    line-height: 1.2;
    display: block;
  }
  .pad-header .right-menu button {
    cursor: pointer;
    font-size: 0.24rem;
  }
  .pad-header .right-menu .appointment {
    margin-right: 0.32rem;
    padding: 0.08rem 0.16rem;
    border-radius: 4px;
    border: 1px solid #000;
    color: #000;
    line-height: 1.1;
    position: relative;
    box-sizing: border-box;
  }
  .pad-header .right-menu .appointment:after {
    border-radius: 4px;
    width: 0;
    cursor: pointer;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #a4ce4c;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .pad-header .right-menu .appointment:hover {
    color: #fff;
    border: 1px solid transparent;
  }
  .pad-header .right-menu .appointment:hover:after {
    width: 100%;
    border: 1px solid #a4ce4c;
  }
  .pad-header .right-menu .avatar-info {
    height: 0.56rem;
    line-height: 0.56rem;
  }
  .pad-header .right-menu .avatar-info .avatar {
    border-radius: 50%;
    border: 1px solid #fff;
    width: 0.32rem;
    height: 0.32rem;
  }
  .pad-header .right-menu .avatar-info:hover .show-user-menu-list {
    display: block;
  }
  .pad-header .right-menu .user-menu-list {
    display: none;
    position: absolute;
    padding: 0.07rem 0.21rem;
    background-color: #fff;
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
    z-index: 1;
  }
  .pad-header .right-menu .user-menu-list a {
    white-space: nowrap;
    display: block;
  }
  .pad-header.white-theme .right-menu button {
    font-size: 0.24rem;
  }
  .pad-header.pulldown-win .appoint-button .button-wrapper-new,
  .pad-header.pulldown-win .reserve-button .button-wrapper-new {
    height: 0.46rem;
    width: auto;
  }
  .pad-header .pulldown-content-wrapper,
  .pad-header .pulldown-content-wrapper .right-menu a {
    font-size: 0.24rem;
  }
  .pad-header .pulldown-content-wrapper .right-menu .button-outer-wrapper {
    font-size: 0.24rem;
    height: auto;
  }
  .white-theme {
    background-color: transparent;
    border-bottom: none;
    -webkit-transition: background 0.5s 0.3s;
    transition: background 0.5s 0.3s;
    color: #fff;
  }
  .white-theme a .txt {
    color: #fff;
  }
  .white-theme .menu .menu-item {
    color: #fff;
  }
  .white-theme .menu .menu-item > a {
    color: inherit;
  }
  .white-theme .menu .menu-item:hover {
    color: hsla(0, 0%, 100%, 0.6);
  }
  .white-theme .right-menu .appointment {
    color: #fff;
    border: 1px solid #fff;
  }
  .white-theme .right-menu button {
    color: #fff;
    font-size: 0.14rem;
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  .title-wrapper-new {
    text-align: center;
    width: 100%;
    color: #000;
  }
  .title-wrapper-new .title {
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0em;
    margin-bottom: 0.24rem;
    position: relative;
  }
  .title-wrapper-new .font {
    font-family: HYYakuHei;
  }
  .title-wrapper-new .sub-title {
    font-size: 0.48rem;
    font-weight: 400;
    letter-spacing: 0em;
    color: rgba(0, 0, 0, 0.6);
  }
  .title-wrapper-new .hasX .content {
    position: relative;
  }
  .title-wrapper-new .hasX .content:before {
    content: "";
    /* background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIuMzMzTDcuNDE1IDEwIDAgMTcuNjY3aDEuODU0TDkuMjY4IDEwIDEuODU0IDIuMzMzSDB6TTE4LjE0NiAyLjMzNEwxMC43MzIgMTBsNy40MTUgNy42NjdIMjBMMTIuNTg2IDEwIDIwIDIuMzMzaC0xLjg1NHoiIGZpbGw9IiMwMDAiLz48L3N2Zz4=); */
    background-size: contain;
    width: 0.4rem;
    height: 0.4rem;
    display: inline-block;
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform: translate(-100%, -70%);
    -ms-transform: translate(-100%, -70%);
    transform: translate(-100%, -70%);
    top: 0;
  }
  .white-title {
    color: #fff;
  }
  .white-title .hasX .content {
    position: relative;
  }
  .white-title .hasX .content:before {
    /* background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIuMzMzTDcuNDE1IDEwIDAgMTcuNjY3aDEuODU0TDkuMjY4IDEwIDEuODU0IDIuMzMzSDB6TTE4LjE0NiAyLjMzM0wxMC43MzIgMTBsNy40MTUgNy42NjdIMjBMMTIuNTg2IDEwIDIwIDIuMzMzaC0xLjg1NHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=); */
  }
  .white-title .sub-title {
    color: #fff;
  }
}
@media (min-width: 751px) {
  .title-wrapper-new {
    text-align: center;
  }
  .title-wrapper-new .title {
    font-size: 0.6rem;
    letter-spacing: 0em;
    margin-bottom: 0rem;
    position: relative;
    font-weight: bold;
  }
  .swiper-slide .title-wrapper-new .title {
    transition: all 1s 0.5s ease;
    transform: translateX(-100%);
    opacity: 0;
  }
  .swiper-slide-active .title-wrapper-new .title {
    transform: translateX(0);
    opacity: 1;
  }
  .title-wrapper-new .font {
    /* font-family: HYYakuHei; */
    font-weight: bold;
  }
  .title-wrapper-new .sub-title {
    font-size: 0.18rem;
    font-weight: 400;
    letter-spacing: 0em;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.75;
  }
  .title-wrapper-new .hasX .content {
    position: relative;
  }
  .title-wrapper-new .hasX .content:before {
    content: "";
    /* background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIuMzMzTDcuNDE1IDEwIDAgMTcuNjY3aDEuODU0TDkuMjY4IDEwIDEuODU0IDIuMzMzSDB6TTE4LjE0NiAyLjMzNEwxMC43MzIgMTBsNy40MTUgNy42NjdIMjBMMTIuNTg2IDEwIDIwIDIuMzMzaC0xLjg1NHoiIGZpbGw9IiMwMDAiLz48L3N2Zz4=); */
    background-size: contain;
    width: 0.2rem;
    height: 0.2rem;
    display: inline-block;
    position: absolute;
    left: 0;
    -webkit-transform: translate(-100%, -70%);
    -ms-transform: translate(-100%, -70%);
    transform: translate(-100%, -70%);
    top: 0;
  }
  .white-title,
  .white-title .sub-title {
    color: #fff;
  }
  .white-title .hasX .content {
    position: relative;
  }
  .white-title .hasX .content:before {
    /* background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIuMzMzTDcuNDE1IDEwIDAgMTcuNjY3aDEuODU0TDkuMjY4IDEwIDEuODU0IDIuMzMzSDB6TTE4LjE0NiAyLjMzM0wxMC43MzIgMTBsNy40MTUgNy42NjdIMjBMMTIuNTg2IDEwIDIwIDIuMzMzaC0xLjg1NHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=); */
  }
}
.toast-notification {
  position: fixed;
  top: 3.92rem;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1400;
}
.toast-notification .icon {
  width: 0.3rem;
  height: 0.3rem;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.toast-notification .toast-notice-wrapper.notice-enter {
  opacity: 0.01;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.toast-notification .toast-notice-wrapper.notice-enter-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.toast-notification .toast-notice-wrapper.notice-exit {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.toast-notification .toast-notice-wrapper.notice-exit-active {
  opacity: 0.01;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.toast-notification .toast-notice {
  max-width: 90%;
  background: #fff;
  padding: 0.14rem 0.32rem;
  margin: 8px auto;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.12rem;
  color: #454545;
  font-size: 0.18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.toast-notification .toast-notice > span {
  margin-left: 6px;
  line-height: 1.4;
}
.toast-notification .toast-notice > svg {
  font-size: 18px;
}
.toast-notification .toast-notice.info > svg {
  color: #1890ff;
}
.toast-notification .toast-notice.success > svg {
  color: #52c41a;
}
.toast-notification .toast-notice.warning > svg {
  color: #faad14;
}
.toast-notification .toast-notice.error > svg {
  color: #f74a53;
}
.toast-notification .toast-notice.loading > svg {
  color: #1890ff;
  -webkit-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  .reserve-form {
    background-color: #fff;
    padding: 1.28rem 0.48rem;
  }
  .reserve-form input {
    font-size: 0.28rem;
    border-radius: 0;
  }
  .reserve-form input::-webkit-input-placeholder {
    -webkit-text-fill-color: rgba(0, 0, 0, 0.4);
  }
  .reserve-form input:-ms-input-placeholder {
    -webkit-text-fill-color: rgba(0, 0, 0, 0.4);
  }
  .reserve-form input::placeholder {
    -webkit-text-fill-color: rgba(0, 0, 0, 0.4);
  }
  .reserve-form .title-wrapper-new {
    text-align: center;
  }
  .reserve-form .reserve-form-content .carType-img-wrapper {
    position: relative;
    width: 100%;
    height: 3.68rem;
  }
  .reserve-form .reserve-form-content .car-img {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
  }
  .reserve-form .reserve-form-content .unshow-img {
    right: -0.5rem;
    opacity: 0;
  }
  .reserve-form .reserve-form-content .show-img {
    display: block;
    opacity: 1;
    right: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .reserve-form .form .input-window {
    height: 0.88rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .reserve-form .form .cascader-together,
  .reserve-form .form .input-text {
    height: 0.88rem;
    font-size: 0.28rem;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
  }
  .reserve-form .form .cascader-together:focus,
  .reserve-form .form .input-text:focus {
    border-bottom: 1px solid #a4ce4c;
  }
  .reserve-form .form .active-input-border {
    border-bottom: 1px solid #a4ce4c !important;
  }
  .reserve-form .form .cascader-together {
    position: relative;
  }
  .reserve-form .form .cascader-together .sudo-input-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .reserve-form .form .cascader-together .sudo-input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    height: 0.44rem;
  }
  .reserve-form .form .cascader-together .cascader-screen {
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    -webkit-text-fill-color: #000;
    opacity: 1;
  }
  .reserve-form .form .cascader-together .disable-input-color::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    -webkit-text-fill-color: rgba(0, 0, 0, 0.4);
  }
  .reserve-form .form .cascader-together .disable-input-color:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    -webkit-text-fill-color: rgba(0, 0, 0, 0.4);
  }
  .reserve-form .form .cascader-together .disable-input-color::placeholder {
    color: rgba(0, 0, 0, 0.4);
    -webkit-text-fill-color: rgba(0, 0, 0, 0.4);
  }
  .reserve-form .form .cascader-together .input-wrapper {
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .reserve-form .form .cascader-together .locate-wrapper {
    color: #839f5f;
    font-size: 0.24rem;
    line-height: 0.34rem;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .reserve-form .form .cascader-together .locate-wrapper .locate {
    margin-right: 0.08rem;
    width: 0.28rem;
    height: 0.28rem;
  }
  .reserve-form .form .cascader-together .arrow-wrapper {
    padding-left: 0.16rem;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .reserve-form .form .cascader-together .arrow-wrapper .arrow {
    width: 0.28rem;
    height: 0.28rem;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .reserve-form .form .cascader-together .modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
    top: 0;
    left: 0;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper {
    width: 100vw;
    height: 70vh;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    padding: 0.4rem 0.48rem;
    font-size: 0.3rem;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .title {
    position: relative;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .title h5 {
    font-size: 0.32rem;
    text-align: center;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .title img {
    height: 0.48rem;
    width: 0.48rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .selected-screen {
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .selected-screen ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .selected-screen li {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    box-sizing: border-box;
    display: block;
    padding-right: 0.72rem;
    word-break: keep-all;
    white-space: nowrap;
    position: relative;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .selected-screen li:last-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .selected-screen li:last-child:after {
    display: none;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .selected-screen li:after {
    display: block;
    content: "";
    width: 0.24rem;
    height: 0.24rem;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguMDU2IDYuNTNjMC0uNzk3Ljg4My0xLjI3OCAxLjU1Mi0uODQ1TDE4LjE0IDExLjJhMS4wMDYgMS4wMDYgMCAwMTAgMS42OWwtOC41MzIgNS41MTZhMS4wMDYgMS4wMDYgMCAwMS0xLjU1Mi0uODQ1VjYuNTN6IiBmaWxsPSIjMDAwIiBmaWxsLW9wYWNpdHk9Ii4xNSIvPjwvc3ZnPg==);
    background-size: contain;
    position: absolute;
    right: 0.24rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .selected-screen .active-li {
    color: #5a960a;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .list {
    height: calc(70vh - 2.5rem);
    overflow-y: scroll;
    padding-top: 0.16rem;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .list li {
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .list h5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.32rem;
    font-weight: 400;
    padding-top: 0.07rem;
    padding-bottom: 0.07rem;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .list a,
  .reserve-form .form .cascader-together .drop-down-wrapper .list p {
    font-size: 0.24rem;
    color: rgba(0, 0, 0, 0.4);
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .list .active-li {
    color: #5a960a;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .list .active-title:after {
    display: block;
    content: "";
    width: 0.48rem;
    height: 0.48rem;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuNyIgZD0iTTAgMGg0OHY0OEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS41NzYgMjIuNTY1TDIxLjkxMyAzNC45bDEuNDUgMS40NSAxLjI1LTEuNjI1TDQwLjU1NCAxNGgtNC41NDFMMjMuMDA4IDMwLjkwNmwtOC4zNDItOC4zNDFoLTUuMDl6IiBmaWxsPSIjNUE5NjBBIiBmaWxsLW9wYWNpdHk9Ii43Ii8+PC9zdmc+);
    background-size: contain;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .list .star-list {
    margin-top: 0.12rem;
    margin-bottom: 0.24rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .list .star-list .star {
    padding-top: 0;
    padding-bottom: 0;
    width: 0.24rem;
    height: 0.23rem;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgOS4xMTNMMy4xNDMgMTAuNTVhLjUuNSAwIDAxLS43MTctLjUzNWwuNTM4LTMuMDA2TC43NyA0Ljk2OGEuNS41IDAgMDEuMjcyLS44NjJMNC4xIDMuNjgyIDUuNTU3Ljg2YS41LjUgMCAwMS44ODggMEw3LjkwNCAzLjY4bDMuMDU1LjQyNWEuNS41IDAgMDEuMjcyLjg2TDkuMDM3IDcuMDEybC41NCAzLjAwNGEuNS41IDAgMDEtLjcxNi41MzVMNiA5LjExM3oiIGZpbGw9IiNGNUNFNDUiLz48L3N2Zz4=);
    background-size: contain;
    margin-right: 0.08rem;
  }
  .reserve-form .form .cartype-radio-group {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
    font-size: 0.28rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.6rem;
  }
  .reserve-form .form .cartype-radio-group .radio-group-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .reserve-form .form .cartype-radio-group .radio-input-new {
    width: 0.3rem;
    height: 0.3rem;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #84848c;
    margin-right: 0.13rem;
  }
  .reserve-form .form .cartype-radio-group .radio-input-new:checked {
    border: 4px solid #a4ce4c;
  }
  .reserve-form .form .privacy-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    margin-top: 0.8rem;
  }
  .reserve-form .form .privacy-wrapper a {
    color: #666;
    font-size: 0.24rem;
  }
  .reserve-form .form .privacy-checkbox {
    width: 0.32rem;
    height: 0.32rem;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #666;
    margin-right: 0.1rem;
    border-radius: 50%;
  }
  .reserve-form .form .privacy-checkbox:checked {
    border: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiByeD0iOSIgZmlsbD0iI0E0Q0U0QyIvPjxwYXRoIGQ9Ik0xMi4zNTYgNi4yNjdhLjk4OC45ODggMCAwMTEuMzcuMDE4Yy4zNS4zNS4zNjQuODk2LjA0OCAxLjI2MmwtLjA2Ny4wNy01LjQxMSA1LjExNmEuOTg4Ljk4OCAwIDAxLTEuMzUgMGwtLjA2Ny0uMDctMi42NTMtMy4wNzdhLjkyNC45MjQgMCAwMS4xMi0xLjMyNy45ODkuOTg5IDAgMDExLjI5Ny4wNDZsLjA2OC4wNyAxLjk4MiAyLjMgNC42NjMtNC40MDh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    background-size: contain;
  }
  .reserve-form .form .error-input {
    border-bottom: 1px solid #ec4e39;
  }
  .reserve-form .form .error-input-checkbox {
    border: 1px solid #ec4e39;
  }
  .reserve-form .form .error-msg {
    display: block;
    margin-bottom: 0.32rem;
    font-size: 0.2rem;
    color: #ec4e39;
  }
  .reserve-form .form .sms-code-wrapper {
    position: relative;
    width: 100%;
  }
  .reserve-form .form .sms-code-wrapper button {
    position: absolute;
    right: 0.48rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.28rem;
  }
  .reserve-form .form .active-sms-code {
    color: #5a960a;
  }
  .reserve-form .form .deactive-sms-code {
    color: #999;
  }
  .reserve-form .form .reserve-button {
    width: 100%;
    margin-top: 0.4rem;
  }
  .reserve-form .form .reserve-button .button-wrapper-new {
    width: 100%;
  }
}
@media (min-width: 751px) {
  .reserve-form {
    /* padding-top: 1.2rem; */
    padding-bottom: 0.64rem;
  }
  .reserve-form button {
    cursor: pointer;
  }
  .reserve-form input {
    border-radius: 0;
  }
  .reserve-form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
  }
  .reserve-form input:-moz-placeholder,
  .reserve-form input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
  }
  .reserve-form .title-wrapper-new {
    text-align: center;
  }
  .reserve-form .reserve-form-content {
    margin-top: 0.64rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .reserve-form .reserve-form-content .carType-img-wrapper {
    position: relative;
    width: 8.12rem;
    margin-right: 1.12rem;
    height: 5.13rem;
  }
  .reserve-form .reserve-form-content .car-img {
    width: 9.12rem;
    height: 5.13rem;
    top: 0;
    position: absolute;
    z-index: -1;
  }
  .reserve-form .reserve-form-content .unshow-img {
    right: -0.5rem;
    opacity: 0;
  }
  .reserve-form .reserve-form-content .show-img {
    display: block;
    opacity: 1;
    right: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .reserve-form .form {
    width: 4rem;
  }
  .reserve-form .form .input-window {
    height: 0.44rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .reserve-form .form .cascader-together,
  .reserve-form .form .input-text {
    height: 0.44rem;
    font-size: 0.16rem;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
  }
  .reserve-form .form .cascader-together:focus,
  .reserve-form .form .input-text:focus {
    border-bottom: 1px solid #a4ce4c;
  }
  .reserve-form .form .cascader-together:hover,
  .reserve-form .form .input-text:hover {
    border-bottom: 1px solid #ccc;
  }
  .reserve-form .form .active-input-border {
    border-bottom: 1px solid #a4ce4c !important;
  }
  .reserve-form .form .cascader-together {
    position: relative;
  }
  .reserve-form .form .cascader-together .sudo-input-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .reserve-form .form .cascader-together .sudo-input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    height: 0.44rem;
  }
  .reserve-form .form .cascader-together .cascader-screen {
    cursor: pointer;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.16rem;
    color: #000;
  }
  .reserve-form .form .cascader-together .disable-input-color::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    -webkit-text-fill-color: rgba(0, 0, 0, 0.4);
  }
  .reserve-form .form .cascader-together .disable-input-color:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    -webkit-text-fill-color: rgba(0, 0, 0, 0.4);
  }
  .reserve-form .form .cascader-together .disable-input-color::placeholder {
    color: rgba(0, 0, 0, 0.4);
    -webkit-text-fill-color: rgba(0, 0, 0, 0.4);
  }
  .reserve-form .form .cascader-together .input-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
  }
  .reserve-form .form .cascader-together .locate-wrapper {
    color: #839f5f;
    font-size: 0.14rem;
    line-height: 0.2rem;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .reserve-form .form .cascader-together .locate-wrapper .locate {
    margin-right: 0.04rem;
    width: 0.14rem;
    height: 0.14rem;
  }
  .reserve-form .form .cascader-together .arrow-wrapper {
    padding-left: 0.08rem;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .reserve-form .form .cascader-together .arrow-wrapper .arrow {
    width: 0.15rem;
    height: 0.15rem;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper {
    box-shadow: -4px 4px 40px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    font-size: 0.14rem;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 0.6rem;
    left: 0;
    z-index: 19;
    background-color: #fff;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .selected-screen {
    padding-left: 0.32rem;
    height: 0.6rem;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .selected-screen ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .selected-screen li {
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-right: 0.32rem;
    word-break: keep-all;
    white-space: nowrap;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .selected-screen li:last-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .selected-screen .active-li {
    border-bottom: 2px solid #a4ce4c;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .list {
    height: 3.4rem;
    overflow-y: scroll;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .list li {
    padding: 0.16rem 0.32rem;
    cursor: pointer;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .list li:hover {
    background-color: rgba(164, 206, 76, 0.05);
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .list h5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.16rem;
    font-weight: 400;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .list a,
  .reserve-form .form .cascader-together .drop-down-wrapper .list p {
    font-size: 0.12rem;
    color: rgba(0, 0, 0, 0.4);
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .list .active-li {
    color: #5a960a;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .list .active-title {
    position: relative;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .list .active-title:after {
    display: block;
    content: "";
    width: 0.28rem;
    height: 0.28rem;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuNyIgZD0iTTAgMGg0OHY0OEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS41NzYgMjIuNTY1TDIxLjkxMyAzNC45bDEuNDUgMS40NSAxLjI1LTEuNjI1TDQwLjU1NCAxNGgtNC41NDFMMjMuMDA4IDMwLjkwNmwtOC4zNDItOC4zNDFoLTUuMDl6IiBmaWxsPSIjNUE5NjBBIiBmaWxsLW9wYWNpdHk9Ii43Ii8+PC9zdmc+);
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .list .star-list {
    margin-top: 0.06rem;
    margin-bottom: 0.16rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .reserve-form .form .cascader-together .drop-down-wrapper .list .star-list .star {
    padding: 0;
    width: 0.12rem;
    height: 0.11rem;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgOS4xMTNMMy4xNDMgMTAuNTVhLjUuNSAwIDAxLS43MTctLjUzNWwuNTM4LTMuMDA2TC43NyA0Ljk2OGEuNS41IDAgMDEuMjcyLS44NjJMNC4xIDMuNjgyIDUuNTU3Ljg2YS41LjUgMCAwMS44ODggMEw3LjkwNCAzLjY4bDMuMDU1LjQyNWEuNS41IDAgMDEuMjcyLjg2TDkuMDM3IDcuMDEybC41NCAzLjAwNGEuNS41IDAgMDEtLjcxNi41MzVMNiA5LjExM3oiIGZpbGw9IiNGNUNFNDUiLz48L3N2Zz4=);
    background-size: cover;
    margin-right: 0.04rem;
  }
  .reserve-form .form .cartype-radio-group {
    font-size: 0.16rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.42rem;
  }
  .reserve-form .form .cartype-radio-group .radio-group-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.42rem;
  }
  .reserve-form .form .cartype-radio-group .radio-input-new {
    width: 0.18rem;
    height: 0.18rem;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #666;
    margin-right: 0.08rem;
  }
  .reserve-form .form .cartype-radio-group .radio-input-new:checked {
    border: 0.06rem solid #a4ce4c;
  }
  .reserve-form .form .privacy-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    font-size: 0.14rem;
  }
  .reserve-form .form .privacy-wrapper a {
    color: #666;
  }
  .reserve-form .form .privacy-wrapper a:hover {
    color: rgba(0, 0, 0, 0.9);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .reserve-form .form .privacy-checkbox {
    width: 0.18rem;
    height: 0.18rem;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #666;
    margin-right: 0.08rem;
    border-radius: 50%;
  }
  .reserve-form .form .privacy-checkbox:checked {
    border: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiByeD0iOSIgZmlsbD0iI0E0Q0U0QyIvPjxwYXRoIGQ9Ik0xMi4zNTYgNi4yNjdhLjk4OC45ODggMCAwMTEuMzcuMDE4Yy4zNS4zNS4zNjQuODk2LjA0OCAxLjI2MmwtLjA2Ny4wNy01LjQxMSA1LjExNmEuOTg4Ljk4OCAwIDAxLTEuMzUgMGwtLjA2Ny0uMDctMi42NTMtMy4wNzdhLjkyNC45MjQgMCAwMS4xMi0xLjMyNy45ODkuOTg5IDAgMDExLjI5Ny4wNDZsLjA2OC4wNyAxLjk4MiAyLjMgNC42NjMtNC40MDh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    background-size: contain;
  }
  .reserve-form .form .error-input {
    border-bottom: 1px solid #ec4e39;
  }
  .reserve-form .form .error-input-checkbox {
    border: 1px solid #ec4e39;
  }
  .reserve-form .form .error-msg {
    display: block;
    margin-bottom: 0.16rem;
    font-size: 0.12rem;
    color: #ec4e39;
  }
  .reserve-form .form .sms-code-wrapper {
    position: relative;
    width: 100%;
  }
  .reserve-form .form .sms-code-wrapper button {
    position: absolute;
    right: 0.16rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.16rem;
  }
  .reserve-form .form .active-sms-code {
    color: #5a960a;
    cursor: pointer;
  }
  .reserve-form .form .deactive-sms-code {
    color: #999;
  }
  .reserve-form .form .reserve-button {
    width: 100%;
    margin-top: 0.4rem;
  }
  .reserve-form .form .reserve-button .button-wrapper-new {
    position: absolute;
    width: 4rem;
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  .success-popup {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .success-popup .close {
    position: absolute;
    right: 0.48rem;
    top: 0.48rem;
    width: 0.4rem;
    height: 0.44rem;
  }
  .success-popup .content-wrapper {
    width: 85%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 0.96rem 0.48rem 0.48rem;
  }
  .success-popup .content-wrapper h4 {
    font-size: 0.32rem;
    font-weight: 400;
    color: #1d1d1d;
    margin-bottom: 0.08rem;
  }
  .success-popup .content-wrapper p {
    font-size: 0.24rem;
    color: #666;
  }
  .success-popup .content-wrapper .qr-code {
    margin-top: 0.56rem;
  }
  .success-popup .content-wrapper .qr-code .code-box {
    margin-top: 0.44rem;
  }
  .success-popup .content-wrapper .qr-code .code-box p {
    margin-top: 0.24rem;
    font-size: 0.24rem;
    color: #999;
  }
}
@media (min-width: 751px) {
  .success-popup {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .success-popup .close {
    position: absolute;
    right: 0.24rem;
    top: 0.24rem;
    width: 0.24rem;
    height: 0.24rem;
    cursor: pointer;
  }
  .success-popup .content-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 0.56rem 0.87rem;
  }
  .success-popup .content-wrapper h4 {
    font-size: 0.2rem;
    font-weight: 400;
    color: #1d1d1d;
    margin-bottom: 0.08rem;
  }
  .success-popup .content-wrapper p {
    font-size: 0.14rem;
    color: #666;
  }
  .success-popup .content-wrapper .qr-code {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.34rem;
  }
  .success-popup .content-wrapper .qr-code .code-box {
    width: 1.56rem;
  }
  .success-popup .content-wrapper .qr-code .code-box img {
    width: 0.96rem;
    height: 0.96rem;
    margin-bottom: 0.12rem;
  }
  .success-popup .content-wrapper .qr-code .code-box p {
    font-size: 0.12rem;
    color: #999;
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  .cascader-together-simple {
    height: 0.88rem;
    font-size: 0.28rem;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    width: 100%;
  }
  .cascader-together-simple:hover {
    border-bottom: 1px solid #ccc;
  }
  .cascader-together-simple:focus {
    border-bottom: 1px solid #a4ce4c;
  }
  .active-input-border {
    border-bottom: 1px solid #a4ce4c !important;
  }
  .cascader-together-simple {
    position: relative;
  }
  .cascader-together-simple .sudo-input-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .cascader-together-simple .sudo-input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    height: 0.44rem;
  }
  .cascader-together-simple .cascader-screen {
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    -webkit-text-fill-color: #000;
    opacity: 1;
  }
  .cascader-together-simple .input-wrapper {
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .cascader-together-simple .locate-wrapper {
    color: #839f5f;
    font-size: 0.24rem;
    line-height: 0.34rem;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cascader-together-simple .locate-wrapper .locate {
    margin-right: 0.08rem;
    width: 0.28rem;
    height: 0.28rem;
  }
  .cascader-together-simple .arrow-wrapper {
    padding-left: 0.16rem;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .cascader-together-simple .arrow-wrapper .arrow {
    width: 0.28rem;
    height: 0.28rem;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .cascader-together-simple .modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
    top: 0;
    left: 0;
  }
  .cascader-together-simple .drop-down-wrapper {
    width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    padding: 0.4rem 0.48rem;
    font-size: 0.3rem;
  }
  .cascader-together-simple .drop-down-wrapper .title {
    position: relative;
  }
  .cascader-together-simple .drop-down-wrapper .title h5 {
    font-size: 0.32rem;
    text-align: center;
  }
  .cascader-together-simple .drop-down-wrapper .title img {
    height: 0.48rem;
    width: 0.48rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
  .cascader-together-simple .drop-down-wrapper .selected-screen {
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .cascader-together-simple .drop-down-wrapper .selected-screen ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .cascader-together-simple .drop-down-wrapper .selected-screen li {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    box-sizing: border-box;
    display: block;
    padding-right: 0.72rem;
    word-break: keep-all;
    white-space: nowrap;
    position: relative;
  }
  .cascader-together-simple .drop-down-wrapper .selected-screen li:last-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cascader-together-simple .drop-down-wrapper .selected-screen li:last-child:after {
    display: none;
  }
  .cascader-together-simple .drop-down-wrapper .selected-screen li:after {
    display: block;
    content: "";
    width: 0.24rem;
    height: 0.24rem;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguMDU2IDYuNTNjMC0uNzk3Ljg4My0xLjI3OCAxLjU1Mi0uODQ1TDE4LjE0IDExLjJhMS4wMDYgMS4wMDYgMCAwMTAgMS42OWwtOC41MzIgNS41MTZhMS4wMDYgMS4wMDYgMCAwMS0xLjU1Mi0uODQ1VjYuNTN6IiBmaWxsPSIjMDAwIiBmaWxsLW9wYWNpdHk9Ii4xNSIvPjwvc3ZnPg==);
    background-size: contain;
    position: absolute;
    right: 0.24rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cascader-together-simple .drop-down-wrapper .selected-screen .active-li {
    color: #a4ce4c;
  }
  .cascader-together-simple .drop-down-wrapper .list {
    padding-top: 0.16rem;
  }
  .cascader-together-simple .drop-down-wrapper .list li {
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
  }
  .cascader-together-simple .drop-down-wrapper .list h5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.32rem;
    font-weight: 400;
    padding-top: 0.07rem;
    padding-bottom: 0.07rem;
  }
  .cascader-together-simple .drop-down-wrapper .list a,
  .cascader-together-simple .drop-down-wrapper .list p {
    font-size: 0.24rem;
    color: rgba(0, 0, 0, 0.4);
  }
  .cascader-together-simple .drop-down-wrapper .list .active-li {
    color: #a4ce4c;
  }
  .cascader-together-simple .drop-down-wrapper .list .active-title:after {
    display: block;
    content: "";
    width: 0.48rem;
    height: 0.48rem;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuNyIgZD0iTTAgMGg0OHY0OEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS41NzYgMjIuNTY1TDIxLjkxMyAzNC45bDEuNDUgMS40NSAxLjI1LTEuNjI1TDQwLjU1NCAxNGgtNC41NDFMMjMuMDA4IDMwLjkwNmwtOC4zNDItOC4zNDFoLTUuMDl6IiBmaWxsPSIjNUE5NjBBIiBmaWxsLW9wYWNpdHk9Ii43Ii8+PC9zdmc+);
    background-size: contain;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 751px) {
  .cascader-together-simple {
    height: 0.44rem;
    font-size: 0.16rem;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    width: 100%;
  }
  .cascader-together-simple:hover {
    border-bottom: 1px solid #ccc;
  }
  .active-input-border {
    border-bottom: 1px solid #a4ce4c !important;
  }
  .cascader-together-simple {
    position: relative;
  }
  .cascader-together-simple .sudo-input-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .cascader-together-simple .sudo-input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    height: 0.44rem;
  }
  .cascader-together-simple .cascader-screen {
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.16rem;
    color: #000;
  }
  .cascader-together-simple .input-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
  }
  .cascader-together-simple .arrow-wrapper {
    padding-left: 0.08rem;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .cascader-together-simple .arrow-wrapper .arrow {
    width: 0.15rem;
    height: 0.15rem;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .cascader-together-simple .drop-down-wrapper {
    box-shadow: -4px 4px 40px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    font-size: 0.14rem;
    width: 4rem;
    position: absolute;
    top: 0.6rem;
    left: 0;
    z-index: 19;
    background-color: #fff;
  }
  .cascader-together-simple .drop-down-wrapper .selected-screen {
    padding-left: 0.32rem;
    height: 0.6rem;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .cascader-together-simple .drop-down-wrapper .selected-screen ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .cascader-together-simple .drop-down-wrapper .selected-screen li {
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-right: 0.32rem;
    word-break: keep-all;
    white-space: nowrap;
  }
  .cascader-together-simple .drop-down-wrapper .selected-screen li:last-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cascader-together-simple .drop-down-wrapper .selected-screen .active-li {
    border-bottom: 2px solid #a4ce4c;
  }
  .cascader-together-simple .drop-down-wrapper .list li {
    padding: 0.16rem 0.32rem;
    cursor: pointer;
  }
  .cascader-together-simple .drop-down-wrapper .list li:hover {
    background-color: rgba(164, 206, 76, 0.05);
    color: #5a960a;
  }
  .cascader-together-simple .drop-down-wrapper .list .active-li {
    color: #5a960a;
    position: relative;
  }
  .cascader-together-simple .drop-down-wrapper .list .active-li:after {
    display: block;
    content: "";
    width: 0.28rem;
    height: 0.28rem;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuNyIgZD0iTTAgMGg0OHY0OEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS41NzYgMjIuNTY1TDIxLjkxMyAzNC45bDEuNDUgMS40NSAxLjI1LTEuNjI1TDQwLjU1NCAxNGgtNC41NDFMMjMuMDA4IDMwLjkwNmwtOC4zNDItOC4zNDFoLTUuMDl6IiBmaWxsPSIjNUE5NjBBIiBmaWxsLW9wYWNpdHk9Ii43Ii8+PC9zdmc+);
    background-size: contain;
    position: absolute;
    right: 0.6rem;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
}
@media (min-width: 751px) {
  .slidder-wrapper {
    width: 100%;
    overflow: hidden;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slidder-wrapper > .title-wrapper-new {
    margin-bottom: 0.64rem;
  }
  .slidder-wrapper > .title-wrapper-new .title {
    margin-bottom: 0;
  }
  .slidder-wrapper > .title-wrapper-new .sub-title {
    margin-top: 0.16rem;
  }
  .new-slidder {
    width: 9.6rem;
  }
  .new-slidder .img-wrapper {
    width: 100%;
    height: 5.4rem;
    position: relative;
  }
  .new-slidder .img-wrapper .icon {
    width: 0.48rem;
    height: 0.48rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
    opacity: 0.6;
  }
  .new-slidder .img-wrapper .icon:hover {
    opacity: 1;
  }
  .new-slidder .img-wrapper .icon1 {
    left: 0.26rem;
  }
  .new-slidder .img-wrapper .icon2 {
    right: 0.26rem;
  }
  .new-slidder .img-wrapper .img-outer {
    position: absolute;
    width: 100%;
    height: 5.4rem;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .new-slidder .img-wrapper img,
  .new-slidder .img-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }
  .new-slidder .title-wrapper-new {
    width: 100%;
    cursor: pointer;
  }
  .new-slidder .title-wrapper-new,
  .new-slidder .title-wrapper-new .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .new-slidder .title-wrapper-new .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .new-slidder .title-wrapper-new .title h3 {
    height: 0.85rem;
    padding-top: 0.4rem;
    padding-bottom: 0.16rem;
    font-weight: 400;
    text-align: center;
    color: #999;
    font-size: 0.18rem;
    letter-spacing: 0.16em;
    white-space: nowrap;
  }
  .new-slidder .title-wrapper-new .title .cur-title {
    font-weight: 500;
    color: #000;
  }
  .new-slidder .title-wrapper-new .title .indicator {
    height: 0.02rem;
    background-color: #e4e4e4;
  }
  .new-slidder .title-wrapper-new .title .cur-bar {
    background-color: #a4ce4c;
  }
  .new-slidder .content-wrapper {
    position: relative;
    width: 100%;
    height: 0.88rem;
  }
  .new-slidder .content-wrapper p {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.16rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 0.24rem;
    color: #666;
    letter-spacing: 0.2em;
  }
  .new-slidder .content-wrapper .dis-p {
    display: none;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-container-multirow-column > .swiper-wrapper,
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.explore-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (min-width: 320px) and (max-width: 750px) {
  .explore-play-icon {
    width: 0.96rem !important;
  }
}
@media (min-width: 751px) {
  .explore-play-icon {
    width: 0.64rem !important;
    cursor: pointer;
  }
}
video.lazy {
  /* opacity: 0; */
}
video:not(.initial) {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
video.error,
video.initial,
video.loaded {
  opacity: 1;
}
@media (min-width: 320px) and (max-width: 750px) {
  .new-section {
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  .new-section .background {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .new-section .content-wrapper {
    width: 100%;
    position: absolute;
    top: 2rem;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-left: 0.48rem;
    padding-right: 0.48rem;
  }
  .new-section .more-content-new-section {
    margin-top: 0.64rem;
  }
  .new-section .modal {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .new-section .shrink-modal {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 751px) {
  .new-section {
    height: 100vh;
    position: relative;
  }
  .new-section .background {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
  }
  .new-section .content-wrapper {
    width: 100%;
    position: absolute;
    top: 1.2rem;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .new-section .content-wrapper .banner-subtitle .sub-title {
    font-size: 0.18rem;
  }
  .new-section .more-content-new-section {
    margin-top: 0.32rem;
  }
  .new-section .modal {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .new-section .shrink-modal {
    width: 100%;
    height: 100%;
  }
  .new-section .stagger-content {
    /* opacity: 0; */
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  .product-notes {
    background: #fff;
    font-size: 0.22rem;
    line-height: 0.38rem;
    letter-spacing: 0.1em;
    color: rgba(0, 0, 0, 0.4);
    padding: 0.64rem 0.48rem;
  }
  .product-notes .filter-cover {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.8rem;
    width: 100%;
    background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff 78.54%);
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 78.54%);
  }
  .product-notes .notes-wrapper {
    position: relative;
    height: 3.36rem;
    overflow: hidden;
  }
  .product-notes .notes-wrapper p {
    margin-top: 0.08rem;
    margin-bottom: 0.08rem;
  }
  .product-notes .fixed-height {
    height: 3.36rem;
  }
  .product-notes .show-more {
    text-align: center;
    font-size: 0.22rem;
    color: #000;
    margin-top: 0.32rem;
  }
  .product-notes .show-more img {
    width: 0.28rem;
    height: 0.28rem;
    margin-left: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .product-notes .auto-height {
    height: auto;
  }
  .app-note {
    padding-bottom: 1.6rem;
  }
}
@media (min-width: 751px) {
  .product-notes {
    background: #fff;
    font-size: 0.12rem;
    line-height: 1.6;
    color: #999;
    padding-top: 0.48rem;
    padding-bottom: 0.4rem;
  }
  .product-notes .filter-cover {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.8rem;
    width: 100%;
  }
  .product-notes .notes-wrapper {
    position: relative;
    width: 13.2rem;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  .product-notes .notes-wrapper p {
    margin-top: 0.04rem;
    margin-bottom: 0.04rem;
  }
  .product-notes .fixed-height {
    height: 1.44rem;
  }
  .product-notes .show-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.24rem;
    font-size: 0.14rem;
    color: #000;
    opacity: 0.4;
    cursor: pointer;
  }
  .product-notes .show-more:hover {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .product-notes .show-more img {
    width: 0.14rem;
    height: 0.14rem;
    margin-left: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .product-notes .auto-height {
    height: auto;
  }
}
.black-background {
  background-color: #000;
}
.white-background {
  background-color: #fff;
}
.grey-background {
  background-color: #f9f9f9;
}
.slider-zoom {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.slider-zoom .title-wrapper-slide-zoom {
  position: relative;
}
.slider-zoom .title-wrapper-slide-zoom .slide-zoom-title {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider-zoom .title-wrapper-slide-zoom .slide-zoom-title:first-child {
  position: static;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slider-zoom .slide-zoom-content-title {
  padding-bottom: 0.64rem;
}
.slider-zoom .my-swiper .swiper-slide {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.slider-zoom .my-swiper .swiper-slide-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.slider-zoom .my-swiper .swiper-slide-next,
.slider-zoom .my-swiper .swiper-slide-prev {
  cursor: pointer;
  opacity: 0.4;
}
.slider-zoom .my-swiper .img-wrapper {
  margin-top: 0.48rem;
  width: 12.6rem;
}
.slider-zoom .my-swiper .img-wrapper img,
.slider-zoom .my-swiper .img-wrapper video {
  border-radius: 0.04rem;
  width: 100%;
  object-fit: cover;
}
.slider-zoom .my-swiper .title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider-zoom .my-swiper .title-width-single-row {
  width: 100%;
}
.slider-zoom .my-swiper .title-width-multiple-columns {
  width: 8.7rem;
  margin: 0 auto;
}
.slider-zoom .my-swiper .title-wrapper-line {
  width: 0.52rem;
  height: 0;
  margin: 0 0.6rem;
  border: 0.01rem solid hsla(0, 0%, 100%, 0.35);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.slider-zoom .my-swiper .multiple-columns {
  width: 50%;
}
.slider-zoom .my-swiper .first-columns {
  padding-left: 0.09rem;
}
.slider-zoom .my-swiper .single-row {
  width: 100%;
  text-align: center;
}
.slider-zoom .my-swiper .title-wrapper-inImg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.18rem;
  color: #fff;
  letter-spacing: 0.16em;
}
.slider-zoom .my-swiper .title-wrapper-inImg .title {
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #fff;
  letter-spacing: 0.16em;
}
.slider-zoom .my-swiper .title-wrapper-inImg .subTitle {
  margin-top: 0.08rem;
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #fff;
  letter-spacing: 0.2em;
}
.slider-zoom .my-swiper .title-wrapper-inImg .note {
  margin-top: 0.24rem;
  font-size: 0.12rem;
  line-height: 0.24rem;
  color: hsla(0, 0%, 100%, 0.6);
  letter-spacing: 0.05em;
}
.slider-zoom .my-swiper .tips {
  width: 90%;
  display: block;
  text-align: center;
  font-size: 0.12rem;
  line-height: 1.4;
  color: hsla(0, 0%, 100%, 0.8);
  letter-spacing: 0.2em;
  font-family: HYYakuHei;
}
.slider-zoom .my-swiper .tips,
.slider-zoom .my-swiper .words-layout {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider-zoom .my-swiper .swiper-button-next,
.slider-zoom .my-swiper .swiper-button-prev {
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.8rem;
  height: 0.8rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-zoom .my-swiper .swiper-button-next:after,
.slider-zoom .my-swiper .swiper-button-prev:after {
  display: block;
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMiAwTDQuNCAxOCAyMiAzNmgtNC40TDAgMTggMTcuNiAwSDIyeiIgZmlsbD0iIzY2NiIvPjwvc3ZnPg==);
  background-size: contain;
  width: 0.2rem;
  height: 0.32rem;
}
.slider-zoom .my-swiper .swiper-button-next:hover,
.slider-zoom .my-swiper .swiper-button-prev:hover {
  opacity: 1;
}
.slider-zoom .my-swiper .swiper-button-prev {
  left: 11.5vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-zoom .my-swiper .swiper-button-next {
  right: 11.5vw;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.slider-zoom .my-swiper .swiper-button-disabled {
  display: none;
}
@media (min-width: 751px) {
  .squence-anim {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .squence-anim .modal {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .squence-anim .shrink-modal {
    width: 68%;
    height: 68%;
  }
  .squence-anim .sequence-wrapper {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  .app-download-pro {
    text-align: center;
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .app-download-pro .top-wrapper {
    padding-top: 1.28rem;
    background-color: #f8f8f7;
  }
  .app-download-pro .download-text,
  .app-download-pro .info {
    font-size: 0.2rem;
    color: #666;
  }
  .app-download-pro .info {
    margin-top: 0.16rem;
  }
  .app-download-pro .info a {
    color: #666;
    margin-top: 0.06rem;
  }
  .app-download-pro .app-download-btn {
    margin-top: 0.48rem;
    margin-bottom: 0.48rem;
  }
  .app-download-pro .img-wrapper {
    padding-top: 1.28rem;
    padding-bottom: 1.28rem;
    color: #fff;
    background-color: #fff;
    padding-left: 0.48rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .app-download-pro .img-wrapper::-webkit-scrollbar {
    display: none;
  }
  .app-download-pro .img-wrapper .img-content-wrapper {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.48rem;
    width: 4.92rem;
  }
  .app-download-pro .img-wrapper .img-content-wrapper img {
    width: 4.92rem;
    height: 2.76rem;
    object-fit: cover;
  }
  .app-download-pro .img-wrapper .img-content-wrapper {
    position: relative;
    width: auto;
  }
  .app-download-pro .img-wrapper .img-content-wrapper img {
    border-radius: 4px;
  }
  .app-download-pro .img-wrapper .img-content-wrapper:last-child {
    margin-right: 0.48rem;
  }
  .app-download-pro .img-wrapper .text {
    color: #fff;
    position: absolute;
    bottom: 0.24rem;
    left: 0.24rem;
    font-size: 0.2rem;
    text-align: left;
  }
  .app-download-pro .img-wrapper .text p {
    line-height: 1.4;
  }
  .app-download-pro .img-wrapper .text .subTitle {
    line-height: 1;
    opacity: 0.6;
    margin-top: 0.1rem;
  }
  .app-download-pro .phone {
    width: 4.5rem;
    height: 5rem;
    margin-top: 0.78rem;
  }
}
@media (min-width: 751px) {
  .app-download-pro {
    text-align: center;
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .app-download-pro .app-title {
    text-align: right;
  }
  .app-download-pro .top-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 4.4rem;
    width: 13.2rem;
    position: relative;
  }
  .app-download-pro .code-wrapper {
    padding: 0.07rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 4px;
  }
  .app-download-pro .code-wrapper .code-img {
    border: 2px solid #a4ce4c;
  }
  .app-download-pro .download-text {
    margin-top: 0.08rem;
    font-size: 0.14rem;
    color: #666;
  }
  .app-download-pro .content-wrapper {
    height: 1.6rem;
    text-align: right;
    margin-right: 0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .app-download-pro .content-wrapper .title-wrapper-new .title {
    margin-bottom: 0.08rem;
  }
  .app-download-pro .info {
    font-size: 0.12rem;
    color: #666;
    margin-top: 0.16rem;
  }
  .app-download-pro .info p:first-child {
    margin-bottom: 0.08rem;
  }
  .app-download-pro .info a {
    color: #666;
    margin-top: 0.06rem;
    opacity: 1;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
  }
  .app-download-pro .info a:hover {
    opacity: 0.6;
  }
  .app-download-pro .img-list {
    width: 100%;
    background-color: #fff;
  }
  .app-download-pro .img-wrapper {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 13.2rem;
    margin-left: auto;
    margin-right: auto;
  }
  .app-download-pro .img-wrapper .img-content-wrapper {
    border-radius: 4px;
  }
  .app-download-pro .img-wrapper img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .app-download-pro .img-wrapper img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .app-download-pro .img-wrapper li {
    position: relative;
    width: 6.44rem;
    height: 3.62rem;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
  }
  .app-download-pro .img-wrapper li:nth-child(odd) {
    margin: 0 0.32rem 0.32rem 0;
  }
  .app-download-pro .img-wrapper .text {
    position: absolute;
    bottom: 0.32rem;
    left: 0.32rem;
    font-size: 0.18rem;
    text-align: left;
    letter-spacing: 0.16em;
    color: #fff;
  }
  .app-download-pro .img-wrapper .text .subTitle {
    opacity: 0.6;
    margin-top: 0.08rem;
    font-size: 0.16rem;
  }
  .app-download-pro .phone {
    width: 3.3rem;
    height: 3.7rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  .color-switch {
    text-align: center;
    position: relative;
    background-color: #fff;
    padding-bottom: 1.44rem;
    padding-top: 2rem;
  }
  .color-switch .title-wrapper-new {
    text-align: center;
    padding-left: 0.48rem;
    padding-right: 0.48rem;
  }
  .color-switch .car-img-wrapper {
    width: 7.5rem;
    height: 4.1rem;
    margin-top: 0.9rem;
    position: relative;
    overflow: hidden;
  }
  .color-switch .car-img-wrapper .logo {
    width: 3.86rem;
    height: 2.5rem;
    position: absolute;
    left: 0.48rem;
    top: 0;
  }
  .color-switch .car-img-wrapper .car-img {
    width: 7.5rem;
    height: 3.2rem;
    position: relative;
    margin-top: 0.9rem;
  }
  .color-switch .car-img-wrapper .car-img img,
  .color-switch .car-img-wrapper .car-img video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    opacity: 0;
  }
  .color-switch .car-img-wrapper .car-img .video-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
  }
  .color-switch .car-img-wrapper .car-img .video-item img,
  .color-switch .car-img-wrapper .car-img .video-item video {
    opacity: 1;
  }
  .color-switch .car-img-wrapper .car-img .video-item .explore-play-icon {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.96rem;
    height: 0.96rem;
    z-index: 2;
  }
  .color-switch .car-img-wrapper .car-img .active-pic {
    opacity: 1;
  }
  .color-switch .swiper-pane-wrapper {
    height: 1.64rem;
    margin-top: 0.66rem;
    margin-bottom: 0.78rem;
  }
  .color-switch .swiper-pane-wrapper .swiper-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .color-switch .swiper-pane-wrapper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.27rem;
  }
  .color-switch .swiper-pane-wrapper .swiper-slide span {
    font-size: 0.28rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
    white-space: nowrap;
  }
  .color-switch .swiper-pane-wrapper .swiper-slide .pane {
    padding: 0.16rem;
    border-radius: 50%;
    margin-top: 0.24rem;
  }
  .color-switch .swiper-pane-wrapper .swiper-slide .pane.active-pane {
    background: rgba(0, 0, 0, 0.03);
  }
  .color-switch .swiper-pane-wrapper .swiper-slide .pane img {
    display: block;
    width: 0.64rem;
    height: 0.64rem;
  }
}
@media (min-width: 751px) {
  .color-switch {
    position: relative;
    background-color: #f9f9f9;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
  }
  .color-switch .title-wrapper-new {
    text-align: center;
  }
  .color-switch .car-img-wrapper {
    width: 11.2rem;
    height: 4.78rem;
    position: relative;
    margin: 0.44rem auto 0.09rem;
  }
  .color-switch .car-img-wrapper .logo {
    width: 4.3rem;
    height: 2.8rem;
    position: absolute;
    left: 0.72rem;
    top: -0.36rem;
  }
  .color-switch .car-img-wrapper .car-img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .color-switch .car-img-wrapper .car-img img {
    width: 11.2rem;
    height: 4.78rem;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .color-switch .car-img-wrapper .car-img .active-pic {
    opacity: 1;
  }
  .color-switch .switch-pane {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .color-switch .switch-pane,
  .color-switch .switch-pane .pane {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .color-switch .switch-pane .pane {
    font-size: 0.16rem;
    padding: 0.08rem 0.16rem 0.08rem 0.08rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
    border-radius: 0.44rem;
    cursor: pointer;
    margin-right: 0.4rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .color-switch .switch-pane .pane .text {
    display: block;
  }
  .color-switch .switch-pane .pane:hover .text {
    opacity: 0.6;
  }
  .color-switch .switch-pane .active-pane {
    background: rgba(0, 0, 0, 0.03);
  }
  .color-switch .switch-pane img {
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.08rem;
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  .content-layout .sub-content-layout {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 2rem 0.48rem 1.6rem;
  }
  .content-layout .sub-content-layout:nth-child(2n) {
    background-color: #f9f9f9;
  }
  .content-layout .sub-content-layout:nth-child(odd) {
    background-color: #fff;
  }
  .content-layout .sub-content-layout h4 {
    font-weight: 400;
  }
  .content-layout .sub-content-layout img,
  .content-layout .sub-content-layout video {
    width: 100%;
    margin-top: 0.32rem;
  }
  .content-layout .sub-content-layout .content-wrapper .note {
    font-size: 0.36rem;
    color: #666;
    margin-bottom: 0.32rem;
    display: block;
  }
  .content-layout .sub-content-layout .content-wrapper .title {
    font-size: 0.44rem;
    color: #000;
    letter-spacing: 0.16em;
    margin-bottom: 0.32rem;
    font-weight: 400;
  }
  .content-layout .sub-content-layout .content-wrapper .subTitle {
    font-size: 0.28rem;
    line-height: 1.7;
    letter-spacing: 0.2em;
    color: #666;
    margin-bottom: 0.32rem;
  }
  .content-layout .sub-content-layout .content {
    margin-top: 0.48rem;
  }
  .content-layout .sub-content-layout .content .content-item {
    margin-top: 0.48rem;
    font-size: 0.32rem;
    line-height: 1.3;
    letter-spacing: 0.2em;
    text-align: left;
  }
  .content-layout .sub-content-layout .content .content-item:first-child {
    margin-top: 0;
  }
  .content-layout .sub-content-layout .content .content-item .subTitle {
    margin-top: 0.24rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    opacity: 0.6;
  }
  .content-layout .sub-content-layout .price-text {
    margin-top: 0.32rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    letter-spacing: 0.2em;
    color: rgba(0, 0, 0, 0.6);
  }
  .content-layout .sub-content-layout .price-text .price {
    color: #a4ce4c;
  }
}
@media (min-width: 751px) {
  .content-layout {
    background-color: #fff;
    padding-top: 0.8rem;
    /* padding-bottom: 0.8rem;  */
  }
  .content-layout .sub-content-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content-layout .sub-content-layout.left-layout:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .content-layout .sub-content-layout.left-layout:nth-child(2n) .content-wrapper {
    margin-right: 0.8rem;
    margin-left: 0;
  }
  .content-layout .sub-content-layout.right-layout:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .content-layout .sub-content-layout.right-layout:nth-child(odd) .content-wrapper {
    margin-right: 0.8rem;
    margin-left: 0;
  }
  .content-layout .sub-content-layout img,
  .content-layout .sub-content-layout video {
    width: 6.4rem;
    height: 4.8rem;
    border-radius: 4px;
    object-fit: cover;
  }
  .content-layout .sub-content-layout .content-wrapper {
    margin-left: 0.8rem;
    width: 6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.4;
  }
  .content-layout .sub-content-layout .content-wrapper .note {
    font-size: 0.22rem;
    color: #666;
    margin-bottom: 0.16rem;
  }
  .content-layout .sub-content-layout .content-wrapper .title {
    font-size: 0.32rem;
    color: #000;
    letter-spacing: 0.16em;
    margin-bottom: 0.32rem;
    font-weight: 400;
  }
  .content-layout .sub-content-layout .content-wrapper .subTitle {
    font-size: 0.16rem;
    line-height: 0.28rem;
    letter-spacing: 0.2em;
    color: #666;
    margin-bottom: 0.16rem;
  }
  .content-layout .sub-content-layout .content-wrapper .content {
    font-size: 0.16rem;
    line-height: 1.3;
    letter-spacing: 0.2em;
  }
  .content-layout .sub-content-layout .content-wrapper .content h4 {
    margin-bottom: 0.08rem;
  }
  .content-layout .sub-content-layout .content-wrapper .content p {
    margin-bottom: 0.24rem;
  }
  .content-layout .sub-content-layout .content-wrapper .content p:last-child {
    margin-bottom: 0;
  }
  .content-layout .sub-content-layout .content-wrapper .price-text {
    margin-bottom: 0.32rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    letter-spacing: 0.2em;
    color: rgba(0, 0, 0, 0.6);
  }
  .content-layout .sub-content-layout .content-wrapper .price-text .price {
    font-weight: 500;
    color: #a4ce4c;
  }
  .content-layout .sub-content-layout .content-wrapper .button-outer-wrapper {
    width: -webkit-fit-content;
    width: fit-content;
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  .embed-layout-wrapper {
    width: 100%;
    height: 17.81rem;
    position: relative;
    overflow: hidden;
  }
  .embed-layout-wrapper .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .embed-layout-wrapper .title-wrapper-new {
    width: 100%;
    position: absolute;
    top: 1.2rem;
  }
  .embed-layout-wrapper .embed-wrapper {
    position: absolute;
    height: 7.04rem;
    bottom: 0;
    left: 0;
  }
  .embed-layout-wrapper .embed-wrapper .embed-title {
    padding-left: 0.48rem;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 0.32rem;
    line-height: 0.48rem;
    letter-spacing: 0.06em;
    text-align: left;
    color: #fff;
  }
  .embed-layout-wrapper .embed-wrapper .embed-list {
    margin-top: 0.36rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
    padding-left: 0.48rem;
  }
  .embed-layout-wrapper .embed-wrapper .embed-list::-webkit-scrollbar {
    display: none;
  }
  .embed-layout-wrapper .embed-wrapper .embed-list .embed-item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.48rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .embed-layout-wrapper .embed-wrapper .embed-list .embed-item:last-child:after {
    content: "";
    position: absolute;
    height: 4.2rem;
    width: 0.48rem;
    right: -0.48rem;
  }
  .embed-layout-wrapper .embed-wrapper .embed-list .embed-item img {
    width: 5.6rem;
    height: 4.2rem;
    object-fit: cover;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .embed-layout-wrapper .embed-wrapper .embed-list .embed-item span {
    display: block;
    max-width: 5.6rem;
    margin-top: 0.48rem;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 0.32rem;
    line-height: 0.4rem;
    letter-spacing: 0.16em;
    text-align: left;
    color: hsla(0, 0%, 100%, 0.55);
  }
}
@media (min-width: 751px) {
  .embed-layout-wrapper {
    width: 100%;
    height: 13.6rem;
    position: relative;
  }
  .embed-layout-wrapper .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .embed-layout-wrapper .title-wrapper-new {
    width: 100%;
    position: absolute;
    top: 1.2rem;
  }
  .embed-layout-wrapper .embed-wrapper {
    position: absolute;
    height: 4.51rem;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .embed-layout-wrapper .embed-wrapper .embed-title {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 0.34rem;
    letter-spacing: 0.16em;
    text-align: left;
    color: #fff;
  }
  .embed-layout-wrapper .embed-wrapper .embed-list {
    width: 13.2rem;
    margin-top: 0.24rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    row-gap: 0.32rem;
  }
  .embed-layout-wrapper .embed-wrapper .embed-list .embed-item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .embed-layout-wrapper .embed-wrapper .embed-list .embed-item img {
    width: 3.06rem;
    height: 2.3rem;
    object-fit: cover;
    border-radius: 0.04rem;
  }
  .embed-layout-wrapper .embed-wrapper .embed-list .embed-item span {
    display: block;
    max-width: 2.66rem;
    margin-top: 0.24rem;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 0.2rem;
    letter-spacing: 0.16em;
    text-align: center;
    color: #fff;
  }
}
@media (min-width: 751px) {
  .full-page-slider {
    position: relative;
  }
  .full-page-slider .slidder-page .slide {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .full-page-slider .swiper-pagination {
    position: absolute;
    width: 9.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: 1.24rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
  }
  .full-page-slider .swiper-pagination .swiper-pagination-bullet {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #fff;
  }
  .full-page-slider .swiper-pagination .swiper-pagination-bullet .bar {
    height: 2px;
    background-color: hsla(0, 0%, 100%, 0.4);
    cursor: pointer;
  }
  .full-page-slider .swiper-pagination .swiper-pagination-bullet .title {
    font-size: 0.18rem;
    text-align: center;
    padding-bottom: 0.16rem;
    letter-spacing: 0.16em;
    opacity: 0.6;
    cursor: pointer;
  }
  .full-page-slider .swiper-pagination .swiper-pagination-bullet .text {
    width: 9.6rem;
    text-align: center;
    font-size: 0.16rem;
    letter-spacing: 0.2em;
    padding-top: 0.24rem;
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .full-page-slider .swiper-pagination .swiper-pagination-bullet-active .bar {
    background-color: #a4ce4c;
  }
  .full-page-slider .swiper-pagination .swiper-pagination-bullet-active .title {
    opacity: 1;
  }
  .full-page-slider .swiper-pagination .swiper-pagination-bullet-active .text {
    display: block;
  }
  .full-page-slider > .title-wrapper-new {
    position: absolute;
    top: 1.2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  .words-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .words-layout.wl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .words-layout .bar {
    width: 0.01rem;
    height: 0.64rem;
    background-color: hsla(0, 0%, 100%, 0.35);
  }
  .words-layout .part.white {
    color: #fff;
  }
  .words-layout .part.white .text {
    opacity: 0.8;
  }
  .words-layout .part .text {
    font-size: 0.24rem;
    opacity: 0.6;
  }
  .words-layout .part .note {
    font-size: 0.2rem;
    opacity: 0.6;
  }
  .words-layout .part .number {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
  .words-layout .part .unit {
    margin-left: 0.04rem;
    font-size: 0.16rem;
  }
  .words-layout .part-icon {
    text-align: center;
  }
  .words-layout .part-icon .icon {
    width: 0.64rem;
    height: 0.64rem;
  }
  .words-layout .part-icon .text {
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 0.24rem;
    line-height: 1.5;
    margin-top: 0.16rem;
  }
  .words-layout .part-icon-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.56rem;
  }
  .words-layout .part-icon-l:first-child {
    margin-top: 0;
  }
  .words-layout .part-icon-l.white {
    color: #fff;
  }
  .words-layout .part-icon-l .icon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .words-layout .part-icon-l .part-content {
    margin-left: 0.2rem;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 0.28rem;
    line-height: 0.44rem;
    letter-spacing: 0.16em;
  }
  .words-layout .part-icon-l .part-content .sub-title {
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 0.08rem;
  }
}
@media (min-width: 751px) {
  .words-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2rem;
  }
  .words-layout.wl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .words-layout .part.white {
    color: #fff;
  }
  .words-layout .part.white .text {
    opacity: 0.8;
  }
  .words-layout .part .text {
    font-size: 0.14rem;
    opacity: 0.6;
  }
  .words-layout .part .number {
    font-size: 0.44rem;
    line-height: 0.56rem;
  }
  .words-layout .part .note {
    font-size: 0.12rem;
    opacity: 0.6;
  }
  .words-layout .part .unit {
    margin-left: 0.04rem;
    font-size: 0.16rem;
  }
  .words-layout .part-icon {
    text-align: center;
  }
  .words-layout .part-icon .icon {
    width: 0.56rem;
    height: 0.56rem;
  }
  .words-layout .part-icon .text {
    color: #fff;
    font-size: 0.16rem;
    line-height: 1.5;
    margin-top: 0.16rem;
  }
  .words-layout .part-text {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 0.22rem;
    text-align: center;
    letter-spacing: 0.16em;
  }
  .words-layout .part-text.white {
    color: #fff;
  }
  .words-layout .part-icon-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.64rem;
  }
  .words-layout .part-icon-l:first-child {
    margin-top: 0;
  }
  .words-layout .part-icon-l.white {
    color: #fff;
  }
  .words-layout .part-icon-l .icon {
    width: 0.56rem;
    height: 0.56rem;
  }
  .words-layout .part-icon-l .part-content {
    margin-left: 0.24rem;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 0.28rem;
    letter-spacing: 0.05em;
  }
  .words-layout .part-icon-l .part-content .title {
    font-weight: 500;
    letter-spacing: 0.2em;
  }
  .words-layout .part-icon-l .part-content .sub-title {
    font-size: 0.14rem;
    color: hsla(0, 0%, 100%, 0.6);
    margin-top: 0.08rem;
  }
  .words-layout .bar {
    width: 0.01rem;
    height: 0.3rem;
    background-color: hsla(0, 0%, 100%, 0.4);
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  .slidder-full-wrapper {
    position: relative;
    background-color: #fff;
  }
  .slidder-full-wrapper .slidder-page {
    height: 13.5rem;
  }
  .slidder-full-wrapper .slidder-page .slide-box {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slidder-full-wrapper .slidder-page .slide-box .title-wrapper-new {
    margin-top: 2rem;
    text-align: center;
    padding-left: 0.48rem;
    padding-right: 0.48rem;
  }
  .slidder-full-wrapper .slidder-page .slide-box .title-wrapper-new .content {
    font-size: 0.44rem;
  }
  .slidder-full-wrapper .slidder-page .slide-box .slide {
    margin-top: 0.62rem;
    width: 6.54rem;
    height: 4.9rem;
    border-radius: 0.08rem;
  }
  .slidder-full-wrapper .slidder-page .slide-box .tips {
    margin-top: 0.48rem;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 0.28rem;
    line-height: 0.48rem;
    text-align: center;
    letter-spacing: 0.16em;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 0.48rem;
    padding-right: 0.48rem;
  }
  .slidder-full-wrapper .slidder-page .slide-box .words-layout {
    margin-top: 0.48rem;
  }
  .slidder-full-wrapper .slidder-page .slide-box .words-layout .part {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
  }
  .slidder-full-wrapper .slidder-page .slide-box .words-layout .part .text {
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: rgba(0, 0, 0, 0.6);
  }
  .slidder-full-wrapper .slidder-page .slide-box .words-layout .part .number {
    margin-top: 0.1rem;
    font-size: 0.52rem;
    line-height: 0.73rem;
    color: rgba(0, 0, 0, 0.9);
  }
  .slidder-full-wrapper .slidder-page .slide-box .words-layout .part .number .unit {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .slidder-full-wrapper .slidder-page .slide-box .words-layout .bar {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .slidder-full-wrapper .slidder-page .poster-wrap {
    width: 100%;
    height: 9.3rem;
    object-fit: cover;
    position: relative;
  }
  .slidder-full-wrapper .slidder-page .poster-wrap .poster {
    width: 100%;
    height: 9.3rem;
    object-fit: cover;
  }
  .slidder-full-wrapper .slidder-page .poster-wrap .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.96rem;
    z-index: 2;
  }
  .slidder-full-wrapper .swiper-pagination {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: 1.12rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
  }
  .slidder-full-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.06rem;
    background-color: silver;
    margin-right: 0.16rem;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
  }
  .slidder-full-wrapper .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .slidder-full-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #a4ce4c;
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  .slidder-tiled-wrapper {
    padding: 0.4rem 0.48rem 1.14rem;
    background-color: #fff;
  }
  .slidder-tiled-wrapper .slide-page {
    position: relative;
    width: 100%;
    padding-top: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slidder-tiled-wrapper .slide-page .slide-box {
    width: 100%;
    margin-top: 0.64rem;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .slidder-tiled-wrapper .slide-page .slide-box .slide {
    width: 100%;
  }
  .slidder-tiled-wrapper .slide-page .slide-box .tips {
    margin-top: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    padding-left: 0.48rem;
    padding-right: 0.48rem;
  }
  .slidder-tiled-wrapper .slide-page .slide-box .words-layout {
    width: 100%;
    padding: 0.46rem 0.66rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f9f9f9;
  }
  .slidder-tiled-wrapper .slide-page .slide-box .words-layout.words-text {
    padding: 0.46rem 0.32rem;
  }
  .slidder-tiled-wrapper .slide-page .slide-box .words-layout .part {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 1.8rem;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    margin-top: 0.32rem;
  }
  .slidder-tiled-wrapper .slide-page .slide-box .words-layout .part:nth-child(-n + 3) {
    margin-top: 0;
  }
  .slidder-tiled-wrapper .slide-page .slide-box .words-layout .part .text {
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: rgba(0, 0, 0, 0.6);
  }
  .slidder-tiled-wrapper .slide-page .slide-box .words-layout .part .number {
    margin-top: 0.1rem;
    font-size: 0.52rem;
    line-height: 0.73rem;
    color: rgba(0, 0, 0, 0.9);
  }
  .slidder-tiled-wrapper .slide-page .slide-box .words-layout .part .number .unit {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .slidder-tiled-wrapper .slide-page .slide-box .words-layout .part-text {
    margin-top: 0.24rem;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 0.28rem;
    line-height: 0.44rem;
    letter-spacing: 0.16em;
    color: rgba(0, 0, 0, 0.6);
  }
  .slidder-tiled-wrapper .slide-page .slide-box .words-layout .part-text:first-child {
    margin-top: 0;
  }
  .slidder-tiled-wrapper .slide-page .slide-box .words-layout .bar {
    display: none;
  }
  .slidder-tiled-wrapper .slide-page .slide-box .tips {
    margin: 0;
    width: 100%;
    padding: 0.46rem 0.32rem;
    font-family: PingFang SC;
    font-style: normal;
    text-align: left;
    font-weight: 400;
    font-size: 0.28rem;
    line-height: 0.44rem;
    letter-spacing: 0.16em;
    color: rgba(0, 0, 0, 0.6);
    background: #f9f9f9;
  }
  .slidder-tiled-wrapper .slide-page .poster-wrap {
    width: 100%;
    position: relative;
  }
  .slidder-tiled-wrapper .slide-page .poster-wrap .poster {
    width: 100%;
  }
  .slidder-tiled-wrapper .slide-page .poster-wrap .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.96rem;
    z-index: 2;
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  .slide-clayout {
    background-color: #fff;
    padding: 0.8rem 0 1.2rem;
  }
  .slide-clayout .img-list {
    text-align: left;
    padding-left: 0.48rem;
  }
  .slide-clayout .img-list .img-content-wrapper {
    width: 5rem;
    height: 9.85rem;
    position: relative;
  }
  .slide-clayout .img-list .img-content-wrapper img {
    width: 100%;
    height: 6.9rem;
    margin-bottom: 0.32rem;
    object-fit: cover;
    border-radius: 4px;
  }
  .slide-clayout .img-list .img-content-wrapper h4 {
    width: 100%;
    font-size: 0.32rem;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 0.16em;
    color: rgba(0, 0, 0, 0.9);
  }
  .slide-clayout .img-list .img-content-wrapper .subtitle {
    margin-top: 0.12rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.6);
  }
  .slide-clayout .img-list .img-content-wrapper .note {
    margin-top: 0.14rem;
    font-size: 0.22rem;
    line-height: 0.36rem;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.4);
  }
  .slide-clayout .img-list .img-content-wrapper .button-wrap {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.24rem;
    line-height: 0.34rem;
    letter-spacing: 0.2em;
    color: rgba(20, 20, 20, 0.6);
  }
  .slide-clayout .img-list .img-content-wrapper .button-wrap:after {
    content: "";
    display: inline-block;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjU1NSA4LjAwNEw2LjQyMyAyLjY2N0g0LjQ0NGw1LjEyNCA1LjMzNy01LjEyNCA1LjMzaDEuOTkzbDUuMTE4LTUuMzN6IiBmaWxsPSIjQTRDRTRDIi8+PC9zdmc+);
    background-size: contain;
    width: 0.24rem;
    height: 0.24rem;
    margin-left: 0.09rem;
  }
  .slide-clayout .slide-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    scrollbar-width: none;
  }
  .slide-clayout .slide-box::-webkit-scrollbar {
    display: none;
  }
  .slide-clayout .slide-box .img-content-wrapper {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.48rem;
  }
}
.xpm-loading {
  --loading-z-index: var(--xpm-loading-z-index, 1000);
  --loading-icon-width: var(--xpm-loading-icon-width, 32px);
  --loading-icon-height: var(--xpm-loading-icon-height, 10px);
  --loading-font-size: var(--xpm-loading-font-size, 12px);
  --loading-line-height: var(--xpm-loading-line-height, 20px);
  --loading-text-color: var(--xpm-loading-text-color, var(--xpm-color-success));
  --loading-gap: var(--xpm-loading-gap, 4px);
}
.xpm-loading__content {
  font-size: 0;
}
.xpm-loading__content.disabled .xpm-loading__content--label {
  color: #fff;
}
.xpm-loading__content.center-horizontal {
  position: absolute;
  left: 50%;
  z-index: var(--loading-z-index);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.xpm-loading__content.center-vertical {
  position: absolute;
  top: 50%;
  z-index: var(--loading-z-index);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.xpm-loading__content.center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: var(--loading-z-index);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.xpm-loading__content--single {
  width: var(--loading-icon-width);
  height: var(--loading-icon-height);
}
.xpm-loading__content--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.xpm-loading__content--inner {
  width: var(--loading-icon-width);
  height: var(--loading-icon-height);
}
.xpm-loading__content--label {
  margin-left: var(--loading-gap);
  color: var(--loading-text-color);
  font-size: var(--loading-font-size);
  line-height: var(--loading-line-height);
}
.xpm-loading__content--label.reverse {
  margin-right: var(--loading-gap);
  margin-left: 0;
}
.xpm-loading__mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: var(--loading-z-index);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.xpm-loading__mask.center-horizontal {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.xpm-loading__mask.center,
.xpm-loading__mask.center-vertical,
.xpm-loading__wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.xpm-loading__mask.center,
.xpm-loading__wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.xpm-loading__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: calc(var(--loading-z-index) - 1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
html {
  font-size: 100px;
}
@media (max-width: 1920px) and (min-width: 1440px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1439px) and (min-width: 1024px) {
  html {
    font-size: 75px;
  }
}
@media (max-width: 1023px) and (min-width: 750px) {
  html {
    font-size: 6.94vw;
  }
}
@media (max-width: 749px) {
  html {
    font-size: 13.34vw;
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  .grid-layout-wrapper {
    background-color: #fff;
    overflow: hidden;
  }
  .grid-layout-wrapper .title-wrapper-new {
    margin-top: 2rem;
  }
}
@media (min-width: 751px) {
  .grid-layout-wrapper {
    background-color: #fff;
  }
  .grid-layout-wrapper .title-wrapper-new {
    margin-top: 1.2rem;
  }
  .grid-layout-wrapper .grid-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 13.2rem;
    padding: 0.64rem 0 1.2rem;
    margin: 0 auto;
  }
  .grid-layout-wrapper .grid-layout .content-wrapper {
    position: relative;
    width: 2.56rem;
    height: 5.27rem;
    margin-right: 0.08rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    overflow: hidden;
  }
  .grid-layout-wrapper .grid-layout .content-wrapper.selected-content {
    width: 5.27rem;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .grid-layout-wrapper .grid-layout .content-wrapper .title {
    font-size: 0.16rem;
    line-height: 0.3rem;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .grid-layout-wrapper .grid-layout .content-wrapper .title.title-show {
    padding: 0 0.24rem;
    position: absolute;
    bottom: 0.32rem;
  }
  .grid-layout-wrapper .grid-layout .content-wrapper .title.title-hidden {
    display: none;
  }
  .grid-layout-wrapper .grid-layout .content-wrapper .anim-content {
    width: 5.27rem;
    position: absolute;
    bottom: -0.32rem;
    opacity: 0;
    padding: 0 0.24rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    line-height: 0.26rem;
    letter-spacing: 0.16em;
  }
  .grid-layout-wrapper .grid-layout .content-wrapper .anim-content.show-anim-content {
    bottom: 0.32rem;
    opacity: 0.8;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .grid-layout-wrapper .grid-layout .content-wrapper .anim-content .title {
    font-size: 0.16rem;
    line-height: 0.3rem;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .grid-layout-wrapper .grid-layout .content-wrapper .anim-content .subtitle {
    margin-top: 0.08rem;
    font-size: 0.14rem;
  }
  .grid-layout-wrapper .grid-layout .content-wrapper .anim-content .note {
    margin-top: 0.04rem;
    font-size: 0.12rem;
    line-height: 0.24rem;
    letter-spacing: 0.05em;
    color: hsla(0, 0%, 100%, 0.6);
  }
  .grid-layout-wrapper .grid-layout .content-wrapper .anim-content .button-wrap {
    margin-top: 0.16rem;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid-layout-wrapper .grid-layout .content-wrapper .anim-content .button-wrap:after {
    content: "";
    display: inline-block;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjU1NSA4LjAwNEw2LjQyMyAyLjY2N0g0LjQ0NGw1LjEyNCA1LjMzNy01LjEyNCA1LjMzaDEuOTkzbDUuMTE4LTUuMzN6IiBmaWxsPSIjQTRDRTRDIi8+PC9zdmc+);
    background-size: contain;
    width: 0.15rem;
    height: 0.15rem;
    margin-left: 0.04rem;
  }
}
.tip-pad {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5.6rem;
  height: 4rem;
  z-index: 100;
}
.tip-pad img {
  width: 100%;
}
.xpm-ellipsis {
  overflow: hidden;
  line-height: 1.5;
}
.xpm-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  --color-primary: var(--xpm-button-color-primary, var(--xpm-color-primary));
  --background-color: var(--xpm-button-background-color-primary, var(--color-primary));
  --text-color-solid: var(--xpm-button-text-color-primary, var(--xpm-color-white));
  --text-color-border: var(--xpm-button-text-color-border, var(--background-color));
  --disabled-opacity: var(--xpm-button-disabled-opacity, 0.25);
  --inner-margin: var(--xpm-button-inner-margin, 4px);
  --icon-size: var(--xpm-button-icon-size, 16px);
  --icon-width: var(--xpm-button-icon-width, var(--icon-size));
  --icon-height: var(--xpm-button-icon-height, var(--icon-size));
  --icon-margin: var(--xpm-button-icon-margin, var(--inner-margin));
  --loading-margin: var(--xpm-button-loading-margin, var(--inner-margin));
  --text-regular: var(--xpm-button-text-regular, 400);
  --text-medium: var(--xpm-button-text-medium, 500);
  --text-bold: var(--xpm-button-text-bold, 700);
  --color-success: var(--xpm-button-color-success, var(--xpm-color-success));
  --color-danger: var(--xpm-button-color-danger, var(--xpm-color-danger));
  --color-warning: var(--xpm-button-color-warning, var(--xpm-color-warning));
  --large-height: var(--xpm-button-large-height, 48px);
  --large-font-size: var(--xpm-button-large-font-size, 15px);
  --large-line-height: var(--xpm-button-large-height, 23px);
  --larg-padding-horizontal: var(--xpm-button-large-padding-horizontal, 30px);
  --larg-padding-vertical: var(--xpm-button-large-padding-vertical, 0);
  --middle-height: var(--xpm-button-middle-height, 40px);
  --middle-font-size: var(--xpm-button-middle-font-size, 15px);
  --middle-line-height: var(--xpm-button-middle-height, 23px);
  --middle-padding-horizontal: var(--xpm-button-middle-padding-horizontal, 20px);
  --middle-padding-vertical: var(--xpm-button-middle-padding-vertical, 0);
  --small-height: var(--xpm-button-small-height, 32px);
  --small-font-size: var(--xpm-button-small-font-size, 12px);
  --small-line-height: var(--xpm-button-small-height, 20px);
  --small-padding-horizontal: var(--xpm-button-middle-padding-horizontal, 16px);
  --small-padding-vertical: var(--xpm-button-middle-padding-vertical, 0);
  --mini-height: var(--xpm-button-mini-height, 24px);
  --mini-font-size: var(--xpm-button-mini-font-size, 12px);
  --mini-line-height: var(--xpm-button-mini-height, 20px);
  --mini-padding-horizontal: var(--xpm-button-middle-padding-horizontal, 12px);
  --mini-padding-vertical: var(--xpm-button-middle-padding-vertical, 0);
  --icon-button-size: var(--xpm-button-icon-button-size, 48px);
  --icon-button-width: var(--xpm-button-icon-button-width, var(--icon-button-size));
  --icon-button-height: var(--xpm-button-icon-button-height, var(--icon-button-size));
  --border-radius: var(--xpm-button-border-radius, 4px);
  --border-x-width: var(--xpm-button-border-width, 0.5px);
  --border-x-style: var(--xpm-button-border-style, solid);
  --border-x-color: var(--xpm-button-border-color, var(--color-primary));
  --border-x-background-color: var(--xpm-button-border-background-color, transparent);
  --expand-size: var(--xpm-button-expand-size, 12px);
  --expand-horizontal: var(--xpm-button-expand-horizontal, var(--expand-size));
  --expand-vertical: var(--xpm-button-expand-vertical, var(--expand-size));
  --expand-top: var(--xpm-button-expand-top, var(--expand-vertical));
  --expand-bottom: var(--xpm-button-expand-bottom, var(--expand-vertical));
  --expand-left: var(--xpm-button-expand-top, var(--expand-horizontal));
  --expand-right: var(--xpm-button-expand-bottom, var(--expand-horizontal));
}
.xpm-button:disabled {
  cursor: not-allowed;
  opacity: var(--disabled-opacity);
}
.xpm-button.round {
  border-radius: var(--border-radius);
}
.xpm-button.circle,
.xpm-button.circle.border:before {
  border-radius: 50%;
}
.xpm-button .xpm-button__icon {
  width: var(--icon-width);
  height: var(--icon-height);
  margin-right: var(--icon-margin);
}
.xpm-button .xpm-button__icon.reverse {
  margin-right: 0;
  margin-left: var(--icon-margin);
}
.xpm-button .xpm-button__label {
  width: 100%;
  overflow: hidden;
  font-weight: var(--text-regular);
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xpm-button .xpm-button__label.success {
  color: var(--color-success);
}
.xpm-button .xpm-button__label.danger {
  color: var(--color-danger);
}
.xpm-button .xpm-button__label.warning {
  color: var(--color-warning);
}
.xpm-button .xpm-loading + .xpm-button--text,
.xpm-button .xpm-loading + .xpm-button__icon,
.xpm-button .xpm-loading + .xpm-button__label {
  margin-left: var(--loading-margin);
}
.xpm-button.large {
  height: var(--large-height);
  padding: var(--larg-padding-vertical) var(--larg-padding-horizontal);
}
.xpm-button.large .xpm-button__label {
  font-size: var(--large-font-size);
  line-height: var(--large-line-height);
}
.xpm-button.middle {
  height: var(--middle-height);
  padding: var(--middle-padding-vertical) var(--middle-padding-horizontal);
}
.xpm-button.middle .xpm-button__label {
  font-size: var(--middle-font-size);
  line-height: var(--middle-line-height);
}
.xpm-button.small {
  height: var(--small-height);
  padding: var(--small-padding-vertical) var(--small-padding-horizontal);
}
.xpm-button.small .xpm-button__label {
  font-size: var(--small-font-size);
  line-height: var(--small-line-height);
}
.xpm-button.mini {
  height: var(--mini-height);
  padding: var(--mini-padding-vertical) var(--mini-padding-horizontal);
  border-radius: calc(var(--mini-height) / 2);
}
.xpm-button.mini.border:before {
  border-radius: calc(var(--mini-height));
}
.xpm-button.mini .xpm-button__label {
  font-size: var(--mini-font-size);
  line-height: var(--mini-line-height);
}
.xpm-button.icon-only {
  width: var(--icon-button-width);
  height: var(--icon-button-height);
  padding: 0;
}
.xpm-button.icon-only .xpm-button__icon {
  margin-right: 0;
}
.xpm-button.solid {
  background-color: var(--background-color);
}
.xpm-button.solid.xpm-button-white {
  background-color: #fff;
}
.xpm-button.solid.xpm-button-white .xpm-button__label {
  color: var(--background-color);
}
.xpm-button.solid .xpm-button__label {
  color: var(--text-color-solid);
}
.xpm-button.solid .xpm-button__label.success {
  color: var(--color-success);
}
.xpm-button.solid .xpm-button__label.danger {
  color: var(--color-danger);
}
.xpm-button.solid .xpm-button__label.warning {
  color: var(--color-warning);
}
.xpm-button.solid.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.xpm-button.solid.block .xpm-button__label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}
.xpm-button.border {
  position: relative;
  background-color: var(--border-x-background-color);
}
.xpm-button.border:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  border: calc(var(--border-x-width) * 2) var(--border-x-style) var(--border-x-color);
  border-radius: calc(var(--border-radius) * 2);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  box-sizing: border-box;
}
.xpm-button.border.xpm-button-white:before {
  border-color: #fff;
}
.xpm-button.border.xpm-button-white .xpm-button__label {
  color: #fff;
}
.xpm-button.border .xpm-button__label {
  color: var(--text-color-border);
}
.xpm-button.border .xpm-button__label.success {
  color: var(--color-success);
}
.xpm-button.border .xpm-button__label.danger {
  color: var(--color-danger);
}
.xpm-button.border .xpm-button__label.warning {
  color: var(--color-warning);
}
.xpm-button.border.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.xpm-button.border.block .xpm-button__label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}
.xpm-button.block {
  width: 100%;
}
.xpm-button--text {
  padding: 0;
  color: var(--text-color-border);
  font-weight: var(--text-regular);
  font-size: var(--middle-font-size);
  line-height: var(--middle-line-height);
  border: none;
}
.xpm-button--text.success {
  color: var(--color-success);
}
.xpm-button--text.danger {
  color: var(--color-danger);
}
.xpm-button--text.warning {
  color: var(--color-warning);
}
.xpm-button--icon {
  width: var(--icon-width);
  height: var(--icon-height);
  margin-right: var(--icon-margin);
}
.xpm-button--icon.reverse {
  margin-right: 0;
  margin-left: var(--icon-margin);
}
.xpm-button--clear {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.xpm-button--expand {
  padding: var(--expand-top) var(--expand-right) var(--expand-bottom) var(--expand-left);
}
.xpm-toast-mask .xpm-toast-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.xpm-toast-mask .xpm-toast-main {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 287px;
  max-height: 70%;
  overflow: auto;
  color: #fff;
  word-break: break-all;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  pointer-events: all;
  font-size: var(--xpm-font-size-7);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
}
.xpm-toast-mask .xpm-toast-main-text {
  padding: 12px;
  min-width: 0;
}
.xpm-toast-mask .xpm-toast-main-icon {
  padding: 25px 8px;
  min-width: 112px;
}
.xpm-toast-mask .xpm-toast-main-icon .xpm-toast-icon {
  text-align: center;
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 1;
}
.xpm-toast-loading {
  margin: 10px auto 19.5px;
}
.xpm-button-group {
  --gap-horizontal: var(--xpm-button-group-gap-horizontal, 16px);
  --gap-vertical: var(--xpm-button-group-gap-vertical, 20px);
  --padding-horizontal: var(--xpm-button-group-padding-horizontal, 24px);
  --padding-vertical: var(--xpm-button-group-padding-vertical, 0);
  --padding-top: var(--xpm-button-group-padding-top, var(--padding-vertical));
  --padding-bottom: var(--xpm-button-group-padding-bottom, var(--padding-vertical));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-top: calc(var(--padding-top) - var(--gap-vertical) / 2);
  padding-bottom: calc(var(--padding-bottom) - var(--gap-vertical) / 2);
}
.xpm-button-group .xpm-button {
  margin: calc(var(--gap-vertical) / 2) calc(var(--gap-horizontal) / 2);
}
.xpm-button-group.block {
  width: 100%;
}
.xpm-button-group.center-horizontal {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.xpm-button-group.center-vertical {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.xpm-button-group.merge-horizontal .xpm-button {
  margin-right: 0;
  margin-left: 0;
}
.xpm-button-group.merge-horizontal .xpm-button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.xpm-button-group.merge-horizontal .xpm-button:first-child.border {
  border-right: none;
}
.xpm-button-group.merge-horizontal .xpm-button:first-child.border:before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.xpm-button-group.merge-horizontal .xpm-button + .xpm-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.xpm-button-group.merge-horizontal .xpm-button + .xpm-button.border {
  border-left: none;
}
.xpm-button-group.merge-vertical {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.xpm-button-group.merge-vertical .xpm-button {
  margin-top: 0;
  margin-bottom: 0;
}
.xpm-button-group.merge-vertical .xpm-button:first-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.xpm-button-group.merge-vertical .xpm-button:first-child.border {
  border-bottom: none;
}
.xpm-button-group.merge-vertical .xpm-button + .xpm-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.xpm-button-group.merge-vertical .xpm-button + .xpm-button.border {
  border-top: none;
}
.custom-swiper.custom-swiper-normal .swiper-slide {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.custom-swiper.custom-swiper-normal .swiper-slide-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.custom-swiper.custom-swiper-normal .swiper-button-next,
.custom-swiper.custom-swiper-normal .swiper-button-prev {
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.custom-swiper.custom-swiper-normal .swiper-button-next.swiper-button-disabled,
.custom-swiper.custom-swiper-normal .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.custom-swiper.custom-swiper-normal .swiper-button-next:after,
.custom-swiper.custom-swiper-normal .swiper-button-prev:after {
  display: block;
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMiAwTDQuNCAxOCAyMiAzNmgtNC40TDAgMTggMTcuNiAwSDIyeiIgZmlsbD0iIzY2NiIvPjwvc3ZnPg==);
  background-size: contain;
  width: 0.2rem;
  height: 0.32rem;
}
.custom-swiper.custom-swiper-normal .swiper-button-next:hover,
.custom-swiper.custom-swiper-normal .swiper-button-prev:hover {
  opacity: 1;
}
.custom-swiper.custom-swiper-normal .swiper-button-prev {
  left: 11.5vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.custom-swiper.custom-swiper-normal .swiper-button-next {
  right: 11.5vw;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.custom-swiper.custom-swiper-fullscreen {
  width: 100%;
  height: 100%;
}
.custom-swiper.custom-swiper-switch {
  width: 12.6rem;
}
.custom-swiper.custom-swiper-switch .swiper-slide {
  width: 12.6rem;
  height: 6.8rem;
}
.custom-swiper.custom-swiper-switch .swiper-button-next,
.custom-swiper.custom-swiper-switch .swiper-button-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.48rem;
  height: 0.48rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.custom-swiper.custom-swiper-switch .swiper-button-next.swiper-button-disabled,
.custom-swiper.custom-swiper-switch .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.custom-swiper.custom-swiper-switch .swiper-button-next:hover,
.custom-swiper.custom-swiper-switch .swiper-button-prev:hover {
  opacity: 1;
}
.custom-swiper.custom-swiper-switch .swiper-button-prev {
  left: 0.4rem;
}
.custom-swiper.custom-swiper-switch .swiper-button-prev:after {
  display: block;
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSByPSIyNCIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgMjQgMjQpIiBmaWxsPSIjMDAwIiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTE3IDI0LjAwN0wyNS42NiAxNUgyOWwtOC42NDcgOS4wMDdMMjkgMzNoLTMuMzYzTDE3IDI0LjAwN3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.48rem;
  height: 0.48rem;
}
.custom-swiper.custom-swiper-switch .swiper-button-next {
  right: 0.4rem;
}
.custom-swiper.custom-swiper-switch .swiper-button-next:after {
  display: block;
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMjQiIGN5PSIyNCIgcj0iMjQiIGZpbGw9IiMwMDAiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMzEgMjQuMDA3TDIyLjM0IDE1SDE5bDguNjQ3IDkuMDA3TDE5IDMzaDMuMzYzTDMxIDI0LjAwN3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.48rem;
  height: 0.48rem;
}
.custom-swiper .swiper-slide {
  position: relative;
}
@media (min-width: 751px) {
  .trim-list {
    width: 12.96rem;
    margin: 0 auto;
  }
  .trim-list .list-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .trim-list .trim-item {
    position: relative;
    width: 6.28rem;
    height: 3.53rem;
    overflow: hidden;
    color: #fff;
  }
  .trim-list .trim-item:nth-child(odd) {
    margin: 0 0.4rem 0.4rem 0;
  }
  .trim-list .trim-item img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    border-radius: 0.04rem;
  }
  .trim-list .trim-item img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .trim-list .trim-item video {
    border-radius: 0.04rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .trim-list .trim-item .text {
    position: absolute;
    bottom: 0.32rem;
    left: 0.32rem;
    width: 5.64rem;
    font-size: 0.18rem;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.16em;
    color: #fff;
  }
  .trim-list .trim-item .text .sub-title {
    opacity: 0.6;
    margin-top: 0.08rem;
    font-size: 0.14rem;
    font-weight: 400;
    letter-spacing: 0.007rem;
  }
}
@media (max-width: 750px) {
  .trim-list {
    position: relative;
    width: 100vw;
    height: 8.66rem;
    padding-top: 0.84rem;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .trim-list::-webkit-scrollbar {
    display: none;
  }
  .trim-list .list-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100vw;
  }
  .trim-list .list-wrap .trim-item {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 5.6rem;
    margin-left: 0.5rem;
  }
  .trim-list .list-wrap .trim-item img {
    width: 100%;
    height: 4.2rem;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    border-radius: 0.08rem;
  }
  .trim-list .list-wrap .trim-item video {
    border-radius: 0.04rem;
    width: 100%;
    height: 4.2rem;
    object-fit: cover;
  }
  .trim-list .list-wrap .trim-item .explore-play-icon {
    top: 2.1rem;
    left: 2.9rem;
  }
  .trim-list .list-wrap .trim-item .text {
    margin-top: 0.48rem;
    font-weight: 400;
    font-size: 0.32rem;
    line-height: 0.4rem;
    letter-spacing: 0.16em;
    color: #000;
  }
  .trim-list .list-wrap .trim-item .text .sub-title {
    margin-top: 0.16rem;
    font-weight: 400;
    font-size: 0.28rem;
    line-height: 0.44rem;
    letter-spacing: 0.16em;
    color: rgba(0, 0, 0, 0.6);
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  .img-column-3 {
    background-color: #fff;
    line-height: 1.4;
    text-align: center;
    padding: 1.28rem 0.48rem;
  }
  .img-column-3 .img-list {
    margin-top: 0.64rem;
    text-align: left;
  }
  .img-column-3 .img-list .img-content-wrapper {
    width: 6.54rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.7rem;
  }
  .img-column-3 .img-list .img-content-wrapper .img-sub-title {
    font-size: 0.28rem;
    line-height: 1.5;
    letter-spacing: 0.16em;
  }
  .img-column-3 .img-list .img-content-wrapper .tips {
    font-size: 0.2rem;
    letter-spacing: 0.2em;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 0.08rem;
  }
  .img-column-3 .img-list img {
    margin-bottom: 0.24rem;
    object-fit: cover;
    width: 100%;
    height: 4.9rem;
    border-radius: 4px;
  }
  .img-column-3 .img-list h4 {
    font-size: 0.32rem;
    font-weight: 400;
    margin-bottom: 0.16rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    word-break: break-word;
    letter-spacing: 0.16em;
  }
  .img-column-3 .img-list a {
    color: #666;
    letter-spacing: 0.2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img-column-3 .img-list .arrow:after {
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjU1NSA4LjAwNEw2LjQyMyAyLjY2N0g0LjQ0NGw1LjEyNCA1LjMzNy01LjEyNCA1LjMzaDEuOTkzbDUuMTE4LTUuMzN6IiBmaWxsPSIjQTRDRTRDIi8+PC9zdmc+);
    width: 0.24rem;
    height: 0.24rem;
    background-size: cover;
    display: inline-block;
  }
  .img-column-3 .slide-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .img-column-3 .slide-box::-webkit-scrollbar {
    display: none;
  }
  .img-column-3 .slide-box .img-content-wrapper {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.48rem;
    width: 4.92rem;
  }
  .img-column-3 .slide-box .img-content-wrapper img {
    width: 4.92rem;
    height: 2.76rem;
    object-fit: cover;
  }
  .img-column-3 .more-content {
    font-size: 0.16rem;
    margin-top: 0.6rem;
  }
}
@media (min-width: 751px) {
  .img-column-3 {
    padding-bottom: 1.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.4;
    width: 100%;
  }
  .img-column-3 .content-title {
    padding-top: 1.2rem;
    padding-bottom: 0.64rem;
    text-align: center;
  }
  .img-column-3 .img-content-wrapper {
    margin-left: 0.16rem;
    margin-right: 0.16rem;
    width: 4.18rem;
  }
  .img-column-3 .img-content-wrapper:hover .link-hover {
    opacity: 0.6;
  }
  .img-column-3 .img-content-wrapper .img-sub-title {
    font-size: 0.14rem;
    letter-spacing: 5%;
  }
  .img-column-3 .img-content-wrapper .tips {
    font-size: 0.14rem;
    letter-spacing: 0.2em;
    color: rgba(0, 0, 0, 0.3);
    margin-top: 0.08rem;
  }
  .img-column-3 .img-content-wrapper .img-wrapper {
    height: 3.14rem;
    overflow: hidden;
    width: 4.18rem;
    margin-bottom: 0.24rem;
    border-radius: 4px;
  }
  .img-column-3 .img-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .img-column-3 .img-list img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    margin-bottom: 0.24rem;
    object-fit: cover;
  }
  .img-column-3 .img-list img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .img-column-3 .img-list h4 {
    font-size: 0.18rem;
    font-weight: 400;
    margin-bottom: 0.16rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    word-break: break-word;
    letter-spacing: 0.16em;
  }
  .img-column-3 .img-list p {
    color: #666;
    font-size: 0.16rem;
    letter-spacing: 0.2em;
  }
  .img-column-3 .img-list .arrow:after {
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjU1NSA4LjAwNEw2LjQyMyAyLjY2N0g0LjQ0NGw1LjEyNCA1LjMzNy01LjEyNCA1LjMzaDEuOTkzbDUuMTE4LTUuMzN6IiBmaWxsPSIjQTRDRTRDIi8+PC9zdmc+);
    width: 0.15rem;
    height: 0.15rem;
    background-size: cover;
    display: inline-block;
  }
  .img-column-3 .more-content {
    font-size: 0.16rem;
    margin-top: 0.6rem;
  }
}
@media screen and (min-width: 751px) {
  .product-site-first-screen .title-wrapper-new .title {
    font-size: 0.4rem;
    line-height: 1;
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  .img-with-words {
    position: relative;
    overflow: hidden;
  }
  .img-with-words .background {
    object-fit: cover;
    width: 100%;
    border-radius: 0.04rem;
  }
  .img-with-words .content-wrapper {
    margin-top: 0.4rem;
  }
  .img-with-words .content-wrapper .title {
    font-size: 0.32rem;
    font-weight: 400;
    letter-spacing: 0.16em;
  }
  .img-with-words .content-wrapper .subTitle {
    margin-top: 0.12rem;
  }
  .img-with-words .content-wrapper-inner {
    position: absolute;
    bottom: 0.24rem;
    margin-right: 0.24rem;
    margin-left: 0.24rem;
    left: 0;
    right: 0;
    color: #fff;
  }
}
@media (min-width: 751px) {
  .img-with-words {
    position: relative;
  }
  .img-with-words:hover .content-wrapper-inner .subTitle {
    display: block;
  }
  .img-with-words .background-wrapper {
    width: 6.4rem;
    height: 4.8rem;
  }
  .img-with-words .background-wrapper,
  .img-with-words .background-wrapper-inner {
    border-radius: 0.04rem;
    overflow: hidden;
  }
  .img-with-words .background-wrapper-inner .background {
    height: 100%;
  }
  .img-with-words .background {
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .img-with-words .background:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .img-with-words .content-wrapper {
    line-height: 1.5;
    margin-top: 0.32rem;
  }
  .img-with-words .content-wrapper .title {
    font-size: 0.18rem;
    font-weight: 400;
    letter-spacing: 0.16em;
  }
  .img-with-words .content-wrapper .subTitle {
    margin-top: 0.08rem;
    font-size: 0.16rem;
    letter-spacing: 0.05em;
    color: #666;
  }
  .img-with-words .content-wrapper-inner {
    position: absolute;
    bottom: 0.24rem;
    padding-left: 0.32rem;
    padding-right: 0.32rem;
    color: #fff;
  }
  .img-with-words .content-wrapper-inner .subTitle {
    display: none;
    color: #fff;
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  .color-switch-p7-plus {
    text-align: center;
    position: relative;
    padding-bottom: 1.44rem;
    padding-top: 0.16rem;
  }
  .color-switch-p7-plus .title-wrapper-new {
    text-align: center;
    padding-left: 0.48rem;
    padding-right: 0.48rem;
    margin-bottom: 0.72rem;
  }
  .color-switch-p7-plus .car-img-wrapper {
    margin: 0;
    width: 100%;
    height: calc(75vw - 0.72rem);
    padding: 0 0.48rem;
    position: relative;
    overflow: hidden;
  }
  .color-switch-p7-plus .car-img-wrapper .swiper-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .color-switch-p7-plus .car-img-wrapper .car-img {
    width: 100%;
    height: 100%;
    border-radius: 0.08rem;
    overflow: hidden;
    position: relative;
    margin-top: 0;
  }
  .color-switch-p7-plus .car-img-wrapper .car-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    object-fit: cover;
  }
  .color-switch-p7-plus .car-img-wrapper .car-img .active-pic {
    opacity: 1;
  }
  .color-switch-p7-plus .swiper-pane-wrapper-margin {
    margin-bottom: 0.8rem;
  }
  .color-switch-p7-plus .swiper-pane-wrapper .swiper-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .color-switch-p7-plus .swiper-pane-wrapper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.27rem;
  }
  .color-switch-p7-plus .swiper-pane-wrapper .swiper-slide span {
    font-size: 0.28rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
  }
  .color-switch-p7-plus .swiper-pane-wrapper .swiper-slide .pane {
    padding: 0.16rem;
    border-radius: 50%;
    margin-top: 0.24rem;
  }
  .color-switch-p7-plus .swiper-pane-wrapper .swiper-slide .pane.active-pane {
    background: rgba(0, 0, 0, 0.03);
  }
  .color-switch-p7-plus .swiper-pane-wrapper .swiper-slide .pane img {
    display: block;
    width: 0.64rem;
    height: 0.64rem;
  }
  .color-switch-p7-plus .text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 0.64rem;
  }
  .color-switch-p7-plus .text-container .color-text {
    font-size: 0.32rem;
    line-height: 0.44rem;
  }
  .color-switch-p7-plus .text-container .color-subtitle {
    font-size: 0.28rem;
    line-height: 0.44rem;
    margin-top: 0.08rem;
    color: rgba(0, 0, 0, 0.6);
  }
}
@media (min-width: 751px) {
  .color-switch-p7-plus {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
    background-color: #fff;
  }
  .color-switch-p7-plus .title-wrapper-new {
    text-align: center;
    margin-bottom: 0.44rem;
  }
  .color-switch-p7-plus .color-switch-margin {
    margin-bottom: 0.64rem;
  }
  .color-switch-p7-plus .color-switch-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .color-switch-p7-plus .color-switch-container .switch-pane-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.4rem 0.56rem 0.45rem;
    background-color: #f9f9f9;
    border-radius: 0 0 4px 4px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .color-switch-p7-plus .color-switch-container .switch-pane-wrapper .switch-pane {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .color-switch-p7-plus .color-switch-container .switch-pane-wrapper .switch-pane .pane {
    font-size: 0.16rem;
    padding: 0.08rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
    border-radius: 0.44rem;
    cursor: pointer;
    margin-right: 0.16rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .color-switch-p7-plus .color-switch-container .switch-pane-wrapper .switch-pane .pane .text {
    display: block;
  }
  .color-switch-p7-plus .color-switch-container .switch-pane-wrapper .switch-pane .pane img {
    width: 0.28rem;
    height: 0.28rem;
    margin-left: 0;
    margin-right: 0;
  }
  .color-switch-p7-plus .color-switch-container .switch-pane-wrapper .switch-pane .active-pane {
    background: rgba(0, 0, 0, 0.03);
  }
  .color-switch-p7-plus .color-switch-container .switch-pane-wrapper .text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .color-switch-p7-plus .color-switch-container .switch-pane-wrapper .text-container .color-text {
    font-size: 0.18rem;
    line-height: 0.44rem;
  }
  .color-switch-p7-plus .color-switch-container .switch-pane-wrapper .text-container .color-subtitle {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: rgba(0, 0, 0, 0.6);
  }
  .color-switch-p7-plus .car-img-wrapper {
    width: 11.2rem;
    height: 4.78rem;
    position: relative;
    margin: 0.44rem auto 0.09rem;
  }
  .color-switch-p7-plus .car-img-wrapper .logo {
    width: 4.3rem;
    height: 2.8rem;
    position: absolute;
    left: 0.72rem;
    top: -0.36rem;
  }
  .color-switch-p7-plus .car-img-wrapper .car-img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .color-switch-p7-plus .car-img-wrapper .car-img img {
    width: 11.2rem;
    height: 4.78rem;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    object-fit: cover;
  }
  .color-switch-p7-plus .car-img-wrapper .car-img .active-pic {
    opacity: 1;
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  .media-text-panel {
    text-align: center;
    padding-top: 1.6rem;
    padding-bottom: 1.2rem;
  }
  .media-text-panel .title-wrapper-new {
    text-align: left;
    margin-bottom: 0.64rem;
    padding-left: 0.48rem;
  }
  .media-text-panel .video-wrapper {
    position: relative;
  }
  .media-text-panel .img {
    border-radius: 0.08rem 0.08rem 0 0;
    padding-left: 0.48rem;
    padding-right: 0.48rem;
  }
  .media-text-panel sup {
    margin-bottom: 0.18rem;
  }
  .media-text-panel .bottom-part {
    margin-left: 0.48rem;
    margin-right: 0.48rem;
    text-align: left;
    background: #f9f9f9;
    padding: 0.8rem 0.32rem 1.2rem;
  }
  .media-text-panel .bottom-part .content {
    margin-top: 0.8rem;
  }
  .media-text-panel .bottom-part .content:first-child {
    margin-top: 0;
  }
  .media-text-panel .bottom-part .only-title {
    margin-bottom: 0.8rem;
  }
  .media-text-panel .bottom-part .only-title:last-child {
    margin-bottom: 0;
  }
  .media-text-panel .bottom-part .title {
    font-size: 0.36rem;
    line-height: 0.52rem;
    letter-spacing: 0.16em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    letter-spacing: 0.05em;
  }
  .media-text-panel .bottom-part .title:before {
    margin-top: 0.1rem;
    content: "";
    width: 0.06rem;
    background-color: #a4ce4c;
    height: 0.32rem;
    margin-right: 0.16rem;
  }
  .media-text-panel .bottom-part .subTitle {
    margin-top: 0.16rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 0.05em;
  }
}
@media (min-width: 751px) {
  .media-text-panel {
    padding-bottom: 1.2rem;
    text-align: center;
    padding-top: 0;
  }
  .media-text-panel .title-wrapper-new {
    padding-top: 1.2rem;
    padding-bottom: 0.64rem;
  }
  .media-text-panel > .content {
    margin-bottom: 0.64rem;
  }
  .media-text-panel > .content .title {
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 0.5rem;
    letter-spacing: 0.16em;
  }
  .media-text-panel .img {
    width: 13.2rem;
    height: 6.4rem;
    border-radius: 0.04rem 0.04rem 0 0;
    object-fit: cover;
  }
  .media-text-panel .bottom-part {
    text-align: left;
    background: #f9f9f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.48rem 0.64rem 0.56rem;
    width: 13.2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.05em;
  }
  .media-text-panel .bottom-part .content {
    min-width: 3.2rem;
    max-width: 3.7rem;
  }
  .media-text-panel .bottom-part .title {
    font-size: 0.24rem;
    line-height: 1;
    border-left: 0.04rem solid #a4ce4c;
    padding-left: 0.15rem;
  }
  .media-text-panel .bottom-part .subTitle {
    margin-top: 0.16rem;
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: rgba(0, 0, 0, 0.6);
  }
  .media-text-panel .only-title .title {
    font-size: 0.18rem;
    line-height: 0.28rem;
    border-left: none;
    padding-left: 0;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .media-text-panel .only-title .line {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    height: 0.28rem;
    margin-top: 4px;
  }
}
article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
iframe,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-size: 50px;
}
body,
button,
input,
select,
textarea {
  font-size: 12px;
  line-height: 1.5;
  font-family: system, -apple-system, BlinkMacSystemFont, PingFang SC, Segoe UI, Microsoft YaHei, wenquanyi micro hei, Hiragino Sans GB, Hiragino Sans GB W3, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
fieldset,
img {
  border: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input,
select,
textarea {
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
}
textarea {
  resize: none;
  overflow: auto;
}
a:active,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
em,
i {
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
[v-cloak] {
  display: none;
}
iframe {
  border: none;
}
b {
  font-weight: 400;
}
::-webkit-input-placeholder {
  color: #ccc;
}
:-moz-placeholder,
::-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
@media only screen and (min-width: 160px) {
  html {
    font-size: 13.34vw;
  }
}
@media only screen and (min-width: 750px) {
  html {
    font-size: 5.21vw;
  }
}
@media only screen and (min-width: 1919px) {
  html {
    font-size: 100px;
  }
}
@font-face {
  font-family: HEHE85W;
  src: url(https://dl.xiaopeng.com/xp-fe/mainsite/g9/reserve/font/HEHE85W.ttf) format("truetype");
}
.app-header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  height: 1.6rem;
  z-index: 9999;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.48rem;
  bottom: 0;
}
.app-header a {
  display: inline-block;
  width: 3.16rem;
  height: 0.96rem;
  font-style: normal;
  font-weight: 600;
  font-size: 0.28rem;
  line-height: 0.96rem;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #1a1a1a;
  color: #000;
}
.app-header a:last-of-type {
  background: #1a1a1a;
  color: #fff;
}
.app-header .single-btn {
  width: 6.54rem;
  font-weight: 400;
}
.buttons-wrapper {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 751px) {
  .buttons-wrapper {
    bottom: 30%;
    gap: 0.24rem;
  }
}
@media screen and (max-width: 750px) {
  .buttons-wrapper {
    bottom: 0.6rem;
    gap: 0.32rem;
  }
}
.custom-title-wrapper {
  color: #fff;
  text-align: center;
}
.custom-title-wrapper-left {
  text-align: left;
}
.custom-title-wrapper-black .title {
  color: #000;
}
.custom-title-wrapper-black .subtitle {
  color: rgba(0, 0, 0, 0.6);
}
.custom-title-wrapper-outer {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto 0.64rem;
}
.custom-title-wrapper-inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .custom-title-wrapper {
    text-align: center;
    max-width: 9rem;
  }
  .custom-title-wrapper-inner {
    top: 1.2rem;
  }
  .custom-title-wrapper .title {
    font-size: 0.32rem;
    line-height: 0.44rem;
    letter-spacing: 0.16em;
  }
  .custom-title-wrapper .subtitle {
    margin-top: 0.16rem;
    font-size: 0.16rem;
    line-height: 0.28rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 750px) {
  .custom-title-wrapper {
    width: 100%;
    padding: 0 0.48rem;
  }
  .custom-title-wrapper-inner {
    top: 2rem;
  }
  .custom-title-wrapper .title {
    font-size: 0.44rem;
    line-height: 0.6rem;
    letter-spacing: 0.16em;
  }
  .custom-title-wrapper .subtitle {
    margin-top: 0.16rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    letter-spacing: 0.2em;
  }
}
.fullscreen-container {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 750px) {
  .fullscreen-container {
    height: 14.4rem;
  }
  .fullscreen-container .fullscreen-container--header {
    top: 2rem;
  }
}
.double-row-text {
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  position: absolute;
  bottom: 0.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  --line1-color: #fff;
  --line1-font-size: 0.24rem;
  --line1-line-height: 0.32rem;
  --line1-letter-spacing: 0.16em;
  --line2-font-size: 0.16rem;
  --line2-line-height: 0.24rem;
  --line2-letter-spacing: 0.2em;
  --line2-color: hsla(0, 0%, 100%, 0.8);
}
.double-row-text-large {
  --line1-font-size: 0.4rem;
  --line1-line-height: 0.47rem;
  --line1-letter-spacing: 0.05em;
}
.double-row-text-large.double-row-text-reverse {
  --line1-font-size: 0.16rem;
  --line1-line-height: 0.24rem;
  --line1-letter-spacing: 0.2em;
  --line2-font-size: 0.4rem;
  --line2-line-height: 0.47rem;
  --line2-letter-spacing: 0.05em;
}
.double-row-text-has-buttons {
  width: 100%;
  padding: 0 1.6rem;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.double-row-text-block {
  padding: 0.48rem 0;
  position: relative;
  width: 100%;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  left: unset;
  bottom: unset;
  background: #f9f9f9;
}
.double-row-text-block .double-row-text-items {
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 0 !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.double-row-text-block .double-row-text-items .double-row-text-item {
  padding: 0 0.64rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center !important;
}
.double-row-text-white {
  --line1-color: #fff;
  --line2-color: hsla(0, 0%, 100%, 0.8);
}
.double-row-text-white.double-row-text-reverse {
  --line1-color: hsla(0, 0%, 100%, 0.8);
  --line2-color: #fff;
}
.double-row-text-black {
  --line1-color: #000;
  --line2-color: rgba(0, 0, 0, 0.6);
}
.double-row-text-black.double-row-text-reverse {
  --line1-color: rgba(0, 0, 0, 0.6);
  --line2-color: #000;
}
.double-row-text-reverse {
  --line1-font-size: 0.16rem;
  --line1-line-height: 0.24rem;
  --line1-letter-spacing: 0.2em;
  --line2-font-size: 0.24rem;
  --line2-line-height: 0.32rem;
  --line2-letter-spacing: 0.16em;
}
.double-row-text .double-row-text-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  gap: 1.6rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.double-row-text .double-row-text-items .double-row-text_line1 {
  font-size: var(--line1-font-size);
  line-height: var(--line1-line-height);
  letter-spacing: var(--line1-letter-spacing);
  color: var(--line1-color);
}
.double-row-text .double-row-text-items .double-row-text_line2 {
  margin-top: 0.08rem;
  font-size: var(--line2-font-size);
  line-height: var(--line2-line-height);
  letter-spacing: var(--line2-letter-spacing);
  color: var(--line2-color);
}
.double-row-text-buttons {
  position: relative;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  left: unset;
  bottom: unset;
}
@media screen and (max-width: 750px) {
  .double-row-text {
    bottom: 1.6rem;
    width: 100%;
  }
  .double-row-text-has-buttons {
    width: 100%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .double-row-text .double-row-text-items {
    width: 100%;
    gap: 0;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.media-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.media-wrapper .media-image,
.media-wrapper .media-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.color-options-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.color-options-wrapper.color-options-wrapper--circle {
  padding: 0 0.72rem;
  height: 1.6rem;
  background: #f9f9f9;
}
.color-options-wrapper.color-options-wrapper--button {
  padding: 0.48rem 0.72rem 0;
}
.color-options-wrapper .color-options,
.color-options-wrapper .color-options .color-option.color-option--circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.color-options-wrapper .color-options .color-option.color-option--circle {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.color-options-wrapper .color-options .color-option.color-option--circle ~ .color-option {
  margin-left: 0.16rem;
}
.color-options-wrapper .color-options .color-option.color-option--circle.color-option--selected {
  background: rgba(0, 0, 0, 0.03);
}
.color-options-wrapper .color-options .color-option.color-option--circle .color-option__image {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
}
.color-options-wrapper .color-options .color-option.color-option--button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.1rem 0.08rem;
  cursor: pointer;
}
.color-options-wrapper .color-options .color-option.color-option--button ~ .color-option {
  margin-left: 0.42rem;
}
.color-options-wrapper .color-options .color-option.color-option--button.color-option--selected {
  border-radius: 0.44rem;
  background: rgba(0, 0, 0, 0.03);
}
.color-options-wrapper .color-options .color-option.color-option--button .color-option__image {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 100%;
}
.color-options-wrapper .color-options .color-option.color-option--button .color-option__content {
  margin-left: 0.08rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.color-options-wrapper .color-options .color-option.color-option--button .color-option__content .color-option__name {
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.16em;
  color: rgba(0, 0, 0, 0.9);
}
.color-options-wrapper .button-outer-wrapper {
  margin-left: 1.38rem;
}
.color-options-wrapper .color-options__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #000;
  text-align: right;
}
.color-options-wrapper .color-options__details .color-options__name {
  font-size: 0.2rem;
  line-height: 0.32rem;
  letter-spacing: 0.16em;
}
.color-options-wrapper .color-options__details .color-options__description {
  margin-top: 0.08rem;
  font-size: 0.16rem;
  letter-spacing: 0.2em;
  line-height: 0.24rem;
  color: rgba(0, 0, 0, 0.6);
}
.custom-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: max-content;
}
.custom-pagination-absolute {
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: hsla(0, 0%, 100%, 0.8);
  z-index: 1;
  max-width: 11.6rem;
}
.custom-pagination-absolute .custom-pagination_items {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.custom-pagination-absolute .custom-pagination_items .custom-pagination_item {
  min-width: 3rem;
}
.custom-pagination-absolute .custom-pagination_items .custom-pagination_item.custom-pagination_item_active {
  color: #fff;
}
.custom-pagination-absolute .custom-pagination_content {
  max-width: 9.6rem;
}
.custom-pagination-relative {
  margin-top: 0.4rem;
  position: relative;
  width: 100%;
  color: rgba(0, 0, 0, 0.4);
}
.custom-pagination-relative .custom-pagination_items {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}
.custom-pagination-relative .custom-pagination_items .custom-pagination_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.custom-pagination-relative .custom-pagination_items .custom-pagination_item.custom-pagination_item_active {
  color: rgba(0, 0, 0, 0.9);
}
.custom-pagination-relative .custom-pagination_content {
  color: rgba(0, 0, 0, 0.6);
}
.custom-pagination .custom-pagination_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.18rem;
  line-height: 0.3rem;
  letter-spacing: 0.16em;
  text-align: center;
}
.custom-pagination .custom-pagination_items .custom-pagination_item {
  position: relative;
  padding: 0 0.12rem 0.16rem;
  cursor: pointer;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.custom-pagination .custom-pagination_items .custom-pagination_item.custom-pagination_item_active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #a4ce4c;
}
.custom-pagination .custom-pagination_content {
  margin-top: 0.24rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0.2em;
  text-align: center;
  max-width: 9.6rem;
}
@media (min-width: 320px) and (max-width: 750px) {
  .color-switch-p7-plus {
    text-align: center;
    position: relative;
    padding-bottom: 1.44rem;
    padding-top: 0.16rem;
  }
  .color-switch-p7-plus .title-wrapper-new {
    text-align: center;
    padding-left: 0.48rem;
    padding-right: 0.48rem;
    margin-bottom: 0.72rem;
  }
  .color-switch-p7-plus .car-img-wrapper {
    margin: 0;
    width: 100%;
    height: calc(75vw - 0.72rem);
    padding: 0 0.48rem;
    position: relative;
    overflow: hidden;
  }
  .color-switch-p7-plus .car-img-wrapper .swiper-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .color-switch-p7-plus .car-img-wrapper .car-img {
    width: 100%;
    height: 100%;
    border-radius: 0.08rem;
    overflow: hidden;
    position: relative;
    margin-top: 0;
  }
  .color-switch-p7-plus .car-img-wrapper .car-img img,
  .color-switch-p7-plus .car-img-wrapper .car-img video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .color-switch-p7-plus .car-img-wrapper .car-img .video-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
  }
  .color-switch-p7-plus .car-img-wrapper .car-img .video-item img,
  .color-switch-p7-plus .car-img-wrapper .car-img .video-item video {
    opacity: 1;
  }
  .color-switch-p7-plus .car-img-wrapper .car-img .video-item .explore-play-icon {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.96rem;
    height: 0.96rem;
    z-index: 2;
  }
  .color-switch-p7-plus .car-img-wrapper .car-img .active-pic {
    opacity: 1;
  }
  .color-switch-p7-plus .swiper-pane-wrapper-margin {
    margin-bottom: 0.8rem;
  }
  .color-switch-p7-plus .swiper-pane-wrapper .swiper-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .color-switch-p7-plus .swiper-pane-wrapper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.27rem;
  }
  .color-switch-p7-plus .swiper-pane-wrapper .swiper-slide span {
    font-size: 0.28rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
  }
  .color-switch-p7-plus .swiper-pane-wrapper .swiper-slide .pane {
    padding: 0.16rem;
    border-radius: 50%;
    margin-top: 0.24rem;
  }
  .color-switch-p7-plus .swiper-pane-wrapper .swiper-slide .pane.active-pane {
    background: rgba(0, 0, 0, 0.03);
  }
  .color-switch-p7-plus .swiper-pane-wrapper .swiper-slide .pane img {
    display: block;
    width: 0.64rem;
    height: 0.64rem;
  }
  .color-switch-p7-plus .text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 0.64rem;
  }
  .color-switch-p7-plus .text-container .color-text {
    font-size: 0.32rem;
    line-height: 0.44rem;
  }
  .color-switch-p7-plus .text-container .color-subtitle {
    font-size: 0.28rem;
    line-height: 0.44rem;
    margin-top: 0.08rem;
    color: rgba(0, 0, 0, 0.6);
  }
}
@media (min-width: 751px) {
  .color-switch-p7-plus {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
    background-color: #fff;
  }
  .color-switch-p7-plus .title-wrapper-new {
    text-align: center;
    margin-bottom: 0.44rem;
  }
  .color-switch-p7-plus .color-switch-margin {
    margin-bottom: 0.64rem;
  }
  .color-switch-p7-plus .color-switch-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .color-switch-p7-plus .color-switch-container .switch-pane-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.4rem 0.56rem 0.45rem;
    background-color: #f9f9f9;
    border-radius: 0 0 4px 4px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .color-switch-p7-plus .color-switch-container .switch-pane-wrapper .switch-pane {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .color-switch-p7-plus .color-switch-container .switch-pane-wrapper .switch-pane .pane {
    font-size: 0.16rem;
    padding: 0.08rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
    border-radius: 0.44rem;
    cursor: pointer;
    margin-right: 0.16rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .color-switch-p7-plus .color-switch-container .switch-pane-wrapper .switch-pane .pane .text {
    display: block;
  }
  .color-switch-p7-plus .color-switch-container .switch-pane-wrapper .switch-pane .pane img {
    width: 0.28rem;
    height: 0.28rem;
    margin-left: 0;
    margin-right: 0;
  }
  .color-switch-p7-plus .color-switch-container .switch-pane-wrapper .switch-pane .active-pane {
    background: rgba(0, 0, 0, 0.03);
  }
  .color-switch-p7-plus .color-switch-container .switch-pane-wrapper .text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .color-switch-p7-plus .color-switch-container .switch-pane-wrapper .text-container .color-text {
    font-size: 0.24rem;
    line-height: 0.44rem;
  }
  .color-switch-p7-plus .color-switch-container .switch-pane-wrapper .text-container .color-subtitle {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: rgba(0, 0, 0, 0.6);
  }
  .color-switch-p7-plus .car-img-wrapper {
    width: 11.2rem;
    height: 4.78rem;
    position: relative;
    margin: 0.44rem auto 0.09rem;
  }
  .color-switch-p7-plus .car-img-wrapper .logo {
    width: 4.3rem;
    height: 2.8rem;
    position: absolute;
    left: 0.72rem;
    top: -0.36rem;
  }
  .color-switch-p7-plus .car-img-wrapper .car-img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .color-switch-p7-plus .car-img-wrapper .car-img img {
    width: 11.2rem;
    height: 4.78rem;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    object-fit: cover;
  }
  .color-switch-p7-plus .car-img-wrapper .car-img .active-pic {
    opacity: 1;
  }
}
.single-row-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single-row-text-normal {
  position: absolute;
  bottom: 0.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  gap: 0.6rem;
  --single-row-text-color: #fff;
  --single-row-text-font-size: 0.18rem;
  --single-row-text-line-height: 0.24rem;
  --single-row-text-separator-color: hsla(0, 0%, 100%, 0.4);
  --single-row-text-separator-height: 0.16rem;
}
.single-row-text-block {
  position: relative;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  width: 100%;
  padding: 0.48rem;
  background: #f9f9f9;
  gap: 0.8rem;
  --single-row-text-color: #000;
  --single-row-text-font-size: 0.2rem;
  --single-row-text-line-height: 0.36rem;
  --single-row-text-separator-color: rgba(0, 0, 0, 0.2);
  --single-row-text-separator-height: 0.28rem;
}
.single-row-text-item {
  font-size: var(--single-row-text-font-size);
  line-height: var(--single-row-text-line-height);
  letter-spacing: 0.16em;
  color: var(--single-row-text-color);
}
.single-row-text-separator {
  width: 1px;
  min-width: 1px;
  height: var(--single-row-text-separator-height);
  background: var(--single-row-text-separator-color);
}
@media screen and (max-width: 750px) {
  .single-row-text {
    bottom: 1.6rem;
    padding: 0 0.48rem;
    width: 100%;
    --single-row-text-font-size: 0.32rem;
    --single-row-text-line-height: 0.44rem;
    --single-row-text-separator-color: hsla(0, 0%, 100%, 0.6);
    --single-row-text-separator-height: 0.28rem;
  }
  .single-row-text .single-row-text-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
}
@font-face {
  font-family: HYYakuHei;
  src: url(https://dl.xiaopeng.com/xp-fe/mainsite/2025/fonts/SourceHanSansCN-3500.woff2) format("woff2");
}
@font-face {
  font-family: BasisGrotesque-Regular;
  src: url(https://dl.xiaopeng.com/xp-fe/mainsite/2023/fonts/BasisGrotesque-Regular.woff2) format("woff2");
}
@font-face {
  font-family: FuturaBT-BoldItalic;
  src: url(https://dl.xiaopeng.com/xp-fe/mainsite/2023/fonts/FuturaBT-BoldItalic.woff2) format("woff2");
}
.english-text {
  font-family: BasisGrotesque-Regular;
}
.max-width {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
a {
  color: #000;
}
@media (min-width: 320px) and (max-width: 750px) {
  .slidder-wrapper {
    position: relative;
  }
  .slidder-wrapper > .title-wrapper-new {
    padding: 0.8rem 0.48rem 0.6rem;
  }
  .slidder-wrapper > .title-wrapper-new .title {
    margin-bottom: 0;
  }
  .slidder-wrapper > .title-wrapper-new .sub-title {
    margin-top: 0.24rem;
  }
  .slidder-wrapper .swiper-container {
    margin-top: -1px;
  }
  .slidder-wrapper .slidder-page .slide-box {
    position: relative;
    width: 100%;
    height: 9.3rem;
  }
  .slidder-wrapper .slidder-page .slide-box .slide {
    width: 100%;
    height: 9.3rem;
    object-fit: cover;
  }
  .slidder-wrapper .slidder-page .slide-box-content {
    margin-top: 0.64rem;
    margin-bottom: 1.94rem;
  }
  .slidder-wrapper .slidder-page .slide-box-content .title-wrapper-new {
    text-align: left;
    padding-left: 0.48rem;
    padding-right: 0.48rem;
  }
  .slidder-wrapper .slidder-page .slide-box-content .title-wrapper-new .title {
    font-size: 0.4rem;
  }
  .slidder-wrapper .slidder-page .slide-box-content .note {
    padding: 0 0.48rem;
    margin-top: 0.32rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    letter-spacing: 0.16em;
    color: rgba(0, 0, 0, 0.4);
  }
  .slidder-wrapper .slidder-page .poster-wrap {
    width: 100%;
    height: 9.3rem;
    object-fit: cover;
    position: relative;
  }
  .slidder-wrapper .slidder-page .poster-wrap .poster {
    width: 100%;
    height: 9.3rem;
    object-fit: cover;
  }
  .slidder-wrapper .slidder-page .poster-wrap .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.96rem;
    z-index: 2;
  }
  .slidder-wrapper .swiper-pagination {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: 1.12rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
  }
  .slidder-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.06rem;
    background-color: silver;
    margin-right: 0.16rem;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
  }
  .slidder-wrapper .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .slidder-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #a4ce4c;
  }
}
@media (min-width: 751px) {
  .slidder-wrapper-p7-plus {
    width: -webkit-fit-content;
    width: fit-content;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .slidder-wrapper-p7-plus > .title-wrapper-new {
    margin-bottom: 0.64rem;
  }
  .slidder-wrapper-p7-plus > .title-wrapper-new .title {
    margin-bottom: 0;
  }
  .slidder-wrapper-p7-plus > .title-wrapper-new .sub-title {
    margin-top: 0.16rem;
  }
  .slidder-wrapper-p7-plus .new-slidder {
    width: 13.2rem;
  }
  .slidder-wrapper-p7-plus .new-slidder .img-wrapper {
    width: 100%;
    height: 6.4rem;
    position: relative;
  }
  .slidder-wrapper-p7-plus .new-slidder .img-wrapper .icon {
    width: 0.48rem;
    height: 0.48rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 15;
    opacity: 0.6;
  }
  .slidder-wrapper-p7-plus .new-slidder .img-wrapper .icon:hover {
    opacity: 1;
  }
  .slidder-wrapper-p7-plus .new-slidder .img-wrapper .icon1 {
    left: 0.26rem;
  }
  .slidder-wrapper-p7-plus .new-slidder .img-wrapper .icon2 {
    right: 0.26rem;
  }
  .slidder-wrapper-p7-plus .new-slidder .img-wrapper .img-outer {
    position: absolute;
    width: 100%;
    height: 6.4rem;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .slidder-wrapper-p7-plus .new-slidder .img-wrapper img,
  .slidder-wrapper-p7-plus .new-slidder .img-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
  }
  .slidder-wrapper-p7-plus .new-slidder .title-wrapper-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    cursor: pointer;
  }
  .slidder-wrapper-p7-plus .new-slidder .title-wrapper-new .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .slidder-wrapper-p7-plus .new-slidder .title-wrapper-new .title h3 {
    height: 0.85rem;
    padding-top: 0.4rem;
    padding-bottom: 0.16rem;
    font-weight: 400;
    text-align: center;
    color: #999;
    font-size: 0.18rem;
    letter-spacing: 0.16em;
    white-space: nowrap;
  }
  .slidder-wrapper-p7-plus .new-slidder .title-wrapper-new .title .cur-title {
    font-weight: 500;
    color: #000;
  }
  .slidder-wrapper-p7-plus .new-slidder .title-wrapper-new .title .indicator {
    height: 0.02rem;
    background-color: #e4e4e4;
  }
  .slidder-wrapper-p7-plus .new-slidder .title-wrapper-new .title .cur-bar {
    background-color: #a4ce4c;
  }
}
.common-content {
  position: relative;
  padding: 1.2rem 0;
}
.common-content__body {
  width: 13.2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.common-content__media {
  width: 100%;
  height: 7.42rem;
}
@media screen and (max-width: 750px) {
  .common-content {
    padding: 2rem 0 1.6rem;
  }
  .common-content__body {
    width: 100%;
    padding: 0 0.48rem;
  }
  .common-content__media {
    width: 100%;
    height: 4.9rem;
  }
}
@media screen and (min-width: 751px) {
  .safe-config-rows {
    padding: 1.2rem 1.44rem;
  }
  .safe-config-rows .safe-config-title {
    font-family: HYYakuHei;
    font-weight: 400;
    font-size: 0.32rem;
    line-height: 0.44rem;
    text-align: center;
    letter-spacing: 0.16em;
    color: #000;
  }
  .safe-config-rows .safe-config-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.16rem;
    width: 13.2rem;
    padding: 0.8rem 1.6rem 0.64rem;
    margin: 0.64rem auto 0;
    background: #000;
    border-radius: 0.04rem;
  }
  .safe-config-rows .safe-config-content p {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 0.28rem;
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .safe-config-rows {
    padding: 1.58rem 0 1.6rem;
  }
  .safe-config-rows .safe-config-title {
    padding: 0 0.64rem;
    font-weight: 400;
    font-size: 0.44rem;
    line-height: 0.68rem;
    letter-spacing: 0.16em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
  }
  .safe-config-rows .safe-config-content {
    width: 6.54rem;
    padding: 0.64rem 0.6rem;
    margin: 0.64rem auto 0;
    background: #000;
    border-radius: 0.08rem;
  }
  .safe-config-rows .safe-config-content p {
    margin-bottom: 0.21rem;
    font-weight: 400;
    font-size: 0.28rem;
    line-height: 0.39rem;
    letter-spacing: 0.16em;
    color: #fff;
  }
}
.custom-mobile-swiper {
  position: relative;
}
.custom-mobile-swiper .swiper-wrapper {
  padding-bottom: 2rem;
}
.custom-mobile-swiper .swiper-slide {
  position: relative;
}
.custom-mobile-swiper .swiper-pagination-bullets {
  position: absolute;
  left: 0.48rem;
  bottom: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.08rem;
}
.custom-mobile-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.06rem;
  background-color: silver;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
}
.custom-mobile-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a4ce4c;
}
