@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
select,
button {
  -webkit-appearance: none;
}

html {
  font-size: 62.5%;
}

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

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
body {
  font-family: "Microsoft JhengHei", "Microsoft JhengHei UI", Arial, "Meiryo", "Meiryo UI", "Heiti TC", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
  word-break: break-all;
  text-align: justify;
  background-color: #422f2f;					/*背景色*/
  background: url("../images/bg2.png") no-repeat center top;	/*no-repeat是不重複,置中對齊上方*/
  background-size:cover;					/*滿版*/
  background-attachment: fixed;					/*配合瀏覽器調正大小*/
  background-position: center;
  color: #ffffff;
  line-height: 1.9rem;
  overflow-x: hidden;
}

a,
area,
button {
  outline: none;
  color: #ffffff;
  text-decoration: none;
}

a {
  -webkit-transition: 1s;
  transition: 1s;
}

a:hover {
  color: #ffea00;
}

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

h1 {
  font-size: 3rem;
  margin: 20px 0;
}

p {
  font-size: 1.8rem;
  margin: 5px 0 10px 0;
}

.flR {
  float: right;
}

.flL {
  float: left;
}

@media (max-width: 1230px) {
  html {
    font-size: 50%;
  }
  body {
    line-height: 1.7rem;
  }
  .box .content {
    background-size: 100%;
    width: initial;
    height: initial;
    height: 60vw;
    width: 80vw;
    line-height: 38px;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 42%;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 32%;
  }
  .box .content {
    line-height: 22px;
    font-size: 3.4rem;
  }
  .box .content .close {
    width: 18%;
  }
}

.toggle {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  right: 10px;
  top: 10px;
  z-index: 100;
  padding: 1% 2%;
  display: none;
}

.toggle.active {
  display: none;
}

.toggle .icon-bar {
  display: block;
  min-width: 30px;
  min-height: 3px;
  margin: 8px 0;
  background-color: #ffffff;
}

.toggle:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 40px;
  padding: 3%;
  color: #ffffff;
  text-shadow: none;
  z-index: 10;
  cursor: pointer;
}

.close::before {
  content: "✕";
  display: inline-block;
}

header {		/*上方menu列表*/
  position: fixed;
  text-align: center;
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: bold;
  background-color: #2A1D1D;	/*背景色*/
  top: 0;
  width: 100%;
  z-index: 9999;
}

header .close {
  display: none;
}

header ul {
  text-align: center;
  font-size: 0;
}

header ul li {
  list-style: none;
  width: calc(100% / 6);
  display: inline-block;
}

header ul li a {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
}

header ul li a:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

footer {				/*下方發行公司那行*/
  position: relative;
  width: 100%;
  background-color: #2A1D1D;		/*背景色*/
  padding: 15px 0;
}

footer .con {
  text-align: center;
}

footer .con ol {
  font-size: 0;
}

