.cgxz{
  position: fixed;
  top: 20%;
  right: 5%;
  width: 50px;
  cursor: pointer;
}
.cgxz img{
  width: 100%;
}
.zzc{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color:rgba(0, 0, 0, .3);

}
.xzbox{
  position: relative;
  width: 60%;
  height: 80%;
  margin: 5% auto 0;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #2e824ffa;
  padding: 20px;
  overflow-y: scroll;
}
.xzbox::-webkit-scrollbar {
  display: none; /* 隐藏滚动条 */
}
.xzbox {
  -ms-overflow-style: none; /* IE和Edge */
  scrollbar-width: none; /* Firefox */
}
.xzbox .close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  cursor: pointer;
}
.xzbox .tit{
  font-size: 24px;
  color: #2e824ffa;
  margin: 10px;
}
.contents{
  font-size: 18px;
  margin: 20px 10px;
  line-height: 2;
}
.contents p{
  margin: 5px 0;
}
.bookingContent {
    margin-top: 20px;
  }
  .scenicSpot {
    display: flex;
    padding: 20px;
    background-color: #fffcf7;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .scenicImg {
    width: 640px;
    border-radius: 15px;
    overflow: hidden;
  }
  .scenicImg img{
      display:block;
      width:100%;
  }
  .scenicText {
    position: relative;
    width: 590px;
    margin-left: 30px;
  }
  .hdbtn{
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    text-align: right;
    font-size: 18px;
    background-color: #2e824ffa;
    color: #fff;
    padding-top: 40px;
    padding-right: 5px;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 0%;
  }
  .scenicText > h4 {
    width: 100%;
    font-size: 22px;
    font-family: myFonts;
    color: #493024;
    margin-top: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .scenicText > div {
    font-size: 15px;
    color: #796663;
    line-height: 1.8;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 6;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
  }
  .scenicText > ul {
    margin-top: 20px;
    border-top: 1px solid #efefef;
    padding-top:10px
  }
  .scenicText > ul > li {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-top: 10px;
  }
  .scenicText > ul > li > span {
    width: 120px;
    color: #493024;
  }
  .scenicText > ul > li > p {
    width: 500px;
    line-height: 1.8;
    color: #666;
  }
  .col-form-label{
    text-align: right !important;
  }
  .yybox{
    margin: 20px 0;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fffcf7;
  }
  .yynav{
    background-color: #fffcf7;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
  }
  .yynav > ul {
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #2e824ffa;
    box-sizing: border-box;
}
.yynav > ul > li {
  margin-right: 10px;
  cursor: pointer;
}
.yynav > ul > li > a {
  display: block;
  width: 140px;
  height: 62px;
  line-height: 62px;
  text-align: center;
}
.yynav > ul > li.active {
  background-color: #2e824ffa;
}
.yynav > ul > li.active a {
  color: #fff;
}

.cont{
  margin: 20px;
  border-radius:8px;
  overflow: hidden;
  border: 1px solid #eaeaea;
}
.cont > h4 {
  font-size: 22px;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 20px;
  border-radius: 8px 8px 0 0;
  color: #3b2121;
  background-color: #f8f8f8;
}
.contbox{
  width:94%;
  margin:35px auto;
}
.table-date {
  width: 100%;
  text-align: center;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.table-date td, .table-date .td {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  padding: 5px 0;
  cursor: pointer;
  color: #3b2121;
}
.table-date-none {
  background-color: #f1f1f1;
  color: #acacac !important;
  cursor: not-allowed !important;
}
.table-date-choice {
  background-color: #2e824ffa;
  color: #fff !important ;
}
.conttimes h4 {
  font-size: 16px;
  margin-bottom: 3px;

}
.conttimes {
  display: flex;
  flex-wrap: wrap;
}
.conttimes>li {
  cursor: pointer;
  width: calc(20% - 12px);
  border: 1px solid #ccc;
  padding: 12px;
  margin-right: 15px;
  margin-top: 15px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.conttimes .times-choice{
  background-color: #2e824ffa;
  color: #fff !important ;
}
.contbox .mb-3{
  margin-bottom: 40px !important;
}
.submitbtn{
   display: block;
   text-align: center;
   cursor: pointer;
   width: 30%;
   margin: 0 auto;
   font-size: 20px;
    color: #fff;
    background-color: #2e824ffa;
    border-color: #2e824ffa;
    padding: 10px 30px;
    border-radius: 6px;
    margin-top: 50px;
    margin-bottom: 60px;
}
.submitbtn:hover{
  color: #fff!important;
}
.userself{
  color: #8a8a8a;
}
.contbox tr{
  text-align: center;
}
.addbtn,.addsbtn,.drbtn{
  cursor: pointer;
  display: block;
  text-align: center;
  width: 10%;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  background-color: #2e824ffa;
  border-color: #2e824ffa;
  padding: 5px 10px;
  border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.xzbtn{
  cursor: pointer;
  display:  inline-block;
  text-align: center;
  margin: 0 10px;
  font-size: 14px;
  color: #2e824ffa;
  margin-top: 35px;
  
}
.filebox{
  margin: 30px 0;
}
.filebox label{
  font-size: 18px;
  color: #3b2121;
  padding-left: 5px;
}
.drbox div{
  float: right;

}

.guide-div{
  border: 1px solid #ccc;
  padding: 5px 15px;
  margin-right: 5px;
  cursor: pointer;
}