* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  border: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

:not(input, textarea) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

a:visited {
  color: #005bbb;
}

textarea {
  resize: none;
}

html {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  background-color: #000000;
}

body {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #fff;
  background-color: #000;
}

input,
textarea {
  -webkit-user-select: text;
  user-select: text;
}

.zhuan {
  cursor: pointer;
  color: #fff;
  display: none;
}

.horizontalScreen {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  /* transform: translateZ(1px); */
}

.iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.logo {
  width: 64px;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 100;
  transform: scale(0.8);
}

.closeIframe {
  position: absolute;
  z-index: 1000;
}

@keyframes Marquee_itemtitle {
  0% {
    -webkit-transform: translateX(33%);
    transform: translateX(35%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.avf {
  display: inline-block;
  width: 25px;
}

.avfb {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  text-align: center;
  font-family: 'Microsoft YaHei light';
  display: inline-block;
}

.imgActive .avfb {
  animation: Marquee_itemtitle 9s linear infinite;
}

.horizontalScreen {
  font-family: '微软雅黑', '华文细黑';
}

.thumbs {
  width: 100%;
  height: 75px;
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 2;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.35);
  transition: height 0.1s ease-in;
  scrollbar-width: none;
  text-align: center;
  will-change: all;
}

.thumbs_items {
  height: 100%;
  min-width: 80px;
  width: auto;
  display: inline-flex;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  align-items: center;
  scrollbar-width: none;
}

.thumbs_item {
  position: relative;
  width: 60px;
  min-width: 60px;
  margin: 2px 5px;
  height: 60px;
  overflow: hidden;
  border: 2px solid #fff;
  cursor: pointer;
}

.imgActive {
  border: 2px solid #efaf16;
}

.success {
  width: 11px;
  height: 11px;
  position: absolute;
  right: 2px;
  top: 2px;
  border-radius: 50%;
  background: url(../images/success.png) no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}

.showthumbs {
  width: 80px;
  height: 97px;
  position: absolute;
  left: -8px;
  bottom: -15px;
  z-index: 10;
  transform: scale(0.5);
  text-align: center;
  padding-top: 80px;
  letter-spacing: 2px;
  background: url(../images/showthumbs.png) no-repeat center top;
  background-size: 80px 80px;
  cursor: pointer;
  display: none;
}

.hidethumbs {
  background: url(../images/hidethumbs.png) no-repeat center center;
  background-size: 79px 96px;
}

.tip {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close {
  width: 0.4rem;
  position: absolute;
  right: 0.3rem;
  top: 0.45rem;
  cursor: pointer;
  z-index: 100;
}

#video {
  width: 100%;
  max-width: 750px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #000;
  transform: translate(-50%, -50%);
  display: none;
}

.thumbs::-webkit-scrollbar,
.thumbs_items::-webkit-scrollbar {
  display: none;
}

.laiba {
  font-family: 'Microsoft YaHei' !important;
  color: #000;
  font-size: 10px;
  border: none;
  transform: translate(-43%, -30%) scale(0.7);
  padding: 2px 5px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  position: relative;
  opacity: 0;
}

.itemImg {
  width: 110%;
  height: 110%;
  position: relative;
  top: 0;
  left: 0;
}

.h18 {
  height: 0 !important;
}

#music {
  width: 43px;
  height: 68px;
  position: absolute;
  top: 20px;
  right: 0;
  margin-left: 5px;
  transform: scale(0.65);
  background: url(../images/yinyue.png) no-repeat;
  line-height: 106px;
  background-position: top left;
  background-size: 43px 43px;
  z-index: 10;
  text-align: center;
}

.share {
  position: absolute;
  width: 650px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
}

.weibo {
  width: 250px;
  height: 250px;
  margin: 40px 0 0 80px;
}

.h1c {
  position: fixed;
  top: 0 !important;
  right: 0 !important;
  transform: scale(0.6);
  width: 110px !important;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  z-index: 1000;
  border-radius: 7px;
  padding: 0 10px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
}

.h1 {
  background: rgba(0, 0, 0, 0.6);
}

#shapan {
  width: 43px;
  height: 63px;
  position: fixed;
  top: 70px;
  right: 0;
  margin-left: 5px;
  transform: scale(0.65);
  background: url(../images/opens.png) no-repeat;
  line-height: 110px;
  background-size: 43px 43px;
  z-index: 10;
  background-position: top left;
  text-align: center;
}
#xz {
  width: 43px;
  height: 63px;
  position: fixed;
  top: 122px;
  right: 0;
  margin-left: 5px;
  transform: scale(0.65);
  background: url(../images/rotateclose.png) no-repeat;
  line-height: 110px;
  background-size: 43px 43px;
  z-index: 10;
  background-position: top left;
  text-align: center;
}

.puea {
  background: url(../skin/rotateopen.png) no-repeat !important;
    background-size: 43px 43px !important;
}

.summaryOff {
  width: 57px;
  height: 91px;
  position: absolute;
  overflow: hidden;
  bottom: -15px;
  right: 54px;
  transform: scale(0.6);
  background: url(../images/liuy.png) no-repeat;
  background-size: 100% auto;
  z-index: 10;
  text-align: center;
  padding-top: 62px;
  letter-spacing: 2px;
}

.wechatShare{
    width: 5.05rem;
    position: absolute;
    right: 40px;
    top: 10px;
}

.itemtitle{width:100%;height:18px;font-size:10px;line-height:18px;color:#fff;text-align:center;position:absolute;bottom:0;left:0;z-index:11;margin:0;white-space:nowrap;background:rgba(0,0,0,.6)}@keyframes Marquee_itemtitle{0%{-webkit-transform:translateX(33%);transform:translateX(35%)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.avf{display:inline-block;width:25px}.avfb{position:relative;top:0;left:0;width:auto;text-align:center;font-family:'Microsoft YaHei light';display:inline-block}.imgActive .avfb{animation:Marquee_itemtitle 9s linear infinite}


    .h2{z-index:5002}.share{position:absolute;width:650px;height:400px;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:5px}.weibo{width:250px;height:250px;margin:40px 0 0 80px}.pswp{z-index:6000!important}.swxi,.touiy{font-size:16px;height:30px;margin-left:18px;color:#000}.swxi{text-align:center;margin:0}.flogo{width:100%;height:220px}.flogo>img{margin:25px 15px;width:65px;cursor:pointer}.weixin{position:absolute;top:40px;right:0;width:200px;height:250px;margin-right:80px;text-align:center}.weim{width:150px;margin-top:20px}.sherabl{width:463px;height:44px;position:absolute;top:300px;left:80px;background-color:#eee;border-radius:3px;border:1px solid #000;display:flex;align-items:center}.tidpp{position:absolute;top:265px;font-size:16px;height:30px;margin-left:80px;color:#000}.lianj{width:calc(400px - 80px);background:0 0;font-size:16px;padding-left:10px}.copy{font-size:16px;background:#163dbb;border-radius:3px;padding:12px 30px;position:absolute;right:-2px;cursor:pointer}


    .bottomShare {
      width: 57px;
      height: 91px;
      position: absolute;
      overflow: hidden;
      bottom: -15px;
      right: 4px;
      transform: scale(0.6);
      background: url(../images/bottomShare.png) no-repeat;
      background-size: 100% auto;
      z-index: 10;
      text-align: center;
      padding-top: 62px;
      letter-spacing: 2px;
    }