.banner {
  background: url(../images/index/banner_bg.png) no-repeat;
  background-color: #F7F8FC;
  background-size: 100% 100%;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .banner {
    background: url(../images/index/banner_bg_mobile.png) no-repeat;
    background-color: #F7F8FC;
    background-size: 100% 100%;
  }
}
.banner .center {
  width: 75%;
  margin-top: calc(10% + 100px);
  margin-bottom: 10%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .banner .center {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 600px) {
  .banner .center {
    margin-top: 100px;
  }
}
.banner .center .left {
  width: 48%;
}
@media screen and (max-width: 1000px) {
  .banner .center .left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.banner .center .left .title {
  font-size: 60px;
  color: #0D0D56;
  font-family: 'Poppins-Bold', sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 1720px) {
  .banner .center .left .title {
    font-size: 45px;
  }
}
@media screen and (max-width: 1390px) {
  .banner .center .left .title {
    font-size: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .banner .center .left .title {
    font-size: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .banner .center .left .title {
    font-size: 22px;
  }
}
.banner .center .left .description {
  font-size: 24px;
  color: #414141;
  font-family: 'Poppins-Medium', sans-serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 1720px) {
  .banner .center .left .description {
    font-size: 20px;
  }
}
@media screen and (max-width: 1390px) {
  .banner .center .left .description {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .banner .center .left .description {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .banner .center .left .description {
    font-size: 14px;
  }
}
.banner .center .left .book {
  width: 200px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 0 8px #7474E8;
}
.banner .center .left .book img {
  width: 30px;
  height: 30px;
}
.banner .center .left .book .text {
  font-size: 18px;
  font-family: 'Poppins-Medium', sans-serif;
  margin-left: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .banner .center .left .book .text {
    font-size: 16px;
  }
}
.banner .center .left .book:hover div {
  color: #7474E8;
}
.banner .center .right {
  width: 50%;
  min-width: 300px;
  margin-left: 2%;
}
@media screen and (max-width: 1000px) {
  .banner .center .right {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .banner .center .right {
    width: 100%;
  }
}
.banner .center .right img {
  width: 100%;
  height: 100%;
}
.box1 {
  width: 100%;
  height: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box1 .center {
  width: 70%;
  height: 65%;
}
@media screen and (max-width: 1720px) {
  .box1 .center {
    width: 80%;
  }
}
@media screen and (max-width: 1390px) {
  .box1 .center {
    width: 90%;
  }
}
.box1 .center .title {
  font-size: 62px;
  color: #7474E8;
  font-family: 'Poppins-Bold', sans-serif;
  text-align: center;
}
@media screen and (max-width: 1720px) {
  .box1 .center .title {
    font-size: 45px;
  }
}
@media screen and (max-width: 1390px) {
  .box1 .center .title {
    font-size: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .box1 .center .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .box1 .center .title {
    font-size: 24px;
  }
}
.box1 .center .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .box1 .center .content {
    flex-direction: column;
    margin-top: 10px;
  }
}
.box1 .center .content .left {
  width: 48%;
}
@media screen and (max-width: 1720px) {
  .box1 .center .content .left {
    width: 40%;
  }
}
@media screen and (max-width: 1000px) {
  .box1 .center .content .left {
    width: 100%;
  }
}
.box1 .center .content .left img {
  width: 100%;
  height: 100%;
}
.box1 .center .content .right {
  width: 48%;
  margin-left: 4%;
}
@media screen and (max-width: 1720px) {
  .box1 .center .content .right {
    width: 56%;
  }
}
@media screen and (max-width: 1000px) {
  .box1 .center .content .right {
    width: 100%;
  }
}
.box1 .center .content .right .item {
  display: flex;
  margin-bottom: 40px;
  cursor: pointer;
}
.box1 .center .content .right .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.box1 .center .content .right .item .icon img {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 1000px) {
  .box1 .center .content .right .item .icon img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .box1 .center .content .right .item .icon img {
    width: 50px;
    height: 50px;
  }
}
.box1 .center .content .right .item .con .title {
  text-align: left;
  font-size: 30px;
  color: #111111;
  font-family: 'Poppins-Bold', sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 1720px) {
  .box1 .center .content .right .item .con .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .box1 .center .content .right .item .con .title {
    font-size: 20px;
  }
}
.box1 .center .content .right .item .con .description {
  font-size: 18px;
  color: #666666;
  font-family: 'Poppins-Regular', sans-serif;
}
@media screen and (max-width: 1720px) {
  .box1 .center .content .right .item .con .description {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .box1 .center .content .right .item .con .description {
    font-size: 15px;
  }
}
.box1 .center .content .right .item:hover .con .title {
  color: #7474E8;
}
.box1 .center .content .right .item:hover .con .description {
  color: #7474E8;
}
.box1 .center .content .right_mobile {
  width: 100%;
  margin-left: 4%;
}
.box1 .center .content .right_mobile .item {
  margin-bottom: 40px;
  cursor: pointer;
}
.box1 .center .content .right_mobile .item .con {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.box1 .center .content .right_mobile .item .con .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.box1 .center .content .right_mobile .item .con .icon img {
  width: 50px;
  height: 50px;
}
.box1 .center .content .right_mobile .item .con .title {
  text-align: left;
  font-size: 18px;
  color: #111111;
  font-family: 'Poppins-Bold', sans-serif;
}
.box1 .center .content .right_mobile .item .description {
  font-size: 14px;
  color: #666666;
  font-family: 'Poppins-Regular', sans-serif;
}
.box1 .center .content .right_mobile .item:hover .con .title {
  color: #7474E8;
}
.box1 .center .content .right_mobile .item:hover .description {
  color: #7474E8;
}
.floor {
  background: url(../images/index/floor.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
  padding: 5% 5%;
}
.floor .text {
  font-size: 44px;
  color: #fff;
  font-family: 'Poppins-Bold', sans-serif;
  text-align: center;
}
@media screen and (max-width: 1720px) {
  .floor .text {
    font-size: 36px;
  }
}
@media screen and (max-width: 1390px) {
  .floor .text {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .floor .text {
    font-size: 20px;
  }
}
.floor .text1 {
  margin-top: -20px;
  z-index: 0;
}
.floor .text1::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  z-index: -1;
  background: url(../images/index/mark.png);
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  top: 30px;
  left: -15px;
}
@media screen and (max-width: 1390px) {
  .floor .text1::before {
    width: 35px;
    height: 35px;
    top: 20px;
    left: -15px;
  }
}
@media screen and (max-width: 600px) {
  .floor .text1::before {
    width: 30px;
    height: 30px;
    top: 20px;
    left: -15px;
  }
}
.floor .text_start {
  margin-top: 10px;
}
.feature {
  background: url(../images/index/mask_group.png) no-repeat;
  background-size: 100% 100%;
}
.case_left .item {
  width: 100%;
  height: 100%;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case_left .item .center {
  width: 70%;
  height: 65%;
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1390px) {
  .case_left .item .center {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .case_left .item .center {
    width: 90%;
  }
}
.case_left .item .center .left {
  width: 48%;
}
@media screen and (max-width: 1390px) {
  .case_left .item .center .left {
    width: 54%;
  }
}
@media screen and (max-width: 1000px) {
  .case_left .item .center .left {
    width: 100%;
  }
}
.case_left .item .center .left .tip {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.case_left .item .center .left .tip img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .case_left .item .center .left .tip img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
}
.case_left .item .center .left .tip .text {
  font-size: 20px;
  color: #7474E8;
  font-family: 'Poppins-SemiBold', sans-serif;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .case_left .item .center .left .tip .text {
    font-size: 12px;
  }
}
.case_left .item .center .left .title {
  font-size: 46px;
  color: #0D0D56;
  font-family: 'Poppins-Bold', sans-serif;
  margin-bottom: 30px;
  position: absolute;
}
@media screen and (max-width: 1720px) {
  .case_left .item .center .left .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .case_left .item .center .left .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .case_left .item .center .left .title {
    font-size: 20px;
  }
}
.case_left .item .center .left .low {
  display: none;
  margin-top: 80px;
  margin-bottom: 30px;
  width: 100%;
}
.case_left .item .center .left .low img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .case_left .item .center .left .low {
    display: flex;
    justify-content: center;
  }
}
.case_left .item .center .left .description_top {
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .case_left .item .center .left .description_top {
    margin-top: 10px;
  }
}
.case_left .item .center .left .description {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.case_left .item .center .left .description img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.case_left .item .center .left .description .text {
  font-size: 18px;
  color: #111111;
  font-family: 'Poppins-Medium', sans-serif;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1390px) {
  .case_left .item .center .left .description .text {
    font-size: 14px;
  }
}
.case_left .item .center .left .book {
  width: 130px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 100px;
  background-color: #7474E8;
  margin-top: 30px;
  background-image: url(../images/index/button_bg.png);
  background-size: 100% 100%;
}
.case_left .item .center .left .book .text {
  font-size: 18px;
  font-family: 'Poppins-Bold', sans-serif;
  white-space: nowrap;
  color: #fff;
}
.case_left .item .center .left .book:hover {
  background-color: #4B4BDC;
}
.case_left .item .center .right {
  width: 48%;
  padding: 5%;
  margin-left: 4%;
}
@media screen and (max-width: 1390px) {
  .case_left .item .center .right {
    width: 42%;
  }
}
@media screen and (max-width: 1000px) {
  .case_left .item .center .right {
    display: none;
  }
}
.case_left .item .center .right img {
  width: 100%;
  height: 100%;
}
.case_right .item {
  width: 100%;
  height: 100%;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case_right .item .center {
  width: 70%;
  height: 65%;
  margin-top: 2%;
  margin-bottom: 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1390px) {
  .case_right .item .center {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .case_right .item .center {
    width: 90%;
  }
}
.case_right .item .center .left {
  width: 48%;
  margin-right: 4%;
  padding: 5%;
}
@media screen and (max-width: 1390px) {
  .case_right .item .center .left {
    width: 42%;
  }
}
@media screen and (max-width: 1000px) {
  .case_right .item .center .left {
    display: none;
  }
}
.case_right .item .center .left img {
  width: 100%;
  height: 100%;
}
.case_right .item .center .right {
  width: 48%;
}
@media screen and (max-width: 1390px) {
  .case_right .item .center .right {
    width: 54%;
  }
}
@media screen and (max-width: 1000px) {
  .case_right .item .center .right {
    width: 100%;
  }
}
.case_right .item .center .right .tip {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.case_right .item .center .right .tip img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .case_right .item .center .right .tip img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
}
.case_right .item .center .right .tip .text {
  font-size: 20px;
  color: #7474E8;
  font-family: 'Poppins-SemiBold', sans-serif;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .case_right .item .center .right .tip .text {
    font-size: 12px;
  }
}
.case_right .item .center .right .title {
  font-size: 46px;
  color: #0D0D56;
  font-family: 'Poppins-Bold', sans-serif;
  margin-bottom: 30px;
  position: absolute;
}
@media screen and (max-width: 1720px) {
  .case_right .item .center .right .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .case_right .item .center .right .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .case_right .item .center .right .title {
    font-size: 20px;
  }
}
.case_right .item .center .right .low {
  display: none;
  margin-top: 80px;
  margin-bottom: 30px;
  width: 100%;
}
.case_right .item .center .right .low img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .case_right .item .center .right .low {
    display: flex;
    justify-content: center;
  }
}
.case_right .item .center .right .description_top {
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .case_right .item .center .right .description_top {
    margin-top: 10px;
  }
}
.case_right .item .center .right .description {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.case_right .item .center .right .description img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.case_right .item .center .right .description .text {
  font-size: 18px;
  color: #111111;
  font-family: 'Poppins-Medium', sans-serif;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1390px) {
  .case_right .item .center .right .description .text {
    font-size: 14px;
  }
}
.case_right .item .center .right .book {
  width: 130px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 100px;
  background-color: #7474E8;
  background-image: url(../images/index/button_bg.png);
  background-size: 100% 100%;
  margin-top: 30px;
}
.case_right .item .center .right .book .text {
  font-size: 18px;
  font-family: 'Poppins-Bold', sans-serif;
  white-space: nowrap;
  color: #fff;
}
.case_right .item .center .right .book:hover {
  background-color: #4B4BDC;
}
.box2 {
  width: 100%;
  height: 100%;
  padding: 5% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../images/index/box2.png);
  background-size: cover;
  background-position: center;
  background-color: #7474E8;
}
@media screen and (max-width: 600px) {
  .box2 {
    padding: 5% 5%;
  }
}
.box2 .title {
  margin-bottom: 100px;
  font-size: 56px;
  color: #fff;
  font-family: 'Poppins-Bold', sans-serif;
  text-align: center;
}
@media screen and (max-width: 1720px) {
  .box2 .title {
    margin-bottom: 80px;
    font-size: 42px;
  }
}
@media screen and (max-width: 1390px) {
  .box2 .title {
    font-size: 32px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .box2 .title {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .box2 .title {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
.box2 .circle {
  position: relative;
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  border-top: 2px solid #B0B0F0;
}
.box2 .circle .item {
  width: 220px;
  height: 220px;
  min-width: 220px;
  margin: 20px;
  border-radius: 50%;
  background-color: #F1F1FF;
  box-shadow: 0 0 10px #1A1AA9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1390px) {
  .box2 .circle .item {
    width: 170px;
    height: 170px;
    min-width: 170px;
    margin: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .box2 .circle .item {
    width: 110px;
    height: 110px;
    min-width: 110px;
    margin: 5px;
  }
}
.box2 .circle .item .step {
  text-align: center;
  margin-bottom: 10px;
  font-size: 52px;
  color: #95CAF5;
  font-family: 'Poppins-Bold', sans-serif;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -145px;
}
@media screen and (max-width: 1390px) {
  .box2 .circle .item .step {
    top: -125px;
    font-size: 42px;
  }
}
@media screen and (max-width: 1000px) {
  .box2 .circle .item .step {
    top: -100px;
    font-size: 30px;
  }
}
.box2 .circle .item .align {
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1390px) {
  .box2 .circle .item .align {
    height: 60px;
  }
}
.box2 .circle .item .align .text {
  line-height: 34px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  color: #0D0D56;
  font-family: 'Poppins-Bold', sans-serif;
}
@media screen and (max-width: 1390px) {
  .box2 .circle .item .align .text {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1000px) {
  .box2 .circle .item .align .text {
    font-size: 15px;
    line-height: 20px;
  }
}
.box2 .circle .item .img {
  text-align: center;
  margin-bottom: 10px;
}
.box2 .circle .item .img img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1000px) {
  .box2 .circle .item .img img {
    width: 30px;
    height: 30px;
  }
}
.box2 .circle .item .step_icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  top: -61px;
}
@media screen and (max-width: 1390px) {
  .box2 .circle .item .step_icon {
    top: -51px;
  }
}
@media screen and (max-width: 1000px) {
  .box2 .circle .item .step_icon {
    top: -47px;
  }
}
.box2 .circle_mobile {
  width: 100%;
  margin-top: 30px;
}
.box2 .circle_mobile .item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.box2 .circle_mobile .item .step {
  text-align: center;
  font-size: 32px;
  color: #95CAF5;
  width: 45px;
  font-family: 'Poppins-Bold', sans-serif;
}
.box2 .circle_mobile .item .step_icon {
  position: relative;
}
.box2 .circle_mobile .item .step_icon img {
  width: 20px;
  height: 20px;
}
.box2 .circle_mobile .item .step_icon .hr {
  width: 2px;
  height: 85px;
  border-left: 2px solid #B0B0F0;
  position: absolute;
  left: 9px;
  top: 22px;
}
.box2 .circle_mobile .item .box {
  display: flex;
  align-items: center;
  border-radius: 5px;
  width: 75%;
  height: 70px;
  background-color: #F1F1FF;
  box-shadow: 0 0 10px #1A1AA9;
}
.box2 .circle_mobile .item .box .img {
  margin: 0 20px;
  position: relative;
}
.box2 .circle_mobile .item .box .img img {
  width: 40px;
  height: 40px;
}
.box2 .circle_mobile .item .box .align .text {
  line-height: 34px;
  text-align: center;
  font-size: 18px;
  color: #0D0D56;
  font-family: 'Poppins-Bold', sans-serif;
}
.box2 .summary_text {
  font-size: 30px;
  color: #fff;
  font-family: 'Poppins-SemiBold', sans-serif;
  text-align: center;
}
@media screen and (max-width: 1720px) {
  .box2 .summary_text {
    font-size: 26px;
  }
}
@media screen and (max-width: 1390px) {
  .box2 .summary_text {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .box2 .summary_text {
    font-size: 19px;
  }
}
@media screen and (max-width: 600px) {
  .box2 .summary_text {
    font-size: 18px;
  }
}
.box3 {
  width: 100%;
  height: 100%;
  padding: 8% 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1390px) {
  .box3 {
    padding: 8% 10%;
  }
}
.box3 .title {
  text-align: center;
  font-size: 56px;
  color: #7474E8;
  font-family: 'Poppins-Bold', sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 1720px) {
  .box3 .title {
    font-size: 46px;
  }
}
@media screen and (max-width: 1390px) {
  .box3 .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .box3 .title {
    font-size: 24px;
  }
}
.box3 .description {
  text-align: center;
  font-size: 20px;
  color: #999999;
  font-family: 'Poppins-Regular', sans-serif;
}
@media screen and (max-width: 1720px) {
  .box3 .description {
    font-size: 18px;
  }
}
@media screen and (max-width: 1390px) {
  .box3 .description {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .box3 .description {
    font-size: 14px;
  }
}
.box3 .box {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-top: 50px;
}
@media screen and (max-width: 1390px) {
  .box3 .box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .box3 .box {
    flex-direction: column;
  }
}
.box3 .box .item {
  flex: 1;
  padding: 30px;
}
@media screen and (max-width: 1390px) {
  .box3 .box .item {
    padding: 15px;
  }
}
.box3 .box .item .img {
  text-align: center;
  margin-bottom: 20px;
}
.box3 .box .item .img img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 600px) {
  .box3 .box .item .img {
    margin-bottom: 10px;
  }
}
.box3 .box .item .title {
  text-align: center;
  font-size: 30px;
  color: #111111;
  font-family: 'Poppins-Bold', sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 1720px) {
  .box3 .box .item .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1390px) {
  .box3 .box .item .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .box3 .box .item .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.box3 .box .item .description {
  text-align: center;
  font-size: 18px;
  color: #666666;
  font-family: 'Poppins-Medium', sans-serif;
}
@media screen and (max-width: 1720px) {
  .box3 .box .item .description {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .box3 .box .item .description {
    font-family: 'Poppins-Regular', sans-serif;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.box3 .book {
  width: 130px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 100px;
  background-color: #7474E8;
  background-image: url(../images/index/button_bg.png);
  background-size: 100% 100%;
  margin-top: 30px;
}
.box3 .book .text {
  font-size: 18px;
  font-family: 'Poppins-Bold', sans-serif;
  white-space: nowrap;
  color: #fff;
}
.box3 .book:hover {
  background-color: #4B4BDC;
}
#staticBackdrop .modal-body {
  background-color: #7474E8;
  background-image: url(../images/index/book_bg.png);
  background-size: cover;
  background-position: center;
  padding: 40px !important;
}
#staticBackdrop .modal-body .submit {
  width: 100% !important;
}
#staticBackdrop .modal-body .close {
  position: relative;
  top: -20px;
  right: -10px;
  opacity: 1;
}
#staticBackdrop .modal-body .close .img {
  background-image: url(../images/index/book_close.png);
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
}
#staticBackdrop .modal-body .close .img:hover {
  background-image: url(../images/index/book_close_hover.png);
}
#staticBackdrop .modal-body .close:not(:disabled):not(.disabled):hover,
#staticBackdrop .modal-body .close .close:not(:disabled):not(.disabled):focus {
  opacity: 1;
}
#staticBackdropComplete .modal-body {
  background-color: #fff;
  background-image: url(../images/index/bookC_bg.png);
  background-size: cover;
  background-position: center;
  padding: 60px 80px !important;
}
#staticBackdropComplete .modal-body .close {
  position: relative;
  top: -40px;
  right: -60px;
  opacity: 1;
}
#staticBackdropComplete .modal-body .close .img {
  background-image: url(../images/index/bookC_close.png);
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
}
#staticBackdropComplete .modal-body .close .img:hover {
  background-image: url(../images/index/bookC_close_hover.png);
}
#staticBackdropComplete .modal-body .close:not(:disabled):not(.disabled):hover,
#staticBackdropComplete .modal-body .close .close:not(:disabled):not(.disabled):focus {
  opacity: 1;
}
#staticBackdropComplete .modal-body .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#staticBackdropComplete .modal-body .content img {
  width: 180px;
  margin-bottom: 30px;
}
#staticBackdropComplete .modal-body .content .title {
  font-size: 20px;
  text-align: center;
  font-family: 'Poppins-Bold', sans-serif;
  color: #0D0D56;
}
.form_box .title {
  text-align: center;
  font-size: 30px;
  font-family: 'Poppins-Bold', sans-serif;
  color: #fff;
}
@media screen and (max-width: 1720px) {
  .form_box .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1390px) {
  .form_box .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .form_box .title {
    font-size: 20px;
  }
}
.form_box form {
  margin-top: 20px;
}
.form_box form .form_item {
  text-align: right;
}
.form_box form .form_item input {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #111111;
  outline: none;
  font-family: 'Poppins-Medium', sans-serif;
}
@media screen and (max-width: 1720px) {
  .form_box form .form_item input {
    font-size: 14px;
  }
}
.form_box form .form_item textarea {
  width: 100%;
  height: 120px;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #111111;
  outline: none;
  resize: none;
  font-family: 'Poppins-Medium', sans-serif;
}
@media screen and (max-width: 1720px) {
  .form_box form .form_item textarea {
    font-size: 14px;
  }
}
.form_box form .form_item button {
  width: 130px;
  padding: 10px;
  cursor: pointer;
  border-radius: 100px;
  background-color: #95CAF5;
  font-size: 18px;
  font-family: 'Poppins-Medium', sans-serif;
  white-space: nowrap;
  color: #fff;
}
.form_box form .form_item button:hover {
  background-color: #6Db4ED;
}
@media screen and (max-width: 1720px) {
  .form_box form .form_item button {
    font-size: 16px;
  }
}
