/************************* 弹出框(start) *******************************/

/****************** 还没有填完资料，继续填写 ************************/
.boom-box {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    display: none;
}

.submit-btn-boom {
    position: fixed;
    left: 39.17%;
    top: 31.63%;
    width: 417px;
    height: 344px;
    border-radius: 12px;
    background: #fff;
    padding: 8px 11px;
    display: none;
}

.close-boom {
    width: 31px;
    height: 31px;
}

.boom-info {
    text-align: center;
    margin-top: 50px;
}

.boom-info img {
    width: 72px;
    height: 83px;
}

.boom-info p {
    font-size: 16px;
    color: #555;
    font-weight: bold;
    margin-top: 29px;
    margin-bottom: 40px;
}

.boom-info button {
    width: 197px;
    height: 41px;
    border: 1px solid #a9547c;
    font-size: 18px;
    color: #a9547c;
    border-radius: 27px;
    text-align: center;
    line-height: 41px;
}

/******************* 内容填写 ************************/

.star-boom {
    position: fixed;
    left: 39.17%;
    top: 20.63%;
    width: 417px;
    height: 344px;
    border-radius: 12px;
    background: #fff;
    padding: 8px 11px;
    display: none;
}

.star-boom-info {
    text-align: center;
    margin-top: 90px;
}

.star-boom-info img {
    width: 72px;
    height: 83px;
}

.star-boom-info p {
    font-size: 16px;
    color: #555;
    font-weight: bold;
    margin-top: 29px;
    margin-bottom: 40px;
}

.star-boom-info p span {
    color: #ff0000;
}

.continue-write {
    width: 197px;
    height: 41px;
    border: 1px solid #a9547c;
    font-size: 18px;
    color: #a9547c;
    border-radius: 27px;
    text-align: center;
    line-height: 41px;
}

/********************* 同意服务 ************************/

.agree-boom {
    position: fixed;
    left: 39.17%;
    top: 20.63%;
    width: 417px;
    height: 396px;
    border-radius: 12px;
    background: #fff;
    padding: 8px 11px;
    display: none;
}

.agree-boom-info {
    text-align: center;
    margin-top: 50px;
}

.agree-boom-info img {
    width: 72px;
    height: 83px;
}

.agree-boom-info p {
    font-size: 18px;
    color: #555;
    font-weight: bold;
    margin-top: 57px;
    margin-bottom: 34px;
}

.agree-info-en {
    font-size: 14px;
    width: 332px;
    color: #9d9d9d;
    margin: 0 auto;
}

/********************* 提交成功 ************************/

.success-boom {
    position: fixed;
    left: 39.17%;
    top: 20.63%;
    width: 417px;
    height: 336px;
    border-radius: 12px;
    background: #fff;
    padding: 8px 11px;
    display: none;
}

.success-boom-info {
    margin-top: 70px;
    text-align: center;
}

.success-boom-info img {
    width: 72px;
    height: 72px;
}

.success-boom-info p {
    font-size: 18px;
    color: #555;
    font-weight: bold;
    margin-top: 47px;
    margin-bottom: 34px;
}

.success-boom-tip {
    font-size: 14px;
    width: 266px;
    color: #9d9d9d;
    margin: 0 auto;
}

/**** 成功弹窗有找工作链接的底部文字 ****/

.success-boom-tip-job {
    font-size: 14px;
    width: 326px;
    color: #9d9d9d;
    margin: 0 auto;
}

.success-boom-tip-job a {
    color: #a9547c;
    border-bottom: 1px solid #a9547c;
}

/************************* 弹出框(end) *******************************/
