/*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: 290px;
	padding-top: 1%;
}
.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: #DEDEDE;
  height: 56px;
}
.tsh-logo {
    width: 180px;
    padding-left: 25px;
    padding-top: 5px;
}
/*內容*/
.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;
}
.warning {
  background-color: #f2f2f2;
}
/*手機輪播*/
.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;
}
.kv {
  width: 100%;
  height: 0;
  padding-bottom: 40.8%;
  background-image: url("../images/kv.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
h1, h2 {
  display: none;
}
.btn {
  margin-bottom: 40px;
}
.btn li {
  display: inline-block;
  margin-right: 15px;
}
.btn li a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  background-color: #c9171d;
  color: #fff;
  padding: 8px 30px;
  text-decoration: none;
  border-radius: 30px;
}
.kv .btn {
  margin-top: 30%;
  margin-left: 26%;
  width: 30%;
}
.w990 {
  background-color: #fff;
  border-radius: 30px;
  padding: 60px 40px;
  margin-bottom: 60px;
}
.block {
border-bottom: 3px dotted #dedede;
padding: 60px 0;
}
.blockF{
	border-bottom:none;
}
.blockA {
margin-top: -40px;
padding-bottom: 0;
}
h3 {
  color: #249189;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
h4 {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 40px;
  margin-top: -20px;
}
h4 b {}
h4 i {
  font-style: normal;
  display: block;
}
h4 strong {
  color: #c9171d;
}
.doubler{
	border: 1px solid #333333;
	padding: 3px 20px;
}
.box {
  margin-bottom: 40px;
}
.box li {
  min-height: 470px;
  display: inline-block;
  width: 40%;
  border: 2px solid #dedede;
  border-radius: 15px;
  vertical-align: top;
}
.mt30 {
margin-top: 23%;
}
.box li:nth-child(1) {
  margin-right: 5%;
}
.box li h5 {
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  font-size: 24px;
  background-color: #ffc82e;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.box li h5 span {
  display: inline-block;
  font-size: 16px;
  border: 1px solid #333;
  line-height: normal;
  padding: 2px 10px;
  border-radius: 15px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.box li div {
  padding: 40px 0;
}
.box li div p {
  font-size: 20px;
  line-height: 36px;
}
.box li div p strong {
  color: #c9171d;
  font-size: 24px;
}
.box li div p em {
  font-style: normal;
  display: block;
  font-size: 18px;
}
.box li div p i {
  font-style: normal;
  display: block;
}
.line {
display: inline-block;
width: 90%;
height: 2px;
margin: 0 auto;
border-top: 2px dotted #dedede;
position: relative;
bottom: -8px;
}
.line i {
display: inline-block;
background-color: #fff;
padding: 10px;
font-style: normal;
position: relative;
/*
top: -18px;
width: 90%;
*/
top: -20px;
width: 10%;
font-size: 20px;
}
.ps {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  padding-left: 90px;
}
.ps li {}
.ps li strong {
  color: #c9171d;
}
.ps li span {}

.only{
	width: 100%;
	background-color: #f2f2f2;
	margin: auto;
	border-radius: 15px;
	padding: 80px;
}
.coup{
	display: flex;
	margin: auto;
}
.feat{
	width: 100%;
	max-width: 250px;
/*	margin: auto;*/
	    margin-left: 12%;
}
.feat img{
	vertical-align: middle;
    width: 100%;
	display: block;
}
.detail{
	text-align: left;
	padding-left: 25px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.5;
	padding-top: 15%;
}
.detail strong{
	color: #d80c18;
}
/*
.detail2{
	padding-left: -5%;
}
*/


.btn-txt {
  margin-bottom: 40px;
  margin-top: 50px;
}
.btn-txt li {
  display: inline;
  margin-right: 15px;
}
.btn-txt li a {
  color: #333;
}
.phone-box {
  background-color: #dedede;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 40px;
}
.phone-box img {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin-right: 5%;
}
.phone-txt {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  text-align: left;
}
.phone-box h6 {
  line-height: 36px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.phone-box h6 strong {}
.btn-side {
  position: fixed;
  right: 10px;
  top: 30%;
  z-index: 999;
}
.btn-side li {
  width: 100px;
  margin-bottom: 15px;
}
.btn-side li a {
  display: block;
}
.btn-side li a img {
  display: block;
  width: 100%;
}
.btn-side li a span {
  display: none;
}
.info {
  font-size: 15px;
  text-align: left;
  line-height: 24px;
	margin-bottom: 4%;
}

.blockB {}
.book {
margin-bottom: 60px;
}
.book li {
width: 220px;
height: auto;
display: inline-block;
margin-right: 5%;
padding: 40px 20px 0px 20px;
position: relative;
}
.book li img {
display: block;
width: 100%;
position: absolute;
z-index: 0;
top: -20px;
left: 2px;
}
.book li p {
display: inline-block;
padding: 3px 15px;
font-size: 24px;
border: 1px solid #333;
border-radius: 30px;
font-weight: bold;
position: relative;
z-index: 99;
}
.book li strong {
display: block;
margin-top: 20px;
color: #c9171d;
font-size: 20px;
font-weight: bold;
position: relative;
z-index: 99;
}
.book li b {
font-size: 36px;
}

.blockC {}
.icon {
  background-image: url("../images/arrow2.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.icon li {
  width: 24%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.iconPic {
  display: block;
  width: 50%;
  margin: 0 auto 20px auto;
}
.icon li h5 {
  font-weight: bold;
  color: #d80c18;
  font-size: 22px;
  margin-bottom: 10px;
}
.icon li p {
  line-height: 26px;
  font-size: 18px;
}
.arrow {
  display: block;
  width: 15px;
  position: absolute;
  right: 0;
  top: 20%;
}
/*
.blockD {
  margin-bottom: 60px;
}
*/
.icon2 {
	margin-bottom: -5%;
}
.icon2 li {
  width: 30%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.icon2 li:nth-child(2) {
  margin: 0 2%;
}
.icon2 .iconPic {
  display: block;
  width: 30%;
  margin: 0 auto 20px auto;
}
.icon2 li h5 {
  font-weight: bold;
  color: #d80c18;
  font-size: 22px;
  margin-bottom: 10px;
}
.icon2 li p {
  line-height: 26px;
  font-size: 18px;
}
.blockE {
margin-top: -60px;
border-bottom: 0px;
}
.QA {
  text-align: left;
}
.QA li {
  margin-bottom: 30px;
}
.question {
  text-decoration: none;
  font-size: 20px;
  color: #333;
  display: block;
  border: 2px solid #dedede;
  border-radius: 30px;
  padding: 8px 15px;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.question p {
  line-height: 30px;
  padding: 0 16px;
}
.question p span {}
.question b {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #333 transparent transparent transparent;
  margin-right: 8px;
  position: absolute;
  right: 18px;
  top: 15px;
}
.question i {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #333 transparent;
  margin-right: 8px;
  position: absolute;
  right: 18px;
  top: 15px;
}
.answer {
  font-size: 16px;
  line-height: 30px;
  margin-left: 20px;
}
.answer img {
display: inline-block;
vertical-align: middle;
width: 20%;
}
.answer strong {
font-size: 22px;
}
.answer b {
display: inline-block;
vertical-align: middle;
font-weight: normal;
}
.answer em {
color: #c9171d;
font-style: normal;
}
.txt15 {
  font-size: 15px;
  color: #666;
}
.less {
  display: none;
}

.popWin {
text-align: center;
padding-bottom: 40px;
}
.popWin p {
font-size: 18px;
margin-bottom: 15px;
font-weight: bold;
}
.popWin img {
display: block;
width: 70%;
margin: 0 auto;
}
.box-l {
display: inline-block;
width: 49%;
vertical-align: middle;
}
.box-r {
display: inline-block;
width: 49%;
vertical-align: middle;
border-left: 1px solid #dedede;
}
.popWin .show {
  display: block;
  width: 150px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  background-color: #c9171d;
  color: #fff;
  padding: 8px 30px;
  text-decoration: none;
  border-radius: 30px;
}
.btn-show-hide {
display: none;
}




