.gear-btn-md,.gear-btn-sm,.gear-btn-lg,.gear-btn-outline {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  height: 44px;
  width: 210px;
  color: #fff;
  background-color: #1C8CFF;
  border-radius: 22px;
  outline: none;
  border: 1px solid transparent;
  padding: 6px 15px
}

.gear-btn-sm {
  height: 34px;
  width: 155px;
  font-size: 14px;
  border-radius: 17px;
  padding: 5px 10px
}

.gear-btn-outline {
  background-color: #fff;
  border: 1px solid #1C8CFF;
  color: #1C8CFF
}

.gear-btn-md:hover,.gear-btn-sm:hover {
  background-color: #49A3FF
}

.gear-btn-outline:hover {
  color: #fff;
  background-color: #1C8CFF;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -webkit-transition-property: color, background-color;
  -webkit-transition-duration: 0.2s, 0.2s;
  -webkit-transition-timing-function: ease-out, ease-out
}

.gear-btn-forbid {
  background-color: #A4D1FF
}

.gear-h1 {
  font-size: 32px;
  color: #131537
}

.gear-h2 {
  font-size: 24px;
  color: #131537
}

.gear-h3 {
  font-size: 20px;
  color: #131537
}

.gear-h1-assist {
  font-size: 16px;
  color: #727681
}

.gear-h2-assist {
  font-size: 14px;
  color: #727681
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

html {
  height: 100%
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400
}

.navbar.modal-padding {
  padding-right: 15px
}

body {
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  color: #727681;
  -webkit-font-smoothing: antialiased;
  height: 100%
}

body.modal-open {
  overflow: hidden;
  padding-right: 15px
}

li {
  list-style-type: none
}

.clear-both:after {
  display: block;
  content: '';
  clear: both;
  visibility: hidden
}

nav {
  background: #fff
}

nav {
  background: #fff
}

.right {
  float: right
}

.left {
  float: left
}

.navbar {
  min-height: 45px
}

main {
  padding-top: 70px
}

@media (max-width: 991px) {
  main {
    padding-top: 50px
  }
}

.wx-nav img {
  margin-right: 10px;
  width: 20px;
  height: 16.67px
}

.shadow-only {
  height: 0;
  width: 100%;
  top: 0;
  z-index: 103;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.16);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.16);
  box-shadow: 0 2px 3px rgba(0,0,0,0.16);
  background-color: rgba(255,255,255,0.97);
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 103;
  width: 100%;
  opacity: .90;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.16);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.16);
  box-shadow: 0 2px 3px rgba(0,0,0,0.16);
  background-color: rgba(255,255,255,0.97);
  -webkit-transition: box-shadow .35s ease-in-out;
  -o-transition: box-shadow .35s ease-in-out;
  transition: box-shadow .35s ease-in-out;
  -webkit-transition: opacity .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out
}

.none-shadow {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.with-shadow {
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.16);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.16);
  box-shadow: 0 2px 3px rgba(0,0,0,0.16)
}

.navbar-brand {
  height: auto;
  cursor: pointer;
  padding: 15px 15px
}

.nav>li>a {
  font-size: 16px;
  line-height: 70px;
  color: #727681;
  padding: 0px 30px 0 30px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -webkit-transition-property: color, background-color;
  -webkit-transition-duration: 0.2s, 0.2s;
  -webkit-transition-timing-function: ease-out, ease-out
}

.nav>li>a:hover,.nav>li>a:active {
  color: #1C8CFF;
  background-color: #fff
}

.nav>li>a:focus,.nav>li>a:active,.nav>li>a:hover {
  outline: none;
  background: none
}

@media (max-width: 991px) and (min-width: 768px) {
  .nav li>a {
    padding: 0 15px
  }

  .container>.navbar-header {
    margin-left: 0
  }
}

.navbar-toggle {
  float: left
}

.navbar-toggle .icon-bar {
  background: black
}

.sm-sub-btn {
  text-align: center;
  float: right;
  line-height: 34px;
  margin-left: 30px;
  padding-top: 17.5px;
  padding-bottom: 17.5px
}

.sm-sub-btn a {
  color: #727681;
  font-size: 14px;
  border: 1px solid #CBD1E0;
  border-radius: 20px;
  padding: 6px 22px 6px 22px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -webkit-transition-property: color, background-color;
  -webkit-transition-duration: 0.2s, 0.2s;
  -webkit-transition-timing-function: ease-out, ease-out
}

.sm-sub-btn a:focus,.sm-sub-btn a:hover {
  border: 1px solid #1C8CFF;
  background: #1C8CFF;
  color: #fff;
  text-decoration: none
}

.navbar-header {
  float: left
}

.logo {
  height: 48px;
  width: 180px;
  background-size: cover;
  background-image: url("../img/logo.png")
}

.center-logo {
  display: none
}

.center-logo img {
  height: 34px;
  width: 34px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline
}

.case-intro {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 78%;
  line-height: 30px;
  color: #767e8e;
  margin-top: -50px;
  margin-bottom: 80px
}

@media (max-width: 767px) {
  .navbar-toggle {
    margin-left: 15px;
    width: 80px;
    margin-top: 5px;
    margin-bottom: 5px
  }

  .sm-sub-btn {
    margin-left: 15px;
    margin-right: 15px;
    width: 80px;
    line-height: 34px;
    padding-top: 5px;
    padding-bottom: 5px
  }

  .sm-sub-btn a {
    border: 0
  }

  .center-logo {
    display: inline
  }

  .logo {
    display: none;
    height: 34px;
    width: 100px;
    background-size: cover;
    background-image: url("../img/logo.png")
  }

  .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px
  }

  nav.in,nav.collapsing {
    width: 100%
  }

  .container>.navbar-collapse {
    margin-left: 0
  }
}

.side-nav-left .nav-item {
  display: block;
  width: 100%;
  position: relative;
  color: #9ca4b3
}

.side-nav-left .nav-item:hover {
  color: #9ca4b3
}

.side-nav-left .nav-icon {
  position: absolute;
  width: 70px;
  height: 70px
}

.side-nav-left .nav-icon img {
  height: 70px;
  height: 70px
}

.side-nav-left .nav-tab-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px
}

.side-nav-left img.case-icon-normal {
  display: block
}

.side-nav-left img.case-icon-selected {
  display: none
}

.side-nav-left li.active {
  border-right: 5px solid #1c8cff;
  color: #3c4b6c
}

.side-nav-left li.active img.case-icon-normal {
  display: none
}

.side-nav-left li.active img.case-icon-selected {
  display: block
}

.side-nav-left ul {
  width: 100%;
  border-right: 1px solid #dde3ef;
  padding-top: 50px;
  padding-bottom: 50px
}

.side-nav-left li {
  line-height: 70px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  text-align: left;
  color: #9ca4b3;
  border-right: 5px solid transparent
}

.side-nav-left ul li i {
  float: left;
  max-width: 70px;
  max-height: 70px;
  border-radius: 50%;
  background: #e0e0e0;
  overflow: hidden;
  position: relative;
  top: 50%;
  margin-top: -35px
}

.side-nav-left ul li i img {
  width: 100%;
  height: 100%
}

img.first-hide {
  display: none
}

.nav-con-right {
  overflow: hidden;
  position: relative
}

.tab-content-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none
}

.tab-content-wrapper.tab-con-active {
  display: block
}

.case-step-img img {
  width: 100%
}

.case-img-title {
  line-height: 50px;
  font-size: 22px
}

.phone-bg {
  margin-left: 140px;
  position: relative
}

.phone-app-slick {
  position: relative;
  top: 16%;
  width: 100%
}

.phone-app-slick img {
  width: 100%;
  height: 100%
}

.side-nav-left .nav-icon {
  position: static;
  float: left;
  width: 48px;
  height: 48px
}

.side-nav-left .nav-icon img {
  width: 48px;
  height: 48px
}

.side-nav-left .nav-tab-title {
  margin-left: 10px;
  font-size: 18px
}

.side-nav-left ul li {
  line-height: 48px
}

.side-nav-left ul li i {
  max-width: 48px;
  max-height: 48px;
  margin-top: -24px
}

@media (max-width: 767px) {
  .side-nav-left ul {
    width: 100%;
    border-right: none
  }

  .side-nav-left ul .nav-icon {
    margin-left: auto;
    margin-right: auto;
    float: none;
    position: static
  }

  .side-nav-left ul .nav-icon img {
    margin: auto
  }

  .side-nav-left ul .nav-tab-title {
    margin-left: 0px;
    font-size: 18px
  }

  .side-nav-left ul li {
    text-align: center;
    float: left;
    position: relative;
    width: 20%;
    border-right: none
  }

  .side-nav-left ul li.tab-active {
    border-right: none
  }

  .side-nav-left ul li i {
    float: none;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 5px auto 0 -24px
  }
}

@media (max-width: 414px) {
  .side-nav-left ul li .nav-tab-title {
    font-size: 12px
  }
}

.slick-prev,.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
  opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
  opacity: .25
}

.slick-prev:before,.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: '←'
}[dir='rtl'] .slick-prev:before {
  content: '→'
}

.slick-next {
  right: -25px
}[dir='rtl'] .slick-next {
  right: auto;
  left: -25px
}

.slick-next:before {
  content: '→'
}[dir='rtl'] .slick-next:before {
  content: '←'
}

.slick-dots {
  position: absolute;
  bottom: 5%;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 30px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}

.slick-dots li button:hover,.slick-dots li button:focus {
  outline: none
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
  opacity: 1
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .3;
  color: #1c8cff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #1c8cff
}

hr {
  margin-top: 120px;
  margin-bottom: 0px
}

.bg-main {
  width: 100%;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0
}

.home-info-title {
  text-align: center
}

.request-text {
  margin-left: 30px;
  margin-right: 30px;
  font-size: 21px;
  padding: 140px 0 30px 0
}

.request-btn {
  font-size: 16px;
  color: #fff;
  border-radius: 32px;
  line-height: 42px;
  display: inline-block;
  padding: 0 50px 0 50px;
  background-color: #1c8cff
}

.request-btn:hover {
  background-color: #197ee5
}

.the-phone {
  display: table-cell;
  vertical-align: middle;
  margin-top: 60px;
  padding: 0
}

.request-bg {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 400px;
  background-image: url("../assets/bg-submit.jpg");
  background-repeat: no-repeat
}

@media (max-width: 991px) {
  .box_left {
    padding-left: 15px;
    height: auto
  }

  .box_right {
    padding-right: 15px;
    height: auto
  }

  .box_con {
    text-align: center
  }

  .box_con .con-img {
    max-width: 480px
  }

  .case-right {
    padding-left: 40px;
    padding-right: 40px
  }
}

footer {
  background: #F6F7FA
}

footer .row {
  margin: 0
}

.footer-main {
  width: 100%;
  max-width: 1170px;
  padding: 40px 0 20px 0;
  margin-left: auto;
  margin-right: auto
}

.request-btn a {
  color: #fff
}

.request-btn a:hover {
  text-decoration: none
}

.footer_title {
  font-size: 20px;
  color: #727681;
  margin-bottom: 10px
}

.footer_list {
  padding: 0 0 0 0
}

