.whaty {
  font-size: inherit;
}

.pagination-wrapper:after,
.pagination-wrapper>div:after,
.form-pretitle:after,
.input-append:after,
.form-table-wrap:after,
.toast-tabs:after,
.group:after,
.header .webWidth:after,
.header .fun-group:after,
.header .login-area:after,
.search-box:after,
.search-box .form-con .shut-btn:after,
.search-box .search-btn:after,
.card-gallery:after,
.idx-more:after,
.tab-menu-bar .menu:after,
.filter-row:after,
.filter-row .filter-body ul:after,
.special-wrap:after,
.vertical-center:after,
.vertical-top:after,
.link-icon:after {
  content: '';
  display: inline-block;
  height: 100%;
}

/*! 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 {
  -webkit-box-sizing: content-box;
  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;
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "SimSun", Tahoma, Arial, sans-serif;
  background-color: white;
}

/*line-height: 1.2;*/

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;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

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;
}

/** Typography ---------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

/** Buttons ---------------------------------------------------------------------------- */
.btn {
  display: inline-block;
  font-weight: normal;
  color: #666;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: white;
  border-style: solid;
  border-color: #ddd;
  height: 36px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 34px;
  border-width: 1px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.btn:hover {
  color: #222;
  text-decoration: none;
  border-color: #bbb;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.4;
  filter: alpha(opacity=40);
  pointer-events: none;
}

.btn-solid-primary,
.btn-solid-primary:hover {
  color: white;
  border-color: transparent;
}

.btn-solid-primary,
.btn-solid-primary.disabled:hover,
.btn-solid-primary[disabled]:hover {
  background-color: #2772e1;
}

.btn-solid-primary:hover {
  background-color: #1c64cd;
}

.btn-solid-primary.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(39, 114, 225, 0.3);
  box-shadow: 0 2px 6px rgba(39, 114, 225, 0.3);
}

.btn-solid-secondary,
.btn-solid-secondary:hover {
  color: white;
  border-color: transparent;
}

.btn-solid-secondary,
.btn-solid-secondary.disabled:hover,
.btn-solid-secondary[disabled]:hover {
  background-color: #191611;
}

.btn-solid-secondary:hover {
  background-color: #070605;
}

.btn-solid-secondary.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(25, 22, 17, 0.3);
  box-shadow: 0 2px 6px rgba(25, 22, 17, 0.3);
}

.btn-solid-tertiary,
.btn-solid-tertiary:hover {
  color: white;
  border-color: transparent;
}

.btn-solid-tertiary,
.btn-solid-tertiary.disabled:hover,
.btn-solid-tertiary[disabled]:hover {
  background-color: #c3c8cc;
}

.btn-solid-tertiary:hover {
  background-color: #b2b9be;
}

.btn-solid-tertiary.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(195, 200, 204, 0.3);
  box-shadow: 0 2px 6px rgba(195, 200, 204, 0.3);
}

.btn-solid-success,
.btn-solid-success:hover {
  color: white;
  border-color: transparent;
}

.btn-solid-success,
.btn-solid-success.disabled:hover,
.btn-solid-success[disabled]:hover {
  background-color: #21c761;
}

.btn-solid-success:hover {
  background-color: #1dad54;
}

.btn-solid-success.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(33, 199, 97, 0.3);
  box-shadow: 0 2px 6px rgba(33, 199, 97, 0.3);
}

.btn-solid-warning,
.btn-solid-warning:hover {
  color: white;
  border-color: transparent;
}

.btn-solid-warning,
.btn-solid-warning.disabled:hover,
.btn-solid-warning[disabled]:hover {
  background-color: #CD9C1C;
}

.btn-solid-warning:hover {
  background-color: #b28818;
}

.btn-solid-warning.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(205, 156, 28, 0.3);
  box-shadow: 0 2px 6px rgba(205, 156, 28, 0.3);
}

.btn-solid-danger,
.btn-solid-danger:hover {
  color: white;
  border-color: transparent;
}

.btn-solid-danger,
.btn-solid-danger.disabled:hover,
.btn-solid-danger[disabled]:hover {
  background-color: #AB0000;
}

.btn-solid-danger:hover {
  background-color: #8c0000;
}

.btn-solid-danger.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(171, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(171, 0, 0, 0.3);
}

.btn-solid-default,
.btn-solid-default:hover {
  color: white;
  border-color: transparent;
}

.btn-solid-default,
.btn-solid-default.disabled:hover,
.btn-solid-default[disabled]:hover {
  background-color: #666;
}

.btn-solid-default:hover {
  background-color: #575757;
}

.btn-solid-default.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(102, 102, 102, 0.3);
  box-shadow: 0 2px 6px rgba(102, 102, 102, 0.3);
}

.btn-solid-light,
.btn-solid-light:hover {
  color: white;
  border-color: transparent;
}

.btn-solid-light,
.btn-solid-light.disabled:hover,
.btn-solid-light[disabled]:hover {
  background-color: #afafaf;
}

.btn-solid-light:hover {
  background-color: #a0a0a0;
}

.btn-solid-light.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(175, 175, 175, 0.3);
  box-shadow: 0 2px 6px rgba(175, 175, 175, 0.3);
}

.btn-solid-dark,
.btn-solid-dark:hover {
  color: white;
  border-color: transparent;
}

.btn-solid-dark,
.btn-solid-dark.disabled:hover,
.btn-solid-dark[disabled]:hover {
  background-color: #222;
}

.btn-solid-dark:hover {
  background-color: #131313;
}

.btn-solid-dark.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(34, 34, 34, 0.3);
  box-shadow: 0 2px 6px rgba(34, 34, 34, 0.3);
}

.btn-anti-primary,
.btn-anti-primary:hover {
  color: #2772e1;
  border-color: transparent;
}

.btn-anti-primary,
.btn-anti-primary.disabled:hover,
.btn-anti-primary[disabled]:hover {
  background-color: rgba(39, 114, 225, 0.2);
}

.btn-anti-primary:hover {
  background-color: rgba(39, 114, 225, 0.3);
}

.btn-anti-secondary,
.btn-anti-secondary:hover {
  color: #191611;
  border-color: transparent;
}

.btn-anti-secondary,
.btn-anti-secondary.disabled:hover,
.btn-anti-secondary[disabled]:hover {
  background-color: rgba(25, 22, 17, 0.2);
}

.btn-anti-secondary:hover {
  background-color: rgba(25, 22, 17, 0.3);
}

.btn-anti-tertiary,
.btn-anti-tertiary:hover {
  color: #c3c8cc;
  border-color: transparent;
}

.btn-anti-tertiary,
.btn-anti-tertiary.disabled:hover,
.btn-anti-tertiary[disabled]:hover {
  background-color: rgba(195, 200, 204, 0.2);
}

.btn-anti-tertiary:hover {
  background-color: rgba(195, 200, 204, 0.3);
}

.btn-anti-success,
.btn-anti-success:hover {
  color: #21c761;
  border-color: transparent;
}

.btn-anti-success,
.btn-anti-success.disabled:hover,
.btn-anti-success[disabled]:hover {
  background-color: rgba(33, 199, 97, 0.2);
}

.btn-anti-success:hover {
  background-color: rgba(33, 199, 97, 0.3);
}

.btn-anti-warning,
.btn-anti-warning:hover {
  color: #CD9C1C;
  border-color: transparent;
}

.btn-anti-warning,
.btn-anti-warning.disabled:hover,
.btn-anti-warning[disabled]:hover {
  background-color: rgba(205, 156, 28, 0.2);
}

.btn-anti-warning:hover {
  background-color: rgba(205, 156, 28, 0.3);
}

.btn-anti-danger,
.btn-anti-danger:hover {
  color: #AB0000;
  border-color: transparent;
}

.btn-anti-danger,
.btn-anti-danger.disabled:hover,
.btn-anti-danger[disabled]:hover {
  background-color: rgba(171, 0, 0, 0.2);
}

.btn-anti-danger:hover {
  background-color: rgba(171, 0, 0, 0.3);
}

.btn-anti-default,
.btn-anti-default:hover {
  color: #666;
  border-color: transparent;
}

.btn-anti-default,
.btn-anti-default.disabled:hover,
.btn-anti-default[disabled]:hover {
  background-color: rgba(102, 102, 102, 0.2);
}

.btn-anti-default:hover {
  background-color: rgba(102, 102, 102, 0.3);
}

.btn-anti-light,
.btn-anti-light:hover {
  color: #afafaf;
  border-color: transparent;
}

.btn-anti-light,
.btn-anti-light.disabled:hover,
.btn-anti-light[disabled]:hover {
  background-color: rgba(175, 175, 175, 0.2);
}

.btn-anti-light:hover {
  background-color: rgba(175, 175, 175, 0.3);
}

.btn-anti-dark,
.btn-anti-dark:hover {
  color: #222;
  border-color: transparent;
}

.btn-anti-dark,
.btn-anti-dark.disabled:hover,
.btn-anti-dark[disabled]:hover {
  background-color: rgba(34, 34, 34, 0.2);
}

.btn-anti-dark:hover {
  background-color: rgba(34, 34, 34, 0.3);
}

.btn-hollow-primary,
.btn-hollow-primary:hover {
  border-color: #2772e1;
}

.btn-hollow-primary,
.btn-hollow-primary.disabled:hover,
.btn-hollow-primary[disabled]:hover {
  color: #2772e1;
  background-color: transparent;
}

.btn-hollow-primary:hover {
  color: white;
  background-color: #2772e1;
}

.btn-hollow-secondary,
.btn-hollow-secondary:hover {
  border-color: #191611;
}

.btn-hollow-secondary,
.btn-hollow-secondary.disabled:hover,
.btn-hollow-secondary[disabled]:hover {
  color: #191611;
  background-color: transparent;
}

.btn-hollow-secondary:hover {
  color: white;
  background-color: #191611;
}

.btn-hollow-tertiary,
.btn-hollow-tertiary:hover {
  border-color: #c3c8cc;
}

