.app-details {
  padding: 50px 0 60px;
}
.menu-list {
  margin-bottom: 30px;
}
.menu-list .main-home {
  color: #101f3a;
  font-family: Manrope !important;
  font-weight: 500;
  /* background: url(/wp-content/uploads/svg/angle-right-1.svg) right center no-repeat;
  background-size: 10px 10px; */
  padding-right: 20px;
  margin-right: 11px;
}
.menu-list .app-name {
  color: #006ee1;
}
.menu-list .main-home:hover {
  color: #006ee1;
}
.app-details .content-left {
  width: 65%;
}
.linkus-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.linkus-info .img {
  margin-bottom: 0;
  width: 13%;
}
.linkus-info div {
  width: 83.5%;
}
.app-details h1 {
  font-size: 24px;
  margin-bottom: 15px;
}
.app-details .t {
  margin-bottom: 15px;
}
.app-details .category .name {
  background-color: #f2f4f6;
  padding: 0 5px;
  border-radius: 5px;
  margin-left: 16px;
}
.app-details .category .with {
  border-left: 1px solid #7c818a;
  padding-left: 12px;
  margin-left: 16px;
}
.app-details .btn-link a {
  background-color: #006ee1;
}
/*  */
#installation {
  display: none;
}
#overview .vc_column_container > .vc_column-inner,
#installation .vc_column_container > .vc_column-inner {
  padding: 0;
}
#app-wrap .wpex-vc-columns-wrap.clr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#app-wrap .vc_col-sm-8 {
  width: 65%;
}
#app-wrap .vc_col-sm-4 {
  width: 30%;
  background-color: #f7f9fa;
  border-radius: 13px;
  padding: 25px 12px 15px;
}
#app-wrap .app-info {
  padding-bottom: 33px;
  margin-bottom: 33px;
  border-bottom: 1px solid #e7e8eb;
}
#app-wrap .wpb_content_element:last-child .app-info {
  padding-bottom: 0;
  border: none;
}
#app-wrap .app-info .title {
  font-size: 20px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #101f3a;
}
#app-wrap .app-info .title .t {
  font-family: Open Sans !important;
  color: #303c42;
  font-size: 16px;
  margin-left: 10px;
}
#app-wrap .list {
  position: relative;
  padding-left: 24px;
}
#app-wrap .list::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #006ee1;
  position: absolute;
  left: 0;
  top: 10px;
}
#app-wrap .app-info .list {
  padding-left: 14px;
  margin-bottom: 10px;
}
#app-wrap .app-info .list::before {
  width: 4px;
  height: 4px;
}
#app-wrap .app-info .link {
  margin-bottom: 10px;
}
#app-wrap .app-info .link a {
  /* background: url(/wp-content/uploads/svg/jump_link.svg) right center no-repeat;
  background-size: 23px 23px; */
  padding-right: 30px;
  color: #303c42;
}
#app-wrap .app-info .link a:hover {
  color: #006ee1;
}
/*  */
#app-wrap .taggle-tab {
  display: flex;
  margin-left: -15px;
  border-bottom: 1px solid #e7e8eb;
  margin-bottom: 35px;
}
#app-wrap .taggle-tab p {
  font-size: 20px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #7c818a;
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 3px solid rgb(231 232 235 / 0%);
  cursor: pointer;
}
#app-wrap .taggle-tab .overview {
  margin-right: 50px;
}
#app-wrap .taggle-tab .tab-active {
  color: #303c42;
  border-color: #006ee1;
}
#overview .wpex-slider,
#overview .wpb_video_widget {
  margin-top: 60px;
}
#overview iframe,
#installation iframe {
  border-radius: 20px;
}
#overview h2 {
  font-size: 20px;
  text-align: left;
  margin: 60px 0 30px;
}
#overview .dot {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
#overview .dot::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  /* background: url(/wp-content/uploads/2022/01/select-blue-icon.svg) center
    no-repeat;
  background-size: cover; */
  position: absolute;
  left: 0;
  top: 7px;
}
#overview .item-wrap {
  display: flex;
  align-items: stretch;
}
#overview .item-wrap .item {
  width: 49%;
  min-height: 141px;
  background: #ffffff;
  border: 1px solid #e7e8eb;
  border-radius: 20px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
