*{
    margin:0px;
    padding:0px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    list-style: none;
    font-size:14px;
    /* background: azure; */
}
input,button{
    border:none;
    border-radius:4px;
}
em,b,h1,h2,h3,h4{
    font-style: normal;
    font-weight:normal;
}
/*login*/
body{
    background: url("../images/bg.jpg") repeat;
}
.loginBody{
    width: 520px;
    height: 600px;
    /* background-size: contain; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.logo{
    width: 8%;
    height: auto;
    position: absolute;
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    left: 50%;
    margin-top: 107px;
}
.logo img{
    width:100%;
}
.loginMenu{
    width:400px;
    /* height:420px; */
    border-radius: 6px;
    background: #fff;
    position: absolute;
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    top: 50%;
    left: 50%;
    padding: 20px;
    /* background: #fff; */
    border: 7px solid #ffdfd2;
}
.menu{
    display: inline-block;
    width: 100%;
    background: #fff;
}
.menu li{
    width: 49%;
    line-height: 40px;
    font-size:16px;
    display: inline-block;
    text-align: center;
    color: #ccc;
    border-bottom: 2px solid #ccc;
    margin-left: -2px;
    background: #Fff;
}
.register{
    padding: 10px 0;
    background: #Fff;
}
.register input{
    height: 42px;
    border: 1px solid #f0aa8d;
    border-radius: 4px;
    box-shadow: 2px 2px 1px #ececec;
    background-color: #fff;
    margin:10px 0;
}
.telNum{
    background: url("../image/icons_01.png") no-repeat 5px center;
    background-size: 20px 20px;
    text-indent: 35px;
    width: 100%;
}
.checkNum{
    background: url("../image/icons_03.png") no-repeat 5px center;
    background-size: 20px auto;
    text-indent: 35px;
    width: 60%;
}
.checkPic{
    width: 37%;
    display: inline-block;
    height: 40px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 1%;
}
.checkMess{
    background: url("../image/icons_05.png") no-repeat 5px center;
    background-size: 20px auto;
    text-indent: 35px;
    width: 60%;
}
.messBtn{
    width: 37%;
    display: inline-block;
    height: 42px;
    background: #f0aa8d;
    vertical-align: middle;
    margin-left: 1%;
    color:#fff;
}
.password{
    background: url("../image/icons_07.png") no-repeat 5px center;
    background-size: 20px auto;
    text-indent: 35px;
    width: 100%;
}
.agreement{
    color:#999999;
    line-height: 20px;
}
.agreement em{
    width: 18px;
    height: 18px;
    color:#fff;
    background: #cccccc;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    margin-right: 2px;
    cursor:pointer;
}
.agreement span{
    color:#2dbdce;
}
.registerBtn{
    width:100%;
    display: inline-block;
    height: 42px;
    background: #f0aa8d;
    vertical-align: middle;
    color:#fff;
    margin: 10px 0;
}
.land{
    display: none;
    padding:20px;
}
.land img{
    width: 100%;
}
.menu .selected{
    color: #f0aa8d;
    border-bottom: 2px solid #f0aa8d;
}
/*personalData*/
.personalData{
    /* background: #2dbdce; */
    height:100%;
}
.w980{
    width:980px;
    margin:0 auto;
}
.personalDataHead,.enterpriseHead{
    padding:20px 0;
}
.personalDataHead img,.enterpriseHead img{
    width:60px;
    height:auto;
    vertical-align: middle;
}
.personalDataHead h2,.enterpriseHead h2{
    font-size: 20px;
    color:#333;
    display: inline-block;
}
.personalDataHead h2 em,.personalDataHead h2 span,.enterpriseHead h2 em,.enterpriseHead h2 span{
    color:#fff;
    padding:0 8px;
    font-size: 20px;
}
.personalDataCon,.enterpriseCon{
    background: #fff;
    padding: 40px 100px;
    margin-bottom: 20px;
}
.progress ul li{
    width: 80px;
    height: 80px;
    border-radius:50%;
    display: inline-block;
    text-align: center;
    color: #FFF;
    margin: 13px;
    word-break:break-all;
    position: relative;
}
.progress ul li p,.progress ul li img{
    position: absolute;
    top:50%;
    left:50%;
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-size: 16px;
}
.step-one{
    background: #2dbdce;
}
.step-two{
    background: #ffbd00;
}
.step-three{
    background: #ccc;
}
.step-four{
    background: #ccc;
}
.dataForm{
    width:100%;
    padding:10px;
}
.dataForm ul li  {
    text-align: justify;
}
.dataForm li span{
    width:120px;
    display: inline-block;
}
.dataForm li input,.dataForm li select{
    height: 38px;
    border:none;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #ececec;
    background-color: #dafbfe;
    margin:10px 0;
    text-indent: 10px;
    color: #999;
    font-size: 14px;
}
.name{
    width: 48%;
}
.mail{
    width: 48%;
}
.company{
    width: 81%;
}
.department{
    width: 30%;
}
.job{
    width: 30%;
}
.property{
    width: 48%;
}
.address{
    width: 81%;
}
.id{
    width: 81%;
}
.disInline{
    display:inline;
    margin-right: 33px;
}
.personalDataBody{
    height:100%;
    background-size: 100%;
}
/*enterpriseBody*/
.enterpriseBody{
    width:100%;
    height:100%;
    background: #2dbdce;
}
