*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}

#app{
    position: relative;
    width: 100%;
    height: 100vh;
}
.regInfo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 540px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #E9E9E9;
    box-shadow: 5px 5px 5px rgba(36, 104, 242, 0.0980392156862745);
}
.title{
    width: 100%;
    text-align: center;
    height: 64px;
    line-height: 64px;
    background-color: rgba(36, 104, 242, 0.0784313725490196);
    font-size: 28px;
    font-weight: 600;
    color: #2468F2;
}
.partTitle{
    font-weight: 700;
    font-size: 18px;
    color: #999999;
    height: 80px;
    line-height: 80px;
}
.regItem{
    display: flex;align-items: center;
    /*width: 240px;*/
    /*height: 40px;*/
    /*border: 1px solid #ebeaea;*/
    /*border-radius: 4px;*/
    margin-bottom: 20px;
    /*padding: 0 10px;*/
    position: relative;
}
.regIcon{
    width: 16px;
    height: 16px;
    opacity: 0.5;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
}
.regIn{
    width: 260px;
    position: relative;
}
.regIn .el-input__inner{
    padding: 0 10px 0 40px;
}
.regItem-sendMsg{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    color: #0079FE;
    line-height: 40px;
    cursor: pointer;
}
.regItem-sendMsg2{
    color: #999;
}
.agreeMsg{
    display: flex;
    width: 260px;
}
.agree-w{
    color: #999;
    display: inline-block;
    margin: 0 1px 0 6px;
}
.agreeRule{
    color: #333;
}
.regBtn{
    width: 240px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    color: #FFFFFF;
    background-color: #0079FE;
    margin-top: 20px;
    border-radius: 4px;
    cursor: pointer;
}
.toLogin{
    margin: 30px 0 50px 0;
    text-align: center;
}
.toLogin a{
    color: #0079FE;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input:-moz-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}
