/* CSS Document */

@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    color: #777986;
    font: 12px/1.5 "Microsoft YaHei", sans-serif;
    z-index: -9999;
}

li {
    list-style: outside none none;
}

em,
i {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

img {
    border: 0 none;
    vertical-align: top;
}

a {
    color: #333;
    outline: medium none;
    text-decoration: none;
}

.clear {
    clear: both
}

input,
select,
textarea {
    outline: none;
    font-family: "Microsoft YaHei";
}

input[ type="button"] {
    cursor: pointer
}


/*浮动方式*/

.fl {
    float: left
}

.fr {
    float: right
}


/*登录注册*/

.login_window {
    width: 100%;
    height: 1200px;
    position: fixed;
    left: 0;
    top: 0;
    background: url(../images/blackbg.png) repeat 0 0;
    overflow: hidden;
    z-index: 20;
    font-family: "Microsoft YaHei";
}

.login_panel {
    width: 460px;
    background: #fff;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -260px;
}

.login_t {
    width: 100%;
    height: 56px;
    border-bottom: 2px solid #c4cacb;
    overflow: hidden;
}

.login_t h4 {
    display: block;
    width: 200px;
    height: 63px;
    float: left;
    font-size: 24px;
    color: #414141;
    line-height: 54px;
    font-weight: normal;
    margin-left: 30px;
}

.login_t span {
    display: block;
    width: 54px;
    height: 54px;
    border-left: 1px solid #c3c9c9;
    float: right;
}

.login_t a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icon_close.png) no-repeat 0 0;
    margin: 12px 0 0 12px;
    transition: all 0.3s linear 0s;
}

.login_t a:hover {
    transform: rotate(180deg);
}

.login_cont {
    padding: 12px 20px 16px;
    overflow: hidden;
}

.login_unit {
    width: 100%;
}

.login_unit.on {
    display: block;
}

.login_item {
    padding: 0 10px;
    overflow: hidden;
    height: 52px;
    margin: 0 auto;
    border-bottom: 1px solid #d6d7dd;
}

.login_item ul {
    width: 380px;
    margin: 0 auto;
}

.login_item li {
    width: 50%;
    float: left;
}

.login_item li a {
    display: block;
    width: 92px;
    height: 50px;
    font-size: 18px;
    color: #303030;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
}

.login_item li a:hover,
.login_item li a.hover {
    border-bottom: 2px solid #cd2731;
    color: #cd2731;
}

.login_list {
    width: 100%;
    overflow: hidden;
}

.login form {
    width: 397px;
    margin: 26px auto 0;
    overflow: hidden;
}

.lform_unit {
    width: 385px;
    height: 52px;
    position: relative;
    margin: 0 auto;
}

.lform_unit i {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/l_icon.png) no-repeat 0 0;
    position: absolute;
    left: 14px;
    top: 10px;
}

.lform_pw i,
.lform_code i {
    background-position: 0 -46px;
}

.lform_unit input {
    width: 293px;
    height: 24px;
    padding: 13px 40px 13px 50px;
    font-size: 14px;
    color: #303030;
    border: 0;
    border: 1px solid #b3b3b3;
}

.lform_code input {
    width: 213px;
    padding-right: 120px;
}

.lform_code span {
    display: block;
    width: 110px;
    height: 46px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 2px;
}

.input_hint {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 12px;
    top: 12px;
}

.input_hint_t {
    background: url(../images/icon_true.png) no-repeat 0 0;
}

.input_hint_f {
    background: url(../images/icon_false.png) no-repeat 0 0;
}

.irorm_btn {
    width: 393px;
    height: 63px;
    margin: 26px auto 0;
}

.l_button {
    width: 393px;
    height: 63px;
    background: url(../images/loginbtn_bg.png) no-repeat 0 0;
    border: 0;
    font-size: 22px;
    color: #ffffff;
}

.l_button:hover {
    background-position: 0 -83px;
}

.iform_o {
    width: 200px;
    font-size: 12px;
    color: #838383;
    line-height: 24px;
    margin: 6px auto;
}

.iform_o a {
    padding: 0 20px;
    font-size: 14px;
    color: #303030;
}

.iform_o a:hover {
    color: #cd2731;
}

.register form {
    width: 100%;
    margin-top: 20px;
}

.rform_unit {
    width: 100%;
    height: 42px;
    margin-top: 6px;
    overflow: hidden;
    position: relative;
}

.rform_unit p {
    display: block;
    width: 100px;
    float: left;
    font-size: 14px;
    color: #717171;
    line-height: 42px;
    text-align: right;
}

.rform_unit input {
    width: 250px;
    height: 22px;
    border: 1px solid #b3b3b3;
    float: left;
    padding: 8px 35px 8px 10px;
    margin-left: 10px;
    font-size: 14px;
    color: #303030;
    line-height: 26px;
}

.register .rform_yz input {
    width: 150px;
    padding-right: 10px;
}

.register .rform_yz span {
    display: block;
    width: 115px;
    height: 48px;
    overflow: hidden;
    float: left;
    margin-left: 10px;
}

.rform_check {
    height: 25px;
    margin: 12px 0 12px 110px;
    position: relative;
}

.rform_check input {
    width: 21px;
    height: 21px;
    float: left;
    margin: 2px 0 0 0;
    display: none;
}

.rform_check p {
    margin-left: 28px;
    font-size: 14px;
    color: #717171;
    line-height: 24px;
}

.rform_check em {
    display: inline-block;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 2px;
    ;
}

.icon_check {
    background: url(../images/icon_check.png) no-repeat 0 0;
}

.icon_checked {
    background: url(../images/icon_check.png) no-repeat 0 -39px;
}

.rform_btn {
    padding-left: 110px;
    overflow: hidden;
}

.register_btn {
    display: block;
    width: 295px;
    height: 63px;
    background: url(../images/regbtn_bg.png) no-repeat 0 0;
    border: 0;
    font-size: 22px;
    color: #ffffff;
}

.register_btn:hover {
    background-position: 0 -114px;
}

.rform_unit .input_hint {
    top: 8px;
    right: 16px;
}

.lform_unit input:focus,
.rform_unit input:focus {
    border: 1px solid #c51e25;
}