
* {
    font-size: 17px;
    font-family:'Microsoft YaHei';
    padding: 0;
    margin: 0 0 0 0px;
    list-style: none;
}

.body1 {
    background: url('../../NewWeb/img/登录.jpg') center/cover fixed;
    background-size: cover;
}

.ChangeJG {
    width: 330px;
    height: 40px;
    margin-top: 25px;
    background-color: transparent;
    color: #808080;
}

a {
    color: #27A9E3;
    text-decoration: none;
    cursor: pointer;
}

p {
    font-family: '黑体';
    font-size: 48px;
    text-align: center;
    color: white;
    height: 100px;
    background-color: transparent;
}


.l1 {
    float: left;
    width: 555px;
    height: 435px;
    text-align: center;
    background-color: transparent;
    border-radius: 5px;
    margin-left: 55%;
    margin-top: 6%;
}

.center {
    height: 373px;
    width: 555px;
    border-radius: 9px;
    background-color: #EFFFFF;
}

.User {
    border: solid 1px #A6A6A6;
    margin-top: 32px;
    width: 330px;
    height: 40px;
    border-radius: 5px;
    text-indent: 2em;
    background: url('../../images/User.png') no-repeat;
    background-position: 8px;
}

.account1 {
    border: solid 1px #A6A6A6;
    margin-top: 38px;
    width: 330px;
    height: 40px;
    border-radius: 5px;
    text-indent: 2em;
    background-position: 8px;
}

.account2 {
    border: solid 1px #A6A6A6;
    margin-top: 25px;
    width: 330px;
    height: 40px;
    border-radius: 5px;
    text-indent: 2em;
    background: url('../../images/Pas.png') no-repeat;
    background-position: 8px;
}

.account4 {
    border: solid 1px #A6A6A6;
    margin-top: 25px;
    width: 330px;
    height: 40px;
    border-radius: 5px;
    text-indent: 2em;
    background: url('../../images/PGEmail.png') no-repeat;
    background-position: 8px;
}


.account3 {
    border: solid 1px #A6A6A6;
    margin-top: 25px;
    height: 40px;
    border-radius: 5px;
    width: 195px;
    text-indent: 1em;
    margin-left: -134px
}

.b1 {
    margin-top: 30px;
    width: 330px;
    height: 40px;
    border-radius: 3px;
    background: #1E90FF;
    cursor: pointer;
    outline: none;
    font-family: Microsoft YaHei;
    color: white;
    font-size: 19px;
    border: none;
    border-radius: 5px;
}

.norb {
    float: left;
    margin-left: 110px;
    margin-top: 10px;
    text-decoration: none;
    font-size: 16px;
    color: #454545;
}

.reg {
    float: right;
    margin-right: 122px;
    text-decoration: none;
    font-size: 14px;
    color: #535353;
}

.b1:hover {
    background: #5599FF;
}

.yzmimg {
    background: no-repeat;
    POSITION: fixed;
    margin-top: 25px;
    height: 40px;
    margin-left: 10px;
    width: 125px;
    border-radius: 5px;
    border: 1px solid #454545;
}

.copyright {
    position: absolute;
    width: 100%;
    font-size: 12px;
    color: #fff;
    bottom: 26px;
    height: auto;
}
@media only screen and (max-width: 1000px) {
    .body1 {
        background: rgba(0,108,199,1) center/cover fixed !important;
    }

    .center {
        width: 400px;
    }

    .l1 {
        margin-left: auto;
        margin-right: auto;
        margin-top: 35%;
        float: none;
    }

    p {
        font-size: 33px;
        height: 70px;
    }

    .reg {
        margin-right: 51px;
    }
}
