@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lato|Noto+Sans+TC|Noto+Serif+TC&display=swap');
body {
  font-family: 'Lato', 'Noto Sans TC', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
  font-size: 16px;
  line-height: 180%;
  color: #333333;
  padding: 0;
  margin: 0 auto;
  background-color: #132E2A;
  text-align: left;
  vertical-align: top;
}
table {
  margin: 0 auto;
}
img {
  border: 0;
}
a {
  color: #fff
}
a:hover {
  color: #fff
}
p {
  margin: 0;
}
.header {
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  background-color: #333333;
  padding: 4px 0;
}
.header a {
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
}
.header a:hover {
  color: #FFF000;
  text-decoration: underline;
}
.content {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
#footer {
  padding: 16px 0;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  line-height: 140%;
  background-color: #333;
}
.scrollup {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-indent: -9999px;
  background: url(../images/top.png) no-repeat;
  z-index: 9999;
}
.game {
  width: 160px;
  height: 160px;
  position: fixed;
  bottom: 100px;
  right: 20px;
  text-indent: -9999px;
  background: url(../images/game.png) no-repeat;
  background-size: contain;
  z-index: 9999;
}
.go {
  width: 60px;
  height: 180px;
  position: fixed;
  bottom: 90px;
  right: 20px;
  text-indent: -9999px;
  background: url(../images/go.png) no-repeat;
  z-index: 9999;
}
#headerbg {
  margin: 0 auto;
  padding: 0;
  background-image: url("../images/bg_01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  min-width: 1000px;
  height: 690px;
}
#title {
  position: absolute;
  top: 130px;
  left: 120px;
}
#subtitle {
  position: absolute;
  top: 30px;
  left: 73px;
}
#about {
  margin: 0 auto;
  padding: 0;
  background-image: url("../images/bg_02.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  min-width: 1000px;
  height: 5030px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.buy {
  display: inline-block;
  background-color: #E40003;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  letter-spacing: 2px;
  margin: 4px 4px;
}
.buy a {
  text-decoration: none;
}
.buy img {
  padding: 0 4px 0 0;
}
.buy02content {
  width: 200px;
  text-align: center;
}
.buy02 {
  display: inline-block;
  background-color: #E40003;
  width: 86px;
  height: 24px;
  line-height: 30px;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  margin: 4px 4px;
}
#book {
  position: absolute;
  top: 210px;
  left: 110px;
}
#bookbuy {
  position: absolute;
  top: 589px;
  left: 412px;
}
#books01 {
  position: absolute;
  top: 160px;
  left: 94px;
}
#books02 {
  position: absolute;
  top: 622px;
  left: 95px;
}
#books03 {
  position: absolute;
  top: 622px;
  left: 296px;
}
#books04 {
  position: absolute;
  top: 622px;
  left: 512px;
}
#books05 {
  position: absolute;
  top: 622px;
  left: 748px;
}
#books06 {
  position: absolute;
  top: 1049px;
  left: 85px;
}
#books07 {
  position: absolute;
  top: 1049px;
  left: 316px;
}
#books08 {
  position: absolute;
  top: 1049px;
  left: 514px;
}

#books09 {
  position: absolute;
  top: 1049px;
  left: 720px;
}
#books01buy {
  position: absolute;
  top: 548px;
  left: 280px;
}
#books02buy {
  position: absolute;
  top: 948px;
  left: 82px;
}
#books03buy {
  position: absolute;
  top: 948px;
  left: 295px;
}
#books04buy {
  position: absolute;
  top: 948px;
  left: 510px;
}
#books05buy {
  position: absolute;
  top: 948px;
  left: 726px;
}
#books06buy {
  position: absolute;
  top: 1374px;
  left: 82px;
}
#books07buy {
  position: absolute;
  top: 1374px;
  left: 295px;
}
#books08buy {
  position: absolute;
  top: 1374px;
  left: 510px;
}

#books09buy {
  position: absolute;
  top: 1374px;
  left: 726px;
}
#live {
  display: flex;
  justify-content: center; /* 水平置中 */
  align-items: center; /* 垂直置中 */
  height: 30px;
  width: 160px;
  background-color: #E40003;
  line-height: 1;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px;
  letter-spacing: 2px;
  margin: 4px 4px;
  padding: 6px 14px;
  position: absolute;
  top: 260px;
  left: 400px;
  z-index: 99;
}