@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
/* ------------------------------------------
  基本設定
--------------------------------------------- */
body {
  line-height: 1;
}
body {
  color: #333;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  word-break: break-all;
}
body.en {
  color: #333;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  word-break: break-all;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
input, button, select, textarea {
  outline: none;
  text-decoration: none;
}
*:focus, a:focus {
  outline: none; /* for Firefox Google Chrome  */
  behavior: expression(this.onFocus=this.blur()); /* for IE */
  padding-bottom: 0px;
}
a {
  color: #2a8078;
  text-decoration: underline;
  cursor: hand;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  outline: none; /* for Firefox Google Chrome  */
  behavior: expression(this.onFocus=this.blur()); /* for IE */
}
a:hover {
  color: #00a5a5;
  text-decoration: none;
  cursor: hand;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
footer, header, section {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans TC', sans-serif;
  color: #2a8078;
}
.en h1, .en h2, .en h3, .en h4, .en h5, .en h6 {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, "sans-serif";
  color: #2a8078;
}
h2, .h2 {
  font-size: 4rem;
  line-height: 5.6rem;
  font-family: 'Noto Sans TC', sans-serif;
  color: #2a8078;
}
.en h2, .en .h2 {
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 700;
}
h3, .h3 {
  font-size: 2.6rem;
  line-height: 1.5em;
  margin-bottom: 12px;
  color: #2a8078;
  font-family: 'Noto Sans TC', sans-serif;
}
.en h3, .en .h3 {
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 700;
}
h4, .h4 {
  font-size: 2.2rem;
  line-height: 1.5em;
  color: #2a8078;
  margin-bottom: 5px;
  font-family: 'Noto Sans TC', sans-serif;
}
.en h4, .en .h4 {
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 700;
}
h4 a {
  text-decoration: none;
}
h5, .h5 {
  font-size: 1.8rem;
  line-height: 1.5em;
  margin-bottom: 0px;
  color: #2a8078;
  font-family: 'Noto Sans TC', sans-serif;
}
p {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
}
dd, dl, dt {
  margin: 0px;
  padding: 0px;
  float: left;
}
.clear {
  width: 100%;
  height: 0px;
  line-height: .1rem;
  font-size: .1rem;
  clear: both;
}
.clear2 {
  display: none;
}
.clear3 {
  width: 100%;
  height: 0px;
  line-height: .1rem;
  font-size: .1rem;
  clear: both;
}
.center {
  margin-right: auto;
  margin-left: auto;
  display: table;
}
.pic100 {
  width: 100%;
  height: auto;
}
.down-logo {
  width: auto;
}
.down-logo img {
  max-width: 385px;
  height: auto;
}
.white {
  color: #fff !important;
}
@media screen and (max-width:767px) {
  .clear2 {
    width: 100%;
    height: 0px;
    line-height: .1rem;
    font-size: .1rem;
    clear: both;
    display: block;
  }
  .clear3 {
    display: none;
  }
}
/* ------------------------------------------
  距離設定
--------------------------------------------- */
.mt--10 {
  margin-top: -10px !important;
}
.mt--15 {
  margin-top: -15px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-15-pc {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pd-5 {
  padding-bottom: 5px;
}
.pd-10 {
  padding-bottom: 10px !important;
}
.pd--10 {
  padding-bottom: -10px;
}
.pd-15 {
  padding-bottom: 15px;
}
.pd-20 {
  padding-bottom: 20px;
}
.pd-25 {
  padding-bottom: 25px;
}
.pd-30 {
  padding-bottom: 30px !important;
}
.pd-35 {
  padding-bottom: 35px !important;
}
.pd-40 {
  padding-bottom: 40px;
}
.pd-50 {
  padding-bottom: 50px;
}
.pd-60 {
  padding-bottom: 60px;
}
.pd-70 {
  padding-bottom: 70px;
}
.pd-80 {
  padding-bottom: 80px;
}
.pd-85 {
  padding-bottom: 85px;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-30 {
  padding-left: 40px;
}
.md-5 {
  margin-bottom: 5px;
}
.md-10 {
  margin-bottom: 10px;
}
.md-15 {
  margin-bottom: 15px;
}
.md-20 {
  margin-bottom: 20px;
}
.md-25 {
  margin-bottom: 25px;
}
.md-30 {
  margin-bottom: 30px;
}
.md-35 {
  margin-bottom: 35px;
}
.md-40 {
  margin-bottom: 40px;
}
.pd-join {
  padding-bottom: 15px;
}
@media screen and (max-width:1199px) {
  .pt-15-pc {
    padding-top: 0px !important;
  }
  .mt-0-phone {
    margin-top: 0px !important;
  }
}
@media screen and (max-width:768px) {
  .pd-15.phone {
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width:480px) {
  .pd-join2 {
    padding-bottom: 15px;
  }
}
/* ------------------------------------------
   滑動選單設定
--------------------------------------------- */
.navbar-custom {
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: padding .3s;
  -moz-transition: padding .3s;
  transition: padding .3s;
  border: none;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .1);
}
.logo a, .navbar-custom.affix .logo a {
  width: 386px;
  height: 67px;
  display: block;
  background-image: url(../images/logo.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 0px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  padding: 0px;
  margin: 19px 0 0 30px;
}
.navbar {
  margin-bottom: 0px;
}
.navbar .navbar-nav > li {
  font-size: 1.6rem;
  padding: 0px;
  margin: 0px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.en .navbar .navbar-nav > li {
  font-size: 1.7rem;
}
.navbar .navbar-nav > li > a, .navbar.affix .navbar-nav > li > a {
  color: #383c3e;
  text-decoration: none;
  padding: 0 12px;
  margin-top: 60px;
  margin-bottom: 15px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  text-align: center;
  display: block;
  font-family: 'Noto Sans TC', sans-serif!important;
  font-weight: 600;
}
.en .navbar .navbar-nav > li > a, .navbar.affix .navbar-nav > li > a {
  font-family: Arial, Helvetica, "sans-serif";
}
.nav-en {
  font-size: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  display: block;
}
.navbar-custom .nav li a, .navbar-custom {
  color: #383c3e
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, .02);
}
.navbar-custom .nav li a {
  text-decoration: none;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:hover, .navbar-custom.affix .nav li a:focus, .navbar-custom.affix .nav li a:hover {
  color: #00a5a5;
  outline: 0
}
.navbar-custom .nav li a.icon-language, .navbar-custom.affix .nav li a.icon-language {
  background-color: #B85B55;
  color: #fff !important;
  display: block;
  border-right: none;
  padding: 15px 0 0 0;
  margin: 0 0 0 10px;
  min-height: 103px;
  min-width: 103px;
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.navbar-custom .nav li a.icon-language img {
  width: 50px;
  margin-bottom: 3px;
  height: auto;
}
.navbar-custom .nav li a:hover.icon-language, .navbar-custom.affix .nav li a:hover.icon-language {
    background-color: rgba(184,91,85,.9);
}
.navbar-custom .nav li a.icon-facebook2, .navbar-custom.affix .nav li a.icon-facebook2 {
  background-color: #91a7b2;
  color: #fff !important;
  display: block;
  border-right: none;
  padding: 15px 0 0 0;
  margin: 0;
  min-height: 103px;
  min-width: 115px;
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.navbar-custom .nav li a.icon-facebook2 img {
  width: 50px;
  margin-bottom: 3px;
  height: auto;
}
.navbar-custom .nav li a:hover.icon-facebook2, .navbar-custom.affix .nav li a:hover.icon-facebook2 {
  background-color: #849ba7;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: #fff;
  text-decoration: none;
}
.navbar-custom .navbar-nav > .active > a:focus, .navbar-custom .navbar-nav > .active > a:hover {
  color: #FFF900;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0px;
  text-decoration: none;
}
.navbar-custom.affix {
  background-color: rgba(255, 255, 255, 1);
  padding: 0;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  border-bottom: 0px solid rgba(123, 193, 229, 1);
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .08);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .08);
}
.navbar-custom.affix .top-link {
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1500px) {}
@media screen and (max-width: 1400px) {
  .navbar .navbar-nav > li > a, .navbar.affix .navbar-nav > li > a {
    padding: 0 8px;
    margin-top: 60px;
    margin-bottom: 15px;
  }
  .navbar-custom .nav li a.icon-language, .navbar-custom.affix .nav li a.icon-language {
    min-height: 103px;
    min-width: 90px;
  }
  .navbar-custom .nav li a.icon-facebook2, .navbar-custom.affix .nav li a.icon-facebook2 {
    min-height: 103px;
    min-width: 100px;
  }
}
@media screen and (max-width: 1330px) {
  .navbar .navbar-nav > li > a, .navbar.affix .navbar-nav > li > a {
    padding: 0 6px;
    margin-top: 60px;
    margin-bottom: 15px;
  }
  .logo a, .navbar-custom.affix .logo a {
    width: 350px;
    height: 61px;
    display: block;
    background-image: url(../images/logo.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 0px;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    padding: 0px;
    margin: 19px 0 0 30px;
  }
}
@media screen and (max-width: 1279px) {
  .logo a, .navbar-custom.affix .logo a {
    width: 386px;
    height: 67px;
    display: block;
    background-image: url(../images/logo.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 0px;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    padding: 0px;
    margin: 15px 0 0 30px;
  }
  .navbar-custom, .navbar-custom.affix {
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    border: none;
    background-color: #fff;
  }
}
@media screen and (max-width: 580px) {
  .logo a, .navbar-custom.affix .logo a {
    width: 300px;
    height: 52px;
  }
}
@media screen and (max-width: 380px) {
  .logo a, .navbar-custom.affix .logo a {
    width: 280px;
    height: 49px;
  }
}
@media screen and (max-width: 360px) {
  .logo a, .navbar-custom.affix .logo a {
    width: 260px;
    height: 45px;
  }
}
@media screen and (max-width: 280px) {
  .logo a, .navbar-custom.affix .logo a {
    width: 200px;
    height: 35px;
    margin: 15px 0 0 25px
  }
}
/* ------------------------------------------
   手機側邊選單設定
--------------------------------------------- */
html, body {
  -webkit-tap-highlight-color: transparent;
  /* disable webkit tap highlight */
  overflow-x: hidden;
}
/*----------------------------
	THE FAT BURGER
----------------------------*/
.burger {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: block;
  float: right;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 99;
}
.burger:before, .burger span, .burger:after {
  width: 100%;
  height: 3px;
  display: block;
  background: #383c3e;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
  z-index: 9999;
}
.burger:before, .burger:after {
  transition: top .35s cubic-bezier(.23, 1, .32, 1), transform .35s cubic-bezier(.23, 1, .32, 1), opacity .35s cubic-bezier(.23, 1, .32, 1), background-color 1.15s cubic-bezier(.86, 0, .07, 1);
  -webkit-transition: top .35s cubic-bezier(.23, 1, .32, 1), -webkit-transform .35s cubic-bezier(.23, 1, .32, 1), opacity .35s cubic-bezier(.23, 1, .32, 1), background-color 1.15s cubic-bezier(.86, 0, .07, 1);
  content: "";
}
.burger:before {
  top: 6px;
  background-color: #383c3e;
}
.burger span {
  top: 15px;
  background-color: #383c3e;
}
.burger:after {
  top: 24px;
  background-color: #383c3e;
}
/* Hover */
.burger:hover:before {
  top: 6px;
}
.burger:hover:after {
  top: 24px;
}
/* Click */
.burger.cross span {
  opacity: 0;
}
.burger.cross:before, .burger.cross:after {
  top: 50%;
}
.burger.cross:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5); /*for IE*/
}
.burger.cross:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5); /*for IE*/
}
.burger:focus {
  outline: none;
}
/* Menu Button */
.burger {
  display: none;
}
.burger:hover {
  opacity: 1;
}
@media screen and (max-width:1279px) {
  .burger {
    display: block;
    float: right;
    position: absolute;
    right: 30px;
    top: 30px;
  }
}
@media screen and (max-width:540px) {
  .burger {
    right: 20px;
    top: 21px;
  }
}
@media screen and (max-width:480px) {
  .burger {
    right: 20px;
    top: 22px;
  }
}
@media screen and (max-width:280px) {
  .burger {
    right: 15px;
    top: 14px;
  }
}
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 260px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background-color: #2a8078;
  overflow: auto;
  visibility: hidden;
  -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
  background-image: url(../images/bg-nav.jpg);
  background-position: left bottom !important;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: none;
}
.pushy a {
  display: block;
  color: #ffffff;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 10px;
  text-decoration: none;
  outline: 0;
  font-size: 1.7rem;
}
.pushy a:hover {
  color: #FFF;
}
.pushy ul:first-child {
  margin-top: 18px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}
/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-260px, 0, 0);
  -ms-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);
}
.pushy-open-left #container, .pushy-open-left .push {
  -webkit-transform: translate3d(260px, 0, 0);
  -ms-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
}
.pushy-right {
  -webkit-transform: translate3d(260px, 0, 0);
  -ms-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
}
.pushy-open-right #container, .pushy-open-right .push {
  -webkit-transform: translate3d(-260px, 0, 0);
  -ms-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);
}
.pushy-open-left .pushy, .pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Menu Transitions */
#container, .pushy, .push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  background-position: center top;
}
/* Site Overlay */
.site-overlay {
  display: none;
}
.pushy-open-left .site-overlay, .pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Icon */
}
.pushy-submenu ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu > a {
  position: relative;
  font-family: jf-openhuninn, sans-serif;
}
.en .pushy-submenu > a {
  position: relative;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 500;
}
@media screen and (max-width: 1279px) {
  .pushy {
    display: block;
  }
  .pushy-submenu > a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow.svg);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform 0.2s;
  }
  .pushy-submenu.no-icon > a::after {
    background-image: none;
  }
}
.pushy-submenu > a span {
  font-weight: 300;
  font-size: 1.4rem;
  padding-left: 5px;
}
.pushy-submenu {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.pushy-submenu > ul {
  position: relative;
}
.pushy-submenu > ul > li a {
  position: relative;
  font-size: 1.6rem;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  padding-bottom: 6px;
  padding-top: 6px;
  color: rgba(255, 255, 255, .8);
  font-family: jf-openhuninn, sans-serif;
}
.en .pushy-submenu > ul > li a {
  position: relative;
  font-size: 1.7rem;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  padding-bottom: 6px;
  padding-top: 6px;
  color: rgba(255, 255, 255, 1);
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.pushy-submenu > ul > li.pushy-link:last-child {
  position: relative;
  font-size: 1.5rem;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300;
  padding-bottom: 18px;
  padding-top: 0px;
}
/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}
.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open ul {
  max-height: 1000px;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open a::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.no-csstransforms3d .pushy-submenu-closed ul {
  max-height: none;
  display: none;
}
/* ------------------------------------------
  表單位移設定
--------------------------------------------- */
.checkbox-inline, .radio-inline {
  margin-right: 10px;
}
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-left: 0;
}
/* ------------------------------------------
  backToTop
--------------------------------------------- */
.backToTop {
  display: none;
  width: 30px;
  height: 30px;
  line-height: 1.2;
  font-size: 1.2rem;
  text-align: center;
  position: fixed;
  _position: absolute;
  right: 35px;
  bottom: 28px;
  _bottom: "auto";
  cursor: pointer;
  text-indent: -10000px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/gotop.svg);
  z-index: 9998;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.backToTop:hover {
  background-image: url(../images/gotop.svg);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 1199px) {
  .backToTop {
    right: 50%;
    left: 50%;
    bottom: 15px;
    margin-left: -10px;
  }
}
/* ------------------------------------------
   跑馬燈
--------------------------------------------- */
.BreakingNewsController {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 60px;
  padding-top: 8px;
}
.BreakingNewsController ul {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
  position: absolute;
  left: 40px !important;
  right: 50px;
  float: left;
  width: 70%;
}
.BreakingNewsController ul li {
  list-style: none;
  display: none;
  padding-top: 11px;
  padding-bottom: 9px;
  float: left;
  width: 100%;
  font-size: 1.5rem;
}
.BreakingNewsController ul li a {
  text-decoration: none;
  color: #333;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}
.BreakingNewsController ul li a:hover {
  opacity: .85;
}
.easing a, .easing span {
  transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
}
.BreakingNewsController .news-top-day {
  padding-right: 25px;
  font-size: 1.6rem;
  letter-spacing: .1rem;
}
@media (max-width: 1024px) {
  .BreakingNewsController ul {
    left: 32px !important;
  }
}
@media (max-width: 740px) {
  .BreakingNewsController ul {
    left: 15px !important;
    width: 96%;
  }
  .BreakingNewsController .news-top-day {
    display: none;
  }
  .BreakingNewsController {
    height: 45px;
    padding-top: 0;
  }
}