/*reset*/
@charset "utf-8";
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體",Noto Sans JP', 'Noto Sans TC, Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
nav ul {
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ins {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
/*台新天地*/
body {
  padding-top: 60px;
  color: #333;
}
.header-bg {
  width: 100%;
  height: 60px;
}
.navbar {
  margin-top: -63px;
}
.ts-logo {
  width: 310px;
}
.footer-bg {
  height: 56px;
}
.footer-bg-box {
  height: 56px;
}
.footer-box {
  color: #fff;
  margin-top: -56px;
}
.copyright-box {
  height: 56px;
}
.copyright-md {
  font-size: 12px;
}
.tsh-logo-box {
  background-color: #D8D8D8;
  height: 56px;
/*   margin-left: 10px;*/
}
.tsh-logo {
  width: 142px;
	    margin-left: 10px;
}

/*內容*/
.txt-center {
  text-align: center;
}
.btn-ts {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #d70c18;
  color: #fff;
  font-weight: bold;
}
.info {
  font-size: 15px;
  text-align: left;
}
.btn-side {
  width: 72px;
  text-align: center;
  border-radius: 15px;
  position: fixed;
  right: 10px;
  top: 30%;
  z-index: 999;
}
.warning {
  background-color: #E6E6E5;
}

/*手機輪播*/
.carousel-box {
margin-top: 20px;
}
.step-wrap {
  max-width: 880px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.step-wrap .owl-prev {
  left: -36px;
}
.step-wrap .owl-next {
  right: -36px;
}
.step-wrap .owl-dots {
  display: block;
  text-align: center;
}
.step-wrap .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 8px;
  background: #dedede !important;
}
.step-wrap .owl-dot.active {
  background: #d70c18 !important;
}
.step-wrap .owl-dot:focus {
  outline: none;
}
.owl-nav button {
  width: 34px;
  height: 69px;
  position: absolute;
  top: 44%;
}
.owl-nav button:focus {
  outline: none;
}
.owl-nav span {
  display: none;
}
.item {}
.item {
  font-size: 18px;
  font-weight: bold;
}
.figure {
width: 98%;
margin: 0 auto;
}
.phone-step {
width: 60%;
margin: 0 auto;
}
.item p {
  font-size: 18px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 31px;
}
.item p b {
  background-color: #d70c18;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  margin-right: 5px;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  margin-left: -31px;
}