.footer_list>li,.footer_list>li>a {
  font-size: 14px;
  color: #727681;
  line-height: 1.8em;
  text-decoration: none
}

.footer_list>li>a:hover {
  color: #1C8CFF
}

.footer_list2>li {
  width: 70px;
  height: 70px;
  float: left;
  margin: 0px 20px 0 0
}

.footer_beian {
  font-size: 12px;
  color: #727681;
  line-height: 50px;
  border-top: 1px solid #EFF1F6;
  text-align: center
}

.sns a img {
  margin-right: 20px
}

@media (max-width: 992px) {
  .footer-follow {
    text-align: center
  }

  .sns a img {
    margin-left: 10px;
    margin-right: 10px
  }
}

.banner-content p {
  font-size: 16px;
  color: #727681
}

.cases-title {
  font-size: 32px;
  text-align: center;
  color: #131537;
  padding: 75px 0 0
}

.cases-container hr {
  width: 100%;
  margin-top: 0px
}

.case-container {
  padding-top: 50px;
  overflow: hidden
}

.case-content {
  padding-top: 9%;
  text-align: left
}

.case-container:nth-of-type(even) .case-content {
  text-align: right
}

.case-content .case-title {
  display: inline-block;
  font-size: 24px;
  line-height: 1.5em;
  padding-bottom: 2px;
  border-bottom: 2px solid #1C8CFF
}

.case-content p {
  line-height: 1.8em;
  width: 100%;
  margin-top: 30px;
  text-align: justify
}

.case-content .case-icon {
  width: 100%;
  display: inline-block;
  margin-top: 50px
}

.case-content .case-icon li {
  float: left;
  width: 25%;
  border-right: 2px solid #ebeff6
}

.case-content .case-icon li i {
  display: block;
  height: 66px;
  width: 94px;
  margin: 0 auto 15px;
  text-align: center
}

.case-content .case-icon li i img {
  width: 100%;
  height: 100%
}

.case-content .case-icon li p {
  font-size: 18px;
  padding: 0;
  margin: 0;
  text-align: center
}

.case-content .case-icon .border-right-none {
  border-right: none
}

@media (min-width: 1220px) {
  .case-content .case-icon {
    width: auto
  }

  .case-content .case-icon li {
    width: 132px
  }
}

@media (min-width: 991px) {
  .case-icon li {
    width: 142px
  }
}

@media (min-width: 769px) {
  .case-container:nth-of-type(even) .case-content {
    text-align: right
  }
}

@media (max-width: 768px) {
  .case-container {
    padding-top: 0
  }

  .case-container .case-icon {
    margin-bottom: 50px
  }

  .case-container .case-content {
    text-align: center
  }

  .case-container:nth-of-type(even) .case-content {
    text-align: center
  }
}

@media (max-width: 425px) {
  .cases-title {
    font-size: 20px
  }

  .case-container {
    padding-top: 0
  }

  .case-container hr {
    display: none
  }

  .case-container .case-content {
    padding-right: 0;
    padding-left: 0;
    padding-top: 5%;
    text-align: center
  }

  .case-container .case-content:nth-of-type(even) .case-content {
    text-align: center
  }

  .case-container .case-content .case-title {
    font-size: 22px
  }

  .case-container .case-content .case-icon {
    width: 100%;
    margin-top: 25px
  }

  .case-container .case-content .case-icon li {
    width: 25%
  }

  .case-container .case-content .case-icon li i {
    height: 45px;
    width: 64px;
    margin-bottom: 8px
  }

  .case-container .case-content .case-icon li p {
    font-size: 12px
  }
}

.modal {
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
  background: transparent;
  display: block;
  visibility: hidden;
  opacity: 0
}

.modal .modal-blur {
  background: rgba(0,0,0,0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden
}

.modal .close-modal {
  text-align: center;
  font-size: 25px;
  color: #727681;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  position: fixed;
  top: 4px;
  right: 0;
  cursor: pointer;
  z-index: 10;
  z-index: 999
}

.modal .modal-content {
  position: absolute;
  z-index: 10;
  width: 100%;
  max-width: 750px;
  min-height: 400px;
  padding: 36px 0;
  left: 50%;
  top: 50%;
  box-shadow: 0 0px 4px #CBD1E0;
  border: 0;
  transform: translate(-50%, -50%)
}

.modal .modal-content h3 {
  letter-spacing: 1px;
  text-align: center
}

.modal-server-step {
  position: relative;
  margin-top: 37px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-around
}

.modal-server-step .server-step-item {
  text-align: center
}

.modal-server-step .server-step-item img {
  width: 50px;
  height: 50px
}

.modal-server-step .server-step-item p {
  font-size: 16px;
  color: #131537;
  margin-top: 6px
}

.modal-server-step .modal-line {
  position: absolute;
  top: 31%;
  left: 112px;
  width: 65%;
  z-index: -1
}

.modal-server-step .modal-text-1,.modal-server-step .modal-text-2 {
  padding: 0 5px;
  position: absolute;
  top: 20%;
  left: 28%;
  font-size: 12px;
  color: #727681;
  background: #fff
}

.modal-server-step .modal-text-2 {
  left: 62%
}

.modal-line {
  width: 100%;
  height: 2px;
  background-image: url(../img/dotted.png);
  background-repeat: repeat-x;
  background-size: 5px 1px
}

.modal .modal-form {
  display: block
}

.modal .modal-form.out {
  display: none
}

.modal .modal-form form {
  font-size: 14px;
  font-weight: 400;
  margin-top: 33px;
  width: 520px;
  margin-left: auto;
  margin-right: auto
}

.modal .modal-form form .form-group {
  margin-bottom: 30px
}

.modal .modal-form form .form-group input {
  outline: none;
  transition: none;
  box-shadow: none
}

.modal .modal-form form .form-group input:focus {
  border: 1px solid #1CBCFF
}

.modal .modal-form form label {
  text-align: left;
  font-weight: 400
}

.modal .modal-form form .form-text-warning {
  color: #FF0000
}

.modal .modal-form textarea {
  resize: vertical;
  box-shadow: none
}

.modal .modal-form textarea:focus {
  border: 1px solid #1CBCFF
}

.modal .modal-form .row {
  padding: 0;
  margin-left: 0;
  margin-right: 0
}

.modal .modal-form .form-item {
  padding: 10px 15px
}

.modal .modal-form .form-item .form-warning {
  border: 2px solid rgba(255,0,0,0.5)
}

.modal .modal-form .form-item input {
  font-size: 16px;
  line-height: 20px;
  padding: 15px 20px;
  border: 1px solid #CBD1E0;
  border-radius: 3px;
  width: 100%;
  color: #324C53
}

.modal .modal-form .form-item textarea {
  font-size: 16px;
  border: 1px solid #CBD1E0;
  border-radius: 3px;
  width: 100%;
  min-height: 200px;
  padding: 15px 20px
}

.modal .modal-form .form-item input,.modal .modal-form .form-item textarea {
  outline: none;
  -webkit-appearance: none;
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.modal .modal-form .form-item input:focus,.modal .modal-form .form-item textarea:focus {
  border-color: rgba(25,181,254,0.6)
}

.modal .modal-form .form-item input::-webkit-input-placeholder,.modal .modal-form .form-item textarea::-webkit-input-placeholder {
  color: #C1C8CA
}

.modal .modal-form .form-item input::-moz-placeholder,.modal .modal-form .form-item textarea::-moz-placeholder {
  color: #C1C8CA
}

.modal .modal-form .form-item input:-ms-input-placeholder,.modal .modal-form .form-item textarea:-ms-input-placeholder {
  color: #C1C8CA
}

.modal .modal-form .form-item input:-moz-placeholder,.modal .modal-form .form-item textarea:-moz-placeholder {
  color: #C1C8CA
}

.modal .modal-form .form-tip {
  margin-left: 30px;
  font-size: 16px;
  color: #727681
}

.modal .modal-form .row .form-item {
  width: 50%;
  float: left
}

.modal .modal-form .text-center {
  text-align: center
}

.modal .modal-form .submit-btn {
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  color: #fff;
  background-color: #1C8CFF;
  width: 210px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  font-size: 18px;
  border-radius: 22px;
  vertical-align: middle;
  transition: .3s;
  position: relative;
  margin-top: 10px
}

.modal .modal-form .submit-btn:visited,.modal .modal-form .submit-btn:link {
  text-decoration: none
}

.modal .modal-form .submit-btn:hover {
  background-color: #49A3FF
}

.modal .modal-form .submit-btn .icon-now {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 9px;
  height: 20px;
  background-position: center;
  background: url("../img/icon-now.png") right top no-repeat;
  background-image: -webkit-image-set(url("../img/icon-now.png") 1x, url("../img/icon-now@2x.png") 2x);
  background-image: -moz-image-set(url("../img/icon-now.png") 1x, url("../img/icon-now.png") 2x);
  background-image: -ms-image-set(url("../img/icon-now.png") 1x, url("../img/icon-now.png") 2x);
  background-image: -o-image-set(url("../img/icon-now.png") 1x, url("../img/icon-now.png") 2x);
  -webkit-background-size: 9px 20px;
  -moz-background-size: 9px 20px;
  -o-background-size: 9px 20px;
  background-size: 9px 20px;
  background-repeat: no-repeat;
  margin-right: 5px
}

.modal .modal-result {
  display: none
}

.modal .modal-result.in {
  display: block
}

.modal .modal-result .result-icon {
  margin: 50px auto;
  display: block;
  width: 76px;
  height: 76px;
  background-position: center
}

.modal .modal-result .result-icon.result-success {
  background: url("../img/result-success.png") right top no-repeat;
  background-image: -webkit-image-set(url("../img/result-success.png") 1x, url("../img/result-success@2x.png") 2x);
  background-image: -moz-image-set(url("../img/result-success.png") 1x, url("../img/result-success.png") 2x);
  background-image: -ms-image-set(url("../img/result-success.png") 1x, url("../img/result-success.png") 2x);
  background-image: -o-image-set(url("../img/result-success.png") 1x, url("../img/result-success.png") 2x);
  -webkit-background-size: 76px 76px;
  -moz-background-size: 76px 76px;
  -o-background-size: 76px 76px;
  background-size: 76px 76px;
  background-repeat: no-repeat
}

.modal .modal-result .result-icon.result-error {
  background: url("../img/result-error.png") right top no-repeat;
  background-image: -webkit-image-set(url("../img/result-error.png") 1x, url("../img/result-error@2x.png") 2x);
  background-image: -moz-image-set(url("../img/result-error.png") 1x, url("../img/result-error.png") 2x);
  background-image: -ms-image-set(url("../img/result-error.png") 1x, url("../img/result-error.png") 2x);
  background-image: -o-image-set(url("../img/result-error.png") 1x, url("../img/result-error.png") 2x);
  -webkit-background-size: 76px 76px;
  -moz-background-size: 76px 76px;
  -o-background-size: 76px 76px;
  background-size: 76px 76px;
  background-repeat: no-repeat
}

.modal.init {
  visibility: hidden;
  opacity: 0
}

.modal.active {
  visibility: visible;
  opacity: 1
}

.modal.active .modal-blur {
  visibility: visible;
  opacity: 0.6
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

@media (max-width: 767px) {
  .modal .close-modal {
    right: 10px;
    top: 10px
  }

  .modal .modal-content {
    width: 100%;
    min-height: auto;
    padding: 0 10px
  }

  .modal .modal-content h2 {
    margin-bottom: 10px;
    font-size: 28px
  }

  .modal .modal-content h2:after {
    margin-top: 10px
  }

  .modal .modal-content p {
    font-size: 15px;
    line-height: 28px
  }

  .modal .modal-form form {
    width: 100%;
    margin-top: 10px
  }

  .modal .modal-form textarea {
    resize: vertical
  }

  .modal .modal-form .row {
    padding: 0;
    margin-left: 0;
    margin-right: 0
  }

  .modal .modal-form .form-item {
    padding: 5px 0
  }

  .modal .modal-form .form-item input {
    padding: 8px 10px;
    font-size: 15px
  }

  .modal .modal-form .form-item textarea {
    min-height: 120px;
    font-size: 15px
  }

  .modal .modal-form .row .form-item {
    float: none;
    width: 100%
  }

  .modal .modal-form .form-tip {
    margin-left: 15px
  }

  .modal .modal-form .submit-btn {
    height: 44px;
    line-height: 44px;
    width: 200px;
    margin-top: 0
  }

  .modal .modal-result br {
    display: none
  }
}

@keyframes show_anim {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9)
  }

  to {
    transform: scale(1);
    opacity: 1;
    visibility: visible
  }
}

@keyframes hide_anim {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
  }

  95% {
    opacity: 0
  }

  to {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9)
  }
}

