@import url("./docs.css");
@import url("./common.css");

body {
  background-color: #fff;
  background-image: url("../images/index/bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.btn:hover {
  color: #fff !important;
}

/* banner */
.banner {
  padding: 134px 0 0 48px;
  /* background-image: url("../images/index/banner-1.svg"); */
  background-repeat: no-repeat;
  background-position: top right;
}

.banner .carousel-indicators {
  bottom: -76px;
}

.carousel-item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  width: 1200px;
  margin: auto;
}

.carousel-item-left {
  width: 554px;
}

.carousel-item-right {
  flex: 1;
}

.carousel-item-right img {
  border: none;
  background-color: transparent;
  transition: transform 0.3s ease;
}

.carousel-item-right img:hover {
  transform: scale(1.05);
}

.banner .carousel-item-left img {
  margin-left: -9px;
  margin-bottom: 11px;
}

.banner .carousel-item-left .label {
  margin: 10px 0 32px;
}

.banner .btn {
  width: 322px;
}

/* selection */
.selection {
  /* background-image: url("../images/index/banner-2.svg"); */
  background-repeat: no-repeat;
  background-position: top left;
  padding-bottom: 84px;
  padding-top: 120px;
  background-size: 37%;
}

.selection .selection-card {
  margin-top: 80px;
  display: flex;
  gap: 22px;
  justify-content: space-between;
}

.selection .selection-card > div {
  background-size: contain;
  position: relative;
  height: 258px;
  background-repeat: no-repeat;
  flex: 1;
}

.selection .selection-card > div .selection-card-content {
  position: absolute;
  top: 69%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 16px;
}

.selection .selection-card > div .selection-card-content h6 {
  margin-bottom: 16px;
}

/* effect */
.effect {
  /* background-image: url("../images/index/banner-3.svg"); */
  background-repeat: no-repeat;
  background-position: bottom right;
}

.effect .tab {
  width: 100%;
  margin: auto;
  text-align: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  position: unset;
}

.effect .tab .btn {
  width: 178px;
  height: auto;
  text-indent: inherit;
}

.effect .carousel-dark .carousel-indicators.tab [data-bs-target] {
  background-color: transparent;
  height: 52px;
  line-height: 26px;
  opacity: 1;
}

.effect .carousel-dark .carousel-indicators.tab [data-bs-target] {
  background-color: transparent;
}

.effect .carousel .carousel-content {
  width: 100%;
  border-radius: 18px 18px 18px 18px;
  border: 1px solid #e0e0e0;
  margin: 32px 0 95px;
}

.effect .carousel .carousel-item {
  padding: 62px 42px 100px 90px;
}

.effect .carousel .carousel-item-wrap {
  width: auto;
}

.effect .carousel-item-left {
  width: 463px;
}

.effect .carousel-item-left .desc-2 {
  padding: 8px 0 27px 0;
}

.effect .carousel-item-left .btn {
  width: 218px;
}

.effect .third ul.desc-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0;
}

.effect .third ul.desc-2 li {
  flex: 0 0 50%;
  width: 50%;
  margin-top: 18px;
}

/* experience */
.experience {
  padding: 45px 0;
  background: rgba(10, 97, 255, 0.04);
}

.experience .section-box-wrap .btn {
  margin-top: 32px;
  width: 360px;
}

/* effect-raising */
.effect-raising {
  margin: 68px 0 0;
}

.effect-raising .row {
  margin: 0;
}

.effect-raising .arrow {
  margin-top: 12px;
  animation: bounce-animation 1.3s infinite alternate ease-in-out;
}

.effect-raising .card {
  background: #fffdfd;
  border-radius: 14px 14px 14px 14px;
  border: 1px solid #dedede;
  height: 224px;
  padding: 36px 40px;
  cursor: pointer;
}

.effect-raising .card:hover {
  box-shadow: 0px 12px 13px 0px rgba(0, 0, 0, 0.15);
}

.effect-raising .card-header {
  background: transparent;
  display: flex;
  align-items: center;
  gap: 16px;
  border: none;
  padding: 0;
}

.effect-raising .card-header p {
  text-align: left;
}

.effect-raising .card-header img {
  width: 56px;
}

.effect-raising .card-body {
  padding: 0;
  margin-top: 20px;
}

.effect-raising .card-body .desc-4 {
  text-align: left;
}

/* form */
.form {
  padding-top: 78px;
  padding-bottom: 61px;
  /* background-image: url("../images/index/banner-2.svg"); */
  background-repeat: no-repeat;
  background-position: top left;
}

.form .section-box-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form .form-wrap {
  padding: 56px 78px 56px 65px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #dadada;
  width: 733px;
  margin: 0;
}

.form .form-wrap .form-item {
  margin-bottom: 18px;
}

.form .form-wrap .check-code {
  display: flex;
  align-items: center;
  gap: 12px;
}

.form .form-wrap .check-code img {
  height: 32px;
}

.form .form-wrap .title {
  margin-bottom: 42px;
}

.form .form-wrap label {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
}

.form .form-wrap .input-group input {
  border-right: 0;
}

.form .form-wrap .input-group .input-group-text {
  background: none;
  font-size: 16px;
  color: #0a61ff;
  line-height: 19px;
  cursor: pointer;
}

.form .form-wrap .text-danger {
  margin-right: 8px;
  color: #ff0101;
}

.form .form-wrap .submit {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}

.form .form-wrap .submit-btn {
  width: 266px;
}

