html {
    height: 100%;
}
.apply-info-bg {
    background-color: rgba(247, 248, 248, 1);
}
.apply-step-infos{
    width: 1350px;
    height: 640px;
    margin: 0px auto;
    /*background-color: rgba(255, 255, 255, 1);*/
    box-sizing: border-box;
    /*border: 1px solid rgba(242, 242, 242, 1);*/
    box-shadow: 0px 1px 1px rgb(233 233 233);
}
.box,.container{
    clear:both;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.apply-upload-info{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.fill-in-enterprise-info {
    display: flex;
    align-items: center;
}
.apply-upload-info .apply-upload-subtitle{
    font-family: 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    color: #787878;
    line-height: 36px;
}
.apply-upload-info .click-upload-form {
    margin-right: 10px;
    width: 180px;
    text-align: end;
}
.apply-upload-info a {
    font-family: 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    color: #0082EF;
    text-align: left;
    line-height: 36px;
    font-size: 14px;
}
.apply-upload-info a:hover,.apply-upload-info a:active {
    text-decoration: underline;
}
.apply-upload-info-display-div {
    display: flex;
    flex-direction: column;
}
.click-upload-careful-text {
    font-family: 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    color: #F43333;
    text-align: left;
    line-height: 36px;
    font-size: 14px;
}
.apply-upload-btn {
    width: 106px;
    height: 30px;
    background: inherit;
    background-color: rgba(247, 248, 248, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 130, 239, 1);
    border-radius: 3px;
    color: #0082EF;
    line-height: 20px;
    cursor: pointer;
}
.fill-in-enterprise-info-form div {
    display: flex;
    align-items: center;
    height: 50px;
}
.fill-in-enterprise-info-form span{
    font-size: 14px;
    font-family: 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    color: #787878;
    text-align: right;
    line-height: 36px;
    width:150px;
    text-align: end;
    margin-right: 10px;
}
.eis-stepContent div span.red-required{
    color: #af0000;
    width: auto;
    margin-right: 40px;
    align-items: center;
    justify-self: center;
}
.form-info-margin-bottom-sixty-px{
    margin-bottom: 60px;
}

.form-control{
    width: 340px;
    height: 30px;
    padding: 3px 2px 3px 2px;
    font-family: 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: left;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228, 228, 228, 1);
    border-radius: 2px;
}
.fill-in-enterprise-info-form select{
    width: 340px;
    height: 30px;
    padding: 3px 2px 3px 2px;
    font-family: 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    text-align: left;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228, 228, 228, 1);
    border-radius: 2px;
}

.fill-in-contact-info-form div {
    display: flex;
    align-items: center;
    height: 50px;
}
.fill-in-contact-info-form span{
    font-size: 14px;
    font-family: 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    color: #787878;
    text-align: right;
    line-height: 36px;
    width:150px;
    text-align: end;
    margin-right: 10px;
}
.fill-in-contact-info-form .fill-in-contact-info-tips{
    font-size: 20px;
    font-family: 'Microsoft YaHei', sans-serif;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}
.fill-in-contact-info-form span.fill-in-contact-info-agree {
    width: 100%;
}
.fill-in-contact-info-form span.fill-in-contact-info-agree a {
    font-family: 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    color: #0082EF;
    text-align: left;
    line-height: 36px;
    font-size: 14px;
}

.fill-in-contact-info-form span.fill-in-contact-info-agree a:hover,.fill-in-contact-info-form span.fill-in-contact-info-agree a:active {
    text-decoration: underline;
}
.fill-in-contact-info-form .agree-div {
    justify-content: center;
}
.fill-in-contact-info-form span.fill-in-contact-info-agree {
    width: auto;
    text-align: left;
    margin-right: 0px;
    margin-left: 10px;
}

/*改变placeholder颜色*/
input::-webkit-input-placeholder {
    color: #999;
}
/*当按钮或者input被禁用时，鼠标放上去，出现禁止的红色图标*/
.button[disabled],input[disabled]{
    cursor: not-allowed !important;
}

/*去除上下箭头，input=number时，PC端自带上下箭头，要单独写样式处理 start */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
/*去除上下箭头，input=number时，PC端自带上下箭头，要单独写样式处理 end */

.step-last-fail{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.step-last-success{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.apply-success-img {
    width: 72px;
    height: 72px;
}
.step-last-p1{
    font-family: 'Microsoft YaHei Bold', 'Microsoft YaHei Regular', 'Microsoft YaHei', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #666666;
    text-align: center;
    line-height: 24px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.step-last-p2{
    font-family: 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 28px;
}
/*分辨率自适应 start */
@media screen  and (max-device-width: 1280px) {
    .apply-step-infos {
        width: 100% !important;
        min-height: 400px;
        height: auto !important;
    }
    .box, .container {
        padding-bottom: 30px;
    }
    .eis-horizontal-steps .eis-form-steps {
        width: 100% !important;
        margin-top: 50px !important;
    }
    .eis-stepContents {
        margin-top: 30px !important;
    }
    .form-info-margin-bottom-sixty-px {
        margin-bottom: 30px !important;
    }
}
@media screen  and (min-device-width: 1281px)  and (max-device-width: 1440px) {
    .apply-step-infos {
        width: 100% !important;
        min-height: 500px;
        height: auto !important;
    }
    .box, .container {
        padding-bottom: 30px;
    }
    .eis-horizontal-steps .eis-form-steps {
        width: 100% !important;
        margin-top: 50px !important;
    }
    .eis-stepContents {
        margin-top: 40px !important;
    }
    .form-info-margin-bottom-sixty-px {
        margin-bottom: 30px !important;
    }
}
@media screen  and (max-device-width: 1024px) {
    .eis-horizontal-steps .eis-form-steps .eis-step-progress {
        left: 120px !important;
    }

}
@media screen and (min-device-width: 1025px) and (max-device-width: 1152px) {
    .eis-horizontal-steps .eis-form-steps .eis-step-progress {
        left: 135px !important;
    }
}
@media screen and (min-device-width: 1153px) and (max-device-width: 1280px) {
    .eis-horizontal-steps .eis-form-steps .eis-step-progress {
        left: 145px !important;
    }
}
@media screen and (min-device-width: 1281px) and (max-device-width: 1360px) {
    .eis-horizontal-steps .eis-form-steps .eis-step-progress {
        left: 155px !important;
    }
}
@media screen and (min-device-width: 1361px) and (max-device-width: 1366px) {
    .eis-horizontal-steps .eis-form-steps .eis-step-progress {
        left: 160px !important;
    }
}
@media screen and (min-device-width: 1367px) and (max-device-width: 1440px) {
    .eis-horizontal-steps .eis-form-steps .eis-step-progress {
        left: 170px !important;
    }
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1680px) {
    .eis-horizontal-steps .eis-form-steps .eis-step-progress {
        left: 140px !important;
    }
}