html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    font-family: "Microsoft Yahei";
}
ul {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
.bgWrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.showimg {
    height: 100%;
    width: 100%;
}
.showimg li {
    height: 100%;
    width: 100%;
}
.showimg li img {
    min-height: 100%;
    width: 100%;
    height: 100%\9;
}
.bx-wrapper {
    height: 100%;
}
.bx-wrapper .bx-viewport {
    height: 100% !important;
    box-shadow: none;
    border: 0;
    left: 0;
}
.loginWrap {
    position: relative;
    z-index: 1;
    width: 375px;
    height: 392px;
    margin: 0 auto;
    top: 155px;
    background: transparent url(../img/loginBg.png) center no-repeat;
    box-sizing: border-box;
    padding: 0 15px;
}
.loginWrap h2 {
    margin: 0 0 28px;
    text-align: center;
    line-height: 68px;
    padding-top: 8px;
    color: #666666;
    font-size: 20px;
}
.loginInput {
    padding: 0 0 0 70px;
    margin-bottom: 44px;
}
.loginInput input {
    height: 26px;
    line-height: 23px;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    background: transparent;
    outline: none;
    color: #A3A3A3;
    font-family: "Microsoft Yahei";
    font-size: 18px;
}
.loginBtn {
    padding: 8px 12px 0;
}
.loginBtn input {
    width: 100%;
    height: 57px;
    background: transparent;
    border: 0;
    outline: none;
    color: #fff;
    font-family: "Microsoft Yahei";
    font-size: 18px;
}
.loginTip {
    margin-top: 10px;
    padding: 0 20px 0;
    font-size: 14px;
    color: #8D8D8D;
}