h2 {
  font-size: 40px;
  color: #1a1a1a;
  text-align: center;
}
img {
  max-width: 100%;
  height: auto;
}
.banner {
  padding: 90px 0 85px 0;
  background: url(/assets/images/remote-desktop/banner-bg.png) no-repeat;
  background-size: cover;
}
.banner h1 {
  font-size: 50px;
  font-weight: bold;
  color: #091871;
  line-height: 60px;
}
.banner .ms {
  max-width: 740px;
  font-size: 24px;
  color: #333333;
  margin-top: 35px;
}
.banner .yel {
  color: #ff9500;
}
.banner .up:hover,
.banner .up:focus {
  box-shadow: inset 0 -5.25em 0 0 var(--hover);
}
.banner .up {
  --color: #5683f4;
  --hover: #5683f4;
}
.banner .btn {
  min-width: 240px;
  height: 60px;
  background: #5683f4;
  box-shadow: 0px 3px 9px 0px rgba(48, 79, 7, 0.25);
  border-radius: 10px;
  font-size: 22px;
  color: #ffffff;
  line-height: 60px;
  margin-top: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner .btn:hover {
  opacity: 0.8;
  color: #ffffff;
}
.banner .plans {
  background: none;
  color: #5683f4;
  box-shadow: none;
  border: 1px solid #5683f4;
  margin-left: 58px;
}
@media screen and (max-width: 584px) {
  .banner .btn {
    display: block;
    margin: 30px 0;
  }
}
.why {
  padding: 90px 0 60px 0;
  text-align: center;
}
.why h2 {
  margin-bottom: 25px;
}
.why .desc {
  max-width: 760px;
  font-size: 18px;
  color: #333333;
  margin: 20px auto 30px;
  text-align: left;
}
.why .desc a {
  color: #5683f4;
}
.what {
  padding: 120px 0;
  background: #F5F7FF;
}
.what h2 {
  margin-bottom: 80px;
}
.what .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.what .item {
  background: #FFFFFF;
  padding: 28px;
  width: 376px;
  margin: auto;
  max-width: 100%;
  border-radius: 16px 16px 16px 16px;
}
.what h4 {
  font-size: 22px;
  line-height: 30px;
  margin: 24px auto 8px;
}
.what p {
  line-height: 20px;
}
.what a {
  color: #5683f4;
}
@media (max-width: 1199px) {
  .what .wrap {
    justify-content: space-evenly;
    gap: 30px;
  }
}
.immersive {
  background: #fff;
  padding: 100px 0;
}
.immersive h2 {
  margin-bottom: 70px;
}
.immersive .it-box {
  padding: 30px 0 20px;
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 204px;
  transition: background-color 0.8s, color 0.8s;
  border-radius: 10px;
  margin-bottom: 50px;
}
.immersive .it-box:hover {
  background-color: #2280e1;
  color: #fff;
}
.immersive .it-box:hover .item {
  top: -120px;
  max-width: 380px;
}
.immersive .it-box:hover .prop-tips {
  opacity: 1;
  transform: translateY(0);
  display: block;
}
.immersive .it-box:hover h4 {
  margin: 20px 0 10px;
  min-height: 50px;
  line-height: 50px;
}
.immersive .it-box .item {
  position: relative;
  top: 0;
  max-width: 380px;
  margin: 0 auto;
  transition: top ease-in-out 0.5s;
}
.immersive .it-box .icon {
  min-height: 88px;
}
.immersive .it-box h4 {
  margin: 25px 0 0px;
  font-size: 22px;
}
.immersive .it-box .prop-tips {
  display: none;
  font-size: 14px;
  padding: 0 5px;
  transition: transform 0.5s;
}
.immersive .it-box .prop-tips .ms {
  max-width: 303px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  margin: auto;
}
.immersive .it-box .prop-tips .more {
  margin-top: 10px;
  font-size: 16px;
  color: #ff9854;
}
.immersive .get {
  width: 800px;
  background: #F7F7F7;
  border-radius: 10px;
  margin: 20px auto 0px;
  padding: 20px 0;
  text-align: center;
  color: #333333;
  font-size: 18px;
}
.immersive .get a {
  color: #5683f4;
}
@media screen and (max-width: 992px) {
  .immersive .get {
    width: 100%;
    padding: 15px;
  }
}
.ac {
  padding: 98px 0;
  background: #F5F7FF;
}
.ac h2 {
  margin-bottom: 45px;
  text-align: center;
}
.ac .layui-collapse {
  border: none;
}
.ac .accor {
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  overflow: hidden;
  padding: 20px 41px 48px;
}
.ac .layui-colla-item {
  border: none;
  border-bottom: 1px solid #F0F0F0;
}
.ac .layui-colla-icon {
  font-size: 18px;
}
.ac .layui-collapse .layui-colla-title {
  color: #000;
  background-color: #fff;
  font-size: 20px;
  padding: 25px 35px 25px 0;
  height: auto;
  line-height: normal;
  border-bottom: 0 none;
  font-weight: 700;
}
.ac .layui-collapse .layui-colla-title.active {
  color: #0B56DC;
}
.ac .layui-collapse .layui-colla-title .layui-icon {
  left: auto;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}
.ac .layui-collapse .layui-colla-content {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  border-top: 0 none;
  padding: 0;
}
.ac .layui-collapse .layui-colla-content.layui-show {
  padding-bottom: 25px;
}
.re {
  padding: 100px 0 100px;
  background-color: #ebf0fa;
}
.re h2 {
  text-align: center;
  font-size: 40px;
  letter-spacing: 1px;
  margin-bottom: 55px;
}
.rv {
  position: relative;
  padding: 20px 30px 35px 30px;
  max-width: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 40px;
  margin: 0 auto 90px auto;
  min-height: 350px;
}
.rv:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/assets/images/remote-support-v2/AV-icon-small1.png) no-repeat -154px -40px;
  margin: 0 auto 20px auto;
}
.rv .star5 {
  width: 137px;
  height: 18px;
  background: url(/assets/images/remote-support-v2/xing.png) no-repeat center;
  margin: 0 auto 27px auto;
}
.rv > p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  color: #333333;
  text-align: center;
}
.rv .fac {
  position: absolute;
  left: 50%;
  margin-left: -45px;
  bottom: -105px;
}
.rv .fac .nm {
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 1px;
  color: #000000;
  text-align: center;
  margin-bottom: 10px;
}
.rv .fac img {
  display: block;
  margin: auto;
}
.ne {
  padding: 100px 0;
  background-color: #fff;
}
.ne h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
.ne .ne-item {
  text-align: center;
  max-width: 325px;
  margin: auto;
}
.ne .ne-item > p {
  font-size: 16px;
  line-height: 26px;
  color: #222222;
}
.ne .ne-item .ib {
  height: 186px;
  position: relative;
  margin-bottom: 29px;
}
.ne .ne-item .ib img {
  position: absolute;
  bottom: 0;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media all and (min-width: 993px) and (max-width: 1199px) {
  .ot .tab {
    max-width: 320px;
  }
  .rv {
    max-width: 280px;
    min-height: 430px;
  }
}
@media all and (max-width: 992px) {
  #carousel-1.layui-carousel[lay-arrow="always"] .layui-carousel-arrow {
    display: none !important;
  }
  .banner p {
    max-width: 100%;
    width: auto;
    display: block;
    text-align: center;
    padding: 0 20px;
  }
  .ot .tab.active:after {
    content: "";
    max-width: 100%;
    width: auto;
    display: block;
  }
  .ot .tab-box {
    display: table;
    margin: 0 auto 1em;
  }
  .ot #carousel-1 {
    margin-top: 3em;
  }
  .rs {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-flow: column wrap;
  }
  .av-rs .rs-item {
    order: 2;
  }
  .av-rs .rs-item:nth-of-type(2) {
    order: 1;
    margin: 1em auto;
  }
  .av-rs .rs-item .rs-c {
    max-width: 100%;
    width: auto;
    display: block;
  }
  .ne .ne-item {
    max-width: 100%;
    display: block;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(86, 131, 244, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(86, 131, 244, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(86, 131, 244, 0.2);
    border-radius: 20px;
    margin-bottom: 1em;
    padding: 1.5em;
  }
}
@media all and (max-width: 768px) {
  .rv {
    max-width: 280px;
    min-height: 430px;
  }
}
@media (max-width: 991px) {
  .av-rs .rs-item .rs-c {
    max-width: 600px;
    text-align: left;
  }
}
#carousel-1 > div > div > img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto !important;
}
#carousel-1 .layui-icon.layui-carousel-arrow,
.mys .slick-arrow {
  font-size: 0;
  background-color: unset;
  /*outline: 1px solid red;*/
}
#carousel-1 .layui-carousel-ind ul,
.mys .nav-ind {
  background-color: unset;
}
#carousel-1 .layui-carousel-ind ul li.layui-this,
#carousel-1 .layui-carousel-ind ul li:hover,
.mys .nav-ind li.slick-active > button,
.mys .nav-ind li > button:hover {
  background-color: #2d52f1;
}
#carousel-1 .layui-carousel-ind ul li,
.mys .nav-ind li > button {
  margin: auto 10px;
  background-color: #cecece;
  font-size: 0;
}
.mys .nav-ind li {
  float: left;
  margin: 0 5px;
}
.mys .nav-ind {
  display: table;
  margin: 44px auto 0 auto;
}
.mys .nav-ind li > button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#carousel-1 .layui-icon.layui-carousel-arrow:before,
.mys .slick-arrow:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(/assets/images/remote-support-v2/AV-icon-small1.png) no-repeat 0 0;
  /*outline: 1px solid green;*/
}
#carousel-1 .layui-icon.layui-carousel-arrow[lay-type="add"]:before,
.mys .slick-arrow.slick-next:before {
  background-position: -74px -42px;
}
#carousel-1 .layui-icon.layui-carousel-arrow[lay-type="add"]:hover::before,
.mys .slick-arrow.slick-next:hover::before {
  background-position: -111px -42px;
}
#carousel-1 .layui-icon.layui-carousel-arrow[lay-type="sub"]:before,
.mys .slick-arrow.slick-prev:before {
  background-position: -3px -42px;
}
#carousel-1 .layui-icon.layui-carousel-arrow[lay-type="sub"]:hover::before,
.mys .slick-arrow.slick-prev:hover::before {
  background-position: -41px -42px;
}
.mys .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;
}
.mys .slick-arrow.slick-prev {
  left: -50px;
}
.mys .slick-arrow.slick-next {
  right: -50px;
}
#carousel-1.layui-carousel[lay-arrow="always"] .layui-carousel-arrow {
  left: -30px;
}
.layui-carousel:hover .layui-carousel-arrow[lay-type="add"],
.layui-carousel[lay-arrow="always"] .layui-carousel-arrow[lay-type="add"] {
  right: -30px;
}
#carousel-1 .layui-carousel-ind {
  top: 30px;
}
.mys .slick-arrow:before,
.mys .slick-arrow:before {
  background: none;
}
@media screen and (max-width: 496px) {
  .customer .stories .item:nth-child(2) {
    margin: 50px 0;
  }
}
.start {
  padding: 60px 0 70px 0;
  background: url(/assets/images/remote-desktop/bg4.png) no-repeat;
  background-size: cover;
  text-align: center;
}
.start h2 {
  color: #fff;
}
.start .list {
  width: 920px;
  background: #3d68d1;
  border-radius: 20px;
  margin: 15px auto 30px;
  padding: 15px 24px;
}
.start .list li {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  padding: 0 15px;
  line-height: 20px;
}
.start .list li:nth-child(1),
.start .list li:nth-child(2) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.start .list li .sym {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #0ebe64;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  margin-right: 5px;
}
.start .btn {
  width: 220px;
  height: 52px;
  background: #0ebe64;
  box-shadow: 0px 8px 20px 0px rgba(5, 24, 47, 0.2);
  border-radius: 10px;
  font-size: 24px;
  color: #ffffff;
  line-height: 52px;
}
.start .btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .start .list {
    width: 100%;
    max-width: 920px;
    text-align: left;
  }
  .start .list li {
    position: relative;
    display: block;
    margin-bottom: 20px;
    border-right: none !important;
    padding-left: 30px;
  }
  .start .list li .sym {
    position: absolute;
    left: 0px;
    top: -3px;
  }
}
.device {
  display: none;
}

/*# sourceMappingURL=maps/remote-desktop.css.map */
