html{
    background: -webkit-linear-gradient(#4577EB,#4094F1,#3A81EF); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#4577EB,#4094F1,#3A81EF); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#4577EB,#4094F1,#3A81EF); /* Firefox 3.6 - 15 */
    background: linear-gradient(#4577EB,#4094F1,#3A81EF); /* 标准的语法 */
}
body{
    min-height:100vh;
    background: url(../img/home_body_bg.png) no-repeat center bottom;
    background-size: auto 100%;
}
/*顶部内容*/
#loginHeaderWrap{
    width: 100%;
    min-width: 1366px;
    height:120px;
    background: url(../../public/img/top_bg.png) no-repeat center top;
    background-size: auto 80%;
}
#loginHeaderWrap .headerBox1{
    width: 100%;
    height:42px;
    float: left;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
#loginHeaderWrap .headerBox1 span{
    color: rgba(255,255,255,0.7);
    height: 42px;
    line-height:42px;
    font-size: 14px;
    margin-left: 122px;
}
#loginHeaderWrap .headerBox2{
    width: 100%;
    height:67px;
    float: left;
}
#loginHeaderWrap .headerBox2 .logo{
    width: 211px;
    height:auto;
    margin-top: 32px;
    margin-left: 122px;
    cursor: pointer;
}
#loginHeaderWrap .headerBox2 div{
    width: 790px;
    height:67px;
    float: right;
    margin-right: 120px;
    padding-top: 32px;
}
#loginHeaderWrap .headerBox2 a{
    height:22px;
    line-height:22px;
    float: left;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 50px;
}
/*登录框部分*/
#loginBoxWrap{
    width: 100%;
    min-width: 1366px;
    height: calc(100vh - 175px);
    min-height:500px;
    position: relative;
}
#loginBox{
    width: 462px;
    height:488px;
    position: absolute;
    right: 120px;
    top: 50%;
    margin-top:-244px;
    background: #FFFFFF;
    box-shadow: 0 0 30px 3px rgba(22,64,145,0.47);
    border-radius: 2px;
}
/*tab 切换*/
#loginBox .tabBox{
    width: 330px;
    height:98px;
    float: left;
    margin-left: 66px;
    position: relative;
}
#loginBox .tabBox button{
    height: 98px;
    width: 50%;
    float: left;
    font-size: 20px;
    color: #B4B4B4;
    border-bottom: 1px solid rgba(187,187,187,0.3);
    line-height:127px;
}
#loginBox .tabBox button.ckd{
    color: #3792FF;
    font-weight: bold;
}
#loginBox .tabBox img{
    position:absolute;
    left: 0;
    bottom: 0;
    width: 165px;
    height:3px;
}
/*中间的登录输入框部分*/
#loginBox .midBox{
    width: 330px;
    height: 327px;
    float: left;
    margin-left: 66px;
    position: relative;
}
#personalBox,#companyBox{
    width: 100%;
    height: 100%;
    float: left;
}
#loginBox  input{
    background: #FBFDFF;
    border: 1px solid #CED5DF;
    border-radius: 2px;
    font-size: 16px;
    color: #56606F;
    height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    line-height:50px;
}
#loginBox  input:focus{
    background: #FFFFFF;
    border: 1px solid #0087FF;
    box-shadow: 0 0 14px 0 rgba(0,135,255,0.20);
    border-radius: 2px;
}
#loginBox  input.wrong{
    background: #FFFFFF;
    border: 1px solid #D03E3E;
    box-shadow: 0 0 14px 0 rgba(210,60,57,0.20);
    border-radius: 2px;
}
/*通用的账号密码登录*/
#loginBox .midBox .pwdLogin{
    width: 100%;
    height:100%;
    padding-top: 30px;
    box-sizing: border-box;
}
#loginBox .midBox .pwdLogin input{
    width: 330px;
    float: left;
    margin-bottom: 20px;
}
#loginBox .midBox .pwdLogin .setName{
    height:17px;
    padding-left: 26px;
    margin-top: 20px;
    font-size: 12px;
    color: #858787;
    background: url(../img/ckd-icn2.png) no-repeat left center;
    background-size: 15px;
}
#loginBox .midBox .pwdLogin .setName.ckd{
    background: url(../img/ckd-icn1.png) no-repeat left center;
    background-size: 15px;
}
#loginBox .midBox .pwdLogin .blurBtn{
    width: 330px;
    height:50px;
    float: left;
    margin-top: 30px;
}
#loginBox .midBox .other{
    height:17px;
    padding-left: 26px;
    margin-top: 20px;
    font-size: 12px;
    color: #0087FF;
}
#wrongTs{
    padding:0 16px 0 36px;
    height: 36px;
    line-height:36px;
    background: #FFE7E7 url(../img/home_error_icon.png) no-repeat 16px center;
    background-size: 14px;
    border: 1px solid #FCAEAE;
    border-radius: 2px;
    font-size: 12px;
    color: #EF4F4F;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    display: none;
}
/*个人登录-手机快速登录*/
#personalBox .telFastLogin{
    width: 100%;
    height:100%;
    padding-top: 30px;
    box-sizing: border-box;
    display: none;
}
#personalBox .telFastLogin input.tel{
    width: 330px;
    float: left;
    margin-bottom: 20px;
}
#personalBox .telFastLogin input.yzm{
    width:160px;
    float: left;
    margin-bottom: 20px;
}
#personalBox .telFastLogin .getYzm{
    width:160px;
    height:50px;
    line-height:50px;
    float: right;
    margin-bottom: 20px;
    border: 1px solid #0084FF;
    border-radius: 2px;
    background: #fff;
    font-size: 16px;
    color: #0087FF;
}
#personalBox .telFastLogin .getYzm.disable{
    background: #D3D3D3;
    border: 1px solid #B8B9B9;
    border-radius: 2px;
    color: #FFFFFF;
}
#personalBox .telFastLogin .blurBtn{
    width: 330px;
    height:50px;
    float: left;
    margin-top: 30px;
}
/*企业登录-快速登录*/
#companyBox{
    display: none;
}
#companyBox .ewmFastLogin{
    width: 100%;
    height:100%;
    position: relative;
    display: none;
}
#companyBox .ewmFastLogin img{
    width: 180px;
    height:180px;
    float: left;
    margin: 40px 75px 20px;
}
#companyBox .ewmFastLogin .sp1{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #858787;
}
#companyBox .ewmFastLogin .returnPwd{
    font-size: 12px;
    color: #0087FF;
    width: 100px;
    margin-left: 115px;
    margin-top: 10px;
}
#companyBox .ewmFastLogin .freshEwm{
    width: 180px;
    height:180px;
    background: rgba(255,255,255,0.8);
    position: absolute;
    left: 75px;
    top:40px;
    display: none;
}
#companyBox .ewmFastLogin .freshEwm span{
    width: 100%;
    font-size: 16px;
    color: #000000;
    padding: 45px 0 12px;
    text-align: center;
    float: left;
    font-weight: bold;
}
#companyBox .ewmFastLogin .freshEwm button{
    width: 106px;
    height:38px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    float: left;
    margin-left: 37px;
}
/*子账号登录*/
#childAccountLogin{
    width: 360px;
    height:454px;
    position: absolute;
    left: 59px;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(34,38,50,0.20);
    border-radius: 2px;
    overflow: hidden;
    display: none;
}
#childAccountLogin h2{
    width:100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #56606F;
    border-bottom: 1px solid rgba(220,220,220,0.3);
    background: #F6F7FB;
    padding-left: 20px;
}
#childAccountLogin .close{
    width: 10px;
    position: absolute;
    right: 14px;
    top:14px;
    cursor: pointer;
}
#childAccountLogin .searchBox{
    width: 100%;
    height:90px;
    background: #fff;
    border-bottom: 10px solid #F6F6F6;
    position: relative;
}
#childAccountLogin .searchBox input{
    width: 320px;
    float: left;
    margin: 20px;
    padding-right:30px;
    color: #56606F;
    font-size: 14px;
}
#childAccountLogin .searchBox .del{
    position: absolute;
    right: 32px;
    top:38px;
    width: 15px;
    cursor: pointer;
}
#childAccountLogin .accountBox{
    width: 100%;
    height: 220px;
    overflow-y: auto;
}
#childAccountLogin .accountBox ul{
    width: 100%;
    height: auto;
}
#childAccountLogin .accountBox ul li{
    width: 330px;
    padding: 15px 25px;
    box-sizing: border-box;
    background: url(../img/home_enter_icon.png) no-repeat right 15px;
    background-size: 20px;
    font-size: 14px;
    color: #56606F;
    border-bottom: 1px solid rgba(220,220,220,0.3);
    cursor: pointer;
}
#childAccountLogin .blurBtn{
    width: 240px;
    height:40px;
    float: left;
    margin: 30px 60px;
}
/*底下的注册和申请按钮*/
#loginBox .btmBox{
    width: 100%;
    height:60px;
    float: left;
    border-top: 1px solid rgba(220,220,220,0.5);
}
#loginBox .btmBox button{
    height: 22px;
    float: left;
    margin-top: 20px;
    opacity: 0.6;
    font-size: 16px;
    color: #006CFF;
    letter-spacing: -0.3px;
    text-align: center;
    width: 50%;
    box-sizing: border-box;
}
#loginBox .btmBox button img{
    height: 18px;
    float: left;
    margin-left: 55px;
    margin-top: 1px;
}
#loginBox .btmBox button span{
    float: left;
    margin-left: 5px;
}
#loginBox .btmBox .registerBtn{
    border-right: 1px solid #D0D4E5;
}
#loginBox .btmBox .registerBtn img{
    margin-left: 67px;
}

