@charset "UTF-8";
body {
  padding: 0px;
  margin: 0px;
  font-family: Arial, "Microsoft JhengHei" ,  "Helvetica Neue", Helvetica, sans-serif;
  color: #222;
  font-size: 14px;
  line-height: 1.5; }

/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::-moz-selection {
  background: #ff417a;
  color: #fff; }
::selection {
  background: #ff417a;
  color: #fff; }

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
  background: #ff417a;
  color: #fff; }

a {
  text-decoration: none; }

img {
  outline: none;
  border: none; }

.checkbox {
  vertical-align: middle;
  display: inline-block; }
  .checkbox input[type="checkbox"] {
    display: none; }
    .checkbox input[type="checkbox"]:checked + span {
      background: #ff407a;
      border-color: #ff407a; }
  .checkbox span {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #a4a4a4;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    position: relative; }
    .checkbox span:before {
      content: '\f00c';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      color: #fff;
      font-size: 20px;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }

label {
  cursor: pointer; }

button {
  border: none;
  color: #fff;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-radius: 5px;
  cursor: pointer; }
  button i {
    margin-left: 5px; }

input,
button {
  outline: none;
  font-family: Arial, "Microsoft JhengHei" ,  "Helvetica Neue", Helvetica, sans-serif; }

.container {
  margin: 0 auto;
  padding: 0px;
  width: 1170px; }
  @media screen and (max-width: 1199px) {
    .container {
      margin: 0px 25px;
      width: auto; } }
  @media screen and (max-width: 767px) {
    .container {
      margin: 0px 15px; } }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.hide {
  display: none; }

.mobileShow {
  display: none; }

@media screen and (max-width: 991px) {
  .pcShow {
    display: none; }
  .mobileShow {
    display: initial; } }

.fontAwesomeIcon, .checkbox span:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.header {
  overflow: hidden; }
  .header .container {
    position: relative; }
  .header .logo a {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2; }
    .header .logo a img {
      display: block; }
  .header .banner {
    overflow: hidden;
    position: relative; }
    .header .banner-bg {
      display: block;
      width: 100%; }
    .header .banner-lightDot {
      position: absolute;
      display: block;
      top: 0px;
      left: 0px;
      width: 100%;
      -webkit-animation: bannerLightDot 20s ease-in-out infinite alternate;
      animation: bannerLightDot 20s ease-in-out infinite alternate; }
    .header .banner-bubble {
      position: absolute;
      width: 8vw;
      max-width: 134px;
      -webkit-animation: bannerBubble 8s ease-in-out infinite backwards;
      animation: bannerBubble 8s ease-in-out infinite backwards;
      -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
      transform-origin: center bottom;
      opacity: 0;
      z-index: 1; }
      .header .banner-bubble-1 {
        bottom: 8vw;
        left: 4vw;
        -webkit-animation-delay: 3s;
        animation-delay: 3s; }
      .header .banner-bubble-2 {
        bottom: 4vw;
        left: 22vw;
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }
      .header .banner-bubble-3 {
        bottom: 2vw;
        right: 27vw;
        -webkit-animation-delay: 5s;
        animation-delay: 5s; }
    .header .banner-tit {
      position: absolute;
      top: 45%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      width: 41vw;
      max-width: 717px;
      -webkit-animation: bannerTit 1.5s ease-in-out infinite alternate;
      animation: bannerTit 1.5s ease-in-out infinite alternate; }
    .header .banner .container img {
      position: absolute; }
    .header .banner-tv {
      bottom: 0px;
      right: 105px;
      width: 7vw;
      max-width: 139px; }
    .header .banner-light {
      bottom: 0px;
      width: 17vw;
      -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation: bannerLight ease-in-out 6s infinite alternate;
      animation: bannerLight ease-in-out 6s infinite alternate; }
      .header .banner-light-1 {
        left: 38%; }
      .header .banner-light-2 {
        left: 50%;
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }
      .header .banner-light-3 {
        width: 15vw;
        right: 65px;
        -webkit-animation-delay: 2s;
        animation-delay: 2s; }
  .header-bottom {
    color: #fff;
    background: #603974;
    font-size: 18px;
    text-align: center;
    padding: 15px 0px;
    padding-bottom: 35px;
    position: relative;
    margin-bottom: 20px; }
    .header-bottom-arrow a {
      position: absolute;
      left: 50%;
      bottom: -20px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      color: #fff;
      background: #ff417a;
      width: 48px;
      height: 48px;
      line-height: 48px;
      border-radius: 100%;
      text-align: center;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
      .header-bottom-arrow a:hover {
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); }
  @media screen and (max-width: 1199px) {
    .header .logo a img {
      width: 300px; } }
  @media screen and (max-width: 991px) {
    .header .banner-bg {
      height: 500px;
      width: auto; }
    .header .banner-tit {
      width: 66%; }
    .header .banner-light {
      width: 40vw; }
      .header .banner-light-1 {
        left: 30%; }
      .header .banner-light-3 {
        display: none; }
    .header .banner-tv {
      width: 12%;
      right: 20px; }
    .header .banner-bubble {
      width: 11vw; }
    .header .banner-lightDot {
      height: 83%;
      width: auto; }
    .header-bottom {
      font-size: 17px; } }
  @media screen and (max-width: 767px) {
    .header .logo a img {
      width: 200px; }
    .header .banner-bg {
      height: 436px; }
    .header .banner-tit {
      width: 96%; }
    .header .banner-light {
      width: 72vw; }
      .header .banner-light-1 {
        left: 13%; }
    .header .banner-tv {
      width: 20%;
      right: 0px; }
    .header .banner-bubble {
      width: 22vw; }
    .header-bottom br {
      display: none; } }

@-webkit-keyframes bannerTit {
  0% {
    top: 43%; }
  100% {
    top: 47%; } }

@keyframes bannerTit {
  0% {
    top: 43%; }
  100% {
    top: 47%; } }

@-webkit-keyframes bannerBubble {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  5% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  15% {
    opacity: 1;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  25% {
    opacity: 1;
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  35% {
    opacity: 1;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  45% {
    opacity: 1;
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  55% {
    opacity: 1; }
  55% {
    opacity: 0; } }

@keyframes bannerBubble {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  5% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  15% {
    opacity: 1;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  25% {
    opacity: 1;
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  35% {
    opacity: 1;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  45% {
    opacity: 1;
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  55% {
    opacity: 1; }
  55% {
    opacity: 0; } }

@-webkit-keyframes bannerLight {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); } }

@keyframes bannerLight {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); } }

@-webkit-keyframes bannerLightDot {
  0% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%); }
  100% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%); } }

@keyframes bannerLightDot {
  0% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%); }
  100% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%); } }

