﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Crimson+Text);
@import url(//fonts.googleapis.com/earlyaccess/cwtexming.css);
* {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family:'微軟正黑體', 'Crimson Text', 'cwTeXMing', serif; }

html {
  width: 100%;
  height: 100%;
  background-color: rgba(15, 27, 58, 0.1); }

body {
  width: 960px;
  height: 640px;
  margin: 0 auto;
  background-color: #fff; }

body {
  -webkit-box-shadow: 0px 0px 6px -2px rgba(15, 27, 58, 0.2);
  box-shadow: 0px 0px 6px -2px rgba(15, 27, 58, 0.2); }

h1 {
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 8px;
  color: #fff;
  opacity: 1; }

h2 {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #000000;
  opacity: 0.8; }

h3 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #000000;
  opacity: 0.8; }

h4 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #000000;
  opacity: 0.8; }

p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000000;
  opacity: 0.8; }

@media screen and (max-width: 760px) {
  body, section {
    width: 100%;
    height: initial;
    -webkit-box-shadow: none;
    box-shadow: none; } }

@media screen and (max-width: 320px) {
  h1 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 8px;
    color: #fff;
    opacity: 1; }
  h2 {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #0f1b3a;
    opacity: 0.8; }
  h3 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #0f1b3a;
    opacity: 0.8; }
  h4 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #0f1b3a;
    opacity: 0.8; }
  p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #0f1b3a;
    opacity: 0.8; } }
    
