@import url(http://fonts.googleapis.com/earlyaccess/cwtexyen.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
}

html, body {
  font-family: Microsoft JhengHei;
}

.rightbox {
  z-index: 99;
  position: fixed;
  right: 0px;
  bottom: 50px;
  width: 123px;
  height: auto;
  
}

.rightbox_container {
  width: 123px;
  padding: 5px 0;
  top: -2px;
  height: auto;
  background: #002c42;
  margin: 0 auto;
  border-radius: 10px;
}
.rightbox_container .download {
  margin-left: 8px;
}
.rightbox_container .download li {
  width: 108px;
  height: 33px;
  margin: 10px 0;
}
.rightbox_container .download li a {
  display: block;
  width: 100%;
  height: 100%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rightbox_container .download li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.qrcode {
  width: 150px;
  height: 124px;
  background: url("../imgs/qrcode.png") no-repeat;
  z-index: 30;
  margin-left: 8px;
}

.qrcode_light {
  position: absolute;
  z-index: 31;
  width: 108px;
  height: 10px;
  top: 21px;
  -moz-animation: qrcode_light 0.8s infinite alternate forwards linear;
  -webkit-animation: qrcode_light 0.8s infinite alternate forwards linear;
  animation: qrcode_light 0.8s infinite alternate forwards linear;
  background: url("../imgs/qrcode_light.png") no-repeat;
}

@keyframes qrcode_light {
  from {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -moz-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
  }
}
.rightbox_hr {
  width: 142px;
  height: 12px;
  background: url("../imgs/rightbox_hr.png") no-repeat center center;
  margin: 0 auto;
  padding: 20px 0;
}

.top {
  width: 50px;
  height: 30px;
  color: #7c7c7c;
  margin: 0 auto;
  cursor: pointer;
  top: 10px;
  font-size: 16px;
  font-family: Arial;
  font-weight: 700;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top:hover {
  color: #fff;
}

.wrap {
  width: 100%;
  min-width: 1200px;
  height: auto;
  overflow: hidden;
}

.top_bar_w {
  position: fixed;
  width: 100%;
  height: 50px;
  background: #181818;
  z-index: 100;
  *zoom: 1;
}
.top_bar_w:after {
  display: table;
  content: '';
  line-height: 0;
  clear: both;
}

.top_bar .scroll_btn {
  float: left;
}
.top_bar .scroll_btn a {
  line-height: 50px;
  text-align: center;
}
.top_bar .scroll_btn a img {
  top: 3px;
}
.top_bar .menu_btn {
  float: right;
}
.top_bar ul {
  *zoom: 1;
}
.top_bar ul:after {
  display: table;
  content: '';
  line-height: 0;
  clear: both;
}
.top_bar li {
  float: left;
  width: 139px;
  height: 50px;
}
.top_bar a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_bar a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.top_bar .menu_btn1 {
  background: url("../imgs/menu_btn1.png") no-repeat center center;
}
.top_bar .menu_btn2 {
  background: url("../imgs/menu_btn2.png") no-repeat center center;
}
.top_bar .menu_btn3 {
  background: url("../imgs/menu_btn3.png") no-repeat 20px center;
}

.header_w {
  margin-top: 50px;
  width: 100%;
  height: 800px;
  background: url("../imgs/top_banner.jpg") no-repeat bottom center;
}

.logo {
  position: absolute;
  display: block;
  width: 225px;
  height: 155px;
  top: -9px;
  left: 4px;
  background: url("../imgs/logo.png") no-repeat;
}

.container_w {
  width: 100%;
  height: auto;
  background: url("../imgs/bg_pat.jpg");
}

.container {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 30px 100px 50px 100px;
}

h2 {
  width: 988px;
  height: 62px;
  margin: 30px 0;
  padding-left: 88px;
  line-height: 62px;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  background: url("../imgs/h2.png") no-repeat center center;
}

.form_title {
  width: 132px;
  text-align: left;
  display: inline-block;
  color: #d70000;
  font-size: 20px;
  font-weight: bold;
}

.step1 p {
  line-height: 25px;
  margin-left: 2em;
}

.step2 input, .step3 input {
  width: 300px;
  height: 35px;
  padding: 5px;
  font-size: 16px;
  border: 1px solid #d70000;
  outline: none;
  font-family: Microsoft JhengHei;
}
.step2 ul, .step3 ul {
  padding: 10px 0 5px 0;
  margin-left: 2em;
}
.step2 li, .step3 li {
  margin-bottom: 15px;
}

.add_order {
  width: 100%;
  height: 35px;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  display: block;
  border: 2px solid #d70000;
  color: #fff;
  top: 3px;
  background: #d70000;
  margin: 10px auto 0 auto;
  cursor: pointer;
}

.order_box {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.order {
  color: #d70000;
  font-size: 20px;
  font-weight: bold;
}

.del_order {
  width: 50px;
  height: 30px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  display: block;
  float: right;
  border: 2px solid #d70000;
  color: #d70000;
  top: 3px;
  margin-left: 10px;
  cursor: pointer;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.del_order:hover {
  background: #fff;
  color: #d70000;
}

.gift_text_box {
  width: 200px !important;
}

.notice_box {
  width: 100%;
  height: 350px;
  background: #e0e0e0;
}

.notice_content {
  width: 1200px;
  height: 350px;
  padding: 30px 100px;
  margin: 0 auto;
}

.notice_title {
  position: absolute;
  width: 53px;
  height: 226px;
  top: 50%;
  margin-top: -113px;
  left: 128px;
  background: url("../imgs/notice_title.png") no-repeat center center;
}

.notice {
  width: 855px;
  margin-left: 132px;
  list-style: decimal;
}
.notice li {
  line-height: 25px;
  font-size: 14px;
  color: #494949;
}

.confirm_btn {
  display: block;
  width: 317px;
  height: 72px;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 30px auto 0 auto;
  background: url("../imgs/confirm_btn.png") no-repeat center center;
}

footer {
  width: 100%;
  height: 120px;
  background: url("../imgs/copyright.png") no-repeat center #181818;
}
