.recrMain {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px auto 50px;
    padding-bottom: 50px;
    background: white;
}

.chose_city {
    width: 1090px;
    display: flex;
    flex-wrap: wrap;
    background: #F5F5F5;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 26px 0 13px;
    margin-top: 20px;
}

.citytitle {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-left: 20px;
    margin-top: 2px;
    cursor: default;
}

.recrcity {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
}

.recrcity div {
    width: 80px;
    height: 27px;
    border-radius: 5px;
    text-align: center;
    line-height: 27px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
    cursor: pointer;
}

.cityactive {
    background: rgba(247, 115, 4, 1)!important;
    color: white!important;
}

.recrparen {
    display: flex;
    flex-direction: column;
}

.parentitle {
    width: 1090px;
    height: 51px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(51, 51, 51, 1);
    margin-top: 35px;
}

.parentitle div {
    width: 136px;
    height: 51px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    line-height: 51px;
    color: #333333;
    cursor: default;
}

.parentitle div:nth-child(1) {
    width: 170px;
    text-align: left;
}

#recrContent {
    display: flex;
    flex-direction: column;
}

.recrcontent {
    width: 1090px;
    height: 61px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.recrcontent div {
    width: 136px;
    height: 61px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    cursor: default;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.recrcontent div:nth-child(1) {
    width: 170px;
    justify-content: flex-start;
}

.recrcontent div:nth-child(5) {
    cursor: pointer;
}

/*招募詳情*/
.total {
    width: 100%;
    height: 51px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 51px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.total span:nth-child(1) {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
}

.total span:nth-child(2) {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.detailContent {
    width: 1090px;
    display: flex;
    flex-direction: column;
}

.detailtitle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(51, 51, 51, 1);
    margin-top: 30px;
}

.detailtitle span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666
}

.detailtitle span:nth-child(1) {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
}

.detailemail {
    width: 1090px;
    height: 52px;
    background: #F5F5F5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 50px;
}

.detailemail .detailcolor {
    color: #F77304!important;
}