@charset "UTF-8";
/*全站共用*/
/**/
body {
  font-family: Helvetica,"微軟正黑體",Arial, sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7); }

ul {
  font-size: 16px; }

ul li {
  list-style: none; }

a:hover {
  text-decoration: none;
  /**/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.h2_titile {
  padding: 20px 0;
  text-align: center;
  height: 125px; }
  .h2_titile h2 {
    font-size: 47px;
    font-weight: bold; }
  .h2_titile span {
    position: relative;
    height: 3px;
    width: 70px;
    overflow: hidden;
    background: #ef5350;
    margin: 0 auto 10px auto; }
    .h2_titile span.animated {
      display: block; }

.pan_btn_box {
  text-align: center;
  font-size: 22px;
  line-height: 50px;
  margin: 30px 0;
  }

.pan_btn {
  color: #FFF;
  background: #ef5350;
  border-radius: 50px;
  text-align: center;
  padding: 15px 60px;
  position: relative;
  top: 0;
  font-weight: bold;
  }
  .pan_btn:hover {
    color: #fff;
    text-decoration: none;
    top: 3px;
    opacity: 0.8; }

.topbn_btn {
  color: #FFF;
  background: #8C1C36;
  border-radius: 50px;
  text-align: center;
  padding: 15px 60px;
  position: relative;
  top: 0;
  font-weight: bold;
  width: 100%;
  border: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
   /*&[disabled=""]:hover{
		color: #fff;
		text-decoration: none;
		//background: $color_A;
		top: 3px;
		opacity: 0.8;
		cursor: pointer;
	}*/ }
  .topbn_btn[disabled="none"] {
    background: #b7b7b7;
    color: #616161;
    cursor: default; }

/*Index*/
.head_menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 0px 9px #b9b9b9;
  /*陰影*/
  -webkit-box-shadow: 1px 0px 9px #b9b9b9;
  -moz-box-shadow: 1px 0px 9px #b9b9b9;
  font-size: 18px; }

.mu_lg_btn {
  background: rgba(0, 0, 0, 0);
  border: solid 1px #b9b9b9;
  margin-left: 10px; }
  .mu_lg_btn img {
    margin-right: 5px;
    position: relative;
    top: -2px; }
  .mu_lg_btn i {
    margin-left: 5px; }

/*zoneA*/
.zoneA {
  text-align: center;
  padding: 166px 0 90px 0; }
  .zoneA h2 {
    font-size: 50px;
    margin-bottom: 20px; }

.zA_ptbox {
  position: relative;
  margin: 20px auto; }

.zA_pt00 {
  text-align: center;
  max-width: 815px;
  margin: 0 auto; }
  .zA_pt00 img {
    position: relative;
    left: -60px; }

.zA_pt00
.zA_pt01 {
  position: absolute; }

.zA_pt02 {
  position: absolute;
  top: 233px;
  left: -150px; }

.zA_pt03 {
  position: absolute;
  top: 245px;
  right: -55px; }

.zA_font {
  font-size: 25px;
  margin: 30px auto;
  max-width: 710px;
  padding: 0 10px; }

