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;
}

.space {
  clear: both;
  height: 30px;
}

.space90 {
  clear: both;
  height: 90px;
}

.space210 {
  clear: both;
  height: 210px;
}

.clear {
  clear: both;
}

.colorpink {
  color: #ff2547;
  font-weight: bolder;
}

.border {
  clear: both;
  width: 1080px;
  height: 1px;
  border-bottom: 1px inset #e5e5e5;
  margin: 0 auto;
}

.check {
  width: 400px;
  height: 45px;
  font-size: 1.1rem;
  font-family: "Microsoft JhengHei", Century Gothic;
  margin-bottom: 180px;
  background: #ffbec8;
  color: #666;
  cursor: pointer;
  position: relative;
  left: 50%;
  margin-left: -200px;
}
.check:hover {
  background: #ff8b9d;
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

#layout {
  width: 100%;
  min-height: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2rem;
  font-family: "Microsoft JhengHei", Century Gothic;
  display: table;
  position: relative;
}
#layout p {
  font-size: 1rem;
}

header {
  width: 1080px;
  height: 120px;
  margin: 0 auto;
  clear: both;
}
header #logo {
  background-size: contain !important;
  width: 300px;
  height: 106px;
  background: url('../images/logo.png?1430754006');
  margin: 0 auto;
}

content {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
content hr {
  width: 80%;
  height: 0px;
  margin: 0 auto;
  border: 1px solid #f1f1f1;
}
content .member {
  width: 980px;
  margin: 0 auto;
}
content .member h4 {
  font-size: 1.5rem;
  line-height: 3rem;
  color: #be001d;
}
content #login {
  width: 400px;
  margin: 0 auto;
  margin-top: 30px;
}
content #login .loginimg {
  display: none;
  width: 350px;
  height: 50px;
  margin: 0 auto;
  background: url('../images/login.png?1430758552');
}
content #login form p {
  width: 400px;
  height: 35px;
  margin: 30px 0 30px 0;
}
content #login form p input {
  width: 350px;
  height: 35px;
}
content #login form p select {
  width: 80px;
  height: 39px;
}
content #login form p select option {
  text-align: center;
}
content #login form p a {
  text-decoration: none;
  color: #aaa;
}
content #login form p a.search {
  width: 100px;
  height: 35px;
  background: #ffbec8;
  padding: 10px;
  border-radius: 99px;
  color: #58000e;
}
content #login form p a:hover {
  text-decoration: underline;
  color: #666;
}
content #loginfrom {
  width: 1080px;
  margin: 0 auto;
}
content #loginfrom h6 {
  width: 1080px;
  height: 50px;
  font-size: 1.3rem;
  font-weight: 400;
}
content #loginfrom ul {
  width: 1080px;
  height: 59px;
  background: #fff1f3;
  text-align: center;
}
content #loginfrom ul li {
  width: 154px;
  height: 39px;
  float: left;
  padding: 10px 0 10px 0;
  color: #666;
}
content #loginfrom ul li input, content #loginfrom ul li select {
  width: 80px;
  height: 30px;
}
content #loginfrom form .form-group {
  width: 1043px;
  height: 39px;
  padding: 10px 0 10px 0;
  padding-left: 37px;
  background: #fff1f3;
}
content #loginfrom form .form-group .col-sm-1, content #loginfrom form .form-group .col-sm-3, content #loginfrom form .form-group .col-sm-6 {
  float: left;
}
content #loginfrom form .form-group .col-sm-1 {
  width: 100px;
}
content #loginfrom form .form-group .col-sm-3, content #loginfrom form .form-group .col-sm-6 {
  margin-right: 30px;
}
content #loginfrom form .form-group .col-sm-3 input, content #loginfrom form .form-group .col-sm-3 select, content #loginfrom form .form-group .col-sm-6 input, content #loginfrom form .form-group .col-sm-6 select {
  width: 200px;
  height: 30px;
}

footer {
  width: 100%;
  height: 30px;
  clear: both;
  margin-top: -30px;
  background: #000;
  position: absolute;
  bottom: 0;
}
footer p {
  width: 1080px;
  height: 30px;
  color: #ddd;
  text-align: center;
  margin: 0 auto;
}
footer p a {
  color: #ddd;
  text-decoration: none;
}
footer p a:hover {
  text-decoration: underline;
}
