/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
}

body {
  font: 16px/1.2 "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "STHeiti", "LiHei Pro Medium", "Apple LiGothic Medium", Verdana, Helvetica, Arial, sans-serif, cursive;
  font-size: 1rem;
  font-weight: normal;
  color: #152e38;
}

ol,
ul {
  list-style: none;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

footer {
  margin-bottom: 0rem;
  background-color: #f4f4f4;
}

.sns {
  text-align: center;
}

.sns > div {
  display: inline-block;
  width: 20%;
  max-width: 120px;
}

.sns > div > a {
  color: #717171;
}

.sns i {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 0.5rem auto;
}

.sns .fb {
  background: url(../images/Facebook.svg) no-repeat center;
  background-size: cover;
}

.sns .youtube {
  background: url(../images/Youtube.svg) no-repeat center;
  background-size: cover;
}

.sns .line {
  background: url(../images/Line.svg) no-repeat center;
  background-size: cover;
}

.sns .instagram {
  background: url(../images/Instagram.svg) no-repeat center;
  background-size: cover;
}

.navbar .navbar-brand {
  background: url(../images/irent.svg) center no-repeat;
  display: block;
  width: 180px;
  height: 32px;
  font-size: 0;
}

footer {
  background-color: #f4f4f4;
}

.sns {
  text-align: center;
}

.sns > div {
  display: inline-block;
  width: 20%;
  max-width: 120px;
}

.sns > div > a {
  color: #717171;
}

.sns i {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 0.5rem auto;
}

.sns .fb {
  background: url(../images/Facebook.svg) no-repeat center;
  background-size: cover;
}

.sns .youtube {
  background: url(../images/Youtube.svg) no-repeat center;
  background-size: cover;
}

.sns .line {
  background: url(../images/Line.svg) no-repeat center;
  background-size: cover;
}

.sns .instagram {
  background: url(../images/Instagram.svg) no-repeat center;
  background-size: cover;
}

.sns span {
  font-size: 0.75rem;
}

.copyright {
  border-top: 1px solid #dfdedc;
  text-align: center;
}

.copyright .container > div {
  display: inline-block;
  text-align: center;
  padding: 1rem;
}

.copyright img {
  width: 100%;
}

.cpr {
  width: 58%;
}

.phone {
  width: 30%;
}

/* custom-css-eyre */
.bg-img {
  background-image: url("../images/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.cs-bg-primary {
  background-color: #f8f8f8;
}

.cs-bg-secondary {
  background-color: #1d4268;
}

.border {
  border-color: #1d4268 !important;
  border-radius: 1rem !important;
}

.text-red {
  color: red;
  &::after {
    color: red;
  }
}

.text-white {
  &::after {
    color: white;
  }
}

.cs-text-darkblue {
  color: #19426f;
  &::after {
    color: #19426f;
  }
}

.cs-text-yellow {
  color: #ffff90;
  &::after {
    color: #ffff90;
  }
}

.cs-text-border {
  -webkit-text-stroke: 6px #19426f;
  text-stroke: 6px #19426f;

  &::after {
    content: attr(data-storke);
  }

  &::after {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-text-stroke: 0 !important;
  }
}

.text-with-stroke {
  position: relative;
  display: inline-block;
  font-size: 30px;
}

.text-fill {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: white; /* 设置填充颜色 */
}

.text-stroke {
  position: relative;
  z-index: 1;
  color: #19426f; /* 设置描边颜色 */
  -webkit-text-stroke-width: 5px; /* Safari/Chrome */
  -webkit-text-stroke-color: #19426f; /* Safari/Chrome */
  -webkit-text-fill-color: transparent; /* Safari/Chrome */
  text-fill-color: transparent; /* 其他浏览器 */
}

.title-img {
  width: auto;
}

.spec-img {
  width: 80%;
}

.button-img {
  width: 60%;
}

.LTextRImg-img {
  width: auto;
}

.cs-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.cs-notice-bg {
  background-color: #313131;
}

.n-style {
  background-color: #575757 !important;
  color: #fff !important;
}

.fs-0 {
  font-size: calc(1.475rem + 1.8vw) !important;
}

.fs-7 {
  font-size: 0.8rem !important;
}

.fs-8 {
  font-size: 0.6rem !important;
}
.text-with-stroke {
  font-size: 1.25rem !important;
}

.notice-text {
  color: #19426f;
}

.carousel-inner{
  width: 20rem !important;
  height: 45rem !important;
}

@media screen and (min-width: 576px) {
  .fs-0 {
    font-size: calc(1.475rem + 2.1vw) !important;
  }
  .fs-5 {
    font-size: 2rem !important;
  }
  .fs-6 {
    font-size: 1.5rem !important;
  }
  .fs-7 {
    font-size: 1.25rem !important;
  }
  .fs-8 {
    font-size: 1.25rem !important;
  }
  .button-img {
    width: 70%;
  }
  .dress_L {
    position: relative;
    width: 30%;
    z-index: 1;
  }
  
  .dress_R {
    position: relative;
    width: 30%;
    z-index: 1;
  }
  .text-with-stroke {
    font-size: 2rem !important;
  }
  .carousel-inner{
    width: 30rem !important;
    height: 45rem !important;
  }
  .lh-fix {
    line-height: 1.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .fs-0 {
    font-size: calc(1.475rem + 2.3vw) !important;
  }
  .fs-5 {
    font-size: 2.5rem !important;
  }
  .fs-6 {
    font-size: 2rem !important;
  }
  .fs-7 {
    font-size: 1.5rem !important;
  }
  .fs-8 {
    font-size: 1.5rem !important;
  }
  .button-img {
    width: 80%;
  }
  .dress_L {
    position: relative;
    width: 30%;
    z-index: 1;
  }
  
  .dress_R {
    position: relative;
    width: 30%;
    z-index: 1;
  }
  .text-with-stroke {
    font-size: 2.5rem !important;
  }
  .carousel-inner{
    width: 60rem !important;
    height: 40rem !important;
  }
  .lh-fix {
    line-height: 2rem !important;
  }
}

.dress_L {
  position: relative;
  width: 80%;
  z-index: 1;
}

.dress_R {
  position: relative;
  width: 80%;
  z-index: 1;
}

table td,
table th {
  border: 1px solid #fff;
  padding: 2px 7px;
  text-align: center;
}

/* .cs-notice-bg li {
  line-height: 1.5rem;
} */

.lh-fix {
  line-height: 1rem ;
}

.notice-text-indent{
  text-indent: -1em !important;
}