@keyframes opacity_show_anim {
  0% {
    visibility: hidden;
    opacity: 0
  }

  to {
    visibility: visible;
    opacity: 1
  }
}

@keyframes opacity_hide_anim {
  0% {
    visibility: visible;
    opacity: 1
  }

  to {
    visibility: hidden;
    opacity: 0
  }
}

li.nav-active>a {
  color: #1c8cff
}

@media (max-width: 414px) {
  .modal.active .modal-blur {
    opacity: 1
  }
}

.modal .modal-result h2 {
  color: #131537;
  font-size: 24px
}

.modal .modal-result p {
  color: #727681;
  font-size: 16px;
  margin-top: 20px
}

.modal .modal-result .result-success {
  margin-bottom: 25px
}

#bottom-form .form-warning {
  border: 2px solid rgba(255,0,0,0.5)
}

#proposal-form .form-warning {
  border: 2px solid rgba(255,0,0,0.5)
}

.result-loading {
  margin-top: 105px
}

.result-loading .loading-container img {
  width: 50px;
  animation: loading 1.5s linear infinite;
  -moz-animation: loading 1.5s linear infinite;
  -webkit-animation: loading 1.5s linear infinite;
  -o-animation: loading 1.5s linear infinite
}

.result-loading .loading-container-ph {
  margin-top: -50px
}

.result-loading .loading-container-ph>img {
  width: 239px
}

.result-loading .loading-container-ph>p {
  font-size: 14px
}

.result-loading .loading-container-ph>p img {
  width: 14px;
  animation: loading 1.5s linear infinite;
  -moz-animation: loading 1.5s linear infinite;
  -webkit-animation: loading 1.5s linear infinite;
  -o-animation: loading 1.5s linear infinite
}

