@charset 'UTF-8';

/* 导航栏样式 */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  color: white;
  padding: 20px;
  text-align: center;
  transition: top 0.3s;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0) !important;
}

.scrolled {
  background-color: rgba(255, 255, 255, 1) !important;
}

.targetColor {
  color: #2f9ff4;
  font-size: 40px;
  font-weight: 700;
}

.targetColorTitle {
  color: #374959;
  font-size: 18px;
  font-weight: 700;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.step .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1aadf9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}

.step .title {
  margin-top: 10px;
  font-size: 16px;
  color: #1aadf9;
  font-weight: bold;
}

.connector {
  width: 70%;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  top: 1.2rem;
  left: 100%;
  transform: translateX(-50%);
}

@media (max-width: 576px) {
  .col-3 {
    width: 25%;
  }

  .connector {
    width: 50%;
    top: 1rem;
    left: 100%;
  }

  .step .circle {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }

  .step .title {
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .col-3 {
    width: 20%;
  }

  .connector {
    width: 30%;
    left: 35%;
  }
}

@media screen and (min-width: 768px) {
  /* 在宽度大于等于768px的设备上应用以下样式 */
  .arthur-top {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 767px) {
  /* 在宽度小于767px的设备上应用以下样式 */
  .arthur-top {
    margin-top: 0rem;
  }

  .ikun {
    scale: 0.6;
  }

  .images {
    width: 37rem;
    height: 39rem;
    position: absolute;
    top: 7rem;
    left: -24rem;
  }

  .jjkun {
    display: flex;
    justify-content: flex-start;
    margin-top: 3rem;
    margin-left: -8rem;
  }

  .sebox {
    height: 37rem;
    margin-top: 2rem;
  }
}

.ikun {
  text-align: center;
}

.jjkun {
  display: flex;
  justify-content: flex-start;
  margin-top: 3rem;
}

.listBg {
  background-image: url(../img/backgrounds/jjkun17.png);
  background-size: cover;
}

.leftBox {
  width: 14rem;
  height: 6rem;
  background-color: #fff;
  display: flex;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  margin-bottom: 2rem;
}

.boxes {
  z-index: 99;
  color: #3a4f57;
  font-weight: 700;
}

.showImage {
  height: 94%;
  width: 177%;
}

.boxesImg {
  width: 50%;
}

.triangle-box {
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-right: 70.2rem solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  opacity: 0.5;
}

label.required:after {
  content: '*';
  color: red;
}

.artBox {
  z-index: 777;
  position: absolute;
  background-image: url(../img/backgrounds/jjkun16.png);
  background-size: 100% 100%;
  left: 50%;
  top: 76%;
  transform: translate(-50%, -50%);
}

.input-prefix {
  position: absolute;
  top: 0.7rem;
  left: 2rem;
  border-right: 1px solid;
  padding: 0 0.5rem 0 0;
}

.navdropdownbox {
  width: 90rem;
  background: rgba(255, 255, 255, 1) !important;
}
@media screen and (max-width: 900px) {
  .navbar .dropdown-menu {
    padding: 0rem 1.75rem;
  }
  .navdropdownbox {
    display: none;
    width: 19rem !important;
    height: 4rem !important;
    color: #27343e;
  }
  .navdropdownbox .proDiv {
    display: none;
  }
  .navbar-collapse .aTagsColor {
    color: black !important;
  }
  .navdropdownbox div {
    width: 16rem;
    flex-direction: row;
  }
  .navdropdownbox .pl-10 {
    padding-left: 0rem !important;
  }
  .navdropdownbox .pt-5 {
    padding-top: 0rem !important;
  }
  .slice .pl-8 {
    padding-left: 1rem !important;
  }
  .slice .container {
    padding-right: 0px;
  }
}

.navimg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.2rem;
}

.handShow {
  cursor: pointer;
}

.listBox {
  min-height: 17.5rem;
}

.footerbackground {
  /* background: url(../../assets/img/prodect/picture27.png) no-repeat; */
  background-size: 100% 100%;
}

.heading {
  font-size: 18px;
  font-family: AlibabaPuHuiTiM;
  color: #ffffff;
  line-height: 25px;
}

.list-unstyled li a {
  font-size: 16px;
  font-family: AlibabaPuHuiTiR;
  color: #ffffff;
  line-height: 22px;
  margin: 15px 0;
}

.list-unstyled li a:hover {
  color: #ffffff;
}

.iti-flag {
  background-image: url('https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/10.0.2/img/flags.png');
}

.intl-tel-input {
  display: block;
}

body .intl-tel-input .flag-container {
  position: static;
}

body .intl-tel-input .selected-flag {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}

body .intl-tel-input .country-list {
  width: 100%;
  top: 100%;
}

.iti-mobile .intl-tel-input.iti-container {
  left: 350px !important;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100% !important;
  width: 63% !important;
  top: 47%;
}
