input:-webkit-autofill {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
}
@media screen and (max-width:1367px) {
    body{
        background-color: #0066FF;
    }
    #web_bg{
        position:fixed;
        background-image: url('../images/denglu1366.png');
        top: 0;
        left: 0;
        right:0;
        bottom:0;
        margin:auto 0;
        width:1366px;
        height:768px;
        z-index:-10;
        zoom: 1;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .loginuser{
        position:absolute;
        left: calc(50% - 115px) ;
        top: calc(50% + 90px) ;
        width:150px;
        height:30px;
        background-color: transparent;
        float: left;
    }
    .loginuserbutton{
        width:300px;
        height:50px;
        background-color: transparent;
        color:#fff;
        font-size: 20px;
        border:none;
        outline:none;
    }
    .loginsub,.loginreg{
        position: absolute;
        left: calc(50% + 130px) ;
        top: calc(50% + 98px) ;
        width:50px;
        height:50px;
        float: left;
    }
    .loginreg{
        position: absolute;
        left: calc(50% + 130px) ;
        top: calc(50% + 140px) ;
    }
    .loginpwd{
        position: absolute;
        left: calc(50% - 115px) ;
        top: calc(50% + 135px) ;
        width:150px;
        height:30px;
        float: left;
        background-color: transparent;
    }
    .loginpwdbutton{
        width:300px;
        height:50px;
        background-color: transparent;
        color:#fff;
        border:none;
        outline:none;
    }
    .loginpwdbutton1{
        width:300px;
        height:50px;
        background-color: transparent;
        color:#fff;
        border:none;
        outline:none;
    }
    .loginmessage{
        position: absolute;
        left: calc(50% - 150px) ;
        top: calc(50% + 180px) ;
        width:300px;
        height:50px;
        float: left;
        text-align: center;
    }

    .loginbutton{
        font-weight: bold;
    }
}
@media screen and (min-width:1367px) and (max-width:1921px) {
    body{
        background-color: #0066FF;
    }
    #web_bg{
        position:fixed;
        background-image: url('../images/denglu.png');
        top: 0;
        left: 0;
        width:100%;
        height:100%;
        z-index:-10;
        zoom: 1;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .loginuser{
        position:absolute;
        left: calc(50% - 150px) ;
        top: calc(50% + 135px) ;
        width:300px;
        height:50px;
        background-color: transparent;
        float: left;
    }
    .loginuserbutton{
        width:300px;
        height:50px;
        background-color: transparent;
        color:#fff;
        font-size: 24px;
        border:none;
        outline:none;
    }
    .loginsub,.loginreg{
        position: absolute;
        left: calc(50% + 180px) ;
        top: calc(50% + 145px) ;
        width:50px;
        height:50px;
        float: left;
    }
    .loginreg{
        position: absolute;
        left: calc(50% + 180px) ;
        top: calc(50% + 200px) ;
    }
    .loginpwd{
        position: absolute;
        left: calc(50% - 150px) ;
        top: calc(50% + 195px) ;
        width:300px;
        height:50px;
        float: left;
        background-color: transparent;
    }
    .loginpwdbutton{
        width:300px;
        height:50px;
        background-color: transparent;
        color:#fff;
        border:none;
        outline:none;
    }
    .loginpwdbutton1{
        width:300px;
        height:50px;
        background-color: transparent;
        color:#fff;
        border:none;
        outline:none;
    }
    .loginmessage{
        position: absolute;
        left: calc(50% - 150px) ;
        top: calc(50% + 250px) ;
        width:300px;
        height:50px;
        float: left;
        text-align: center;
    }

    .loginbutton{
        font-weight: bold;
    }
}
