html {
  font-size: 100%;
}

body {
  font-size: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Segoe UI", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}

.index-header {
  background: #122E47 url(../images/01.webp) left;
  background-size: cover;
  padding: 30px 0 60px;
}

.container {
  max-width: 1100px;
}


.btn {
  border-radius: 999px;
}

.captcha-input {
  width: 150px;
  display: inline-block;
}

.header-nav {
  padding: 24px 34px;
  background-color: #fff;
  border-radius: 5px;
}

.first-screen-text {
  margin: 100px 0;
  color: #fff;
  position: relative;
}

.poem {
  color: rgba(255, 255, 255, 0.856);
  font-size: 1rem;
  margin-top: 20px;
}

.travel {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  color: rgba(52, 105, 255, 1);
  font-style: italic;
  width: 118px;
  font-weight: bold;
  margin-top: 50px;
}

.phonenumber {
  margin-top: 50px;
}

.join-btn {
  color: rgba(52, 105, 255, 1);
  border: 1px solid rgba(52, 105, 255, 1);
  width: 130px;
}

.join-btn+img {
  display: none;
}

.join-btn:hover+img {
  display: block!important;
}

.logo {
  text-decoration: none;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.527);
  display: flex;
  align-items: flex-end;
}

.logo span {
  margin-left: 12px;
}

.form-control {
  border-radius: 999px;
  background: rgba(239, 243, 244, 1);
  padding: 8px 16px;
  border: 0;
}

legend {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

.header-qr {
  display: block;
  margin: 5rem auto;
}

section {
  padding: 5rem 0 9rem;
}

.caption {
  text-align: center;
  background-color: rgba(4, 68, 246, 0.04);
  padding: 0.625rem;
  border-radius: 10px;
  margin-top: 10px;
  font-weight: bold;
}

.caption span,
.point {
  position: relative;
  display: inline-block;
}

.caption span::before,
.point::before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border: 2px solid rgba(8, 68, 235, 1);
  border-radius: 999px;
  position: absolute;
  left: -1rem;
  top: 50%;
  margin-top: -4px;
  background-color: rgba(4, 68, 246, 0.04);
}

.caption p {
  margin-bottom: 0;
  font-weight: 100;
  font-size: 0.875rem;
  padding: 5px 0.625rem;
  text-align: center;
  letter-spacing: 1px;
}

.about {
  border-radius: 1rem;
  background-color: rgba(244, 247, 254, 1);
  padding: 4rem;
  color: #666;
}

.about p{
  line-height: 1.8;
}

.brands .col {
  margin-bottom: 1rem;
}

.banner-bt {
  background: url(https://yunchexing.com/media/images/dibu_banner.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 3rem 0;
}

.banner-bt .highlight {
  font-weight: bold;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 2px;
}

footer {
  padding: 50px 0;
}

footer h5 {
  font-weight: 100;
}

footer .contact svg {
  font-size: 2rem;
  margin-right: 20px;
}

footer .copyright {
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
  color: #999;
  padding: 10px;
}

.form-order .highlight-red {
  color: #FF4D4D;
}

.form-order label {
  color: #6C6C6C;
  margin-bottom: 5px;
}

.form-order h5 {
  margin-bottom: 30px;
}

.form-order h5 svg {
  margin-right: 10px;
}

.form-order h5 small {
  color: #999;
  margin-left: 10px;
  font-size: 14px;
}

.form-order .form-control {
  margin-bottom: 20px;
  padding: 0.75rem 0.75rem;
  height: auto;
}

.form-order .block-header {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 30px;
  font-weight: bold;
  padding-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 26px;
}

.form-order .city-picker-span {
  border-radius: 2px;
  padding-left: 10px;
  border: 0;
  background-color: #E9EDEF;
}

.form-order .city-picker-span>.placeholder {
  color: #777676;
}

.form-order input,
.form-order textarea {
  border: 0;
  background-color: #E9EDEF;
  border-radius: 2px;
}

@media (max-width: 576px) {
  .first-screen-text {
    margin: 4rem 0;
  }

  .index-header {
    padding: 2rem 0;
    background-size: 800px;
    background-position: top center;
    background-repeat: no-repeat;
  }

  #zixun .col-xs-12 {
    margin-bottom: 0.625rem;
  }

  .col {
    margin-bottom: 0.625rem;
  }

  .about {
    padding: 2rem;
  }

  .slide {
    height: 300px;
    overflow: hidden;
  }

  .slide-in {
    white-space: nowrap;
    overflow-x: scroll;
  }

  .slide-in img {
    width: 250px;
  }

  .mb {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 245px;
    overflow: hidden;
    display: inline-block;
  }
  .wb-wrap p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 245px;
  }
  .mi {
    max-width: 100px!important;
  }
}

.scale {
  /* overflow: hidden; */
  border-radius: 10px;
}
.scale img:hover {
  transform: scale(1.05);
  transition: all 0.5s;
}
.scale img {
  transition: all 0.5s;
}

.meiti img:first-child:hover + img  {
  display: block!important;
}

.meiti img:nth-child(2) {
  display: none;
}


/*# sourceMappingURL=main.css.map */