html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    font-size: 16px;
    padding-top: 0px;
    position: relative;
    min-height: 92%;
    font-family: 'Microsoft Yahei', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
    min-width: 1020px;
    overflow-x: auto;
    background: #fff;
    margin: 0px;
}
.banner {
    position: relative;
    background-position: center 100%;
    background-repeat: no-repeat;
    height: 520px;
    text-align: center;
}
.banner-title {
    font-size: 40px;
    color: #000000;
    text-align: center;
    margin: 184px 0 32px 0;
    font-weight: 600;
}
.banner-desc {
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin: 0 0 40px 0;
}
.btn-apply {
    display: inline-block;
    background: #52C018;
    box-shadow: 0 10px 10px 0 rgba(82,192,24,0.14);
    border-radius: 27px;
    font-size: 20px;
    width: 144px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    color: #ffffff;
}
.wrapper {
    width: 100%;
}
.wrapper-content {
    width: 1020px;
    margin: 0 auto;
    /* padding: 60px 0; */
}
.flex-row {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}
.flex-column {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.title {
    position: relative;
    font-size: 32px;
    color: #000000;
    letter-spacing: 0;
    line-height: 48px;
    font-weight: 600;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
    margin: 0;
}
.left-last-title {
    text-align: left;
    margin: 0;
}
.right {
    text-align: right;
}
.right-last-title {
    text-align: right;
    margin: 0;
}
.left-last-title::before {
    content: '';
    background: #52C018;
    border-radius: 4px;
    width: 40px;
    height: 6px;
    position: absolute;
    left: 20px;
    bottom: -24px;
    margin-left: -20px;
}
.right-last-title::before {
    content: '';
    background: #52C018;
    border-radius: 4px;
    width: 40px;
    height: 6px;
    position: absolute;
    right: 20px;
    bottom: -24px;
    margin-right: -20px;
}
.center::before {
    content: '';
    background: #52C018;
    border-radius: 4px;
    width: 40px;
    height: 6px;
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -20px;
}
.solution-list {
    margin-top: 54px;
    text-align: center;
}
.solution-item {
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(15,50,81,0.06);
    border-radius: 4px;
    width: 222px;
    margin: 0 5px;
    padding: 40px 0 46px 0;
    position: relative;
}
.solution-item-desc {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    font-weight: 600;
}
.solution-item-desc-first {
    margin-top: 38px;
}
.solution-item-desc-first::before {
    width: 24px;
    height: 2px;
    background: #222222;
    content: '';
    position: absolute;
    left: 50%;
    top: 176px;
    margin-left: -12px;
}
.center-block {
    text-align: center;
    margin-top: 54px;
}
.wrapper-content-left {
    display: inline-block;
}
.wrapper-content-right {
    display: inline-block;
}
.wrapper-content-desc {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 40px;
}
.wrapper-content-desc > p {
    margin: 0;
}
.form-content {
    margin-top: 56px;
}
.form-item {
    width: 640px;
    margin: 0 auto;
    margin-bottom: 6px;
}
.label {
    margin-bottom: 9px;
    font-size: 16px;
    color: #1F2329;
}
.input {
    background: #FFFFFF;
    border: 1px solid #E0E5ED;
    border-radius: 2px;
    height: 46px;
    width: 598px;
    font-size: 16px;
    padding: 0 20px;
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type='number'] {
    -moz-appearance: textfield;
}
.error-tips {
    font-size: 12px;
    color: #FF5B54;
    margin-top: 2px;
    visibility: hidden;
}
.btn-submit {
    background: #52C018;
    box-shadow: 0 10px 10px 0 rgba(82,192,24,0.14);
    border-radius: 27px;
    width: 180px;
    height: 50px;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 20px;
    color: #ffffff;
}
.btn-apply:hover {
    opacity: 0.8;
}
.btn-submit:hover {
    opacity: 0.8;
}
.btn-sms {
    width: 176px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #FFFFFF;
    border: 1px solid #E0E5ED;
    border-radius: 2px;
    outline: none;
    font-size: 16px;
    color: #1F2329;
    margin-left: 10px;
    cursor: pointer;
    vertical-align: bottom;
}
.btn-sms:disabled {
    color: #E0E5ED;
    cursor: not-allowed;
}
.toast {
    min-width: 120px;
    position: fixed;
    top: 50%;
    left:50%;
    transform: translateX(-50%);
    display: none;
    z-index: 9999;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.14);
    border-radius: 2px;
    padding: 12px 16px;
}

.toast-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.toast-text {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
    color: #0F0F0F;
    letter-spacing: 0;
}
.hidden-block {
    display: none;
}
#captcha-wrapper {
    height: 400px;
    z-index: 999;
    width: 100%;
    position: fixed;
    top: 120px;
    left: 0;
    overflow: hidden;
}
.second-title {
    margin-top: 18px;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    color: #686D71;
}
.example-item {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
.example-item-info {
    border-bottom: 1px solid #E0E5ED;
}
.example-item-info.last-example {
    border: none;
}
.example-item-avatar {
    width: 134px;
    height: 134px;
    margin-right: 20px;
}
.example-item-desc {
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
    line-height: 30px;
    margin: 10px 0 30px 0;
}
.example-item-company {
    font-size: 30px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 600;
}
.example-item-name {
    display: inline-block;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    margin-left: 38px;
    position: relative;
}
.example-item-name::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #000000;
    bottom: 4px;
    left: calc(100% + 9px);
}
.example-item-position {
    display: inline-block;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    margin-left: 17px;
}
