/**
 **************** header **************************
 */
/**
 **************** cover **************************
 */
.cover {
  background-color: #ebeff8;
  position: relative;
  padding-top: 140px;
  padding-bottom: 50px;
  text-align: center;
}
.cover .cover-title {
  font-size: 60px;
  color: #212121;
  line-height: 87px;
  position: relative;
  z-index: 1;
}
.cover .cover-title span {
  color: #1c29ec;
}
.cover .cover-version-button {
  display: inline-block;
  width: 87px;
  height: 30px;
  line-height: 30px;
  background-color: #243042;
  border-radius: 15px;
  text-align: center;
  color: #ffffff;
  margin-right: 15px;
}
.cover .cover-version-text {
  display: inline-block;
  font-size: 14px;
  line-height: 87px;
  color: #484a6e;
}
.cover .cover-bg-left {
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-user-drag: none;
}
.cover .cover-bg-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  -webkit-user-drag: none;
}

@media (max-width: 768px) {
  .cover {
    padding: 0px;
    padding-top: 30px;
  }
  .cover .cover-title {
    font-size: 24px;
    line-height: 50px;
  }
  .cover .cover-bg-left,
  .cover .cover-bg-right {
    display: none;
  }
}
/**
 **************** download **************************
 */
.download {
  padding-bottom: 80px;
}
.download .download-title {
  padding: 50px 0px;
}
.download .download-title h4 {
  font-size: 30px;
  color: #243042;
}
.download .download-title p {
  font-size: 16px;
  color: #243042;
  font-weight: 300;
}
.download .download-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.download .download-list .download-item {
  width: 380px;
  background-color: #f3f7fb;
  border-radius: 8px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.download .download-list .download-type {
  font-size: 20px;
  line-height: 40px;
}
.download .download-list .download-text {
  font-size: 14px;
  color: #2f2f2f;
  margin-top: 20px;
}
.download .download-list .download-text a {
  color: #1c29ec;
}
.download .download-list .download-button {
  text-align: center;
  margin-top: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.download .download-list .download-button button {
  min-width: 180px;
  text-align: center;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

@media (max-width: 768px) {
  .download .download-title h4 {
    font-size: 24px;
  }
  .download .download-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .download .download-list .download-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
/**
 **************** demos **************************
 */
.demos {
  padding: 50px 0px;
}

@media (max-width: 768px) {
  .demos {
    padding: 0px;
  }
}
/**
 **************** product **************************
 */
.product {
  width: 1200px;
  height: 666px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 14px 10px 0px rgba(0, 86, 255, 0.16);
          box-shadow: 0px 14px 10px 0px rgba(0, 86, 255, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
}
.product .product-left {
  background-color: #0056ff;
  background-image: url(../img/left-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #ffffff;
  width: 557px;
  padding: 30px 58px;
}
.product .product-left p {
  margin: 0px;
}
.product .product-left-title {
  font-size: 66px;
  height: 180px;
  line-height: 180px;
}
.product .product-left-desc {
  font-size: 24px;
  line-height: 38px;
}
.product .product-left-tips {
  font-size: 14px;
  line-height: 30px;
  margin-top: 150px;
}
.product .product-left-tips a {
  color: #00ffea;
}
.product .product-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product .product-item {
  width: 543px;
  height: 248px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 86, 255, 0.19);
          box-shadow: 0px 0px 18px 0px rgba(0, 86, 255, 0.19);
  border-radius: 20px;
  position: relative;
  padding: 34px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product .product-item.bg-1 {
  background-image: url(../img/item-1.png);
  background-repeat: no-repeat;
  background-position: 304px -100px;
}
.product .product-item.bg-2 {
  background-image: url(../img/item-2.png);
  background-repeat: no-repeat;
  background-position: 304px -100px;
}
.product .product-item .button-1 {
  position: absolute;
  left: 0px;
  top: 24px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1 !important;
}
.product .product-item .button-1 span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: solid 1px #ffffff;
  border-radius: 999px;
  margin-right: 18px;
  vertical-align: middle;
}
.product .product-item .button-2 {
  position: absolute;
  right: 42px;
  bottom: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product .product-item-text {
  font-size: 16px;
  color: #1b3f78;
}
.product .product-item-text p {
  margin: 0px;
  line-height: 28px;
}
.product .product-item button {
  background: #0056ff;
}

.product-form .product-left-desc {
  font-size: 18px;
}
.product-form .product-right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 100px 56px;
}
.product-form .product-form-item {
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.product-form .product-form-item .vcode {
  background: transparent;
  border: 1px solid #dadee7;
  height: 38px;
  width: 90px;
  text-align: center;
  padding: 0px 10px;
  border-radius: 0px;
  margin-top: 12px;
  font-size: 12px;
}
.product-form .product-form-item .vcode.form-code-countdown {
  background: #e5e5e5;
  cursor: not-allowed;
  display: none;
}
.product-form .product-form-item .button-blue {
  padding-left: 40px;
  padding-right: 40px;
}
.product-form .product-form-item .error-text {
  color: #ff5137;
  position: absolute;
  right: 0px;
  display: none;
}
.product-form .product-form-item em {
  color: #ff5137;
  font-size: 20px;
  margin-right: 10px;
  font-style: inherit;
}
.product-form .product-form-item span {
  color: #adb0b8;
}
.product-form .product-form-item input {
  border: none;
  outline: none;
  border-bottom: 1px solid #dadee7;
}
.product-form .product-form-item input.error {
  border-bottom: 1px solid #ff5137;
}

@media (max-width: 768px) {
  .product {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product .product-left,
  .product .product-right {
    width: 100%;
    padding: 15px;
  }
  .product .product-left input,
  .product .product-right input {
    width: 200px !important;
  }
}
/**
 **************** minis **************************
 */
.minis {
  padding-bottom: 60px;
}
.minis .minis-title {
  padding: 40px 0px;
}
.minis .minis-title h4 {
  font-size: 30px;
  color: #243042;
}
.minis .minis-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.minis .minis-item {
  background-color: #f3f7fb;
  border-radius: 8px;
  padding: 28px;
  width: 280px;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 70, 251, 0.16);
          box-shadow: 0px 6px 12px 0px rgba(0, 70, 251, 0.16);
}
.minis .minis-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.minis .minis-item-info img {
  width: 67px;
  height: 67px;
  margin-right: 20px;
}
.minis .minis-item-info h6 {
  font-size: 22px;
  color: #212121;
  font-weight: 500;
}
.minis .minis-item-info span {
  font-size: 14px;
  color: #969696;
}
.minis .minis-item-button {
  width: 100%;
  margin-top: 36px;
  border: solid 1px #9ea9c4;
  background-color: #ffffff;
  color: #6881c0;
  font-size: 16px;
}

@media (max-width: 768px) {
  .minis .minis-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .minis .minis-item {
    width: 100%;
    margin-bottom: 30px;
  }
}