footer .con ol > li {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

footer .con ol > li:first-child {
  width: 20%;
}

footer .con ol > li:nth-child(2) {
  width: 35%;
  padding: 0 2%;
}

footer .con ol > li:nth-child(3) {
  width: 5%;
}

footer .con ol > li:nth-child(4) {
  width: 40%;
}

footer .con ol > li > div {
  font-size: 14px;
  margin-bottom: 7px;
}

footer .con ol > li > div ul {
  list-style: none;
  font-size: 0;
  border-bottom: 1px solid #675f80;
}

footer .con ol > li > div ul li {
  font-size: 14px;
  display: inline-block;
  border-right: 1px solid #ffffff;
  padding: 0 10px;
}

footer .con ol > li > div ul li:last-child {
  border: none;
}

footer .con ol > li > ul {
  padding-left: 6%;
}

footer .con ol > li > ul li {
  list-style-type: square;
  text-align: left;
}

@media (max-width: 800px) {
  .close {
    font-size: 2.5rem;
  }
  .toggle.active {
    display: block;
  }
  header {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  header.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  header .close {
    display: block;
    font-size: 8vw;
  }
  header .con {
    overflow-x: auto;
    height: 100%;
  }
  header .con ul {
    padding: 10% 0;
  }
  header .con ul li {
    width: 100%;
  }
  header .con ul li a {
    width: 100%;
    padding: 10px 0;
  }
  header .con ul li a img {
    vertical-align: middle;
    max-width: 35%;
  }
  footer {
    padding: 25px 0;
  }
  footer .con > ol {
    line-height: 16px;
  }
  footer .con > ol > li:first-child {
    width: 45%;
  }
  footer .con > ol > li:nth-child(2) {
    width: 96%;
    margin: 3% 2%;
  }
  footer .con > ol > li:nth-child(3) {
    width: 10%;
    padding-left: 2%;
  }
  footer .con > ol > li:nth-child(4) {
    width: 90%;
    padding-right: 2%;
  }
}

@media (max-width: 400px) {
  header {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  header ul li {
    padding: 0 1%;
  }
}

.con {
  position: relative;
  width: 1230px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}

.tit {
  width: 1230px;
  margin: -10px auto 30px;
  text-align: center;
}

.tit::before, .tit::after {		/*右邊的旗幟*/
  content: '';
  display: inline-block;
  width: 37%;
  padding-bottom: 4.5%;
  background: url("../images/tit_line.png") no-repeat;  /*背景*/
  margin: 0 2%;
  background-size: 100% 100%;
}

.tit::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
}

.tit img {
  display: inline-block;
  width: 15%;
}

#fixd {								/*右邊旗幟相關的東西*/
  position: fixed;
  top: 160px;							/*距離上方距離多少*/
  width: 200px;
  right: 0;
  background: url("../images/fix/fix_bg.png") no-repeat;	/*圖片設定、不重複*/
  z-index: 999;							/*壓在最上層用的(Z軸)*/
  color: #6c3e86;
  font-size: 16px;
  text-align: center;
  padding: 180px 0 0 50px;
  background-size: 100%;
  padding-bottom: 5%;
  -webkit-transition: right .5s;
  transition: right .5s;
}

#fixd div {
  margin: 5px 0;
}

#fixd a {
  display: block;
  margin: 5px 0;
}

#fixd a:hover {
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}

#fixd img {
  width: 80%;
}

#fixd .qr {
  border: 1px solid #ede0a3;
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
  color: #203550;
  width: 76%;
  margin: 0 auto;
  overflow: hidden;
}

#fixd .qr div {
  background-color: #ede0a3;
  margin: 0;
  font-weight: bold;
  font-size: 13px;
}

#fixd.ac {
  right: -152px;
}

#fixd.ac .switch::before, #fixd.ac .switch::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 12px 7.5px 0;
  border-color: transparent #203550 transparent transparent;
}

#fixd .switch {
  position: absolute;
  left: 10px;
  top: 22px;
  background-color: #ede0a3;
  color: #203550;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-weight: bold;
  border: 1px solid #203550;
  outline: 3px solid #ede0a3;
  padding: 6px;
  cursor: pointer;
  font-size: 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

#fixd .switch::before, #fixd .switch::after {
  content: '';
  display: inline-block;
  margin: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 12px;
  border-color: transparent transparent transparent #203550;
}

#fixd .switch:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

#fixd .top {
  margin-top: 10px;
  cursor: pointer;
}

#fixd .top img {
  width: 42%;
}

.block_1 {
  position: relative;						/*非預設位置、指定位置*/
  top:160px;							/* 距離上方多遠*/
  background: url("../images/main.png") no-repeat center top;
  height: 800px;
  overflow: hidden;
}

.block_1 .main {
  padding-top: 470px;
  padding-left: 35%;
}

.block_1 .main .videoWrapper {
  position: relative;
  height: 0;
  cursor: pointer;
}

.block_1 .main .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block_1 .main .videoWrapper .pic {
  position: absolute;
  top: 0px;
  right: 23%;
  width: 120px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-animation: rubberBand 2s linear infinite both;
          animation: rubberBand 2s linear infinite both;
}

.block_1 .main .videoWrapper .pic:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

.block_1 .main ul.download {
  position: absolute;
  right: -2%;
  margin-top: 150px;
  padding: 10px;
  background-color: rgba(241, 158, 194, 0.25);
  border: 1px solid #fc97d5;
  border-radius: 20px;
}

.block_1 .main ul.download li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  z-index: 2;
}

.block_1 .main ul.download li a img {
  -webkit-transition: .8s;
  transition: .8s;
}