.form .form-wrap .submit-btn .spinner-border {
  margin-right: 4px;
}

/* static */
.static {
  position: fixed;
  font-size: 12px;
  right: 20px;
  position: fixed;
  top: 32%;
  text-align: center;
  padding: 0 6px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  border: 1px solid #ffffff;
  z-index: 10;
}

.static a {
  font-size: 12px;
  color: #525252;
  line-height: 14px;
  margin-top: 4px;
}

.static a:hover {
  color: #fc0182;
}

.static li:last-child {
  margin-bottom: 8px;
}

.qrcode-img {
  width: 88px;
}

.qrcode-tip {
  text-align: center;
  font-size: 11px;
  color: #6b6b6b;
  line-height: 13px;
  margin-top: 8px;
}

@media (max-width: 768px) {
  body {
    background-image: url("../images/index/bg-mobile.svg");
  }

  .banner {
    padding-left: 0;
    padding-top: 86px;
  }

  .banner .carousel-item-wrap {
    gap: 4px;
  }

  .banner .carousel-indicators {
    bottom: -62px;
  }

  .carousel-item-wrap {
    width: 100%;
    padding: 0 16px;
    align-items: flex-start;
  }

  .banner .carousel-item-left img {
    width: 78px;
  }

  .carousel-item-wrap .carousel-item-left {
    width: 100%;
  }

  .carousel-item-right img {
    padding: 0;
  }

  .banner .carousel-item-left .label {
    margin: 10px 0 15px;
  }

  .banner .btn {
    width: 100%;
    height: 53px;
    border-radius: 8px;
    font-size: 20px;
    line-height: 46px;
  }

  .selection {
    padding: 90px 0 48px;
  }

  .selection .selection-card {
    flex-direction: column;
    margin-top: 40px;
    gap: 62px;
  }

  .selection .desc {
    margin-bottom: 8px;
  }

  .selection .selection-card > div {
    background-size: 100% 100%;
    position: relative;
  }

  .selection .selection-card > div img {
    width: 100%;
    max-width: 272px;
  }

  .selection .selection-card > div .selection-card-content h6 {
    font-size: 17px;
    color: #474a51;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .selection .selection-card > div .selection-card-content p {
    font-size: 10px;
    color: #868686;
    line-height: 12px;
  }

  .effect .section-box-wrap {
    padding: 0;
  }

  .effect .carousel {
    padding: 0 16px;
  }

  .effect .tab {
    gap: inherit;
  }

  .effect .tab .btn {
    border-radius: 4px;
  }

  .effect .carousel-dark .carousel-indicators.tab [data-bs-target] {
    height: 26px;
    line-height: 16px;
  }

  .effect .carousel .carousel-content {
    margin: 20px 0;
  }

  .effect .carousel .carousel-item {
    padding: 22px 30px 40px;
  }

  .effect .carousel .carousel-item .carousel-item-wrap {
    padding: 0;
    flex-direction: column;
    gap: 30px;
  }

  .effect .carousel-item-left h2 {
    line-height: 35px;
    padding: 8px 0;
  }

  .effect .carousel-item-left .desc-2 {
    padding: 0 0 8px;
  }

  .effect .carousel-item-left .btn {
    width: 120px;
  }

  .effect .third ul.desc-2 li {
    margin-top: 4px;
  }

  .effect .third ul.desc-2 li:nth-child(1),
  .effect .third ul.desc-2 li:nth-child(2) {
    margin-top: 0px;
  }

  .experience {
    padding: 26px 0 20px;
  }

  .experience .section-box-wrap .btn {
    margin-top: 14px;
    width: 200px;
  }

  .effect-raising {
    margin-top: 49px;
  }

  .effect-raising h5 {
    font-size: 17px;
  }

  .effect-raising .arrow {
    width: 16px;
    margin-top: 2px;
  }

  .effect-raising .card {
    padding: 16px;
    height: 136px;
  }

  .effect-raising .card-body {
    margin-top: 9px;
  }

  .effect-raising .section-box-wrap {
    padding: 0;
  }

  .effect-raising .row {
    margin-top: 16px;
    gap: 15px 23px;
    padding: 0 16px;
  }

  .effect-raising .row > .col {
    padding: 0;
    width: calc(50% - 12px);
    margin-top: 0;
  }

  .effect-raising .card-header {
    gap: 10px;
  }

  .effect-raising .card-header img {
    width: 30px;
  }

  .effect-raising .card-header p {
    font-size: 10px;
    color: #474a51;
    line-height: 14px;
  }

  .effect-raising .card-header .desc-3 {
    font-size: 8px;
    color: #474a51;
    line-height: 9px;
  }

  .effect-raising .card-body .desc-4 {
    font-size: 7px;
    line-height: 10px;
  }

  .form {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .form .section-box-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .form .form-wrap {
    padding: 26px 34px 20px 17px;
    width: 100%;
  }

  .form .section-box-wrap .form-right-tip h4 {
    margin-left: 31px;
    line-height: 28px;
    margin-bottom: 35px;
  }

  .form .form-wrap label {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
  }

  .form .form-wrap .title {
    margin-bottom: 19px;
  }

  .form .form-wrap .title h4 {
    font-size: 16px;
  }

  .form .form-wrap .form-item {
    margin-bottom: 12px;
  }

  .form .form-wrap .submit {
    margin-top: 10px;
  }

  .form .form-wrap .submit-btn {
    width: 144px;
  }

  .form-control {
    font-size: 12px;
  }

  .static {
    display: none;
  }
}
