/* 清除默认样式 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
tr,
th,
td,
article,
aside,
footer,
header,
menu,
nav,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
a {
  text-decoration: none;
  color: #fff;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
ol,
ul {
  list-style: none;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: none;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: none;
}
.swiper-container {
  width: 100%;
  overflow: hidden;
}
.small-title {
  font-size: 14px;
  color: white;
  margin-top: 25px;
  margin-bottom: 50px;
}
.mobile-contact {
  display: none;
}
/* 媒体查询 */
@media screen and (min-width: 1441px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 10px) and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  html body .contact {
    display: none;
  }
  html body .sidebar {
    display: none;
  }
  html body .small-title {
    text-align: center;
    max-width: 70%;
    margin: 15px auto 30px;
  }
  html body .mobile-contact {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 73px;
    z-index: 9999;
    border-top: 1px solid rgba(25, 31, 37, 0.12);
    background-color: #fff;
  }
  html body .mobile-contact > .white-space {
    height: 12px;
  }
  html body .mobile-contact > .space {
    height: 17px;
  }
  html body .mobile-contact > .contact-box {
    line-height: 44px;
  }
  html body .mobile-contact > .contact-service {
    display: none;
    position: fixed;
    right: 0;
    bottom: 280px;
  }
  html body .mobile-contact > .contact-service img.icon {
    width: 75px;
    height: 75px;
  }
  html body .mobile-contact > .contact-service img.code {
    position: fixed;
    width: 70vw;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    display: none;
  }
  html body .mobile-contact li {
    background-color: #14be4b;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    width: 49%;
    display: inline-block;
  }
  html body .mobile-contact li a {
    display: block;
    color: #fff;
  }
  html body .mobile-contact li a.online-demo {
    background-color: #FFC03E;
  }
  html body .mobile-contact .btn-tel {
    margin-right: 2%;
  }
  html body .mobile-contact .mobile::before,
  html body .mobile-contact .online-contact::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
    height: 27px;
    width: 27px;
    margin-right: 10px;
  }
  html body .mobile-contact .mobile::before {
    background-image: url(/roi/assets/tel.4154f9.svg);
  }
  html body .mobile-contact .online-contact::before {
    background-image: url(/roi/assets/logo-message.9ff0f2.svg);
  }
  html body #szgs_stat_icon_1207548900831920165,
  html body .gaiaworks-logo {
    margin: 35px auto 80px;
  }
  html body #szgs_stat_icon_1207548900831920165 {
    padding-left: calc((100% - 85px)/2);
  }
  html body #szgs_stat_icon_1207548900831920165 a img {
    width: 25px;
  }
  html body .gaiaworks-logo img {
    width: 50px;
  }
}
@font-face {
  font-family: 'slider';
  src: url(/roi/assets/slider.4bc190.woff);
}
#newBridge {
  display: none;
}
#newBridge .nb-icon-inner-wrap {
  display: none;
}
#newBridge #nb_icon_wrap {
  display: none !important;
}
#ad7-telcol_uid1 {
  display: none;
}
.sidebar {
  position: fixed;
  font-family: slider;
  z-index: 20;
  right: 40px;
  bottom: 40px;
  color: #333;
  text-align: center;
  padding-top: 20px;
  border-radius: 8px;
}
.sidebar .normal {
  position: relative;
  width: 100%;
}
.sidebar .normal > p.title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.sidebar .normal > p.des {
  font-size: 12px;
  width: 65%;
  margin: 0 auto;
}
.sidebar .normal > p.des strong {
  color: #15BE4B;
}
.sidebar .normal > p.tip {
  font-size: 13px;
  margin-bottom: 15px;
}
.sidebar .normal .code {
  width: 50%;
  margin: 15px auto 8px;
}
.sidebar .normal .code img {
  width: 100%;
}
.sidebar .normal .bottom {
  background: #3ECA5E url(/roi/assets/side-bg.340e46.png) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 25px 0 20px;
  border-radius: 0px 0px 8px 8px;
}
.sidebar .normal .bottom .phone {
  width: 50%;
  margin: 0 auto;
  position: relative;
}
.sidebar .normal .bottom .phone p {
  position: absolute;
  right: 0;
  top: -70%;
  font-size: 12px;
  color: white;
  vertical-align: middle;
}
.sidebar .normal .bottom .phone p::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/roi/assets/phone-icon.1dd965.png) no-repeat center;
  background-size: cover;
  vertical-align: middle;
  margin-right: 5px;
}
.sidebar .normal .bottom .phone img {
  width: 100%;
}
.sidebar .normal .bottom > a {
  width: 40%;
  display: block;
  margin: 10px auto 0;
  font-size: 13px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(28, 70, 48, 0.1);
  border-radius: 3px;
  padding: 5px 0;
  color: #333;
}
.sidebar .normal .bottom .xiaoya {
  position: absolute;
  left: 0;
  height: 150%;
  top: -25%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sidebar .normal .close {
  position: absolute;
  right: -25px;
  top: -35px;
  width: 20px;
}
.sidebar > .xiaoya {
  display: none;
}
.sidebar > .xiaoya .img {
  width: 120px;
  height: 120px;
  margin: 50px auto 0;
  position: relative;
  cursor: pointer;
}
.sidebar > .xiaoya .img img {
  width: 88px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  z-index: 25;
}
.sidebar > .xiaoya .img .bg1 {
  background: rgba(73, 216, 122, 0.3);
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  -webkit-animation: twinkle 1s linear 0s infinite;
          animation: twinkle 1s linear 0s infinite;
}
.sidebar > .xiaoya .img .bg2 {
  background: rgba(73, 216, 122, 0.1);
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  -webkit-animation: twinkle2 1s linear 0s infinite;
          animation: twinkle2 1s linear 0s infinite;
}
.sidebar > .xiaoya a {
  display: block;
  background: #14BE4B;
  box-shadow: 0px 2px 3px 0px rgba(28, 70, 48, 0.1);
  border-radius: 4px;
  color: white;
  width: 50%;
  margin: 15px auto 0;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
}
.sidebar.show {
  background: white;
  box-shadow: 5px 5px 8px 0px rgba(214, 214, 214, 0.42);
  width: 222px;
  right: 40px;
  bottom: 40px;
}
.sidebar.hide {
  background: transparent;
  box-shadow: none;
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
#szgs_stat_icon_1207548900831920165 {
  padding-left: calc((100% - 150px)/2);
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
#szgs_stat_icon_1207548900831920165 > a img {
  width: 40px;
  height: auto;
}
.gaiaworks-logo {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}
.gaiaworks-logo > img {
  width: 100px;
  height: auto;
}
.ad7-telcol {
  z-index: 9999;
}
.global-layer {
  padding: 0 25px;
  border-radius: 20px;
  background: white;
  box-sizing: border-box;
}
.global-layer .layui-layer-title {
  background: white;
  border: none;
  height: 10px;
  border-radius: 20px 20px 0 0;
}
.global-layer .layui-layer-content {
  overflow: hidden;
}
.global-layer .layui-layer-content .layer-left {
  width: 64%;
  vertical-align: top;
  display: inline-block;
}
.global-layer .layui-layer-content .layer-left h1 {
  color: #142749;
  font-size: 35px;
  font-weight: bold;
  margin: 10px 0;
}
.global-layer .layui-layer-content .layer-left p {
  color: #142749;
  font-size: 18px;
  font-weight: bold;
}
.global-layer .layui-layer-content .layer-left p strong {
  color: #16BE4B;
  font-style: italic;
  font-size: 35px;
  margin: 0 5px;
}
.global-layer .layui-layer-content .layer-left ul {
  margin: 20px 0;
}
.global-layer .layui-layer-content .layer-left ul li {
  color: #283D57;
  background: #F2FBF5;
  border: 1px solid #E1F7E8;
  list-style: none;
  width: 107px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
  margin-right: 9px;
  padding: 4px 5px;
  width: 96px;
  border-radius: 30px;
  margin-bottom: 7px;
}
.global-layer .layui-layer-content .layer-left ul li:nth-child(3n) {
  margin-right: 0;
}
.global-layer .layui-layer-content .layer-left .tel {
  border-top: 1px solid #E8EDF1;
  font-size: 35px;
  vertical-align: middle;
  font-style: italic;
  font-weight: bold;
  padding-top: 10px;
}
.global-layer .layui-layer-content .layer-left .tel::before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 24px;
  background: url(/roi/assets/phone2.c36714.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.global-layer .layui-layer-content .layer-right {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-left: 4%;
}
.global-layer .layui-layer-content .layer-right .layer-code {
  width: 100%;
}
.global-layer .layui-layer-content .layer-right p {
  color: #283D57;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
  text-align: right;
  margin-top: 10px;
}
.global-layer .logo {
  width: 80px;
  display: block;
}
@-webkit-keyframes twinkle {
  0% {
    width: 80%;
    height: 80%;
  }
  100% {
    width: 90%;
    height: 90%;
  }
}
@keyframes twinkle {
  0% {
    width: 80%;
    height: 80%;
  }
  100% {
    width: 90%;
    height: 90%;
  }
}
@-webkit-keyframes twinkle2 {
  0% {
    width: 90%;
    height: 90%;
  }
  100% {
    width: 110%;
    height: 110%;
  }
}
@keyframes twinkle2 {
  0% {
    width: 90%;
    height: 90%;
  }
  100% {
    width: 110%;
    height: 110%;
  }
}
/* 移动端样式 */
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  html .third-step {
    min-width: 300px;
    min-height: 600px;
  }
  html .third-step .title {
    margin-top: 60px;
    text-align: left;
    line-height: 1.8rem;
    padding: 0 20px;
    font-size: 1.28rem;
  }
  html .third-step .select-wrap {
    width: 90%;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 30px auto;
    padding: 2% 4% 4%;
  }
  html .third-step .select-wrap li {
    width: 45%;
    margin-right: 10%;
  }
  html .third-step .select-wrap li:nth-child(3n) {
    margin-right: 10%;
  }
  html .third-step .select-wrap li:nth-child(2n) {
    margin-right: 0;
  }
  html .third-step .button-wrap {
    left: 10%;
    width: 80%;
  }
  html .third-step .button-wrap div {
    height: 2.8rem;
    line-height: 2.8rem;
    padding: 0 1.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1024px) {
  html {
    font-size: 20px;
  }
}
html {
  height: 100%;
}
html body {
  height: 100%;
}
/* pc端样式 */
.third-step {
  width: 100%;
  height: 100%;
  min-height: 750px;
  background-color: #C1EFE1;
  background-image: url(/roi/assets/bg-2.401961.png), url(/roi/assets/bg-1.b58fe8.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 80% ,center center;
  position: relative;
  color: #212943;
}
.third-step .logo {
  width: 90%;
  margin: 0 auto;
  padding-top: 1.7rem;
  min-width: 300px;
}
.third-step .logo img {
  width: 8rem;
}
.third-step .logo .step {
  width: 12rem;
  float: right;
}
.third-step .title {
  margin-top: 1.3rem;
  font-size: 1.61rem;
  text-align: center;
}
.third-step .select-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-52%);
      -ms-transform: translateX(-50%) translateY(-52%);
          transform: translateX(-50%) translateY(-52%);
  width: 73%;
  box-sizing: border-box;
  padding: 2% 3.5% 4%;
  background: url(/roi/assets/bg-3.b40b82.png) no-repeat;
  background-size: cover;
}
.third-step .select-wrap li {
  display: inline-block;
  width: 29%;
  margin-right: 6%;
  margin-top: 3rem;
}
.third-step .select-wrap li:nth-child(3n) {
  margin-right: 0;
}
.third-step .select-wrap li input {
  display: none;
}
.third-step .select-wrap li input:checked + label::before {
  content: "\2713";
  color: #ffffff;
  margin-right: 1rem;
}
.third-step .select-wrap li input:checked + label {
  background: #14BE4B;
  color: white;
}
.third-step .select-wrap li label {
  display: inline-block;
  width: 100%;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 20px 30px 0px rgba(138, 211, 192, 0.8);
  border-radius: 8px;
  border: 1px solid #14BE4B;
  color: #212943;
  font-size: 1.08rem;
  cursor: pointer;
}
.third-step .button-wrap {
  position: absolute;
  left: 13%;
  bottom: 5%;
  width: 74%;
}
.third-step .button-wrap div {
  display: inline-block;
  width: 4rem;
  padding: 0 1rem;
  height: 2.4rem;
  line-height: 2.4rem;
  box-shadow: 0px 2px 10px 0px rgba(20, 190, 75, 0.1);
  border-radius: 4px;
  font-size: 1rem;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.third-step .button-wrap .last-btn {
  background: #fff;
  color: #14BE4B;
}
.third-step .button-wrap .next-btn {
  background: #14BE4B;
  float: right;
  color: #fff;
}
