.fix-reservePop {
  position: fixed;
  right: 0;
  height: 100vh;
  width: 100vw;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  top: 0px;
  display: none;
}

.reservePop {
  width: 360px;
  min-height: 283px;
  margin: 0 auto;
  /* margin-top:60%; */
}

.popwindow1 {
  position: relative;
  background: #fff;
  z-index: 99;
  padding: 20px 20px 30px 20px;
  box-sizing: border-box;
}

.popwindow1 h1 {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 15px;
}

.popwindow1 h1 img {
  width: 15px;
  height: 15px;
}

.popwindow1 input[type='text'] {
  height: 40px;
  background-color: #f5f5f5;
  border: none;
  padding-left: 20px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.popwindow1 input[name=name] {
  width: 35%;
  margin-right: 3%;
}

.popwindow1 input[name=phone] {
  width: 62%;
}

.popwindow1 .other1 {
  margin-top: 20px;
}

.popwindow1 input[name=city] {
  width: 100%;
}

.popwindow1 .close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 11;
  width: 16px;
  height: 16px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  background: no-repeat center url('https://hsimage.fotile.com/202310031747395209086.png');
  background-size: auto 16px;
}

.popwindow1 input[type='checkbox'] {
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 5px;
  border: none;
}

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

.form-info-two {
  width: 321px;
  /* width: 320px; */
  width: 100%;
  height: 40px;
  background: #F5F5F5;
  /* border: 1px solid #F5F5F5; */
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #A1A2A9;
  line-height: 40px;
  position: relative;
}

.form-info-two .form-info-two-img {
  position: absolute;
  right: 21px;
  top: 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
}

.form-info-two .form-info-two-img img {
  width: 10px;
  height: 7px;
}

.form-info-two .form-info-two-rotate {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: transform 0.5s;
}
.form-info-two .activeAddress{
  color: #000;
}
.form-info-two .form-info-two-sheng {
  width: 100%;
  height: 196px;
  background: #F5F5F5;
  position: absolute;
  border-top: 1px solid #E8E8E8;
  display: flex;
  justify-content: space-around;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #A1A2A9;
  box-sizing: border-box;
  border-bottom: 3px;
  z-index: 3;
}

.form-info-two .form-info-two-sheng .sheng {
  width: 70px;
  height: 170px;
  overflow: hidden;
}

.form-info-two .form-info-two-sheng .sheng .sheng_name {
  text-align: center;
  border-bottom: 1px solid #A9A9A9;
  margin-bottom: 10px;
}

.form-info-two .form-info-two-sheng .sheng .sheng_box {
  width: 70px;
  height: 23px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #A1A2A9;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.form-info-two .form-info-two-sheng .shi {
  width: 70px;
  height: 170px;
  overflow: hidden;
}

.form-info-two .form-info-two-sheng .shi .shi_name {
  text-align: center;
  border-bottom: 1px solid #A9A9A9;
  margin-bottom: 10px;
}

.form-info-two .form-info-two-sheng .shi .shi_box {
  width: 70px;
  height: 23px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #A1A2A9;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.form-info-two .form-info-two-sheng .qu {
  width: 70px;
  height: 170px;
  overflow: hidden;
}

.form-info-two .form-info-two-sheng .qu .qu_name {
  text-align: center;
  border-bottom: 1px solid #A9A9A9;
  margin-bottom: 10px;
}

.form-info-two .form-info-two-sheng .qu .qu_box {
  width: 70px;
  height: 23px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #A1A2A9;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.btnRed {
  padding: 13px 20px;
  color: #fff;
  background-color: #9C1D22;
  border: 1px solid #9C1D22;
  text-align: center;
  cursor: pointer;
  margin-left: 1px;
  margin-top: 10px;
}
.disableBtn{
  background-color: #A9A9A9;
  padding: 13px 20px;
  color: #fff;
  border: 1px solid  #A9A9A9;;
  text-align: center;
  cursor: pointer;
  margin-left: 1px;
  margin-top: 10px;
}


.agreement-box {
  font-size: 12px;
}

a {
  text-decoration: none;
  color: #555;
  cursor: pointer;
}

.select {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #1A1A1A !important;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #A1A2A9;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #A1A2A9;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #A1A2A9;
}

input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #A1A2A9;
}
.shengShiQuScroll{
  overflow: scroll;
  height: 75%;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.shengShiQuScroll::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}



/* css 复选框 */
input[type=checkbox] {
  cursor: pointer;
  position: relative;
}

input[type=checkbox]::after {
  position: absolute;
  top: 0;
  background-color: #fff;
  color: #fff;
  width: 16px;
  height: 16px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  /* border-radius: 5px; */
  box-sizing: border-box;
  border: 1px solid #ddd;
}

input[type=checkbox]:checked::after {
  content: "";
  background-color: rgba(156, 29, 34, 0.85);
  border-color: rgba(156, 29, 34, 0.85);
  background-color: rgba(156, 29, 34, 0.85);
}

input[type=checkbox]:checked::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 5px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}