.console {
  font-size: normal;
}

/* ------------------ */
/* 控制台-新品上线-5g消息 */
.rcs-dialog-bg {
  pointer-events: none;
}
.rcs-modal .mdi-diglog-window {
  width: 760px;
}

.rcs-modal .modal-body {
  height: 412px;
  background-image: url(/libraries/images/rcs/modal-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}
.rcs-modal .modal-body mdi-dialog-content-warp {
  height: 100%;
  background-image: url(/libraries/images/rcs/preview.png);
  background-size: 400px 730px;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 24px 0 0 32px;
}
.rcs-modal .blue-color {
  color: #006bfc;
}
.rcs-modal .rcs-title {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
}
.rcs-modal .rcs-title img {
  width: 50px;
  margin-left: 16px;
}
.rcs-modal .door-content {
  width: 308px;
}

.rcs-modal .rcs-news {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-top: 12px;
  color: #666;
  font-weight: 500;
}
.rcs-modal .news-line {
  width: 1px;
  height: 24px;
  background-color: #d9d9d9;
  margin: 0 16px;
}

.rcs-modal .rcs-points {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.rcs-modal .rcs-points .points-item {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.rcs-modal .rcs-points .points-item .points-label {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: rgba(153, 153, 153, 0.5);
  color: #fff;
  font-size: 12px;
}
.rcs-modal .rcs-points .points-item .points-value {
  font-size: 16px;
  color: #666;
  margin-left: 8px;
  font-weight: 500;
}

.rcs-modal .rcs-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
}

.rcs-modal .rcs-btns .rcs-btn-door {
  width: 172px;
  height: 66px;
  cursor: pointer;
  background-image: url(/libraries/images/rcs/door.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.rcs-modal .rcs-btns .rcs-btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e7e9ee;
  border-radius: 4px;
  cursor: pointer;
  width: 120px;
  height: 42px;
  color: #666;
  transition: all 0.3s;
  &:hover {
    color: #006bfc;
  }
}
.rcs-modal .rcs-close {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
  &:hover {
    color: #006bfc;
  }
}
@media (max-width: 768px) {
  .rcs-modal .mdi-diglog-window {
    width: calc(100% - 32px) !important;
  }
  .rcs-modal .modal-body mdi-dialog-content-warp {
    background: none;
    padding: 24px 16px;
  }
}
/* ------------------ */
