html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.recruit {
    height: 100%;
    overflow: auto;
    background: url('../images/bg.png') 0 0 repeat-y;
    background-size: 100% auto;
}

.recruit img {
    width: 100%;
}

.recruit-content {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0;
}

.recruit-content select {
    border: 1px #ddd solid;
    height: 31px;
    line-height: 32px;
    color: #333;
    padding: 0 8px;
    outline: none;
}

.china {
    display: inline-block;
    font-size: 14px;
    border: 1px #ddd solid;
    padding: 5px 8px;
    margin-right: 3px;
}

.recruit-content .item {
    width: 50%;
    float: left;
}

.recruit-content .require {
    font-size: 20px;
}

.recruit-content .require i {
    font-style: normal;
    color: #f00;
    position: relative;
    top: 1px;
    margin-left: 6px;
    font-size: 14px;
}

.recruit-content .small {
    font-size: 12px;
    color: #333;
    padding-left: 2px;
}

.recruit-content .field {
    width: 500px;
    margin: 12px 0 36px 0;
}

.recruit-content .field.input {
    border: 1px #ddd solid;
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
}

.recruit-content .field.large {
    height: 180px;
    width: 1038px;
}

.recruit-content input {
    background: transparent;
    width: 482px;
    height: 30px;
    border: none;
    margin: 0 12px;
    outline: none;
}

.recruit-content textarea {
    width: 1017px;
    margin: 0 3px;
    height: 162px;
    resize: none;
    border: none;
    padding: 8px;
    outline: none;
    background: transparent;
}

.recruit-content .button {
    clear: both;
    text-align: center;
}

.recruit-content .button a {
    display: block;
    width: 200px;
    margin: 0 auto;
    height: 62px;
    line-height: 62px;
    background: #dabf97;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0 8px #b4b4b4;
    border-radius: 80px;
    cursor: pointer;
    user-select: none;
}

.recruit-content .button a:hover {
    background: #b4915e;
}
