@charset "utf-8";
* {
    margin: 0;
    padding: 0
}

body {
    font-family: "微软雅黑";
    width: 100%;
    overflow: hidden;
    background: #1d2225 url("../images/mainbg.jpg") no-repeat;
    background-size: 100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

ul li {
    list-style: none
}

.blue {
    color: #31acfb
}

a {
    text-decoration: none;
    color: #fff;
    font-size: 10px;
}

.main {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    z-index: -9999;
}

.main h1 {
    color: #fff;
    font-size: 88px;
    margin: 15% 0 10px 0;
}

.main h1 sup {
    color: #00a9ff;
    font-size: 20px;
    vertical-align: top;
    line-height: 35px;
}

.seline {
    width: 100%;
    height: 2px;
    background: url("../images/loginlinebg.png") no-repeat center;
}

.main h5 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    margin: 10px 0;
}

/*登录框*/
.login {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.login > p {
    display: inline-block;
    margin: 20px auto;
}

.login > p > input {
    width: 80%;
    height: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0 5px 30px;
    border: 1px solid #0b8ab9;
    border-radius: 5px;
    background: rgba(27, 31, 81, .6);
    outline: none;
}

.login > p:first-child > input {
    background: url("../images/user2.png") no-repeat left 5px center;
}

.login > p:nth-child(2) > input {
    background: url("../images/pass2.png") no-repeat left 5px center;
}

.login > p:nth-child(4) > img {
    vertical-align: middle;
}

.login > p > button {
    width: 100px;
    height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 5px;
    border: 1px solid #0b8ab9;
    border-radius: 5px;
    background: linear-gradient(#00b3fd, #0194f0);
    outline: none;
    text-align: center;
}

.login > p > button:hover {
    opacity: 0.8;
    cursor: pointer;
}

#captcha {
    width: 90px;
}

#getCode {
    cursor: pointer;
}