@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@600;700;900&display=swap");
html, body {
  height: auto;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
  display: block;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

a {
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
  cursor: pointer;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

input {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

input, textarea, select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

body {
  font-family: "Noto Serif TC", "Microsoft YaHei", "微軟正黑體", Arial, Helvetica, sans-serif, "STHeiti Light", "儷黑 Pro", "LiHei Pro", "新細明體";
  font-size: 15px;
  font-size: 100%;
  color: #555;
}

input, textarea, select {
  font-family: "Noto Serif TC", "Microsoft YaHei", "微軟正黑體", Arial, Helvetica, sans-serif, "STHeiti Light", "儷黑 Pro", "LiHei Pro", "新細明體";
  color: #555;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.input-box {
  width: 100%;
  margin: 0 0 5px;
  text-align: left;
  position: relative;
}
.input-box label {
  font-size: 86%;
  color: #f9b601;
  margin: 0 0 5px;
  display: inline-block;
}
.input-box label.error {
  color: #e53b57;
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 2;
}
.input-box p {
  color: #fff;
  line-height: 40px;
  display: block;
}

.input-sty {
  font-size: 86%;
  color: #fff;
  width: 100%;
  line-height: 38px;
  padding: 0 15px;
  border: 1px solid #b6b5ac;
  border-radius: 20px;
  background: #333;
  box-sizing: border-box;
}

.label-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.label-item {
  cursor: pointer;
  padding: 5px;
  margin: 0 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.label-item span {
  font-size: 86%;
  margin: 0 0 0 5px;
}

.radio-box {
  width: 14px;
  height: 14px;
  padding: 2px 0 0 2px;
  border: 1px solid #009aff;
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

input[type=radio]:checked + .radio-box::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #009aff;
  display: block;
}

input[type=radio] {
  opacity: 0;
}

.check-box {
  width: 13px;
  height: 13px;
  border: 2px solid #009aff;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

input[type=checkbox]:checked + .check-box::after {
  content: "";
  font-size: 15px;
  color: #009aff;
  transform: translateY(-1px);
  display: block;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  height: 30px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background: #329a04;
}
.switch input:checked + .slider:after {
  content: "on";
  right: 35px;
}
.switch input:focus + .slider {
  box-shadow: 0 0 5px #111111;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #999999;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  border-radius: 50px;
  padding: 3px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  background: #ffffff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  border-radius: 30px;
  left: 3px;
  bottom: 3px;
}
.slider:after {
  position: absolute;
  content: "off";
  color: #ffffff;
  line-height: 25px;
  padding: 0 0 0 5px;
  right: 15px;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #333333 inset;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff;
}

.pasw {
  -webkit-text-security: disc;
}

.btn-area {
  text-align: center;
  margin: 15px 0 0;
}

.btn {
  font-size: 125%;
  color: #000;
  font-weight: 500;
  width: 340px;
  line-height: 50px;
  padding: 2px 0 19px 0;
  background: url(../img/bg_btn.png) no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.2s;
}
.btn:hover {
  opacity: 0.9;
}

.sub-filter-btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.sub-filter-btn input {
  position: absolute;
}
.sub-filter-btn label {
  color: #d89f1f;
  border-radius: 10px;
  padding: 3px 10px;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.sub-filter-btn label:hover {
  color: #fff;
}
.sub-filter-btn input[type=radio]:checked + label {
  color: #fff;
  background: #d89f1f;
}

.check-box2 {
  width: 13px;
  height: 13px;
  margin: 0 3px;
  border: 2px solid #d1c0a5;
  border-radius: 2px;
  transition: 0.2s;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

input[type=checkbox]:checked + .check-box2::after {
  content: "";
  font-size: 15px;
  color: #d1c0a5;
  transition: 0.2s;
}

.check-box-c {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
}

input[type=checkbox]:checked + .check-box-c::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url(../img/icon_c.png) no-repeat center center;
  background-size: contain;
  transition: 0.2s;
  position: absolute;
  top: -2px;
  left: -2px;
}

input[type=radio]:checked + .check-box-c::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url(../img/icon_c.png) no-repeat center center;
  background-size: contain;
  transition: 0.2s;
  position: absolute;
  top: -2px;
  left: -2px;
}

.ex-inp-wrap {
  margin: 10px 20px;
  border: 1px solid #009aff;
  border-radius: 5px;
}

.ex-tit {
  font-size: 18px;
  color: #fff;
  padding: 5px;
  background: #009aff;
}

.ex-box {
  padding: 5px;
}
.ex-box p {
  margin: 5px 0;
}
.ex-box i {
  color: #009aff;
}

html {
  height: 100%;
}

body {
  background: #ecc53c;
}

.loading {
  position: fixed;
  background: #ecc53c;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.loading-img {
  width: 150px;
  margin: 0 0 5px;
  animation: loading 5s infinite ease-in-out;
}
.loading-img img {
  width: 100%;
}

.loading-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.loading-box span {
  color: #bf3129;
  width: 100%;
  text-align: center;
  display: block;
  animation: loadingTxt 2s infinite ease-in-out;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loadingTxt {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nav-btn-area {
  max-width: 893px;
  width: calc( 100% - 26px);
  border: 3px solid #026baf;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.nav-btn-area .nav-btn {
  width: calc(100%/3);
  float: left;
  display: block;
  cursor: pointer;
  padding-bottom: 11%;
}
.nav-btn-area .nav-btn img {
  width: 100%;
  opacity: 0;
}

.judge-nav-btn {
  background: url(../img/nav_judge.png) no-repeat center center/cover;
}
.judge-nav-btn:hover {
  background: url(../img/nav_judge_on.png) no-repeat center center/cover;
}

.judge-nav-btn.act {
  background: url(../img/nav_judge_on.png) no-repeat center center/cover;
}

.goods-nav-btn {
  background: url(../img/nav_goodtoeat.png) no-repeat center center/cover;
}
.goods-nav-btn:hover {
  background: url(../img/nav_goodtoeat_on.png) no-repeat center center/cover;
}

.goods-nav-btn.act {
  background: url(../img/nav_goodtoeat_on.png) no-repeat center center/cover;
}

.thank-nav-btn {
  background: url(../img/nav_event.png) no-repeat center center/cover;
}
.thank-nav-btn:hover {
  background: url(../img/nav_event_on.png) no-repeat center center/cover;
}

.thank-nav-btn.act {
  background: url(../img/nav_event_on.png) no-repeat center center/cover;
}

.main-area {
  max-width: 1000px;
  min-height: 100vh;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.main-area:before {
  content: "";
  border: 3px solid #006caf;
  display: block;
  position: absolute;
  top: 10px;
  right: 50px;
  bottom: 10px;
  left: 50px;
  z-index: -1;
  box-sizing: border-box;
}

.index-area {
  position: relative;
  padding: 20px 0;
  background: url(../img/ind_bg_pc.png) no-repeat center top;
  background-size: contain;
  box-sizing: border-box;
  overflow: hidden;
}

.slogan {
  color: transparent;
  line-height: 0;
  width: 48%;
  padding: 10px 0 0;
  margin: 0 auto 10px;
  display: none;
}
.slogan img {
  width: 100%;
}

.banner-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.banner-area img {
  width: 100%;
}

.banner-img {
  width: 42%;
  margin: 30px auto;
  position: relative;
  z-index: 2;
}

.banner-txt {
  width: 100%;
  margin: 0 0 30px;
}

.banner-txt-img {
  width: 68%;
  margin: 0 auto;
}
.banner-txt-img img {
  width: 100%;
}

.index-txt {
  color: #0c517c;
  padding: 0 70px;
  margin: 0 0 35px;
}
.index-txt span {
  color: #bf3129;
  font-weight: 700;
}
.index-txt p {
  font-size: 130%;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 5px;
}
.index-txt p span {
  font-size: 130%;
  font-weight: 900;
}

.b-txt {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
.b-txt span {
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #bf3129;
  display: inline-block;
  border-radius: 100px;
}

.event-sup-box {
  font-size: 130%;
  width: 100%;
  color: #587a2e;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.logo-sup {
  width: 100px;
}
.logo-sup img {
  width: 100%;
}

.part-area {
  padding: 0 25px 25px;
}

.part-tit {
  color: transparent;
  line-height: 0;
  width: 50%;
  margin: -20px auto 0;
}
.part-tit img {
  width: 100%;
}

.good-area {
  padding: 20px 0 20px;
  border-bottom: 3px solid #daac09;
}
.good-area:last-child {
  padding: 20px 0 0;
  border-bottom: none;
}

.good-tit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 5px;
  padding: 0 5px;
}

.good-name {
  font-size: 150%;
  color: #9b2b28;
}

.name {
  color: #000;
  font-size: 110%;
}

.good-img {
  margin: 0 0 5px;
}
.good-img img {
  width: 100%;
}

.good-info-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.good-info-box p {
  width: 100%;
  color: #000;
  padding: 0 5px;
  margin: 0 0 5px;
}
.good-info-box a {
  width: 63%;
  display: block;
  margin: 0 auto;
}
.good-info-box a img {
  width: 100%;
}

.chiayi {
  background: url(../img/chiayi.png) no-repeat center center;
  background-size: contain;
}

.hualien {
  background: url(../img/hualien.png) no-repeat center center;
  background-size: contain;
}

.kaohsiung {
  background: url(../img/kaohsiung.png) no-repeat center center;
  background-size: contain;
}

.keelung {
  background: url(../img/keelung.png) no-repeat top center;
  background-size: 50%;
}

.kinmen {
  background: url(../img/kinmen.png) no-repeat center center;
  background-size: contain;
}

.nantou {
  background: url(../img/nantou.png) no-repeat center center;
  background-size: contain;
}

.new_taipei {
  background: url(../img/new_taipei.png) no-repeat center center;
  background-size: contain;
}

.taichung {
  background: url(../img/taichung.png) no-repeat center center;
  background-size: contain;
}

.tainan {
  background: url(../img/tainan.png) no-repeat center center;
  background-size: contain;
}

.taipen {
  background: url(../img/taipen.png) no-repeat center center;
  background-size: contain;
}

.taitung {
  background: url(../img/taitung.png) no-repeat center center;
  background-size: contain;
}

.leading-light-area {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 4;
  overflow: hidden;
}

.light-area {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 4;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.light-cont {
  color: #fff;
  width: 100%;
  max-width: 480px;
  padding: 40px 25px 20px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: none;
}

.lg-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  background: url(../img/close.png) no-repeat center center;
  background-size: contain;
}

.lg-tit {
  font-size: 100%;
  text-align: center;
}

.lg-name {
  font-size: 160%;
  text-align: center;
}

.lg-img {
  margin: 5px auto;
}

.lg-txt {
  font-size: 100%;
}
.lg-txt p {
  width: 94%;
  margin: 0 auto 15px;
}
.lg-txt p:last-child {
  margin: 0 auto;
}

.lg-img img {
  width: 100%;
}

.lg-judge-img {
  width: 70%;
}

.lg-goods-img {
  width: 100%;
}

.leading {
  max-width: 480px;
  margin: 0 auto;
  height: 100vh;
  position: relative;
}

.leading-img {
  height: 70%;
  margin: 0 auto;
  position: absolute;
  top: 6%;
  left: 21%;
  z-index: 1;
}
.leading-img img {
  width: 100%;
}

.cont-area {
  margin: 0 70px;
}

.video-area {
  margin: 0 0 50px;
}

.video-box {
  width: 100%;
  padding-bottom: 55%;
  margin: 0 0 20px;
  position: relative;
}
.video-box iframe {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.video-info {
  font-size: 130%;
  color: #0c517c;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 17px;
}
.video-info img {
  width: 85px;
  margin: 0 10px -18px 10px;
}

.judge-area {
  margin: 0 0 40px;
}

.judge-tit {
  color: #000;
  text-align: center;
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.judge-tit span {
  padding: 0 2px 0 4px;
}
.judge-tit img {
  width: 22px;
}
.judge-tit .icon-r {
  transform: rotateY(180deg);
}

.judge-btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: space-evenly;
}

.judge-btn {
  width: 29%;
  cursor: pointer;
  margin: 0 2% 20px;
}
.judge-btn p {
  font-size: 130%;
  color: #0c517c;
  text-align: center;
  font-weight: 700;
}
.judge-btn img {
  width: 100%;
  margin: 0 0 10px;
}

.goods-area {
  margin: 0 0 50px;
}

.goods-tit-area {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.goods-tit {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 10px 0 0;
}
.goods-tit span {
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #bf3129;
  display: inline-block;
  border-radius: 100px;
}

.goods-sup {
  color: #0c517c;
  font-size: 130%;
  text-align: center;
}

.goods-note {
  color: #000;
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.goods-note .icon-r {
  transform: rotateY(180deg);
}
.goods-note span {
  padding: 0 2px 0 4px;
}
.goods-note img {
  width: 22px;
}

.goods-cont {
  margin: 0 0 5px;
}
.goods-cont img {
  width: 100%;
}
.goods-cont .swiper-slide {
  width: 58%;
  position: relative;
}
.goods-cont .swiper-slide:before {
  content: "";
  background: #000;
  opacity: 0.2;
  display: block;
  border-radius: 5px;
  position: absolute;
  top: 2px;
  right: 11px;
  bottom: 4px;
  left: 2px;
  z-index: 1;
}
.goods-cont .swiper-slide-active:before {
  display: none;
}

.goods-name-box {
  text-align: center;
}
.goods-name-box .from-name {
  font-size: 100%;
  color: #000;
}
.goods-name-box .goods-name {
  font-size: 130%;
  color: #a42821;
  font-weight: 700;
}
.goods-name-box span {
  width: 100%;
  display: block;
}

.thank-area {
  padding: 0 70px 20px;
  background: url(../img/bot_product_pc.png) no-repeat top 35px center/97%;
  overflow: hidden;
}

.thank-tit {
  font-size: 210%;
  font-weight: 900;
  color: #a42821;
  text-align: center;
  position: relative;
}
.thank-tit span {
  display: inline-block;
  padding: 0 10px;
  background: #ecc53c;
  position: relative;
  z-index: 2;
}
.thank-tit:before {
  content: "";
  display: block;
  height: 4px;
  background: #bf3129;
  position: absolute;
  top: 52%;
  right: 0;
  left: 0;
  z-index: 1;
}

.thank-tit-sup {
  font-size: 120%;
  color: #0c517c;
  text-align: center;
  margin: 0 0 20px;
}

.thank-txt {
  border-radius: 20px;
  width: 70%;
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto 10px;
  box-sizing: border-box;
}
.thank-txt p {
  font-size: 130%;
  color: #fff;
  line-height: 1.6;
}
.thank-txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(../img/text_bg.png) center center;
  opacity: 0.85;
}

.thank-tit-sup2 {
  font-size: 130%;
  color: #bf3129;
  width: 65%;
  transform: translateX(5%);
  margin: 0 auto 20px;
  text-align: right;
  position: relative;
}
.thank-tit-sup2 span {
  display: inline-block;
  padding: 0 24px 0 10px;
  background: #ecc53c;
  position: relative;
  z-index: 2;
}
.thank-tit-sup2:before {
  content: "";
  display: block;
  height: 2px;
  background: #bf3129;
  position: absolute;
  top: 52%;
  right: 0;
  left: 0;
  z-index: 1;
}

.info-btn-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 20px 35px;
}
.info-btn-area .info-btn {
  cursor: pointer;
  margin: 0 10px 0 0;
}
.info-btn-area .info-btn:last-child {
  margin: 0;
}
.info-btn-area .info-btn-plaec {
  width: 22%;
}
.info-btn-area .info-btn-buy {
  width: 24%;
}
.info-btn-area .info-btn-goods {
  width: 28%;
}
.info-btn-area img {
  width: 100%;
}

.tga-area {
  text-align: center;
  padding: 0 70px 7%;
}
.tga-area h2 {
  font-size: 160%;
  color: #0c517c;
  width: 360px;
  border-bottom: 2px solid #0c517c;
  padding: 0 0 10px;
  margin: 0 auto 15px;
  display: block;
}
.tga-area img {
  width: 100px;
  margin: 0 auto 10px;
}
.tga-area span {
  display: inline-block;
  vertical-align: middle;
}
.tga-area p {
  color: #0c517c;
  font-size: 110%;
  line-height: 1.6;
  padding: 0 60px 7%;
  margin: 0 0 5px;
}

@media screen and (max-width: 1000px) {
  .nav-btn-area {
    max-width: unset;
  }

  .main-area:before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: -1;
  }

  .index-area {
    background-size: 106%;
  }

  .cont-area {
    margin: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .index-txt {
    padding: 0 20px;
  }

  .thank-txt {
    width: 80%;
  }

  .thank-area {
    padding: 0 30px 20px;
  }

  .tga-area p {
    padding: 0 20px 7%;
  }
}
@media screen and (max-width: 600px) {
  .thank-tit-sup2 {
    width: 100%;
    margin: 0 0 20px;
    transform: translateX(0);
  }

  .info-btn-area {
    margin: 0 -20px;
  }
  .info-btn-area .info-btn-plaec {
    width: 28%;
  }
  .info-btn-area .info-btn-buy {
    width: 30%;
  }
  .info-btn-area .info-btn-goods {
    width: 36%;
  }
}
@media screen and (max-width: 480px) {
  .nav-btn-area .nav-btn {
    padding-bottom: 14.4%;
  }

  .main-area {
    max-width: 480px;
  }
  .main-area:before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: -1;
  }

  .event-sup-box {
    font-size: 100%;
  }

  .logo-sup {
    width: 60px;
  }

  .index-txt p {
    font-size: 110%;
    line-height: 1.4;
  }

  .video-info {
    font-size: 110%;
  }

  .judge-tit {
    font-size: 90%;
  }
  .judge-tit img {
    width: 17px;
  }

  .judge-btn {
    margin: 0 0 20px;
  }
  .judge-btn img {
    margin: 0 0 2px;
  }
  .judge-btn p {
    font-size: 95%;
  }

  .goods-note {
    font-size: 90%;
  }
  .goods-note img {
    width: 17px;
  }

  .index-area {
    background: url(../img/ind_bg.png) no-repeat left -5% top 13%;
    background-size: 107.6%;
  }

  .slogan {
    display: block;
  }

  .banner-img {
    width: 65%;
    margin: 0 auto 30px;
  }

  .banner-txt {
    display: none;
  }

  .cont-area {
    margin: 0 20px;
  }

  .video-box {
    margin: 0 0 10px;
  }

  .goods-tit {
    width: 100%;
    margin: 0;
  }

  .goods-cont .swiper-slide {
    width: 60%;
  }
  .goods-cont .swiper-slide:before {
    right: 5px;
  }

  .thank-area {
    padding: 0 20px 7%;
    background: none;
  }

  .thank-txt {
    width: 100%;
    padding: 10px 15px;
    margin: 0 0 5px;
  }

  .thank-tit {
    font-size: 160%;
  }
  .thank-tit:before {
    height: 2px;
  }

  .thank-tit-sup2 {
    font-size: 100%;
  }
  .thank-tit-sup2 span {
    padding: 0 0 0 10px;
  }

  .thank-txt p {
    font-size: 100%;
  }

  .info-btn-area {
    background: url(../img/bot_product.png) no-repeat top center/97%;
  }
  .info-btn-area .info-btn-plaec {
    width: 37%;
    margin: 0 10px 30px;
  }
  .info-btn-area .info-btn-buy {
    width: 40%;
    margin: 0 10px 30px;
  }
  .info-btn-area .info-btn-goods {
    width: 49%;
  }

  .good-area {
    padding: 10px 0 10px;
  }
  .good-area:last-child {
    padding: 10px 0 0;
  }

  .good-name {
    font-size: 138%;
  }

  .name {
    font-size: 100%;
  }

  .tga-area {
    padding: 0 20px 7%;
  }
  .tga-area img {
    width: 80px;
  }
  .tga-area h2 {
    font-size: 130%;
    width: 88%;
    padding: 0 0 5px;
    margin: 0 auto 10px;
  }
  .tga-area p {
    font-size: 100%;
  }
}
