.introduce {
  background: url(../../image/product_background.jpg) no-repeat center;
  background-size: cover;
}
.introduce .top-box{
  padding-top: 1rem;
  background-color: #fff;
}
.introduce .top-box .title-tab {
  width: 24rem;
  margin: 0 auto;
}
.introduce .top-box .title-tab>.title {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.introduce .top-box .title-tab .tab_box {
  display: flex;
  justify-content: space-around;
}
.introduce .top-box .title-tab .product_tab_item {
  position: relative;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  height: 1.2rem;
  cursor: pointer;
}
.introduce .top-box .title-tab .product_tab_item .product_num {
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
  background-position: 50%;
  background-size: auto 100%;
  transition: background-image .5s;
}
.introduce .top-box .title-tab .product_tab_item .product_num.product_num_1 {
  background-image:url(../../image/01_nor.png);
}
.introduce .top-box .title-tab .product_tab_item:hover .product_num.product_num_1,
.introduce .top-box .title-tab .product_tab_item.product_active .product_num.product_num_1 {
  background-image:url(../../image/01_sel.png);
}
.introduce .top-box .title-tab .product_tab_item .product_num.product_num_2 {
  background-image:url(../../image/02_nor.png);
}
.introduce .top-box .title-tab .product_tab_item:hover .product_num.product_num_2,
.introduce .top-box .title-tab .product_tab_item.product_active .product_num.product_num_2 {
  background-image:url(../../image/02_sel.png);
}
.introduce .top-box .title-tab .product_tab_item .product_num.product_num_3 {
  background-image:url(../../image/03_nor.png);
}
.introduce .top-box .title-tab .product_tab_item:hover .product_num.product_num_3,
.introduce .top-box .title-tab .product_tab_item.product_active .product_num.product_num_3 {
  background-image:url(../../image/03_sel.png);
}
.introduce .top-box .title-tab .product_tab_item .product_num.product_num_4 {
  background-image:url(../../image/04_nor.png);
}
.introduce .top-box .title-tab .product_tab_item:hover .product_num.product_num_4,
.introduce .top-box .title-tab .product_tab_item.product_active .product_num.product_num_4 {
  background-image:url(../../image/04_sel.png);
}
.introduce .top-box .title-tab .product_tab_item span {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.32rem;
  font-size: 0.44rem;
  color: #111f2c;
  letter-spacing: 0;
  line-height: 1.2rem;
  font-weight: 500;
  transition: color .5s;
}
.introduce .top-box .title-tab .product_tab_item:hover span {
  color: #06f;
}
.introduce .top-box .title-tab .product_tab_item.product_active span {
  color: #06f;
}
.introduce .top-box .title-tab .product_tab_item .product_barwrap {
  position: absolute;
  left: 0.1rem;
  bottom: -0.16rem;
  width: 100%;
}

.introduce .top-box .title-tab .product_tab_item .product_barwrap .product_bar {
  display: inline-block;
  height: 0.06rem;
  width: 0;
  transition: width .6s;
}
.introduce .top-box .title-tab .product_tab_item.product_active .product_barwrap .product_bar {
  width: 100%;
  background: #06f;
}
.introduce .infos-box {
  width: 24rem;
  margin: 0 auto;
}
.introduce .infos-box .introduce_info {
  display: none;
  overflow: hidden;
}
.introduce .infos-box .introduce_info:first-of-type {
  display: block;
}

.introduce .infos-box .introduce_info .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.introduce .infos-box .introduce_info .introduce_info_text {
  font-size: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.introduce .infos-box .introduce_info .introduce_info_text .introduce_text {
  line-height: 0.7rem;
  width: 19rem;
  display: none;
}
.introduce .infos-box .introduce_info .introduce_info_text .introduce_text.text_sel {
  display: block;
}
.introduce .infos-box .introduce_info .introduce_info_text .introduce_text .tip {
  border-bottom: 0.06rem solid;
  border-image: linear-gradient(to right, #C6B4F1 0%, #E5ABB5 100%);
  border-image-slice: 1;
  padding-bottom: 0.1rem;
}
.introduce .swiper-button-next, .introduce .swiper-button-prev {
  color: rgba(0, 0, 0, .1) !important;
  transition:opacity 0.5s;
}
.introduce .swiper-button-next:hover, .introduce .swiper-button-prev:hover{
  color: rgba(0, 0, 0, .2) !important;
}

.introduce .bullet.bullet_active:before {
  animation: Banner_moving 6s linear;
}

.introduce .bullet {
  width: 1.28rem;
  height: 1.04rem;
  border-radius: 0;
  margin: 0 0.08rem;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  opacity: 1;
}
.introduce .bullet:before{
  content: "";
  display: block;
  position: absolute;
  top:  0.48rem;
  left: 0;
  width: 100%;
  height: 0.08rem;
  background: #06f;
  transform: translateX(-100%);
  z-index: 2;
}
.introduce .bullet:after{
  position: absolute;
  top:  0.48rem;
  left: 0;
  content: "";
  width: 100%;
  height: 0.08rem;
  background: hsla(0, 0%, 0%, .5);
}

.swiper_common .text_box {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  width: 13.6rem;
  cursor: pointer;
}
.swiper_common .text_box .content_title {
  letter-spacing: 0.1rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.swiper_common .text_box .content_title span {
  color: #06f;
}
.swiper_common .text_box .content_desc {
  font-size: 0.4rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.swiper_common .text_box .content_consult {
  width: 3.2rem;
  height: 0.96rem;
  background: #06f;
  border-radius: 0.04rem;
  font-size: 0.32rem;
  line-height: 0.96rem;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin-top: 0.4rem;
}

.introduce .top-box .title-tab .content_card {
  width: 24rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.introduce .top-box .title-tab .content_card .scenceItem {
  width: 7.5rem;
  height: 6.6rem;
  padding: 0.96rem 0.64rem;
  border-radius: 0.32rem;
  border: 0.02rem solid #f2f2f2;
  box-shadow: 0 0.2rem 0.6rem 0 rgba(176, 191, 231, .15);
  box-sizing: border-box;
}
.introduce .top-box .title-tab .content_card .scenceItem img {
  height: auto;
  width: 1.7rem;
  position: relative;
  top: -0.34rem;
}
.introduce .top-box .title-tab .content_card .scenceItem .scenceItem_content .title {
  margin-top: -0.48rem;
  font-size: 0.48rem;
  line-height: 0.72rem;
  color: #1f2329;
  font-weight: 600;
  margin-bottom: 0.48rem;
  text-align: left;
}
.introduce .top-box .title-tab .content_card .scenceItem .scenceItem_content .desc {
  font-size: 0.32rem;
  line-height: 0.52rem;
  color: #646a73;
}
.solution .solution_tab_zone .tabDetail .tabDetail_right .product_detail_learn {
  margin-top: 0.32rem;
  vertical-align: top;
  cursor: pointer;
  display: flex;
}
.solution .solution_tab_zone .tabDetail .tabDetail_right .product_detail_learn:hover span{
  text-decoration: underline;
  margin-right: 0.2rem;
}
.solution .solution_tab_zone .tabDetail .tabDetail_right .product_detail_learn span {
  font-size: 0.32rem;
  color: #06f;
  text-align: center;
  line-height: 0.4rem;
  font-weight: 400;
}
.solution .solution_tab_zone .tabDetail .tabDetail_right .product_detail_learn img{
  vertical-align: top;
  margin-top: 0.04rem;
  margin-left: 0.08rem;
  width: 0.32rem;
  height: 0.32rem;
}

.achievement {
  height: 4.44rem;
  line-height: 4.44rem;
  font-size: 0.8rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.04rem;
  text-align: center;
  text-shadow: 0 0.06rem  0.48rem rgba(0, 41, 112, .5);
  background-image: linear-gradient(225deg, #00afff, #07f);
}
.achievement .num {
  display: inline-block;
  width: 8rem;
  padding: 0 0.08rem;
  line-height: 4.44rem;
  vertical-align: bottom;
  font-size: 1.12rem;
  font-weight: 500;
}

.industry_news{
  width: 100%;
}
.industry_news .industry_news_title {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  color: #111f2c;
}
.industry_news .industry_news_title .title {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing:0.1rem;
  margin-bottom: 0.6rem;
}
.industry_news .industry_news_title .tip {
  font-size: 0.36rem;
  letter-spacing:0.1rem;
  margin-bottom: 0.4rem;
}
.industry_news .industry_news_content {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
}
.industry_news .industry_news_content .content {
  width: 24rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.industry_news .industry_news_content .content .swiper_box {
  width: 62%;
  overflow: hidden;
  position: relative;
}
.industry_news .industry_news_content .content .swiper_box .in_swiper-button-prev{
  right: 1.7rem;
  bottom: 0.64rem;
}
.industry_news .industry_news_content .content .swiper_box .in_swiper-button-next {
  right: 0.64rem;
  bottom: 0.64rem;
}
.industry_news .industry_news_content .content .swiper_box .in_swiper-button-prev,
.industry_news .industry_news_content .content .swiper_box .in_swiper-button-next {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  background: #fff;
  border: 0.02rem solid rgba(17, 31, 44, .12);
  z-index: 10;
  font-size: 0.36rem;
}
.industry_news .industry_news_content .content .swiper_box .in_swiper-button-prev div {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 0.14rem;
  left:  0.24rem;
}
.industry_news .industry_news_content .content .swiper_box .in_swiper-button-next div {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 0.14rem;
  left: 0.28rem;
}
.industry_news .industry_news_content .content .swiper_box .in_swiper-button-prev:hover,
.industry_news .industry_news_content .content .swiper_box .in_swiper-button-next:hover {
  background-color: #0066FF;
  color: #fff;
}
.industry_news .industry_news_content .content .swiper_box .content_box {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3.7rem;
  padding: 0.64rem 0.64rem 0;
}

.industry_news .industry_news_content .content .swiper_box .content_box .title {
  display: flex;
  align-items: center;
}
.industry_news .industry_news_content .content .swiper_box .content_box .title .label{
  background: rgba(0, 102, 255, .1);
  border-radius: 0.08rem;
  font-size: 0.32rem;
  color: #06f;
  letter-spacing: 0;
  font-weight: 500;
  width: 1.76rem;
  display: block;
  height: 0.64rem;
  box-sizing: border-box;
  line-height: 0.64rem;
  text-align: center;
  margin-right:  0.24rem;
}
.industry_news .industry_news_content .content .swiper_box .content_box .title .title_text{
  font-size: 0.48rem;
  color: #111f2c;
  line-height: 0.64rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.industry_news .industry_news_content .content .swiper_box .content_box .info {
  font-family: PingFangSC-Regular;
  margin-top: 0.32rem;
  font-size: 0.32rem;
  color: rgba(17, 31, 44, .6);
  text-align: justify;
  line-height: 0.48rem;
  height: 0.96rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.industry_news .industry_news_content .content .swiper_box .content_box .time {
  font-family: PingFangSC-Regular;
  display: inline-block;
  height: 0.8rem;
  line-height: 0.8rem;
  position: absolute;
  bottom: 0.64rem;
  font-size: 0.28rem;
  color: rgba(17, 31, 44, .32);
}

.industry_news .industry_news_content .content .right_box {
  width: 36%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.industry_news .industry_news_content .content .right_box .big_data,
.industry_news .industry_news_content .content .right_box .news_info {
  width: 100%;
  height: 48%;
  box-sizing: border-box;
  background: #f7f8fc;
  padding: 0.48rem;
  border-radius: 0.16rem;
}

.industry_news .industry_news_content .content .right_box .big_data .title_box,
.industry_news .industry_news_content .content .right_box .news_info .title_box {
  display: flex;
  justify-content: space-between;
  height: 0.56rem;
  line-height: 0.56rem;
}

.industry_news .industry_news_content .content .right_box .big_data .title_box .title,
.industry_news .industry_news_content .content .right_box .news_info .title_box .title {
  font-family: PingFangSC-Medium;
  font-size: 0.4rem;
  color: #111f2c;
  font-weight: 500;
}
.industry_news .industry_news_content .content .right_box .big_data .title_box a,
.industry_news .industry_news_content .content .right_box .news_info .title_box a {
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #06f;
  letter-spacing: 0;
  text-align: justify;
  cursor: pointer;
  font-weight: 400;
}

.industry_news .industry_news_content .content .right_box .big_data .card_box .cardItem,
.industry_news .industry_news_content .content .right_box .news_info .card_box .cardItem {
  padding: 0.48rem 0;
  height: 1.44rem;
  display: flex;
}
.industry_news .industry_news_content .content .right_box .big_data .card_box .cardItem .cover,
.industry_news .industry_news_content .content .right_box .news_info .card_box .cardItem .cover {
  height: 100%;
  width: 2.56rem;
  margin-right: 0.4rem;
  border-radius: 0.08rem;
  display: block;
  overflow: hidden;
}
.industry_news .industry_news_content .content .right_box .big_data .card_box .cardItem .cover img,
.industry_news .industry_news_content .content .right_box .news_info .card_box .cardItem .cover img{
  transition: all .4s ease-in-out;
  height: 100%;
  width: 100%
}
.industry_news .industry_news_content .content .right_box .big_data .card_box .cardItem .text,
.industry_news .industry_news_content .content .right_box .news_info .card_box .cardItem .text {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.industry_news .industry_news_content .content .right_box .big_data .card_box .cardItem .text .textTitle,
.industry_news .industry_news_content .content .right_box .news_info .card_box .cardItem .text .textTitle{
  font-family: PingFangSC-Medium;
  line-height: 0.44rem;
  font-size: 0.36rem;
  margin: 0;
  color: #111f2c;
}
.industry_news .industry_news_content .content .right_box .big_data .card_box .cardItem .text .textDate,
.industry_news .industry_news_content .content .right_box .news_info .card_box .cardItem .text .textDate{
  font-family: PingFangSC-Regular;
  font-size: 0.28rem;
  color: rgba(17, 31, 44, .32);
}

.industry_news .industry_news_content .content .right_box .big_data .card_box .cardItem:hover,
.industry_news .industry_news_content .content .right_box .news_info .card_box .cardItem:hover {
  transition: transform 0.4s ease-in-out;
}

.industry_news .industry_news_content .content .right_box .big_data .card_box .cardItem:hover .cover img,
.industry_news .industry_news_content .content .right_box .news_info .card_box .cardItem:hover .cover img {
  transform: scale(1.04);
}

.industry_news .industry_news_content .content .right_box .big_data .card_box .cardItem:hover .text .textTitle,
.industry_news .industry_news_content .content .right_box .news_info .card_box .cardItem:hover .text .textTitle {
  color: #0066FF;
}

.solution {
  background-image: url(../../image/solution_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  width: 100%;
  padding: 1.2rem 0;
}
.solution .solution_title {
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 0.6rem;
}
.solution .solution_tab_zone {
  width: 24rem;
  margin: 0 auto;
}
.solution .solution_tab_zone_wrap {
  margin-bottom: -0.02rem;
  position: relative;
  z-index: 1;
}
.solution .solution_tab_zone_wrap .solution_tab_item {
  display: inline-block;
  width: 4.48rem;
  height: 0.98rem;
  opacity: .6;
  font-size: 0.32rem;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 0.96rem;
  font-weight: 400;
  cursor: pointer;
}
.solution .solution_tab_zone_wrap .solution_tab_item.solution_active {
  background-image: url(../../image/tab_count_6.png);
  opacity: 1;
  background-size: cover;
}
.solution .solution_tab_zone .tabDetail {
  border: 0.02rem solid #41558a;
  padding: 0 1.2rem 0.48rem;
  height: 13.6rem;
  background-color: rgba(0, 18, 51, .5);
  backdrop-filter: blur(0.2rem);
  display: none;
}
.solution .solution_tab_zone .tabDetail:nth-of-type(1) {
  display: flex;
}

.solution .solution_tab_zone .tabDetail .tabDetail_left {
  width: 9.6rem;
  margin-top: 1.28rem;
}
.solution .solution_tab_zone .tabDetail .tabDetail_left.separate {
  width: 100%;
}
.solution .solution_tab_zone .tabDetail .tabDetail_line {
  width: 0.32rem;
  height: 7.6rem;
  margin: 0 1.02rem;
  background-image: url(../../image/line.png);
  background-repeat-x: no-repeat;
  box-sizing: border-box;
}
.solution .solution_tab_zone .tabDetail .tabDetail_right {
  width: 9.58rem;
  margin-top: 1.44rem;
}
.solution .solution_tab_zone .tabDetail .tabDetail_left .tabDetail_left_title{
  width: 100%;
  font-size: 0.64rem;
  line-height: 0.9rem;
  color: #fff;
  text-align: justify;
  font-weight: 500;
}
.solution .solution_tab_zone .tabDetail .tabDetail_left .tabDetail_left_tip {
  color: #fff;
  font-size: 0.32rem;
  text-align: justify;
  margin: 0.4rem 0;
  display: inline-block;
}
.solution .solution_tab_zone .tabDetail .tabDetail_left .tabDetail_left_tip::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.02rem;
  background: #fff;
  margin-top: 0.14rem;
}
.solution .solution_tab_zone .tabDetail .tabDetail_left.separate .tabDetail_left_title {
  text-align: center;
}

.solution .solution_tab_zone .tabDetail .tabDetail_left .tabDetail_left_desc {
  width: 100%;
  opacity: .6;
  font-size: 0.32rem;
  color: #fff;
  text-align: justify;
  line-height: 0.56rem;
  font-weight: 400;
}
.solution .solution_tab_zone .tabDetail .tabDetail_left .tabDetail_left_consult {
  margin-top: 0.8rem;
  width: 3.2rem;
  height: 0.96rem;
  background: #06f;
  border-radius: 0.04rem;
  font-size: 0.32rem;
  line-height: 0.96rem;
  color: #fff;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  transition: background-color .2s;
}
.solution .solution_tab_zone .tabDetail .tabDetail_left .tabDetail_left_consult:hover {
  background-color: #3da4ff;
}

.solution .solution_tab_zone .tabDetail .tabDetail_right .tabDetail_right_customer{
  font-size: 0.48rem;
  line-height: 0.66rem;
  color: #fff;
  letter-spacing: 0;
  font-weight: 500;
}
.solution .solution_tab_zone .tabDetail .tabDetail_right .tabDetail_right_desc {
  margin-top: 0.32rem;
  width: 100%;
  opacity: .6;
  font-size: 0.32rem;
  color: #fff;
  letter-spacing: 0;
  text-align: justify;
  line-height: 0.56rem;
  font-weight: 400;
}

.QOb4IfS2mj:nth-of-type(2n) {
  background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%), linear-gradient(110deg, #eefcfe 0, #f9f9ff 51.04%, #f2f9ff 100%);
}
.QOb4IfS2mj:nth-of-type(2n-1) .feature-wrapper {
  flex-direction: row-reverse;
}
.QOb4IfS2mj .feature-wrapper {
  width: 24rem;
  margin: 0 auto;
  padding: 2.2rem 0;
  display: flex;
  justify-content: space-between;
}

.QOb4IfS2mj .feature-wrapper .feature-wrapper-content {
  width: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.QOb4IfS2mj .feature-wrapper .feature-wrapper-content .tip {
  display: flex;
  align-items: center;
  margin-bottom: 0.16rem;
}
.QOb4IfS2mj .feature-wrapper .feature-wrapper-content .tip img {
  width: 0.44rem;
  height: 0.44rem;
  display: block;
  margin-right: 0.16rem;
}
.QOb4IfS2mj .feature-wrapper .feature-wrapper-content .tip span {
  font-size: 0.36rem;
  line-height: 0.56rem;
  font-weight: 500;
}
.QOb4IfS2mj .feature-wrapper .feature-wrapper-content h1 {
  font-size: 0.72rem;
  line-height: 1.12rem;
  white-space: pre-wrap;
  font-weight: 600;
  color: #1f2329;
  margin-bottom: 0.48rem;
}
.QOb4IfS2mj .feature-wrapper .feature-wrapper-content .content_box .text {
  font-size: 0.36rem;
  color: #646a73;
  line-height: 0.58rem;
}
.QOb4IfS2mj .feature-wrapper .right-video {
  width: 12.48rem;
  border-radius: 0.48rem;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.8rem 0 rgba(114, 62, 223, .08), 0 -0.12rem 0.12rem 0 rgba(255, 255, 255, .25) inset, 0.06rem 0 0.04rem 0 rgba(255, 255, 255, .2) inset;
}
.QOb4IfS2mj .feature-wrapper .right-video video {
  width: 100%;
  height: 100%;
}
.originapp {
  margin: 0.6rem 0;
}
.originapp .originapp_content {
  width: 24rem;
  margin: 0 auto;
  align-items: center;
  display: flex;
  gap: 0.2rem;
  justify-content: center;
}
.originapp .originapp_content .originapp_item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.16rem;
  flex-shrink: 0;
  height: 9rem;
  overflow: hidden;
  transition: .5s;
  width: 5.4rem;
}
.originapp .originapp_content .originapp_item:nth-of-type(1) {
  background-image: url(../../image/origin_app_bg_1.jpg);
}
.originapp .originapp_content .originapp_item:nth-of-type(2) {
  background-image: url(../../image/origin_app_bg_2.jpg);
}
.originapp .originapp_content .originapp_item:nth-of-type(3) {
  background-image: url(../../image/origin_app_bg_3.jpg);
}
.originapp .originapp_content .originapp_item:nth-of-type(4) {
  background-image: url(../../image/origin_app_bg_4.jpg);
}
.originapp .originapp_content .originapp_item.originapp_item_active {
  background-image: url(../../image/hover-bg.png);
  width: 12.4rem;
  padding-left: 0.5rem;
}
.originapp .originapp_content .originapp_item .originapp_item_title {
  color: #252525;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.048rem;
  line-height: 0.9rem;
  margin-left: 0.6rem;
  margin-top: 1rem;
}
.originapp .originapp_content .originapp_item p {
  color: #4b5b76;
  font-size:  0.28rem;
  font-weight: 500;
  letter-spacing: .7px;
  line-height:  0.56rem;
  margin-left: 0.6rem;
  margin-top: 0.4rem;
  text-align: left;
  transition: .5s;
  transition-delay: .1s;
}
.originapp .originapp_content .originapp_item .originapp_big {
  transform: translateX(-30px);
  width: 7.6rem;
  display: none;
  position: relative;
  z-index: 100;
}
.originapp .originapp_content .originapp_item.originapp_item_active .originapp_big {
  display: block;
}
.originapp .originapp_content .originapp_item .originapp_small {
  display: block;
  width: 4.4rem;
}
.originapp .originapp_content .originapp_item.originapp_item_active .originapp_small {
  display: none;
}
.originapp .originapp_content .originapp_item .originapp_banner_btn_small {
  background: url(../../image/download.png) 50% no-repeat;
  height: 0.3rem;
  margin-left: 0.64rem;
  margin-top: -1.6rem;
  width: 0.16rem;
}
.originapp .originapp_content .originapp_item.originapp_item_active .originapp_banner_btn_small {
  display: none;
}
.originapp .originapp_content .originapp_item a {
  background: url(../../image/btn_bg.png) 50% no-repeat;
  background-size: contain;
  color: #fff;
  display: block;
  font-size:  0.28rem;
  font-weight: 500;
  height: 1.18rem;
  line-height: 1.18rem;
  margin-left: 0.44rem;
  margin-top: 1.8rem;
  opacity: 0;
  position: relative;
  text-align: left;
  text-align: center;
  transform: translateX(-20px);
  transition: .5s;
  width: 2.96rem;
  z-index: 2;
}
.originapp .originapp_content .originapp_item.originapp_item_active a {
  opacity: 1;
  transform: translateX(0);
}
.originapp .originapp_content .originapp_item img {
  width: 10rem;
  margin-top: 4.5rem;
  margin-left: 3rem;
  position: relative;
  z-index: 1;
}
.originapp .originapp_content .originapp_item.originapp_item_active img {
  transform: translateY(-320px);
  transition: .8s;
  transition-delay: .2s;
}
.originapp .title_box {
  width: 24rem;
  margin: 0 auto;
  text-align: center;
}
.originapp .title_box .title_1 {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}
.originapp .title_box .title_2 {
  font-size: 0.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}
.scriptManage {
  margin-top: 2rem;
}
.scriptManage .scriptManage_content {
  width: 24rem;
  margin: 0 auto;
}
.scriptManage .scriptManage_content .title{
  font-size: 0.72rem;
  line-height: 0.88rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.2rem;
}
.scriptManage .scriptManage_content .content .tab {
  display: flex;
  justify-content: space-between;
}
.scriptManage .scriptManage_content .content .tab .tabItem {
  cursor: pointer;
  display: flex;
  height: 1.08rem;
}
.scriptManage .scriptManage_content .content .tab .tabItem img {
  display: block;
  height: 0.4rem;
  margin-right: 0.2rem;
  margin-top: 0.08rem;
  width: 0.4rem;
}
.scriptManage .scriptManage_content .content .tab .tabItem span {
  color: #1f2329;
  font-size: 0.4rem;
  font-weight: 600;
  line-height:  0.56rem;
}
.scriptManage .scriptManage_content .content .tab .tabItem.tabItemActive {
  border-bottom: 0.04rem solid #3370ff;
  cursor: unset;
}
.scriptManage .hera_content {
  background-color: #f0f4ff;
  display: none;
  height: 12.8rem;
  justify-content: center;
  padding: 0.8rem;
}
.scriptManage .hera_content.hera_content_active {
  display: flex;
}
.scriptManage .hera_content .left_box {
  margin-right: 0.8rem;
  padding: 0.8rem;
  width: 12rem;
  position: relative;
}
.scriptManage .hera_content .left_box img {
  display: block;
  width: 8rem;
  margin-top: 1rem;
  height: auto;
}
.scriptManage .hera_content .left_box .phone_video_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 9.8rem;
  background-image: url(../../image/phone_video_box.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 0.26rem 0.16rem 0.22rem 0.16rem;
}
.scriptManage .hera_content .left_box .phone_video_box video {
  width: 100%;
  height: 100%;
}
.scriptManage .hera_content .right_box {
  margin-top: 2rem;
  width: 7.2rem;
}
.scriptManage .hera_content .right_box .title {
  color: #1f2329;
  font-size: 0.48rem;
  font-weight: 600;
  line-height: 0.64rem;
  margin-bottom: 0.48rem;
}
.scriptManage .hera_content .right_box .text {
  color: #51565d;
  font-size: 0.36rem;
  line-height: 0.52rem;
  min-height: 2.08rem;
  white-space: pre-wrap;
}
.scriptManage .hera_content .right_box .btn {
  align-items: center;
  background-color: #3370ff;
  border: 0.02rem solid #3370ff;
  border-radius: 0.12rem;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.36rem;
  font-weight: 500;
  height: 1.04rem;
  justify-content: center;
  min-width: 3rem;
  padding: 0 0.8rem;
  position: relative;
  text-align: center;
  transition: all .2s ease;
}
.scriptManage .hera_content .right_box .btn:hover {
  background-color: #4e83fd;
  border-color: #4e83fd;
}

.swiper .swiper-slide .contact_info_popup_2 {
  display: none;
}

.swiper .swiper-slide .title_wrap {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}
.swiper .swiper-slide .title_wrap .title {
  line-height: 1.56rem;
  font-size: 0.7rem;
  color: #fff;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.16rem;
}
.swiper .swiper-slide .title_wrap .desc {
  line-height: 0.5rem;
  font-size: 0.34rem;
  color: #fff;
  letter-spacing: 0;
  font-weight: 400;
  width: 17rem;
}

.swiper .swiper-slide .title_wrap .desc_2 {
  font-size: 0.42rem;
  margin-bottom: 0.4rem;
}

.swiper .swiper-slide .mask {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}

@media (max-width: 980px) {
  .swiper .swiper-slide .mask {
    display: block;
  }
  .swiper .swiper-slide .contact_info_popup {
    display: none;
  }
  .swiper .swiper-slide .contact_info_popup_2 {
    display: block;
  }
  .introduce .top-box .title-tab {
    width: 98%;
  }
  .introduce .top-box .title-tab>.title {
    font-size: 6.4vw;
    margin-bottom: 9.6vw;
    padding: 0 6vw;
  }
  .introduce .top-box .title-tab .content_card {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 9.6vw;
  }
  .introduce .top-box .title-tab .content_card .scenceItem {
    margin-bottom: 2vw;
  }
  .introduce .top-box .title-tab .content_card .scenceItem img {
    width: 15vw;
  }
  .introduce .top-box .title-tab .product_tab_item span {
    font-size: 2.4vw;
    margin-left: 0.1vw;
  }
  .introduce .top-box {
    padding-top: 9.6vw;
  }
  .introduce .infos-box .introduce_info .introduce_info_text {
    font-size: 3vw;
  }
  .introduce .top-box .title-tab .product_tab_item .product_num {
    height: 10vw;
    width: 10vw;
  }
  .introduce .infos-box {
    width: 90%;
  }
  .QOb4IfS2mj .feature-wrapper {
    width: 95%;
    flex-direction: column !important;
    align-items: center;
    padding: 9.6vw 0;
  }
  .QOb4IfS2mj .feature-wrapper .feature-wrapper-content {
    width: 100%;
  }
  .QOb4IfS2mj .feature-wrapper .feature-wrapper-content h1 {
    font-size: 6.4vw;
    margin-bottom: 5vw;
  }
  .QOb4IfS2mj .feature-wrapper .feature-wrapper-content .tip span {
    font-size: 3.7vw;
  }
  .QOb4IfS2mj .feature-wrapper .feature-wrapper-content .content_box .text {
    font-size: 3.5vw;
  }
  .QOb4IfS2mj .feature-wrapper .right-video {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    margin-top: 4vw;
  }
  .QOb4IfS2mj .feature-wrapper .right-video video {
    height: auto;
  }

  .originapp{
    margin: 9.6vw 0;
  }
  .originapp .title_box {
    width: 98%;
  }
  .originapp .title_box .title_1 {
    font-size: 6.4vw;
  }
  .originapp .title_box .title_2 {
    font-size: 4.4vw;
    margin-bottom: 9.6vw;
  }
  .originapp .originapp_content {
    flex-direction: column;
    width: 100%;
  }
  .originapp .originapp_content .originapp_item.originapp_item_active {
    width: 88%;
  }
  .scriptManage {
    margin-top: 9.6vw;
  }
  .scriptManage .scriptManage_content {
    width: 98%;
  }
  .scriptManage .scriptManage_content .title {
    font-size: 6.4vw;
    margin-bottom: 9.6vw;
  }
  .swiper .swiper-slide .title_wrap .desc {
    width: auto;
  }
  .scriptManage .scriptManage_content .content .tab .tabItem span {
    font-size: 1.45vw;
  }
  .scriptManage .scriptManage_content .content .tab .tabItem {
    height: 8vw;
  }
  .scriptManage .hera_content {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  .scriptManage .hera_content .left_box {
    width: 100%;
    /* margin-top: 30vw; */
  }
  .scriptManage .hera_content .right_box {
    margin-top: 9.6vw;
  }
  .scriptManage .hera_content .right_box .title {
    margin-top: 0;
    font-size: 5.8vw;
  }
  .scriptManage .hera_content .right_box .text {
    font-size: 3.5vw;
  }
  .achievement {
    font-size: 9.6vw;
  }
  .achievement{
    font-size: 7.5vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 12.36vw;
  }
  .solution .solution_title {
    font-size: 6.4vw;
  }
  .solution .solution_tab_zone {
    width: 100%;
  }
  .solution .solution_tab_zone_wrap {
    display: flex;
  }
  .solution .solution_tab_zone_wrap .solution_tab_item {
    font-size: 2.8vw;
  }
  .solution .solution_tab_zone_wrap .solution_tab_item.solution_active {
    background-size: 100% 100%;
  }
  .solution .solution_tab_zone .tabDetail {
    height: auto;
  }
  .solution .solution_tab_zone .tabDetail .tabDetail_left {
    margin-top: 9.6vw;
  }
  .solution .solution_tab_zone .tabDetail .tabDetail_left .tabDetail_left_title {
    font-size: 5.4vw;
  }
  .solution .solution_tab_zone .tabDetail .tabDetail_left .tabDetail_left_tip {
    margin-top: 0;
  }
  .solution .solution_tab_zone .tabDetail .tabDetail_left .tabDetail_left_tip,
  .solution .solution_tab_zone .tabDetail .tabDetail_left .tabDetail_left_desc {
    font-size: 2.8vw;
  }
  .swiper .swiper-slide .title_wrap {
    left: 10%;
    right: 10%;
  }
  .originapp .originapp_content .originapp_item img {
    margin-left: -15vw;
  }
  .originapp .originapp_content .originapp_item .originapp_big {
    width: 85vw;
  }
}