/**
 **************** cover **************************
 */
.cover {
  height: 578px;
  background-color: #000134;
}
.cover .container {
  position: relative;
}
.cover .cover-bg {
  position: absolute;
  left: 35%;
  bottom: -50px;
}
.cover .cover-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  position: relative;
  z-index: 1;
}
.cover .cover-left-logo {
  color: #ffffff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 90px;
}
.cover .cover-left-text {
  margin: 0 13px;
}
.cover .cover-left-tag {
  display: inline-block;
  background-color: #0018ff;
  border-radius: 5px;
  font-size: 12px;
  padding: 0px 5px;
}
.cover .cover-left-title {
  font-size: 46px;
  line-height: 60px;
  color: #ffffff;
  margin-top: 40px;
}
.cover .cover-left-desc {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  margin-top: 70px;
}
.cover .cover-form {
  width: 630px;
  height: 727px;
  background: url("../img/cover-form.png");
  background-size: 100% 100%;
  padding-left: 160px;
  padding-right: 160px;
  padding-top: 170px;
  position: absolute;
  right: -120px;
  top: -70px;
  z-index: 1;
}
.cover .cover-form input {
  height: 49px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  border: solid 1px #e5e5e5;
  padding-left: 33px;
  outline: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cover .cover-form-title {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.cover .cover-form-desc {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #ffffff;
}
.cover .cover-form-item {
  position: relative;
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cover .cover-form-reqd {
  font-size: 14px;
  height: 3px;
  display: inline-block;
  color: #dd0000;
  position: absolute;
  left: 16px;
  top: 19px;
}
.cover .cover-button {
  font-size: 16px;
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cover .cover-button button {
  outline: none;
  border: none;
}
.cover .cover-button-submit {
  width: 145px;
  height: 44px;
  background-color: #000cff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.07), 0px 0px 9px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.07), 0px 0px 9px 0px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  color: #ffffff;
}
.cover .cover-button-online {
  width: 145px;
  height: 44px;
  background-color: #ebecf2;
  border-radius: 3px;
  color: #212121;
}
.cover .cover-button-code {
  outline: none;
  border: none;
  width: 122px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #e5e5e5;
  margin-left: 8px;
  color: #005cff;
}
.cover .cover-button-code.form-code-countdown {
  background: #e5e5e5;
  cursor: not-allowed;
  display: none;
}

@media (max-width: 768px) {
  .cover {
    height: auto;
  }
  .cover .cover-left-logo {
    margin-top: 50px;
  }
  .cover .cover-left-title {
    font-size: 20px;
    margin-top: 50px;
    line-height: 40px;
  }
  .cover .cover-left-desc {
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 20px;
  }
  .cover .cover-form {
    display: none;
  }
}
/**
 **************** advantage **************************
 */
.advantage {
  padding: 88px 0px;
}
.advantage .container {
  background-image: -webkit-gradient(linear, right top, left top, from(#f3f5fe), to(#ffffff));
  background-image: linear-gradient(-90deg, #f3f5fe 0%, #ffffff 100%);
  -webkit-box-shadow: 0px 0px 7px 1px rgba(2, 23, 202, 0.11);
          box-shadow: 0px 0px 7px 1px rgba(2, 23, 202, 0.11);
  padding-left: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 273px;
}
.advantage .advantage-img {
  position: absolute;
  width: 480px;
  height: 347px;
  left: -16px;
  top: -38px;
}
.advantage .advantage-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 30px;
}
.advantage .advantage-item-title {
  font-size: 30px;
  color: #000000;
}
.advantage .advantage-item-num {
  font-size: 65px;
  color: #000250;
  margin-top: 30px;
  height: 50px;
  line-height: 50px;
}
.advantage .advantage-item-num small {
  font-size: 16px;
  color: #2b62ec;
}
.advantage .advantage-item-desc {
  font-size: 14px;
  color: #000250;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .advantage {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .advantage .container {
    padding-left: 0px;
    padding-right: 0px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .advantage .advantage-img {
    position: initial;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}
/**
 **************** problem **************************
 */
.problem {
  background: #fff;
}
.problem .container {
  padding: 0px;
}
.problem .col-sm-4 {
  padding: 0px;
}
.problem-left-image {
  margin-top: 100px;
  width: 100%;
}
.problem-title {
  font-size: 44px;
  color: #212121;
  text-align: center;
  padding-bottom: 60px;
}
.problem-item {
  height: 172px;
  background-color: #ffffff;
  border: solid 1px #ededed;
  padding: 20px 20px 20px 70px;
  position: relative;
  margin-bottom: 20px;
}
.problem-item-icon {
  position: absolute;
  left: 20px;
}
.problem-item-title {
  font-size: 16px;
  color: #020f1c;
  margin-top: 6px;
  font-weight: bold;
}
.problem-item-desc {
  font-size: 14px;
  color: #43507a;
  font-weight: 200;
}

@media (max-width: 768px) {
  .col-sm-8 {
    padding: 0px;
  }
  .problem .problem-title {
    font-size: 24px;
  }
  .problem .problem-left-image {
    display: none;
  }
}
/**
 **************** reslove **************************
 */
.reslove .reslove-title {
  font-size: 44px;
  color: #000000;
  padding: 80px 0px;
  text-align: center;
}
.reslove .reslove-item {
  padding-top: 80px;
  overflow: hidden;
  background-image: linear-gradient(-80deg, #faf6e8 0%, #f4f5f3 0%, #eef3fe 0%, #ffffff 100%);
}
.reslove .reslove-item.white-bg {
  background-image: linear-gradient(-80deg, #ffffff 0%, #ffffff 0%, #ffffff 0%, #ffffff 100%);
}
.reslove .reslove-item.white-bg .reslove-left-list {
  background-color: #eef2fe;
  -webkit-box-shadow: 0px -2px 16px 0px rgba(0, 70, 251, 0.16);
          box-shadow: 0px -2px 16px 0px rgba(0, 70, 251, 0.16);
}
.reslove .reslove-left {
  width: 335px;
  position: relative;
}
.reslove .reslove-left-title {
  position: absolute;
  width: 290px;
  height: 94px;
  line-height: 94px;
  left: 26px;
  top: -47px;
  background: url(../img/reslove-title.png);
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 24px;
  font-weight: bold;
  color: #000cff;
  text-indent: 90px;
}
.reslove .reslove-left-arrow {
  position: absolute;
  width: 146px;
  height: 124px;
  top: 76px;
  right: -115px;
  background: url(../img/reslove-arrow.png);
  background-size: 100%;
}
.reslove .reslove-left-list {
  width: 335px;
  height: 347px;
  padding: 90px 45px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -2px 13px 0px rgba(0, 70, 251, 0.08);
          box-shadow: 0px -2px 13px 0px rgba(0, 70, 251, 0.08);
}
.reslove .reslove-left-list li {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #07003b;
  border-bottom: dashed 1px #8fa7ea;
  text-indent: 3px;
}
.reslove .reslove-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 150px;
}
.reslove .reslove-right-title {
  width: 511px;
  height: 83px;
  margin-left: 88px;
  padding-left: 35px;
  background: url(../img/reslove-group.png);
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 24px;
  color: #07003b;
  text-align: center;
}
.reslove .reslove-right-list {
  width: 725px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reslove .reslove-right-item {
  width: 200px;
  height: 200px;
  background-color: #eef2fe;
  -webkit-box-shadow: 0px -2px 16px 0px rgba(0, 70, 251, 0.16);
          box-shadow: 0px -2px 16px 0px rgba(0, 70, 251, 0.16);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  text-align: center;
  padding: 28px;
  position: relative;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-color: #fff;
  border-style: solid;
}
.reslove .reslove-right-item-title {
  font-size: 22px;
  color: #000cff;
}
.reslove .reslove-right-item-desc {
  font-size: 14px;
  color: #07003b;
  margin-top: 26px;
}
.reslove .reslove-right-add {
  font-size: 52px;
  color: #0046fb;
}

@media (max-width: 768px) {
  .reslove .reslove-title {
    font-size: 24px;
  }
  .reslove .container-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reslove .reslove-left-arrow {
    display: none;
  }
  .reslove .reslove-left {
    width: auto;
  }
  .reslove .reslove-right {
    margin-left: 0px;
  }
  .reslove .reslove-right-title {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
  .reslove .reslove-right-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0px;
  }
}
/**
 **************** reslove-form **************************
 */
.reslove-form {
  height: 202px;
  background-image: url(../img/reslove-form-bg.png);
  background-position: center;
  background-color: #000cff;
}
.reslove-form .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.reslove-form-title {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 15px;
  width: 576px;
}
.reslove-form input {
  width: 296px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 8px;
  outline: none;
  border: none;
  padding-left: 10px;
}
.reslove-form button {
  margin-left: 10px;
  background-color: #0140f3;
}

/**
 **************** reslove-form **************************
 */
.briefintro .briefintro-title {
  font-size: 44px;
  color: #000000;
  text-align: center;
  padding: 60px;
}
.briefintro .briefintro-left {
  height: 456px;
  padding: 0 60px;
  background-color: #f6f9fb;
}
.briefintro .briefintro-left-title {
  font-size: 30px;
  color: #262626;
  padding: 90px 0px 20px 0px;
}
.briefintro .briefintro-left-list em {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: solid 3px #0000ff;
  border-radius: 50%;
  margin-right: 35px;
}
.briefintro .briefintro-left-list span {
  color: #000cff;
}
.briefintro .briefintro-left-list li {
  height: 50px;
  line-height: 50px;
}
.briefintro .briefintro-left-button {
  margin-top: 50px;
}
.briefintro .briefintro-right {
  height: 456px;
  background-color: #eff2f6;
  padding: 0px;
}
.briefintro .briefintro-right img {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .briefintro .container {
    padding: 0px;
  }
  .briefintro .briefintro-title {
    font-size: 30px;
  }
  .briefintro .briefintro-left {
    padding: 0px 15px;
  }
  .briefintro .briefintro-left-title {
    padding-top: 40px;
    font-size: 24px;
  }
  .briefintro .briefintro-left-list li {
    height: auto;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .briefintro .briefintro-right {
    display: none;
  }
}
/**
 **************** core **************************
 */
.core {
  padding: 44px 0px;
  background-color: #f4f5f7;
}
.core .core-title {
  font-size: 44px;
  color: #000000;
  text-align: center;
}
.core .core-desc {
  font-size: 26px;
  color: #000cff;
  text-align: center;
  margin: 20px 0px 70px;
}
.core .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.core .core-item {
  width: 390px;
  height: 114px;
  background-color: #ffffff;
  border: solid 2px #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px;
}
.core .core-item:hover {
  background-image: linear-gradient(-67deg, #eef2fe 0%, #fafbff 50%, #ffffff 100%);
  -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 70, 251, 0.08);
          box-shadow: 0px 2px 13px 0px rgba(0, 70, 251, 0.08);
  border: solid 2px #f6f6f6;
}
.core .core-item-title {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  margin-left: 32px;
}
.core .core-item-desc {
  font-size: 14px;
  color: #5e5e5e;
  margin-top: 10px;
  margin-left: 32px;
}

@media (max-width: 768px) {
  .core .core-title {
    font-size: 24px;
  }
  .core .core-desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .core .container-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .core .core-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
/**
 **************** about **************************
 */
.selectwe {
  padding: 70px 0px;
}
.selectwe .container {
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f2f4ff));
  background-image: linear-gradient(0deg, #ffffff 0%, #f2f4ff 100%);
}
.selectwe .selectwe-title {
  font-size: 30px;
  color: #0040ff;
  font-weight: bold;
  padding: 30px;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.selectwe .selectwe-title i {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: solid 4px #0040ff;
  border-radius: 50%;
  margin-right: 23px;
}
.selectwe .selectwe-left {
  width: 553px;
}
.selectwe .selectwe-left img {
  width: 100%;
  margin-top: 100px;
}
.selectwe .selectwe-left-button {
  text-align: center;
}
.selectwe .selectwe-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 44px;
}
.selectwe .selectwe-item {
  padding: 30px;
  border-radius: 20px;
  border: solid 1px transparent;
  -webkit-transition: border 0.1s ease-in-out;
  transition: border 0.1s ease-in-out;
}
.selectwe .selectwe-item.active {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 92, 255, 0.34);
          box-shadow: 0px 0px 30px 0px rgba(0, 92, 255, 0.34);
  border-radius: 20px;
  border: solid 1px #5d97ff;
}
.selectwe .selectwe-item.active .selectwe-item-tag {
  color: #fff;
  background-color: #005cff;
}
.selectwe .selectwe-item.active .selectwe-item-title {
  color: #005cff;
}
.selectwe .selectwe-item.active .selectwe-item-desc {
  color: #005cff;
}
.selectwe .selectwe-item-tag {
  width: 100px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  background-color: #e2eefe;
  border-radius: 0px 15px 15px 18px;
}
.selectwe .selectwe-item-title {
  font-size: 18px;
  color: #000000;
  padding: 14px 0px 25px;
}
.selectwe .selectwe-item-desc {
  font-size: 14px;
  color: #363636;
}

@media (max-width: 768px) {
  .selectwe .selectwe-title {
    font-size: 24px;
  }
  .selectwe .selectwe-left {
    display: none;
  }
  .selectwe .selectwe-right {
    padding-left: 0px;
  }
}
/**
 **************** manager **************************
 */
.manager {
  padding-bottom: 100px;
}
.manager .manager-bg {
  background-image: url("../img/manager-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-bottom: 50px;
}
.manager .manager-title {
  font-size: 30px;
  color: #0040ff;
  font-weight: bold;
  padding: 60px 30px 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.manager .manager-title i {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: solid 4px #0040ff;
  border-radius: 50%;
  margin-right: 23px;
}
.manager .manager-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.manager .manager-tabs .manager-tab {
  cursor: pointer;
}
.manager .manager-tabs .manager-tab-title {
  font-size: 18px;
  margin-top: 20px;
  font-weight: bold;
}
.manager .manager-tabs .manager-tab-check {
  opacity: 0;
}
.manager .manager-tabs .active .manager-tab-check {
  opacity: 1;
}
.manager .manager-content-img {
  padding-left: 0px;
}
.manager .manager-content-img > img {
  width: 100%;
  height: 350px;
  border: 5px solid #8da5dd;
}
.manager .manager-content-tabs {
  height: 350px;
  overflow-y: auto;
  padding-top: 20px;
}
.manager .manager-content-tab {
  cursor: pointer;
}
.manager .manager-content h6 {
  font-size: 22px;
  color: #000000;
  background: url(../img/manager-arrow-2.png) no-repeat left center;
  padding-left: 42px;
  height: 40px;
  line-height: 40px;
  margin: 0px;
}
.manager .manager-content p {
  font-size: 14px;
  color: #333333;
  padding: 20px 0px;
  font-weight: 200;
  margin: 0px;
}
.manager .manager-content .active h6 {
  background: url(../img/manager-arrow-1.png) no-repeat left center;
}

@media (max-width: 768px) {
  .manager {
    padding-bottom: 0px;
  }
  .manager .manager-title {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 24px;
  }
  .manager .manager-tabs .manager-tab {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .manager .manager-tabs .manager-tab img {
    width: 30px;
  }
  .manager .manager-tabs .manager-tab-title {
    font-size: 12px;
    margin-bottom: 0px;
  }
}
/**
 **************** participate **************************
 */
.participate {
  background-color: #fbfbff;
}
.participate .participate-title {
  font-size: 30px;
  color: #0040ff;
  font-weight: bold;
  padding: 30px 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.participate .participate-title i {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: solid 4px #0040ff;
  border-radius: 50%;
  margin-right: 23px;
}
.participate .participate-title2 {
  font-size: 30px;
  color: #212121;
  padding: 10px 0px 30px 0px;
}
.participate .participate-list li {
  height: 68px;
  line-height: 68px;
  font-size: 16px;
  font-weight: 200;
  color: #212121;
  border-bottom: 1px solid #efefef;
}
.participate .participate-list li:nth-child(1) {
  border-top: 1px solid #efefef;
}
.participate .participate-list li > span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #0000ff;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .participate .participate-title,
  .participate .participate-title2 {
    font-size: 24px;
  }
  .participate .participate-list li {
    height: auto;
    line-height: 30px;
    padding: 10px 0px;
  }
}
/**
 **************** flowchart **************************
 */
.flowchart .flowchart-title {
  font-size: 44px;
  color: #000000;
  padding: 80px 0px 20px;
  text-align: center;
}
.flowchart .flowchart-img {
  width: 100%;
}

@media (max-width: 768px) {
  .flowchart .flowchart-title {
    font-size: 24px;
    padding: 20px 0px;
  }
}
/**
 **************** effect **************************
 */
.effect {
  padding-top: 120px;
}
.effect .effect-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 475px;
  background-image: -webkit-gradient(linear, right top, left top, from(#f2f4ff), to(#ffffff));
  background-image: linear-gradient(-90deg, #f2f4ff 0%, #ffffff 100%);
  padding-right: 160px;
}
.effect .effect-left-title {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  margin-top: 80px;
}
.effect .effect-left-title2 {
  font-size: 22px;
  color: #000000;
  margin-top: 50px;
}
.effect .effect-left-desc {
  font-size: 14px;
  color: #747789;
  margin-top: 35px;
}
.effect .effect-left-button {
  margin-top: 50px;
}
.effect .effect-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 475px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f4f5f7), to(#ffffff));
  background-image: linear-gradient(90deg, #f4f5f7 0%, #ffffff 100%);
  padding-left: 77px;
}
.effect .effect-right-title {
  font-size: 30px;
  font-weight: bold;
  color: #3f444a;
  margin-top: 80px;
}
.effect .effect-right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.effect .effect-right-list dl {
  width: 33.33%;
  margin-top: 30px;
}
.effect .effect-right-list dl dt {
  font-size: 30px;
  color: #006fff;
  font-weight: 100;
}
.effect .effect-right-list dl dd {
  font-size: 14px;
  color: #a1a1a1;
  margin-top: 15px;
}
.effect .effect-right-info a {
  color: #006bff;
  display: inline-block;
  margin-right: 20px;
}
.effect .effect-right-info span {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  background-color: #74778a;
  color: #fff;
}

@media (max-width: 768px) {
  .effect {
    padding: 0px;
  }
  .effect .container-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
  }
  .effect .effect-left, .effect .effect-right {
    padding: 15px;
  }
  .effect .effect-left-title, .effect .effect-right-title {
    font-size: 24px;
  }
  .effect .effect-right-info span {
    margin-bottom: 10px;
  }
}
/**
 **************** price **************************
 */
.price {
  background-color: #2b62ec;
  color: #fff;
  padding: 100px 0px;
}
.price .price-item {
  height: 248px;
  background-color: rgba(117, 166, 248, 0.3);
  border-radius: 8px;
  text-align: center;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.price .price-item-text-1 {
  font-size: 30px;
  margin-top: 20px;
}
.price .price-item-text-2 {
  font-size: 18px;
  color: #9db5f9;
}
.price .price-tel-text {
  font-size: 20px;
  margin-top: 100px;
  text-align: center;
}
.price .price-tel-number {
  font-size: 30px;
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .price .price-item {
    width: 100%;
    margin-bottom: 20px;
  }
}