html {
  scroll-behavior: smooth;
  font-size: 16rem;
  color: #888888;
  font-family: PingFang SC;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.zhixing {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
.zhixing button {
  border: none;
  outline: none;
  cursor: pointer;
}
.zhixing a {
  text-decoration: none;
}
.zhixing * {
  box-sizing: border-box;
}
.zhixing .maxWidth {
  max-width: 1200rem;
  margin: 0 auto;
}
.u_btn_link {
  display: flex;
  align-items: center;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14rem;
  color: #666666;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.u_btn_link:hover {
  color: #333333;
}
.u_btn_link .icon {
  margin-right: 7rem;
}
.u_btn_link.primary {
  color: #F73B56;
}
.u_btn_link.primary .icon {
  margin-left: 8rem;
  color: #F73B56;
}
.u_btn_default {
  display: block;
  width: 90rem;
  height: 30rem;
  border-radius: 6rem;
  border: 1rem solid #F73B56;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14rem;
  color: #F73B56;
  text-align: center;
  line-height: 28rem;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.u_btn_default:hover {
  background-color: #FFEAEC;
}
.u_btn_default:hover .icon {
  animation: slideRight 1s ease-in-out infinite;
}
.u_btn_default.btn_big {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 161rem;
  height: 51rem;
  background: #FFF0F2;
  box-shadow: 0rem 5rem 20rem 0rem rgba(247, 59, 86, 0.12);
  border: 1rem solid #F73B56;
  border-radius: 10rem;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 18rem;
  color: #F73B56;
}
.u_btn_default.btn_big .icon_box {
  position: relative;
  width: 26rem;
  height: 26rem;
  margin-left: 10rem;
  background: #FFFBFC;
  border-radius: 50%;
  text-align: center;
  line-height: 24rem;
  overflow: hidden;
}
.u_btn_default.btn_big .icon_box .icon {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 14rem;
  color: #F73B56;
}
.u_btn_primary {
  display: block;
  width: 90rem;
  height: 30rem;
  background: #F73B56;
  border-radius: 6rem;
  font-weight: 400;
  font-size: 14rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 30rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.u_btn_primary.btn_big {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160rem;
  height: 50rem;
  box-shadow: 0rem 5rem 20rem 0rem rgba(247, 59, 86, 0.29);
  border-radius: 10rem;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 18rem;
  color: #FFFFFF;
}
.u_btn_primary.btn_big:hover .icon {
  animation: slideRight 1s ease-in-out infinite;
}
.u_btn_primary.btn_big .icon_box {
  position: relative;
  width: 26rem;
  height: 26rem;
  margin-left: 10rem;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  overflow: hidden;
}
.u_btn_primary.btn_big .icon_box .icon {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 26rem;
  font-size: 14rem;
  color: #fff;
}
.u_btn_primary:hover:not(.btn_big) {
  background: #d32540;
}
.u_btn_primary.btn_big_pro {
  width: 252rem;
  height: 43rem;
  line-height: 43rem;
  text-align: center;
  font-size: 16rem;
  color: #fff !important;
}
@keyframes slideRight {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  30% {
    transform: translateX(0);
    opacity: 1;
  }
  70% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
.zhixing_top {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 703rem;
  background: url(../images/home/banner/bg.jpg) no-repeat 0 center;
  overflow: hidden;
}
.zhixing_top_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100rem;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  min-width: 1200rem;
}
.zhixing_top_footer_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.zhixing_top_footer_body .item {
  display: flex;
  align-items: center;
  padding-right: 73rem;
  border-right: 1rem solid #E0E1E8;
}
.zhixing_top_footer_body .item:last-child {
  border-right: none;
  padding-right: 0;
}
.zhixing_top_footer_body .item .item_right_num {
  font-family: CDSHT;
  font-weight: bold;
  font-size: 28rem;
  line-height: 28rem;
  color: #333333;
}
.zhixing_top_footer_body .item .item_right_txt {
  margin-top: 10rem;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14rem;
  line-height: 14rem;
  color: #333333;
}
.zhixing_top_footer_body .item .item_img {
  width: 49rem;
  height: 58rem;
  margin-right: 12rem;
}
.zhixing_nav {
  height: 70rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
.zhixing_nav .icon {
  color: #666666;
}
.zhixing_nav .mobile_menu_freebtn {
  display: none;
}
.zhixing_nav .mobile_menu_btn {
  display: none;
  background: none;
  border: none;
  font-size: 32rem;
  color: #333;
  cursor: pointer;
}
.zhixing_nav_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1580rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14rem;
}
.zhixing_nav_body .nav_left {
  display: flex;
  margin: 0;
}
.zhixing_nav_body .nav_left h1 {
  display: block;
  font-size: 0;
}
.zhixing_nav_body .nav_left .logo {
  display: flex;
  align-items: center;
}
.zhixing_nav_body .nav_left .logo span {
  display: inline-block;
  position: relative;
  text-indent: -9999rem;
}
.zhixing_nav_body .nav_left .logo img {
  height: 32rem;
}
.zhixing_nav_body .nav_left .menu {
  display: flex;
  gap: 35rem;
  margin-left: 48rem;
  line-height: 70rem;
}
.zhixing_nav_body .nav_left .menu a {
  display: block;
  color: #666666;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.zhixing_nav_body .nav_left .menu a:hover {
  color: #333333;
}
.zhixing_nav_body .products-dropdown {
  position: relative;
  display: inline-block;
  height: 50rem;
  line-height: 50rem;
}
.zhixing_nav_body .products-dropdown:hover .dropdown-content {
  display: block;
  animation: move 0.3s ease-in-out;
}
.zhixing_nav_body .products-dropdown .dropbtn {
  display: flex;
  align-items: center;
  margin-left: 20rem;
  cursor: pointer;
  color: #333333;
}
.zhixing_nav_body .products-dropdown .dropbtn .icon {
  margin-right: 3rem;
  font-size: 18rem;
}
.zhixing_nav_body .products-dropdown:hover .dropbtn,
.zhixing_nav_body .products-dropdown.active .dropbtn,
.zhixing_nav_body .products-dropdown:active .dropbtn {
  color: #000;
}
.zhixing_nav_body .products-dropdown:hover .dropbtn:after {
  transform: rotate(360deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.zhixing_nav_body .products-dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 8rem;
  padding: 16rem 16rem 0 16rem;
  min-width: 494rem;
  top: 40rem;
  left: -145rem;
  right: 4rem;
  box-shadow: 0rem 3rem 20rem 0rem rgba(0, 0, 0, 0.12), 0rem 0rem 8rem 0rem rgba(0, 0, 0, 0.06), 0rem 0rem 2rem 0rem rgba(0, 0, 0, 0.04);
  z-index: 2;
}
.zhixing_nav_body .products-dropdown .dropdown-content a {
  color: black;
  width: 188rem;
  padding: 16rem;
  text-decoration: none;
  margin-right: 12rem;
  display: inline-block;
  color: #666;
  min-height: 48rem;
  border-radius: 8rem;
  border: 1rem solid transparent;
  box-sizing: content-box;
}
.zhixing_nav_body .products-dropdown .dropdown-content a:nth-child(even) {
  margin-right: 0;
}
.zhixing_nav_body .products-dropdown .dropdown-content a:hover {
  color: #666;
}
.zhixing_nav_body .products-dropdown .dropdown-content .product-pc {
  background: url(../images/product-pc.png) #f2edfd 138rem 8rem no-repeat;
  border: 1rem solid #F2EDFD;
  background-size: 64rem 64rem;
  margin-bottom: 16rem;
}
.zhixing_nav_body .products-dropdown .dropdown-content .product-pc:hover {
  border: 1rem solid #B091F5;
}
.zhixing_nav_body .products-dropdown .dropdown-content .product-dy {
  background: url(../images/product-dy.png) #eef9e8 138rem 8rem no-repeat;
  margin-bottom: 16rem;
}
.zhixing_nav_body .products-dropdown .dropdown-content .product-dy:hover {
  border: 1rem solid #97DC76;
}
.zhixing_nav_body .products-dropdown .dropdown-content .product-zt {
  background: url(../images/product-zt.png) #e2f3ff 138rem 8rem no-repeat;
  margin-bottom: 16rem;
}
.zhixing_nav_body .products-dropdown .dropdown-content .product-zt:hover {
  border: 1rem solid #83B1FF;
}
.zhixing_nav_body .products-dropdown .dropdown-content .product-ks {
  background: url(../images/product-ks.png) #fff2e9 138rem 8rem no-repeat;
  margin-bottom: 16rem;
}
.zhixing_nav_body .products-dropdown .dropdown-content .product-ks:hover {
  border: 1rem solid #FFAF7C;
}
.zhixing_nav_body .products-dropdown .dropdown-content .product-bz {
  background: url(../images/product-bz.png) #ffe8ee 138rem 8rem no-repeat;
}
.zhixing_nav_body .products-dropdown .dropdown-content .product-bz:hover {
  border: 1rem solid #F68BB8;
}
.zhixing_nav_body .products-dropdown .dropdown-content .product-zx {
  background: url(../images/product-zx.png) #e4eeff 138rem 8rem no-repeat;
}
.zhixing_nav_body .products-dropdown .dropdown-content .product-zx:hover {
  border: 1rem solid #BDD0FF;
}
.zhixing_nav_body .products-dropdown .dropdown-content .product-yt {
  background: url(../images/product-yt.png) #e4eeff 138rem 8rem no-repeat;
}
.zhixing_nav_body .products-dropdown .dropdown-content .product-yt:hover {
  border: 1rem solid #a9bded;
}
.zhixing_nav_body .products-dropdown .dropdown-content .product-name {
  font-size: 16rem;
  font-weight: 600;
  color: #333;
  line-height: 1;
  margin-bottom: 16rem;
}
.zhixing_nav_body .products-dropdown .dropdown-content p {
  color: #666;
  font-size: 14rem;
  line-height: 1;
}
.zhixing_nav_body .nav_right {
  display: flex;
  align-items: center;
}
.zhixing_nav_body .nav_right .icon {
  font-size: 16rem;
}
.zhixing_nav_body .nav_right .nav_right_popover {
  margin-right: 26rem;
}
.zhixing_nav_body .nav_right .submit_form {
  margin-left: 10rem;
}
.zhixing_nav_body .nav_right_popover {
  position: relative;
  height: 50rem;
  line-height: 50rem;
}
.zhixing_nav_body .nav_right_popover:hover .popover {
  display: flex;
}
.popover_container {
  display: none;
  position: absolute;
  top: 50rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300rem;
  height: 250rem;
  background: #FFFFFF;
  box-shadow: -1rem 5rem 40rem 0rem rgba(136, 129, 158, 0.3);
  border-radius: 20rem;
  transform: translateX(-34%);
}
.popover_container .tit {
  font-weight: 600;
  font-size: 18rem;
  line-height: 18rem;
  color: #333333;
}
.popover_container .img_box {
  width: 121rem;
  height: 121rem;
  margin-top: 22rem;
  margin-bottom: 18rem;
  background: #FFFFFF;
  border-radius: 10rem;
  border: 1rem solid #EEEEEE;
  overflow: hidden;
  padding: 10rem;
}
.popover_container .img_box img {
  width: 100%;
}
.popover_container .desc {
  font-weight: 400;
  font-size: 14rem;
  color: #666666;
  line-height: 14rem;
}
.zhixing_banner {
  display: flex;
  justify-content: space-between;
  position: relative;
  min-width: 1200rem;
}
.zhixing_banner_left {
  position: relative;
  z-index: 1;
  width: 800rem;
}
.zhixing_banner_left .banner_top {
  display: flex;
  gap: 13rem;
  margin-top: 156rem;
  margin-bottom: 27rem;
}
.zhixing_banner_left .banner_top img {
  width: 36rem;
  height: 36rem;
}
.zhixing_banner_left .banner_top .banner_top_douyin {
  margin-top: -3rem;
  width: 44rem;
  height: 44rem;
}
.zhixing_banner_left .banner_title {
  font-family: Alibaba PuHuiTi 2.0;
  font-weight: normal;
  margin: 0;
  font-size: 54rem;
  line-height: 54rem;
  color: #000000;
}
.zhixing_banner_left .banner_sub {
  margin-top: 23rem;
  margin-bottom: 24rem;
  font-family: Alibaba PuHuiTi 2.0;
  font-weight: normal;
  font-size: 30rem;
  line-height: 30rem;
  color: #000000;
}
.zhixing_banner_left .banner_desc {
  margin-bottom: 70rem;
  font-family: Alibaba PuHuiTi 2.0;
  font-weight: normal;
  font-size: 16rem;
  line-height: 16rem;
  color: #666666;
}
.zhixing_banner_right {
  position: absolute;
  right: -150rem;
  bottom: 0;
  width: 954rem;
  height: 650rem;
  /* 初始状态：全部隐藏 */
  /* 弹跳出现动画 */
  /* 持续晃动动画 */
  /* 应用动画序列 */
}
.zhixing_banner_right > img {
  position: absolute;
  display: block;
}
.zhixing_banner_right .banner_img {
  height: 650rem;
  right: 0;
}
.zhixing_banner_right .banner_tag1 {
  width: 120rem;
  bottom: 245rem;
  right: 638rem;
}
.zhixing_banner_right .banner_tag2 {
  width: 137rem;
  bottom: 352rem;
  right: 547rem;
}
.zhixing_banner_right .banner_tag3 {
  width: 120rem;
  bottom: 521rem;
  right: 500rem;
}
.zhixing_banner_right .banner_tag4 {
  width: 110rem;
  bottom: 556rem;
  right: 270rem;
}
.zhixing_banner_right .banner_tag5 {
  width: 100rem;
  bottom: 469rem;
  right: 166rem;
}
.zhixing_banner_right .banner_tag6 {
  width: 122rem;
  bottom: 347rem;
  right: 140rem;
}
.zhixing_banner_right .banner_tag7 {
  width: 120rem;
  bottom: 198rem;
  right: 231rem;
}
.zhixing_banner_right .banner_tag {
  opacity: 0;
  transform: scale(0.3);
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  70% {
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(0.9);
  }
}
@keyframes idleFloat {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(-2rem, -1rem) rotate(-0.3deg);
  }
  50% {
    transform: translate(2rem, 1rem) rotate(0.3deg);
  }
  75% {
    transform: translate(-1rem, 1rem) rotate(-0.2deg);
  }
}
.zhixing_banner_right .banner_tag1 {
  animation: bounceIn 0.8s ease-out 0.3s forwards, idleFloat 4s ease-in-out 1.1s infinite;
  /* 0.3+0.8=1.1 */
}
.zhixing_banner_right .banner_tag2 {
  animation: bounceIn 0.8s ease-out 0.6s forwards, idleFloat 4s ease-in-out 1.4s infinite;
}
.zhixing_banner_right .banner_tag3 {
  animation: bounceIn 0.8s ease-out 0.9s forwards, idleFloat 4s ease-in-out 1.7s infinite;
}
.zhixing_banner_right .banner_tag4 {
  animation: bounceIn 0.8s ease-out 1.2s forwards, idleFloat 4s ease-in-out 2s infinite;
}
.zhixing_banner_right .banner_tag5 {
  animation: bounceIn 0.8s ease-out 1.5s forwards, idleFloat 4s ease-in-out 2.3s infinite;
}
.zhixing_banner_right .banner_tag6 {
  animation: bounceIn 0.8s ease-out 1.8s forwards, idleFloat 4s ease-in-out 2.6s infinite;
}
.zhixing_banner_right .banner_tag7 {
  animation: bounceIn 0.8s ease-out 2.1s forwards, idleFloat 4s ease-in-out 2.9s infinite;
}
.zhixing_contact {
  background-image: url("../images/home/footer/m5_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 400rem;
}
.zhixing_contact .zhixing_contact_body {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.zhixing_contact .subtitle {
  margin-bottom: 60rem;
  margin-top: 17rem;
  font-size: 16rem;
}
.zhixing_contact .control {
  display: flex;
  gap: 20rem;
}
.zhixing_footer {
  background: #232428;
  font-family: PingFang SC;
}
.zhixing_footer .zhixing_footer_filing {
  font-weight: 400;
  font-size: 12rem;
  color: #BBBBBB;
  padding: 15rem 0;
  border-top: 1rem solid #313237;
}
.zhixing_footer .zhixing_footer_filing_body {
  max-width: 1200rem;
  margin: 0 auto;
}
.zhixing_footer .zhixing_footer_filing .filing_link {
  color: #BBBBBB;
}
.zhixing_footer .zhixing_footer_body {
  max-width: 1200rem;
  margin: 0 auto;
  height: 366rem;
  display: flex;
  justify-content: space-between;
  padding: 75rem 0 0 0;
}
.zhixing_footer .zhixing_footer_body .footer_right {
  display: inline-flex;
  align-items: center;
}
.zhixing_footer .zhixing_footer_body .about {
  width: 650rem;
  display: flex;
  align-items: center;
  font-size: 14rem;
  margin-bottom: 50rem;
}
.zhixing_footer .zhixing_footer_body .about_logo {
  width: 153rem;
  height: 98rem;
  background: #fff;
  border-radius: 15rem;
  padding: 0 50rem;
  object-fit: contain;
  margin-right: 20rem;
}
.zhixing_footer .zhixing_footer_body .about_title {
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 23rem;
  padding-top: 8rem;
  font-size: 18rem;
}
.zhixing_footer .zhixing_footer_body .about_desc {
  font-weight: 400;
  color: #BBBBBB;
}
.zhixing_footer .zhixing_footer_body .address {
  font-weight: 400;
  font-size: 14rem;
  color: #ffffff;
}
.zhixing_footer .zhixing_footer_body .address_list::before {
  margin-right: 15rem;
  color: #BAB8C5;
  font-size: 16rem;
}
.zhixing_footer .zhixing_footer_body .address_list + .address_list {
  margin-top: 20rem;
}
.zhixing_footer .zhixing_footer_body .code {
  font-weight: 400;
  font-size: 12rem;
  color: #BBBBBB;
  text-align: center;
}
.zhixing_footer .zhixing_footer_body .code_box {
  width: 113rem;
  height: 113rem;
  padding: 10rem;
  background: #FFFFFF;
  border-radius: 10rem;
  margin-bottom: 15rem;
}
.zhixing_footer .zhixing_footer_body .code + .code {
  margin-left: 60rem;
}
.zhixing_sider {
  position: fixed;
  right: 20rem;
  top: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 80rem;
  height: 200rem;
  padding: 24rem 10rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 35rem 0rem rgba(136, 129, 158, 0.17);
  border-radius: 15rem;
  transform: translateY(-50%);
  z-index: 3;
}
.zhixing_sider .sider_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-weight: 400;
  font-size: 14rem;
  line-height: 14rem;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.zhixing_sider .sider_btn:last-child {
  padding-top: 11rem;
  border-top: 1rem solid #F5F5F5;
}
.zhixing_sider .sider_btn .icon_box {
  width: 40rem;
  height: 40rem;
  margin-bottom: 10rem;
  text-align: center;
  line-height: 40rem;
  background: #FFEEEE;
  border-radius: 50%;
  font-size: 24rem;
  color: #FF566E;
  transition: all 0.3s ease-in-out;
}
.zhixing_sider .sider_btn:hover {
  color: #ff566e;
}
.zhixing_sider .sider_btn:hover .icon_box {
  color: #fff;
  background-color: #FF566E;
}
.zhixing_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.zhixing_modal_mask {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.zhixing_modal_body {
  background: #fff;
  width: 600rem;
  height: 600rem;
  background-color: linear-gradient(0deg, #f0eafb 0%, #ffffff 100%);
  background-image: url("../images/modal_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  box-shadow: -1rem 5rem 40rem 0rem rgba(136, 129, 158, 0.3);
  border-radius: 20rem;
  position: relative;
  padding: 80rem 162rem 93rem;
  text-align: center;
}
.zhixing_modal_body .title {
  font-weight: 600;
  font-size: 30rem;
  color: #000000;
  text-align: center;
  margin-bottom: 18rem;
}
.zhixing_modal_body .subtitle {
  margin-bottom: 38rem;
  font-weight: 400;
  font-size: 16rem;
  color: #666666;
  line-height: 16rem;
}
.zhixing_modal_body .form {
  width: 276rem;
  height: 276rem;
  padding: 24rem;
  background: #FFFFFF;
  border-radius: 28rem;
}
.zhixing_modal_body .form img {
  width: 100%;
  height: 100%;
}
.zhixing_modal_body .desc {
  text-align: center;
  color: #666;
  margin-top: 23rem;
  font-weight: 400;
  font-size: 16rem;
}
.zhixing_modal_body .close_btn {
  position: absolute;
  top: 20rem;
  right: 20rem;
  color: #999;
  cursor: pointer;
  font-size: 16rem;
}
.zhixing_modal_body .form_flex {
  display: flex;
  align-items: center;
}
.zhixing_modal_body .form_submit {
  width: 100%;
  color: #fff;
  background: #f73b56;
  box-shadow: 0rem 14rem 38rem 0rem rgba(235, 80, 78, 0.29);
  border-radius: 8rem;
  margin-top: 45rem;
  transition: all 0.5s;
  height: 48rem;
}
.zhixing_modal_body .form_submit:hover {
  border-radius: 48rem;
}
.zhixing_mobile_fixed {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: space-around;
  height: 120rem;
  gap: 15rem;
  padding-left: 22rem;
  padding-right: 22rem;
  background: #FFFFFF;
  box-shadow: 0rem -15rem 40rem 0rem rgba(187, 186, 194, 0.3);
  z-index: 97;
  border-top: 1px solid #CCCCCC;
}
.zhixing_mobile_fixed .fixed_btn {
  width: 49%;
  height: 62rem;
  line-height: 62rem;
  font-size: 20rem;
}
.zhixing_modal.wxapp_code {
  display: none;
}
.zhixing_modal.wxapp_code .popover_container {
  display: flex;
  top: 50%;
  height: 300rem;
  transform: translateY(-50%);
}
.zhixing_modal.wxapp_code .popover_container .close_btn {
  position: absolute;
  top: 20rem;
  right: 20rem;
  color: #999;
  cursor: pointer;
  font-size: 16rem;
}
@media (max-width: 1680px) {
  .zhixing_nav_body,
  .zhixing_kehu .bottom {
    max-width: 1200px !important;
  }
  .kehu {
    max-width: 1200px !important;
  }
  .kehu_item {
    width: 31% !important;
  }
}
@media (max-width: 1200px) {
  .mobile_menu_mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 98;
  }
  .mobile_menu_mask.show {
    display: block;
  }
  .zhixing_nav {
    height: 64rem;
    box-shadow: 0rem 15rem 40rem 0rem rgba(187, 186, 194, 0.3);
    background-color: #fff;
    z-index: 100;
    padding-left: 30rem;
  }
  .zhixing_nav .menu {
    display: none !important;
    position: absolute;
    top: 64rem;
    bottom: 0;
    right: 0;
    height: calc(100vh - 64rem);
    background: #fff;
    flex-direction: column;
    gap: 0 !important;
    width: 300rem;
    padding: 17rem 20rem 0 24rem;
  }
  .zhixing_nav .menu.show {
    display: flex !important;
    z-index: 99;
    box-shadow: inset -2rem 10rem 10rem rgba(187, 186, 194, 0.3);
  }
  .zhixing_nav .menu > a {
    color: #000000 !important;
    font-size: 16rem;
    border-bottom: 1rem solid #eee;
  }
  .zhixing_nav .mobile_menu_btn,
  .zhixing_nav .mobile_menu_freebtn {
    display: block !important;
  }
  .zhixing_nav .mobile_menu_freebtn {
    margin: 128rem auto 0;
  }
  .zhixing_nav .nav_right,
  .zhixing_nav .feigua-products {
    display: none !important;
  }
  .zhixing_top {
    overflow-x: auto;
  }
  .zhixing_top .zhixing_banner_left {
    position: relative;
    padding-left: 30rem;
  }
  .zhixing_top .zhixing_banner_left .icon-shou {
    position: absolute;
    left: 500rem;
    bottom: 150rem;
    font-size: 70rem;
    color: rgba(255, 255, 255, 0.8);
    animation: bigHand 1s ease-in-out infinite;
  }
  @keyframes bigHand {
    0% {
      font-size: 70rem;
      left: 500rem;
    }
    50% {
      font-size: 70rem;
      left: 400rem;
    }
    85% {
      font-size: 70rem;
      left: 500rem;
    }
    100% {
      font-size: 70rem;
      left: 500rem;
    }
  }
  .zhixing_top_footer {
    min-width: 1350rem;
  }
  .zhixing_launch .launch_item {
    flex: 0 0 30% !important;
  }
  .ability_arrow {
    display: none !important;
  }
}
