@charset "utf-8";
* { margin:0px; padding:0px; outline: 0;}
* {
	box-sizing:border-box;
}
/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
html{color:#333;-webkit-font-smoothing:antialiased}
body,html{font-size:14px;font-family:PingFangSC-Light,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,sans-serif}
body{color:#373d41;line-height:1.28571}
body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
}
input,select,textarea{font-family:inherit}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:inherit}
a { color:#333333; text-decoration:none;}
a:hover {text-decoration:none; 
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;}
ul li { list-style:none;}
.f_l{float: left;}
.f_r{float: right;}
.h40{height: 40px;}
.clearfix { zoom:1; }
.clearfix:after {
 clear: both; content: " "; display: block; height: 0; visibility: hidden;
}
form {
	position:relative;
	/*width:424px;*/
	margin:0 auto; 
	padding-top: 40px;
}
input,button {
	border:none;
	outline:none;
}
.bglogin{width: 100%;
    height: 100vh;
    *height: 100%;
    background: url(../images/bglogin.jpg) no-repeat center/cover;
    *background-image: url(../images/bglogin.jpg);
    *background-repeat: no-repeat;
    *background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/bglogin.jpg', sizingMethod='scale');
    position: fixed;}
input, label, img, th {
    vertical-align: middle;
}
input {
    font-size: 13px;
    font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
}

.login-main{max-width: 450px;min-height: 440px;position: absolute;left: 50%; top: 50%;margin-left: -225px; margin-top: -220px;}
.logo-login{text-align: center;width: 200px;height: 48px; margin: 0 auto; margin-bottom: 40px;}
.form-login{width: 450px; 
/*padding-bottom: 46px; */
height: auto;background: rgba(1, 15, 125, 0.45);position: relative; margin:0 auto; border: 2px solid rgba(0, 184, 255, 0.35);}
.form-login h2 {
    font-size: 30px;
    text-align: center;
    color: #FFFFFF;
    /* border-bottom: 1px dashed #CCC; */
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}
.form-login .input {
    width: 400px;
    height: 50px;
    padding-top: 5px;
    border: 2px solid #00c0ff;
    border-radius: 5px;
    margin: 20px auto;
    position: relative;
}

.form-login .input label {
    width: 46px;
    font-size: 14px;
    color: #383838;
    text-align: right;
}
.form-login .input label, .item span {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.form-login .take{color: #cdd1e7;width: 400px;
    margin: 0 auto; text-align: right;}
.form-login .take a{color: #cdd1e7; font-size: 12px;}
.input-text, .measure-input, textarea, input.date, input.endDate, .input-focus {
    height: 30px;
    margin: 0 5px 0 7px;
    padding: 2px 0 2px 5px;
    border: 0;
    background: none;
    font-family: Verdana, Geneva, sans-serif,"微软雅黑";
    font-size: 12px;
    outline: none;
    color: #cdd1e7;
}
.form-login .input .obtain {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    background-color: #0096ff;
    width: 120px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-family: "Source Han Sans CN";
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-align: center;
    line-height: 0.56rem;
}
.submit input.logbtn {
    width: 100%;
    height: 56px;
    color: #FFFFFF;
    border-radius: 5px;
    font-size: 20px;
    margin-top: 30px;
    /*background: #1275d0;
    background: -moz-linear-gradient(top, #1275d0 0, #1fbbfe 100%);
    background: -webkit-gradient( linear, top, bottom, color-stop(0, #1275d0), color-stop(100%, #1fbbfe) );
    background: -webkit-linear-gradient(top, #1275d0 0, #1fbbfe 100%);
    background: -o-linear-gradient(left, #1275d0 0, #1fbbfe 100%);
    background: -ms-linear-gradient(left, #1275d0 0, #1fbbfe 100%);
    background: -webkit-gradient( linear, left top, right top, from(#1275d0), to(#1fbbfe) );
    background: -webkit-gradient( linear, left top, right top, color-stop(0, #1275d0), to(#1fbbfe) );
    background: -webkit-gradient( linear, left top, right top, color-stop(0, #1275d0), to(#1fbbfe) );
    background: -webkit-gradient( linear, left top, right top, color-stop(0, #1275d0), to(#1fbbfe) );
    background: -webkit-gradient( linear, left top, right top, color-stop(0, #1275d0), to(#1fbbfe) );*/
    background: linear-gradient(to top, #0060ff 0, #0096ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#0060ff, endColorstr=#0096ff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#0060ff, endColorstr=#0096ff)";
}
.reg{text-align: center;}
.reg a{line-height: 36px; font-size: 16px;}
.j-icon{position: absolute;}
  .j1{left: -2px; top: -2px;}
  .j2{right: -2px; top: -2px;}
  .j3{left: -2px; bottom: -2px;}
  .j4{right: -2px; bottom: -2px;}
  .j5{width: 270px; top: -12px;left: 50%; margin-left: -135px;}
  .j6{width: 270px;bottom: -8px;left: 50%; margin-left: -135px;}
.earth{position: absolute;max-width: 812px; left: 50%; top: 50%;margin-left: -406px; margin-top: -406px;}
.earth img{max-width: 100%;
    animation:circle 80s infinite linear;
    -webkit-animation:circle 80s infinite linear;
   /* animation:mymove 25s infinite;
-webkit-animation:mymove 25s infinite;*/ /*Safari and Chrome*/}
.cue{color: #cdd1e7; width: 400px; margin: 0 auto;line-height: 34px; background: url(/static/index/images/tan.png) no-repeat 5px center;  /*border:1px solid #00c0ff;*/}
@keyframes circle{ 
    0%{ transform: rotate(0deg); } 
    100%{ transform: rotate(+360deg); } 
} 
@-webkit-keyframes circle{ 
    0%{ transform: rotate(0deg); } 
    100%{ transform: rotate(+360deg); } 
} 
@keyframes mymove
{
0% {opacity:1;}
20% {opacity:0.7;}
50% {opacity:0.65;}
60% {opacity:1;transform: scale(1.2); /*放大1.1倍*/}
80% {opacity:0.7;}
100% {opacity:1;}

}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
0% {opacity:1;}
20% {opacity:0.7;}
50% {opacity:0.65;}
60% {opacity:1;transform: scale(1.2); /*放大1.1倍*/}
80% {opacity:0.7;}
100% {opacity:1;}

}
@media screen and (max-width:1366px){
.earth{max-width: 700px;margin-left: -350px; margin-top: -350px;}
form{padding-top: 25px;}
.form-login h2{font-size: 26px; padding-bottom: 0px;}

.login-main{max-width: 400px;min-height: 390px; margin-left: -200px;margin-top: -195px;}
.form-login{max-width: 400px;}
.cue{width: 360px;}
.form-login .input{width: 360px;}
.form-login .take{width: 360px;}
.submit input.logbtn{height: 45px;}
}
@media screen and (max-width:640px){
.login-main{max-width: 360px;max-height: 645px;position: absolute;left: 50%; top: 50%;margin-left: -180px; margin-top: -322px;}
.form-login{width: 360px; height: auto;background: rgba(1, 15, 125, 0.65);position: relative; }
form{width: 324px;}
.cue{width: 324px;}
.form-login .input {width: 324px;}
    .submit input.logbtn{width: 324px;}
    .form-login .take{ width: 324px;}
}