@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;
}
.page-content {
  position: relative;
  z-index: 1;
}
.parallax-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url('/images/sarsaparilla2025_content.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
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;
  padding-bottom: 30px;
}
@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: 1024px) {
  .page-content {
    padding: 20px;
    min-height: calc(100vh - 56px);
    padding-bottom: 90px;
  }
}
.page-content > .inner-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
@media all and (max-width: 1024px) {
  .page-content > .inner-wrap {
    padding-top: 0;
  }
}
.page-content .top-banner-box img {
  width: 100%;
}
.page-content .activity-records-box {
  padding: 35px;
  padding-bottom: 60px;
  box-shadow: 0px 2px 10px 0px #00000026;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 5%;
}
@media all and (max-width: 1024px) {
  .page-content .activity-records-box {
    padding: 30px 18px 20px 18px;
  }
}
.page-content .activity-records-box .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
  margin-bottom: 15px;
}
.page-content .activity-records-box .title-box .btn-receipts {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  border: 1px solid #16a936;
  background-color: #16a936;
}
@media all and (max-width: 400px) {
  .page-content .activity-records-box .title-box .btn-receipts {
    position: static;
  }
}
.page-content .activity-records-box .title-box .btn-receipts a {
  display: block;
  color: #FFF;
  font-size: 14px;
  line-height: 1;
  padding: 11px 15px;
}
@media all and (max-width: 1024px) {
  .page-content .activity-records-box .title-box .btn-receipts a {
    font-size: 12px;
    padding: 8px 10px;
  }
}
@media all and (max-width: 1024px) {
  .page-content .activity-records-box .title-box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }
}
.page-content .activity-records-box .title-box .activity-title {
  position: relative;
  margin-bottom: 20px;
}
.page-content .activity-records-box .title-box .activity-title .title {
  z-index: 1;
  position: relative;
  font-size: 34px;
  font-weight: bold;
  color: #40474f;
}
@media all and (max-width: 1024px) {
  .page-content .activity-records-box .title-box .activity-title .title {
    font-size: 20px;
  }
}
.page-content .activity-records-box .title-box .activity-title .dec1 {
  position: absolute;
  top: -7px;
  left: -12px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: solid 5px #61ff53;
}
.page-content .activity-records-box .title-box .activity-title .dec2 {
  position: absolute;
  top: -10px;
  left: 41px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #61ff53;
}
.page-content .activity-records-box .title-box > .title {
  font-size: 24px;
  line-height: 1;
  color: #666;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .page-content .activity-records-box .title-box > .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.page-content .activity-records-box .project-list ul li.project {
  margin-bottom: 10px;
}
.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: 1024px) {
  .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 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media all and (max-width: 1024px) {
  .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 .title .btn {
  cursor: pointer;
  background: #fff;
  border: none;
  padding: 5px 12px;
  border-radius: 30px;
  color: #16a936;
  margin-left: 15px;
  font-size: 14px;
  text-align: center;
}
.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: 1024px) {
  .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: 1024px) {
  .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 .prize-box {
  margin-bottom: 10px;
}
.page-content .activity-records-box .project-list ul li.project .project-body .prize-box .prize-head {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 18px;
  background-color: #EBEBEB;
}
@media all and (max-width: 1024px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .prize-box .prize-head {
    padding: 10px;
  }
}
.page-content .activity-records-box .project-list ul li.project .project-body .prize-box .prize-head .title {
  color: #1B1B1B;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
@media all and (max-width: 1024px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .prize-box .prize-head .title {
    font-size: 18px;
  }
}
.page-content .activity-records-box .project-list ul li.project .project-body .prize-box .prize-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-body .prize-box .prize-head .btn-arrow i {
  cursor: pointer;
  border-radius: 50%;
  display: block;
}
@media all and (max-width: 1024px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .prize-box .prize-head .btn-arrow i {
    width: 20px;
    height: 20px;
  }
}
@media all and (max-width: 1024px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .prize-box .prize-head .btn-arrow i img {
    width: 100%;
  }
}
.page-content .activity-records-box .project-list ul li.project .project-body .prize-box .prize-winner-list {
  /* display: none; */
  padding: 10px 23px;
  background-color: #FBFBFB;
}
@media all and (max-width: 1024px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .prize-box .prize-winner-list {
    padding: 10px 13px;
  }
}
.page-content .activity-records-box .project-list ul li.project .project-body .prize-box .prize-winner-list .total-num {
  font-size: 13px;
  color: #1b1b1b;
  margin-bottom: 10px;
}
.page-content .activity-records-box .project-list ul li.project .project-body .prize-box .prize-winner-list .total-num .nums {
  margin: 0 5px;
}
.page-content .activity-records-box .project-list ul li.project .project-body .prize-box .prize-winner-list .winner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-content .activity-records-box .project-list ul li.project .project-body .prize-box .prize-winner-list .winner-list .winner-card {
  display: flex;
  flex-direction: column;
  max-width: calc(25% - 5px);
  width: calc(25% - 5px);
  padding: 12px 15px;
  border-radius: 4px;
  margin-bottom: 8px;
  border: solid 1px #dee8d9;
}
@media all and (max-width: 1024px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .prize-box .prize-winner-list .winner-list .winner-card {
    max-width: 100%;
    width: 100%;
  }
}
.page-content .activity-records-box .project-list ul li.project .project-body .prize-box .prize-winner-list .winner-list .winner-card .name {
  line-height: 1;
  font-size: 18px;
  color: #1b1b1b;
  margin-bottom: 5px;
}
@media all and (max-width: 1024px) {
  .page-content .activity-records-box .project-list ul li.project .project-body .prize-box .prize-winner-list .winner-list .winner-card .name {
    font-size: 15px;
  }
}
.page-content .activity-records-box .project-list ul li.project .project-body .prize-box .prize-winner-list .winner-list .winner-card .phone-number {
  font-size: 13px;
  color: #40474f;
  margin-bottom: 5px;
}
.page-content .activity-records-box .project-list ul li.project .project-body .prize-box .prize-winner-list .winner-list .winner-card .redemption-numbers {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #40474f;
}
.page-content .activity-records-box .tab-box {
  position: relative;
  display: flex;
  border-radius: 50px;
  padding: 4px;
  background-color: #EBF5EF;
  margin-bottom: 30px;
}
@media all and (max-width: 1024px) {
  .page-content .activity-records-box .tab-box {
    margin-bottom: 20px;
  }
}
.page-content .activity-records-box .tab-box .inner-wrap {
  display: flex;
  justify-content: space-between;
}
.page-content .activity-records-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;
  font-size: 18px;
  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;
}
.page-content .activity-records-box .tab-box .tab:hover {
  color: #fff;
  background: #00803D;
}
@media all and (max-width: 1024px) {
  .page-content .activity-records-box .tab-box .tab {
    font-size: 15px;
    padding: 8px 10px;
  }
}
.page-content .activity-records-box .tab-box .tab:last-child {
  margin-right: 0;
}
.page-content .activity-records-box .tab-box .tab.active {
  color: #fff;
  background: #00803D;
}
.page-content .fix-btn-box {
  z-index: 1;
  position: fixed;
  top: 25vh;
  left: 50%;
  transform: translateX(500px);
  -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;
}
@media all and (max-width: 1200px) {
  .page-content .fix-btn-box {
    top: auto;
    bottom: 110px;
    left: auto;
    right: 0;
    transform: translateX(calc(100% - 76px));
    display: flex;
  }
}
.page-content .fix-btn-box .btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 15px;
  border-radius: 0 10px 10px 0;
  font-size: 16px;
  color: #fff;
  background-color: #009E3C;
  margin-bottom: 10px;
  line-height: 1;
}
@media all and (max-width: 1200px) {
  .page-content .fix-btn-box .btn {
    border-radius: 0;
    margin-bottom: 0;
    font-size: 14px;
    padding: 10px;
  }
}
.page-content .fix-btn-box .btn i {
  margin-bottom: 8px;
}
@media all and (max-width: 1200px) {
  .page-content .fix-btn-box .btn i {
    margin-bottom: 4px;
  }
}
@media all and (max-width: 1200px) {
  .page-content .fix-btn-box .btn:nth-child(4) i {
    margin-bottom: 9px;
  }
}
.page-content .fix-btn-box .btn-first-child {
  display: none;
  border-radius: 10px 0 0 10px;
}
@media all and (max-width: 1200px) {
  .page-content .fix-btn-box .btn-first-child {
    display: flex;
  }
}
.page-content .fix-btn-box .btn-first-child i {
  margin-bottom: 10px;
  margin-top: 7px;
}
@media all and (max-width: 1200px) {
  .page-content .fix-btn-box.active {
    transform: translateX(0px);
  }
}
.lightbox-serial-number-note .body-box .content .description >ul >li .title {
  background-color: #EBEBEB;
  padding: 12px;
  font-weight: bold;
  font-size: 16px;
  color: #1b1b1b;
  line-height: 1;
}
.lightbox-serial-number-note .body-box .content .description >ul >li .detail-box >ul >li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  line-height: 1;
  margin-bottom: 5px;
}
.lightbox-serial-number-note .body-box .content .description >ul >li .detail-box >ul >li >div:firtst-child{
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #40474F;
}
.lightbox-serial-number-note .body-box .content .description >ul >li .detail-box >ul >li >.btn{
  display: inline-block;
  background-color: #16A936;
  color: #fff;
  font-size: 14px;
  padding: 7px 15px;
  border-radius: 30px;
}

.lightbox-serial-number-note .body-box .content .description >ul >li .detail-box >ul >li >.btn-create-reply{
  display: inline-block;
  background-color: #FF8730;
  color: #fff;
  font-size: 14px;
  padding: 7px 15px;
  border-radius: 30px;
}

.lightbox-serial-number-note .body-box .content .description >ul >li .detail-box >ul >li >.btn-edit-reply{
  display: inline-block;
  background-color: #16A936;
  color: #fff;
  font-size: 14px;
  padding: 7px 15px;
  border-radius: 30px;
}

.lightbox-serial-number-note .body-box .content .description >ul > li .no-winner-record{
  text-align: center;
}