.DaoHang-right .adiv {
  color: #fff;
}

#app {
  padding: 0 6%;
}

.title-h2 {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  line-height: 40px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 70px;
}

.introduced {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  line-height: 48px;
  margin-bottom: 56px;
}

.display-img {
  display: flex;
  justify-content: space-between;
}

.display-img .img-comp {
  width: 30%;
  height: 100%;
  background: #b5adad;
  border-radius: 30px;
}

.img-map {
  width: 100%;
}

.stores-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.stores-box .stores {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}

.stores-box .stores .img-addIcon {
  width: 33px;
  height: 41px;
  margin-right: 16px;
}

.stores-box .stores .stores-info .stores-info-name {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #333;
  line-height: 36px;
  white-space: nowrap;
}

.stores-box .stores .stores-info .stores-info-text {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #666;
  line-height: 36px;
}

.brandAdvantage {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #fff;
}

.brandAdvantage .brand-info {
  background-color: #f7f7f7;
  padding: 50px 61px 50px 70px;
  width: 45%;
}

.brandAdvantage .brand-info .info {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height: 32px;
}

.brandAdvantage .brand-info .brand-h4 {
  font-size: 24px;
  font-weight: bold;
  color: #fe6700;
  font-weight: 700;
  margin: 22px 0 5px;
}

.brandAdvantage .img-brand {
  width: 55%;
  object-fit: cover;
}

.input-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}

.input-box .input {
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 20px;
  border: 2px solid #f5f5f5;
  font-size: 20px;
  transition: all 0.2s ease;
}

.input-box .input:focus {
  border: 2px solid #c9e1f7;
}

.input-box .input::placeholder {
  color: #bfbfc5;
}

.input-box .input:hover {
  border-color: #c0c4cc;
}

.input-box .captcha {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.input-box .captcha .input-captcha {
  width: 100%;
  border: none;
  padding: 20px 0;
}

.input-box .captcha .input-captcha::placeholder {
  color: #bfbfc5;
}

.input-box .captcha .sent {
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 14px;
  cursor: pointer;
  width: 130px;
  color: #fe6700;
}

.input-box .captchaFocus {
  border: 2px solid #c9e1f7;
}

#message-boxs {
  overflow: hidden;
  height: 52px;
  margin-top: 30px;
  position: relative;
}

#message-boxs .message-boxs {
  position: absolute;
  top: 0;
}

#message-boxs .message-boxs .message-box {
  display: flex;
  padding-bottom: 20px;
}

#message-boxs .message-boxs .message-box .message {
  background-color: #f6eee9;
  border-radius: 50px;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 50px;
}

#message-boxs .message-boxs .message-box .message .img-message {
  width: 18px;
  height: 16px;
}

#message-boxs .message-boxs .message-box .message span {
  margin-left: 50px;
  font-size: 16px;
}

#message-boxs .message-boxs .message-box .message .address {
  margin-left: 10px;
}

#message-boxs .message-boxs .message-box .message .application {
  color: #fe6700;
}

.agreement {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-top: 60px;
}

