@font-face {
  font-family: 'font';
  src: url("SourceHanSerifCN-Bold.otf");
  src: url("SourceHanSerifCN-Bold.otf?#iefix") format("embedded-opentype"),
  url("SourceHanSerifCN-Bold.otf") format("truetype"),
  url("SourceHanSerifCN-Bold.otf") format("woff"),
  url("SourceHanSerifCN-Bold.otf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  font-family: 'heiti';
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 3px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #fff;
}

html, body {
  width: 100%;
  height: 100%;
  position: relative;
}

html {
  background: #dfdceb center no-repeat;
  background-size: cover;
}

body {
  background: url("img/xbg.jpg") no-repeat;
  background-size: cover;
  overflow: hidden;
}

a {
  text-decoration: none;
}

button {
  outline: none;
}

ul {
  list-style-type: none;
}

.container {
  width: 817px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.inner {
  width: 100%;
  height: 100%;
}

h1 {
  text-align: center;
  font-size: 32px;
  color: #375bb0;
  line-height: 92px;
  font-family: 'font';margin: 0;
}

.top {
  margin-bottom: -92px;
}

.bottom {
  font-size: 14px;
  color: #77788e;
  text-align: center;
  margin-top: -55px;
  line-height: 55px;
}

.content {
  height: 100%;
  padding: 92px 0 55px;
}

.views {
  height: 100%;
}

.nav + .views {
  padding-top: 72px;
}

.views .wrapper {
  width: 100%;
  width: calc(100% + 25px);
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.views li {
  border: 0 solid rgba(255, 255, 255, 0);
  border-radius: 10px;
}

/* filterizr */
.nav:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.nav {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 0;
  height: 72px;
  line-height: 72px;
  margin-bottom: -72px;
  position: relative;
}

.nav li {
  display: inline-block;
  vertical-align: middle;
  border-radius: 16px;
  background: #fff;
  padding: 0 25px;
  font-size: 14px;
  color: #686574;
  color: rgba(104, 101, 116, 1);
  border: 0;
  line-height: 32px;
  box-shadow: 0 3px 10px 3px rgba(197, 208, 232, .5);
  transition: all .5s;
  margin-right: 20px;
  cursor: pointer;
}

.nav li:hover {
  box-shadow: 0 2px 10px 2px rgba(49, 106, 238, .5);
  transition: all 1s;
  color: rgba(49, 106, 238, 1);
}

.nav .active {
  background-color: #4c7be8;
  color: #fff;
  color: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 10px 2px rgba(49, 106, 238, .5);
  transition: all 1s;
}

.nav .active:hover {
  color: rgba(255, 255, 255, 1);
  transition: all 1s;
}

.filterizr {
  margin: 0 auto;
  font-size: 0;
  margin-left: -25px;
}


.filtr-item {
  display: inline-block;
  overflow: hidden;
  border-style: solid;
  border-width: 0;
  border-color: rgba(255, 255, 255, 0);
  text-align: center;
}
.filteredOut {
  /*display: none;*/
  position: fixed;
}

.filtr-item .inner:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.filtr-item .inner {
  font-size: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}

.filtr-item .inner  img {
  height: 100%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: -500px;
  margin-right: -500px;
}

.filtr-item .inner .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #5d677e;
  font-size: 16px;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.filterizr[type='1'] .filtr-item .inner .title {
  line-height: 44px;
}

.filterizr[type='2'] .filtr-item .inner .title {
  line-height: 38px;
}

.filterizr[type='3'] .filtr-item .inner .title {
  line-height: 32px;
}

.filterizr[type='3'] .filtr-item {
  width: 275px;
  height: 175px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.filterizr[type='2'] .filtr-item {
  width: 413px;
  height: 311px;
  padding-left: 28px;
  padding-bottom: 28px;
}

.filterizr[type='1'] {
  margin: 0;
}

.filterizr[type='1'] .filtr-item {
  width: 800px;
  height: 480px;
  height: 460px;
  border-radius: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 1366px) {
  h1 {
    line-height: 60px;
  }
  .nav {
    height: 52px;
    line-height: 52px;
    margin-bottom: -52px;
  }
  .nav + .views {
    padding-top: 52px;
  }
  .content {
    padding: 60px 0 35px;
  }
  .bottom {
    margin-top: -35px;
    line-height: 35px;
  }
  .top {
    margin-bottom: -60px;
  }
}