@charset "UTF-8";
@import url("fonts/iconfont.css");
@import url("adp.css");
@media (max-width: 768px) { .container-fluid { width: 98%; }
  .e_box .text { width: 100%; }
  .e_box .pic { display: none; }
  .e_box .pic02 { display: none; }
  .e_box .pic03 { position: relative; right: auto; bottom: auto; width: 30%; }
  .e_box .pic04 { position: relative; left: auto; bottom: auto; width: 30%; }
  .headLine.start { align-items: center; }
  .harvest .e_box { justify-content: space-between; }
  .harvest .e_box .text02 { height: auto; }
  .harvest .e_box.end { justify-content: space-between; }
  .e_list .t001 { width: 100%; }
  .e_list .t001 .w2 .code { margin-left: 10px; width: 100px; }
  .e_list .p001 { display: none; }
  .e_schedule .unit .text { height: 3rem; }
  .footer .row { display: flex; flex-wrap: wrap; }
  .footer .row .col-md-4 { width: 100%; font-size: 12px; }
  .login-page { height: auto; }
  .login-page .logo { width: 80%; padding-top: 10%; }
  .login-page .login_wrap { display: block; width: 90%; margin: 25% auto; }
  .login-page .login_wrap .left { display: none; }
  .login-page .login_wrap .login-card { width: auto; min-width: auto; height: auto; min-height: auto; padding: .6rem .25rem; }
  .login-page .login_wrap .login-card .logoText { font-size: 24px; margin-bottom: 30px; }
  .registration_box { width: 90%; padding: 10% 5%; }
  .registration_box .title .name { font-size: 18px; }
  .registration_box .list { font-size: 14px; display: block; }
  .registration_box .list .col-md-2 { width: 110px; text-align: left; }
  .registration_box .list .col-md-4 { width: 100%; }
  .registration_box .list .col-md-6 { width: 100%; margin-top: 10px;} }

@media (min-width: 1200px) and (max-width: 1600px) { .login-page .login_wrap { width: 70%; } }

.fade { opacity: 0; transition: opacity 0.15s linear; }

.fade.in { opacity: 1; }

.hui-modal { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1040; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0; }

.hui-modal.fade .hui-modal-dialog { transition: transform 0.3s ease-out; transform: translate(0, -50%); }

.hui-modal.in .hui-modal-dialog { transform: translate(0, 0); }

.hui-modal .hui-modal-dialog { position: relative; margin: 10px; }

.hui-modal .hui-modal-dialog .hui-modal-content { position: relative; background-color: #1258ba; border: 1px solid #2bfaff; outline: 0; -webkit-background-clip: padding-box; background-clip: padding-box; box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); border-radius: 10px; }

.hui-modal .hui-modal-dialog .hui-modal-content .hui-modal-header { min-height: 16.42857143px; padding: 15px; border-bottom: 1px solid #eee; position: relative; }

.hui-modal .hui-modal-dialog .hui-modal-content .hui-modal-header .hui-modal-close { position: absolute; right: 10px; top: 10px; font-size: 20px; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); }

.hui-modal .hui-modal-dialog .hui-modal-content .hui-modal-header .hui-modal-close:hover, .hui-modal .hui-modal-dialog .hui-modal-content .hui-modal-header .hui-modal-close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.4; filter: alpha(opacity=40); }

.hui-modal .hui-modal-dialog .hui-modal-content .hui-modal-header h3, .hui-modal .hui-modal-dialog .hui-modal-content .hui-modal-header .hui-modal-title { margin: 0; padding: 10px 0; font-size: 16px; }

