.container1 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 8%;
}
.about_left {
  display: flex;
  flex-direction: column;
  padding-top: 20.0032px;
  position: relative;
}
.about_name {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
}
.about_line {
  width: 49.9968px;
  height: 4.992px;
  background: #052682;
}
.about_com {
  display: flex;
}
.circle-ripple {
  position: relative;
}
.circle-ripple::before {
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: red;
  animation: ripple 1s linear infinite;
}
.circle-pulse {
  animation: pulse 1s ease-out infinite;
}
.font-size-24 {
  font-size: 18px !important;
}
.color-fff {
  color: #fff !important;
}
.vertical_line {
  width: 1.9968px;
  margin-top: 20.0064px;
}
.line1 {
  width: 1.9968px;
  height: 20%;
  background-color: #dde10d;
}
.line2 {
  width: 1.9968px;
  height: 80%;
  background-color: #1073e9;
}
.comp_list {
  margin: 10.9936px 0 0 10.9936px;
  display: flex;
  flex-direction: column;
}
.about_compa {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20.0064px;
}
.about_compa_desc {
  max-height: 279.9936px;
  overflow-y: scroll;
  line-height: 24px;
  letter-spacing: 1.9968px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.about_content {
  margin-top: 70px;
}
.about_imgs {
  display: flex;
  justify-self: center;
  margin-top: 40px;
}
.about-section {
  position: relative;
  margin-top: 20px;
}
.about-section span {
  display: inline-block;
  font-size: 32.0064px;
  font-weight: 400;
  margin: 0 14.9952px;
  color: #070707;
}
.box_line {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3.9936px;
  margin-bottom: 120px;
}
.comp_list p {
  line-height: 1.6;
  color: #333;
  margin: 0;
  font-size: 20px;
}
.message-box {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.cont-box {
  border-radius: 4px;
  height: auto;
  min-height: 400px;
  padding: 20px 0;
  overflow: hidden;
  background-color: #c40e18;
  display: flex;
  justify-content: center;
  align-items: center;
}
.black_name {
  display: inline-block;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 400;
  margin: 0 15px;
  color: #070707;
}
.msg-swiper-container {
  position: relative;
  height: auto;
  min-height: 280px;
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
}
.item {
  position: absolute;
  left: 0;
  top: 0;
  transition: 330ms;
  width: 100%;
  height: auto;
  min-height: 280px;
  z-index: 9;
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.item .item-cont {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  letter-spacing: 0.192px;
  height: auto;
  min-height: 180px;
}
.msg-swiper-container::before {
  content: "";
  width: 90%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  border-radius: 12px;
  z-index: -1;
}
.bottom-user {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.user-img {
  width: clamp(48px, 5vw, 65px);
  height: clamp(48px, 5vw, 65px);
  background: #ffffff;
  border: 1px solid #fffefe;
  border-radius: 50%;
  margin-right: 20px;
  object-fit: cover;
}
.user-name {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.2;
}
.title_item_list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  position: relative;
}
/* 响应式调整 */
@media (max-width: 768px) {
  .msg-swiper-container {
    width: 95%;
  }
  .item {
    padding: 15px;
  }
  .item-cont {
    min-height: 150px;
  }
}
@media (max-width: 480px) {
  .item {
    padding: 10px;
  }
  .item-cont {
    min-height: 120px;
    font-size: 14px;
  }
  .user-img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.contents1 {
  /* 可选：设置最小高度 */
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.poster_box {
  /* 确保 poster_box 可以缩放 */
  transform-origin: center;
  /* 其他样式... */
}
@keyframes lineMove1 {
  0% {
    height: 0.9984px;
  }
  100% {
    height: 120px;
  }
}
@keyframes lineRowMove1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes lineMove2 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes lineRowMove2 {
  0% {
    width: 0.9984px;
  }
  100% {
    width: 76.992px;
  }
}
@keyframes moverowlineAni {
  from {
    width: 0;
  }
  to {
    width: 1582.0032px;
  }
}
@keyframes moverowLeavelineAni {
  from {
    width: 1582.0032px;
  }
  to {
    width: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 1;
  }
}
@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 49.9968px;
    height: 49.9968px;
    margin-top: -24.9984px;
    margin-left: -24.9984px;
    opacity: 0;
  }
}
.container1 .poster-list {
  display: flex;
  align-items: center;
}
.container1 .poster-list .poster-item .item .poster-item-title {
  text-align: center;
  font-size: 18.0096px;
  background-color: rgba(255, 255, 255, 0.9);
}
.container1 .coop_step {
  position: relative;
  width: 100%;
  background: url(../img/earth.png);
}
.container1 .coop_step .coop_container {
  position: relative;
  left: 0;
  top: 0px;
  width: 100%;
  overflow-x: scroll;
}
.container1 .coop_step .coop_container .move_rowline {
  position: absolute;
  top: 130.0048px;
  background: #a90303;
  height: 1.9968px;
}
.container1 .coop_step .coop_container .all_line {
  position: absolute;
  width: 1597.9968px;
  height: 250.0032px;
}
.container1 .coop_step .coop_container .coop_chart {
  height: 210.0096px;
  margin-top: 0 !important;
  position: relative;
  width: 100%;
}
.container1 .coop_step .coop_container .coop_chart .coop_one {
  position: absolute;
  top: -89.0064px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 109.9968px;
}
.container1 .coop_step .coop_container .coop_chart .coop_one .move_line1 {
  position: absolute;
  top: 99.9936px;
  left: 96px;
  width: 1.9968px;
  height: 0px;
  background: #a90303;
  z-index: 4;
}
.container1 .coop_step .coop_container .coop_chart .coop_one .row_box {
  position: absolute;
  top: 217.9968px;
  left: 20.0064px;
  width: 76.992px;
  height: 2.9952px;
  overflow: hidden;
}
.container1 .coop_step .coop_container .coop_chart .coop_one .row_box .move_row_line1 {
  transform: translateX(100%);
  width: 76.992px;
  height: 1.9968px;
  background: #a90303;
  position: absolute;
  z-index: 4;
}
.container1 .coop_step .coop_container .coop_chart .coop_one .one_img {
  width: 56.0064px;
}
.container1 .coop_step .coop_container .coop_chart .coop_one .one_coop_text {
  display: flex;
  flex-direction: column;
}
.container1 .coop_step .coop_container .coop_chart .coop_one .one_coop_text .one_text {
  width: 108px;
  height: 28.992px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 28.992px;
  color: #333333;
  font-size: 20.0064px;
  margin-bottom: 30.0096px;
  margin-right: 1.9968px;
  position: relative;
  top: 3.9936px;
}
.container1 .coop_step .coop_container .coop_chart .coop_one .one_coop_text .two_text {
  font-size: 15.9936px;
  font-weight: 400;
  text-align: right;
  color: #333333;
  margin-bottom: 6.0096px;
  padding-right: 18.0096px;
}
.container1 .coop_step .coop_container .coop_chart .coop_two {
  position: absolute;
  top: -115.0048px;
  left: 199.1px;
  align-items: center;
  width: 109.9968px;
}
.container1 .coop_step .coop_container .coop_chart .coop_two .move_line2_box {
  position: absolute;
  top: -4.992px;
  left: 13.9968px;
  overflow: hidden;
}
.container1 .coop_step .coop_container .coop_chart .coop_two .move_line2_box .move_line2 {
  transform: translateY(100%);
  width: 1.9968px;
  height: 120px;
  background: #a90303;
  z-index: 4;
}
.container1 .coop_step .coop_container .coop_chart .coop_two .row_box2 {
  position: absolute;
  top: -6.0096px;
  left: 13.9968px;
  width: 78.0096px;
  height: 3.9936px;
  overflow: hidden;
}
.container1 .coop_step .coop_container .coop_chart .coop_two .row_box2 .move_row_line2 {
  width: 0px;
  height: 1.9968px;
  background: #a90303;
  position: absolute;
  z-index: 4;
}
.container1 .coop_step .coop_container .coop_chart .coop_two .two_top_text {
  display: flex;
  flex-direction: column;
  margin-bottom: 10.0032px;
}
.container1 .coop_step .coop_container .coop_chart .coop_two .two_top_text .btm_coop {
  font-size: 15.9936px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  letter-spacing: 0.1em;
  margin-left: 18.0096px;
  margin-bottom: 8.0064px;
}
.container1 .coop_step .coop_container .coop_chart .coop_two .two_btm_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: -87.9936px;
}
.container1 .coop_step .coop_container .coop_chart .coop_two .two_btm_text .two_title {
  text-align: center;
  color: #333333;
  font-size: 20.0064px;
  margin-top: 3.9936px;
}
.container1 .coop_step .coop_container .coop_chart .coop_two .two_btm_text .two_img {
  width: 56.0064px;
}
.container1 .coop_step .coop_container .coop_chart .coop_three {
  position: absolute;
  top: -83px;
  left: 378.0064px;
  align-items: center;
  width: 109.9968px;
}
.container1 .coop_step .coop_container .coop_chart .coop_three .move_line3 {
  position: absolute;
  top: 93.0048px;
  left: 54.0096px;
  width: 1.9968px;
  height: 0px;
  background: #a90303;
  z-index: 4;
}
.container1 .coop_step .coop_container .coop_chart .coop_three .row_box3 {
  position: absolute;
  top: 211.008px;
  left: -22.0032px;
  width: 76.992px;
  height: 2.9952px;
  overflow: hidden;
}
.container1 .coop_step .coop_container .coop_chart .coop_three .row_box3 .move_row_line3 {
  transform: translateX(100%);
  width: 76.992px;
  height: 1.9968px;
  background: #a90303;
  position: absolute;
  z-index: 4;
}
.container1 .coop_step .coop_container .coop_chart .coop_three .three_top_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container1 .coop_step .coop_container .coop_chart .coop_three .three_top_text .three_img {
  width: 56.0064px;
}
.container1 .coop_step .coop_container .coop_chart .coop_three .three_top_text .three_title {
  text-align: center;
  color: #333333;
  font-size: 20.0064px;
}
.container1 .coop_step .coop_container .coop_chart .coop_three .three_btm_text {
  display: flex;
  flex-direction: column;
  margin-top: 27.0016px;
  position: relative;
  right: 63.9936px;
  min-width: 99.9936px;
}
.container1 .coop_step .coop_container .coop_chart .coop_three .three_btm_text .btm_coop_three {
  font-size: 15.9936px;
  font-weight: 400;
  text-align: right;
  color: #333333;
  letter-spacing: 0.1em;
  margin-bottom: 7.008px;
  position: relative;
  top: -15.9936px;
}
.container1 .coop_step .coop_container .coop_chart .coop_four {
  left: 562px !important;
}
.container1 .coop_step .coop_container .coop_chart .coop_four .move_line4_box {
  position: absolute;
  top: -4.992px;
  left: 12.9984px;
  overflow: hidden;
}
.container1 .coop_step .coop_container .coop_chart .coop_four .move_line4_box .move_line4 {
  transform: translateY(100%);
  width: 1.9968px;
  height: 120px;
  background: #a90303;
  z-index: 4;
}
.container1 .coop_step .coop_container .coop_chart .coop_four .row_box4 {
  position: absolute;
  top: -4.992px;
  left: 14.9952px;
  width: 76.992px;
  height: 2.9952px;
  overflow: hidden;
}
.container1 .coop_step .coop_container .coop_chart .coop_four .row_box4 .move_row_line4 {
  width: 0px;
  height: 1.9968px;
  background: #a90303;
  position: absolute;
  z-index: 4;
}
.container1 .coop_step .coop_container .coop_chart .coop_five {
  left: 742.9968px !important;
}
.container1 .coop_step .coop_container .coop_chart .coop_five .move_line5 {
  position: absolute;
  top: 93.0048px;
  left: 50.9952px;
  width: 1.9968px;
  height: 0px;
  background: #a90303;
  z-index: 4;
}
.container1 .coop_step .coop_container .coop_chart .coop_five .row_box5 {
  position: absolute;
  top: 211.008px;
  left: -24px;
  width: 76.992px;
  height: 2.9952px;
  overflow: hidden;
}
.container1 .coop_step .coop_container .coop_chart .coop_five .row_box5 .move_row_line5 {
  transform: translateX(100%);
  width: 76.992px;
  height: 1.9968px;
  background: #a90303;
  position: absolute;
  z-index: 4;
}
.container1 .coop_step .coop_container .coop_chart .coop_six {
  left: 925.9952px !important;
}
.container1 .coop_step .coop_container .coop_chart .coop_six .move_line6_box {
  position: absolute;
  top: -4.992px;
  left: 12.9984px;
  overflow: hidden;
}
.container1 .coop_step .coop_container .coop_chart .coop_six .move_line6_box .move_line6 {
  transform: translateY(100%);
  width: 1.9968px;
  height: 120px;
  background: #a90303;
  z-index: 4;
}
.container1 .coop_step .coop_container .coop_chart .coop_six .row_box6 {
  position: absolute;
  top: -4.992px;
  left: 14.9952px;
  width: 76.992px;
  height: 1.9968px;
  overflow: hidden;
}
.container1 .coop_step .coop_container .coop_chart .coop_six .row_box6 .move_row_line6 {
  width: 0px;
  height: 1.9968px;
  background: #a90303;
  position: absolute;
  z-index: 4;
}
.container1 .coop_step .coop_container .coop_chart .coop_seven {
  left: 1104.9952px !important;
}
.container1 .coop_step .coop_container .coop_chart .coop_seven .move_line7 {
  position: absolute;
  top: 93.0048px;
  left: 52.992px;
  width: 1.9968px;
  height: 0px;
  background: #a90303;
  z-index: 4;
}
.container1 .coop_step .coop_container .coop_chart .coop_seven .row_box7 {
  position: absolute;
  top: 211.008px;
  left: -22.0032px;
  width: 76.992px;
  height: 2.9952px;
  overflow: hidden;
}
.container1 .coop_step .coop_container .coop_chart .coop_seven .row_box7 .move_row_line7 {
  transform: translateX(100%);
  width: 76.992px;
  height: 1.9968px;
  background: #a90303;
  position: absolute;
  z-index: 4;
}
.container1 .coop_step .coop_container .coop_chart .coop_eight {
  left: 1290.0064px !important;
}
.container1 .coop_step .coop_container .coop_chart .coop_eight .move_line8_box {
  position: absolute;
  top: -4.992px;
  left: 11.0016px;
  overflow: hidden;
}
.container1 .coop_step .coop_container .coop_chart .coop_eight .move_line8_box .move_line8 {
  transform: translateY(100%);
  width: 1.9968px;
  height: 120px;
  background: #a90303;
  z-index: 4;
}
.container1 .coop_step .coop_container .coop_chart .coop_eight .row_box8 {
  position: absolute;
  top: -4.992px;
  left: 12px;
  width: 76.992px;
  height: 2.9952px;
  overflow: hidden;
}
.container1 .coop_step .coop_container .coop_chart .coop_eight .row_box8 .move_row_line8 {
  width: 0px;
  height: 1.9968px;
  background: #a90303;
  position: absolute;
  z-index: 4;
}
.container1 .coop_step .coop_container .coop_chart .coop_nine {
  left: 1469.0064px !important;
}
.container1 .coop_step .coop_container .coop_chart .coop_nine .move_line9 {
  position: absolute;
  top: 93.0048px;
  left: 51.9936px;
  width: 1.9968px;
  height: 0px;
  background: #a90303;
  z-index: 4;
}
.container1 .coop_step .coop_container .coop_chart .coop_nine .row_box9 {
  position: absolute;
  top: 211.008px;
  left: -24px;
  width: 76.992px;
  height: 2.9952px;
  overflow: hidden;
}
.container1 .coop_step .coop_container .coop_chart .coop_nine .row_box9 .move_row_line9 {
  transform: translateX(100%);
  width: 76.992px;
  height: 1.9968px;
  background: #a90303;
  position: absolute;
  z-index: 4;
}
.footer {
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.footer .foot_img {
  width: 99.8%;
  height: 579.9936px;
}
.footer .footer_content {
  position: absolute;
  top: 50px;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
  justify-content: space-between;
}
.footer .footer_content .award {
  width: 80.0064px;
  height: 80.0064px;
  margin-left: -21.0048px;
}
.footer .footer_content .footer_pro {
  padding-left: 10.0032px;
  height: 399.9936px;
  overflow-y: scroll;
}
.footer .footer_content .footer_pro::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0);
  /* 设置滚动条背景颜色，根据需要调整 */
}
.footer .footer_content .footer_pro::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0);
  /* 设置滚动条拖动块颜色，根据需要调整 */
}
.footer .footer_content .footer_pro .wrap-box {
  position: relative;
}
.footer .footer_content .footer_pro .wrap-box .col_line {
  position: absolute;
  top: 19.008px;
  left: 6.0096px;
  width: 1.9968px;
  height: calc(100% - 25.9968px);
  background: rgba(255, 255, 255, 0.8);
}
.footer .footer_content .footer_pro .wrap-box .footer_item {
  display: flex;
  align-items: center;
  margin-bottom: 24.9984px;
  cursor: pointer;
}
.footer .footer_content .footer_pro .wrap-box .footer_item .award_year {
  font-weight: 400;
  width: 13.9968px;
  height: 13.9968px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  position: relative;
}
.footer .footer_content .footer_pro .wrap-box .footer_item .award_desc {
  flex: 1;
  margin-left: 10.0032px;
  font-size: 16px;
  font-weight: 400;
  text-align: LEFT;
  color: #999;
}
.footer_right {
  background: #fff;
}
.footer_right .frgt_top {
  display: flex;
  width: 100%;
}
.footer_right .frgt_top .footer_input {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.footer_right .frgt_top .footer_input .nation {
  display: flex;
  align-items: center;
  background: #f9faff;
}
.footer_right .frgt_top .footer_input .nation .sele_nation {
  display: flex;
  align-items: center;
  background: #f9faff;
  cursor: pointer;
  position: relative;
}
.footer_right .frgt_top .footer_input .nation .sele_nation .sele_main {
  position: absolute;
  z-index: 4;
  top: 25.9968px;
  left: 0;
  width: 60px;
  height: 200.0064px;
  background: #f9faff;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}
.footer_right .frgt_top .footer_input .nation .sele_nation .sele_main img {
  width: 32.0064px;
  height: auto;
}
.footer_right .frgt_top .footer_input .nation img {
  width: 32.0064px;
  height: 24.9984px;
}
.footer_right .frgt_top .footer_input .nation .btm_img {
  width: 12px;
  height: 12px;
  text-align: right;
  margin-bottom: 3.9936px;
}
.footer_right .frgt_top .footer_input .sele_list {
  position: absolute;
  bottom: -241.9968px;
  left: 0;
  width: 97%;
  background: #f9faff;
  height: 240px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.footer_right .frgt_top .footer_input .sele_list .sele_item {
  height: 30.0096px;
  width: 100%;
  color: #858585;
  padding-left: 10.0032px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.footer_right .frgt_top .footer_input .sele_list .sele_item:hover {
  background: #858585;
  color: #fff;
}
.footer_right .frgt_top .footer_input .img_small {
  display: flex;
  align-items: center;
  margin-bottom: 6.0096px !important;
  margin-top: 10.0032px;
}
.footer_right .frgt_top .footer_input .img_small img {
  width: 15.9936px;
  height: 15.9936px;
  margin-right: 3.9936px;
}
.footer_right .frgt_top .footer_input .footer_name {
  margin-bottom: 6.0096px;
  font-size: 22.0032px;
  font-weight: 400;
  color: #333333;
}
.footer_right .frgt_top .footer_input .footer_name.redStar::before {
  content: "*";
  color: red;
}
.footer_right .frgt_top .footer_input .input_background_phone {
  background: #f9faff !important;
  height: 36px;
  border-radius: 3.9936px;
  border: none;
  width: 100%;
}
.footer_right .frgt_top .footer_input .input_background {
  background: #f9faff !important;
  height: 36px;
  border-radius: 3.9936px;
  border: none;
  width: 100%;
}
.footer_right .frgt_top .footer_input .input_background_arae {
  background: #f9faff !important;
  padding: 15.9936px;
  border: none;
  width: 100%;
}
.footer_right .frgt_top .footer_input .input_background:focus {
  outline: none;
  box-shadow: none;
  border-color: initial;
  /* 可选，保持边框颜色不变 */
}
.footer_right .frgt_top .footer_input .input_background_phone:focus {
  outline: none;
  box-shadow: none;
  border-color: initial;
  /* 可选，保持边框颜色不变 */
}
.footer_right .frgt_top .footer_input .input_background_arae:focus {
  outline: none;
  box-shadow: none;
  border-color: initial;
  /* 可选，保持边框颜色不变 */
}
.footer_right .frgt_top .footer_input .sele_box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 36.9984px;
  justify-content: space-between;
}
.footer_right .frgt_top .footer_input .sele_text {
  color: #858585;
  cursor: pointer;
}
.footer_right .frgt_top .footer_input .btm_img {
  width: 12px;
  height: 12px;
  text-align: right;
  cursor: pointer;
}
.footer_right .submit_btm {
  display: flex;
  justify-content: center;
}
.footer_right .submit_btm .submit {
  width: 157.9968px;
  height: 37.9968px;
  background: #dd0012;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22.0032px;
  font-weight: 400;
  border-radius: 3.9936px;
  cursor: pointer;
}
.qrcode_box {
  width: 100%;
}
.qrcode_box .qrcode_box_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.qrcode_box .wcenter {
  display: flex;
  justify-content: center;
  padding: 15px 15px 0 15px;
}
.qrcode_box .wcenter .qrback {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.qrcode_box .wcenter .qrcode_item {
  position: relative;
}
.qrcode_box .wcenter .qrcode_item .qr_bg_big {
  background-color: #eeeeee;
  position: absolute;
  top: 33.0048px;
  left: 10.0032px;
  margin-top: 24.9984px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qrcode_box .wcenter .qrcode_item .qr_bg_big .qr_big {
  height: 219.9936px;
}
.qrcode_box .wcenter .qrcode_item .qr_item {
  display: flex;
  flex-direction: column;
}
.qrcode_box .wcenter .qrcode_item .qr_item .qr_item_top {
  display: flex;
  align-items: center;
}
.qrcode_box .wcenter .qrcode_item .qr_item .comp_add {
  margin-right: 10.0032px;
  font-size: 22.0032px;
  font-weight: 400;
  color: #dd0012;
  line-height: 23.0016px;
}
.qrcode_box .wcenter .qrcode_item .qr_item .comp_top_img {
  width: 36px;
  height: 36px;
}
.qrcode_box .wcenter .qrcode_item .qr_item .comp_loca {
  min-height: 42.0096px;
  margin-top: 4.992px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.qrcode_box .wcenter .qrcode_item .qrcode_top {
  width: 190px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  width: 188.0064px;
  width: 200.0064px;
  justify-content: space-around;
}
.qrcode_box .wcenter .qrcode_item .qrcode_top img {
  width: 42.0096px;
  height: 42.0096px;
  cursor: pointer;
}
.qrcode_box .wcenter .qrcode_item .qrcode_con {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 4;
  margin-top: 5px;
  padding: 20px;
}
.qrcode_box .wcenter .qrcode_item .qrcode_img img {
  width: 145.9968px;
  height: 145.9968px;
}
.qrcode_box .wcenter .qrcode_item .cwechat {
  text-align: center;
  font-size: 15.9936px;
  font-weight: 400;
  color: #000;
  position: relative;
  z-index: 5;
}
.qrcode_box .wcenter .qrcode_item .cwechat .jump-btn2 {
  cursor: pointer;
  margin: 0 auto 0;
  width: 85.9968px;
  height: 30.0096px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.9952px;
  color: #a90303;
  border: 0.0052rem solid #a90303;
  border-radius: 14.9952px;
  font-size: 15.9936px;
  font-weight: bold;
}
.qrcode_box .wcenter .qrcode_item .cwechat .jump-btn2 .jump-img {
  width: 24px;
  height: 24px;
  margin-right: 3.9936px;
}
.qrcode_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qrcode_item .qr_bg_big2 {
  background-color: #eeeeee;
  position: absolute;
  top: 33.0048px;
  left: 10.0032px;
  margin-top: 24.9984px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qrcode_item .qr_bg_big2 .qr_big {
  height: 219.9936px;
}
.qrcode_item .qr_item {
  display: flex;
  flex-direction: column;
}
.qrcode_item .qr_item .qr_item_top {
  display: flex;
  align-items: center;
}
.qrcode_item .qr_item .comp_add {
  margin-right: 10.0032px;
  font-size: 22.0032px;
  font-weight: 400;
  color: #dd0012;
  line-height: 23.0016px;
}
.qrcode_item .qr_item .comp_top_img {
  width: 36px;
  height: 36px;
}
.qrcode_item .qr_item .comp_loca {
  min-height: 42.0096px;
  margin-top: 4.992px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.qrcode_item .qrcode_top2 {
  width: 190px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  width: 188.0064px;
  width: 200.0064px;
  justify-content: space-around;
}
.qrcode_item .qrcode_top2 img {
  width: 42.0096px;
  height: 42.0096px;
  cursor: pointer;
}
.qrcode_item .qrcode_con {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 4;
  margin-top: 5px;
}
.qrcode_item .qrcode_img2 img {
  width: 145.9968px;
  height: 145.9968px;
}
.qrcode_item .cwechat2 {
  text-align: center;
  font-size: 15.9936px;
  font-weight: 400;
  color: #000;
  position: relative;
  z-index: 5;
}
.qrcode_item .cwechat2 .jump-btn3 {
  cursor: pointer;
  margin: 0 auto 0;
  width: 85.9968px;
  height: 30.0096px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.9952px;
  color: #a90303;
  border: 0.0052rem solid #a90303;
  border-radius: 14.9952px;
  font-size: 15.9936px;
  font-weight: bold;
}
.qrcode_item .cwechat2 .jump-btn3 .jump-img {
  width: 24px;
  height: 24px;
  margin-right: 3.9936px;
}
.company_con {
  background: #272727;
  width: 100%;
  font-size: 13.9968px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin-top: 15px;
}
.type_box {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  background: #f9faff;
  width: 260.0064px;
  padding-left: 10.0032px;
  cursor: pointer;
  position: relative;
}
.type_box img {
  width: 20.0064px;
  height: 20.0064px;
  margin-right: 3.9936px;
}
.type_box .type_main {
  position: absolute;
  top: 35.0016px;
  left: 0;
  width: 45.0048px;
  height: 99.9936px;
  background: #f9faff;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 4;
}
.type_box .type_main img {
  width: 20.0064px;
  height: 20.0064px;
  margin-bottom: 10.0032px;
}
/* 移动端样式 - 屏幕宽度小于768px */
@media screen and (max-width: 767px) {
  .smHide {
    display: block;
  }
  .lgHide {
    display: none;
  }
}
/* 平板设备 - 屏幕宽度在768px到1023px之间 */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .smHide {
    display: block;
  }
  .lgHide {
    display: none;
  }
}
/* PC端样式 - 屏幕宽度大于1024px */
@media screen and (min-width: 1024px) {
  .smHide {
    display: none;
  }
  .mdHide {
    display: none;
  }
  .lgHide {
    display: block;
  }
}
.carousel-item {
  width: 100%;
  display: flex !important;
}
.tab-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #fff;
  display: flex;
  font-size: 14px;
  z-index: 999;
}
.tab-bar .tab-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tab-bar a {
  text-decoration: none;
  color: #333;
}
/* 移动端样式 - 屏幕宽度小于768px */
@media screen and (max-width: 767px) {
  .qrcode_box {
    width: 100%;
    padding-bottom: 50px;
  }
}
/* 平板设备 - 屏幕宽度在768px到1023px之间 */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .qrcode_box {
    width: 100%;
    padding-bottom: 50px;
  }
}
/* PC端样式 - 屏幕宽度大于1024px */
@media screen and (min-width: 1024px) {
  .qrcode_box {
    width: 100%;
    padding-bottom: 0px;
  }
}
.pc-banner {
  width: 100%;
  float: left;
}
.swiper-wrapper {
  display: flex;
}
@media screen and (max-width: 668.0064px) {
  .pc-banner {
    background-size: auto 100%;
  }
}
.swiper-container {
  width: 100%;
}
.swiper-slide {
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
@media screen and (max-width: 668.0064px) {
  .swiper-slide {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
}
.swiper-slide-active,
.swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 668.0064px) {
  .swiper-slide-active,
  .swiper-slide-duplicate-active {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
}
.none-effect {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.swiper-slide a {
  background: #fff;
  padding: 10.0032px;
  display: block;
  border-radius: 13.9968px;
}
@media screen and (min-width: 668.0064px) {
  .swiper-slide a:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    border: 10.0032px solid #fff;
    content: "";
    width: 100%;
    height: 100%;
    background: url(images/top_slick_cover_bg01.png) 0 0 repeat;
    border-radius: 20.0064px;
  }
}
.swiper-slide-active a:after {
  background: none;
}
@media screen and (max-width: 668.0064px) {
  .swiper-slide a {
    padding: 4.992px;
    border-radius: 7.008px;
  }
}
.swiper-slide img {
  width: 100%;
  display: block;
}
.swiper-pagination {
  position: relative;
  margin-bottom: 30.0096px;
}
.swiper-pagination-bullet {
  margin-left: 3.9936px;
  margin-right: 3.9936px;
  width: 16.992px;
  height: 16.992px;
  opacity: 1;
  margin-bottom: 3.9936px;
}
.swiper-pagination-bullet-active {
  width: 12.9984px;
  height: 12.9984px;
  background: #fff;
  border: 3.9936px solid #00a0e9;
  margin-bottom: 3.9936px;
}
@media screen and (max-width: 668.0064px) {
  .swiper-pagination {
    position: relative;
    margin-bottom: 20.0064px;
  }
  .swiper-pagination-bullet {
    margin-left: 1.9968px;
    margin-right: 1.9968px;
    width: 8.0064px;
    height: 8.0064px;
    margin-bottom: 1.9968px;
  }
  .swiper-pagination-bullet-active {
    width: 6.0096px;
    height: 6.0096px;
    background: #fff;
    border: 2.9952px solid #00a0e9;
    margin-bottom: 0;
  }
}
.button {
  width: 999.9936px;
  margin: 0 auto;
  bottom: 229.9968px;
  position: relative;
  display: flex;
}
@media screen and (max-width: 668.0064px) {
  .button {
    width: 49.9968px;
    height: 49.9968px;
    box-sizing: border-box;
  }
}
.button div:hover {
  background-color: rgba(31, 45, 61, 0.23);
}
.swiper-button-prev {
  width: 39.9936px;
  height: 39.9936px;
  border-radius: 50%;
  background: #cbced2;
}
.swiper-button-next {
  width: 39.9936px;
  height: 39.9936px;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #00a0e9 center 50%/50% 50% no-repeat;
}
.pag_main {
  display: flex;
  justify-content: center;
  width: 100%;
}
.sele_text {
  color: #858585;
  cursor: pointer;
}
.type_box {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  background: #f9faff;
  width: 260.0064px;
  padding-left: 10.0032px;
  cursor: pointer;
  position: relative;
}
.type_box img {
  width: 20.0064px;
  height: 20.0064px;
  margin-right: 3.9936px;
}
.type_box .type_main {
  position: absolute;
  top: 35.0016px;
  left: 0;
  width: 45.0048px;
  height: 99.9936px;
  background: #f9faff;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 4;
}
.type_box .type_main img {
  width: 20.0064px;
  height: 20.0064px;
  margin-bottom: 10.0032px;
}