.btn-hollow-tertiary,
.btn-hollow-tertiary.disabled:hover,
.btn-hollow-tertiary[disabled]:hover {
  color: #c3c8cc;
  background-color: transparent;
}

.btn-hollow-tertiary:hover {
  color: white;
  background-color: #c3c8cc;
}

.btn-hollow-success,
.btn-hollow-success:hover {
  border-color: #21c761;
}

.btn-hollow-success,
.btn-hollow-success.disabled:hover,
.btn-hollow-success[disabled]:hover {
  color: #21c761;
  background-color: transparent;
}

.btn-hollow-success:hover {
  color: white;
  background-color: #21c761;
}

.btn-hollow-warning,
.btn-hollow-warning:hover {
  border-color: #CD9C1C;
}

.btn-hollow-warning,
.btn-hollow-warning.disabled:hover,
.btn-hollow-warning[disabled]:hover {
  color: #CD9C1C;
  background-color: transparent;
}

.btn-hollow-warning:hover {
  color: white;
  background-color: #CD9C1C;
}

.btn-hollow-danger,
.btn-hollow-danger:hover {
  border-color: #AB0000;
}

.btn-hollow-danger,
.btn-hollow-danger.disabled:hover,
.btn-hollow-danger[disabled]:hover {
  color: #AB0000;
  background-color: transparent;
}

.btn-hollow-danger:hover {
  color: white;
  background-color: #AB0000;
}

.btn-hollow-default,
.btn-hollow-default:hover {
  border-color: #666;
}

.btn-hollow-default,
.btn-hollow-default.disabled:hover,
.btn-hollow-default[disabled]:hover {
  color: #666;
  background-color: transparent;
}

.btn-hollow-default:hover {
  color: white;
  background-color: #666;
}

.btn-hollow-light,
.btn-hollow-light:hover {
  border-color: #afafaf;
}

.btn-hollow-light,
.btn-hollow-light.disabled:hover,
.btn-hollow-light[disabled]:hover {
  color: #afafaf;
  background-color: transparent;
}

.btn-hollow-light:hover {
  color: white;
  background-color: #afafaf;
}

.btn-hollow-dark,
.btn-hollow-dark:hover {
  border-color: #222;
}

.btn-hollow-dark,
.btn-hollow-dark.disabled:hover,
.btn-hollow-dark[disabled]:hover {
  color: #222;
  background-color: transparent;
}

.btn-hollow-dark:hover {
  color: white;
  background-color: #222;
}

.btn-outline-primary,
.btn-outline-primary:hover {
  color: #2772e1;
  border-color: rgba(39, 114, 225, 0.3);
}

.btn-outline-primary,
.btn-outline-primary.disabled:hover,
.btn-outline-primary[disabled]:hover {
  background-color: rgba(39, 114, 225, 0.1);
}

.btn-outline-primary:hover {
  background-color: rgba(39, 114, 225, 0.2);
}

.btn-outline-secondary,
.btn-outline-secondary:hover {
  color: #191611;
  border-color: rgba(25, 22, 17, 0.3);
}

.btn-outline-secondary,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary[disabled]:hover {
  background-color: rgba(25, 22, 17, 0.1);
}

.btn-outline-secondary:hover {
  background-color: rgba(25, 22, 17, 0.2);
}

.btn-outline-tertiary,
.btn-outline-tertiary:hover {
  color: #c3c8cc;
  border-color: rgba(195, 200, 204, 0.3);
}

.btn-outline-tertiary,
.btn-outline-tertiary.disabled:hover,
.btn-outline-tertiary[disabled]:hover {
  background-color: rgba(195, 200, 204, 0.1);
}

.btn-outline-tertiary:hover {
  background-color: rgba(195, 200, 204, 0.2);
}

.btn-outline-success,
.btn-outline-success:hover {
  color: #21c761;
  border-color: rgba(33, 199, 97, 0.3);
}

.btn-outline-success,
.btn-outline-success.disabled:hover,
.btn-outline-success[disabled]:hover {
  background-color: rgba(33, 199, 97, 0.1);
}

.btn-outline-success:hover {
  background-color: rgba(33, 199, 97, 0.2);
}

.btn-outline-warning,
.btn-outline-warning:hover {
  color: #CD9C1C;
  border-color: rgba(205, 156, 28, 0.3);
}

.btn-outline-warning,
.btn-outline-warning.disabled:hover,
.btn-outline-warning[disabled]:hover {
  background-color: rgba(205, 156, 28, 0.1);
}

.btn-outline-warning:hover {
  background-color: rgba(205, 156, 28, 0.2);
}

.btn-outline-danger,
.btn-outline-danger:hover {
  color: #AB0000;
  border-color: rgba(171, 0, 0, 0.3);
}

.btn-outline-danger,
.btn-outline-danger.disabled:hover,
.btn-outline-danger[disabled]:hover {
  background-color: rgba(171, 0, 0, 0.1);
}

.btn-outline-danger:hover {
  background-color: rgba(171, 0, 0, 0.2);
}

.btn-outline-default,
.btn-outline-default:hover {
  color: #666;
  border-color: rgba(102, 102, 102, 0.3);
}

.btn-outline-default,
.btn-outline-default.disabled:hover,
.btn-outline-default[disabled]:hover {
  background-color: rgba(102, 102, 102, 0.1);
}

.btn-outline-default:hover {
  background-color: rgba(102, 102, 102, 0.2);
}

.btn-outline-light,
.btn-outline-light:hover {
  color: #afafaf;
  border-color: rgba(175, 175, 175, 0.3);
}

.btn-outline-light,
.btn-outline-light.disabled:hover,
.btn-outline-light[disabled]:hover {
  background-color: rgba(175, 175, 175, 0.1);
}

.btn-outline-light:hover {
  background-color: rgba(175, 175, 175, 0.2);
}

.btn-outline-dark,
.btn-outline-dark:hover {
  color: #222;
  border-color: rgba(34, 34, 34, 0.3);
}

.btn-outline-dark,
.btn-outline-dark.disabled:hover,
.btn-outline-dark[disabled]:hover {
  background-color: rgba(34, 34, 34, 0.1);
}

.btn-outline-dark:hover {
  background-color: rgba(34, 34, 34, 0.2);
}

.btn-ghost-solid-primary,
.btn-ghost-solid-primary.disabled:hover,
.btn-ghost-solid-primary[disabled]:hover {
  color: #2772e1;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-solid-primary:hover {
  color: white;
  background-color: #2772e1;
  border-color: transparent;
}

.btn-ghost-solid-secondary,
.btn-ghost-solid-secondary.disabled:hover,
.btn-ghost-solid-secondary[disabled]:hover {
  color: #191611;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-solid-secondary:hover {
  color: white;
  background-color: #191611;
  border-color: transparent;
}

.btn-ghost-solid-tertiary,
.btn-ghost-solid-tertiary.disabled:hover,
.btn-ghost-solid-tertiary[disabled]:hover {
  color: #c3c8cc;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-solid-tertiary:hover {
  color: white;
  background-color: #c3c8cc;
  border-color: transparent;
}

.btn-ghost-solid-success,
.btn-ghost-solid-success.disabled:hover,
.btn-ghost-solid-success[disabled]:hover {
  color: #21c761;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-solid-success:hover {
  color: white;
  background-color: #21c761;
  border-color: transparent;
}

.btn-ghost-solid-warning,
.btn-ghost-solid-warning.disabled:hover,
.btn-ghost-solid-warning[disabled]:hover {
  color: #CD9C1C;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-solid-warning:hover {
  color: white;
  background-color: #CD9C1C;
  border-color: transparent;
}

.btn-ghost-solid-danger,
.btn-ghost-solid-danger.disabled:hover,
.btn-ghost-solid-danger[disabled]:hover {
  color: #AB0000;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-solid-danger:hover {
  color: white;
  background-color: #AB0000;
  border-color: transparent;
}

.btn-ghost-solid-default,
.btn-ghost-solid-default.disabled:hover,
.btn-ghost-solid-default[disabled]:hover {
  color: #666;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-solid-default:hover {
  color: white;
  background-color: #666;
  border-color: transparent;
}

.btn-ghost-solid-light,
.btn-ghost-solid-light.disabled:hover,
.btn-ghost-solid-light[disabled]:hover {
  color: #afafaf;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-solid-light:hover {
  color: white;
  background-color: #afafaf;
  border-color: transparent;
}

.btn-ghost-solid-dark,
.btn-ghost-solid-dark.disabled:hover,
.btn-ghost-solid-dark[disabled]:hover {
  color: #222;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-solid-dark:hover {
  color: white;
  background-color: #222;
  border-color: transparent;
}

.btn-ghost-hollow-primary,
.btn-ghost-hollow-primary:hover {
  color: #2772e1;
}

