h1 {
  font-size: 5rem;
}
h2 {
  font-size: 4rem;
  color: #1a1a1a !important;
}
h3 {
  font-size: 3.6rem;
}
h6 {
  font-size: 2.4rem;
}
.f-fs24 {
  font-size: 2.4rem;
}
.f-fs18 {
  font-size: 1.8rem;
}
.banner {
  background: url(/assets/images/solu-remote-access/banner-bg@2x.png) no-repeat center;
  background-color: #eef2fa;
  background-size: cover;
  padding: 105px 15px 105px;
}
.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 .device {
  display: none;
}
.banner .plans {
  background: none;
  color: #5683f4;
  box-shadow: none;
  border: 1px solid #5683f4;
  margin-left: 58px;
}
.banner-mn > .layui-container {
  padding: 120px 0 150px 0;
}
.banner h1 {
  color: #091871;
  line-height: 1;
  margin-bottom: 40px;
  font-size: 50px;
}
.banner p {
  max-width: 710px;
  color: #333;
  margin-bottom: 60px;
  font-size: 24px;
  line-height: 40px;
}
.banner .btn:hover {
  opacity: 0.8;
}
@media (max-width: 991px) {
  .banner {
    text-align: center;
  }
  .banner .plans {
    margin-left: 0;
  }
}
.av-rs {
  padding: 100px 0;
  background-color: #f7f7f7;
}
.av-rs .rs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.av-rs h2 {
  text-align: center;
  margin-bottom: 50px;
}
.av-rs .rs-item .rs-c {
  max-width: 330px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 31px 28px;
}
.av-rs .rs-item .rs-c h4::before {
  width: 40px;
  height: 40px;
  display: inline-block;
  content: '';
  vertical-align: middle;
  margin-right: 10px;
}
.av-rs .rs-item .rs-c.c-sec h4::before {
  background: url(/assets/images/solu-remote-access/ic-1@2x.png) no-repeat;
  background-size: cover;
}
.av-rs .rs-item .rs-c.c-smo h4::before {
  background: url(/assets/images/solu-remote-access/ic-2@2x.png) no-repeat;
  background-size: cover;
}
.av-rs .rs-item .rs-c.c-com h4::before {
  background: url(/assets/images/solu-remote-access/ic-3@2x.png) no-repeat;
  background-size: cover;
}
.av-rs .rs-item .rs-c.c-tec h4::before {
  background: url(/assets/images/solu-remote-access/ic-4@2x.png) no-repeat;
  background-size: cover;
}
.av-rs .rs-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #070c23;
  position: relative;
  line-height: 52px;
  margin-bottom: 10px;
}
.av-rs .rs-item h4 + p {
  font-size: 16px;
  color: #333;
}
.av-rs .rs-item h4 :after {
  content: '';
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
}
.av-rs .rs-item p {
  font-size: 14px;
  color: #333;
}
.abc {
  background: #134c71;
  width: 150px;
  height: 30px;
  box-shadow: 0 0 80px -27px #fff inset;
  -webkit-box-shadow: 0 0 80px -27px #fff inset;
  -moz-box-shadow: 0 0 80px -27px #fff inset;
}
.what {
  padding: 100px 0 40px;
}
.what h2 {
  text-align: center;
  margin-bottom: 60px;
}
.what .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.what .wrap li {
  width: 380px;
  height: 204px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  padding: 35px 0 50px;
}
.what .wrap li:nth-child(-n+3) {
  margin-bottom: 45px;
}
.what .wrap li .item {
  width: 300px;
  height: 140px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  padding: 0 46px;
}
.what .wrap li img {
  margin-bottom: 20px;
}
.what .wrap li h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.what .wrap li h3 + p {
  font-size: 16px;
  color: #fff;
}
.what .wrap li a {
  position: relative;
  left: -8px;
}
.what .wrap li a::after {
  content: '>>';
  display: inline-block;
  right: -25px;
  width: 24px;
  position: absolute;
  height: 23px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.what .wrap li a:hover::after {
  right: -32px;
}
.what .wrap li .hide {
  display: none;
}
.what .wrap li:hover {
  background: #5683f4;
  padding: 30px 45px 50px;
}
.what .wrap li:hover .item {
  top: -80px;
}
.what .wrap li:hover .item.item1 {
  top: -95px;
}
.what .wrap li:hover .item.item2 {
  top: -115px;
}
.what .wrap li:hover h3 {
  color: #fff;
  margin-top: 20px;
}
.what .wrap li:hover h3.h3-1 {
  margin-top: 3px;
}
.what .wrap li:hover p {
  color: #fff;
  margin-bottom: 20px;
}
.what .wrap li:hover a {
  color: #ff9854;
}
.what .wrap li:hover .hide {
  display: block;
}
.ot {
  background-color: #ebf0fa;
  padding: 100px 0 125px;
}
.ot h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.ot h2 + p {
  text-align: center;
  font-size: 18px;
  max-width: 950px;
  margin: 0 auto 50px;
}
.ot .tab {
  max-width: 480px;
  border-radius: 20px;
  padding: 24px 45px 25px 100px;
  margin-top: 1em;
  position: relative;
  cursor: pointer;
}
.ot .tab:first-child {
  margin-top: 0;
}
.ot .tab h4 {
  font-size: 22px;
  color: #1a1a1a;
  margin-bottom: 5px;
  position: relative;
}
.ot .tab h4:before {
  content: '';
  display: block;
  position: absolute;
  width: 52px;
  height: 40px;
  background: url(/assets/images/remote-support-v2/AV-icon-small1.png) no-repeat -8px -92px;
  left: -70px;
  top: -4px;
}
.ot .tab.active p {
  display: block;
}
.ot .tab.active h4:before {
  background-position: -64px -92px;
}
.ot .tab.active:after {
  content: '';
  display: block;
  width: 50px;
  height: 44px;
  background: url(/assets/images/remote-support-v2/triangle.png) no-repeat center;
  position: absolute;
  top: 50%;
  right: -49px;
  margin-top: -25px;
}
.ot .tab p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  display: none;
}
.ot .tab.active,
.ot .tab:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(86, 131, 244, 0.2);
  box-shadow: 0 10px 20px 0 rgba(86, 131, 244, 0.2);
}
.ot .tab.active h4,
.ot .tab:hover h4 {
  color: #3664f2;
}
#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;
}
#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;
}
#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 {
  background: 0 0;
}
.ac {
  padding: 98px 0;
}
.ac a {
  color: #fff;
  position: relative;
}
.ac a:hover {
  color: #ff9854;
}
.ac a:hover::after {
  background: #ff9854;
}
.ac a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 6px;
  background: #fff;
}
.ac h2 {
  margin-bottom: 45px;
  text-align: center;
}
.ac .layui-collapse {
  border: none;
  padding: 0 25px;
}
.ac .layui-colla-item {
  border: none;
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0 4px 70px 0 #dce3ff;
  box-shadow: 0 4px 70px 0 #dce3ff;
  border-radius: 10px;
}
.ac .layui-colla-item .layui-colla-content {
  display: none !important;
}
.ac .layui-colla-item.active {
  background: #5683f4;
}
.ac .layui-colla-item.active .layui-colla-title {
  color: #fff;
  margin-bottom: 13px;
  padding: 25px 55px 0 30px;
}
.ac .layui-colla-item.active .layui-colla-content {
  display: block !important;
}
.ac .layui-collapse .layui-colla-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 20px;
  background: 0 0;
  height: auto;
  line-height: normal;
  font-weight: 700;
  padding: 25px 55px 25px 30px;
}
.ac .layui-collapse .layui-colla-title .layui-icon {
  left: auto;
  right: 25px;
  top: 50%;
  margin-top: -8px;
}
.ac .layui-collapse .layui-colla-content {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  border-top: 0 none;
  padding: 0 55px 25px 30px;
}
.re {
  padding: 100px 0 100px;
  background-color: #ebf0fa;
}
.re h2 {
  text-align: center;
  font-size: 40px;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 55px;
}
.rv {
  position: relative;
  padding: 20px 30px 35px 30px;
  max-width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 40px;
  margin: 0 auto 90px auto;
  min-height: 410px;
}
.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: 400;
  font-stretch: normal;
  line-height: 24px;
  color: #333;
  text-align: center;
}
.rv .fac {
  position: absolute;
  left: 50%;
  margin-left: -45px;
  bottom: -105px;
}
.rv .fac .nm {
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 1px;
  color: #000;
  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;
  color: #000;
  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: #222;
}
.ne .ne-item > strong {
  font-size: 22px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 24px;
  margin-bottom: 16px;
  display: inline-block;
}
.ne .ne-item .ib {
  height: 186px;
  position: relative;
  margin-bottom: 24px;
}
.ne .ne-item .ib img {
  position: absolute;
  bottom: 0;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .av-rs .rs-item {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .av-rs .rs-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    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: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(86, 131, 244, 0.2);
    box-shadow: 0 10px 20px 0 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) {
  .what .wrap {
    display: block;
  }
  .what .wrap li {
    margin: 15px auto;
  }
  .av-rs .rs-item .rs-c {
    max-width: 600px;
    text-align: left;
  }
  .av-rs .rs-item .rs-img > img {
    height: auto;
  }
  .what .wrap li {
    height: auto;
    overflow: initial;
    width: 100%;
    max-width: 600px;
    margin: auto;
    background: #5683f4;
    padding: 30px 45px 50px;
    margin-bottom: 45px;
  }
  .what .wrap li h3,
  .what .wrap li p {
    color: #fff;
  }
  .what .wrap li h3 {
    margin-top: 20px !important;
  }
  .what .wrap li a {
    color: #ff9854;
  }
  .what .wrap li .item {
    height: auto;
    position: static;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .what .wrap li .hide {
    display: block;
  }
  .what .wrap li .hide p {
    margin-bottom: 20px;
  }
}
.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 !important;
}
.start .device {
  display: none;
}
.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;
  }
}
