/* #Reset
--------------------------------------------------------------- */

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1,h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
font-size: 100%;
margin: 0;
padding: 0;
border: 0;
outline: none;
display: block;
}
html {
height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { /* Override the default (display: inline) for browsers that do not recognize HTML5 tags. IE8 (and lower) requires a shiv: http://ejohn.org/blog/html5-shiv */
display: block;
}
b, strong { /* Makes browsers agree. IE + Opera = font-weight: bold. Gecko + WebKit = font-weight: bolder. */
font-weight: bold;
font-weight: 900;
}
img {
font-size: 0;
color: transparent;
vertical-align: middle;
-ms-interpolation-mode: bicubic; /* For IE. http://css-tricks.com/ie-fix-bicubic-scaling-for-images */
}
li { /* For IE6 + IE7: "display: list-item" keeps bullets from disappearing if hasLayout is triggered. */
display: list-item;
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th, td, caption {
font-weight: normal;
vertical-align: top;
text-align: left;
}
q {
quotes: none;
}
q:before, q:after {
content: '';
content: none;
}
sub, sup, small {
font-size: 75%;
}
sub, sup {
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
svg { /* For IE9. Without, occasionally draws shapes outside the boundaries of <svg> rectangle. */
overflow: hidden;
}
p:empty {
display: none !important;
}

/* #General
--------------------------------------------------------------- */
::-moz-selection { /* Code for Firefox */
color: #fff;
background: #a62324;
}

::selection {
color: #fff;
background: #a62324;
}


*, *:after, *:before {
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
-webkit-font-smoothing: antialiased; font-smoothing: antialiased;
/*text-rendering: optimizeLegibility;*/
}


/* Clear fix */
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}



/* Misc. */
img {
max-width: 100%;
height: auto;
vertical-align: bottom;
}
a {
text-decoration: none;
-webkit-transition: color 0.2s ease; transition: color 0.2s ease;
}
a {
color: #282828;
outline: 0;
}
a:hover {
color: #282828;
}


/* Forms */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="time"], input[type="month"], input[type="week"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
input.input-text,
select,
textarea {
background: none;
font-family: inherit;
line-height: 40px;
outline: 0;
padding: 8px 0;
border: 0;
width: 100%;
font-size: 20px;
color: #004fdb;
-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
-webkit-appearance: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="time"]:focus, input[type="month"]:focus, input[type="week"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input.input-text:focus,
select:focus,
textarea:focus {
outline: 0;
color: #004fdb;
}

/* Forms: Chrome - Input autofill background color */
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px white inset;
}

/* Button */
button,
input[type=submit] {
 -webkit-appearance: none;  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none;     /* FireFox */
  appearance: none;
  background: none;
  display: inline-block;
  font-size: 16px;
  line-height: 43px;
  color: #fff ;
  padding: 9px 15px 10px;
  border: 0 none;
  width: 100%;
  -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
  text-align: left;
  opacity: 1;
  font-size: 24px;
  cursor: pointer;
}
button:hover,
input[type=submit]:hover {
}
button:active,
button:focus,
input[type=submit]:active,
input[type=submit]:focus {
outline: none;
}

button[disabled],
button.disabled,
button.loading {
cursor: default;
opacity: 0.3;
}



/* #Typography
--------------------------------------------------------------- */

body {
font-size: 14px;
line-height: 1.8;
letter-spacing: 1px;
font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
color: #000;
background: #000;
width: 100%;
height: 100%;
overflow: hidden;
}
p, li{font-weight: normal;}
h1, h2, h3, h4, h5, h6 {
font-style: normal;
font-weight: normal;
line-height: 1.4;
color: #000;
}
h5, h6 {
line-height: 1.6;
}
h1 { font-size: 70px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }



::-webkit-input-placeholder { opacity: 0.5; }
:-moz-placeholder { opacity: 0.5; } /* FF 4 to 18 */
::-moz-placeholder { opacity: 0.5; } /* FF 19+ */
:-ms-input-placeholder { opacity: 0.5; }
@supports (-ms-accelerator:true) { /* Fix: Edge placeholder text not displaying when opacity < 1 is used for webkit */
::-webkit-input-placeholder { opacity: 1; }
}