@CHARSET "UTF-8";
/*
 *@Author: xiaoyan.liang
 *@Date: 2018-06-13
 *@Page: login.jsp
 */
.w-1200 {
    width:1200px;
}
.l-header{
    box-sizing: content-box;
    height:140px;
    margin: 0 auto;
    background: url("../imgs/login-header.png") no-repeat center;
    border-bottom: 4px solid #478de3;
    background-size: 100% 100%;
}
.l-header .l-logo{
    position:relative;
    height: 100%;
    margin: 0 auto;
}
.l-header .l-logo > img{
    margin-top:45px;
}
.l-header .l-logo > a{
    background: #478de3;
    padding: 10px 35px;
    color: white;
    position: absolute;
    right:0;
    bottom: 0;
}
.l-content{
    box-sizing: content-box;
    height: 520px;
    padding-top:75px;
    background:url("../imgs/register_content.png") no-repeat center;
    background-size: 100% auto;
}
.l-content > .l-login{
    margin: 0 auto;
    background: url("../imgs/shadow.png") no-repeat bottom;
    overflow: hidden;
    padding: 0 0 25px 0;
}
.l-content .l-login > .l-center{
    width: 100%;
    height: 430px;
    background: #fff;
    border: 1px solid #dbdbdb;
}
.l-content .l-login-left{
    width: 47%;
    float: left;
    height:100%;
    background: url("../imgs/login-left.png") no-repeat center;
}
.l-content .l-login-right{
    width: 53%;
    float: right;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.l-content .l-login-right > .l-login-right-middle{
    width: 350px;
    float: right;
    height: 315px;
    position: absolute;
    top: 45px;
    left: 100%;
    background: #FFF;
    transition: all 0.5s;
}
.l-content .l-login-right > .l-login-right-middle.acitve{
    left: 25%;
    opacity: 1;
    z-index: 9;
}
.l-content .l-login-right > .l-login-right-middle.unacitve{
    left: 0;
    opacity: 0;
}
.l-content .l-login-right > .l-login-right-middle h4{
    margin:0 0 20px 0;
    font-size:24px;
    font-weight:500;
    color: #b22525;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.l-content .l-login-right > .l-login-right-middle h4 a{
    font-size: 14px;
    line-height: 35px;
}
.l-content .l-login-right > .l-login-right-middle h4 > span{
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding-left: 5px;
}
/*登录输入框信息*/
.l-content .l-login-right .middle{
    min-height: 50px;
    width: 100%;
    margin-top: 15px;
}
.l-content .l-login-right .middle > .input{
    border: 1px solid #dddddd;
    overflow: hidden;
}
.l-content .l-login-right .middle > .input i {
    float: left;
    height: 100%;
    width: 50px;
    color: #5eadde;
    text-align: center;
    line-height: 41px;
    border-right: 1px solid #dbdbdb;
}
.l-content .l-login-right .middle > .input input,
.l-content .l-login-right .middle > .input select {
    outline: none;
    float: left;
    height: 43px;
    line-height: 43px;
    box-sizing: content-box;
    padding-left: 5px;
    width: calc(100% - 50px);
    border: none;
    padding: 0;
    margin: 0;
    text-indent:10px;
}
.l-content .l-login-right .middle .input-err {
    color: #de5d5d;
    line-height: 24px;
    padding: 5px 10px 0;
}
/*验证码信息*/
.l-content .l-login-right .middle.code > .input {
    border: 0;
}
.l-content .l-login-right .middle.code > .input input {
    width: calc(100% -  100px);
    border: 1px solid #dddddd;
}
.l-content .l-login-right .middle.code > .input img {
    margin-left: 5px;
    width: 90px;
    height: 45px;
    display: block;
    padding: 0;
    background: rgba(13, 90, 128, 0.19);
    float: right;
}


/*输入框信息end*/
/*登录按钮*/
.l-content .l-login-right .button-conter{
    margin: 15px 0 0 0;
    overflow: hidden;
}
.l-content .l-login-right .button-conter .button-box{
    float: left;
    width: 50%;
}
.l-content .l-login-right .button-conter .button-box button {
    width: 100%;
    height: 40px;
    color: #fff;
    background: #478de3;
    border: 1px solid #478de3;
    border-radius: 3px;
    cursor: pointer;
}
.l-content .l-login-right .button-conter .link-box{
    float: right;
    width: 45%;
    line-height: 40px;
    color:#478de3;
}
.l-content .l-login-right .button-conter .link-box span{
    cursor: pointer;
    margin: 0 5px;
}
.l-content .l-login-right .button-conter .link-box span:hover{
    text-decoration: underline;
}
.l-content .l-login-right .button-conter .link-box a{
    cursor: pointer;
}
/*步骤信息*/
.l-nav{
    width: 1170px;
    overflow: hidden;
    margin: 0 auto;
    padding: 25px 0;
}
.l-nav .title {
    height: 45px;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    line-height: 45px;
}
.l-nav .title>span {
    font-size: 22px;
    color: #de5d5d;
}
.l-nav ul{
    margin-top: 10px;
}
.l-nav ul >li {
    float: left;
    width: 16.5%;
    height: 51px;
    list-style: none;
    font-size: 20px;
    box-sizing: content-box;
}
.l-nav ul >li > span {
    display: inline-block;
    padding: 11px 13px;
    background: url(../imgs/icons.png) no-repeat -93px -671px;
    font-size: 22px;
    color: white;
}
/*步骤信息end*/
/* 湖南CA的一些样式处理 */
.middle-of-hn-ca {
    height: 130px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.middle-of-hn-ca span {
    display: block;
    text-align: center;
    background: #f9f9f9;
    color: #e8e8e8;
    margin: 0 22% 0;
    font-size: 40px;
    padding: 20px;
    border-radius: 10px 0 0 10px;
    position: relative;
}

.middle-of-hn-ca span:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 40px;
    background: #f9f9f9;
    top: 30px;
    right: -30px;
}