@keyframes loading {
  0% {
    transform: rotate(0deg)
  }

  50% {
    transform: rotate(180deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

@-moz-keyframes loading {
  0% {
    transform: rotate(0deg)
  }

  50% {
    transform: rotate(180deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg)
  }

  50% {
    transform: rotate(180deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

@-o-keyframes loading {
  0% {
    transform: rotate(0deg)
  }

  50% {
    transform: rotate(180deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.banner-content {
  position: relative;
  width: 54%;
  height: 220px;
  margin: 0 auto
}

.banner-content img {
  width: 100%;
  height: 220px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1
}

.select-content {
  width: 100%
}

.select-content ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  -ms-flex-item-align: center;
  margin-top: 5px;
  padding: 25px 0;
  box-shadow: 0 0 4px #CBD1E0;
  border-radius: 8px
}

.select-content ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative
}

.select-content ul li a {
  color: #727681;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none
}

.select-content ul li a i {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url(../img/case-icons.png) no-repeat 0px 0px;
  background-size: 228px 76px
}

.select-content ul li a p {
  margin-top: 10px
}

.select-content ul li:nth-child(2) a i {
  background-position: -38px 0px
}

.select-content ul li:nth-child(3) a i {
  background-position: -76px 0px
}

.select-content ul li:nth-child(4) a i {
  background-position: -114px 0px
}

.select-content ul li:nth-child(5) a i {
  background-position: -152px 0px
}

.select-content ul li:nth-child(6) a i {
  background-position: -190px 0px
}

.cases-container {
  margin-bottom: 50px
}

li.case-active>a {
  color: #1C8CFF !important
}

li.case-active>a>i {
  background-position-y: -38px !important
}

ul.slick-dots {
  bottom: 0
}

ul.slick-dots li {
  margin: -4px 5px
}

ul.slick-dots li button:before {
  font-size: 12px
}

.phone-app-slick img {
  bottom: 0px;
}

@media (max-width: 991px) {
  div.case-container {
    padding-top: 0px
  }
}

@media (min-width: 700px) and (max-width: 991px) {
  .banner-content {
    width: 100%
  }
}

@media (max-width: 750px) {
  .container .banner-content {
    height: 180px
  }

  .container .banner-content img {
    height: 180px
  }

  .container .banner-content .cases-title {
    padding: 60px 0 0
  }
}

@media (min-width: 669px) and (max-width: 699px) {
  .banner-content {
    width: 100%
  }
}

@media (min-width: 678px) and (max-width: 698px) {
  .banner-content {
    width: 100%
  }
}

@media (min-width: 600px) and (max-width: 677px) {
  .banner-content {
    width: 100%
  }
}

@media (max-width: 599px) {
  .banner-content {
    width: 100%
  }
}

@media (max-width: 414px) {
  .select-content ul {
    box-shadow: none;
    display: block;
    padding: 0
  }

  .select-content ul li p {
    padding: 5px 15px;
    border: 1px solid #EFF1F6;
    font-size: 12px
  }

  .select-content ul li:nth-child(1) {
    display: block;
    width: 32%
  }

  .select-content ul li:nth-child(2),.select-content ul li:nth-child(3),.select-content ul li:nth-child(4),.select-content ul li:nth-child(5),.select-content ul li:nth-child(6),.select-content ul li:nth-child(7) {
    width: 32%
  }

  li.case-active>a p {
    background: #1C8CFF;
    color: #fff
  }
}

@media (min-width: 992px) {
  .finance {
    margin-bottom: -18px
  }
}

.text-right {
  text-align: right
}

p {
  margin: 0
}

a {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

.about-content {
  color: #747F90
}

.about {
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400
}

.more_info-nav-inner,.more_info-about_us,.more_info-about_team,.more_info-join_us {
  text-align: center
}

.more_info-nav-inner {
  height: 120px;
  margin-top: 5px;
  border-radius: 8px;
  box-shadow: 0 0 3px rgba(0,0,0,0.21);
  padding: 20px 0 20px 0
}

.more_info-nav-inner>div {
  border-right: 2px solid #EFF1F6;
  margin-top: 8px
}

.more_info-nav-inner>div:last-child {
  border-right: 0
}

.more_info-nav-inner a p {
  font-size: 20px;
  color: #ADAFB5;
  text-decoration: none;
  margin-top: 5px;
  font-weight: 400
}

.more_info-nav-inner .houver,.more_info-nav-inner a:hover {
  color: #1C8CFF;
  text-decoration: none
}

.more_info-nav-inner .active p {
  color: #1C8CFF
}

.more_info-nav-inner .active em {
  background-position-x: 0
}

.more_info-cont-intro h2 {
  font-size: 24px;
  font-weight: 400;
  padding: 60px 0 44px 0;
  color: #131537
}

.more_info-cont-intro p {
  font-size: 16px;
  color: #727681;
  text-align: center;
  line-height: 1.8em
}

.more_info-cont-core {
  margin-top: 85px
}

.more_info-cont-core h2 {
  color: #131537;
  font-size: 24px
}

.more_info-cont-core p {
  text-align: left
}

.more_info-about_us .icon-core01 {
  background: url("../img/about-icon-01.png") top no-repeat;
  background-size: 100% 100%
}

.more_info-about_us .icon-core02 {
  background: url("../img/about-icon-02.png") top no-repeat;
  background-size: 100% 100%
}

.more_info-about_us .icon-core03 {
  background: url("../img/about-icon-03.png") top no-repeat;
  background-size: 100% 100%
}

.more_info-about_us i {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  height: 90px
}

.more_info-cont-core-item h2 {
  margin-bottom: 14px
}

.more_info-cont-core-item p {
  text-align: center;
  font-size: 14px;
  line-height: 1.8em
}

.more_info-cont-pic {
  margin-top: 90px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between
}

.more_info-cont-pic .left-pic {
  width: 758px
}

.more_info-cont-pic .right-pic {
  display: flex;
  flex-direction: column;
  width: 314px
}

.more_info-cont-pic .right-pic img:last-child {
  margin-top: 30px
}

@media (max-width: 1199px) {
  .more_info-cont-pic {
    display: block
  }

  .more_info-cont-pic .left-pic {
    margin: 0 auto
  }

  .more_info-cont-pic .right-pic {
    display: none
  }
}

@media (max-width: 768px) {
  .more_info-cont-core {
    margin-bottom: 30px
  }

  .more_info-cont-core>div>div:nth-child(2) {
    margin: 20px 0 20px
  }
}

.more_info-nav-inner a {
  line-height: 20px
}

.about-icon {
  display: block;
  margin: 1px auto 0;
  width: 38px;
  height: 38px;
  background: url(../img/about-icon@2x.png) -52px 0 no-repeat;
  background-size: 90px 135px
}

.a_team .about-icon {
  background-position: -52px -49px
}

.a_join .about-icon {
  background-position: -52px -97px
}

.team-from ul li {
  margin-top: 28px
}

.team-from ul li img {
  width: 270px
}

.team_environment ul li {
  margin-top: 28px
}

.team_environment ul li img {
  width: 380px
}

.member-slogn {
  width: 100%;
  background: #F6F6F6;
  margin-top: 40px
}

.member-slogn .item>div:nth-child(2) {
  padding-left: 20px
}

.member-slogn .slogn {
  min-height: 422px;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 110px;
  color: #747F90
}

.member-slogn .slogn .slogn-header {
  text-align: left;
  padding-left: 70px;
  position: relative;
  font-size: 14px
}

.member-slogn .slogn .slogn-header h3 {
  font-size: 24px;
  color: #666666;
  margin-bottom: 7px
}

.member-slogn .slogn .slogn-header .member-pic01,.member-slogn .slogn .slogn-header .member-pic02,.member-slogn .slogn .slogn-header .member-pic03,.member-slogn .slogn .slogn-header .member-pic04 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 52px;
  height: 52px;
  background: url(../img/aboutImages/member-zhangjian09@2x.png) 0 0 no-repeat;
  background-size: 52px 52px;
  margin-right: 10px
}

.member-slogn .slogn .slogn-header .member-pic02 {
  background-image: url(../img/aboutImages/member-wcm.png)
}

.member-slogn .slogn .slogn-header .member-pic03 {
  background-image: url(../img/aboutImages/member-xxy.png)
}

.member-slogn .slogn .slogn-header .member-pic04 {
  background-image: url(../img/aboutImages/member-lyq.png)
}

.member-slogn .slogn .slogn-container {
  text-align: left;
  line-height: 28px;
  margin-top: 20px
}

.member-slogn .slogn .slogn-container .slogn-icon {
  display: inline-block;
  width: 25px;
  height: 23px;
  background: url(../img/aboutImages/solgn-icon@2x.png) 0 0 no-repeat;
  background-size: 25px 23px;
  margin-right: 30px
}

.member-slogn .slogn .slogn-container p {
  font-size: 14px;
  line-height: 1.8em
}

.member-slogn .carousel-control {
  background: none
}

.member-slogn .carousel-indicators {
  bottom: 10px
}

.member-slogn .carousel-indicators>li {
  background: rgba(208,208,208,0.5)
}

.member-slogn .carousel-indicators .active {
  background: #d0d0d0
}

main.about article {
  padding-top: 200px;
  margin-top: -200px;
  display: none
}

main.about .about-map {
  display: none
}

.csssprite {
  -webkit-animation: csssprite .8s infinite linear;
  animation: csssprite .8s infinite linear;
  position: relative
}

@-webkit-keyframes csssprite {
  0%,
    100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
  }

  33% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes csssprite {
  0%,
    100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
  }

  33% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.about-map {
  height: 500px;
  position: relative;
  width: 100%;
  margin-top: 80px;
  overflow-x: hidden
}

.map-text-container {
  margin-left: auto;
  margin-right: auto;
  position: relative
}

.amap-container {
  height: 100%;
  width: 120%
}

.amap-logo,.amap-copyright {
  display: none !important
}

.map-text {
  top: 40px;
  left: 40px;
  padding: 40px 60px;
  background: rgba(0,140,250,0.85);
  position: absolute;
  color: #fff;
  z-index: 99
}

.map-text p {
  font-weight: 400;
  font-size: 24px
}

.map-text li {
  font-size: 20px
}

.map-mark {
  position: absolute;
  border: 0px;
  padding: 0px;
  margin: 0px;
  top: 0px;
  left: 0px;
  -webkit-user-select: none;
  width: 53px;
  height: 53px;
  min-width: 53px;
  max-width: 53px;
  min-height: 53px;
  max-height: 53px
}

@media (max-width: 767px) {
  .team_from p {
    font-size: 11px
  }

  .more_info-nav-inner a {
    font-size: 16px
  }

  .map-text-container {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99
  }
}

@media (max-width: 991px) {
  .map-text {
    margin-right: 20px;
    top: 20px;
    left: 20px;
    padding: 20px 30px;
    background: rgba(0,140,250,0.85);
    position: absolute;
    color: #fff
  }

  .map-text p {
    font-weight: 400;
    font-size: 21px
  }

  .map-text li {
    font-size: 16px
  }
}

.more_info-join_us {
  margin-bottom: 90px
}

.more_info-join_us .join-us-left {
  text-align: left
}

.more_info-join_us .join-us-left>h2 {
  font-size: 24px;
  color: #131537;
  margin-top: 0
}

.more_info-join_us .join-us-left>h2:after {
  content: '';
  display: table;
  width: 99px;
  margin-top: 5px;
  border-top: 2px solid #1C8CFF
}

.more_info-join_us .join-us-left>h3 {
  font-size: 18px;
  color: #131537
}

.more_info-join_us .join-us-left>ul {
  margin-top: 20px
}

.more_info-join_us .join-us-left>ul li {
  position: relative;
  padding-left: 40px;
  line-height: 33px;
  margin-top: 20px
}

.more_info-join_us .join-us-left>ul li p {
  color: #727681;
  font-size: 16px
}

.more_info-join_us .join-us-right .join-us-email {
  border: 1px solid #CBD1E0;
  border-radius: 10px;
  height: 377px;
  width: 404px;
  font-size: 18px;
  background: url(../img/aboutImages/about-join-eamil-bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-left: 56px
}

.more_info-join_us .join-us-right .join-us-email p {
  margin-top: 30px;
  padding: 0 50px 0 50px;
  text-align: left;
  color: #727681
}

.more_info-join_us .join-us-right .join-us-email p:before {
  content: '';
  display: block;
  width: 79px;
  height: 52px;
  background: url(../img/aboutImages/join-email@2x.png) 0 0 no-repeat;
  background-size: 79px 52px;
  margin-bottom: 30px
}

.more_info-join_us .join-us-right .join-us-email .jobs-btn,.more_info-join_us .join-us-right .join-us-email .lago-btn {
  font-size: 24px;
  margin: 0 auto;
  display: block;
  width: 70%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  background: #1C8CFF;
  color: #fff
}

.more_info-join_us .join-us-right .join-us-email .jobs-btn {
  margin-top: 35px
}

.more_info-join_us .join-us-right .join-us-email .lago-btn {
  background: #39A937;
  margin-top: 35px
}

.join-us-icon {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 25px;
  height: 25px;
  background: url(../img/aboutImages/join-us-icon@2x.png) no-repeat;
  background-size: 25px 25px
}

.our-welfare {
  width: 100%;
  min-height: 500px;
  background: #f4f4f4;
  margin-top: 40px;
  padding-bottom: 40px
}

.our-welfare .more_info-cont-intro h1 {
  padding: 40px 0 10px 0
}

.our-welfare .welfare-container {
  min-height: 117px;
  margin-top: 30px;
  padding: 0 0 0 105px;
  position: relative
}

.our-welfare .welfare-container h4 {
  font-size: 20px;
  color: #131537;
  text-align: left
}

.our-welfare .welfare-container p {
  font-size: 14px;
  line-height: 1.8em;
  text-align: left
}

.our-welfare .welfare-container .welfare-icon {
  position: absolute;
  top: 8px;
  left: 30px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/aboutImages/about-us-icon@2x.png) 0 0 no-repeat;
  background-size: 228px 225px
}

.our-welfare .welfare-container:nth-child(2) .welfare-icon {
  background-position: -80px 0px
}

.our-welfare .welfare-container:nth-child(3) .welfare-icon {
  background: url(../img/aboutImages/about-icon-balance@2x.png) 0 0 no-repeat;
  background-size: 49px 42px
}

.our-welfare .welfare-container:nth-child(4) .welfare-icon {
  background-position: 0px -91px
}

.our-welfare .welfare-container:nth-child(5) .welfare-icon {
  background-position: -178px -91px
}

.our-welfare .welfare-container:nth-child(6) .welfare-icon {
  background-position: -174px 0px
}

.our-welfare .welfare-container:nth-child(7) .welfare-icon {
  background-position: 0px -180px
}

.our-welfare .welfare-container:nth-child(8) .welfare-icon {
  background-position: -88px -91px
}

.our-welfare .welfare-container:nth-child(9) .welfare-icon {
  background-position: -178px -174px
}

@media (max-width: 991px) {
  .more_info-join_us .join-us-right .join-us-email {
    margin: 20px auto 20px;
    width: 100%;
    height: 250px;
    border: 0;
    border-radius: 0;
    border: 0;
    background: none
  }

  .more_info-join_us .join-us-right .join-us-email p {
    padding: 0
  }

  .more_info-join_us .join-us-right .join-us-email p:before {
    margin-bottom: 10px
  }

  .more_info-join_us .join-us-right .join-us-email .lago-btn,.more_info-join_us .join-us-right .join-us-email .jobs-btn {
    margin-top: 25px
  }

  .more_info-cont-core>div>div>p {
    text-align: center
  }

  .more_info-cont-core .more_info-cont-core-item {
    margin-top: 20px
  }
}

@media (max-width: 414px) {
  .more_info-cont-intro h1 {
    font-size: 20px;
    padding: 20px 0 15px 0
  }

  .more_info-cont-intro p {
    font-size: 16px
  }

  .more_info-cont-intro .join-us-left h2 {
    font-size: 18px
  }

  .more_info-cont-intro .join-us-left h2:after {
    content: '';
    display: table;
    width: 75px;
    margin-top: 5px;
    border-top: 2px solid #1C8CFF
  }

  .more_info-cont-intro .join-us-right .join-us-email .jobs-btn,.more_info-cont-intro .join-us-right .join-us-email .lago-btn {
    font-size: 20px
  }

  .more_info-nav {
    border: 0
  }

  .more_info-nav-inner {
    box-shadow: none
  }

  .more_info-nav-inner a p {
    font-size: 12px
  }

  .more_info-nav-inner>div {
    border: 0
  }

  main.about article {
    margin-top: -230px
  }

  .more_info-cont-core {
    margin-top: 40px
  }

  .more_info-cont-core h2 {
    font-size: 20px
  }

  .more_info-cont-core>div>div>i {
    width: 54px;
    height: 54px
  }

  .more_info-cont-core>div>div>p {
    text-align: center
  }

  .our-welfare .welfare-container {
    margin-top: 15px
  }

  .member-slogn .slogn {
    min-height: 350px;
    padding: 60px 0 70px 0
  }

  .carousel-indicators {
    bottom: -5px
  }

  .more_info-join_us {
    margin-bottom: 0px
  }
}

@media (max-width: 375px) {
  .carousel-indicators {
    bottom: -11px
  }

  .more_info-join_us {
    margin-bottom: 0px
  }
}

@media (max-width: 320px) {
  .more_info-join_us {
    margin-bottom: 0px
  }

  .member-slogn .slogn {
    min-height: 315px
  }

  .member-slogn .carousel-indicators {
    bottom: 10px
  }

  .more_info-join_us .join-us-right .join-us-email {
    border: 0;
    background: 0;
    height: 150px
  }

  .more_info-join_us .join-us-right .join-us-email p {
    padding: 0;
    color: #727681
  }

  .more_info-join_us .join-us-right .join-us-email p:before {
    display: none
  }

  .more_info-join_us .join-us-right .join-us-email .jobs-btn,.more_info-join_us .join-us-right .join-us-email .lago-btn {
    font-size: 14px;
    height: 25px;
    line-height: 25px
  }

  .more_info-join_us .join-us-right .join-us-email .lago-btn {
    margin-top: 10px
  }
}

@media (max-width: 768px) {
  .more_info-cont-pic .left-pic {
    width: 100%
  }
}

.gear-btn-md,.gear-btn-sm,.gear-btn-lg,.gear-btn-outline {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  height: 44px;
  width: 210px;
  color: #fff;
  background-color: #1C8CFF;
  border-radius: 22px;
  outline: none;
  border: 1px solid transparent;
  padding: 6px 15px
}

.gear-btn-sm {
  height: 34px;
  width: 155px;
  font-size: 14px;
  border-radius: 17px;
  padding: 5px 10px
}

.gear-btn-outline {
  background-color: #fff;
  border: 1px solid #1C8CFF;
  color: #1C8CFF
}

.gear-btn-md:hover,.gear-btn-sm:hover {
  background-color: #49A3FF
}

.gear-btn-outline:hover {
  color: #fff;
  background-color: #1C8CFF;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -webkit-transition-property: color, background-color;
  -webkit-transition-duration: 0.2s, 0.2s;
  -webkit-transition-timing-function: ease-out, ease-out
}

.gear-btn-forbid {
  background-color: #A4D1FF
}

.gear-h1 {
  font-size: 32px;
  color: #131537
}

.gear-h2 {
  font-size: 24px;
  color: #131537
}

.gear-h3 {
  font-size: 20px;
  color: #131537
}

.gear-h1-assist {
  font-size: 16px;
  color: #727681
}

.gear-h2-assist {
  font-size: 14px;
  color: #727681
}

h5 {
  margin: 0
}

* {
  box-sizing: border-box !important
}

.main-screen {
  position: relative;
  margin-top: 70px;
  text-align: center;
  width: 100%;
  height: 100%;
  background: url(../img/bg@2x.png) no-repeat bottom;
  background-size: 100%;
  margin-top: -110px;
  padding-top: 110px
}

.index-video-model {
  overflow-x: hidden
}

.main-screen-container {
  width: 100%;
  text-align: center;
  border: 1px solid transparent;
  position: absolute;
  top: 40%
}

.index-slogan {
  font-size: 32px;
  letter-spacing: 6px;
  margin-bottom: 24px;
  color: #131537;
  font-weight: 400
}

.fuwu {
  font-size: 16px;
  color: #727681;
  font-weight: 400;
  margin-bottom: 30px
}

.main-screen-container>.btn {
  font-size: 18px;
  color: #fff;
  width: 210px;
  height: 44px;
  border-radius: 44px;
  line-height: 42px;
  padding: 0 50px 0 50px;
  background-color: #1C8CFF
}

.main-screen-container>.btn:hover {
  background-color: #49A3FF
}

.index-play {
  display: block;
  position: absolute;
  bottom: -130%;
  left: 50%;
  margin-left: -76px
}

.index-play img {
  width: 186px
}

.index-play .index-watch {
  width: 176px;
  height: 22px;
  display: block;
  opacity: 0;
  margin: 0 0 10px -3px
}

.index-play-ph {
  display: none
}

@media (max-width: 2000px) and (min-width: 1800px) {
  .main-screen {
    background-position-y: 180%
  }
}

@media (max-width: 1799px) and (min-width: 1450px) {
  .main-screen {
    background-position-y: 145%
  }
}

@media (max-width: 1198px) {
  .index-play {
    margin-left: -80px
  }

  .index-play img {
    width: 186px
  }

  .index-play .index-watch {
    margin: 0 0 10px -5px
  }
}

@media (max-width: 992px) {
  .index-slogan {
    margin-top: 75px;
    font-size: 32px;
    margin-bottom: 10px
  }

  .fuwu {
    font-size: 16px;
    margin-bottom: 24px
  }

  .main-screen-container>.btn {
    font-size: 16px;
    width: 180px;
    height: 36px;
    border-radius: 44px;
    line-height: 34px;
    padding: 0 40px 0 40px
  }

  .index-play {
    bottom: -84%;
    margin-left: -72px
  }

  .index-play img {
    width: 160px
  }

  .index-play .index-watch {
    width: 155px;
    margin: 0 0 10px -5px
  }
}

@media (max-width: 768px) {
  .main-screen {
    height: 385px;
    margin-top: 0;
    background-image: none
  }

  .main-screen-container {
    top: 12%
  }

  .index-play {
    bottom: -60%
  }
}

.index-demo-icons {
  background: #fff;
  position: relative;
  z-index: 100;
  width: 100%;
  border-top: 1px solid #EFF1F6;
  border-bottom: 1px solid #EFF1F6
}

.index-demo-icons .demo-slogan {
  font-size: 12px;
  color: #727681;
  letter-spacing: 4px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -8.5px;
  margin-left: -54px;
  padding: 0 10px;
  background: #fff
}

.index-demo-icons .row div {
  height: 110px
}

.index-demo-icons .row .index-demo-icon-1 {
  background: url(../img/index-demo-1@2x.png) 50% 50% no-repeat;
  background-size: 130px 40px
}

.index-demo-icons .row .index-demo-icon-2 {
  background: url(../img/index-demo-2@2x.png) 50% 50% no-repeat;
  background-size: 130px 40px
}

.index-demo-icons .row .index-demo-icon-3 {
  background: url(../img/index-demo-3@2x.png) 50% 50% no-repeat;
  background-size: 130px 40px
}

.index-demo-icons .row .index-demo-icon-4 {
  background: url(../img/index-demo-4@2x.png) 50% 50% no-repeat;
  background-size: 130px 40px
}

.index-item-header {
  text-align: center;
  margin-top: 80px
}

.index-item-header h1 {
  color: #131537;
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0 0 0;
  padding: 0
}

.index-item-header p {
  color: #727681;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  padding: 0 15px
}

.index-promise {
  min-height: 540px;
  background-size: 100% 100%;
  border-bottom: 1px solid #EFF1F6
}

.index-promise h1 {
  margin: 0
}

.index-promise .row {
  margin-top: 62px
}

.index-promise .index-promise-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center
}

.index-promise .index-promise-item img {
  margin: 0 auto
}

.index-promise .index-promise-item h3 {
  font-size: 20px;
  color: #131537;
  font-weight: normal
}

.index-promise .index-promise-item p {
  font-size: 14px;
  color: #727681;
  font-weight: 400
}

.index-promise .item-pic01-ph,.index-promise .item-pic02-ph,.index-promise .item-pic03-ph {
  display: none
}

.index-promise .item-pic01 {
  height: 167px;
  width: 141px
}

.index-promise .item-pic02 {
  width: 146px;
  height: 163px
}

.index-promise .item-pic03 {
  width: 180px;
  height: 179px
}

.index-promise .item-promise-header02 {
  margin-top: 24px
}

.index-promise .item-promise-header03 {
  margin-top: 8px
}

.index-produt-consult {
  min-height: 695px
}

.index-produt-consult .product-consult-main {
  min-height: 462px;
  margin-top: -40px;
  background-size: 402px 402px;
  border: 1px solid transparent;
  position: relative
}

.index-produt-consult .product-consult-main .consult-01,.index-produt-consult .product-consult-main .consult-02,.index-produt-consult .product-consult-main .consult-03 {
  width: 300px;
  font-weight: 400
}

.index-produt-consult .product-consult-main .consult-01 h3,.index-produt-consult .product-consult-main .consult-02 h3,.index-produt-consult .product-consult-main .consult-03 h3 {
  color: #131537;
  font-size: 24px
}

.index-produt-consult .product-consult-main .consult-01 p,.index-produt-consult .product-consult-main .consult-02 p,.index-produt-consult .product-consult-main .consult-03 p {
  color: #727681;
  font-size: 14px;
  line-height: 1.8em
}

.index-produt-consult .product-consult-main .consult-01 {
  text-align: right;
  position: absolute;
  top: 50%;
  left: 86px;
  margin-top: -39px
}

.index-produt-consult .product-consult-main .consult-02 {
  text-align: left;
  position: absolute;
  top: 50%;
  right: 86px;
  margin-top: -39px
}

.index-produt-consult .product-consult-main .consult-03 {
  text-align: center;
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -150px
}

.index-produt-consult .product-consult-main .consult-purport {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin-top: -147px;
  margin-left: -200px
}

.index-produt-consult .product-consult-main .consult-purport>div {
  width: 200px;
  height: 200px;
  border: 1px solid transparent;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 50px;
  font-weight: 400;
  text-align: center
}

.index-produt-consult .product-consult-main .consult-purport>div p {
  font-size: 26px;
  color: #1C8CFF;
  margin-top: 70px
}

.index-produt-consult .product-consult-main .loader-inner {
  position: absolute;
  top: 49%;
  left: 50%;
  margin-top: -167px;
  margin-left: -200px
}

.index-produt-consult .product-consult-main .loader-inner>div {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #1C8CFF
}

.index-produt-consult .product-consult-main .loader-inner div:nth-child(2) {
  animation-delay: 2s
}

.index-produt-consult .product-consult-main .loader-inner div:nth-child(3) {
  animation-delay: 4s
}

.connect-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3B8CFF;
  position: absolute;
  top: 40%;
  left: 0
}

.index-connect-us {
  border-top: 1px solid #EFF1F6;
  min-height: 633px;
  font-weight: 400;
  padding-top: 10px
}

.index-connect-us .connect-us-container {
  margin-top: 90px
}

.index-connect-us .connect-us-container img {
  height: 298px;
  margin: 0 auto
}

.index-connect-us .connect-us-right {
  padding-left: 20px;
  margin-top: 50px
}

.index-connect-us .connect-us-right h4 {
  font-size: 20px;
  color: #131537;
  margin-top: 10px;
  font-weight: 400
}

.index-connect-us .connect-us-right ul {
  margin: 20px 0 0 -8px
}

.index-connect-us .connect-us-right li {
  padding-left: 25px;
  position: relative
}

.index-connect-us .connect-us-right li p {
  color: #727681;
  font-size: 14px;
  line-height: 1.8em
}

.index-step {
  border-top: 1px solid #EFF1F6;
  padding-bottom: 75px
}

.index-step .step-flow {
  padding-top: 100px
}

.index-step .item-pic-01,.index-step .item-pic-02 {
  display: block;
  margin: 0 auto;
  margin-bottom: 18px
}

.index-step .item-pic-01 {
  width: 154px;
  height: 130px
}

.index-step .item-pic-02 {
  width: 60px;
  height: 60px
}

.index-step .steop-flow-text {
  text-align: center;
  font-weight: 400
}

.index-step .steop-flow-text h5 {
  color: #131537;
  font-size: 16px;
  margin-bottom: 15px
}

.index-step .steop-flow-text p {
  color: #727681;
  font-size: 14px;
  line-height: 1.8em
}

.index-step .step-flow-item:nth-child(1) .step-line {
  right: 0;
  width: 49%
}

.index-step .step-flow-item:nth-child(2) .step-line,.index-step .step-flow-item:nth-child(3) .step-line {
  left: 0
}

.index-step .step-flow-item:nth-child(4) .step-line {
  left: 0;
  right: 0;
  width: 50%
}

.step-flow-item {
  position: relative
}

.step-flow-item .step-line {
  position: absolute;
  top: 59%;
  width: 99%;
  height: 1px;
  background-image: url(../img/dotted.png);
  background-repeat: repeat-x;
  background-size: 5px 1px;
  z-index: -1
}

.success-case {
  border-top: 1px solid #EFF1F6;
  font-weight: 400;
  margin-bottom: 80px
}

.success-case .succ-case-container {
  margin-top: 70px;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center
}

.success-case .succ-case-item {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 23px
}

.success-case .succ-case-item a {
  display: inline-block;
  position: relative;
  background: #1c8cff;
  border-radius: 5px
}

.success-case .succ-case-item a .csse-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66px;
  height: 57px;
  margin-top: -33px;
  margin-left: -28.5px;
  background: url(../img/succ-arrow@2x.png) 50% 50% no-repeat;
  background-size: 66px 57px;
  z-index: 200;
  display: none
}

.success-case .succ-case-item a img {
  width: 360px;
  height: 190px;
  margin: 0 auto;
  opacity: 1
}

.success-case .succ-case-item a:hover img {
  opacity: 0.5
}

.success-case .succ-case-item a:hover .csse-arrow {
  display: block
}

.success-case .case-item-footer {
  width: 360px;
  text-align: left;
  margin-top: 16px
}

.success-case .item-footer-text {
  display: inline-block
}

.success-case .item-footer-text h5 {
  font-size: 16px;
  font-weight: 400;
  color: #131537
}

.success-case .item-footer-text p {
  font-size: 12px;
  color: #727681;
  margin-top: 2px
}

.success-case .item-footer-text img {
  margin-top: 3.5px
}

.success-case .item-h5 {
  width: 44px;
  height: 30px
}

.success-case .item-margin {
  margin-right: 8px
}

.success-case .item-web {
  width: 56px;
  height: 30px
}

.success-case .item-ios {
  width: 46px;
  height: 30px
}

.success-case .item-android {
  width: 80px;
  height: 30px
}

.only-sm-show {
  display: none
}

div.my-server-steps {
  display: none;
  margin-top: 80px;
  margin-bottom: 80px;
  font-weight: 400;
  height: 350px;
  overflow: hidden
}

div.my-server-steps .slick-dots {
  bottom: 13px
}

div.my-server-steps .slick-dots li button:before {
  width: 16px;
  height: 16px;
  color: transparent;
  border: 2px solid #747F90;
  border-radius: 50%;
  opacity: 1
}

div.my-server-steps .slick-dots li.slick-active button:before {
  color: #747F90;
  line-height: 14px
}

.index-step-ph .step-flow-item-ph {
  min-height: 290px;
  text-align: center
}

.index-step-ph .item-pic-01-ph {
  display: block;
  margin: 0 auto;
  height: 103px
}

.index-step-ph .item-pic-02-ph {
  width: 50px;
  margin: 20px auto 0
}

.index-step-ph .steop-flow-text-ph h5 {
  font-size: 16px;
  color: #131537;
  margin-top: 20px
}

.index-step-ph .steop-flow-text-ph p {
  font-size: 14px;
  color: #727681;
  margin-top: 20px
}

.step-flow-item-ph {
  position: relative
}

.step-flow-item-ph .step-line-ph {
  position: absolute;
  top: 50%;
  width: 99%;
  height: 1px;
  background-image: url(../img/dotted.png);
  background-repeat: repeat-x;
  background-size: 5px 1px;
  z-index: -1
}

.step-flow-item-ph .whole-line-ph {
  left: 0
}

.step-flow-item-ph .right-line-ph {
  right: 0;
  width: 50%
}

.step-flow-item-ph .left-line-ph {
  left: 0;
  width: 50%
}

.index-step-ph {
  display: none
}

@media (min-width: 1200px) {
  .success-case .succ-case-item:nth-child(1),.success-case .succ-case-item:nth-child(4) {
    text-align: left
  }

  .success-case .succ-case-item:nth-child(1) .case-item-footer,.success-case .succ-case-item:nth-child(4) .case-item-footer {
    margin-right: auto
  }

  .success-case .succ-case-item:nth-child(2) .case-item-footer,.success-case .succ-case-item:nth-child(5) .case-item-footer {
    margin-right: auto;
    margin-left: auto
  }

  .success-case .succ-case-item:nth-child(3),.success-case .succ-case-item:nth-child(6) {
    text-align: right
  }

  .success-case .succ-case-item:nth-child(3) .case-item-footer,.success-case .succ-case-item:nth-child(6) .case-item-footer {
    margin-left: auto
  }
}

@media (max-width: 1199px) {
  .index-produt-consult .product-consult-main .consult-01 {
    left: -9px
  }

  .index-produt-consult .product-consult-main .consult-02 {
    right: -13px
  }

  .success-case .case-item-footer {
    margin-right: auto;
    margin-left: auto
  }
}

.consult-dot {
  display: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1C8CFF;
  position: absolute;
  top: 5px;
  left: 5px
}

@media (max-width: 991px) {
  .index-connect-us .connect-us-right {
    padding-left: 20%
  }

  .index-step {
    padding-bottom: 0
  }

  .step-flow {
    padding-top: 150px;
    padding-bottom: 80px
  }

  .index-produt-consult {
    min-height: 450px
  }

  .index-produt-consult .product-consult-main {
    min-height: 320px;
    margin-top: 40px;
    background: url(../img/indexImages/index-server-ph@2x.png) 50% 0 no-repeat;
    background-size: 200px 200px
  }

  .index-produt-consult .product-consult-main .loader-inner {
    display: none
  }

  .index-produt-consult .product-consult-main .consult-purport {
    display: none
  }

  .index-produt-consult .product-consult-main .consult-01,.index-produt-consult .product-consult-main .consult-02,.index-produt-consult .product-consult-main .consult-03 {
    width: 280px
  }

  .index-produt-consult .product-consult-main .consult-01 h3,.index-produt-consult .product-consult-main .consult-02 h3,.index-produt-consult .product-consult-main .consult-03 h3 {
    font-size: 16px
  }

  .index-produt-consult .product-consult-main .consult-01 p,.index-produt-consult .product-consult-main .consult-02 p,.index-produt-consult .product-consult-main .consult-03 p {
    font-size: 14px
  }

  .index-produt-consult .product-consult-main .consult-01 {
    margin-top: -128px
  }

  .index-produt-consult .product-consult-main .consult-02 {
    margin-top: -110px
  }

  .index-produt-consult .product-consult-main .consult-03 {
    bottom: 56px;
    margin-left: -139px
  }

  .step-flow-item .step-line {
    top: 55%
  }

  .step-flow-item:nth-child(1) .step-line {
    width: 64%
  }

  .step-flow-item:nth-child(2) .step-line,.step-flow-item:nth-child(3) .step-line {
    right: 0;
    width: 98%
  }

  .step-flow-item:nth-child(4) .step-line {
    left: 0;
    right: 0;
    width: 50%
  }

  .index-connect-us {
    min-height: 835px
  }

  .success-case .succ-case-item a img {
    width: 310px
  }

  .success-case .case-item-footer {
    width: 310px
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden !important
  }

  .index-demo-icons {
    margin-top: 50px
  }

  div.only-sm-show {
    display: block;
    margin-top: 50px
  }

  .index-promise {
    background: url(../img/indexImages/index-promise-bg-ph@2x.png) 0 0 no-repeat;
    background-size: 100% 100%;
    padding-bottom: 40px;
    padding-top: 40px;
    border: 0;
    min-height: 420px
  }

  .index-promise .row {
    margin-top: 0px
  }

  .index-promise .item-pic01,.index-promise .item-pic02,.index-promise .item-pic03 {
    display: none
  }

  .index-promise .item-pic01-ph,.index-promise .item-pic02-ph,.index-promise .item-pic03-ph {
    display: inline-block;
    width: 110px
  }

  .index-promise .index-promise-item {
    margin-top: 24px
  }

  .index-promise .index-promise-item h3 {
    font-size: 16px
  }

  .index-promise .index-promise-item p {
    font-size: 15px
  }

  .index-promise .index-promise-item .item-promise-header01 {
    margin-top: 20px
  }

  .index-promise .index-promise-item .item-promise-header02 {
    margin-top: 13px
  }

  .index-promise .index-promise-item .item-promise-header03 {
    margin-top: 13px
  }

  div.my-server-steps {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px
  }

  .index-connect-us {
    margin-bottom: 70px;
    border-bottom: 1px solid #EFF1F6
  }

  .succ-case-item a:hover {
    background: transparent
  }

  .succ-case-item a:hover img {
    opacity: 1
  }

  .succ-case-item a:hover .csse-arrow {
    display: none
  }
}

@media (max-width: 414px) {
  body {
    overflow-x: hidden !important
  }

  .modal .modal-blur {
    height: 100%;
    padding-bottom: 20px;
    background: rgba(0,0,0,0.4)
  }

  .modal .modal-content {
    border: 0;
    box-shadow: none;
    height: auto;
    width: 95%;
    padding-bottom: 15px
  }

  .modal .modal-content h3 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 0
  }

  .modal .modal-content .close-modal {
    top: -4px;
    right: -4px
  }

  .modal .modal-content:after {
    content: '';
    width: 95%;
    height: 30%;
    background: #fff;
    margin-top: -20px
  }

  .modal .modal-form form label {
    font-size: 12px
  }

  .modal input.form-control {
    height: 32px
  }

  .modal .modal-server-step {
    margin-top: 10px;
    margin-bottom: 0px
  }

  .modal .modal-server-step .modal-line {
    top: 22%;
    left: 48px;
    width: 70%
  }

  .modal .modal-server-step .modal-text-1,.modal .modal-server-step .modal-text-2 {
    top: 10%
  }

  .modal .modal-server-step .modal-text-1 {
    left: 26%
  }

  .modal .modal-server-step .modal-text-2 {
    left: 64.5%
  }

  .modal .modal-server-step .server-step-item:nth-child(1) {
    margin-left: 15px;
    margin-right: auto
  }

  .modal .modal-server-step .server-step-item:nth-child(2) {
    margin-left: auto;
    margin-right: auto
  }

  .modal .modal-server-step .server-step-item:nth-child(3) {
    margin-left: auto;
    margin-right: 15px
  }

  .modal .modal-server-step .server-step-item img {
    width: 30px;
    height: 30px
  }

  .modal .modal-server-step .server-step-item p {
    font-size: 12px;
    margin-top: 0
  }

  .index-demo-icons {
    margin-top: 0
  }

  .success-case .succ-case-container .succ-case-item {
    width: 100%
  }

  .carousel .carousel-indicators {
    bottom: 10px
  }

  .consult-dot {
    display: inline-block
  }

  .index-produt-consult {
    padding-bottom: 40px;
    margin-top: 25px
  }

  .index-produt-consult .product-consult-main .consult-01,.index-produt-consult .product-consult-main .consult-02,.index-produt-consult .product-consult-main .consult-03 {
    width: 280px
  }

  .index-produt-consult .product-consult-main .consult-01,.index-produt-consult .product-consult-main .consult-02,.index-produt-consult .product-consult-main .consult-03 {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px
  }

  .index-produt-consult .product-consult-main .consult-01 h3,.index-produt-consult .product-consult-main .consult-02 h3,.index-produt-consult .product-consult-main .consult-03 h3 {
    font-size: 16px
  }

  .index-produt-consult .product-consult-main .consult-01 p,.index-produt-consult .product-consult-main .consult-02 p,.index-produt-consult .product-consult-main .consult-03 p {
    font-size: 14px
  }

  .index-produt-consult .product-consult-main .consult-01 {
    margin-top: 215px
  }

  .index-produt-consult .product-consult-main .consult-02 {
    margin-top: 24px
  }

  .index-produt-consult .product-consult-main .consult-03 {
    margin-top: 24px
  }

  .index-produt-consult .product-consult-main {
    margin-top: 0px
  }

  .index-icon-xd {
    display: none
  }

  .index-connect-us {
    min-height: 500px;
    padding-top: 20px
  }

  .main-screen {
    margin-top: 50px
  }

  .main-screen-container {
    background: none;
    top: -5%
  }

  .main-screen-container .btn {
    width: 140px;
    height: 30px;
    font-size: 12px;
    padding: 0 10px 0 10px;
    line-height: 28px
  }

  .index-slogan {
    font-size: 24px
  }

  .fuwu {
    font-size: 14px
  }

  .index-play {
    display: none
  }

  .index-play-ph {
    display: block;
    height: 146px;
    margin: 0 auto;
    margin-top: 34px
  }

  .index-demo-icons .row div {
    height: 25px;
    margin-bottom: 15px;
    margin-top: 15px
  }

  .index-demo-icons .row .index-icon-yx {
    background: url(../img/indexImages/index-yx-ph@2x.png) 50% 50% no-repeat;
    background-size: 65px 20px
  }

  .index-demo-icons .row .index-icon-gz {
    background: url(../img/indexImages/index-gz-ph@2x.png) 50% 50% no-repeat;
    background-size: 65px 20px
  }

  .index-demo-icons .row .index-icon-yj {
    background: url(../img/indexImages/index-yj-ph@2x.png) 50% 50% no-repeat;
    background-size: 76px 22px
  }

  .index-demo-icons .row .index-icon-amz {
    background-size: 65px 20px
  }

  .index-connect-us .connect-us-container {
    margin-top: 25px;
    margin-bottom: 40px
  }

  .index-item-header {
    margin-top: 0px
  }

  .index-item-header h1 {
    font-size: 16px
  }

  .index-item-header p {
    font-size: 12px;
    margin-top: 10px;
    padding: 0
  }

  .index-connect-us .connect-us-right {
    padding-left: 0px
  }

  .index-connect-us .connect-us-right h4 {
    text-align: center
  }

  .index-connect-us .connect-us-container img {
    height: 209px
  }

  .connect-dot {
    width: 5px;
    height: 5px;
    top: 10px;
    left: 10px
  }

  .index-connect-us .connect-us-right h4 {
    font-size: 16px
  }

  .index-connect-us .connect-us-right ul {
    padding-left: 30px
  }

  .index-connect-us .connect-us-right li p {
    font-size: 12px;
    line-height: 1.8em
  }

  .success-case {
    border-top: 1px solid #EFF1F6;
    padding-top: 10px;
    margin-bottom: 40px
  }

  .success-case .succ-case-container {
    margin-top: 24px
  }

  .success-case .succ-case-container .succ-case-item:nth-child(1) {
    margin-top: 0px
  }

  .index-connect-us {
    margin-bottom: 0px;
    border-bottom: 1px solid #EFF1F6
  }

  .modal .modal-form form {
    margin-top: 0
  }

  .modal .modal-form form .form-group {
    margin-bottom: 10px
  }
}

@media (max-width: 375px) {
  .index-slogan {
    font-size: 20px
  }

  .index-connect-us .connect-us-right ul {
    padding-left: 10px
  }

  .success-case .succ-case-item a img {
    width: 330px
  }

  .success-case .case-item-footer {
    width: 330px
  }

  .modal .modal-form form .form-group {
    margin-bottom: 3px
  }
}

@media (max-width: 320px) {
  .index-slogan {
    font-size: 16px
  }

  .fuwu {
    font-size: 12px
  }

  .index-connect-us .connect-us-right {
    padding-left: 0px
  }

  .success-case .succ-case-item a img {
    width: 290px
  }

  .success-case .case-item-footer {
    width: 290px
  }
}

.index-video-model {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.8);
  z-index: 300;
  display: none;
  text-align: center
}

.index-video-model .video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 960px;
  height: 540px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -480px;
  margin-top: -270px;
  z-index: 350
}

.index-video-model .video-container video {
  border-radius: 10px
}

.index-video-model .video-container .video-play,.index-video-model .video-container .video-pause,.index-video-model .video-container .video-close {
  position: absolute
}

.index-video-model .video-container .video-play,.index-video-model .video-container .video-pause {
  color: #1C8CFF;
  opacity: 0.5;
  font-size: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  cursor: pointer;
  display: none
}

.index-video-model .video-container .video-close {
  right: 10px;
  font-size: 24px;
  cursor: pointer
}

@media (max-width: 1199px) and (min-width: 768px) {
  .index-video-model .video-container {
    width: 640px;
    height: 360px;
    margin-top: -180px;
    margin-left: -320px
  }
}

@media (min-width: 768px) {
  .index-video-model .video-container .video-close {
    top: 0
  }
}

@media (max-width: 414px) {
  .index-video-model .video-container {
    width: 360px;
    height: 640px;
    margin-top: -320px;
    margin-left: -180px
  }

  .index-video-model .video-container .video-close {
    bottom: 0;
    right: 10px
  }

  #chilunVideo,.video-play {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg)
  }
}

