.activity-banner .si_btn2 {
  color: #fff;
}

.activity-banner .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 450px;
  overflow: hidden;
}

@media (max-width: 1180px) {
  .activity-banner .box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
  }
}

@media (max-width: 870px) {
  .activity-banner .box {
    min-height: 250px;
  }
}

.activity-banner .box::before, .activity-banner .box::after {
  content: '';
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.activity-banner .box::before {
  left: 0;
  bottom: -30px;
  width: 296px;
  height: 259px;
  background-image: url("/sitaiwan/assets/img/activity_bg_l.png");
}

@media (max-width: 870px) {
  .activity-banner .box::before {
    width: 201px;
    height: 176px;
  }
}

@media (max-width: 767px) {
  .activity-banner .box::before {
    width: 150px;
    height: 131px;
    bottom: 0;
  }
}

@media (max-width: 640px) {
  .activity-banner .box::before {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}

@media (max-width: 480px) {
  .activity-banner .box::before {
    -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
            transform: scale(0.65);
  }
}

.activity-banner .box::after {
  right: 0;
  bottom: -10px;
  width: 449px;
  height: 459px;
  background-image: url("/sitaiwan/assets/img/activity_bg_r.png");
}

@media (max-width: 870px) {
  .activity-banner .box::after {
    width: 304px;
    height: 311px;
  }
}

@media (max-width: 767px) {
  .activity-banner .box::after {
    right: -20px;
    width: 254px;
    height: 260px;
  }
}

@media (max-width: 640px) {
  .activity-banner .box::after {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}

@media (max-width: 480px) {
  .activity-banner .box::after {
    -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
            transform: scale(0.65);
  }
}

.activity-banner .mainTitle {
  font-size: 2.25em;
  font-weight: 400;
  color: #404040;
}

@media (max-width: 480px) {
  .activity-banner .mainTitle {
    font-size: 1.5em;
  }
}

.activity-banner .subTitle {
  font-size: 1em;
  color: #666;
  font-weight: 400;
}

.activity-banner h2 {
  margin-bottom: 22px;
}

@media (max-width: 480px) {
  .activity-banner h2 {
    font-size: 1.5em;
  }
}

.resultTxt {
  color: #666;
}

.pageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.pageBox .ins {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pageBox a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 36px;
  height: 36px;
  padding-left: 10px;
  padding-right: 10px;
  margin: -0.5px;
  border: 1px solid #f1f1f1;
  font-size: 1em;
  color: #003f96;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.pageBox a.current, .pageBox a:hover {
  color: #fff;
  background-color: #003f96;
}

.pageBox .prev, .pageBox .next {
  background-repeat: no-repeat;
  background-position: 50%;
}

.pageBox .prev {
  border-radius: 5px 0 0 5px;
  background-image: url("/sitaiwan/assets/img/page_prev.png");
}

.pageBox .prev:hover {
  background-image: url("/sitaiwan/assets/img/page_prev_white.png");
}

.pageBox .next {
  border-radius: 0 5px 5px 0;
  background-image: url("/sitaiwan/assets/img/page_next.png");
}

.pageBox .next:hover {
  background-image: url("/sitaiwan/assets/img/page_next_white.png");
}

.pageBox img {
  display: block;
  max-width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.proposalList ul.dotsList li {
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.proposalList .box:hover .btnTxt {
  border-color: #003f96;
  color: #003f96;
  background-color: #fff;
}

.proposalList .itemBox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.proposalList .textBox {
  padding-bottom: 12px;
}

.proposalList .btnTxt {
  border: 1px solid #003f96;
  color: #fff;
  background-color: #003f96;
}

.proposalList .time {
  position: relative;
  font-size: 0.75em;
  padding-top: 5px;
  padding-left: 20px;
  color: #666;
}

.proposalList .time::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 13px;
  height: 13px;
  background-image: url("/sitaiwan/assets/img/icon_time.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.proposalTopBox .tag {
  margin-bottom: 20px;
}

.proposalTopBox .btn1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.proposalTopBox .btn1 img {
  margin-right: 10px;
}

.textTitle {
  font-size: 1.75em;
  color: #4d4d4d;
  padding-bottom: 5px;
}

@media (max-width: 480px) {
  .textTitle {
    font-size: 1.5em;
  }
}

.peopleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  padding-left: 0;
  margin-left: -20px;
  margin-right: -20px;
}

.peopleList li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
}

.peopleList .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.peopleList .pic {
  width: 174px;
  height: 174px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}

.peopleList .pic img {
  display: block;
  width: 100%;
}

.peopleList .textBox {
  font-size: 1em;
  color: #666;
  text-align: center;
}

.proposalTabList .linkBox .btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.proposalTabList .linkBox .btn2 img {
  display: block;
  width: auto;
  max-width: 12px !important;
  margin-right: 10px;
}

.proposalTabBox {
  overflow-x: auto;
}

.proposalTabBox .btn1 {
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.proposalTabBox .tabSelect {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.proposalTabBox .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.proposalForm .mainTitle {
  font-size: 1.75em;
  color: #666;
  font-weight: 400;
  margin-bottom: 30px;
}

.proposalForm .note {
  color: #cf2817;
}

.proposalForm.success .mainTitle {
  display: none;
}

.tabTitle {
  font-size: 1.25em;
  color: #666;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 25px;
}

.formDataList.album .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.formDataList.album .albumBox {
  width: 150px;
  height: 150px;
}

.formDataList.album .albumItem {
  width: 100%;
}

.formDataList.album .right {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 150px);
}

.formDataList.album .right .full {
  width: 100%;
}

.formDataList.album .right .title {
  padding-top: 5px;
}

.formSetpList .slick-active:nth-of-type(2) .box {
  width: 100%;
}

.formSetpList .slick-active:nth-of-type(3) .box {
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.formSetpList .ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.proposalList .pic {
    height: 200px;
}

.cardList .pic img {
    height: 100%;
    object-fit: cover;
}