[v-cloak] {
    display: none;
}
.infoHead>ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 10%;
    box-sizing: border-box;
}
.infoHead>ul>li{
    list-style: none;
    width: 50%;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    position: relative;
    text-align: center;
    height: 32px;
    line-height: 32px;
    background-color: #efefef;
}
.infoHead>ul>li.role-active{
    color: #fff;
    background-color: #249deb;
}

.el-input__inner{
    border: none;
    border-bottom: 1px solid #dcdfe6;
    border-radius: 0;
}

.el-form-item.is-success .el-input__inner, .el-form-item.is-success .el-input__inner:focus, .el-form-item.is-success .el-textarea__inner, .el-form-item.is-success .el-textarea__inner:focus{
    border-color: #dcdfe6;
    border-radius: 0;
}

.demo-ruleForm .el-input__inner{
    border: 1px solid #DCDFE6;
}

#login{
    width: 100%;
}

.el-form{
    margin-top: 40px;
}

.main{
    background: url("../img/mediateBg.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.el-form-item.is-error .el-input__inner, .el-form-item.is-error .el-input__inner:focus, .el-form-item.is-error .el-textarea__inner, .el-form-item.is-error .el-textarea__inner:focus, .el-message-box__input input.invalid, .el-message-box__input input.invalid:focus{
    border-radius: 0;
}

#loginForm .el-form-item__content .el-input{
    border-bottom: 1px solid #dcdfe6;
}

#loginForm .el-input-group .el-input-group__append{
    border: none;
	background-color: #fff;
	cursor: pointer;
}

.errorTip{
    top: 70px;
    width: 300px;
}

html body {
    /* font-family:PingFang-SC-Medium,"Microsoft YaHei"; */
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}
body,dd,dl,h1,h2,h3,input[type=radio],input[type=checkbox],ol,p,ul {
    margin: 0;
    padding: 0
}
input:focus {
    outline: none;
    border-color: #fff;
    box-shadow: 0 0 5px rgba(207, 220, 0, 0.4);
    border-radius: 5px;
}
a:link, a:visited,a:hover,a:active{
    text-decoration: none;
    color: rgb(36,157,235);
}

.head{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    height:80px;
    position: relative;
}

.head .name{
    padding-right: 30px;
    color: #222222;
    padding-left: 5px;
}
.head .name :nth-child(1){
    font-size: 18px;
    color: rgb(34,34,34);
}
.head .name :nth-child(2){
    font-size: 12px;
}
.head img{
    margin-left: 180px;
}
.head .welcome{
    padding-left:20px;
    border-left: 1px solid  rgb(227,227,227);
    color: rgb(102,102,102);
    font-size: 22px;
}
.header_box_left{width:300px;height:50px;color: #222222;position:relative;top:0;left:0;padding-left:70px;margin-left:50px;}
.header_box_left a{width:300px;height:50px;text-decoration:none;color: #222222;display:inline-block;}
.header_box_left:after{width:60px;height:40px;content:"";background:url(/jsp/index/img/LOGO.png);position:absolute;top:5px;left:0;background-size:100%;background-repeat:no-repeat;}
.header_box_left div:nth-child(1){font-size:20px;margin-top:5px;}
.header_box_left div:nth-child(2){font-size:11px;}
.right{
    position: absolute;
    right:50px;
    top: 30px;
    font-size: 16px;
    color: rgb(51,51,51);
}
.right a{
    cursor: pointer;
}

.main1{
    position: relative;
    background: url("../img/userBg.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    min-width: 1200px;
    min-height: 470px;
}
.main .info{
    position: absolute;
    top: 50px;
    right: 180px;
    width: 300px;
    padding: 15px 30px 25px;
    background-color: #fff;
    border-radius: 4px;
}
.infoHead{
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}
.main .info .input{
    display: flex;
    align-items: center;
}
.input input{
    width: 100%;
    height: 40px;
    border: none;
    font-size: 14px;
    padding: 5px;
}

.main .info .input .verificationCode{
    width: 170px;
}
.getCode{
    width: 120px;
    color: #2399e9;
    cursor: pointer;
    text-align: center;
    border: none;
    background-color: #fff;
}
.main .info .input .send{
    color: #999;
}
.border-bottom{
    border-bottom: 1px solid rgb(216,216,216);
}
.error{
    color: red;
    height: 20px;
    width: 100%;
    margin: 5px 0;
}
.loginBtn{
    display: block;
    width: 300px;
    height: 49px;
    margin: 0 auto;
    /*background-image: linear-gradient(90deg,#25a2ee 0%,#1e87e0 100%);*/
    background-color:#25a2ee ;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    border: none;
}
.forgetPwd{
    float: right;
    color: #666;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
}
.foot{
    text-align: center;
    color: #888;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
}
#titleTips{
    font-size: 18px;
    color: #b2b2b2;
    text-align: center;
    margin-bottom: 30px;
    color: #333333;
}
#titleTips li{
    padding: 0 25px 15px 25px;
    list-style: none;
    display: inline-block;
    border: 0;
    margin: 0 10px;
    cursor: pointer;
}
#titleTips .active{
    color: #333333;
    font-size: 18px;
    border-bottom: 3px solid #249deb;
}


#loginForm #titleTips .el-form-item__content{
    font-size: 18px;
    text-align: center;
    color: #333333;
}

.el-form-item:first-of-type{
    margin-bottom: 30px;
}

.el-form-item:last-of-type a{
    text-align: right;
    float: right;
}

.el-input__inner{
    border: none;
    border-radius: 0;
}


#login{
    width: 100%;
    font-size: 18px;
    height: 50px;
}

.el-form-item.is-success .el-input__inner, .el-form-item.is-success .el-input__inner:focus, .el-form-item.is-success .el-textarea__inner, .el-form-item.is-success .el-textarea__inner:focus{
    border-color: #dcdfe6;
    border-radius: 0;
    box-shadow: none;
}

.el-input__inner:focus,.el-form-item.is-error .el-input__inner, .el-form-item.is-error .el-input__inner:focus, .el-form-item.is-error .el-textarea__inner, .el-form-item.is-error .el-textarea__inner:focus, .el-message-box__input input.invalid, .el-message-box__input input.invalid:focus{
    border-radius: 0;
    box-shadow: none;
}

#loginForm{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.bgText{
    position: absolute;
    left: 180px;
    top: 100px;
}

.el-form-item__error{
    top: 100%;
}

.errorTip{
    position: absolute;
    color: red;
    font-size: 12px;
    left: 20px;
    top:75px;
}

.errorTip img{
    width: 15px;
    margin-right: 3px;
    vertical-align: middle;
}

.el-message--success{
    top: 50%;
}

.foot a{
    color: #888;
}
.errorTip a.register{
    color: red;
    text-decoration: underline;
    cursor: pointer;
}