* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    font-size: 14px;
    font-family: "微软雅黑", "黑体", serif;
    background: #25334D url(../../img/login/loginbg.jpeg) repeat-x top;
    background-size: auto 100%;
}

input {
    height: 36px;
    font-family: "微软雅黑", "黑体", serif;
    font-size: 14px;
    line-height: 36px;
}

a {
    text-decoration: none;
}

.logo {
    position: absolute;
    left: 0px;
    top: 120px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.main {
    height: 100%;
    min-height: 720px;
}

.login {
    position: absolute;
    left: 0px;
    top: 260px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.loginbox {
    margin: 0 auto;
    margin-left: 800px;
    width: 514px;
    height: 364px;
    background: url(../../img/login/loginbox.png) no-repeat top center;
}

.inputtext, .codebox {
    width: 280px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    border-radius: 4px;
    margin: 22px auto;
}

.inputtext img, .codebox .inputcode img {
    margin: 0 10px;
}

.inputtext input {
    width: 239px;
    border: 0 none;
    margin-bottom: 3px;
}

.codebox {
    position: relative;
}

.codebox .inputcode {
    width: 180px;
}

.codebox .inputcode input {
    width: 139px;
    border: 0 none;
    margin-bottom: 3px;
}

.codebox .codeimg {
    position: absolute;
    right: 0;
    top: 0;
}

.btnlogin {
    width: 280px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    background: #f28100;
    border: 0 none;
    border-radius: 4px;
    margin-top: 10px;
}

.btnlogin:hover {
    background: #0099ff;
}

.btnSearch {
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    background: #f28100;
    border: 0 none;
    border-radius: 4px;
    margin-top: 10px;
}

.btnSearch:hover {
    background: #0099ff;
}