html {
  font-size: 1em;
  line-height: 1.4;
  height: 100%;
  font-family: "΢���ź�";
}
body {
  overflow: hidden;
  height: 100%;
}
*{
  margin: 0;
  padding: 0;
}

#display{
  z-index: 0;
  display: block;
  cursor: default;
  position:absolute;
}
#blachole{
  position: fixed;
  top: 60px;
  right: 60px;
  width: 120px;
  height: 120px;
}
canvas{
  /*width: calc(100% + 150px)!important;*/
  height: 100%;
  margin-left: -3px;
}
.sign-page{
  position: relative;
  height: 100%;
  min-height: 600px;
}
.sign-bg{
  height: 100%;
  width: 100%;
  background: url(../../../defaults/img/login/bgimg.jpg) no-repeat;
  background-size: cover;
}
.sign-bg>img{
	display: block;
	position: absolute;
}
.sign-box{
  position: fixed;
  background: #fff;
  width: 882px;
  height: 561px;
  top: 50%;
  left: 50%;
  margin-left: -441px;
  margin-top: -280px;
  animation: rotateAnimate 0.6s;
  border-radius: 5px;
}
.signbox-left{
	width: 441px;
	display: inline-block;
	height: 100%;
	position: relative;
	border-radius: 5px 0 0 5px;
}
.signbox-left img{
	width: 441px;
	display: block;
}
.signbox-right{
	float: right;
	width: 441px;
	margin-top: 90px;
}
@keyframes rotateAnimate{
  0%{opacity: 0.4;transform: scale(0.1);}
  50%{opacity: 0.4;transform: scale(0.1) rotateX(90deg);}
  100%{opacity: 1;transform: scale(1) rotateX(0deg);}
}
.sign-title{
    font-size: 28px;
    font-weight: 600;
    color: #000;
    text-align: center;
    letter-spacing: 2px;
    white-space: nowrap;
    font-family: "arial";

}
input,button{
  background: none;
  outline: none;
  border: none;
}
.get-info{
  padding-top: 45px;
}
.info-items{
  height: 35px;
  border: 1px solid #3399FF;
  border-left: 4px solid #3399FF;
  display: flex;
  align-items: center;
  margin: 0 auto;
    margin-bottom: 15px;
}

.icon-box{
  margin-right: 10px;
}
.rem-pwd{
  font-size: 14px;
  color: #0080FF;
  margin-top: 9px;
  margin-bottom: 29px;
  text-align:right;
  cursor: pointer;
}
.btn-box{
	text-align: center;
	margin-top: 20px;
}
.btn{
  background: #FF455C;
  border-radius: 5px;
  height: 50px;
  width: 300px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  font-family: "微软雅黑";
  letter-spacing: 3px;
  /*padding-left: 18px;*/
}
input:-webkit-autofill{
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
/*8.6新增*/
.sign-box{
	background: #fff;
	box-shadow: 0 0 30px #e1e1e1;
}
.sunlei{
    flex-grow:1;

    color: #5cddc5;
}
.sunlei1{
    text-align: center;
}
.sunlei2{
    text-align: right;
}
.sunlei0{
    text-align:left;
}
.rem-pwd{
	color: #fff;
	font-size: 15px;
}
.info-items{
	border: 0;
	border-bottom: 1px solid #cccccc;
	width: 300px;
}
.info-items input{
	font-size: 16px;
	color: #404040;
	width: 100%;
}
.icon-box img{
	height: 20px;
	display: block;
}
.info-items input::-webkit-input-placeholder{
	color: #989898;
	letter-spacing: 1px;
}
.info-items input::-moz-input-placeholder{
	color: #989898;
	letter-spacing: 1px;
}
.info-items input::-ms-input-placeholder{
	color: #989898;
	letter-spacing: 1px;
}
.bd-bt{
	height: 0;
}
.signbox-left .bg-coblo{
	width: 100%;
	height: 183px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FBEDEE;
	border-radius: 0 0 0 5px;
}
@media screen and (max-width: 1366px){
	.sign-box{
		zoom: 0.75;
	}
}
.login-explain{
	width: 300px;
	margin: 15px auto;
	color: #898989;
	font-size: 12px;
    margin-top: 35px;
}
.login-explain p{
	margin-bottom: 10px;
	line-height: 25px;
	letter-spacing: 1px;
}
.copy-right{
	position: fixed;
	width: 100%;
	bottom: 5px;
	left: 0;
	text-align: center;
	color: #666;
	font-size: 14px;
}
ul,ol,li{
	list-style: none;
}
.flex-box{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.tab-title{

	margin: 0 auto;
}
.tab-title li{
	color: #232323;
	font-size: 17px;
	font-weight: bold;
	width: 50%;
	white-space: nowrap;
	text-align: center;
}
.tab-title .tab-list{
	position: relative;
}
.tab-list li{
	border-bottom: 3px solid #FDF7F7;
	padding: 9px 0;
	cursor: pointer;
	border-radius: 5px;
}
.tab-list li.list-absolute{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 3px;
	background: #FF455C;
	padding: 0;
	border: 0;
}
.btn.jump-btn{
	font-size: 16px;
	letter-spacing: 5px;
	padding-left: 7px;
}

.po-right{
    animation: fifty 0.5s forwards;
}
.po-left{
    animation: zeroty 0.5s forwards;
}
@keyframes fifty{
    from{
        transform: translate(0);
    }
    to{
        transform: translate(100%);
    }
}
@keyframes zeroty{
    from{
        transform: translate(100%);
    }
    to{
        transform: translate(0);
    }
}
.fa{
	font-size: 20px!important;
}