#react-content {
  /*swiper*/
  /*swiper*/
  /* 开发流程 */
  /* 开发者空间 */
}
#react-content .swiper-container-home {
  height: 937px;
  min-height: 100vh;
  position: relative;
  z-index: 0;
}
#react-content .swiper-container-home .swiper-pagination-home {
  right: 40px;
  position: absolute;
  z-index: 100;
}
#react-content .swiper-container-home .swiper-pagination-home .swiper-pagination-bullet {
  background: #adadad;
}
#react-content .swiper-container-home .swiper-pagination-home .swiper-pagination-bullet-active {
  background: #0082ff;;
}
#react-content .swiper-container {
  width: 100%;
  height: 937px;
  min-height: 100vh;
  position: relative;
  z-index: 0;
}
#react-content .swiper-container .swiper-pagination {
  bottom: 100px;
}
#react-content .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 0 0 10px;
  background: #d8d8d8;
  border-radius: 45px;
  transition: width 0.3s linear;
}
#react-content .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(0) {
  margin: 0;
}
#react-content .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 42px;
  background: #0082ff;;
}
#react-content .swiper-container .swiper-button-prev {
  background: url('../images/main/swiperIcon.png');
  background-position: 0 0;
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 40px;
  height: 64px;
  margin-top: -86px;
  left: 0;
}
#react-content .swiper-container .swiper-button-prev:hover {
  background: url('../images/main/swiperIcon.png');
  background-position: -45px 0;
}
#react-content .swiper-container .swiper-button-next {
  background: url('../images/main/swiperIcon.png');
  background-position: 0px -75px;
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 40px;
  height: 64px;
  margin-top: -86px;
  right: 0;
}
#react-content .swiper-container .swiper-button-next:hover {
  background: url('../images/main/swiperIcon.png');
  background-position: -45px -75px;
}
#react-content .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box {
  position: absolute;
  top: 300px;
  left: 10%;
  font-weight: bold;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .tit {
  font-family: Palatino;
  font-size: 56px;
  margin-bottom: 20px;
  cursor: context-menu;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .txt_1 {
  font-size: 38px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 50px;
  cursor: context-menu;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .txt_2 {
  font-size: 30px;
  font-family: 微软雅黑 Semibold;
  line-height: 40px;
  margin-bottom: 55px;
  cursor: context-menu;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .txt_2 i {
  font-size: 35px;
  color: green;
  position: relative;
  top: 6px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .button_click,
#react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .button_click1 {
  width: 200px;
  height: 50px;
  background: #ff7a1e;
  border-radius: 25px;
  text-align: center;
  line-height: 40px;
  transition: all 0.2s;
  font-weight: 500;
  float: left;
  cursor: pointer;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .button_click a,
#react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .button_click1 a {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 50px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .button_click a img,
#react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .button_click1 a img {
  width: 22px;
  height: 22px;
  margin-left: -8px;
  margin-right: 7px;
  margin-top: -5px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .button_click:hover,
#react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .button_click1:hover {
  background: #ff8800;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg0 {
  background-image: url("../images/homePage/banner/123.jpg");
  color: #fff;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg1 {
  background-size: 100%;
  background-image: url("../images/homePage/banner/02.png");
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg1 img {
  width: 196px;
  height: 60px;
  margin-bottom: 25px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg1 .banner-text-box .button_click2:hover {
  background: #3970cf;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg1 .banner-text-box .city {
  width: 150px;
  height: 100px;
  line-height: 50px;
  font-size: 18px;
  margin-left: 30px;
  margin-top: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: underline;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 {
  background-image: url("../images/homePage/banner/04.png");
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100% 100%;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box {
  position: initial;
  margin-top: -7%;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .txt_1 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 53px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .button_click {
  width: 230px;
  height: 60px;
  transition: all 0.2s;
  border-radius: 30px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .button_click a {
  font-size: 24px;
  line-height: 60px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .button_click1 {
  background: #1a8cd8;
  width: 260px;
  height: 60px;
  border-radius: 30px;
  margin-left: 30px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .button_click1 a {
  font-size: 24px;
  line-height: 60px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .button_click1:hover {
  background: #2198e8;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 {
  background-image: url("../images/homePage/banner/06.png");
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box {
  position: initial;
  margin-top: -7%;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .txt_1 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 94px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .button_click {
  width: 230px;
  height: 60px;
  transition: all 0.2s;
  border-radius: 30px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .button_click a {
  font-size: 24px;
  line-height: 60px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .button_click1 {
  width: 260px;
  height: 60px;
  border-radius: 30px;
  margin-left: 30px;
  border: 1px solid #fff;
  background-color: transparent;
  box-sizing: border-box;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .button_click1 a {
  font-size: 24px;
  line-height: 60px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .button_click1:hover {
  background: transparent;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .bg3-right-img {
  margin-left: 4%;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 {
  height: 100%;
  bottom: 0;
  top: auto;
  background-image: url("../images/homePage/banner/fz.png");
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box {
  color: #fff;
  top: 285px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box .tit {
  color: #fff;
  font-family: 微软雅黑 Semibold;
  margin-bottom: 20px;
  font-size: 56px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box .txt_1 {
  font-size: 38px;
  font-family: 微软雅黑;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 50px;
  cursor: context-menu;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box .button_click {
  background: #345fa8;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box .button_click:hover {
  background: #3970cf;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box .button_click a {
  line-height: 46px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 {
  background-image: url("../images/homePage/banner/things_develop_bg5.jpg");
  color: #fff;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 .banner-text-box {
  top: 250px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 .qrCode {
  width: 120px;
  height: 170px;
  position: absolute;
  right: 10%;
  bottom: 15%;
  font-size: 16px;
  text-align: center;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 .qrCode .qrCode-img {
  width: 104px;
  height: 104px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 .qrCode .qrCode-p1 {
  margin-top: 13px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 {
  background-image: url("../images/homePage/banner/06.png");
  color: #fff;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development {
  margin: 0 auto;
  position: relative;
  top: 25%;
  left: 10%;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development .ds-content-text img {
  width: 1000px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development .button_click {
  width: 200px;
  height: 50px;
  background: linear-gradient(178deg, #FFBA40 0%, #FF841E 100%);
  border-radius: 25px;
  text-align: center;
  line-height: 40px;
  transition: all 0.2s;
  font-weight: 500;
  margin-top: 60px;
  cursor: pointer;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development .button_click a {
  font-family: MicrosoftYaHei;
  font-size: 21px;
  text-shadow: 0px 6px 9px #ff5f00;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development .button_click a img {
  width: 22px;
  height: 22px;
  margin-left: -8px;
  margin-right: 7px;
  margin-top: -5px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development .button_click:hover {
  background: linear-gradient(180deg, #FF9000 0%, #FF6215 100%);
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 {
  background-image: url("../images/homePage/banner/things_develop_bg7.png");
  color: #fff;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 .banner-text-box {
  font-family: 微软雅黑 Semibold;
  top: 250px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 .banner-text-box .tit {
  font-size: 52px;
  font-weight: 100;
  margin-bottom: 25px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 .banner-text-box .txt_1 {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 43px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 .banner-text-box .txt_2 {
  width: 620px;
  text-align: center;
  font-size: 23.15px;
  border-radius: 25px;
  border: 1px solid #fff;
  margin-bottom: 45px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 .banner-text-box .button_click {
  margin-right: 56px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 .banner-text-box .button_click a i {
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-left: 12px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 .rocket {
  position: absolute;
  right: 259px;
  bottom: -150px;
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 .rocket-animation {
  animation: rocket 1.5s ease-in-out 0.1s 1 normal forwards;
}
@keyframes rocket {
  from {
    bottom: -150px;
  }
  to {
    bottom: 150px;
  }
}
#react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 .cloud {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -45px;
}
#react-content .banner-bottom {
  position: relative;
}
#react-content .banner-bottom .gray {
  width: 100%;
  height: 130px;
  opacity: 0.1;
  background: rgb(0, 0, 0);
  top: -130px;
  position: absolute;
  cursor: context-menu;
  z-index: 1;
}
#react-content .banner-bottom .detail_list_new {
  width: 1522px;
  height: 169px;
  position: absolute;
  top: -289px;
  left: 50%;
  margin-left: -761px;
  cursor: context-menu;
  z-index: 2;
  display: flex;
  justify-content: center;
}
#react-content .banner-bottom .detail_list_new .detail_child_new {
  width: 253px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  float: left;
  text-align: center;
}
#react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_c {
  width: 100%;
  position: relative;
  top: 26px;
}
#react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_c .tit_new {
  font-size: 20px;
  font-family: 微软雅黑;
  color: #fff;
  transition: all 0.2s;
  position: relative;
  margin-top: 14px;
}
#react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_h {
  width: 100%;
  height: 212px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  float: left;
  text-align: center;
  background-image: linear-gradient(#0082ff, #0082ff);
  display: none;
}
#react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_h img {
  top: 21px;
  position: relative;
}
#react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_h .tit_new {
  font-size: 20px;
  font-family: 微软雅黑;
  color: #ffffff;
  transition: all 0.2s;
  position: relative;
  margin-top: 29px;
  margin-bottom: 7px;
}
#react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_h .txt_new {
  font-size: 12px;
  font-family: 微软雅黑;
  transition: all 0.2s;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}
#react-content .banner-bottom .detail_list_new .detail_child_new:hover .detail_child_new_c {
  display: none;
}
#react-content .banner-bottom .detail_list_new .detail_child_new:hover .detail_child_new_h {
  display: block;
  animation: hideIndex 1s;
  -moz-animation: hideIndex  1s;
  /* Firefox */
  -webkit-animation: hideIndex 1s;
  /* Safari and Chrome */
  -o-animation: hideIndex  1s;
  /* Opera */
}
#react-content .banner-bottom .detail_list_new .detail_list_line {
  width: 100px;
  right: 69px;
  height: 6px;
  position: relative;
  top: 78px;
}
#react-content .banner-bottom .detail_list_new .detail_list_line .line_short {
  width: 124px;
  height: 6px;
  position: relative;
  left: 24px;
}
#react-content .dev_process .title {
  margin-left: 761px;
  width: 585px;
  padding: 70px 0 85px 0;
  /* margin: 0 auto; */

  
}
#react-content .dev_process .title h2 {
  font-size: 32px;
  font-family: 微软雅黑 Semibold;
  color: #333333;
}
#react-content .dev_process .title .arrow {
  float: left;
  margin-right: 0px;
  margin-top: 10px;
}
#react-content .dev_process .title .arrow1 {
  margin-left: 30px;
}
#react-content .dev_process .dev_main {
  margin-top: 120px;
}
#react-content .dev_process .dev_main .dev_phone_img {
  display: none;
}
#react-content .dev_process .dev_main .dev_block {
  float: left;
  width: 218px;
}
#react-content .dev_process .dev_main .dev_num {
  color: #ff7a1e;
  font-size: 48px;
  font-weight: bold;
}
#react-content .dev_process .dev_main .dev_tit {
  color: #333333;
  font-size: 18px;
  margin-top: -10px;
  margin-bottom: 5px;
  font-weight: bold;
}
#react-content .dev_process .dev_main .dev_txt {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}
#react-content .dev_process .dev_main .dev_txt a {
  color: #ff7a1e;
  cursor: pointer;
}
#react-content .dev_process .dev_main .dev_txt a:hover {
  color: #f48e44;
}
#react-content .dev_process .dev_main .dev_block1 {
  margin-left: 300px;
}
#react-content .dev_process .dev_main .dev_block2 {
  margin-left: 132px;
  margin-top: -120px;
}
#react-content .dev_process .dev_main .dev_block3 {
  margin-left: 152px;
}
#react-content .dev_process .dev_main .dev_block4 {
  margin-left: 110px;
  margin-top: -120px;
}
#react-content .dev_process .dev_main .dev_line {
  width: 165px;
  position: relative;
  border-bottom: 1px solid #ff7f00;
}
#react-content .dev_process .dev_main .dev_line1 {
  transform: rotate(155deg);
  top: -15px;
  left: 425px;
}
#react-content .dev_process .dev_main .dev_line2 {
  transform: rotate(25deg);
  left: 815px;
  top: -23px;
}
#react-content .dev_process .dev_main .dev_line3 {
  transform: rotate(155deg);
  left: 1135px;
  top: -15px;
}
#react-content .dev_process .dev_bottom_img {
  text-align: center;
}
#react-content .details_area {
  width: 100%;
  height: 140px;
  background: #f4f5f7;
  position: relative;
  /* margin-top: 30px; */
}
#react-content .details_area .video-icon-one {
  width: 108px;
  top: -28.8px;
  left: 50%;
  margin-left: -54px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  background-color: #f4f5f7;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transition: all 0.4s;
}
#react-content .details_area .video-icon-one span {
  font-size: 17px;
  display: block;
  text-align: center;
  position: relative;
  top: 3px;
  color: #ff7a1e;
}
#react-content .details_area .video-icon-one span:hover {
  color: #f48e44;
}
#react-content .details_area .detail_ul {
  width: 1522px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
#react-content .details_area .detail_ul li {
  width: 20%;
  float: left;
  margin-top: 25px;
}
#react-content .details_area .detail_ul li img {
  display: block;
  position: relative;
  margin: 0 auto;
  transition: all 0.5s;
}
#react-content .details_area .detail_ul li .tit {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
}
#react-content .details_area .detail_ul li:hover img {
  transform: scale(1.5);
}
#react-content .link_area {
  width: 100%;
  /* background: url("../images/homePage/section/section_detail_3.png") no-repeat center; */
  background-size: cover;
  height: 955px;
}
#react-content .link_area .title {
  width: 427px;
  padding: 80px 0 110px 0;
  margin: 0 auto;
}
#react-content .link_area .title h2 {
  font-size: 32px;
  font-family: 微软雅黑 Semibold;
  color: #333333;
}
#react-content .link_area .title .arrow {
  float: left;
  margin-right: 30px;
  margin-top: 10px;
}
#react-content .link_area .title .arrow1 {
  margin-left: 30px;
}
#react-content .link_area .link_hook {
  width: 1310px;
  height: 310px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
