.cas-main {
    padding: 0px 0px;
    width: 100%;
}
*{
    margin: 0;
}

.login-top-view {
    padding-left: 70px;
    padding-right: 70px;
    height: 90px;
}
.login-middle-view {
    position: relative;
}
.middle-bg {
    width: 100%;
    height: 600px;
}
/*.login-form {*/
/*    position: absolute;*/
/*    top: 60px;*/
/*    right: 60px;*/
/*    width: 350px;*/
/*    background-color: rgba(255, 255, 255, 0.5);*/
/*    border-radius: 1px;*/
/*    border: 1px solid #ffffff;*/
/*    padding: 20px 10px;*/
/*    margin: 0 auto;*/
/*}*/
.login-form {
    width: 456px;
    background-color: white;
    /*border: 1px solid #ffffff;*/
    margin-right: 19.75vw;
    border-radius: 4px;
    padding: 48px 48px 54px 48px;
    margin-top: 119px;
}
.form-title {
    margin-left: 6px;
    color: #222222;
    font-size: 16px;
    font-weight: 800;
}
.form-item {
    background: white;
    color: #454545;
    margin-bottom: 24px;
}
.form-item_content {
    width: 100%;
    position: relative;
    line-height: 38px;
    font-size: 14px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}
.form-icon-container img {
    height: 18px;
    margin-left: 10px;
    vertical-align: middle;
}
.form-item_content .login-input {
    display: inline-block;
}
.login-input input {
    background: transparent;
    border: 0px;
    -webkit-appearance: none;
    border-radius: 0px;
    padding: 12px 5px 12px 15px;
    color: #444444;
    font-size: 14px;
    width: 256px;
}
.login-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 15px;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}
.login-button{
    width: 100%;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #dcdfe6;
    color: white;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 400;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    background: #0C83FA;
    opacity: 1;
}

.wtl-row {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.wtl-row--item {
    position: relative;
    flex: 1;
    min-width: 20px;
}

.wtl-row-center {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.login-bottom-view {
    padding: 0 70px;
    height: 180px;
}

.wtl-column {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.wtl-column-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.login-footer-view {
    font-size: 12px;
    color: #999999;
    height: 40px;
}

.alert {

}

.alert-danger {
    color: red;
    margin-bottom: 6px;
}

/*短信登录样式*/
.login-tabs {
    padding: 0 20px;
    position: relative;
}

.el-tabs__header {
    padding: 0;
    position: relative;
    margin: 0 0 25px 0;
}

.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;
    transition: transform .3s;
    float: left;
    z-index: 2;
}

.el-tabs__active-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #409eff;
    z-index: 1;
    transition: transform .3s cubic-bezier(.645,.045,.355,1);
    list-style: none;
}

/*#tab-first {*/
/*    padding-left: 0;*/
/*}*/

/*#tab-second {*/
/*    padding-right: 0;*/
/*}*/

.el-tabs__item {
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    list-style: none;
    color: #303133;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    font-family: MicrosoftYaHeiUI;
    font-size: 16px;
    color: rgba(0,0,0,0.65);
    line-height: 20px;
    font-weight: 400;
}

.el-tabs__item:focus-visible {
    outline: none;
}


.el-tabs__nav-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /*height: 2px;*/
    background-color: #e4e7ed;
    z-index: 1;
}

.el-tabs__item.is-active {
    color: #0C83FA;
}

.el-tabs__item.is-active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 1px;
    background-color: #409eff;
    z-index: 1;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0;
}

.login-button.btn.focus, .login-button.btn:focus, .login-button.btn:hover {
    color: #fff;
    text-decoration: none;
}

.user-login {
    display: flex;
    margin-bottom: 32px;
}

.agreement-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    /*margin-bottom: 24px;*/
    font-family: MicrosoftYaHeiUI;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 14px;
    font-weight: 400;
}

.agreement-container-entrance {
    margin-top: 24px;
    margin-bottom: 24px;
    font-family: MicrosoftYaHeiUI;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.blue-text {
    font-family: MicrosoftYaHeiUI;
    font-size: 14px;
    color: #1862F6;
    line-height: 18px;
    font-weight: 400;
}

.user-login-text {
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 24px;
    color: rgba(0,0,0,0.85);
    line-height: 30px;
    font-weight: 700;
    margin-right: 8px;
}

.user-login-text2 {
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 24px;
    color: rgba(0,0,0,0.25);
    line-height: 30px;
    font-weight: 700;
}

.forget-text {
    margin-right: 12px;
}

.right-img {
    width: 16px;
    margin-left: 6px;
}

.footer-container {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    letter-spacing: 0;
    font-weight: 400;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F4F5F9;
    box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,0.1);
}

.line-container {
    display: flex;
    margin-bottom: 11px;
}

.line1 {
    margin-right: 25px;
}

.police-img {
    margin-right: 8px;
    object-fit: contain;
}

.police-img-container {
    display: flex;
    align-items: center;
}

.flex-container {

}

.w-218 {
    width: 218px;
}

.flex-box {
    display: flex;
    justify-content: space-between;
}

.checkbox-box {
    margin: 0;
    margin-right: 8px;
}

.flex-jus {
    display: flex;
    justify-content: space-between;
}

.flex-align-items {
    display: flex;
    align-items: center;
}

.tab-flex {
    display: flex;
}

.flex-jus-ali {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 12px;
}

.no-center {
    align-items: flex-start;
}
