@font-face {
	font-family: 'futianB';
    src: url('../fonts/ft/FotonType-Bold.woff2');
}
@font-face {
    font-family: 'futianL';
    src:url('../fonts/ft/FotonType-Light.woff2');
}
@font-face {
    font-family: 'futianM';
    src:url('../fonts/ft/FotonType-Medium.woff2');
}
*{
    font-family: "futianL";
    padding: 0;
    margin: 0;
    color: #101010;
}

.login{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.login-bg{
  width: 100%;
}
.sj-login-bg{
  display: none;
}
.sd-logo{
  width: 28%;
  position: absolute;
  left: calc(35% - 384px);
  bottom: 12vh;
}
.login-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;
}
.login-art .title{
  font-size: 2.3rem;
  font-family: "futianM";
  margin-top: 20px;
  letter-spacing: 8px;
}
.login-input span{
  font-size: 18px;
  font-family:"futianM";
  display: inline-block;
  margin-right: 20px;
  width: 84px;
  text-align: left;
}
.login-input div{
  margin-top: 15px;
}
.login-input div b{
  color: #de0033;
}
.login-input input[type="text"] {
  width: 58%;
  height: 40px;
  border: solid 1px #818384;
  padding-left: 2%;
  outline: none;
  font-size: 16px;
  font-family: "futianM";
  border-radius: 0px;
  -webkit-appearance: none;
  border-radius: 0;

}
.captcha-display{
  width: 140px;
  background-color: #de0033;
  color: #fff;
  font-family: "futianM";
  font-size: 20px;
  letter-spacing: 4px;
  text-align: center;
  cursor: pointer;
}
.verification-code{
  display: flex;
  justify-content: center;
  align-items: center;
}
.verification-code input[type="text"] {
  width: calc(58% - 165px);
}
.verification-code p{
  width: 140px;
  height: 40px;
  margin-left: 25px;
  display: inline-block;
  line-height: 40px;
  display: flex;
  justify-content: center;
}
.status-message{
  margin-top: 2px !important;
}
.status-message p{
  width: 60%;
  text-align: right;
  display: inline-block;
  margin-left: 104px;
  font-size: 12px;
}
.send-btn {
  width: 140px;
    background: #de0033;
    color: white;
    border: none;
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.btn-text{
  color: #fff;
  font-size: 16px !important;
  margin-right: 0px !important;
}




.send-btn:disabled {
    background: linear-gradient(to right, #bdc3c7, #2c3e50);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.policy{
  display: flex;
  font-size: 14px;
  justify-content: center;
}
.policy-content{
  color: #de0033;
  font-family: "futianM";
  text-decoration: underline;
}
.policy div{
  width: 60%;
  margin-left: 104px;
}
.policy p{
  width: 100%;
  text-align: left;
}
.policy input{
  width: 18px;
  height: 18px;
  font-size: 18px;
  margin-right: 10px;
}
.login-input select{
  width: calc(60% + 3px);
  padding-left: 2%;
  height: 42px;
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
  border: solid 1px #818384;
  font-family: 'futianM';
  font-size: 16px;
}
.login-btn{
  display: flex;
  justify-content: center;
}
.login-btn button{
  display: block;
  width: 60%;
  margin-left: 104px;
  color: #fff;
  font-size: 24px;
  height: 44px;
  background-color: #de0033;
  text-decoration: none;
  line-height: 44px;
  margin-top: 5%;
  font-family: "futianM";
  margin-bottom: 80px;
  border: none;
  outline: none;
  cursor: pointer;
}
.n-right{
    position: absolute;
    font-size: 12px !important;
    align-items: center;
    margin-right: 0 !important;
}
.n-icon{
  display: none !important;
}
.n-msg{
  font-size: 14px !important;
  margin-right: 0 !important;
  margin-top: 10px;
  margin-left: 5px;
}
.n-error{
  margin-right: 0 !important;
}
.layui-layer-content{
  color: #fff !important;
}
#toast-container{
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  left: calc(50% - 50px);
  top: calc(50vh - 30px);
  width: 130px;
  /*height: 40px;*/
  padding:10px;
  cursor: move;
  border-radius: 3px;
  color: #fff;
}
.toast-success{
  /*position: absolute;*/
  /*top: 0px;*/
  /*left: 0px;*/
  /*width: 130px;*/
  /*padding:10px;*/
  /*height: 60px;*/
  line-height: 22px;
  text-align: center;
}
.toast-error{
  /*position: absolute;*/
  /*top: 0px;*/
  /*left: 0px;*/
  /*width: 130px;*/
  /*padding:10px;*/
  /*height: 60px;*/
  line-height: 22px;
  text-align: center;
}
.toast-close-button{
  display: none;
}
.toast-message{
  color: #fff;
}

.foot{
    width: 100%;
    background-color: #f0f0f0;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
}
.foot p{
  font-size: 14px;
  text-align: center;
}
@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){
.policy{
  font-size: 0.7rem;
  margin-top: 0px !important;
}
.login-logo{
  width: 170px;
}
.login-bg{
  display: none;
}
.sj-login-bg{
  display: block;
  width: 100%;
  height: 100vh;
}
.login-art{
  width: 100%;
}
.login-art .title{
  font-size: 1.8rem;
  margin-bottom: 5%;
}
.foot p{
  width: 96%;
  margin-left: 2%;
  font-size: 0.5rem;
}
.login-input input[type="text"] {
  width: 68%;
  height: 35px;
  outline: none;
  padding-left: 2%;
  font-size: 14px;
  font-family: "futianM";
}
.login-input div {
    margin-top: 12px;
}
.login-input span{
  width: 65px;
  font-size: 12px !important;
  margin-right: 0px;
}
.login-input select{
  width: calc(70% + 2px);
  padding-left: 2%;
  height: 42px;
  -webkit-appearance: none;
  outline: none;
  background-color: #fff;
  margin-left: -4px;
}
.policy div{
  width: calc(70% + 10px);
  display: flex;
  align-items: center;
  margin-left: 76px;
}
.policy p{
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 24px;
}
.policy input{
  width: 18px;
  height: 18px;
  font-size: 0.8rem;
  margin-right: 5px;
}
.login-btn button{
  width: calc(70% + 65px);
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  margin:0 auto;
  margin-top: 5%;
  margin-bottom: 80px;
}
.verification-code input[type="text"] {
  width: calc(68% - 90px);
}
.verification-code p{
  width: 80px;
  font-size: 14px;
  margin-left: 10px;
  letter-spacing: 2px;
}
.send-btn{
  width: 110px;
}
.btn-text{
  font-size: 16px;
  margin-right: 0px !important;
  text-align: center !important;
}
.n-msg{
  display: none !important;
}

}