@charset "utf-8";
/* CSS Document */
/*--------reset----------*/
html {
  box-sizing: border-box;
}
.nav img {
  float: left;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
ol, ul {
  /*list-style: none;*/
  padding-left: 30px;
}
img {
  vertical-align: bottom;
  border: 0;
}
body {
  /* background: url("images/bg.jpg"); */
  background-attachment: fixed;
  background-size: cover;
}
h2 {
  font-size: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #fff;
}
.wrapper {
  width: 840px;
  margin: 0 auto;
	/* margin-bottom: 50px; */
  
}
.content {
  width: 840px;
  margin: 0 auto;
}
.footer {
  padding: 20px 0;
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  /* background: #c40018; */
  /* color: #FFF; */
}
/* .footer a {color: #FFF;
} */
.gotop {
  background-image: linear-gradient(#f1ab41, #ee9035);
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  padding-top: 12px;
  border-radius: 50px;
  font-size: 14px;
}
.gotop a {
  color: #FFFFFF;
  text-decoration: none;
}
.button a {
  padding: 1px 10px;
  margin: 0 10px;
  color: #FFF;
  background-image: linear-gradient(#e9813c, #dd7017);
  border-radius: 20px;
  text-decoration: none;
}
.warning {
  width: 100%;
  height: 128px;
  text-align: center;
  position: fixed;
  bottom: 0px;
}
.m{
  position: absolute;
  margin: 8px 0px 0px 57px;
}