.transition {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.btnTransition {
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}

.textOverflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.scaleStyle {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}

.summary {
    padding-left: 21px;
    padding-top: 40px;
}

.summary .leftBox {
    width: 285px;
    height: 293px;
    float: left;
}

.summary .rightBox {
    margin-left: 320px;
    padding-top: 10px;
    font-size: 12px;
}

.summary .rightBox .info {
    margin-top: 25px;
    line-height: 1.5em;
}

.recruit {
    padding: 0 20px;
}

.recruit .typeTab {
    margin: 40px auto 35px auto;
}

.recruit .typeTab ul {
    font-size: 0;
    text-align: center;
}

.recruit .typeTab ul li {
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    border: 1px solid #666666;
    color: #222222;
    font-size: 16px;
    padding: 0 35px;
    display: inline-block;
    margin: 5px 15px;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}

.recruit .typeTab ul li:hover,
.recruit .typeTab ul li.checked {
    color: white;
    background: #2f86f7;
    border-color: #2f86f7;
}

.recruit .typeGroups .group {
    display: none;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.recruit .typeGroups .group .groupName {
    padding: 27px 0;
    margin: 0 20px;
    font-size: 16px;
    color: #222222;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.recruit .typeGroups .group .groupName .controlIcon {
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images3/open.png) center center no-repeat;
}

.recruit .typeGroups .group .groupName .controlIcon.checked {
    background-image: url(../images3/shrink.png);
}

.recruit .typeGroups .group .content {
    padding: 0 0 30px 0;
    margin: 0 20px;
    border-top: 1px solid #eeeeee;
}

.recruit .typeGroups .group .content .label {
    padding: 20px 0 15px 0;
    font-size: 14px;
    color: #444444;
    font-weight: bold;
}

.recruit .typeGroups .group .content .value {
    white-space: pre-line;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}

.recruit .typeGroups .group .content .apply > div:first-child {
    margin: 25px 0;
    font-size: 14px;
    color: #666666;
}

.recruit .typeGroups .group .content .apply .applyBtn {
    width: 180px;
    height: 52px;
    background-color: #2f86f7;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
    border-radius: 5px;
    background-image: linear-gradient(to right, #3488f9, #1a6bee);
}

.recruit .typeGroups .group.open .content {
    display: block;
}

.recruit .typeGroups .group:not(ie8) {
    border: none;
}

.apply-wrap {
    max-width: 90%;
}

.apply-page {
    display: none;
    padding: 20px;
    font-size: 14px;
}

.apply-page .layui-form-label {
    width: 70px;
}

.apply-page .layui-input-block {
    margin-left: 100px;
}

.apply-page .marginBottom {
    margin-bottom: 0;
}

.apply-page .alignCenter {
    text-align: center;
}

@media screen and (max-width: 749px) {
    .summary .rightBox {
        margin-left: 0;
    }

    .summary .leftBox {
        margin-bottom: 20px;
        float: inherit;
        text-align: center;
    }
}
