*{
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
    background: #f4f4f4;
    line-height: 1.7;
    color: #333333;
    font-size: 14px;
    overflow-x: hidden;
}
em {
    font-style: normal
}

a {
    text-decoration: none;
}

i {
    font-style: normal
}

ul {
    list-style: none
}

img {
    border: none
}

input {
    border: none;
}

input:focus {
    outline: none;
}

button:focus {
    outline: none;
    border: none
}
.fl {
    float: left
}

.fr {
    float: right
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden
}
.center{
    width: 1200px;
    margin: 0 auto;
}
.none{
    display: none;
}
/*注册*/
.syTitle{
    background: url("../images/syTitle.png") no-repeat center center;
    text-align: center;
}
.syTitle>h6{
    font-size: 26px;
    font-weight: 400;
}
.navLogin{
    background: #fff;
    min-width: 1200px;
    height: 130px;
    overflow: hidden;
}
.navLogin a{
    float: left;
    width: 176px;
    height: 60px;
    margin-top: 35px;
}
.navLogin a img{
    width: 130%;
    height: 87%;
}
.navLogin h6{
    font-weight: bold;
    float: left;
    line-height: 34px;
    font-size: 20px;
    margin-left: 15px;
    margin-top: 60px;
}
.navLogin span{
    line-height: 130px;
    margin-right: 20px;
}
.navLogin>.center>a.returnIndex{
    float: right;
    background: #d82b24;
    width: 144px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
.forgetContent{
    background: #fff;
    width: 1200px;
    min-width: 1200px;
    padding: 24px 0 28px;
    margin: 30px auto 0;
}

.forgetContent>.forgetInfo{
    width: 560px;
    margin: 40px auto 0;
}
.forgetInfo>button{
    display: block;
    background: #d82b24;
    width: 240px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
    margin: 40px auto 0;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
.forgetInfo>.forgetMsg{
    background: #f4f4f4;
    width: 500px;
    height: 120px;
    line-height: 1.8;
    padding-top: 20px;
    padding-left: 50px;
    margin: 30px auto 0;
    box-sizing: border-box;
}
.forgetMsg>p:first-child{
    color: #d82b24;
}
.forgetMsg>p span{
    color: #d82b24;
}
.forgetInfo>.forgetList{
    width: 100%;
    height: 46px;
    margin-top: 30px;
    position: relative;
}
.forgetList>span{
    float: left;
    width: 90px;
    line-height: 46px;
    text-align: right;
    margin-right: 20px;
}
.forgetList>input{
    float: left;
    width: 450px;
    height: 100%;
    line-height: 44px;
    padding-left: 10px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
}
.forgetList>input.forgetSamll{
    width: 270px;
    margin-right: 25px;
}
.forgetList>p{
    color: #d82b24;
    margin-left: 110px;
}
.forgetList>em{
    float: left;
    width: 98px;
    height: 46px;
    margin-right: 15px;
}
.forgetList>em>img{
    width: 100%;
    height: 100%;
}
.forgetList>a{
    float: left;
    line-height: 46px;
    color: #333;
}
.forgetList>button{
    background: #fc5f00;
    width: 120px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.forgetInfo>p{
    width: 300px;
    margin: 30px auto 0;
}
.forgetInfo>p>input{
    width: 14px;
    height: 14px;
    vertical-align: -3px;
}
.forgetInfo>p>span>a{
    color: #d82b24;
}

/*企业信息*/
.fpblQyxxList{
    width: 1002px;
    border-top: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    margin: 30px auto 0;
    box-sizing: border-box;
}
.fpblQyxxList tr td{
    padding: 8px 10px;
    border-right: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
}
.fpblQyxxList tr td input{
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.fpblQyxxList tr td input:focus{
    border: 1px solid #d82b24;
    box-shadow: 0 0 2px #d82b24;
}
.fpblQyxxFile{
    width: 1002px;
    border: 1px solid #e6e6e6;
    border-top: 0;
    margin: 0 auto;
    padding: 30px 40px 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.fpblQyxxFile li{
    float: left;
    width: 170px;
    text-align: center;
    margin-right: 80px;
}
.fpblQyxxFile li:last-child{
    margin-right: 0;
}
.fpblQyxxFile li .fpblFileBtn{
    width: 170px;
    height: 170px;
    margin-bottom: 5px;
    position: relative;
}
.fpblFileBtn em{
    display: block;
    background: url("../images/file.png") no-repeat center center;
    width: 170px;
    height: 170px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}
.fpblFileBtn input[type="file"]{
    display: block;
    width: 170px;
    height: 170px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.fpblQyxxFile li .fpblFileImg{
    width: 170px;
    height: 170px;
    margin-bottom: 5px;
}
.fpblFileImg img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/*企业信息-授权*/
.empower{
    width: 1002px;
    border: 1px solid #e6e6e6;
    margin: 10px auto 0;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.empower li{
    width: 360px;
    text-align: center;
    margin: 20px auto 0;
    overflow: hidden;
}
.empower li p{
    float: left;
    width: 100px;
    height: 34px;
    margin-right: 25px;
    position: relative;
}
.empower li p em{
    display: block;
    background: #0084ff;
    width: 100%;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.empower li p input[type="file"]{
    display: block;
    width: 100px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}
.empower li span{
    float: left;
    line-height: 34px;
}
.empower li a{
    float: right;
    line-height: 34px;
    color: #0084ff;
}
.empower li i{
    float: left;
    background: url("../images/choice.png") no-repeat center center;
    width: 14px;
    height: 14px;
    margin-top: 10px;
    margin-left: 45px;
    margin-right: 10px;
    cursor: pointer;
}
.empower li i.active{
    background-image: url("../images/choice_1.png");
}
.fpblNext{
    display: block;
    background: #d82b24;
    width: 260px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 40px auto 0;
    border-radius: 5px;
    cursor: pointer;
}
/*企业信息-弹窗*/
#fpblMask{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}
.fpblMaskBox{
    width: 750px;
    height: 330px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -165px;
    margin-left: -375px;
}
.fpblMaskTop{
    background: #d82b24;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}
.fpblMaskClose{
    display: block;
    background: url("../images/maskClose.png") no-repeat center center;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 12px;
    right: 20px;
    cursor: pointer;
}
.fpblMaskContent{
    background: #fff;
    width: 100%;
    height: 294px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}
.fpblMaskLeft{
    width: 50%;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.fpblMaskLeft .fpblMaskInfo{
    background: url("../images/step.png") no-repeat left 0;
    height: 294px;
    padding-left: 36px;
    margin-top: 45px;
    margin-left: 35px;
}
.fpblMaskInfo p{
    width: 266px;
    text-align: justify;
}
.fpblMaskInfo p:nth-of-type(2){
    margin: 38px 0;
}
.fpblMaskInfo a{
    color: #ff6600;
}
.fpblMaskRight{
    width: 50%;
    padding-top: 20px;
}
.fpblMaskRight p{
    width: 188px;
    height: 188px;
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.fpblMaskRight p img{
    width: 100%;
    height: 100%;
}
.fpblMaskRight span{
    display: block;
    text-align: center;
    margin-top: 10px;
}
.fpblMaskRight i{
    display: block;
    color: #dd514c;
    text-align: center;
    margin-top: 8px;
}















