@charset "utf-8";
body {
  padding: 0;
  margin: 0;
}
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
q,
s,
small,
strike,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
body {
  font-family: Arial, "微軟正黑體" !important;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  display: block;
  width: auto;
  height: auto;
}
a {
  color: #fff;
  text-decoration: none;
}
span {
  display: inline-block;
}
div,
p,
a,
li,
td {
  -webkit-text-size-adjust: none;
}
* {
  box-sizing: border-box;
}
/*消除iphone電話號碼顏色異常*/
a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}
/*取消IE的input右側clear按鈕*/
::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
/*取消Chrome自動填入input淡黃色背景色*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input {
  outline-color: #16a936;
  outline-width: 1px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #D4D6D9;
  border-radius: 4px;
  padding: 13px 13px;
  font-size: 14px;
  color: #323740;
  background-color: #FCFCFC;
  background-image: url('../images/icon_down.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px ) center;
}
select::-ms-expand {
  display: none;
}
@media all and (max-width: 1024px) {
  .for-desktop {
    display: none!important;
  }
}
@media all and (min-width: 1023px) {
  .for-mobile {
    display: none!important;
  }
}
.col {
  margin-bottom: 30px;
}
.col .col-title {
  font-size: 15px;
  color: #353535;
  line-height: 1;
  margin-bottom: 10px;
}
.col .col-title i.red {
  color: #FF0000;
}
.col .col-value .default-value {
  display: flex;
  align-items: center;
  height: 45px;
  line-height: 1;
  font-size: 14px;
  color: #000;
  padding: 0 10px;
  border-bottom: solid 1px #606060;
}
.col .col-value input {
  height: 45px;
  border-radius: 4px;
  border: 1px solid #606060;
}
.col .col-value input:read-only {
  color: #BAC2C7;
  background-color: #EDEDED;
  border: 1px solid #C6C6C6;
}
.col .col-value select {
  height: 45px;
  border-radius: 4px;
  border: 1px solid #606060;
}
.col .col-value .radio-box {
  display: flex;
}
.col .col-value .radio-box > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  margin-right: 15%;
  white-space: nowrap;
}
.col .col-value .radio-box > div > input[type=radio] {
  width: auto;
  height: 15px;
  margin: 0;
  margin-right: 5px;
  accent-color: #009E3C;
}
.col .col-value .radio-box > div:last-child {
  margin-right: 0;
}
.col .col-value .checkbox {
  display: flex;
}
.col .col-value .checkbox > label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  margin-right: 10%;
  white-space: nowrap;
}
.col .col-value .checkbox > label > input[type=checkbox] {
  width: auto;
  height: 15px;
  margin: 0;
  margin-right: 5px;
  accent-color: #009E3C;
}
.col .col-value .checkbox > label a {
  color: #0077D2;
  margin: 0 3px;
}
.col .col-value .checkbox > div:last-child {
  margin-right: 0;
}
.col .description {
  font-size: 13px;
  color: #AFAFAF;
  margin-top: 10px;
}
.col input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: 0.6px solid #606060;
  border-radius: 5px;
  padding: 0 10px;
}
@media all and (max-width: 1024px) {
  .col input {
    font-size: 14px;
  }
}
.col select {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: 0.6px solid #606060;
  border-radius: 5px;
  padding: 0 10px;
}
@media all and (max-width: 1024px) {
  .col select {
    font-size: 14px;
  }
}
body > .lightbox {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body > .lightbox:-webkit-scrollbar {
  display: none;
}
body > .lightbox * {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body > .lightbox *::-webkit-scrollbar {
  display: none;
}
body > .lightbox .black-mask {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.65;
}
body > .lightbox .lightbox-content {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 460px;
  max-height: 80vh;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
}
@media all and (max-width: 500px) {
  body > .lightbox .lightbox-content {
    width: 90%;
  }
}
body > .lightbox .lightbox-content .btn-close {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #009E3C;
  font-size: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 1px #009E3C;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body > .lightbox .lightbox-content .btn-close:hover {
  opacity: 0.8;
}
body > .lightbox .lightbox-content .lightbox-title {
  padding: 25px 10px;
  text-align: center;
  font-size: 24px;
  color: #1B1B1B;
  margin-bottom: 20px;
}
body > .lightbox .lightbox-content .body-box {
  padding: 0 20px;
}
body > .lightbox .lightbox-content .body-box .tab-box {
  position: relative;
  display: flex;
  border-radius: 50px;
  padding: 4px;
  background-color: #EBF5EF;
  margin-bottom: 30px;
}
@media all and (max-width: 1024px) {
  body > .lightbox .lightbox-content .body-box .tab-box {
    margin-bottom: 20px;
  }
}
body > .lightbox .lightbox-content .body-box .tab-box .inner-wrap {
  display: flex;
  justify-content: space-between;
}
body > .lightbox .lightbox-content .body-box .tab-box .tab {
  cursor: pointer;
  width: 100%;
  text-align: center;
  background: #EBF5EF;
  color: #40474F;
  font-size: 15px;
  padding: 8px 20px;
  border-radius: 40px;
  margin-right: 10px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body > .lightbox .lightbox-content .body-box .tab-box .tab:hover {
  color: #fff;
  background: #00803D;
}
@media all and (max-width: 1024px) {
  body > .lightbox .lightbox-content .body-box .tab-box .tab {
    font-size: 15px;
    padding: 8px 10px;
  }
}
body > .lightbox .lightbox-content .body-box .tab-box .tab:last-child {
  margin-right: 0;
}
body > .lightbox .lightbox-content .body-box .tab-box .tab.active {
  color: #fff;
  background: #00803D;
}
header {
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}
header .inner-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 55px;
  background-color: #fff;
}
@media all and (max-width: 1024px) {
  header .inner-wrap {
    align-items: center;
    padding: 15px 25px;
  }
}
header .inner-wrap .logo-box {
  display: flex;
  align-items: center;
  padding: 22px 0;
}
header .inner-wrap .title-box {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #2c2c2c;
}
header .inner-wrap .right-box .btn-box {
  display: flex;
}
@media all and (max-width: 1024px) {
  header .inner-wrap .right-box .btn-box {
    align-items: center;
  }
}
header .inner-wrap .right-box .btn-box i {
  margin-left: 3px;
}
header .inner-wrap .right-box .btn-box .btn a {
  display: flex;
  align-items: center;
  padding: 34px 18px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #444;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .inner-wrap .right-box .btn-box .btn a:hover {
  color: #000;
}
header .inner-wrap .right-box .btn-box .btn a i {
  display: inline-block;
  margin-right: 5px;
}
header .inner-wrap .right-box .btn-box .btn a > span {
  margin-top: 3px;
}
header .inner-wrap .right-box .btn-box .btn.btn-login a {
  padding: 34px 30px;
  color: #fff;
  background-color: #1BB235;
}
header .inner-wrap .right-box .btn-box.for-mobile {
  color: #353535;
}
header .inner-wrap .right-box .btn-box.for-mobile .btn-logout,
header .inner-wrap .right-box .btn-box.for-mobile .btn-login {
  display: flex;
}
@media all and (max-width: 1024px) {
  header .inner-wrap .right-box .btn-box.for-mobile .btn-logout,
  header .inner-wrap .right-box .btn-box.for-mobile .btn-login {
    align-items: center;
  }
}
header .inner-wrap .right-box .btn-box.for-mobile .btn-login i {
  margin-right: 5px;
}
footer {
  position: relative;
  width: 100%;
  height: 140px;
  background-image: url('../images/footer.png');
  background-color: #f8f8f8;
}
@media all and (max-width: 1024px) {
  footer {
    z-index: 5;
    position: fixed;
    bottom: 0;
    height: 90px;
    background-image: none;
    background-color: #000;
    border-top: solid 2px #ff0000;
  }
}
footer .copyright {
  position: absolute;
  bottom: 20px;
  left: 50%;
  font-size: 14px;
  color: #fff;
  transform: translateX(-50%);
}
footer .btn-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  height: 100%;
}
footer .btn-box .btn1 i {
  background-image: url('../images/icon_activity.svg');
}
footer .btn-box .btn2 i {
  background-image: url('../images/icon_record.svg');
}
footer .btn-box .btn3 i {
  background-image: url('../images/icon_prize.svg');
}
footer .btn-box .btn4 i {
  background-image: url('../images/icon_member.svg');
}
footer .btn-box .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
footer .btn-box .btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
}
footer .btn-box .btn a i {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .btn-box .btn a span {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .btn-box .btn:hover span {
  color: #61CE70;
}
footer .btn-box .btn1:hover i {
  background-image: url('../images/icon_activity_green.svg');
}
footer .btn-box .btn2:hover i {
  background-image: url('../images/icon_record_green.svg');
}
footer .btn-box .btn3:hover i {
  background-image: url('../images/icon_prize_green.svg');
}
footer .btn-box .btn4:hover i {
  background-image: url('../images/icon_member_green.svg');
}
.page-content {
  position: relative;
  max-width: 100vw;
  min-height: calc(100vh - 90px - 140px);
  background-color: #f8f8f8;
  overflow-x: hidden;
}
@media all and (max-width: 1200px) {
  .page-content {
    padding: 20px;
    min-height: calc(100vh - 56px);
    padding-bottom: 90px;
  }
}
.page-content .banner-box {
  position: relative;
  width: 100%;
  height: 245px;
  background-color: #000;
  margin-bottom: 50px;
  background-image: url('../images/records_banner.jpg');
}
.page-content .banner-box .inner-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.page-content .banner-box .inner-wrap .title-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-content .banner-box .inner-wrap .title-box .title-en-box {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-bottom: 15px;
}
.page-content .banner-box .inner-wrap .title-box .title-en-box > span {
  display: inline-flex;
  width: auto;
  color: #fff;
  padding: 0px 15px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  background: linear-gradient(180deg, #02df80, #02db9c);
}
.page-content .banner-box .inner-wrap .title-box .title-en-box > span:first-child {
  z-index: 1;
  transform: translateY(1px);
  height: 25px;
  width: 170px;
}
.page-content .banner-box .inner-wrap .title-box .title-en-box > span:first-child > span {
  position: absolute;
  top: -25px;
}
.page-content .banner-box .inner-wrap .title-box .title-en-box > span:nth-child(2) {
  position: relative;
  padding-top: 5px;
}
.page-content .banner-box .inner-wrap .title-box .title {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-left: 10px;
  padding: 0 5px 5px;
  border-bottom: solid 2px #14A636;
}
@media all and (max-width: 1200px) {
  .page-content .banner-box {
    display: none;
  }
}
.page-content > .inner-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .page-content > .inner-wrap {
    max-width: 600px;
  }
}
@media all and (max-width: 640px) {
  .page-content > .inner-wrap {
    max-width: 400px;
  }
}
.page-content > .inner-wrap .event-list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}
.page-content > .inner-wrap .event-list-box .event {
  width: calc(33.3% - 27px);
  min-width: calc(33.3% - 27px);
  padding: 12px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px #00000026;
  margin-bottom: 20px;
}
@media all and (max-width: 1200px) {
  .page-content > .inner-wrap .event-list-box .event {
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
  }
}
@media all and (max-width: 640px) {
  .page-content > .inner-wrap .event-list-box .event {
    width: 100%;
    min-width: 100%;
  }
}
.page-content > .inner-wrap .event-list-box .event .img-box {
  position: relative;
  width: 100%;
  height: 180px;
  margin-bottom: 15px;
}
.page-content > .inner-wrap .event-list-box .event .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-content > .inner-wrap .event-list-box .event .title-box {
  margin-bottom: 20px;
}
.page-content > .inner-wrap .event-list-box .event .title-box .tag {
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 14px;
  border-radius: 3px;
  background-color: #FFC700;
}
.page-content > .inner-wrap .event-list-box .event .title-box .tag.type2 {
  background-color: #BFBFBF;
}
.page-content > .inner-wrap .event-list-box .event .title-box .title {
  font-size: 24px;
  font-weight: bold;
  color: #444;
  line-height: 1.3;
  height: 64px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page-content > .inner-wrap .event-list-box .event .title-box .date {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1;
  color: #9E9E9E;
}
.page-content > .inner-wrap .event-list-box .event .btn-box .btn {
  margin-bottom: 10px;
}
.page-content > .inner-wrap .event-list-box .event .btn-box .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009E3C;
  font-size: 16px;
  padding: 5px;
  border: solid 1px #009E3C;
  border-radius: 60px;
}
.page-content > .inner-wrap .event-list-box .event .btn-box .btn i {
  margin-right: 5px;
}
.page-content > .inner-wrap .event-list-box .event .btn-box .btn-winners a {
  color: #fff;
  background-color: #20AA55;
}
.page-content > .inner-wrap .event-list-box .event .btn-box .btn-w-50-box {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1200px) {
  .page-content > .inner-wrap .event-list-box .event .btn-box .btn-w-50-box {
    display: block;
  }
}
.page-content > .inner-wrap .event-list-box .event .btn-box .btn-w-50-box .btn {
  width: calc(50% - 5px);
}
@media all and (max-width: 1200px) {
  .page-content > .inner-wrap .event-list-box .event .btn-box .btn-w-50-box .btn {
    width: 100%;
  }
}
.page-content .top-card-box {
  display: flex;
  margin-bottom: 30px;
}
.page-content .top-card-box .card {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  padding-right: 35px;
  box-shadow: 0px 2px 10px 0px #00000026;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 20px;
}
@media all and (max-width: 550px) {
  .page-content .top-card-box .card {
    width: 100%;
    padding: 15px;
  }
}
.page-content .top-card-box .card .icon-box {
  margin-right: 20px;
}
@media all and (max-width: 550px) {
  .page-content .top-card-box .card .icon-box {
    margin-right: 15px;
  }
}
.page-content .top-card-box .card .right-box .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  color: #6D6D6D;
  margin-bottom: 5px;
}
@media all and (max-width: 1200px) {
  .page-content .top-card-box .card .right-box .title {
    font-size: 15px;
  }
}
.page-content .top-card-box .card .right-box .number-box .number {
  font-size: 30px;
  font-weight: bold;
  color: #00803d;
  line-height: 1;
}
@media all and (max-width: 1200px) {
  .page-content .top-card-box .card .right-box .number-box .number {
    font-size: 26px;
  }
}
.page-content .top-card-box .card .right-box .number-box span {
  font-size: 11px;
  color: #6d6d6d;
  line-height: 1;
}
.page-content .top-card-box .card:last-child {
  margin-right: 0;
}
.page-content .activity-records-box {
  padding: 35px;
  padding-bottom: 60px;
  box-shadow: 0px 2px 10px 0px #00000026;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 5%;
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box {
    padding: 20px 18px;
  }
}
.page-content .activity-records-box .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .title-box {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}
.page-content .activity-records-box .title-box .title {
  font-size: 24px;
  line-height: 1;
  color: #666;
  font-weight: bold;
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .title-box .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .title-box .select-box {
    width: 100%;
  }
}
.page-content .activity-records-box .title-box .select-box select {
  width: 200px;
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .title-box .select-box select {
    width: 100%;
    font-size: 15px;
  }
}
.page-content .activity-records-box .title-box .select-box > span {
  font-size: 16px;
  color: #666;
  margin-bottom: 5px;
}
.page-content .activity-records-box .project-list ul li.project .project-head {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 18px;
  background-color: #16a936;
  border-bottom: 2px solid #0A6F58;
  margin-bottom: 5px;
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .project-list ul li.project .project-head {
    padding: 10px;
  }
}
.page-content .activity-records-box .project-list ul li.project .project-head .title {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .project-list ul li.project .project-head .title {
    font-size: 18px;
  }
}
.page-content .activity-records-box .project-list ul li.project .project-head .btn-arrow {
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-content .activity-records-box .project-list ul li.project .project-head .btn-arrow i {
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #fff;
  display: block;
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .project-list ul li.project .project-head .btn-arrow i {
    width: 20px;
    height: 20px;
    border: solid 1px #fff;
  }
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .project-list ul li.project .project-head .btn-arrow i img {
    width: 100%;
  }
}
.page-content .activity-records-box .project-list ul li.project .project-head.active .btn-arrow {
  transform: rotate(180deg);
}
.page-content .activity-records-box .project-list ul li.project .project-body {
  display: none;
}
.page-content .activity-records-box .project-list ul li.project .project-body .activity-table > .table-head {
  display: flex;
  border-radius: 5px;
  padding: 12px 20px;
  background-color: #626262;
}
.page-content .activity-records-box .project-list ul li.project .project-body .activity-table > .table-head > div {
  display: flex;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-size: 14px;
}
.page-content .activity-records-box .project-list ul li.project .project-body .activity-table > .table-head > div:first-child {
  justify-content: flex-start;
}
.page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li {
  display: flex;
  flex-direction: column;
  padding: 12px 0px;
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li {
    border-bottom: solid 1px #d8d8d8;
  }
}
.page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .data {
  display: flex;
  padding: 0 20px;
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .data {
    flex-wrap: wrap;
  }
}
.page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .data > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  color: #40474f;
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .data > div {
    justify-content: flex-start;
  }
}
.page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .data > div .btn-won {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  border-radius: 5px;
  padding: 7px 8px;
  background: #FF8730;
  color: #fff;
}
.page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .data > div .btn-won i {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #fff transparent;
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .data > div .btn-won.active i {
  transform: rotate(0deg);
}
.page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .data > div .btn-fail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  border-radius: 5px;
  padding: 7px 10px;
  color: #A5A5A5;
  background: #F3F3F3;
}
.page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .data > div:first-child {
  justify-content: flex-start;
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .data > div:first-child {
    order: 3;
    width: calc(100% - 75px);
    font-size: 16px;
  }
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .data > div:nth-child(3) {
    order: 1;
    width: auto;
    margin-right: 10px;
  }
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .data > div:nth-child(4) {
    order: 2;
    width: calc(100% - 85px);
    font-weight: bold;
  }
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .data > div:nth-child(6) {
    order: 4;
    width: auto;
  }
}
.page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .child {
  display: none;
  margin-top: 10px;
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .child {
    display: flex;
  }
}
.page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .child .table-head {
  display: flex;
  padding: 10px 20px;
  background-color: #0A6F58;
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .child .table-head {
    flex-direction: column;
    padding: 0px 14px;
  }
}
.page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .child .table-head > div {
  display: flex;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-size: 14px;
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .child .table-head > div {
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    width: auto;
  }
}
.page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .child .table-head > div:first-child {
  width: 120%;
  justify-content: flex-start;
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .child .table-head > div:first-child {
    height: 100%;
    justify-content: flex-start;
    width: auto;
  }
}
.page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .child .table-head > div:last-child {
  width: 170%;
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .child .table-head > div:last-child {
    height: 100%;
    justify-content: flex-start;
    width: auto;
  }
}
.page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .child .table-body {
  display: flex;
  padding: 0 20px;
  font-size: 14px;
  color: #40474f;
  background-color: #E5F8E9;
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .child .table-body {
    flex-direction: column;
    width: calc(100% - 100px);
    padding: 0 14px;
  }
}
.page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .child .table-body > div {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 15px 0;
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .child .table-body > div {
    padding: 10px 0;
    justify-content: flex-start;
  }
}
.page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .child .table-body > div:first-child {
  width: 120%;
  justify-content: flex-start;
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .child .table-body > div:first-child {
    width: 100%;
  }
}
.page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .child .table-body > div:last-child {
  width: 170%;
}
@media all and (max-width: 1200px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .activity-table > ul.table-body > li .child .table-body > div:last-child {
    width: 100%;
  }
}
