<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
@media screen and (max-width: 800px) {
  body {
    margin: 0px;
    padding: 0px;
    color: #666;
    background: #fff;
    font-size: 14px;
    line-height: 1.5em;
    font-family: "microsoft yahei", Verdana, Arial, Helvetica, sans-serif;
    width: 100%;
    overflow-x: hidden;
    background: #f0f1f3;
  }

  table,
  input,
  select,
  textarea {
    /*font-size:0.8em;*/
    line-height: 1.25em;
    font-family: "microsoft yahei", Verdana, Arial, Helvetica, sans-serif;
    outline: none;
  }

  ::-webkit-scrollbar {
    width: 0;
    height: 5px;
    background-color: #ccc;
    border-radius: 2px;
  }

  a {
    text-decoration: none;
  }

  a:hover {
    text-decoration: none;
  }

  img {
    border: 0px;
    vertical-align: middle;
  }

  ul,
  li,
  dl,
  dt,
  dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }

  p,
  span {
    margin: 0;
  }

  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  input[type="text"],
  input[type="password"],
  textarea {
    -webkit-appearance: none;
  }

  /*ISO按钮默认样式*/
  textarea {
    overflow: hidden;
    resize: none;
  }

  .clear:after {
    content: ".";
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
  }

  html {
    overflow-y: scroll;
  }

  :root {
    overflow-y: auto;
    overflow-x: hidden;
  }

  :root body {
    position: absolute;
  }

  body {
    /* width: 100vw; */
    overflow: hidden;
  }

  #LoginImg {
    display: none;
  }

  #BackLoginUrl {
    display: none;
  }

  .login_top {
    width: 100%;
    background: #fff;
    height: 80px;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
  }

  .login_top div {
    padding: 0 10px;
  }

  .login_top img {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .login_top div a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #116ff2;
    cursor: pointer;
    line-height: 25px;
    right: 10px;
  }

  .login_center {
    width: 100%;
    background: #fff;
    margin-top: 50px;
  }

  .login_centerr {
    margin-top: 10px;
  }

  .login_center_p {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    padding: 60px 0 20px 0;
    color: #a6a6a6;
    font-size: 14px;
    clear: both;
  }

  .login_center_center,
  .login_center_centers {
    width: 100%;
    margin: auto;
  }

  .login_center_centers #imgShow {
    display: none;
  }

  .login_center_center_div {
    width: 90%;
    border-radius: 15px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0px 10px 30px;
    padding-bottom: 15px;
  }

  .login_center_center_divs {
    width: 90%;
    border-radius: 15px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 10px 30px;
  }

  .login_tit {
    width: 100%;
    font-size: 22px;
    color: #116ff2;
    height: 80px;
    line-height: 80px;
    display: block;
    text-align: center;
    letter-spacing: 2px;
  }

  .login_center_center_div div,
  .login_center_center_divs .applications {
    width: 100%;
    margin: auto;
    background: #f8f8f8;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    height: 40px;
    margin-bottom: 20px;
  }

  #up {
    width: 100%;
    height: auto;
    background: #fff;
    border: 0;
  }

  .login_center_center_div div p {
    float: left;
    display: block;
    width: 24%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    border-right: 1px solid #e2e2e2;
    box-sizing: border-box;
  }

  .login_center_center_divs .applications p {
    float: left;
    display: block;
    width: 30%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    border-right: 1px solid #e2e2e2;
    box-sizing: border-box;
  }

  .login_center_center_div div input {
    float: right;
    width: 72%;
    height: 40px;
    background: #f8f8f8;
    box-sizing: border-box;
    border: none;
    padding: 0 2%;
    font-size: 14px;
    color: #333;
  }

  .login_center_center_divs .applications input {
    float: right;
    width: 66%;
    height: 40px;
    background: #f8f8f8;
    box-sizing: border-box;
    border: none;
    padding: 0 2%;
    font-size: 14px;
    color: #333;
  }

  .login_center_center_div button,
  .login_center_center_divs button {
    outline: none;
    display: block;
    width: 100%;
    height: 40px;
    margin: 0 auto 10px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;
  }

  .login_bt1 {
    background: #116ff2;
    color: #fff;
  }

  .login_bt2 {
    background: #e2edfd;
    color: #116ff2;
  }

  .login_bt3 {
    background: #fff;
    color: #116ff2;
    outline: none;
  }

  .application {
    width: 100%;
    margin: auto;
    position: relative;
  }

  .application img {
    height: 25px;
    padding: 0;
    float: left;
    border-right: 1px solid #d9d9d9;
    padding-right: 20px;
    box-sizing: border-box;
    margin: 30px 0;
  }

  .application p {
    font-size: 20px;
    color: #116ff2;
    display: block;
    letter-spacing: 2px;
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 25px;
    margin: 30px 0;
    float: left;
    font-weight: bold;
  }

  .applicationss {
    width: 100%;
    margin: auto;
    background: #f8f8f8;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    height: 134px;
    margin-bottom: 20px;
  }

  .applicationss textarea {
    color: #333;
    width: 66%;
    height: 100%;
    background: #f8f8f8;
    box-sizing: border-box;
    border: none;
    padding: 10px 2%;
    font-size: 14px;
    color: #333;
  }

  #Record {
    display: none;
  }

  #BackUrl {
    display: none;
  }

  #BackUrl1 {
    display: block;
    position: fixed;
    bottom: 40px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
  }

  #FrontUrl {
    display: none;
  }

  #FrontUrl1 {
    display: block;
  }

  .login_center_p {
    display: none;
  }
}
</pre></body></html>