#main{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap{
    position: relative;
    -webkit-box-shadow: 0px 0px 4px #ccc;
    box-shadow: 0px 0px 4px #ccc;
    width: 405px;
    min-height: 469px;
}
.login-box{
    position: relative;
    width: 405px;
    height: 439px;
    top: 167px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px #ccc;
    padding: 35px 60px 80px 60px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 469px;
    top: 0;
}
}
.login-box .el-tabs_header{
    padding: 0;
    position: relative;
    margin: 0 0 15px;
}
.el-tabs_nav-wrap {
    overflow: hidden;
    margin-bottom: -1px;
    position: relative;
}
.el-tabs_nav-scroll {
    overflow: hidden;
}
.el-tabs_nav{
    white-space: nowrap;
    position: relative;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    float: left;
    z-index: 2;
    width: 100%;
    transform: translateX(0px);
}
.el-tabs_active-bar{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #409eff;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    list-style: none;
}
.el-tabs_item{
    padding: 0 20px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    position: relative;
    padding: 0!important;
    width: 50%!important;
    text-align: center;
    cursor: pointer;
}
.el-tabs_item.is-active {
    color: #409eff;
}
.el-tabs_nav-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #e4e7ed;
    z-index: 1;
}
form{padding-top:15px;}
form .el-form-item{
    margin: 22px 0 0 0!important;
}
form .el-form-item input{
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.sign-in-footer .sign-in-options {
    margin-top: 15px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.sign-in-footer .sign-in-options label{
    color: #606266;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 30px;
}
.sign-in-footer input[type=checkbox]{ 
    display: inline-block;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)
}
.sign-in-footer .checkbox_label{
    display: inline-block;
    padding-left: 10px;
    line-height: 19px;
    font-size: 14px;
    color: #606266!important;
    position: relative;
    top: -2px;
}
.submit,.makesure{
    width: 100%;
    background-color: #409eff;
    border-color: #409eff;
    margin-top: 20px;
}
.sign-in-footer .sign-in-options>span{
    cursor: pointer;
}
.third-sign-wrapper{
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 30px;
    padding: 0 70px;
    box-sizing: border-box;
}
.third-sign-wrapper .third-sign{
    display: flex;
    justify-content: space-around;
}
.third-sign-icon{
    cursor: pointer;
    width: 38px;
    height: 38px;
}
.yzm-btn{
    width: 170px;
    color: #409eff;
    background: #ecf5ff;
    border-color: #b3d8ff;
    height: 40px;
    float: right;
}
.yzm-btn:hover{
    background: #409eff;
    border-color: #409eff;
    color: #fff;
}
.back-bar{
    overflow: auto;
    margin-bottom: 10px;
    cursor: pointer;
}
.back-bar img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}