@charset "utf-8";
/* CSS Document */


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    font-family: "微软雅黑";
    font-size: 16px;
    text-decoration: none;
}
a {
    outline: none;
}
a:focus {
    outline: none;
}

/*登录页面2css*/
.login_header{
    width: 100%;
    height: 100px;
    display: block;
    text-align: right;
    padding-right: 40px;
    padding-top: 40px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: 40px 30px;
}
.body_bg2 {
    width:100%;
    height:100%;
    background-attachment: fixed;
    background-image: url(../images/login_container3_bg.jpg);
    background-repeat: no-repeat;
    background-size:100% 100%;
}

.click {
    text-align: right;
    margin-top: 30px;
    margin-right: -10px;
}

.center {
    text-align: center;
    padding-top: 10px;
}

.Scan {
    padding: 40px;
    display: none;
    width: 430px;
    height: 100%;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
}

.topRight {
    position: absolute;
    top: 4px;
    right: 4px;
    display: inline-block;
}

.computerIcon {
    position: absolute;
    top: 4px;
    right: 4px;
    display: inline-block;
}
.login_container2 {
    width: 350px;
    min-height: 200px;
    display:block;
    margin: 0px auto;
    border-radius: 10px;
    filter:alpha(Opacity=92);
    -moz-opacity:0.92;
    opacity: 0.92;
}
.login_container2 .title {
    width: 100%;
    padding-bottom: 12px;
    display:block;
    text-align:center;
    font-size:30px;
    color:#eeeeee;
}
.login_container2 .input_box {
    min-height: 50px;
    margin: 0px auto;
    display: block;
    padding-top: 5px;
    padding-bottom: 70px;
}
.login_container2 .input_box .user_icon{
    background-image: url(../images/input_icon1.png);
    background-repeat: no-repeat;
    background-position: 16px 17px;
    padding-left:45px;
}
.login_container2 .input_box .user_icon2{
    background-image: url(../images/input_icon2.png);
    background-repeat: no-repeat;
    background-position: 16px 17px;
    padding-left:45px;
}
.login_container2 .input_box .pass_icon{
    background-image: url(../images/input_icon3.png);
    background-repeat: no-repeat;
    background-position: 16px 16px;
    padding-left:45px;
}
.login_container2 .input_box li {
    list-style-type: none;
    width:100%;
    padding:20px 0 0px 0;
}
.login_container2 .input_box input[type="text"]{
    height:50px;
}
.login_container2 .input_box input[type="password"]{
    height:50px;
}
.login_container2 .input_box select{
    height:42px;
}
.login_container2 .input_box li span {
    width:100%;
    display:block;
    text-align:center;
    margin:10px 0 0px 0;
}
.login_footer{
    width:100%;
    height:30px;
    text-align:center;
    font-size:14px;
    color:#ffffff;
    float:left;
    margin-top:30px;
}
.btn-red {
    width: 144px;
    height: 41px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    border-radius: 20px;
    font-size: 16px;
    color:#d4d4d4;
    background-color:#3271db;
}

.btn-red:hover {
    background-color: #ff0000;
    color: #fff;
    text-decoration: none;
}

.btn-black {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 20px;
    font-size: 14px;
    color:#d4d4d4;
    background-color:#202c49;
}

.btn-black:hover {
    background-color: #ff0000;
    color: #fff;
    text-decoration: none;
}


.app{
    display:block;
    width:600px;
    margin:0px auto;
}
.app li{
    width:50%;
    text-align:center;
    float:left;
    text-align:center;
}
.app li img{
    width:200px;
    height: 200px;
}
.app li label{
    display:inline-block;
    width:100%;
    text-align:center;
    padding-top:15px;
}
.Validform_checktip{
    margin-right:8px;
    line-height:10px;
    height:17px;
    overflow:hidden;
    color:#999;
    font-size:12px;
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 5px;



}
.Validform_right{
    color:#71b83d;
    padding-left:20px;
    background:url(../images/right.png) no-repeat left center;
}
.Validform_wrong{
    color:#DDD;
    padding-left:20px;
    white-space:nowrap;
    background:url(../images/error.png) no-repeat left center;
}
.Validform_loading{
    padding-left:20px;
    background:url(../images/onLoad.gif) no-repeat left center;
}
.Validform_error{
    background-color:#ffe7e7;
}

.loginForm .user_icon {
    background-image: url(../images/input_icon1.png);
    background-repeat: no-repeat;
    background-position: 8px 5px;
    padding-left: 35px;
}

.loginForm .user_icon2 {
    background-image: url(../images/input_icon2.png);
    background-repeat: no-repeat;
    background-position: 8px 5px;
    padding-left: 35px;
}

.loginForm .pass_icon {
    background-image: url(../images/input_icon3.png);
    background-repeat: no-repeat;
    background-position: 8px 5px;
    padding-left: 35px;
}

.loginForm {
    position: relative;
    max-width: 430px;
    padding: 40px;
    margin: 80px auto;
    border-radius: 8px;
    background-color: white;
}

#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999'); box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#999;
    background: -moz-linear-gradient(top, #999, #666 100%); background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666)); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#ccc;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #bbb; border-top:none; text-align:left;}

@media screen and (max-width: 1920px) {
    .login_container2 {
        margin-top: 10%;
    }
}
@media screen and (max-width: 1400px) {
    .login_container2 {
        margin-top: 0.5%;
    }
}
@media screen and (max-width: 1280px) {
    .login_container2 {
        margin-top: 0.5%;
    }
}
@media screen and (max-width: 1024px) {
    .login_container2 {
        margin-top: 0.5%;
    }
}
@media (min-width: 1024px){
    .login_container2 {
        margin-top: 1%;
    }
}
@media (min-width: 1280px){
    .login_container2 {
        margin-top: 4%;
    }
}

@media (min-width: 1400px){
    .login_container2 {
        margin-top: 5%;
    }
}
@media (min-width: 1920px){
    .login_container2 {
        margin-top: 10%;
    }
}