html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 14px;
}
img{
    display: block;
}
.my-center .top-box{
    position: relative;
}
.my-center .person-box{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, .2);
    width: 1200px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-bottom: none;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    height: 140px;
}
.my-center .person-info{
    display: flex;
    align-items: center;
    padding-left: 40px;
    color: white;
    flex: 6;
}
.my-center .person-info img{
    width: 100px;
    height: 100px;
    margin-right: 20px;
}
.my-center .person-info .name{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.my-center .person-info .tags{
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    color: rgba(255, 255, 255, .9);
}
.my-center .send-bnt{
    display: block;
    width: 140px;
    height: 44px;
    line-height: 44px;
    background-color: white;
    border-radius: 4px;
    text-align: center;
    color: #0045A0;
    font-size: 16px;
    font-weight: bold;
    margin-right: 40px;
    transition: all .3s;
}
.my-center .send-bnt:hover {
    transition: all .3s;
    background-color: #0045A0;
    color: #fff;
}
.content-box{
    width: 1200px;
    min-height: 600px;
    margin: auto;
}
.content-box .return {
    background-color: #0045A0;
    color: #fff;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 0 auto 30px;
    display: none;
}
.content-box .paging2 {
    display: none;
}
.content-box .return:hover {
    background-color: #0e57b6;
}
.register-box .content-box {
    min-height: 940px;
}
.content-title{
    display: flex;
    align-items: center;
    color: #111111;
    font-size: 18px;
    font-weight: bold;
    padding: 29px 0 0;
}
.content-title .line{
    flex: 6;
    height: 1px;
    margin-left: 24px;
    background-color:#E5E5E5;
}
.my-center .record-list{
    margin-top: 10px;
    margin-bottom: 30px;
}
.my-center #record-detail{
   display: none;
}
.my-center .record-item{
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    border-bottom: 1px solid #eeeeee;
    padding: 30px 0;
    transition: all .3s;
   /*  cursor: pointer; */
}
.my-center .record-item:hover{
    border: 1px solid #0045A0 !important;
    border-radius: 8px;   
    padding: 30px 20px;
}

