.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: calc(100vw - 40px);
  min-height: 283px;
  margin: 0 auto;
  transition: opacity 0.5s ease, transform 0.5s ease; /* 过渡效果 */
  transform: translate3d(45vw,38vh,0) scale(0.3); /* 稍微向上移动一点，使动画更平滑 */
  position: fixed;
  bottom: 50%;
  margin-bottom: -180px;
  z-index: 1;
  opacity: 0;
  /* margin-top:60%; */
}
.mobAdsPop .showAni {
  opacity: 1; /* 完全不透明 */
  transform: translate3d(0,0,0) scale(1)
}
.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 .close {
  position: absolute;
  top: 430px!important;
  right: 50%;
  margin-right: -17px;
  z-index: 11;
  width: 35px;
  height: 35px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  background: no-repeat center url('https://hsimage.fotile.com/202502111129279917960.png');
  background-size: auto 35px;
}
.popwindow1Animate{
  background: transparent;
}
.popwindow1Animate video{
  border-radius: 4px;
}
.bottomText{
  width: 100%;
  height: 70px;
  background: #fff;
  border-radius: 4px;
}
.ani1 {
  animation: slide-in 0.3s ease-in-out forwards;
  transition: all 0.3s;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translate(30px, 0);
  }

  100%  {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.textBox{
  padding: 0 20px;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
}
.textBox span{
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #2F2F2F;
  line-height: 19px;
}
.textBox{
  display: flex;
  justify-content:space-between;
}
.textBox h5{
  font-weight: 400;
  font-size: 13px;
  color: #2F2F2F;
  line-height: 15px;
  margin-bottom: 5px;
}
.textBox h6{
  font-weight: 400;
  font-size: 12px;
  color: #2F2F2F;
  line-height: 14px;
  text-align: left;
  color: #91191E;
}
.textBox .arrow-r{
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.textBox .productImg{width:110px;margin-top: -40px; transition: all ease-in-out;}
.textBox .img3{width:50px;height: 100px;margin-top: -30px;}
.textBox .rights{
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  height: 70px;
  line-height: 70px;
}
.textBox .rights img{
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
}
.redColor{color: #91191E!important}
.qrcode{
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.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;
}
.popwindow1Animate .Title{
  font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 999
}
.popwindow1Animate .Title::after{
  content: '';
  width: 107px;
  height: 3px;
  position: absolute;
  top:18px;
  left: 0;
  z-index: 1;
  background: linear-gradient( 270deg, rgba(145,25,30,0) 0%, #91191E 50%, rgba(145,25,30,0) 100%);
}