@charset "utf-8";
.shbig .top{
    background-color: white;
    height: 80px;
}
.shbig .top img{
    height: 55px;
    padding-top: 12.5px;
    padding-left: 10px;
}
.shbig .bottom{
    background-color: white;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    position:fixed;
}
.shbig .bottom span{
    display: block;
    color: #868686;
    font-size: 12px;
    text-align:center;
    padding-top: 35px;
}
.shbig .main img{
    position: absolute;
    float: left;
    height: 700px;
    left: 50%;
    top: 50%;
    margin-top: -340px;
    margin-left: -800px;
}
.shbig .form-login{
    position: absolute;
    float: left;
    width: 390px;
    height: 450px;
    padding: 50px 30px 0 30px;
    left: 50%;
    top: 50%;
    margin-left: 350px;
    background-color: white;
    margin-top: -240px;
    border-radius: 10px;
}
.shbig .form-login span.heading{
    display: block;
    font-size: 20px;
    text-align:center;
    font-weight: 700;
    padding-bottom: 15px;
}
.shbig .form-login .row{
    margin: 25px;
    height: 56px;
    position: relative;
    overflow: visible;
}
.shbig .form-login input{
    position: absolute;
    left: 0;
    height: 54px;
    line-height: 42px\9;
    width: 294px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-left: 44px;
    color: #666;
    border-radius: 5px;
}
.shbig .form-login .row span{
    position: absolute;
    top: 18px;
    left: 12px;
    display: block;
    height: 20px;
    width: 20px;
}
.shbig .form-login .row .line{
    position: absolute;
    top: 13px;
    left: 39px;
    display: block;
    height: 30px;
    border-right: 1px solid #ccc;
}
.shbig .form-login .btn-div a{
    display: inline-block;
    width: 340px;
    height: 56px;
    line-height: 56px;
    color: white;
    text-align: center;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    opacity: 0.85;
    filter: alpha(opacity=85);
    border-radius: 5px;
}