/*底部*/
p.copyRight{
    width: 100%;
    text-align: center;
    opacity: 0.7;
    font-size: 12px;
    color: #FFFFFF;
}
/*企业申请弹层*/
#companyApplyPop{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top:0;
    z-index: 10;
    background: rgba(26,38,54,0.4);
   display: none;
}
#companyApplyBox{
    width: 640px;
    height:580px;
    position: absolute;
    left:50% ;
    top:50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.30);
    border-radius: 2px;
    overflow: hidden;

}
#companyApplyBox h2{
    width:100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #56606F;
    border-bottom: 1px solid #D3DAE3;
    background: #F6F7FB;
    padding-left: 20px;

}
#companyApplyBox .close{
    width: 12px;
    position: absolute;
    right: 14px;
    top:14px;
    cursor: pointer;
}
#companyApplyBox .steps{
    width: 100%;
    height:auto;
}
#companyApplyBox .steps ul{
    width: 100%;
    padding-top: 26px;
 }
#companyApplyBox .steps ul li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
}
#companyApplyBox .steps ul li .ltSpan{
    float: left;
    height:50px;
    line-height:50px;
    font-size: 14px;
    color: #56606F;
    text-align: right;
}
#companyApplyBox .steps ul li .normalInput{
    width: 400px;
    height:50px;
    float: left;
    margin-left: 15px;
    color: #56606F;
    font-size: 14px;
    box-sizing: border-box;
}
#companyApplyBox .steps .bg{
    width: 278px;
    height:180px;
    float: left;
    margin-left: 15px;
}
#step1 div{
    width: 278px;
    height:180px;
    float: left;
    position: relative;
}
#step1 .bgImg{
    width: 278px;
    height:180px;
    float: left;
}
#replaceImg{
    width: 60px;
    height:60px;
    background: none;
    position: absolute;
    left: 108px;
    top:36px;
    opacity: 0;
}
#finalImg{
    width: 278px;
    height:180px;
    position: absolute;
    left: 0;
    top:0;
    display: none;
}
#step1 .bg div .del{
    width: 14px;
    position: absolute;
    right: 14px;
    top:14px;
    display: none;
    cursor: pointer;
}
#step1 .bg div span{
    width: 181px;
    height:auto;
    line-height:20px;
    position: absolute;
    left: 48px;
    top:108px;
    font-size: 12px;
    color: #56606F;
    text-align: center;
}
#step1 .ltSpan{
    width: 176px;
}
#step1 .blurBtn{
    width: 240px;
    height:40px;
    line-height:40px;
    margin: 117px 0 0 200px;
}
#step2{
    display: none;
}