.block_1 .main ul.download li a img:hover {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
  opacity: .7;
}

.block_1 .main ul.download li:last-child {
  position: absolute;
  right: -15%;
  top: -115%;
  z-index: 1;
  width: 43%;
}

.videobox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}

.videobox .libox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.videobox .vid {
  position: fixed;
  top: 0px;
  bottom: 0;
  right: 0;
  margin: auto;
  left: 0px;
  width: 800px;
  height: 480px;
  z-index: 10;
}

.videobox .close {
  position: fixed;
  cursor: pointer;
  top: 1%;
  right: 1%;
  z-index: 20;
}

.videobox .close:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.block_2 {
  position: relative;
/*  background: url("../images/bg2.png") no-repeat center top;   /*no-repeat是不重複唷*/
  background-size:cover; */					/*先關掉背景*/
  height: 747px;
  padding-top: 240px;						/*與上方的間距*/
}

.block_2 .con .device {
  width: 85%;
  position: relative;
  height: 20%;
  margin: 40px auto 0;
  border: 3px solid #ffffff;
}

.block_2 .con .swiper-container {
  width: 100%;
  height: 100%;
  text-align: center;
}

.block_2 .con .device .arrow-left {
  background: url("../images/arrows_l.png") no-repeat 15% center;
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  z-index: 10;
}

.block_2 .con .device .arrow-right {
  background: url("../images/arrows_r.png") no-repeat 85% center;
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  z-index: 10;
}

.block_2 .con .content-slide {
  padding: 20px;
  color: #fff;
}

.block_2 .con .title {
  font-size: 25px;
  margin-bottom: 10px;
}

.block_2 .con .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 5px;
  width: 100%;
  opacity: 0;
  z-index: 10;
}

.block_2 .con .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  -webkit-box-shadow: 0px 1px 2px #555 inset;
          box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}

.block_2 .con .swiper-active-switch {
  background: #fff;
}

.block_2 > img {
  position: absolute;
  right: 1%;
  bottom: 0;
  width: 18%;
  z-index: 10;
}

.block_3 {
  position: relative;
  padding: 80px 0 20px;			/*與上方的間距\不設定\在物體上方*/
  overflow: hidden;
}

.block_3 .device {
  width: 120vw;
  position: relative;
  margin-left: -10vw;
  height: 33vw;
}

.block_3 .swiper-container {
  width: 100%;
  height: 100%;
  text-align: center;
}

