.invite-wrap {
    margin: 0.7rem auto 1rem auto;
}

.invite-title-box {
    display: flex;
    height: 0.82rem;
    background: #168E3E;
    padding-right: 1rem;
}

.invite-title {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.invite-list {}

.invite-item {
    margin-top: .2rem;
}

.invite {
    width: 100%;
    height: 0.67rem;
    background: #F4F4F4;
    position: relative;
    display: flex;
    padding-right: 1rem;
}

.invite-text {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.invite-icon {
    width: .27rem;
    height: .27rem;
    position: absolute;
    top: 50%;
    right: .75rem;
    transform: translateY(-50%);
    cursor: pointer;
}

.invite-icon img {
    width: 100%;
    height: 100%;
}

.invite-icon2 {
    display: none;
}

.invite-content {
    background: #FFFFFF;
    border-radius: 0rem 0rem 0rem 0rem;
    opacity: 1;
    border: 0.01rem solid #CBCBCB;
    padding: .3rem .95rem;
    display: none;
    border-top: 0;
}

.invite-des-box {
    display: flex;
    justify-content: space-between;
}

.invite-des {
    width: 48%;
}

.invite-biaoti {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.invite-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #777777;
    line-height: 0.3rem;
    margin-top: .1rem;
}

.invite-bt {
    display: flex;
    justify-content: flex-end;
    margin-top: .5rem;
}

.invite-bt a {
    width: 1.6rem;
    height: 0.31rem;
    background: #FFFFFF;
    border-radius: 0rem 0rem 0rem 0rem;
    opacity: 1;
    border: 0.01rem solid #168E3E;
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #168E3E;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.invite-item.active .invite {
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.07rem 0.01rem rgba(0, 0, 0, 0.24);
}

.invite-item.active .invite-icon1 {
    display: none;
}

.invite-item.active .invite-icon2 {
    display: block;
}

.invite-item.active .invite-content {
    display: block;
}

.invite-page {
    padding: 0.81rem 0 0.6rem 0;
}

/* 表单 */
.job-title {
    display: flex;
    align-items: center;
}

.job-title img {
    width: .48rem;
    height: .48rem;
}

.job-title p {
    font-size: 0.3rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #363636;
    margin-left: .1rem;
}

.job-form-wrap {
    margin: .5rem 0;
}

.job-form-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .3rem;
}

.job-form-item {
    display: flex;
    align-items: center;
    width: 43%;
}

.job-form {
    width: 100%;
    display: flex;
}

.job-form-text {
    width: 1.5rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: right;
    flex-shrink: 0;
    margin-right: .3rem;
    line-height: .44rem;
}

.job-form-text span {
    color: red;
}

.job-form-input {
    flex: 1;

    min-height: 0.44rem;
    background: #FFFFFF;
    border: 0.01rem solid #E4E4E4;
    display: flex;
    align-items: center;
}

.job-form-input input {
    width: 100%;
    height: 0.44rem;
    background: transparent;
    padding: 0 .2rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333;
}

.job-form-input select {
    width: 100%;
    height: 100%;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333;

    border: 0;
    background: transparent;
    padding: 0 .2rem;
}

.job-form-input option {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333;
}

.job-form-input textarea {
    width: 100%;
    height: 2rem;
    padding: .2rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333;
}

/*  */
.job-form-radio-box {
    display: flex;
    align-items: center;
}

.job-form-radio {
    display: flex;
    align-items: center;
    margin-right: .2rem;
}

.job-form-radio input {
    width: .2rem;
    height: 0.2rem;
}

.job-form-radio p {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-left: .1rem;
}

/*  */
.job-form-sex-box {
    flex: 1;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

.job-form-sex {
    width: 1rem;
    height: 0.44rem;
    background: #F9F9F9;
    border: 0.01rem solid #EBEBEB;
    font-size: 0.2rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #666666;
    line-height: 0.42rem;
    text-align: center;
    cursor: pointer;
}

.job-form-sex.active {
    background: #168E3E;
    color: #fff;
    border-color: #168E3E;
}

.job-form-hint {
    display: flex;
    padding-left: 1.8rem;
}

.job-form-hint-xing {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: red;
    line-height: 0.3rem;
}

.job-form-hint-p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
}

.job-form-bt {
    width: 1.69rem;
    height: 0.52rem;
    background: #168E3E;
    border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
    margin: 0 auto;
    margin-top: .6rem;
    font-size: 0.24rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.52rem;
    text-align: center;
    cursor: pointer;
}