/*Main*/
.main {
  padding-top: 70px;
  width: 100%;
}

.main .box {
  background: #fff;
  position: relative;
}

.main .box.blue {
  background-color: #a9d1f6;
}

.main .box.grey {
  background-color: #f8fcf9;
}

.main .box.aboutBg {
  height: 820px;
  background-color: #b4bfd2;
  background-image: url("../images/about_banner.png");
  background-size: 1920px 820px;
  background-position: center center;
  background-repeat: no-repeat;
}

.main .box.quesBg {
  height: 1080px;
  background-color: #d3d3d5;
  background-image: url("../images/bg_about_1.png");
  background-size: 1920px 1080px;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991.98px) {
  .main .box.aboutBg {
    height: 42.67vw;
    background-color: #fff;
    background-image: url("../images/about_banner_m.png");
    background-size: 100% 42.67vw;
  }
  .main .box.quesBg {
    height: auto;
    background-image: url("../images/bg_about_1_m.png");
    background-size: 100% 173.33vw;
  }
}

.main .box .box-inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.main .box .box-inner.step1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.main .box .box-inner.step1 .content {
  width: 600px;
  height: 260px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 9;
  padding-top: 44px;
  text-align: center;
}

.main .box .box-inner.step1 .content .block1 {
  width: 20px;
  height: 232px;
  background: #fad60f;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -20px;
  left: -20px;
}

.main .box .box-inner.step1 .content .block2 {
  width: 280px;
  height: 20px;
  background: #fad60f;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -20px;
  left: 0px;
}

.main .box .box-inner.step1 .content .cut {
  width: 385px;
}

.main .box .box-inner.step1 .content .title {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #2a2a2a;
}

.main .box .box-inner.step1 .content .title.weight {
  font-weight: bolder;
  font-size: 36px;
  color: #2a2a2a;
}

.main .box .box-inner.step1 .content .slogan {
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  line-height: 1.4;
  color: #2a2a2a;
  margin-top: 40px;
}

.main .box .box-inner.step1 .content .des {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #686868;
  margin-top: 20px;
}

.main .box .box-inner.step1 .content .try {
  width: 200px;
  height: 48px;
  border: 1px solid #686868;
  border-radius: 4px;
  line-height: 48px;
  color: #686868;
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
  cursor: pointer;
  display: inline-block !important;
}

.main .box .box-inner.step1 .content .try a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.main .box .box-inner.step1 .cut1 {
  position: absolute;
  top: 31px;
  right: -28px;
  z-index: 0;
}

@media only screen and (max-width: 991.98px) {
  .main .box .box-inner.step1 .content {
    text-align: center;
    max-width: 100%;
    position: relative;
    padding: 4vw;
    width: 65.2vw;
    height: 28.13vw;
    z-index: 2;
  }
  .main .box .box-inner.step1 .content .block1 {
    width: 2.13vw;
    height: 25.07vw;
    background: #fad60f;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -2.13vw;
    left: -2.13vw;
  }
  .main .box .box-inner.step1 .content .block2 {
    width: 30.4vw;
    height: 2.13vw;
    background: #fad60f;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -2.13vw;
    left: 0px;
  }
  .main .box .box-inner.step1 .content .cut {
    width: 41.87vw;
  }
  .main .box .box-inner.step1 .content .slogan {
    font-size: 20px;
    font-weight: bold;
  }
  .main .box .box-inner.step1 .content .des {
    font-size: 14px;
  }
  .main .box .box-inner.step1 .content .try {
    font-size: 12px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    margin: 0 auto;
    z-index: 99;
    display: none !important;
  }
  .main .box .box-inner.step1 .cut1 {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 40px 0;
    width: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 0;
  }
}

.main .box .box-inner.step3 {
  padding-top: 115px;
  padding-bottom: 156px;
}

.main .box .box-inner.step3 .title {
  text-align: center;
}

.main .box .box-inner.step3 .title .row {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 2.4px;
  color: #282828;
  font-weight: bolder;
}

.main .box .box-inner.step3 .title .sub {
  font-size: 20px;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #686868;
  margin-top: 20px;
}

.main .box .box-inner.step3 .content {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 100px;
  margin-top: 50px;
}

