.grdnt-purple1:not(.overly) {
  background-image: linear-gradient(135deg, #3c8ce7 10%, #00eaff 100%);
}

.grdnt-purple2:not(.overly) {
  background-image: linear-gradient(135deg, #3b2667 10%, #bc78ec 100%);
}

.grdnt-purple3:not(.overly) {
  background-image: linear-gradient(135deg, #65fdf0 10%, #1d6fa3 100%);
}

.grdnt-purple4:not(.overly) {
  background-image: linear-gradient(135deg, #fa5c29 10%, #a22917 100%);
}

.nav-btn ul.dropdown-menu li.dropdown-item a {
  color: #424242;
}

.nav-btn ul.dropdown-menu li.dropdown-item a:hover {
  color: #702dda;
  background: none;
}

.nav-btn a.dropdown-toggle,
.nav-btn a.dropdown-toggle:hover {
  background: none;
  color: #ffffff;
}

img.img-fold {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.24);
  border-radius: 6px;
  border: 0 none;
}

img.img-fold-1 {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
}

img {
  vertical-align: middle;
  border-style: none;
  transition: all 0.3s ease-out 0s;
}

img.imglink {
  cursor: pointer;
}

.responsive-video {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  width: 230px;
  height: 498px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.row-bottom-padded-lg {
  padding-bottom: 5em;
}

.iphone {
  width: 268px;
  height: 532px;
  position: relative;
}

.phone {
  width: 268px;
  height: 532px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}

.card {
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.14);
  border: 0;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.text-white {
  color: #ffffff;
}

.card-body {
  padding: 20px 35px 25px 35px;
}

.btn-holder a:hover,
.btn-holder a:active,
.btn-holder a:focus {
  color: initial;
}

.bai_bootom_space {
  margin-bottom: -250px;
}

.bai_area {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bai_area .col-lg-6 {
  margin: 0;
  padding: 0;
}

.bai_wrap {
  padding: 85px 70px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 325px;
}

.bai_shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.bai_shape img {
  width: 100%;
  height: 100%;
}

.bai_wrap > span {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 15px;
}

.bai_wrap > h4 {
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 30px;
}

.bai_right > span {
  color: #666666;
}

.bai_right > h4 {
  color: #000000;
}

.white_bg {
  background: #ffffff;
}

.theme_bg {
  background: #0073ff;
}

.footer-wrapper {
  padding-top: 200px;
  padding-bottom: 150px;
}

.pr5 {
  padding-right: 5px;
}

.pl5 {
  padding-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mt10 {
  margin-top: 10px;
}

.bai_wrap > span .fa {
  font-size: 20px;
}

#subCallback.btn {
  border-radius: 3px;
  background: #702dda !important;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.14);
}

.about_left .img-responsive {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 28px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 28px 2px rgba(0, 0, 0, 0.24);
}

.about_right {
  color: #666666;
}

.about_right p:not(.feature-text) {
  text-indent: 2em;
}

p.indent {
  text-indent: 2em;
}

.feature-text {
  padding: 18px 24px;
  margin: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.24);
}

.point,
.point::before,
.point::after {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: "";
}

.point::before {
  animation: scale 2s infinite;
}

.point::after {
  animation: scale2 2s infinite;
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(6);
    opacity: 0;
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(12);
    opacity: 0;
  }
}

.point,
.point::before,
.point::after {
  /* 设置颜色 */
  background-color: rgba(241, 34, 30, 0.9);
}

.point2,
.point2::before,
.point2::after {
  /* 设置颜色 */
  background-color: rgba(0, 221, 254, 0.9);
}

.point3,
.point3::before,
.point3::after {
  /* 设置颜色 */
  background-color: rgba(1, 88, 255, 0.9);
}

.point4,
.point4::before,
.point4::after {
  /* 设置颜色 */
  background-color: rgba(135, 229, 8, 0.9);
}

.dimple {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.waves {
  position: relative;
  width: 100%;
  height: 18vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 200px;
}

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@media only screen and (max-width: 480px) {
  .waves {
    height: 60px;
    min-height: 40px;
  }

  .iphone {
    margin: 0 auto;
  }

  .gotop {
    display: none;
  }

  .about_right {
    margin-top: 2em;
  }

  .feature-text {
    font-size: 1em;
    margin-top: 1em;
  }

  .footer-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bai_area {
    padding-bottom: 0;
  }

  .bai_shape img {
    width: 100%;
    height: auto;
  }

  .bai_bootom_space {
    margin-bottom: 0;
  }
}