#react-content .link_area .link_hook .link_tab {
  width: 400px;
}
#react-content .link_area .link_hook .link_tab .tits {
  font-size: 18px;
  font-family: 微软雅黑 Semibold;
  color: #3c3c3c;
}
#react-content .link_area .link_hook .link_tab .problem {
  width: 400px;
  height: 122px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 1s ease;
}
#react-content .link_area .link_hook .link_tab .problem h4 {
  font-size: 26px;
  font-family: 微软雅黑 Semibold;
  color: #ffffff;
  text-align: center;
  padding-top: 30px;
}
#react-content .link_area .link_hook .link_tab .problem h5 {
  font-size: 16px;
  font-family: 微软雅黑 Semibold;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
}
#react-content .link_area .link_hook .link_tab .problem:hover {
  background-size: 120%;
}
#react-content .link_area .link_hook .link_tab .campusBuider_problem {
  background: url('../images/homePage/section/section_detail_1.png') no-repeat;
  background-size: 100%;
  margin-top: 25px;
}
#react-content .link_area .link_hook .link_tab .thingjs_divroblem {
  background: url('../images/homePage/section/section_detail_2.png') no-repeat;
  background-size: 100%;
  margin-top: 23px;
}
#react-content .link_area .link_hook .con {
  width: 400px;
  height: 305px;
  position: relative;
}
#react-content .link_area .link_hook .con .tit {
  width: 100%;
  height: 24px;
  margin-bottom: 20px;
}
#react-content .link_area .link_hook .con .tit .tits {
  font-size: 18px;
  font-family: 微软雅黑 Semibold;
  color: #3c3c3c;
  float: left;
}
#react-content .link_area .link_hook .con .tit a {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
  float: right;
  transition: all 0.1s;
}
#react-content .link_area .link_hook .con .tit a:hover {
  color: #444444;
}
#react-content .link_area .link_hook .con .news_information li {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#react-content .link_area .link_hook .con .news_information li a {
  font-family: MicrosoftYaHei;
  color: #666666;
  font-size: 14px;
  transition: all 0.15s;
}
#react-content .link_area .link_hook .con .news_information li a:hover {
  color: #fb9623;
}
#react-content .data_results {
  width: 100%;
  height: 366px;
  position: absolute;
  bottom: 0;
  background: url('../images/homePage/section/section_detail_4.png') no-repeat center;
  background-size: cover;
}
#react-content .data_results .tit {
  opacity: 1;
  font-size: 32px;
  font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 43px;
  text-align: center;
  padding: 55px 0px 40px;
}
#react-content .data_results .data_results_list {
  width: 1400px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#react-content .data_results .data_results_list li {
  width: 33.33%;
  height: 200px;
}
#react-content .data_results .data_results_list li .adjust {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#react-content .data_results .data_results_list li .adjust img {
  width: 44px;
}
#react-content .data_results .data_results_list li .adjust .numadd {
  display: flex;
}
#react-content .data_results .data_results_list li .adjust .numadd .number {
  font-size: 38px;
  font-family: DINPro-Medium, DINPro;
  font-weight: 500;
  color: #ffffff;
  padding: 4px 0 4px 3px;
}
#react-content .data_results .data_results_list li .adjust .numadd span {
  font-size: 38px;
  font-family: DINPro-Medium, DINPro;
  font-weight: 500;
  color: #ffffff;
}
#react-content .data_results .data_results_list li .adjust .line {
  width: 34px;
  border-bottom: 4px solid #ffffff;
  margin: 5px 0 10px 0px;
}
#react-content .data_results .data_results_list li .adjust .txt {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 19px;
}
#react-content .create-inner {
  width: 100%;
  height: calc(100% - 315px);
  flex: 1;
  position: relative;
  /* background: url('../images/homePage/section/section_detail_3.png') no-repeat center; */
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#react-content .create-inner .tit {
  font-size: 41px;
  font-family: MicrosoftYaHeiSemibold;
  color: #ff7a1e;
}
#react-content .create-inner .fancy-button {
  width: 200px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  font-size: 22px;
  text-align: center;
  background: #ff7a1e;
  border-radius: 30px;
  margin-top: 20px;
  transition: all 0.2s;
  cursor: pointer;
}
#react-content .create-inner .fancy-button:hover {
  background: #ff8800;
}
#react-content .pop-ups {
  position: fixed;
  width: 610px;
  height: 325px;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-300px, -175px);
  background: #fdfdfd;
  border-radius: 3px;
  overflow: hidden;
  color: #333333;
  display: none;
  z-index: 1001;
}
#react-content .pop-ups .pc-title {
  padding: 0 80px 0 20px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  background-color: #f8f8f8;
  border-radius: 2px 2px 0 0;
}
#react-content .pop-ups .shopInfoBox {
  padding-top: 22px;
  padding-right: 16px;
}
#react-content .pop-ups .shopInfoBox .toolLeft {
  width: 260px;
  float: left;
  padding-top: 20px;
}
#react-content .pop-ups .shopInfoBox .toolLeft .img_box {
  text-align: center;
}
#react-content .pop-ups .shopInfoBox .toolLeft .img_box img {
  width: 120px;
  height: 120px;
}
#react-content .pop-ups .shopInfoBox .toolLeft .downloadBox {
  text-align: center;
}
#react-content .pop-ups .shopInfoBox .toolLeft .downloadBox .downloadBtn {
  width: 180px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  background-color: #1b8cd8;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  margin-top: 10px;
}
#react-content .pop-ups .shopInfoBox .toolLeft .otherdownloadBox {
  text-align: center;
}
#react-content .pop-ups .shopInfoBox .toolLeft .otherdownloadBox .otherdownloadBtn {
  width: 180px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  background-color: #1acfe1;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  margin-top: 10px;
}
#react-content .pop-ups .shopInfoBox .toolLeft .link_box {
  text-align: center;
  padding-top: 10px;
}
#react-content .pop-ups .shopInfoBox .toolLeft .link_box a {
  display: inline-block;
  padding: 0px 16px;
}
#react-content .pop-ups .shopInfoBox .toolRight {
  width: 325px;
  float: left;
}
#react-content .pop-ups .shopInfoBox .toolRight .tool_info_ul {
  padding-top: 20px;
}
#react-content .pop-ups .shopInfoBox .toolRight .tool_info_ul li {
  overflow: hidden;
  font-size: 14px !important;
}
#react-content .pop-ups .shopInfoBox .toolRight .tool_info_ul li div {
  line-height: 28px;
}
#react-content .pop-ups .shopInfoBox .toolRight .tool_info_ul li .item_left {
  color: #808080;
  width: 70px;
  text-align: left;
  margin-right: 10px;
  float: left;
  color: #777777;
}
#react-content .pop-ups .shopInfoBox .toolRight .tool_info_ul li .item_right {
  font-size: 12px;
  width: 245px;
  text-align: left;
  float: left;
  color: #777777;
}
#react-content .video-icon-play-two {
  top: 45%;
  left: 47%;
  z-index: 0;
}
#react-content .video-icon-two {
  font-size: 3em;
  line-height: 1.5em;
  height: 100px;
  width: 100px;
  position: absolute;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 7px solid #9295a5;
  border-radius: 3em;
  transition: all 0.4s;
  transform: scale(1);
  transition: transform 0.5s;
}
#react-content .video-icon-two i {
  color: #9295a5;
  font-size: 55px;
  position: absolute;
  padding: 0px 0px 0 27px;
  top: 0px;
  line-height: 103px;
  z-index: 10;
}
#react-content .video-icon-two:hover {
  background-color: rgba(222, 224, 226, 0.5);
  transform: scale(1.2);
}
#react-content .video-icon-two::before {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  background: radial-gradient(rgba(0, 0, 0, 0.25) 40%, rgba(255, 255, 255, 0.65) 70%, rgba(0, 0, 0, 0.25) 100%);
  box-shadow: 0 0 8px 4px rgba(136, 136, 136, 0.35), 0 0 6px 3px #ffffff;
  animation: fade 2.4s linear 0s infinite;
}
@keyframes fade {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
#react-content .process-video {
  width: 75%;
  background: #000;
  border: 1px solid #000;
  position: absolute;
  top: 16%;
  left: 50%;
  margin-left: -38%;
  transform: scale(0);
  z-index: 5;
  opacity: 1;
}
#react-content .process-video .video-icon-play {
  display: none;
  top: 46%;
  left: 47%;
  z-index: 10;
}
#react-content .process-video .video-icon {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  position: absolute;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
#react-content .process-video .video-icon i {
  color: #fff;
  font-size: 35px;
  position: absolute;
  padding: 0px 0px 0 40px;
  top: 4px;
}
#react-content .process-video .video-icon:hover {
  background-color: rgba(43, 51, 63, 0.5);
}
#react-content .process-video .quxiao {
  position: absolute;
  top: 6px;
  right: 25px;
  font-size: 25px;
  color: #fff;
  border-radius: 25px;
  padding: 0px 6px;
  background-color: rgba(43, 51, 63, 0.7);
  z-index: 10;
  cursor: pointer;
}
#react-content .process-video .quxiao:hover {
  background-color: rgba(43, 51, 63, 0.5);
}
#react-content .process-video .see-video-play1 {
  width: 100%;
  height: 100%;
  position: relative;
  outline: aliceblue;
}
#react-content .process-video .add-speedcity_show {
  width: 100%;
  height: cale(83%);
  overflow: hidden;
}
#react-content .add-video-playa {
  transform: scale(1) !important;
  animation: popupVideo 0.5s ease 0s;
}
#react-content .remove-video-play-two {
  transform: scale(0) !important;
  animation: packUpVideo 0.5s ease 0s;
}
#react-content .opcity-content {
  animation: opcityContent 0.5s ease 0s;
}
#react-content .opcity-content-two {
  animation: opcityContenttwo 0.5s ease 0s forwards;
}
@keyframes opcityContent {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opcityContenttwo {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes popupVideo {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes packUpVideo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes hideIndex {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 3800px) and (max-width: 6000px) {
  #react-content .process-area-content {
    height: 100vh;
    position: relative;
  }
  #react-content .process-area-content .dev_process .dev_main {
    width: 50%;
    height: 300px;
    margin: 0 auto;
    margin-top: 340px;
  }
  #react-content .process-area-content .details_area {
    position: absolute;
    margin-top: 30px;
    bottom: 0;
  }
}
@media only screen and (min-width: 2800px) and (max-width: 3799px) {
  #react-content .process-area-content {
    height: 100vh;
    position: relative;
  }
  #react-content .process-area-content .dev_process .dev_main {
    width: 67%;
    height: 300px;
    margin: 0 auto;
    margin-top: 240px;
  }
  #react-content .process-area-content .details_area {
    position: absolute;
    margin-top: 30px;
    bottom: 0;
  }
}
@media only screen and (min-width: 2500px) and (max-width: 2799px) {
  #react-content .process-area-content {
    height: 100vh;
    position: relative;
  }
  #react-content .process-area-content .dev_process .dev_main {
    width: 75%;
    height: 300px;
    margin: 0 auto;
    margin-top: 240px;
  }
  #react-content .process-area-content .details_area {
    position: absolute;
    margin-top: 30px;
    bottom: 0;
  }
}
@media only screen and (min-width: 2300px) and (max-width: 2499px) {
  #react-content .process-area-content {
    height: 100vh;
    position: relative;
  }
  #react-content .process-area-content .dev_process .dev_main {
    width: 80%;
    height: 300px;
    margin: 0 auto;
    margin-top: 140px;
  }
  #react-content .process-area-content .details_area {
    position: absolute;
    margin-top: 30px;
    bottom: 0;
  }
}
@media only screen and (min-width: 2000px) and (max-width: 2299px) {
  #react-content .process-area-content {
    height: 100vh;
    position: relative;
  }
  #react-content .process-area-content .dev_process .dev_main {
    width: 90%;
    height: 249px;
    margin: 0 auto;
    margin-top: 120px;
  }
  #react-content .process-area-content .details_area {
    position: absolute;
    margin-top: 30px;
    bottom: 0;
  }
}
@media only screen and (min-width: 1541px) and (max-width: 1746px) {
  #react-content {
    /*swiper*/
    /*swiper*/
    /* 开发流程 */
    /* 开发者空间 */
  }
  #react-content .swiper-container-home {
    height: 881px;
    min-height: 100vh;
  }
  #react-content .swiper-container-home .swiper-pagination-home {
    right: 36px;
  }
  #react-content .swiper-container-home .swiper-pagination-home .swiper-pagination-bullet {
    height: 7px;
  }
  #react-content .swiper-container {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    position: relative;
  }
  #react-content .swiper-container .swiper-pagination {
    bottom: 171px;
  }
  #react-content .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 0 0 7px;
    border-radius: 40px;
  }
  #react-content .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 38px;
  }
  #react-content .swiper-container .swiper-button-prev {
    width: 36px;
    height: 58px;
    margin-top: -75px;
  }
  #react-content .swiper-container .swiper-button-prev:hover {
    background-position: -41px 0;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box {
    top: 270px;
    left: 10%;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .tit {
    font-size: 50px;
    margin-bottom: 18px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .txt_1 {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 45px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .txt_2 {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 50px;
    cursor: context-menu;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .txt_2 i {
    font-size: 32px;
    color: green;
    position: relative;
    top: 5px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .button_click {
    width: 180px;
    height: 45px;
    border-radius: 22.5px;
    line-height: 36px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .button_click a {
    font-size: 16px;
    line-height: 45px;
    border-radius: 23px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .button_click a img {
    width: 20px;
    height: 20px;
    margin-left: -7px;
    margin-right: 6px;
    margin-top: -5px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg1 {
    background-size: 130%;
    background-image: url("../images/homePage/banner/things_develop_bg1.png");
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg1 img {
    width: 177px;
    height: 54px;
    margin-bottom: 22px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg1 .banner-text-box .city {
    width: 135px;
    height: 90px;
    line-height: 45px;
    font-size: 16px;
    margin-left: 27px;
    margin-top: 18px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 {
    background-image: url("../images/homePage/banner/things_develop_bg2.jpg");
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box {
    position: initial;
    margin-top: -7%;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .font-campusbuilder {
    width: 90%;
    display: block;
    position: relative;
    margin: 0 auto;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .txt_1 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 53px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .button_click {
    width: 210px;
    height: 50px;
    transition: all 0.2s;
    border-radius: 30px;
    margin-left: 30px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .button_click a {
    font-size: 22px;
    line-height: 50px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .button_click1 {
    background: #1a8cd8;
    width: 240px;
    height: 50px;
    border-radius: 30px;
    margin-left: 20px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .button_click1 a {
    font-size: 22px;
    line-height: 50px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .button_click1:hover {
    background: #2198e8;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box {
    position: initial;
    margin-top: -7%;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .font-citybuilder {
    width: 90%;
    position: relative;
    display: block;
    margin: 0 auto;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .txt_1 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 80px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .button_click {
    width: 210px;
    height: 50px;
    transition: all 0.2s;
    border-radius: 30px;
    margin-left: 30px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .button_click a {
    font-size: 22px;
    line-height: 50px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .button_click1 {
    width: 240px;
    height: 50px;
    border-radius: 30px;
    margin-left: 20px;
    border: 1px solid #fff;
    background-color: transparent;
    box-sizing: border-box;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .button_click1 a {
    font-size: 22px;
    line-height: 50px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .button_click1:hover {
    background: transparent;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .bg3-right-img {
    margin-left: 4%;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .bg3-right-img img {
    width: 90%;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box {
    color: #fff;
    top: 257px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box .tit {
    margin-bottom: 18px;
    font-size: 51px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box .txt_1 {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 45px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box .button_click a {
    line-height: 42px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 .banner-text-box {
    top: 225px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 .qrCode {
    width: 108px;
    height: 153px;
    right: 9%;
    bottom: 13.5%;
    font-size: 15px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 .qrCode .qrCode-img {
    width: 94px;
    height: 94px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 .qrCode .qrCode-p1 {
    margin-top: 12px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 {
    background-image: url("../images/homePage/banner/06.png");
    color: #fff;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development {
    top: 23%;
    left: 9%;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development .ds-content-text img {
    width: 900px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development .button_click {
    width: 180px;
    height: 45px;
    border-radius: 23px;
    line-height: 36px;
    margin-top: 54px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development .button_click a {
    font-size: 19px;
    line-height: 45px;
    border-radius: 22px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development .button_click a img {
    width: 20px;
    height: 20px;
    margin-left: -7px;
    margin-right: 6px;
    margin-top: -5px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 {
    background-image: url("../images/homePage/banner/things_develop_bg7.png");
    color: #fff;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 .banner-text-box {
    font-family: 微软雅黑 Semibold;
    top: 250px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 .banner-text-box .tit {
    font-size: 52px;
    font-weight: 100;
    margin-bottom: 25px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 .banner-text-box .txt_1 {
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 43px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 .banner-text-box .txt_2 {
    width: 620px;
    text-align: center;
    font-size: 23.15px;
    border-radius: 25px;
    border: 1px solid #fff;
    margin-bottom: 45px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 .banner-text-box .button_click {
    margin-right: 56px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 .banner-text-box .button_click a i {
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-left: 12px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 .rocket {
    position: absolute;
    right: 259px;
    bottom: -150px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 .rocket-animation {
    animation: rocket 1.5s ease-in-out 0.1s 1 normal forwards;
  }
  @keyframes rocket {
    from {
      bottom: -150px;
    }
    to {
      bottom: 150px;
    }
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 .cloud {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -45px;
  }
  #react-content .banner-bottom .gray {
    height: 117px;
    top: -117px;
  }
  #react-content .banner-bottom .detail_list_new {
    width: 1370px;
    height: 152px;
    top: -152px;
    margin-left: -685px;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new {
    width: 228px;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_c {
    top: 24px;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_c .tit_new {
    font-size: 18px;
    margin-top: 13px;
    color: #fff;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_h {
    height: 191px;
    display: none;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_h img {
    top: 19px;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_h .tit_new {
    font-size: 18px;
    margin-top: 27px;
    margin-bottom: 6px;
    color: #fff;
    
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_h .txt_new {
    font-size: 12px;
  }
  #react-content .banner-bottom .detail_list_new .detail_list_line {
    width: 90px;
    right: 63px;
    height: 6px;
    top: 64px;
  }
  #react-content .banner-bottom .detail_list_new .detail_list_line .line_short {
    width: 112px;
    height: 6px;
    left: 23px;
  }
  #react-content .banner-bottom .detail_list_new .detail_list_line .line_long {
    width: 210px;
  }
  #react-content .dev_process .title {
    width: 526.5px;
    padding: 63px 0 76.5px 0;
  }
  #react-content .dev_process .title h2 {
    font-size: 29px;
  }
  #react-content .dev_process .title .arrow {
    width: 77px;
    float: left;
    margin-right: 27px;
    margin-top: 9px;
  }
  #react-content .dev_process .title .arrow1 {
    margin-left: 27px;
  }
  #react-content .dev_process .dev_main {
    margin-top: 108px;
  }
  #react-content .dev_process .dev_main .dev_phone_img {
    display: none;
  }
  #react-content .dev_process .dev_main .dev_block {
    float: left;
    width: 197px;
  }
  #react-content .dev_process .dev_main .dev_num {
    color: #ff7a1e;
    font-size: 43.2px;
    font-weight: bold;
  }
  #react-content .dev_process .dev_main .dev_tit {
    color: #333333;
    font-size: 16px;
    margin-top: -7px;
    margin-bottom: 4px;
    font-weight: bold;
  }
  #react-content .dev_process .dev_main .dev_txt {
    color: #666666;
    font-size: 13px;
    line-height: 20px;
  }
  #react-content .dev_process .dev_main .dev_txt a {
    color: #ff7a1e;
    cursor: pointer;
  }
  #react-content .dev_process .dev_main .dev_txt a:hover {
    color: #f48e44;
  }
  #react-content .dev_process .dev_main .dev_block1 {
    margin-left: 270px;
  }
  #react-content .dev_process .dev_main .dev_block2 {
    margin-left: 119px;
    margin-top: -108px;
  }
  #react-content .dev_process .dev_main .dev_block3 {
    margin-left: 137px;
  }
  #react-content .dev_process .dev_main .dev_block4 {
    margin-left: 99px;
    margin-top: -108px;
  }
  #react-content .dev_process .dev_main .dev_line {
    width: 149px;
    position: relative;
    border-bottom: 1px solid #ff7f00;
  }
  #react-content .dev_process .dev_main .dev_line1 {
    transform: rotate(155deg);
    top: -13px;
    left: 383px;
  }
  #react-content .dev_process .dev_main .dev_line2 {
    transform: rotate(25deg);
    left: 734px;
    top: -21px;
  }
  #react-content .dev_process .dev_main .dev_line3 {
    transform: rotate(155deg);
    left: 1022px;
    top: -13px;
  }
  #react-content .dev_process .dev_bottom_img {
    text-align: center;
  }
  #react-content .dev_process .dev_bottom_img img {
    width: 1173px;
  }
  #react-content .video-icon-two {
    font-size: 114px;
    height: 90px;
    width: 90px;
    border-radius: 80px;
  }
  #react-content .video-icon-two i {
    font-size: 49px;
    padding: 0px 0px 0 25px;
    line-height: 91px;
  }
  #react-content .video-icon-two:hover {
    background-color: rgba(222, 224, 226, 0.5);
    transform: scale(1.2);
  }
  #react-content .video-icon-two::before {
    width: 100px;
    height: 100px;
  }
  #react-content .details_area .detail_ul {
    width: 1370px;
  }
  #react-content .details_area .detail_ul li {
    width: 20%;
    float: left;
    margin-top: 23px;
  }
  #react-content .details_area .detail_ul li .tit {
    font-size: 16px;
    line-height: 22px;
    margin-top: 18px;
  }
  #react-content .link_area .title {
    width: 383px;
    padding: 72px 0 99px 0;
  }
  #react-content .link_area .title h2 {
    font-size: 29px;
  }
  #react-content .link_area .title .arrow {
    width: 77px;
    float: left;
    margin-right: 27px;
    margin-top: 9px;
  }
  #react-content .link_area .title .arrow1 {
    margin-left: 27px;
  }
  #react-content .link_area .link_hook {
    width: 1180px;
    height: 280px;
  }
  #react-content .link_area .link_hook .link_tab {
    width: 360px;
  }
  #react-content .link_area .link_hook .link_tab .tits {
    font-size: 16px;
  }
  #react-content .link_area .link_hook .link_tab .problem {
    width: 360px;
    height: 108px;
  }
  #react-content .link_area .link_hook .link_tab .problem h4 {
    font-size: 23px;
    padding-top: 27px;
  }
  #react-content .link_area .link_hook .link_tab .problem h5 {
    font-size: 14px;
    padding-top: 7px;
  }
  #react-content .link_area .link_hook .link_tab .campusBuider_problem {
    margin-top: 22.5px;
  }
  #react-content .link_area .link_hook .link_tab .thingjs_divroblem {
    margin-top: 21px;
  }
  #react-content .link_area .link_hook .con {
    width: 360px;
    height: 275px;
  }
  #react-content .link_area .link_hook .con .tit {
    height: 22px;
    margin-bottom: 18px;
  }
  #react-content .link_area .link_hook .con .tit .tits {
    font-size: 16px;
  }
  #react-content .link_area .link_hook .con .tit a {
    font-size: 13px;
  }
  #react-content .link_area .link_hook .con .news_information li {
    height: 41px;
    line-height: 41px;
    margin-top: 7px;
  }
  #react-content .link_area .link_hook .con .news_information li a {
    font-size: 13px;
  }
  #react-content .data_results {
    height: 330px;
  }
  #react-content .data_results .tit {
    font-size: 29px;
    line-height: 39px;
    padding: 50px 0px 36px;
  }
  #react-content .data_results .data_results_list {
    width: 1260px;
  }
  #react-content .data_results .data_results_list li {
    height: 180px;
  }
  #react-content .data_results .data_results_list li .adjust {
    height: 180px;
  }
  #react-content .data_results .data_results_list li .adjust img {
    width: 40px;
  }
  #react-content .data_results .data_results_list li .adjust .numadd .number {
    font-size: 34px;
    padding: 4px 0 4px 3px;
  }
  #react-content .data_results .data_results_list li .adjust .numadd span {
    font-size: 34px;
  }
  #react-content .data_results .data_results_list li .adjust .line {
    width: 31px;
    margin: 4.5px 0 7px 0px;
  }
  #react-content .data_results .data_results_list li .adjust .txt {
    font-size: 13px;
    line-height: 18px;
  }
  #react-content .four-content {
    height: 100vh!important;
  }
}
@media only screen and (min-width: 1475px) and (max-width: 1540px) {
  #react-content {
    /*swiper*/
    /*swiper*/
    /* 开发流程 */
    /* 开发者空间 */
  }
  #react-content .swiper-container-home {
    height: 775.2px;
    min-height: 100vh;
  }
  #react-content .swiper-container-home .swiper-pagination-home {
    right: 30px;
  }
  #react-content .swiper-container {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
  }
  #react-content .swiper-container .swiper-pagination {
    bottom: 143px;
  }
  #react-content .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 0 0 7.5px;
    border-radius: 34px;
  }
  #react-content .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 32px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box {
    top: 255px;
    left: 10%;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .tit {
    font-size: 42px;
    margin-bottom: 15px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .txt_1 {
    font-size: 28.5px;
    line-height: 30px;
    margin-bottom: 38px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .txt_2 {
    font-size: 22.5px;
    line-height: 30px;
    margin-bottom: 41px;
    cursor: context-menu;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .txt_2 i {
    font-size: 26.25px;
    color: green;
    position: relative;
    top: 4.5px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .button_click {
    width: 150px;
    height: 38px;
    border-radius: 19px;
    line-height: 30px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .button_click a {
    font-size: 13.5px;
    line-height: 37.5px;
    border-radius: 18.75px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .button_click a img {
    width: 16.5px;
    height: 16.5px;
    margin-left: -6px;
    margin-right: 5.25px;
    margin-top: -3.75px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg1 img {
    width: 147px;
    height: 45px;
    margin-bottom: 18.75px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg1 .banner-text-box .city {
    width: 112.5px;
    height: 75px;
    line-height: 38px;
    font-size: 13.5px;
    margin-left: 22.5px;
    margin-top: 15px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box {
    position: initial;
    margin-top: -7%;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .font-campusbuilder {
    width: 80%;
    position: relative;
    display: block;
    margin: 0 auto;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .txt_1 {
    font-size: 35px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .button_click {
    width: 200px;
    height: 50px;
    transition: all 0.2s;
    border-radius: 30px;
    margin-left: 50px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .button_click a {
    font-size: 20px;
    line-height: 50px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .button_click1 {
    background: #1a8cd8;
    width: 210px;
    height: 50px;
    border-radius: 30px;
    margin-left: 20px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .button_click1 a {
    font-size: 20px;
    line-height: 50px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .button_click1:hover {
    background: #2198e8;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box {
    position: initial;
    margin-top: -7%;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .font-citybuilder {
    width: 80%;
    position: relative;
    display: block;
    margin: 0 auto;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .txt_1 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 70px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .button_click {
    width: 200px;
    height: 50px;
    transition: all 0.2s;
    border-radius: 30px;
    margin-left: 50px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .button_click a {
    font-size: 22px;
    line-height: 50px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .button_click1 {
    width: 220px;
    height: 50px;
    border-radius: 30px;
    margin-left: 20px;
    border: 1px solid #fff;
    background-color: transparent;
    box-sizing: border-box;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .button_click1 a {
    font-size: 22px;
    line-height: 50px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .button_click1:hover {
    background: transparent;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .bg3-right-img {
    margin-left: 1%;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .bg3-right-img img {
    width: 80%;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box {
    color: #fff;
    top: 214px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box .tit {
    margin-bottom: 15px;
    font-size: 42px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box .txt_1 {
    font-size: 28.5px;
    line-height: 30px;
    margin-bottom: 37.5px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box .button_click a {
    line-height: 34.5px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 .banner-text-box {
    top: 188px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 .qrCode {
    width: 90px;
    height: 128px;
    right: 7.5%;
    bottom: 11.25%;
    font-size: 12px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 .qrCode .qrCode-img {
    width: 78px;
    height: 78px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 .qrCode .qrCode-p1 {
    margin-top: 10px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 {
    background-image: url("../images/homePage/banner/06.png");
    color: #fff;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development {
    top: 18.75%;
    left: 7.5%;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development .ds-content-text img {
    width: 750px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development .button_click {
    width: 150px;
    height: 37.5px;
    border-radius: 18.75px;
    line-height: 30px;
    margin-top: 45px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development .button_click a {
    font-size: 15.75px;
    line-height: 37.5px;
    border-radius: 18.75px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development .button_click a img {
    width: 16.5px;
    height: 16.5px;
    margin-left: -6px;
    margin-right: 5.25px;
    margin-top: -3.75px;
  }
  #react-content .banner-bottom .gray {
    height: 98px;
    top: -98px;
  }
  #react-content .banner-bottom .detail_list_new {
    width: 1142px;
    height: 127px;
    top: -127px;
    margin-left: -571px;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new {
    width: 190px;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_c {
    top: 19.5px;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_c .tit_new {
    font-size: 15px;
    margin-top: 10.5px;
    color: #fff;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_c img {
    width: 31.5px;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_h {
    height: 159px;
    display: none;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_h img {
    top: 14px;
    width: 31.5px;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_h .tit_new {
    font-size: 13.5px;
    margin-top: 20.25px;
    margin-bottom: 5px;
    color: #fff;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_h .txt_new {
    font-size: 12px;
  }
  #react-content .banner-bottom .detail_list_new .detail_list_line {
    width: 75px;
    right: 52px;
    height: 4.5px;
    top: 59px;
  }
  #react-content .banner-bottom .detail_list_new .detail_list_line .line_short {
    width: 93px;
    height: 4.5px;
    left: 18px;
  }
  #react-content .banner-bottom .detail_list_new .detail_list_line .line_long {
    width: 175px;
  }
  #react-content .dev_process .title {
    width: 470px;
    padding: 50px 0 59px 0;
  }
  #react-content .dev_process .title h2 {
    font-size: 26px;
  }
  #react-content .dev_process .title .arrow {
    width: 69px;
    float: left;
    margin-right: 24px;
    margin-top: 8px;
  }
  #react-content .dev_process .title .arrow1 {
    margin-left: 24px;
  }
  #react-content .dev_process .dev_main {
    margin-top: 96px;
  }
  #react-content .dev_process .dev_main .dev_phone_img {
    display: none;
  }
  #react-content .dev_process .dev_main .dev_block {
    width: 175px;
  }
  #react-content .dev_process .dev_main .dev_num {
    font-size: 34px;
  }
  #react-content .dev_process .dev_main .dev_tit {
    font-size: 14.4px;
    margin-top: -8px;
    margin-bottom: 4px;
  }
  #react-content .dev_process .dev_main .dev_txt {
    color: #666666;
    font-size: 12px;
    line-height: 18px;
  }
  #react-content .dev_process .dev_main .dev_block1 {
    margin-left: 240px;
  }
  #react-content .dev_process .dev_main .dev_block2 {
    margin-left: 105px;
    margin-top: -96px;
  }
  #react-content .dev_process .dev_main .dev_block3 {
    margin-left: 122px;
  }
  #react-content .dev_process .dev_main .dev_block4 {
    margin-left: 88px;
    margin-top: -96px;
  }
  #react-content .dev_process .dev_main .dev_line {
    width: 132px;
  }
  #react-content .dev_process .dev_main .dev_line1 {
    top: -12px;
    left: 340px;
  }
  #react-content .dev_process .dev_main .dev_line2 {
    transform: rotate(25deg);
    left: 652px;
    top: -18.4px;
  }
  #react-content .dev_process .dev_main .dev_line3 {
    transform: rotate(155deg);
    left: 908px;
    top: -12px;
  }
  #react-content .dev_process .dev_bottom_img {
    text-align: center;
  }
  #react-content .dev_process .dev_bottom_img img {
    width: 1042px;
  }
  #react-content .video-icon-two {
    font-size: 101px;
    height: 80px;
    width: 80px;
    border-radius: 75px;
  }
  #react-content .video-icon-two i {
    font-size: 44px;
    padding: 0px 0px 0 21.6px;
    line-height: 83px;
  }
  #react-content .video-icon-two:hover {
    background-color: rgba(222, 224, 226, 0.5);
    transform: scale(1.2);
  }
  #react-content .video-icon-two::before {
    width: 100px;
    height: 100px;
  }
  #react-content .details_area {
    margin-top: 15px;
  }
  #react-content .details_area .detail_ul {
    width: 1218px;
  }
  #react-content .details_area .detail_ul li {
    width: 20%;
    float: left;
    margin-top: 20px;
  }
  #react-content .details_area .detail_ul li .tit {
    font-size: 13.5px;
    line-height: 19.2px;
    margin-top: 15px;
  }
  #react-content .link_area .title {
    width: 340px;
    padding: 64px 0 88px 0;
  }
  #react-content .link_area .title h2 {
    font-size: 25.6px;
  }
  #react-content .link_area .title .arrow {
    width: 68px;
    float: left;
    margin-right: 24px;
    margin-top: 8px;
  }
  #react-content .link_area .title .arrow1 {
    margin-left: 24px;
  }
  #react-content .link_area .link_hook {
    width: 1048px;
    height: 248px;
  }
  #react-content .link_area .link_hook .link_tab {
    width: 320px;
  }
  #react-content .link_area .link_hook .link_tab .tits {
    font-size: 14.4px;
  }
  #react-content .link_area .link_hook .link_tab .problem {
    width: 320px;
    height: 98px;
  }
  #react-content .link_area .link_hook .link_tab .problem h4 {
    font-size: 21px;
    padding-top: 24px;
  }
  #react-content .link_area .link_hook .link_tab .problem h5 {
    font-size: 12.8px;
    padding-top: 8px;
  }
  #react-content .link_area .link_hook .link_tab .campusBuider_problem {
    margin-top: 20px;
  }
  #react-content .link_area .link_hook .link_tab .thingjs_divroblem {
    margin-top: 18.4px;
  }
  #react-content .link_area .link_hook .con {
    width: 320px;
    height: 244px;
  }
  #react-content .link_area .link_hook .con .tit {
    height: 19px;
    margin-bottom: 19.2px;
  }
  #react-content .link_area .link_hook .con .tit .tits {
    font-size: 14.4px;
  }
  #react-content .link_area .link_hook .con .tit a {
    font-size: 12px;
  }
  #react-content .link_area .link_hook .con .news_information li {
    height: 36px;
    line-height: 36px;
    margin-top: 8px;
  }
  #react-content .link_area .link_hook .con .news_information li a {
    font-size: 12px;
  }
  #react-content .data_results {
    height: 293px;
  }
  #react-content .data_results .tit {
    font-size: 26px;
    line-height: 35px;
    padding: 44px 0px 32px;
  }
  #react-content .data_results .data_results_list {
    width: 1120px;
  }
  #react-content .data_results .data_results_list li {
    height: 160px;
  }
  #react-content .data_results .data_results_list li .adjust {
    height: 160px;
  }
  #react-content .data_results .data_results_list li .adjust img {
    width: 35.2px;
  }
  #react-content .data_results .data_results_list li .adjust .numadd .number {
    font-size: 30px;
    padding: 4px 0 4px 3px;
  }
  #react-content .data_results .data_results_list li .adjust .numadd span {
    font-size: 30px;
  }
  #react-content .data_results .data_results_list li .adjust .line {
    width: 27.2px;
    margin: 4px 0 8px 0px;
  }
  #react-content .data_results .data_results_list li .adjust .txt {
    font-size: 12px;
    line-height: 15.5px;
  }
  #react-content .four-content {
    height: 100vh!important;
  }
}
@media only screen and (max-width: 1499px) {
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box {
    position: initial;
    margin-top: -7%;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .font-campusbuilder {
    width: 65%;
    position: relative;
    display: block;
    margin: 0 auto;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .txt_1 {
    font-size: 29px;
    margin-bottom: 35px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .button_click {
    width: 150px;
    height: 40px;
    transition: all 0.2s;
    border-radius: 30px;
    margin-left: 90px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .button_click a {
    font-size: 20px;
    line-height: 40px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .button_click1 {
    width: 190px;
    height: 40px;
    border-radius: 30px;
    margin-left: 20px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .button_click1 a {
    font-size: 20px;
    line-height: 40px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box .button_click1:hover {
    background: #2198e8;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box {
    position: initial;
    margin-top: -7%;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .font-citybuilder {
    width: 65%;
    position: relative;
    display: block;
    margin: 0 auto;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .txt_1 {
    font-size: 29px;
    text-align: center;
    margin-bottom: 50px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .button_click {
    width: 150px;
    height: 40px;
    transition: all 0.2s;
    border-radius: 30px;
    margin-left: 80px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .button_click a {
    font-size: 20px;
    line-height: 40px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .button_click1 {
    width: 190px;
    height: 41px;
    border-radius: 30px;
    margin-left: 20px;
    border: 1px solid #fff;
    background-color: transparent;
    box-sizing: border-box;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .button_click1 a {
    font-size: 20px;
    line-height: 40px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box .button_click1:hover {
    background: transparent;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .bg3-right-img {
    margin-left: 1%;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .bg3-right-img img {
    width: 65%;
  }
  #react-content .banner-bottom {
    position: relative;
  }
  #react-content .banner-bottom .detail_list_new {
    width: 92%;
    left: 0;
    margin-left: 5%;
  }
  #react-content .banner-bottom .detail_list_new .detail_list_line {
    display: none;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new {
    margin-right: 35px;
  }
  #react-content .data_results {
    position: relative;
  }
  #react-content .details_area .detail_ul {
    width: 95%;
  }
  #react-content .footer-box {
    position: relative;
  }
  #react-content .video-icon-two {
    display: none;
  }
}
@media only screen and (max-width: 1474px) {
  #react-content {
    /*swiper*/
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box {
    left: 10%;
  }
  #react-content .banner-bottom {
    position: relative;
  }
  #react-content .banner-bottom .detail_list_new {
    width: 91%;
    left: 0;
    margin-left: 5%;
  }
  #react-content .banner-bottom .detail_list_new .detail_list_line {
    display: none;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new {
    margin-right: 20px;
  }
  #react-content .link_area {
    height: 810px;
  }
  #react-content .link_area .title {
    padding: 90px 0 110px 0;
  }
  #react-content .link_area .link_hook {
    width: 85%;
    justify-content: space-around;
    align-items: center;
  }
  #react-content .link_area .link_hook .link_tab {
    width: 30%;
  }
  #react-content .link_area .link_hook .link_tab .tits {
    margin: 60px 0 40px 0;
  }
  #react-content .link_area .link_hook .link_tab .problem {
    width: 100%;
    height: auto;
    background-position: center;
    background-size: 110%;
  }
  #react-content .link_area .link_hook .link_tab .problem h4 {
    font-size: 20px;
    padding-top: 30px;
  }
  #react-content .link_area .link_hook .link_tab .problem h5 {
    font-size: 14px;
    padding-bottom: 32px;
  }
  #react-content .link_area .link_hook .con {
    width: 30%;
    margin-top: 60px;
  }
  #react-content .data_results {
    position: relative;
  }
  #react-content .data_results .data_results_list {
    width: 91%;
  }
  #react-content .data_results .data_results_list li:nth-child(2) {
    padding-left: 0px;
  }
  #react-content .data_results .data_results_list li:nth-child(3) {
    padding-left: 0px;
  }
  #react-content .data_results .data_results_list li {
    padding-left: 0;
  }
  #react-content .data_results .data_results_list li .adjust {
    align-items: center;
  }
  #react-content .create-inner {
    height: 200px;
  }
  #react-content .create-inner .tit {
    font-size: 30px;
  }
  #react-content .create-inner .fancy-button {
    width: 108px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  #react-content .banner-bottom {
    position: relative;
  }
  #react-content .banner-bottom .detail_list .detail_child::after {
    margin-left: -2%;
  }
  #react-content .link_area {
    height: 1400px;
  }
  #react-content .link_area .title {
    padding: 90px 0 110px 0;
  }
  #react-content .link_area .link_hook {
    width: 92%;
    justify-content: initial;
    align-items: center;
    flex-direction: column;
  }
  #react-content .link_area .link_hook .link_tab {
    width: 100%;
  }
  #react-content .link_area .link_hook .link_tab .tits {
    display: none;
  }
  #react-content .link_area .link_hook .link_tab .problem {
    width: 100%;
    background-position: center;
  }
  #react-content .link_area .link_hook .con {
    width: 98%;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  #react-content {
    /*swiper*/
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box {
    top: 270px;
    left: 10%;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .tit {
    font-size: 46px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .txt_1 {
    font-size: 32px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .txt_2 {
    font-size: 32px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .button_click {
    display: none;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg1 img {
    width: 157px;
    height: 48px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box .top_text {
    display: none;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box .tit {
    font-style: initial;
    margin-bottom: 25px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box .txt_1 {
    font-style: initial;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box .txt_2 {
    font-style: none;
    font-size: 20px;
    display: none;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 .qrCode {
    display: none;
  }
  #react-content .banner-bottom {
    position: relative;
  }
  #react-content .banner-bottom .detail_list .detail_child {
    align-items: center;
  }
  #react-content .banner-bottom .detail_list .detail_child .txt {
    display: none;
  }
  #react-content .banner-bottom .detail_list .detail_child::after {
    margin-left: -12%;
  }
  #react-content .banner-bottom .detail_list .detail_child:nth-child(2)::after {
    margin-left: -12%;
  }
  #react-content .banner-bottom .detail_list_new {
    width: 80%;
    left: 0;
    margin-left: 5%;
  }
  #react-content .banner-bottom .detail_list_new .detail_list_line {
    display: none;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new {
    margin-right: -60px;
  }
}
@media only screen and (max-width: 769px) {
  #react-content {
    /*swiper*/
    /* 应用栏 */
    /* 开发者空间 */
  }
  #react-content .swiper-container {
    height: 5rem;
    min-height: 0vh;
    margin-top: 70px;
  }
  #react-content .swiper-container .swiper-pagination {
    bottom: 0.7rem;
  }
  #react-content .swiper-container .swiper-button-prev {
    display: none!important;
  }
  #react-content .swiper-container .swiper-button-next {
    display: none!important;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box {
    top: 1.3rem;
    left: 10%;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .tit {
    font-size: 0.6rem;
    margin-bottom: 0rem;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .txt_1 {
    font-size: 0.3rem;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .txt_2 {
    font-size: 0.3rem;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .txt_2 i {
    font-size: 0.35rem;
    top: 0.06rem;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .button_click {
    display: none;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .banner-img-wrapper .banner-text-box .city {
    display: none;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg1 {
    background-size: 200% !important;
    background-position: 63% 45%;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg1 img {
    width: 1.96rem;
    height: 0.6rem;
    margin-bottom: 0.25rem;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 {
    background-image: url("../images/homePage/wap/things_develop_bg2.jpg");
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg2 .banner-text-box {
    display: none;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 {
    background-image: url("../images/homePage/wap/things_develop_bg3.jpg");
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .banner-text-box {
    display: none;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg3 .bg3-right-img {
    display: none;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box {
    left: 10%;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box .tit {
    font-size: 0.5rem;
    margin-bottom: 0.2rem;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box .txt_1 {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
    line-height: 0.4rem;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box .txt_2 {
    font-size: 0.24rem;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg4 .banner-text-box .button_click {
    display: none;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 {
    background-image: url("../images/homePage/wap/things_develop_bg5.png");
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 .banner-text-box .tit {
    font-size: 0.4rem;
    margin-bottom: 0.1rem;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 .banner-text-box .txt_1 {
    font-family: 微软雅黑 Semibold;
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
    line-height: 0.4rem;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 .banner-text-box .txt_2 {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
    line-height: 0.4rem;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 .banner-text-box .button_click {
    display: none;
    width: 1.57rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    transition: none;
    margin: 0 auto;
    line-height: 0.4rem;
    margin-top: 1rem;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 .banner-text-box .button_click a {
    font-size: 0.18rem;
    line-height: 0;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 .banner-text-box .button_click:hover {
    box-shadow: none;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg5 .qrCode {
    display: none;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development {
    width: 5rem;
    height: 2.73rem;
    margin: 0 auto;
    position: relative;
    top: 1.3rem;
    left: 0px;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development .ds-content-text img {
    width: 5.5rem;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development h1 {
    font-size: 0.45rem;
    font-weight: 400;
    line-height: 0.6rem;
    text-shadow: 0px 9px 20px rgba(14, 0, 43, 0.81);
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development .subhead {
    width: 100%;
    height: 0.66rem;
    margin-top: 0.25rem;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development .subhead .subhead_content {
    width: 100%;
    height: 60%;
    background-image: url(/guide/images/wisdomScenarioVDC/wap/subhead_bg.png);
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development .subhead .subhead_content img {
    width: 4rem;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg6 .banner-development .button_click {
    display: none;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 {
    background-image: url('/guide/images/homePage/wap/things_develop_bg7.jpg');
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 .banner-text-box {
    display: none;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 .rocket {
    display: none;
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg7 .cloud {
    display: none;
  }
  #react-content .banner-bottom {
    position: relative;
  }
  #react-content .banner-bottom .gray {
    width: 100%;
    height: 35px;
    top: -35px;
    background: rgba(58, 61, 73, 0.8);
  }
  #react-content .banner-bottom .detail_list {
    width: 100%;
    height: 1rem;
    margin-left: 0;
    top: -1rem;
    background: rgba(58, 61, 73, 0.8);
  }
  #react-content .banner-bottom .detail_list .detail_child .tit {
    font-size: 0.28rem;
    transition: none;
    color: #fff;
  }
  #react-content .banner-bottom .detail_list .detail_child::after {
    border-color: #6A7390;
    height: 0.29rem;
    margin-left: -25%;
  }
  #react-content .banner-bottom .detail_list .detail_child:nth-child(2)::after {
    margin-left: -25%;
  }
  #react-content .banner-bottom .detail_list .detail_child:hover .tit,
  #react-content .banner-bottom .detail_list .detail_child:hover .txt {
    color: #fff;
  }
  #react-content .banner-bottom .detail_list_new {
    width: 70%;
    height: 50px;
    top: -51px;
    left: 0;
    margin-left: 0%;
  }
  #react-content .banner-bottom .detail_list_new .detail_list_line {
    display: none;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new {
    margin-right: -105px;
    height: 0px;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_c {
    width: 100%;
    position: relative;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_c img {
    display: none;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new .detail_child_new_c .tit_new {
    font-size: 0.2rem;
    left: -3px;
    color: #ffffff;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new:hover .detail_child_new_c {
    display: block;
  }
  #react-content .banner-bottom .detail_list_new .detail_child_new:hover .detail_child_new_h {
    display: none;
  }
  #react-content .details_area {
    height: 1.98rem;
  }
  #react-content .details_area .detail_ul {
    height: 1.75rem;
    padding-top: 0.5rem;
  }
  #react-content .details_area .detail_ul li {
    margin-top: 0;
  }
  #react-content .details_area .detail_ul li img {
    width: 0.3rem !important;
    height: 0.3rem !important;
    transition: none;
  }
  #react-content .details_area .detail_ul li .tit {
    font-size: 0.2rem;
    margin-top: 0.2rem;
  }
  #react-content .details_area .detail_ul li:hover img {
    transform: none;
  }
  #react-content .link_area {
    height: 13rem;
  }
  #react-content .link_area .title {
    width: 4.55rem;
    padding: 0.5rem 0 1rem 0;
    margin: 0 auto;
  }
  #react-content .link_area .title h2 {
    font-size: 0.32rem;
  }
  #react-content .link_area .title .arrow {
    width: 0.86rem;
    height: 0.18rem;
    margin-right: 0.3rem !important;
    margin-top: 0.1rem;
  }
  #react-content .link_area .title .arrow1 {
    margin-left: 0.3rem;
  }
  #react-content .link_area .title img:nth-child(1) {
    margin-left: 0.3rem !important;
  }
  #react-content .link_area .link_hook {
    height: 310px;
    margin: 0 auto;
  }
  #react-content .link_area .link_hook .link_tab .tits {
    font-size: 0.2rem;
    font-family: 微软雅黑;
    color: #1a1a1a;
  }
  #react-content .link_area .link_hook .link_tab .problem {
    height: 1.22rem;
    border-radius: 6px;
    transition: none;
  }
  #react-content .link_area .link_hook .link_tab .problem h4 {
    font-size: 0.28rem;
    padding-top: 0.3rem;
  }
  #react-content .link_area .link_hook .link_tab .problem h5 {
    font-size: 0.2rem;
    padding-top: 0.1rem;
  }
  #react-content .link_area .link_hook .link_tab .problem:hover {
    background-size: cover;
  }
  #react-content .link_area .link_hook .link_tab .campusBuider_problem {
    margin-top: 0px;
  }
  #react-content .link_area .link_hook .link_tab .thingjs_divroblem {
    margin-top: 0.25rem;
  }
  #react-content .link_area .link_hook .con {
    width: 90%;
    margin-top: 1rem;
  }
  #react-content .link_area .link_hook .con .tit {
    width: 100%;
    height: 0.24rem;
    margin-bottom: 0.2rem;
  }
  #react-content .link_area .link_hook .con .tit .tits {
    font-size: 0.28rem;
  }
  #react-content .link_area .link_hook .con .tit a {
    font-size: 0.2rem;
    transition: none;
  }
  #react-content .link_area .link_hook .con .tit a:hover {
    color: #999999;
  }
  #react-content .link_area .link_hook .con .news_information li {
    height: 0.45rem;
    line-height: 0.45rem;
    margin-top: 0.1rem;
  }
  #react-content .link_area .link_hook .con .news_information li a {
    font-size: 0.2rem;
    transition: none;
  }
  #react-content .link_area .link_hook .con .news_information li a:hover {
    color: #666666;
  }
  #react-content .data_results {
    width: 100%;
    height: 4rem;
    position: relative;
  }
  #react-content .data_results .tit {
    font-size: 0.4rem;
    padding: 0.45rem 0px 0.35rem;
  }
  #react-content .data_results .data_results_list {
    width: 95%;
  }
  #react-content .data_results .data_results_list li {
    width: 25%;
    height: 2rem;
  }
  #react-content .data_results .data_results_list li .adjust {
    width: 100%;
    height: 2rem;
    align-items: center;
  }
  #react-content .data_results .data_results_list li .adjust img {
    width: 0.4rem;
  }
  #react-content .data_results .data_results_list li .adjust .numadd .number {
    font-size: 0.3rem;
  }
  #react-content .data_results .data_results_list li .adjust .numadd span {
    font-size: 0.3rem;
  }
  #react-content .data_results .data_results_list li .adjust .line {
    width: 0.26rem;
    border-bottom: 0.04rem solid #ffffff;
    margin: 0rem 0 0.1rem 0rem;
  }
  #react-content .data_results .data_results_list li .adjust .txt {
    font-size: 0.14rem;
  }
  #react-content .create-inner {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: /* 注意这里的写法比较特殊 */ 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  #react-content {
    /*swiper*/
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg1 {
    background-size: 95%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #react-content {
    /*swiper*/
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg1 {
    background-size: 140%;
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  #react-content {
    /*swiper*/
  }
  #react-content .swiper-container .swiper-wrapper .swiper-slide .bg1 {
    background-size: 95%;
  }
}
/** 开发流程的适配 **/
@media only screen and (max-width: 1605px) {
}
@media only screen and (max-width: 1455px) {
  #react-content .dev_process .dev_main .dev_block1 {
    margin-left: 145px;
  }
  #react-content .dev_process .dev_main .dev_block2 {
    margin-left: 80px;
  }
  #react-content .dev_process .dev_main .dev_block3 {
    margin-left: 90px;
  }
  #react-content .dev_process .dev_main .dev_block4 {
    margin-left: 80px;
  }
  #react-content .dev_process .dev_main .dev_line {
    width: 165px;
    position: relative;
    border-bottom: 1px solid #ff7f00;
  }
  #react-content .dev_process .dev_main .dev_line1 {
    left: 250px;
  }
  #react-content .dev_process .dev_main .dev_line2 {
    left: 570px;
  }
  #react-content .dev_process .dev_main .dev_line3 {
    left: 840px;
  }
  #react-content .dev_process .dev_bottom_img img {
    width: 1142px;
  }
}
@media only screen and (max-width: 1355px) {
  #react-content .dev_process .dev_main .dev_block1 {
    margin-left: 105px;
  }
  #react-content .dev_process .dev_main .dev_block2 {
    margin-left: 80px;
  }
  #react-content .dev_process .dev_main .dev_block3 {
    margin-left: 90px;
  }
  #react-content .dev_process .dev_main .dev_block4 {
    margin-left: 80px;
  }
  #react-content .dev_process .dev_main .dev_line1 {
    left: 200px;
  }
  #react-content .dev_process .dev_main .dev_line2 {
    left: 520px;
  }
  #react-content .dev_process .dev_main .dev_line3 {
    left: 790px;
  }
}
@media only screen and (max-width: 1300px) {
  #react-content .dev_process .dev_main .dev_block1 {
    margin-left: 105px;
  }
  #react-content .dev_process .dev_main .dev_block2 {
    margin-left: 80px;
  }
  #react-content .dev_process .dev_main .dev_block3 {
    margin-left: 90px;
  }
  #react-content .dev_process .dev_main .dev_block4 {
    margin-left: 80px;
  }
  #react-content .dev_process .dev_main .dev_line {
    width: 165px;
    position: relative;
    border-bottom: 1px solid #ff7f00;
  }
  #react-content .dev_process .dev_main .dev_line1 {
    left: 200px;
  }
  #react-content .dev_process .dev_main .dev_line2 {
    left: 520px;
  }
  #react-content .dev_process .dev_main .dev_line3 {
    left: 790px;
  }
  #react-content .dev_process .dev_bottom_img img {
    width: 1075px;
  }
}
@media only screen and (max-width: 1250px) {
  #react-content .dev_process .dev_main .dev_block1 {
    margin-left: 70px;
  }
  #react-content .dev_process .dev_main .dev_block2 {
    margin-left: 70px;
  }
  #react-content .dev_process .dev_main .dev_block3 {
    margin-left: 70px;
  }
  #react-content .dev_process .dev_main .dev_block4 {
    margin-left: 70px;
  }
  #react-content .dev_process .dev_main .dev_line {
    width: 165px;
    position: relative;
    border-bottom: 1px solid #ff7f00;
  }
  #react-content .dev_process .dev_main .dev_line1 {
    left: 150px;
  }
  #react-content .dev_process .dev_main .dev_line2 {
    left: 470px;
  }
  #react-content .dev_process .dev_main .dev_line3 {
    left: 740px;
  }
  #react-content .dev_process .dev_bottom_img img {
    width: 1000px;
  }
}
@media only screen and (max-width: 1250px) {
  #react-content .dev_process .title {
    width: 6.2rem;
    padding: 0.5rem 0 1rem 0;
    margin: 0 auto;
  }
  #react-content .dev_process .title h2 {
    font-size: 0.32rem;
  }
  #react-content .dev_process .title .arrow {
    width: 0.86rem;
    height: 0.18rem;
    margin-right: 0.3rem !important;
    margin-top: 0.1rem;
  }
  #react-content .dev_process .title .arrow1 {
    margin-left: 0.3rem;
  }
  #react-content .dev_process .title img:nth-child(1) {
    margin-left: 0.3rem !important;
  }
  #react-content .dev_process .dev_main {
    display: none;
  }
  #react-content .dev_process .dev_main_phone {
    display: block !important;
  }
  #react-content .dev_process .dev_main_phone .dev_phone {
    margin-bottom: 20px;
  }
  #react-content .dev_process .dev_main_phone .dev_phone .dev_phone_img {
    display: inline-block;
    margin-left: 2rem;
  }
  #react-content .dev_process .dev_main_phone .dev_phone .dev_phone_img img {
    width: 3.2rem;
    position: relative;
  }
  #react-content .dev_process .dev_main_phone .dev_phone .dev_block_phone {
    float: right;
    width: 3.7rem;
    right: 2rem;
    position: relative;
  }
  #react-content .dev_process .dev_main_phone .dev_num_phone {
    color: #ff7a1e;
    font-size: 0.6rem;
    font-weight: bold;
  }
  #react-content .dev_process .dev_main_phone .dev_tit_phone {
    color: #333333;
    font-size: 0.3rem;
    margin-top: -10px;
    margin-bottom: 2px;
    font-weight: bold;
  }
  #react-content .dev_process .dev_main_phone .dev_txt_phone {
    color: #666666;
    font-size: 0.2rem;
    line-height: 22px;
  }
  #react-content .dev_process .dev_main_phone .dev_txt_phone::after {
    content: "";
    position: absolute;
    width: 1px;
    top: 2.6rem;
    height: 0.5rem;
    display: block;
    border-left: 1px solid #ff7f00;
    left: 20px;
  }
  #react-content .dev_process .dev_main_phone .dev_block4_phone .dev_txt_phone::after {
    display: none;
  }
  #react-content .dev_process .dev_bottom_img {
    display: none;
  }
}
@media only screen and (max-width: 1125px) {
  #react-content .dev_process .dev_main_phone .dev_phone .dev_phone_img {
    margin-left: 1rem;
  }
  #react-content .dev_process .dev_main_phone .dev_phone .dev_block_phone {
    right: 1rem;
  }
}
@media only screen and (max-width: 880px) {
  #react-content .dev_process .dev_main_phone .dev_phone .dev_phone_img {
    margin-left: 0rem;
  }
  #react-content .dev_process .dev_main_phone .dev_phone .dev_block_phone {
    right: 0.3rem;
  }
}
@media only screen and (max-width: 350px) {
  #react-content .dev_process {
    display: none;
  }
}


