@charset "utf-8";
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, p, fieldset, input {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

ul {
    list-style: none;
}

li {
    list-style-type: none;
}

input {
    vertical-align: middle;
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

body .table tbody tr td {
    vertical-align: middle;
    max-width: 350px;
    min-width: 35px;
}

body .table thead tr th {
    vertical-align: middle;
}

tr {
    word-break: break-all;
    word-wrap: break-word;
}

* {
    margin: 0;
    padding: 0;
}

.login_wrap {
    position: relative;
    font-family: "Microsoft Yahei";
    font-size: 12px;
}

.login_wrap ul {
    list-style: none;
}

.login_wrap ul li {
    list-style-type: none;
}

.login_wrap input {
    vertical-align: middle;
}

.reg_header {
    width: 100%;
    height: 60px;
    background: #1D242C;
    position: fixed;
    z-index: 100;
}

.reg_header_container {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.header_line {
    width: 100%;
    height: 2px;
    background: url("../images/header_line_bg.png") no-repeat center;
}

.logo {
    display: block;
    width: 202px;
    height: 28px;
    margin-top: 16px;
    float: left;
    background: url("../images/logo_index.png") no-repeat;
}

.headerMenu {
    float: right;
    margin-top: 20px;
}

.headerMenu li {
    float: left;
}

.headerMenu li.menu_zhibo {
    margin-right: 50px;
}

.headerMenu li.menu_login {
    margin-right: 50px;
}

.headerMenu li.menu_register {
    margin-right: 16px;
}

.headerMenu li a {
    color: #fff;
    font-size: 14px;
}

.login_bg {
    position: absolute;
    top: -20px;
    width: 100%;
    height: 100%;
}

.loginBox {
    width: 460px;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    text-align: center;
    z-index: 10;
    background: url(../images/login_centerBg.png) no-repeat;
}

.loginBox a.toReg {
    padding-right: 10px;
    color: #3BCAFA;
    background: url(../images/toReg_bg.png) no-repeat right center;
    display: inline-block;
    margin-top: 26px;
    font-size: 12px;
}

.loginBox h1 {
    color: #33CCFF;
    text-align: center;
    font-weight: lighter;
    font-size: 30px;
    padding-top: 18px;
}

#login_form {
    margin: 0 auto;
}

#login_form #userLogin li {
    width: 330px;
    height: 36px;
    margin: 0 auto;
    color: #fff;
    text-align: left;
}

.login_mesContainer, .login_pswContainer {
    border-bottom: 1px solid #666;
}

#login_input_meg, #login_input_psw {
    width: 330px;
    height: 36px;
    padding: 10px 0;
    text-align: center;
    border: 0;
    outline: none;
    color: #ccc;
}

.rember_psw {
    background: url(../images/rember_psw2.png) no-repeat center;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
}

#userLogin_btn {
    display: inline-block;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 100%;
    background: url(../images/login_btnBg.png) no-repeat center;
    border-radius: 5px;
}