.block_3 .swiper-slide {
  height: 100%;
  opacity: 0.9;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.block_3 .swiper-slide-visible {
  opacity: 0.95;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.block_3 .swiper-slide-active {
  position: relative;
  z-index: 10;
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.block_3 .swiper-slide .title {
  margin-top: 10%;
}

.block_3 .swiper-slide .title img {
  width: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

.block_3 .pagination {
  position: absolute;
  z-index: 20;
  left: 0px;
  width: 100%;
  text-align: center;
  bottom: 5px;
}

.block_3 .swiper-pagination-switch {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #b1adad;
  margin-right: 15px;
  cursor: pointer;
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 1;
  position: relative;
  top: 0;
}

.block_3 .swiper-visible-switch {
  opacity: 1;
  top: 0;
  background: #b1adad;
}

.block_3 .swiper-active-switch {
  background: #ede0a3;
}

.block_4 {
  position: relative;
/*  background: url("../images/bg3.png") no-repeat center top; */	/*先關掉背景*/
  max-height: 938px;
  padding-bottom: 40px;
  padding-top: 80px;							/*與上方的間距*/
}

.block_4 .con {
  position: relative;
  text-align: center;
}

.block_4 .con .fb-con {
  width: 80%;
  margin: auto;
}

.block_4 .con .fb-con.if {
  width: 100%;
}

.block_4 .con .fb-con .mob {
  display: none;
}

.block_4 .con .btn {
  text-align: center;
  margin: 40px 0;
}

.block_4 .con .btn a img {
  display: inline-block;
  -webkit-transition: 1s;
  transition: 1s;
  margin: 10px;
  -webkit-animation: magnify .5s linear infinite alternate;
          animation: magnify .5s linear infinite alternate;
}

.block_4 .con .btn a img:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

.block_4 .con > img {
  position: absolute;
  bottom: -5%;
  left: 3%;
}

@media (max-width: 1400px) {
  .block_2 > img {
    display: none;
  }
}

@media (max-width: 1230px) {
  #fixd {
    line-height: 18px;
  }
  #fixd .switch {
    line-height: 20px;
  }
  .con {
    width: 100%;
  }
  .tit {
    width: 100%;
  }
  .block_1,
  .block_2,
  .block_3,
  .block_4 {
    height: auto;
    overflow: hidden;
  }
  .block_1 {
    margin-top: 0;
    background-size: 155% 100%;
  }
  .block_1 .main {
    padding-top: 37vw;
    padding-left: 0;
  }
  .block_1 .main .videoWrapper {
    width: 100%;
    height: auto;
  }
  .block_1 .main .videoWrapper .pic {
    position: relative;
    width: 10%;
    right: 0;
    margin-left: 73%;
  }
  .block_1 .main ul.download {
    position: relative;
    width: 50%;
    margin-top: 2vw;
    margin-left: 50%;
  }
  .block_1 .main ul.download li {
    width: 23%;
    margin: 0 1%;
  }
  .block_1 .main ul.download li:first-child {
    width: 4%;
  }
  .block_1 .main ul.download li:nth-child(4) {
    width: 34%;
  }
  .block_1 .main ul.download li:last-child {
    right: -10%;
    top: -15vw;
  }
  .block_4 {
    padding-bottom: 60px;
  }
  .videobox .vid {
    width: 100%;
    height: auto;
    min-height: 300px;
  }
  .videobox .close {
    right: 2%;
    width: 12%;
    padding: 1%;
    max-width: 70px;
  }
}

@media (max-width: 1100px) {
  .block_4 .con > img {
    display: none;
  }
}

@media (max-width: 800px) {
  .tit {
    width: 180%;
    margin-left: -40%;
  }
  .videobox .close {
    width: 8%;
  }
  .block_1 {
    background: url("../images/main_m.png") no-repeat center top;
    background-size: 100% auto;
    top: 0px;                 /*調整上方高度*/
    padding-bottom: 38%;
  }
  .block_1 .main {
    padding-top: 65%;
  }
  .block_1 .main .videoWrapper .pic {
    width: 15%;
    margin-left: 45%;
  }
  .block_1 .main ul.download {
    display: none;
  }
  .block_2 {
    padding-top: 40px;
  }
  .block_3 {
    padding-top: 40px;
  }
  .block_3 .device {
    height: 54vw;
    width: 200vw;
    margin-left: -50vw;
  }
  .block_3 .swiper-pagination-switch {
    width: 16px;
    height: 16px;
  }
  .block_3 .pagination {
    bottom: 0;
  }
  .block_4 {
    padding-top: 40px;
  }
  .block_4 .con .btn a {
    width: 40%;
    display: inline-block;
  }
  #fixd {
    width: 160px;
    padding: 140px 0 25px 40px;
    top: 18%;
  }
  #fixd.ac {
    right: -121px;
  }
  #fixd.ac .switch:before, #fixd.ac .switch::after {
    border-width: 6.5px 10px 6.5px 0;
  }
  #fixd .switch {
    left: 6px;
    top: 16px;
    padding: 4.5px;
    font-size: 15px;
    outline-width: 2px;
  }
  #fixd .switch:before, #fixd .switch::after {
    border-width: 6.5px 0 6.5px 10px;
  }
  #fixd .qr div {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .block_3 .device {
    height: 60vw;
  }
  .block_3 .swiper-pagination-switch {
    width: 13px;
    height: 13px;
  }
  .block_4 .con .fb-con {
    text-align: center;
  }
  .block_4 .con .fb-con .mob {
    display: block;
    margin: auto;
  }
  .block_4 .con .fb-con .pc {
    display: none;
  }
  .block_4 .device {
    height: 60vw;
  }
  .block_4 .swiper-pagination-switch {
    width: 13px;
    height: 13px;
  }
  .videobox .vid {
    min-height: 200px;
  }
}

@-webkit-keyframes magnify {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes magnify {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  15% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  20% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  25% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  32% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  37% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  15% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  20% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  25% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  32% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  37% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/*# sourceMappingURL=style.css.map */