html,
body {
	width: 100%;
	height: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-family: 微软雅黑;
    display: block;
}

*{
    box-sizing:border-box;
}

a:hover,
a:focus {
	text-decoration: none;
}
ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}
/* IE6 */

*:first-child+html .clearfix {
	zoom: 1;
}

.login {
	width: 100%;
	height: 100%;
	position: relative;
	
}
.login {
	z-index: 2;
	position: relative;
	width: 100%;
	height: 100%;
	transition: all 1s;
	background-color: rgba(0, 30, 54, 0.2);
	background-repeat: no-repeat;
}
.login_left {
    float: left;
    width: 73%;
    height: 100%;
    position:relative;
    background-image: url(../images/bj.jpg);
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;

}
.login_right{
    float: right;
    position: relative;
    /*width: 450px;*/
     width: 27%; 
    height: 100%;
    background-color: #fff;
    text-align: center;
}
.login_text {
    position: absolute;
    top: 16%;
    left: 5%;
    color: #fff;
}
.login_text h2 {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing:2px;
}
.login_text p {
    font-size: 20px;
    font-weight: 600;
    letter-spacing:1px;
}
.login_logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.logo_img {
    float: left;
    width:50px;
    height: 50px;
    background: url(../images/LOGO.png);
    background-repeat: no-repeat;
    margin:0 auto;
    /* margin-right: 10px; */
    /*margin-left: -10px;*/
}
.login_title {
    margin-top: 40px;
}
.login_title p {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}
.login_comment {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    margin: 50px 0 0;
    padding: 0 60px;
    position: relative;
}

.login-box {
    width: 280px;
    height: 40px;
    border: 1px solid#1b90fd;
    border-radius: 20px;
    margin:0 auto;
}
.icon-yonghu {
    display: block;
    float: left;
    position: absolute;
    margin-top: 9px;
    margin-left: 15px;
    font-size: 18px !important;
    color: #1b90fd;
}
.login_user input {
    z-index: 2;
    display: block;
    transition: all 0.5s;
    width: 210px;
    height: 38px;
    border: 0;
    outline: none;
    margin-left: 40px;
    position: absolute;  
}
.icon-mima{
    display: block;
    float: left;
    position: absolute;
    margin-top: 9px;
    margin-left: 15px;
    font-size: 18px !important;
    color: #1b90fd;
}
.login_password input{
    z-index: 2;
    position: absolute;
    display: block;
    transition: all 0.5s;
    width: 210px;
    height: 38px;
    border: 0;
    outline: none;
    margin-left: 40px;   
}
.button{
    cursor: pointer;
	width: 280px;
	text-align: center;
	line-height: 40px;
	background-color: #1b90fd;
	border-radius: 20px;
	margin-top: 50px;
    margin:0 auto;
	color: #fff;
	font-size: 14px;
    box-shadow: 0px 0px 2px 1px rgb(51 51 51 / 60%);
}

.footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    padding: 10px 0px;
    bottom: 15px;
    color: #fff;
}
.login_btn {
    width: 280px;
    padding: 0 25px;
    margin:50px auto;

}
.but_enroll{
    float: left;
    color: #1b90fd;
    cursor: pointer;
    text-decoration: none;
}
.but_password{
    float: right;
    color: #1b90fd;
    cursor: pointer;
    text-decoration: none;
}
.login_btn a:hover {
    color: #1b90fd;
}
/*下载客户端*/
.toolbar_item,
.toolbar_layer {
	background: url(../images/toolbar.png) no-repeat;
}
.toolbar {
    width: 280px;
	position: absolute;
    z-index: 9;
    left: 25%;
	bottom: 25px;
    margin:0 auto;
}
.toolbar a {
    text-decoration: none;
}
.toolbar_item {
    float: left;
	display: block;
	width: 50px;
	height: 50px;
    border-radius: 25px;
	position: relative;
    margin-left: 25px;
    background-color: #1b90fd;
    text-align: center;
    line-height: 47px;
	-moz-transition: background-position 1s;
	-ms-transition: background-position 1s;
	-o-moz-transition: background-position 1s;
	-webkit-moz-transition: background-position 1s;
	transition: background-position 1s;
}
.toolbar_item:hover .toolbar_layer {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.icon-pingguo, .icon-xiazai {
    font-size: 24px !important;
    color: #fff;
}
.icon-anzhuo{
    font-size: 25px !important;
    color: #fff;
}
.toolbar_item:hover i {
    display: none;
}
.toolbar_apple .toolbar_layer {
	height: 210px;
	background-position: 0 -210px;
}
.toolbar_apple:hover {
	background-position: 0 -862px;
}
.toolbar_android .toolbar_layer {
	height: 210px;
	background-position: 0 -210px;
}
.toolbar_top:hover {
	background-position: 0 -614px;
}
.toolbar_android:hover {
	background-position: 0 -738px;
}
.toolbar_layer {
	position: absolute;
    z-index: 10;
	/* right: 20%; */
    left: -130%;
	bottom: 44px;
	width: 172px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform-origin: bottom;
	-moz-transform-origin: bottom;
	-ms-transform-origin: bottom;
	-o-transform-origin: bottom;
	-webkit-transform-origin: bottom;
	transform: scale(0.01);
	-moz-transform: scale(0.01);
	-ms-transform: scale(0.01);
	-o-transform: scale(0.01);
	-webkit-transform: scale(0.01);
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}
.foot{
    width: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
    padding:0;
    bottom:1%;
}