@charset "UTF-8";
/* CSS Document*/
/* CSS reset*/
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote, th, td, footer, img {
  margin: 0;
  padding: 0;
  border: 0; }

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

ol, ul {
  list-style: none; }

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

abbr, acronym, img {
  border: 0; }

/* link styles*/
a, div, li {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

a:hover, div:hover, li:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/* ----------------------------------------------------
 	clearfix
 */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
  display: inline-block; }

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

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  * html .clearfix {
    height: 1%; }

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  width: 100%;
  background: #000;
  letter-spacing: 1px; }

body {
  width: 100%;
  font-family: 'Noto Sans TC',微軟正黑體, Arial ,sans-serif;
  letter-spacing: 2px; }

img {
  max-width: 100%;
  height: auto; }

body, html {
  background: #fff;
  color: #fff;
  width: 100%;
  min-width: 1200px; }

.progress {
  background: #000;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999999;
  top: 0; }
  .progress.dispear {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.loading {
  width: 252px;
  height: 73px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -126px; }

.fixed_wrap {
  position: fixed;
  width: 74px;
  top: 50%;
  right: 0;
  z-index: 666;
  margin-top: -258px; }

#wrap {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: auto;
  display: block;
  overflow: hidden;
  margin: auto; }

.inner {
  width: 1200px;
  height: 100%;
  display: block;
  margin: auto;
  position: relative; }

#index {
  width: 100%;
  height: 750px;
  background: url(../images/index_bg.jpg) center;
  position: relative;
  overflow: hidden; }
  #index .sprkle {
    position: absolute;
    left: 845px;
    top: 395px;
    -webkit-animation: sprk .5s infinite alternate;
    animation: sprk .5s infinite alternate; }
  #index .logo {
    position: absolute;
    left: 35px;
    top: 35px; }
  #index .index_t1 {
    position: absolute;
    top: 215px;
    left: 0px; }
  #index h1 {
    position: absolute;
    font-size: 24px;
    font-weight: 400;
    top: 465px;
    left: 180px;
    font-weight: 200;
    letter-spacing: 0; }
  #index .index_btn {
    width: 242px;
    height: 36px;
    position: absolute;
    left: 180px;
    top: 535px;
    cursor: pointer; }
    #index .index_btn:hover {
      background: #200101; }
    #index .index_btn .index_arw {
      position: absolute;
      left: 140px;
      top: 10px; }

#video {
  width: 100%;
  height: 750px;
  text-align: center;
  position: relative;
  text-align: center;
  overflow: hidden;
  background: url(../images/video_bg.jpg) center no-repeat; }
  #video .video_t1 {
    margin: 100px auto 40px; }
  #video .video_next {
    position: absolute;
    top: 400px;
    left: 50%;
    margin-left: 370px;
    cursor: pointer;
    z-index: 50; }
  #video .video_prev {
    position: absolute;
    top: 400px;
    left: 50%;
    margin-left: -420px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    cursor: pointer;
    z-index: 50; }
  #video #video_wrap {
    width: 2178px;
    position: absolute;
    top: 250px;
    left: 50%;
    margin-left: -1089px; }
    #video #video_wrap .owl-item {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      opacity: .6; }
      #video #video_wrap .owl-item.center {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
        #video #video_wrap .owl-item.center .one {
          pointer-events: inherit; }
      #video #video_wrap .owl-item .one {
        width: 728px;
        height: 420px;
        border: #ecc186 1px solid;
        padding: 10px;
        pointer-events: none; }