#overview .item-wrap .item a {
  display: block;
  width: 27px;
  height: 27px;
  /* background: url(/wp-content/uploads/svg/round-arrow-right.svg) center
    no-repeat;
  background-size: cover; */
  color: rgb(255 255 255 / 0%);
}
#overview .item-wrap .item:hover {
  background-color: #f7f9fa;
}
#overview .item-wrap .item:hover a {
  /* background-image: url(/wp-content/uploads/svg/round-arrow-right-blue.svg); */
}
#overview .item-wrap .item div {
  width: 80%;
}
#overview .item-wrap .item .t {
  margin-bottom: 0;
}
#overview .item-wrap .item h4 {
  margin-top: 0;
}
#overview .sp-bottom-thumbnails .sp-grab {
  width: 100% !important;
  margin: 0 auto;
}
#installation .user-guide {
  background-color: #f7f9fa;
  padding: 5px 15px;
  margin-top: 30px;
  width: max-content;
  border-radius: 8px;
}
.site-footer {
  margin-top: 100px;
}
.sp-bottom-thumbnails .sp-thumbnail-container,
.sp-top-thumbnails .sp-thumbnail-container {
  border-radius: 8px;
}
/*  */
.show-contact-info-table .detail-wrap {
  display: flex;
  align-items: center;
}
.show-contact-info-table .detail-wrap img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}
.show-contact-info-table .detail-wrap {
  margin-bottom: 10px;
}
.show-contact-info-table .contact {
  text-align: center;
  font-size: 20px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #101f3a;
  margin-bottom: 8px;
}
.show-contact-info-table .form-content {
  max-width: 533px;
  padding: 30px 32px 40px;
}
.show-contact-info-table .contact-info {
  background-color: #f7f9fa;
  padding: 20px;
  border-radius: 20px;
}
.show-contact-info-table .contact-info .title {
  width: 33%;
  margin-right: 20px;
}
.show-contact-info-table .contact-info .detail {
  color: #006ee1;
}
/* 弹窗 */
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;
}
#primary .form-columns-1 select.hs-input {
  width: 98%;
}
.alert-form {
  position: fixed;
  width: 100%;
  background-color: rgb(0 0 0 / 60%);
  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: absolute;
  top: 18px;
  left: 94%;
  cursor: pointer;
}
.close-form:hover {
  background-color: #006ee1;
  color: #fff;
}
@media (max-width: 1500px) and (min-width: 768px) {
  div .same-width,
  div .display-flex {
    width: 1100px;
    max-width: 90%;
  }
  .app-details .display-flex {
    max-width: 100%;
  }
  .app-details .content-left {
    width: 69%;
  }
  .linkus-info .img {
    width: 11%;
  }
  .linkus-info div {
    width: 86%;
  }
}
@media (max-width: 767px) {
  .app-details .display-flex {
    width: 100%;
  }
  .app-details .content-left {
    margin-bottom: 30px;
  }
  .linkus-info {
    display: block;
  }
  .linkus-info .img {
    width: 100%;
  }
  .linkus-info div {
    width: 100%;
  }
  #app-wrap .wpex-vc-columns-wrap.clr {
    display: block;
  }
  #app-wrap .vc_col-sm-8,
  #app-wrap .vc_col-sm-4 {
    width: 100%;
  }
  #overview .item-wrap {
    display: block;
  }
  #overview .item-wrap .item {
    width: 100%;
  }
  #installation .user-guide {
    width: 100%;
    margin-bottom: 30px;
  }
}
