label {
  border: 1px #d1d1d1 solid;
  cursor: pointer;
  border-radius: 6px;
  padding: 13px 15px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.tailorTop {
  border-radius: 6px;
  /*background: #F2EEE8;*/
  margin-top: 0px;
  padding: 10px 0 10px 0;
  font-family: Calibri;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000;
  background-color: #fff;
  word-spacing: 0.07rem;
  letter-spacing: 0.01rem;
}
.tailorTop p {
  line-height: 23px;
  margin: 10px 0 30px;
  font-size: 19px;
  padding: 0 30px;
}
.tailorTop input {
  line-height: normal;
  vertical-align: middle;
  display: none;
}
.tailorTop input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.tailorTop h2 {
  font-size: 25px;
  font-family: Calibri;
}

.tailorTop h2.withText strong {
  font-size: 28px;
  font-style: italic;
  text-shadow: 1px 1px 1px #999;
  font-family: "Goudy Old Style";
  margin: 0 3px;
}
.tailorTop h3 {
  font-size: 16px;
  padding: 0 30px;
  margin-bottom: 0;
  margin-top: 10px;
  color: #202020;
}

.tailorTop input {
  vertical-align: middle;
  display: none;
}


.tailorTop .citySelect,
.tailorTop .travel_date {
  padding: 0 30px;
}

.tailorTop .citySelect input,
.tailorTop .travel_date input {
  margin-right: 10px;
}


.tailorTop .citySelect em,
.tailorTop .travel_date em {
  font-size: 17px;
  display: block;
  margin-top: 2px;
}


/* 子元素 label 同时生效 */
.tailorTop .citySelect label,
.tailorTop .travel_date label {
  font-size: 17px;
  width: 31.5%;
  text-align: center;
  height: 65px;
  padding: 10px 0;
  line-height: 22px;
  margin: 0 3px 10px 3px;
}

/* label 内的 strong 同时生效 */
.tailorTop .citySelect label strong,
.tailorTop .travel_date label strong {
  font-size: 17px;
}

/* label 的伪元素、hover 状态同时生效 */
.tailorTop .citySelect label::before,
.tailorTop .travel_date label::before, /* 添加 travel_date 的伪元素 */
.tailorTop .citySelect label:hover,
.tailorTop .travel_date label:hover, /* 添加 travel_date 的 hover */
.hotelBlock label:hover {
  cursor: pointer;
  color: var(--theme-2);
  border: 1px solid var(--theme-2);
}
  .tailorTop .travel_date label {
      height: 50px;
      line-height: 25px;
  }
/* label 的 checked 状态同时生效 */
.tailorTop .citySelect label:checked,
.tailorTop .travel_date label:checked, /* 添加 travel_date 的 checked */
.hotelBlock label:checked {
  color: #fff;
  background: var(--theme-2);
}

/* 子元素 tmpick 的 checked 状态 + label 的 after 伪元素同时生效 */
.tailorTop .citySelect .tmpick:checked + label:after,
.tailorTop .travel_date .tmpick:checked + label:after { /* 添加 travel_date 的对应规则 */
  content: "✓";
  float: right;
  margin-top: -57px !important;
  font-size: 14px;
  background: var(--theme-2);
  color: #fff;
  padding: 0 1px 0 4px;
  border-radius: 0 6px;
}

.tailorTop .arrivalDate .tmpick:checked + label:after {
  content: "✓";
  float: right;
  margin-top: -11px !important;
  font-size: 14px;
}

.hotelBlock {
  display: flex;
  margin: 0 0 0 30px;
  overflow: hidden;
}

.hotelBlock label {
  font-size: 19px;
  width: 22.6%;
  text-align: center;
  height: 90px;
  padding: 37px 0 0 0;
  line-height: 21px;
  margin: 0 5px 10px 5px;
}

.hotelBlock label em {
  display: block;
  font-size: 16px;
}

.hotelBlock label::before {
  content: "";
  background-color: #fff;
}

.hotelBlock label.fivestar {
  background: url(/static/image/cut_100x18_241.png) no-repeat center 15px;
}

.hotelBlock label.fourstar {
  background: url(/static/image/cut_100x19_241.png) no-repeat center 15px;
}

.hotelBlock label.threestar {
  background: url(/static/image/dcut_100x19_241.png) no-repeat center 15px;
}

.hotelBlock label.fivestar:hover,
input[type="radio"]:checked + label.fivestar {
  background: url(/static/image/cut_100x18_241.png) no-repeat center 15px;
  width: 22.3% !important;
}

label.fourstar:hover,
input[type="radio"]:checked + label.fourstar {
  background: url(/static/image/cut_100x19_241.png) no-repeat center 15px;
  width: 22.3% !important;
}

label.threestar:hover,
input[type="radio"]:checked + label.threestar {
  background: url(/static/image/dcut_100x19_241.png) no-repeat center 15px;
  width: 22.3% !important;
}

.hotelBlock .tmpick:checked + label:after {
  content: "✓";
  float: right;
  margin-top: -81px;
  font-size: 14px;
  background: var(--theme-2);
  color: #fff;
  border-radius: 0 6px;
  padding: 1px 1px 0 4px;
}

.hotelBlock .self:checked + label:after {
  content: "✓";
  float: right;
  margin-top: -16px;
  font-size: 14px;
  background: var(--theme-2);
  color: #fff;
  border-radius: 0 6px;
  padding: 1px 1px 0 4px;
}

label.solo {
  background: url(/static/image/solo-normal.png) no-repeat -5px 8px;
  background-size: 50px !important;
  padding: 15px 0 20px 20px;
}

label.solo:hover,
input[type="radio"]:checked + label.solo {
  background: url(/static/image/solo_100x100_241.png) no-repeat -5px 8px #fff !important;
  background-size: 50px !important;
  color: var(--theme-2) !important;
  border: 1px solid var(--theme-2) !important;
  padding: 15px 0 20px 20px;
}

label.couple {
  background: url(/static/image/couple-normal.png) no-repeat 0 8px;
  background-size: 50px !important;
  padding: 15px 0 20px 40px;
}

label.couple:hover,
input[type="radio"]:checked + label.couple {
  background: url(/static/image/couple_100x100_241.png) no-repeat 0 8px #fff !important;
  background-size: 50px !important;
  color: var(--theme-2) !important;
  border: 1px solid var(--theme-2) !important;
  padding: 15px 0 20px 40px;
}

label.family {
  background: url(/static/image/family-normal.png) no-repeat 5px 8px;
  background-size: 50px !important;
  padding: 15px 0 20px 50px;
}

label.family:hover,
input[type="radio"]:checked + label.family {
  background: url(/static/image/family_100x100_241.png) no-repeat 5px 8px #fff !important;
  background-size: 50px !important;
  color: var(--theme-2) !important;
  border: 1px solid var(--theme-2) !important;
  padding: 15px 0 20px 50px;
}

label.group {
  background: url(/static/image/group-normal.png) no-repeat 5px 8px;
  background-size: 50px !important;
  padding: 15px 0 20px 50px;
}

label.group:hover,
input[type="radio"]:checked + label.group {
  background: url(/static/image/group_100x100_241.png) no-repeat 5px 8px #fff !important;
  background-size: 50px !important;
  color: var(--theme-2) !important;
  border: 1px solid var(--theme-2) !important;
  padding: 15px 0 20px 50px;
}

.genderSelection {
  padding: 0 30px;
}
.checkboxGender input[type="radio"] + label {
  font-size: 20px;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  display: block;
  text-align: center;
}

.checkboxGender {
  width: 23.8%;
  display: inline-block;
  margin-right: 5px;
}

.checkboxGender input {
  display: none;
}

.checkboxGender input[type="radio"]:checked + label {
  background-color: #fff;
  color: var(--theme-2);
  border: 2px solid var(--theme-2);
  box-shadow: 1px 1px 3px 1px #d1d1d1;
  text-shadow: none;
}

.checkboxGender input[type="radio"]:checked + label:after {
  content: "✓";
  float: right;
  margin-top: -16px;
  font-size: 14px;
  background: var(--theme-2);
  color: #fff;
  border-radius: 0 6px;
  padding: 0 1px 0 4px;
}

.formMemo {
  font-size: 20px;
  display: block;
}

.peopleSelect {
  width: 262px;
  float: left;
}

#adultBlock,
#childrenBlock {
  padding: 0 30px;
  display: inline-block;
  width: calc(100% - 60px);
}

