/*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: "微軟正黑體", 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: 155px;
}
.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;
}
.tsh-logo {
  width: 142px;
}

/*內容*/
.wrapper {
  background-color: #000;
  color: #fff;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.kv {
width: 100%;
height: 0;
padding-bottom: 44%;
background-image: url("../images/kv.jpg");
background-size: contain;
background-repeat: no-repeat;
background-position: top center;
margin-top: -8px;
}
h1 {}
h1 span {
display: none;
}
h2 {}
h2 span {
display: none;
}

.bg-1 {
background-color: #000;
}
.bg-2 {
background-image: url("../images/bg.jpg");
background-size: cover;
}

.block {
padding: 100px 0;
position: relative;
overflow: hidden;
}
.blockA {}
.container {
position: relative;
z-index: 999;
}
h3 {}
h3 img {
display: block;
width: 55%;
margin: 0 auto 60px auto;
}
h3 span {
display: none;
}
.member {
padding-left: 0;
margin-left: 0;
height: 650px;
}
.member li {
height: 100%;
display: inline-block;
border: 1px solid #fff;
padding: 40px 20px;
vertical-align: top;
border-radius: 10px;
background-color: #000;
}
.member li:nth-child(1) {
width: 30%;
margin-right: 3%;
}
.member li:nth-child(2) {
width: 66%;
}
.box {
height: 26px;
}
h4 {}
h4 span{
color: #f3dd77;
font-size: 24px;
line-height: 40px;
display: inline-block;
margin-bottom: 20px;
}
h4 span strong {
display: block;
font-size: 30px;
}
h5 {}
h5 strong {
font-size: 24px;
vertical-align: middle;
}
h5 span {
display: inline-block;
padding: 5px 8px;
margin-right: 5px;
background-color: #f3dd77;
color: #000;
font-weight: bold;
font-size: 16px;
vertical-align: middle;
}
.point50 {
display: block;
width: 50%;
margin: 20px auto;
}
.coupon {
padding-left: 0;
margin-left: 0;
}
.coupon li {
display: inline-block;
border: 0px;
padding: 0px;
vertical-align: top;
border-radius: 0px;
}
.coupon li:nth-child(1) {
width: 48%;
margin-right: 1%;
}
.coupon li:nth-child(2) {
width: 48%;
}
.pic {
display: block;
width: 90%;
margin: 20px auto;
border: 1px solid #fff;
}
.bt-1{
display: block;
width: 130px;
margin: 20px auto;
background-color: #fff;
padding: 5px 20px;
color: #000;
text-decoration: none;
font-weight: bold;
font-size: 20px;
border-radius: 30px;
cursor: pointer;
}
.bt-2{
display: inline-block;
color: #fff;
cursor: pointer;
}
.ps {
line-height: 30px;
}
.ps i {
font-style: normal;
display: block;
}
.ps b {
font-weight: normal;
font-size: 15px;
}

.blockB {}
.blockB table {
width: 80%;
margin: 0 auto;
}
.blockB table tr {}
.blockB table td {
padding: 20px 0;
border: 1px solid #cc9933;
vertical-align: middle;
}
.t-black {
background-color: #000;
color: #fff;
font-size: 22px;
font-weight: bold;
}
.t-gray {
background-color: #ddd;
font-size: 22px;
font-weight: bold;
color: #000;
}
.t-white {
background-color: #fff;
color: #000;
font-size: 20px;
font-weight: bold;
}
.ps-black {
color: #000;
margin-top: 40px;
}


.blockC {}
.coupon-list {
padding-left: 0;
margin-left: 0;
}
.coupon-list li {
display: inline-block;
width: 33%;
}
.coupon-list li img {
display: block;
width: 90%;
margin: 0 auto;
}

.bt-list {}
.bt-list li:nth-child(1) {
margin-right: auto;
}
.bt-list li {
display: inline-block;
}
.bt-list li a {
display: block;
width: 130px;
margin: 20px auto;
background-color: #fff;
padding: 5px 20px;
color: #000;
text-decoration: none;
font-weight: bold;
font-size: 20px;
border-radius: 30px;
}
.bt-3 {
display: block;
width: 200px;
margin: 20px auto;
background-color: #000;
padding: 5px 20px;
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 20px;
border-radius: 30px;
cursor: pointer;
}

.blockD {
color: #000;
}
.reset {
text-align: center;
padding-left: 0;
margin-left: 0;
}
.reset li {
display: inline-block;
width: 40%;
border-top: 1px solid #000;
margin-top: 40px;
vertical-align: top;
}
.reset li:nth-child(1) {
margin-right: 15%;
}
.reset-title {
font-size: 24px;
font-weight: bold;
margin-top: -40px;
}



/*手機輪播*/
.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: #000 !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: 90%;
margin: 40px auto 0px auto;
}
.item p {
  font-size: 18px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 31px;
  min-height: 100px;
}
.item p b {
  color: #000;
  display: inline-block;
  border-radius: 5px;
  margin-right: 5px;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  border: 1px solid #000;
  margin-left: -31px;
}
.item p strong {
font-size: 22px;
}
.item p i {
font-size: 15px;
font-style: normal;
color: #666;
}
.item p span {
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 6px 0 6px 10px;
border-color: transparent transparent transparent #000000;
margin: 0 5px;
}

.btn-side {
  width: 72px;
  text-align: center;
  border-radius: 15px;
  position: fixed;
  right: 10px;
  top: 30%;
  z-index: 999;
}

.pic-1 {
width: 30%;
position: absolute;
left: -100px;
bottom: 0;
z-index: 1;
}
.pic-2 {
width: 12%;
position: absolute;
left: 2%;
bottom: 0;
z-index: 1;
}
.pic-3 {
width: 10%;
position: absolute;
right: 2%;
bottom: 0;
z-index: 1;
}
.pic-4 {
width: 20%;
position: absolute;
right: -100px;
bottom: 0;
z-index: 1;
}
.pic-5 {
width: 12%;
position: absolute;
left: 2%;
bottom: 0;
z-index: 1;
}
.pic-6 {
width: 12%;
position: absolute;
right: 2%;
bottom: 0;
z-index: 1;
}

.btn-side {
margin-left: 0;
padding-left: 0;
position: fixed;
right: 20px;
top: 300px;
}
.btn-side li {
width: 70px;
margin-bottom: 15px;
}
.btn-side li a {
display: block;
height: 60px;
background-color: #5ca9c2;
vertical-align: middle;
padding-top: 5px;
border-radius: 8px;
font-weight: bold;
cursor: pointer;
color: #fff;
text-decoration: none;
}
.btn-side li:nth-child(1) a {}
.btn-side li:nth-child(2) a {
background-color: #283577;
}
.btn-side li:nth-child(3) a {
background-color: #cc510d;
}

.info {
text-align: left;
font-size: 15px;
line-height: 30px;
}

.popWin {
text-align: center;
}
.popWin p {
 color: #000;
 font-size: 30px;
}
.popWin img {
display: block;
width: 60%;
margin: 0 auto;
}


















