[v-cloak] {
    display: none;
}

* {
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    height: 100%;
}

.login-small-bg {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
}

/*.el-form-item__content {
    margin-right: 12%;
}*/

.title p {
    font-size: 26px;
    display: block;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: black;
}

.changeImageBox {
    height: 40px;
    overflow: hidden;
    background-color: #FFFFFF;
}

.changeImg {
    width: 100px;
    height: 42px;
}

.checkbox .el-checkbox {
    color: #FFFFFF;
}

.container-main {
    width: 900px;
    height: 534px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -450px;
    margin-top: -267px;
    background-color: #fff;
    border-radius:4px;
    overflow: hidden;
}

.logoTitle {
    width: 50%;
    height: 100%;
    z-index: 99;
    position: relative;
    background: url(../images/login-front-bg.png) no-repeat 0 0;
    background-size: 100% 100%;
    text-align: center;
    float: left;
    margin: 0;
}

.logoTitle img {
    margin-top: 96px;
    width: 260px;
}

.logoTitle p {
    font-size: 30px;
    line-height: 50px;
    margin-top: 10px;
    color: #fff;
}

.login-div {
    width: 50%;
    height: 100%;
    z-index: 99;
    position: relative;
    float: right;
}
.login-div .logo-new{
    display: flex;
    position: absolute;
    align-items: center;
    width: 100%;
    justify-content: center;
    top:50px
}
.logo-new img{
    width: 190px;
    height: 26px;
    z-index: 100;
}
.logo-new p{
    height: 25px;
    line-height: 23px;
    padding: 0px 9px;
    border-radius: 7px;
    margin-left: 6px;
    z-index: 100;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(#E6494D 0%, #BB1220 100%);
}

.login-nav {
    width: 260px;
    margin: 120px auto 0px auto;
}

.login-nav span{
    display: inline-block;
    height: 46px;
    line-height: 46px;
    color: #666666;
    font-size: 18px;
    border-bottom: 3px solid #fff;
    cursor: pointer;
}

.login-nav span:first-child{
    margin-right: 110px;
}

.login-nav span.cur{
    border-bottom: 3px solid #419FFF;
    color: #262626;
}

.mt {
    width: 380px;
    height: 280px;
    background: #FFFFFF;
    margin-left: 60px;
    box-shadow: none;
}

#app, #app .el-row, .el-col-6 {
    height: 100%;
}

.loginBtn button {
    width: 100%;
}

#app .el-input__icon {
    left: 0;
}

.el-input i {
    font-size: 20px;
    color: #999;
}

.btn-login {
    width: 33px;
    height: 16px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 16px;
}

.footerBox {
    position: absolute;
    width: 100%;
    bottom: 15px;
}

.footerBox p {
    text-align: center;
    font-size: 120%;
    color: #FFFFFF;
    line-height: 25px;
}

.error-information {
    color: #E00000;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: -17px;
    left: 0;
}

