.richText {
  width: 100%;
  min-width: 1050px;
  background-color: #F4F4F4;
  padding: 12px 0 225px;
}
.richText-nav {
  width: 1050px;
  margin: 0 auto 22px;
  color: #969696;
}
.richText-nav a{
  font-size: 10px;
  color: #000;
}
.richText-nav span{
  font-size: 10px;
  color: #000;
  display: inline-block;
  padding: 0px 4px;
}
.richText-main {
  width: 1050px;
  min-height: 375px;
  background-color: #FFFFFF;
  margin: 0 auto;
  padding: 35px 124px 90px 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.richText-main-title {
  width: 756px;
  height: 64px;
  font-family: SweiB2SugarCJKsc, SweiB2SugarCJKsc;
  font-weight: 900;
  font-size: 27px;
  color: #000000;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: center;
}
.richText-main-time {
  height: 24px;
  font-family: AppleSystemUIFont;
  font-size: 12px;
  color: #000000;
  line-height: 24px;
  padding-bottom: 16px;
}
.richText-main-text{
  width: 100%;
}
/*.richText-main-text img{*/
/*  width: 100%;*/
/*}*/
.btn{
  width: 100%;
  padding: 26px 0px;
  border-top: 1px solid #CDCDCD;
}
.catholicUpcoming-main-container-content-time-btn {
  display: block;
  width: 252px;
  /*height: 39px;*/
  background: #FFFFFF;
  border: 1px solid #A88254;
  font-family: AppleSystemUIFont;
  font-size: 18px;
  color: #C2996D;
  line-height: 39px;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}

.dialog{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 设置背景颜色为半透明黑色 */
  z-index: 9999; /* 设置 z-index 值确保遮罩层位于其他元素之上 */
  justify-content: center;
}
.content {
  position: absolute;
  top: 10%;
  left: 20%;
  z-index: 10000;
  background-color: #fff;
  width: 60%;
  height: 70%;
  padding: 1% 1% 5% 1%;
}
.content img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content .off{
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  display: inline;
  color: #bac0c2;
  float: right;
  border: 1px solid #bac0c2;
  /* padding: 5px 10px; */
  border-radius: 50%;
  cursor: pointer;
}
.content-hint{
  width: 100%;
  text-align: center;
}