*{
    margin: 0;
    padding: 0;
}
html,body{
    height: 100%;
}
.clear{
    clear:both;
}
.loginWrap {
    background: url('/images/loginBg.png') no-repeat;
    height: 100%;
    background-size: cover;
    position:relative;
}
.copyright{
    color :#fff;
    font-size:14px;
    position :absolute;
    bottom :30px;
    left :50%;  
    text-align :center;
    width:280px;
    margin-left :-140px;
}
.loginCtnTab {
    padding: 20px 92px;
}
.listTabBorBom input {
    width: 100%;
    padding: 10px 0;
    outline: none;
    border: none;
    color: #999999;
    font-size: 14px;
    padding-left: 4px;
}
::-webkit-input-placeholder {
    color: #999;
}
.listTab {
    margin-bottom: 10px;
    position: relative;
}
.tips{
    color: red;
    font-size: 12px;
}
.pass_tips{
    color: red;
    font-size: 12px;
    margin-top:7px
}
.loginName_tips{
    color: red;
    font-size: 12px;
    margin-top:7px
}
.loginBtnTab {
    width: 100%;
    display: inline-block;
}
.codeInputTab {
    width: 70%;
    float: left;
}
.codeImgTab {
    width: 25%;
    float: right;
    height: 40px;
    line-height: 40px;
    background: #518cea;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    border: none;
    outline: none;
}
.forgetPassBtnTab {
    float: right;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}
.el-select {
    width: 100%;
}
.listTabBorBom {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
}
.login-form-input .el-input__inner {
    border: none;
}
.loginBtnBoxTab {
    text-align: center;
    background: #518cea;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.loginboxTab {
    width: 600px;
    height: 420px;
    position: fixed;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    background :#fff;
}
.loginBtnBoxTab {
    text-align: center;
    background: #518cea;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.loginTitleTab {
    background: #dddddd;
    display: flex;
}
.loginTitleTab .cur {
    background: #fff;
    color :#1492ff;
}
.loginTitleTabList {
    width: 33.33%;
    text-align: center;
    cursor: pointer;
    padding: 20px;
    color: #666666;
}
.verifiPhoneNumTab select{
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px 0;
    border: none;
    outline: none;
    color: #999999;
    font-size: 14px;
}
.qrCode{
    position: absolute;
    bottom: 0;
    right: 0px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding: 0;
}
.bigqrWrap{
    width:250px;
    height:250px;
    margin: 50px auto;
}
.bigqrWrap img{
    width: 100%;
}
.bigqr{
    width: 100%;
    height: 280px;
    display: inline-block;
}
.redborbot{
    border-bottom: 1px solid red;
}
.pop{
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    display: none;
}