.banc {
  position: relative;
  background-color: #F4F7FB;
  user-select: none;
}
.banc .banner {
  background-image: url(/guide/image/modeling/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -30px;
}
.banc .banner .banner-wrap {
  display: flex;
  align-items: center;
  max-width: 1400px;
  width: 78%;
  height: 500px;
  margin: 0 auto;
}
.banc .banner .banner-wrap .banner-main {
  width: 40%;
  min-width: 730px;
  text-align: left;
}
.banc .banner .banner-wrap .banner-main .title {
  display: flex;
  align-items: center;
  font-size: 34px;
  color: #181a39;
  margin-bottom: 2%;
}
.banc .banner .banner-wrap .banner-main .title .logo {
  background-image: url('/guide/image/bannerLogo/lowCode.png');
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  margin-right: 2%;
  background-size: contain;
}
.banc .banner .banner-wrap .banner-main .title .jianju {
  letter-spacing: 4px;
  align-items: baseline;
}
.banc .banner .banner-wrap .banner-main .title .thingjsText {
  font-size: 32px;
  letter-spacing: 1px;
}
.banc .banner .banner-wrap .banner-main .title .play-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  width: 114px;
  height: 28px;
  border: 1px solid #6b707a;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  font-size: 16px;
}
.banc .banner .banner-wrap .banner-main .title .play-btn .circle {
  width: 15px;
  height: 15px;
  border: 1px solid #6b707a;
  border-radius: 50%;
  position: relative;
  margin-left: 5px;
  margin-top: 2px;
}
.banc .banner .banner-wrap .banner-main .title .play-btn .circle .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #6b707a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 1px;
}
.banc .banner .banner-wrap .banner-main .subtitle {
  font-size: 24px;
  color: #6b707a;
  margin: 4px 0 0;
  display: flex;
}
.banc .banner .banner-wrap .banner-main .text {
  font-size: 16px;
  color: #6b707a;
  line-height: 24px;
  width: 579px;
  margin: 10px 0;
}
.banc .banner .banner-wrap .banner-main .btn {
  display: flex;
  margin: 4% 0;
  padding: 0;
  transition: none;
}
.banc .banner .banner-wrap .banner-main .btn .free-btn {
  width: 160px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #ff9e00;
  border: none;
  border-radius: 18px;
  color: #fff;
  margin-right: 40px;
  cursor: pointer;
  font-size: 16px;
}
.banc .banner .banner-wrap .banner-main .btn .free-btn:hover {
  background: #ff7800;
}
.banc .banner .banner-wrap .banner-main .btn .join-btn {
  width: 160px;
  height: 36px;
  background: #fff;
  border: 1px solid #ff9e00;
  border-radius: 18px;
  color: #ff9e00;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  font-size: 16px;
  margin-right: 40px;
}
.banc .banner .banner-wrap .banner-main .btn .join-btn:hover {
  background: #f9e8c6;
}
.banc .banner .banner-wrap .banner-main .btn .join-btn1 {
  width: 160px;
  height: 36px;
  color: #FF7800;
  border-radius: 18px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banc .banner .banner-wrap .banner-main .btn .join-btn1 img {
  width: 16px;
  height: 16px;
  margin-right: 7px;
}
.banc .banner .banner-wrap .banner-main .bottomText {
  display: flex;
  align-items: center;
}
.banc .banner .banner-wrap .banner-main .bottomText a {
  cursor: pointer;
  position: relative;
}
.banc .banner .banner-wrap .banner-main .bottomText a span {
  font-size: 16px;
  color: #181a39;
  line-height: 24px;
  margin-right: 20px;
  color: #ff7800;
}
.banc .banner .banner-wrap .banner-main .bottomText a.text2 {
  margin-right: 20px;
}
.banc .banner .banner-wrap .banner-main .bottomText a.text2::after {
  content: '';
  position: absolute;
  height: 16px;
  border-right: 2px solid #ff7800;
  margin-top: 5px;
}
.banc .nav {
  width: 80%;
  max-width: 1400px;
  background: #fff;
  box-shadow: 7px 7px 20px 0px #f8fafb;
  margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: 9;
}
.banc .nav .nav-wrap {
  width: 100%;
  max-width: 1400px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.banc .nav .nav-wrap .nav-item {
  font-size: 18px;
  color: #181a39;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.banc .nav .nav-wrap .nav-item-active {
  border-bottom: 2px solid #ff9e00;
  color: #ff9e00;
}
.banc .service_code {
  padding-top: 102px;
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4%;
}
.banc .service_code .service_img {
  width: 57%;
  box-shadow: 3px 2px 15px 4px #e8edf5;
}
.banc .service_code .service_img picture {
  display: block;
  width: 100%;
}
.banc .service_code .service_img picture img {
  width: 100%;
}
.banc .service_code .service_cont {
  width: 37%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banc .service_code .service_cont .service_title {
  font-size: 20px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #181A39;
  margin-bottom: 2%;
}
.banc .service_code .service_cont .service_desc {
  font-size: 16px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #6B707A;
  line-height: 26px;
  margin-bottom: 6%;
}
.banc .demo_btn {
  width: 170px;
  height: 36px;
  background: #FF9E00;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banc .demo_btn > a {
  font-size: 16px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #FFFFFF;
}
.banc .demo_btn:hover {
  background: #ff7800;
  cursor: pointer;
  color: #FFFFFF;
}
.banc .require {
  margin: auto;
  margin-bottom: 6%;
}
.banc .sen_service {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.banc .sen_service .sen_service_title {
  font-size: 36px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #181A39;
  text-align: center;
  margin-bottom: 6%;
}
.banc .sen_service .sen_content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
.banc .sen_service .sen_content > div {
  margin-bottom: 2%;
}
.banc .sen_service .sen_content > div:nth-child(1),
.banc .sen_service .sen_content > div:nth-child(2),
.banc .sen_service .sen_content > div:nth-child(4) {
  margin-right: 2%;
}
.banc .sen_service .sen_content .sen_document {
  display: flex;
  flex-direction: row;
  width: 30%;
  padding: 3%;
  border: 2px solid #fff;
  box-shadow: 11px 11px 30px 0px rgba(69, 89, 146, 0.02);
  border-radius: 10px;
  background-image: linear-gradient(to bottom, #F5F8FA, #FFFFFF);
  min-height: 190px;
}
.banc .sen_service .sen_content .sen_document .doc_img {
  width: 20%;
  height: 40px;
}
.banc .sen_service .sen_content .sen_document .doc_cont {
  width: 80%;
}
.banc .sen_service .sen_content .sen_document .doc_cont .doc_title {
  font-size: 20px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #181A39;
}
.banc .sen_service .sen_content .sen_document .doc_cont .doc_desc {
  font-size: 16px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #6B707A;
}
.banc .sen_service .demo_btn {
  margin: auto;
  margin-bottom: 10%;
  margin-top: 2%;
}
.banc .sen_service .demo_btn:hover {
  cursor: pointer;
  background: #ff7800;
  color: #fff;
}
@media only screen and (min-width: 1541px) and (max-width: 1746px) {
  .banc .nav {
    width: 78%;
  }
  .banc .con_box .cont_top .content {
    width: 78%;
  }
  .banc .con_box .cont_top .content .card_left {
    width: 44%;
  }
  .banc .con_box .cont_top .content .card_left > img {
    width: 100%;
  }
  .banc .con_box .cont_top .content .card_right {
    width: 50%;
  }
  .banc .con_box .cont_top .content .card_right .right_wrap .solution .solution-nav .solution-nav-item.cards-slide-active {
    width: 37%;
  }
  .banc .con_box .cont_top .content .card_right .right_wrap .solution .solution-nav .solution-nav-item.nav-item:not:not(.cards-slide-active) {
    width: 18%;
    height: auto;
  }
  .banc .con_box .cont_top .content .card_right .right_wrap .solution .solution-nav .solution-nav-item .nav-text {
    margin: auto 7%;
    display: block;
  }
  .banc .con_box .swiper-studio {
    width: 78%;
  }
  .banc .con_box .scroll_box .resource_group {
    width: 82%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .banc .con_box .scroll_box .resource_group .group_image {
    width: calc(100% / 3);
  }
  .banc .con_box .topo_application .application_nav {
    width: 75%;
  }
  .banc .con_box .topo_application .application_content_wrap .application_content {
    width: 78%;
  }
  .banc .con_box .topo_price .price_on {
    width: 78%;
  }
  .banc .con_box .topo_price .price_on .online {
    width: 30%;
  }
  .banc .con_box .topo_price .price_on .offline {
    width: 34%;
  }
  .banc .con_box .topo_price .price_on .offlineDeployment {
    width: 28%;
  }
  .banc .con_box .topo_price .price_footer .detail {
    width: 78%;
  }
  .banc .con_box .topo_application .application_content_wrap .application_content .content .introduce_apply .introduce_img {
    width: 50%;
  }
  .banc .con_box .topo_application .application_content_wrap .application_content .content .introduce_apply .introduce_img > img {
    width: 100%;
  }
  .banc .con_box .topo_application .application_content_wrap .application_content .content .introduce_apply .apply {
    width: 78%;
  }
  .banc .con_box .topo_application .application_content_wrap .application_content .content .introduce_apply .apply .item_text {
    width: 47%;
    right: 10%;
  }
  .banc .con_box .document_center .decument_cont {
    width: 78%;
  }
  .banc .con_box .document_center .decument_cont .cont .cont_img {
    margin: 7% 5%;
  }
  .banc .con_box .document_center .decument_cont .cont .cont_text {
    margin: 5% 2%;
    width: 60%;
  }
  .banc .con_box .set_progress .progress_cont {
    width: 78%;
  }
}
@media only screen and (min-width: 1475px) and (max-width: 1540px) {
  .banc .nav {
    width: 80%;
  }
  .banc .banner .banner-wrap {
    width: 80%;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1474px) {
  .banc .nav {
    width: 80%;
  }
  .banc .sen_service .sen_content .sen_document {
    display: flex;
    flex-direction: row;
    width: 48%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 1280px) {
  .banc .nav {
    width: 80%;
  }
  .banc .sen_service .sen_content .sen_document {
    padding: 5% 3%;
  }
}
@media only screen and (max-width: 1024px) {
  .banc {
    position: relative;
  }
  .banc .banner .banner-wrap {
    max-width: 1400px;
    width: 80%;
    height: 500px;
  }
  .banc .banner .banner-wrap .banner-main {
    width: 40%;
    min-width: 730px;
    margin-top: 4%;
  }
  .banc .banner .banner-wrap .banner-main .title {
    font-size: 36px;
  }
  .banc .banner .banner-wrap .banner-main .title .play-btn {
    margin-left: 20px;
    width: 114px;
    height: 28px;
    border-radius: 14px;
    font-size: 16px;
  }
  .banc .banner .banner-wrap .banner-main .title .play-btn .circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
  }
  .banc .banner .banner-wrap .banner-main .title .play-btn .circle .play {
    width: 0;
    height: 0;
    border-width: 3px 0 3px 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .banc .banner .banner-wrap .banner-main .text {
    font-size: 16px;
    line-height: 24px;
    width: 579px;
    margin: 18px 0;
    padding-top: 10px;
  }
  .banc .banner .banner-wrap .banner-main .btn {
    margin: 40px 0 35px 0;
    padding: 0;
  }
  .banc .banner .banner-wrap .banner-main .btn .free-btn {
    width: 160px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    margin-right: 40px;
  }
  .banc .banner .banner-wrap .banner-main .btn .join-btn {
    width: 160px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
  }
  .banc .banner .banner-wrap .banner-main .btn .join-btn1 {
    width: 160px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
  }
  .banc .banner .banner-wrap .banner-main .bottomText a span {
    font-size: 16px;
    line-height: 24px;
    margin-right: 30px;
  }
  .banc .nav {
    width: 80%;
    top: 0;
    z-index: 9;
  }
  .banc .nav .nav-wrap {
    width: 100%;
    max-width: 1440px;
    height: 60px;
  }
  .banc .nav .nav-wrap .nav-item {
    font-size: 15px;
    width: 120px;
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 870px) {
  .banc {
    position: relative;
  }
  .banc .banner .banner-wrap {
    max-width: 1400px;
    width: 80%;
    height: 500px;
  }
  .banc .banner .banner-wrap .banner-main {
    width: 40%;
    min-width: 730px;
    margin-top: 4%;
  }
  .banc .banner .banner-wrap .banner-main .title {
    font-size: 36px;
  }
  .banc .banner .banner-wrap .banner-main .text {
    font-size: 16px;
    line-height: 24px;
    width: 579px;
    margin: 18px 0;
    padding-top: 10px;
  }
  .banc .banner .banner-wrap .banner-main .btn {
    margin: 40px 0 35px 0;
    padding: 0;
  }
  .banc .banner .banner-wrap .banner-main .btn .free-btn {
    width: 160px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    margin-right: 40px;
  }
  .banc .banner .banner-wrap .banner-main .btn .join-btn {
    width: 160px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
  }
  .banc .banner .banner-wrap .banner-main .btn .join-btn1 {
    width: 160px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
  }
  .banc .nav {
    width: 90%;
    top: 0;
    z-index: 9;
  }
  .banc .nav .nav-wrap {
    width: 88%;
    max-width: 1440px;
    height: 60px;
  }
  .banc .service_code {
    padding-top: 60px;
    align-items: center;
  }
  .banc .service_code .service_img {
    width: 80%;
    margin-bottom: 4%;
  }
  .banc .service_code .service_cont {
    width: 80%;
  }
  .banc .lowCodeFrame {
    flex-direction: column;
  }
  .banc .zeroCodeDemo {
    flex-direction: column-reverse;
  }
  .banc .sen_service .sen_content .sen_document {
    width: 60%;
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 420px) and (max-width: 769px) {
  .banc {
    position: relative;
  }
  .banc .banner .banner-wrap {
    max-width: 1400px;
    width: 90%;
    height: 500px;
  }
  .banc .banner .banner-wrap .banner-main {
    width: 100%;
    min-width: auto;
    margin-top: 13%;
  }
  .banc .banner .banner-wrap .banner-main .title {
    font-size: 23px;
  }
  .banc .banner .banner-wrap .banner-main .title .thingjsText {
    font-size: 20px;
  }
  .banc .banner .banner-wrap .banner-main .title .play-btn {
    display: none;
  }
  .banc .banner .banner-wrap .banner-main .subtitle {
    font-size: 20px;
  }
  .banc .banner .banner-wrap .banner-main .text {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin: 18px 0;
    padding-top: 0px;
  }
  .banc .banner .banner-wrap .banner-main .btn {
    display: flex;
    margin: 30px 0 30px 0;
    padding: 0;
  }
  .banc .banner .banner-wrap .banner-main .btn .free-btn {
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    margin-right: 20px;
  }
  .banc .banner .banner-wrap .banner-main .btn .join-btn {
    width: 120px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    margin-right: 20px;
  }
  .banc .banner .banner-wrap .banner-main .btn .join-btn1 {
    width: 120px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
  }
  .banc .nav {
    display: none;
  }
  .banc .sen_service .sen_content .sen_document {
    min-height: 170px;
    width: 80%;
    padding: 10% 3%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 420px) {
  .banc {
    position: relative;
  }
  .banc .banner .banner-wrap {
    height: max-content;
    width: 100%;
    padding: 10% 5% 0;
  }
  .banc .banner .banner-wrap .banner-main {
    width: 100%;
    min-width: auto;
    margin: 0;
    padding-top: 22%;
  }
  .banc .banner .banner-wrap .banner-main .title {
    font-size: 20px;
  }
  .banc .banner .banner-wrap .banner-main .title .logo {
    width: 30px;
    height: 30px;
  }
  .banc .banner .banner-wrap .banner-main .title .jianju {
    letter-spacing: 0px;
  }
  .banc .banner .banner-wrap .banner-main .title .thingjsText {
    font-size: 16px;
  }
  .banc .banner .banner-wrap .banner-main .subtitle {
    font-size: 16px;
    margin: 18px 0;
  }
  .banc .banner .banner-wrap .banner-main .btn {
    display: flex;
    margin: 30px 0 30px 0;
    padding: 0;
    justify-content: center;
  }
  .banc .banner .banner-wrap .banner-main .btn .free-btn {
    width: 100px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    margin-right: 20px;
  }
  .banc .banner .banner-wrap .banner-main .btn .join-btn {
    width: 115px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    margin-right: 20px;
  }
  .banc .banner .banner-wrap .banner-main .btn .join-btn1 {
    width: 100px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
  }
  .banc .nav {
    display: none;
  }
  .banc .service_code .service_cont {
    width: 100%;
  }
  .banc .service_code .service_img {
    width: 100%;
    margin-bottom: 10%;
  }
  .banc .sen_service .sen_service_title {
    font-size: 30px;
  }
  .banc .sen_service .sen_content .sen_document {
    min-height: 170px;
    width: 100%;
    padding: 10% 3%;
  }
}