@media (max-width: 375px) {
  .index-video-model .video-container {
    width: 270px;
    height: 480px;
    margin-top: -240px;
    margin-left: -135px
  }

  .index-video-model .video-container .video-close {
    bottom: 0;
    right: 10px
  }

  #chilunVideo,.video-play {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg)
  }
}

.home-info-title {
  font-size: 30px;
  margin: 80px 0
}

.interval {
  margin-bottom: 126px
}

.box_left {
  float: left;
  height: 320px;
  display: table;
  padding-left: 50px
}

.box_right {
  float: right;
  height: 320px;
  display: table;
  padding-right: 50px
}

.box_con {
  display: table-cell;
  vertical-align: middle
}

.box_con .con-img {
  width: 100%
}

.box_con a {
  font-size: 16px;
  color: #1C8CFF
}

h1 {
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 20px
}

.text,.case-step-desc {
  font-size: 16px;
  color: #727681;
  padding-bottom: 8px;
  text-align: justify;
  clear: both
}

.link>a {
  font-size: 16px;
  color: #1C8CFF;
  display: block;
  float: left
}

.server-process {
  margin-bottom: 100px
}

.icon-right {
  padding: 6px 0 2px 4px
}

.info-container-width {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto
}

@media (max-width: 320px) {
  .modal .modal-blur {
    height: 100%
  }

  .modal .modal-content {
    height: auto
  }

  .modal .modal-content h3 {
    font-size: 14px
  }

  .modal .result-succ-show {
    padding-top: 0
  }

  .modal .result-err-show {
    padding-top: 0
  }

  .modal .modal-form .submit-btn {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    width: 135px
  }

  .modal .modal-form textarea {
    font-size: 12px;
    height: 70px
  }
}

