@charset "utf-8";

html, body{ height:100%;}
body{font-size:14px}

#containerWrap{
    position: relative;
	width: 100%;
    height:100%;
    background: url('../img/bg.png') no-repeat;
    background-size: 100% 100%;
}

.loginContianer{
    position: absolute;
    width: 1100px;
    height: 650px;
    top: 50%;
    left: 50%;
    margin-top: -325px;
    margin-left: -550px;
    border-radius: 5px;
    overflow: hidden;
}

.loginLeftImg{
    float: left;
    width: 50%;
    height: 100%;
}

.loginLeftImg img{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.loginWrap{
    float: left;
    width: 50%;
    height: 100%;
    background: #fff;
}

.formWrap{
    padding-bottom: 5px;
    width: 100%;
    overflow: hidden;
}

.form-row-logo{
    margin: 30px auto 0 auto;
    padding-bottom: 20px;
    text-align: center;
}

.form-row-logo img{
    width:216px;
    height: 38px;
}

.formContainer{
    margin: 20px auto 5px auto;
    width: 360px;
}

.formContainer .form-row{
    position: relative;
    margin: 24px auto 0 auto;
    width:100%;
}

.formContainer .input-row{
    width:100%;
    height:40px;
    background:#fff;
    border: none;
    border-bottom:1px solid #ccc;
    text-align: left;
    text-indent: 60px;
    font-size: 16px;
    color: #666;
}

/* 输入框中placeholer文字颜色 */
.formContainer .form-row input::-webkit-input-placeholder{ /* WebKit browsers */
    font-size:15px;
    font-weight:400;
    color:#999;
}
.formContainer .form-row input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    font-size:15px;
    font-weight:400;
    color:#999;
}
.formContainer .form-row input::-moz-placeholder{ /* Mozilla Firefox 19+ */
    font-size:15px;
    font-weight:400;
    color:#999;
}
.formContainer .form-row input:-ms-input-placeholder{ /* Internet Explorer 10+ */
    font-size:15px;
    font-weight:400;
    color:#999;
}

.formContainer .input-img{
    position: absolute;
    display: block;
    width: 35px;
    top: 10px;
    left: 10px;
    border-right: 1px solid #ccc;
}

.formContainer .input-img i{
    width: 20px;
    height: 20px;
    font-size: 18px;
    color: #999;
}

.formContainer .form-row-btn{
    margin: 40px auto 15px auto;
    width: 100%;
}

.formContainer .submit{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    letter-spacing: 2px;
    background: #637DF6;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.formContainer .firstLogin{
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 14px;
    color: #999;
}

.formContainer .forgetPwd{
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 14px;
    color: #999;
}

.formContainer .flex-box{
    display: flex;
    align-items: center;
}

.formContainer .verify-code-input{
    flex: 1;
}

.formContainer .verify-img{
    margin-left:  5px;
    width: 150px;
    height: 46px;
}

.formContainer .verify-img-code{
   width:  100%;
   height: 46px;
   cursor: pointer;
}


.note{
    padding: 10px 30px;
}

.note p{
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.clear:after{clear:both;}

.tabHeader{
    width:100%;
    height: 40px;
}

.tabHeader ul{
    width:100%;
}

.tabHeader ul li{
    float: left;
    margin: 0 6%;
    width:38%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #999;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

.tabHeader ul li.headActive{
    color: #637DF6;
    border-bottom: 2px solid #637DF6;
}

.childBox{
    width: 100%;
    overflow: hidden;
}

#qrcode{
    margin: 10px auto 15px auto;
    display: block;
    width: 220px;
    height: 220px;
}

#refush{
    margin: 30px auto;
    display: block;
    width: 260px;
    height: 260px;
    font-size: 15px;
    color: #DC143C;
    text-decoration: underline;
    text-align: center;
}

.loginNoticeMsg{
    margin-top:20px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #DC143C;
    text-align: center;
}

#djs{
    font-size: 18px;
}

.headMsg{
    margin-top: 80px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #999;
    text-align: center;
}

.browserContainer{
    width: 100%;
    color: #999;
    text-align: center;
}

.browsers{
    margin-right: 20px;
    color: #999;
    text-decoration: underline;
}