.hui-modal .hui-modal-dialog .hui-modal-content .hui-modal-body { position: relative; padding: 15px; overflow-y: visible; word-break: break-all; font-size: .16rem; color: #fff; }

.hui-modal .hui-modal-dialog .hui-modal-content .hui-modal-body p { padding: .2rem 0 .1rem; text-align: center; letter-spacing: 2px; }

.hui-modal .hui-modal-dialog .hui-modal-content .hui-modal-body .hui-modal-form { margin-bottom: 0; }

.hui-modal .hui-modal-dialog .hui-modal-content .hui-modal-body .close { display: flex; justify-content: center; margin: .2rem 0; }

.hui-modal .hui-modal-dialog .hui-modal-content .hui-modal-body .close .hui-btn { background: linear-gradient(to right, #44B3E6, #0599DD); font-size: .15rem; color: #fff; border-radius: 10px; padding: .05rem .2rem; cursor: pointer; }

.hui-modal .hui-modal-dialog .hui-modal-content .hui-modal-footer { padding: 15px; margin-bottom: 0; text-align: right; background-color: #f5f5f5; border-top: 1px solid #eee; *zoom: 1; }

.hui-modal .hui-modal-dialog .hui-modal-content .hui-modal-footer:before, .hui-modal .hui-modal-dialog .hui-modal-content .hui-modal-footer:after { display: table; content: ""; }

.hui-modal .hui-modal-dialog .hui-modal-content .hui-modal-footer:after { clear: both; }

.hui-modal .hui-modal-dialog .hui-modal-content .hui-modal-footer .hui-btn { background: linear-gradient(to right, #44B3E6, #0599DD); font-size: .15rem; color: #fff; border-radius: .1rem; }

.hui-modal .hui-modal-dialog .hui-modal-content .hui-modal-footer .hui-btn + .hui-btn { margin-left: 5px; margin-bottom: 0; }

.hui-modal .hui-modal-dialog .hui-modal-content .hui-modal-footer .hui-btn-group .hui-btn + .hui-btn { margin-left: -1px; }

.hui-modal .hui-modal-dialog .hui-modal-content .hui-modal-footer .hui-btn-block + .hui-btn-block { margin-left: 0; }

.hui-modal.radius .hui-modal-content { -ms-border-radius: .hui-modal.radius .hui-modal-content v; border-radius: 6px; }

.hui-modal.radius .hui-modal-content .hui-modal-footer { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }

.hui-modal .hui-modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: #000; }

.hui-modal .hui-modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0; }

.hui-modal .hui-modal-backdrop.in { filter: alpha(opacity=50); opacity: .5; }

.hui-modal .hui-modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }

.hui-modal.middle .hui-modal-dialog { position: absolute; margin: 10px; left: 0; right: 0; top: 50%; }

.hui-modal.fade.middle .hui-modal-dialog { transform: translate(0, -100%); }

.hui-modal.in.middle .hui-modal-dialog { transform: translate(0, -50%); }

.hui-modal-open .hui-modal { overflow-x: hidden; overflow-y: auto; }

/*上下居中*/
@media (min-width: 768px) { .hui-modal-dialog { width: 600px; margin: 30px auto; }
  .hui-modal-dialog .hui-modal-content { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .hui-modal.middle .hui-modal-dialog { margin: 10px auto; }
  .hui-modal-sm { width: 300px; } }

@media (min-width: 992px) { .hui-modal-lg { width: 900px; } }

.hui-modal-alert { position: fixed; right: auto; bottom: auto; width: 300px; left: 50%; margin-left: -150px; top: 50%; margin-top: -30px; z-index: 9999; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); outline: 0; -webkit-background-clip: padding-box; background-clip: padding-box; box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.hui-modal-alert .hui-modal-alert-info { padding: 30px; text-align: center; font-size: 14px; background-color: #fff; }

.loading { height: 50px; background: url(../images/loading/loading-b.gif) no-repeat center; }

.mask { position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); transition: all 0.3s ease-in; }

* html .mask { position: absolute; left: expression(documentElement.scrollLeft + documentElement.clientWidth - this.offsetWidth); top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight); }

.mask_box { background-image: none; display: none; z-index: 99; }

.hover .mask_box { position: absolute; bottom: 0; left: 0; display: block; background-color: rgba(0, 0, 0, 0.3); text-align: left; }

.hui-modal-open .hui-dropdown-menu { z-index: 2050; }

.hui-modal-open .hui-dropdown.open { z-index: 2050; }

.hui-modal-open .popover { z-index: 2060; }

.hui-modal-open .tooltip { z-index: 2070; }
