@charset "UTF-8";
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-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html {
  line-height: 1.5;
  font-size: 16px;
}

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

img {
  display: block;
  border: none;
  width: 100%;
}

* {
  line-height: 1.5;
  font-family: "Microsoft JhengHei";
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 299;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  overflow-y: scroll;
  background-color: rgba(242, 242, 242, 0.8);
}
.lightbox.show {
  display: block;
}

.header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  padding: 11px 10px;
  z-index: 3;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1440px) {
  .header .container {
    max-width: 1100px;
    padding: 0 10px;
  }
}
@media (max-width: 980px) {
  .header .container {
    padding: 0;
  }
}
.header .lion_logo {
  max-width: 130px;
  display: inline-block;
}
.header .header_right {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 980px) {
  .header .header_right {
    gap: 10px;
  }
}
.header .header_right a {
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: keep-all;
  color: #666666;
  font-size: 14px;
}
.header .phone img {
  max-width: 25px;
  width: 100%;
  display: inline-block;
}
.header .home img {
  width: 25px;
}

.banner_sec {
  padding-top: 50px;
}

.banner {
  width: 100%;
  padding-bottom: 31.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 980px) {
  .banner {
    padding-bottom: 56.1224489796%;
  }
}

.footer .price {
  background-color: #464644;
  padding: 9px;
}
.footer .price p {
  font-size: 14px;
  text-align: center;
  color: #999999;
  font-family: Segoe UI, Roboto, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, MicrosoftJhengHeiBoldFix, "微軟正黑體", Microsoft JhengHei;
}
.footer .copyright {
  padding: 2px;
}
.footer .copyright p {
  text-align: center;
  font-family: Segoe UI, Roboto, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, MicrosoftJhengHeiBoldFix, "微軟正黑體", Microsoft JhengHei;
  color: #212529;
}

.gotop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #231815;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s linear;
}
.gotop.show {
  opacity: 1;
  z-index: 2;
}
.gotop:hover {
  bottom: 60px;
}
.gotop .arr {
  transform: translateY(-3px);
}
@media (max-width: 1440px) {
  .gotop {
    right: 20px;
  }
}
@media (max-width: 980px) {
  .gotop {
    transform: scale(0.9);
    right: 5px;
  }
}
.gotop span {
  color: white;
  font-family: Segoe UI, Roboto, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, MicrosoftJhengHeiBoldFix, "微軟正黑體", Microsoft JhengHei;
  letter-spacing: 0.8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  transform: translateY(-1px);
}/*# sourceMappingURL=layout.css.map */