/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: "\5FAE\8F6F\96C5\9ED1"; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  font-family: "\5FAE\8F6F\96C5\9ED1";
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: "\5FAE\8F6F\96C5\9ED1";
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  -webkit-font-smoothing: antialiased;
}
textarea {
  vertical-align: top;
}
ul,
ol {
  list-style: none;
}
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
button,
textarea,
input,
p,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
table {
  width: 100%;
}
html,
body {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
  html {
    font-size: 80%;
  }
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline;
}
* html .clearfix,
* html .clearfix * {
  height: 1%;
}
.clearfix {
  display: block;
}
select,
input,
textarea,
button {
  outline: none;
}
html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
html header,
body header,
html a,
body a,
html a:visited,
body a:visited,
html a:active,
body a:active,
html a:link,
body a:link {
  color: $link;
  text-decoration: none;
}
html a:hover,
body a:hover {
  color: $linkHover;
  text-decoration: none;
}
html .main,
body .main {
  width: 100%;
  height: 100%;
}
html .wj-input,
body .wj-input {
  width: 90%;
  height: 3rem;
  border-radius: 1.5rem;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
html .wj-input.b-gray,
body .wj-input.b-gray {
  border: 1px solid #dcdcdc;
}
html .wj-input.b-blue,
body .wj-input.b-blue {
  border: 1px solid #27969d;
}
html .wj-button,
body .wj-button {
  width: 90%;
  height: 3.5rem;
  border-radius: 0.5rem;
  border: none;
  box-sizing: border-box;
}
html .wj-button.unclick,
body .wj-button.unclick {
  pointer-events: none;
}
html .wj-button.light,
body .wj-button.light {
  background-color: #27969d;
  color: #fff;
}
html .wj-button.deep,
body .wj-button.deep {
  background-color: #1d7e85;
  color: #fff;
}
html .wj-button.gray,
body .wj-button.gray {
  background-color: #bbb;
  color: $black;
}
html .wj-button.short,
body .wj-button.short {
  width: 10rem;
}
html .wj-button.white,
body .wj-button.white {
  background: #fff;
  color: #333;
  border: 1px solid #1d7e85;
}
html .wj-select,
body .wj-select {
  width: 90%;
  height: 3rem;
  border-radius: 1.5rem;
  background-color: #fff;
  border: none;
  text-align: left;
}
html .wj-select.b-gray,
body .wj-select.b-gray {
  border: 1px solid #dcdcdc;
}
html .wj-select.b-blue,
body .wj-select.b-blue {
  border: 1px solid #27969d;
}
html .wj-select .ant-select-selection--single,
body .wj-select .ant-select-selection--single,
html .wj-select .ant-select-selection__rendered,
body .wj-select .ant-select-selection__rendered,
html .wj-select .ant-select-selection-selected-value,
body .wj-select .ant-select-selection-selected-value,
html .wj-select .ant-cascader-input,
body .wj-select .ant-cascader-input {
  width: 100%;
  height: 100%;
  line-height: 3rem;
  border-radius: 1.5rem;
  border: none;
}
.ant-select-selection__placeholder,
.ant-select-selection-selected-value {
  padding-left: 0.8rem;
}
input[type="text"]::-webkit-input-placeholder {
  color: #b7b7b7;
}
input[type="password"]::-webkit-input-placeholder {
  color: #b7b7b7;
}
textarea[type="text"]::-webkit-input-placeholder {
  color: #b7b7b7;
}
.wj-shadow {
  box-shadow: 0 0 10px 4px #d0d0d0;
}
textarea {
  resize: none;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
  .title {
    font-size: 2rem !important;
  }
}
.clearfix {
  clear: both;
}
.main .login {
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, #8abec1, #157e84);
/*火狐*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8abec1), to(#157e84));
/*谷歌*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .login .login-div {
  width: 100%;
  min-height: 80%;
  background: #fff;
  border-radius: 1rem;
  margin-left: 15px;
  margin-right: 15px;
}
.main .login .dotted-line {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  height: 0;
  border-bottom: #f6f6f6 2px dashed;
  margin-bottom: 1.5rem;
}
.main .login .logo {
  width: 100%;
  text-align: center;
  padding-top: 3rem;
  margin-bottom: 1rem;
}
.main .login .logo img {
  width: 100px;
}
.main .login .logo-title {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.main .login .lo-input {
  text-align: center;
}
.main .login .lo-input .b-code {
  width: 90%;
  margin: 0 auto;
}
.main .login .lo-input .b-code .wj-input-wrapper {
  display: inline-block;
  width: 55%;
  float: left;
  margin: 0;
}
.main .login .lo-input .b-code .wj-input-wrapper .s-input {
  width: 100%;
  display: inline-block;
}
.main .login .lo-input .b-code img {
  width: 40%;
  float: right;
  display: inline-block;
}
.main .login .lo-input .btn-group {
  width: 90%;
  margin: 2rem auto;
}
.main .login .lo-input .btn-group .short {
  width: 45%;
}
.main .login .lo-input .btn-group .btn-a {
  display: inline-block;
  width: 45%;
  margin-bottom: 1rem;
}
.main .login .lo-input .btn-group .btn-a .short {
  width: 100%;
}
.main .login .lo-input .btn-group a {
  color: #27969d;
}
.main .login .lo-input .forget {
  text-align: right;
  display: block;
  text-decoration: none;
  margin-right: 10px;
  clear: both;
}
.main .login .lo-input .register-btn {
  background: #fff;
  border: solid 1px #27969d;
  color: #27969d;
}
.main .wj-input-2 {
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .main .login .logo {
    margin-bottom: 2rem;
  }
  .main .login .logo-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .main .login .lo-input .b-code,
  .main .login .lo-input .btn-group {
    width: 24%;
  }
  .main .login .lo-input .b-code img,
  .main .login .lo-input .btn-group img {
    height: 4rem;
  }
  .main .login .wj-pc-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
  }
  .main .login .wj-pc-footer .company-war {
    overflow: hidden;
  }
  .main .login .wj-pc-footer .company-war .sydw {
    float: left;
    width: 42%;
    text-align: right;
    line-height: 69px;
  }
  .main .login .wj-pc-footer .company-war .sydw img {
    vertical-align: middle;
  }
  .main .login .wj-pc-footer .company-war .wenzi {
    width: 54%;
    display: inline-block;
    text-align: left;
  }
}
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: "\5FAE\8F6F\96C5\9ED1"; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  font-family: "\5FAE\8F6F\96C5\9ED1";
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: "\5FAE\8F6F\96C5\9ED1";
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  -webkit-font-smoothing: antialiased;
}
textarea {
  vertical-align: top;
}
ul,
ol {
  list-style: none;
}
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
button,
textarea,
input,
p,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
table {
  width: 100%;
}
html,
body {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
  html {
    font-size: 80%;
  }
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline;
}
* html .clearfix,
* html .clearfix * {
  height: 1%;
}
.clearfix {
  display: block;
}
select,
input,
textarea,
button {
  outline: none;
}
html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
html header,
body header,
html a,
body a,
html a:visited,
body a:visited,
html a:active,
body a:active,
html a:link,
body a:link {
  color: $link;
  text-decoration: none;
}
html a:hover,
body a:hover {
  color: $linkHover;
  text-decoration: none;
}
html .main,
body .main {
  width: 100%;
  height: 100%;
}
html .wj-input,
body .wj-input {
  width: 90%;
  height: 3rem;
  border-radius: 1.5rem;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
html .wj-input.b-gray,
body .wj-input.b-gray {
  border: 1px solid #dcdcdc;
}
html .wj-input.b-blue,
body .wj-input.b-blue {
  border: 1px solid #27969d;
}
html .wj-button,
body .wj-button {
  width: 90%;
  height: 3.5rem;
  border-radius: 0.5rem;
  border: none;
  box-sizing: border-box;
}
html .wj-button.unclick,
body .wj-button.unclick {
  pointer-events: none;
}
html .wj-button.light,
body .wj-button.light {
  background-color: #27969d;
  color: #fff;
}
html .wj-button.deep,
body .wj-button.deep {
  background-color: #1d7e85;
  color: #fff;
}
html .wj-button.gray,
body .wj-button.gray {
  background-color: #bbb;
  color: $black;
}
html .wj-button.short,
body .wj-button.short {
  width: 10rem;
}
html .wj-button.white,
body .wj-button.white {
  background: #fff;
  color: #333;
  border: 1px solid #1d7e85;
}
html .wj-select,
body .wj-select {
  width: 90%;
  height: 3rem;
  border-radius: 1.5rem;
  background-color: #fff;
  border: none;
  text-align: left;
}
html .wj-select.b-gray,
body .wj-select.b-gray {
  border: 1px solid #dcdcdc;
}
html .wj-select.b-blue,
body .wj-select.b-blue {
  border: 1px solid #27969d;
}
html .wj-select .ant-select-selection--single,
body .wj-select .ant-select-selection--single,
html .wj-select .ant-select-selection__rendered,
body .wj-select .ant-select-selection__rendered,
html .wj-select .ant-select-selection-selected-value,
body .wj-select .ant-select-selection-selected-value,
html .wj-select .ant-cascader-input,
body .wj-select .ant-cascader-input {
  width: 100%;
  height: 100%;
  line-height: 3rem;
  border-radius: 1.5rem;
  border: none;
}
.ant-select-selection__placeholder,
.ant-select-selection-selected-value {
  padding-left: 0.8rem;
}
input[type="text"]::-webkit-input-placeholder {
  color: #b7b7b7;
}
input[type="password"]::-webkit-input-placeholder {
  color: #b7b7b7;
}
textarea[type="text"]::-webkit-input-placeholder {
  color: #b7b7b7;
}
.wj-shadow {
  box-shadow: 0 0 10px 4px #d0d0d0;
}
textarea {
  resize: none;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
  .title {
    font-size: 2rem !important;
  }
}
.wj-loading {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wj-loading .commit-success {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  padding-top: 1.5rem;
  position: relative;
  box-sizing: border-box;
}
.wj-loading .commit-success .container {
  width: 90%;
  position: absolute;
  left: 5%;
  right: 5%;
  top: 1rem;
  bottom: 1rem;
}
.wj-loading .commit-success .container .info {
  text-align: center;
  padding: 4rem 0 0;
  line-height: 2;
  font-size: 2rem;
}
.wj-loading .commit-success .container .info .pencil {
  width: 55%;
}
.wj-loading .commit-success .container .info .font {
  margin: 25rem auto;
}
.wj-loading .commit-success .container .footer {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .commit-success .container .info {
    padding: 3rem 0 0;
    font-size: 3rem;
  }
  .commit-success .container .info .pencil {
    width: 30%;
  }
}