.ph-fixed-body {
  position: fixed;
  z-index: 1;
  overflow: hidden
}

.wx-banner {
  min-height: 700px;
  width: 100%;
  margin-top: -110px;
  padding-top: 110px
}

.wx-banner .banner-bg {
  height: 590px;
  background: url(../img/wx-img/wx-banner-bg@2x.png) no-repeat center;
  background-size: 100%;
  position: relative
}

.wx-banner .banner-content {
  text-align: center;
  margin: 0 auto;
  margin-top: 185px
}

.wx-banner .banner-content h1 {
  font-size: 32px;
  font-weight: 400;
  color: #131537;
  letter-spacing: 6px;
  padding-bottom: 0;
  margin-bottom: 0
}

.wx-banner .banner-content p {
  margin: 20px 0 0;
  font-size: 16px
}

.wx-banner .banner-content .wechat {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  background-color: #1C8CFF;
  border-radius: 44px;
  border-width: 0px;
  line-height: 44px;
  width: 210px;
  margin-top: 34px;
  transition: box-shadow 0.2s ease-out, color 0.2s ease-out, background-color 0.2s ease-out
}

.wechat:hover {
  text-decoration: none;
  color: #fff;
  background-color: #49A3FF
}

.wechat:active {
  text-decoration: none;
  color: #fff;
  background-color: #1B85F2;
  box-shadow: none
}