.kids_age {
  width: 25%;
  display: inline-block;
  float: left;
}

.kids_age p,
#adultBlock h3,
#childrenBlock h3 {
  padding: 0;
}
select.kids_number {
  font-size: 18px;
  height: 40px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  width: 35%;
  float: left;
  display: inline-block;
  margin-right: 10px;
}

.simpleinfoBox {
  width: 90%;
  font-size: 19px;
  border: 1px solid #d1d1d1;
  box-shadow: none;
  line-height: 20px;
  color: #000;
  padding: 10px;
  border-radius: 4px;
  height: 80px;
  font-family: Calibri;
  margin: 0 30px 10px 30px;
}
.customerInfo {
 padding: 0 30px;
 display: inline-block;
 width: 93%;
}
.personalInfo .tmpick:checked + label,
.arrivalDate .tmpick:checked + label,
.personalInfo .tmpick:checked + label:hover,
.hotelBlock .self:checked + label {
  color: var(--theme-2);
  box-shadow: 1px 1px 3px 1px #d1d1d1;
  border: 1px solid var(--theme-2);
}

.trip_length {
  display: flow-root;
  padding: 0 30px;
  margin-top: 15px;
}
input.calendarIcon {
  background: url(/static/image/tour-calendar.png) 15px 10px no-repeat #fff;
  padding: 0 45px;
  border-radius: 4px;
  margin: 0;
  color: #000;
  border: 1px solid #d1d1d1;
  font-size: 17px;
  height: 43px;
  float: left;
  margin-right: 15px;
  width: 250px;
}

