.process {
    padding: 36px 60px 30px 60px;
    height: 70px;
    display: flex;
    justify-content: center;
}

.process .item {
    position: relative;
    width: 32%;
    min-width: 50px;
    height: 100%;
}

.process .item3 .item {
    width: 32%;
}

.process .item .bar {
    position: absolute;
    width: 100%;
    min-width: 50px;
    height: 2px;
    background-color: #3B83F2;
    top: 15px;
}
.process .itemDisable .bar,
.process .item .barDisable {
    background-color: #CCCCCC;
}

.process .item .circle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
}

.process .item .circle .outerCircle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #DBEBFF;
}

.process .itemDisable .circle .outerCircle,
.process .item .circle .outerCircleDisable {
    background-color: #F6F6F6;
}

.process .item .circle .innerCircle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #3B83F2;
    font-size: 12px;
    text-align: center;
    color: white;
}

.process .itemDisable .circle .innerCircle,
.process .item .circle .innerCircleDisable {
    background-color: #CCCCCC;
}

.process .item .text {
    position: absolute;
    top: 30px;
    width: 100%;
    min-width: 50px;
    margin-top: 10px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    color: #111111;
}

.content-box .group-title {
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
    border-left: 4px solid #67A1F8;
    height: 20px;
    line-height: 20px;
    text-indent: 10px;
}

.content-box .layui-form-label {
    padding-left: 0;
    text-align: left;
    font-size: 14px;
}

.content-box .layui-form-radio > i {
    font-size: 16px;
}

.content-box .layui-form-label .required {
    color: #ff0000;
    margin-right: 3px;
}

.content-box .submit-btn {
    margin-top: 20px;
    width: 260px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    border-radius: 4px;
    background: #3B83F2;
}

.notice {
    margin-top: 20px;
    padding: 35px 60px;
}

.notice .notice-box {
    margin-top: 20px;
}

.notice .notice-box p {
    font-size: 14px;
    line-height: 24px;
}

.notice .attachment-box {
    margin: 20px 0 30px 0;
    padding: 20px 20px 15px 20px;
    background: #F6F9FD;
}

.notice .attachment-box h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}

.notice .attachment-box ul {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.notice .attachment-box ul li {
    position: relative;
    width: 48%;
    list-style-type: disc;
    list-style-position: inside;
    text-align: left;
    height: 35px;
    line-height: 35px;
    color: #3B83F2;
    font-size: 14px;
}

.notice .attachment-box ul li a {
    color: #3B83F2;
    cursor: pointer;
}

.apply {
    margin-top: 20px;
    padding: 35px 60px;
}

.apply .regist-type-box {
    display: flex;
    line-height: 38px;
    margin-bottom: 20px;
}

.apply .regist-type-box label {
    font-size: 20px;
    padding-right: 5px;
}

.apply .regist-type-box .regist-type-btn {
    width: 200px;
    height: 38px;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    border-radius: 4px;
    background: #F3F4F7;
    padding-right: 10px;
    margin-right: 10px;
    text-align: center;
}

.apply .regist-type-box .regist-type-btn.active {
    background: #3B83F2;
    color: #ffffff;
}

.apply .group-content {
    margin-top: 20px;
}

.apply .group-content .layui-col-md6:nth-child(2n+1) {
    padding-right: 30px;
}

.apply .layui-form-pane .layui-form-label {
    padding-left: 10px;
}

.apply .layui-form-pane .layui-form-label {
    width: 160px;
}

.apply .layui-form-pane .layui-input-block {
    margin-left: 160px;
}

.apply .layui-form-pane .layui-input-block.with-suffix {
    padding-right: 120px;
}

.apply .layui-form-pane .layui-input-block.with-suffix .suffix {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 100%;
    text-align: center;
    transition: all .3s;
    box-sizing: border-box;
    line-height: 34px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px 0 0 2px;
    background-color: #fafafa;
    border-left: none;
    border-color: #EEEEEEFF;
    cursor: pointer;
}

.apply .layui-form-pane .layui-input-block.with-suffix input[type=file] {
    display: inline-block;
    position: absolute;
    font-size: 12px;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 100;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.apply .layui-form-pane .layui-input-block.with-suffix span {
    color: #3B83F2;
}

.apply .layui-form-pane .layui-input-block.with-suffix .captcha-img {
    width: 100%;
    height: 100%;
}

.apply .layui-form-mid {
    font-size: 10px;
}

.apply .layui-form-mid .layui-icon {
    margin-right: 3px;
    font-size: 14px;
    vertical-align: middle;
}

.apply .layui-form-pane .attachment-box {
    line-height: 38px;
    position: relative;
    left: -20px;
}

.apply .layui-form-pane .attachment-box a {
    color: #3B83F2;
    text-decoration: underline;
}

.apply .submit-box .protocol .layui-form-checkbox > div {
    padding-right: 0;
}

.submit-box {
    margin-top: 20px;
}

.submit-box .protocol a {
    color: #3B83F2;
}

.result {
    margin-top: 20px;
    padding: 35px 60px;
}

.result .result-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.result .result-box img {
    width: 60px;
    height: 60px;
    margin-top: 50px;
}

.result .result-box .p1 {
    font-size: 20px;
    line-height: 20px;
    color: #111111;
    margin-top: 25px;
}

.result .result-box .p1 span.waiting{
    color: #3B83F2;
}

.result .result-box .p2 {
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    margin-top: 15px;
}

.result .result-box .submit-btn {
    margin-top: 70px;
    margin-bottom: 20px;
}
#person,#enterprise{
    cursor: pointer;
}