@charset "utf-8";
/* CSS Document */

/****活動用****/
.blackbarnew {
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  background-color: #000;
  position: fixed;
  z-index: 999;
  overflow: hidden;
}

.yeslogo {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  float: left;
}

.yeslogo i {
  margin-right: 8px;
  float: left;
}

.yeslogo i img {
  width: 10px;
  margin-top: 10px;
}

.yesgogo {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  float: right;
}

.yesyes {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  margin-right: 4px;
}
/****活動用END****/

.pad {
  display: none;
}

.phone {
  display: none;
}

.web {
  display: block;
}

@media screen and (max-width: 800px) {
  .web {
    display: none;
  }

  .phone {
    display: none;
  }

  .pad {
    display: block;
  }
}

@media screen and (max-width: 736px) {
  .web {
    display: none;
  }

  .pad {
    display: none;
  }

  .phone {
    display: block;
  }
}

/* 顏色列表 */
:root {
  --primary: #ff5400;
  --secondary: #e40003;
  --brown: #351201;
  --white: #ffffff;
}

/*主視覺*/
.main {
  width: 100%;
  margin-top: 90px;
  background-image: url('../img/main_bg_web.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 88;
  background-position: center;
  transition: all 0.3s;
}
@media screen and (max-width: 736px) {
  .main {
    margin-top: 75px;
  }
}
.bg {
  position: fixed;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.box01 {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 8;
  transition: all 0.3s;
}

.main_h {
  margin: 0 auto;
}

.main_mob {
  margin-bottom: -3px;
}
.main_title {
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 999;
}
.main_title img {
  width: 880px;
}

@media screen and (max-width: 1280px) {
  .main {
    background-image: url(../img/main_bg_1280.jpg);
  }
  .main_title {
    top: 2px;
  }
}

@media screen and (max-width: 1080px) {
  .main {
    background-image: url(../img/main_bg_1080.jpg);
  }
  .main_title img {
    width: 100%;
  }
  .main_title {
    right: 0px;
  }
}

@media screen and (max-width: 736px) {
  .main {
    background-image: url(../img/main_bg_mob.jpg);
  }
  .main_title {
    top: 2px;
    right: 0px;
    left: 2px;
  }
}

/*活動內容*/
.page {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px 48px 20px;
}

@media screen and (max-width: 736px) {
  .page {
    padding: 0 12px 20px;
    margin: 0 auto;
  }
}

/* 中獎機率100% */
.content01 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 888;
  padding: 48px 0 0 0;
}

.content01 > h1 {
  font-size: 36px;
  color: #fe5e00;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  padding: 8px 16px 6px;
  border: 3px #fe5e00 solid;
  transition: all 0.3s;
  box-shadow: 3px 4px 0 #fe5e00;
}

/* 目前已經XXX人中獎 */
.totalwinners > h3 {
  font-size: 80px;
  font-weight: bold;
  line-height: 1.5;
  color: #e40003;
  margin-bottom: 4px;
}

.sf {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
  color: #e40003;
}

.totalwinners {
  width: 100%;
  position: relative;
  z-index: 8;
}

.titlebox_web {
  top: -68px;
  position: absolute;
  z-index: 8;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .content01 {
    padding: 24px 0px 43px;
  }

  .titlebox_web {
    top: -52px;
  }
}

@media screen and (max-width: 736px) {
  .content01 {
    width: 100%;
    padding: 24px 12px;
  }

  .content01 > h1 {
    font-size: 20px;
  }

  .totalwinners > h3 {
    font-size: 40px;
  }

  .sf {
    font-size: 26px;
  }

  .titlebox_web {
    width: 320px;
    top: -23px;
    left: 50%;
    margin-left: -160px;
  }
}

@media screen and (max-width: 320px) {
  .titlebox_web {
    width: 260px;
    top: -22px;
    left: 50%;
    margin-left: -130px;
  }

  .winners > h3 {
    font-size: 40px;
  }

  .sf {
    font-size: 16px;
  }
}

/*任務*/
.taskbox {
  width: 100%;
  margin-bottom: 40px;
}

.taskbox ul {
  overflow: hidden;
}

.taskbox ul li {
  float: left;
  width: calc(100% / 3 - 12px);
  margin-right: 18px;
}

.taskbox ul li:nth-child(3n + 3) {
  margin-right: 0;
}

.task {
  background-color: #ffffff;
  padding: 40px 16px 16px;
  border-radius: 12px;
  position: relative;
  z-index: 8;
  border: 3px #e40003 solid;
  overflow: hidden;
  min-height: 430px;
}

.task > h1 {
  font-size: 28px;
  color: #0064c4;
  /* line-height: 1.5; */
  font-weight: bold;
  margin-bottom: 12px;
}

.task > p {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 8px;
  color: #e40003;
}

.task_sign {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 8px;
  color: #e40003;
}

.explanation {
  border: #000000 dashed 1px;
  margin-bottom: 12px;
  min-height: 88px;
}

.explanation p {
  font-size: 19px;
  color: #000000;
  line-height: 1.3;
  padding: 8px;
}

.buttonbox {
  width: 100%;
  line-height: 48px;
  height: 48px;
  font-size: 20px;
  text-align: center;
  background-color: #fe5e00;
  box-shadow: 0 5px 0 #e43900;
  color: #fff;
  border-radius: 6px;
  /* font-weight: bold; */
  transition: all 0.3s;
  margin: 0 auto;
}

.buttonbox:hover {
  color: #fff;
  background-color: #e40003;
  box-shadow: 0 0 0 #e40003;
  transform: translateY(5px);
}

.buttonbox_02 {
  background-color: #007ed0;
  box-shadow: 0 5px 0 #005d9a;
}

.buttonbox_02:hover {
  background-color: #009aff;
  box-shadow: 0 0 0 #0080d4;
  transform: translateY(5px);
}

.buttonbox_gray {
  width: 100%;
  line-height: 48px;
  height: 48px;
  font-size: 20px;
  text-align: center;
  background-color: #6d6d6d;
  box-shadow: 0 5px 0 #545454;
  color: #a4a4a4;
  border-radius: 6px;
  /* font-weight: bold; */
  transition: all 0.3s;
  margin: 0 auto;
}

.cta_double {
  width: 100%;
}

.cta_double > ul {
  overflow: hidden;
  padding: 0 0 10px 0;
}

.cta_double > ul > li {
  float: left;
  width: calc(50% - 8px);
  margin-right: 16px;
}

.cta_double > ul > li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 980px) {
  .task_title {
    width: 44px;
  }

  /* .explanation {
    min-height: 72px;
  } */

  .explanation p {
    font-size: 18px;
  }

  .task > h1 {
    font-size: 34px;
  }
}