article {
  margin: 60px 0px; }

.eventText {
  text-align: center;
  font-size: 20px; }
  .eventText .focusText {
    color: #ff417a;
    text-decoration: underline; }
  @media screen and (max-width: 991px) {
    .eventText {
      font-size: 17px; }
      .eventText br {
        display: none; } }

footer {
  background: #e7e7e7;
  position: relative;
  padding: 15px 0px;
  font-size: 15px;
  border-top: solid 4px #ff417a; }
  footer .footer-logo {
    float: left;
    font-size: 0px; }
    footer .footer-logo img,
    footer .footer-logo img + strong {
      display: inline-block;
      vertical-align: middle; }
    footer .footer-logo img {
      max-width: 170px; }
    footer .footer-logo strong {
      font-size: 24px;
      color: #333;
      padding-left: 15px; }
  footer .footer-contact {
    float: right;
    padding-top: 12px; }
    footer .footer-contact-tel {
      font-size: 14px; }
      footer .footer-contact-tel a {
        font-size: 30px;
        color: #d3376a;
        text-decoration: none; }
    footer .footer-contact-link {
      list-style: none;
      font-size: 0px;
      text-align: right;
      padding-left: 0px;
      padding-top: 5px; }
      footer .footer-contact-link li {
        display: inline-block;
        padding: 0px 5px; }
        footer .footer-contact-link li a {
          -webkit-transition: 0.3s ease all;
          -o-transition: 0.3s ease all;
          transition: 0.3s ease all; }
          footer .footer-contact-link li a:hover {
            opacity: 0.7; }
  footer .footer-line {
    height: 1px;
    background: #a6a5a5;
    margin: 12px 0px; }
  footer .footer-warning {
    line-height: 26px;
    margin: 20px 0px; }
    footer .footer-warning-remark {
      font-size: 13px; }
    footer .footer-warning a {
      color: #222;
      text-decoration: underline; }
  footer .copyright {
    padding: 18px 0px 0px; }
  @media screen and (max-width: 767px) {
    footer .footer-logo, footer .footer-contact {
      float: none;
      width: auto;
      text-align: center; }
    footer .footer-logo img {
      width: 120px;
      display: block;
      margin: 0 auto; }
    footer .footer-logo strong {
      font-size: 18px; }
    footer .footer-contact-link {
      text-align: center; } }

.closeBtn {
  position: absolute;
  top: -16px;
  right: -16px; }
  .closeBtn i {
    cursor: pointer;
    background: #fff;
    border-radius: 100%;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
  .closeBtn:hover i {
    background: #ff407a;
    color: #fff; }

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 320px;
  display: none; }
  .popup-text {
    background: #603973;
    border-radius: 8px;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
    padding: 5px 25px;
    font-size: 17px;
    border: solid 2px #fff;
    color: #fff;
    display: none; }
    .popup-text p {
      margin: 10px 0px; }

.openPopup {
  cursor: pointer; }

.loveAnimation {
  position: fixed;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 10; }
  .loveAnimation-center {
    width: 1px;
    height: 1px;
    background: #000;
    position: relative; }
  .loveAnimation i {
    color: #ff417a;
    text-shadow: 0px 0px 10px #fff;
    font-size: 20px;
    position: absolute;
    top: -9px;
    left: 0px;
    -webkit-animation: loveAnimation-1 0.5s ease-out;
    animation: loveAnimation-1 0.5s ease-out;
    opacity: 0; }
    .loveAnimation i:nth-of-type(1), .loveAnimation i:nth-of-type(3) {
      top: -15px; }
    .loveAnimation i:nth-of-type(3), .loveAnimation i:nth-of-type(4) {
      -webkit-animation: loveAnimation-2 0.5s ease-out;
      animation: loveAnimation-2 0.5s ease-out; }
    .loveAnimation i:nth-of-type(2), .loveAnimation i:nth-of-type(4) {
      font-size: 15px;
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }

@-webkit-keyframes loveAnimation-1 {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    opacity: 1; }
  50% {
    -webkit-transform: translateX(-103%) translateY(-87%) rotate(-32deg);
    transform: translateX(-103%) translateY(-87%) rotate(-32deg); }
  100% {
    -webkit-transform: translateX(-148%) translateY(-123%) rotate(-61deg);
    transform: translateX(-148%) translateY(-123%) rotate(-61deg);
    opacity: 0; } }

@keyframes loveAnimation-1 {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    opacity: 1; }
  50% {
    -webkit-transform: translateX(-103%) translateY(-87%) rotate(-32deg);
    transform: translateX(-103%) translateY(-87%) rotate(-32deg); }
  100% {
    -webkit-transform: translateX(-148%) translateY(-123%) rotate(-61deg);
    transform: translateX(-148%) translateY(-123%) rotate(-61deg);
    opacity: 0; } }