.btn {
  width: 150px;
  height: 42px;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 4px;
  color: #fff;
  opacity: 1;
  text-decoration: none;
  border-radius: 4px;
  padding: 9px 20px;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.btn_red {
  background-color: rgba(231, 55, 47, 0.9); }
  .btn_red:hover {
    background-color: rgba(230, 160, 0, 0.9); }

.btn_yellow {
  background-color: rgba(230, 160, 0, 0.9); }
  .btn_yellow:hover {
    background-color: rgba(231, 55, 47, 0.9); }

@media screen and (max-width: 760px) {
  .btn {
    display: block;
    width: 80%;
    height: 60px;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 10px;
    color: #fff;
    opacity: 1;
    padding-top: 6px;
    margin: 16px auto 20px auto; } }

@media screen and (max-width: 320px) {
  .btn {
    display: block;
    width: 60%;
    height: 60px;
    font-size: 22px;
    line-height: 44px;
    letter-spacing: 4px;
    color: #fff;
    opacity: 1; } }
    
header {
  width: 100%;
  height: 60px;
  background-color: #0f1b3a;
  text-align: center;
  padding-top: 2px; }

  header:before {
    content: "客服專線：+886-2-8712-1717";
    position: absolute;
    left: 3%;
    top: 38%;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
    opacity: 0.9; }

@media screen and (max-width: 760px) {
  header h1 {
    font-size: 28px;
    line-height: 16px; } }

@media screen and (max-width: 578px) {
  header:before {
    display: none; } }

@media screen and (max-width: 320px) {
  header {
    height: 50px; }
    header h1 {
      font-size: 22px;
      line-height: 16px; } }
      
.shoppinglist {
  width: 100%;
  height: 500px;
  padding: 60px 90px 0px 90px; }
  .shoppinglist .book_pic {
    width: 29%;
    height: 60%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgba(15, 27, 58, 0.1);
    border-radius: 2px; }
    .shoppinglist .book_pic img {
      width: 60%;
      height: 70%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
     
       }
  .shoppinglist .list_order {
    width: 70%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px; }
    .shoppinglist .list_order select {
      font-family: '微軟正黑體',futura;
      font-size: 16px;
      line-height: 16px;
      letter-spacing: 0px;
      color: #000000;
      opacity: 0.7;
      height: 24px; }
    .shoppinglist .list_order .discount {
      color: rgba(231, 55, 47, 0.8);
      margin-left: 0.4em; }
    .shoppinglist .list_order .note {
      opacity: 0.5; }
      .shoppinglist .list_order .note a {
        text-decoration: none;
        color: #e6a000; }
        .shoppinglist .list_order .note a:hover {
          color: #e7372f; }
      .shoppinglist .list_order .note .outside {
        color: rgba(231, 55, 47, 0.8); }

@media screen and (max-width: 760px) {
  .shoppinglist {
    width: 100%;
    height: 100%;
    padding: 60px 10px 20px 10px; }
    .shoppinglist .book_pic {
      display: block;
      width: 50%;
      margin-left: 25%; }
      .shoppinglist .book_pic img {
        position: relative;
        margin-top: 60%;
        margin-bottom: -24%;
        width: 60%;
        height: 85.8%; }
    .shoppinglist .list_order {
      display: block;
      width: 100%;
      height: 100%;
      padding-left: 10%;
      padding-right: 10%;
      margin-top: 20px; } }

@media screen and (max-width: 320px) {
  .shoppinglist {
    padding-top: 30px; } }
    
.orderdata {
  width: 100%;
  /*height: 500px;*/
  padding: 60px 90px 0px 90px; }
  .orderdata .sender {
    width: 100%;
    margin-bottom: 5px; }
    .orderdata .sender h2, .orderdata .sender h4 {
      line-height: 32px; }
      .orderdata .sender h2 .sub, .orderdata .sender h4 .sub {
        display: inline-block;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333;
        opacity: 1;
        margin-left: 10px; }
  .orderdata .invoice {
    width: 100%;
    margin-bottom: 5px; }
    .orderdata .invoice h2 {
      display: inline-block; }
    .orderdata .invoice .receipt {
      display: inline-block; }
    .orderdata .invoice p {
      width: 750px;
      font-size: 14px;
      color: rgba(231, 55, 47, 0.8);
      margin-top: 2px;
      margin-bottom: 4px;
      line-height: 18px; }
    .orderdata .invoice select {
      display: inline-block;
      margin-top: 2px;
      margin-left: 10px;
      color: rgba(15, 27, 58, 0.5); }
  .orderdata .same {
    font-size: 16px;
    margin-left: 8px;
    letter-spacing: 0; }
  .orderdata .recipient {
    width: 100%;
    background-color: #0f1b3a;
    padding: 8px 22px;
    border-radius: 10px; }
    .orderdata .recipient h2, .orderdata .recipient h4 {
      line-height: 32px;
      opacity: 1;
      color: #fff; }
  .orderdata hr {
    margin: 4px 0px; }
  .orderdata input {
    height: 24px;
    font-family: '微軟正黑體',helvetica;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0px;
    color: rgb(0, 0, 0);
    opacity: 1;
    padding-left: 8px; }
  .orderdata .justify {
    display: inline-block;
    width: 4.5em;
    text-align-last: justify;
    margin-left: 2px; }
  .orderdata .os {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: #fff;
    color: 0.8;
    opacity: 1;
    margin-left: 10px; }
      .orderdata .copy {
    width: 14px;
    height: 14px;
    margin: 0 4px; }
  .orderdata .radio {
    width: 14px;
    height: 14px;
    margin: 0 4px; }
  .orderdata .name {
    width: 100px; }
  .orderdata .phone {
    width: 120px; }
  .orderdata .mail {
    width: 240px; }
  .orderdata .adress {
    width: 450px; }
  .orderdata .btn {
    margin-left: 630px; }

@media screen and (max-width: 760px) {
  .orderdata {
    width: 100%;
    height: 100%;
    padding: 60px 5% 20px 5%; }
    .orderdata .invoice p {
      width: 100%; }
    .orderdata .adress {
      width: 80%; }
    .orderdata .btn {
      margin-left: 20%;
      margin-top: 30px; } }

@media screen and (max-width: 320px) {
  .orderdata {
    padding-top: 30px; }
    .orderdata .recipient {
      padding-left: 8px;
      padding-right: 8px; } }
      
.checklist {
  width: 100%;
  height: 500px;
  padding: 60px 90px 0px 90px; }
  .checklist .book_pic {
    width: 29%;
    height: 60%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgba(15, 27, 58, 0.1);
    border-radius: 2px; }
    .checklist .book_pic img {
      width: 60%;
      height: 70%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      
       }
  .checklist .list_order {
    width: 70%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px; }
    .checklist .list_order p {
      color: rgba(0, 0, 0, 1); }
    .checklist .list_order hr {
      margin: 4px 0px; }
    .checklist .list_order .price {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 0;
      border: 2px solid #e7372f;
      display: inline-block;
      text-align: center;
      padding: 10px 15px; }
      .checklist .list_order .price p {
        color: #e7372f; }
        .checklist .list_order .price p .cost {
          font-size: 24px; }
  .checklist .btn {
    margin-left: 630px;
    margin-top: 0px;
    z-index: 2; }

@media screen and (max-width: 760px) {
  .checklist {
    width: 100%;
    height: 100%;
    padding: 60px 5% 20px 5%; }
    .checklist .book_pic {
      display: block;
      width: 50%;
      margin-left: 25%; }
      .checklist .book_pic img {
        position: relative;
        margin-top: 60%;
        margin-bottom: -24%;
        width: 60%;
        height: 85.8%; }
    .checklist .list_order {
      display: block;
      width: 100%;
      margin-top: 20px;
      padding-left: 0; }
    .checklist .btn {
      margin-left: 20%;
      margin-top: 40px; } }

@media screen and (max-width: 320px) {
  .checklist {
    padding-top: 30px; } }
    
.pay {
  width: 100%;
  height: 500px;
  padding: 60px 90px 0px 90px; }
  .pay .price {
    width: 80%;
    border: 2px solid #e7372f;
    margin: 0 auto;
    text-align: center;
    padding: 10px 15px; }
    .pay .price h4 .cost {
      font-size: 28px; }
  .pay .payway {
    width: 300px;
    height: 300px;
    border: 2px solid rgba(15, 27, 58, 0.2);
    margin: 40px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-radius: 4px;
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none; }
    .pay .payway h2 {
      margin-top: 30px;
      margin-bottom: 40px;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .pay .payway img {
      opacity: 0.4;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .pay .payway:hover {
      opacity: 1;
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px);
      border: 2px solid rgba(230, 160, 0, 0.3);
      -webkit-box-shadow: 0px 2px 4px -1px rgba(15, 27, 58, 0.1);
      box-shadow: 0px 2px 4px -1px rgba(15, 27, 58, 0.1); }
    .pay .payway:hover > img {
      opacity: 0.8;
      -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
      transform: scale(1.08); }
@media screen and (max-width: 760px) {
  .pay {
    width: 100%;
    height: 100%;
    padding: 60px 5% 20px 5%; }
    .pay .payway {
      width: 80%;
      height: 100%;
      display: block;
      margin: 20px auto; }
      .pay .payway h2 {
        margin-left: 10%;
        margin-right: 10%; }
      .pay .payway img {
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 60px;
        max-width: 80%; } }

@media screen and (max-width: 320px) {
  .pay {
    padding-top: 30px; }
    .pay .payway h2 {
      margin-top: 10px;
      margin-bottom: 15px; }
    .pay .payway img {
      margin-bottom: 20px; } }
      
.creditcard {
  width: 100%;
  height: 500px;
  padding: 60px 90px 0px 90px; }
  .creditcard .card {
    width: 600px;
    height: 380px;
    background-color: rgba(15, 27, 58, 0.1);
    -webkit-box-shadow: 0px 0px 8px -4px rgba(15, 27, 58, 0.2);
    box-shadow: 0px 0px 8px -4px rgba(15, 27, 58, 0.2);
    border-radius: 8px;
    margin: 0 auto;
    padding-top: 60px;
    padding-left: 40px; }
    .creditcard .card h2 {
      color: #fff;
      opacity: 1;
      z-index: 2; }
    .creditcard .card .bar {
      width: 100%;
      height: 60px;
      position: absolute;
      background-color: #0f1b3a;
      left: 0;
      top: 40px; }
      .creditcard .card .bar:before {
        content: "";
        width: 40px;
        height: 100%;
        background-color: #FFF;
        opacity: 0.2;
        position: absolute;
        right: 80px;
        -webkit-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
        transform: skew(-30deg); }
      .creditcard .card .bar:after {
        content: "";
        width: 20px;
        height: 100%;
        background-color: #FFF;
        opacity: 0.2;
        position: absolute;
        right: 50px;
        -webkit-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
        transform: skew(-30deg); }
    .creditcard .card .info {
      width: 100%;
      margin-top: 20px; }
      .creditcard .card .info h4 {
        line-height: 30px;
        opacity: 0.8; }
        .creditcard .card .info h4 .sum {
          color: #e7372f; }
      .creditcard .card .info input {
        width: 50px;
        height: 24px;
        font-family: '微軟正黑體',helvetica;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0px;
        color: rgba(0, 0, 0, 0.5);
        opacity: 1;
        background-color: #FFF;
        margin-right: 6px;
        padding-left: 4px; }
      .creditcard .card .info select {
        font-family: futura;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #0f1b3a;
        opacity: 1;
        background-color: #FFF;
        height: 24px; }
      .creditcard .card .info .date {
        margin-left: 4px;
        font-size: 14px; }
    .creditcard .card hr {
      width: 92%;
      margin: 10px 0px;
      opacity: 0.4; }
    .creditcard .card h3 {
      opacity: 0.3; }
    .creditcard .card p {
      width: 500px;
      font-size: 14px;
      color: rgba(231, 55, 47, 0.8);
      margin-top: 2px;
      margin-bottom: 4px;
      line-height: 18px; }
    .creditcard .card select {
      margin-top: 4px;
      color: rgba(15, 27, 58, 0.5);
      opacity: 0.8; }
    .creditcard .card img {
      position: absolute;
      right: 20px;
      bottom: 14px; }
  .creditcard .btn {
    margin-top: 20px;
    margin-left: 540px;
    z-index: 2; }

@media screen and (min-width: 761px) {
  .creditcard .br {
    display: none; } }

@media screen and (max-width: 760px) {
  .creditcard {
    width: 100%;
    height: 100%;
    padding: 60px 5% 20px 5%; }
    .creditcard .card {
      width: 90%;
      height: initial;
      padding-left: 5%;
      padding-right: 5%; }
      .creditcard .card p {
        width: 100%; }
      .creditcard .card select {
        margin-bottom: 30px; }
    .creditcard .btn {
      margin-top: 40px;
      margin-left: 20%; } }

@media screen and (max-width: 320px) {
  .creditcard {
    padding-top: 30px;
    padding-left: 1%;
    padding-right: 1%; }
    .creditcard .card h2 {
      margin-top: -35px; }
    .creditcard .card .bar {
      height: 40px;
      top: 20px; }
    .creditcard .card .info {
      margin-top: 10px; }
      .creditcard .card .info h4 {
        line-height: 28px; }
      .creditcard .card .info input {
        width: 43px;
        height: 22px;
        font-size: 15px; }
      .creditcard .card .info select {
        font-size: 15px;
        margin-bottom: 0px; }
    .creditcard .card hr {
      width: 100%; }
    .creditcard .card select {
      margin-bottom: 10px; }
    .creditcard .card img {
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6);
      bottom: 145px;
      right: 14px; }
    .creditcard .btn {
      margin-top: 20px; } }
      
.atm {
  width: 100%;
  height: 500px;
  padding: 60px 90px 0px 90px; }
  .atm .card {
    width: 600px;
    height: 380px;
    -webkit-box-shadow: 0px 0px 8px -2px rgba(15, 27, 58, 0.2);
    box-shadow: 0px 0px 8px -2px rgba(15, 27, 58, 0.2);
    border-radius: 2px;
    margin: 0 auto;
    padding-top: 30px;
    padding-left: 90px; }
    .atm .card h4 .sum {
      display: inline-block;
      color: rgba(231, 55, 47, 0.8);
      opacity: 1;
      z-index: 2;
      border-bottom: 2px solid rgba(231, 55, 47, 0.8); }
    .atm .card .papertitle {
      width: 70px;
      height: 100%;
      background-color: rgba(231, 55, 47, 0.3);
      position: absolute;
      left: 0;
      top: 0;
      border-right: 4px dotted rgba(231, 55, 47, 0.3); }
      .atm .card .papertitle:before {
        content: "繳款單";
        color: rgba(231, 55, 47, 0.7);
        position: absolute;
        left: 22px;
        top: 20px;
        font-size: 24px;
        line-height: 120px; }
      .atm .card .papertitle:after {
        content: "";
        width: 14px;
        height: 14px;
        border-radius: 7px;
        position: absolute;
        background-color: #FFF;
        top: 14px;
        left: 14px;
        -webkit-box-shadow: inset 1px 1px 2px rgba(15, 27, 58, 0.2);
        box-shadow: inset 1px 1px 2px rgba(15, 27, 58, 0.2); }
    .atm .card .info {
      width: 100%;
      margin-top: 20px; }
      .atm .card .info h4 {
        line-height: 30px;
        opacity: 0.5; }
    .atm .card hr {
      width: 92%;
      margin: 10px 0px;
      opacity: 0.4; }
    .atm .card h3 {
      opacity: 0.3; }
    .atm .card p {
      width: 450px;
      font-size: 14px;
      color: rgba(231, 55, 47, 0.8);
      margin-top: 2px;
      margin-bottom: 4px;
      line-height: 18px; }
    .atm .card select {
      margin-top: 4px;
      color: rgba(15, 27, 58, 0.5); }
  .atm .btn {
    margin-top: 20px;
    margin-left: 540px;
    z-index: 2; }

@media screen and (max-width: 760px) {
  .atm {
    width: 100%;
    height: 100%;
    padding: 60px 5% 20px 5%; }
    .atm .card {
      width: 90%;
      height: initial;
      padding-left: 10%;
      padding-right: 10%; }
      .atm .card .sum {
        margin-top: 70px; }
      .atm .card .papertitle {
        width: 100%;
        height: 70px;
        border-bottom: 4px dotted rgba(231, 55, 47, 0.3);
        border-right: none; }
        .atm .card .papertitle:before {
          content: "繳款單";
          color: rgba(231, 55, 47, 0.7);
          position: absolute;
          margin-left: 10%;
          font-size: 24px;
          letter-spacing: 20px;
          line-height: 32px; }
      .atm .card p {
        width: 100%; }
      .atm .card select {
        margin-bottom: 30px; }
    .atm .btn {
      margin-left: 20%;
      margin-top: 40px; } }

@media screen and (max-width: 320px) {
  .atm {
    padding-top: 30px; }
    .atm .card .info h4 {
      line-height: 24px; } }
      
.complete {
  width: 100%;
  height: 500px;
  padding: 60px 150px 0px 150px; }
  .complete h2 {
    color: rgba(0, 0, 0, 0.8); }
    .complete h2 .order {
      text-decoration: none;
      color: #e7372f;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .complete h2 .order:hover {
        color: #e6a000; }
  .complete h3 {
    margin-top: 20px;
    opacity: 0.4; }
  .complete h4 {
    margin-top: 8px;
    line-height: 24px;
    opacity: 0.6; }
  .complete p {
    text-align: center;
    color: rgba(230, 160, 0, 0.8);
    margin-top: 40px; }
  .complete .paybox {
    width: 100%;
    border-radius: 4px;
    border: 2px solid rgba(15, 27, 58, 0.2);
    padding: 20px;
    margin-top: 30px; }
    .complete .paybox h3 {
      margin-top: 0; }
    .complete .paybox h4 {
      line-height: 28px; }
      .complete .paybox h4 .red {
        color: rgba(231, 55, 47, 0.9); }
      .complete .paybox h4 .yellow {
        color: rgba(230, 160, 0, 0.8);
        font-size: 16px;
        line-height: 20px;
        font-family: futura;
        font-weight: 200;
        letter-spacing: 2px; }
  .complete .car {
    margin-top: 40px;
    margin-left: 250px;
    -webkit-animation: shake 1s infinite;
    animation: shake 1s infinite; }
    .complete .car .body {
      position: absolute;
      left: 0;
      top: 29px;
      z-index: -2;
      -webkit-animation: row 1.5s infinite;
      animation: row 1.5s infinite; }
    .complete .car .bottom {
      position: absolute;
      left: 0;
      top: 94px;
      -webkit-animation: row 1s infinite;
      animation: row 1s infinite; }
    .complete .car .shadow {
      width: 160px;
      margin-top: 74px;
      border-bottom: 6px solid rgba(15, 27, 58, 0.4);
      -webkit-animation: shadow 1s infinite;
      animation: shadow 1s infinite; }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); } }

@keyframes shake {
  0% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); } }

@-webkit-keyframes row {
  0% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); } }

