.page_wrapper{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.modal-open{
    overflow:hidden;
    position:fixed;
}

.pmask1 {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 98;
  position: fixed;
  -webkit-backface-visibility: hidden;
}

.pmask {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 98;
  position: fixed;
  -webkit-backface-visibility: hidden;
}

.act-detail-box{
  overflow: auto;
  display:none;
  background-color: #ffffff;
}


.tc_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tc_content .row
{
  flex-direction:row;
  display: flex;
}

.tc_content #title{
  width: 320px;
  margin-top: 10px;
  z-index: 10;
}

.tc_content .content1,.content2,.content3,.content4,.content5,.content6,.content7,.content8{
  width: 348px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 13px;
  padding-left: 20px;
}
.tc_content span{
  font-weight: bold;
}
.tc_content .font_14 {
  font-size: 14px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.75);
}

.tc_content #back{
  width: 245px;
  margin-top: 18px;
  margin-bottom: 25px;
}

.numTitle {
  margin-right: 5px;
}