.main-title{
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #C99E3C;
  margin-top: 64px;
  padding-bottom: 13px;
  border-bottom: 1px solid #C99E3C;
  white-space: nowrap;
  position: relative;
}
.main-box{
  padding-bottom: 64px;
}
.main-title::after{
  content: "";
  width: 128px;
  height: 4px;
  background: #C99E3C;
  position: absolute;
  left: 0;
  bottom: 0;
}
.activity-info:nth-last-of-type(1){
  margin-bottom: 80px !important;
}
.activity-info .info-tip{
  min-height: 41px;
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  background: #13394E;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #0B2839;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}
.info-box{
  background: #082330;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #0B2839;
  padding: 16px 24px;
  position: relative;
  min-height: 125px;
}
.info-box .type{
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #E17719;
}
.info-box .type .line{
  margin: 0 8px;
}
.info-box .name{
  font-weight: bold;
  font-size: 19px;
  color: #FFFFFF;
  margin-top: 5px;
  margin-bottom: 13px;
}
.activity-tips{
  font-size: 15px;
  color: #B4BDC1;
  margin-bottom: 5px;
}
/* 富文本由後台輸出，可能自帶行內 color，統一強制覆蓋 */
.info-box .rich-text-content,
.info-box .rich-text-content *{
  color: #B4BDC1 !important;
}
.activity-tips:nth-last-of-type(1){
  margin-bottom: 0px;
}
.info-box .status{
  min-width: 75px;
  min-height: 35px;
  background: #111111;
  border-radius: 8px;
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 16px;
  right: 24px;
}
.info-box .amant{
  min-width: 163px;
  min-height: 36px;
  background: #E17719;
  border-radius: 8px;
  font-weight: bold;
  font-size: 15px;
  color: #0A2638;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 16px;
  right: 24px;
}