#artical {
  width: 100%;
  height: 900px;
  position: relative;
  text-align: center;
  overflow: hidden;
  background: url(../images/artical_bg.jpg) center no-repeat; }
  #artical .artical_t1 {
    margin: 30px auto 40px; }
  #artical .blog_wrap {
    width: 1200px;
    height: 300px;
    font-size: 0px;
    margin-bottom: 80px; }
    #artical .blog_wrap li {
      width: 222px;
      height: 300px;
      margin-right: 102px;
      text-align: center;
      position: relative;
      display: inline-block; }
      #artical .blog_wrap li:last-child {
        margin-right: 0; }
      #artical .blog_wrap li:hover a {
        bottom: -5px; }
      #artical .blog_wrap li .name {
        font-size: 20px;
        color: #f9d095;
        letter-spacing: 0; }
      #artical .blog_wrap li .say {
        font-size: 20px;
        color: #f9d095;
        font-weight: 200;
        margin-bottom: 10px; }
      #artical .blog_wrap li a {
        width: 125px;
        height: 32px;
        background: black;
        border: #f1cf93 1px solid;
        font-size: 16px;
        line-height: 29px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 48px;
        color: #f9d095;
        letter-spacing: 0; }
        #artical .blog_wrap li a:hover {
          background: #f9d095;
          color: black; }
  #artical .editor_wrap {
    width: 950px;
    height: 290px;
    margin: auto; }
    #artical .editor_wrap .editor_p {
      float: left;
      margin: 4px 0; }
    #artical .editor_wrap .editor_txt {
      float: right;
      text-align: center;
      width: 410px;
      height: 100%;
      position: relative;
      padding-top: 90px; }
      #artical .editor_wrap .editor_txt .editor_tit {
        position: absolute;
        top: 0;
        left: 145px;
        -webkit-animation: editor_tit 1.5s infinite;
        animation: editor_tit 1.5s infinite; }
      #artical .editor_wrap .editor_txt .editor_t1 {
        margin-bottom: 10px; }
      #artical .editor_wrap .editor_txt p {
        font-size: 20px;
        color: #f9d095;
        letter-spacing: 0;
        line-height: 32px;
        font-weight: 200;
        margin-bottom: 20px; }
      #artical .editor_wrap .editor_txt a {
        width: 110px;
        height: 34px;
        background: black;
        border: #f1cf93 1px solid;
        font-size: 13px;
        line-height: 32px;
        display: block;
        margin: auto;
        color: #f1cf93;
        letter-spacing: 0; }
        #artical .editor_wrap .editor_txt a:hover {
          background: #f1cf93;
          color: black;
          font-weight: 400; }
          #artical .editor_wrap .editor_txt a:hover svg {
            fill: #000; }
        #artical .editor_wrap .editor_txt a svg {
          position: relative;
          top: 1px;
          -webkit-transform: translateX(3px);
          -ms-transform: translateX(3px);
          transform: translateX(3px);
          -webkit-animation: arw 1s infinite;
          animation: arw 1s infinite;
          fill: #f2c98e; }

@-webkit-keyframes arw {
  0% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  50% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  100% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); } }

@keyframes arw {
  0% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  50% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  100% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); } }

@-webkit-keyframes editor_tit {
  0% {
    top: 0px; }
  50% {
    top: 10px; }
  100% {
    top: 0px; } }

@keyframes editor_tit {
  0% {
    top: 0px; }
  50% {
    top: 10px; }
  100% {
    top: 0px; } }

@-webkit-keyframes sprk {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); }
  100% {
    opacity: .5;
    -webkit-transform: scale(0.95) rotate(5deg);
    transform: scale(0.95) rotate(5deg); } }

@keyframes sprk {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); }
  100% {
    opacity: .5;
    -webkit-transform: scale(0.95) rotate(5deg);
    transform: scale(0.95) rotate(5deg); } }

#prod {
  width: 100%;
  height: 700px;
  position: relative;
  text-align: center;
  overflow: hidden;
  background: url(../images/prod_bg.jpg) center no-repeat;
  padding-top: 60px; }
  #prod .sprkle {
    position: absolute;
    left: 50%;
    margin-left: -377px;
    top: 375px;
    -webkit-animation: sprk .5s infinite alternate;
    animation: sprk .5s infinite alternate; }
  #prod .artical_t1 {
    margin: 0 auto 40px; }
  #prod .prod_txt {
    width: 530px;
    position: absolute;
    top: 235px;
    left: 50%;
    margin-left: 70px; }
    #prod .prod_txt .prod_item {
      margin: auto;
      font-size: 20px;
      color: #f1cf93;
      font-weight: 200;
      width: 280px;
      margin-bottom: 20px; }
      #prod .prod_txt .prod_item li {
        text-align: left;
        margin-bottom: 10px; }
        #prod .prod_txt .prod_item li::before {
          width: 20px;
          height: 23px;
          display: inline-block;
          content: "";
          background: url(../images/star.png);
          margin-right: 10px;
          position: relative;
          top: 3px; }
    #prod .prod_txt .prod_item2 {
      margin: auto;
      font-size: 20px;
      color: #f1cf93;
      font-weight: 200;
      width: 100%; }
      #prod .prod_txt .prod_item2 li {
        height: 70px;
        border: #f1cf93 1px solid;
        margin-bottom: 20px; }
        #prod .prod_txt .prod_item2 li img {
          float: left; }
        #prod .prod_txt .prod_item2 li .txt {
          float: left;
          width: calc(100% - 178px);
          height: 68px;
          display: block;
          text-align: left;
          padding-top: 12px; }
          #prod .prod_txt .prod_item2 li .txt h3 {
            font-size: 20px;
            font-weight: 400;
            color: #f1cf93;
            line-height: 20px;
            margin-bottom: 5px; }
          #prod .prod_txt .prod_item2 li .txt p {
            font-size: 15px;
            color: white;
            letter-spacing: 0;
            font-weight: 200;
            letter-spacing: 0; }