.wechat:focus {
  outline: none
}

.wx-flow-bottom {
  height: 866px;
  background: url(../img/wx-img/Line@2x.png) center no-repeat;
  background-size: 30px 866px;
  border: 1px solid transparent
}

.wx-flow-bottom .row {
  margin-left: 0;
  margin-right: 0;
  height: 150px;
  margin-top: 5px
}

.wx-flow-bottom .row:nth-child(1) {
  margin-top: 90px
}

.wx-flow-bottom .row:nth-child(2) {
  margin-top: 30px
}

.wx-flow-bottom .row:nth-child(3) {
  margin-top: 25px
}

.wx-flow-bottom .row:nth-child(4) {
  margin-top: 30px
}

.flow-step {
  min-height: 150px;
  width: 46%;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 #EFF1F6;
  margin-top: 5px;
  border-radius: 5px;
  padding-right: 120px;
  border: 1px solid transparent;
  position: relative;
  z-index: 100
}

.flow-step h3 {
  color: #131537;
  font-size: 16px;
  text-align: right;
  margin-top: 40px
}

.flow-step p {
  color: #727681;
  font-size: 14px;
  text-align: right
}

.flow-step:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg) skew(-10deg, -10deg);
  -ms-transform: translateY(-50%) rotate(45deg) skew(-10deg, -10deg);
  -moz-transform: translateY(-50%) rotate(45deg) skew(-10deg, -10deg);
  -webkit-transform: translateY(-50%) rotate(45deg) skew(-10deg, -10deg);
  -o-transform: translateY(-50%) rotate(45deg) skew(-10deg, -10deg)
}

.flow-step-02,.flow-step-04 {
  margin-left: auto
}

.flow-step-01,.flow-step-02,.flow-step-03,.flow-step-04 {
  background-repeat: no-repeat;
  background-size: 80px
}

.flow-step-01,.flow-step-03 {
  background-image: url(../img/wx-img/flow-icon01@2x.png);
  background-position: 95% 50%;
  padding-left: 20px
}

.flow-step-01:after,.flow-step-03:after {
  right: -10px;
  border-bottom: 0;
  border-left: 0
}

.flow-step-03 {
  background-image: url(../img/wx-img/flow-icon03@2x.png)
}

.flow-step-02,.flow-step-04 {
  background-image: url(../img/wx-img/flow-icon02@2x.png);
  background-position: 5% 50%;
  padding-right: 20px;
  padding-left: 120px
}

.flow-step-02 h3,.flow-step-04 h3 {
  text-align: left
}

.flow-step-02 p,.flow-step-04 p {
  text-align: left
}

.flow-step-02:after,.flow-step-04:after {
  left: -10px
}

.flow-step-04 {
  background-image: url(../img/wx-img/flow-icon04@2x.png)
}

#submit-container {
  padding-top: 100px;
  margin-top: -100px
}

.flow {
  margin-top: 20px;
  padding: 20px 0 0px 0;
  background-color: #F9F9F9
}

.flow-top {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center
}

.flow-top h2 {
  font-size: 24px;
  font-weight: 400;
  color: #131537;
  margin-bottom: 36px
}

.flow-top p {
  font-size: 16px;
  color: #727681;
  line-height: 1.8em;
  padding: 0 20px
}

