@charset "utf-8";
/* CSS Document */
body {
  /* overflow: scroll !important; */
  /* height: 100vh; */
  font-size: 1em;
  color: #333 !important;
  font-family: "微軟正黑體" !important;
  position: relative;
}
body a {
  transition: all 200ms ease-out;
  color: #3153ba;
}
.into a {
  position: absolute;
  z-index: 99;
  color: rgba(255, 255, 255, 0);
}
.into a:focus {
  color: #000;
}
.container {
  position: relative;
}
.row {
  margin: 0;
}
/*基本設定/無障礙*/
@media print {
  a[href]:after {
    content: none !important;
  }
}
body a:focus, body button:focus {
  outline: 3px #ff1100 dotted !important;
  outline-offset: -3px;
}
body .ad_link .slick-slide a:focus {
  display: inline-block;
  outline: 3px #ff1100 dotted !important;
  outline-offset: -3px;
}
.form-control:focus, select:focus {
  background-color: #FFEB3B;
}
header {
  /* background-color: rgba(0, 0, 0, 0.5); */
  z-index: 3;
  /* position: absolute; */
  display: block;
  width: 100%;
  height: 135px;
}
.home header {
  background-color: #ffffff;
  position: relative;
  -moz-box-shadow: 0 0 12px hsla(0, 0%, 0%, 0.38);
  -webkit-box-shadow: 0 0 12px hsla(0, 0%, 0%, 0.38);
  box-shadow: 0 0 12px hsla(0, 0%, 0%, 0.38);
}
header .logo img {
  max-width: 250px;
  width: 100%;
}
header .logo_phone img {
  max-width: 230px;
  width: 100%;
}
header .logo {
  padding: 12px 10px;
  margin: 0;
  display: inline-block;
  z-index: 3;
  position: relative;
}
header .logo a {
  display: inline-block;
}
header .logo_phone {
  display: block;
  margin: auto;
  padding: 10px 60px;
  height: 85px;
  text-align: center;
}
header .container {
  /* position: absolute; */
}
/*google search*/
.search_box {
  position: absolute;
  right: 0;
  /* display: flex; */
  /* bottom: -28px; */
  z-index: 4;
  /* display: none; */
  top: 70px;
}
.search_box .search {
  display: flex;
  width: 100%;
}
form.gsc-search-box {
  width: 240px;
  right: 0;
  margin: 0;
  position: relative;
}
td.gsc-search-button {
  position: absolute;
  margin: 0;
  width: auto;
  right: 0;
}
.gsc-input-box {
  border: none;
  padding: 0;
  background: transparent;
  border: 1px solid #FFF !important;
  border-radius: 5px;
}
.home .gsc-input-box {
  border: none;
  padding: 0;
  background: transparent;
  border: 1px solid #cacaca !important;
  border-radius: 5px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  background-color: transparent !important;
  border: none !important;
  height: 30px;
  width: 100%;
  /* background: url(https://www.google.com/cse/static/images/1x/zh_TW/branding.png) left center no-repeat rgb(255 255 255) !important; */
  color: #FFF;
}
.home .gsc-search-box-tools .gsc-search-box .gsc-input {
  color: #555;
}
table.gsc-search-box {
  margin: 0;
  position: relative;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  border: none;
  background-color: #01a5ae;
  position: relative;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
table.gsc-search-box td .gsst_b {
  right: 20px;
}
table.gsc-search-box .gsst_a .gscb_a {
  color: #ffffff;
  right: 38px;
  position: relative;
}
.home table.gsc-search-box .gsst_a .gscb_a {
  color: #555;
}
.gsc-search-button-v2 svg {
  fill: #fff;
  height: 20px;
  width: 20px;
  display: none;
}
.gsc-search-button-v2 {
  background-image: url("../images/svg/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 35px;
  background-size: 70%;
}
.gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
  background-color: #218288;
  background-image: url("../images/all/search.png");
  /*filter: none;*/
}
/*banner*/
.banner img {
  width: 100%;
}
body .slick-slide {
  /*z-index: 1 !important;*/
}
.banner {
  position: relative;
}
@media (max-width: 767px) {
body .slick-dots {
  display:none;
}
}
/*主要內容*/
.main {
  position: relative;
}
/*天氣*/
.weather {
  position: absolute;
  color: #FFF;
  top: 35px;
  display: flex;
  left: 280px;
  align-items: center;
}
.home .weather {
  color: #000;
}
.weather span {
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 10px;
  font-size: 80%;
}
.weather span p {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.weather .map {
  padding: 8px 0;
  display: none;
}
.weather .map i {
  padding-right: 5px;
  color: #FFF;
}
body.home .weather .map i {
  padding-right: 5px;
  color: #000;
}
.weather .temp {
  font-size: 130%;
}
.weather .rain {
  padding: 2px 10px;
  margin-top: 2px;
  border: 1px solid #FFF;
  border-radius: 50px;
}
.home .weather .rain {
  border: 1px solid #000;
}
.weather .aqi {
  font-size: 85%;
  border-right: 1px solid #FFF;
  padding-right: 10px;
}
.home .weather .aqi {
  border-right: 1px solid #000;
}
.weather .aqi p {
  font-size: 140%;
  padding: 0 5px;
  margin-left: 5px;
  border-radius: 5px;
}
.weather .aqi p.color01 {
  border: 2px solid #009763;
}
.weather .aqi p.color02 {
  border: 2px solid #ffc314;
}
.weather .aqi p.color03 {
  border: 2px solid #ee8f20;
}
.weather .aqi p.color04 {
  border: 2px solid #bc0d2e;
}
.weather .aqi p.color05 {
  border: 2px solid #6c00a3;
}
.weather .aqi p.color06 {
  border: 2px solid #720000;
}
.weather .pm {
  font-size: 85%;
}
.weather .pm p {
  font-size: 140%;
  margin-left: 10px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
}
.weather .pm p.color01 {
  border: 2px solid #8BC34A;
}
.weather .pm p.color02 {
  border: 2px solid #FFEB3B;
}
.weather .pm p.color03 {
  border: 2px solid #FF5722;
}
.weather .pm p.color04 {
  border: 2px solid #de0f00;
}
.weather .pm p.color05 {
  border: 2px solid #9C27B0;
}
.weather .pm p.color06 {
  border: 2px solid #770059;
}
/*20210929空氣品質*/
.weather .aqiinfo {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 4px;
  padding: 5px 45px 5px 10px;
  font-size: 85%;
  line-height: 120%;
  align-items: center;
}
.weather .aqiinfo p {
  display: inline-flex;
  margin: 0;
}
.weather .aqiinfo p.tt {
  width: 38px;
  border-right: 1px solid #FFF;
}
.weather .aqiinfo p.txt {
  width: 38px;
  padding-left: 10px;
}
.weather .aqiinfo p.icon {
  width: 25px;
  height: 25px;
  margin-left: 10px;
}
.weather .aqiinfo.color05 p.txt {
  width: 65px;
}
.weather .aqiinfo img {
  width: 100%;
}
.weather .aqiinfo.color01 {
  background-color: #00d289;
  color: #000;
}
.weather .aqiinfo.color02 {
  background-color: #ffc314;
  color: #000;
}
.weather .aqiinfo.color03 {
  background-color: #ee8f20;
  color: #000;
}
.weather .aqiinfo.color04 {
  background-color: #bc0d2e;
  color: #FFF;
}
.weather .aqiinfo.color05 {
  background-color: #6c00a3;
  color: #FFF;
}
.weather .aqiinfo.color06 {
  background-color: #720000;
  color: #FFF;
}
.weather .aqiinfo::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  display: block;
  right: 10px;
  top: 9px;
}
.weather .aqiinfo.color01::before {
  background-image: url("../images/svg/aqiface01.svg");
}
.weather .aqiinfo.color02::before {
  background-image: url("../images/svg/aqiface02.svg");
}
.weather .aqiinfo.color03::before {
  background-image: url("../images/svg/aqiface03.svg");
}
.weather .aqiinfo.color04::before {
  background-image: url("../images/svg/aqiface04.svg");
}
.weather .aqiinfo.color05::before {
  background-image: url("../images/svg/aqiface05.svg");
}
.weather .aqiinfo.color06::before {
  background-image: url("../images/svg/aqiface06.svg");
}
/*member*/
.membercentre {
  position: absolute;
  display: block;
  right: 120px;
  top: 10px;
}
.membercentre p {
  margin:0;
  font-size: 75%;
}
.membercentre .btn-info {
  background-image: url("../images/svg/reg.svg");
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: 45%;
  display: block;
  padding: 28px 0 0 0;
  background-color: #ea5514;
  border-color: #ea5514;
  width: 54px;
  height: 54px;
}
.membercentre .btn-info.signin {
  background-image: url("../images/svg/signin.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  padding: 25px;
  background-color: #0b8089;
  border-color: #0b8089;
}
.membercentre .dropdown-toggle::after {
  display: none;
}
.membercentre .dropdown-menu {
  min-width: 80px;
  padding: 0;
  right: 0;
}
.membercentre .dropdown-item {
  display: block;
  padding: 10px;
  color: #0b8089;
  /* border-right:1px solid #ccc; */
  text-align: center;
}
.membercentre .dropdown-item:nth-child(2) {
  border-right: none;
}
.membercentre .dropdown-item:focus, .membercentre .dropdown-item:hover {
  background-color: #4dc0c5;
  color: #FFF;
}
.membercentre .dropdown-item:nth-child(1):hover {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0px;
}
.membercentre .dropdown-item:nth-child(2):hover {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 0px;
}
.reg {
  position: absolute;
  display: block;
  right: 0px;
  top: 10px;
}
.reg a {
  display: block;
  background-image: url("../images/svg/reg.svg");
  background-repeat: no-repeat;
  background-position: center 7px;
  padding: 30px 10px 3px 10px;
  color: #FFF;
  border-radius: 5px;
  background-color: #0b8089;
  background-size: 35%;
}
.reg a:hover {
  text-decoration: none;
  background-color: #01a5ae;
}
.store_login {
  position:absolute;
  top: 10px;
  right: 0;
}
.store_login a {
  position:
  relative;
  /* background-image: url("../images/svg/store.svg"); */
  /* background-repeat: no-repeat; */
  /* background-position: center 5px; */
  /* background-size: 45%; */
  display: block;
  /* padding: 32px 0 0 0; */
  background-color: #491b9a;
  width: 54px;
  height: 54px;
  color:#FFF;
  font-size: 75%;
  border-radius: 4px;
  text-align: center;
}
.store_login a:hover {
  text-decoration: none;
  background-color: #673AB7;
}
.language {
  position: absolute;
  display: block;
  right: 60px;
  top: 10px;
}
.shop .language {
  position:absolute;
  top: 0;
  right: 0;
}
.language p {
  margin:0;
  padding-top: 4px;
  font-size: 70%;
}
.language .btn-info {
  background-image: url("../images/svg/ic_language.svg");
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: 55%;
  display: block;
  padding: 28px 0 0 0;
  background-color: #ea5514;
  border-color: #ea5514;
  width: 54px;
  height: 54px;
}
/*大圖輪播*/
body .slick-dots li button:before {
  background-color: #ffffff;
  opacity: 1;
  border: none !important;
  width: 15px !important;
  height: 15px !important;
}
body .slick-dots li.slick-active button:before {
  background-color: #fed201;
  opacity: 1;
  color: #FFF;
}
/*主要內容*/
body.home .main {
  background-image: url(../images/home/house.png);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom:100px;
}
.container.main {
  padding: 0 5px 40px 5px;
}
.main .accesskey {
  position: absolute;
  top: 10px;
  color: #3254ba;
  z-index: 1;
}
.container .accesskey {
  position: absolute;
  top: 10px;
  color: #3254ba;
}
/*最新動向*/
body .newsbox .logoani, body .newsbox .text {
  float: left;
}
body .newsbox .logoani {
  position: relative;
  display: none;
  padding: 0 20px;
  text-align: center;
}
body .newsbox .logoani .logo {
  left: 10px;
  top: 0;
  display: block;
  position: inherit;
}
body .newsbox .logoani .flash01 {
  left: 0;
  top: 135px;
  position: absolute;
}
body .newsbox .logoani .flash02 {
  left: 192px;
  top: 25px;
  position: absolute;
}
body .newsbox .text {
  position: relative;
  display: block;
  padding: 0px 0 0 30px;
}
body .newsbox .text .title {
  font-size: 250%;
  color: #ea5514;
  margin-right: 20px;
}
body .newsbox .text .btn {
  font-size: 100%;
  display: inline-block;
  top: 0;
  right: -50px;
  position: absolute;
}
body .newsbox .text .btn a {
  background-color: #ea5514;
  padding: 5px 35px 5px 15px;
  border-radius: 10px;
  color: #FFF;
  display: inline-block;
}
body .newsbox .text .btn a:hover {
  text-decoration: none;
  background-color: #01a5ae;
}
body .newsbox .text .btn p {
  position: relative;
  margin: 0;
}
body .newsbox .text .btn p::after {
  position: absolute;
  background-image: url(../images/index/arrow01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  content: "";
  width: 13px;
  height: 15px;
  top: 5px;
  right: -20px;
}
body .newsbox .text .txt {
  font-size: 110%;
  line-height: 36px;
}
body .newsbox {
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/index/bg01.png);
  width: 100%;
  padding: 60px 0 60px 0;
  position: relative;
}
body.in .newsbox {
  padding: 10px 0 60px 0;
}
body .newsbox .list-group {
  position: relative;
  display: block;
}
body .newsbox .list-group .left,
body .newsbox .list-group .right {
  padding: 15px !important;
}
body .newsbox .list-group .info {
  position: relative;
  display: block;
}
body .newsbox .list-group .info .title {
  font-size: 180%;
  display: inline-block;
  color: #0e7a86;
  padding-right: 20px;
}
body .newsbox .list-group .info .btn {
  font-size: 100%;
  display: inline-block;
  padding: 0;
  position: absolute;
  top: 5px;
}
body .newsbox .list-group .info .btn a {
  background-color: #0b8089;
  padding: 5px 35px 5px 15px;
  border-radius: 10px;
  color: #FFF;
  display: inline-block;
  text-align: left;
}
body .newsbox .list-group .info .btn a:hover {
  text-decoration: none;
  background-color: #01a5ae;
}
body .newsbox .list-group .info .btn p {
  position: relative;
  margin: 0;
}
body .newsbox .list-group .info .btn p::after {
  position: absolute;
  background-image: url(../images/index/arrow01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  content: "";
  width: 13px;
  height: 15px;
  top: 5px;
  right: -20px;
}
body .newsbox .list-group .list {
  position: relative;
  /* margin-top: 20px; */
}
body .newsbox .list-group .list ul {
  position: relative;
  margin: 0;
  padding: 0;
}
body .newsbox .list-group .list li {
  list-style-type: none;
  display: block;
  border-bottom: 1px solid #CCC;
}
body .newsbox .list-group .list li a {
  color: #333;
  padding: 15px 10px 15px 10px;
  display: block;
}
body .newsbox .list-group .list li a:hover {
  text-decoration: none;
  background-color: #FFEB3B;
}
body .newsbox .list-group .list li p {
  margin: 0;
  display: block;
  padding-left: 15px;
  padding-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .newsbox .list-group .list li span {
  float: left;
  padding: 3px 8px;
  border-radius: 50px;
  display: inline-block;
  color: #555;
  border: 2px solid #ea5514;
  font-size: 85%;
  background-color: #FFF;
  font-weight: bold;
}
/*店家推薦*/
body .couponbox {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/index/bg02.png);
  width: 100%;
  padding: 60px 0;
}
body .couponbox .bg {
  position: absolute;
  background-repeat: repeat-x;
  background-position: left;
  background-image: url(../images/index/house.png);
  width: 100%;
  height: 200px;
  text-indent: -9999px;
  bottom: 0;
}
body .couponbox .text {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 20px;
}
body .couponbox .text .title {
  font-size: 250%;
  color: #ea5514;
  display: inline-block;
}
body .couponbox .text .txt {
  font-size: 110%;
  /* position: absolute; */
  /* top: 20px; */
  /* left: 210px; */
}
body .couponbox .text .btn {
  display: block;
  position: absolute;
  top: 7px;
  left: 200px;
}
body .couponbox .text .btn a {
  background-color: #ea5514;
  padding: 5px 35px 5px 15px;
  border-radius: 10px;
  color: #FFF;
  display: inline-block;
}
body .couponbox .text .btn p {
  margin: 0;
  position: relative;
}
body .couponbox .text .btn p::after {
  position: absolute;
  background-image: url(../images/index/arrow01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  content: "";
  width: 13px;
  height: 15px;
  top: 5px;
  right: -20px;
}
body .couponbox .text .btn a:hover {
  text-decoration: none;
  background-color: #01a5ae;
}
body .couponbox .list_coupon {
  position: relative;
  z-index: 1;
}
body .couponbox .list_coupon ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body .couponbox .list_coupon a {
  padding: 15px !important;
  position: relative;
}
body .couponbox .list_coupon .box {
  display: block;
  border-radius: 0;
  padding: 0 !important;
  background-color: #fff;
  -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
  height: 100%;
  overflow:hidden;
}
body .couponbox .list_coupon a:hover {
  text-decoration: none;
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
body .couponbox .list_coupon li .pic {
  height: 186px;
  overflow: hidden;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
body .couponbox .list_coupon img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
body .couponbox .list_coupon li .pic {
    height: 210px;
  }
}
@media screen and (max-width: 991px) {
body .couponbox .list_coupon li .pic {
    height: 236px;
  }
}
@media screen and (max-width: 767px) {
body .couponbox .list_coupon li .pic {
    height: 169px;
  }
}
@media screen and (max-width:599px) {
body .couponbox .list_coupon li .pic {
    height: 250px;
  }
}
body .couponbox .list_coupon .info {
  position: relative;
  color: #666;
  padding: 15px;
}
body .couponbox .list_coupon .info .subject {
  color: #333;
  font-size: 110% !important;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  display: block;
}
body .couponbox .list_coupon .info .txt {
  color: #333;
}
body .couponbox .list_coupon .slick-track {
  display: flex;
}
body .couponbox .list_coupon .slick-slide {
  height: inherit;
}
body .couponbox .list_coupon .slick-prev, .couponbox .list_coupon .slick-next {
  width: 33px;
  height: 98px;
  z-index: 1;
}
body .couponbox .list_coupon .slick-next {
  right: -10px;
}
body .couponbox .list_coupon .slick-prev {
  left: -10px;
}
body .couponbox .list_coupon .slick-prev:before {
  background-image: url("../images/index/slider_left.png")
}
body .couponbox .list_coupon .slick-next:before {
  background-image: url("../images/index/slider_right.png")
}
body .couponbox .list_coupon .slick-prev:before,
body .couponbox .list_coupon .slick-next:before {
  content: "";
  width: 33px;
  height: 98px;
  display: block;
  opacity: 0.6;
}
/*fatfoot*/
.fatfoot .btn {
  position: relative;
  z-index: 9;
  width: 100%;
  text-indent: -9999px !important;
  border-radius: 0;
  background-color: #cacaca;
}
.fatfoot .btn a {
  text-align: center;
  margin: auto;
}
.fatfoot .btn.collapsed {}
.fatfoot .btn:before {
  content: "";
  right: 50%;
  color: #ffffff;
  top: 11px;
  display: block;
  text-indent: 0;
  position: absolute;
  width: 29px;
  height: 16px;
  background-image: url(../images/index/fat_close.png);
  background-repeat: no-repeat;
}
.fatfoot .btn.collapsed:before {
  content: "";
  background-image: url(../images/index/fat_open.png);
}
/*footer*/
footer {
  background-color: #efefef;
  padding: 30px 0 40px 0;
}
footer img {
  max-width: 100%;
}
footer .info .link {
  padding: 0 0 10px 0;
  color: #333;
}
footer .info .link a {
  white-space: nowrap;
  color: #333;
  display: inline-block;
  padding: 0 4px;
}
footer .info .link a:nth-child(1) {
  padding-left: 0;
}
footer .info {
  position: relative;
  /* padding-bottom:30px; */
}
footer .info p {
  padding: 2px 0;
  margin: 0;
  color: #000000;
  /* letter-spacing: 1px; */
  font-size: 95%;
  display: block;
}
footer .info p span {
  display: inline-block;
}
footer .info p.ex {
  padding-top: 15px;
}
footer .left {
  padding: 0 0 10px 0;
  display: inline-block;
  float: left;
  clear: both;
}
footer .right ul {
  padding: 0;
  list-style-type: none;
  clear: both;
}
footer .right li {
  /* display: inline-flex; */
  text-align: left;
  /* margin-right: 10px; */
  padding: 0px 2px;
  font-size: 95%;
  align-items: center;
}
footer .right li a {
  color:#4b6ea8;
  display:inline-block;
  margin: 5px 0;
}
footer .right li a p {
  display:none;
}
footer .right li a:hover {
  color:#2196F3;
}
footer .right li.fb {
  text-align: left;
  padding: 0px 2px;
  display: block;
}
footer .right li.fb i {
  text-align: center;
  padding: 0px 2px;
  font-size: 180%;
  display: inline-block;
  color:#4b6ea8;
}
footer .right li.fb p {
  text-align: center;
  padding: 0px 2px;
  font-size: 100%;
  display: inline-block;
  color:#333;
  margin:0;
}
footer .right .qrcode li {
  display: inline-block;
}
footer .right .qrcode img {
  width: 100%;
  max-width: 80px;
}
/*=====置頂=====*/
body .gotop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9;
  text-align: center;
  line-height: 50px;
  display: block !important;
}
body .gotop a {
  width: 60px;
  height: 60px;
  display: block;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  background-image: url(../images/svg/icon_top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  text-indent: -9999px;
  background-color: #00a5ac;
  opacity: .7;
}
body .gotop a:hover {
  opacity: 1;
}
/*瀏覽人次*/
body.home .Update {
  color: #848484;
  padding: 10px 0;
  font-size: 95%;
  width: 100%;
}
body.home .Update ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
flex-wrap: wrap;}
body.home .Update li {
  display: inline-flex;
  margin-left: 10px;
  padding: 0 0 5px 0;
  color: #000;
  font-weight: bold;
}
body.home .Update li i {
  padding-right: 5px;
}
/*跑馬燈*/
.marquee {
  overflow: hidden;
  position: relative;
  margin-left:30px;
}
.marquee a,
.marquee p {
  display:inline-block;
  color:#fff;
}
.marquee a:hover {
  color:#FFEB3B;
}
.marquee p::before {
  content:"※";
  display:inline-block;
  padding:0 4px;
}
body .login_info .note .icon {
  position: absolute;
  left: 8px;
  top: 0px;
  font-size: 125%;
  padding: 0 5px;
  color:#FFF;
  z-index: 1;
}
/*登入後資訊*/
body .login_info {
  padding: 15px;
  /*position: absolute;*/
  display:flex;
  align-items: center;
  z-index: 1;
  width:100%;
  flex-wrap: wrap;
}
body.home .login_info {
  padding: 15px 0 0 0;
  position: relative;
}
body .login_info p {
  margin:0;
}
body .login_info .name {
  margin-right:10px;
}
body .login_info .note {
  color:#fff;
  width: 100%;
  position: relative;
  background-color: #007c83;
  padding: 5px 15px;
  border-radius: 50px;
}
body.in .login_info .note {
  margin-top: 10px;
}
@media (max-width: 991px) {
body .login_info .note {
  /* width: 75%; */
}
}
@media (max-width: 767px) {
body .login_info {
  padding:0;
  /* margin-bottom:10px; */
}
body.in .login_info {
  padding:0;
  margin-bottom:10px;
}
body .login_info .note {
  width: 100%;
  margin: 5px 0;
}
body .newsbox {
  padding: 40px 0 60px 0;
}
}
/*精彩影音*/
body .videobox {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  /* background-image: url(../images/index/bg02.png); */
  width: 100%;
  padding: 80px 0;
  background-color: #ffd9a2;
}
body .videobox::before {
  content:"";
  background-image: url(../images/index/videobg.png);
  width:100%;
  position:absolute;
  height:44px;
  top:0;
}
body .videobox::after {
  content:"";
  background-image: url(../images/index/videobg.png);
  width:100%;
  position:absolute;
  height:46px;
  bottom:0;
}
body .videobox .text {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 20px;
}
body .videobox .text .title {
  font-size: 250%;
  color: #ea5514;
  display: inline-block;
}
body .videobox .text .txt {
  font-size: 110%;
  /* position: absolute; */
  /* top: 20px; */
  /* left: 210px; */
}
body .videobox .text .btn {
  display: block;
  position: absolute;
  top: 7px;
  left: 200px;
}
body .videobox .text .btn a {
  background-color: #ea5514;
  padding: 5px 35px 5px 15px;
  border-radius: 10px;
  color: #FFF;
  display: inline-block;
}
body .videobox .text .btn p {
  margin: 0;
  position: relative;
}
body .videobox .text .btn p::after {
  position: absolute;
  background-image: url(../images/index/arrow01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  content: "";
  width: 13px;
  height: 15px;
  top: 5px;
  right: -20px;
}
body .videobox .text .btn a:hover {
  text-decoration: none;
  background-color: #01a5ae;
}
body .videobox .list_video {
  position:relative;
}
body .videobox .list_video img {
  width:100%;
}
body .videobox .list_video ul {
  position:relative;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
body .videobox .list_video li {
  padding:15px;
  width: 50%;
}
body .videobox .list_video li a {
  display:block;
  position:relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px #666;
}
body .videobox .list_video li  a:hover {
  text-decoration: none;
}
body .videobox .list_video li  a:focus {
  outline-offset: inherit;
}
body .videobox .list_video li p {
  margin: 0;
  padding: 15px;
  background: #ea5514;
  color: #FFF;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body .videobox .list_video li .pic {
  position:relative;
}
body .videobox .list_video li .pic .play {
  background-color: #000;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/icon_play.png);
  background-position: center;
  background-repeat: no-repeat;
  transition: all 200ms ease-out;
  opacity: 0;
  position:absolute;
  z-index:1;
}
body .videobox .list_video li  a:hover .pic .play {
    opacity: 0.5;
}
/*20220804*/
body .videobox .btn_v {
  display: block;
  position: relative;
  margin-top:10px;
}
body .videobox .btn_v a {
  background-color: #ea5514;
  padding:10px;
  border-radius: 10px;
  color: #FFF;
  display: block;
  text-align: center;
}
body .videobox .btn_v p {
  margin: 0;
  position: relative;
  display:inline;
}
body .videobox .btn_v p::after {
  position: absolute;
  background-image: url(../images/index/arrow01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  content: "";
  width: 13px;
  height: 15px;
  top: 5px;
  right: -20px;
}
body .videobox .btn_v a:hover {
  text-decoration: none;
  background-color: #01a5ae;
}
@media (min-width: 576px) {
body .videobox .btn_v {
  display: none;
}
}

.season-event {
    background: url(../images/index/house360.png) repeat-x center bottom;
    min-height: 200px;
    float: left;
    width: 100%;
    animation: slide2 100s linear infinite;
    bottom: 0;
    position: absolute;
}
@keyframes slide2 {
 from {
 background-position: 0 bottom;
}
 to {
 background-position: -3600px bottom;
}
}
/*20240815多語系*/
.lg-list {
  padding:20px;
}
.lg-list > div {
  padding:5px;
  text-align:center;
}
.lg-list a {
  width:100%;
  display:block;
  background-color:#00a9e4;
  padding:10px;
  border-radius:5px;
  color:#FFF;
  text-decoration:none;
}
.lg-list a:hover {
  background-color:#2175c3;
}