#step2 .ltSpan{
    width: 147px;
}
#step2 div{
    width: 400px;
    height:144px;
    float: left;
    margin-left: 15px;
    color: #56606F;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #CED5DF;
    border-radius: 2px;
    padding: 10px;
}
#step2 div.focus{
    border: 1px solid #0087FF;
    box-shadow: 0 0 14px 0 rgba(0,135,255,0.20);
}
#step2 div.wrong{
    border: 1px solid #D03E3E;
    box-shadow: 0 0 14px 0 rgba(210,60,57,0.20);
}
#step2 div textarea{
    width: 100%;
    height:100px;
    resize: none;
    float: left;
 }
#step2 div span{
    width: 100%;
    height:100px;
    resize: none;
    text-align: right;
    font-size: 14px;
    color: #CED5DF;
    float: left;
    line-height:30px;
}
#step2 .blurBtnE{
    width: 240px;
    height:40px;
    line-height:40px;
    margin-top: 20px;
    margin-left: 70px;
}
#step2 .blurBtn{
    width: 240px;
    height:40px;
    line-height:40px;
    margin-top: 20px;
    margin-left: 20px;
}
#applySuccess{
    text-align: center;
    display: none;
}
#applySuccess img{
    margin-top: 135px;
    width: 120px;
}
#applySuccess span{
    width:100%;
    display: inline-block;
}
#applySuccess .sp1{
    font-size: 14px;
    color: #0087FF;
    font-weight: bold;
    margin-top: 17px;
}
#applySuccess .sp2{
    font-size: 12px;
    color: #56606F;
    line-height: 24px;
    margin-top: 12px;
}
#applySuccess button{
    width:240px;
    height:40px;
    display: inline-block;
    margin-top: 20px;
}

