@charset "UTF-8";
html, body {
  height: 100%;
}

.cotennt-wrap {
  height: 100%;
  background: url(//game.gtimg.cn/images/hongjing/act/a20221121mrtm/bg-interview.jpg?f671e) no-repeat center;
  background-size: cover;
}

.pop_close {
  position: absolute;
  top: -.55rem;
  right: 0;
  width: 0.48rem;
  height: 0.48rem;
  background: url(//game.gtimg.cn/images/hongjing/act/a20221017anniversary/pop-close.png) no-repeat center;
  background-size: 100%;
}

.cotent-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.3rem 0.3rem 0;
  font-size: 0;
}
.cotent-top .logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cotent-top .logos .logo {
  width: 1.64rem;
  height: 0.65rem;
  background: url(//game.gtimg.cn/images/hongjing/act/a20221121mrtm/logo.png?ab0d6) no-repeat center;
  background-size: cover;
}
.cotent-top .logos .logo-match {
  width: 1.13rem;
  height: 0.91rem;
  background: url(//game.gtimg.cn/images/hongjing/act/a20221121mrtm/logo-match.png?050b5) no-repeat center;
  background-size: cover;
}
.cotent-top .back, .cotent-top .share {
  height: 0.55rem;
}

.content {
  height: calc(100% - 3.1rem);
  width: 6.92rem;
  margin: 0 auto;
  font-size: 0.18rem;
  line-height: 0.31rem;
  color: #fff;
  margin-top: 0.5rem;
  overflow: auto;
  padding: 0 0.5rem;
}
.content .title {
  font-size: 0.4rem;
  line-height: 0.56rem;
  color: #ffd693;
  /* padding: 0 .62rem; */
}
.content .time {
  padding: 0.36rem 0;
  border-bottom: 1px dashed #fff;
  text-align: center;
  margin-top: 0.09rem;
  margin-bottom: 0.36rem;
}
.content .text-center img {
  max-width: 100%;
  display: block;
  margin: 0.3rem 0;
  height: auto !important;
}

.pop-share-guide {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: initial !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  padding-top: 0 !important;
}

.pop-share-guide > img {
  float: right;
  width: 2.05rem;
  height: 1.93rem;
}

.dia-copylink {
  display: none;
  width: 6.9rem;
  height: 2.93rem;
  background: url(//game.gtimg.cn/images/hongjing/act/a20221017anniversary/bg-present.png?bac90) no-repeat center;
  background-size: 100%;
}

.dia-copylink .title {
  font-size: 0.3rem;
  text-align: center;
  margin-bottom: 0.38rem;
  margin-top: 0.7rem;
}

.dia-copylink .link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.18rem;
  color: #ffdd81;
}

.dia-copylink .link input {
  width: 3.75rem;
  height: 0.38rem;
  line-height: 0.38rem;
  padding: 0 0.2rem;
  background: url(//game.gtimg.cn/images/hongjing/act/a20221017anniversary/link-border.png) no-repeat center;
  background-size: 100%;
  color: #ffdd81;
  margin-left: 0.2rem;
}

.dia-copylink .btn-copylink {
  width: 1.03rem;
  height: 0.38rem;
  background: url(//game.gtimg.cn/images/hongjing/act/a20221017anniversary/btn-copy.png) no-repeat center;
  background-size: 100%;
  transform: translateX(-0.1rem);
  -webkit-transform: translateX(-0.1rem);
}

/*滚动条样式*/
.innerbox::-webkit-scrollbar {
  width: 4px;
}

.innerbox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #ebbf84;
  background: #ebbf84;
}

.innerbox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(235, 191, 132, 0.1);
  border-radius: 0;
  background: rgba(235, 191, 132, 0.1);
}