.zA_mone a {
  font-size: 25px;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  top: 0px; }
  .zA_mone a:hover {
    position: relative;
    top: 3px;
    color: #ef5350; }
.zA_mone i {
  display: block; }

/*zoneB*/
.zoneB {
  padding: 125px 0;
  	/*background: url('../images/zoneG_bg02.jpg') center center;
  	background-size: cover;
      background-attachment: fixed;*/ }

.zB_nbox {
  text-align: center;
  margin: 40px 0 100px 0; }
  .zB_nbox div {
    font-size: 80px;
    font-family: Arial;
    font-weight: bold; }
  .zB_nbox p {
    font-size: 30px; }

.zB_icbox {
  padding: 0;
  margin: 0 auto;
  max-width: 1140px;
  text-align: center;
  position: relative; }
  .zB_icbox li {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    margin: 0 20px;
    width: 240px;
    vertical-align: top; }
  .zB_icbox div {
    margin: 10px 0; }
  .zB_icbox h3 {
    font-size: 20px;
    margin: 30px 0 10px 0; }
  .zB_icbox p {
    font-size: 18px; }

.zv_ic_01 {
  position: absolute;
  top: -250px;
  left: 10px; }

.zv_ic_04 {
  position: absolute;
  top: -250px; }


/*zoneC*/
.zoneC {
  background: url("../images/zoneC_bg01.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding: 100px 0; }

.zC_fscen {
  font-size: 22px;
  margin: 40px auto;
  max-width: 1000px; }

.zC_list {
  padding: 0;
  margin: 100px 0 120px 0; }
  .zC_list li {
    display: inline-block;
    background: #fff;
    border: solid 1px #bfbfbf;
    /**/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /**/
    box-shadow: 0px 0px 5px #9a9a9a;
    -webkit-box-shadow: 0px 0px 5px #9a9a9a;
    -moz-box-shadow: 0px 0px 5px #9a9a9a;
    margin: 10px 20px; }
    .zC_list li p {
      font-size: 18px;
      font-weight: bold;
      margin: 50px 0 10px 0; }
    .zC_list li span {
      position: relative;
      height: 3px;
      width: 50px;
      overflow: hidden;
      background: #ef5350;
      margin: 0 auto 10px auto;
      display: block; }
    .zC_list li a {
      padding: 50px 15px;
      display: block; }

/*zoneD*/
.zoneD {
  position: relative;
  height: 950px; }

.zD_img {
  max-width: 990px;
  position: absolute; }

.zD_h2title {
  padding: 20px 0;
  width: 190px;
  margin-bottom: 70px; }
  .zD_h2title h2 {
    font-size: 47px;
    font-weight: bold; }
  .zD_h2title span {
    position: relative;
    height: 3px;
    width: 70px;
    overflow: hidden;
    background: #ef5350;
    margin: 0 auto 10px auto;
    display: block; }

.zD_right_box {
  max-width: 700px;
  position: relative;
  padding: 200px 0;
  margin: 0 0 0 1010px;
  line-height: 200px; }
  .zD_right_box h3 {
    font-size: 48px;
    font-weight: bold; }
  .zD_right_box p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 25px; }

.zD_btn {
  font-size: 18px;
  margin-top: 40px;
  display:flex;
  width:100%;
  
  }
  .zD_btn a {
    margin-right: 10px;
    line-height: 25px;}

@media (min-width: 768px) {
		
	
  .zD_potn {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 40px;
    right: 40%; }
    .zD_potn li {
      display: inline-block;
      width: 15px;
      height: 15px;
      /**/
      -webkit-border-radius: 99em;
      -moz-border-radius: 99em;
      border-radius: 99em;
      /**/
      background-color: #707070;
      margin: 0 3px;
      cursor: pointer; }
      .zD_potn li:hover {
        opacity: 0.8; }

  .zD_potn > a > .zD_potn_active {
    width: 18px;
    height: 18px;
    /**/
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    /**/
    background-color: #ef5350; } }
/*zD背景區域
.zD_right_box,.zD_img img{display: none;}
.zoneBg1,.zoneBg2,.zoneBg3,.zoneBg4{
	background-size: cover;
	background-attachment: fixed;
}
.zoneBg1{background-image: url('../view/images/bg1.jpg');}
.zoneBg2{background-image: url('../view/images/bg2.jpg');}
.zoneBg3{background-image: url('../view/images/bg3.jpg');}
.zoneBg4{background-image: url('../view/images/bg4.jpg');}
*/
/*zoneE*/
.zoneE {
  background-color: #f7f7f7;
  padding: 50px 0 40px 0; }

.zE_img_box {
  display: flex;
  justify-content: space-around;
  margin-top: 25px; }

/**/
.zE_img_left {
  position: relative;
  display: inline-block;
  width: 49%; }
  .zE_img_left a {
    position: absolute;
    bottom: 26px;
    color: #fff;
    padding: 0px 40px;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .zE_img_left a:hover {
      bottom: 30px; }
    .zE_img_left a div {
      display: inline-block;
      max-width: 500px; }
    .zE_img_left a h3 {
      font-size: 2.5vw;
      font-weight: bold; }
    .zE_img_left a p {
      font-size: 20px; }

/**/
.zE_img_right {
  position: relative;
  display: inline-block;
  width: 49%; }
  .zE_img_right a {
    position: absolute;
    bottom: 26px;
    color: #fff;
    padding: 0px 40px;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .zE_img_right a:hover {
      bottom: 30px; }
    .zE_img_right a div {
      display: inline-block;
      max-width: 500px; }
    .zE_img_right a h3 {
      font-size: 2.5vw;
      font-weight: bold; }
    .zE_img_right a p {
      font-size: 20px; }

.zE_arbtn {
  position: relative;
  bottom: -40px; }

/*zoneF*/
.zoneF {
  padding: 250px 0; }

.zf_colorA {
  color: #ef5350; }

.zF_ffbig {
  font-size: 7vw;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  text-align: center; }

.zF_lsbox {
  padding: 0;
  margin: 80px auto 0 auto;
  max-width: 1255px;
  width: 100%;
  text-align: center; }
  .zF_lsbox li {
    display: inline-block;
    text-align: center;
    margin: 10px 30px;
    border: solid 1px #b5b5b5; }
    .zF_lsbox li div {
      margin: 40px 0; }
    .zF_lsbox li h4 {
      font-size: 24px;
      font-weight: bold;
      margin: 15px 0; }
    .zF_lsbox li p {
      font-size: 18px; }

/*zoneG 填寫表單*/
.zoneG {
  background: url("../images/zoneG_bg02.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 22px 20px; }

.zG_by {
  text-align: center;
  /*下拉選單樣式*/
  /*IE隱藏箭頭樣式*/ }
  .zG_by ul {
    margin: 0;
    padding: 0; }
    .zG_by ul li {
      max-width: 500px;
      margin: 0 auto; }
  .zG_by select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/icon_down_solid.png") no-repeat right #fff;
    background-position: 97% 18px;
    cursor: pointer; }
  .zG_by select::-ms-expand {
    display: none; }

.zG_by input, .zG_by select {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border: none;
  margin: 10px 0; }

/*聯絡我們彈出視窗*/
.modal_open {
  text-align: center;
  padding: 50px;
  font-size: 26px;
  line-height: 45px;
  font-weight: bold; }
  .modal_open span {
    display: block;
    margin: 10px; }
  .modal_open a {
    color: #fff;
    background: #ef5350;
    border-radius: 30px;
    display: block;
    width: 100px;
    margin: 20px auto 10px auto;
    padding: 5px;
    position: relative;
    font-size: 20px;
    line-height: 30px; }
    .modal_open a:hover {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      color: #fff;
      opacity: 0.8; }

/*修改套件參數*/
.navbar-brand:hover {
  opacity: 0.7; }

.navbar {
  max-width: 1200px;
  margin: 0 auto; }

.navbar-nav {
  font-size: 18px;
  position: absolute;
  right: 10px; }

.nav-link {
  margin: 0 5px;
  padding: 5px 0;
  position: relative;
  top: 3px; }

.nav-link:hover, .nav-item.active, .nav-item.active:hover {
  border-bottom: 2px solid #ef5350; }

.btn {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5); }

.dropdown-item {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  text-align: center; }

.dropdown-item img {
  margin-right: 5px; }

.table td, .table th {
  vertical-align: middle; }

.table thead th {
  vertical-align: middle; }

/*footer*/
footer {
  background: #323c47;
  color: #fff; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #fff;
      opacity: 0.5; }

.fot_ul {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0; }
  .fot_ul li {
    display: inline-block;
    vertical-align: top; }
    .fot_ul li > ul {
      margin: 0;
      padding: 0; }
      .fot_ul li > ul > li {
        display: block;
        margin: 10px 0; }
        .fot_ul li > ul > li > span {
          display: inline-block;
          margin-right: 10px; }

.fot_bomt {
  background: #2e3741;
  width: 100%;
  padding: 20px 10px;
  border-top: solid 1px #858484; }
  .fot_bomt div {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    padding-left: 60px;
    color: #8e96a2; }

/* 內頁樣式 */
.pg_titile {
  padding: 20px 0;
  text-align: center; }
  .pg_titile h2 {
    font-size: 47px;
    font-weight: bold; }
  .pg_titile h3 {
    font-size: 47px;
    font-weight: bold; }
  .pg_titile h4 {
    font-size: 48px;
    font-weight: bold; }
  .pg_titile span {
    position: relative;
    height: 3px;
    width: 70px;
    overflow: hidden;
    background: #ef5350;
    margin: 0 auto 10px auto;
    display: block; }
  .pg_titile h2 a {
    font-size: 47px;
    font-weight: bold; }

.pgous_box {
  padding-top: 25px;
  padding-bottom: 25px; }

.pg_alit_cen {
  display: flex;
  align-items: center;
  justify-content: center; }

.pg_box img {
  max-width: 570px;
  width: 100%;
  text-align: center; }

.pg_p_font {
  font-size: 18px;
  line-height: 30px; }

.pg_ul_box li {
  list-style: disc;
  font-size: 18px;
  line-height: 30px; }

.page_ap_top {
  background: url("../images/page_ap_bg.jpg"); }

.page_gp_top {
  background: url("../images/page_gp_bg.jpg");
  background-size: cover; 
}

.page_fp_top {
  background: url("../images/page_fp_bg.jpg"); }

.page_sp_top {
  background: url("../images/page_sp_bg.jpg") center center;
  height: 559px; }

.page_em_top {
  background: url("../images/page_embed_bg.jpg") center center;
  background-size: cover; }


.page_afterp_top {
  background: url("../images/page_af_bg.jpg") center center;
  max-height: 538.83px;
  background-size: cover; 
}

.page_einvoice_top {
  background: url("../images/page_einvoice_bg.png") center center;
  background-size: cover;


}
.ap_itt_box {
  text-align: center;
  padding: 30px 0 120px 0; }
  .ap_itt_box ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .ap_itt_box ul li {
      display: inline-block;
      max-width: 300px;
      vertical-align: top;
      margin: 0 10px; }
      .ap_itt_box ul li h4 {
        font-size: 18px;
        margin: 15px 0;
        line-height: 30px; }

.apgo_itm_box {
  text-align: center;
  padding: 30px 0 120px 0; }
  .apgo_itm_box ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .apgo_itm_box ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 10px; }
      .apgo_itm_box ul li p {
        font-size: 18px;
        margin: 20px 0 30px 0; }

.pg_th_box {
  padding: 70px 0 25px 0; 
}

.ed_pay_btn {
  position: relative;
  top: 0; }
  .ed_pay_btn:hover {
    top: 3px;
    opacity: 0.8;
    /**/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .ed_pay_btn img {
    margin: 0 10px 0px 0;
    border: solid 1px #d6d6d6;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    width: 110px;
    height: 45px; }

.ap_apy_btn {
  position: relative;
  top: 0; }
  .ap_apy_btn:hover {
    top: 3px;
    opacity: 0.8;
    /**/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .ap_apy_btn img {
    margin: 0 10px 0px 0; }

.img_mobile_on {
  display: none; }

.img_web_on {
  display: block; }

.pa_numeral {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  color: #fff;
  background: #ef5350;
  display: inline-block;
  line-height: 25px;
  margin: 0 5px;
  /**/ }

.f7bg_box {
  background: #f7f7f7;
  padding: 50px 0; }

.mgtb60 {
  margin-top: 60px;
  margin-bottom: 60px; }
  
  .circle {
			width: 15px;
			height: 15px;
			border-radius: 100%;
			margin-top: 5px;
			margin: 0 auto;
		}

		.second_title {
			text-align: start;
			margin: 20px auto;
			font-size: 18px;
			line-height:30px;
		}

		.third {
		
			text-align: start;
			font-size: 16px;

		}

		.bank-table {
			display: flex;
		}

		.bank tr td:nth-child(1) {
			width: 46%;
		}

		.bank tr td:nth-child(2) {
			width: 27%;
		}

		.bank tr td:nth-child(3) {
			width: 27%;
		}

/*合作夥伴*/
.page_topbg01 {
  background: url("../images/page_bank_bg.jpg") center center; }

/*深色*/
.page_topbg02 {
  background: url("../images/page_bank_bg02.jpg") center center; }

/*淺色*/
.page_btop {
  width: 100%;
  min-height: 180px; }
  .page_btop h1 {
    color: #ef5350;
    font-weight: bold; }
  .page_btop p {
    font-size: 16px;
    line-height: 30px; }

.page_btop_img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }

.partner_box {
  padding-top: 35px;
  padding-bottom: 35px; }

.partner_list {
  padding: 0;
  margin: 0;
  text-align: center; }
  .partner_list li {
    display: inline-block;
    border: solid 1px rgba(0, 0, 0, 0.4);
    margin: 10px 5px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

/*signing*/
.sig_ftlh {
  line-height: 32px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px; }

.sig_ftlh_left {
  line-height: 32px;
  font-size: 18px;
  text-align: left;
  margin-bottom: 40px; }
  .sig_ftlh_left p {
    line-height: 32px;
    font-size: 18px;
    text-align: left;
    margin-bottom: 40px; }

.sig_fflis {
  font-size: 20px;
  line-height: 32px;
  margin: 0 auto;
  max-width: 440px; }

.si_tag {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: #279ef1;
  color: #fff;
  padding: 15px;
  position: relative;}
  .si_tag a {
    color: #fff900;
    font-weight: bold;
    text-decoration: underline; }
  .si_tag a:hover {
    opacity: 0.8; }
.si_tag div {
    position: absolute;
    right: 20px;
    top: 13px;
    cursor: pointer; }

.sig_gdbox {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  max-width: 600px;
  margin: 0 auto; }
  .sig_gdbox li {
    margin: 30px 0; }
    .sig_gdbox li span {
      position: absolute;
      left: 0; }

/*自訂義項目記數*/
.sig_howbox {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
  counter-reset: li;
  text-align: center;
  padding: 0; }
  .sig_howbox li {
    margin: 30px;
    list-style: none;
    display: inline-block;
    width: 240px;
    vertical-align: top;
    /*::before {
    	content: counter(li); 
    	color: $color_C;
      	display: inline-block; 
      	width: 1em;
      	margin-left: -1em;
      	position: relative;
      	font-size: 28px;
        top: 4px;
    }*/ }
    .sig_howbox li span {
      display: block;
      color: #fff;
      background: #279ef1;
      width: 100px;
      margin: 20px auto;
      line-height: 40px;
      -webkit-border-radius: 99em;
      -moz-border-radius: 99em;
      border-radius: 99em; }

/*自訂義項目記數*/
.sig_stitle {
  font-size: 18px;
  color: #8e8e8e;
  text-align: center;
  line-height: 32px; }

.sig_miby_list {
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold; }
  .sig_miby_list li {
    display: inline-block;
    text-align: center;
    margin: 10px; }
    .sig_miby_list li span {
      color: #ef5350;
      font-size: 30px;
      margin: 0 5px 0 20px;
      line-height: 0px;
      position: relative;
      top: 4px; }

.sig_img820 {
  max-width: 820px;
  width: 100%;
  margin: 30px auto; }
  .sig_img820 img {
    width: 100%; }

.sig_moy {
  text-align: center;
  margin: 20px 0 30px 0;
  font-size: 18px; }
  .sig_moy span {
    display: inline-block;
    margin-right: 10px; }
  .sig_moy div {
    display: inline-block;
    font-size: 40px;
    color: #ef5350;
    font-weight: bold; }

.moy_btn {
  text-align: center;
  line-height: 50px; }
  .moy_btn a {
    color: #FFF;
    background: #ef5350;
    border-radius: 50px;
    text-align: center;
    padding: 15px 60px;
    position: relative;
    top: 0;
    font-weight: bold; }
    .moy_btn a:hover {
      color: #FFF;
      text-decoration: none;
      background: #ef5350;
      top: 3px;
      opacity: 0.8; }

.sig_bycenter {
  max-width: 1280px;
  margin: 0 auto; }
  .sig_bycenter .sby_center {
    border: solid 1px #d8d8d8;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 18px; }
    .sig_bycenter .sby_center h3 {
      height: 55px;
      color: #ef5350;
      font-weight: bold;
      font-size: 24px;
      text-align: center; }
    .sig_bycenter .sby_center div a {
      color: #FFF;
      background: #ef5350;
      border-radius: 50px;
      text-align: center;
      padding: 10px 30px;
      position: relative;
      top: 0;
      font-weight: bold;
      display: block;
      width: 110px;
      margin: 0 auto 10px auto; }
      .sig_bycenter .sby_center div a:hover {
        color: #FFF;
        text-decoration: none;
        background: #ef5350;
        top: 3px;
        opacity: 0.8; }

.sig_cen02 {
  border-left: 1px #c3c3c3 dashed;
  border-right: 1px #c3c3c3 dashed; }

.sig_sslist {
  padding: 0;
  margin: 0;
  text-align: left; }
  .sig_sslist li {
    display: block;
    border: none;
    width: 100%;
    padding: 0 0 0 20px;
    position: relative;
    margin: 8px 0; }
    .sig_sslist li span {
      color: #ef5350;
      font-size: 30px;
      line-height: 0px;
      position: absolute;
      top: 11px;
      left: 1px; }

.sig_byssmon {
  display: inline-block;
  font-size: 34px;
  color: #ef5350;
  font-weight: bold;
  text-align: center;
  width: 100%;
  /*margin: 30px 0;*/ }
  .sig_byssmon i {
    font-size: 16px;
    font-weight: 500;
    color: #4c4c4c;
    margin: 0 5px; }

.sig_bybox {
  padding: 0;
  /*letter-spacing: -5px;*/
  margin: 15px auto 100px auto;
  text-align: center;
  max-width: 1340px; }
  .sig_bybox li {
    /*letter-spacing: normal;*/
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
    border: solid 1px #d8d8d8;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 15px 5px; }
  .sig_bybox h3 {
    height: 55px;
    color: #ef5350;
    font-weight: bold;
    font-size: 24px;
    text-align: left; }
  .sig_bybox p {
    height: 200px;
    font-size: 16px;
    margin: 1rem 0;
    line-height: 30px;
    text-align: left; }
  .sig_bybox div a {
    color: #FFF;
    background: #ef5350;
    border-radius: 50px;
    text-align: center;
    padding: 10px 30px;
    position: relative;
    top: 0;
    font-weight: bold;
    display: block;
    width: 110px;
    margin: 0 auto 10px auto; }
    .sig_bybox div a:hover {
      color: #FFF;
      text-decoration: none;
      background: #ef5350;
      top: 3px;
      opacity: 0.8; }

.sig_byssle {
  padding: 0;
  margin: 0;
  border-top: 1px #c3c3c3 dashed;
  border-bottom: 1px #c3c3c3 dashed;
  text-align: left; }
  .sig_byssle li {
    display: block;
    border: none;
    width: 100%;
    padding: 0 0 0 20px;
    position: relative;
    margin: 8px 0; }
    .sig_byssle li span {
      color: #ef5350;
      font-size: 30px;
      line-height: 0px;
      position: absolute;
      top: 11px;
      left: 1px; }

.sig_bymoney {
  display: inline-block;
  font-size: 34px;
  color: #ef5350;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 30px 0; }
  .sig_bymoney i {
    font-size: 16px;
    font-weight: 500;
    color: #4c4c4c;
    margin: 0 5px; }

/*給瀏覽器介紹用的*/
.ssl_sBrowser ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 18px; }
  .ssl_sBrowser ul li {
    display: inline-block;
    cursor: pointer;
    margin: 0 20px;
    line-height: 40px;
    /*padding: 0 40px;*/
    font-weight: bold;
    color: #ef5350;
    position: relative; }
    .ssl_sBrowser ul li:hover {
      opacity: 0.5;
      /**/
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .ssl_sBrowser ul li i {
      position: absolute;
      bottom: -25px;
      left: 18px;
      font-size: 25px;
      color: rgba(0, 0, 0, 0.7); }

.ssl_cenbws {
  position: relative;
  height: 260px; }
  .ssl_cenbws div {
    display: none;
    position: absolute;
    padding: 30px; }

.ssl_webview {
  display: block;
  max-width: 950px;
  margin: 0 auto; }
  .ssl_webview img {
    width: 100%; }

.ssl_mobileview {
  display: none; }
  .ssl_mobileview img {
    width: 100%; }

/*sll*/
.sll_btn_box {
  width: 100%;
  height: 200px;
  border: solid 1px #000;
  background: #000;
  color: #fff; }

.ssl_small ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 18px; }
  .ssl_small ul li {
    display: inline-block;
    cursor: pointer;
    margin: 0 0px;
    line-height: 40px;
    padding: 0 30px;
    font-weight: bold;
    color: #ef5350;
    position: relative; }
    .ssl_small ul li:hover {
      background: #ef5350;
      color: #fff;
      border-radius: 10px; }
    .ssl_small ul li span {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 15px 0 15px;
      border-color: #ef5350 transparent transparent transparent;
      top: 40px;
      left: 90px; }

#cenbox01 {
  display: block; }

.ssl_cenbox {
  position: relative;
  width: 100%;
  height: 380px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 30px;
  align-items: center;
  display: flex; }
  .ssl_cenbox div {
    display: none;
    position: absolute;
    padding: 30px; }
    .ssl_cenbox div p {
      font-size: 18px;
      font-weight: bold;
      line-height: 32px; }
    .ssl_cenbox div span {
      display: block;
      font-size: 16px;
      margin-top: 20px;
      text-align: center; }

.ssl_mbox_whit {
  width: 100%;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  .ssl_mbox_whit p {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px; }
  .ssl_mbox_whit span {
    display: block;
    font-size: 16px;
    margin-top: 20px;
    text-align: center; }

.ssl_mbox_sstit {
  cursor: pointer;
  margin: 30px auto;
  width: 200px;
  text-align: center;
  line-height: 40px;
  padding: 0 30px;
  font-weight: bold;
  color: #fff;
  background: #ef5350;
  border-radius: 10px;
  position: relative; }
  .ssl_mbox_sstit span {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #ef5350 transparent transparent transparent;
    top: 40px;
    left: 85px; }

.pos_ads {
  position: absolute; }

.center {
  text-align: center;
  font-size: 18px; }

.sl_digA {
  margin: 30px 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold; }

.sl_digA_img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }

.sl_digB_img {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px auto;
  text-align: center; }

.sltw_step {
  margin: 0;
  padding: 0; }
  .sltw_step li {
    border: 3px solid #279ef1;
    width: 150px;
    height: 150px;
    display: inline-block;
    vertical-align: top;
    margin: 30px;
    color: #279ef1;
    font-size: 20px;
    font-weight: bold;
    padding-top: 45px;
    /**/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em; }
    .sltw_step li:hover {
      color: #fff;
      background: #279ef1; }

.sl_twca_mos {
  width: 291px;
  height: 246px;
  background: url("../images/twca_mos_on.png");
  margin: 0 auto;
  cursor: pointer; }

.sl_twca_mos:hover {
  opacity: 0.8;
  /*background: url('../images/twca_mos_on.png');*/ }

.modal-content {
  padding: 10px; }

button.twca_coles {
  position: absolute;
  right: -5px;
  background: #fff;
  opacity: 1;
  font-size: 40px;
  top: -10px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  box-shadow: 1px 1px 5px 2px #0000004f; }
  button.twca_coles span {
    position: relative;
    top: -3px; }

/**/
.table_bssbtn {
  color: #fff;
  background: #ef5350;
  border-radius: 30px;
  display: block;
  width: 100px;
  margin: 10px auto;
  padding: 5px;
  position: relative;
  /**/
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .table_bssbtn:hover {
    color: #fff;
    opacity: 0.8; }

/*.table_lhei{line-height: 50px;}*/
/**/
.sll_bigbtn a {
  width: auto;
  height: 200px;
  display: block;
  text-align: center;
  line-height: 190px;
  border: solid 1px #ef5350;
  margin: 20px auto;
  color: #ef5350;
  font-size: 30px;
  font-weight: bold; }
  .sll_bigbtn a:hover {
    background: #ef5350;
    color: #fff; }

.emv3ds_icon {
  padding: 0;
  margin: 40px 0; }
  .emv3ds_icon li {
    width: 300px;
    max-height: 300px;
    display: inline-block;
    vertical-align: top;
    padding: 25px 20px; }
    .emv3ds_icon li div {
      max-width: 150px;
      margin: 0 auto; }
    .emv3ds_icon li p {
      margin: 30px 0;
      font-size: 20px;
      font-weight: bold; }

.emv3ds_z5list {
  padding: 0;
  margin: 40px 0; }
  .emv3ds_z5list li {
    width: 280px;
    margin: 20px auto; }
    .emv3ds_z5list li span {
      display: inline-block;
      width: 75px;
      height: 75px;
      background: #279ef1;
      vertical-align: middle;
      margin-right: 10px;
      -webkit-border-radius: 99em;
      -moz-border-radius: 99em;
      border-radius: 99em; }
      .emv3ds_z5list li span i {
        height: 75px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 35px; }
    .emv3ds_z5list li div {
      display: inline-block;
      vertical-align: middle; }
      .emv3ds_z5list li div h4 {
        font-weight: bold; }
      .emv3ds_z5list li div p {
        margin: 0;
        font-size: 16px; }
        .emv3ds_z5list li div p b {
          color: #279ef1;
          font-size: 20px; }

.emv3ds_logo {
  margin: 0;
  padding: 0;
  text-align: center; }
  .emv3ds_logo li {
    display: inline-block;
    max-width: 180px;
    margin: 20px 0; }

.emv3ds_fontbox4 h4 {
  font-size: 22px;
  font-weight: bold; }
.emv3ds_fontbox4 p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px; }
.emv3ds_fontbox4 ul {
  padding-left: 150px;
  margin: 0;
  position: relative; }
  .emv3ds_fontbox4 ul li {
    margin: 20px 0;
    line-height: 30px; }
    .emv3ds_fontbox4 ul li span {
      position: absolute;
      left: 0;
      font-weight: bold; }

/*技術支援*/
.sup_box p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px; }

.sup_list {
  padding: 0;
  margin: 0; 
  width:40vw;
  margin:0 auto;
  height:10vw;}
  
 
  .sup_list li {
    display: inline-grid;
    margin: 10px 10px;
    background: #ef5350;
    position: relative;
    top: 0;
    
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .sup_list li >a {
      color: #fff;
      padding: 10px 30px;
      width: 180px;
      display: block;
	  
	  }
    .sup_list li:hover .language {
		display:flex;
		color: #fff;
		
	}
	.sup_list li:hover {
		border-radius: 5px;
		
	}
	.language{
		display:none;
		text-align:center;
		padding:0;
		width:100%;
		
	}
	.language li{
		width:50%;
		margin:0px;
		padding:5px;
		background:#ffffff;
		color:#888888;
		margin:5px;
		cursor: pointer;
		
	}
	.language li :hover{
		color:#111111;
		font-weight:bold;
	}
	 .language li  > a {
		margin:0;
		padding:0;
		color:#888888;
		width:100%;
	 }


/*電商金流用*/
.ecom_list {
  padding: 0;
  text-align: center; }
  .ecom_list li {
    margin: 30px 15px;
    max-width: 330px;
    display: inline-block; }
    .ecom_list li span {
      width: 50px;
      vertical-align: top;
      text-align: center;
      display: inline-block;
      margin: 10px 5px; }
      .ecom_list li span i {
        font-size: 40px;
        color: #ef5350; }
    .ecom_list li div {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      max-width: 264px; }
      .ecom_list li div h4 {
        font-size: 22px;
        font-weight: bold; }
      .ecom_list li div p {
        font-size: 16px; }

.ecom_rsls {
  padding: 0;
  text-align: center; }
  .ecom_rsls li {
    margin: 25px 20px;
    list-style: disc;
    width: 140px;
    display: inline-block;
    /*
    img{
    	width: 150px;
    	margin-bottom: 20px;
    }
    */ }
    .ecom_rsls li h5 {
      color: rgba(0, 0, 0, 0.7);
      font-size: 18px; }
    .ecom_rsls li p {
      font-size: 18px; }

.ecom_und {
  border-bottom: solid 2px #fff;
  color: #fff;
  font-weight: bold; }
  .ecom_und:hover {
    color: rgba(255, 255, 255, 0.5);
    border-bottom: solid 2px rgba(255, 255, 255, 0.5); }

/*體驗付款區*/
.em_card_por {
  position: relative;
  width: 320px;
  display: inline-block; }

.em_card_day {
  width: 140px;
  display: inline-block; }

.em_card-icon {
  width: 30px;
  position: absolute;
  top: 45px;
  left: 10px; }

/*定期定額選項*/
.sip_sele {
  width: 49%;
  display: inline-block; }
  
 /*街口支付*/
 .page_jkopay_top {
  background-color: #ddd;
  padding: 25px 15px 25px 15px;
  background-size: cover; 
}
.jko_step_tit{
	background-color: #e60a0f;
	color: white;
	border-radius: 5px;
	padding: 3px;
	margin-right: 3px;
	font-weight: bold;
	font-size:14px;
	
}
.jko_btn{
	margin-right:15px
}
/*電子發票*/
.einvoice_step_tit{
  background-color: #036eb7;
  color: white;
  border-radius: 5px;
  padding: 3px;
  margin-right: 3px;
  font-weight: bold;
  font-size: 14px;
}
/*中租零卡*/
.chailease_step_tit{
	background-color: #ff6779;
	color: white;
	border-radius: 5px;
	padding: 3px;
	margin-right: 3px;
	font-weight: bold;
	font-size:14px;

}
 .page_chailease_top {
  background-color: #ddd;
  padding: 25px 15px 25px 15px;
  background-size: cover; 
}

/*關於我們*/
.about_list_ion {
  padding: 0;
  margin: 30px 0 0 0;
  text-align: center; }
  .about_list_ion li {
    width: 325px;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px; }
    .about_list_ion li img {
      width: 150px;
      display: block;
      margin: 10px auto; }
    .about_list_ion li h5 {
      font-weight: bold;
      margin: 20px 0; }

.about_logo_box {
  text-align: center;
  margin: 80px 0 100px 0; }
  .about_logo_box a {
    display: block;
    margin: 20px; }
  .about_logo_box a:hover {
    opacity: 0.6; }
  .about_logo_box h4 {
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    margin-top: 30px; }
  .about_logo_box h5 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px; }
  .about_logo_box p {
    font-size: 18px;
    line-height: 34px;
    text-align: left; }

.ab_logo01 {
  max-width: 600px;
  margin: 50px auto; }

.ab_logo02 {
  max-width: 350px;
  margin: 50px auto; }

/*內頁標頭*/
.page_title {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 150px; }
  .page_title img {
    max-width: 600px; }

.piv_box ul {
  padding: 0; }
  .piv_box ul li {
    font-size: 18px;
    margin: 30px 20px;
    line-height: 35px; }
    .piv_box ul li h4 {
      font-weight: bold;
      color: #ef5350; }
    .piv_box ul li p {
      font-size: 18px;
      margin-bottom: 10px;
      line-height: 35px; }
    .piv_box ul li ol {
      padding: 0; }
      .piv_box ul li ol li {
        font-size: 18px;
        margin: 10px;
        line-height: 35px; }

/*google*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/*Firefox*/
input[type=number] {
  -moz-appearance: textfield; }

/*RWD*/

@media screen and (max-width: 1440px) {
	.sup_list {
		height:10vw;
		width:100%;
	}
	.zD_btn {
		display:flex;
	}

  .zoneD {
    height: 784px; }

  .zD_img {
    max-width: 880px;
    left: -130px;
    top: 40px; }

  .zD_right_box {
    /*padding: 70px 30px 111px 0;*/
    margin: 0 0 181px 730px; } }
@media screen and (max-width: 1024px) {
	.zD_btn {
		display:flex;
	}
	.sup_list {
		height:10vw;
	
	}
  .zB_icbox li {
    width: 210px; }

  .zv_ic_01 {
    position: relative;
    top: 0px;
    left: 0px; }

  .zv_ic_04 {
    position: relative;
    top: 0px;
    left: 0px; }

  .zC_list li {
    margin: 20px 25px; }

  /**/
  .zD_img {
    max-width: 880px;
    left: -370px; }

  .zD_right_box {
    padding: 70px 30px 104px 0;
    margin: 0 0 181px 470px; }

  .zD_h2title {
    margin-bottom: 40px; }

  /**/
  .zoneBg1:before, .zoneBg2:before, .zoneBg3:before, .zoneBg4:before {
    background-position: -220px 0px;
    background-repeat: no-repeat; }

  /**/
  .ssl_small ul li {
    padding: 0 13px; } }
@media screen and (max-width: 960px) {
	.zD_btn {
		display:block;
	}
	
	.sup_list {
		height:20vw;
		width:100%;
	}
  .navbar-expand-md .navbar-nav {
	  
    position: absolute;
    right: 10px; }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
	font-size:16px;	}

  .dropdown-menu {
    left: -24px; }

  .zA_pt00 img {
    left: 0;
    padding: 0 15px; }

  .zB_icbox li {
    width: 175px; }

  .zv_ic_01 {
    position: relative;
    top: 0px;
    left: 0px; }

  .zv_ic_04 {
    position: relative;
    top: 0px;
    left: 0px; }

  .zC_list li {
    margin: 20px 20px; }

  .zE_img_box {
    display: block; }

  .zE_img_left {
    display: block;
    width: 100%;
    margin-bottom: 20px; }

  .zE_img_right {
    display: block;
    width: 100%; }

  .zE_img_left a h3 {
    font-size: 5vw; }

  .zE_img_right a h3 {
    font-size: 5vw; }

  /**/
  .zD_img {
    max-width: 880px;
    left: -560px; }

  .zD_right_box {
    padding: 70px 30px 104px 0;
    margin: 0 0 181px 270px; }

  .zD_h2title {
    margin-bottom: 10px; }

  .zF_ffbig {
    font-size: 14vw; }

  .pan_btn {
    display: block;
    margin: 10px; }

  .pan_btn_box {
    line-height: 15px; }

  /**/
  .zoneBg1:before, .zoneBg2:before, .zoneBg3:before, .zoneBg4:before {
    background-position: -220px 0px;
    background-repeat: no-repeat; }

  /*內頁*/
  .pg_titile {
    padding: 20px 0 10px 0; }

  .pg_titile h2 a {
    font-size: 34px; }

  .pg_titile h2 {
    font-size: 34px; }

  /**/
  .ssl_webview {
    display: none; }

  .ssl_mobileview {
    display: block;
    max-width: 530px;
    margin: 0 auto;
    padding: 0 10px; } }
@media screen and (max-width: 768px) {
	.bank-table{
    display: block;
  }
  .bank-table .bank:nth-child(2) thead{
    display: none;
  }
	.zD_btn {
		display:block;
		
	}
	.sup_list {
		height:25vw;
		width:100%;
	}

  /**/
  .zoneBg1:before, .zoneBg2:before, .zoneBg3:before, .zoneBg4:before {
    background-position: -370px 0px;
    background-repeat: no-repeat;
    opacity: 0.8; }

  /**/
  .sig_cen02 {
    border-left: none;
    border-right: none;
    border-top: 1px #c3c3c3 dashed;
    border-bottom: 1px #c3c3c3 dashed;
    margin: 20px; } }
@media screen and (max-width: 425px) {
	.sup_list {
		height:80vw;
		width:100%;
	}
	.zD_btn {
		display:block;
	}
	
  .head_menu {
    background: white; }

  .navbar-expand-md .navbar-nav {
    position: relative;
    right: 0; }

  .navbar-nav li {
    text-align: center;
    padding: 5px 0; }

  .h2_titile h2, .pg_titile h3 {
    font-size: 34px; }

  .zoneA {
    padding: 50px 0; }

  .zoneA h2 {
    font-size: 35px;
    margin: 60px 20px; }

  .zA_font {
    font-size: 20px; }

  .zoneB {
    padding: 30px 0; }

  .zB_nbox {
    margin: 0px 0 50px 0;
    padding: 0 20px; }

  .zB_nbox div {
    font-size: 50px; }

  .zB_nbox p {
    font-size: 26px; }

  .zoneC {
    padding: 50px 0; }

  .zC_list {
    margin: 30px 0 60px 0; }

  .zC_fscen {
    padding: 0 20px;
    margin: 0px auto;
    font-size: 18px; }

  .zE_img_left a p {
    font-size: 18px;
    margin-right: 20px; }

  .zE_img_right a p {
    font-size: 18px;
    margin-right: 20px; }

  .fot_ul li {
    margin: 20px 0; }

  .fot_bomt div {
    text-align: center;
    padding: 0; }

  /**/
  .zoneD {
    height: 784px; }

  .zD_img {
    /* max-width: 880px;left: -560px; */
    opacity: 0.2; }

  .zD_right_box {
    padding: 35vw 20px 0 20px;
    margin: 0 0 0px 0px; }

  .zD_h2title {
    margin-bottom: 0px;
    width: 100%;
    text-align: center; }

  .zD_right_box h3, .pg_titile h4 {
    font-size: 32px; }

  .zD_right_box p {
    font-size: 18px; }

  .zoneE {
    padding: 40px 0; }

  .pan_btn {
    display: block;
    margin: 10px; }

  .zoneF {
    padding: 60px 0; }

  .zF_ffbig {
    font-size: 14vw; }

  .zF_lsbox {
    margin: 0px auto 0 auto; }

  .zoneG {
    background-attachment: inherit; }

  /**/
  .zoneBg1:before, .zoneBg2:before, .zoneBg3:before, .zoneBg4:before {
    background-position: -180px 0px;
    background-repeat: no-repeat;
    opacity: 0.2; }

  /*內頁*/
  .row {
    display: block; }

  .img_mobile_on {
    display: block; }

  .img_web_on {
    display: none; }

  /**/
  .ssl_cenbox {
    height: 610px; }

  .sig_bybox p {
    height: auto; }

  .ecom_list li div {
    text-align: center; }

  /**/
  .emv3ds_fontbox4 ul {
    padding-left: 0; }

  .emv3ds_fontbox4 ul li span {
    position: relative;
    display: block; }

  .ecom_rsls {
    margin: 0; }

  .ecom_rsls li {
    margin: 10px 10px; }

  .si_tag a {
    color: #fff900;
    font-weight: bold;
    text-decoration: underline; } }
@media screen and (max-width: 320px) {
	.sup_list {
		height:90vw;
		width:100%;
	}
	.zD_btn {
		display:block;
	}
  .zB_nbox div {
    font-size: 55px; }

  .zB_nbox p {
    font-size: 22px; }

  .zB_icbox li {
    width: 160px; } }

/*跑馬燈*/
.marquee {
  width: 100%;
  background-color: #8C1C36;
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 8pX;
  overflow: hidden;
  white-space: nowrap;
  position: fixed; /* 固定位置 */
  top: 0; /* 置於視口的最頂端 */
  left: 0; /* 左側對齊視口 */
  z-index: 1000; /* 確保在其他元素之上 */
  margin: 0; /* 移除所有邊距 */
  border: none; /* 移除所有邊框 */
  text-decoration: none; /* 移除連結的下劃線 */
}

.marquee:hover,
    .marquee:focus {
        text-decoration: none;
        color: white;
    }

.marquee span {
  display: inline-block;
  padding-left: 0;
  font-size: 20px;
  /* animation: marquee 10s linear infinite; */
}

/* @keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
} */

.menu, .logo {
  margin-top: 30px; /* 避免跑馬燈內容壓到.nav內的其他內容 */
}
/**/

/*# sourceMappingURL=hipay_style.css.map */