.my-center .record-item .position:hover {
    color: #0045A0;
}
.my-center .record-item .look-bnt:hover ,
.my-center .record-item .down-bnt:hover
{
    color: #ffffff;
    background-color: #0045A0;
}
.my-center .record-item .edit-bnt:hover{
    color: #ffffff;
    background-color: #0045A0;
}
.my-center .record-item .del-bnt:hover{
    color: #ffffff;
    background-color: #0045A0;
}
.my-center .record-info{
    display: flex;
    align-items: center;
    flex: 6;
}
.my-center .record-info .position{
    font-size: 16px;
    color: #111111;
    margin-bottom: 5px;
    transition: all .3s;
    cursor: pointer;
}
.my-center .record-info .date, .tips{
    color: #999999;
}
.my-center .record-info img{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.my-center .look-bnt , .my-center .down-bnt{
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #0045A0;
    color: #0045A0;
    border-radius: 4px;
    margin-left: 15px;
    transition: all .3s;
    cursor: pointer;
}

.my-center .edit-bnt,.my-center .del-bnt{
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #0045A0;
    color: #0045A0;
    border-radius: 4px;
    margin-left: 15px;
    transition: all .3s;
    cursor: pointer;
    background-color: #fff;
}
.no-more-tips{
    color: #999999;
    text-align: center;
    padding: 20px 0;
}
.nothing-box{
    padding: 110px 0;
}
.nothing-box img{
    margin: auto;
    width: 200px;
    height: 200px;
}

.register-box .top-box{
    background: url(../images/register-bg.png) no-repeat;
    background-size: 100% 100%;
    height: 140px;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: #333333;
    line-height: 140px;
}
.register-box .step-box{
    display: flex;
    align-items: center;
}
.register-box .step-item{
    flex: 1;
    display: flex;
    justify-content:center;
    align-items: center;
    font-size: 16px;
    color: #333333;
    padding: 20px 0;
    border-bottom: 1px solid #CFCFCF;
    /* transition: all .3s; */
}
.register-box .step-item span{
    background-color: #CCCCCC;
    color: white;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    margin-right: 8px;
    font-weight: bold;
}
.register-box .step-item .step2-info{
    font-style: normal;
}
.register-box .active{
    color: #0045A0;
    font-weight: bold;
    border-bottom: 2px solid #0045A0;
}
.register-box .active span{
    background-color: #0045A0;
}
.register-box .form-title{
    font-weight:bold;
    color: #111111;
    font-size: 16px;
    margin-left: 147px;
    margin-top: 30px;
}
.register-box .form-box{
    font-size: 16px;
    color: #333333;
    padding: 40px 0;
}
.register-box .form-item{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.register-box .form-item .label-box{
    width: 100px;
    text-align: right;
    margin-right: 20px;
    line-height: 34px;
}

.form-item .input, .select{
    width: 430px;
    height: 34px;
    outline: none;
    line-height: 34px;
    border: none;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0 10px;
}
.form-item .input:focus {
    border: 1px solid #1661F4 !important;
}
.form-item .input:focus-visible {
    border: 1px solid #1661F4 !important;
}

.form-profile-photo{
    width: 450px;
    display: flex;
    align-items: center;
}
.form-profile-photo .photo{
    width: 80px;
    height: 80px;
    display: block;
}
.align{
    align-items: center;
}
.form-profile-photo .tips{
    color: #999999;
    margin-left: 16px;
}
.form-profile-photo .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    color: white;
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-profile-photo .upload-box{
    position: relative;
}
.form-profile-photo .upload{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    width: 80px;
    height: 80px;
    cursor: pointer;
}
.form-profile-photo .pic{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.form-profile-photo .pic>img {
    width: 100%;
    height: 100%;
}
.form-profile-photo .pic:hover .mask {
    opacity: 1;
    transition: all .3s;
}
.select{
    width: 450px;
}
.red-color{
    color: #FF4444;
}
.form-item .radio{
    margin-right: 5px;
}
.form-item .textarea{
    width: 430px;
    min-width: 430px;
    max-width: 430px;
    border: 1px solid #e5e5e5;
    outline: none;
    border-radius: 4px;
    padding: 10px;
    min-height: 100px;
    max-height: 300px;
}
.form-item .textarea:focus {
    border: 1px solid #1661F4 !important;
}
.gender-item{
    margin-right: 30px;
    line-height: 34px;
}
.gender-box{
    display: flex;
    width: 450px;
}
.blue-color label{
    color: #0045A0;
    font-weight: bold;
}
.bnt-box{
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
}
.bnt-box .bnt-con {
    position: relative;
    display: flex;
}
.bnt-box .bnt-con .perv-btn {
    margin-right: 20px;
    display: none;
}
.bnt-box .bnt-con .bnt-info-box {
    position: absolute;
    width: 230px;
    bottom: 60px; 
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.bnt-box .bnt-con .bnt-info-box .info {
    font-style: normal;
    color: #FF4444;
    display: none;
}

.bnt-box .gray{
    margin-right: 24px;
    background-color: #F3F3F3!important;
    color: #999999!important;
}
.submit-bnt{
    background-color: #0045A0;
    color: white;
    width: 200px;
    height:50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.submit-bnt:hover {
    background-color: #0e57b6;
}
.step-two, .step-three{
    display: none;
}
.step-three{
    text-align: center;
    color: #111111;
    padding: 140px 0;
    font-size: 20px;
    font-weight: bold;
}
#complete-bnt{
    display: none;
}
.step-three img{
    width: 180px;
    height: 180px;
    margin: auto;
}
.post-job-box{
    background-color: #f3f3f3;
   /*  height: 100%; */
    padding-top: 20px;
    min-height: 860px;
}

.post-content{
    width: 1200px;
    background-color:white;
    padding: 30px 0 64px;
    margin: auto;
}
.post-title{
    text-align: center;
    color: #111111;
    font-weight: bold;
    font-size: 18px;
}
.post-form-box{
    padding: 30px 60px 0;
}
.post-form-box p {
    text-align: left;
}
.post-form-box strong {
    font-style: normal;
}
.post-form-box .label-box{
    font-size: 16px;
    margin-bottom:10px;
}
.post-form-box .edui-default .edui-editor {
    z-index: 9 !important;
}
.post-form-box .input{
    width: 100%;
    height: 34px;
    line-height: 34px;
    outline: none;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0 10px;
}
.post-form-box .input:focus {
    border: 1px solid #1661F4 !important;
}
