/* remote-management-v2.css */
/*  */
.banner {
  display: flex;
  align-items: flex-start;
  background-image: linear-gradient(#eef3f6, #fff);
  min-height: 800px;
  padding-top: 3vw;
}
.banner .left {
  width: 44%;
}
.banner .left h1 {
  font-size: 64px;
  line-height: 87px;
  width: 150%;
  margin-bottom: 2vw;
}
.banner .title-info {
  margin-bottom: 4vw;
  font-size: 22px;
  line-height: 35px;
}
.banner .btn-link a {
  background-color: #006ee1;
}
.banner .right {
  width: 50.85%;
}
/*  */
.more-standout {
  margin-top: -9vw;
}
.more-standout h2 {
  margin-bottom: 1.8vw;
}
.more-standout .display-flex {
  align-items: stretch;
  margin-top: 2.35vw;
}
.more-standout h2 + .t {
  text-align: center;
}
.more-standout .item {
  width: 23.4%;
  padding: 31px 18px 45px;
  display: flex;
  align-items: stretch;
  border-radius: 20px;
  border: 1px solid #d5dfe9;
}
.more-standout .item .t {
  margin-bottom: 0;
}
.more-standout .item .svg {
  margin-bottom: 0;
  width: 47px;
  height: 47px;
  background: rgba(237, 241, 245, 0.5);
  border-radius: 50%;
}
.more-standout h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 22px;
}
/*  */
.advantage {
  width: 75vw;
  margin: 50px auto;
  /* background: url(/wp-content/uploads/2021/10/rm-icon-bg.png); */
  background-repeat: no-repeat;
  display: flex;
  background-size: cover;
  min-height: 300px;
  border-radius: 24px;
  background-position: center;
}
.advantage .left {
  width: 80%;
}
.advantage .left img {
  position: relative;
  left: 50px;
  top: -50px;
}
.advantage .right {
  padding: 0px 30px 0 5vw;
}
.advantage .right h2 {
  color: #fff;
  margin-top: 40px;
  text-align: left;
}
.advantage .right p {
  color: #fff;
}
.info-1 {
  display: flex;
  margin: 3.65vw auto 0;
  align-items: center;
  width: 1200px;
  max-width: 90%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info-1 .left {
  width: 46.8%;
}
.info-1 .right {
  width: 45.9%;
}
.info-1 .left h2 {
  text-align: left;
  margin-bottom: 20px;
}
/*  */
.info-2 {
  display: flex;
  min-height: 450px;
  align-items: center;
  width: 1200px;
  max-width: 90%;
  margin: 6.4vw auto;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info-2 .left {
  width: 48.8%;
}
.info-2 .right {
  width: 45.8%;
}
.info-2 .circle {
  top: -8vw;
  left: -23vw;
  width: 36vw;
  height: 36vw;
  border-radius: 50%;
  z-index: -2;
  border: 6vw solid #f6f6f7;
  background-color: #fff;
  position: absolute;
}
.info-2 h2 {
  text-align: left;
  margin-top: -30px;
}
/* 新增 */
.info {
  display: flex;
  margin: 3vw auto 0;
  padding-left: 3.2vw;
  width: 1200px;
  max-width: 90%;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 20px;
  background: #f6f7f9;
}
.info .left {
  width: 44%;
}
.info .left h2 {
  margin-top: 4vw;
  margin-bottom: 1.5vw !important;
  width: 115%;
  font-size: 30px !important;
  text-align: left !important;
}
.info .left p.t {
  margin-bottom: 1.5vw;
}
.info .left .template-dot {
  margin-bottom: 1.4vw;
}
.info .left .template-dot .dot {
  margin-bottom: 6px;
  padding-left: 25px;
  position: relative;
}
.info .left .template-dot .dot::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/wp-content/uploads/svg/dagou-green.svg);
}
.info .left p.template-link-arrow,
.security .content-right a {
  position: relative;
  font-size: 18px;
}
.info .left p.template-link-arrow::after,
.security .content-right a::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(/wp-content/uploads/svg/arrow-right-blue.svg) right no-repeat;
  background-size: 14px;
  padding-right: 20px;
  transform: rotate(-45deg);
  position: absolute;
  top: 14px;
}
.info .left p.note {
  margin-bottom: 2vw;
  width: 120%;
  font-size: 14px !important;
  color: rgba(48, 60, 66, 0.6) !important;
}
.info .right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 48.7%;
  border-radius: 20px;
  background: #eef0f4;
  height: auto;
}
.info .right img {
  max-width: 105.4%;
}
/*  */
.info-3 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 9vw auto 0;
  width: 1200px;
  max-width: 90%;
}
.info-3 .left {
  width: 100%;
}
.info-3 .left h2 {
  margin-top: 0;
  margin-bottom: 35px;
}
.info-3 .left p.t {
  text-align: center;
}
.info-3 .right {
  margin-top: 2vw;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-3 .right .item {
  display: inline-block;
  margin-bottom: 18px;
  padding: 49px 27px 59px;
  width: 24%;
  border: 1px solid #d5dfe9;
  border-radius: 20px;
}
.info-3 .right .item img {
  width: 24px;
  position: absolute;
  right: -12px;
  top: -12px;
}
.info-3 .right .item p {
  margin-bottom: 0;
}
.info-3 .right .item h3 {
  margin-top: 0;
}
.praise {
  width: 1200px;
  max-width: 90%;
  margin: 8.2vw auto;
  position: relative;
}
.praise h2 {
  margin-bottom: 20px;
  text-align: left;
}
.swiper-active {
  width: 46.6%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 96px;
  z-index: 5;
}
img.quote {
  width: 51px;
  height: 29px;
}
img.star {
  width: 90px;
  height: 13px;
}
p.from {
  font-family: Manrope !important;
}
.swiper-container {
  padding: 0 0 0 50px !important;
}
.swiper-pagination {
  width: auto !important;
  position: relative !important;
  left: calc(50% - 60px) !important;
}
.swiper-slide {
  background-color: #fff !important;
  height: auto !important;
  width: 100%;
}
.praise .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.praise .content .left {
  width: 50%;
}
.praise .content .left h3 {
  font-size: 30px !important;
  text-align: center;
}
.praise .content .right {
  width: 45%;
}
.praise .content .right h3 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 30px;
}
.praise .content .right .customer-name {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 22px !important;
}
.partner {
  background-color: #006ee1;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 470px;
}
.partner .display-flex {
  position: initial;
  align-items: stretch;
}
.partner .left {
  width: 41%;
}
.partner .left h2 {
  margin-top: 0;
  margin-bottom: 3.8vw;
  text-align: left;
  color: #ffffff;
}
.partner .right {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.partner img {
  position: absolute;
  top: -71px;
}
.partner .right p {
  color: #fff;
}
p.t:first-child {
  margin-bottom: 55px;
}
.partner .left .btn-link a {
  width: auto;
  padding: 0 25px;
}
.partner .right .already {
  color: #fff;
  display: inline-block;
  margin-right: 8px;
  border-bottom: 2px solid #ffb400;
  height: 24px;
  font-weight: 500;
  font-size: 21px;
  font-family: Manrope !important;
}
.partner .right .link {
  color: #fff;
  text-decoration: underline;
}
.partner .right .link:hover {
  color: #00b7ff;
}
.resource-content {
  display: flex;
  width: 1200px;
  max-width: 90%;
  margin: 100px auto;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  padding-bottom: 100px;
}
.resource-content .t {
  width: 140%;
}
.resource-content .card {
  display: inline-block;
  vertical-align: top;
  width: 48.7%;
  padding: 0 9vw 2.2vw 2.6vw;
  position: relative;
  min-height: 16vw;
  border: 1px solid #d5dfe9;
  border-radius: 20px;
}
.resource-content h3 {
  margin-top: 6vw;
  text-align: left;
  font-size: 24px;
}
.resource-content .card a {
  font-size: 16px;
  text-decoration: underline;
}
.resource-content .card .item {
  margin-bottom: 4px;
}
.resource-content .card .item a:hover {
  color: #00b7ff;
}
.resource-content .card .item a:hover::before {
  background-color: #00b7ff;
}
.resource-content .supported a {
  padding-left: 12px;
  position: relative;
}
.resource-content .supported a::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #006ee1;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.resource-content .supported img {
  width: 20.6%;
  position: absolute;
  right: 2.45vw;
  top: 2vw;
}
.resource-content .resource img {
  width: 20.4%;
  position: absolute;
  right: 2.45vw;
  top: 2vw;
}
div .security {
  max-width: 90%;
  margin: 6vw auto 0;
}
.security h2 {
  text-align: left;
}
.security .content-left {
  width: 45.7%;
}
.security .content-right {
  width: 45.6%;
}
.security .content-right img {
  width: 13px;
  height: 13px;
}
.security a {
  font-size: 18px;
  margin-top: 35px;
  display: block;
}
.security a:hover {
  text-decoration: underline;
}
/*  */
div .speed-up {
  margin-top: 5.1vw;
}
.speed-up .content-left {
  width: 45.3%;
}
.speed-up .content-right {
  width: 45.7%;
}
.speed-up h2 {
  margin-top: 0;
  margin-bottom: 3.3vw;
  text-align: left;
}
/*  */
.has-bgimg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 41vw;
}
.same-width {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.svg-icon {
  width: 82px;
  height: 90px;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.svg-color {
  filter: drop-shadow(#fff 100px 0);
  transform: translateX(-100px);
}
.btn-link .animation-btn:hover {
  border-color: #f5fcff;
}
.arrow-icon {
  position: absolute;
  color: #f2f8fd;
  top: 15px;
  left: 15px;
}
.arrow-icon:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  position: relative;
  left: 0;
  transition: all 0.3s;
  background: #006ee1;
  transform: rotate(45deg);
}
.arrow-icon:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  position: relative;
  left: -8px;
  transition: all 0.3s;
  background: #006ee1;
  transform: rotate(-45deg);
}
.field {
  margin-bottom: 8px;
}
.hbspt-form p,
.hbspt-form label,
.hbspt-form span {
  color: #fff;
  text-align: left;
}
.hs-submit input[type="submit"] {
  width: 210px;
  background: rgba(245, 180, 10);
  border-radius: 8px;
  line-height: 54px;
  padding: 0;
  font-size: 18px;
}
.hs-submit input[type="submit"]:hover {
  background: rgba(245, 165, 10);
}
.field input,
.field select,
.field textarea {
  color: #3d4a59;
  border-radius: 8px;
}
#primary .form-columns-1 .hs-input {
  width: 98%;
}
#primary .form-columns-1 .inputs-list input {
  top: -12px;
}
.hbspt-form a {
  color: #fff;
}
.hbspt-form a:hover {
  color: #006ee1;
}
.hbspt-form input,
.hbspt-form textarea,
.hbspt-form select {
  color: #6c6f75;
  border-radius: 8px;
  padding: 0.4em 0.6em;
  min-height: 45px;
}
.field select {
  margin-top: 0;
}
.field textarea {
  height: 5vw;
}
.hs-richtext {
  margin-top: 15px;
}
.circle-solid .solid:before,
.circle-line .line:before {
  content: "";
  width: 36.97vw;
  height: 36.97vw;
  border-radius: 50%;
  border: 1px solid #006ee1;
  display: inline-block;
}
.circle-solid .solid:after,
.circle-line .line:after {
  content: "";
  width: 23vw;
  height: 23vw;
  border-radius: 50%;
  border: 1px solid #006ee1;
  display: inline-block;
  position: absolute;
  left: 7vw;
  top: 7.5vw;
}
.circle-line .line::before {
  background: linear-gradient(255deg, #0082e9, transparent);
  border-color: #f5fcff;
}
@media (max-width: 1500px) and (min-width: 768px) {
  .banner {
    min-height: 650px;
  }
  div .display-flex,
  .info-1,
  .info-2,
  .info-3,
  .resource-content {
    width: 1100px;
    max-width: 90%;
  }
  .praise .content {
    width: 1100px;
  }
  .banner h1 {
    font-size: 53px;
  }
}
@media (max-width: 767px) {
  #primary .left,
  #primary .right {
    width: 100%;
  }
  .banner .btn-link a:nth-child(1) {
    margin-bottom: 20px;
  }
  .more-standout .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .info-3 .right .item {
    width: 100% !important;
    position: initial !important;
    margin: 15px 0;
  }
  .swiper-active {
    display: none;
  }
  .swiper-container {
    padding: 0 0 0 0px !important;
  }
  .partner img {
    position: initial;
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .resource-content .card {
    width: 100%;
  }
}
