html, body{
  height: 100%;
}
body{
  background: url(../images/detail/bg_repeat.png) repeat 0 0;
  background-size: 1.13rem .56rem;
}

.main-container {
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.8); */
  position: relative;
}
.top-bg{
  position: fixed;
  width: 100%;
  height: 3.77rem;
  background: url(../images/detail/bg_top.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.back-btn,
.share-btn {
  position: fixed;
  z-index: 10;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position:  0 0;
}

.back-btn {
  width: 1.69rem;
  height: 0.85rem;
  top: 0.85rem;
  left: 0.52rem;
  background-image: url(../images/detail/back.png);
}

.share-btn {
  width: 1.04rem;
  height: 0.85rem;
  top: 0.85rem;
  right: 0.52rem;
  background-image: url(../images/detail/share.png);
}

.back-btn img,
.share-btn img {
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.12rem;
}
#js-content-box{
  height: 100%;
}
.main-container .content-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
}
.main-container .img-detail-box{
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.main-container .content-box img {
  max-width: 100%;
  max-height: 100%;
}

.info-box {
  width: 100%;
  min-height: 3.65rem;
  padding: 1.5rem 0.48rem .52rem;
  font-size: 0.24rem;
  word-break: break-all;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0; 
  background: url(../images/detail/bg_bottom.png) no-repeat 0 0;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.info-box .content {
  width: 80%;
  color: #fff;
}

.info-box .content .title {
  font-size: 0.45rem;
  font-weight: 600;
  margin-bottom: 0.24rem;
}
.info-box .content .desc {
  max-height: 1.9rem;
  font-size: 0.32rem;
  overflow-y: scroll;
}

.info-box .zan-icon-box div{
  width: 2.26rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.info-box .zan-icon-box .post{
  background-image: url(../images/detail/zan.png);
}
.info-box .zan-icon-box .hasPost{
  background-image: url(../images/detail/zaned.png);
}

.info-box .zan-icon-box img {
  width: 1.14rem;
  height: 1.10rem;
  margin-bottom: 0.12rem;
}

.share-menu-box {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: -100rem;
  left: 0;
  color: #777777;
  font-size: 0.24rem;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}

.share-menu-box .menu-box {
  padding: 0.36rem 0;
  display: flex;
  justify-content: center;
}

.share-menu-box .menu-box .menu-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0.56rem;
}

.share-menu-box .menu-box .menu-item:last-child {
  margin-right: 0;
}

.share-menu-box .menu-box .menu-item .img-box {
  width: 1.48rem;
  height: 1.48rem;
  box-sizing: border-box;
  background: #f0f0f0;
  border-radius: 100%;
  margin-bottom: 0.16rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-menu-box .menu-box .menu-item .img-box img {
  width: 0.60rem;
  object-fit: contain;
}

.share-menu-box .cancel {
  padding: 0.36rem 0;
  color: red;
  font-size: 0.36rem;
  font-weight: 600;
  text-align: center;
  border-top: 1px solid #f0f0f0;
}

.share-menu-box .copy-tips-pupop {
  display: none;
  width: 100%;
  font-size: 0.24rem;
  padding-top: 0.18rem;
  padding-bottom: 0.12rem;
  justify-content: center;
  align-items: center;
}

.share-menu-box .copy-tips-pupop .icon {
  width: 0.52rem;
  height: 0.52rem;
  margin-right: 0.08rem;
}

.share-card-box {
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}

.share-card-box img {
  height: 13.00rem;
  border: 1px solid #ffffff;
}

.share-card-box .tips {
  font-size: 0.24rem;
  color: #ffffff;
  padding-top: 0.12rem;
}

.share-card-box .share-card-box-close {  
  width: 0.82rem;
  height: 0.82rem;
  cursor: pointer;
  user-select: none;
  z-index: 120;
  background-image: url('//r2cdn-game.r2games.com.cn/witch/act-works-collect/close-circle.png');
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
  margin-top: 0.6rem;
}

#cv-share-card {
  border: 1px solid red;
  margin: auto;
  position: fixed;
  top: -10000rem;
  left: -10000rem;
}

.share-menu-box .copy-tips-pupop .icon.loading-icon {
  animation: loading 1.2s linear infinite;
  -webkit-animation: loading 1.2s linear infinite;
}

.js-deatil-err-tips .vote-loading, .vote-err-tips {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.js-deatil-err-tips .vote-loading .icon {
  width: 0.52rem;
  height: 0.52rem;
  margin-right: 0.08rem;
}

.js-deatil-err-tips .vote-loading .icon.loading-icon {
  animation: loading 1.2s linear infinite;
  -webkit-animation: loading 1.2s linear infinite;
}