@-webkit-keyframes loveAnimation-2 {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    opacity: 1; }
  50% {
    -webkit-transform: translateX(3%) translateY(-87%) rotate(32deg);
    transform: translateX(3%) translateY(-87%) rotate(32deg); }
  100% {
    -webkit-transform: translateX(48%) translateY(-123%) rotate(61deg);
    transform: translateX(48%) translateY(-123%) rotate(61deg);
    opacity: 0; } }

@keyframes loveAnimation-2 {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    opacity: 1; }
  50% {
    -webkit-transform: translateX(3%) translateY(-87%) rotate(32deg);
    transform: translateX(3%) translateY(-87%) rotate(32deg); }
  100% {
    -webkit-transform: translateX(48%) translateY(-123%) rotate(61deg);
    transform: translateX(48%) translateY(-123%) rotate(61deg);
    opacity: 0; } }

.tit {
  text-align: center;
  margin-bottom: 25px; }
  .tit h2 {
    display: inline-block;
    border-radius: 27px;
    color: #fff;
    background: #ff417a;
    position: relative;
    font-size: 30px;
    margin: 0;
    padding: 5px 32px; }
    .tit h2 i {
      position: absolute;
      color: #ff417a;
      font-size: 17px;
      top: -7px; }
      .tit h2 i:nth-of-type(1) {
        left: -15px;
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg); }
      .tit h2 i:nth-of-type(2) {
        right: -15px;
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg); }
  @media screen and (max-width: 991px) {
    .tit h2 {
      font-size: 22px; } }