.anli_all{
   
  width: 1437px;
  height: 428px;
  /* background-color: red; */
  margin-left: -539px;
  margin-top: -8px;
  display: flex;
  flex-wrap: wrap;
}

.anli_list{
  width: 338px;
  height: 220px;
  background-color: #ffffff;
  margin-left: 20px;
  margin-top: 30px;
  border-radius: 6px;
  box-shadow: -10px 10px 10px -4px rgb(224, 222, 222), 5px 5px 10px -4px rgb(194, 194, 194);

}

.fangan_all{
   
  width: 1437px;
  height: 228px;
  /* background-color: red; */
  margin-left: -539px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.fangan_list{
  width: 338px;
  height: 258px;
  background-color: #ffffff;
  margin-left: 20px;
  /* margin-top: 15px; */
  border-radius: 6px;
  box-shadow: -10px 10px 10px -4px rgb(224, 222, 222), 5px 5px 10px -4px rgb(194, 194, 194);

}

.fangan_list_p{
  width: 461px;
  height: 238px;
  background-color: #ffffff;
  margin-left: 20px;
  /* margin-top: 15px; */
  border-radius: 6px;
  margin-top: 25px;
  box-shadow: -10px 10px 10px -4px rgb(224 222 222), 5px 5px 10px -4px rgb(194 194 194);

}


.anli_list_image{
  width: 100%;
  height: 166px;
  background-color: #c3c7cc;
}

.anli_list_image_p{
  width: 100%;
  height: 199px;
  background-color: #c3c7cc;
}

.cover{
  overflow: hidden;

}



.img_list{cursor: pointer;transition: all 0.6s;}

.img_list:hover{
  
  transform: scale(1.4);
}


.anli_list_01{
  width: 438px;
  height: 315px;
  background-color: #318cf4;
   
}

.cover{
  width: 100%;
  height: 255px;
  /* background-color: rgb(3, 10, 7);  */
}
 

.anli_list_01_test{
  color: white;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  margin-top: 59px;
}

.anli_list_01_testdown{
 
 
  font-size: 18px;
  margin: 36px;
  color: white;
  opacity: 0.5;
}

.xm_r_m{
  margin-top: 21px;
  width: 244px;
  height: 367px;
  margin-left: -537px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}


.xm_r_m-3d{
  width: 1544px;
  height: 348px;
  display: flex;
  flex-wrap: wrap;
  /* background-color: rgb(237, 251, 252); */
   /* background-image: url("../images/3d.png"); */
  /* background-repeat: no-repeat;
  background-size: 100%;  */
  margin-left: -539px;
  margin-top: 95px;
  /* border-radius: 20px; */
}

.xm_r_m-3d_2{
  display: flex;
    flex-wrap: wrap;
    width: 1241px;
    height: 348px;
    margin-top: -817px;
    margin-left: -286px;
}

.xm_r_m-3d_3{
  display: flex;
  flex-wrap: wrap;
  width: 1326px;
  height: 348px;
  margin-top: 57px;
  margin-left: -543px;
}

.article_1_2_1_img{

}

/* .input_search{
  z-index: 5000;
  position: absolute;
  top: 38%;
  left: 13%;
  border-radius: 0px 4px 4px 4px;
  background-color: #fff;width:600px;height: 50px;
} */



form {
  left: 235px;
  top: 239px;
  z-index: 5000;
  position: absolute;
  width: 600px;
  height: 61px;
  margin: 0 auto;
}

.d4 form {
  border-radius: 10px;
  background: #f5f5f4;
  /* border-bottom: 4px solid #be290e; */
}
.d4 input, .d4 button {
  /* border: none;
  outline: none;
  background: transparent; */
}
.d4 input {
  /* width: 116%;
  height: 64px;
  padding-left: 15px; */
}
.d4 button {
  height: 42px;
  width: 42px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.d4 button:before {
  content: "\f002";
    font-family: FontAwesome;
    font-size: 25px;
    /* margin-bottom: 47px; */
    /* top: 26px; */
    line-height: 2.6;
    margin-left: -24px;
    color: #1368e9;
}

.hot_search{
  opacity: 0.7;
  display: flex;
  z-index: 6000;
  position: absolute;
  color: white;
  top: 469px;
  left: 426px;
  font-family: system-ui;
  font-size: 15px;

}

.hot_search_text{
  z-index: 6000;
  position: absolute;
  color: white;
  left: 107px;
  top: 244px;
  font-size: 20px;
  FONT-FAMILY: serif;
}

.text_01{
  margin-left: -519px;
  width: 232px;
  height: 36px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 1px;
  color: #434343;
  display: flex;
  flex-wrap: wrap;
}

.text_fu{
  font-style: italic;
  font-size: 15px;
  opacity: 0.3;
  margin-left: -402px;
  margin-top: -35px;
  letter-spacing: 3px;

}

.tj_first{
  margin-left: -516px;
  margin-top: 27px;
  width: 692px;
  height: 560px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: -10px 10px 10px -4px rgb(224, 222, 222), 5px 5px 10px -4px rgb(194, 194, 194);

}

.tj_first_image{
  width: 100%;
  height: 400px;
  background-color: rgb(194, 194, 194);
}

.tj_first_right{
  margin-left: 208px;
  margin-top: -580px;
  width: 692px;
  height: 560px;
}

.anli_list_phone {
  width: 469px;
  height: 248px;
  background-color: #ffffff;
  margin-left: 20px;
  margin-top: 30px;
  border-radius: 6px;
  box-shadow: -10px 10px 10px -4px rgb(224 222 222), 5px 5px 10px -4px rgb(194 194 194);
}

