.contact-wrap {
    width: 100%;
}

.contact-box {
    margin: 0 auto;
    padding: .8rem 0 1rem 0;
}

.contact-map-box {
    margin-top: .64rem;
    display: flex;
}

.contact-map {
    width: 10.7rem;
    /*height: 5.2rem;*/
}

.contact-des {
    flex: 1;
    padding: .56rem;
    background: #CD1626;
}

.contact-des-title {
    font-size: 0.24rem;
    font-family: Inziu-Roboto-SC-Bold-, Inziu-Roboto-SC-Bold;
    font-weight: normal;
    color: #FFFFFF;
    padding-bottom: .2rem;
    position: relative;
}

.contact-des-title::after {
    content: '';
    width: 0.48rem;
    height: 0.03rem;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact-des-box {
    margin-top: .4rem;
}

.contact-des-text {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.contact-des-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: .2rem;
}

/* 留言 */
.contact-message-wrap {
    padding: .8rem 0 1rem 0;
    background: #F7F7F7;
}

.message-form-wrap {

    margin: 0 auto;
    margin-top: 0.65rem;
}

.message-form-box {
    display: flex;
    justify-content: space-between;
}

.message-form {
    margin-bottom: 0.25rem;
}

.message-text {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #231816;
    margin-bottom: 0.13rem;
}

.message-input {
    width: 7.875rem;
    height: 0.5rem;
    border-radius: 0.04rem;

}

.message-input input {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0 0.2rem;

    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
}

.message-input .combo-select {
    margin: 0 !important;
    max-width: 100% !important;
    height: 100%;
    border: 0;
}

.message-textarea {
    width: 100%;
    height: 1.7rem;
    background: #fff;
    border-radius: 0.04rem;
    padding: 0.2rem;
}

.message-textarea textarea {
    width: 100%;
    height: 100%;

    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    background: transparent;
}

.message-bt {
    width: 4.8rem;
    height: 0.56rem;
    background: #CB1B1D;
    border-radius: 0.04rem;
    margin: 0 auto;
    margin-top: 0.3rem;
    cursor: pointer;

    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.56rem;
}

/* 6_2_人才招聘 */
.invite-top {
    margin: 0 auto;
    padding: .8rem 0 1rem 0;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.invite-left {
    flex: 1;
    margin-right: .8rem;
}

.invite-title-small {
    font-size: 0.2rem;
    font-family: PingFangSC-Regular-, PingFangSC-Regular;
    font-weight: normal;
    color: #CD1626;
}

.invite-title {
    font-size: 0.36rem;
    font-family: SourceHanSansSC-Medium-, SourceHanSansSC-Medium;
    font-weight: normal;
    color: #000B33;
    margin: .18rem 0 .45rem 0;
}

.invite-p {
    font-size: 0.2rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #000B33;
    line-height: 0.36rem;
}

.invite-bt {
    width: 1.8rem;
    height: 0.5rem;
    background: #CD1626;
    font-size: 0.2rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.5rem;
    text-align: center;
    margin-top: .6rem;
    cursor: pointer;
}

/*  */
.invite-img-box {
    flex-shrink: 0;
    padding-top: .32rem;
    padding-right: .3rem;
    width: 7.5rem;
    position: relative;
}

.invite-img {
    width: 100%;
    height: 4.4rem;
    position: relative;
    z-index: 2;
}

.invite-img-zs {
    width: 2.04rem;
    height: 1.86rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.invite-box-wrap {
    padding: .8rem 0;
    background: #F7F7F7;
}

.invite-list {
    margin: 0.64rem auto;
}

.invite-item {
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.18rem 0.01rem rgba(0, 0, 0, 0.08);
    padding: .5rem;
    margin-bottom: .35rem;
    display: flex;
    align-items: center;
}

.invite-item-des {
    flex: 1;
}

.invite-item:last-of-type {
    margin-bottom: 0;
}

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

.invite-item-label {
    margin: .25rem 0;
    display: flex;
}

.invite-item-label p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;

    padding-right: .2rem;
    margin-right: .2rem;
    border-right: 1px solid rgba(0, 0, 0, 0.18);
}

.invite-item-label p:last-of-type {
    border-right: 0;
}

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

.invite-item-icon {
    width: .64rem;
    height: .64rem;
    flex-shrink: 0;
    margin-left: 1rem;
}

/* 6_2_人才招聘详情 */
.invitDetail {
    padding: .8rem 0;
    margin: 0 auto;
}

.invitDetail-top {
    display: flex;
    padding-bottom: .48rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.invitDetail-left {
    flex: 1;
}

.invitDetail-title {
    font-size: 0.36rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.invitDetail-label {
    margin-top: .2rem;
    display: flex;
}

.invitDetail-label p {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;

    padding-right: .2rem;
    margin-right: .2rem;
    border-right: 1px solid rgba(0, 0, 0, 0.18);
}

.invitDetail-label p:last-of-type {
    border-right: 0;
}

.invitDetail-bt {
    flex-shrink: 0;
    width: 2.68rem;
    height: 0.48rem;
    background: #CD1626;
    font-size: 0.2rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.48rem;
    text-align: center;
    cursor: pointer;
}

.invitDetail-des {
    margin-top: .6rem;
}

.invitDetail-text {
    font-size: 0.28rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #333333;
}

.invitDetail-p,
.invitDetail-des * {
    font-size: 0.2rem ;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000B33;
    line-height: 0.48rem;
    /*margin-top: .3rem;*/
}




/* 弹框 */
.popup-wrap {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.popup-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .6);
}

.popup-box {
    width: 6.28rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.1rem 0.2rem 0.01rem rgba(1, 100, 98, 0.2);
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;

    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 0.56rem;
    overflow: hidden;
}

.popup-close {
    width: 0.14rem;
    height: 0.14rem;
    position: absolute;
    top: 0.24rem;
    right: 0.24rem;
    cursor: pointer;
}

.popup-title {
    font-size: 0.28rem;
    font-family: SourceHanSansSC-Medium-, SourceHanSansSC-Medium;
    font-weight: normal;
    color: #333333;
    text-align: center;
    position: relative;
    padding-bottom: .2rem;
}

.popup-title::after {
    content: '';
    width: 0.64rem;
    height: 0.03rem;
    background: #CD1626;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}

.popup-form-box {
    margin-top: .3rem;
}

.popup-form {
    width: 100%;
    margin-bottom: 0.2rem;
}

.popup-form-text {
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #231816;
    margin-bottom: .15rem;
}

.popup-form-input {
    width: 100%;
    display: flex;
    align-items: center;
}

.popup-form-input input {
    width: 100%;
    height: .5rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333;
    background: transparent;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    padding: 0 .2rem;
    border: 0.01rem solid #D7D7D7;
}

.popup-bt {
    width: 2rem;
    height: 0.48rem;
    background: #CD1626;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    margin: 0 auto;

    font-size: 0.18rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.48rem;
    text-align: center;
    cursor: pointer;
    margin-top: .4rem;
}

.popup-form-input .combo-select {
    width: 100%;
    border: 0;
    margin: 0;
}

.popup-upload {
    width: 1.4rem;
    height: 0.34rem;
    background: #FFFFFF;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    opacity: 1;
    border: 0.01rem solid #CD1626;
    /* padding: 0 .25rem; */
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 0.14rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #CD1626;
    cursor: pointer;
}

.popup-upload img {
    width: .14rem;
    margin-right: .1rem;
}

.popup-upload-ts {
    font-size: 0.12rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #999999;
    margin: .1rem 0;
}

.popup-upload-file {
    display: flex;
    align-items: center;
}

.popup-upload-file p {
    font-size: 0.16rem;
    font-family: SourceHanSansSC-Regular-, SourceHanSansSC-Regular;
    font-weight: normal;
    color: #333333;
}

.popup-upload-file img {
    width: .12rem;
    margin-left: .15rem;
    flex-shrink: 0;
    cursor: pointer;
}