/*    login v2.0   */
/*    2019.1.16   */
/*    by.DannyC   */
html{
  width:100%; height:100%; margin:0; padding:0; font-size:62.5%;
}
body{
  position: relative; width:100%; height: 100%; margin:0; padding:0; font-size:1.4rem; font-family: Microsoft Yahei; font-weight: 400;
  font-family: sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto,"Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun;
}
.color-mask{
  width:100%; height:100%; background-color:rgba(25,35,59,.65);position:absolute;z-index:-2;
}
.adapted-bg{
  width:100%; height:100%; overflow:hidden;
  position:absolute;
  left:0;
  top:0;
  z-index:-3;
}
.copyright{
  position:absolute;
  display:block;
  width:100%;
  line-height:2;
  text-align:center;
  font-size:1.2rem;
  /* color:#5aacff; */
  color:rgba(255,255,255,.5);
  bottom:2rem;
  z-index:3;
}
.poster-box{
  position:absolute;
  width:40rem;
  height:32rem;
  left:calc(50% - 32rem);
  top:calc(50% - 16rem);
  color:#fff;
  z-index:3;
  border:1px solid transparent;
  /* border:1px solid rgba(255,255,255,.2); */
  border-right:0;
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
}
.poster-box>div>div>span{
  display:block;
  font-size:1.2rem;
  line-height:3rem;
}
.scroll-box{
  width:100%;
  height:28rem;
  padding:2rem;
}
.scroll-box>div{
  display:none;
  margin-bottom:0;
  transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease; /* Firefox 4 */
  -webkit-transition: all 0.3s 0s ease; /* Safari 和 Chrome */
  -o-transition: all 0.3s 0s ease;
}
.scroll-ctrl{
  width:100%;
  height:4rem;
  line-height:4rem;
  padding: 0 2rem;
}

.scroll-ctrl>div{
  display: inline-block;
  box-sizing: border-box;;
  background-color: transparent;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  margin-right: 2px;
  cursor: pointer;
  border:1px solid rgba(255,255,255,.4);
  transition: all 0.3s 0s ease;
}

