@charset "utf-8";
#dllogin a {
	margin:0;
	padding:0;
	text-decoration: none;
	font-size:12px;
	vertical-align:baseline;
	background:transparent;
	cursor:pointer;
	padding-left:10px;
	padding-right:10px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input{
	  outline-style: none;
}
#dllogin input{
	outline:medium;
	}
#dllogin ul {
	list-style:none;
}
#dllogin .content{
	width:1190px;
	margin:0px auto;
	height:100%;
	vertical-align:middle; 
	}
#dllogin .logo{
    margin-top: 40px;
	}
#dllogin .pic{
    margin-top: 25px;
	}
#dllogin .box{
    width: 380px;
    height: 360px;
    background: #d5e9ff;
    position: absolute;
    margin-left: 808px;
    top: 0px;
    margin-top: 170px;
    border: 1px #dddddd solid;
	}
#dllogin .boxContent{
	width:90%;
	margin:0px auto;
	}
#dllogin .boxContentName{
    font-size: 21px;
    color: #010101;
    margin-bottom: 12px;
    font-family: "微软雅黑";
    width: 100%;
    height: 45px;
    background-color: #F39615;
    text-align: center;
	border-bottom:2px #e6e6ef solid;
	}
#dllogin .boxContentName img{
	width: 50%;
    margin-top: 12px;
	}
.boxContentTitle{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
	}
.boxContentTitle img{
	width:100px;
	}
#dllogin .registered{
	/* text-align: right; */
    font-size: 14px;
    color: #017cfe;
	padding-bottom: 10px;
	cursor: pointer;
	}
#dllogin .prompt{
    background-color: #e1e2f1;
    text-align: center;
    border: 1px #a3a7e5 solid;
    font-size: 12px;
    color: #666666;
    height: 20px;
    line-height: 20px;
	
    width: 349px;
    margin-left: 10px;
}
#dllogin .prompt img{
	position: absolute;
    margin-left: -10px;
	}
#dllogin .prompt span{
	padding-left:10px;
	}
#dllogin .name1{
    width: 346px;
    height: 40px;
    border: 1px #ccc solid;
    margin: 0px auto;
    margin-top: 20px;
	}
#dllogin .pwd{
    width: 346px;
    height: 40px;
    border: 1px #ccc solid;
    margin: 0px auto;
    margin-top: 20px;
	}
#dllogin .namePic{
    width: 40px;
    height: 100%;
    background-color: #efecf2;
    border-right: 1px #ccc solid;
    text-align: center;
    float: left;
	}
#dllogin .namePic img{
	width:20px;
	padding-top:10px;
	}
#dllogin .nameBox{
    width: 296px;
    height: 100%;
    float: left;
	}
#dllogin .nameBox input{
    width: 296px;
    height: 38px;
    border: none;
    padding-left: 5px;
    background-color: transparent;
	font-size: 15px;
	}
#dllogin .pwdPic{
    width: 40px;
    height: 100%;
    background-color: #efecf2;
    border-right: 1px #ccc solid;
    text-align: center;
    float: left;
	}
#dllogin .pwdPic img{
	width:20px;
	padding-top:10px;
	}
#dllogin .pwdBox{
    width: 296px;
    height: 100%;
    float: left;
	}
#dllogin .pwdBox input{
    width: 296px;
    height: 38px;
    border: none;
    padding-left: 5px;
    background-color: transparent;
    font-size: 15px;
	}
#dllogin .automaticLanding{
    width: 346px;
    margin: 0px auto;
    font-size: 12px;
    color: #666666;
    margin-top: 20px;
	}
#dllogin .automaticLanding input{
	height:14px;
	margin-top:-0.1px;
    float: left;
}
#dllogin .automaticLanding span{
    float: right;
	}
#dllogin .button{
    background: #1b67ff;
    width: 348px;
    height: 40px;
    border: 1px #1b67ff solid;
    color: #fff;
    font-size: 18px;
    font-family: "微软雅黑";
    /* margin-left: 17px; */
    margin-top: 20px;
	}
.newRegistered{
	width: 346px;
    margin: 0px auto;
    margin-top: 20px;
	}
.newRegistered input{
    color: #a7adfb;
    width: 169px;
    height: 38px;
    border: 1px #a7adfb solid;
    background-color: transparent;
    font-size: 14px;
	}
#dllogin .footer{
    width: 100%;
    color: #666666;
    text-align: center;
	margin-top:20px;
    margin-bottom: 40px;
	}
.registered{
	text-align: center;
    margin-top: 20px;
    font-size: 14px;
	}
.registered img{
    width: 90%;
	}
.jp{
  position: absolute;
  margin-top: 8px;
  margin-left: -31px;
	}
.newRegistered a:hover{
	color: #1b67ff; 
}