@font-face {
  font-family: 'notice'; /* project id 3184487 */
  src: url('');
  src: url('notice-boxd41d.css?#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_3184487_936lucich34.woff2')
      format('woff2'),
    url('https://at.alicdn.com/t/font_3184487_936lucich34.woff') format('woff'),
    url('https://at.alicdn.com/t/font_3184487_936lucich34.ttf')
      format('truetype'),
    url('#iconfont') format('svg');
}
.notice-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19999999991;
  backdrop-filter: blur(6px);
}
.notice-container .notice-mask {
  background-color: #000;
  opacity: 0.6;
  width: 100vw;
  height: 100vh;
}
.notice-box {
  width: 890px;
  background: #ffffff;
  box-shadow: 5px 2px 18px 0px rgba(0, 0, 0, 0.61);
  border-radius: 27px;
  padding: 32px 34px 20px 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 600px;
}
.notice-box .mam_close {
  cursor: pointer;
  position: absolute;
  right: 34px;
  top: 32px;
  z-index: 1;
}
.notice-box .mam_close > img {
  width: 28px;
  height: 28px;
}
.notice-title {
  display: flex;
  /* justify-content: space-between; */
  padding-bottom: 20px;
  align-items: flex-end;
}
.notice-title > img {
  width: 125px;
  margin-right: 20px;
}
.notice-title > span {
  font-size: 14px;
  font-family: STHeiti;
  color: #353d4f;
}
.notice-content {
  border-top: 1px solid #e4e6e8;
  border-bottom: 1px solid #e4e6e8;
  max-height: 360px;
  overflow: hidden;
}
.notice-content .panel-title a {
  display: block;
  color: #353d4f;
  /* padding: 13px 0; */
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding-right: 23px;
}
.notice-content .panel-title a > span,
.notice-content .panel-title a > div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  width: 100%;
  min-width: 50%;
  max-width: 70%;
  padding: 13px 0;
  display: inline-block;
}
.notice-content .panel-title a > span:hover,
.notice-content .panel-title a > div:hover {
  transition: 0.2s;
  color: #4a6391;
}
.notice-content .panel-heading {
  padding: 0;
}
.notice-content .panel-group .panel {
  border: none;
}
.notice-content .panel-group {
  margin-bottom: 0;
}
.notice-content .panel-body {
  max-height: 235px;
  overflow: hidden;
  background-color: #f9f9f9;
  font-size: 14px;
  line-height: 22px;
  color: #353d4f;
  position: relative;
}
.notice-content .panel-body>div{
  padding-bottom: 20px;
}
#accordion .panel-heading a:before {
  content: ' \e87e';
  font-family: 'notice' !important;
  font-size: 16x;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 14px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#accordion .panel-heading.active a:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.notice-footer .notice-footer-item {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 20% 80%;
}
.notice-footer .notice-footer-item:first-child {
  border-bottom: 1px solid #e4e6e8;
}
.notice-footer .notice-footer-item img {
  margin-right: 30px;
}
.notice-footer .notice-footer-title {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #353d4f;
}
.notice-footer .notice-footer-campaign {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #353d4f;
  margin-right: 20px;
  text-decoration: underline;
}
.notice-footer .notice-countdown {
  font-size: 14px;
  color: #353d4f;
  text-align: center;
}
@media (max-width: 767px) {
  .notice-box {
    width: 95%;
    padding: 30px 20px 10px 20px;
  }
  .notice-footer .notice-footer-item {
    grid-template-columns: 35% 65%;
  }
}