/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/**
 * Scaffolding
 * ----------------------------------------------------------------------------
 */
* {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "PingFang SC";
  line-height: 1;
  background-color: white;
}

ul,
li,
ol {
  padding: 0;
}

ul {
  margin: 0;
}

li {
  list-style-type: none;
}

input,
button,
select,
textarea {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  border: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input,
textarea {
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}

a, a:active,
label,
label:active,
div,
div:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

select {
  -webkit-appearance: listbox;
}

/**
 * Typography
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: initial;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
}

.form-input {
  position: relative;
  line-height: 40px;
}
.form-input input {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  color: #262626;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  vertical-align: top;
}
.form-input input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-input input:-ms-input-placeholder {
  color: #bfbfbf;
}
.form-input input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.form-input input[readonly] {
  border-color: #f5f7f9;
  background: #f5f7f9;
}
.form-input > i {
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -11px;
  font-size: 16px;
  line-height: 22px;
  color: #8c8c8c;
}
.form-input-error input {
  border-color: #ee2b2b;
}
.form-input-ico input {
  padding-left: 36px;
}
.form-input-verify {
  padding-right: 100px;
}
.form-input-verify a, .form-input-verify img {
  position: absolute;
  top: 0;
  right: 0;
  width: 92px;
}
.form-input-verify a {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #999;
  background-color: #eee;
}
.form-input-verify a:hover {
  color: #fff;
  background-color: #307AE8;
}
.form-input-verify img {
  width: 92px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}
.form-input-hasopt input {
  padding-right: 42px;
}
.form-input-md {
  line-height: 36px;
}
.form-input-md input {
  height: 36px;
  line-height: 34px;
}

.form-input-opt {
  position: absolute;
  right: 12px;
  top: 50%;
  z-index: 2;
  margin-top: -11px;
  font-size: 0;
  line-height: 22px;
}
.form-input-opt a {
  color: #8c8c8c;
}
.form-input-opt a i {
  display: inline-block;
  font-size: 16px;
  line-height: inherit;
  vertical-align: top;
}

.form-forget {
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}
.form-forget .pull-right a {
  color: #8c8c8c;
}
.form-forget .pull-right a:hover {
  color: #307AE8;
}
.form-forget .pull-right span {
  margin: 0 4px;
  display: inline-block;
  line-height: inherit;
  vertical-align: top;
}

.form-label {
  position: relative;
  font-size: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.form-label > input {
  position: absolute;
  left: -999999px;
}
.form-label > * {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  vertical-align: middle;
}
.form-label > *:first-child {
  margin-left: 0;
}
.form-label > *:last-child {
  margin-right: 0;
}
.form-label.disabled .form-label-btn {
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
}
.form-label.disabled .form-label-btn i {
  display: inline-block;
  color: #d9d9d9;
}
.form-label.active .form-label-btn {
  color: #fff;
  background: #307AE8;
  border-color: #307AE8;
}
.form-label.active .form-label-btn i {
  display: inline-block;
}
.form-label.active .form-label-con {
  color: #307AE8;
}
.form-label-btn {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #caccce;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.form-label-btn i {
  margin-top: -1px;
  display: none;
  font-size: 12px;
  font-weight: bold;
  line-height: inherit;
  vertical-align: top;
}

div[data-check="checkGroup"] .form-label-btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

div[data-radio="radioGroup"] .form-label-btn {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.form-label-con {
  font-size: 14px;
  line-height: 16px;
  color: #8c8c8c;
}

@font-face {
  font-family: "PFDinTextPro-Regular";
  src: url("../webfont/PFDinTextPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.no-roll {
  overflow-y: hidden;
}

input::-webkit-text-security {
  display: none;
}

input::-webkit-credentials-auto-fill-button {
  position: absolute;
  right: 0;
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}

input::-webkit-input-safebox-button {
  display: none;
}

.bd-xs {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.bd-sm {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.bd-md, .form-input input, .form-input-verify a, .form-input-verify img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.bd-lg, .xf-list, .login-form .btn-primary {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.bd-rd {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

.bd-by, .xf-kf a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.xf-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.text-p2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
}

.tabs-con {
  display: none;
}
.tabs-con.active {
  display: block;
}

.flex {
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
}

.flex-item-1 {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
}

.flex-item-2 {
  -webkit-box-flex: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 2;
  /* OLD - Firefox 19- */
  -webkit-flex: 2;
  /* Chrome */
  -ms-flex: 2;
  /* IE 10 */
  flex: 2;
}

.flex-item-3 {
  -webkit-box-flex: 3;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 3;
  /* OLD - Firefox 19- */
  -webkit-flex: 3;
  /* Chrome */
  -ms-flex: 3;
  /* IE 10 */
  flex: 3;
}

.flex-item-4 {
  -webkit-box-flex: 4;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 4;
  /* OLD - Firefox 19- */
  -webkit-flex: 4;
  /* Chrome */
  -ms-flex: 4;
  /* IE 10 */
  flex: 4;
}

