.workplace-banner {
  min-height: 800px;
  display: flex;
}
div .workplace-banner h1 {
  font-size: 54px;
}
.workplace-banner .bennr-tag {
  font-size: 24px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #00b7ff;
  margin-bottom: 15px;
}
.workplace-banner .content-left {
  width: 51%;
}
.workplace-banner .content-right {
  width: 49%;
}
.workplace-banner .info {
  font-size: 22px;
  line-height: 36px;
  margin: 32px 0 110px;
}
.workplace-banner .btn-link a:first-child {
  background-color: #006ee1;
}
.workplace-banner .btn-link a:last-child {
  background-color: rgb(0 110 225 / 0%);
  border: 1px solid #006ee1;
  color: #006ee1;
  margin-left: 30px;
}
/*  */
.features {
  margin-top: 80px;
}
.features .t {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
.features .function-wrap {
  width: 1075px;
  height: 739px;
  margin: 90px auto 0;
  position: relative;
}
.function-wrap .item {
  width: 23px;
  height: 28px;
  position: absolute;
  cursor: pointer;
  transform-origin: center;
  transform: translate(-10px, -10px);
  -webkit-animation: downup 3s linear infinite;
  animation: downup 3s linear infinite;
}
.function-wrap .item .title {
  width: max-content;
  display: block;
  background-color: rgb(255 255 255 / 70%);
  padding: 0 5px;
  margin-top: 3px;
  border-radius: 10px;
  opacity: 0;
  transform: translate(0);
  transition: all 0.3s;
}
.function-wrap .item1 .title,
.function-wrap .item3 .title,
.function-wrap .item6 .title,
.function-wrap .item7 .title,
.function-wrap .item8 .title {
  position: absolute;
  right: 130%;
  transform: translate(30px);
}
.function-wrap .item1 {
  top: 30%;
  left: 6.6%;
}
.function-wrap .item2 {
  top: 45%;
  left: 12%;
}
.function-wrap .item3 {
  top: 66%;
  left: 38%;
}
.function-wrap .item4 {
  top: 16%;
  left: 21.9%;
}
.function-wrap .item5 {
  top: 33%;
  left: 35.4%;
}
.function-wrap .item6 {
  top: 50%;
  left: 57%;
}
.function-wrap .item7 {
  top: 70%;
  left: 88%;
}
.function-wrap .item8 {
  top: 6%;
  left: 44.5%;
}
.function-wrap .item9 {
  left: 57%;
  top: 8%;
}
.function-wrap .item10 {
  left: 69%;
  top: 22%;
}
.function-wrap .item11 {
  top: 15%;
  left: 81.5%;
}
.function-wrap .item12 {
  top: 23%;
  left: 86%;
}
.function-wrap .item:hover .title {
  transform: translate(30px);
  opacity: 1;
}
.function-wrap .item1:hover .title,
.function-wrap .item3:hover .title,
.function-wrap .item6:hover .title,
.function-wrap .item7:hover .title,
.function-wrap .item8:hover .title {
  transform: translate(0);
}
@keyframes downup {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/*  */
.workplace-wrap3.display-flex {
  margin-top: 100px;
}
.workplace-wrap3 .item {
  width: 32%;
  padding: 32px 4.6%;
  min-height: 520px;
  border-radius: 13px;
}
.workplace-wrap3 .svg {
  width: 70px;
  height: 70px;
  background-color: #21bf73;
  border-radius: 50%;
  margin-bottom: 0;
}
.workplace-wrap3 .item:nth-child(2) .svg {
  background-color: #00b7ff;
}
.workplace-wrap3 .item:nth-child(3) .svg {
  background-color: #ffa300;
}
.workplace-wrap3 h3 {
  margin: 10px 0;
}
.workplace-wrap3 .dot {
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}
.workplace-wrap3 .dot::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 8px;
}
.workplace-wrap3 .item .btn-link,
.workplace-wrap3 .item .play-video {
  margin-top: 36px;
}
.workplace-wrap3 .item .btn-link {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.workplace-wrap3 .item .btn-link a {
  background-color: #006ee1;
}
.workplace-wrap3 .item .play-video {
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.workplace-wrap3 .item .play-video:hover {
  transform: scale(1.1);
}
/* */
.workplace-wrap4 {
  margin-top: 7vw;
}
.workplace-wrap4 h2 {
  margin-bottom: 20px;
}
.workplace-wrap4 h2 + .info {
  text-align: center;
  margin: 0 auto 75px;
}
div .menu-wrap {
  margin-bottom: 60px;
}
.menu-wrap .content {
  text-align: center;
  width: 33.3%;
  cursor: pointer;
  padding-bottom: 27px;
  position: relative;
}
.menu-wrap .content::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #f7f9fa;
  position: absolute;
  left: 0;
  bottom: 0;
}
.menu-wrap .svg {
  margin-bottom: 8px;
}
.menu-wrap .svg img {
  background-color: #f7f9fa;
  border-radius: 27px;
  padding: 2px;
}
.menu-wrap .active .svg img {
  background-color: #006ee1;
}
.menu-wrap .title {
  font-size: 20px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #101f3a;
}
.menu-wrap .active .title {
  color: #006ee1;
}
.menu-wrap .active.content:nth-child(2) .title {
  color: #21bf73;
}
.menu-wrap .active.content:nth-child(3) .title {
  color: #ffa300;
}
.menu-wrap .active::after {
  background-color: #006ee1;
}
.menu-wrap .active.content:nth-child(2)::after {
  background-color: #21bf73;
}
.menu-wrap .active.content:nth-child(3)::after {
  background-color: #ffa300;
}
#dot-wrap .slide-content:nth-child(2) .item:before {
  background-image: url("/wp-content/uploads/svg/dagou-green.svg");
}
#dot-wrap .slide-content:nth-child(3) .item:before {
  background-image: url("/wp-content/uploads/svg/dagou-orange.svg");
}
.slide-wrap {
  position: relative;
  min-height: 500px;
}
.slide-wrap .slide-content {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  display: none;
}
.slide-wrap .slide-content:nth-of-type(1) {
  display: flex;
}
.slide-content .content-left {
  width: 45%;
  font-size: 0;
  margin: 0;
  position: relative;
  min-height: 370px;
}
.slide-content .content-right {
  width: 50%;
}
div #dot-wrap h2 {
  font-size: 30px;
  margin-top: 0;
  line-height: 0;
  margin-bottom: 48px;
}
div #dot-wrap .btn-link a {
  margin-top: 20px;
  background-color: #006ee1;
}
.slide-wrap .tag {
  width: 160px;
  height: 38px;
  background-color: #00b7ff;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  position: relative;
  line-height: 36px;
}
.slide-wrap .slide-content:nth-of-type(2) .tag {
  background-color: #ffb400;
}
.slide-wrap .slide-content:nth-of-type(2) .tag::before {
  border-top-color: #ffb400;
}
.slide-wrap .tip strong {
  font-style: italic;
  text-decoration: underline;
}
.slide-wrap .slide-content .silde {
  margin-bottom: 0;
  line-height: 0;
}
.slide-wrap .slide-content:nth-of-type(1) .silde,
.slide-wrap .slide-content:nth-of-type(3) .silde {
  position: absolute;
  display: none;
}
.slide-wrap .slide-content:nth-of-type(1) .silde:first-child,
.slide-wrap .slide-content:nth-of-type(3) .silde:first-child {
  display: block;
}
div #dot-wrap.dot-wrap-bg .item {
  width: 90%;
}
/*  */
.workplace-wrap5 {
}
.workplace-wrap5 .display-flex {
  align-items: flex-start;
  margin-top: 55px;
  justify-content: center;
}
.workplace-wrap5 h2 {
  margin-bottom: 20px;
}
.workplace-wrap5 .t {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
.workplace-wrap5 .item {
  width: 23%;
  text-align: center;
  margin: 0 10px 40px 0;
}
.workplace-wrap5 .img {
  background-color: #f7f9fa;
  border-radius: 13px;
  padding: 15px;
}
.workplace-wrap5 .titkle {
  margin-bottom: 0;
}
.workplace-wrap5 .samrt .img,
.workplace-wrap5 .e-ink .img {
  min-height:233px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*  */
.workplace-wrap6.display-flex {
  margin-top: 25px;
  padding-left: 81px;
  position: relative;
}
.workplace-wrap6.display-flex::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 308px;
  background-color: #e0f4ff;
  position: absolute;
  left: 0;
  border-radius: 13px;
}
.workplace-wrap6 .content-left {
  width: 42%;
  position: relative;
  z-index: 2;
}
.workplace-wrap6 .content-right {
  width: 57%;
  position: relative;
  z-index: 2;
}
div .workplace-wrap6 h3 {
  margin-top: 0;
}
/*  */
.workplace-wrap7 {
  margin-top: 5vw;
}
.workplace-wrap7 .display-flex {
  align-items: stretch;
}
.workplace-wrap7 .item {
  width: 33.3%;
  border-right: 1px solid #c4c4c4;
  margin-top: 20px;
}
.workplace-wrap7 .item:nth-of-type(3) {
  border-right: none;
}
.workplace-wrap7 .content-wrap {
  padding: 0 40px;
}
.workplace-wrap7 .item h3 {
  font-size: 32px;
  margin-bottom: 2px;
  margin-top: 10px;
}
.workplace-wrap7 .item .intro {
  margin-bottom: 26px;
}
.workplace-wrap7 .more {
  margin-top: 20px;
  text-decoration: underline;
}
.workplace-wrap7 .more:hover a {
  color: #00b7ff;
}
.workplace-wrap7 .btn-link a {
  background-color: #006ee1;
  margin-top: 10px;
}
.workplace-wrap7 .feature-wrap {
  background-color: #f5fcff;
  min-height: 580px;
  padding: 30px 40px;
  display: none;
}
.workplace-wrap7 .feature-wrap .dot {
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}
.workplace-wrap7 .feature-wrap .plus {
  font-family: Manrope !important;
  font-weight: 600;
  font-style: italic;
  color: #101f3a;
}
.workplace-wrap7 .feature-wrap .dot::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 7px;
}
.workplace-wrap7 .notice {
  text-align: center;
  margin-top: 20px;
  display: none;
}
.workplace-wrap7 .notice .star {
  color: #e6492d;
}
.workplace-wrap7 .show {
  text-decoration: underline;
  position: relative;
  cursor: pointer;
  padding-bottom: 40px;
}
.workplace-wrap7 .show::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  transform: rotate(-90deg);
  margin-left: 13px;
  transition: all 0.3s;
}
.workplace-wrap7 .show:hover,
.workplace-wrap7 .show-active {
  color: #006ee1;
}
.workplace-wrap7 .show-active::after {
  transform: rotate(0);
}
/*  */
.workplace-wrap8 {
  min-height: 321px;
  display: flex;
  align-items: center;
  margin-top: 7vw;
}
.workplace-wrap8 div {
  width: 100%;
}
div .workplace-wrap8 h2 {
  text-align: center;
  color: #fff;
  margin: -10px auto 15px;
}
.workplace-wrap8 .btn-link a {
  background-color: #ffa300;
  display: block;
  margin: 0 auto;
}
.workplace-wrap8 .t {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.workplace-wrap8 .small {
  color: #fff;
  text-align: center;
}
.workplace-wrap8 .small a {
  color: #fff;
  text-decoration: underline;
}
.workplace-wrap8 .small a:hover {
  color: #00b7ff;
}
.workplace-wrap8 .btn-link .show-form {
  margin-right: 20px;
}
.workplace-wrap8 .btn-link {
  display: flex;
  width: max-content;
  max-width: 90%;
  margin: 0 auto 20px;
}
.workplace-wrap8 .btn-link a:last-child {
  background-color: #006fe2;
  border: 1px solid #fff;
}
.workplace-wrap8 .sign-in {
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}
.workplace-wrap8 .sign-in a {
  color: #fff;
}
/* 弹窗 */
div .form-columns-0 {
  max-width: 100% !important;
}
.hbspt-form input,
.hbspt-form select {
  border-radius: 8px;
  margin-top: 0;
  height: 45px;
  border: 1px solid #808e9c;
  padding-left: 8px;
  color: #303c42;
}
div .hs-submit input[type="submit"] {
  color: #fff;
  font-size: 18px;
  margin: 50px auto 26px;
  width: 180px;
  height: 50px;
  background-color: #006ee1;
  border-radius: 5px;
  border: none;
  display: block;
}
div .hs-submit input[type="submit"]:hover {
  background-color: #00b7ff;
}
.hbspt-form .field {
  margin-bottom: -5px;
  min-height: 68px;
}
.form-columns-1 p {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 25px;
}
.hs-main-font-element h1 {
  font-size: 23px;
  font-family: Manrope !important;
  font-weight: 700;
  color: #101f3a;
  line-height: 28px;
  margin-bottom: 13px;
}
#primary .form-columns-1 textarea.hs-input {
  width: 98%;
  border: 1px solid #808e9c;
  padding-left: 8px;
  color: #303c42;
  border-radius: 8px;
}
div .hbspt-form h2 {
  margin: 0;
}
div .hbspt-form h2 strong {
  text-align: center;
  font-size: 22px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #101f3a;
}
.alert-form {
  position: fixed;
  width: 100%;
  background-color: rgb(8 107 210 / 40%);
  z-index: 1111111111;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  align-items: center;
  display: none;
}
.form-content {
  background-color: #fff;
  padding: 30px 32px 20px 43px;
  max-width: 700px;
  border-radius: 13px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
}
.close-form {
  width: 22px;
  height: 22px;
  line-height: 18px;
  color: #fff;
  background-color: #00b7ff;
  font-size: 13px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  top: -18px;
  left: 99.5%;
  cursor: pointer;
}
.close-form:hover {
  background-color: #006ee1;
  color: #fff;
}
@media (max-width: 1500px) and (min-width: 769px) {
  div .same-width,
  div .display-flex {
    width: 1100px;
    max-width: 90%;
  }
  .workplace-wrap7 .feature-wrap {
    padding: 30px;
  }
  .workplace-wrap7 .item h3 {
    font-size: 28px;
  }
  div .workplace-banner h1 {
    font-size: 48px;
  }
  .workplace-banner {
    min-height: 650px;
  }
  .workplace-banner .info {
    margin-bottom: 70px;
  }
  .slide-content .content-left {
    min-height: 340px;
  }
  .workplace-wrap4 {
    margin-top: 8vw;
  }
  .features .function-wrap {
    width: 806px;
    height: 554px;
  }
  .workplace-wrap5 .samrt .img,
  .workplace-wrap5 .e-ink .img {
      min-height: 216px;
  }
}
@media (max-width: 1124px) and (min-width: 768px) {
  div article h1 {
    font-size: 4vw;
  }
  .workplace-wrap3 .item {
    padding: 32px 3%;
  }
}
@media (max-width: 767px) {
  div .workplace-banner h1 {
    font-size: 30px;
  }
  .workplace-banner {
    padding-top: 80px;
  }
  .workplace-banner .info {
    margin: 32px 0 50px;
  }
  .workplace-banner .btn-link a:last-child {
    margin-left: 0;
    margin-top: 30px;
  }
  .workplace-wrap3 .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .workplace-wrap5 .item {
    width: 100%;
    margin-bottom: 50px;
  }
  .workplace-wrap6.display-flex {
    padding-left: 0;
  }
  .workplace-wrap6 .content-left {
    padding: 15px;
  }
  .workplace-wrap7 {
    padding-top: 50px;
  }
  div .workplace-wrap7 h1 {
    font-size: 40px;
  }
  .workplace-wrap7 .item {
    width: 100%;
    border-right: none;
  }
  .workplace-wrap7 .feature-wrap {
    min-height: initial;
    padding: 30px 15px;
  }
  .workplace-wrap7 .content-wrap {
    padding: 0 15px;
  }
  .banner .content-right {
    padding-right: 20px;
  }
  div .menu-wrap {
    display: flex;
    align-items: stretch;
  }
  .slide-wrap {
    min-height: 1050px;
  }
  div #dot-wrap.dot-wrap-bg .item {
    width: 100%;
  }
  .workplace-wrap8 {
    padding: 30px 15px;
  }
  .features {
    width: 100%;
    overflow: scroll;
  }
  .features .function-wrap {
    width: 806px;
    height: 554px;
  }
  .function-wrap .item1 .title {
    position: initial;
    transform: translate(0);
  }
  .function-wrap .item1:hover .title {
    transform: translate(30px);
  }
}
