.pc.showing .detailNews {
  width: 100%;
  height: 100vh;
  height: calc(100 * var(--vh));
  background-image: url(../assets/images/common/bg_01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-attachment: fixed;
  overflow: auto;
  font-family: 'MiSans-Medium';
  padding-top: 5.72vw;
}
.pc.showing .detailNews .bigTitleBox .title {
  color: #fff;
  font-size: 3.125vw;
  font-family: MiSans-Bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pc.showing .detailNews .header {
  display: flex;
  align-items: center;
  padding: 0 14.583vw 0 13.54vw;
  font-size: 1.5625vw;
  position: relative;
  height: 4.3375vw;
  margin-top: -2vh;
}
.pc.showing .detailNews .header .from {
  display: flex;
  color: #80a7ff;
}
.pc.showing .detailNews .header .br {
  height: 3.64583vw;
  width: 100px;
  flex-grow: 1;
  margin-left: 10px;
}
.pc.showing .detailNews .header .br img {
  width: 100%;
  height: 100%;
}
.pc.showing .detailNews .header .date {
  color: #8d8f95;
  margin-top: 0.2vw;
  margin-left: 0.2vw;
  font-size: 1.04vw;
}
.pc.showing .detailNews .newsContent {
  margin-top: 1vw;
  padding: 0px 22vw 10vh 14.583vw;
  color: #fff;
}
.pc.showing .detailNews .newsContent .pp {
  font-size: max(16px, 1vw) !important;
  margin-top: 0.5vw !important;
  letter-spacing: 1.5px !important;
  font-weight: 549 !important;
  font-family: 'MiSans-Light' !important;
  line-height: 1.6;
}
.pc.showing .detailNews .newsContent .title {
  font-size: max(20px, 1.5vw) !important;
  margin-top: 1.8vw !important;
  letter-spacing: 1.5px !important;
  font-family: MiSans-Bold !important;
}
.pc.showing .detailNews .newsContent img {
  max-width: 100%;
  height: auto!important;
}
.pc.showing .detailNews .newsContent .b {
  color: #80a7ff !important;
}
.mobile.showing .detailNews-m {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../assets/images/news/mobile/more-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 98;
  padding: 3rem 0.68rem 0;
  overflow: auto;
}
.mobile.showing .detailNews-m .back {
  margin-bottom: 0.52rem;
  position: relative;
}
.mobile.showing .detailNews-m .back img {
  width: 0.48rem;
  height: 0.96rem;
}
.mobile.showing .detailNews-m .back .tag {
  width: 2.08rem;
  height: 0.84rem;
  padding: 0 0.28rem;
  border-radius: 0.42rem;
  border: 1px solid #80a7ff;
  color: #80a7ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mobile.showing .detailNews-m .back .tag .dot {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #80a7ff;
  border-radius: 50%;
}
.mobile.showing .detailNews-m .back .tag span {
  font-size: 12px;
  transform: scale(0.8);
}
.mobile.showing .detailNews-m .noticeTag {
  width: 2.08rem;
  padding: 0 0.28rem;
  border-radius: 0.42rem;
  border: 1px solid #80a7ff;
  color: #80a7ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  margin: 0 auto;
}
.mobile.showing .detailNews-m .noticeTag .dot {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #80a7ff;
  border-radius: 50%;
}
.mobile.showing .detailNews-m .noticeTag span {
  font-size: 12px;
  transform: scale(0.83333);
  line-height: 19px;
}
.mobile.showing .detailNews-m .title {
  width: 100%;
  text-align: center;
  margin-top: 0.6rem;
  font-size: 0.72rem;
  color: #fff;
  font-family: 'MiSans-Bold';
  font-weight: 800;
}
.mobile.showing .detailNews-m .date {
  width: 100%;
  text-align: center;
  margin-top: 0.4rem;
  font-size: 0.48rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'MiSans-Light';
}
.mobile.showing .detailNews-m .br {
  margin-top: 0.4rem;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile.showing .detailNews-m .newsContent {
  width: 100%;
  margin-top: 0.76rem;
  padding-bottom: 3rem;
}
.mobile.showing .detailNews-m .newsContent .pSpan {
  font-size: 0.48rem !important;
  color: #fff !important;
  font-family: 'MiSans-Light' !important;
}
.mobile.showing .detailNews-m .newsContent .pp {
  line-height: 1 !important;
}
.mobile.showing .detailNews-m .newsContent img {
  max-width: 100%;
  height: auto!important;
}