#bottom {
  width: 100%;
  height: 700px;
  position: relative;
  text-align: center;
  overflow: hidden;
  background: url(../images/bottom_bg.jpg) center no-repeat;
  padding-top: 40px; }
  #bottom .bottom_t1 {
    margin-bottom: 35px; }
  #bottom .bottom_t2 {
    margin-bottom: 10px; }
  #bottom p {
    font-size: 16px;
    line-height: 28px;
    color: white;
    font-weight: 200;
    margin-bottom: 30px; }
    #bottom p span {
      color: #d1a454; }
  #bottom .form_wrap {
    width: 500px;
    height: auto;
    overflow: hidden;
    margin: auto; }
    #bottom .form_wrap ul li {
      margin-bottom: 10px; }
      #bottom .form_wrap ul li input, #bottom .form_wrap ul li select {
        width: 100%;
        height: 50px;
        font-size: 16px;
        line-height: 48px;
        color: #fff;
        padding: 0 25px;
        background: none;
        border: #f1cf93 1px solid; }
        #bottom .form_wrap ul li input::-webkit-input-placeholder, #bottom .form_wrap ul li select::-webkit-input-placeholder {
          color: white;
          opacity: 1; }
        #bottom .form_wrap ul li input:-ms-input-placeholder, #bottom .form_wrap ul li select:-ms-input-placeholder {
          color: white;
          opacity: 1; }
        #bottom .form_wrap ul li input::-ms-input-placeholder, #bottom .form_wrap ul li select::-ms-input-placeholder {
          color: white;
          opacity: 1; }
        #bottom .form_wrap ul li input::placeholder, #bottom .form_wrap ul li select::placeholder {
          color: white;
          opacity: 1; }

footer {
  width: 100%;
  height: 50px;
  color: white;
  background: black;
  text-align: center;
  padding-top: 15px; }
  footer img {
    display: inline-block;
    margin-right: 15px; }

.radios {
  padding: 10px 0;
  font-size: 1em;
  color: #fff;
  margin: 10px 0;
  text-align: left; }
  .radios a {
    color: #fff;
    text-decoration: underline; }
    .radios a:hover {
      color: #f1cf93; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + label {
    display: inline-block;
    width: 25px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: black;
    cursor: pointer;
    position: relative;
    top: -2px;
    margin-right: 5px; }
  input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: black;
    border: #f1cf93 1px solid;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background ease-in .5s;
    -o-transition: background ease-in .5s;
    transition: background ease-in .5s; }
  input[type="checkbox"] + label::after {
    content: "";
    display: inline-block;
    top: 4px;
    left: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-style: solid;
    border-color: black;
    border-top: 0;
    border-left: 0;
    position: absolute; }
  input[type="checkbox"]:checked + label::after {
    border-color: #f1cf93; }

.enter, .tofb {
  width: 100%;
  height: 65px;
  font-size: 20px;
  letter-spacing: 2px;
  color: black;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(#D1A455), to(#ECC185));
  background: -webkit-linear-gradient(bottom, #D1A455 0%, #ECC185 100%);
  background: -o-linear-gradient(bottom, #D1A455 0%, #ECC185 100%);
  background: linear-gradient(0deg, #D1A455 0%, #ECC185 100%);
  border: none;
  line-height: 65px; }

.tofb {
  background: #4267b2;
  border: #29487d 1px solid;
  display: none; }

#award {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 9999;
  visibility: visible;
  opacity: 1; }
  #award.active {
    visibility: hidden;
    opacity: 0; }
  #award .pop-close {
    width: 50px;
    position: fixed;
    top: 30px;
    right: 30px;
    cursor: pointer; }
  #award .inner {
    width: 90vw;
    height: 70vh;
    max-width: 1200px;
    max-height: 1200px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #e4b600;
    padding: 30px;
    overflow: auto;
    text-align: center;
    background: black;
    border: #d1a655 1px solid; }
    #award .inner::-webkit-scrollbar {
      width: 1em; }
    #award .inner::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    #award .inner::-webkit-scrollbar-thumb {
      background-color: #d1a655;
      outline: 1px solid slategrey; }
    #award .inner h5 {
      font-size: 2.5em;
      text-align: center;
      margin-bottom: .8em;
      color: #d1a655; }
    #award .inner h6 {
      font-size: 1em;
      text-align: center;
      margin-bottom: .8em;
      color: #d1a655;
      font-weight: 400; }
    #award .inner ul {
      padding: .8em 0; }
      #award .inner ul li {
        font-size: 1em;
        margin-bottom: .8em;
        display: inline-block;
        margin: 10px;
        width: 25%; }
