@charset "utf-8";

/* css document */
* {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    background: #f0f0f0;
}
body h1,
h2,
h3,
h4,
h5,
h6,
p,
samp,
div,
ul li,
ol li,
a,
dl,
dt,
dd,
select,
input,
button,
textarea {
    font-family: "微软雅黑";
    font-weight: normal;
    list-style-type: none;
    text-decoration: none;
    list-style: none;
    outline: none;
}
a:hover {
    border: 0px;
}
button {
    cursor: pointer;
}
.clear {
    clear: both;
}
table {
    border-spacing: 1px;
    border-collapse: collapse;
}
.wrap {
    width: 100%;
    min-width: 1280px;
    height: 527px;
    float: left;
}
.login {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.login-left{
    float: left;
    width:810px;
    height:525px;
}
.login-left a{
    float:left;
    width:100%;
    height:100%;
}
.login-right {
    float: right;
    margin: 35px 40px 0 0;
}
#usershouldknow:hover{
    text-decoration: underline;
    cursor: pointer;
}