.btn-ghost-hollow-primary,
.btn-ghost-hollow-primary.disabled:hover,
.btn-ghost-hollow-primary[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-hollow-primary:hover {
  border-color: #2772e1;
}

.btn-ghost-hollow-secondary,
.btn-ghost-hollow-secondary:hover {
  color: #191611;
}

.btn-ghost-hollow-secondary,
.btn-ghost-hollow-secondary.disabled:hover,
.btn-ghost-hollow-secondary[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-hollow-secondary:hover {
  border-color: #191611;
}

.btn-ghost-hollow-tertiary,
.btn-ghost-hollow-tertiary:hover {
  color: #c3c8cc;
}

.btn-ghost-hollow-tertiary,
.btn-ghost-hollow-tertiary.disabled:hover,
.btn-ghost-hollow-tertiary[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-hollow-tertiary:hover {
  border-color: #c3c8cc;
}

.btn-ghost-hollow-success,
.btn-ghost-hollow-success:hover {
  color: #21c761;
}

.btn-ghost-hollow-success,
.btn-ghost-hollow-success.disabled:hover,
.btn-ghost-hollow-success[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-hollow-success:hover {
  border-color: #21c761;
}

.btn-ghost-hollow-warning,
.btn-ghost-hollow-warning:hover {
  color: #CD9C1C;
}

.btn-ghost-hollow-warning,
.btn-ghost-hollow-warning.disabled:hover,
.btn-ghost-hollow-warning[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-hollow-warning:hover {
  border-color: #CD9C1C;
}

.btn-ghost-hollow-danger,
.btn-ghost-hollow-danger:hover {
  color: #AB0000;
}

.btn-ghost-hollow-danger,
.btn-ghost-hollow-danger.disabled:hover,
.btn-ghost-hollow-danger[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-hollow-danger:hover {
  border-color: #AB0000;
}

.btn-ghost-hollow-default,
.btn-ghost-hollow-default:hover {
  color: #666;
}

.btn-ghost-hollow-default,
.btn-ghost-hollow-default.disabled:hover,
.btn-ghost-hollow-default[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-hollow-default:hover {
  border-color: #666;
}

.btn-ghost-hollow-light,
.btn-ghost-hollow-light:hover {
  color: #afafaf;
}

.btn-ghost-hollow-light,
.btn-ghost-hollow-light.disabled:hover,
.btn-ghost-hollow-light[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-hollow-light:hover {
  border-color: #afafaf;
}

.btn-ghost-hollow-dark,
.btn-ghost-hollow-dark:hover {
  color: #222;
}

.btn-ghost-hollow-dark,
.btn-ghost-hollow-dark.disabled:hover,
.btn-ghost-hollow-dark[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-hollow-dark:hover {
  border-color: #222;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-lg {
  height: 44px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 42px;
  border-width: 1px;
  border-radius: 5px;
}

.btn-sm {
  height: 28px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 26px;
  border-width: 1px;
  border-radius: 3px;
}

.btn-xs {
  height: 22px;
  padding: 0 4px;
  font-size: 12px;
  line-height: 20px;
  border-width: 1px;
  border-radius: 3px;
}

.btn-group {
  font-size: 0;
}

.btn-group .btn {
  vertical-align: middle;
  border-radius: 0;
}

.btn-group .btn:not(:first-child) {
  border-left-width: 0;
}

.btn-group .btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group .btn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.btn-group.btn-default-group .btn {
  position: relative;
}

.btn-group.btn-default-group .btn:hover:not(:first-child):after {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: block;
  width: 1px;
  background-color: #ccc;
}

.btn-group.btn-solid-group .btn:not(:first-child) {
  margin-left: 1px;
}

.btn-group.btn-ghost-group .btn {
  border-radius: 4px;
}

.btn-group.btn-ghost-group .btn:not(:first-child) {
  border-left-width: 1px;
}

.ie8 .btn-group .btn {
  border-left-width: 0;
}

.ie8 .btn-group .btn:first-child {
  border-left-width: 1px;
}

.ie8 .btn-group.btn-solid-group .btn {
  margin-left: 1px;
}

.ie8 .btn-group.btn-solid-group .btn:first-child {
  margin-left: 0;
}

/** Pagination ---------------------------------------------------------------------------- */
.pagination-wrapper {
  font-size: 0;
}

.pagination-wrapper:after {
  vertical-align: middle;
}

.pagination-wrapper>* {
  display: inline-block;
  vertical-align: middle;
}

.pagination-wrapper>*:first-child {
  margin-left: 0;
}

.pagination-wrapper>*:last-child {
  margin-right: 0;
}

.pagination-wrapper>div {
  font-size: 0;
  margin: 0 10px;
  line-height: 30px;
}

.pagination-wrapper>div:after {
  vertical-align: middle;
}

.pagination-wrapper>div>* {
  display: inline-block;
  vertical-align: middle;
}

.pagination-wrapper>div>*:first-child {
  margin-left: 0;
}

.pagination-wrapper>div>*:last-child {
  margin-right: 0;
}

.pagination-wrapper>div>* {
  margin: 0 3px;
  font-size: 14px;
}

.pagination-wrapper>div .form-control {
  height: 28px;
  line-height: 28px;
}

.pagination-wrapper .text {
  color: #afafaf;
}

.pagination-wrapper .num {
  color: #222;
}

.pagination-wrapper .pg-select .form-select {
  width: 92px;
  text-align: center;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.pagination-wrapper .pg-select .form-select .select-set {
  line-height: inherit;
}

.pagination-wrapper .pg-select .form-select .select-main {
  height: inherit;
  cursor: default;
}

.pagination-wrapper .pg-select .form-select .select-arrow {
  top: 14px;
}

.pagination-wrapper .pg-select .form-select .select-block {
  border-top: 0;
}

.pagination-wrapper .pg-btns a {
  min-width: 30px;
  margin: 0 6px;
  padding: 0 8px;
  font-size: 14px;
  color: #222;
  line-height: 28px;
  text-align: center;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagination-wrapper .pg-btns a:hover {
  border-color: #ddd;
}

.pagination-wrapper .pg-btns a.active,
.pagination-wrapper .pg-btns a.active:hover {
  color: white !important;
  background-color: #2772e1 !important;
  border-color: #2772e1 !important;
}

.pagination-wrapper .pg-input .form-control {
  width: 50px;
  height: 30px;
  text-align: center;
  border-radius: 0;
}

.pagination-wrapper .pg-input .btn {
  height: inherit;
  padding: 0 12px;
  line-height: 30px;
  border-radius: 0;
  border: 0;
}

.pagination-wrapper.pagination-round .pg-select .form-select,
.pagination-wrapper.pagination-round .pg-btns a,
.pagination-wrapper.pagination-round .pg-input .form-control,
.pagination-wrapper.pagination-round .pg-input .btn {
  border-radius: 4px;
}

.pagination-wrapper.pagination-border .pg-btns a {
  border-color: #ddd;
}

.pagination-wrapper.pagination-border .pg-btns a:hover {
  border-color: #bbb;
}

.pagination-wrapper.pagination-solid .pg-btns a {
  background-color: #eee;
  border-color: transparent;
}

.pagination-wrapper.pagination-solid .pg-btns a:hover {
  color: #2772e1;
  background-color: rgba(39, 114, 225, 0.1);
}

.pagination-wrapper.pagination-circle .pg-btns a {
  border-radius: 50%;
}

.pagination-wrapper.pagination-hover-solid .pg-btns a:hover {
  background-color: #eee;
  border-color: transparent;
}

.pagination-wrapper.pagination-group .pg-btns a {
  position: relative;
  margin: 0;
  border-color: #ccc;
}

.pagination-wrapper.pagination-group .pg-btns a:not(:first-child) {
  border-left: 0;
}

.pagination-wrapper.pagination-group.pagination-round .pg-btns a:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-wrapper.pagination-group.pagination-round .pg-btns a:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ie8 .pagination-wrapper.pagination-group .pg-btns a {
  border-left: 0;
}

.ie8 .pagination-wrapper.pagination-group .pg-btns a:first-child {
  position: relative;
}

.ie8 .pagination-wrapper.pagination-group .pg-btns a:first-child:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 1px;
  background-color: #ccc;
}

/** Forms ---------------------------------------------------------------------------- */
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  cursor: pointer;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 34px;
  color: #666;
  background-color: white;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-control:not([readonly]):focus {
  border-color: #2772e1;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #afafaf;
}

.form-control::-webkit-input-placeholder {
  color: #afafaf;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

.form-control.form-textarea {
  position: relative;
  z-index: 1;
  height: auto;
  padding: 8px;
  line-height: 1.4;
  resize: none;
}

input[type="search"] {
  -webkit-appearance: none;
}

.form-row {
  position: relative;
  margin: 10px 0;
  line-height: 36px;
}

.form-title {
  display: inline-block;
  font-size: 14px;
  color: #444;
  line-height: 1.2;
  vertical-align: middle;
}

.form-title:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.form-title span {
  display: inline-block;
  vertical-align: middle;
}

.form-pretitle {
  font-size: 0;
}

.form-pretitle:after {
  vertical-align: middle;
}

.form-pretitle>* {
  display: inline-block;
  vertical-align: middle;
}

.form-pretitle>*:first-child {
  margin-left: 0;
}

.form-pretitle>*:last-child {
  margin-right: 0;
}

.form-pretitle .form-title {
  width: 60px;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-pretitle .form-con {
  width: calc(100% - 60px - 10px);
}

.ie8 .form-pretitle {
  position: relative;
  padding-left: 70px;
}

.ie8 .form-pretitle .form-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.ie8 .form-pretitle .form-con {
  width: 100%;
}

.form-con {
  line-height: 36px;
}

.input-wrap,
.textarea-wrap,
.form-label,
.date-wrap,
.mixform-wrap {
  position: relative;
  line-height: inherit;
}

.text-wrap {
  font-size: 14px;
  color: #666;
  line-height: 36px;
}

.input-wrap.input-hasicon .form-control {
  padding-left: 32px;
}

.input-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  z-index: 1;
  display: inline-block;
  font-size: 16px;
  color: #afafaf;
}

.input-wrap.input-hasappend .form-control {
  padding-right: 24px;
}

.input-append {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 100;
  display: none;
  line-height: 34px;
  background-color: white;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  font-size: 0;
}

.input-append:after {
  vertical-align: middle;
}

.input-append>* {
  display: inline-block;
  vertical-align: middle;
}

.input-append>*:first-child {
  margin-left: 0;
}

.input-append>*:last-child {
  margin-right: 0;
}

.input-append .btn {
  display: inline-block;
  height: inherit;
  padding: 0 8px;
  font-size: 16px;
  line-height: inherit;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.input-append .btn:hover {
  color: #2772e1;
}

.ie8 .input-wrap.input-hasappend .form-control,
.ie9 .input-wrap.input-hasappend .form-control {
  padding-right: 0;
}

.textarea-wrap .form-textarea {
  padding-top: 8px;
  padding-bottom: 8px;
}

.form-textarea-bot {
  font-size: 12px;
  line-height: 30px;
}

.form-textarea-num {
  color: #afafaf;
}

.textarea-wrap.textarea-numin {
  padding-top: 8px;
  padding-bottom: 30px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.textarea-wrap.textarea-numin .form-textarea {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.textarea-wrap.textarea-numin .form-textarea-bot {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.textarea-wrap.textarea-numin.active {
  border-color: #2772e1;
}

.form-label {
  position: relative;
  font-size: 0;
  font-weight: normal;
  cursor: pointer;
}

.form-label input {
  position: absolute;
  left: -999999px;
}

.form-label>* {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: middle;
}

.form-label>*:first-child {
  margin-left: 0;
}

.form-label>*:last-child {
  margin-right: 0;
}

.form-label:hover .form-radio-btn,
.form-label:hover .form-checkbox-btn {
  border-color: #2772e1;
}

.form-label.active .form-radio-btn,
.form-label.active .form-checkbox-btn {
  background-color: #2772e1;
  border-color: #1d66d1;
}

.form-label.active .form-radio-btn i,
.form-label.active .form-checkbox-btn i {
  display: inline-block;
}

.form-label.active .form-label-con {
  color: #2772e1;
}

.form-radio-btn,
.form-checkbox-btn {
  position: relative;
  width: 16px;
  height: 16px;
  padding: 0;
  color: white;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid #ccc;
}

.form-radio-btn:after,
.form-checkbox-btn:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.form-radio-btn i,
.form-checkbox-btn i {
  display: none;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.form-radio-btn {
  border-radius: 50%;
}

.form-checkbox-btn {
  border-radius: 4px;
}

.form-label-con {
  width: calc(100% - 18px - 10px);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

.radio-wrap.group .form-label,
.checkbox-wrap.group .form-label {
  margin: 0 20px;
}

.form-select {
  position: relative;
}

.form-select:hover {
  border-color: #2772e1;
}

.form-select:hover .select-arrow {
  border-top-color: #2772e1;
}

.form-select .select-main {
  position: relative;
  width: 100%;
  z-index: 1000;
}

.form-select .select-arrow {
  position: absolute;
  top: 18px;
  right: 0;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 4px;
  border-color: transparent;
  border-style: dashed;
  border-top-color: #444;
  border-top-style: solid;
  margin-top: -2px;
}

.form-select .select-arrow.reverse {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center 2px;
  transform-origin: center 2px;
}

.form-select .select-set {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 34px;
}

.form-select .select-block {
  position: relative;
  z-index: 0;
  right: 0;
  left: 0;
  margin-top: 1px;
  margin-right: -9px;
  margin-left: -9px;
  background-color: white;
  border: 1px solid #ccc;
}

.form-select .select-items {
  padding: 0 8px;
  font-size: 14px;
  color: #666;
  line-height: 2;
}

.form-select .select-items:hover {
  color: #222;
  background-color: #fafafa;
}

.form-select .select-items.active,
.form-select .select-items.active:hover {
  color: #2772e1;
  background-color: rgba(39, 114, 225, 0.1);
}

div.sp_container {
  background-color: white;
  border-color: #ccc;
  border-radius: 4px;
}

div.sp_container.sp_container_open {
  border-color: #2772e1;
  border-radius: 4px;
}

div.sp_container.sp_container_combo {
  -webkit-box-shadow: none;
  box-shadow: none;
}

div.sp_container ul.sp_element_box li.selected_tag {
  margin: 0 2px;
  font-size: 12px;
  border-color: #efefef;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
}

div.sp_container ul.sp_element_box li.selected_tag .tag_close {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

div.sp_container ul.sp_element_box li.selected_tag:hover {
  color: white;
  background-color: #2772e1;
  border-color: #2772e1;
}

div.sp_container ul.sp_element_box li.selected_tag:hover .tag_close i {
  color: white;
}

div.sp_container .sp_input {
  height: 36px;
  min-height: 36px;
  padding: 0 8px;
  line-height: 36px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

div.sp_container .sp_input[readonly] {
  background-color: white;
}

div.sp_container .sp_clear_btn {
  padding-top: 0;
  color: #666;
}

div.sp_container .sp_clear_btn:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

div.sp_container .sp_clear_btn:hover {
  color: #2772e1;
}

div.sp_container .sp_button .sp_caret {
  right: 8px;
}

div.sp_result_area {
  width: auto;
  margin-top: -5px;
  border-radius: 0;
  z-index: 1042;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.sp_result_area.shadowDown {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

div.sp_result_area div.sp_control_box p {
  font-size: 12px;
  font-weight: normal;
  color: #afafaf;
}

div.sp_result_area ul.sp_results>li {
  color: #666;
  line-height: 1.4;
}

div.sp_result_area ul.sp_results>li.sp_over {
  background-color: #2772e1 !important;
}

div.sp_result_area div.sp_pagination {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border-top: 1px solid #ddd;
}

div.sp_result_area div.sp_pagination ul {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}

div.sp_result_area div.sp_pagination ul>li a:hover {
  color: white;
  background-color: #2772e1;
  border-radius: 3px;
}

div.sp_result_area div.sp_pagination ul>li.pageInfoBox a {
  width: auto;
  padding: 0 20px;
}

.ie8 .sp_button span.sp_caret {
  display: inline-block;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 4px;
  border-color: transparent;
  border-style: dashed;
  border-top-color: #222;
  border-top-style: solid;
}

.ie8 div.sp_result_area div.sp_pagination li a {
  background-position: center center;
  background-repeat: no-repeat;
}

.ie8 div.sp_result_area div.sp_pagination li a i {
  display: none;
}


.date-wrap .form-control {
  position: relative;
  cursor: pointer;
}

.form-date-ico {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}

.mixform-wrap {
  font-size: 0;
}

.mixform-wrap>input {
  display: inline-block;
  vertical-align: middle;
}

.mixform-wrap input[type="text"] {
  margin-right: 8px;
}

.mixform-wrap input[type="submit"] {
  padding: 0;
}

.mixform-wrap.narrow-wrap input[type="text"] {
  width: calc(100% - 58px);
}

.mixform-wrap.narrow-wrap input[type="submit"] {
  width: 50px;
}

.mixform-wrap.wide-wrap input[type="text"] {
  width: calc(100% - 98px);
}

.mixform-wrap.wide-wrap input[type="submit"] {
  width: 90px;
}

.ie8 .mixform-wrap {
  position: relative;
}

.ie8 .mixform-wrap .btn {
  position: absolute;
  top: 0;
  right: 0;
}

.ie8 .mixform-wrap.search-wrap {
  padding-right: 58px;
}

.ie8 .mixform-wrap.vcode-wrap {
  padding-right: 98px;
}

.form-con.form-error .form-control {
  border-color: #AB0000;
}

.error-info {
  font-size: 0;
  color: #AB0000;
  vertical-align: middle;
}

.error-info i,
.error-info span {
  display: inline-block;
  vertical-align: middle;
}

.error-info i {
  margin-right: 4px;
  font-size: 14px;
}

.error-info span {
  font-size: 12px;
}

.form-dark .form-control {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.form-dark .form-control:focus {
  background-color: white;
  border-color: #2772e1;
}

.form-dark .textarea-numin {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.form-dark .textarea-numin .form-control {
  background-color: transparent;
}

.form-dark .textarea-numin.active {
  background-color: white;
}

.form-transparent .form-control {
  background-color: transparent;
  border-color: transparent;
}

.form-transparent .form-control:active {
  background-color: #f5f5f5;
}

.form-table-row {
  border-bottom: 1px solid #eee;
  vertical-align: bottom;
}

.form-table-row:last-child {
  border-bottom: none;
}

.form-table-wrap {
  position: relative;
  font-size: 0;
}

.form-table-wrap:after {
  vertical-align: middle;
}

.form-table-wrap>* {
  display: inline-block;
  vertical-align: middle;
}

.form-table-wrap>*:first-child {
  margin-left: 0;
}

.form-table-wrap>*:last-child {
  margin-right: 0;
}

.form-table-head {
  width: 96px;
  padding-right: 10px;
  padding-left: 15px;
}

.form-table-head .title {
  font-size: 14px;
  line-height: 1.4;
  color: #afafaf;
}

.form-table-head .red {
  margin-left: 8px;
  font-size: 16px;
}

.form-table-body {
  position: relative;
  width: calc(100% - 121px);
  min-height: 36px;
  margin: 8px 0;
  padding-left: 15px;
  font-size: 0;
  line-height: 36px;
  border-left: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-table-body:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.form-table-body>div {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.form-table-body .text-wrap {
  line-height: 1.4;
}

.ie8 .form-table-wrap {
  padding-left: 121px;
}

.ie8 .form-table-head {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}

.ie8 .form-table-head:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.ie8 .form-table-head>span {
  display: inline-block;
  vertical-align: middle;
}

.ie8 .form-table-body {
  width: 100%;
}

/** Tabs ---------------------------------------------------------------------------- */
.tabs-head {
  font-size: 0;
}

.tabs-item {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}

.tabs-link {
  position: relative;
  display: block;
  margin: 0 5px;
  padding: 9px 0;
  font-size: 14px;
  color: #666;
  line-height: 1.2;
  cursor: pointer;
}

.tabs-link:hover {
  color: #2772e1;
}

.tabs-con {
  display: none;
}

.tabs-con.active {
  display: block;
}

.ghost-tabs {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.ghost-tabs .tabs-link {
  padding: 18px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ghost-tabs .tabs-link:after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 2px;
  margin-left: 0;
  background-color: #2772e1;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ghost-tabs .tabs-link.active {
  font-weight: bold;
  color: black;
}

.ghost-tabs .tabs-link.active:after {
  width: 24px;
  margin-left: -12px;
}

.group-tabs {
  display: inline-block;
  background-color: white;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.group-tabs .tabs-item {
  margin: 0;
}

.group-tabs .tabs-item:first-child .tabs-link {
  white-space: nowrap;
  border-left: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.group-tabs .tabs-item:first-child .tabs-link.active {
  border-left-color: #2772e1;
}

.group-tabs .tabs-item:last-child .tabs-link {
  border-right-color: #ccc;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.group-tabs .tabs-item:last-child .tabs-link.active {
  border-right-color: #2772e1;
}

.group-tabs .tabs-link {
  margin: 0;
  padding: 0 18px;
  line-height: 34px;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.group-tabs .tabs-link.active {
  font-weight: bold;
  color: white;
  background-color: #2772e1;
  border-color: #2772e1;
}

.toast-tabs {
  font-size: 0;
}

.toast-tabs .tabs-item {
  margin-right: 5px;
  margin-left: 5px;
}

.toast-tabs:after {
  vertical-align: middle;
}

.toast-tabs>* {
  display: inline-block;
  vertical-align: middle;
}

.toast-tabs>*:first-child {
  margin-left: 0;
}

.toast-tabs>*:last-child {
  margin-right: 0;
}

.ie8 .toast-tabs {
  font-size: 0;
}

.ie8 .toast-tabs>* {
  margin-right: 0;
  margin-left: 10px;
}

.ie8 .toast-tabs>*:first-child {
  margin-left: 0;
}

.toast-tabs .tabs-link {
  margin: 0;
  padding: 10px 18px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.toast-tabs .tabs-link:hover {
  font-weight: bold;
  color: #222;
  background-color: #fafafa;
  border-color: #bbb;
}

.toast-tabs .tabs-link.active {
  font-weight: bold;
  color: white;
  background-color: #2772e1;
  border-color: #2772e1;
}

.toast-tabs.dark .tabs-link {
  background-color: #f5f5f5;
  border: 0;
}

.toast-tabs.dark .tabs-link:hover {
  background-color: #f0f0f0;
}

.toast-tabs.dark .tabs-link.active {
  color: #2772e1;
  background-color: rgba(39, 114, 225, 0.1);
}

.toast-tabs.rounded .tabs-link {
  border-radius: 40px;
}

/**
 * Misc
 * ----------------------------------------------------------------------------
*/
.btn-shadow-primary {
  -webkit-box-shadow: 0 2px 6px rgba(39, 114, 225, 0.2);
  box-shadow: 0 2px 6px rgba(39, 114, 225, 0.2);
}

.btn-shadow-base {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.shadow-light,
.group-tabs {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.shadow-base {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

.shadow-dark {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.crumb {
  font-size: 14px;
  color: #888;
}

/*line-height: inherit;*/

.crumb a {
  font-size: inherit;
  color: inherit;
}

.crumb a:hover {
  text-decoration: none;
}

.crumb a:last-child {
  cursor: default;
}

.crumb a:last-child,
.crumb a:last-child:hover {
  font-weight: 600;
  color: #222;
}

.crumb i {
  display: inline-block;
  margin: 0 5px;
  font-style: normal;
}

.crumb span {
  color: #2772e1;
}

.group {
  font-size: 0;
}

.group>* {
  margin-right: 5px;
  margin-left: 5px;
}

.group>*:first-child {
  margin-left: 0 !important;
}

.group>*:last-child {
  margin-right: 0 !important;
}

.group:after {
  vertical-align: middle;
}

.group>* {
  display: inline-block;
  vertical-align: middle;
}

.group>*:first-child {
  margin-left: 0;
}

.group>*:last-child {
  margin-right: 0;
}

.group-top:after,
.group-top>* {
  vertical-align: top;
}

.group-bottom:after,
.group-bottom>* {
  vertical-align: bottom;
}

/**
 * Layout
 * ----------------------------------------------------------------------------
*/
/* body {
  min-width: 1200px;
} */

.webWidth {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.containerWidth {
  width: 100%;
  min-width: 1200px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1370px) {
  .webWidth {
    max-width: 1370px;
  }

  .containerWidth {
    max-width: 1370px;
  }
}

@media screen and (max-width: 1280px) {
  .webWidth {
    padding-left: 20px;
    padding-right: 20px;
  }

  .filter-container {
    max-width: 1240px !important;
  }
}

.home-main {
  background-color: #edf1f7;
  /* background-image: url("../images/topbg.png"); */
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.main {
  /* background-image: url("../images/sys-bg-btm.png"); */
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.header {
  background-image: url("../images/headbg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.header .webWidth {
  height: 95px;
  font-size: 0;
}

.header .webWidth:after {
  vertical-align: middle;
}

.header .webWidth>* {
  display: inline-block;
  vertical-align: middle;
}

.header .webWidth>*:first-child {
  margin-left: 0;
}

.header .webWidth>*:last-child {
  margin-right: 0;
}

.header .logo {
  height: 64px;
}

.header .logo img {
  width: auto;
  height: 64px;
}

.header .fun-group {
  /*width: calc(100% - 560px);*/
  text-align: right;
  font-size: 0;
}

.header .fun-group:after {
  vertical-align: middle;
}

.header .fun-group>* {
  display: inline-block;
  vertical-align: middle;
}

.header .fun-group>*:first-child {
  margin-left: 0;
}

.header .fun-group>*:last-child {
  margin-right: 0;
}

.header .nav .link {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 15px;
  color: white;
}

.header .nav .link:hover {
  text-decoration: underline;
}

.header .login-area {
  margin-left: 10px;
  font-size: 0;
}

.header .login-area:after {
  vertical-align: middle;
}

.header .login-area>* {
  display: inline-block;
  vertical-align: middle;
}

.header .login-area>*:first-child {
  margin-left: 0;
}

.header .login-area>*:last-child {
  margin-right: 0;
}

.header .login-area .link {
  font-size: 14px;
  color: white;
}

.header .login-area span {
  display: inline-block;
  width: 1px;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 12px;
  color: white;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.header[data-v-00716640] {
  height: 95px;
  background: url(../images/headbg.png);
  box-shadow: 0 0 18px rgba(0, 0, 0, .5);
}

.header .container[data-v-00716640] {
  /*width: 1355px;*/
  height: 85px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .container .icon[data-v-00716640] {
  display: flex;
}

.header .container .icon .xian[data-v-00716640] {
  width: 2px;
  height: 45px;
  background: #fff;
  margin: 0 25px;
  margin-top: 0px;
  margin-top: 5px;
}

.header .container .icon img[data-v-00716640] {
  cursor: pointer;
}

.footer {
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 14px;
  color: #afafaf;
  line-height: 1.8;
  text-align: center;
  background-color: #111;
}

.footer span {
  margin: 0 4px;
}

.footer[data-v-f02f90da] {
  height: 176px;
  background: #2563e0;
  opacity: 1;
  border-radius: 0;
  /*margin-top: 124px;*/
  padding-top: 69px;
  box-sizing: border-box;
}

.footer p[data-v-f02f90da] {
  text-align: center;
  color: #fdf8f8;
  line-height: 25px;
}

.top-platform {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.platform-name {
  width: 640px;
  /* height: 120px; */
  /* margin-top: 32px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto; */
}

.search-box {
  position: relative;
  z-index: 2;
  width: 720px;
  height: 48px;
  margin-bottom: 32px;
  font-size: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  border-radius: 24px;
}

.search-box:after {
  vertical-align: middle;
}

.search-box>* {
  display: inline-block;
  vertical-align: middle;
}

.search-box>*:first-child {
  margin-left: 0;
}

.search-box>*:last-child {
  margin-right: 0;
}

.search-box xm-select {
  width: 200px;
  margin-left: 8px;
  font-size: 16px;
  color: #444;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.search-box .split {
  width: 1px;
  height: 24px;
  background-color: #ddd;
}

.search-box .form-con {
  position: relative;
  width: calc(100% - 280px);
  margin: 0 12px;
}

.search-box .form-con .form-control {
  font-size: 15px;
  text-align: left;
  border: 0;
}

.search-box .form-con .form-control:focus {
  background-color: transparent;
}

.search-box .form-con .shut-btn {
  position: absolute;
  top: -2px;
  right: -10px;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  padding: 0;
  font-size: 24px;
  color: white;
  line-height: 42px;
  border: 0;
  font-size: 0;
}

.search-box .form-con .shut-btn:after {
  vertical-align: middle;
}

.search-box .form-con .shut-btn>* {
  display: inline-block;
  vertical-align: middle;
}

.search-box .form-con .shut-btn>*:first-child {
  margin-left: 0;
}

.search-box .form-con .shut-btn>*:last-child {
  margin-right: 0;
}

.search-box .form-con .shut-btn i {
  color: #C2C2C2;
  font-size: 16px;
  line-height: 1;
}

.search-box .search-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  padding: 0;
  font-size: 24px;
  color: white;
  line-height: 42px;
  background-color: #2772e1;
  border: 0;
  font-size: 0;
}

.search-box .search-btn:after {
  vertical-align: middle;
}

.search-box .search-btn>* {
  display: inline-block;
  vertical-align: middle;
}

.search-box .search-btn>*:first-child {
  margin-left: 0;
}

.search-box .search-btn>*:last-child {
  margin-right: 0;
}

.search-box .search-btn i {
  font-size: 18px;
  line-height: 1;
}

.search-box .search-btn:hover {
  background-color: #3d81e4;
  -webkit-box-shadow: 0 2px 6px rgba(39, 114, 225, 0.4);
  box-shadow: 0 2px 6px rgba(39, 114, 225, 0.4);
}

.search-box.subject-search {
  width: 432px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 4px 12px rgba(17, 17, 17, 0.08);
  box-shadow: 0 4px 12px rgba(17, 17, 17, 0.08);
}

.search-box.subject-search .form-con {
  width: calc(100% - 72px);
}

.search-box.subject-search .form-con .form-control {
  margin-right: 8px;
  margin-left: 8px;
  text-align: center;
}

.banner {
  margin-bottom: 94px;
}

.row-container {
  width: 100%;
  min-height: 640px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row-container.sm {
  padding-top: 30px;
  padding-bottom: 30px;
}

.row-container.course-center-row {
  height: 640px;
  background-image: url("../images/content/bg1.png");
}

.course-center-row .body-container {
  height: 100%;
}

.course-center-row .content-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.course-center-row .content-container .content-body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
}

.course-center-row .content-container .content-body img {
  height: 376px;
}


.row-container.resource-center-row {
  background-image: url("../images/idx/idx-bg2.png");
}

.row-container.virtual-center-row {
  background-image: url("../images/idx/idx-bg3.png");
}

.row-container.teacher-center-row {
  background-image: url("../images/idx/idx-bg4.png");
}

.row-container.map-row {
  background-image: url("../images/idx/idx-bg5.png");
}

.row-container.special-row {
  background-image: url("../images/idx/idx-bg7.png");
}


.row-container .row-head {
  /* margin-bottom: 15px; */
  text-align: center;
  overflow: hidden;
}

.row-container .transTitle {
  transform: translateY(-50%);
}

.row-container .row-head .title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 28px;
  font-weight: bold;
  color: #222;
  line-height: 1;
}

.row-container .row-head .title:after,
.row-container .row-head .title:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 768px;
  height: 1px;
  background-color: white;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.row-container .row-head .title:before {
  left: -768px;
}

.row-container .row-head .title:after {
  right: -768px;
}

.row-container .row-head .bar {
  display: inline-block;
  margin-top: 16px;
  width: 60px;
  height: 4px;
  background-color: #2772e1;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#2772e1), to(#408bfb));
  background-image: linear-gradient(to right, #2772e1 0%, #408bfb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2772E1', endColorstr='#FF408BFB', GradientType=1);
  -webkit-box-shadow: 0 2px 6px rgba(39, 114, 225, 0.2);
  box-shadow: 0 2px 6px rgba(39, 114, 225, 0.2);
}

.row-container .row-head.simple .title:after,
.row-container .row-head.simple .title:before {
  display: none;
}

/**
 * Common
 * ----------------------------------------------------------------------------
*/
@-webkit-keyframes xm-upbit {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}

@keyframes xm-upbit {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}

xm-select {
  font-size: 15px;
  border: 0;
  border-radius: 0;
}

xm-select>.xm-label .scroll .label-content {
  color: #222;
}

xm-select>.xm-body .xm-option {
  margin: 0 4px;
  border-radius: 3px;
}

xm-select>.xm-body .xm-option:hover {
  background-color: rgba(39, 114, 225, 0.1) !important;
}

xm-select>.xm-body .xm-option.selected.hide-icon {
  position: relative;
  background-color: transparent !important;
}

xm-select>.xm-body .xm-option.selected.hide-icon .xm-option-content {
  color: #2772e1 !important;
}

xm-select>.xm-body .xm-option-content {
  width: 100%;
  font-size: 14px;
  color: #444;
}

xm-select .xm-tips {
  font-size: 15px;
  color: #afafaf;
}

.lab {
  position: relative;
  display: inline-block;
  min-width: 48px !important;
  height: 20px;
  padding-bottom: 4px;
}

.lab .lab-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 12px;
  color: white;
  line-height: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 12px 0;
}

.lab .lab-arrow {
  position: absolute;
  right: -8px;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-right-width: 8px;
  border-left-width: 8px;
  border-color: transparent;
  border-style: dashed;
  border-left-color: #630000;
  display: none;
}

.lab.lab-red .lab-text {
  background-color: #AB0000;
}

.lab.lab-red .lab-arrow {
  border-left-color: #630000;
}

.lab.lab-yellow .lab-text {
  background-color: #CD9C1C;
}

.lab.lab-yellow .lab-arrow {
  border-left-color: #633000;
}

.lab.lab-blue .lab-text {
  background-color: #004B90;
}

.lab.lab-blue .lab-arrow {
  border-left-color: #0F273E;
}

.lab.lab-grey .lab-text {
  background-color: #ababab;
}

.lab.lab-grey .lab-arrow {
  border-left-color: #5c5c5c;
}

.lab.lab-orange .lab-text {
  background-color: orange;
}

.lab.lab-orange .lab-arrow {
  border-left-color: #5c5c5c;
}

.lab-group .lab {
  display: block;
}

.lab-sp {
  display: inline-block;
  padding: 6px 8px;
  font-size: 12px;
  color: white;
  border-radius: 6px;
}

.lab-sp.lab-red {
  background-color: #AB0000;
  background-image: -webkit-gradient(linear, left top, right top, from(#AB0000), to(#c50000));
  background-image: linear-gradient(to right, #AB0000 0%, #c50000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFAB0000', endColorstr='#FFC50000', GradientType=1);
  -webkit-box-shadow: 0 2px 6px rgba(171, 0, 0, 0.5);
  box-shadow: 0 2px 6px rgba(171, 0, 0, 0.5);
}

.lab-sp.lab-yellow {
  background-color: #CD9C1C;
  background-image: -webkit-gradient(linear, left top, right top, from(#CD9C1C), to(#e1ac22));
  background-image: linear-gradient(to right, #CD9C1C 0%, #e1ac22 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCD9C1C', endColorstr='#FFE1AC22', GradientType=1);
  -webkit-box-shadow: 0 2px 6px rgba(205, 156, 28, 0.5);
  box-shadow: 0 2px 6px rgba(205, 156, 28, 0.5);
}

.lab-sp.lab-blue {
  background-color: #2772e1;
  background-image: -webkit-gradient(linear, left top, right top, from(#2772e1), to(#3d81e4));
  background-image: linear-gradient(to right, #2772e1 0%, #3d81e4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2772E1', endColorstr='#FF3D81E4', GradientType=1);
  -webkit-box-shadow: 0 2px 6px rgba(39, 114, 225, 0.5);
  box-shadow: 0 2px 6px rgba(39, 114, 225, 0.5);
}

.idx-xf {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 40%;
}

.idx-xf ul {
  margin-top: -5px;
}

.idx-xf ul li {
  margin-top: 5px;
}

.idx-xf ul li img {
  width: 160px;
  height: auto;
}

/**
 * Pages
 * ----------------------------------------------------------------------------
*/
.ghost-tabs {
  text-align: center;
  border: 0;
}

.ghost-tabs .tabs-link {
  margin-right: 16px;
  margin-left: 16px;
  font-size: 20px;
  color: #222;
}

.ghost-tabs .tabs-link.active {
  color: #2772e1;
}

.ghost-tabs .tabs-link.active:after {
  display: none;
}

.card-gallery {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card-gallery:after {
  vertical-align: top;
}

.card-gallery>* {
  display: inline-block;
  vertical-align: top;
}

.card-gallery>*:first-child {
  margin-left: 0;
}

.card-gallery>*:last-child {
  margin-right: 0;
}

.card-gallery .card,
.card-gallery .thumb-item {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.card-gallery .cell {
  /* width: 20%; */
  width: calc(25% - 15px);
  /* 每行4个，考虑间距 */
  flex: 0 0 calc(25% - 15px);
}

.card {
  position: relative;
  margin-top: 0;
  background-color: white;
  border-radius: 12px;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 20px rgba(34, 34, 34, 0.05);
  box-shadow: 0 10px 20px rgba(34, 34, 34, 0.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* .card:hover {
  margin-top: -4px;
  -webkit-box-shadow: 0 10px 20px rgba(34, 34, 34, 0.2);
  box-shadow: 0 10px 20px rgba(34, 34, 34, 0.2);
} */

.card .title {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  line-height: 1.2;
}

.card .title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card .title .title-xl {
  font-size: 20px;
  font-weight: 600;
}

.card .subtitle {
  margin-bottom: 8px;
  font-size: 12px;
  color: #111;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card .infolist>div {
  margin-top: 2px;
  margin-bottom: 2px;
  color: #888 !important;
}

.card .infolist>div:first-child {
  margin-top: 0;
}

.card .infolist>div:last-child {
  margin-bottom: 0;
}

.card .info {
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card .info>span {
  display: inline-block;
  vertical-align: middle;
}

.card .info .icon {
  margin-right: 4px;
  font-size: 14px;
  line-height: 1;
}

.card .card-body {
  padding-right: 16px;
  padding-left: 16px;
}

.card .card-foot {
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #eee;
  *zoom: 1;
}

.card .card-foot:before,
.card .card-foot:after {
  content: " ";
  display: table;
}

.card .card-foot:after {
  clear: both;
}

.card .card-foot.noborder {
  border: 0;
}

.card .lab-group {
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 0 0 12px 0;
}

.card>.lab-sp {
  position: absolute;
  top: 8px;
  right: 8px;
}

.card.subject-card {
  background-color: white;
}

.card.subject-card .card-thumb {
  width: 100%;
  margin: 0 auto;
  padding: 8px;
}

.card.subject-card .card-thumb img {
  display: block;
  width: 100%;
  height: 158px;
  /* border-top-left-radius: 10px;
  border-top-right-radius: 10px; */
  border-radius: 10px;
  margin-bottom: 10px;
}

.card.subject-card .title {
  position: relative;
}

.card.subject-card .title:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -16px;
  display: inline-block;
  width: 3px;
  height: 16px;
  margin-top: -8px;
  background-color: #2772e1;
  display: none;
}

.card.course-card .card-body {
  padding-top: 16px;
}

.card.course-card .card-thumb {
  width: 100%;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  overflow: hidden;
}

.card.course-card .card-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.card.course-card .title {
  margin-bottom: 12px;
}

.idx-more {
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
  display: inline-block;
  width: 100px;
  text-align: center;
  background-color: white;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 20px rgba(34, 34, 34, 0.05);
  box-shadow: 0 10px 20px rgba(34, 34, 34, 0.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0;
}

.idx-more:after {
  vertical-align: middle;
}

.idx-more>* {
  display: inline-block;
  vertical-align: middle;
}

.idx-more>*:first-child {
  margin-left: 0;
}

.idx-more>*:last-child {
  margin-right: 0;
}

.idx-more span {
  display: block;
  font-size: 20px;
  color: #333;
}

.idx-more i {
  display: inline-block;
  margin-top: 15px;
  font-size: 20px;
  color: #888;
}

.idx-more:hover {
  top: 0;
  bottom: 20px;
  -webkit-box-shadow: 0 10px 20px rgba(34, 34, 34, 0.2);
  box-shadow: 0 10px 20px rgba(34, 34, 34, 0.2);
}

.idx-more:hover span,
.idx-more:hover i {
  color: #2772e1;
}

.thumb-item {
  position: relative;
  margin-top: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.thumb-item .thumb {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 12px;
  overflow: hidden;
}

.thumb-item .thumb img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.thumb-item .con {
  margin-top: 16px;
}

.thumb-item .title {
  font-size: 16px;
  color: #222;
  line-height: 1.5;
}

.thumb-item:hover {
  margin-top: -4px;
}

.thumb-item:hover .thumb {
  -webkit-box-shadow: 0 10px 20px rgba(34, 34, 34, 0.2);
  box-shadow: 0 10px 20px rgba(34, 34, 34, 0.2);
}

.idx-gallery {
  position: relative;
}

.idx-gallery>ul {
  width: calc(100% - 100px);
}

.tab-menu-bar {
  margin-top: 32px;
  /* margin-bottom: 24px; */
  text-align: center;
}

.tab-menu-bar .menu {
  font-size: 0;
}

.tab-menu-bar .menu:after {
  vertical-align: middle;
}

.tab-menu-bar .menu>* {
  display: inline-block;
  vertical-align: middle;
}

.tab-menu-bar .menu>*:first-child {
  margin-left: 0;
}

.tab-menu-bar .menu>*:last-child {
  margin-right: 0;
}

.tab-menu-bar .menu .cell {
  margin: 4px;
  display: flex;
  align-items: center;
}

.tab-menu-bar .menu .btn {
  height: auto;
  font-size: 18px;
  /* font-weight: bold; */
  color: #222;
  line-height: 40px;
  background-color: transparent;
  border: 0;
  border-radius: 8px;
  font-family: Microsoft YaHei-Regular;
  display: flex;
  align-items: center;
}

.tab-menu-bar .menu .btn.active {
  color: white !important;
  background-color: #1e62ec;
  font-weight: bold;
}

.filter-container {
  padding: 16px 0px;
  box-sizing: border-box;
}

.filter-row {
  position: relative;
  font-size: 0;
}

.filter-row:after {
  vertical-align: top;
}

.filter-row>* {
  display: inline-block;
  vertical-align: top;
}

.filter-row>*:first-child {
  margin-left: 0;
}

.filter-row>*:last-child {
  margin-right: 0;
}

.filter-row .filter-title {
  width: 80px;
  padding-right: 16px;
  font-size: 14px;
  color: #666;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.filter-row .filter-body {
  width: calc(100% - 150px);
  height: 50px;
  padding-right: 38px;
  overflow-y: hidden;
}

.filter-row .filter-body ul {
  font-size: 0;
}

.filter-row .filter-body ul:after {
  vertical-align: middle;
}

.filter-row .filter-body ul>* {
  display: inline-block;
  vertical-align: middle;
}

.filter-row .filter-body ul>*:first-child {
  margin-left: 0;
}

.filter-row .filter-body ul>*:last-child {
  margin-right: 0;
}

.filter-row .filter-body .item {
  margin: 6px;
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  color: #222;
  line-height: 28px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
}

.filter-row .filter-body .item:hover {
  color: #2772e1;
  background-color: rgba(39, 114, 225, 0.1);
}

.filter-row .filter-body .item.active {
  color: #2772e1;
  /* background-color: white; */
  background-color: #f5f7fb;
  /* border: 1px solid rgba(39, 114, 225, 0.5);
  -webkit-box-shadow: 0 1px 6px rgba(102, 102, 102, 0.2);
  box-shadow: 0 1px 6px rgba(102, 102, 102, 0.2); */
}

.filter-row .filter-body.open {
  height: auto;
}

.filter-row .collapse-btn {
  position: absolute;
  right: 0;
  bottom: 16px;
  border-radius: 8px;
  border: 0;
  width: 22px;
  height: 22px;
  padding: 0;
  font-size: 12px !important;
  color: white;
  line-height: 22px;
  background-color: #2772e1;
}

.filter-row .collapse-btn i {
  display: inline-block;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.filter-row .collapse-btn:hover {
  background-color: #2772e1;
}

.filter-row .collapse-btn.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.course-center-row .row-head {
  /* margin-bottom: 16px; */
}

.special-wrap {
  margin-right: -10px;
  margin-left: -10px;
  font-size: 0;
}

.special-wrap:after {
  vertical-align: middle;
}

.special-wrap>* {
  display: inline-block;
  vertical-align: middle;
}

.special-wrap>*:first-child {
  margin-left: 0;
}

.special-wrap>*:last-child {
  margin-right: 0;
}

.special-wrap .cell {
  width: 25%;
}

.special-wrap .wrap {
  margin-top: 0;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.special-wrap .wrap:hover {
  margin-top: -12px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.idx-map {
  margin-top: 30px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.idx-map-left {
  position: relative;
  margin: 20px 0;
  width: 520px;
  height: 520px;
  background-image: url(../images/map-left.png);
  background-size: cover;
}

.idx-mapbox1 {
  position: absolute;
  width: 70px;
  height: 70px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.idx-mapbox1 img {
  width: inherit;
  height: initial;
}

.idx-mapbox1:hover {
  -webkit-transform: scale(0.8) rotate(30deg);
  transform: scale(0.8) rotate(30deg);
}

.idx-mapboxl1 {
  top: 15px;
  left: calc(50% - 35px);
}

.idx-mapboxl2 {
  top: 120px;
  right: 40px;
}

.idx-mapboxl3 {
  bottom: 120px;
  right: 40px;
}

.idx-mapboxl4 {
  bottom: 15px;
  left: calc(50% - 35px);
}

.idx-mapboxl5 {
  bottom: 120px;
  left: 40px;
}

.idx-mapboxl6 {
  top: 120px;
  left: 40px;
}

.mb-idx-map-left {
  display: none;
}

.mb-idx-map-left img {
  width: 100%;
  height: auto;
}

.idx-map-right {
  margin-left: -60px;
}

.idx-mapbox2 {
  position: relative;
  height: 60px;
  padding-left: 65px;
  margin-top: 40px;
  font-size: 24px;
  line-height: 60px;
  background-image: url(../images/map-right.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 20px center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.idx-mapbox2:first-child {
  margin-top: 0;
}

.idx-mapbox2 span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.idx-mapbox2:hover {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.idx-mapboxr1 span {
  background: #2155f3;
}

.idx-mapboxr2 span {
  background: #7a5fe8;
}

.idx-mapboxr3 span {
  background: #4fc9a9;
}

.idx-mapboxr4 span {
  background: #2155f3;
}

.idx-mapboxr5 span {
  background: #f7ae67;
}

.idx-mapboxr6 span {
  background: #dc1a16;
}

.idx-mapboxr2,
.idx-mapboxr5 {
  margin-left: 72px;
}

.idx-mapboxr3,
.idx-mapboxr4 {
  margin-left: 108px;
}

/** Utility classes ---------------------------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.vertical-center {
  font-size: 0;
}

.vertical-center:after {
  vertical-align: middle;
}

.vertical-center>* {
  display: inline-block;
  vertical-align: middle;
}

.vertical-center>*:first-child {
  margin-left: 0;
}

.vertical-center>*:last-child {
  margin-right: 0;
}

.vertical-top {
  font-size: 0;
}

.vertical-top:after {
  vertical-align: top;
}

.vertical-top>* {
  display: inline-block;
  vertical-align: top;
}

.vertical-top>*:first-child {
  margin-left: 0;
}

.vertical-top>*:last-child {
  margin-right: 0;
}

.dvs-1 {
  float: left;
  width: 100%;
}

.dvs-2 {
  float: left;
  width: 50%;
}

.dvs-3 {
  float: left;
  width: 33.33333%;
}

.dvs-4 {
  float: left;
  width: 25%;
}

.dvs-5 {
  float: left;
  width: 20%;
}

.dvs-6 {
  float: left;
  width: 16.66667%;
}

.dvs-7 {
  float: left;
  width: 14.28571%;
}

.dvs-8 {
  float: left;
  width: 12.5%;
}

.dvs-9 {
  float: left;
  width: 11.11111%;
}

.dvs-10 {
  float: left;
  width: 10%;
}

.dvs-11 {
  float: left;
  width: 9.09091%;
}

.dvs-12 {
  float: left;
  width: 8.33333%;
}

.prepend,
.append {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.prepend {
  left: 0;
}

.append {
  right: 0;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.primary {
  color: #2772e1 !important;
}

.blue {
  color: #004B90 !important;
}

.green {
  color: #21c761 !important;
}

.red {
  color: #AB0000 !important;
}

.yellow {
  color: #CD9C1C !important;
}

.orange {
  color: #fd7e14 !important;
}

.purple {
  color: #916ef0 !important;
}

.dark {
  color: #444 !important;
}

.base {
  color: #666 !important;
}

.light {
  color: #afafaf !important;
}

.bg-light {
  background-color: #f7f7f7;
}

.bg-base {
  background-color: #f5f5f5;
}

.bg-dark {
  background-color: #f3f3f3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.rounded {
  border-radius: 100px !important;
}

.sharp {
  border-radius: 0 !important;
}

.link-default {
  font-size: inherit;
  color: #666;
  text-decoration: none;
}

.link-default:hover {
  color: #2772e1;
}

.link-normal {
  font-size: inherit;
  color: #2772e1;
  text-decoration: none;
}

.link-normal:hover {
  text-decoration: underline;
}

.link-light {
  font-size: inherit;
  color: #999;
  text-decoration: none;
}

.link-light:hover {
  color: #2772e1;
}

.link-icon {
  font-size: 0;
}

.link-icon:after {
  vertical-align: middle;
}

.link-icon>* {
  display: inline-block;
  vertical-align: middle;
}

.link-icon>*:first-child {
  margin-left: 0;
}

.link-icon>*:last-child {
  margin-right: 0;
}

.link-icon>* {
  margin: 0 5px;
}

.link-icon i {
  font-size: 15px;
}

.link-icon span {
  font-size: 14px;
}

.info {
  font-size: 14px;
  color: #afafaf;
  line-height: 20px;
}

.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.mask-white {
  background-color: rgba(255, 255, 255, 0.9);
}

.mask-transparent {
  background-color: transparent;
}

.mask-light {
  background-color: rgba(0, 0, 0, 0.1);
}

.bt {
  /*border-top: 1px solid #ddd;*/
}

.br {
  border-right: 1px solid #ddd;
}

.bb {
  border-bottom: 1px solid #ddd;
}

.bl {
  border-left: 1px solid #ddd;
}

hr {
  margin: 0;
  border: 0;
  border-top: 1px;
  border-style: solid;
  border-color: #ddd;
}

hr.hr-vertical {
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}

hr.hr-dark {
  background-color: #ccc;
  border-color: #ccc;
}

hr.hr-light {
  background-color: #eee;
  border-color: #eee;
}

.hr-container {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

/*.portrait { background-image: url("../images/portraits/portrait-default.png"); background-position: center center; background-repeat: no-repeat; background-size: contain; overflow: hidden; border-radius: 50%; }*/

.portrait img {
  border-radius: inherit;
}

/*img { display: block;  height: auto; }*/

.popup {
  position: absolute;
  z-index: 1050;
  display: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.popup-head {
  position: relative;
  padding: 0 20px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.popup-head .title {
  font-size: 14px;
  font-weight: bold;
  color: #222;
}

.popup-head .popup-head-op {
  top: 0;
}

.popup-head-op {
  position: absolute;
  top: 4px;
  right: 4px;
}

.popup-head-op .btn {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid transparent;
  line-height: 24px;
  color: #666;
  vertical-align: middle;
}

.popup-head-op .btn:hover {
  color: inherit;
  border-color: #ddd;
  background-color: white;
}

.popup-head-op .btn i {
  font-size: 14px;
  vertical-align: baseline;
}

.popup-body {
  padding: 0 20px;
}

.popup-body>.content {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.popup-foot {
  padding: 10px;
  text-align: right;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.popup-foot .btn {
  min-width: 90px;
}

.popup-foot .btn.btn-hollow-secondary {
  border-color: #ccc;
}

.popup-foot .btn.btn-hollow-secondary:hover {
  color: #444;
  background-color: white;
  border-color: #b3b3b3;
}

.popup-small {
  width: 360px;
}

.popup-base {
  width: 480px;
}

.popup-medium {
  width: 540px;
}

.popup-large {
  width: 640px;
}

.popup-xlarge {
  width: 740px;
}

.popup-block {
  width: 100%;
}

/**
 * Misc
 * ----------------------------------------------------------------------------
*/
.btn-shadow-primary,
.popup-foot .btn.btn-solid-primary:hover {
  -webkit-box-shadow: 0 2px 6px rgba(39, 114, 225, 0.2);
  box-shadow: 0 2px 6px rgba(39, 114, 225, 0.2);
}

.btn-shadow-base,
.popup-foot .btn.btn-hollow-secondary:hover {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.reg-popup {
  padding: 20px 20px 40px;
}

.reg-popup .popup-head {
  border: 0;
}

.reg-popup .popup-head .title {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 22px;
}

.reg-popup .popup-head .info-link {
  font-size: 14px;
}

.reg-popup .login-agree {
  float: left;
  width: 100%;
  padding-left: 5px;
}

.reg-popup .login-agree .form-label-con {
  font-size: 12px;
  height: 18px;
  line-height: 18px;
}

.reg-popup .login-agree .form-label-con .form-label {
  color: #2772e1;
}

.reg-popup .reg-btn:hover {
  background: none;
  color: #2b75e2;
}

.login-forms-wrap .form-row {
  position: relative;
}

.login-forms-wrap .form-row .q-icon {
  position: absolute;
  top: 50%;
  left: -24px;
  display: inline-block;
  margin-top: -8px;
  font-size: 16px;
  color: #666;
  line-height: 1;
  cursor: pointer;
}

.login-forms-wrap .form-row .q-icon:hover {
  color: #2772e1;
}

.login-forms-wrap .form-con .input-icon {
  color: #666;
}

.login-forms-wrap .form-con .mixform-wrap input[type="text"] {
  margin-right: 0;
  padding-right: 90px;
}

.login-forms-wrap .form-con .mixform-wrap input[type="submit"] {
  position: absolute;
  right: 10px;
  color: #CD9C1C;
  line-height: inherit;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.login-forms-wrap .form-con .form-control {
  border-radius: 3px;
}

.login-forms-wrap .form-con .form-control[readonly] {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: default;
}

.login-btns-wrap {
  margin-top: 20px;
}

.login-btns-wrap a {
  display: inline-block;
}

.login-btns-wrap .btn {
  height: 40px;
  margin: 5px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
}

.login-btns-wrap .link-default {
  font-size: 14px;
  color: #999;
}

.login-wrapper .agreement {
  color: #afafaf;
  font-size: 0;
}

.login-wrapper .agreement:after {
  vertical-align: middle;
}

.login-wrapper .agreement>* {
  display: inline-block;
  vertical-align: middle;
}

.login-wrapper .agreement>*:first-child {
  margin-left: 0;
}

.login-wrapper .agreement>*:last-child {
  margin-right: 0;
}

.login-wrapper .agreement>* {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
}

.login-wrapper .agreement .form-checkbox-btn {
  border-radius: 50%;
}



.login-wrapper .woundplast .txt {
  padding: 25px 5px 10px 20px;
}

.login-wrapper .woundplast .txt h2 {
  font-size: 28px;
  margin: 0;
}

.login-wrapper .woundplast .txt p,
.login-wrapper .woundplast .txt b {
  margin: 0;
  font-size: 14px;
}

.login-wrapper .woundplast .txt p {
  margin: 8px 0;
}

.login-wrapper .woundplast img {
  display: block;
  width: 100%;
  height: auto;
}

.login-wrapper .woundplast .shut-btn {
  position: absolute;
  top: -10px;
  left: -13px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 26px;
  color: #2772e1;
}

.login-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  background-color: white;
}

.login-footer .agreement {
  color: #afafaf;
  font-size: 0;
}

.login-footer .agreement:after {
  vertical-align: middle;
}

.login-footer .agreement>* {
  display: inline-block;
  vertical-align: middle;
}

.login-footer .agreement>*:first-child {
  margin-left: 0;
}

.login-footer .agreement>*:last-child {
  margin-right: 0;
}

.login-footer .agreement>* {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
}

.login-footer .agreement .form-checkbox-btn {
  border-radius: 50%;
}

.login-footer .copyright p {
  margin: 5px 0;
  color: #afafaf;
}

.login-popup {
  padding: 20px 20px 40px;
}

.login-popup .popup-head {
  border: 0;
}

.login-popup .popup-head .title {
  font-size: 18px;
  color: #2772e1;
}

.login-popup .popup-body {
  padding-bottom: 10px;
}

.login-popup .popup-foot {
  clear: both;
  padding: 0 20px 20px;
  text-align: center;
}

.login-popup .popup-foot .reg-btn:hover {
  background: none;
  color: #2b75e2;
}

.login-popup .login-agree {
  float: left;
  width: 100%;
  padding-left: 5px;
}

.login-popup .login-agree .form-label-con {
  font-size: 12px;
  height: 18px;
  line-height: 18px;
}

.login-popup .login-agree .form-label-con.active .form-radio-btn,
.login-popup .login-agree .form-label-con .form-checkbox-btn {
  background-color: #2772e1;
  border-color: #1d66d1;
}

.login-popup .login-agree .form-label-con.active .form-radio-btn i,
.login-popup .login-agree .form-label-con .form-checkbox-btn i {
  display: inline-block;
}

.login-popup .login-agree .form-label-con .form-label-con {
  color: #2772e1;
}


.portrait img {
  border-radius: inherit;
  display: block;
  width: 100%;
  height: auto;
}


.user-group {
  margin-top: 23px;
  font-size: 0;
}

.user-group:after {
  vertical-align: middle;
}

.user-group>* {
  display: inline-block;
  vertical-align: middle;
}

.user-group>*:first-child {
  margin-left: 0;
}

.user-group>*:last-child {
  margin-right: 0;
}

.user-group .name {
  margin-right: 8px;
  font-size: 14px;
  color: #222;
  margin-left: 10px;
}

.user-group .name span {
  display: inline-block;
  padding-left: 10px;
  color: #999;
}



@media screen and (max-width: 940px) {
  .user-group {
    display: none;
    float: none !important;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  .user-group .name {
    display: none;
  }
}

.header.light .user-group .name {
  color: #666;
}

.logo-group .name {
  height: 30px;
  margin-left: 12px;
}

.login-area {
  margin-left: 5px;
}

.login-area a {
  display: inline-block;
  color: #fff;
  /* opacity: .8; */
  margin-left: 10px;
}

.login-area a:hover {
  opacity: 1;
}

@media screen and (max-width: 940px) {
  .login-area {
    margin-left: 0;
  }
}

.ul1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
}



.icoli {
  width: 98%;
  height: 90px;
  background: #fff;
  /* box-shadow: 0 3px 6px #e3e8ef; */
  opacity: 1;
  border-radius: 10px;
  /* margin-top: 23px; */
  cursor: pointer;
  display: flex;
  align-items: center;
  /* margin-right: 24px; */
  padding-left: 25px;
  margin-bottom: 5px;
}