/* @grunt-build */
.bannerBox {
  position: relative;
}

.activityRules {
  width: 3.6667rem;
  height: .8333rem;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  cursor: pointer;
}

#myModal .modal {
  width: 90%;
  height: 8.3333rem;
  max-width: 90%;
  border-radius: 0.3rem;
  position: relative;
  background: transparent;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background: url(https://qt-xyzoy.oss-cn-beijing.aliyuncs.com/oy/applet/20240507/f48d27a4eee04f36ace760cc56fb0397.png) top left no-repeat;
  background-size: 100% 100%; */
}
#myModal .modal .bgIcon {
  width: 100%;
  display: block;
  position: relative;
  top: -15%;
}
#myModal .modal .modal-content {
  width: 100%;
  height: 82%;
  overflow: auto;
  position: relative;
  top: 18%;
}
#myModal .modal .modal-content .text-message {
  font-size: 0.18rem;
  color: #999999;
  margin-top: 0.2rem;
}
#myModal .modal .modal-content .details-con {
  position: relative;
}
#myModal .modal .modal-content .details-con .text {
  width: 85%;
  display: block;
  margin: auto;
 padding-bottom: .6667rem;
}
#myModal .modal .modal-content .details-con .item {
  display: flex;
  align-items: flex-start;
  padding: 0 0.3rem;
  text-align: left;
}
#myModal .modal .modal-content .details-con .item .left {
  width: 0.33rem;
  flex-shrink: 0;
}
#myModal .modal .modal-content .details-con .item .left img {
  width: 100%;
  display: block;
}
#myModal .modal .modal-content .details-con .item .right {
  padding-left: 0.16rem;
}
#myModal .modal .modal-content .details-con .item .right h3 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #000000;
}
#myModal .modal .modal-content .details-con .item .right .text {
  font-size: 0.2rem;
  margin-top: 0.16rem;
}
#myModal .modal .modal-content .details-con .item .right .text h4 {
  color: #ff0104;
  font-weight: bold;
}
#myModal .modal .modal-content .details-con .item .right .text p {
  margin-top: 0.16rem;
  color: #666666;
}
#myModal .modal .modal-content .details-con .content.item {
  margin-top: 0.28rem;
}
#myModal .modal .modal-content .details-con .table {
  margin-left: 0.46rem;
  margin-right: 0.08rem;
  padding-top: 2.0rem;
}
#myModal .modal .modal-content .details-con .table .tableImg {
  width: 100%;
  box-sizing: border-box;
}

/* .modal-content::-webkit-scrollbar {
  width: 0.08rem;
  display: block;
}

.modal-content::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  opacity: 0.2;
  background: #dedede;
}

.modal-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #f7f7f7;
} */

.grindent {
  width: 100%;
  height: 1.5rem;
  position: absolute;
  bottom: -0.1333rem;
  /* border-radius: 0.3rem; */
  background: url(https://daxueui-cos.koocdn.com/images/fe_upload/2023/5/2023-5-9-1683597716318.png) center left no-repeat;
  background-size: 100%;
}
.grindent img {
  width: 100%;
  display: block;
  /* border-radius: 0.3rem; */
}

/*# sourceMappingURL=index.css.map */