.recruit-container {
    width: 100%;
    height: auto;
    margin-bottom: 144px;
}

body {
    min-width: 1250px;

}

.about-title {
    font-size: 60px;
//    font-weight: 800;
}

.about-tot {
    font-size: 25px;

}

.about-dec {

    font-size: 18px;
    margin-top: 20px;
}

.join-us-main {
    color: white;
    position: relative;
    width: 100%;
    left: 0;
    top: 130px;
    text-align: center;
}

.join-us {
    background: url("http://cdn.smallstation.kfzs.com/small_sheep_official_web/img/about/about_us_bg.png") no-repeat center;
    width: 100%;
    height: 410px;
}

.qrcode-msg{
    font-size: 20px;
    padding-top: 20px;
    text-align: center;
    margin-left: 50%;
    width: 220px;

}
.qrcode-msg img{
  // margin-left: -20px;
    width: 180px;
}
.recruit-ul-list {

    margin-left: 50%;
    text-align: center;
    width: 220px;
    min-width: 220px;
    box-shadow: 0px 0px 20px rgba(214, 228, 248, 0.8);
}

.menu {

    width: 25%;
    float: left;
    display: block;
    min-width: 400px;
}

.recruit-requirement-content {
    margin-left: 33.33%;

    display: block;
    margin-top: 100px;
    text-align: center;
    width: 930px;
    min-height: 650px;
}

.recruit-ul-list li {

    font-size: 18px;
    cursor: pointer;

    width: 220px;
    min-width: 220px;
    height: auto;
    min-height: 50px;
    line-height: 50px;
}

.right {
    float: right;
    top: 20px;
    position: relative;
    left: -15px;
}

.drop {
    float: right;
    top: 22px;
    position: relative;
    left: -15px;
}

.recruit-active {

/ / background-color: #5aa5f7;
    color: #2fbdf2;
}

.recruit-no-active:hover {
    color: #2fbdf2;
}

.recruit-requirement {

    height: auto;

}

.recruit-card {

    width: 930px;
    box-shadow: 0px 0px 20px rgba(214, 228, 248, 0.8);

    padding-bottom: 10px;
    margin-bottom: 44px;

}

.recruit-card-title {
    padding-top: 30px;
}

.recruit-card-title h4 {
    font-size: 16px;
    color: #2fbdf2;
    margin-bottom: 30px;
}

.recruit-card-title p {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.recruit-card-title span {
   // font-weight: 600;
    color: #333;
}

.recruit-card-content {
    margin-top: 16px;
    text-align: left;
    margin-left: 50px;
    width: 870px;
    margin-bottom: 76px;
}

.recruit-card-content h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.recruit-card-content p {

    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.title-no-first {

}

.recruit-contact {
    height: 304px;
}

.recruit-contact {
    text-align: center;
}

.btn {
    cursor: pointer;
    margin-left: 50px;
    text-align: center;
    line-height: 40px;
    margin-top: -20px;
    width: 150px;
    height: 40px;
    font-size: 16px;
    color: #2fbdf2;
    border: 1px solid #2fbdf2;
    margin-bottom: 60px;
}

.btn:hover {
    color: #fff;
    background: #2fbdf2;
}

.child-menu {

    background: #f1f1f1;
    color: #333;
}

.child-menu:hover {
    color: #2fbdf2;
}
.child-active{
    color: #2fbdf2;
}
.recruit-contact-main {
    margin: 0 auto;
    padding-top: 74px;
    width: 1056px;
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
}

.recruit-contact-main section {
    margin: 0 auto;
    line-height: 46px;
    font-size: 16px;
    background: url("http://cdn.smallstation.kfzs.com/small_sheep_official_web/img/recruit/contact_bg.png") no-repeat center;
    width: 301px;
    height: 46px;
    color: #fff;
}

.recruit-contact-main p {
    margin-top: 10px;
    color: #50575c;
    font-size: 16px;
    padding-bottom: 65px;
}

.intermediate-interval {
    margin-top: 30px;
}

@media (max-width: 1080px) {
    .recruit-ul-list li {
        width: 20%;
    }

    .recruit-card {
        width: 80%;
    }

    .recruit-card-content {
        width: 75%;
    }

    .recruit-contact-main {

        width: 80%;
    }

}
.tip{
    font-size: 16px;
    text-align: center;
    background: #fff;
    position: fixed;
    z-index: 103;
    display: none;
    width: 540px;
    height: 280px;

}
.tip p:first-child{

    margin-top: 105px;
}
.tip p{
    line-height: 35px;
}