.title {
    width: 97px;
    height: 16px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #101010;
    line-height: 16px;
    margin-left: 142px;
    margin-top: 26px;
}
.clickBox {
    display: block;
    float: left;
    cursor: pointer;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #E77953;
    line-height: 14px;
    margin-left: 10%;
}
.clickPassword{
    display: block;
    float: right;
    cursor: pointer;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666;
    line-height: 14px;
    margin-right: 52px;
}
.el-form-item__error{
    color: #fa5555;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 31px;
}
.el-form-item{
    margin-bottom: 25px;
}
.el-input__inner {
    width: 328px;
    border-radius: 0;
    padding: 4px 16px;
    height: 42px;
    background:rgba(248,249,250,1);
    border-radius:4px;
    border:1px solid rgba(224,224,224,1);
}
#userCode {
    width: 328px;
    margin-left: 0;
    border-radius: 4px;
}
.el-input__prefix {
    left: 4px;
    transition: all .3s;
}
#password {
    width: 328px;
    margin-left: 0;
    border-radius: 4px;
}
#verifyCode {
    width: 195px;
    margin-left: 0;
}
.phone {
    width: 380px;
    height: 360px;
    background: #FFFFFF;
    margin-left: 60px;
    box-shadow: none;
}
.col-center {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-top: 5%;
}
.foot-btn {
    font-size: 15px;
    color: #666666;
}
.el-select .el-input {
    width: 65px;
}
.input-with-select .el-input-group__prepend {
    background-color: #fff;
}
.next-information {
    color: #E00000;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: -14px;
    left: 28px;
}
.clickDivider {
    display: block;
    float: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 13px;
}
.time-btn {
    width: 109px;
    height: 40px;
    background-color: #EBEBEB;
    border-color: #EBEBEB;
    color: #999999;
    font-size: 16px;
    border-radius: 4px;
    margin-left: 4px
}
.send-btn, .time-btn {
    width: 115px;
    height: 40px;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    position: absolute;
    top: 1px;
    left: 210px;
    margin-left: 0!important;
}

.send-btn:hover{
    background-color: #f8f9fa!important;
    border-color: #f8f9fa!important;
}

.send-btn span{
    color: #419FFF;
}
.verifyCode .el-input__inner {
    padding-right: 130px;
}
.next-btn {
    width: 328px;
    height: 42px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    background: #419FFF;
    border: 1px solid #419FFF;
    box-shadow: 0px 5px 12px 0px rgb(92 195 255 / 0%), 0px 2px 10px 0px rgb(68 143 191 / 50%);
    border-radius: 4px;
}
.el-button--primary.is-disabled, .el-button--primary.is-disabled:active, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:hover {
    color: #999999;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.pwd-information {
    color: #E00000;
    font-size: 13px;
    line-height: 1;
    position: absolute;
    top: 45px;
    left: 0;
}
.code-information {
    color: #E00000;
    font-size: 13px;
    line-height: 1;
    position: absolute;
    top: 44px;
    left: 0;
}
.phone-information {
    color: #E00000;
    font-size: 13px;
    line-height: 1;
    position: absolute;
    top: 45px;
    left: 0;
}
.key-information {
    color: #E00000;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 44px;
    left: 0;
}
.loginBtn button {
    width: 100%;
}


#app .el-input__icon {
    left: 0;
}

.el-input i {
    font-size: 20px;
    color: #999;
}

.btn-login {
    width: 328px;
    height: 42px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    background:#419FFF;
    border: 1px solid #419FFF;
    box-shadow:0px 5px 12px 0px rgba(92,195,255,0),0px 2px 10px 0px rgba(68,143,191,0.5);
    border-radius:4px;
    margin-left: 0;
}

.btn-login:hover{
    background:#419FFF;
    border: 1px solid #419FFF;
}

.dialog-main{
    margin-left: 36px;
}

.el-tabs__nav-wrap{
    margin-bottom: 20px;
    padding-left: 59px;
}
.el-tabs__item{
    font-size: 16px;
}
.login-wrap {
    position: relative;
    width: 380px;
    height: 280px;
    background: #FFFFFF;
    margin-left: 60px;
}

.ms-title {
    position: absolute;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    z-index: 100;
    color: #1b8dce;
}
.el-tabs__item{
    font-weight: 700;
}
.ms-title img {
    vertical-align: text-bottom;
}

.ms-login {
    position: absolute;
    left: 50%;
    top: 30%;
    width: 384px;
    /* margin: -150px 0 0 -10%; */
    transform: translate(-50%, -60%);
    padding: 40px;
    border-radius: 5px;
    background: #fff;
}

.login-btn {
    margin-top: 20px;
}

.login-btn .el-button {
    background-color: #419FFF;
    color: #fff;
    width: 328px;
    height: 42px;
}

.login-btn button {
    margin-bottom: 10px;
    width: 100%;
    height: 36px;
}