input.calendarIcon:focus {
  border-color: #999;
}

select.country_code {
  margin-right: 10px;
  font-size: 17px;
  height: 40px;
  padding-left: 10px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  float: left;
  width: auto;
}
p.formNote {
  color: #777;
  font-size: 18px;
  margin-bottom: 15px;
  font-style: italic;
  line-height: 21px;
}
.form-control {
  display: block;
  width: 87%;
  height: 45px;
  padding: 0;
  font-size: 17px;
  color: #000;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}

input.fullname {
  display: block;
  width: 49%;
  background: url(/static/image/input-name.png) no-repeat 10px #fff;
  background-size: 16px 16px;
  padding-left: 45px;
  float: left;
  margin-right: 10px;
}

input.email {
  display: block;
  margin-top: 15px;
  width: 49%;
  margin-bottom: 10px;
  background: url(/static/image/input-email.png) no-repeat 10px #fff;
  background-size: 16px 16px;
  padding-left: 45px;
}

input.telephone {
  height: 45px;
  width: 100%;
  display: block;
  margin-top: 10px;
  padding-left: 385px;
  position: relative;
}

.iti__globe {
  background: url(/static/image/gh-bottom-form-phone-bg.png) no-repeat 10px;
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 40px;
}

.iti {
  width: 100%;
  display: block; /* 改为块级布局，与其他输入框的父容器行为一致 */
}


.iti input.iti__tel-input[type="tel"] {
  height: 45px; /* 与“姓名”“邮箱”输入框高度统一 */
  border: 1px solid #ced4da; /* 统一边框样式 */
  border-radius: .25rem; /* 统一圆角（若其他input有圆角） */
}

.checkYes {
  float: left;
  margin-right: 45px;
}

.checkYes label {
  border: none;
  font-size: 19px;
  padding: 0;
  font-weight: 400;
  color: #000;
  display: inline-flex; /* 行内弹性布局，确保文字与复选框对齐 */
  align-items: center; /* 垂直居中内部元素 */
}


.checkYes input {
  margin-right: 10px;
  float: left;
  width: 18px !important;
  height: 18px !important;
  cursor: pointer;
}
.checkBorder {
  position: relative;
  width: 16px;
  height: 16px;
  background-clip: border-box;
  appearance: none;
  vertical-align: text-bottom;
  border-radius: 2px;
  transition: background-color 0.25s;
  background-color: #fff;
  border: 1px solid #999;
  margin-right: 10px;
}

.checkBorder:checked {
  background: #fff;
  border: 1px solid var(--theme-2);
}

.checkBorder:checked:after {
  content: "";
  display: block;
  height: 5px;
  width: 10px;
  border: 2px solid var(--theme-2);
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  position: absolute;
  top: 3px;
  left: 2px;
}

.requirements {
  display: block;
  clear: both;
}

.requirements p {
  margin-bottom: 10px;
  font-size: 19px;
}

.interest_tag label {
  padding: 5px 13px;
  margin-right: 9px;
  margin-bottom: 10px;
  font-size: 18px;
}

.interest_tag .interest:checked + label {
  background: var(--theme-2);
  border: 2px solid var(--theme-2);
  color: #fff;
  box-shadow: 1px 1px 3px 1px #d1d1d1;
  text-shadow: 1px 1px 1px #000;
}

.interest_tag label:hover,
.interest_tag input[type="checkbox"]:checked + label {
  cursor: pointer;
  color: var(--theme-2);
  border: 1px solid var(--theme-2);
  background: #fff;
  text-shadow: none;
}

.interest_tag input {
  display: none;
}

.interest_tag {
  padding: 0 30px;
  margin-bottom: 30px;
}
.genderSelection {
  padding: 0 30px;
}
.sendInquiry {
  display: block;
  margin: 0 auto;
  width: 40%;
  background: var(--theme-2);
  color: #fff;
  font-size: 20px;
  border: none;
  border-radius: 25px;
  padding: 8px 0;
  cursor: pointer;
  font-family: "Goudy Old Style";
  font-weight: 600;
}

.sendInquiry:hover {
  box-shadow: 1px 1px 5px 2px #d1d1d1;
  transition: 0.5s;
}

.emailist {
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    background-color: #fff;
    color: #666;
    font-size: 14px;
    list-style-type: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-left: 350px;
}

.emailist li {
    padding: 2px 11px;
    cursor: pointer;
    font-size: 18px;
    text-shadow: none;
    color: #000;
}

.emailist .on,
.emailist li:hover {
    background-color: #eee;
}

.requiredArea {
    color: #FB5B32;
    font-size: 20px;
    font-style: italic;
    border-bottom: 2px dashed #FB5B32;
    font-weight: 600;
    margin: 0 20px 20px 20px;
}
