*{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
}
body{
    background-size: cover;
    background-position:bottom right;
    background-repeat: no-repeat;
    color: #666;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #fff;
    background-image: url(/img/loginBg.jpg);
}
.main{
    width: 90%;
    max-width: 450px;
    /* height: 520px; */
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0,0,0,.2),0 0 4px rgba(0,0,0,.02),0 12px 36px rgba(0,0,0,.06);
    border: 2px solid #fff;
    border-radius: 12px;
    position: fixed;
    left:50%;
    top: 50%;
    padding: 25px 15px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    /* margin: 0 0 0 -200px; */
}
.main-head{
    /* padding: 30px; */
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    text-align: center;
}
.main-head-title{
    font-size: 30px;
    color: #4d6bfe;
}
.main-head-con{
    /* line-height: 32px; */
    padding-top: 10px;
}
.mian-form-div{
    text-align: left;
    padding: 10px 0px;
    /* display: flex; */
}
.main-form-ipt{
    width: 100%;
    border: none;
    background: #fff;
    height: 45px;
    padding: 0px 30px;
    color: #000;
    outline: none;
    font-size: 16px;
    border-radius: 6px;
    box-shadow: 0px 0px 1px #ccc;
}
.main-form-btn{
    width: 90%;
    border: none;
    height: 55px;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    background-color: #35225d;
}
.main-select-div{
    position: absolute;
    right: -2px;
    top: -2px;
}
.select-type-div{
    text-align: center;
    padding-top: 35px;
}
.select-type-span{
    display: inline-block;
    padding: 5px 15px;
    font-size: 18px;
    cursor: pointer;
    color: #999;
}
.current{
    color: #333;
}
.qrcodeBox{
    display: inline-block;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.overdu-code{
    position: absolute;
    width: 200px;
    height: 202px;
    /* line-height: 200px; */
    top: 19px;
    background-color: #c0c4ccf0;
    color: red;
    font-weight: bold;
    font-size: 15px;
}

.input-lable{
    font-size: 10px;
    color: #ccc;
}
.foot-view{
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    text-align: center;
    color: #666;
    font-size: 10px;
}
.foot-view a{
    color: #666;
    text-decoration: none;
}