body {
    background: #f1f1f1;
}

.page-slide-inner {
    width: 100%;
    height: 360px;
}

.recruit {
    width: 1150px;
    padding: 0 25px 80px;
    background: #fff;
    margin: -185px auto 0;
}

.recruit-title {
    padding-top: 68px;
    line-height: 40px;
    margin-bottom: 20px;
}

.recruit-title p {
    float: left;
    color: #d9d9d9;
    font-size: 40px;
    text-transform: uppercase;
}

.recruit-title span {
    float: left;
    color: #484848;
    font-size: 24px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 3px;
}

.recruit-main {
    padding-top: 65px;
}

.recruit-main li {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
}


.recruit-main li a {
    display: block;
    width: 120px;
    height: 40px;
    color: #e71f1a;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #ffbe23;
}

.recruit-main li h1.name {
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px;
}

.recruit-main li .recruit-num {
    color: #999;
    font-size: 16px;
    margin-bottom: 20px;
}

.recruit-main .recruit-num p {
    display: inline-block;
    margin-right: 95px;
    color: #828080;
}

.recruit-main .recruit-num p span {
    color: #333;
}

.recruit-text {
    color: #797777;
    font-size: 16px;
    line-height: 37px;
    margin-bottom: 20px;
}

.pageNum {
    margin-bottom: 60px;
}

.recruit-call {
    color: #333;
    font-size: 16px;
    padding: 20px 30px;
    background: #f5f9ff;
}

.recruit-call p {
    line-height: 49px;
}

.Apply-cove {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.Apply-box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 460px;
    height: 490px;
    z-index: 3;
    display: none;
    margin-top: -245px;
    margin-left: -230px;
    background: #fff;
    border-radius: 3px;
}

.Apply-box h1 {
    color: #1894eb;
    text-align: center;
    padding: 30px 0;
    font-weight: normal;
    font-size: 16px;
}

.Apply-box li {
    margin-bottom: 20px;
}

.Apply-box li .Apply-name {
    color: rgba(0, 0, 0, 0.7);
    width: 100px;
    line-height: 30px;
    text-align: right;
    font-size: 14px;
}

.Apply-box li input {
    outline: none;
    width: 280px;
    padding: 7px 10px;
    margin-left: 10px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.Apply-box li textarea {
    resize: none;
    outline: none;
    width: 280px;
    padding: 7px 10px;
    margin-left: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.Apply-box a {
    display: block;
    width: 120px;
    height: 40px;
    color: #e71f1a;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #ffbe23;
    margin: 0 auto;
}

.Apply-close {
    position: absolute;
    right: 25px;
    top: 15px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: url(/public/img/Release-clos.png) no-repeat center;
    background-size: 70% auto;
}

