/**!
 * [咨询企业企业云平台]
 * date:2020-08-06
 * author: [tzc];
 */
html {
    height: 100%;
    overflow: hidden;
}
body {
    height: 100%;
    overflow: hidden;
}
.contanier{
    position: relative;
    height: 100%;
    overflow: auto;
    z-index: 2;
}

.loginbg {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

.loginbg > img {
    left: 0;
    position: absolute;
    top: 0;
}

.content{
    position: relative;
    width: 1170px;
    margin: 0 auto;
    height: 100%;
    min-height: 568px;
}
.main {
    position: absolute;
    top: 50%;
    width: 1170px;
    height: 568px;
    margin-top: -284px;
}
.webinfocol {
    width:728px;
    float:left;
}

.weblogo {
    height: 120px;
    line-height: 120px;
}

.weblogo > img {
    vertical-align: middle;
    margin-right: 15px;
}

.login{
    float: right;
    width: 420px;
    height: 430px;
    margin-top: 110px;
    padding-top: 10px;
    background: url(../images/systemLoginBg.png) no-repeat;
}
.logincol {
    width: 400px;
    height: 410px;
    margin: 0 auto;
    padding: 0 50px;
    background: #fff;
    border-radius: 7px;
}

.tab-list{
 height: 110px;   
}
.tab-list li{
    float: left;
    width: 150px;
    height: 110px;
    cursor: pointer;
}
.tab-list li h2{
    line-height: 110px;
    text-align: center;
    font-size: 24px;
    color: #333333;
}
.tab-list li.active h2{
    color: #0545c5;
    background: url(../images/pic6.png) center 63px no-repeat;
}

.loginform {
    display: none;
}
.phone-login{
    margin: 20px auto 0;
}

.loginform > li {
    margin-bottom: 14px;
    height: 44px;
}

.iptitem {
    position: relative;
    font-size: 15px;
}
.iptitem.validate{
    width: 131px;
}

.iptitem > .icon {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}

.iptitem > .icon::after {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 13px;
    top: 5px;
    left: 30px;
    background: url(../images/pic1.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
}

.iptitem > input[type=text] {
    width: 300px;
    padding-left: 57px;
    padding-right: 10px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    outline: none;
    height: 44px;
    line-height: 44px;
}

.iptitem > input[type=text]:focus {
    border-color: #2590eb;
}

.iptitem.user > .icon {
    width: 18px;
    height: 19px;
    top: 12px;
    left: 15px;
    background-image: url("../images/pic2.png");
}

.iptitem.pwd > .icon {
    width: 20px;
    height: 18px;
    top: 12px;
    left: 15px;
    background-image: url("../images/pic3.png");
}

.iptitem.phone > .icon {
    width: 18px;
    height: 19px;
    top: 12px;
    left: 15px;
    background-image: url("../images/pic9.png");
} 
.iptitem.validate > .icon {
    width: 16px;
    height: 19px;
    top: 13px;
    left: 13px;
    background-image: url("../images/pic4.png");
}
.iptitem.user > input[type=text]:focus+.icon{
    background-image: url("../images/pic2-active.png");
}
.iptitem.phone > input[type=text]:focus+.icon{
    background-image: url("../images/pic9-active.png");
}
.iptitem.pwd > input[type=text]:focus+.icon{
    background-image: url("../images/pic3-active.png");
}
.iptitem.validate > input[type=text]:focus+.icon{
    background-image: url("../images/pic4-active.png");
}

.iptitem.validate {
    float: left;
}

.iptitem.validate > input[type=text] {
    width: 200px;
}
.captcha{
    position: absolute;
    display: block;
    right: 10px;
    top: 15px;
    font-size: 12px;
    color: #bdbdbd;
}
.validateimg {
    border-radius: 5px;
    float: right;
    cursor: pointer;
    display: block;
}

.loginform > li.btnbar {
    margin-top: 29px;
    margin-bottom: 0;
}

.phone-login .btnbar {
    padding-top: 38px;
}

.btnlogin {
    width: 300px;
    height: 42px;
    margin: 0 auto;
    background: #2590eb;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: 0 none;
    outline: none;
    cursor: pointer;
    display: block;
    border-radius: 5px;
}
.loginform > li.check-box{
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
}
.loginform > li.check-box span{
    padding-left: 20px;
    font-size: 14px;
    color: #999999;
}
.check{
    float: left;
    height: 20px;
    line-height: 20px;
    background: url(../images/pic7.png) left center no-repeat;
}
.check.active{
    background-image: url(../images/pic7-active.png);
}
.register{
    float: right;
    width: 60px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
}