.step {
  display: table-cell;
  vertical-align: top;
  width: 33.33333%;
  position: relative; }
  .step-area {
    text-align: center;
    display: table;
    width: 100%; }
  .step-bg {
    content: '';
    position: absolute;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 13px rgba(0, 252, 255, 0.57);
    box-shadow: 0px 0px 13px rgba(0, 252, 255, 0.57);
    top: 0px;
    left: 8px;
    right: 8px;
    bottom: 0px;
    background: #5996d1;
    min-height: 166px; }
  .step > div:not(.step-bg) {
    position: relative;
    padding: 15px 10px; }
  .step-no {
    font-size: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 13px rgba(0, 252, 255, 0.57);
    box-shadow: 0px 0px 13px rgba(0, 252, 255, 0.57);
    border-radius: 16px;
    color: #5996d1;
    display: inline-block;
    padding: 1px 18px; }
  .step-tit {
    color: #ffff00;
    margin: 0px;
    padding: 0px;
    padding-top: 8px;
    font-size: 24px;
    text-shadow: 0px 0px 13px rgba(0, 252, 255, 0.57); }
  .step-text {
    color: #fff;
    font-size: 20px;
    text-shadow: 0px 0px 13px rgba(0, 252, 255, 0.57); }
    .step-text a {
      color: #ffff00;
      text-decoration: underline; }
  .step-btn {
    padding-top: 8px; }
    .step-btn button {
      color: #fff;
      background: #ff417a;
      border-radius: 8px;
      font-size: 20px;
      padding: 5px 9px; }
      .step-btn button:hover {
        background: #603973; }
  @media screen and (max-width: 991px) {
    .step-bg {
      left: 4px;
      right: 4px;
      min-height: 0px; }
    .step-tit {
      font-size: 18px; }
    .step-text,
    .step-btn button {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .step {
      width: auto;
      display: block; }
      .step:nth-of-type(2), .step:nth-of-type(3) {
        width: 50%;
        display: inline-block; }
        .step:nth-of-type(2) > div:not(.step-bg), .step:nth-of-type(3) > div:not(.step-bg) {
          height: 154px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
      .step-area {
        display: block;
        font-size: 0px; }
      .step-bg {
        top: 4px;
        bottom: 4px; }
      .step > div:not(.step-bg) {
        padding: 20px 10px; }
      .step-btn button {
        padding: 9px 10px; } }

/* IE10、11、edge模式 */
.lightBox {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none; }
  .lightBox-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); }
  .lightBox-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 890px;
    box-sizing: border-box; }
    .lightBox-container > div {
      background: #fff;
      border-radius: 8px;
      border: solid 2px #ff417a;
      padding: 30px; }
  .lightBox-close i {
    background: #ff417a;
    color: #fff; }
  .lightBox-close:hover i {
    background: #fff;
    color: #222; }
  @media screen and (max-width: 991px) {
    .lightBox-container {
      top: 50%;
      width: 90%;
      max-height: 90%; }
      .lightBox-container > div {
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 80vh;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 15px; } }

.openLightBox {
  cursor: pointer; }

.map-text {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px; }

.map-googleMap {
  float: left;
  width: 64%;
  overflow: hidden;
  border-radius: 8px 0px 0px 8px; }
  .map-googleMap iframe {
    width: 100% !important;
    height: 350px !important; }

.map-img {
  float: right;
  background: url(../images/location-img.png) center center;
  background-size: cover;
  height: 350px;
  width: 36%;
  border-radius: 0px 8px 8px 0px; }
  .map-img img {
    display: none; }

@media screen and (max-width: 991px) {
  .map-text {
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .map-googleMap, .map-img {
    float: none;
    width: auto;
    border-radius: 8px; }
  .map-googleMap iframe {
    height: 250px !important; }
  .map-img {
    margin-top: 10px; } }

.notice-info {
  font-size: 17px;
  border: solid 2px #ff417a;
  border-radius: 8px;
  padding: 25px 25px; }
  .notice-info a {
    color: #ff417a;
    text-decoration: underline; }
  .notice-info ol {
    padding-left: 20px;
    margin: 0px; }
    .notice-info ol li {
      padding-bottom: 15px; }
      .notice-info ol li:last-of-type {
        padding-bottom: 0px; }
      .notice-info ol li ul {
        padding-top: 10px;
        padding-left: 18px; }
        .notice-info ol li ul li {
          padding-bottom: 10px; }

@media screen and (max-width: 991px) {
  .notice-info {
    font-size: 15px;
    padding: 15px; } }

.fillIn {
  background: #fad0e1;
  position: relative;
  padding: 40px 0px;
  overflow: hidden; }
  .fillIn-bg {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .fillIn .banner-lightDot {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    -webkit-animation: bannerLightDot 20s ease-in-out infinite alternate;
    animation: bannerLightDot 20s ease-in-out infinite alternate; }
  .fillIn .container {
    position: relative; }
  .fillIn-left, .fillIn-right {
    position: relative; }
  .fillIn-left {
    width: 49%;
    position: absolute;
    bottom: -40px; }
    .fillIn-left .form-tv {
      position: absolute;
      left: 50%;
      bottom: 11px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .fillIn-left .form-tv img {
        display: block; }
      .fillIn-left .form-tv-text {
        color: #fff;
        text-shadow: 0px 0px 13px rgba(0, 252, 255, 0.57);
        font-size: 15px;
        position: absolute;
        top: 34px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 180px; }
        .fillIn-left .form-tv-text > div {
          position: absolute;
          top: 50%;
          width: 100%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0px 26px;
          text-align: center; }
        .fillIn-left .form-tv-text i {
          font-size: 28px;
          -webkit-transform: rotate(22deg);
          -ms-transform: rotate(22deg);
          transform: rotate(22deg);
          position: absolute;
          top: 10px;
          right: 25px; }
        .fillIn-left .form-tv-text p {
          margin: 0px; }
    .fillIn-left .banner-light {
      -webkit-animation: bannerLight ease-in-out 6s infinite alternate;
      animation: bannerLight ease-in-out 6s infinite alternate;
      -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
      transform-origin: center bottom;
      bottom: 0px;
      width: 17vw;
      position: absolute; }
      .fillIn-left .banner-light-1 {
        left: 20%; }
      .fillIn-left .banner-light-2 {
        left: 56%;
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }
  .fillIn-right {
    float: right;
    background: #fff;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 51%;
    padding: 24px 30px; }
  @media screen and (max-width: 991px) {
    .fillIn-left {
      display: none; }
    .fillIn-right {
      float: none;
      width: auto; } }

.formArea {
  font-size: 0px;
  margin: -15px -14px; }
  .formArea-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 14px;
    margin: 15px 0px; }
    .formArea-item-half {
      width: 50%; }
    .formArea-item-tit {
      font-size: 16px; }
    .formArea-item-input input[type="text"] {
      height: 47px;
      line-height: 47px;
      background: #fff;
      border-radius: 5px;
      border: solid 2px #ff417a;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0px 10px;
      font-size: 18px;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
      .formArea-item-input input[type="text"]:focus {
        border-color: #571547; }
    .formArea-item-agree {
      font-size: 16px;
      position: relative;
      padding-left: 26px; }
      .formArea-item-agree .checkbox {
        position: absolute;
        left: 0px;
        top: 2px; }
      .formArea-item-agree label {
        display: inline-block;
        vertical-align: middle; }
      .formArea-item-agree a {
        display: inline-block;
        vertical-align: middle;
        color: #222;
        text-decoration: underline; }
    .formArea-item-error {
      font-size: 16px;
      color: #ff407a; }
    .formArea-item-btn {
      padding-top: 10px; }
      .formArea-item-btn div {
        font-size: 15px;
        background: #434343;
        padding: 6px 12px;
        display: inline-block;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all;
        color: #fff;
        border-radius: 5px;
        cursor: pointer; }
        .formArea-item-btn div:hover {
          background: #ff407a; }
    .formArea-item-formBtn {
      color: #fff;
      font-size: 16px;
      background: #1374b8;
      width: 100%;
      padding: 11px 0px;
      display: block;
      text-align: center;
      border-radius: 5px;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
      .formArea-item-formBtn[type="submit"] {
        background: #ff417a; }
      .formArea-item-formBtn:hover {
        background: #603973; }
  @media screen and (max-width: 767px) {
    .formArea {
      margin: -8px -7px; }
      .formArea-item {
        padding: 0px 7px;
        margin: 8px 0px; } }

.complete .formArea {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px; }
  .complete .formArea-item-formBtn.invite {
    background: #603974; }
    .complete .formArea-item-formBtn.invite.lineShare {
      display: none; }
  .complete .formArea-item-formBtn.back {
    background: #1374b8; }
  .complete .formArea-item-formBtn.invite:hover, .complete .formArea-item-formBtn.back:hover {
    background: #ff407a; }

@media screen and (max-width: 1200px) {
  .complete .formArea-item-formBtn.invite.fbShare {
    display: none; }
  .complete .formArea-item-formBtn.invite.lineShare {
    display: block; } }

@media screen and (max-width: 991px) {
  .complete {
    padding: 0px; } }

@media screen and (max-width: 767px) {
  .complete .formArea-item-half {
    width: 100%; } }

.activityEnd {
  padding: 50px 0px; }
  .activityEnd h3 {
    margin: 0px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 16px; }
  .activityEnd .formArea-item {
    margin-top: 0px; }
    .activityEnd .formArea-item-formBtn {
      background: #00b902; }
      .activityEnd .formArea-item-formBtn:hover {
        background: #006701; }
  @media screen and (max-width: 767px) {
    .activityEnd {
      padding: 20px 0px; } }

/*# sourceMappingURL=style.css.map */