html {
     font-size: 15px;
     line-height: 20px;
}
 .cltitlecolor {
     color: #0669c4;
}
.cltitlecolor2 {
     color: #05b6df;
}
 .tcfamily {
     font-family: 微軟正黑體, Microsoft JHengHei, 新細明體, Arial, sans-serif;
     font-size: 17px;line-height: 25px;
}
 .scfamily {
     font-family: 微軟正黑體, Microsoft JHengHei, 新細明體, Arial, sans-serif;
}
 .h1, h1 {
     font-size: 2.5rem;
}
 .h2, h2 {
     font-size: 2rem;
}
 .h3, h3 {
     font-size: 1.75rem;
}
 .h4, h4 {
     font-size: 1.5rem;margin:2rem 0;
}
 .h5, h5 {
     font-size: 1.25rem;margin:1.75rem 0;
}
 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   
     font-weight: bold;
     line-height: 1.2;
     color: inherit;
}
 .tab-content {
     display: none;
}
 .tab-content.active {
     display: block;
}
 #fscontainer {
     margin: 0px auto;
     max-width: 1240px;
     width: calc(100% - 40px);
     display: block;
    /* height: calc(100vh - 250px);
    */
     z-index: 2000;
     background-color: #fff;
     padding: 20px;
}
 #fscontainer a {
     color: #f47920;
     text-decoration: none;
}
 #fscontainer a:hover {
     color: #fb5004;
     text-decoration: none;
}
 .fscontainer-text {
     display: block;
     text-align: center;
     background-color: #fff;
}
 .fscontainer-image {
     display: block;
}
 .fscontainer-image img {
     width: 100%;
     height: auto;
}
 .fscontainer-text {
     padding: 20px 0;
     width: 100%;
     text-align: left;
}
 #fscontainer .tabs {
     text-align: right;
}
 #fscontainer .tabs a {
     margin-left: 1rem;
     color: #707070;
}
 #fscontainer .tabs a.line {
     margin-left: 1rem;
     color: #707070;
     border-bottom: 2px #ff6600 solid;
}
 #back2Top {
     background: #FFFFFF;
     display: none;
     border-radius: 5px;
     box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-align-items: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     font-size: 2rem;
     border-radius: 50%;
     padding: 1rem;
     cursor: pointer;
     position: fixed;
     bottom: 4rem;
     right: 4rem;
     z-index: 9999;
     -webkit-transition: bottom 300ms ease-in-out;
     transition: bottom 300ms ease-in-out;
}
 #back2Top:hover {
     background-color: #FBFBFB;
     color: #000;
}
 .css-1bfn0in {
     fill: currentColor;
     width: 1em;
     height: 1em;
     min-width: 1em;
     -webkit-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
}
 .fsbutton {
     margin: 50px 0;
     padding: 0.9286rem 3rem;
     border-radius: 2rem;
     text-align: center;
     border: none;
     -webkit-text-decoration: none;
     text-decoration: none;
     display: inline-block;
     font-size: 1.5rem;
     line-height: 1.8rem;
     font-weight: normal;
     cursor: pointer;
     background-color: #FB5004;
     color: #FFFFFF !important;
     transition: all 0.3s ease 0s;
}
 .fsbutton a {
     color: #FFFFFF !important;
}
 .fsbutton:hover {
     color: #404040 !important;
     font-weight: 700 !important;
     letter-spacing: 2px;
     background: none;
     border: 4px #FB5004 solid;
     -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
     -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
     transition: all 0.3s ease 0s;
}
 .fsbutton a:hover {
     color: #404040 !important;
}
 .text-center {
     text-align: center!important;
}
/* Extra small devices (portrait phones, less than 576px)*/
 @media (max-width: 575.98px) {
     header .main-header {
         padding: 10px 15px;
    }
     header .main-header .logo {
         width: 150px;
         height: auto;
    }
}
/* Small devices (landscape phones, 576px and up)*/
 @media (min-width: 576px) and (max-width: 767.98px) {
}
/* Medium devices (tablets, 768px and up)*/
 @media (min-width: 768px) and (max-width: 991.98px) {
     header .main-header {
         padding: 15px;
    }
}
/* Large devices (desktops, 992px and up)*/
 @media (min-width: 992px) and (max-width: 1199.98px) {
     header .main-header {
         padding: 15px;
    }
}
/* Extra large devices (large desktops, 1200px and up)*/
 @media (min-width: 1200px) {
}
