@charset "UTF-8";
.gys_Box {
    width: 750px;
    border: 1px solid #cccccc;
    margin: 0 auto;
}

.gys_Box .gys_btn {
    text-align: center;
    margin: 50px 0;
}

.gys_Box .gys_btn button {
    width: 136px;
    height: 40px;
    border: none;
    color: white;
    background-color: #cecece;
    outline: none;
}

.gys_Box .gys_btn .open_active {
    background-color: #0061a6;
}

.gys_Box .from {
    margin: 0 auto;
    background-color: white;
    border-radius: 10px;
    padding: 15px 20px 75px;
}

.gys_Box .from a {
    text-decoration: none;
}

.gys_Box .from h4 {
    font-size: 18px;
    font-weight: 500;
}

.gys_Box .from span {
    display: inline-block;
    width: 120px;
    text-align: right;
    margin-right: 30px;
    font-size: 14px;
}

.gys_Box .from div {
    margin-top: 20px;
    color: black;
}

.gys_Box .from div>p {
    margin: 5px 0 0;
    padding-left: 30px;
    font-size: 14px;
}

.gys_Box .from .input {
    width: 277px;
    height: 30px;
    border: 1px solid #dad8d8;
    outline: none;
    font-size: 12px;
    padding-left: 30px;
    border-radius: 5px;
}

.gys_Box .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;
}

.gys_Box .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;
}

.gys_Box .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;
}

.gys_Box .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;
}

.gys_Box .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;
}

.gys_Box .from .input_icon5 {
    width: 130px;
    height: 30px;
    border: 1px solid #dad8d8;
    outline: none;
    font-size: 12px;
    padding-left: 30px;
    background: url("yanzhengma.png") no-repeat scroll 10px center;
    border-radius: 5px;
}

.gys_Box .from .captcha {
    border: 1px solid #dad8d8;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px;
}

.gys_Box .from .updata {
    color: #149c96;
}

.gys_Box .from .file {
    width: 66px;
    height: 30px;
    color: white;
    background-color: #0061a6;
    font-size: 12px;
    border: none;
    border-radius: 5px;
}

.gys_Box .from .input_date {
    border: 1px solid #dad8d8;
    width: 125px;
    height: 30px;
    border-radius: 5px;
    color: #a0a0a0;
    outline: none;
}

.gys_Box .from .input_select {
    width: 100px;
    height: 30px;
    text-align: center;
    text-align-last: center;
    border: 1px solid #dad8d8;
    color: #999999;
    outline: none;
}

.gys_Box .from input::-webkit-outer-spin-button,
.gys_Box .from input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.gys_Box .from input[type="number"] {
    -moz-appearance: textfield;
}

.gys_Box .from .checkbox {
    display: inline;
    position: relative;
}

.gys_Box .from .checkbox span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #dad8d8;
    margin: 2px 0 0;
    position: absolute;
    left: 0;
}

.gys_Box .from .checkbox span img {
    position: absolute;
    top: -2px;
    left: -2px;
    opacity: 0;
}

.gys_Box .from .checkbox input[type="checkbox"] {
    width: 0;
    margin: 0;
}

.gys_Box .from .checkbox input[type="checkbox"]:checked~.check {
    border: 2px solid #65beba;
}

.gys_Box .from .checkbox input[type="checkbox"]:checked~.check img {
    opacity: 1;
}

.gys_Box .from .checkbox .check_lable {
    margin-left: 23px;
    user-select: none;
    margin-bottom: 0;
}

.gys_Box .from .sumbitBtn {
    width: 277px;
    height: 30px;
    background-color: #0061a6;
    color: white;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 10px;
}

.gys_Box .from .login {
    font-size: 14px;
    width: 277px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gys_Box .from .login a {
    color: #65beba;
}

#img {
    width: 100vw;
    height: 100vh;
    background-color: #0000004d;
    position: fixed;
    text-align: center;
    line-height: 100vh;
    top: 0;
    left: 0;
  z-index: 1000;
}

#img img {
    height: 100vh;
}

.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;
}
 .fil {
    display: flex
;
    align-items: center;
}
.xieyi_box {
    display: flex
;
    align-items: center;
}.file_src {
    color: #aeaeae;
    white-space: nowrap;
}
/*# sourceMappingURL=index4.css.map */