.grayBg {
  background-color: rgba(244, 244, 244, 0.8);
}
.none {
  display: none !important;
}
.block {
  display: block;
}
.visitPageTop {
  background: url("/static/img/bookingTopbg.jpg") no-repeat center;
  background-size: cover;
}
.visitPageCon {
  position: relative;
  padding: 198px 0 97px 0;
}
.dogPic {
  position: absolute;
  top: 117px;
  right: 211px;
  width: 187px;
  height: 168px;
  background: url('/static/img/booking-dog.png') no-repeat;
  background-size: cover;
}
.payDesc{
  width: inherit;
  margin-top: 20px;
  margin-left: 160px;font-size: 16px;
  line-height: 20px;
}
.flower {
  position: absolute;
  top: 205px;
  right: 135px;
  width: 60px;
  height: 72px;
  background: url('/static/img/booking-flower.png') no-repeat;
  background-size: cover;
}
.visitCon {
  position: relative;
}
.flex{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-ss{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start
}
.fw600{
  font-family: noto600;
  font-weight: 600;
}
.itmeBox {
  position: relative;
  margin-bottom: 80px;
}
.errorDateTxt{
  display: none;
  position: absolute;
  bottom: -25px;
  left: 280px;
  font-size: 16px;
  line-height: 20px;
  color: rgba(231, 21, 21, 1);
}
.mb50{
  margin-bottom: 50px;
}
.firstUseMoney{
  font-family: 'noto600';
font-size: 30px;
line-height: 100%;
margin-bottom: 20px;
}
.firstUseDesc{
font-size: 20px;
line-height: 120%;
}
.firstUseDesc span{
  color: rgba(231, 21, 21, 1);
}
.mr20{
  margin-right: 20px;
}
.boxLabel {
  width: 226px;
  text-align: left;
  font-size: 20px;
  color: #000;
  line-height: 120%;
}
.boxCon {
  margin-left: 28px;
}
.red {
  color: #DC5F62;
}
.date-input{
  width: 804px;
  height: 80px;
  border-radius: 50px;
  border: 1px #301a13 solid;
  font-size: 30px;
  color: #301a13;
  padding: 0 30px;
}
.timeQuanantun {
  gap: 68px;
}
.timeQuanantun li {
  width: 370px;
  height: 65px;
  line-height: 65px;
  border-radius: 50px;
  padding: 0 30px;
  font-size: 20px;
  font-family: noto600;
  font-weight: 600;
  color: #fff;
  background: url("../img/icon-down.png") no-repeat right 30px  center #BBB9B8;
  background-size: 20px 20px;
  cursor: pointer
}
.timeQuanantun li span {
  margin-left: 35px;
}
.timeQuanantun li:hover{
  background: url("../img/icon-down.png") no-repeat right 30px  center #DC5F62;
  background-size: 20px 20px;
}
.timeQuanantun li.active{
  background: url("../img/icon-down.png") no-repeat right 30px  center #DC5F62 !important;
  background-size: 20px 20px !important;
}
.timeQuanantun li.disabledLi {
  color: #fff;
  background: url("../img/icon-down.png") no-repeat right 30px  center #BBB9B8 !important;
  background-size: 20px 20px !important;
  cursor: not-allowed !important;
}
.duration {
  gap: 34px;
}
.duration li {
  width: 175px;
  height: 65px;
  line-height: 65px;
  border-radius: 50px;
  background: #BBB9B8;
  text-align: center;
  font-size: 20px;
  font-family: noto600;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.group {
  gap: 80px;
}
.group li {
  min-width: 133px;
  width: 25%;
  font-family: noto600;
  font-weight: 600;
  font-size: 30px;
  color: #301a13;
  text-align: center;
}
.group li strong{
  display: block;
  margin-bottom: 10px;
}
.number{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  height: 35px;
}
.number em {
  display: block;
  width: 35px;
  height: 35px;
  font-style: normal;
  color: #fff;
  background: #BBB9B8;
  border-radius: 50%;
  cursor: pointer;
}
.number em.minus{
  line-height: 27px;
}
.number span {
  display: block;
  font-size: 25px;
  color: #000;
  line-height: 35px;
}
.active,.duration li:hover,.number em:hover {
  background: #DC5F62 !important;
}
.packagePeople li{
  position: relative;
  width: 821px;
  margin-bottom: 50px;
}
.packagePeople li:last-child{
  margin-bottom: 0;
}
.packagePeople li .packInfo {
  width: 821px;
  border: 1px #000 solid;
  border-radius: 50px;
  padding: 30px 40px;
}
.packagePeople li .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  font-size: 30px;
}
.packagePeople li .tit strong{
  display: inline-block;
  max-width: 520px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.packagePeople li .pic {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  margin-top: 40px;
  width: 100%;
  height: auto;
  min-height: 210px;
}
.packagePeople li .pic span {
  display: block;
  width: 220px;
}
.packagePeople li .pic span img {
  width: 220px;
  height: 151px;
  border-radius: 40px;
}
.packagePeople li .pic span p {
  margin-top: 10px;
  text-align: center;
}
.packagePeople li .emphasis {
  font-size: 16px;
  color: #E71515;
  margin-top: 19px;
}
.packagePeople li .info {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}
.packagePeople .packInfoNum {
  position: absolute;
  right: -173px;
  top: 50%;
  transform: translateY(-50%);
  width: 133px;
  text-align: center;
  font-size: 30px;
}
.packageDog {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 821px;
  gap: 20px;
}
.packageDog li {
  width: 400px;
  margin-bottom: 20px;
}
.packageDog li .packInfo {
  position: relative;
  padding: 25px 30px;
  border: 1px #000 solid;
  border-radius: 50px;
}
.packageDog li .tit {
  font-size: 22px;
  line-height: 25px;
  max-width: 338px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.tabCon{
  flex: 1;
}
.packageDog li .pic {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 22px;
}
.packageDog li .pic img {
  width: 194px;
  height: 153px;
  border-radius: 30px;
  margin-right: 30px;
}
.packageDog li .pic .info {
  font-size: 16px;
  font-family: noto600;
  font-weight: 600;
  color: #000;
  line-height: 114%;
}
.packageDog li .pic .info span {
  display: inline-block;
  color: #E71515;
  margin-bottom: 10px;
}
.packageDog li .pic .info div {
  height: 125px;
  width: 100%;
  overflow: auto;
  margin-bottom: 5px;
}
.packageDog li .pic .info em{
  font-size: 14px;
  font-style: normal;
  white-space: nowrap;
}
.packageDog .packInfoNum{
  width: 134px;
  height: 35px;
  text-align: center;
  margin: 20px auto 0 auto;
  font-size: 30px;
}
.packageDog .selectBox {
  position: relative;
  width: 330px;
  height: 47px;
  margin: 20px auto 0 auto;
}
.packageDog .selectDown {
  position: absolute;
  z-index: 1;
  width: 330px;
  padding: 0 20px;
  border: 1px #000 solid;
  border-radius: 20px;
  background-color: #EAE8E7;
}
.packageDog .selectDown .tit{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  font-size: 16px;
} 
.packageDog .selectDown .tit img.iconArrow{
  width: 20px;
  height: 12px;
}
.packageDog .selectDown .selectCon {
  display: none;
  padding: 20px 0;
}
.packageDog .selectDown .selectCon dd {
  display: flex;
  justify-content:space-between;
  align-items: center;
  margin: 0 0 10px 0;
  padding: 0;
  height: 35px;
}
.packageDog .selectDown .selectCon dd:last-child {
  margin: 0;
}
.packageDog .selectDown .selectCon dd p {
  font-size: 20px;
  color: #000;
  margin: 0;
}
.packageDog .selectDown .selectCon dd p span {
  color: #DC5F62;
}
.packageDog .selectDown .selectCon .packInfoNum {
  width: 92px;
  height: 25px;
  text-align: center;
  font-size: 20px;
  color: #000;
  margin: 0;
}
.packageDog .selectDown .selectCon .packInfoNum em{
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 20px;
  color: #fff;
}
.packageDog .selectDown .selectCon .packInfoNum em.minus {
  line-height: 20px;
}
.packageDog .selectDown .selectCon .packInfoNum span {
  font-size: 20px;
}
.submit {
  width: 480px;
  margin: 0 auto;
}
.submit .total {
  position: relative;
  height: 160px;
  padding-left: 160px;
  background: url('/static//img/booking-dog2.png') no-repeat left center;
  background-size: 116px 160px;
}
.submit .total p {
  font-size: 30px;
  color: #000;
  padding-top: 64px;
  margin-bottom: 15px;
}
.submit .total span{
  font-size: 60px;
  color: #DC5F62;
  font-family: MograEn;
  font-weight: 400;
}
.submit .btn {
  width: 480px;
  height: 56px;
  line-height: 56px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: url('/static/img/Vector1.png') no-repeat right 16px center #301A13;
  background-size: 12px;
  border-radius: 48px;
  margin-top: 103px;
  cursor: pointer;
}
.btnDownH5{
  display: none;
  width: 40px;
  height: 40px;
  background: url('/static//img/buttondown.png') no-repeat center;
  background-size: cover;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .flex,.flex-ss{
    display: block;
  }
  .itmeBox {
    margin-bottom: 40px;
  }
  .date-input {
    width: 100%;
    height: 47px;
    font-size: 16px;
  }
  .boxCon {
    margin: 20px 0 0 0;
  }
  .dogPic {
    width: 114px;
    height: 100px;
    right: 8px;
    top: 42px;
  }
  .flower {
    display: none;
  }
  .visitPageCon {
    padding: 102px 0 0 0 ;
  }
  .timeQuanantun {
    display: flex;
    justify-content: space-around;
    gap: 0;
  }
  .timeQuanantun li {
    width: 48%;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    font-size: 16px;
    background: #BBB9B8;
    text-align: center;
  }
  .timeQuanantun li span {
    margin: 0 0 0 10px;
  }
  .timeQuanantun li:hover{
    background: #DC5F62 !important;
  }
  .timeQuanantun li.active{
    background: #DC5F62 !important;
  }
  .timeQuanantun li.disabledLi {
    color: #fff;
    background: #BBB9B8 !important;
  }
  .firstUseMoney{
    font-size: 20px;
  }
  .firstUseDesc{
    font-size: 16px;
  }
  .duration{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
  }
  .duration li{
    width: 47%;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    margin: 0;
    font-size: 16px;
  }
  .group li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .group li:last-child {
    margin-bottom: 0;
  }
  .group li strong {
    width: 92px;
  }
  .number {
    width: 94px;
    height: 25px;
    margin: 0;
  }
  .number em {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
  }
  .number span {
    font-size: 16px;
  }
  .number em.minus {
    line-height: 20px;
  }
  .boxLabel {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .btnDownH5 {
    display: block;
  }
  .boxH5None {
    display: none;
  }
  .packagePeople li {
    width: 100%;
    margin-bottom: 20px;
  }
  .packagePeople li .packInfo {
    width: 100%;
    padding: 12px;
    border-radius: 20px;
  }
  .packagePeople li .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
  }
  .packagePeople li .tit strong {
    max-width: 300px;
    height: 20px;
    line-height: 20px;
  }
  .packagePeople li .pic {
    width: 100%;
    min-height: 135px;
    gap: 10px;
    margin-top: 25px;
    overflow-x: auto;
  }
  .packagePeople li .pic span img {
    width: 140px;
    height: 80px;
    border-radius: 20px;
  }
  .packagePeople li .emphasis {
    font-size: 13px;
    margin-top: 10px;
  }
  .packagePeople li .info {
    font-size: 13px;
    margin-top: 7px;
  }
  .packagePeople .packInfoNum {
    position: initial;
    width: 94px;
    transform: inherit;
    margin: 15px auto 0 auto;
  }
  .packagePeople .packInfoNum span {
    font-size: 16px;
  }
  .packageDog {
    display: block;
    width: 100%;
  }
  .packageDog li {
    width: 100%;
  }
  .packageDog li .packInfo {
    padding: 12px 12px 46px 12px;
    border-radius: 20px;
  }
  .packageDog li .tit {
    font-size: 18px;
    max-width: 100%;
  }
  .packageDog li .pic {
    margin-top: 20px;
  }
  .packageDog li .pic img {
    width: 172px;
    height: 133px;
    border-radius: 20px;
    margin-right: 15px;
  }
  .packageDog li .pic .info {
    position: relative;
  }
  .packageDog li .pic .info div {
    height: auto;
  }
  .packageDog li .pic .info em {
    position: absolute;
    left: -185px;
    top: 145px;
  }
  .packageDog .selectBox {
    width: 100%;
    margin: 10px auto 0 auto;
  }
  .packageDog .selectDown {
    width: 100%;
  }
  .packageDog .packInfoNum {
    height: 25px;
    width: 94px;
    margin: 10px auto 0 auto;
  }
  .submit {
    width: 100%;
  }
  .submit .total {
    background-position: right 30px center;
    padding-left: 38px;
  }
  .submit .total p {
    font-size: 20px;
    padding-top: 95px;
  }
  .submit .total span {
    font-size: 30px;
  }
  .submit .btn {
    width: 100%;
    margin-top: 20px;
  }
}
