html,
body {
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
body{
    font-family:'Microsoft YaHei',Arial,sans-serif; 
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}
.login-box{
    margin-top:10%;
    position:absolute;
    top:0;
    width:402px;
    left: 50%;
    margin-left: -201px;
}
.login-box .login-canvas{
    margin: auto;
}
.login-box .mc{
    padding:40px;
    height:350px;
    display:block;
    width:322px;
}
.login-box input{
    display: block;
    width:302px;
    font-size:16px;
    height: 20px;
    padding:8px 10px;
    outline: none;
    border:1px solid #ccc;
}
.login-box input:focus{
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.login-box button:active{
    opacity: 0.8;
}
.login-box button:disabled{
    background-color: #F5F5F5;
    color:#ACA899;
}
.login-box button[disabled]{
    background-color: #F5F5F5;
    color:#ACA899;
}
.login-box .btn-entry{
    display: block;
    width:322px;
    padding:0;
    border:none;
    height:38px;
    background:#4395ff;
    color: #fff;
    font-size: 16px;
}
.item-line{
    margin-top: 10px;
}
.item-line .cat-t{
    font-size: 14px;
    color: #aaa;
}
.item-line .item-ifo {
    margin-top: 5px;
    position: relative;
}
.item-line .item-ifo .l-i-img{
    position: absolute;
    right: 0;
    top:0;
    display: block;
}
.item-line .item-ifo .l-i-img img{
    width:150px;
    height:38px;
}
.item-line .item-ifo .l-i-img button{
    width:150px;
}
.pc-title{
    margin-top: -70px;
    position: absolute;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    padding:0 0 20px;
    font-size:30px;
    text-align: center;
}

.item-line.fore4,.item-line.fore6{
    margin-top: 20px;
}
    
#error{
    font-size: 14px;
    padding-top:5px;
    display: block;
    color:rgb(67, 149, 255);
}  