@charset "utf-8";
body, ul, p, h1, h2, h3, h4, dl, dd, form, input, textarea, select {
    padding: 0;
    margin: 0;
}

em {
    font-style: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
    vertical-align: top;
}

/*  input { outline:none; }*/
body {
    font-size: 12px;
    font-family: "微软雅黑";
    overflow: hidden;
}

.clear {
    *zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w330 {
    width: 330px;
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-items: center;
}

.auto {
    margin: 0 auto;
}

.checktip {
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 7px;
    color: #ffffff;
    border-radius: 2px;
    padding: 1px 7px;
}

.Validform_right {
    background: none;
}

.hiddent {
    display: none;
}

body {
    width: 100%;
    height: 100%;
}

header .text {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 54px;
    text-align: right;
}

header .text a {
    font-size: 14px;
    color: #444444;
}

header .text em:hover, header .text span:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #999;
}

header .text em, header .text span {
    padding: 0 1%;
}

#content {
    text-align: center;
    height: 370px;
    position: relative;
    z-index: 1000;
    background: #fff;
    padding: 70px 0px
}

#content img {
    padding-bottom: 0px;
}

#content h1 {
    color: #444;
    font: 200 22px/84px "黑体";
}

#usename, #password {
    width: 330px;
    height: 38px;
    margin: 10px 0;
    text-indent: 20%;
    font-size: 14px;
    color: #a0a0a1;
}

#usename {
    background: url("../images/usename.png") no-repeat;
    border: 0;
}

#usename:focus-visible {
    border: 1px solid #27a9e3
}

#password {
    background: url("../images/password.png") no-repeat;
    border: 0;
}

input[type="text"], input[type="password"] {
    height: 38px;
    border: 1px solid #ddd;
    /*border-left: none;*/
    padding-left: 45px;
    width: 330px;
    font-size: 14px;
    color: #8b8b8b;
}

#content .bt {
    position: absolute;
    left: 50%;
    margin-left: -165px;
    width: 330px;
    font-size: 13px;
    color: #999999;
    line-height: 22px;
}

#content .bt .check {
    height: 30px;
    margin-right: 5px;
}

#content .bt span {
    display: inline-block;
    padding-right: 15px;
    cursor: pointer;
    height: 30px;
    line-height: 30px
}

#content .bt em {
    padding-right: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    height: 30px;
    line-height: 30px
}

#content .bt em:hover {
    color: #27a9e3;
}

#submit {
    font-size: 13px;
    line-height: 35px;
    background: #27a9e3;
    color: #f4f2f2;
    border: 0;
    width: 330px;
    height: 35px;
    cursor: pointer;
}

#footer {
    position: fixed; /* 使用固定定位 */
    left: -10px;
    bottom: 10px;
    width: 100%;
    text-align: center; /* 文字居中 */
    justify-items: center;
    justify-content: center;
    color: #333333;
    height: 35px;
    line-height: 35px;
}

@media screen and (max-width: 700px) {
    .text {
        display: none;
    }
}

input[type="text"]:focus, input[type="password"]:focus, input.text:focus, input.password:focus, textarea:focus, select:focus {
    color: #333;
    border-color: #059f29;
    outline: 0 none;
}
