.htwo {
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.htwo_con {
    width: 1130px;
    height: 60px;
    margin: 0 auto;
}
.htwo-img {
    float: left;
    width: 200px;
    height: 60px;
    line-height: 60px;
}
.htwo_con a {
    display: inline-block;
    vertical-align: middle;
}
.htwo_con img {
    max-height: 60px;
    display: block;
    max-width: 205px;
}
.htwospan {
    line-height: 30px;
    font-size: 20px;
    display: block;
    float: left;
    margin-left: 20px;
    padding-top: 20px;
}

/* 进度 */
#progress {
    margin-bottom: 20px;
    color: #bababa;
    padding-top: 100px;
}
#progress ul {
    display: flex;
    width: 400px;
    margin: 0 auto;
    padding-left: 60px;
}
#progress ul .step {
    text-align: center;
}
#progress ul .arrow {
    padding-top: 5px;
}
#progress ul li span {
    border: solid 1px rgba(186, 186, 186, 1);
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    line-height: 28px;
    margin-bottom: 10px;
}
#progress li.complete {
    color: #f6ab00;
}
#progress li.complete span {
    color: #fff;
    border: solid 1px #f6ab00;
    background-color: #f6ab00;
}
/* 表单区 */
.modal_dialog {
    width: 600px;
    padding-bottom: 30px;
    background: #fff;
    margin: 0 auto;
}
.modal_content {
    position: relative;
}
.modal_form {
    padding: 0px 20px 0;
    position: relative;
    overflow: auto;
}
.modal_tip {
    padding: 10px 10px 10px 14px;
    margin-bottom: 12px;
}
.modal_fdiv {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.modal_fdiv label {
    width: 100px;
    line-height: 24px;
    text-align: right;
    display: inline-block;
    padding-right: 10px;
    height: 24px;
}
.modal_fdiv .text {
    width: 350px;
    padding-left: 5px;
    height: 45px;
    border: 1px solid #e0e0e0;
    outline: none;
}
.modal_fdiv .modal_input2 {
    width: 320px;
}
.modal_fdiv .select {
    margin-left: 10px;
    width: 110px;
    height: 44px;
    border: 1px solid #e0e0e0;
    outline: none;
}
.modal_fdiv .select_left {
    margin-left: 0;
}

#modal_sure {
    height: 45px;
    width: 360px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
}

.member_error {
    padding-left: 105px;
    color: #cc0000;
    line-height: 25px;
}

#certificating {
    padding-bottom: 50px;
    display: none;
}
#certificating h4 {
    font-size: 18px;
    color: #434343;
    font-weight: 700;
    margin-bottom: 5px;
}

/* 增加的注册信息 */
#agreement-layer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 200;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal_fdiv input.code_input {
    width: 255px;
}
.codebtn {
    width: 90px;
    height: 46px;
    text-align: center;
    line-height: 45px;
    font-size: 12px;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid rgba(221, 221, 221, 1);
    color: #333333;
    cursor: pointer;
}

.selectFactoryBtn {
    width: 137px;
    height: 48px;
    background: #ff8036;
    color: #fff;
    line-height: 48px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
.selectedResultText {
    color: #ff8036;
    margin-left: 20px;
    display: none;
}

#uploadBusinessLicense {
    border: 1px dashed rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    width: 104px;
    height: 104px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.04);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
}
#uploadBusinessLicenseLayer {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

label .required {
    color: red;
}
