.banner-box .banner-mySwiper {
  width: 19.2rem;
  height: 4rem;
  position: relative;
}
.banner-box .banner-mySwiper .swiper-slide {
  text-align: center;
  font-size: 0.18rem;
  background: #dceef7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-box .banner-mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner-mySwiper .swiperBtnBox {
  position: absolute;
  top: 3.65rem;
  right: 2.1rem;
  width: 1rem;
  height: 0.3rem;
}
.banner-box .banner-mySwiper .swiper-button-next,
.banner-box .banner-mySwiper .swiper-button-prev {
  right: 0.1rem;
}
.banner-box .banner-mySwiper .swiper-button-next img,
.banner-box .banner-mySwiper .swiper-button-prev img {
  width: 0.35rem;
  height: 0.26rem;
}
.banner-box .banner-mySwiper .swiper-button-next::after,
.banner-box .banner-mySwiper .swiper-button-prev::after {
  content: "";
}
.serve-box {
  height: 8.16rem;
  padding-top: 0.01rem;
}
.serve-box .header-box {
  width: 100%;
  margin-top: 0.57rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.serve-box .header-box span {
  white-space: nowrap;
  /* 防止文字换行 */
}
.serve-box .header-box span:nth-child(1) {
  font-size: 0.32rem;
  color: #070707;
}
.serve-box .header-box span:nth-child(2) {
  margin-left: 0.1rem;
  font-size: 0.18rem;
  color: #616e87;
}
.serve-box .header-box img {
  width: 4.87rem;
  height: 0.13rem;
  margin-left: 0.1rem;
  margin-bottom: 0.035rem;
}
.serve-box .header-box .made-code {
  margin-left: 0.2rem;
  width: 1.24rem;
  height: 0.4rem;
  background: #1877ff;
  border: none;
  font-size: 0.18rem;
  color: #ffffff;
  cursor: pointer;
}
.serve-box .header-box .made-code a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0.4rem;
  text-align: center;
  color: white;
}
.serve-box .top-section {
  width: 100%;
  position: relative;
  margin-top: 0.4rem;
  height: 3.75rem;
}
.serve-box .top-section .left-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.34rem;
  height: 3.75rem;
  background: #2673e7;
  background-image: url("../image/24_index_serve_leftimg1.png");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.serve-box .top-section .left-box img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.serve-box .top-section .left-box h3 {
  font-size: 0.28rem;
  color: white;
  margin-top: 0.6rem;
  margin-left: 0.32rem;
}
.serve-box .top-section .left-box p {
  line-height: 0.35rem;
  margin-top: 0.2rem;
  margin-left: 0.32rem;
  font-size: 0.18rem;
  color: white;
  margin-right: 0.2rem;
  display: block;
  height: 1.5rem;
}
.serve-box .top-section .left-box button {
  width: 2.58rem;
  height: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.2rem;
  text-align: center;
  outline: none;
}
.serve-box .top-section .left-box button a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0.45rem;
  text-align: center;
  color: white;
}
.serve-box .top-section .left-box .watch-example {
  background: transparent;
  border: 2px solid #c2ccdc;
  margin-left: 0.32rem;
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.3s;
}
.serve-box .top-section .left-box .watch-example:hover {
  transform: scale(1.1);
}
.serve-box .top-section .left-box .talk-with {
  color: #1877ff;
  background: white;
  border: 2px solid #ffffff;
  margin-left: 0.3rem;
  cursor: pointer;
  transition: transform 0.3s;
}
.serve-box .top-section .left-box .talk-with a {
  color: #1877ff;
}
.serve-box .top-section .left-box .talk-with:hover {
  transform: scale(1.1);
}
.serve-box .top-section .right-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 8.85rem;
  height: 3.75rem;
  background: #f7f8fb;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.serve-box .top-section .right-box .top-box {
  width: 6.84rem;
  height: 1.52rem;
  margin: auto;
  margin-top: 0.42rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f7fa;
}
.serve-box .top-section .right-box .top-box .h5box1 {
  border-left: 0.07rem solid #2673e7;
  width: 3.22rem;
  height: 100%;
  background: #ffffff;
}
.serve-box .top-section .right-box .top-box .h5box1 div:nth-child(1) {
  margin-left: 0.5rem;
  margin-top: 0.18rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.serve-box .top-section .right-box .top-box .h5box1 div:nth-child(1) img {
  display: block;
  width: 0.32rem;
  height: 0.3rem;
  margin-top: 0.1rem;
}
.serve-box .top-section .right-box .top-box .h5box1 div:nth-child(1) h3 {
  margin-left: 0.12rem;
  font-size: 0.22rem;
}
.serve-box .top-section .right-box .ul-box {
  width: 2.2rem;
  height: 0.7rem;
  margin-left: 0.45rem;
  margin-top: 0.1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.serve-box .top-section .right-box .ul-box li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.serve-box .top-section .right-box .ul-box li img {
  margin-top: 0.05rem;
  width: 0.13rem;
  height: 0.09rem;
  display: block;
}
.serve-box .top-section .right-box .ul-box li p {
  margin-left: 0.08rem;
  font-size: 0.18rem;
  color: #788299;
  transition: color 0.3s;
}
.serve-box .top-section .right-box .ul-box li p a {
  font-size: 0.18rem;
  color: #788299;
}
.serve-box .top-section .right-box .ul-box li p a:hover {
  color: blue;
  cursor: pointer;
}
.serve-box .top-section .right-box .ul-box li p:hover {
  color: blue;
  cursor: pointer;
}
.serve-box .top-section .right-box .ul-box-2 {
  margin-left: 0.22rem;
}
.serve-box .top-section .right-box .bottom-box {
  height: 1.18rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serve-box .top-section .right-box .bottom-box .h5brand,
.serve-box .top-section .right-box .bottom-box .h5video {
  border-right: 0.02rem solid #e3e5ed;
}
.serve-box .top-section .right-box .bottom-box .h5brand,
.serve-box .top-section .right-box .bottom-box .h5video,
.serve-box .top-section .right-box .bottom-box .h5smallweb {
  height: 100%;
  width: 2.88rem;
}
.serve-box .top-section .right-box .bottom-box .h5brand h4,
.serve-box .top-section .right-box .bottom-box .h5video h4,
.serve-box .top-section .right-box .bottom-box .h5smallweb h4 {
  margin-left: 0.3rem;
  font-size: 0.22rem;
  font-weight: normal;
  /* 设置字体为普通（不加粗） */
}
.serve-box .bottom-section {
  width: 100%;
  position: relative;
  height: 2.04rem;
  margin-top: 0.33rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serve-box .bottom-section div {
  transition: transform 0.3s;
}
.serve-box .bottom-section div h3 {
  margin-top: 0.4rem;
  margin-left: 0.35rem;
  font-size: 0.28rem;
  color: white;
}
.serve-box .bottom-section div p {
  margin-top: 0.22rem;
  margin-left: 0.35rem;
  width: 4.63rem;
  line-height: 0.35rem;
  color: white;
  font-size: 0.18rem;
}
.serve-box .bottom-section div:hover {
  transform: translateY(-0.2rem);
}
.serve-box .bottom-section div:nth-child(1) {
  width: 9rem;
  height: 100%;
  background-image: url("../image/24_index_serve_pagedesign.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.serve-box .bottom-section div:nth-child(2) {
  width: 5.8rem;
  margin-left: 0.33rem;
  height: 100%;
  background-image: url("../image/24_index_serve_PlanScheme.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.business-box {
  height: 8.16rem;
  padding-top: 0.01rem;
  background-image: url("../image/24_index_bushbess_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.business-box .header-box_ {
  width: 100%;
  margin-top: 0.57rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.business-box .header-box_ span {
  white-space: nowrap;
  /* 防止文字换行 */
}
.business-box .header-box_ span:nth-child(1) {
  font-size: 0.32rem;
  color: #070707;
}
.business-box .header-box_ span:nth-child(2) {
  margin-left: 0.2rem;
  font-size: 0.18rem;
  color: #616e87;
}
.business-box .header-box_ img {
  width: 3.2rem;
  height: 0.13rem;
  margin-left: 0.15rem;
  margin-bottom: 0.035rem;
}
.business-box .header-box_ .arrow {
  width: auto;
  flex: 1;
  border-bottom: 0.02rem solid #dcdfe5;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.02rem;
}
.business-box .header-box_ .arrow::after {
  content: "";
  width: 0.15rem;
  height: 0.02rem;
  background-color: #dcdfe5;
  transform: rotate(45deg);
  transform-origin: right bottom;
  position: absolute;
  right: 0;
  top: 0;
}
.business-box .header-box_ .made-code {
  margin-left: 0.2rem;
  width: 1.24rem;
  height: 0.4rem;
  background: #1877ff;
  border: none;
  font-size: 0.18rem;
  color: #ffffff;
  cursor: pointer;
}
.business-box .header-box_ .made-code a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0.4rem;
  text-align: center;
  color: white;
}
.business-box .top-box {
  margin-top: 0.4rem;
  width: 15.16rem;
  height: 4.24rem;
  border: 2px solid white;
  background: #f1f4f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.business-box .top-box .left-bar {
  width: 2.58rem;
  height: 3.35rem;
  margin-left: 0.32rem;
  margin-top: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.business-box .top-box .left-bar li {
  list-style: none;
  padding-top: 0.02rem;
  padding-bottom: 0.02rem;
  position: relative;
  width: 2.58rem;
  height: 0.52rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.52rem;
  cursor: pointer;
}
.business-box .top-box .left-bar .libg {
  position: relative;
  background: #f0f5fb;
  border-left: 0;
  color: #2874e7;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0.06rem 0.18rem 0 rgba(0, 61, 255, 0.16), 0 0 0 currentColor;
}
.business-box .top-box .left-bar .libg::before {
  content: "";
  position: absolute;
  top: 0.03rem;
  left: -0.03rem;
  height: 0.5rem;
  width: 0.04rem;
  background-color: #3e7ee8;
}
.business-box .top-box .active {
  display: block !important;
}
.business-box .top-box .right-content {
  width: 11.3rem;
  height: 100%;
  position: relative;
}
.business-box .top-box .right-content .content {
  display: none;
}
.business-box .top-box .right-content .content h3 {
  margin-left: 0.6rem;
  margin-top: 0.47rem;
  font-size: 0.28rem;
}
.business-box .top-box .right-content .content > p {
  margin-left: 0.6rem;
  font-size: 0.18rem;
  width: 4.6rem;
  margin-top: 0.1rem;
  color: #788299;
  line-height: 0.35rem;
}
.business-box .top-box .right-content .content > button {
  width: 2.24rem;
  height: 0.5rem;
  background: #1877ff;
  border: none;
  font-size: 0.18rem;
  margin-left: 0.6rem;
  margin-top: 0.4rem;
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.3s;
}
.business-box .top-box .right-content .content > button a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0.5rem;
  text-align: center;
  color: white;
}
.business-box .top-box .right-content .content > button:hover {
  transform: scale(1.1);
}
.business-box .top-box .right-content .content .icon-box {
  margin-left: 0.4rem;
  padding-top: 0.4rem;
  width: 4.5rem;
  height: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.business-box .top-box .right-content .content .icon-box div {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.business-box .top-box .right-content .content .icon-box div img {
  width: 0.46rem;
  height: 0.46rem;
}
.business-box .top-box .right-content .content .icon-box div p {
  font-size: 0.14rem;
  color: #788299;
}
.business-box .top-box .right-content .content .content-mySwiper {
  position: absolute;
  height: 3.39rem;
  width: 5.5rem;
  left: 5.5rem;
  top: 0.4rem;
}
.business-box .top-box .right-content .content .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #dceef7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-box .top-box .right-content .content .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-box .top-box .right-content .content .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.06rem;
  border-radius: 0;
}
.business-box .top-box .right-content .content .swiper-pagination-bullet-active {
  width: 0.24rem;
  background: #3e7ee8;
}
.business-box .top-box .right-content .content .swiper-pagination {
  text-align: left;
  margin-left: 0.2rem;
}
.business-box .business-bottom-box {
  margin-top: 0.19rem;
  width: 15.2rem;
  height: 1.69rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.business-box .business-bottom-box div {
  background-image: url("../image/24_index_bushbessBottomBg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 4.91rem;
  height: 100%;
  position: relative;
  transition: transform 0.3s;
}
.business-box .business-bottom-box div img {
  position: absolute;
  left: 0.2rem;
  top: 0.35rem;
  width: 0.82rem;
  height: 0.81rem;
}
.business-box .business-bottom-box div h3 {
  margin-top: 0.38rem;
  margin-left: 1.07rem;
  font-size: 0.22rem;
}
.business-box .business-bottom-box div p {
  width: 3.6rem;
  font-size: 0.18rem;
  color: #616e87;
  margin-top: 0.16rem;
  margin-left: 1.07rem;
  line-height: 0.35rem;
}
.business-box .business-bottom-box div:hover {
  transform: scale(1.05);
}
.example-box {
  margin-bottom: 1rem;
  padding-top: 0.01rem;
  background-size: 100%;
  background-repeat: no-repeat;
}
.example-box .header-box {
  width: 100%;
  margin-top: 0.57rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.example-box .header-box span {
  white-space: nowrap;
  /* 防止文字换行 */
}
.example-box .header-box span:nth-child(1) {
  font-size: 0.32rem;
  color: #070707;
}
.example-box .header-box span:nth-child(2) {
  margin-left: 0.2rem;
  font-size: 0.18rem;
  color: #616e87;
}
.example-box .header-box img {
  width: 3.6rem;
  height: 0.13rem;
  margin-left: 0.2rem;
  margin-bottom: 0.035rem;
}
.example-box .header-box > p {
  margin-left: 0.2rem;
  font-size: 0.18rem;
  color: #1877ff;
  cursor: pointer;
}
.example-box .list {
  display: flex;
  margin-top: 0.25rem;
  flex-wrap: wrap;
  align-content: flex-start;
}
.example-box .list > a {
  width: 4.95rem;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-bottom: 0.22rem;
  margin-right: 0.15rem;
}
.example-box .list > a:nth-child(3n+3) {
  margin-right: 0;
}
.example-box .list > a > .img {
  width: 4.95rem;
  height: 3.7rem;
  position: relative;
  overflow: hidden;
}
.example-box .list > a > .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s all;
  opacity: 0;
}
.example-box .list > a > .img > img {
  width: 100%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
}
.example-box .list > a > .qr {
  width: 4.95rem;
  height: 3.7rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}
.example-box .list > a > .qr > img {
  width: 40%;
}
.example-box .list > a > div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  padding: 0.15rem 0;
  width: 4.95rem;
  margin: auto;
}
.example-box .list > a > div:nth-child(3) > span {
  display: block;
  line-height: 0.42rem;
  cursor: pointer;
}
.example-box .list > a > div:nth-child(3) > span:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.22rem;
  color: #111111;
  padding-left: 0.1rem;
}
.example-box .list > a > div:nth-child(3) > span:nth-child(2) {
  width: 0.96rem;
  height: 0.42rem;
  font-size: 0.14rem;
  text-align: center;
  border: 0.01rem solid #277ffe;
  box-sizing: border-box;
  color: #1877ff;
}
.example-box .list > a:hover {
  box-shadow: 0px 0.1rem 0.24rem 0px rgba(141, 159, 189, 0.14);
}
.example-box .list > a:hover div:nth-child(3) > span:nth-child(1) {
  color: #1877ff;
}
.example-box .list > a:hover > div:nth-child(3) > span:nth-child(2) {
  color: #ffffff;
  background-color: #1877ff;
}
.example-box .list > a:hover .img::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.example-box .list > a:hover .img > img {
  transform: translate(-50%, -50%) scale(1.05);
}
.example-box .list > a:hover .qr {
  transform: translateX(-50%) scale(1);
}
.example-box .list > a:hover .qr > canvas {
  border: 0.05rem solid #ffffff !important;
}
.example-box .mybtn {
  width: 3.85rem;
  height: 0.66rem;
  margin: auto;
  margin-top: 0.5rem;
  text-align: center;
  line-height: 0.66rem;
  font-size: 0.2rem;
  background-color: #1877ff;
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.3s;
}
.example-box .mybtn:hover {
  transform: scale(1.1);
}
.center-image-box {
  position: relative;
}
.center-image-box img {
  width: 19.2rem;
  height: 2rem;
}
.center-image-box > p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.36rem;
  color: white;
  letter-spacing: 0.1rem;
  /* 添加这一行来调整字体间距 */
}
.data-box {
  height: 15.6rem;
  padding-top: 0.01rem;
  background-image: url("../image/24_index_dataBg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.data-box .data-top-box {
  width: 100%;
  height: 3.97rem;
  padding-top: 0.01rem;
}
.data-box .data-top-box > h3 {
  font-size: 0.32rem;
  font-weight: normal;
  margin: 0.4rem auto 0;
  text-align: center;
}
.data-box .data-top-box > p {
  font-size: 0.18rem;
  color: #616e87;
  margin: 0.1rem auto 0;
  text-align: center;
}
.data-box .data-top-box .data-icon-box {
  margin-top: 0.19rem;
  width: 15.2rem;
  height: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.data-box .data-top-box .data-icon-box div {
  width: 2.5rem;
  height: 100%;
  position: relative;
  transition: transform 0.3s;
}
.data-box .data-top-box .data-icon-box div:hover {
  transform: translateY(-0.2rem);
}
.data-box .data-top-box .data-icon-box div img {
  position: absolute;
  left: 0.2rem;
  top: 0.35rem;
  width: 0.82rem;
  height: 0.81rem;
}
.data-box .data-top-box .data-icon-box div h3 {
  margin-top: 0.38rem;
  margin-left: 1.07rem;
  font-size: 0.28rem;
  font-weight: normal;
}
.data-box .data-top-box .data-icon-box div p {
  font-size: 0.18rem;
  margin-top: 0.16rem;
  margin-left: 0.4rem;
  width: 100%;
}
.data-box .data-center-box {
  width: 13.6rem;
  height: 1.35rem;
  background-image: url("../image/24_index_dataCenterBg.png");
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: center center;
  margin: -0.8rem auto 0;
  border: 0.02rem solid white;
  box-shadow: 0 8px 28px -6px rgba(24, 39, 75, 0.12), 0 18px 88px -4px rgba(24, 39, 75, 0.14);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.data-box .data-center-box .data-center-item {
  text-align: center;
}
.data-box .data-center-box .data-center-item p:nth-child(1) {
  font-size: 0.57rem;
}
.data-box .data-center-box .data-center-item p:nth-child(1) span {
  font-size: 0.18rem;
  color: #616e87;
}
.data-box .data-center-box .data-center-item p:nth-child(2) {
  font-size: 0.18rem;
  color: #616e87;
}
.data-box .data-bottom-box {
  margin-top: 1rem;
  position: relative;
}
.data-box .data-bottom-box > h3 {
  font-size: 0.32rem;
  width: 5.13rem;
  font-weight: normal;
}
.data-box .data-bottom-box > h2 {
  font-size: 0.4rem;
  font-weight: normal;
  margin-top: 0.44rem;
  color: #616e87;
}
.data-box .data-bottom-box > h4 {
  margin-top: 0.25rem;
  font-size: 0.28rem;
}
.data-box .data-bottom-box .p1 {
  width: 3.5rem;
  font-size: 0.18rem;
  color: #616e87;
  margin-top: 0.15rem;
  line-height: 0.35rem;
}
.data-box .data-bottom-box .p2 {
  width: 3.5rem;
  font-size: 0.21rem;
  color: #616e87;
  margin-top: 0.1rem;
  font-weight: bold;
}
.data-box .data-bottom-box .p3 {
  font-size: 0.18rem;
  color: #616e87;
  margin-top: 0.05rem;
}
.data-box .data-bottom-box img {
  width: 9.21rem;
  height: 3.83rem;
  position: absolute;
  left: 6rem;
  top: 0;
}
.data-box .data-bottom-box-2 {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.data-box .data-bottom-box-2 span {
  white-space: nowrap;
  /* 防止文字换行 */
}
.data-box .data-bottom-box-2 span:nth-child(1) {
  font-size: 0.32rem;
  color: #070707;
}
.data-box .data-bottom-box-2 p:nth-of-type(1) {
  margin-left: 0.2rem;
  font-size: 0.16rem;
  color: #616e87;
  white-space: nowrap;
  margin-top: 0.2rem;
}
.data-box .data-bottom-box-2 p:nth-of-type(2) {
  font-size: 0.16rem;
  color: #616e87;
  margin-left: 0.2rem;
}
.data-box .data-bottom-box-2 .arrow {
  width: auto;
  flex: 1;
  border-bottom: 0.02rem solid #dcdfe5;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.02rem;
}
.data-box .data-bottom-box-2 .arrow::after {
  content: "";
  width: 0.15rem;
  height: 0.02rem;
  background-color: #dcdfe5;
  transform: rotate(45deg);
  transform-origin: right bottom;
  position: absolute;
  right: 0;
  top: 0;
}
.data-box .data-bottom-box-2 img {
  width: 6.2rem;
  height: 0.13rem;
  margin-left: 0.2rem;
  margin-bottom: 0.05rem;
}
.data-box .bottom-icon-box {
  margin: 0.55rem auto 0;
  width: 14.14rem;
  height: 2.3rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.data-box .bottom-icon-box > img {
  width: 0.14rem;
  height: 0.26rem;
}
.data-box .bottom-icon-box .item-icon-box {
  width: 1.35rem;
  height: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.data-box .bottom-icon-box .item-icon-box > img {
  position: absolute;
  width: 0.8rem;
  height: 0.7rem;
  top: -0.25rem;
}
.data-box .bottom-icon-box .item-icon-box .item-icon-content-box {
  width: 2.25rem;
  height: 1.96rem;
  position: relative;
  top: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.data-box .bottom-icon-box .item-icon-box .item-icon-content-box > span {
  opacity: 0;
  color: #9da4b5;
  font-size: 0.22rem;
  position: absolute;
  right: 0.1rem;
  font-weight: bold;
  bottom: 0rem;
  transition: opacity 0.35s ease;
}
.data-box .bottom-icon-box .item-icon-box .item-icon-content-box > img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.35s ease;
}
.data-box .bottom-icon-box .item-icon-box .item-icon-content-box h3 {
  font-weight: bold;
  font-size: 0.22rem;
  margin-top: 0.22rem;
  margin-bottom: 0.15rem;
  position: relative;
  z-index: 5;
}
.data-box .bottom-icon-box .item-icon-box .item-icon-content-box p {
  font-size: 0.18rem;
  color: #788299;
  position: relative;
  z-index: 5;
}
.data-box .bottom-icon-box .item-icon-box .item-icon-content-box:hover {
  box-shadow: 0 0.08rem 0.28rem -0.06rem rgba(24, 39, 75, 0.12), 0 0.18rem 0.88rem -0.04rem rgba(24, 39, 75, 0.14);
}
.data-box .bottom-icon-box .item-icon-box .item-icon-content-box:hover img,
.data-box .bottom-icon-box .item-icon-box .item-icon-content-box:hover span {
  opacity: 1;
}
.message-box {
  margin-bottom: 0.2rem;
}
.message-box .message-top-box {
  width: 100%;
  margin-top: 0.02rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.message-box .message-top-box span {
  white-space: nowrap;
  /* 防止文字换行 */
}
.message-box .message-top-box span:nth-child(1) {
  font-size: 0.32rem;
  color: #070707;
}
.message-box .message-top-box span:nth-child(2) {
  margin-left: 0.2rem;
  font-size: 0.18rem;
  color: #616e87;
}
.message-box .message-top-box img {
  width: 4.17rem;
  height: 0.13rem;
  margin-left: 0.25rem;
  margin-bottom: 0.035rem;
}
.message-box .message-top-box > p {
  margin-left: 0.2rem;
  font-size: 0.18rem;
  color: #616e87;
}
.message-box .message-detaild-box {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.message-box .message-detaild-box .message-detaild-item {
  width: 4.41rem;
  height: 0.53rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0.9rem;
  margin-bottom: 0.5rem;
}
.message-box .message-detaild-box .message-detaild-item:nth-child(3n+3) {
  margin-right: 0;
}
.message-box .message-detaild-box .message-detaild-item .item-left {
  width: 0.7rem;
  height: 100%;
}
.message-box .message-detaild-box .message-detaild-item .item-left p:nth-child(1) {
  margin-top: -0.04rem;
  text-align: center;
  font-size: 0.39rem;
  color: #616e87;
}
.message-box .message-detaild-box .message-detaild-item .item-left p:nth-child(2) {
  font-size: 0.14rem;
  color: #616e87;
  text-align: center;
  margin-top: -0.1rem;
}
.message-box .message-detaild-box .message-detaild-item .item-right {
  width: 3.7rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.message-box .message-detaild-box .message-detaild-item .item-right p {
  width: 100%;
  text-align: left;
}
.message-box .message-detaild-box .message-detaild-item .item-right p:nth-child(1) {
  margin-top: 0.01rem;
  font-size: 0.22rem;
  color: #616e87;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.message-box .message-detaild-box .message-detaild-item .item-right p:nth-child(1):hover {
  color: red;
}
.message-box .message-detaild-box .message-detaild-item .item-right p:nth-child(2) {
  font-size: 0.16rem;
  color: #616e87;
  margin-top: 0.03rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.message-box .message-detaild-box .message-detaild-item .item-right p:nth-child(2):hover {
  color: red;
}
button {
  outline: none;
}
/*# sourceMappingURL=index.css.map */