@media (max-width: 767px) {
  .flow-top>p {
    text-align: justify
  }

  .wx-banner {
    min-height: 400px
  }

  .wx-banner .banner-bg {
    height: 300px
  }

  .wx-banner .banner-content {
    margin-top: 95px
  }

  .wx-banner .banner-content h1 {
    font-size: 24px
  }

  .wx-banner .banner-content p {
    font-size: 14px
  }

  .wx-banner .banner-content .wechat {
    width: 180px
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .flow-top>p {
    text-align: justify
  }

  .wx-banner {
    min-height: 580px
  }

  .wx-banner .banner-bg {
    height: 480px
  }
}

.chengxu .container>h2 {
  font-size: 24px;
  color: #131537;
  font-weight: normal;
  text-align: center;
  margin: 60px 0 0 0
}

.chengxu .container>p {
  font-size: 16px;
  text-align: center;
  margin-top: 11px;
  color: #727681
}

.chengxu {
  background-image: url(../img/wx-img/demo-bg@2x.png);
  background-size: 1345px 470px;
  background-repeat: no-repeat;
  background-position: center 30%
}

.domo {
  height: 400px;
  margin: 146px 0 50px 0
}

.domo_iphone_bg video {
  border: 1px solid #EFF1F6;
  border-radius: 5px
}

.domo_iphone_bg {
  width: 294px;
  height: 575px;
  background-image: url(../img/domo_iphone_bg.png);
  background-size: 294px 529px;
  background-repeat: no-repeat;
  padding: 66px 74px 160px 38px;
  position: relative;
  margin-top: -123px;
  margin-left: 150px
}

.demo_iphone {
  width: 100%;
  height: 100%;
  border: #e8e8e8 solid 1px
}

.domo_explanation {
  text-align: center;
  width: 470px;
  height: 146px;
  margin: 76px 0 0 50px
}

.domo_explanation h3 {
  color: #131537;
  font-size: 24px;
  position: relative
}

.domo_explanation h3:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/wx-img/dome-symbol@2x.png) no-repeat;
  background-size: 40px 40px;
  position: absolute;
  top: -50px;
  left: 50px
}

.domo_explanation p {
  font-size: 14px;
  font-weight: normal;
  color: #727681;
  line-height: 1.8em;
  text-align: center;
  margin-top: 40px
}

.demo-line {
  margin-top: 0;
  margin-bottom: 50px
}

@media (min-width: 320px) and (max-width: 767px) {
  .chengxu {
    background: none;
    background-color: #F9F9F9
  }

  .chengxu .container>h2 {
    margin-top: 20px
  }

  .demo-left {
    margin-top: 0px
  }

  .domo {
    height: 100%;
    margin: 0 0 0 0
  }

  .domo_iphone_bg {
    width: 294px;
    background-image: url(../img/domo_iphone_bg.png);
    background-size: 294px;
    padding: 88px 74px 114px 41px;
    position: relative;
    margin: 0 auto
  }

  .domo_explanation {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 20px;
    margin: 0
  }

  .domo_explanation h3:before {
    display: none
  }

  .domo_explanation>img {
    width: 60%;
    height: 100%
  }

  .flow {
    padding-bottom: 0
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .flow {
    padding-bottom: 0
  }

  .chengxu {
    background: #F9F9F9;
    padding-top: 20px
  }

  .chengxu .container>h2 {
    margin: 0
  }

  .domo_iphone_bg {
    position: relative;
    margin: 0 auto;
    margin-left: 26px
  }

  .domo {
    margin-top: 20px;
    margin-bottom: 210px
  }

  .domo_explanation {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 20px;
    margin: 0;
    margin-top: 185px
  }

  .domo_explanation h3:before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    top: -25px
  }

  .domo_explanation p {
    padding-left: 20px
  }
}

.chengxu_news {
  text-align: left;
  padding: 0 22px 0 22px
}

.wenzhang a:focus,.wenzhang a:hover {
  text-decoration: none
}

.chengxu_news>img {
  border-radius: 6px;
  width: 100%;
  height: 175.5px
}

.chengxu_news>h3 {
  color: #131537;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 16px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500
}

.chengxu_news>p {
  font-size: 14px;
  color: #727681;
  text-align: left;
  margin: 0 0 80px 0;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.wx-a:hover img {
  box-shadow: 0 4px 30px 5px rgba(92,80,80,0.2);
  transition: box-shadow 0.2s ease-out
}

.wx-a:hover h3 {
  color: #1c8cff
}

@media (max-width: 767px) {
  .chengxu_news {
    padding: 20px 0 0 0
  }

  .chengxu_news>img {
    width: 100%;
    height: 100%
  }

  .chengxu_news>p {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 0 0
  }

  .wenzhang {
    margin-bottom: 40px;
    margin-top: 20px
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .chengxu_news {
    padding: 0
  }

  .chengxu_news>img {
    width: 100%;
    height: 100%
  }

  .chengxu_news>h3 {
    text-align: left
  }

  .chengxu_news>p {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 40px 0
  }

  .chengxu-card {
    padding: 0 6px 0 6px
  }
}

.demand {
  text-align: center;
  background: url(../img/wx-img/wx-sub-bg@2x.png) no-repeat;
  background-size: 1345px 469px;
  background-position: bottom center
}

.demand .sub-container {
  padding-bottom: 70px
}

.demand h2 {
  font-size: 24px;
  color: #131537;
  margin-bottom: 15px
}

.demand p {
  font-size: 16px;
  color: #131537;
  margin-bottom: 30px
}

.demand-contact {
  max-width: 832px;
  margin: 0 auto
}

.contact01,.contact02 {
  padding: 0 0 0 0;
  margin-bottom: 34px
}

.contact02>input {
  float: right
}

.sub-container input {
  border: 1px solid #D0D9E8
}

.sub-container textarea {
  border: 1px solid #D0D9E8
}

.demand-contact input {
  max-width: 400px;
  height: 40px;
  font-size: 16px;
  font-weight: normal;
  color: #727681;
  line-height: 30px
}

.demand-qq {
  padding: 0 0 0 0;
  margin-bottom: 34px
}

.demand-qq>input {
  max-width: 832px;
  height: 40px;
  font-size: 16px;
  font-weight: normal;
  color: #727681;
  line-height: 30px;
  margin: 0 auto
}

.demand-description {
  max-width: 832px;
  font-size: 16px;
  font-weight: normal;
  color: #727681;
  line-height: 30px;
  margin: 0 auto
}

.demand button {
  font-size: 18px;
  color: #fff;
  background-color: #1C8CFF;
  border-radius: 44px;
  width: 210px;
  height: 44px;
  border-width: 0px;
  line-height: 44px;
  margin-top: 30px
}

.demand button:active {
  color: #fff;
  outline: none;
  background-color: #197ee5;
  box-shadow: none
}

.demand button:focus {
  outline: none
}

@media (max-width: 992px) {
  .demand-contact input {
    max-width: none
  }

  .wx-flow-bottom {
    background-position: left;
    margin-top: 0
  }

  .wx-flow-bottom .flow-step {
    width: 90%
  }

  .wx-flow-bottom .flow-step-01,.wx-flow-bottom .flow-step-03 {
    margin-left: auto;
    margin-right: 0;
    padding-right: 20px;
    padding-left: 120px;
    background-position: 5% 50%
  }

  .wx-flow-bottom .flow-step-01 h3,.wx-flow-bottom .flow-step-03 h3 {
    text-align: left
  }

  .wx-flow-bottom .flow-step-01 p,.wx-flow-bottom .flow-step-03 p {
    text-align: left
  }

  .wx-flow-bottom .flow-step-01:after,.wx-flow-bottom .flow-step-03:after {
    right: none;
    left: -10px
  }
}

@media (max-width: 414px) {
  .wx-banner .banner-bg {
    height: 334px;
    background-image: url(../img/wx-img/wx-ph-banner-bg@2x.png);
    background-size: 284px  335px
  }

  .wx-banner .banner-content {
    margin-top: 54px
  }

  .wx-banner .banner-content h1 {
    font-size: 20px
  }

  .wx-banner .banner-content p {
    font-size: 12px
  }

  .wx-banner .banner-content .wechat {
    width: 140px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    margin-top: 20px
  }

  .flow .flow-top {
    border: 1px solid transparent
  }

  .flow .flow-top h2 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0
  }

  .flow .flow-top p {
    font-size: 12px;
    padding: 0
  }

  .flow .wx-flow-bottom {
    height: 517px;
    background-image: url(../img/wx-img/line-ph@2x.png);
    background-size: 20px 517px;
    background-position: left
  }

  .flow .wx-flow-bottom .row {
    height: 98px
  }

  .flow .wx-flow-bottom .row:nth-child(1) {
    margin-top: 20px
  }

  .flow .wx-flow-bottom .row:nth-child(2),.flow .wx-flow-bottom .row:nth-child(3),.flow .wx-flow-bottom .row:nth-child(4) {
    margin-top: 25px
  }

  .flow .wx-flow-bottom .flow-step {
    width: 85%;
    min-height: 98px;
    background-size: 40px;
    padding-left: 70px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px
  }

  .flow .wx-flow-bottom .flow-step h3 {
    margin-top: 20px;
    font-size: 15px;
    margin: 5px 0 10px 0
  }

  .flow .wx-flow-bottom .flow-step p {
    font-size: 12px
  }

  .flow .wx-flow-bottom .flow-step:after {
    width: 15px;
    height: 15px
  }

  .chengxu .chengxu_news>h3 {
    font-size: 15px
  }

  .chengxu .container>h2 {
    font-size: 18px
  }

  .chengxu .container p {
    font-size: 12px;
    margin-bottom: 10px
  }

  .chengxu .domo_iphone_bg {
    margin-top: 0;
    margin-left: 42px
  }

  .domo_explanation p {
    margin-top: 20px;
    text-align: left
  }

  .domo_explanation h3 {
    font-size: 18px
  }

  .demand {
    background-position: 50%;
    background-size: 1000px 454px
  }

  .demand h2 {
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 15px
  }

  .demand p {
    font-size: 12px
  }
}

@media (max-width: 375px) {
  .chengxu .domo_iphone_bg {
    margin-left: 22px
  }
}

@media (max-width: 320px) {
  .chengxu .domo_iphone_bg {
    margin-left: -2px
  }
}

.show-sm {
  display: none
}

@media (max-width: 414px) {
  .show-sm {
    display: block
  }

  .video-hidden {
    display: none
  }

  .video-poster {
    width: 214px;
    background: #fff;
    height: 380px;
    text-align: center;
    border: 1px solid #EFF1F6;
    position: absolute;
    top: 88px;
    left: 39px;
    background: url(../img/wx-video-bg.jpg) no-repeat;
    background-size: cover
  }

  .video-poster a {
    display: inline-block;
    margin-top: 165px
  }

  .video-poster a span {
    font-size: 50px;
    color: #1C8CFF;
    opacity: 0.5
  }

  .domo_iphone_bg video {
    background: #fff
  }
}

.demand .sub-container textarea:focus,.demand .sub-container textarea:active,.demand .sub-container input:focus,.demand .sub-container input:active {
  border: 1px solid #D0D9E8;
  box-shadow: none
}
/*# sourceMappingURL=home.css.map */
