@charset "utf-8";
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*,body{padding:0px;	margin:0px;color: #222;font-family: "微软雅黑";overflow-y:hidden;}
@font-face{font-family:electronicFont;src:url(../font/DS-DIGIT.TTF)}
body{
	background:rgb(3,20,83); background-size:cover;color:#666;font-size: .1rem;
	background-repeat:repeat-x;
	height: 99vh;
}

img{ border:none; max-width: 100%;}
a{ text-decoration:none; color:#399bff;}
a.active,a:focus{ outline:none!important; text-decoration:none;}
a:hover{ color:#06c; text-decoration: none!important}
.clearfix:after, .clearfix:before {
	display: table;
	content: " "
}
.clearfix:after {
	clear: both
}

/*谷哥滚动条样式*/
  /*::-webkit-scrollbar {width:5px;height:5px;position:absolute}
  ::-webkit-scrollbar-thumb {background-color:#5bc0de}
  ::-webkit-scrollbar-track {background-color:#ddd}*/
/***/
.canvas{position: absolute; width:100%; left: 0; top: 0; height: 99%; z-index: 1;}
.mainbox{ padding:0px;}
.map{position:relative; height: 9.7rem; z-index: 9;}
.mapBox{position: relative;top: 14%;left: 11%;width: 31.4%;height: 64.4%;margin: 10px;overflow: hidden;}
.map1,.map2,.map3{ position:relative; opacity: .8;height:100%;width: 100%;z-index: 1;}
/*.map1{ width:6.43rem; z-index: 2;top:1.42rem; left: 2.25rem;  animation: myfirst2 15s infinite linear;}
.map2{ width:5.66rem; top:1.8rem; left:2.7rem; z-index: 3; opacity: 0.2; animation: myfirst 10s infinite linear;}
.map3{width:5.18rem;top:2.1rem; left: 2.9rem; z-index: 1;}*/
.map1{position: absolute;z-index: 3; animation: myfirst2 15s infinite linear;}
.map2{position: absolute;z-index: 4; opacity: 0.2; animation: myfirst 10s infinite linear;}
.map3{position: absolute;z-index: 2;}
.map1 img , .map2 img , .map3 img {
	width: 100%;
	height: 100%;
}
@keyframes myfirst2{
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}
@keyframes myfirst{
	from {transform: rotate(0deg);}
	to {transform: rotate(-359deg);}
}
/*公司logo*/
.company_logo{
	width: 150px;
	position: fixed;
	left: 50px;
	top: 40px;
}
/*底部公司名称*/
.login_foot{
	position: fixed;
	right: 50px;
	bottom: 20px;
	color: #adadad;
	font-size: 14px;
}

.login_block{
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 8rem;
	display: flex;
	align-items: center;

}

@media (max-width:1400px) {
    .login_block{
        width: 8.8rem;
    }
}

.login_frame{
	border-radius: 4px;
	background-color: rgb(255,255,255);
	width: 4.2rem;
	height: 5rem;
	margin-left: 5px;
	min-height: 450px;
	min-width: 400px;
	max-height: 510px;
	margin-top: -30px;
}
@media (min-width:1500px) {
    .login_frame{
        width: 4.5rem;
		height: 5.6rem;
    }
}
@media (max-width:1400px) {
    .login_frame{
        margin-top: -30px;
    }
}
/*登录框logo*/
/*.login_block .login_logo{
	height: 82px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
	margin-bottom: 10px;
}*/

.login_frame .platform_name{
	height: 60px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 20px;
	margin:30px 0px;
}

.platform_user , .platform_pass , .platform_code{
	margin-bottom: 30px;
}

.textbox{
	/*width: 100%;*/
	display: flex;
	flex-direction: row;
	padding: 0px 25px;
}

.textbox .login_icon{
	font-size: 1.5em;
	padding: 8px 0px 5px 2px;
	width: 45px;
	border: 1px solid rgb(236,236,236);
	border-right-style: none;
}

.login_block .login_osnam{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
}

.login_block .login_sl{
	margin: 10px 20px;
	border-bottom:2px solid #5ab7bc;
}

.textbox .login_icon .fa{
	color: #428bca;
	font-size: 1.5em;
	padding: 5px 0px 5px 15px;
}

.textbox .form-control{
	width: 100%;
	padding: 8px 3px;
	outline:none;
	border: 1px solid rgb(236,236,236);
	border-left-style: none;
	background-color: #fff !important;
}
.form-control:-internal-autofill-previewed,.form-control:-internal-autofill-selected {
    transition: background-color 5000s ease-out 0.5s;
}

/*验证码*/
.code_div{
	width: 80%;
	display: flex;
	flex-direction: row;
}
.platform_code .code{
	width: 20%;
	height: 100%;
	margin-left: 5%;
	display: flex;
	justify-content: flex-end;
}
/*登录按钮*/
.platform_login{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 23px;
}
.platform_login .btn{
	width: 100%;
	padding: 3% 0px;
	color: #fff;
	font-size: 16px;
	background-color: rgb(29,100,170);
	border: 1px solid #efefef;
	-webkit-box-shadow:0px 2px 5px #efefef;
    -moz-box-shadow:0px 2px 5px #efefef;
    box-shadow:0px 2px 5px #efefef;
    border-radius: 3px;
    cursor: pointer;
    margin-top:20px;
}

.platform_login .btn:hover{
	border: 1px solid rgb(91,192,222);
	-webkit-box-shadow:0px 3px 5px rgb(91,192,222);
    -moz-box-shadow:0px 3px 5px rgb(91,192,222);
    box-shadow: 0px 3px 5px rgb(91,192,222);
}
