.login-wrapper{
	width:450px;
	height:360px;
	margin-left:-225px;
	margin-top:-180px;
}
 .logo h1 img 
 {
    margin: -17px;
    /*height: 38px;*/
    /*width: 250px;*/
}

.logo h2 img 
{
    height: 70px;
    width: 160px;
}
.logo
{
    top:-50px;    
    position: absolute;
    margin-top: -5px;
    width: 100%;
}
.logo h1 span
{
    font-size: 18px;
    margin: 0 0 0 30px;
    float:left;    
}

.login .validatebox-tip
 {
    left:215px;    
    top:17px;
 }
.login .validatebox-tip .tip-content{
    width:120px;
    box-shadow: none;
}
.product-login h3
 {
    padding-left:30px;     
}
.login .login-button{
    width:100px;
    height:36px;
    line-height: 36px;
    margin-top:15px;
    font-size: 14px;
    box-shadow: none;
}
:root .login .login-button{
    height:36px;
    line-height: 36px;
}

.login{
    background: #fff;
    border-radius:5px;
    padding:20px 15px;
}
.login h3{
    font-size: 18px;
    /*font-weight:bold;*/
    color:#333;
    text-indent:20px;
}
.login input[type="text"], .login input[type="password"]{
    width:200px;
    height:20px;
    line-height: 20px \0;
    padding:6px 0;
    border:1px solid #ccc;
    border-radius:3px;
    /*margin-top:15px;*/
    text-indent:33px;
	padding-left: 33px \0;
	text-indent: 0 \0;
    width: 167px \0;
    color:#666;
    /*line-height: 20px;*/
}
.login li{
    clear:both;
    padding-left:90px;
    position: relative;
}
.login li .field{
    padding-top: 15px;
}
.login li .login-text2{
    width:115px;
    float:left;
    margin-right:3px;
    text-indent: 3px;
    padding-left: 0;
}
.login .validate-img{
    width:80px;
    height:32px;
    margin-top:16px;
    float:left;
}
.login li div.username, .login li div.password, .login li div.company-code, .login li div.mobile-phone{
    color: #999999;
    display: block;
    font-size: 14px;
    left: 93px;
    position: absolute;
    top: 22px;
    background: url('/Images/Login/username.gif') 3px 0 no-repeat;
    padding-left:30px;
    height:24px;
}
.login li div.username span, .login li div.password span, .login li div.company-code span, .login li div.mobile-phone span{
    width:60px;
    display: block;
    position: absolute;
    left:30px;
}
.login li .username{
    background: url('/Images/Login/username.gif') 4px 5px no-repeat;
}
.login li .password{
    background: url('/Images/Login/password.gif') 4px 5px no-repeat;
}
.login li .company-code{
    background: url('/Images/Login/company-code.png') #fff 4px 5px no-repeat;
}
.login li .mobile-phone{
    background: url('/Images/Login/mobile-phone.png') #fff 4px 5px no-repeat;
}
.error-msg{
    display: block;
    color:#c60000;
    text-align: left;
    margin-top:3px;
}
.error-msg li{
    padding-left:4px;
}

/*tab 选项卡*/
.login-wrapper .login h3{
    margin-top:0;
    padding-bottom: 10px;
}
.login ul.tab-top{
    padding-left:15px;
    height:30px;
    line-height: 30px;
    border-bottom:1px solid #ccc;
    margin:0 20px;
}
.login ul.tab-top li{
    float:left;
    padding:0 20px;
    border:1px solid #ccc;
    border-bottom:none;
    margin-right:10px;
    border-radius: 3px 3px 0 0;
    position: relative;
    cursor:pointer;
    background: #F3F3F3 ;
    color:#000;
    font-weight: bold;
    bottom: 1px;
    clear:none;
}
.login ul.tab-top li.current{
    /*bottom:1px;*/
    border-bottom: 1px solid #fff;
    color:#2E6E9E;
    background: #fff;
}


/**登录界面的视觉设计规范--运营平台 xiongkuan 20210415  tapd:1148890809001007514 */
body {
    height: 100%;
}

.login-content {
    width: 100%;
    height: 100%;
    /*display: flex;
    flex-flow: row nowrap;*/
}

.content-left {
    /*width: 55%;
    display: flex;*/
    /*align-items: center;*/
    /*position: relative;*/
    position: relative;
    width: 55%;
    height: 100%;
    float: left;
}
    .content-left img {
        /*margin: 0 auto;
        padding-left: 100px;
        height: 350px;*/
        margin: -175px -220px 0 0;
        height: 350px;
        position: absolute;
        top: 50%;
        right: 50%;
    }

.content-right {
    /*align-items: center;
    display: flex;*/
    position: relative;
    width: 45%;
    height: 100%;
    float: left;
}

.login-wrapper {
    /*position:static;
    margin: 0;
    margin-top: -70px;*/
    margin-top: -220px;
    left: 0;
    margin-left: 0;
}
.content-right .logo {
    position: relative;
    float:none;
    top:0;
}
/**---1148890809001007514*/
