.container {
    width: 100%;
    height: 466px;
    overflow: hidden;
    position: relative;
}

.main {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

a:hover{
  text-decoration:none !important;
}

.login {
    position: relative;
    float: right;
    width: 348px;
    height: 406px;
    margin-top: 34px;
}

.login .content {
    position: absolute;
    z-index: 99;
    padding: 0 20px;
    height: 406px;
    width: 308px;
}

.login .content h2 {
    margin-top: 10px;
    font: normal 22px/50px "microsoft yahei";
}

.login .box {
    margin: 8px 0;
    position: relative;
    height: 40px;
    width: 308px;
}

i.user {
    position: absolute;
    height: 40px;
    top: 0;
    left: 16px;
    width: 40px;
    background: url(../images/login.png) no-repeat 0px -138px;
}

input.user {
    background: #fff;
}
.login input {
    float: left;
    height: 38px;
    width: 306px;
    color: #999;
    font: normal 14px/38px "\5b8b\4f53";
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    text-indent: 50px;
}

.login input[type="button"] {
    width: 138px;
    height: 46px;
    text-align: left;
    border:none;
    font: normal 18px/46px "microsoft yahei";
    background-color: #006b9f;
    color: #fff;
    border-radius: 3px;
    margin-top: 10px;
    cursor: pointer;
    float: left;
}

.login a.regIndex {
    width: 138px;
    height: 46px;
    display: inline-block;
    text-align: center;
    background: #ffd04d;
    font: normal 18px/46px "microsoft yahei";
    color: #fff;
    float: right;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 3px;
}

.remember input {
    width: 0;
    height: 0;
    display: none;
}

.remember span.checked {
    background: url(../images/login.png) 0 -236px no-repeat;
}

.remember span {
    float: left;
    padding-left: 26px;
    height: 15px;
    font: 12px;
    line-height: 15px;
    background: url(../images/login.png) 0 -265px no-repeat;
}

.remember a {
    display: inline-block;
    float: right;
    color: #499ae0;
}

.remember {
    margin-top: 6px;
    width: 100%;
    float: left;
    font-family: "microsoft yahei";
}

.reg {
    font-size: 14px;
    color: #666;
    float: right;
    line-height: 22px;
    margin-top: 28px;
}

.adv {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
}
.adv img {
    position: relative;
    left: -50%;
}

.login .bg {
    position: absolute;
    border-radius: 5px;
    left: 0;
    top: 0;
    width: 348px;
    height: 406px;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

i.pass {
    position: absolute;
    height: 40px;
    top: 0;
    left: 16px;
    width: 40px;
    background: url(../images/login.png) no-repeat 2px -181px;
}
