*{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
}
body{
    background-image: url(/img/loginBg.jpg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    color: #666;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.morebetter{
     background-image: url(/img/loginBg_more.jpg);
}
.main{
    width: 400px;
    height: 508px;
    background-color: rgba(245,245,255,0.85);
    border: 2px solid #fff;
    border-radius: 16px;
    position: fixed;
    left:50%;
    top: 50%;
    padding: 30px 0 45px;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
}
.main-head{
    padding: 30px;
}
.main-head-title{
    font-size: 30px;
    color: #333;
}
.main-head-con{
    /* line-height: 32px; */
    padding-top: 10px;
}
.mian-form-div{
    text-align: left;
    padding: 0 28px 28px 28px;
    display: flex;
}
.main-form-ipt{
    width: 100%;
    border: none;
    background: #fff;
    height: 55px;
    padding: 0px 30px;
    color: #000;
    outline: none;
    font-size: 16px;
    border-radius: 30px;
}
.main-form-btn{
    width: 100%;
    border: none;
    height: 55px;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    background-color: #35225d;
}
.morebetter .main-form-btn{
    background-color: #1F515D;
}
.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;
}