*
{
    margin: 0;
    padding: 0;
}
body
{
    width: 100px;
    height: 100%;

    background: url(../images/bj.jpg) no-repeat fixed;
    background-size: cover;
}
.cont
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    left: 0;

    margin: auto;
    padding-top: 175px;
}
.logoImg
{
    display: block;

    width: 210px;
    height: 34px;
    margin: 0 auto 35px;
}
p
{
    font-size: 30px;

    margin-bottom: 75px;

    text-align: center;

    color: #fff;
}
.box
{
    position: relative;

    width: 598px;
    height: 408px;
    margin: 0 auto 65px;

    border: 1px solid #a19288;
    border-radius: 5px;
    background: rgba(255,255,255,.2);
}
.smBox
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 50px;
    width: 380px;
    height: 255px;
    margin: auto;
}
.loginIn
{
    /*display: none;*/
    height: 223px;
    padding-top: 30px;
}
.loginIn .inp
{
    font-size: 24px;

    width: 100%;
    height: 54px;
    margin: 20px auto;

    text-indent: 55px;

    border: none;
    outline: none;
}
.loginIn .userName
{
    margin-bottom: 0;

    background: #fff url(../images/username_ico.png) no-repeat 16px center;
    background-size: 24px 26px;
}
.loginIn .password
{
    background: #fff url(../images/password_ico.png) no-repeat 16px center;
    background-size: 24px 26px;
}
.downOrUp
{
    display: none;
}
.btn
{
    line-height: 55px;
    display: block;
    width: 100%;
    height: 55px;
    border:none;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background: #ffbe00;
}
.title
{
    font-size: 24px;
    text-indent: 35px;
    color: #fff;
    background: url(../images/wjcz.png) no-repeat 0 center;
    background-size: 24px 24px;
}
.fileBtn
{
    margin-top: 40px;
}
.btn img
{
    vertical-align: text-top;
}
.file{
    display: none;
}

.inputBox{
    margin-top: 25px;
    width: 100%;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 5px;
    line-height: 40px;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
.inputBox input{
    width: 114%;
    height: 40px;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    left: -14%;
    top: 0;
    outline: none;
    border: none;
}
.progress
{
    margin-top: 30px;
    position: relative;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background: #ffffff;
}
.bar
{
    width:0;
    height: 100%;
    border-radius: 5px;
    background: #ffbe00;
}
.percent{
    position: absolute;
    display: inline-block;
    top:3px;
    left:48%;
}
.fileDown{
    display: none;
}
.backIndex{
    margin-top: 20px;
    position: relative;
}
.backIndex .home{
    position: absolute;
    left:20px;
    top: 0;
    cursor: pointer;
    border:none;
    display: inline-block;
    display: none;
    width: 60px;
    height: 60px;
}
.backIndex .exit{
    position: absolute;
    right:20px;
    top: 0;
    cursor: pointer;
    border:none;
    display: inline-block;
    display: none;
    width: 60px;
    height: 60px;
}
.option {color:#fff;clear:both;overflow:hidden;}
.option label {display:block;float:left;width:50%;padding-bottom:15px;text-align:left;}