@charset "UTF-8";
html {
  width: 100%;
  -webkit-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  background: #f4f4f4;
  min-height: 100%;
  font-family: "Microsoft Yahei", "微软雅黑", Arial, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ul li,
ol,
li {
  list-style: none outside none;
}

img {
  vertical-align: middle;
  border: none;
  width: 100%;
}

i {
  font: inherit;
}

input,
select,
option {
  vertical-align: middle;
  border-radius: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

input[type=text],
input[type=button],
input[type=submit],
input[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
strong {
  font-weight: normal;
}

select::-ms-expand {
  display: none;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
  outline: none;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
  display: block;
  _height: 1px;
  clear: both;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
  margin: 0;
  padding: 0;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

    .header-container .header-container--logo-container {
        /*width: 200px;*/
        padding-top: 6px;
        height: 56px;
    }
.header-container .header-container--logo-container h1 {
    float: left;
    background: url(/static/imgs/logo.png) no-repeat;
    height: 35px;
    width: 162px;
    text-indent: -9999em;
    cursor: pointer;
}
.header-container .header-container--logo-container .logo {
  width: 100%;
}

.header-container .header-container--logo-container .logo-w {
  display: none;
}

.header-container .header-container--search-container {
  margin-right: 100px;
}

.header-container .header-container--search-container .search-container .search-container--input,
.header-container .header-container--search-container .search-container .search-container--button {
  height: 40px;
  border: 4px solid #ff4757;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.header-container .header-container--search-container .search-container .search-container--input.search-container--input,
.header-container .header-container--search-container .search-container .search-container--button.search-container--input {
  width: 300px;
  padding: 0 10px;
}

.header-container .header-container--search-container .search-container .search-container--input.search-container--button,
.header-container .header-container--search-container .search-container .search-container--button.search-container--button {
  line-height: 30px;
  padding: 0 20px;
  letter-spacing: 4px;
  background-color: #ff4757;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.header-container .header-container--search-container .search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-container .header-container--search-container .search-list .search-item {
  font-size: 12px;
  padding: 10px 8px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.header-container .header-container--search-container .search-list .search-item:hover {
  color: #ff4757;
}

.header-container .header-container--search-container .search-list .search-item::after {
  content: "|";
  position: absolute;
  top: 50%;
  right: -2px;
  color: #000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-container .header-container--search-container .search-list .search-item:last-of-type::after {
  content: "";
}

.header-container__nav-list {
  border-bottom: 2px solid #ff4757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}

.header-container__nav-list .header-container--nav-item {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.header-container__nav-list .header-container--nav-item.is-active {
  color: #ff4757;
}

.header-container__nav-list .header-container--nav-item:hover {
  color: #ff4757;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.copyright-container {
  padding: 5px 0 20px;
  text-align: center;
}

body > div {
  width: 980px;
  margin: 0 auto;
  background-color: #fff;
}

.crumbs {
  padding: 10px;
}

.crumbs .crumbs--item {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
  position: relative;
  color: #000;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.crumbs .crumbs--item:hover {
  color: #ff4757;
}

.crumbs .crumbs--item::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.crumbs .crumbs--item:last-of-type {
  color: #ff4757;
}

.crumbs .crumbs--item:last-of-type::after {
  content: "";
}

.ui-tag {
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #1e90ff;
  color: #1e90ff;
  display: inline-block;
  padding: 0 10px;
  border-radius: 4px;
  line-height:18px;
}

.ui-tag.success {
  border-color: #2ed573;
  color: #2ed573;
}

.ui-tag.primary {
  border-color: #1e90ff;
  color: #1e90ff;
}

.ui-tag.danger {
  border-color: #ff4757;
  color: #ff4757;
}

.ui-tag.warning {
  border-color: #ffa502;
  color: #ffa502;
}

.newsite {
    color: red;
    text-align: center;
    margin-bottom: 10px;
}