[class*=btn-] {
  text-align: center;
}
[class*=btn-].disabled {
  color: #fff;
  background: #bfbfbf;
  cursor: not-allowed;
}
[class*=btn-].disabled:hover {
  background: #bfbfbf;
}

.btn-primary {
  color: #fff;
  background-color: #307AE8;
}
.btn-primary:hover {
  background: #1761ce;
}

.pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xf-kf {
  position: relative;
  width: 150px;
  height: 114px;
  cursor: pointer;
}
.xf-kf img {
  width: 100%;
  height: 100%;
}
.xf-kf a {
  position: absolute;
  right: 0;
  top: 16px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  color: #307AE8;
  border: 1px solid #a3d1ff;
  background-color: #fff;
}
.xf-kf a i {
  display: inline-block;
  font-size: 12px;
  line-height: inherit;
  vertical-align: top;
}
.xf-list {
  width: 72px;
  padding: 8px 0;
  background: linear-gradient(180deg, #50a3ea 0, #50a3ea 0.01%, #458ffc 100%);
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.xf-list ul li {
  margin: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.xf-list ul li:last-child {
  border-bottom: none;
}
.xf-box a {
  margin: 0 -20px;
  padding: 12px 0;
  display: block;
  color: #fff;
  text-align: center;
}
.xf-box a i {
  font-size: 24px;
}
.xf-box a h2 {
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
}

.idx-xf {
  position: fixed;
  right: 8px;
  top: 40px;
  z-index: 999;
}
.idx-xf .xf-list {
  margin-top: 24px;
  margin-left: 65px;
}

.idx-xf1 .xf-list {
  margin-top: 0;
  margin-left: 0;
  background: linear-gradient(180deg, #12a197 0%, #1fd1b1 100%);
}

.login-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/login/login-bg.jpg);
  background-size: cover;
}

.login-wrap {
  width: 900px;
  height: 520px;
  display: flex;
  display: -webkit-flex;
  background-color: #fff;
}
@media screen and (max-height: 800px) {
  .login-wrap {
    margin-top: -10vh;
  }
}

.login-left {
  width: 442px;
  background: url(../images/login/login-left.jpg);
}

.login-right {
  position: relative;
  width: calc(100% - 442px);
  padding: 0 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.login-tab {
  font-size: 18px;
  line-height: 40px;
}
.login-tab li {
  text-align: center;
}
.login-tab a {
  position: relative;
  display: inline-block;
  color: #595959;
}
.login-tab a:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  content: '';
  margin-left: 0;
}
.login-tab a.active {
  color: #307AE8;
}
.login-tab a.active:after {
  width: 32px;
  margin-left: -16px;
  background-color: #307AE8;
}

.login-form {
  margin-top: 32px;
}
.login-form .form-input {
  margin-top: 12px;
}
.login-form .form-input:first-child {
  margin-top: 0;
}
.login-form .form-forget {
  margin-top: 20px;
}
.login-form .btn-primary {
  margin-top: 32px;
  display: block;
  font-size: 16px;
  line-height: 48px;
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
}

.login-cpt {
  position: absolute;
  bottom: 44px;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
  text-align: center;
}
.login-cpt p {
  margin-top: 8px;
}
.login-cpt p:first-child {
  margin-top: 0;
}
.login-cpt p span {
  margin: 0 16px;
}
.login-cpt p a {
  color: #595959;
}
@media screen and (max-height: 900px) {
  .login-cpt {
    position: absolute;
    bottom: 12px;
    line-height: 22px;
  }
  .login-cpt p {
    margin-top: 0;
  }
}

.login-bg1 {
  background-image: url(../images/login/login-bg1.jpg);
}
.login-bg1 .login-left {
  background: url(../images/login/login-left1.jpg);
}
.login-bg1 .login-tab a.active {
  font-weight: bold;
  color: #12A197;
}
.login-bg1 .login-tab a.active:after {
  background-color: #12A197;
}
.login-bg1 .login-form .form-forget .pull-right a:hover {
  color: #12A197;
}
.login-bg1 .login-form .form-label.active .form-label-btn {
  background: #12A197;
  border-color: #12A197;
}
.login-bg1 .login-form .form-label.active .form-label-con {
  color: #12A197;
}
.login-bg1 .login-form .btn-primary {
  background: #12A197;
}
.login-bg1 .login-form .btn-primary:hover {
  background: #0d736c;
}

.img-responsive {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.img-responsive-h {
  width: 100%;
  height: auto;
  display: block;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.ell, .text-p1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clearfix {
  *zoom: 1;
}
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.vis-hidden {
  visibility: hidden;
}

.ovh {
  overflow: hidden;
}

[class*="col-"] {
  float: left;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.3333333333%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

.col-6 {
  width: 16.6666666667%;
}

.trans, .form-label, a, [class*=btn-], .pic img, .login-tab a:after {
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

/*# sourceMappingURL=main.css.map */
