@import url(common.css);
@import url(artlist.css);
.g-max-height {
  max-height: 100vh;
  overflow: hidden;
}

.g-header-art {
  margin-bottom: 0rem !important;
}

.g-nav {
  width: 6.86rem;
  height: .88rem;
  padding: 0 .32rem;
  position: relative;
  margin-bottom: .24rem;
  background: #fff;
  box-shadow: 0 0.06rem 0.16rem 0 #eee;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.fiexNav {
  position: fixed;
  top: 0;
  left: 1;
  box-shadow: 0 .06rem .16rem 0 #eee;
  z-index: 399;
}

.g-nav .nav-box {
  width: 6.86rem;
  height: .88rem;
  white-space: nowrap;
  display: flex;
  width: fit-content;
}

.g-nav .item {
  display: inline-block;
  font-size: .32rem;
  line-height: .88rem;
  color: #2D313E;
  margin-right: .4rem;
  box-sizing: border-box;
  vertical-align: text-bottom;
}

.g-nav .cur {
  font-size: .4rem;
  line-height: .88rem;
  font-weight: bold;
  position: relative;
}

.g-nav .cur::after {
  content: '';
  display: block;
  width: 0.28rem;
  height: 0.06rem;
  background: #0F89FF;
  position: absolute;
  bottom: 0.07rem;
  left: 50%;
  margin-left: -.14rem;
}

.banner {
  height: 2.9rem;
}

.banner img {
  display: block;
  width: 7.5rem;
  height: 2.9rem;
}

.art-list {
  padding: 0 .32rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.art-list .list-ts {
  display: none;
  height: .4rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #848792;
  text-align: center;
}

.dialog {
  width: 7.5rem;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -3.75rem;
  z-index: 400;
  display: none;
}

.dialog .closeBtn {
  width: 0.56rem;
  height: 0.56rem;
  background: url(../image/diacloseicon.png) no-repeat;
  background-size: .56rem;
  position: absolute;
  left: 50%;
  margin-left: -.28rem;
  bottom: -1rem;
}

.dialog .video {
  width: 100%;
  position: absolute;
  top: 15%;
  left: 0;
}

.dialog .video video {
  width: 100%;
  max-height: 8rem;
}

.toTopBtn {
  position: fixed;
  right: 0;
  bottom: 1rem;
}
