body,
div,
h1,
h2,
h3,
h4,
h5,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 1020px) {
  ::-webkit-scrollbar {
    width: 8px;
    height: 12px;
    background-color: #fff;
  }

  ::-webkit-scrollbar-thumb {
    display: block;
    min-height: 12px;
    min-width: 8px;
    border-radius: 6px;
    background-color: rgb(217, 217, 217);
  }

  ::-webkit-scrollbar-thumb:hover {
    display: block;
    min-height: 12px;
    min-width: 8px;
    border-radius: 6px;
    background-color: rgb(159, 159, 159);
  }

  #myMenu {
    position: absolute;
    left: 0.43rem;
    bottom: 0.3rem;
  }

  #myMenu li {
    list-style: none;
    display: flex;
    height: 0.3rem;
  }

  #myMenu li a {
    font-family: PingFangSC-Medium;
    color: #666666;
    font-size: 0.14rem;
    line-height: 0.3rem;
    font-weight: 600;
    position: relative;
  }
  #myMenu li a::before {
    position: absolute;
    top: 0.12rem;
    left: -0.18rem;
    content: "";
    width: 0.04rem;
    height: 0.04rem;
    border: 0.01rem solid #999999;
    border-radius: 50%;
  }
  #myMenu li.active a::before {
    width: 0.06rem;
    height: 0.06rem;
    top: 0.1rem;
    left: -0.2rem;
    border: 0.02rem solid rgba(198, 0, 11, 1);
  }
  #myMenu li.active a {
    color: rgba(198, 0, 11, 1);
    font-size: 0.16rem;
  }

  #mobile-home {
    display: none;
  }

  #pc-home {
    display: block;
  }

  #pc-home .section {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.44rem;
    position: relative;
  }

  #pc-home .home-sany {
    overflow: hidden;
    height: 100%;
  }

  #pc-home .home-sany .home-sany-img {
    position: relative;
    height: calc(100vh - var(--browser-address-bar, 0px));
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    z-index: -1;
  }

  .home-sany-gupiao {
    position: absolute;
    right: 0.22rem;
    bottom: 0.38rem;
    width: 7.2rem;
    height: 0.91rem;
    padding: 0.22rem;
    box-sizing: border-box;
    background-color: rgba(246, 246, 246, 0.7);
    box-shadow: 0 0.05rem 0.15rem rgba(204, 204, 204, 0.6),
      0.01rem 0.01rem 0.01rem #ffffff inset;
  }

  .home-sany-gupiao-content {
    display: flex;
    justify-content: space-between;
  }

  .home-sany-gupiao-top {
    font-family: PingFang SC;
    color: #333333;
    font-size: 0.14rem;
    margin-bottom: 0.11rem;
  }

  .home-sany-gupiao-bottom {
    display: flex;
    align-items: baseline;
  }

  .home-sany-gupiao-bottoml {
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    font-size: 0.24rem;
    line-height: 0.24rem;
    margin-right: 0.09rem;
  }

  .home-sany-gupiao-bottomr {
    font-family: Arial;
    font-weight: 700;
    color: #333333;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }

  #pc-home .home-news,
  #pc-home .home-society,
  #pc-home .home-investor,
  #pc-home .home-product,
  #pc-home .home-industry {
    padding-top: 0.9rem;
    padding-left: 2.1rem;
    padding-right: 0.6rem;
  }

  #pc-home .home-news {
    display: flex;
    justify-content: space-between;
    background-color: #f6f6f6;
  }

  .home-news-left {
    width: 8.6rem;
    height: 100%;
  }

  .home-news-left-title {
    font-family: PingFangSC-Medium;
    color: #333333;
    font-size: 0.3rem;
    line-height: 0.3rem;
    position: relative;
    margin-bottom: 0.46rem;
  }

  .home-news-left-title::after {
    position: absolute;
    left: 0;
    bottom: -0.15rem;
    content: "";
    width: 0.44rem;
    height: 0.04rem;
    background: rgba(204, 0, 0, 1);
  }

  .home-news-swiper {
    width: 8.6rem;
    height: calc(65.3vh + 0.41rem);
    overflow: hidden;
  }

  .home-news-swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }

  .home-news-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }

  .home-news-swiper .swiper-wrapper .swiper-slide .home-news-banner-wrapper {
    width: 100%;
    height: calc(100% - 0.41rem);
    margin-bottom: 0.22rem;
  }

  .home-news-banner-icon {
    display: flex;
    width: 0.75rem !important;
    height: 0.03rem;
    right: 0;
    left: auto !important;
  }

  .home-news-banner-icon span {
    width: 0.17rem;
    height: 0.03rem;
    background-color: #666;
    margin-left: 0.06rem !important;
    border-radius: 0rem !important;
    outline: none;
    cursor: pointer;
  }

  .home-news-banner-icon span.swiper-pagination-bullet-active {
    width: 0.33rem;
    background-color: #c6000b;
  }

  .home-news-banner-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }

  .home-news-banner-text {
    font-family: PingFangSC-Medium;
    color: #333333;
    font-size: 0.18rem;
    line-height: 0.18rem;
    font-weight: bold;
  }

  .home-news-right {
    width: 2.6rem;
    height: 100%;
  }

  .home-news-right-title {
    font-family: PingFang SC;
    color: #666666;
    font-size: 0.16rem;
    line-height: 0.3rem;
    margin-bottom: 0.46rem;
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
  }

  .home-news-right-title img {
    width: 0.15rem;
    height: 0.14rem;
    margin-left: 0.07rem;
  }

  .home-news-right-item {
    display: block;
    margin-bottom: 0.17rem;
  }

  .home-news-right-item .item-img {
    width: 2.6rem;
    height: 18.05vh;
    background-size: cover;
    background-position: center;
    margin-bottom: 0.09rem;
  }

  .home-news-right-item .item-text {
    font-family: PingFangSC-Regular;
    color: #333333;
    font-size: 0.14rem;
    line-height: 0.14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #pc-home .home-society {
    padding-top: 1.2rem;
    display: flex;
    justify-content: space-between;
  }

  .home-society-left {
    width: 1.8rem;
  }

  .home-society-left-title {
    font-family: PingFangSC-Medium;
    color: #000000;
    font-size: 0.3rem;
    line-height: 0.3rem;
    margin-bottom: 0.83rem;
    position: relative;
    white-space: nowrap;
  }

  .home-society-left-title::after {
    position: absolute;
    content: "";
    width: 0.5rem;
    height: 0.05rem;
    background: rgba(198, 0, 11, 1);
    left: 0;
    bottom: -0.3rem;
  }

  .home-society-left-list-wrapper {
    position: relative;
  }

  .home-society-left-list {
    height: calc(100vh - 1.18rem - 1.13rem - 1.18rem);
    /*overflow-y: auto;*/
  }

  .home-society-left-item-mask {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.8rem;
    height: 0.64rem;
    background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) 0%,
      #ffffff 100%
    );
  }

  .home-society-left-item-mask img {
    width: 0.14rem;
    height: 0.16rem;
    position: absolute;
    bottom: 0;
    left: 0.83rem;
  }

  .home-society-left-item {
    margin-bottom: 0.44rem;
    cursor: pointer;
  }

  .home-society-left-list .active {
    color: rgba(198, 0, 11, 1);
    position: relative;
  }

  .home-society-left-list .active div {
    color: rgba(198, 0, 11, 1);
  }

  .home-society-left-list .active::after {
    position: absolute;
    content: "";
    width: 0.04rem;
    height: 0.34rem;
    background: rgba(198, 0, 11, 1);
    left: -0.21rem;
    top: 0;
  }

  .home-society-left-top {
    font-family: PingFangSC-Medium;
    color: #333333;
    font-size: 0.18rem;
    line-height: 0.18rem;
    margin-bottom: 0.07rem;
    font-weight: bold;
  }

  .home-society-left-bottom {
    font-family: PingFang SC;
    color: #666666;
    font-size: 0.14rem;
    line-height: 0.14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home-society-right {
    display: none;
    width: 9.2rem;
    height: calc(100vh - 1.18rem - 1.18rem);
  }

  .home-society-right-active {
    display: block;
    width: 9.2rem;
    height: calc(100vh - 1.18rem - 1.18rem);
  }

  .home-society-right-img {
    height:84.2%;
    /* height: 74.2%; */
    background-size: cover;
    background-position: center;
  }

  .home-society-right-text {
    height: 25.8%;
    background: #f6f6f6;
    padding: 0.31rem 0.38rem 0.3rem 0.28rem;
    font-family: PingFang SC;
    color: #333333;
    font-size: 0.14rem;
    line-height: 0.24rem;
    box-sizing: border-box;
  }

  #pc-home .home-investor {
    background: #f6f6f6;
    padding-top: 0.92rem;
    padding-right: 0.7rem;
  }

  .home-investor-title {
    font-family: PingFangSC-Medium;
    color: #000000;
    font-size: 0.3rem;
    line-height: 0.3rem;
    position: relative;
    margin-bottom: 0.61rem;
  }

  .home-investor-title::after {
    position: absolute;
    content: "";
    width: 0.5rem;
    height: 0.05rem;
    background: rgba(198, 0, 11, 1);
    left: 0;
    bottom: -0.3rem;
  }

  .home-investor-text {
    font-family: PingFang SC;
    color: #666666;
    font-size: 0.16rem;
    line-height: 0.28rem;
    margin-bottom: 0.41rem;
  }

  .home-investor-wrapper {
    display: flex;
    justify-content: space-between;
    height: calc(100vh - 2.8rem);
  }

  #home-investor-gupiao-echarts {
    width: 8rem;
    height: 4.7rem;
  }

  /*.home-investor-gupiao img {*/
  /*  width: 100%;*/
  /*  height: 100%;*/
  /*}*/
  .home-investor-list-wrapper {
    height: 100%;
    width: 3.2rem;
  }

  .home-investor-list-item {
    width: 100%;
    height: 0.8rem;
    background: white;
    padding: 0.2rem 0.1rem 0.11rem 0.2rem;
    margin-bottom: 5.55vh;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
  }
  .home-investor-list-item i {
    opacity: 0.9;
    position: absolute;
    right: 0.1rem;
    top: 0.325rem;
    /* top:50%;
    transform: translateY(-50%); */
    font-size: 0.16rem;
    color: #cc0000;
    transform: rotate(-90deg);
  }
  .home-investor-list-item:hover {
    background-color: #c6000b;
  }
  .home-investor-list-item:hover i {
    color: #fff;
  }
  .home-investor-list-item:hover .home-investor-list-item-top {
    color: #fff;
  }
  .home-investor-list-item:hover .home-investor-list-item-bottom {
    color: #fff;
  }
  .home-investor-list-item img {
    width: 0.16rem;
    height: 0.15rem;
    position: absolute;
    right: 0.1rem;
    top: 0.325rem;
  }

  .home-investor-list-item-top {
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    font-size: 0.18rem;
    line-height: 0.18rem;
    margin-bottom: 0.14rem;
  }

  .home-investor-list-item-bottom {
    font-family: PingFang SC;
    color: #333333;
    font-size: 0.16rem;
    line-height: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #pc-home .home-product {
    padding-top: 1.22rem;
    padding-right: 0.7rem;
  }

  .home-product-top-none {
    display: none;
  }

  .home-product-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.57rem;
  }

  .home-product-left {
    width: 4.32rem;
    height: 49vh;
  }

  .home-product-right {
    width: 6.8rem;
    height: 49vh;
    background-size: cover;
    background-position: center;
  }

  .home-product-title {
    font-family: PingFangSC-Medium;
    color: #000000;
    font-size: 0.3rem;
    line-height: 0.3rem;
    position: relative;
    margin-bottom: 0.69rem;
  }

  .home-product-text {
    font-family: PingFangSC-Regular;
    color: #333333;
    font-size: 0.16rem;
    padding-bottom: 0.3rem;
    line-height: 0.3rem;
  }

  .home-product-title::after {
    position: absolute;
    content: "";
    width: 0.44rem;
    height: 0.04rem;
    background: rgba(198, 0, 11, 1);
    left: 0;
    bottom: -0.3rem;
  }

  .home-product-bottom {
    overflow-x: auto;
  }

  .home-product-item-wrapper {
    display: flex;
  }

  .home-product-item {
    width: 2rem;
    height: 1.21rem;
    background-color: #f6f6f6;
    box-sizing: border-box;
    margin-right: 0.4rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.05rem;
    transition: all 0.3s ease-in-out;
  }

  .home-product-item-wrapper .active {
    background-color: #c6000b;
  }

  .home-product-item-wrapper .active div {
    color: white;
  }

  .home-product-item:nth-last-child(1) {
    margin-right: 0;
  }

  .item-name-ch {
    font-family: PingFangSC-Regular;
    color: #333333;
    font-size: 0.18rem;
    line-height: 0.24rem;
    margin-bottom: 0.1rem;
  }

  .item-name-en {
    font-family: PingFangSC-Regular;
    color: #666666;
    font-size: 0.1rem;
    line-height: 0.1rem;
  }

  #pc-home .home-industry {
    padding-top: 1.08rem;
    padding-right: 0.7rem;
    background: #f6f6f6;
    position: relative;
  }

  .home-industry-title {
    font-family: PingFangSC-Medium;
    color: #000000;
    font-size: 0.3rem !important;
    line-height: 0.3rem;
    position: relative;
    margin-bottom: 0.78rem;
    padding-top: 0 !important;
  }

  .home-industry-title::after {
    position: absolute;
    content: "";
    width: 0.5rem;
    height: 0.04rem;
    background: rgba(198, 0, 11, 1);
    left: 0;
    bottom: -0.3rem;
  }

  .home-industry-bgimg {
    position: absolute;
    bottom: 0.01rem;
    right: 0.84rem;
    width: 10.37rem;
    height: 3.17rem;
    opacity: 0.5;
  }

  .home-industry-list {
    display: flex;
    justify-content: space-between;
  }

  .home-industry-bgimg img {
    width: 100%;
    height: 100%;
  }

  .home-industry-item {
    width: 3.6rem;
    height: 48.6vh;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
  }

  .home-industry-item-inner {
    position: absolute;
    top: 25.41vh;
    left: 0.25rem;
    width: 3.11rem;
    height: 26.39vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
  }

  .inner1 {
    font-family: PingFangSC-Medium;
    color: #c6000b;
    font-size: 0.37rem;
    line-height: 0.37rem;
    margin-bottom: 0.27rem;
  }

  .inner2 {
    font-family: PingFangSC-Regular;
    color: #333333;
    font-size: 0.16rem;
    line-height: 0.16rem;
  }

  #pc-home .footer {
    padding-top: 0;
    /*width: 100%;*/
  }

  .footer-top {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 3.19rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-top-item {
    position: relative;
    width: 3.6rem;
    height: 1.3rem;
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-top-item img {
    width: auto;
    height: 0.45rem;
    margin-bottom: 0.09rem;
  }
  .footer-top-item div {
    font-family: PingFangSC-Regular;
    color: #333333;
    font-size: 0.16rem;
    line-height: 0.16rem;
  }
  .footer-top-item .qr-code {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.3rem;
    height: 100%;
    transition: all 0.3s ease-in-out;
  }

  .footer-top-item:nth-child(1):hover .qr-code {
    display: block;
  }
  #fp-nav ul li:last-child {
    display: none;
  }
}

