@charset "utf-8";
/* CSS Document */
/*--------------------------隔开线------------------------------------*/
body{background: url("../images/body-bg1.jpg");
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;}
.box{
	   
   }
   .box-tp{
	   text-align: center;
	   	margin:70px 0 0 0;
   }
.box-tp img{
	    margin:0 auto;
	    position: relative;
	    text-align: center;
		display: block;
		width: 664px;
		height: 80px;
	}
.warp {
}
.login{
background: url(../images/bg.png) no-repeat;
width: 617px;
height: 389px;
position: absolute;
top: 50%;
left: 60%;
margin-top: -160px;
margin-left: -220px;
}
.login-in {
    margin: 110px 40px 0 270px;
    width: 270px;
    padding: 10px 20px 0;
}
.title {
width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    position: relative;
	 border-bottom: 1px solid #d2d3d3;
	 font-size: 16px;
}
.title_in {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    /* font-weight: bold; */
    padding: 0 10px;
	}
.title_hover {
	    border-bottom: 2px solid #216bd6;
	    font-weight: bold;}
.password {
    width: 100%;
    height: 40px;
    border: 1px solid #d2d3d3;
    margin-top: 10px;
    line-height: 40px;
	background: #ffffff;
    display: flex;
    justify-content: space-between;
    transition: all 0.2s linear;
    position: relative;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.username {
    width: 100%;
    height: 40px;
    border: 1px solid #d2d3d3;
    margin-top: 10px;
    line-height: 40px;
	background: #ffffff;
    display: flex;
    justify-content: space-between;
    transition: all 0.2s linear;
    position: relative;
}
.username i, .password i, .code i{
    width: 30px;
    color: #666;
    font-size: 24px;
    margin: 0 10px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
	}
.username-in,
.password-in {
     flex: 1;
     border: 0;
     outline: none;
     font-size: 14px;
     color: #999;
     box-sizing: border-box;
     width: 400px;
     height: 32px;
     line-height: 32px;
     margin-left: 42px;
     margin-top: 5px;
}

.land {
    height: 40px;
    line-height: 40px;
    border: 0;
    background: #43bcfb;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
    /*width: 100px;*/
}
.land:hover {
  cursor: pointer;
  box-shadow: 0px 0px 5px 1px #0505054d;
}
.land a {
  color: #ffffff;
  font-size: 16px;
}
/* .land a:hover {
  color: #141169;
  font-size: 16px;
} */
.Remember,
.forget {
  font-size: 12px;
  color: #666;
  display: inline-block;
  cursor: pointer;
  margin: 2px 0 2px 22px;
}
.footer {
  color: #666;
  font-size: 12px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.imga{
	margin:15px 0;
              position: relative;
            left: 20px;
}