html,body{
    height: 100%;
    width: 100%;
}
/*全屏的颜色*/
.container-big{
    height: 100%;
    background-color: #66A1D3;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.container-big-2{
    height: 65%;
    width: 100%;
    min-height: 349px;
    background-color: #6BA5D6;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
/*logo的样式*/
.logo{
    width: 100%;
    padding-left: 5%;
    height: 80px;
    position: relative;
}
.logo img{
    max-width:100px;
    position: absolute;
    top: 20px;
}
/*登录框样式*/
.container-c{
    padding-top: 40px;
    position: relative;
}
.pc-left{
  height: 100%;
    position: relative;
}
.pc-left img{
    width: 40%;
    max-width: 456px;
    position: absolute;
    bottom: -28px;
    left: 10%;

}
.pc-right{
  position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;

}
.div-login{
    width: 264px;
    height: 320px;
    background: #fff;
    border-radius: 10px;
}
.div-bb{
    width: 100%;
    height: 10px;
}
.login-right{
    height: 100%;
    position: relative;
}
.div-login{
    position: absolute;
    bottom: -20px;
    left: 20%;
}
.div-login:hover{
    transition: 0.5s;
    transform: scale(1.06);
    -moz-transform: scale(1.06,1.06);
    -webkit-transform: scale(1.06,1.06);
    -o-transform: scale(1.06,1.06);
}
.little-logo{
    width: 95%;
    margin: 20px auto 5px;
    text-align: center;
}
.little-logo img{
   width: 50px;
}
.title-logo{
    width: 95%;
    margin: 0px auto 10px;
    text-align: center;
}
.title-logo img{
    width:80px;
}
/*整体的输入框*/
.input-div{
    width:80%;
    margin: 0px auto 10px;
    background: #F9F9F9;
    border-radius: 8px;
}
.t-input{
    background: transparent !important;
    border: none !important;
    display: block;
    height: 30px !important;
    min-height: 30px !important;

}
.fa{
    font-size:20px !important;
    color: rgba(179, 179, 179, 0.8) !important;
    margin-top: 5px;
}
.label-c{
    padding: 0px 15px !important;
    margin-top: 5px;
}
/*忘记密码*/
.forgetPassword{
    width: 80%;
    text-align: right;
    padding-right: 5px;
}
.div-btn{
   width: 80%;
    margin: 5px auto;
    text-align: center;
}
.div-btn a{
    width: 100%;

}
.div-msg{
    width: 90%;
    margin: 5px auto;
    text-align: center;
}
marquee{
    color: #fff;
    position: absolute;
    top: 100px;
}
.footer{
    background: transparent;
    height: 30px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
}