@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:15%;
}
.login-input span{
  font-size: 18px;
  font-family:"futianM";
  display: inline-block;
  margin-right: 0px;
  width: 95px;
}
.login-input div{
  margin-top: 3%;
}
.login-input input[type="text"],.login-input input[type="password"] {
  width: 58%;
  height: 40px;
  border: solid 1px #818384;
  padding-left: 2%;
  outline: none;
  font-size: 16px;
  font-family: "futianM";
  -webkit-appearance: none;
  border-radius: 0px;
}

.policy{
  display: flex;
  justify-content: space-between;
  width: 60% ;
  margin-left: calc(30% - 35px);
  font-size: 14px;
}
.policy-content{
  color: #de0033;
  font-family: "futianM";
  text-decoration: underline;
}
.policy input{
  width: 18px;
  height: 18px;
  font-size: 18px;
  margin-right: 10px;
}
.login-btn{
  display: block;
  width: 60%;
  margin-left: calc(30% - 49px);
  color: #fff;
  font-size: 24px;
  height: 44px;
  background-color: #de0033;
  text-decoration: none;
  line-height: 44px;
  margin-top: 15%;
  font-family: "futianM";
  margin-bottom: 80px;
  border: none;
  outline: none;
  cursor: pointer;
}
.login-btn span{
  color: #fff;
  margin-right: 6%;
  font-size: 24px;
}
.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: 0px;
  color: #de0033;
}
.n-error{
  margin-right: 0 !important;
}
.controls{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.controls .input-group{
  margin-top: 0;
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.controls .input-group input{
      width: calc(93% - 100px);
}
.input-group-btn{
    margin-right: 0px !important;
    margin: 0;
    width: auto !important;
}
.has-error .input-group{
  position: relative;
}
.has-error .input-group .n-right{
  position: absolute;
  right: -85px;
  margin-top: 0px !important;
}
.has-error .n-msg{
  margin-top: 0px;
  margin-bottom: 7px;
}
.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: 60px;
  cursor: move;
  border-radius: 3px;
  color: #fff;
}
.toast-success{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 130px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.toast-error{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 130px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.toast-close-button{
  display: none;
}
.toast-message{
  color: #fff;
}
#think_page_trace_open{
  display: none;
}


.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;
}
.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: 15%;
  margin-top: 8%;
}
.foot p{
  width: 96%;
  margin-left: 2%;
  font-size: 0.5rem;
}
.login-input input[type="text"],.login-input input[type="password"]{
  width: calc(68% - 32px);
  height: 35px;
  outline: none;
  padding-left: 2%;
  font-size: 14px;
  font-family: "futianM";
}
.login-input div {
    margin-top: 7%;
    /*text-align: left;*/
    /*padding-left: 2%;*/
}
.login-input span{
  font-size: 16px;
  margin-right: 10px;
  width: 55px;
  text-align: center;
}
.policy{
  width: 75%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.policy p{
  display: flex;
  align-items: center;
}
.policy input{
  width: 15px;
  height: 15px;
  font-size: 0.8rem;
  margin-right: 10px;
}
.login-btn{
  width: calc(70% + 42px);
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  margin:0 auto;
  margin-top: 15%;
  margin-bottom: 80px;
}
.controls{
  /*justify-content: flex-start;*/
  padding-left: 0px !important;
}
.controls .input-group{
  width: 61%;
  padding-left: 0px !important;
}
.controls .input-group input{
    width: calc(93% - 106px);
}
.has-error .input-group .n-right{
      right: -55px;
}
.n-right{
  font-size: 0.3rem !important;
}
.n-msg{
  display: none !important;
}


}