﻿@charset "utf-8";
/* CSS Document */

/*预先设置*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    font-family: PingHei, Microsoft YaHei, Lucida Grande, Lucida Sans Unicode, STHeiti, Helvetica, Arial, Verdana, "sans-serif";
    font-size: 13px;
    background: #19518E;
    min-width: 1330px;
}

input, select, textarea, pre, keygen, button {
    font-family: Microsoft YaHei,宋体, Arial;
}

fieldset, img {
    border: 0;
}

ol, ul, dl {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    text-decoration: none;
}

a:link {
    color: #515151;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #107239;
    text-decoration: none;
}

a:active {
    color: #515151;
    text-decoration: none;
}

html, body {
    height: 100%;
    width: 100%;
}

.login {
    background: url(../Img/ChatLogin/login_bg.jpg) repeat-x;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.login-main {
    width: 492px;
    height: 342px;
    margin: 40px auto 0;
    background: url(../Img/ChatLogin/login_main.png) no-repeat center;
    _background: url(../Img/ChatLogin/login_main.gif) no-repeat center;
    overflow: hidden;
}

.login-main h1 {
    text-align: center;
    font-size: 17px;
    margin-top: 30px;
    float: left;
    width: 100%;
    color: #fff;
    font-weight: normal;
}

.login-main ul {
    width: 300px;
    margin: 95px auto 0;
    overflow: hidden;
}

.login-main li {
    float: left;
    width: 100%;
    margin-top: 14px;
}

.login-main li span {
    float: left;
    width: 60px;
    color: #666;
    text-align: right;
    margin-right: 6px;
    line-height: 34px;
}

.login-main li.error {
    height: 25px;
    line-height: 25px;
    text-indent: 68px;
    color: #ed1e1e;
}

.login-ipt {
    width: 210px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #d1d1d1;
    text-indent: 4px;
    color: #555;
}

.w300 {
    width: 300px;
}

.w200 {
    width: 240px;
    line-height: 60px;
    color: #e8f1f8;
}

.w200 a {
    margin-left: 30px;
}

.w200 a:hover {
    color: #fff;
}

.login-btn {
    width: 85px;
    height: 32px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    background: #018ad8;
    border-radius: 2px;
    border: 0 none;
    cursor: pointer;
    font-size: 14px;
    font-family: 微软雅黑;
}

.login-btn:hover {
    opacity: 0.9;
}

.login-txt {
    text-align: center;
    color: #fff;
    font-size: 30px;
    width: 495px;
    margin: 0 auto;
    margin-top: 150px;
    _line-height: 20px;
}

.txt-lt {
    background: url(../Img/ChatLogin/txt-lt.png) no-repeat;
    _background: url(../Img/ChatLogin/txt-lt.gif) no-repeat 0 18px;
    margin-right: 20px;
}

.txt-rt {
    background: url(../Img/ChatLogin/txt-rt.png) no-repeat;
    _background: url(../Img/ChatLogin/txt-rt.gif) no-repeat 0 18px;
    margin-left: 20px;
}

.txt-style {
    width: 84px;
    height: 5px;
    display: inline-block;
}
