* {
    margin: 0;
    padding: 0;
}

html, body {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    text-align: center;
    font-family: "微软雅黑";
    overflow: hidden;
    background-image: url('/ssooauth2/static/img/bg@2x.png');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
#app {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    box-shadow: 0 3px 6px 0 rgba(136, 136, 136, 0.16);
}

.radius_box {
    position: relative;
    border-radius: 0;
    box-sizing: border-box;
}

.el-tabs__nav-scroll {
    overflow: hidden;
    margin-top: 0.35rem !important;
    border: 0 !important;

}

.el-tabs__nav {
    width: 100% !important;
    border: 0 !important;
}

.el-tabs__nav-wrap::after {
    display: none;
}

.el-tabs__item {
    height: 0.625rem !important;
    line-height: 0.625rem !important;
}

.el-tabs__item.is-top {
    -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), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    font-size:0.35rem !important;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    letter-spacing: 0.017rem;
    color: #000000;
    list-style: none;
}

.el-tabs__item.is-top.is-active {
    font-size: 0.35rem !important;
    font-weight: 700;
    text-align: left;
    color: #5d83fe !important;
}

.el-tabs__item.is-top.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 88% !important;
    height:0.05rem !important;
    background-color: #5d83fe;
    z-index: 1;
}

.el-tabs__item:hover {
    color: #5d83fe !important;
}

#tab-second.is-active::after {
    content: "";
    position: absolute;
    left: 0.25rem;
    bottom: 0;
    width: 88% !important;
    height: 0.05rem !important;
    background-color: #5d83fe;
    z-index: 1;
}

.el-tabs__active-bar {
    height: 0 !important;
    background-color: transparent !important;
}

.el-form {
    margin-top: 0.375rem;
    position: relative;
}
.el-form-item {
    box-sizing: border-box;
    display: flex;
    padding: 0  1rem;
    margin-bottom: 0.35rem !important;
}
.confirm_code_wrapper {
    width: 8.75rem ;
    height: 0.675rem;
    display: flex;
}

.confirm_code_box.el-form-item {
    width: 4.75rem !important;
}

.get_confirm_code_box {
    margin-left: 0.562rem;
    line-height: 0.675rem;
    color: #5d83fe;
    cursor: pointer;
    font-size: 0.2rem;
}

.get_confirm_code_box_new {
    width: 18.5%;
    font-size: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.el-form-item__content{
    box-sizing: border-box;
    width: 100% !important;
    height: 0.675rem !important;
    border: 0.012rem solid #e1e5ee !important;
    line-height: 0.675rem !important;
    background-color: #f8f9fb !important;
}
.el-form-item__content .el-input{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.el-form-item__content .el-select .el-input .el-input__inner {
    padding-left: 0.438rem !important;
}
.el-form-item__error{
    font-size:0.15rem ;
}
.el-input__inner {
    width: 100%;
    display: inline-block;
    -webkit-appearance: none;
    outline: 0;
    padding: 0 0.125rem !important;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0 !important;
    border: none !important;
    font-size: 0.2rem !important;
    font-weight: 500 !important;
    color: #333333 !important;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    background-color: #f8f9fb !important;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}
.email-tips {
    display: flex;
    position: absolute;
    left: 1rem;
    top: 1.73rem;
    max-width: 77%;
    height: 0.375rem;
    background: #f8f9fb;
    cursor: pointer;
}
ul > li {
    max-width: 94%;
    height: 100%;
    text-align: left;
    list-style: none;
    padding: 0 0.187rem;
    line-height: 0.375rem;
    border: 0.012rem solid #e1e5ee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.el-autocomplete {
    width: 100% !important;
}
.el-autocomplete-suggestion {
    width: auto !important;
    border:none !important;
    background-color: #f8f9fb;
}
.el-autocomplete-suggestion__wrap{
    padding: 0 !important;
}
.el-form-item.confirm_code_box{
    height: 100%;
    padding: 0;
    margin-left: 1rem
}
.button_wrapper {
    display: flex;
    margin: 0.5rem 0 0.375rem 0;
    padding-left: 1rem;
}

.button_wrapper .el-button {
    width: 3.07rem !important;
    height: 0.675rem !important;
    border-radius: 0.05rem !important;
    font-size: 0.25rem !important;
}

.confirmButton {
    background: #5d83fe !important;
}

.confirmButton span {
    color: #fff;
}

.backButton {
    margin-left: 0.5rem !important;
    background: #ffffff !important;
    border: 0.012rem solid #5d83fe !important;
}

.backButton span {
    color: #5d83fe;
}

.sys_name_wrapper {
    width: 8.75rem;
    text-align: left;
    font-size: 0.2rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    color: #999999;
}
.sys_name_wrapper span {
    margin-left: 1rem;
}