.scroll-ctrl>div.active {
  background-color: rgba(90,172,255,.8);
  border:0px;
  transition: all 0.3s 0s ease;
}
.input-box{
  position:absolute;
  width:24rem;
  height:32rem;
  left:calc(50% + 8rem);
  top:calc(50% - 16rem);
  z-index:3;
  padding:2rem 3rem;
  border:1px solid transparent;
  /* border:1px solid rgba(255,255,255,.2); */
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
}
.input-box>.input-group{
  width:100%;
  margin-bottom: 1.5rem;
}
.input-box>.input-group>input,
.input-box>.input-group>button{
  width:100%;
  font-size:1.4rem;
  line-height: 1.3;
  padding:0.8rem 4rem;
  border-radius: 2rem;
  outline: none;
  color:#fff;
  border:1px solid rgba(255,255,255,.6);
  background-color:transparent;
}
.input-box>.input-group>input+label{
  position:absolute;
  width:3rem;
  height:3.33rem;
  line-height: 3.33rem;
  padding:0px 1rem;
  top:0;
  left:10px;
  color:#5aacff;
  margin-bottom:0;
}
.greeting-word{
  color:#fff;
  margin-bottom:6rem;
}
.greeting-word>span{
  display:block;
  font-size:1.2rem;
  line-height:3rem;
}
.greeting-word>span:first-child{
  text-indent: 1rem!important;
}
.greeting-word>span:nth-child(2){
  text-indent: 1rem!important;
}
.phone-box{
  position:absolute;
  right:2rem;
  top:2rem;
  color:#fff;
  z-index:3;
  text-align:right;
}
.phone-box>div:first-child{
  font-size:2rem;
}
.phone-box>div:nth-child(2){
  font-size:1rem;
  color:#aaa
}
.phone-box>div:nth-child(1)>span{
  margin-right:0.5rem;
}
.logo-box{
  position:absolute;
  left:2rem;
  top:2rem;
  color:#fff;
  z-index:3;
}
.logo-box>div{
  float:left;
}
.logo-box>div:first-child{
  font-size:4rem;
  color:#5aacff;
  line-height:1;
  margin-right:1rem;
  margin-bottom:1rem;
  box-sizing:content-box;
}
.logo-box>div:first-child>svg{
  height:4rem;
  width:4rem;
  line-height:4rem;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.logo-box>div:first-child>svg.xuchen-logo{
  width:100px;
}
.logo-box>div:first-child>svg.beidou-logo{
  width:100px;
}
.logo-box>div:first-child>svg.zhuohui-logo{
  width:100px;
}
.logo-box>div:first-child>svg.cheliankong-logo{
  height:3.6rem;
  width:3.6rem;
}
.logo-box>div:nth-child(2)>span{
  font-size:2rem;
  display:block;
}
.logo-box>div:nth-child(2)>span:nth-child(2){
  font-size:1rem;
  color:#aaa;
}
.input-box>.input-group>.checkbox-inline{
  margin-left:0;
  padding:0;
  display:block;
  float:left;
  width:50%;
  color:#fff;
}
.input-box>.input-group>.checkbox-inline>span{
  display:inline-block;
}
.check-box{
  width:2rem;
  height:2rem;
  -webkit-appearance: none;
  outline: none;
  display: none;
}
/*lable标签的大小、位置、背景颜色更改，在css选择时，“+”代表相邻元素，即当前元素的下一元素*/
.check-box + label{
  display: inline-block;
  box-sizing:border-box;
  width: 16px;
  height:16px;
  cursor: pointer;
  background: transparent;
  border:1px solid #5aacff;
  border-radius: 8px;
  margin-left:1.6rem;
  margin-right:14px;
  text-align:center;
  margin-bottom:0;
  line-height:16px;
  vertical-align:sub;
}
.check-box + label:before{
  content:'';
  display:block;
  width:10px;
  height:10px;
  background-color:tansparent;
  border-radius:6px;
  position:relative;
  left:2px;
  top:2px;
}
.check-box:checked + label:before{
  background-color:#5aacff;
}


/* 全局默认属性   */
span.title{
  font-size:1.6rem!important;
  color:#5aacff;
}
input::-webkit-input-placeholder{
  color:rgba(255,255,255,.6);
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:rgba(255,255,255,.6);
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:rgba(255,255,255,.6);
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:rgba(255,255,255,.6);
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
/* 按钮特效 */
.input-box>.input-group>button{
  border-color:#5aacff;
  background-color:rgba(90,172,255,.1);
}
.input-box>.input-group>button:hover{
  border-color:#5aacff;
  background-color:rgba(90,172,255,.8);
  transition:background-color 0s 0.5s;
} 
.input-box>.input-group>button{
  position:relative;
  overflow:hidden;
}
#errorMsg{
  font-size:12px;
  color:#5aacff;
  line-height:20px;
  padding:5px 8px;
  background:rgba(90,172,255,.1);
  border-radius:3px;
  transition:all 0.3s 0s ease;
}
#errorMsg>span{
  margin-right:10px;
}
.input-box>.input-group>button:active{
  border-color:#5aacff;
  background-color:rgba(90,172,255,.8);
  transition:background-color 0s 0s;
}
.input-box>.input-group>button::after{
  content: "";
  position: absolute;
  transform:translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  border-radius:50%;
  display: block;
  z-index: -1;
}
.input-box>.input-group>button:hover::after{
  animation:anim_btn 0.5s ease;
}
@keyframes anim_btn{
  0%{ width:0px; height: 0px; background-color:rgba(90,172,255,.1);}
  100%{ width:220px; height: 220px; background-color:rgba(90,172,255,.8);}
}
/* 自适应 */
@media ( max-width: 800px ){
  .poster-box{
    display:none;
  }
  .input-box{
    left:calc(50% - 12rem);
  }
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2");
}