html, body {
    min-height: 600px;
    min-width: 600px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    overflow: hidden;
    background: url(img/bg.jpg);
    background-size: 100% 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#bg_frame {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
}

#bg_frame .bgImg {
    width: 100%;
    height: 100%;
    display: none;
}

#layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2;
}

#layer .header {
    position: fixed;
    z-index: 3;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.1);
    /*flex-direction: row;*/
}

#layer .header img {
    margin-left: 100px;
    height: 40px;
    margin-top: 10px;
}

#loginBtn {
    width: 60px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#loginBtn img{
    width:35px
}
#loginBtn img:hover{
    width:37px
}

#loginDiv {
    /* position: fixed; */
    width: 310px;
    height: 330px;
    /* left: 50%;
    top: 50%;
    margin-left: -155px;
    margin-top: -160px; */
    background-color: rgba(255, 255, 255, 0.8);
    /*background-color: rgba(0, 0, 0, 0.2);*/
    border-radius: 10px;
    z-index: 33;
    border: 1px solid #f5f5f5;

}

#loginDiv .line {
    margin-left: 25px;
    margin-right: 25px;
    height: 60px;
    /*width: 100%;*/
    line-height: 60px;
    /*border: 1px solid #ddd;*/
}

#loginDiv .line .iconDiv {
    float: left;
    width: 40px;
    height: 60px;
}

#loginDiv .line .iconDiv img {
    width: 30px;
    margin-left: 15px;
    margin-top: 15px;
}
#loginDiv .line .iconDiv .iconfont{
    /*color: #ffffff;*/
    color: #666;
    margin-left: 5px;
    font-size: 25px;
}

.icon-jiantoudingweixiangyou{
    color: #666 !important;
    margin-left: 20px;
    font-size: 30px !important;
    cursor: pointer;
}
.icon-jiantoudingweixiangyou:hover{
    font-size: 35px !important;
}
#loginDiv .line .inputDiv {
    float: left;
    width: 160px;
    /*border: 1px solid red;*/
}

#loginDiv .line .inputDiv input {
    margin: 0;
    border: 0;
    outline: 0;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    /*color: #000;*/
    color: #333!important;
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

#loginDiv input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #333 !important;
    font-size: 16px;
    /*-webkit-text-fill-color: #fff !important;*/
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}

#loginBtn {
    float: left;
    /*width: 78px;*/
    cursor: pointer;
    text-align: center;

}

#loginBtn img {
    width: 35px;
    margin-top: 15px;
}
#loginBtn img:hover {
    -webkit-transform: scale(1.1);
}
#lineOther{
    position: fixed;
    top: 50%;
    margin-top: -30px;
    z-index: 3;
    width: 310px;
    left: 50%;
    margin-left: -155px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    /*border: 1px solid red;*/
}
#lineOther span:nth-child(1){
    float: left;
    margin-left: 5px;

}
#lineOther span:nth-child(2){
    /*float: right;*/
    margin-left: 5px;
}
#lineOther span{
    cursor: pointer;


}
#lineOther span:hover{
    text-decoration: underline;
}
#ts,#register{
    cursor: pointer;
    font-size: 14px;
    color:rgb(100 100 100 )
}
#ts:hover,#register:hover{
    text-decoration: underline;
}
/*#register {*/
    /*position: fixed;*/
    /*top: 50%;*/
    /*margin-top: -29px;*/
    /*z-index: 3;*/
    /*width: 310px;*/
    /*left: 50%;*/
    /*margin-left: 25px;*/
    /*text-align: left;*/
    /*color: #fff;*/
    /*font-size: 12px;*/

/*}*/
/*#ts {*/
    /*position: fixed;*/
    /*top: 50%;*/
    /*margin-top: -29px;*/
    /*z-index: 3;*/
    /*width: 310px;*/
    /*left: 50%;*/
    /*margin-left: -25px;*/
    /*text-align: left;*/
    /*color: #fff;*/
    /*font-size: 12px;*/
/*}*/

#loginError {
    position: fixed;
    top: 50%;
    z-index: 3;
    text-align: center;
    color: red;
    height: 40px;
    line-height: 40px;
    width: 310px;
    left: 50%;
    margin-left: -155px;
    text-align: center;
    background: rgba(0,0,0,0.7);
    border-radius: 105px;
}

.hide {
    display: none;
}

#footer {
    position: fixed;
    bottom: 50px;
    /*border: 1px solid red;*/
    height: 90px;
    z-index: 3;
    padding: 0px;
    left: 50%;
    margin-left: -325px;
    padding-top: 10px;
    background: rgba(0,0,0,0.2);
    border-radius: 5px;
}

#footer li {
    float: left;
    width: 100px;
    margin-left: 15px;
    margin-right: 15px;
    color: white;
    font-size: 12px;
    text-align: center;
    list-style: none;
    /*border: 1px solid red;*/
}

#v5-btn {
    width: 310px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    /* 按钮的文字颜色镂空 */
    color:rgb(250, 116, 31);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}

#v5-btn:hover {
    background-color: rgb(255, 255, 255);
}

#v5-btn:active {
    background-color: rgba(255, 255, 255, 0.5);
}

/*从左方出*/
.bounceOutLeft {
    -webkit-animation: bounceOutLeft 1s .2s ease both;
    -moz-animation: bounceOutLeft 1s .2s ease both;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}

@-moz-keyframes bounceOutLeft {
    0% {
        -moz-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -moz-transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
}

/*从右侧进入*/
.bounceInRight {
    -webkit-animation: bounceInRight 1s .2s ease both;
    -moz-animation: bounceInRight 1s .2s ease both;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-30px)
    }
    80% {
        -moz-transform: translateX(10px)
    }
    100% {
        -moz-transform: translateX(0)
    }
}

.errAnimation {
    -webkit-animation: errAnimation 1s .1s ease both;
    -moz-animation: errAnimation 1s .1s ease both;
}

@-webkit-keyframes errAnimation {
    0%, 100% {
        -webkit-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes errAnimation {
    0%, 100% {
        -moz-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -moz-transform: translateX(10px);
    }
}