@media screen and (max-width: 1019px) {
  #pc-home {
    display: none;
  }

  #mobile-home {
    display: block;
  }

  .mobile-banner {
    position: relative;
    /*height: 9.46rem;*/
    height: 100vh;
  }

  .mobile-banner img {
    width: 100%;
    /*height: 9.46rem;*/
    height: 100vh;
    object-fit: cover;
  }

  .mobile-home-sany-gupiao {
    position: absolute;
    bottom: -1px;
    opacity: 0.86;
    width: 100%;
    height: 1.41rem;
    background-color: #f6f6f6;
    padding: 0.45rem 0.24rem 0.27rem 0.24rem;
    box-sizing: border-box;
  }

  .mobile-home-sany-gupiao-content {
    display: flex;
    justify-content: space-between;
  }

  .mobile-home-sany-gupiao-top {
    font-family: PingFang SC;
    color: #333333;
    font-size: 0.2rem;
    margin-bottom: 0.16rem;
  }

  .mobile-home-sany-gupiao-bottom {
    display: flex;
    align-items: baseline;
  }

  .mobile-home-sany-gupiao-bottoml {
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    font-size: 0.32rem;
    line-height: 0.32rem;
    margin-right: 0.05rem;
  }

  .mobile-home-sany-gupiao-bottomr {
    font-family: Arial;
    font-weight: 700;
    color: #333333;
    font-size: 0.2rem;
    line-height: 0.32rem;
  }

  .mobile-news {
    width: 100%;
    height: 8.07rem;
    background-color: #f6f6f6;
    padding: 1.41rem 0.24rem 0.92rem 0.24rem;
    box-sizing: border-box;
  }

  .mobile-news-top,
  .mobile-society-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.87rem;
  }

  .mobile-title-left {
    font-family: PingFangSC-Medium;
    color: #333333;
    font-weight: bold;
    font-size: 0.48rem;
    line-height: 0.48rem;
    position: relative;
  }

  .mobile-title-left::after {
    position: absolute;
    bottom: -0.32rem;
    left: 0;
    content: "";
    width: 0.88rem;
    height: 0.08rem;
    background-color: #cc0000;
  }

  .mobile-title-right {
    display: flex;
    align-items: center;
  }

  .mobile-title-right a {
    font-family: PingFang SC;
    color: #666666;
    font-size: 0.32rem;
    line-height: 0.32rem;
    margin-right: 0.13rem;
  }

  .mobile-title-right img {
    width: 0.3rem;
    height: 0.27rem;
  }

  .mobile-home-news-swiper {
    width: 100%;
    height: 4.4rem;
    overflow: hidden;
  }

  .mobile-home-news-swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }

  .mobile-home-news-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }

  .mobile-home-news-swiper
    .swiper-wrapper
    .swiper-slide
    .mobile-home-news-banner-wrapper {
    width: 100%;
    height: 3.84rem;
    margin-bottom: 0.22rem;
  }

  .mobile-home-news-banner-icon {
    display: flex;
    width: 1.32rem !important;
    height: 0.03rem;
    right: 50%;
    left: auto !important;
    bottom: 0.66rem !important;
    transform: translateX(50%);
  }

  .mobile-home-news-banner-icon span {
    width: 0.3rem;
    height: 0.04rem;
    background-color: #fff;
    margin-left: 0.08rem !important;
    border-radius: 0rem !important;
    outline: none;
    cursor: pointer;
    opacity: 1;
  }

  .mobile-home-news-banner-icon span.swiper-pagination-bullet-active {
    width: 0.59rem;
    background-color: #c6000b;
  }

  .mobile-home-news-banner-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }

  .mobile-home-news-banner-text {
    font-family: PingFangSC-Medium;
    color: #333333;
    font-size: 0.32rem;
    line-height: 0.32rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-society {
    width: 100%;
    height: 14.76rem;
    background: #fff;
    padding: 1.18rem 0.24rem 0 0.24rem;
    box-sizing: border-box;
  }

  .mobile-society-top {
    margin-bottom: 0.72rem;
  }
  .mobile-society-top .mobile-title-right {
    position: relative;
  }
  .mobile-society-top .mobile-title-right a img {
    width: 0.32rem;
    height: 0.32rem;
    transition: all 0.3s ease-in-out;
  }
  .mobile-society-top .mobile-title-right a .img-rotate {
    transform: rotate(180deg);
  }
  .mobile-society-top .mobile-title-right .drop-down-list {
    z-index: 1;
    position: absolute;
    top: 0.4rem;
    left: -0.25rem;
    opacity: 0.9;
    border-radius: 0.1rem;
    padding: 0.1rem 0.25rem;
    padding-right: 0.45rem;
    background: #fff;
  }
  .mobile-society-top .drop-down-list li {
    line-height: 0.58rem;
    font-size: 0.32rem;
    white-space: nowrap;
  }

  .mobile-society-bottom {
    /* display: none; */
  }

  .mobile-society-bottom-active {
    display: block;
  }

  .mobile-society-img {
    height: 7.15rem;
  }

  .mobile-society-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mobile-society-text {
    /* height: 4.05rem; */
    padding: 0.32rem 0.41rem 0.47rem 0.35rem;
    font-family: PingFangSC-Regular;
    color: #666666;
    font-size: 0.28rem;
    line-height: 0.48rem;
    background: #f6f6f6;
    box-sizing: border-box;
  }

  .mobile-investor {
    width: 100%;
    background: #f6f6f6;
    padding: 0.59rem 0.25rem 0.59rem;
    box-sizing: border-box;
  }

  .mobile-investor-top {
    margin-bottom: 0.8rem;
  }

  .mobile-home-investor-gupiao {
    width: calc(100% - 0.48rem);
    height: 10rem;
    margin-bottom: 0.4rem;
  }

  .mobile-investor-text {
    display: table;
    font-family: PingFang SC;
    color: #666666;
    font-size: 0.32rem;
    line-height: 0.56rem;
  }

  .mobile-home-investor-list-wrapper {
    width: 100%;
  }

  .mobile-home-investor-list-item {
    width: 100%;
    height: 1.6rem;
    background: white;
    padding: 0.43rem 0.21rem 0.23rem 0.42rem;
    margin-bottom: 0.12rem;
    box-sizing: border-box;
    position: relative;
  }

  .mobile-home-investor-list-item img {
    width: 0.32rem;
    height: 0.29rem;
    position: absolute;
    right: 0.21rem;
    top: 0.65rem;
  }
  .mobile-home-investor-list-item i {
    opacity: 0.9;
    font-size: 0.32rem;
    position: absolute;
    right: 0.21rem;
    top: 0.65rem;
    color: #ccc;
    transform: rotate(-90deg);
  }

  .mobile-home-investor-list-item-top {
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    font-size: 0.36rem;
    line-height: 0.36rem;
    margin-bottom: 0.28rem;
  }

  .mobile-home-investor-list-item-bottom {
    font-family: PingFang SC;
    color: #333333;
    font-size: 0.32rem;
    line-height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobile-home-investor-list-item i {
    color: #c6000b;
  }
  .mobile-home-investor-list-item:hover {
    background-color: #c6000b;
  }
  .mobile-home-investor-list-item:hover i {
    color: #fff;
  }
  .mobile-home-investor-list-item:hover .mobile-home-investor-list-item-top {
    color: #fff;
  }
  .mobile-home-investor-list-item:hover .mobile-home-investor-list-item-bottom {
    color: #fff;
  }
  .mobile-product {
    width: 100%;
    box-sizing: border-box;
    padding: 1.2rem 0.24rem 0.9rem;
  }

  .mobile-product-top {
    margin-bottom: 0.88rem;
  }

  .mobile-product-item-none {
    display: none;
  }

  .mobile-product-item {
    display: block;
  }

  .mobile-product-img {
    width: 100%;
    height: 3.66rem;
    background-size: cover;
    background-position: center;
    margin-bottom: 0.2rem;
  }

  .mobile-product-text {
    display: table;
    font-family: PingFang SC;
    color: #666666;
    height: 3.68rem;
    font-size: 0.32rem;
    line-height: 0.56rem;
    margin-bottom: 0.35rem;
  }

  .mobile-product-bottom-wrapper {
    overflow-x: auto;
  }

  .mobile-product-item-wrapper {
    display: flex;
    width: 32.8rem;
  }

  .mobile-product-select-item {
    width: 4rem;
    height: 2.4rem;
    background-color: #f6f6f6;
    box-sizing: border-box;
    margin-right: 0.8rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding-left: 0.5rem;
  }

  .mobile-product-item-wrapper .active {
    background-color: #c6000b;
  }

  .mobile-product-item-wrapper .active div {
    color: white;
  }

  .mobile-product-select-item:nth-last-child(1) {
    margin-right: 0;
  }

  .mobile-item-name-ch {
    font-family: PingFangSC-Regular;
    color: #333333;
    font-size: 0.48rem;
    line-height: 0.48rem;
    margin-bottom: 0.19rem;
  }

  .mobile-item-name-en {
    font-family: PingFangSC-Regular;
    color: #666666;
    font-size: 0.2rem;
    line-height: 0.2rem;
  }

  .mobile-industry {
    width: 100%;
    background-color: #f6f6f6;
    padding: 1.17rem 0 1rem 0.25rem;
    box-sizing: border-box;
  }

  .mobile-industry-top {
    margin-bottom: 1.32rem;
  }
  .mobile-industry-wrapper {
    overflow-x: auto;
  }
  .mobile-industry-item-wrapper {
    display: flex;
    width: 19.65rem;
  }
  .mobile-industry-item {
    width: 6.39rem;
    height: 4.42rem;
    background-size: 100% 3.91rem;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    margin-right: 0.24rem;
  }
  .mobile-industry-item-inner {
    width: 5.53rem;
    height: 2.33rem;
    background-color: #ffffff;
    box-shadow: 0 0.2px 40px rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 2.09rem;
    left: 0.43rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mobile-inner1 {
    font-family: PingFangSC-Medium;
    color: #000000;
    font-size: 0.53rem;
    line-height: 0.53rem;
    margin-bottom: 0.47rem;
  }

  .mobile-inner2 {
    font-family: PingFangSC-Regular;
    color: #333333;
    font-size: 0.32rem;
    line-height: 0.32rem;
  }
  .mobile-home-footer {
    background-position: center;
    background-size: cover;
    padding-left: 0.24rem;
    padding-right: 0.24rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 6.38rem;
  }
  .mobile-footer-item {
    width: 2.18rem;
    height: 2.59rem;
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .mobile-footer-item img {
    width: auto;
    height: 0.9rem;
    margin-bottom: 0.17rem;
  }

  .mobile-footer-item div {
    font-family: PingFangSC-Regular;
    color: #333333;
    font-size: 0.32rem;
    line-height: 0.32rem;
  }
  .mobile-footer-item .qr-code {
    display: none;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    left: 18%;
    transform: translate(-50%, -50%);
    width: 1.3rem;
    /* height: 100%; */
    height: 1.3rem;
    transition: all 0.3s ease-in-out;
  }

  .mobile-footer-item:nth-child(1):hover .qr-code {
    display: block;
    margin-top: 0.2rem;
  }
}
