/* 头部 */
body,html{
    background: #F7F7F7;
}
.jobHeader{
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
    background: url("../images/jobRegister/jobRegister-banner.png") no-repeat center center;
    background-size:cover;
}
.jobInner{
    width: 1100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.jobBanner{
    width: 100%;
}
.innerLeft{
    float: left;
    cursor: pointer;
    line-height: 1;
}
.innerLeft img{
    width: 13px;
    vertical-align: bottom;
}
.innerRight{
    float: right;
}
/* 提示栏 */
.jobBottom{
    width: 100%;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    margin-top: -16px;
    overflow: hidden;
    transform: rotate(360deg);
}
.bottomInner{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 96px;
}
.bottomLeft{
    font-size: 16px;
    font-weight: 400;
    color: #454545;
}
.bottomRight{
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #AAAAAA;
}

.bottomCode{
    display: inline-block;
    vertical-align: middle;
    width: 84px;
    height: 80px;
    margin-left:  10px;
    padding: 2px 2px 2px 6px;
    box-sizing: border-box;
    background: url("../images/jobRegister/job-bg.png") no-repeat 0 0;
    background-size: 100% 100%;
}
/* 内容区 */
.jobForm{
    width: 1100px;
    margin: 24px auto;
    background: #ffffff;
    padding: 48px 180px 48px 150px;
    box-sizing: border-box;
    border-radius: 8px;
}
.formTitle{
    width: 388px;
    display: block;
    margin: 0 auto 50px;
    color: #E4E7ED
}

/* 底部 */
.jobFooter{
    width: 100%;
    height: auto;
    padding: 30px 0;
    background: #202020;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
}

/* 表单样式重置 */
.button{
    background: url("../images/jobRegister/jobRegister-bg.jpg") repeat 0 0;
    background-size: 100%;
    border: 0;
    width: 250px;
    height: 46px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 46px;
    margin: 40px auto 0;
    cursor: pointer;
}
.buttonIcon{
    width: 16px;
    vertical-align: middle;
    margin-right: 6px;
}
.width100{
    width: 100%;
}
.el-dialog__footer{
    text-align: center;
}
.dialogTitle{
    height: auto;
    width: 300px;
    border-top: 1px solid #FC621A;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
}
.dialogName{
    font-size: 20px;
    font-weight: 500;
    width: 150px;
    color: #FF3F15;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffffff;
}
.dialogInner{
    overflow: hidden;
    overflow-y: auto;
    max-height: 340px;
    padding: 30px 50px 0;
    box-sizing: border-box;
}
.tag{
    width: auto;
    height: 36px;
    border: 1px solid #eee;
    border-radius: 3px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    text-align: center;
    line-height: 36px;
    float: left;
    padding: 0 18px;
    margin: 0 24px 24px 0;
    cursor: pointer;
}
.tagActive{
    color: #FF3F15;
    border: 1px solid #FF3F15;
}
.tagActive:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    background: url("../images/jobRegister/jobRegiste-icon1.png") no-repeat right bottom;
    background-size: 100%;
}
.flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.log_field{
    width: 100%;
}
.get_bt {
    flex-shrink: 0;
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FF3F15;
    z-index: 1;
    background: #fff;
    cursor: pointer;
    border:1px solid #FF3F15;
    border-radius: 4px;
    margin-left: 16px;
}
.el-form-item__label{
    color: #333;
    padding: 0 20px 0 0;
    font-weight: bold;
}
.el-textarea__inner{
    font-family: ""
}
.el-textarea .el-input__count {
    background: transparent;
    bottom: -8px;
    right: 20px;
}
.el-radio{
    height: 40px;
    line-height: 40px;
}