* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
}
body {
 
     background-image: url(http://www.sczhiye.cn/bj.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-left: 0px;
    margin-top: 0px;
}

/* 默认样式 */
.loginFrame {
    width: 700px;
    height: 415px;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    padding: 50px 0;
    box-sizing: border-box;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
}

.loginFrame > div {
    width: 350px;
    height: 50px;
    margin: 40px auto;
    color: white;
}

.loginFrame > p {
    text-align: center;
    color: white;
    font-size: 25px;
}

.loginFrame > div span {
    display: inline-block;
    cursor: pointer;
}

.loginFrame > div input {
    width: 100%;
    height: 30px;
    background: transparent;
    border: none;
    outline: none;
    color: white;

}

.loginFrame .enterBut {
    width: 180px;
    height: 40px;
    border-radius: 5px;
    border:1px solid white;
    text-align: center;
    padding-top: 3px;
    box-sizing: border-box;
    font-size: 20px;
    cursor: pointer;
}

.loginFrame .enterBut:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5) inset;
}

.loginFrame .copyright {
    width: 100%;
    height: 100%;
}
.loginFrame .copyright > p {
    color: white;
    font-size: 0.8em;
    text-align: center;
}
.loginFrame .copyright > p a {
    color: white;
    text-decoration:none;
}

input::-webkit-input-placeholder {
    color: #BDCADA;
}

table {
    width: 100%;
    height: 50px;
    font-family: verdana,arial,sans-serif;
    font-size:11px;
    color:#333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
    margin: 100px auto;
}
table td {
    border-width: 0px;
    padding: 7px;
    border-style: solid;
    border-color: white;
    background-color: rgba(240,128,128,0.1);
    text-align: center; 
    color: white;
}

svg {
    vertical-align: bottom;
}

/* 自适应 */
@media screen and (max-width: 1250px) {
    .loginFrame {
        width: 900px;
        height: 1100px;
        background: rgba(0, 0, 0, 0.3);
        position: fixed;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 10px;
        padding: 50px 0;
        box-sizing: border-box;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
    }
    .loginFrame > div {
        width: 600px;
        height: 150px;
        margin: 100px auto;
        color: white;
    }
    
    .loginFrame > p {
        text-align: center;
        color: white;
        font-size: 80px;
    }
    
    .loginFrame > div span {
        display: inline-block;
        cursor: pointer;
        font-size: 2.5em;
    }
    
    .loginFrame > div input {
        width: 100%;
        height:80px;
        background: transparent;
        border: none;
        outline: none;
        color: white;
        font-size: 30px;
    }
    
    .loginFrame .enterBut {
        width: 500px;
        height: 130px;
        border-radius: 10px;
        border:1px solid white;
        text-align: center;
        padding-top: 5px;
        font-size: 65px;
        box-sizing: border-box;
        cursor: pointer;
    }
    
    .loginFrame .enterBut:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, .5) inset;
    }
    
    .loginFrame .copyright {
        width: 100%;
        height: 100%;
    }
    .loginFrame .copyright > p {
        color: white;
        font-size: 2.3em;
        text-align: center;
    }
    .loginFrame .copyright > p a {
        color: white;
        text-decoration:none;
    }
    
    input::-webkit-input-placeholder {
        color: #BDCADA;
    }

    table {
        width: 100%;
        height: 50px;
        font-family: verdana,arial,sans-serif;
        font-size:30px;
        color:#333333;
        border-width: 1px;
        border-color: #666666;
        border-collapse: collapse;
        margin: 300px auto;
    }
    table td {
        border-width: 0px;
        padding: 7px;
        border-style: solid;
        border-color: white;
        background-color: rgba(240,128,128,0.1);
        text-align: center; 
        color: white;
    }

    .icon {
        width: 60px;
        height: 60px;
    }

    .iconget {
        width: 100px;
        height: 100px;
    }
}