/*个人注册*/
#registerPop{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top:0;
    z-index: 10;
    background: rgba(26,38,54,0.4);
    display: none;
}
#registerBox{
    width: 360px;
    height:403px;
    position: absolute;
    left:50% ;
    top:50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.30);
    border-radius: 2px;
    overflow: hidden;

}
#registerBox h2{
    width:100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #56606F;
    border-bottom: 1px solid #D3DAE3;
    background: #F6F7FB;
    padding-left: 20px;

}
#registerBox .close{
    width: 10px;
    position: absolute;
    right: 14px;
    top:14px;
    cursor: pointer;
}
#registerBox  input{
    width: 320px;
    height:50px;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 12px;
}
#registerBox  input{
    width: 320px;
    height:50px;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 12px;
   margin-left: 20px;
}
#registerBox  input.yzm{
    width: 190px;
}

#registerBox .getYzm{
    width: 120px;
    height:50px;
    float: left;
    margin-bottom: 12px;
    margin-left: 10px;
    background: #FFFFFF;
    border: 1px solid #0084FF;
    border-radius: 2px;
    font-size: 16px;
    color: #0087FF;
}
#registerBox .getYzm.disable{
    background: #D3D3D3;
    border: 1px solid #B8B9B9;
    border-radius: 2px;
    color: #FFFFFF;
}
#registerBox .submit{
    width: 240px;
    height:40px;
    float: left;
    margin-top: 10px;
    margin-left: 60px;
}
#registerBox .registerSuccess{
    width: 100%;
    height:362px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    display: none;
}
#registerBox .registerSuccess img{
    width: 63px;
    margin: 80px 0 25px 0;
}
#registerBox .registerSuccess span{
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #56606F;
    font-weight: bold;
 }
#registerBox .registerSuccess button{
    width: 240px;
    height:40px;
    margin-top: 80px;
}