.agreement .check {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.agreement .check:hover {
  border-color: #1c92ff;
}

.agreement .check::before {
  content: '';
  width: 0;
  height: 0;
  background-color: #1c92ff;
  border-radius: 50%;
  transition: all 0.1s ease;
}

.agreement .checks {
  border-color: #1c92ff;
  box-shadow: 0 0 3px 1px rgba(28, 146, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.agreement .checks::before {
  width: 8px;
  height: 8px;
}

.agreement a {
  color: #fe6700;
}

.btn-application-box {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.btn-application-box .btn-application {
  width: 350px;
  line-height: 65px;
  margin: 60px 0 0;
  font-size: 28px;
  font-weight: bold;
  background-color: #fe6700;
  border: none;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
}

@media (min-width: 751px) {
  .mobile_img-brand {
    display: none;
  }
}

@media (max-width: 750px) {
  #app {
    padding: 0 4%;
  }
  .tabs-box {
    display: flex;
    justify-content: center;
  }
  .tabs-box .tabs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2vw;
    margin: 20px auto 0;
    border-bottom: 1px solid #f0f0f0;
  }
  .tabs-box .tabs li {
    width: 100%;
    display: flex;
    justify-content: center;
    line-height: 80px;
    position: relative;
    font-size: 3vw;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    letter-spacing: 2px;
  }
  .tabs-box .tabs .selected {
    color: #fe6700;
  }
  .tabs-box .tabs .selected::before {
    content: '';
    height: 2px;
    background-color: #fe6700;
    position: absolute;
    bottom: 0;
    left: -8%;
    right: -8%;
  }
  .title-h2 {
    font-size: 5vw;
    font-weight: 700;
    color: #333;
    line-height: 40px;
    text-align: center;
    margin-top: 7vw;
    margin-bottom: 5vw;
  }
  .introduced {
    font-size: 3vw;
    line-height: 30px;
    margin-bottom: 10vw;
  }
  .display-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .display-img .img-comp {
    width: 100%;
    height: 100%;
    background: #b5adad;
    border-radius: 15px;
    margin-bottom: 5vw;
  }
  .stores-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5vw;
  }
  .stores-box .stores {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
  }
  .stores-box .stores .img-addIcon {
    width: 4.4vw;
    height: 5.46667vw;
    margin-right: 2.13333vw;
  }
  .stores-box .stores .stores-info .stores-info-name {
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
    line-height: 4.8vw !important;
    font-size: 3.2vw !important;
  }
  .stores-box .stores .stores-info .stores-info-text {
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #666;
    font-size: 2.13333vw;
    line-height: 4.8vw;
  }
  .brandAdvantage {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
    border-radius: 30px;
    overflow: visible;
    border: none;
  }
  .brandAdvantage .brand-info {
    background-color: transparent;
    padding: 0;
    width: 100%;
  }
  .brandAdvantage .brand-info .info {
    font-size: 3vw;
    font-weight: 400;
    color: #333;
    line-height: 25px;
  }
  .brandAdvantage .brand-info .brand-h4 {
    font-size: 4vw;
    font-weight: bold;
    color: #fe6700;
    font-weight: 700;
    margin: 22px 0 5px;
  }
  .brandAdvantage .img-brand {
    width: 100%;
    object-fit: cover;
    display: none;
  }
  .mobile_img-brand {
    display: block !important;
    height: 40vw;
    border-radius: 15px;
    margin-top: 5vw;
  }
  .input-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10vw 0;
  }
  .input-box .input {
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    border: 2px solid #f5f5f5;
    font-size: 3vw;
    transition: all 0.2s ease;
  }
  .input-box .input:focus {
    border: 2px solid #c9e1f7;
  }
  .input-box .input::placeholder {
    color: #bfbfc5;
  }
  .input-box .input:hover {
    border-color: #c0c4cc;
  }
  .input-box .captcha {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .input-box .captcha .input-captcha {
    width: 100%;
    border: none;
    padding: 20px 0;
  }
  .input-box .captcha .input-captcha::placeholder {
    color: #bfbfc5;
  }
  .input-box .captcha .sent {
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 14px;
    cursor: pointer;
    width: 130px;
    color: #fe6700;
  }
  .input-box .captchaFocus {
    border: 2px solid #c9e1f7;
  }
  #message-boxs {
    overflow: hidden;
    height: 52px;
    margin-top: 30px;
    position: relative;
  }
  #message-boxs .message-boxs {
    position: absolute;
    top: 0;
    width: 100%;
  }
  #message-boxs .message-boxs .message-box {
    display: flex;
    padding-bottom: 20px;
  }
  #message-boxs .message-boxs .message-box .message {
    width: 100%;
    background-color: #f6eee9;
    border-radius: 10px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 50px;
  }
  #message-boxs .message-boxs .message-box .message .img-message {
    width: 18px;
    height: 16px;
  }
  #message-boxs .message-boxs .message-box .message span {
    margin-left: 0;
    font-size: 3vw;
  }
  #message-boxs .message-boxs .message-box .message .address {
    margin-left: 0;
  }
  #message-boxs .message-boxs .message-box .message .application {
    color: #fe6700;
  }
  .agreement {
    display: flex;
    align-items: center;
    font-size: 3vw;
    margin-top: 40px;
  }
  .btn-application-box {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .btn-application-box .btn-application {
    width: 100%;
    line-height: 55px;
    margin: 40px 0 0;
    font-size: 4vw;
    font-weight: bold;
    background-color: #fe6700;
    border: none;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
  }
}
