body {
  background-color: #f9f3e0;
}
.no-scroll {
  overflow: hidden;
}
.svgMuban {
  padding-bottom: 150px;
  background-color: #f9f3e0;
}
.svgMuban #preview_modal_ {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 333333;
}
.svgMuban .container {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
}
.svgMuban .mobanYulan {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 333333;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.45);
}
.svgMuban .mobanYulan > div {
  width: 435px;
  height: 96vh;
  padding: 28px 34px;
  background: #fff;
  overflow-y: auto;
}
.svgMuban .questLog {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px 0px 0px 0px;
  position: fixed;
  z-index: 3333;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
.svgMuban .questLog.svg .yulan {
  display: none !important;
}
.svgMuban .questLog.svg .moban-card {
  cursor: default !important;
}
.svgMuban .questLog .content {
  width: 1046px;
  height: 1052px;
  margin: 0 auto;
  background: #fffdf6;
  border-radius: 15px 15px 15px 15px;
}
.svgMuban .questLog .content .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.svgMuban .questLog .content .title .titleBg {
  width: 100%;
  height: 241px;
  background: linear-gradient(180deg, #fd9648 0%, rgba(253, 150, 72, 0) 100%);
  border-radius: 15px 15px 15px 15px;
  opacity: 0.21;
}
.svgMuban .questLog .content .title .bodyMuban {
  position: absolute;
  top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.svgMuban .questLog .content .title .bodyMuban .mubanTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.svgMuban .questLog .content .title .bodyMuban .mubanTitle .btn {
  position: absolute;
  left: -164px;
  line-height: 30px;
  background: #fb6701;
  border-radius: 27px 27px 27px 27px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.svgMuban .questLog .content .title .bodyMuban .mubanTitle h3 {
  width: 312px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 800;
  font-size: 24px;
  color: #fb6701;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.svgMuban .questLog .content .title .bodyMuban .mubanTitle p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0;
}
.svgMuban .questLog .content .title .bodyMuban .mubanTitle p span {
  color: #f03402;
}
.svgMuban .questLog .content .title .bodyMuban .mubanBox {
  margin-top: 32px;
  width: 300px;
  height: 362px;
}
.svgMuban .questLog .content .title .bodyMuban .invite {
  position: relative;
  margin-top: 86px;
  width: 891px;
  height: 275px;
  padding: 34px 46px;
  background: #FFECDE;
  box-shadow: 0px 0px 10px 1px rgba(191, 191, 191, 0.16);
  border-radius: 10px 10px 10px 10px;
}
.svgMuban .questLog .content .title .bodyMuban .invite .countDownTitle {
  width: 429px;
  height: 56px;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(180deg, #FB6701 0%, #F03402 100%);
  border-radius: 44px 44px 44px 44px;
  border: 2px solid #FFFFFF;
  line-height: 52px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 17px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svgMuban .questLog .content .title .bodyMuban .invite .countDownTitle span {
  width: 32px;
  height: 32px;
  margin: 0 10px;
  line-height: 32px;
  display: block;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 17px;
  color: #F03402;
  font-style: normal;
  text-transform: none;
}
.svgMuban .questLog .content .title .bodyMuban .invite .invitationDetails {
  position: absolute;
  right: 26px;
  top: 16px;
  font-weight: bold;
  font-size: 15px;
  color: #F03402;
  font-style: normal;
  text-transform: none;
}
.svgMuban .questLog .content .title .bodyMuban .invite .inviteContent {
  height: 185px;
  padding: 33px 42px;
  padding-bottom: 0;
  margin-top: 28px;
  overflow-y: auto;
  background: #FFFFFF;
}
.svgMuban .questLog .content .title .bodyMuban .invite .inviteContent .succeedInvite {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 15px;
  color: #742009;
  font-style: normal;
  text-transform: none;
}
.svgMuban .questLog .content .title .bodyMuban .invite .inviteContent .succeedInvite span {
  color: #F03402;
}
.svgMuban .questLog .content .title .bodyMuban .invite .inviteContent .invitationLocation {
  display: flex;
  flex-wrap: wrap;
  padding-top: 19px;
}
.svgMuban .questLog .content .title .bodyMuban .invite .inviteContent .invitationLocation .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-right: 35px;
  margin-bottom: 35px;
}
.svgMuban .questLog .content .title .bodyMuban .invite .inviteContent .invitationLocation .item .invitationBox {
  width: 60px;
  height: 60px;
  background: #FFF8F2;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffc6b7;
  font-size: 28px;
}
.svgMuban .questLog .content .title .bodyMuban .invite .inviteContent .invitationLocation .item .invitationBox img {
  width: 100%;
  height: 100% !important;
  border-radius: 50px;
}
.svgMuban .questLog .content .title .bodyMuban .invite .inviteContent .invitationLocation .item .name {
  width: 75px;
  height: 20px;
  position: absolute;
  bottom: -16px;
  background: #FFF8F2;
  border-radius: 12px 12px 12px 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 13px;
  color: #742009;
  font-style: normal;
  text-align: center;
  text-transform: none;
}
.svgMuban .taskListBox {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px 0px 0px 0px;
  position: fixed;
  z-index: 3333;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
.svgMuban .taskListBox .content {
  width: 1046px;
  height: 752px;
  margin: 0 auto;
  background: #fffdf6;
  border-radius: 15px 15px 15px 15px;
}
.svgMuban .taskListBox .content .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.svgMuban .taskListBox .content .title .titleBg {
  width: 100%;
  height: 241px;
  background: linear-gradient(180deg, #fd9648 0%, rgba(253, 150, 72, 0) 100%);
  border-radius: 15px 15px 15px 15px;
  opacity: 0.21;
}
.svgMuban .taskListBox .content .title .bodyMuban {
  position: absolute;
  top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.svgMuban .taskListBox .content .title .bodyMuban .mubanTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.svgMuban .taskListBox .content .title .bodyMuban .mubanTitle .btn {
  position: absolute;
  left: -164px;
  line-height: 30px;
  background: #fb6701;
  border-radius: 27px 27px 27px 27px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.svgMuban .taskListBox .content .title .bodyMuban .mubanTitle h3 {
  width: 312px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 800;
  font-size: 24px;
  color: #fb6701;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.svgMuban .taskListBox .content .title .bodyMuban .mubanTitle p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0;
}
.svgMuban .taskListBox .content .title .bodyMuban .mubanTitle p span {
  color: #f03402;
}
.svgMuban .taskListBox .content .title .bodyMuban .invite {
  position: relative;
  margin-top: 46px;
  width: 891px;
  max-height: 475px;
  padding: 34px 46px;
  background: #FFECDE;
  box-shadow: 0px 0px 10px 1px rgba(191, 191, 191, 0.16);
  border-radius: 10px 10px 10px 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 创建两列，每列等宽 */
  grid-gap: 20px;
  /* 设置网格项之间的间距 */
  overflow-y: auto;
}
.svgMuban .taskListBox .content .title .bodyMuban .invite .item {
  height: 147px;
  background: #fff;
  border-radius: 12px;
  padding: 15px 10px;
}
.svgMuban .taskListBox .content .title .bodyMuban .invite .item .tasKitle {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f7;
}
.svgMuban .taskListBox .content .title .bodyMuban .invite .item .tasKitle .name {
  font-weight: bold;
  font-size: 16px;
}
.svgMuban .taskListBox .content .title .bodyMuban .invite .item .tasKitle .status {
  padding: 0 14px;
  border: 1px solid #b3b3b9;
  border-radius: 12px;
  color: #b3b3b9;
}
.svgMuban .taskListBox .content .title .bodyMuban .invite .item .particular > div {
  display: flex;
}
.svgMuban .taskListBox .content .title .bodyMuban .invite .item .particular > div span {
  color: #7f7f7f;
}
.svgMuban .taskListBox .content .title .bodyMuban .invite .item .goal {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
}
.svgMuban .taskListBox .content .title .bodyMuban .invite .item .goal > div {
  display: flex;
}
.svgMuban .taskListBox .content .title .bodyMuban .invite .item .lable {
  font-weight: bold;
}
.svgMuban .inviteBtnBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
  text-align: center;
  line-height: 56px;
}
.svgMuban .inviteBtnBox .finishBox {
  display: none;
}
.svgMuban .inviteBtnBox .inviteBtn {
  width: 204px;
  height: 56px;
  background: #FB6701;
  border-radius: 50px 50px 50px 50px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.svgMuban .inviteBtnBox .cancel {
  width: 204px;
  height: 56px;
  margin-left: 22px;
  background: #FFFFFF;
  border-radius: 50px 50px 50px 50px;
  border: 2px solid #FB6701;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 18px;
  color: #FB6701;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}
.svgMuban .content .titleBox {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  width: 827px;
  height: 126px;
  margin: 0 auto;
  margin-top: 62px;
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.svgMuban .content .titleBox .navBox {
  margin-top: -10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.svgMuban .content .titleBox .navBox div {
  width: 405px;
  height: 112px;
  line-height: 112px;
  border-radius: 32px 32px 32px 32px;
  flex: 1;
  text-align: center;
  color: #f03402;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://bcn.135editor.com/files/202406/images/active_title.png);
}
.svgMuban .content .titleBox .navBox div.active {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  font-style: normal;
  text-transform: none;
  background-image: url(https://bcn.135editor.com/files/202406/images/bg_title.png);
}
.svgMuban .content .titleBox .task {
  position: absolute;
  right: -80px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #f03402;
  font-style: normal;
  text-decoration-line: underline;
  text-transform: none;
  cursor: pointer;
}
.svgMuban .content .body {
  margin-bottom: 79px;
  padding: 37px 25px;
  background: #ffe591;
  border-radius: 20px 20px 20px 20px;
}
.svgMuban .content .body > div {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.svgMuban .content .body > div:nth-child(1) {
  display: flex;
}
.svgMuban .content .body > div:nth-child(1) .____item-contanier::before {
  display: none;
}
.svgMuban .content .body .____item-contanier {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: none;
  width: 272px;
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(228, 227, 226, 0.7);
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: 20px;
}
.svgMuban .content .body .____item-contanier:nth-child(4n) {
  margin-right: 0;
}
.svgMuban .content .body .____item-contanier .txt-hide {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.svgMuban .content .body .____item-contanier .txt-lines-hide::after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10%;
  height: 24px;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 50%);
}
.svgMuban .content .body .____item-contanier .img-container-svgmuban img {
  display: block;
  width: 100%;
}
.svgMuban .content .body .____item-contanier .img-container-svgmuban img.svg-img {
  width: 100%;
}
.svgMuban .content .body .____item-contanier.full-scr {
  background: #ffffff;
}
.svgMuban .content .body .____item-contanier::before {
  content: "";
  width: 32px;
  height: 22px;
  margin-left: 11px;
}
.svgMuban .content .body .____item-contanier.v0::before {
  background: url(https://bcn.135editor.com/files/202404/images/svg_icon_v1.png) no-repeat center / cover;
}
.svgMuban .content .body .____item-contanier.v1::before {
  background: url(https://bcn.135editor.com/files/202404/images/svg_icon_v1.png) no-repeat center / cover;
}
.svgMuban .content .body .____item-contanier.v2::before {
  background: url(https://bcn.135editor.com/files/202404/images/svg_icon_v2.png) no-repeat center / cover;
}
.svgMuban .content .body .____item-contanier.v3::before {
  background: url(https://bcn.135editor.com/files/202404/images/svg_icon_v3.png) no-repeat center / cover;
}
.svgMuban .content .body .____item-contanier.v4::before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAaCAYAAADbhS54AAAEfklEQVRIib2WbWyTVRTHf/d5no6nXbuuLQwZW/bSjY2BRAw6UCCK0/CiH/hiQIyaaRTjS6LBxPidLyYYY2IEE/TDBCNGYgLEqVESAqiJxIFAGHuleyF1tLVv69PXxw9lTyltoQPmP7kfzj3n3Pu/55x77hWtq/br/A+oqGpGsSws216RZGUO6WQhFDOy2YWup8v2USRp7onJlXXoug6UnxxFzDExYbIhZBVmES0ARZLkOaIECAnmudD1zKxd5zSVGcVGNoOzixaUmcq3uttZ0uIsqvt4bx9DnumCeV3IPLOhjuaGSgDOXgwSiqRY97ALgH+uxTl4zFua2O1S+ezT9Wx60g2ApqWYuBrG6TDjqFYBeO3F5by/+0yBX1KYaW6wsLlr8QxV+i4EDXloJMSBo1dLExOiNLFNjy/khe3LDFK7PzpD38UQTruJfXvWoqoKyzsWsHlDLT8cz55+18526hbbOPH7FG1um7HW0GiYlkaLIV/zazy3pYb1q2s4c87P54fG8vaWhCRTbKxcVk33jg7D8MuDl2httvPGS0vYvrWJQ98PGrruHR24HCpCkqmvq8LdVE3N/Iq8jcKROJUW6QZiMdavrsHdZCcaTUAmnTeKEnugo5oP3lmJqmbrr+eby/Se8LF29SI2djWwsauB73q9DI8GAVBVhe5tboQkZ4sd6Dvvx91kN4icvRSirSUnD42GDP0ffT50PZM3FCFyp5jBuf4o217/jZ3PNwIQnU4jhERzo91I67pVTg4f9QAw4dUYGdcAgX69idoq80tkKqBhUXMXzd1gBSDwr8blK5ECDkWJAaxos7LxiXoAfvxlHKc9ZOhUVWHXm/cbcs+hQUYnvMTiMWa6u7vRaugHRwLoepraRbm5GbvLg/6iT1VJYlVWU+60vgTLWnOFPDwaYmA4bMh/nQ+TTqdJJDRcjuxtne+cZ+hj00mW1Ks5WUvR1lINwIVLvmxd3UysKCtg+dJcPXinNBYuyC08MBxm3wFPnn00FkHXM2x9+WcAdr261NBdGQ9SX5vzn5gM8cp7J0ttXZrYow/acTnm5c21t1YV2MzAH4xy8s84nSscRqTbW3MN2WJWeOSh+27w1ulak220nsko/aPRAg6ic8vpgif/8P41tzzNzRgc9tH97nG+/uwpFi+qur3DDTja28+He/8umC8asT2fXix74UQigj8QAj3DF1/1zYoUgGciAkUeedG5+VS2F9wBUqkEgcDknbjeEkIIlFQqdk0xWWruZIFweGpWv9JyIUumpBKL+gZs1bMnpmlhkonCX8W9gCA9pgR9Iz+ZrQuWKopa/F9TBLqeIRzyohfpP3cLWalIR4PjB2Sr8zFFm/ZXma3zayVJsdzeFSLhKeJamGz3vndDUUzppOY/kk7GvpVtrg1jmXSyIxKc9EqSHJflClVIcoUocSHSqTjBwNj1m3T3ZIQQKLIppSiyZzp09Ug6pfUDPaJzy2k8A786gLeB+vICPmcYAz4BAnJGNAFowCkgAlgBM7d4ru4x4sA40Av0ANMA/wE3ZMjENOEquwAAAABJRU5ErkJggg==) no-repeat center / cover;
}
.svgMuban .content .body .____item-contanier > h3 {
  font-size: 14px;
  font-weight: bold;
  color: #121b32;
  text-align: center;
  margin: 24px 15px 14px;
}
.svgMuban .content .body .____item-contanier .img-scroll {
  transition: all 0.3s;
  position: relative;
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
  min-height: 100px;
  height: auto;
}
.svgMuban .content .body .____item-contanier .img-scroll:hover img {
  opacity: 0;
}
.svgMuban .content .body .____item-contanier .img-scroll:hover .show_gif {
  opacity: 1;
}
.svgMuban .content .body .____item-contanier .img-scroll img {
  height: 384px;
  object-fit: cover;
  transition-property: opacity height;
  transition-duration: 0.3s;
  display: block;
}
.svgMuban .content .body .____item-contanier .img-scroll img + img {
  width: 100%;
  display: none;
}
.svgMuban .content .body .____item-contanier .img-scroll.not:hover img {
  display: block;
}
.svgMuban .content .body .____item-contanier .img-scroll:hover img + img {
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  width: calc(100% - 30px);
  z-index: 2;
}
.svgMuban .content .body .____item-contanier .img-scroll::-webkit-scrollbar {
  display: none;
}
.svgMuban .content .body .____item-contanier .text-wrap {
  background-color: #fff;
  height: 106px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.svgMuban .content .body .____item-contanier .text-wrap .btn {
  width: 238px;
  height: 44px;
  background: linear-gradient(180deg, #fb6701 0%, #f03402 100%);
  border-radius: 30px 30px 30px 30px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  font-style: normal;
  text-transform: none;
}
.svgMuban .content .body .____item-contanier .text-wrap .btn.disabled {
  filter: grayscale(100%);
  cursor: not-allowed;
  pointer-events: none;
}
.svgMuban .content .body .____item-contanier .text-wrap p {
  color: rgba(135, 145, 155, 0.9);
  font-size: 12px;
  margin-bottom: 10px;
  text-decoration-line: line-through;
}
.svgMuban .content .body .____item-contanier .text-wrap .fav-wrap {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex: 1;
  align-items: center;
  font-size: 14px;
}
.svgMuban .content .body .____item-contanier .text-wrap .fav-wrap > a {
  font-size: 14px;
  font-weight: 400;
  color: #868d9d;
}
.svgMuban .content .body .____item-contanier .text-wrap .fav-wrap > a:hover {
  color: #f95f30;
}
.svgMuban .content .body .____item-contanier .text-wrap .fav-wrap span.wrap-id {
  cursor: pointer;
  color: #868d9d;
  margin-right: 10px;
}
.svgMuban .content .body .____item-contanier .text-wrap .fav-wrap span.fav-box {
  margin-right: 5px;
  cursor: pointer;
}
.svgMuban .content .body .____item-contanier .text-wrap .fav-wrap span.fav-box img {
  margin-bottom: 3px;
  width: 17px;
  height: auto;
}
.svgMuban .content .body .____item-contanier .text-wrap .preview-wrap {
  position: relative;
  color: rgba(135, 145, 155, 0.9);
}
.svgMuban .content .body .____item-contanier .text-wrap .preview-wrap:hover span.preview {
  opacity: 1;
  display: flex;
}
.svgMuban .content .body .____item-contanier .text-wrap .preview-wrap > .preview {
  display: none;
  opacity: 0;
  bottom: 120%;
  left: -60%;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  width: 150px;
  height: 170px;
  z-index: 11;
  text-align: center;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  transition: opacity 0.3s;
  box-shadow: 0 0 10px -5px #000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.svgMuban .content .body .____item-contanier .preview-wrap > .preview img {
  width: 125px;
  margin-bottom: 10px;
}
.svgMuban .content .agreement {
  padding: 34px 44px;
  background: #ffe591;
  border-radius: 24px 24px 24px 24px;
}
.svgMuban .content .agreement .title {
  border-bottom: 1px solid #8b4d06;
  margin-bottom: 22px;
}
.svgMuban .content .moban-card {
  position: relative;
  width: 100%;
  height: 362px;
  padding: 25px 10px 35px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}
.svgMuban .content .moban-card .vip {
  width: 41px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 12px;
  padding: 0px 10px;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 4px 0 0 4px;
  background-image: url(https://bcn.135editor.com/files/202404/images/tag_vip.png);
  color: #986e2e;
  letter-spacing: 2px;
  font-style: normal;
  z-index: 99;
  font-weight: 600;
}
.svgMuban .content .moban-card .title {
  background: rgba(108, 117, 125, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  z-index: 33;
}
.svgMuban .content .moban-card .moban {
  overflow-y: auto;
  overflow-x: hidden;
}
.svgMuban .content .moban-card .moban:hover .yulan {
  display: flex;
}
.svgMuban .content .moban-card .moban .yulan {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  display: none;
  justify-content: center;
  align-items: center;
}
.svgMuban .content .moban-card .moban .yulan > div {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #444444;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svgMuban .content .moban-card .moban .yulan > div:hover {
  background-color: #ff6f50;
}
.svgMuban .content .moban-card .moban > img {
  max-width: 100%;
}
.svgMuban .content .vQiye .moban-card .vip {
  background-image: url(https://bcn.135editor.com/files/202404/images/tag_qiyevip.png);
}
.svgMuban .content .mubanDescribe {
  margin-top: 5px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 14px;
  color: #999999;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
/* 移动端媒体查询 */
@media screen and (max-width: 768px) {
  .svgMuban .content .titleBox {
    width: 100%;
    height: 50px;
    margin-top: 0;
    margin-bottom: 60px;
    background-position: center;
    background-image: none;
    background-color: #f75501;
  }
  .svgMuban .content .titleBox .navBox div.active,
  .svgMuban .content .titleBox .navBox div {
    font-size: 16px;
  }
  .svgMuban .content .titleBox .navBox div {
    width: 170px;
    height: 48px;
    line-height: 48px;
  }
  .svgMuban .content .titleBox .navBox {
    margin: 0;
    height: 30px;
    line-height: 30px;
  }
  .svgMuban .content .titleBox .task {
    position: absolute;
    right: auto;
    bottom: -40px;
  }
  .svgMuban .content .body {
    background: transparent;
    padding: 0;
    margin-bottom: 30px;
  }
  .svgMuban .content .body .____item-contanier {
    width: 90%;
    margin-right: 0;
  }
  .svgMuban .content .body .____item-contanier:nth-child(5),
  .svgMuban .content .body .____item-contanier:nth-child(6),
  .svgMuban .content .body .____item-contanier:nth-child(7),
  .svgMuban .content .body .____item-contanier:nth-child(8) {
    margin-bottom: 20px;
  }
  .svgMuban .content .agreement {
    background: transparent;
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  .svgMuban {
    padding-bottom: 50px;
    background: transparent;
  }
  .svgMuban .questLog .content .title .bodyMuban .invite .countDownTitle,
  .svgMuban .questLog .content,
  .svgMuban .questLog .content .title .bodyMuban .invite,
  .svgMuban .questLog > div {
    width: 100%;
  }
  .svgMuban .inviteBtnBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .svgMuban .inviteBtnBox .inviteBtn,
  .svgMuban .inviteBtnBox .cancel {
    margin: 0;
    height: 42px;
    line-height: 42px;
  }
  .svgMuban .inviteBtnBox .inviteBtn {
    margin-left: 0 !important;
  }
  .svgMuban .inviteBtnBox .cancel {
    margin-top: 20px;
  }
  .svgMuban .questLog .content .title .bodyMuban .invite .countDownTitle {
    width: 90%;
    font-size: 12px;
  }
  .svgMuban .questLog .content .title .bodyMuban .invite .countDownTitle span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
  }
  .svgMuban .questLog .content .title .bodyMuban .invite .invitationDetails {
    top: 30px;
  }
  .svgMuban .questLog .content .title .bodyMuban .invite {
    padding: 30px 20px;
  }
  .svgMuban .questLog .content .title .bodyMuban .invite .inviteContent {
    padding: 15px 20px;
  }
  .svgMuban .questLog .content .title .bodyMuban .invite .inviteContent .invitationLocation {
    padding-bottom: 0;
  }
  .svgMuban .mobanYulan > div {
    width: 90%;
  }
  .svgMuban .taskListBox .content .title .bodyMuban .invite .countDownTitle,
  .svgMuban .taskListBox .content,
  .svgMuban .taskListBox .content .title .bodyMuban .invite,
  .svgMuban .taskListBox > div {
    width: 100%;
  }
  .svgMuban .taskListBox .content .title .bodyMuban .invite {
    grid-template-columns: repeat(1, 1fr);
    background-color: transparent;
    padding: 10px;
    margin-top: 20px;
  }
  .svgMuban .taskListBox > div {
    position: fixed !important;
    top: 0 !important;
  }
  .svgMuban .taskListBox .content .title .titleBg {
    border-radius: 0;
  }
  .svgMuban .taskListBox .content {
    border-radius: 0;
    height: 100vh;
  }
  .svgMuban .taskListBox .content .title .bodyMuban {
    top: 30px;
  }
  .svgMuban #preview_modal_ > div {
    width: 90%;
  }
  .svgMuban #preview_modal_ iframe {
    width: 100% !important;
  }
  .svgMuban .questLog .content .title .bodyMuban .mubanTitle h3 {
    font-size: 16px;
  }
  .svgMuban .questLog .content .title .bodyMuban .mubanTitle .btn {
    display: none;
  }
}