@keyframes row {
  0% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); } }

@-webkit-keyframes shadow {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    opacity: 0.4;
    width: 158px;
    margin-left: 2px; }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0.3;
    width: 148px;
    margin-left: 10px; }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    opacity: 0.4;
    width: 158px;
    margin-left: 2px; } }

@keyframes shadow {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    opacity: 0.4;
    width: 158px;
    margin-left: 2px; }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0.3;
    width: 148px;
    margin-left: 10px; }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    opacity: 0.4;
    width: 158px;
    margin-left: 2px; } }
@media screen and (max-width: 760px) {
  .complete {
    width: 100%;
    height: 100%;
    padding: 60px 10% 20px 10%; }
    .complete .car {
      margin-left: 20%; }
      .complete .car img {
        max-width: 80%; } }

@media screen and (max-width: 320px) {
  .complete {
    padding-top: 30px; }
    .complete h2 {
      line-height: 26px; }
    .complete h3 {
      margin-top: 10px; }
    .complete h4 {
      line-height: 20px; }
    .complete p {
      margin-top: 10px; }
    .complete .car {
      margin-top: 20px;
      margin-left: 15%; }
    .complete .paybox {
      margin-top: 10px;
      padding-left: 5%;
      padding-right: 5%; }
      .complete .paybox h4 {
        line-height: 24px; } }

