.dinner-logo {
  height: 40px;
}
.ls-logo2{
  height: 42px;
}

.social-icon {
  height: 36px;
}

.topInfo {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

.topInfo .h1 {
  font-size: 48px;
  margin-bottom: 5rem;
}

.topInfo .d1 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 3rem;
  font-weight: 400;
}
.midInfo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20%;
  max-width: 400px;
  width: 100%;
}

.text-left-center {
  text-align: left;
}

.text-center-left {
  text-align: center;
}

.qH {
  cursor: pointer;
  font-size: 24px;
}

.qA {
  display: none;
  font-size: 20px;
  font-weight: 400;
  margin: 30px 0;
}

.venue1,
.venue2 {
  position: relative;
  width: 300px;
}

.venue1 {
  top: 80px;
  margin-right: 30px;
}

.meet-h {
  font-size: 32px;
  line-height: 60px;
}

.meet-d {
  font-size: 20px;
}

.bannerBox {
  margin-top: -75px;
}

.book-btn {
  padding: 1rem 3rem;
  font-size: 1.5rem;
  line-height: 1.5;
  /* color: #fff; */
  font-weight: 600;
  border-radius: 10px;
}

.hw-img {
  height: 80px;
}

.foot-link {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.topRightBtn {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 600;
}
.matchmakerOH {
  /* max-width: 150px; */
  width: 100%;
  /* height: 150px; */
  border-radius: 50%;
  overflow: hidden;
  padding-top: 100%;
  background-image: none;
  background-color: #efefef;
    background-size: 95%;
    background-position: center 3px;
  background-repeat: no-repeat;
}

.signup-h {
  font-size: 30px;
}

.signup-form {
  background: #f9f9f1;
  border-radius: 10px;
  padding: 30px;
  max-width: 400px;
}

.signup-form input,
.signup-form button,
.signup-form .input-group-text,
.signup-form select {
  height: 45px;
  border-radius: 10px;
}

.signup-form-row {
  margin-bottom: 20px
}

.signup-form-row.last {
  margin-bottom: 36px;
}

.icode {
  background: #ffffff !important;
  border-right: none;
  padding-right: 0;
}

.icode img {
  height: 20px;
  margin-right: 4px;
}

.icodeList {
  position: absolute;
  top: 48px;
  width: 100%;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  background: #fff;
  padding: 15px;
}

.icodeList .countty-list li:nth-child(3) {
  border-bottom: 1px solid #ccc;
}

.signup-d {
  font-size: 18px;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .dinnerDiv {
    padding-left: 20px;
    padding-right: 20px;
  }

  .book-btn {
    padding: .75rem 1.5rem;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .bannerBox {
    margin-top: -68px;
  }

  .meet-h {
    font-size: 25px;
    line-height: 40px;
  }

  .meet-d {
    font-size: 16px;
  }

  .qH {
    font-size: 20px;
  }

  .qA {
    font-size: 18px;
    margin: 20px 0;
  }

  .dinner-logo {
    height: 20px;
  }
.ls-logo2{height: 30px;}
  .social-icon {
    height: 28px;
  }

  .venue1,
  .venue2 {
    max-width: 160px;
    width: 45%;
  }

  .venue1 {
    /* top: 80px; */
    margin-right: 15px;
  }

  .topInfo {
    bottom: 13%;
  }

  .topInfo .h1 {
    font-size: 29px;
    margin-bottom: 2rem;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    line-height: 42px;
  }
  .topInfo .h1.ld{
    max-width: 284px;
  }
  .topInfo .d1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 1.5rem;
  }

  .topInfo.v2 {
    bottom: 20%;
    width: 100%;
    max-width: 100%;
  }
  .topInfo.v3 {
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
  .topInfo.v2 .h1,.topInfo.v3 .h1 {
    line-height: 40px;
    font-size: 26px;
  }
  .topInfo .d1 {
    font-size: 16px;
  }

  .text-left-center {
    text-align: center;
  }

  .text-center-left {
    text-align: left;
  }

  .midInfo {
    top: 30px;
    transform: translateX(-50%);
    left: 50%;
  }

  .hw-img {
    height: 60px;
  }

  .foot-link {
    font-size: 16px;
  }

  .topRightBtn {
    padding: 4px 6px;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .signup-h {
    font-size: 25px;
  }

  .signup-form-row {
    margin-bottom: 14px
  }

  .signup-form-row.last {
    margin-bottom: 28px;
  }

  /* .icodeList{
    position: fixed;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    padding: 20dvh 20px 20px 20px;
    border-radius: none;
    background: rgba(0, 0, 0, .8);
  } */

  .dinner-logo {
    height: 22px;
  }
  .ls-logo2{
    height: 28px;
  }

  .text-center-left {
    text-align: left;
  }
}

@media (max-width: 400px) {
  .signup-h {
    font-size: 21px;
    line-height: 25px;
  }

  .signup-d {
    font-size: 16px;
    margin-bottom: 1.3rem;
  }

  .signup-form {
    padding: 20px;
  }
}

/* 提示框基础样式 */
.toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 24px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  border-radius: 8px;
  font-size: 14px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.toast.show {
  opacity: 1;
}

.sex{
  display: flex;
  text-align: justify;
  height: 46px;
  border: 1px solid #fff;
  line-height: 46px;
  border-radius: 10px;
  width: 320px;
  padding-left: 10px;
  color: #000;
  background: #FFF;

}
.sex-item{
  width: 30%;
}