@media screen and (max-width: 736px) {
  .explanation {
    min-height: auto;
  }

  .task {
    padding: 24px 16px 22px;
    min-height: auto;
  }

  .taskbox {
    margin-bottom: 20px;
  }

  .taskbox ul li {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .taskbox ul li:nth-last-child(1) {
    margin-bottom: 0;
  }

  .task > h2 {
    font-size: 24px;
  }
  .task > h1 {
    font-size: 26px;
  }

  .task > p {
    font-size: 14px;
  }
}

.task_title {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 10px;
}

.task_img {
  width: 120px;
  margin: 0 auto;
  margin-bottom: 14px;
}

/*.winnerlist{
  margin-top: 12px;
  display: inline-block;
   border: 1px #c91f12 solid; 
  border-radius: 4px;
  padding: 6px 8px;
  width: 150px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  z-index: 8;
  right: 20px;
  text-decoration: underline;
  }

.winners a{font-size: 18px; color:#c91f12;}*/

@media screen and (max-width: 980px) {
  .task_title {
    left: 4px;
  }
}

@media screen and (max-width: 736px) {
  .task_title {
    width: 40px;
    left: 12px;
  }

  .task_img {
    width: 90px;
    margin-bottom: 12px;
  }
}
/*我的中獎紀錄*/
.mygift {
  width: 100%;
  /* background-image: url(../img/content_bg.png);
  background-repeat: repeat;
  background-position: center; */
  background-color: #ffffff;
  padding: 16px 20px;
  border-radius: 12px;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 3px #e40003 solid;
}
/* .box04 {
  width: 100%;
  padding: 50px 16px 60px;
  background-image: url(../img/bg02.png);
  position: relative;
  z-index: 88;
} */

/* .message {
  max-width: 950px;
  margin: 0 auto;
  border-radius: 12px;
  border: 2px #00c8ca solid;
  overflow: hidden;
  text-align: center;
  padding-bottom: 14px;
  background: #fff;
}

.message > h1 {
  padding: 10px 8px;
  background-color: #00c8ca;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
} */

.mygift ul {
  overflow: hidden;
}

.mygift ul li {
  float: left;
  line-height: 50px;
  height: 50px;
}

.mygift ul li:nth-child(1) {
  width: 50px;
}
.mygift ul li:nth-child(2) {
  width: calc(100% - 190px);
  text-align: left;
}
.mygift ul li:nth-child(3) {
  width: 140px;
}

.cta_mygift {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  /* font-weight: bold; */
  color: #fff;
  background-color: #e40003;
  /* border: 1px #ff6418 solid; */
  /* background-color: #d5000a; */
  border-radius: 6px;
  transition: all 0.3s;
  margin-top: 2px;
  /* box-shadow: 0 5px 0 #aa0000;*/
}

.cta_mygift:hover {
  background-color: #e40003;
}

.mygift h2 {
  font-size: 32px;
  font-weight: bold;
  color: #e40003;
  padding: 4px;
}

@media screen and (max-width: 736px) {
  .mygift {
    border: 3px #e40003 solid;
    padding: 14px 16px 12px;
    margin: 0 0 12px;
  }

  .mygift h2 {
    font-size: 26px;
    padding: 0;
  }

  .mygift ul li {
    line-height: 48px;
    height: 48px;
  }

  .mygift ul li:nth-child(1) {
    width: 34px;
  }
  .mygift ul li:nth-child(2) {
    width: calc(100% - 124px);
  }
  .mygift ul li:nth-child(3) {
    width: 90px;
    float: right;
  }

  .mygift_img {
    width: 34px;
    margin-top: 6px;
  }

  .cta_mygift {
    width: 100%;
    height: 40px;
    line-height: 42px;
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .mygift h2 {
    font-size: 22px;
  }

  .mygift ul li:nth-child(1) {
    width: 34px;
  }

  .mygift ul li:nth-child(2) {
    width: calc(100% - 124px);
  }
  .mygift ul li:nth-child(3) {
    width: 90px;
    float: right;
  }
}

/*獎品*/
.content02 {
  margin-bottom: 20px;
}

/*兌換注意事項*/
.content03 {
  width: 100%;
}

.content03 h1 {
  font-size: 24px;
  color: #943400;
  font-weight: bold;
  margin-bottom: 12px;
  padding-left: 14px;
}

.note {
  overflow: hidden;
  padding-left: 16px;
  margin-bottom: 16px;
}
.note > li {
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 8px;
}

.note_s {
  overflow: hidden;
  padding-left: 22px;
}
.note_s > li {
  list-style-type: disc;
}

.note02_s {
  overflow: hidden;
  padding-left: 36px;
  color: #333333;
}
.note02_s > li {
  list-style-type: disc;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #6a3906;
}
.note02_s a {
  color: #333333;
  text-decoration: underline;
}

.note_s_step {
  overflow: hidden;
}
.note_s_step > li {
  padding-left: 16px;
}

.content h1 {
  font-size: 24px;
  color: #6b3eaf;
  font-weight: bold;
  margin-bottom: 12px;
  padding-left: 14px;
}

@media screen and (max-width: 736px) {
  .content h1 {
    padding-left: 2px;
    font-size: 22px;
  }
  .note {
    overflow: hidden;
    padding-left: 4px;
  }
  .note > li {
    font-size: 14px;
  }
  .note_s {
    overflow: hidden;
    padding-left: 18px;
  }
  .note02_s {
    overflow: hidden;
    padding-left: 26px;
  }
  .note02_s > li {
    font-size: 14px;
  }
}

.notice_p {
  color: #c91f12;
}

/*tab*/
.workbox {
  /* box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); */
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 736px) {
  .workbox {
    margin: 10px 0 0;
  }
  .junior_img_l img,
  .junior_img_r img {
    width: 250px;
  }
}

/* Tab 標題 */
.tab {
  width: 100%;
}
.tab ul {
  overflow: hidden;
}
.tab li {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  float: left;
  width: calc(100% / 4);
  background-color: #ff5400;
  border-radius: 12px 12px 0px 0px;
  cursor: pointer;
}
.tablinks,
.tablinks2,
.tablinks3 {
  width: 100%;
  padding: 12px 0;
  display: block;
}
.tablinks p,
.tablinks2 p,
.tablinks3 p {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.tab li:hover {
  background-color: #ff5400;
  color: #fff;
}

.tabcontent {
  float: left;
  width: 100%;
  display: none;
  background-color: #ffffff;
  padding: 20px;
  /* border: 5px #ff6418 solid; */
  border-top: 0;
  border-radius: 0 0 12px 12px;
}

.tabcontent h1 {
  color: #ff6418;
  font-size: 16px;
  margin-bottom: 8px;
}

.active {
  background-color: #e40003;
  border-radius: 12px 12px 0px 0px;
}

@media screen and (max-width: 736px) {
  .tablinks p,
  .tablinks2 p,
  .tablinks3 p {
    font-size: 14px;
  }
}
/* Tab 標題結束 */
.font02 {
  text-decoration: underline;
}

/* 滑塊 */
.namebox {
  width: 100%;
  /* height: 142px; */
  padding: 12px;
  /*background-color:#fff2de;*/
  border-radius: 6px;
  position: relative;
  background-color: #fffbbc;
  display: flex;
  /* border: 1px #000 solid; */
  /* z-index: 88;
  background-image: url('../img/note.png');
  background-repeat: no-repeat;
  background-size: cover; */
}
.giftphoto {
  width: 40%;
}
.namebox .txt {
  width: 60%;
  padding: 8px;
}
.namebox .txt h2 {
  font-size: 19px;
  color: #ce0003;
  margin-left: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  /* text-align: center;  */
  /* margin-top: 16px;*/
}

.namebox .txt p {
  font-size: 16px;
  color: #610002;
  margin-left: 8px;
  line-height: 1.3;
  /* display: -webkit-box; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /* text-align: center; */
}

.namebox .txt span {
  font-size: 24px;
  color: #f03b20;
  margin: 0 2px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  .namebox .txt h2 {
    font-size: 20px;
  }
  .namebox .txt p {
    font-size: 16px;
  }
}

/*中獎名單*/
.winners {
  width: 100%;
  padding: 8px 24px;
  text-align: center;
}

.winnerbox {
  width: 100%;
  z-index: 88;
  background-color: #fee5b8;
}

.winnerbox h4 {
  margin-bottom: 8px;
  color: #ff6418;
  font-size: 18px;
}

.winner_table {
  width: 100%;
  margin-bottom: 12px;
}

.winner_table table {
  width: 100%;
}

.winner_table td {
  max-width: 94px;
  border: 1px solid #e2e2e2;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #6a3906;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px 10px;
}

.winner_table td:nth-child(1) {
  width: 25%;
  text-align: center;
}

.winner_table tr:nth-child(odd) {
  background-color: #fffdd8;
}

.winner_table tr:nth-child(even) {
  background-color: #fff;
}

.winner_table tr:nth-child(1) {
  background-color: #ffe7b9;
  text-align: center;
}

.winnerbox_pop {
  background-color: #fffce4;
  padding: 60px 20px 0 20px;
}

/*tab end*/

/*popup*/
.bgblack {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.popup {
  width: 400px;
  min-height: 340px;
  position: absolute;
  top: 8%;
  z-index: 999;
  border-radius: 8px;
  background-color: #ffffff;
  padding-bottom: 30px; /*overflow: auto;*/
  overflow: hidden;
}

.popup h1 {
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  position: relative;
  background-color: #ff5400;
}

.popup p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 0 16px;
  margin-bottom: 20px;
  color: #000000;
  margin-top: -6px;
}

.popup h2 {
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  padding: 14px 16px 0px;
  color: #003bbb;
  font-weight: bold;
  margin-bottom: 8px;
}

.popup h2 span {
  color: #e40003;
}

.popup h3 {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: var(--brown);
  margin-bottom: 16px;
  padding: 0 16px;
}

.popup h4 {
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  padding: 14px 16px 0px;
  color: #0270c5;
  font-weight: bold;
  margin-bottom: 8px;
}

.cantlogin {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 0px 16px 16px;
  color: #4b0885;
  display: none;
}

@media screen and (max-width: 736px) {
  .popup h2 {
    margin-bottom: 8px;
  }
  .popup h3 {
    font-size: 16px;
  }
  .cantlogin {
    display: block;
  }
}

/*popup share*/
.fblog {
  width: 258px;
  margin: 0 auto;
}

.fbshare {
  width: calc(100%);
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #1d74e5;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
}

.lineshare {
  width: calc(100%);
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #0ec242;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
}

.joinus {
  width: calc(100%);
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  background-color: #ff5062;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
  font-weight: bold;
}

.fbshare:hover {
  -webkit-filter: brightness(1.1);
}
.lineshare:hover {
  -webkit-filter: brightness(1.1);
}
.joinus:hover {
  background-color: #f5253b;
}

.box2s {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
  overflow: hidden;
}

.box2s li {
  float: left;
  width: calc(50% - 8px);
  margin-right: 16px; /*padding: 0px 20px 6px;*/
}

.box2s li:last-child {
  margin-right: 0;
}

/*share*/
.box3s {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
  overflow: hidden;
}

.box3s li {
  float: left;
  width: calc(50% - 8px);
  margin-right: 16px;
}

.box3s li:nth-child(1) {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.box3s li:last-child {
  margin: 0;
}

.popup3 {
  padding-bottom: 60px;
}

/*QAbox*/
.qabox {
  width: 90%;
  background-color: #ffffff;
  border: 2px #8ccdff solid;
  margin: 0 auto 52px;
  padding: 8px;
  border-radius: 6px;
}

.qabox > p {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #0270c5;
  text-align: left;
  margin-top: 4px;
}

@media screen and (max-width: 736px) {
  .qabox {
    margin: 0 auto 20px;
  }
}

/*close popup*/
.close {
  position: absolute;
  right: 20px;
  width: 40px;
  cursor: pointer;
}
@media screen and (max-width: 736px) {
  .close {
    position: absolute;
    right: 0px;
    width: 40px;
    cursor: pointer;
  }
}

@keyframes op {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}

@media screen and (max-width: 736px) {
  .popup {
    width: 300px; /*margin:-200px 0 0 -150px;*/
    padding-bottom: 16px;
  }

  .popup3 {
    padding-bottom: 60px;
  }

  .box2s li {
    width: 100%;
    margin-bottom: 8px;
  }

  .box2s {
    position: static;
    width: calc(100%);
    padding: 0 16px;
    left: auto;
    bottom: auto;
  }

  .okgod {
    position: static;
    left: auto;
    bottom: auto;
    width: calc(100% - 32px);
    margin: 0 auto;
  }

  .close {
    position: absolute;
    right: 0px;
    width: 40px;
    cursor: pointer;
  }
}

.bodyno {
  overflow: hidden;
}

.goto {
  width: calc(100%);
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background-color: #ff5400;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
}

.goto:hover {
  background-color: #e40003;
}

/*複製序號popup*/
.copynumber {
  font-size: 16px;
  text-align: center;
  padding: 0px 16px;
  color: #a2202e;
}

.number {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  padding: 0px 16px 16px;
  color: #a2202e;
  font-weight: bold;
}

/*我知道了 iknow popup*/
.iknow {
  width: calc(100%);
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  background-color: #ff5400;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
  font-weight: bold;
}

.iknow:hover {
  background-color: #e40003;
}

/*gift popup*/
.giftbox {
  width: 100%;
  padding: 0 20px;
}
.giftbox > ul {
  overflow: hidden;
}
.giftbox > ul > li {
  float: left;
  width: calc(50% - 8px);
  margin-right: 16px;
}
.giftbox > ul > li:nth-child(1) {
  margin-bottom: 16px;
}
.giftbox > ul > li:nth-child(2) {
  margin-bottom: 16px;
}
.giftbox > ul > li:nth-child(2n + 2) {
  margin-right: 0;
}

/*popup2*/
.popup2 {
  min-height: 380px;
}

@media screen and (max-width: 736px) {
  .popup2 {
    min-height: 380px;
  }
  .popup2 h1 {
    font-size: 20px;
  }
  .popup2 span {
    display: block;
  }
  .popup2 p {
    font-size: 15px;
  }
}

/*popup4-中獎名單*/
.popup4 {
  width: 400px;
  min-height: 300px;
  position: absolute;
  top: 8%;
  border-radius: 8px;
  background-color: #fffbda;
  padding-bottom: 20px;
  max-height: 80vh;
  overflow: auto;
  z-index: 999;
}

.popup4 h1 {
  width: 400px;
  font-size: 24px;
  background-color: #ff5400;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  position: fixed;
  z-index: 999;
}

.popup4 p {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  padding: 8px 16px 16px;
  color: #6a3906;
}

.popup4 h2 {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  padding: 14px 16px 0px;
  color: #440000;
  font-weight: bold;
  margin-bottom: 24px;
}

.popup4 h4 {
  padding: 0px 16px;
  font-size: 16px;
  color: #ff6418;
  overflow: hidden;
  margin-bottom: 12px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .popup4 {
    max-height: none;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0 !important;
    border-radius: 0px;
  }
  .popup4 h1 {
    width: 100%;
  }
}
.other_wards {
  display: flex;
  margin-top: 30px;
}
.other_wards > div {
  display: flex;
  flex: 1;
  padding: 12px 16px;
  margin-right: 30px;
  background-color: #fffdd8;
  border-radius: 10px;
}
.other_wards > div:last-child {
  margin-right: 0px;
}
.other_img {
  width: 80px;
  margin-right: 15px;
}
.other_font {
  padding: 14px 0 4px 0;
}
.other_font > p {
  font-size: 17px;
  margin-top: 15px;
  color: #6a3906;
}
.other_font > p > span {
  color: #ff2c2c;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .other_wards {
    flex-wrap: wrap;
  }
  .other_wards > div {
    width: 100%;
    flex: inherit;
    margin-right: 0;
    margin-top: 20px;
  }
}
