@import url("styles.css");
body {
    background-color: #f5f5f5;
}
.box {
    width: 400px;
    padding: 45px;
    position: relative;
    margin: 5% auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0,0,0,0.06);
}
.box h2 {
    font-size: 33px;
    text-align: center;
    color: #333;
}
.box .login {
    overflow: hidden;
    padding-top: 25px;
}
.box .login li {
    margin-bottom: 12px;
    border: 1px solid #e5e5e5;
    height: 43px;
    font-size: 0;
    overflow: hidden;
    position: relative;
}
.box .login li label {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    background-color: #f7f7f7;
    text-align: center;
    line-height: 43px;
    font-size: 19px;
    color: #999;
}
.box .login li input {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    border: none;
    font-size: 15px;
    color: #666;
    line-height: 40px;
    text-indent: 12px;
}
.box .login li #codeimg {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
}
.box .login li button,
.box .ucenter li a.xg {
    border: none;
    background-color: #1f63b1;
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 38%;
    line-height: 43px;
    cursor: pointer;
    border-radius: 1px;
    transition: 0.5s;
}
.box .login li button:hover,
.box .ucenter li a:hover.xg {
    background-color: #ff9103;
}
.box .login li.btn {
    border: none;
    font-size: 12px;
    margin-top: 20px;
    color: #666;
}
.box .login li.btn span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 45px;
}
.box .login li a {
    color: #1f63b1;
}
.box .login li a:hover {
    color: #ff9103;
}

.box .ucenter {
    overflow: hidden;
    padding-top: 25px;
}
.box .ucenter li {
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    font-size: 14px;
    margin-bottom: 10px;
}
.box .ucenter li input {
    width: 70%;
}
.box .ucenter li:hover {
    background-color: #fafafa;
}
.box .ucenter li.btn {
    text-indent: 0;
    margin-top: 15px;
}
.box .ucenter li a.xg {
    display: inline-block;
    line-height: 40px;
}
.box .ucenter li a:hover.xg {
    color: #fff;
}
.box .ucenter li.btn button {
    line-height: 38px;
}
.box .ucenter li.sex input {
    width: 5%;
    vertical-align: -2px;
}