/*黑白颜色*/
/*        body {
            -webkit-filter: grayscale(100%);
        }*/
::-webkit-scrollbar {
    display: none;
}

html {
    width: 100%;
    height: 100%;
    background: #000;
}

body {
    width: 100%;
    height: calc(100%);
}

#box1 {
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: right;
    height: 100%;
    width: 15%;
    margin-left: 10%;
    margin-top: -3%;
    position: relative;
    text-align: left;
}

    #box1 img {
        margin-top: 25%;
        margin-left: 10%;
        height: 50%;
        width: 70%;
        margin-bottom: 15%;
        position: relative;
    }

        #box1 img:hover {
            transform: rotateY(180deg);
        }

#login {
    width: 33%;
    height: 100%;
    margin-left: 9%;
    color: white;
    text-align: center;
    margin-top: 0.1%;
    /*border: 1px solid dodgerblue;*/
}

.operation {
    /*margin-left: -1%;*/
    position: relative;
    background-image: url(/image/SmartFactory/login.png);
    background-repeat: no-repeat;
    background-size: 150%;
    /*border: 1px solid dodgerblue;*/
    opacity: 0.6;
    z-index: 30;
    width: 80%;
    height: 90%;
    margin-left: 20%;
    margin-top: 10%
}

#login:hover {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    z-index: 10;
}

#txt_FUserNo {
    background-color: transparent;
    border-color: #B9DEF0;
    font-size: 100%;
    margin-top: 5%;
    margin-left: 19%;
    width: 60%;
    height: 10%;
    letter-spacing: 7px;
    border-radius: 3px 3px 3px 3px;
    /*text-shadow: 2px 10px 8px dodgerblue;*/
    text-indent: 2px;
    color: white;
    /*position:relative;*/
}

#txt_FPassword {
    background-color: transparent;
    border-color: #B9DEF0;
    font-size: 100%;
    margin-top: 5%;
    margin-left: 19%;
    width: 60%;
    height: 10%;
    letter-spacing: 7px;
    border-radius: 3px 3px 3px 3px;
    /*text-shadow: 2px 10px 8px dodgerblue;*/
    text-indent: 2px;
    color: white;
}

#Yanzheng {
    background-color: transparent;
    border-color: #B9DEF0;
    font-size: 100%;
    margin-top: 5%;
    margin-left: 19%;
    width: 30%;
    height: 10%;
    letter-spacing: 7px;
    border-radius: 3px 3px 3px 3px;
    text-shadow: 2px 10px 8px dodgerblue;
    text-indent: 2px;
    color: white;
}

#box_FIsRemember {
    background-color: blue;
    border-color: #0033FF;
    color: #fff;
    display: inline-block;
    visibility: visible;
    text-align: left;
    margin-left: -60%;
    /*margin-top: 15%;*/
    /*border: 1px solid whitesmoke;*/
    /*position:relative;*/
}

.num2 {
    margin-top: 3%;
}

.selet {
    margin-top: -6%;
    margin-left: 30%;
    color: rgb(46,77,159);
    position: relative;
    width: 20%;
    height: 20%;
}

.anniu {
    background-image: url(/image/SmartFactory/4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50%;
    height: 10%;
    margin-left: 17%;
    margin-top: 3%;
    margin-bottom: 20%;
    position: relative;
}

    .anniu button {
        background-color: transparent;
        border-style: none;
        position: relative;
        /*margin-bottom: 1%;*/
    }

#box2 img {
    /*margin-left: 8%;*/
    margin-top: -10%;
    position: relative;
    width: 100%;
    height: 80%;
    /*margin-bottom: 3%;*/
}

#box3 {
    background-image: url(/image/SmartFactory/12.png);
    background-size: 90%;
    background-repeat: no-repeat;
    float: right;
    height: 100%;
    width: 30%;
    margin-top: -25%;
    margin-left: 20%;
    position: relative;
    /*border: 1px solid whitesmoke;*/
}

    #box3 img {
        margin-left: 12%;
        margin-top: 20%;
        position: relative;
        width: 60%;
        height: 100%;
        margin-bottom: 30%;
    }

#box6:hover {
    transform: rotateY(180deg);
}

#box6 {
    height: 50%;
    width: 30%
}

.wfull {
    width: 90%;
    margin-left: -15%;
}
input::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 600;
}
