.fix-reservePop {
  position: fixed;
  right: 0;
  height: 100vh;
  width: 100vw;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1003;
  top: 0px;
  display: none;
}
.fix-reservePop-pic{
  position: fixed;
  right: 0;
  height: 100vh;
  width: 100vw;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1003;
  top: 0px;
  display: none;
}
.reservePop_box{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reservePop {
  width:701px;
  min-height: 283px;
  margin: 0 auto;
   /* transition: all 0.5s; */
  transition: opacity 0.5s ease, transform 0.5s ease; /* 过渡效果 */
  transform: translate3d(50vw,48vh,0) scale(0.3); /* 稍微向上移动一点，使动画更平滑 */
  position: fixed;
  bottom: 50%;
  margin-bottom: -200px;
  right: 50%;
  margin-right: -360px;
  z-index: 1;
  opacity: 0;
  /* margin-top:10%; */
}
.fix-reservePop .showAni {
  opacity: 1; /* 完全不透明 */
  transform: translate3d(0,0,0) scale(1)
}
.popmaskAni{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  position: absolute;
  transition: all 0.5s;
}
.popwindow1 .rightBox{
  width: 236px;
  height: 300px;
  border-radius: 4px 4px 4px 4px;
  margin-top: 20px;
  padding: 30px 15px 10px 20px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* box-shadow: inset 15px 0 18px 0 rgba(0, 0, 0, 0.2); */
  background: linear-gradient(to right,#ccc 1%,white 30%);
}
.rightBox span{
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #2F2F2F;
  line-height: 19px;
}
.rightBox .textBox{
  display: flex;
  justify-content:space-between;
  border-top: 1px solid #E4E4E4;
  cursor: pointer;
  height: 68px;
  padding-top: 10px;
  transition: all 0.3s;
}
.rightBox .textBox h6{
  font-weight: 400;
  font-size: 12px;
  color: #2F2F2F;
  line-height: 14px;
  text-align: left;
  margin-bottom: 5px;
}
.rightBox .arrow-R{
  width: 16px!important;
  height: 16px!important;
  vertical-align: middle;
  display: inline;
}
.rightBox .textBox img{width: 58px;height: 58px;}
.redColor{color: #91191E!important}
.rightBox .qrcode{
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
}
.popwindow1 {
  position: relative;
  /* background: #fff; */
  z-index: 99;
  /* padding: 20px; */
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.popwindow1 h1 {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  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: 110px;
  margin-right: 5px;
}

.popwindow1 input[name=phone] {
  width: 200px;
}

.popwindow1 .other {
  margin-top: 20px;
  margin-bottom: 13px;
}

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

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

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

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

.form-info-two {
  width: 321px;
  width: 320px;
  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: 321px;
  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: 2;
}

.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;
}
.btnRed:hover{
  background: #C3242A;
}
.disableBtn{
  background-color: #A9A9A9;
  padding: 13px 20px;
  color: #fff;
  border: 1px solid  #A9A9A9;;
  text-align: center;
  cursor: pointer;
  margin-left: 1px;
  margin-top: 10px;
}

.other {
  margin-top: 20px;
}

.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: 14px;
  height: 14px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 2px;
  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;
}
.ani1{
  animation: slide-in 0.3s ease-in-out forwards;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translate(-35px, 0);
  }

  100%  {
    opacity: 1;
    transform: translate(-0, 0);
  }
}
.leftWrapper{
  width: 450px;
  height: 338px;
  background: url('https://hsimage.fotile.com/202502130943522786406.png') #000;
  background-size: 100% auto;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.leftWrapper .Title{
  font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 30px;
    left: 55px;
    z-index: 999
}
.leftWrapper .Title::after{
  content: '';
  width: 107px;
  height: 3px;
  position: absolute;
  bottom: 28px;
  left: 0;
  z-index: 1;
  background: linear-gradient( 270deg, rgba(145,25,30,0) 0%, #91191E 50%, rgba(145,25,30,0) 100%);
}
