html,
button,
input,
select,
textarea {
    font-family: 'Microsoft Yahei';
}

body,ul,ol,dt,dd,dl,li,p,a，h1,h2,h3,h4,h5,h6,fieldset{
    margin: 0;
    padding: 0;
    font-weight: normal;
}
li{
    list-style-type: none;
}
button:active,button:focus{
    outline: none;
    box-shadow: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    box-shadow: inset 0 0 0 1000px #fff;
    -moz-box-shadow: inset 0 0 0 1000px #fff;
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

/*背景*/
body{
    background: #333 url(../images/loginBg.png) top center no-repeat fixed;
    background-size: cover;
}

/*主体*/
.container{
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.main{
    position: fixed;
    top: 44%;
    right: 50%;
    margin-top: -311px;
    margin-right: -298px;
    width: 596px;
    height: 622px;
}

.logo{
    height: 62px;
    margin-bottom: 50px;
    text-align: center;
}
.logo img{
        width: 460px;
        margin: 90px auto;
    }

.login{
    width: 690px;
    height: 690px;
    background-color: #fff;
    border: 1px #fff solid;
}

.login h2{
    margin-top: 54px;
    margin-bottom: 34px;
    line-height: 30px;
    font-size: 30px;
    color: #39b54a;
    text-align: center;
}

.login ul{
    padding: 163px 77px;
}

.login ul li{
    position: relative;
    margin-bottom: 20px;
}

.login input{
    padding: 0 18px 0 50px;
    width: 535px;
    height: 50px;
    font-size: 16px;
    line-height: 48px;
    line-height: 38px;
    border: 1px #eee solid;
    background: #f2f2f2;
    box-sizing: border-box;
}
.login .ver input{
    width: 340px;
}

.login .ver img{
    position: absolute;
    top: 0px;
    margin-left: 35px;
    height: 50px;
    cursor: pointer;
}
.login i{
    display: inline-block;
    height: 30px;
    width:20px;
    background-size: 100%;
    position: absolute;
    left: 15px;
    top: 15px;
    background-repeat: no-repeat;
}

.login i.userName{
    background-image: url(img/user.png);
}
.login i.password{
    background-image: url(img/password.png);
}

.login i.ver{
    background-image: url(img/ver.png);
}

.login button{
    margin-top: 20px;
    width: 100%;
    height: 62px;
    font-size: 22px;
    color: #fff;
    background-color: #39b54a;
    border: 1px #39b54a solid;
    border-radius: 4px;
    letter-spacing: 6px;
    cursor: pointer;
}

.login .btn-disabled{
    letter-spacing: normal;
    background-color: #7ed78a;
    border: 1px solid #7ed78a;
    cursor: no-drop;
}

.login li .tip{
    display: inline-block;
    position: absolute;
    width: 150px;
    height: 40px;
    background: pink;
    border-radius: 5px;
    top: 0;
    color: red;
    left: -167px;
    text-align: center;
	line-height: 40px;
    font-size: 18px
}
.login li .tip .trangle {
	position: absolute;
    display: inline-block;
    top: 13px;
    right: -15px;
    width: 0;
    height: 0;
    font-size: 0;
    border: solid 8px;
    border-color: #ffffff #ffffff #ffffff pink;
}

/*输入框变色*/
input:focus{
    outline: 0;
    border: 1px solid #39b54a;
}

/*媒体查询*/
@media all and (max-width: 1366px){
    body{
        background: #333 url(../images/loginBg.png) top center no-repeat fixed;
        background-size: cover;
    }

    .main{
        position: fixed;
        top: 45%;
        right: 50%;
        margin-top: -194px;
        margin-right: -190px;
        width: 380px;
        height: 388px;
    }

    .logo{
        margin-bottom: 33px;
        height: 40px;
        text-align: center;
    }

    .logo img{
        width: 220px;
         margin: 43px auto;
    }

    .login{
        width: 380px;
        height: 400px;
    }

    .login h2{
        margin-top: 36px;
        margin-bottom: 26px;
        line-height: 26px;
        font-size: 26px;
    }

    .login ul{
        padding: 77px 40px
    }

    .login ul li{
        margin-bottom: 15px;
    }

    .login input{
        padding: 0 16px 0 40px;
        width: 298px;
        height: 38px;
        font-size: 16px;
    }
    .login i{
        display: inline-block;
        height:20px;
        width:16px;
        left: 10px;
        top: 10px;
    }
    .login .ver input{
        width: 165px;
    }

    .login .ver img{
        position: absolute;
        top: 0px;
        margin-left: 12px;
        height: 38px;
    }

    .login button{
        margin-top: 8px;
        width: 100%;
        height: 48px;
        font-size: 20px;
    }

    /*错误提示*/
    .login li .tip{
	    display: inline-block;
	    position: absolute;
	    width: 150px;
	    height: 35px;
	    background: pink;
	    border-radius: 5px;
	    top: 0;
	    color: red;
	    left: -167px;
	    text-align: center;
    	line-height: 35px;
    }
	.login li .tip .trangle {
		position: absolute;
	    display: inline-block;
	    top: 10px;
	    right: -14px;
	    width: 0;
	    height: 0;
	    font-size: 0;
	    border: solid 8px;
	    border-color: #ffffff #ffffff #ffffff pink;
	}
}
.dn{
	display: none!important;
}

/*popbox*/
.popbox{ background:#fff; position:absolute; width:325px; border-radius:10px; left:60%; margin-left:-259px;top:10%; z-index:200; overflow:hidden}
.popbox .in{ padding:10px 0 0 0; overflow:hidden}
.popbox .in2{ padding:15px 0 0 0; overflow:hidden}
.popbox h4{ text-align:center; font-size:1.8em; padding-bottom:20px}
.popbox .tc-p{ text-align:center; line-height:40px; color:#FF5758; font-size:1.4em}
.popbox .tc-p2{ text-align:left; padding:0 20px; font-size:1.2em;line-height:40px;color:#333; height:600px; overflow:auto }
.docmt{ padding-bottom:10px; overflow:hidden; display:block}
.docmt dt{ width:148px;color:#000; text-align:right; display:block; float:left}
.docmt dd{ width:157px; display:block; float:left}
.popbtn{overflow:hidden; clear:both}
.popbtn a{ width:259px; text-align:center; padding:25px 0;display:block; overflow:hidden; float:left;background:rgba(11, 148, 64, 0.93);color:#fff; font-size:1.5em;}
.popbtn a.one{ width:100%; text-align:center; padding:12px 0;display:block; overflow:hidden; float:inherit;background:rgba(11, 148, 64, 0.93);color:#fff; font-size:1.5em;}
.popbtn a.r-l{ border-left:1px solid #fff;width:258px;}
.ico-cha{ background:url(../images/cha.jpg) no-repeat; width:30px; height:30px; display:block; position:absolute; right:15px; top:15px;}
.blackbj{ width: 100%;
    height: 100%;
    position: absolute;
    background:#000;
    z-index:1;
    opacity: 0.5; /*Chrome、Safari、Firefox、Opera */  }
.all{ width:100%; height:100%;z-index:999; position:fixed;top:0; left:0;font-size: 20px; }