@charset "UTF-8";
.from {
    width: 950px;
    margin: 0 auto;
    background-color: white;
    border-radius: 10px;
    padding: 30px 20px 75px;
}

.from h4 {
    font-size: 18px;
    font-weight: 500;
}

.from span {
    display: inline-block;
    width: 120px;
    text-align: right;
    margin-right: 30px;
    font-size: 14px;
}

.from div {
    margin-top: 20px;
    color: #999999;
}

.from .input {
    width: 230px;
    height: 30px;
    border: 1px solid #dad8d8;
    outline: none;
    font-size: 12px;
    padding-left: 30px;
}
 .from .input_icon1 {
    background: url("https://omo-oss-image.thefastimg.com/portal-saas/pg2026061211283815463/cms/image/8db4fde9-7bdf-4116-ad28-2f2e82fabdcf.png") no-repeat scroll 10px center;
}

 .from .input_icon2 {
    background: url("https://omo-oss-image.thefastimg.com/portal-saas/pg2026061211283815463/cms/image/2aa8f89a-89ec-4f63-a1ac-bced576ca319.png") no-repeat scroll 10px center;
}

 .from .input_icon3 {
    background: url("https://omo-oss-image.thefastimg.com/portal-saas/pg2026061211283815463/cms/image/ffdf647a-6eef-411a-91ed-366b93b22de5.png") no-repeat scroll 10px center;
}

 .from .input_icon4 {
    background: url("https://omo-oss-image.thefastimg.com/portal-saas/pg2026061211283815463/cms/image/a09e5ea2-0f11-480e-a4d7-65ec010357dd.png") no-repeat scroll 10px center;
}

 .from .input_icon6 {
    background: url("https://omo-oss-image.thefastimg.com/portal-saas/pg2026061211283815463/cms/image/cd06881a-fce3-47e2-b557-2f4ce1a2da45.png") no-repeat scroll 10px center;
}

/* .from .input_icon1 {
    background: url("/img/geren.png") no-repeat scroll 10px center;
}

.from .input_icon2 {
    background: url("/img/shouji.png") no-repeat scroll 10px center;
}

.from .input_icon3 {
    background: url("/img/BBDfangzi.png") no-repeat scroll 10px center;
}

.from .input_icon4 {
    background: url("/img/mima.png") no-repeat scroll 10px center;
}

.from .input_icon6 {
    background: url("/img/youxiang.png") no-repeat scroll 10px center;
} */

.from .file {
    width: 66px;
    height: 30px;
    color: white;
    background-color: #0061a6;
    font-size: 12px;
    border: none;
    outline: none;
    border-radius: 5px;
}

.from .input_date {
    border: 1px solid #dad8d8;
    width: 125px;
    height: 30px;
    border-radius: 5px;
    color: #a0a0a0;
    outline: none;
}

.from .input_select {
    width: 100px;
    height: 30px;
    text-align: center;
    text-align-last: center;
    border: 1px solid #dad8d8;
    color: #999999;
    outline: none;
}

.from .sbt {
    width: 75px;
    height: 25px;
    background-color: #0061a6;
    color: white;
    outline: none;
    border: none;
    float: right;
    margin-top: 10px;
}

.from input::-webkit-outer-spin-button,
.from input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.from input[type="number"] {
    -moz-appearance: textfield;
}

#img {
    width: 100vw;
    height: 100vh;
    background-color: #0000004d;
    position: fixed;
    text-align: center;
    line-height: 100vh;
    top: 0;
    left: 0;
}

#img img {
   max-height: 100vh;
}

.fil {
    display: flex
;
    align-items: center;
}
 .a-upload {
    width: 66px;
    height: 30px;
    position: relative;
    display: inline-block;
    background: #0061a6;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    text-indent: 0;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
 .a-upload input {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
/*# sourceMappingURL=index.css.map */