<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("initial.css");


/*****************************************************************************/
/* 常駐在線客服                                        */                        */
/*****************************************************************************/

/* ===== 常駐型在線客服 kefuSystem ===== */
.kefuSystem {
  position: fixed;
  right: 0;
  bottom: 0px;
  z-index: 600;
  width: auto;
  height: auto;
}
.kefu-title {
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 600;
  display: none;
}
.kefu-content {
  position: relative;
  z-index: 600;
}
.kefu-content ul li {
  background: #ED9027;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  width: 240px;
  height: 30px;
  text-align: center;
  line-height: 1.8rem;
  padding: 5px;
  cursor: pointer;
}
.showImgclose {
  background: #ED9027;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  width: 242px;
  height: 30px;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  position: fixed;
  bottom: 340px;
  z-index: 1000;
  right: 0px;
  display: none;
}
.showImgclose span {
  font-size: 1em;
  display: block;
  float: right;
}
.kefu-content ul li .hideDiv {
  position: fixed;
  right: 0px;
  bottom: 0;
  z-index: 600;
  background: #fff;
  height: 340px;
  width: auto;
  min-width: 240px;
  display: none;
  border: 1px #ED9027 solid;
  border-top: none;
}
.ewmClass {
  padding: 10px;
  overflow: hidden;
}
.messageClass {
  padding: 5px;
  height: auto;
  overflow: hidden;
}
.messageClass .messageClassArea {
  background: #fff;
  padding: 5px;
  width: 230px;
}
.mClassTitle {
  color: #666666;
  font-size: 1.2rem;
  width: 100%;
  text-align: left;
  line-height: 18px;
  margin-bottom: 10px;
}
.kf-margin {
  margin-bottom: 7px;
  overflow: hidden;
}
.kf-margin input {
  border: 1px solid #ddd;
  height: 36px;
  line-height: 36px;
  padding: 2px;
  font-size: 14px;
  color: #666;
  width: 204px;
}
.kf-margin textarea {
  border: 1px solid #ddd;
  height: 66px;
  line-height: 22px;
  padding: 2px;
  font-size: 14px;
  color: #666;
  width: 204px;
}
.submitBut .kf-margin p {
  height: 30px;
  line-height: 30px;
  width: 100%;
  background: #00c795;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.kf-margin span {
  color: #666;
  text-align: left;
  display: block;
}
/* ===== END常駐型在線客服 kefuSystem ===== */


/*****************************************************************************/							     */
/* 計時器+最後更新模組							     */
/*****************************************************************************/

/* ========== 計時器 counter_layout ==========*/
.center_layout.counter_layout{
	background: rgba(69, 153, 218, 0.94);
	padding: 1.5rem 0;
}
.counter_layout .counter_title/*TOP*/{
	display: none;
}
.counter_layout .counter_content/*middle*/{}
/*內容*/
.counter_layout .counter_layout_div{
	overflow: hidden;
}
.counter_layout .counter_layout_div div{
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 1.23rem;
	text-align: center;
}
.counter_now/*目前站上人數*/{
		width: 26%;
}
.counter_day/*今日瀏覽人次*/{
		width: 26%;
}
.counter_year/*今年瀏覽人次*/{
		width: 26%;
}
.counter_total/*總瀏覽*/{
		width: 22%;
}

.counter_layout .counter_layout_div div img:first-child{
	margin-left: 2px;
}

.counter_layout .center_layout_bottom/*bottom*/{
	display: none;
}

 /* ========== END計時器 counter_layout ==========*/

 /* ========== 最後更新時間 updatetime_layout_1 ==========*/

.center_layout.updatetime_layout_1{}
.center_layout.updatetime_layout_1 .center_layout_title{}
.center_layout.updatetime_layout_1 .center_layout_title .title_h2{}


.center_layout.updatetime_layout_1 .center_layout_content{}

 /* ========== END最後更新時間 updatetime_layout_1 ==========*/

</pre></body></html>