.page-container {
  width: 100%;
  height: 100%;
  background: url('../../images/activities/home_top_bg.png') top center no-repeat;
  background-color: #BA1A23;
  background-size: 1200px auto;
  padding-bottom: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-container .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page-container .header .left {
  width: 180px;
  height: 100px;
  margin-left: 42px;
  margin-top: 24px;
  background: url('../../images/activities/top_logo.png') top center no-repeat;
  background-size: contain;
}
.page-container .header .right {
  background: linear-gradient(180deg, #C10D0F 0%, #7A0001 100%);
  border-radius: 0px 0px 0px 38px;
  width: auto;
  height: 80px;
  line-height: 80px;
  font-weight: 400;
  font-size: 30px;
  color: #FEF1AC;
  padding: 0 40px;
}
.page-container .header .right span {
  padding: 0 5px;
}
.page-container .header .right img {
  margin-left: 5px;
  width: 31px;
  height: 25px;
}
.page-container .menu-popu {
  position: absolute;
  z-index: 999;
  top: 80px;
  right: 0;
  width: 170px;
  height: 470px;
  background: linear-gradient(180deg, #C10D0F 0%, #7A0001 100%);
  border-radius: 0 0 0 20px;
  background-size: contain;
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.2);
}
.page-container .menu-popu.fixed {
  position: fixed;
  top: 0;
}
.page-container .menu-popu .popu-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}
.page-container .menu-popu .popu-content .clost-popu {
  width: calc(100% - 40px);
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
}
.page-container .menu-popu .popu-content .clost-popu image {
  width: 23px;
  height: 23px;
}
.page-container .menu-popu a {
  width: calc(100% - 40px);
  margin: 0 40px;
  box-sizing: border-box;
  font-size: 20px;
  color: #F5EAB2;
  line-height: 66px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../../images/activities/bottom_line.jpg') bottom center no-repeat;
  background-size: 100% 1px;
}
.page-container .menu-popu a.active {
  background: url("../../images/activities/menu_item_active_bg.png") center center no-repeat;
  background-size: contain;
  color: #980707;
}
.page-container .menu-popu a:hover {
  color: #F5EAB2 !important;
}
.page-container .main {
  width: 1200px;
  display: flex;
  flex-direction: column;
  margin-top: 330px;
}
.page-container .main .part-box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.page-container .main .part-box .activity-title-img {
  width: 522px;
  height: 72px;
}
.page-container .main .part-box .part-title-img {
  width: 432px;
  height: 86px;
  margin: 0 auto;
  transform: translate(20px, 60%);
}
.page-container .main .part-box .header-bg {
  width: 100%;
  object-fit: contain;
}
.page-container .main .part-box .center-bg {
  width: 100%;
  height: 100%;
  margin: -1px 0;
}
.page-container .main .part-box .footer-bg {
  width: 100%;
  object-fit: contain;
}
.page-container .main .part-box .content-box {
  padding: 0px 60px 30px;
  width: 100%;
  position: absolute;
  top: 100px;
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  line-height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: justify;
}
.page-container .main .part-box .content-box .flex-row .key {
  position: relative;
  z-index: 99;
  font-weight: bold;
  background: url('../../images/activities/divider.png') center bottom no-repeat;
  background-size: 150rpx 16rpx;
}
.page-container .main .part-box.half {
  width: 50%;
}
.page-container .main .part-box.half input {
  width: 160px;
  height: 45px;
  padding: 20px 20px;
  font-weight: 500;
  font-size: 30px;
  color: #DA3F40;
  background: #FFF8F1;
  border-radius: 3px;
  border: 1px solid #DCA471;
}
/*# sourceMappingURL=index.css.map */