footer {
  width: 100%;
  height: 80px; }
  footer .backward {
    width: 50px;
    height: 50px;
    background-color: #0f1b3a;
    opacity: 0.2;
    border-radius: 2px;
    position: absolute;
    left: 30px;
    bottom: 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    footer .backward:before {
      content: "";
      width: 5px;
      height: 16px;
      background-color: #fff;
      position: absolute;
      top: 9px;
      left: 20px;
      -webkit-transform: skew(-25deg);
      -ms-transform: skew(-25deg);
      transform: skew(-25deg); }
    footer .backward:after {
      content: "";
      width: 5px;
      height: 16px;
      background-color: #fff;
      position: absolute;
      bottom: 9px;
      left: 20px;
      -webkit-transform: skew(25deg);
      -ms-transform: skew(25deg);
      transform: skew(25deg); }
    footer .backward:hover {
      left: 24px;
      opacity: 0.8; }
@media screen and (max-width: 760px) {
  footer {
    background-color: #0f1b3a;
    margin-top: 0px; }
    footer:before {
      content: "回上一頁";
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 32px;
      line-height: 38px;
      letter-spacing: 4px;
      color: #fff;
      opacity: 1; }
    footer .backward {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0; }
      footer .backward:hover {
        opacity: 0; } }

@media screen and (max-width: 578px) {
  footer {
    height: 100px; }
    footer:before {
      top: 40%; }
    footer:after {
      content: "客服專線：+886-2-8712-1717";
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 80%;
      top: 80%;
      text-align: center;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0px;
      color: #fff;
      opacity: 0.9; } }

@media screen and (max-width: 320px) {
  footer {
    height: 70px; }
    footer:before {
      content: "回上一頁";
      font-size: 22px; } }