*{
    font: 13px/1.5 '微软雅黑', Verdana, Helvetica, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    padding:0;
    margin:0;
    list-style:none;
    box-sizing: border-box;
}
img{display: block;}
html,body{
    width:100%;
    height:100%;
}
a{
    color:#27A9E3;
    text-decoration:none;
    cursor:pointer;
}
.headline{
	position: absolute; 
	/* top: 10%; */
    top:17.56%;
    right:17%;
	color: #2efefb;
	height: 38px;
	width: 406px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	line-height: 20px;
}
.headline h2{
	font-size: 34px;
}
.span{
    display:block;
    color:red;
    font-size:12px;
    height:25px;
    line-height:15px;
    /*margin-top:-15px;*/
    /*margin-bottom:10px;*/
    position: absolute;
    top:100px;
}
.login{
    background-image: url("images/dise.png");
	background-size:  524px 518px;
    position:fixed;
    top:51%;
    left:60.15%;
    margin-top:-180px;
    min-height: 480px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 30px 0 30px 0;

}
#loginForm{
    padding-top:68px;
    margin-left: 74px;
}
#j_username{
    BACKGROUND-COLOR: transparent;
}
#j_password{
    BACKGROUND-COLOR: transparent;
}
#checkCode{
    BACKGROUND-COLOR: transparent;
}


#rememberr{
width: 107px;
height: 14px;
font-size: 13px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #25a2e3;
line-height: 14px;
}
a.logo{
    display: block;
    height: 58px;
    width: 567px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}
.message {
width: 304px;
line-height: 22px;
margin-top: 30px;
height: 24px;
font-size: 26px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #2EFEFB;
line-height: 36px;

}
/*#darkbannerwrap {*/
/*    background: url(../images/aiwrap.png);*/
/*    width: 18px;*/
/*    height: 10px;*/
/*    margin: 0 0 20px -58px;*/
/*    position: relative;*/
/*}*/
#j_username:-webkit-autofill {
-webkit-box-shadow : 0 0 0px 1000px #0C4280 inset!important;
    -webkit-text-fill-color : #25a2e3!important;
}
#j_password:-webkit-autofill {
    -webkit-box-shadow : 0 0 0px 1000px #0C4280 inset!important;
    -webkit-text-fill-color : #25a2e3!important;
}
#checkCode:-webkit-autofill {
-webkit-box-shadow : 0 0 0px 1000px #0C4280 inset!important;
    -webkit-text-fill-color : #25a2e3!important;
}


input[type=text],
input[type=file],
input[type=password],
input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    background: #fff;
    border-radius: 3px;
    height: 48px;
    line-height:48px;
    padding: 0px 16px;
    font-size: 14px;
    color: #25a2e3;
    outline:none;
    width:82.5%;
    border: none;
    /* border-bottom: 2px solid #EEE; */
}
/* input[type=text]:focus,
input[type=file]:focus,
input[type=password]:focus,select:focus {
    border: none;
    border-bottom: 2px solid #EEE;
} */
input[type=submit],
input[type=button]{
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #33CCE3;
    border-radius: 26px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
}
 input::-webkit-input-placeholder{
            color:#25a2e3;
        }
        input::-moz-placeholder{/* Mozilla Firefox 19+ */
            color:#25a2e3;
        }
        input:-moz-placeholder{/* Mozilla Firefox 4 to 18 */
            color: #25a2e3;
        }
        input:-ms-input-placeholder{
            color: #25a2e3;
        }

hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.copyright{
    font-size:14px;
    color:rgba(255,255,255,0.85);
    display:block;
    position:absolute;
    bottom:15px;
    right:15px;
}
#span{
    display:inline-block;
    /*width:100px;*/
    height:30px;
    line-height:30px;
    text-align:center;
    font-size:16px;
    background:#CCCCCC;
    text-align:center;
    position:absolute;
    right:-100px;
    top: 8px;
}
#right {
    float: right;
    margin-right: 40px;
    width: 400px;
    height: 90px;
}
.video{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}