* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:focus, a:active, a:hover {
  outline: none;
}

a img {
  vertical-align: top;
}

a, img {
  -webkit-touch-callout: none;
}

img {
  border: none;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
}

input, button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea {
  resize: none;
  overflow-y: auto;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

body,
input,
button,
textarea,
select,
option {
  font: normal 0.28rem "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a, p {
  word-break: break-all;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

body {
  position: relative;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
  color: #333;
  overflow-x: hidden;
}

.header {
  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;
  height: 0.9rem;
  background: #459DF5;
}

.header-left {
  width: 0.9rem;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
  color: #fff;
}

.header-left i {
  font-size: 0.34rem;
}

.header-center {
  font-size: 0.34rem;
  font-weight: normal;
  color: #fff;
}

.header-right {
  width: 0.9rem;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
  color: #fff;
}

.header-right.active .icon-menu {
  display: none;
}

.header-right.active .icon-close {
  display: block;
}

.header-right i {
  font-size: 0.34rem;
}

.header-right i.icon-menu {
  display: inline-block;
}

.header-right i.icon-close {
  display: none;
}

html,
body {
  height: 100%;
  background: #fff;
  overflow: hidden;
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu {
  position: absolute;
  top: 0.9rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 0.24rem 0 0 0.3rem;
  background: #fff;
}

.menu-list-items {
  width: 20%;
  height: 0.6rem;
  font-size: 0.28rem;
}

.menu-list-items a {
  display: block;
  width: 100%;
  height: 100%;
}

.container {
  position: relative;
  -webkit-box-flex: 1 0;
      -ms-flex: 1 0;
          flex: 1 0;
  background-color: #212121;
  overflow: hidden;
}

.container .gallery {
  position: relative;
  height: 100%;
}

.container .gallery-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.container .gallery-stat {
  position: absolute;
  top: .25rem;
  left: .25rem;
  z-index: 999;
  padding: .1rem .2rem;
  background-color: rgba(255, 255, 255, .3);
  border-radius: .26rem;
  line-height: 1;
  font-size: .32rem;
  font-weight: 500;
  color: #fff;
}

.container .gallery-stat-gap {
  margin: 0 .02rem;
}

.container .gallery-item-pic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.container .gallery-item-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .2rem;
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
}

.container .gallery-item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 5.4em;
  line-height: 1.8em;
  font-weight: 500;
  font-size: .32rem;
}
