.Recruit-title {
    display: flex;
    align-items: flex-end;
    width: 94%;
    padding: .3rem 3%;
}

.Recruit-title h1 {
    color: #484848;
    font-size: .34rem;
    font-weight: normal;
    margin-right: .1rem;
}

.Recruit-title p {
    color: #d9d9d9;
    font-size: .3rem;
    text-transform: uppercase;
}

.Recruit-inner {
    width: 94%;
    margin: 0 auto;
    padding-bottom: .6rem;
}

.Recruit-inner li {
    background: #d4edfb;
    padding-bottom: .5rem;
    margin-bottom: .6rem;
}

.Recruit-inner .Recruit-h {
    background: #1894eb;
    padding: .25rem .15rem;
}

.Recruit-inner .Recruit-h h1 {
    color:#fff;
    font-weight: normal;
    font-size: .28rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: .2rem;
}

.Recruit-inner .recruit-num {
    display: flex;
    justify-content: space-between;
}

.Recruit-inner .recruit-num p {
    color: #e0e0e0;
    font-size: .26rem;
    line-height: .5rem;
}

.Recruit-inner .Recruit-b {
    padding: .2rem .15rem .5rem;
}

.Recruit-inner .Recruit-b>h1 {
    color: #333;
    font-size: .26rem;
    font-weight: normal;
    margin-bottom: .25rem;
}

.Recruit-inner .Recruit-b .Recruit-text {
    color: #666666;
    font-size: .26rem;
    line-height: .45rem;
    text-align: justify;
}


.Recruit-inner li a {
    color: #333;
    font-size: .26rem;
    display: block;
    margin: 0 auto;
    width: 4.7rem;
    height: .7rem;
    text-align: center;
    line-height: .7rem;
    border: .01rem solid #ffc601;
}

/* Recruit-cove */

.Recruit-cove {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.8);
}

.Recruit-cove.active{
    display: block;
}

.Recruit-form {
    position: fixed;
    left: 10%;
    right: 10%;
    top: 2rem;
    z-index: 10;
    width: 80%;
    display: none;
    padding-bottom: .4rem;
    border-radius: .05rem;
    background: #fff;
}

.Recruit-form.active{
    display: block;
}

.Recruit-form h1 {
    color: #333;
    text-align: center;
    font-weight: normal;
    font-size: .28rem;
    padding: .2rem 0;
    border-bottom: .01rem solid rgba(0, 0, 0, 0.2);
}

.Recruit-form .form-laber {
    padding: .3rem .4rem 0;
}

.Recruit-form .form-laber input {
    color: #555;
    width: 95%;
    padding: .1rem 1%;
    display: block;
    border-radius: .05rem;
    margin: 0 auto .2rem;
    outline: none;
    border: .01rem solid rgba(0, 0, 0, 0.2);
}

.Recruit-form .form-laber textarea {
    color: #555;
    width: 95%;
    outline: none;
    display: block;
    resize: none;
    padding: .1rem 1%;
    margin: 0 auto .2rem;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    border: .01rem solid rgba(0, 0, 0, 0.2);
}

.Recruit-form a.l{
    color: #333;
    font-size: .26rem;
    display: block;
    margin: 0 auto;
    width: 3.7rem;
    height: .6rem;
    text-align: center;
    line-height: .6rem;
    border: .01rem solid #ffc601;
}

.Recruit-close {
    position: absolute;
    bottom: -.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: .5rem;
    height: .5rem;
    color: #e71f1a;
    border-radius: 50%;
    text-align: center;
    line-height: .5rem;
    cursor: pointer;
    border: 1px solid #e71f1a;
}