html {
    height: 100%
}

body.signin {
    height: auto;
    background: url(../images/login_bg.png) no-repeat center fixed;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    /*background-position: center;*/
    background-size: 100% 100%;
}
body.ygxd{
    background-image: url(../images/yg_bg.png);
}
body.zys{
    background-image: url(../images/bg_zys.jpg);
}
input::-webkit-input-placeholder{color:#909090}
input:-webkit-autofill {
    -webkit-text-fill-color: #333; /* 设置文本颜色 */
    -ms-text-fill-color:#333;
    
  }
input:autofill {
    -webkit-text-fill-color: #333; /* 设置文本颜色 */
    -ms-text-fill-color:#333;
}
 input{
    /* -webkit-text-fill-color:#333; */

 }
  input:-webkit-autofill {
    background-color: #ffffff !important;/*在这里换成你想要的颜色*/
    transition: background-color 5000s ease-in-out 0s !important;
  }
  
.signinpanel {
    width: 750px;
    margin: 10% auto 0
}

.signinpanel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: 0 0
}

.signinpanel .signin-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0
}

.signinpanel .form-control {
    display: block;
    margin-top: 20px
}

.zj-row .signinpanel .form-control{
    margin-top: 15px;
}

.signinpanel input {
    border-radius: 4px;
    margin-top:25px;
    height: 40px;
    line-height: 40px;
}
.signinpanel .btn{
    line-height: 30px;
}

.signinpanel .uname {
    background: #fff url(../images/user.png) no-repeat 95% center;
    color: #333;
}

.signinpanel .pword {
    background: #fff url(../images/locked.png) no-repeat 95% center;
    color: #333
}

.signinpanel .btn {
    margin-top: 15px;
}

.signinpanel form {
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 30px 10px;
}

.signup-footer {
    border-top: solid 1px rgba(255, 255, 255, .3);
    margin: 20px 0;
    padding-top: 15px
}

@media screen and (max-width: 768px) {
    .signinpanel, .signuppanel {
        margin: 0 auto;
        width: 100% !important;
        padding: 20px
    }

    .signinpanel form {
        margin-top: 20px
    }

    .signup-footer, .signuppanel .form-control {
        margin-bottom: 10px
    }

    .signup-footer .pull-left, .signup-footer .pull-right {
        float: none !important;
        text-align: center
    }

    .signinpanel .signin-info ul {
        display: none
    }
}

@media screen and (max-width: 320px) {
    .signinpanel, .signuppanel {
        margin: 0 20px;
        width: auto
    }
}

.ygxd .logo-box{
    float: left;
    background:rgba(0,0,0,.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 310px;
    color:#fff;
    width:280px;
    font-size: 18px;

}

.zys .logo-box{
    position: absolute;
    left:100px;
    top:50%;
    transform: translateY(-50%);
    text-align: center;
}
.zys .logo-box p{
    font-size: 46px;
    color:#fff;
    
}
.zys .logo-box img{
    width:300px;
}
.ygxd .wel{
    font-size: 24px;
    padding:10px;
}
.ygxd input{
    border:none;
    border-bottom:1px solid #C0C0C0;
}

.ygxd .signinpanel{
    overflow: hidden;
    padding:0;
    width:600px;
    left:50%;
    margin-left:-300px;
    top:50%;
    margin-top:-224px;
    /* height: 300px; */

    
}
.zys .signinpanel{
    left:50%;
}
.top-box{
    overflow: hidden;
} 

.ewm-box{
    width:100%;
    float: left;
    margin-top:20px;
    text-align: center;
    color:#fff;
    font-size: 14px;;

}
.ewm-box >div{
    display: inline-block;


}
.ewm-box >div:first-child{
    margin-right:50px;
}
.ewm-box img{
    margin-bottom:10px;
    width:94px;
    height: 94px;
}
.ygxd .form-box{
    float: left;
    width:320px;
    background:#fff;
    
    height:310px;
}

.signinpanel{
    width:500px;
    padding-left:500px;
    padding:0 200px;
    position: fixed;
    margin: 0 auto;
    /*bottom: 230px;*/
    top:20%;
    bottom: 0;
    left: 30%;
    right: 0;
    z-index: 99999;
}
.row{
    margin:0;
}

@media screen and (max-width: 1300px) {
    .signinpanel{
        /* width:1000px; */
        padding:0 200px;
        position: fixed;
        margin: 0 auto;
        top:13%;
        bottom: 120px;
        left: 0;
        right: 0;
        z-index: 99999;
    }
}