.errorMsg li{
  text-align: left;
}
.mainCons {
  font-size: 18px;
  font-family: "Inter", "Noto Sans TC";
}
.mainCons.thankyou {
  background: #f6efe7;
}
.mainCons .header {
  min-height: 200px;
  background: linear-gradient(to bottom, #f6efe7 0%, #f6efe7 640px, #FFFFFF 640px, #FFFFFF 100%);
  padding-top: 30px;
  display: flex;
}
.mainConsEnd{
  background: #f6efe7;
}
.mainConsEnd .header{
  background: #f6efe7;
}

/*       results           */
.resultCon{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.resultCon .results {
  text-align: center;
}
.resultCon1{
    width: 60%;
    min-width: 600px;
    margin: 0 auto;
}
.resultCon2{
    width: 100%;
    margin-top: 60px;
}
.resultCon2 .resultss{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.resultCon3{
    margin-top: 60px;
}
.resultCon h3{
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Noto Serif TC";
}

.mainConsEN .resultCon h3{
  font-family: "Inter";
}

.resultCon .results{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
}
.resultCon .results .resultTitle{
  text-decoration: underline;
  text-align: center;
}

/*       results           */

.mainCons .header.thanks {
  background: #f6efe7 !important;
  min-height: unset;
}
.mainCons .header .logo1 {
  width: auto;
  height: 75px;
}
.mainCons .header .langs {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: end;
}
.mainCons .header .langs ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.mainCons .header .langs ul li:first-child {
  border-right: 1px solid #000;
  padding-right: 12px;
  margin-right: 12px;
}
.mainCons .header .langs ul a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}
.mainCons .header .headerCon {
  padding-top: 30px;
  margin-bottom: 30px;
}
.mainCons .header .headerCon .titleImg {
  border-radius: 100px;
  margin-bottom: 30px;
}
.mainCons .header .headerCon .conText {
  justify-content: center;
  text-align: center;
}
.mainCons .rewardTitle {
  font-family: "Noto Serif TC";
  font-weight: 800;
  font-size: 2.5rem;
  text-align: center;
}
.mainCons .main .rewardDate {
  font-family: "Noto Serif TC";
  font-weight: 800;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 30px;
}
.mainCons .main .r1 {
  margin-bottom: 30px;
}
.mainCons .main .r2 {
  margin-bottom: 50px;
}
.mainCons .main .r2 .rewardCon1 {
  margin-bottom: 50px;
}
.mainCons .main .r3 {
  justify-content: space-between;
}
.mainCons .main .rewardCon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 50px 0 0 50px;
  overflow: hidden;
  padding: 0;
}
  .mainConsEnd .main .rewardCon {
    border-radius: 50px;
  }
.mainCons .main .rewardCon .rewardText p {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.mainCons .main .rewardCon .rewardText .reTitle {
  font-size: 2rem;
  font-family: "Noto Serif TC";
  font-weight: 800;
}
.mainCons .main .rewardCon .rewardText .reTitle2 {
  font-size: 1.2rem;
  font-family: "Noto Serif TC";
  font-weight: 800;
}
.mainCons .main .rewardCon .rewardText .reCon {
  font-family: "Noto Sans TC";
  font-weight: 600;
  margin-top: 15px;
}
.mainCons .main .rewardCon .rewardText .reCon2 {
  font-family: "Noto Sans TC";
  font-weight: 400;
}
.mainCons .main .rewardCon1 {
  background-color: #fdbe00;
}
.mainCons .main .rewardCon2 {
  background-color: #9badfa;
}
.mainCons .main .rewardCon3 {
  background-color: #a7bfb9;
  justify-content: space-between;
  border-radius: 50px 50px 0 0;
  width: 48%;
}
.mainCons .main .rewardCon3 .rewardText {
  padding: 50px 0;
}
.mainCons .main .rewardCon4 {
  width: 48%;
}
.mainCons .footer {
  min-height: 300px;
  padding-top: 60px;
  background: #f6efe7 url("../../assets/img/wave.png") no-repeat;
  background-size: contain;
  font-family: "Noto Sans TC";
  font-weight: 500;
}
.mainConsEnd .footer{
  padding-top: 0;
  background: #f6efe7;
}
.mainCons .footer.thanks {
  background-image: none;
  padding-top: 100px;
  color: #1e2346;
}
.mainCons .footer.thanks .thxContent {
  justify-content: center;
  text-align: center;
}
.mainCons .footer.thanks .thxContent .thxTitle, .endCon .thxTitle{
  width: 100%;
  font-family: "Noto Serif TC";
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.endCon{
  text-align: center;
  margin-top: 100px;
  margin-bottom: 70px;
}
.mainCons .footer.thanks .thxContent .thxCons, .endCon .thxCons{
  width: 100%;
  font-weight: 300;
}
.mainCons .footer.thanks .thxContent .thxCons a, .endCon .thxCons a{
  text-decoration: underline;
  color: #1e2348;
}

.mainCons .footer.thanks .thxContent .thxBtn {
  margin-top: 60px;
  font-family: "Noto Serif TC";
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  width: auto;
  background-color: #1e2348;
  color: #fff;
  padding: 8px 80px;
  border-radius: unset;
  margin-bottom: 150px;
  text-decoration: none;
}
.mainCons .footer .footerCon {
  display: flex;
  flex-wrap: wrap;
}
.mainCons .footer .footerCon .footerTitle {
  margin-bottom: 30px;
}
.mainCons .footer .footerCon .footerTitle .titleText {
  font-family: "Noto Serif TC";
  font-weight: 800;
  font-size: 3.5rem;
  text-align: center;
  width: 100%;
}
.mainCons .footer .footerCon .footerTitle .btnLike {
  display: inline-flex;
  align-items: center;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #000;
  padding-right: 20px;
  cursor: pointer;
  margin: 0 auto;
  transform: scale(80%);
}
.mainCons .footer .footerCon .footerTitle .btnLike p {
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.mainCons .footer .footerCon .footerTitle .btnLike .iconLike {
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.mainCons .footer .footerCon .footerTitle .btnLike .iconLike i {
  color: #fff;
}
.mainCons .footer .footerCon .footerTitle .btnLike .iconLike svg .st0 {
  fill: #fff;
}
.mainCons .footer .footerCon .footerForm .clubForm p {
  padding: 0;
  margin: 0;
}
.mainCons .footer .footerCon .footerForm .clubForm input, .mainCons .footer .footerCon .footerForm .clubForm select {
  outline: none;
  box-shadow: none;
  border: 1px solid #333333;
  border-radius: 0;
  font-size: 18px;
}
.mainCons .footer .footerCon .footerForm .clubForm .formItems {
  margin-bottom: 30px;
}
.mainCons .footer .footerCon .footerForm .clubForm .formItems input, .mainCons .footer .footerCon .footerForm .clubForm .formItems select {
  outline: none;
  box-shadow: none;
  border: 1px solid #333333;
  border-radius: 0;
  width: 50%;
  min-width: 300px;
  font-size: 18px;
}
.mainCons .footer .footerCon .footerForm .clubForm .formItems .iti {
  width: 50%;
  min-width: 300px;
}
.mainCons .footer .footerCon .footerForm .clubForm .formItems .iti input {
  width: 100%;
  min-width: 300px;
}
.mainCons .footer .footerCon .footerForm .clubForm .tnc p, .mainCons .footer .footerCon .footerForm .clubForm .tnc .form-check {
  margin-bottom: 15px;
}
.mainCons .footer .footerCon .footerForm .clubForm .btnSubmit {
  margin-bottom: 30px;
  text-align: center;
}
.mainCons .footer .footerCon .footerForm .clubForm .btnSubmit .btn {
  margin-top: 15px;
  font-family: "Noto Serif TC";
  font-weight: 800;
  font-size: 2rem;
  text-align: center;
  width: auto;
  background-color: #1e2348;
  color: #fff;
  padding: 8px 80px;
  border-radius: unset;
}
.mainCons .footer .footerCon .footerTC {
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
.mainCons .footer .footerCon .footerTC .cons {
  max-width: 1026px;
  text-align: center;
  margin: 0 auto;
}
.mainCons .footer .footerCon .footerTC .cons img {
  width: 50%;
  margin-bottom: 50px;
}
.mainCons .footer .footerCon .footerTC .cons p {
  display: block;
  text-align: justify;
}

.mainConsEN {
  font-size: 18px;
}
.mainConsEN .rewardTitle {
  font-family: "Newsreader";
  font-size: 2.5rem;
}
.mainConsEN .main .rewardDate {
  font-family: "Newsreader";
  font-weight: 500;
  font-size: 1.2rem;
}
.mainConsEN .main .rewardCon .rewardText .reTitle {
  font-family: "Newsreader";
  font-style: italic;
}
.mainConsEN .main .rewardCon .rewardText .reTitle2 {
  font-family: "Newsreader";
  font-weight: bold;
  font-style: italic;
}
.mainConsEN .main .rewardCon .rewardText .reCon {
  font-family: "Inter";
  font-weight: 600;
}
.mainConsEN .main .rewardCon .rewardText .reCon2 {
  font-family: "Inter";
  font-weight: 400;
}
.mainConsEN .footer {
  font-family: "Inter";
}
.mainConsEN .footer.thanks .thxContent .thxTitle, .mainConsEN .endCon .thxTitle {
  font-family: "Newsreader";
  font-size: 2.3rem;
  font-style: italic;
}
.mainConsEN .footer.thanks .thxContent .thxBtn {
  font-family: "Newsreader";
  font-size: 1.2rem;
  font-style: italic;
}
.mainConsEN .footer .footerCon .footerTitle .titleText {
  font-family: "Newsreader";
}
.mainConsEN .footer .footerCon .footerForm .clubForm .btnSubmit .btn {
  font-family: "Newsreader";
}

@media only screen and (max-width: 640px) {


/*       results           */
 .reulstmobile{
  margin-top: 0 !important;
 }
 .reulsthd{
  display: none !important;
 }

.resultCon1{
    width: 100%;
    min-width: unset;
}
.resultCon2{
    margin-top: 30px;
}
.resultCon2 .resultss{
    width: 100%;
}
.resultCon2 .resultss2{
    margin-top: 30px;
}
.resultCon3{
    margin-top: 30px;
}
.resultCon h3{
  margin-bottom: 12px;
}
.resultCon .results{
  width: 50%;
}

.resultCon .resultTitle br{
  display: none;
}

/*       results           */

  .mainCons {
    font-size: 14px;
  }
  .mainCons .header {
    background: linear-gradient(to bottom, #f6efe7 0%, #f6efe7 270px, #FFFFFF 270px, #FFFFFF 100%);
    padding-top: 15px;
  }
  .mainConsEnd .header {
    background: #f6efe7;
    padding-top: 15px;
  }
  .endCon{
    margin-top: 50px;
    margin-bottom: 35px;
  }
  .mainCons .header .logo1 {
    height: 50px;
  }
  .mainCons .header .headerCon {
    padding-top: 15px;
    margin-bottom: 15px;
  }
  .mainCons .header .headerCon .titleImg {
    border-radius: 25px;
    margin-bottom: 15px;
  }
  .mainCons .header .headerCon .conText {
    text-align: center;
  }
  .mainCons .header .headerCon .conText:last-child br:last-child {
    display: none;
  }
  .mainCons .main {
    padding: 0 15px;
  }
  .mainCons .rewardTitle {
    font-size: 1.8rem;
  }
  .mainCons .main .rewardDate {
    font-size: 1.2rem;
    margin-top: 15px;
  }
  .mainCons .main .r1 {
    margin-bottom: 15px;
  }
  .mainCons .main .r2 {
    margin-bottom: 25px;
  }
  .mainCons .main .r2 .rewardCon1 {
    margin-bottom: 25px;
  }
  .mainCons .main .rewardCon {
    border-radius: 25px 25px 0 0;
  }

  .mainCons .main .rewardCon .rewardText {
    padding: 15px 0;
  }
  .mainCons .main .rewardCon .rewardText .reTitle {
    font-size: 1.8rem;
  }
  .mainCons .main .rewardCon .rewardText .reTitle2 {
    font-size: 1.3rem;
  }
  .mainCons .main .rewardCon .rewardText .reCon {
    margin-top: 8px;
  }
  .mainCons .main .rewardCon3 {
    border-radius: 25px 25px 0 0;
    width: unset;
    margin-bottom: 25px;
  }
  .mainCons .main .rewardCon3 .rewardText {
    padding: 25px 0;
  }
  .mainCons .main .rewardCon4 {
    width: unset;
  }
  .mainCons .footer {
    padding-top: 50px;
  }
  .mainConsEnd .footer{
    padding-top: 0;
  }
  .mainCons .footer .footerCon .footerTitle {
    margin-bottom: 15px;
  }
  .mainCons .footer .footerCon .footerTitle .titleText {
    font-size: 2rem;
  }
  .mainCons .footer .footerCon .footerTitle .btnLike {
    height: 26px;
    border-radius: 13px;
  }
  .mainCons .footer .footerCon .footerTitle .btnLike .iconLike {
    width: 26px;
    height: 26px;
  }
  .mainCons .footer .footerCon .footerForm .clubForm input, .mainCons .footer .footerCon .footerForm .clubForm select {
    font-size: 14px;
  }
  .mainCons .footer .footerCon .footerForm .clubForm .formItems {
    margin-bottom: 15px;
  }
  .mainCons .footer .footerCon .footerForm .clubForm .formItems input, .mainCons .footer .footerCon .footerForm .clubForm .formItems select {
    width: 100%;
    font-size: 14px;
  }
  .mainCons .footer .footerCon .footerForm .clubForm .btnSubmit {
    margin-bottom: 15px;
  }
  .mainCons .footer .footerCon .footerForm .clubForm .btnSubmit .btn {
    font-size: 1.4rem;
    padding: 4px 60px;
  }
  .mainCons .footer .footerCon .footerTC {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .mainCons .footer .footerCon .footerTC .cons {
    max-width: 100%;
  }
  .mainCons .footer .footerCon .footerTC .cons img {
    width: 75%;
    margin-bottom: 25px;
  }
  .mainCons .footer .footerCon .footerNo p {
    width: 100%;
  }

}