@font-face {
	font-family: 'futianB';
    src: url('../../fonts/FotonType-Bold.woff2');
}
@font-face {
    font-family: 'futianL';
    src:url('../../fonts/FotonType-Light.woff2');
}
@font-face {
    font-family: 'futianM';
    src:url('../../fonts/FotonType-Medium.woff2');
}
*{
    font-family: "futianL";
    padding: 0;
    margin: 0;
    color: #101010;
}
html{
  overflow: hidden;
}

.booking{
  width: 100%;
  height: calc(100vh - 97px);
  overflow: hidden;
  position: relative;
}
.content-bg{
  overflow: hidden;
  width: 100%;
}
.booking-bg{
  width: 100%;
}
.sj-booking-bg{
  display: none;
}
.sd-logo{
  width: 28%;
  position: absolute;
  left: calc(35% - 384px);
  bottom: 12vh;
}
.booking-art{
  width: 768px;
  background-color: rgba(255,255,255,0.9);
  position: absolute;
  right: 0;
  top: 0;
  height: 95vh;
  padding-top: 5vh;
  overflow-y:scroll;
  text-align: center;
}
.booking-art .title{
  font-size: 2.3rem;
  font-family: "futianM";
  margin-top:2%;
  letter-spacing: 8px;
  width: 60%;
  margin-left: 120px;
  margin-bottom: 30px;
}
.booking-input span{
  width: 100px;
  text-align: right;
  font-size: 18px;
  font-family:"futianM";
  display: inline-block;
  margin-right: 20px;
}
.booking-input div{
  margin-top: 3%;
  display: flex;
    justify-content: center;
    align-items: center;
}
.booking-input input[type="text"] {
  width: 58%;
  height: 40px;
  border: solid 1px #818384;
  padding-left: 2%;
  outline: none;
  font-family: "futianM";
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0px;

}
#address{
  display: inline-block;
  width: 60%;
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}
#address select{
  width: 47%;
  height: 40px;
  padding: 0 2%;
  outline: none;
  font-family: "futianM";
  font-size: 16px;
  border-radius: 0px;
  -webkit-appearance: none;
}
.booking-select select{
  width: 60%;
  height: 40px;
  padding: 0 1%;
  outline: none;
  font-family: "futianM";
  font-size: 16px;
  -webkit-appearance: none;
}
.policy{
  font-size: 14px;
}
.policy-content{
  color: #de0033;
  font-family: "futianM";
  text-decoration: underline;
}
.policy div{
  width: 60%;
  font-size: 0.6rem;
  margin-left: 120px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 0px;
}
.policy p {
    width: calc(100% - 30px);
    margin-left: 0px;
    padding-left: 0;
    text-align: left;
}
.policy input{
  width: 18px;
  height: 18px;
  font-size: 18px;
  margin-right: 10px;
}
.booking-btn input{
  display: block;
  width: 60%;  color: #fff;
  font-size: 18px;
  height: 44px;
  background-color: #de0033;
  text-decoration: none;
  line-height: 44px;
  margin-top: 10%;
  font-family: "futianM";
  margin-bottom: 150px;
  margin-left: 120px;
  border: none;
  cursor: pointer;
}
.booking-btn span{
  color: #fff;
  margin-right: 6%;
  font-size: 24px;
}
.foot{
    width: 100%;
    background-color: #f0f0f0;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
}
.foot p{
  font-size: 14px;
  text-align: center;
}
.foot p span{
  margin-right: 15px;
}
@media screen and (min-width: 1024px) and (max-width: 1500px){
  .sd-logo{
    width: 28%;
    position: absolute;
    left: calc(35% - 384px);
    bottom: 15vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .sd-logo{
    display: none;
  }
}
@media screen and (max-width: 1024px){
.booking-bg{
  display: none;
}
.sj-booking-bg{
  display: block;
  width: 100% !important;
  height: auto !important;
}
.sd-logo{
    display: none;
  }
}
@media screen and (max-width: 768px){
  .sd-logo{
    display: none;
  }
.booking-bg{
  display: none;
}
.sj-booking-bg{
  display: block;
  width: 100%;
  height: 100vh;
}
.booking-art{
  width: 100%;
  padding-top: 2vh;
  height: 98vh;
}
.booking-art .title{
  font-size: 1.8rem;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 5%;
}
.foot{
  font-size: 0.5rem;
  margin-top: 0;
}
.booking-input input[type="text"]{
  width: 63%;
  height: 35px;
  outline: none;
  font-size: 14px;
  font-family: "futianM";
  padding-left: 2%;
}
.booking-input div {
    margin-top: 3%;
}
.booking-input span{
  display: block;
  font-size: 14px;
  margin-right: 10px;
  width: 72px;
  text-align: justify;
  text-align-last: justify;
  margin-bottom: -15px;
}
.booking-input span::after {
      content: "";
      display: inline-block;
      width: 100%;
      vertical-align: center;

}
.policy input{
  width: 15px;
  height: 15px;
  font-size: 0.8rem;
  margin-right: 5px;
}
input[type=submit]{
  -webkit-appearance: none;
  outline: none;
}
.booking-btn input{
    width: calc(65% + 82px);
    margin-bottom: 150px;
    margin: 0 auto;
    margin-top: 5%;
    height: 35px;
    line-height: 35px;
}
#address{
  display: inline-block;
  width: 65%;
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}
#address select{
  width: 47%;
  height: 35px;
  padding: 0 2%;
  font-size: 14px;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #818384;

}
.booking-select select{
  width: 65%;
  height: 40px;
  padding: 0 1%;
  background-color: #fff;
  font-size: 14px;
  border-radius: 0px;
  border: solid 1px #818384;
}
.policy{
  width: 100%;
  margin-left:0;
  display: flex;
  align-items: center;
}
.policy div{
  width: 65%;
  font-size: 0.6rem;
  margin-left: 82px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.policy p {
    width: calc(100% - 30px);
    margin-left: 0px;
    padding-left: 0;
    text-align: left;
  line-height: 16px;
}
.policy p a{
  font-size: 0.7rem;
}
.foot{
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 0.5rem;
}
.foot p{
  font-size: 0.5rem;
}

}