/*// Header*/
.Header{
    width: 100%;
    height: 124px;
    background: #fff;
}
.dl_logo img{
    width: 255px;
    height: 72px;
}
.mr12{
    margin-right: 12px;
}
.comeBack{
    width: 84px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #328bd8;
    color: #006abe;
    border-radius: 2px;
    margin-top: 44px;
}
.comeBack:hover{
    color: #fff;
    background: #328bd8;
}
/*//Content*/
.Content{
    width: 100%;
    height:822px;
    background: url(../images/pic_dlBg.jpg) no-repeat ;
    background-size:100% 100%;
}
.Content .word-img{
    width: 484px;
    height:502px ;
    margin-top: 146px;
    margin-left: 46px;
}
.Content .word-img img{
    width: 100%;
    height: 100%;
}
.Content .zhuCe{
    width: 424px;
    height: 430px;
    background: #fff;
    border-radius: 5px;
    margin-top: 172px;
}
.Content .zhuCe .title{
    margin-top: 6px;
    width:360px;
    height: 59px;
    border-bottom: 1px solid #328bd8;
}
.Content .zhuCe .title .dengLu{
    color: #328bd8;
    font-size:20px ;
    height:57px ;
    line-height:57px ;
    width: 82px;
    border-bottom:3px solid #328bd8 ;
}
.DLBox p{
    height: 20px;
}
.InputWH{
    width:290px ;
    height: 42px;
    line-height: 42px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding-left: 40px;
    color: #999999;
}
.InputWH.Input01{
    background: url(../images/sprite/icon_dlPerson.png) no-repeat 15px center;
}
.InputWH.Input02{
    background: url(../images/sprite/icon_dlKey.png) no-repeat 15px center;
}
.onError, .onFocus, .onLoad, .onShow, .onTime{
    margin-left: 46px!important;
}
::-webkit-input-placeholder{
    color:#999999;
}
::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999999;
}
:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999999;
}
:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999999;
}
/*// 忘记密码*/
.rememberPW{
	margin:15px 0 0 0;
}
.identify .code{
	width: 160px;
}
.checkbox{
	width: 15px;
	height: 15px;
	margin: 3px 10px 0 2px;
}
.loginBtn{
	width: 340px;
	height: 48px;
	line-height: 48px;
	border-radius: 2px;
	background: #328bd8;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 18px;
	margin: 21px auto;
}
.loginBtn:hover{
	background: #106ebd;
}
.ml46{
    margin-left: 46px;
}
.mr46{
    margin-right: 46px;
}
/*// 底部*/
.CommonFooter{
    margin-top: 0;
}
/*// 忘记密码弹窗*/
.forgetPW_POPBg{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../images/sprite/forgetPW_POPBg.png);
}
.forgetPW_POPBox{
    width: 436px;
    height: 240px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -218px;
}
.forgetPW_closeBtn{
    width: 42px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    border: 1px solid #ededed;
    font-style: normal;
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: center;
    cursor: pointer;
    color: #969696;
    border-radius: 2px;
    &:hover{
        color: #308bd8;
        border-color: #308bd8;
    }
}
.forgetPW_tit{
    text-align: center;
    font-size: 26px;
    color: #308bd8;
    margin-top: 30px;
    margin-bottom: 40px;
}
.forgetPW_txt{
    margin-left: 60px;
    margin-bottom: 15px;
    font-size: 16px;
}
.InputYZ{
    width: 193px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-left:33px;
    color: #999999;
    background: url(../images/sprite/icon_dlYanzheng.png) no-repeat 10px center;
}
.yanzhengma{
    width: 85px;
    height: 35px;
    margin-top: 4px;
    background: url(../images/sprite/icon_dlyzma.png) no-repeat center;
}
.yanzhengma img{
    width: 100%;
    height: 100%;
}