.main .box .box-inner.step3 .content .question {
  padding: 30px 0 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.main .box .box-inner.step3 .content .title {
  font-weight: bolder;
  font-size: 28px;
  text-align: left;
  color: #282828;
  font-stretch: normal;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.main .box .box-inner.step3 .content .sub {
  font-weight: normal;
  font-size: 30px;
  color: #686868;
  font-stretch: normal;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 100px;
}

.main .box .box-inner.step3 .content .des {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #686868;
  line-height: 1.6;
}

.main .box .box-inner.step3 .content .dot {
  width: 20px;
  height: 20px;
  background: #fad60f;
  border-radius: 50%;
  position: absolute;
  left: -50px;
  top: 43px;
}

.main .box .box-inner.step3 .content .more {
  width: 200px;
  height: 55px;
  margin: 0 auto;
  background-color: #ffbc0e;
  border-radius: 10px;
  line-height: 55px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-top: 50px;
}

@media only screen and (max-width: 991.98px) {
  .main .box .box-inner.step3 {
    padding: 30px 15px;
    -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;
  }
  .main .box .box-inner.step3 .title .row {
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: bolder;
  }
  .main .box .box-inner.step3 .title .sub {
    font-size: 12px;
    color: #707070;
    margin-top: 10px;
  }
  .main .box .box-inner.step3 .content {
    text-align: center;
    max-width: 100%;
    position: relative;
    padding: 4vw;
    margin-top: 6vw;
    z-index: 2;
  }
  .main .box .box-inner.step3 .content .question {
    padding: 0;
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }
  .main .box .box-inner.step3 .content .question .title {
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 2vw;
    padding-left: 5vw;
  }
  .main .box .box-inner.step3 .content .question .des {
    font-size: 12px;
    text-align: left;
  }
  .main .box .box-inner.step3 .content .question .dot {
    width: 1.47vw;
    height: 1.47vw;
    background: #fad60f;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 2.4vw;
  }
}

.main .box .box-inner.step2 {
  padding: 65px 0 94px 0;
}

.main .box .box-inner.step2 .title {
  text-align: center;
}

.main .box .box-inner.step2 .title .row {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 2.4px;
  color: #282828;
  font-weight: bolder;
}

.main .box .box-inner.step2 .title .sub {
  font-size: 28px;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #686868;
  margin-top: 20px;
}

.main .box .box-inner.step2 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main .box .box-inner.step2 .content .item {
  width: 250px;
  margin-top: 50px;
  text-align: center;
}

.main .box .box-inner.step2 .content .item .cut-out {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #deefff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .box .box-inner.step2 .content .item .cut-out .cut {
  display: inline-block;
}

.main .box .box-inner.step2 .content .item .label {
  font-size: 30px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1.1px;
  color: #282828;
}

.main .box .box-inner.step2 .content .item .des {
  padding: 20px;
  font-size: 16px;
  color: #686868;
}

@media only screen and (max-width: 991.98px) {
  .main .box .box-inner.step2 {
    padding: 4vw;
    -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;
  }
  .main .box .box-inner.step2 .title .row {
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: bolder;
  }
  .main .box .box-inner.step2 .title .sub {
    font-size: 12px;
    color: #707070;
    margin-top: 10px;
  }
  .main .box .box-inner.step2 .cut {
    margin-top: 5vw !important;
  }
  .main .box .box-inner.step2 .content {
    text-align: center;
    max-width: 100%;
    position: relative;
    padding: 0;
    z-index: 2;
  }
  .main .box .box-inner.step2 .content .arrow {
    width: 20px;
    height: auto;
    margin: 0 auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .main .box .box-inner.step2 .content .item {
    margin-top: 0;
    margin-bottom: 30px;
    width: auto;
    height: auto;
  }
  .main .box .box-inner.step2 .content .item:first-child {
    text-align: left;
  }
  .main .box .box-inner.step2 .content .item:last-child {
    text-align: right;
  }
  .main .box .box-inner.step2 .content .item .cut-out {
    width: 40vw;
    height: 40vw;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 20px;
  }
  .main .box .box-inner.step2 .content .item .cut-out .cut {
    width: 50%;
  }
  .main .box .box-inner.step2 .content .item .label {
    font-size: 16px;
    font-weight: 400;
  }
  .main .box .box-inner.step2 .content .item .des {
    font-size: 12px;
  }
}
/*# sourceMappingURL=insure.css.map */