.u-un-selectable,
section.apply-form-top .apply-container .apply-form-title,
section.section-eight h3 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.u-reset-font-family,
section.apply-form-top .apply-container,
section.apply-form-top .apply-container input,
section.apply-form-top .apply-container select,
section.section-eight .apply-form-container input,
section.section-eight .apply-form-container select,
section.section-nine p {
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}

section {
    text-align: center;
}

section.banner-container {
    background: no-repeat center;
    height: 464px;
}

section.apply-form-top {
    padding: 76px 0 71px;
}

section.apply-form-top .apply-container {
    display: flex;
    height: 280px;
    margin: 0 auto;
    width: 1200px;
}

section.apply-form-top .apply-container .apply-form {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-color: #282828;
    padding-top: 38px;
    padding-left: 46px;
}

section.apply-form-top .apply-container .apply-form-row {
    display: flex;
    margin-bottom: 32px;
}

section.apply-form-top .apply-container .apply-form-title {
    color: #ffe100;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 28px;
}

section.apply-form-top .apply-container .form-item-name,
section.apply-form-top .apply-container .form-item-tel {
    width: 290px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    padding-left: 14px;
    border: none;
    outline: none;
    margin-right: 36px;
}

section.apply-form-top .apply-container .address-selector {
    display: flex;
    width: 290px;
    justify-content: space-between;
}

section.apply-form-top .apply-container select {
    display: block;
    width: 140px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    padding-left: 14px;
    border: none;
    outline: none;
}

section.apply-form-top .apply-container option {
    width: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
}

section.apply-form-top .apply-container .submit-button {
    width: 290px;
    height: 52px;
    border-radius: 26px;
    background-color: #ffe100;
    font-size: 24px;
    line-height: 52px;
    text-align: center;
    color: #000;
    cursor: pointer;
}

section.apply-form-top .apply-container .submit-button:hover {
    background-color: #ffe100;
}

section.section-three {
    background-repeat: no-repeat;
    background-position: center;
    height: 826px;
}

section.section-four {
    background-color: #f9f9f9;
    height: 1248px;
}

.section-five,
.section-six,
.section-seven {
    min-width: 1200px;
    overflow-x: hidden;
}

.section-five img,
.section-six img,
.section-seven img {
    margin-left: 50%;
    transform: translateX(-50%);
}

section.section-five {
    background-color: #fff;
    height: 1031px;
}

section.section-six {
    background-color: #f9f9f9;
    height: 1016px;
}

section.section-seven {
    background-color: #fff;
    height: 620px;
}

section.section-eight {
    background: no-repeat center;
    height: 595px;
}

section.section-eight h3 {
    padding: 96px 0;
    font-size: 36px;
    line-height: 36px;
    color: #ffe100;
}

section.section-eight .apply-form-container {
    width: 648px;
    margin: 0 auto;
}

section.section-eight .apply-form-container input {
    box-sizing: border-box;
    width: 100%;
    height: 58px;
    border: none;
    font-size: 16px;
    color: #fff;
    background-color: #3e3e3e;
}

section.section-eight .apply-form-container select {
    box-sizing: border-box;
    width: 100%;
    height: 58px;
    padding-left: 14px;
    border: none;
    color: #fff;
    font-size: 16px;
    outline: none;
    background-color: #3e3e3e;
}

section.section-eight .apply-form-container .column-one {
    height: 58px;
    margin-bottom: 40px;
}

section.section-eight .apply-form-container .column-one .form-item-name-container {
    display: inline-block;
    position: relative;
    width: 320px;
    margin-right: 34px;
}

section.section-eight .apply-form-container .column-one .form-item-name-container input {
    padding-left: 70px;
}

section.section-eight .apply-form-container .column-one .form-item-name-container::before {
    display: block;
    position: absolute;
    width: 54px;
    height: 58px;
    background: url('/resource/active/join/images/icon-client.png') no-repeat center;
    content: '';
}

section.section-eight .apply-form-container .column-one .form-item-name-container::after {
    display: block;
    position: absolute;
    top: 10px;
    left: 53px;
    width: 1px;
    height: 38px;
    background-color: #505050;
    content: '';
}

section.section-eight .apply-form-container .column-one .form-item-province-container {
    display: inline-block;
    width: 140px;
    margin-right: 6px;
}

section.section-eight .apply-form-container .column-one .form-item-city-container {
    display: inline-block;
    width: 140px;
}

section.section-eight .apply-form-container .column-two {
    height: 58px;
    margin-bottom: 70px;
}

section.section-eight .apply-form-container .column-two .form-item-tel-container {
    position: relative;
}

section.section-eight .apply-form-container .column-two .form-item-tel-container input {
    padding-left: 70px;
}

section.section-eight .apply-form-container .column-two .form-item-tel-container::before {
    display: block;
    position: absolute;
    width: 54px;
    height: 58px;
    background: url('/resource/active/join/images/icon-tel.png') no-repeat center;
    content: '';
}

section.section-eight .apply-form-container .column-two .form-item-tel-container::after {
    display: block;
    position: absolute;
    top: 10px;
    left: 53px;
    width: 1px;
    height: 38px;
    background-color: #505050;
    content: '';
}

section.section-eight .apply-form-container .submit-button {
    width: 290px;
    height: 58px;
    margin: 0 auto;
    font-size: 24px;
    color: #000;
    line-height: 58px;
    text-align: center;
    background-color: #ffe100;
    border-radius: 29px;
    cursor: pointer;
}

section.section-eight .apply-form-container .submit-button :hover {
    background-color: #ffe100;
}

section.section-nine {
    box-sizing: border-box;
    height: 480px;
    padding-top: 96px;
    background-color: #f9f9f9;
}

section.section-nine img {
    margin-bottom: 30px;
}

section.section-nine p {
    font-size: 19px;
    line-height: 36px;
    font-weight: 700;
}

section.section-nine p.company-name {
    color: #222;
}

section.section-nine p.company-tel {
    color: #5b7142;
    text-decoration: underline;
}

/*# sourceMappingURL=join.css.map */
