
.loginBox{
    background: #ffffff;
}
.loginheader .wrapContent{
    position: relative;
    width: 1200px;
    line-height: 110px;
    height: 110px;
    margin: 0  auto;
    overflow: hidden;
}
.wrapContent .logo{
    display: block;
    width: 240px;
    height:82px;
    background: url("../../src/img/common/logo.png") left center no-repeat;
    margin-top: 17px;
}
.wrapContent span{
    margin-left:20px;
    font-size: 24px;
}
.loginBg{
    background:url("../../src/img/login/loginbg.jpg")  left center/100% 100% no-repeat ;
    position: relative;
    width: 100%;
    height: 568px;
    top:0;
    left: 0;
    margin:0 0 90px ;
}
.loginBgContent{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding-bottom: 90px;
    position: relative;
}
.loginBgContentwidth{
    width: 840px;
    margin: 0 auto;
    height: 100%;
    float: left;
    margin-top: 50px;
    background:url("../../src/img/login/loginpic.png")  left center  no-repeat;
    background-origin: content-box;
}
.loginBgContent .loginWrap{
    width: 360px;
    float: right;
    height: 370px;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    margin-top: -200px;
    right: 0;

}
.loginHeader{
    font-size: 16px;
    border-bottom: 1px solid #CCCCCC;
    text-align:center;
}
.loginHeader ul{
    padding: 0 50px;
    margin-bottom: -1px;
}

.loginHeader ul li{
    width: 50% ;
}
.loginHeader ul li a{
    display: block;
    width: 100%;
    height:40px;
    float: left;
    padding: 15px 0;
    border: none !important;
    text-align: center;
    color: #666!important;
}

.loginHeader .active{
    border-bottom: 2px solid #c40012  !important;
}

.loginContent{
    padding:0 50px;
    margin: 15px 0;
}
.loginContent li{
    margin-top: 20px;
    display: block;
    width: 100%;
    border:1px solid #CCCCCC;

}
.loginContent li .checkbox{
    margin: 0;
}
.loginContent li:nth-child(3),
.loginContent li:last-child{
    border:none
}
.loginContent li input[type='text'],
.loginContent li input[type='password']{
    width: 220px;
    float: left;
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    border: none;
}
.loginContent li  span{
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    background:#F1F1F1 url("../../src/img/login/spriteLogin.png") 2px 2px  no-repeat;
}
.loginContent li:nth-child(2) span{
    background:#F1F1F1 url("../../src/img/login/spriteLogin.png") -406px 2px no-repeat;
}

.loginContent .mobileLoginIcon1{
    background:#F1F1F1 url("../../src/img/login/spriteLogin.png")  -406px -142px no-repeat  !important;
}
.loginContent .mobileLoginIcon2{
    background:#F1F1F1 url("../../src/img/login/spriteLogin.png")  -406px 2px  no-repeat !important;
}

.inputText2{
    width: 110px !important;
}
.identifyingCodeBox{
    float: right;
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    background:#f2f2f2;
    color: #464646;
}
.identifyingCodeBox.dis{
    background: #cccccc;
    color: #ffffff;
    cursor:default;
}
.identifyingCodeBox.dis:hover{
    color:#ffffff !important;
}
.loginCon li.loginConLi{
    border:none;
}

.loginCon li.loginConLi .myleft{
    float: left;
    border: 1px solid #ccc;
}
.loginContentBtn a{
    display: block;
    margin: 20px 0;
    height: 38px;
    line-height: 38px;
    background: #c40012 ;
    color: #FFFFFF;
    text-align: center;
}
.loginContentBtn a:hover {
    background: #c40012 ;
    color: #FFFFFF !important;
}
.footerWrap{
    height: 100px;
    text-align: center;
    margin: 0;
    padding: 30px;
}
.footerWrapContent{
    width: 1200px;
    text-align: center;
}

.copyright{
    height: 32px;
    line-height: 32px;
    color: #333333;
}
.distributor{
    margin: 10px 0 20px 0;
}
.distributor a{
    color:#c40012;
    font-size: 14px;
}

