.Loginbody{background: #2e3e4e;}
.logo{margin: auto; margin-top: 8%; width: 983px; height: 100px;}
.logo span{float: left;
    display:inline-block;
    width: 36px;
    height: 36px;
    background: url(../Images/loginlogo.png) no-repeat;
    margin-right: 10px;}
 .logo h2 {
    float: left;
    display: inline-block;
    line-height: 36px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}
.content{margin: auto; width: 983px; height:332px; background: url(../images/loginbj.png) top center no-repeat #fff; border-radius: 5px; box-shadow: 0 10px 20px rgba(0,0,0,.6);}
.Loginform{margin-top: 71px; float: right; width: 367px; height: 200px;}
.form-message{height:30px; width:60%; margin-left:auto; margin-right:auto;}
.form-error-text{padding-left:35px;border:1px solid #ee86a4; color: #9d2a16; font-family: Microsoft Yahei; height: 26px; line-height: 26px; background:#f8cad7 url('../Images/validatebox_warning.png') center left no-repeat; background-position: 10px 5.5px; border-radius: 4px;}
.form-warning-text{padding-left:35px;border:1px solid #f8e144; color: #000; font-family: Microsoft Yahei; height: 26px; line-height: 26px; background:#fdf7ce url('../Images/Icon16/bullet_error.png') center left no-repeat; background-position: 10px 5.5px; border-radius: 4px;}
.form-succeed-text{padding-left:35px; border-radius:3px; color: #fff; font-family: Microsoft Yahei; border: 1px solid #5e8800; height: 26px; line-height: 26px; background:#62b600 url('../Images/loading1.gif') center left no-repeat; background-position: 10px 5.5px;}
.form-account{margin-top: 16px; margin-left: 16px; font-family: Microsoft Yahei; font-size: 12pt; color: #999999;}
.form-password{margin-top: 38px; margin-left: 16px; font-family: Microsoft Yahei; font-size: 12pt; color: #999999;}
#txtaccount{border: none; padding: 0px; height: 32px; line-height: 32px; width: 260px; font-family: Î¢ÈíÑÅºÚ,ËÎÌå,Arial,Helvetica,Verdana,sans-serif; font-size: 11pt; color: #999999; background-color: #F0EEF1; padding-left: 5px;}
#txtpassword{border: none; padding: 0px; height: 32px; line-height: 32px; width: 260px; font-family: Î¢ÈíÑÅºÚ,ËÎÌå,Arial,Helvetica,Verdana,sans-serif; font-size: 11pt; color: #999999; background-color: #F0EEF1; padding-left: 5px;}
.form-bottom{margin-top:10px; margin-left: 16px; height:39px;line-height:39px;}
.btlogin{height:40px; width:100px; float:right; margin:28px 12px 0 0; cursor:pointer;font-size:18px;color:#fff;text-align:center;}
.copyright{text-align: center; color: #fff;width: 97%; font-family: Microsoft Yahei; line-height:25px;}
.qqsign{margin-left: 20px; border: medium none; width: 63px; height: 24px; border-style: none; background: none; background-image: url("../Images/Connect.png" ); cursor: pointer;}
/*191230*/
.ap_w {
    margin:30px auto;
    width:210px;
    overflow:hidden;
}
.ap_w a {
    float: left;
    color: #0d888b;
    margin-top:87px;
}
.and_w {float:left;width:120px;margin-right:20px;text-align:center;}
    .and_w span {
        display: inline-block;
        line-height:22px;
        color:#fff;
    }
 /*20200306*/
@media screen and (max-width: 600px) {
    .logo {
        margin:6% auto 0 auto;
        width:100%;
        height: 100px;
        text-align:center;
       
    }
        .logo span {
            float:none;
            position:relative;
            left:45%;
            display:block;
            width: 36px;
            height: 36px;
            background: url(../Images/loginlogo.png) center center no-repeat;
            margin:0;
        }

        .logo h2 {
            float:none;
            display:block;
            line-height: 36px;
            color: #fff;
            font-size:20px;
            font-weight: normal;
            color: #fff;
        }
    .content {
        margin: 0 auto;
        width: 90%;
        height:350px;
        background: none;
        border-radius: 5px;
        box-shadow: 0 10px 20px rgba(0,0,0,.6);
        background: #f2f2f2;
    }
    .Loginform {
        margin:0 auto;
        width: 288px;
        padding-top:15px;
        height: 200px;
        float:none;
    }
    .form-account {
    margin-left:12px;
    }
    .form-password {
        margin-top: 15px;
        margin-left: 12px;
    }
    #txtaccount, #txtpassword {
        border: 1px solid #dfdfdf;
        outline: none;
        margin-top: 10px;
    }

    .btlogin {
        width:97%;
        margin: 5% auto;
        position: relative;
        left: -10px;
        height: 42px;
        line-height:42px;
        background: #2d415a;
    }
}
@media (max-width: 768px) {
    .Loginbody img {
    width:100%;
    height:100%;
    }
    .logo {
        width: 82%;
    }
    .ios_foot {
    width:100%;
    text-align:center;
    color:#fff;
    }
}