@charset "UTF-8";
/* CSS Document */

/* 共用 All
----------------------------------------------------------------------------- */

h2.for_back_up {
  margin-bottom: 20px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  text-indent: -5px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  letter-spacing: 5px;
  background: rgb(12, 109, 212); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(89, 170, 255, 1) 0%, rgba(9, 92, 180, 1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(89, 170, 255, 1)), color-stop(100%, rgba(9, 92, 180, 1))); /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, rgba(89, 170, 255, 1) 0%, rgba(9, 92, 180, 1) 100%); /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(top, rgba(89, 170, 255, 1) 0%, rgba(9, 92, 180, 1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(89, 170, 255, 1) 0%, rgba(9, 92, 180, 1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(89, 170, 255, 1) 0%, rgba(9, 92, 180, 1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0C6DD4', endColorstr='#095CB4', GradientType=0 ); /* IE6-9 */
  border-bottom: 1px solid #FFF;
  -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.25) inset;
     -moz-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.25) inset;
  color: #FFF;
}

h2{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #4c7a33));
	background:-moz-linear-gradient(top, #77b55a 5%, #4c7a33 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #4c7a33 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #4c7a33 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #4c7a33 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #4c7a33 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#4c7a33',GradientType=0);
	background-color:#77b55a;
	color:#ffffff;
	height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    text-indent: -5px;
	text-shadow:0px 0px 3px rgba(0, 0, 0, 0.5);
	letter-spacing: 5px;
	border-bottom: 1px solid #FFF;
	box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.25) inset;
}
h3 {margin-top: 15px;margin-bottom: 10px;font-size: 19px; position: relative;}
h3 i { position: absolute; right: 0; top: 5px; color: #555; font-size: 14px; font-style: normal; }
h3:first-of-type {margin-top: 0;}
h4 {font-size:16px; color:#588C3F;}
.business h3{ font-size:24px;}
.subline { border-bottom: #96B1B6 thin solid;}
.no_border { border: none !important;}
h3 .link{ float:right;}
h3 .link a{ font-size:0.8em;}
.message_error { padding: 10px; background-color: #FFEBF5; border: 1px solid #CCC; border-radius: 3px;}
.note { text-indent:-15px; text-align:justify; margin-left:15px;}
.gray_line_top {border-top: 1px solid #CCC;}
.gray_line_bottom { border-bottom: 1px solid #CCC;}

.BoxList .bank-list{
  background: #FFF url(../images/about/arrows.png) 98% center no-repeat;
}
.BoxList .bank-list.blist-active{
  background: #FFF url(../images/about/arrows_d.png) 97% center no-repeat;
}
.slcont{
  
  background:url(../images/paper.png) repeat;
  box-shadow:inset 0px 2px 2px #CCCCCC;
  padding:10px 5px;
  font-size: 14px;
}
.inline-block{display: inline-block;}
.warnings{background-color: #c00; color:#fff; padding: 6px; font-size: 16px; text-align: center; border-radius: 5px;}

/* 圖示
----------------------------------------------------------------------------- */
img.sign{max-width: 100% !important; max-height: 100% !important;}
/* 內容 Content
----------------------------------------------------------------------------- */
section.page       {min-height: 450px; background: url(../images/header_img_bg01.png);}
section.page a.btn {width: 100%;margin: 0 auto;}
section.header-img {min-height: 400px;padding: 20px 0;background: url(../images/header_img_bg.png);}
section.header-img2 {min-height: 400px;padding: 20px 0;background:#f3f1ef;}
/*section.header-img img {max-width: 60%;max-height: 60%;}*/
section.header-img a.btn, section.header-img2 a.btn {width: 100%;margin: 0 auto;}
/* td>a.btn {width: 70% !important; margin: 0 auto; font-size:14px;}*/
 
/* 讀取頁面 Loading
----------------------------------------------------------------------------- */
.loading .diamond {max-width: 33%;max-height: 33%;margin-top: 100px;}
.loading {padding-top: 20px;}
.loading h3 {font-size: 24px;font-weight: bold;color: #227bbb;}

/* 失敗頁面 Failed
----------------------------------------------------------------------------- */
.failed {padding-top: 20px;}
.failed h3 {font-size: 24px;font-weight: bold;color: #E60012;}

/* 登入頁面 Login
----------------------------------------------------------------------------- */
.verify input[type=tel] {display: inline-block; width:35%;}
.verify div {display: inline-block;width: 62%;vertical-align: bottom;}
.verify .verify_code {max-width: 80px;height: 40px;border-radius: 5px;}
.verify .refresh {width: 30px;height: 30px;margin: 5px 0 5px 10px;}
.or {width: 100%;margin: 15px auto;height: 20px;}
.or div {display: inline-block;}
.or div.text {line-height: 20px;}
.or div.line {width: 45%;margin-bottom: 3px;border-top: 1px solid #333;}
.or div.line2 {margin-bottom: 3px;border-top: 1px solid #333;}
.member-btn img {display: block;max-width: 100% !important;max-height: 100% !important;width: 100%;margin: 20px auto 0 auto;}
.member-btn img:hover {border-radius: 3px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);}
.sms-verified p {margin-bottom: 10px;font-size: 16px;}
.sms-verified p > span {font-size: 16px;font-weight: bold;color: #227BBB;}
.sms-verified > span   {font-size: 20px;font-weight: bold;color: #E60012;}
.sms-verified > span > a  {display: block;font-size: 28px;color: inherit;}
.warn_gray {
    border: 1px solid #BEBEBE;
    color: #696969 !important;
    font-size: 1.1em;
    margin: 0 auto;
    background: rgb(226,226,226);
    background: -moz-linear-gradient(top, rgba(231, 231, 231, 1) 1%, rgba(226, 226, 226, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(226,226,226,1)),color-stop(100%,rgba(201,201,201,1)));
    background: -webkit-linear-gradient(top, rgba(231, 231, 231, 1) 1%,rgba(226, 226, 226, 1) 100%);
    background: -o-linear-gradient(top, rgba(231, 231, 231, 1) 1%,rgba(226, 226, 226, 1) 100%);
    background: -ms-linear-gradient(top, rgba(231, 231, 231, 1) 1%,rgba(226, 226, 226, 1) 100%);
    background: linear-gradient(to bottom, rgba(231, 231, 231, 1) 5%,rgba(226, 226, 226, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#c9c9c9',GradientType=0 );
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
    line-height: 37px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* 會員專區 Member
----------------------------------------------------------------------------- */
.member table tr td {position: relative;}
.member table tr td:first-of-type {width: 33%;}
.member .table-title {height: 40px;line-height: 40px;}
.member .certificate {margin-bottom: 20px;padding: 5px;font-size: 20px;background: #FFF;border: 1px solid #666;border-radius: 5px;}
.member-detail tr    {cursor: pointer;z-index: 10;}
.member-detail tr a  {z-index: 20;}
.member-detail tr td {position: relative;}
.member-detail tr td::after {position: absolute;width: 16px;height: 16px;top: 50%;right: 5px;margin-top: -8px;background: url(../images/list_icon.svg) -2px -22px;content: '';}
.police-logo {max-width: 70% !important;}
.table-title{height: 40px;line-height: 40px; font-size:20px;}
.hrs{height:1px; background:#ccc; border:none; box-shadow:0 2px 0 #fff; margin-top:15px;}
.icon_pw i{display:inline-block; background:url(../images/member/form_icon.png) 0 0 no-repeat; width:80px; height:15px; }
.icon_pw_b{ color:#00479D;}
.icon_pw_s i{ background-position: 0 -30px ;}
.icon_pw_s{ color:#2B9038;}
.icon_pw_m i{ background-position: 0 -15px ;}
.icon_pw_m{ color:#227BBB;}

.member-btn label {text-indent:-999px;}
.member-btn input[type="radio"] { display: none;}
.member-btn input[type="radio"] + label { display:block; height: auto; cursor:pointer;}
.card-check input[type="radio"] + label:hover,
.card-check input[type="radio"]:checked + label { background: url(../images/member/card_cert_r.png) no-repeat;background-size:100% 100%;}
.card-bt {background: url(../images/member/card_cert.png) no-repeat; background-size:100% 100%;}
.bank-check input[type="radio"] + label:hover,
.bank-check input[type="radio"]:checked + label { background: url(../images/member/bank_cert_r.png) no-repeat;background-size:contain;}
.bank-bt {background: url(../images/member/bank_cert.png) no-repeat; background-size:contain;}
.roundcorner { margin-top:15px; text-align:center;}
.roundcorner table { table-layout:fixed; width:100%;}
.roundcorner table th { background-color:#227BBB; color:#FFF;}
.roundcorner table td:first-of-type { background-color:#EEFDEA; padding:10px 10px 10px 5px;}
.roundcorner table td:nth-child(2) { font-size:14px;}
.roundcorner table th img { width:20px; height:20px;}
.graybg { background-color:#E7E9EA;}
a.go-verify, a.re-verify {color: #FFF; font-size: 14px; padding: 10px 0; display: block; border-radius: 5px; width: 100px; text-decoration: none; }
a.go-verify { background-color: #327700; margin:5px auto;}
a.re-verify {background-color: #AD2727;margin:5px auto 0;}
.roundcorner p { font-size:13px; padding-top:5px;}
.mem-select-wrap { background-color:#FFF; position:relative; margin-top:25px; border:#999 solid 1px; border-radius:5px; border-color: #0079C0 #0057A0 #004B77;}
.mem-select-wrap:after {
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 40px;
    top: 0;
    right: 0;
    padding-right: 5px;
    font-size: 14px;
    line-height: 40px;
    text-align: right;
	background: none;
    /*background: #FFF;*/
    /*border-radius: 0 5px 5px 0;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    pointer-events: none;
    content: '▼';}
.mem-select-wrap select { width:63%; border:none; border-radius:0; padding:0 0 0 10%; font-size: 16px; color:#227BBB;}
.mem-select-wrap .title { display: inline-block; width:35%; height:40px; text-align:center; font-size:16px; line-height:40px; color:#FFF; border-right:#6CF solid 1px;
background: rgb(0, 160, 233);
background: -moz-linear-gradient(top, rgba(0, 160, 233, 1) 0%, rgba(0, 121, 192, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 160, 233, 1)), color-stop(100%, rgba(0, 121, 192, 1)));
background: -webkit-linear-gradient(top, rgba(0, 160, 233, 1) 0%, rgba(0, 121, 192, 1) 100%);
background: -o-linear-gradient(top, rgba(0, 160, 233, 1) 0%, rgba(0, 121, 192, 1) 100%);
background: -ms-linear-gradient(top, rgba(0, 160, 233, 1) 0%, rgba(0, 121, 192, 1) 100%);
background: linear-gradient(to bottom, rgba(0, 160, 233, 1) 0%, rgba(0, 121, 192, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A0E9', endColorstr='#0079C0', GradientType=0 ); box-shadow: 0 1px #00AEFF inset;}

.cert{width:90%; background-color:#fff; border:#68a54b 1px solid; border-radius:5px; padding:20px 0; margin-top:15px; display:table; text-align:center; padding:5%;}
.cert img{ vertical-align:middle;}
.m_icon{width:30%; margin-right:20px;}
.vrfy{ver}
.about_inner .nonels {margin-left: 0;}
.about_inner .nonels li{margin-left: 0; list-style:none;}

/* 修改手機號碼 
----------------------------------------------------------------------------- */
.invoice_select_box {
  position: relative;
}
.invoice_select_box::after {
  content: '▼';
  background: none;
  box-sizing: border-box;
  display: inline-block;
  color: #000;
  width: 35px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding-right: 5px;
  pointer-events: none;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

/* 捐贈發票設定
----------------------------------------------------------------------------- */
.invoice_donate_setting p.explanation {
  padding-left: 30px;
}
.invoice_donate_setting p.item {
  text-indent: -30px;
  padding-left: 30px;
}
.invoice_donate_setting p.explanation input {
  display: inline-block;
  width: 70%;
}

/* 帳務管理 Account
----------------------------------------------------------------------------- */
.account {box-sizing: border-box;}
.account h3 {margin: 10px;font-size: 20px;}
.account img {margin-bottom: 10px;}
.dot{margin:10px 20px 0;}
.dot li{list-style:disc; color:#E60012;}

/* 帳戶統計 */
.account-total {width: 100%;padding: 20px 15px;background: #EEFDEA;border: 1px solid #A6C771; border-radius: 5px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}
.account-total table {background: none;}
.account-total table tr:first-of-type {border: none;}
.account-total table tr:first-of-type td {padding-top: 0;}
.account-total table tr:last-of-type td  {padding-bottom: 0;}
.account-total table tr td:first-of-type {width: 35%;text-align: left;}
.account-total table tr td:last-of-type  {width: 67.5%;text-align: right;}
.account-total table td {padding: 8px 0;border: none;}
.account-total table td:last-of-type {font-size: 16px;}

.account-box { width: 100%; padding: 0px 0px; background: #EEFDEA; border-radius: 4px; box-sizing: border-box; }
.account-box * { box-sizing: border-box; }
.account-box:after { content: "."; display: block; clear: both; height: 0; overflow: hidden; visibility: hidden; }
.acb-title { width: 100%; margin-bottom: 15px; font-size: 18px; color: #588c3f; text-align: center;}
.acb-subtitle { margin-bottom: 15px; font-size: 16px; color: #588c3f; text-align: left; }
.acb-txt { font-size: 14px; color: #555; line-height: 1.4; text-align: center; }
.acb-chart { width: 100%; }
.acb-balance { width: 100%; position: relative; font-size: 16px; color: #333; }
.acb-balance:after { content: "."; display: block; clear: both; height: 0; overflow: hidden; visibility: hidden; }
.acb-balance dt { float: left; }
.acb-balance dd { float: right; font-weight: bold; }
.ac-chart-block { width: 100%; position: relative; padding-top: 10px; box-sizing: border-box; text-align: center; }
.ac-chart-block:after { content: "."; display: block; clear: both; height: 0; overflow: hidden; visibility: hidden; }
.ac-chart-block + .acb-title { margin: 15px 0 10px 0; }
.acrb-2 .ac-chart, .acrb-2 .ac-content-wrap { float: none; display: inline-block; vertical-align: middle; }
.acrb-2 .ac-chart { width: 200px; }
.acrb-2 .ac-content-wrap { display: block; width: 100%; max-width: 400px; margin: 25px auto 0; }
.acrb-2 .acc-info { width: 82%; height: 82%; color: #333; font-size: 15px; line-height: 1.5; }
.acrb-2 .acc-info:before { content: ''; width: 0px; height: 100%; display: inline-block; vertical-align: middle; }
.acrb-2 .acc-info .aci-content { display: inline-block; vertical-align: middle; }
.acrb-2 .acc-info .aci-price { font-size: 18px; margin-right: 3px; color: #333; }
.acrb-2  ul.ac-content { padding-left: 15px; }
.acrb-2  ul.ac-content li { margin-bottom: 12px; font-size: 14px; }
.tip-icon-box { display: inline-block; position: relative; }
.acrb-2 .ac-block { width: 14px; height: 14px; margin-right: 2px; vertical-align: -2px !important;}
.acrb-2 .acb-1 { background: #339965; }
.acrb-2 .acb-2 { background: #507baf; }
.acrb-2 .acb-3 { background: #DDD; }
.acrb-2 .acb-4 { background: #4ab348; }
.acc-sum { width: 100%; padding-top: 15px; margin-top: 15px; border-top: 1px solid #EBEBEB; }
.acc-sum .as-txt { font-size: 14px; color: #4ab348; }
.acrb-2 ul.ac-content.acc-sum li { margin-bottom: 0; }
.acc-sum .ac-price { color: #588c3f; font-size: 16px; margin-top: 0px; }
.acc-sum .acp-txt { font-size: 16px; margin-right: 3px; }
.ac-chart { width: 125px; position: relative; text-align: center; float: left; }
.acc-holder { width: 100%; position: relative; }
.acc-info { width: 75%; height: 75%; background: #FFF; font-size: 20px; color: #4AB348; border-radius: 99em; text-align: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
.ac-content-wrap { width: 250px; margin-top: 15px; float: right; }
ul.ac-content li { display: block; margin-bottom: 5px; font-size: 14px; color: #555; line-height: 1.4; }
.ac-content li:after { content: "."; display: block; clear: both; height: 0; overflow: hidden; visibility: hidden; }
.ac-cube { float: left; }
.ac-price { float: right; }
.ac-block { width: 10px; height: 18px; display: inline-block; margin-right: 5px; vertical-align: -3px !important; }
.acb-1 { background: #4AB348; }
.acb-2 { background: #A8E4A7; }
.acb-3 { background: #DDD; }
.acb-red { background: #d9534f; }
.ac-tip { margin-top: 20px; text-align: left; }
.ac-tip a { color: #588c3F; text-decoration: underline; }

.ac-btn-box .btn { margin: 5px 0px 5px 4px; }
.acb-detail { width: 100%; padding-top: 20px; }
.acb-balance-calcu { width: 100%; position: relative; font-size: 14px; color: #333; border-bottom: 1px solid #EBEBEB; }
.acb-balance-calcu dl:after { content: "."; display: block; clear: both; height: 0; overflow: hidden; visibility: hidden; margin-bottom: 10px; }
.acb-balance-calcu dl:first-child dd { font-weight: bold; }
.acb-balance-calcu dt { float: left; position: relative; }
.acb-balance-calcu dd { float: right; }
.acb-balance-sum { width: 100%; text-align: right; font-size: 15px; padding-top: 10px; color: #333; }
span.abs-price { font-weight: bold; color: #333; padding: 0 3px; }
.ac-btn-box { width: 100%; margin-top: 30px; text-align: right; }
.ac-btn-box .table_btn_blue { display: inline-block; width: 120px; }
.ac-relative-link { width: 100%; margin-top: 15px; padding: 10px 10px; background: #FFF; border-radius: 4px; border: 1px solid #CCC; box-sizing: border-box; }
.ac-relative-link * { box-sizing: border-box; }
.ac-relative-link:after { content: "."; display: block; clear: both; height: 0; overflow: hidden; visibility: hidden; }
.arl-1 { width: 100%; padding-bottom: 5px; font-size: 15px; }
.arl-2 { width: 100%; padding-top: 5px; border-top: 1px dashed #CCC; font-size: 15px; }
.arl-box1 { width: 47.3%; margin-right: 10px; display: inline-block; vertical-align: middle; }
.arl-box1:last-child { margin-right: 0px; }
.arl-box1 dt { width: 32%; max-width: 50px; display: inline-block; vertical-align: middle; padding-right: 5px; }
.arl-box1 dt img { width: 100%; }
.arl-box1 dd { width: 65%; display: inline-block; vertical-align: middle; }
.arl-2 ul:after { content: "."; display: block; clear: both; height: 0; overflow: hidden; visibility: hidden; }
.arl-2 li { width: 33.33%; padding: 10px 0; float: left; }
.acb-item { width: 100%; position: relative; font-size: 16px; line-height: 1.5; color: #588c3f; margin-bottom: 10px; }
.acb-item:after { content: "."; display: block; clear: both; height: 0; overflow: hidden; visibility: hidden; }
.acb-item dt { float: left; }
.acb-item dd { float: right; font-weight: bold; }
.ac-btn-box { width: 100%; margin-top: 23px; text-align: right; }
.ac-btn-box .abb-btn { display: inline-block; width: 100%; height: 36px; line-height: 36px; color: #FFF; font-size: 14px; font-weight: normal; text-align: center; border-radius: 5px; background-color: #4ab348; transition: .3s; }
.ac-btn-box .abb-btn:hover { background-color: #3d973c; }
.account-detail-box { width: 100%; padding: 30px 0; border-radius: 4px; border: 1px solid #e1e1e1; margin: 15px 0 15px; box-sizing: border-box; background: #FFF; }
.account-detail-box * { box-sizing: border-box; }
.account-detail-box .adb-title { width: 100%; padding: 0 30px; margin: 0 0 10px; text-align: center; font-size: 18px; line-height: 1.4; color: #588c3f; }
.account-detail-box .adb-txt { width: 100%; padding: 0 30px; margin-bottom: 20px; text-align: center; font-size: 14px; line-height: 1.4; color: #555; }
.account-detail-box .adb-price-box { width: calc(100% - 30px); margin: 0 auto 15px; background: #eef6fd; border-radius: 8px; }
.account-detail-box .adb-price-box .adb-price { width: 100%; margin: 0; background: none; border-radius: 0; border-bottom: 1px dashed #adcde9; }
.account-detail-box .adb-price-box .adb-price:last-child { border-bottom: none; }
.account-detail-box .adb-price { width: calc(100% - 30px); height: 70px; padding: 0 15px; margin: 0 auto; margin-bottom: 15px; background: #eefdea; border-radius: 8px; }
.account-detail-box .adb-price:after, .adb-content:after, .adc-list dl:after { content: "."; display: block; clear: both; height: 0; overflow: hidden; visibility: hidden; }
.account-detail-box .adb-price .apl-txt { float: left; font-size: 16px; color: #303f2c; padding-top: 20px; }
.account-detail-box .adb-price .apl-price { float: right; font-size: 14px; color: #303f2c; padding-left: 10px; padding-top: 20px; }
.account-detail-box .apl-price .alp-txt { font-size: 14px; margin-right: 5px; font-weight: bold;}
.account-detail-box .adb-content { width: calc(100% - 30px); padding: 15px 15px; margin: 0 auto 15px; background: #eefdea; border-radius: 8px; }
.account-detail-box .adb-content:last-child { margin-bottom: 0; }
.account-detail-box .adb-content .adb-price { width: 100%; height: 60px; padding: 0; margin: 0; border-bottom: 1px solid #e1e1e1; }
.account-detail-box .adb-content .adb-price .apl-txt { padding-top: 6px; }
.account-detail-box .adb-content .adb-price .apl-price { padding-top: 0px; }
.account-detail-box .adc-title { width: 100%; text-align: center; font-size: 16px; color: #333; margin-bottom: 8px; }
.account-detail-box .adc-list { width: 100%; font-size: 14px; color: #333; }
.account-detail-box .adc-list dl { padding: 10px 0 9px; border-bottom: 1px dotted #CCC; }
.account-detail-box .adc-list dl:last-child { border-bottom: none; }
.account-detail-box .adc-list dt { float: left; }
.account-detail-box .adc-list dd { float: right; padding-left: 7px; }
.adb-chart { width: 100%; padding: 20px 15px; background: #eefdea; }
.acr-txt { font-weight: bold; }
.acr-box .progress { border-radius: 10px; height: 20px; margin-top: 40px; overflow: visible; }
.acr-box .progress-bar { position: relative; border-radius: 10px; }
.acr-box .progress-bar-danger .arb-ratio { background: #de6c6a; }
.acr-box .progress-bar-danger .arb-ratio:after { border-top-color: #de6c6a; }
.acr-box .arb-ratio { position: absolute; top: -30px; right: -24px; padding: 0px 5px; border-radius: 99em; width: 48px; height: 24px; line-height: 25px; font-size: 14px; color: #FFF; text-align: center; background: #428bca; }
.acr-box .arb-ratio:after { content: " "; width: 0; height: 0; position: absolute; top: 100%; left: calc(50% + 2px); border: solid transparent; margin-left: -6px; border-top-color: #428bca; border-width: 4px; }
.acr-waring { width: 100%; text-align: center; font-size: 16px; color: #d9534f; line-height: 1.4; margin-top: 15px; }
.acr-waring.awr-align { text-align: left; }
.acr-waring:before { content: '!'; display: inline-block; vertical-align: middle; width: 20px; height: 20px; line-height: 20px; text-align: center; color: white; font-size: 16px; background: #d9534f; border-radius: 99em; margin-right: 8px; }
span.arw-txt { display: inline-block; vertical-align: middle; color: #d9534f !important; }
.acr-tip { width: 100%; text-align: center; font-size: 14px; color: #777; line-height: 1.4; margin-top: 10px; }
.adb-analysis { width: 100%; padding: 30px 15px 0; text-align: center; }

/*-- 綠界帳戶改 --*/
.acb2-wrap {
  border-radius: 14px;
  border: none;
  background: #FFF;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
  padding: 16px 16px 20px;
}
.acb2-wrap a {
  color: #0081DA;
}
.acb2-wrap .acb-title-tab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.acb2-wrap .att-link {
  width: 100%;
  max-width: 152px;
  height: 38px;
  margin-right: 8px;
  padding: 0 24px;
  border-radius: 100px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  color:#57624F;
  transition: .2s;
}
.acb2-wrap .att-link:last-child {
  margin-right: 0px;
}
.acb2-wrap .att-link:hover {
  background: rgba(4, 30, 73, 0.08);
  text-decoration: none;
}
.acb2-wrap .att-link.atl-act {
  background: #00A84F;
  color: #FFF;
}
.acb2-wrap .acb-txt {
  text-align: left;
}
.acb2-wrap .ac-chart-block {
  padding-top: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.acb2-wrap .ac-chart-block .ac-chart {
    width: 200px;
    display: block;
}
.acb2-wrap .ac-chart-block .ac-chart {
  width: 200px;
  display: block;
}
.acb2-wrap .ac-chart .acc-info {
  width: 78%;
  height: 78%;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acb2-wrap .ac-chart .acc-info .aci-content {
  display: block;
}
.acb2-wrap .ac-chart .acc-info .aci-price {
  font-size: 20px;
  margin-right: 0;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acb2-wrap .ac-chart .acc-info .ap-currency {
  font-size: 14px;
  margin-right: 4px;
}
.acb2-wrap .ac-chart .acc-link {
  margin-top: 18px;
  display: block;
}
.acb2-wrap .ac-content-wrap {
  width: 100%;
  max-width: 350px;
  margin: 44px auto 0;
}
.acb2-wrap .acw-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.acb2-wrap .acw-title .abi-price {
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acb2-wrap .acw-title .ap-currency {
  font-size: 14px;
  margin-right: 4px;
}
.acb2-wrap .acw-list {
  padding-left: 0;
}
.acb2-wrap .acw-list li {
  margin-bottom: 12px;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.acb2-wrap .acw-list li:last-child {
  margin-bottom: 0px;
}
.acb2-wrap .acw-list .al-name {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.acb2-wrap .acw-list .an-ic {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-right: 8px;
  margin-top: 4px;
}
.acb2-wrap .acw-list .an-link {
  margin-left: 8px;
}
.acb2-wrap .acw-list .an-ic.ani-1 { background: #339965;}
.acb2-wrap .acw-list .an-ic.ani-2 { background: #507BAF;}
.acb2-wrap .acw-list .an-ic.ani-3 { background: #D9D9D9;}
.acb2-wrap .acw-list .an-ic.ani-red { background: #d9534f; }
.acb2-wrap .acw-list.acl-sum {
  width: 100%;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #EBEBEB;
}
.acb2-wrap .acw-list.acl-sum .al-price {
  color: #00A84F;
}
/*-- 綠界帳戶改 END --*/

/* 實際可提領餘額 */
.acw-balance-box {
  width: 100%;
  margin-top: 12px;
}
.acw-balance-box * {
  transition: .1s;
}
.acw-balance-box.abb-act .abb-ctrl .abt-arrow:after {
  transform: rotate(-315deg);
  margin-top: 2px;
}
.acw-balance-box.abb-act .abb-content {
  max-height: 1000px;
  padding: 16px 16px;
}
.acw-balance-box .abb-ctrl {
  width: 100%;
  height: 60px;
  margin-bottom: 5px;
  padding: 0 16px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 60px;
}
.acw-balance-box .abb-ctrl:hover {
  background: #F0F3E8;
}
.acw-balance-box .abb-ctrl:active {
  background: #F0F3E8;
}
.acw-balance-box .abb-ctrl:hover .abt-arrow {
  background: rgba(4, 30, 73, 0.08);
}
.acw-balance-box .abb-ctrl .abt-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.acw-balance-box .abb-ctrl .abt-box .atb-price {
  color: #00A84F;
}
.acw-balance-box .abb-ctrl .abt-arrow {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 100px;
  background: transparent; 
}
.acw-balance-box .abb-ctrl .abt-arrow:after {
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  border: 1px solid #555;
  border-right: none;
  border-bottom: none;
  transform: rotate(-135deg);
  transition: .2s;
  margin-top: -4px;
}
.acw-balance-box .abb-content {
    width: 100%;
    max-height: 0;
    padding: 0;
    border-radius: 10px;
    background: #F0F3E8;
    overflow: hidden;
}
.acw-balance-box .abc-price-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}
.acw-balance-box .abc-price-box .apb-1 {
  text-align: left;
}
.acw-balance-box .abc-price-box .apb-2 {
  text-align: right;
}
.acw-balance-box .abc-price-box .apb-hl {
  color: #00A84F;
}
.acw-balance-box .abc-progress-box .progress {
    border-radius: 180px;
    height: 14px;
    margin-top: 16px;
    margin-bottom: 0;
    overflow: visible;
    background: #FFF;
}

.acw-balance-box .abc-progress-box .progress-bar {
    position: relative;
    border-radius: 10px;
    background: #339965;
}
.acw-balance-box .abc-progress-box .apb-tip {
  width: 100%;
  text-align: left;
  font-size: 13px;
  color: #777;
  line-height: 1.4;
  margin-top: 5px;
}
.acw-balance-box .abb-content .abc-tip {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #777;
    line-height: 1.4;
    margin-top: 14px;
}
.acw-balance-box .abb-content .abc-tip.red {
  color: #d9534f!important;
}
/* 實際可提領餘額 END */

/*-- 收款額度 訊息區塊 --*/
.acr-info-box {
  width: 100%;
  padding: 25px 20px;
  margin-top: 40px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #68A54B;
  box-sizing: border-box;
}
.acr-info-box + .acr-info-box {
  margin-top: 20px;
}
.acr-info-box .aib-title {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #111;
}
.acr-info-box .aib-txt {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.acr-info-box .aib-tip {
  width: 100%;
  text-align: center;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
}
.acr-info-box .aib-txt + .aib-txt {
  margin-top: 20px;
}
.acr-info-box .aib-list {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 15px;
  padding-left: 20px;
  list-style: outside disc;
}
.acr-info-box .aib-list a {
 color: #588c3F;
}
.acr-info-box .aib-list li {
  width: 100%;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.5;
  list-style: outside disc;
}
.acr-info-box .aib-list li:last-child {
  margin-bottom: 0px;
}
.acr-info-box .aib-btn-box {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acr-info-box .aib-btn-box .abb-btn {
   display: block;
   width: 136px;
   height: 36px;
   line-height: 36px;
   color: #FFF;
   font-size: 14px;
   text-align: center;
   border-radius: 5px;
   background-color: #4ab348;
   transition: .3s;
   margin-right: 15px;
   text-decoration: none;
}

.acr-info-box .aib-btn-box .abb-btn:hover {
   background-color: #3d973c;
}

.acr-info-box .aib-btn-box .abb-btn:last-child {
 margin-right: 0px;
}

.acr-info-box .aib-btn-box .abb-btn.abn-gray {
   background-color: #777;
}

.acr-info-box .aib-data-list {
    width: 100%;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}

.acr-info-box .aib-data-list dl {
    padding: 10px 0 9px;
    border-bottom: 1px dotted #CCC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    word-break: break-all;
    word-wrap: break-word;
}

.acr-info-box .aib-data-list dl:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.acr-info-box .aib-data-list dd {
    padding-left: 7px;
}
/*----*/

/*--使用狀況分析--*/
.acr-status-analysis {
  width: 100%;
  margin-top: 40px;
  box-sizing: border-box;
}

.acr-status-analysis * {
  box-sizing: border-box;
}

.acr-status-analysis:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.asa-title {
  margin: 0px 0 10px 0;
  font-size: 15px;
  color: #111;
  font-weight: bold;
  text-align: center;
}

.asa-chart-block {
  width: 100%;
  position: relative;
  padding-top: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.asa-chart-block .asc-chart {
  width: 200px;
  position: relative;
  text-align: center;
}
.ascc-holder {
  width: 100%;
  position: relative;
}
.ascc-info {
  width: 82%;
  height: 82%;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  background: #FFF;
  border-radius: 99em;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.ascc-info:before {
  content: '';
  width: 0px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.ascc-info .asci-content {
  display: inline-block;
  vertical-align: middle;
}

.ascc-info .asci-price {
  font-size: 17px;
  margin-right: 3px;
  color: #333;
}

.asa-chart-block .asc-content-wrap {
  width: 100%;
  max-width: 400px;
  margin-top: 25px;
}

.asc-content-wrap .ascw-title {
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
  text-align: left;
}

.asc-content-wrap .ascw-content li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #555;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.asc-content-wrap .ascw-content + .ascw-title {
  margin-top: 20px;
}

.awcc-block {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: -3px !important;
}

.awc-cube .awcb-1 {
  background: #2a7d53;
}

.awc-cube .awcb-2 {
  background: #58bb4f;
}

.awc-cube .awcb-3 {
  background: #9ddb94;
}

.awc-cube .awcb-4 {
  background: #a6ce6b;
}

.awc-cube .awcb-5 {
  background: #85993c;
}

.awc-cube .awcb-6 {
  background: #cecc6d;
}

.acr-status-analysis .acr-tip {
  text-align: left;
  margin-top: 30px;
}
/*----*/





@media screen and (max-width:450px) {
  .ac-chart { width: 50%; margin: 0 auto; text-align: center; float: none; }
  .ac-content-wrap { width: 100%; margin-top: 25px; float: none; }
  .arl-1 { font-size: 13px; }
  .arl-2 { font-size: 13px; }
  .account-detail-box .adb-price { padding: 0 10px; }
  .account-detail-box .adb-price .apl-txt { font-size: 14px; }
  .account-detail-box .adb-price .apl-price { padding-top: 20px; font-size: 13px; }
  .account-detail-box .apl-price .alp-txt { font-size: 14px; font-weight: bold;}
  .account-detail-box .adb-content .adb-price .apl-price { padding-top: 7px; }
}


/* 餘額帳戶 */
.amount-detail tr th:nth-child(1) {width: 15%;}
.amount-detail tr th:nth-child(2) {width: 50%;}
.amount-detail tr th:nth-child(3) {width: 35%;}

/* 銷售明細 */
.seller-detail {font-size: 12px;}
.seller-detail tr {cursor: pointer;}
.seller-detail tr td:first-of-type {width: 60%;padding-right: 0;}
.seller-detail tr td:last-of-type  {position: relative;width: 30%;padding-right: 10%;padding-left: 0;}
.seller-detail tr td:last-of-type:after {position: absolute;width: 16px;height: 16px;top: 50%;right: 5px;margin-top: -8px;background: url(../images/list_icon.svg) -2px -22px;content: '';}
.seller-detail span {display: block;}

/* 項目說明 */
.help h3 {margin-bottom: 15px;padding: 3px 0 3px 10px;font-size: 16px;text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);letter-spacing: 2px;line-height: 30px;background: #3799FF;border-radius: 5px;color: #FFF;}
.help ul:last-child {margin-bottom: 0;}
.help ul > li {margin: 0 0 10px 20px;list-style: square outside;}
.help ul > li > ol {margin-left: 20px;list-style: decimal outside;}

/* 訊息中心 Message
----------------------------------------------------------------------------- */
.message img {max-width: 60%;max-height: 60%;}
.message strong {display: block;font-size: 24px;color: #227BBB;}
.message table { color: #666;}
.message table tr.unread {font-weight: bold;color: #000;}
.message table tr td:first-of-type {width: 15%;padding-right: 0;}
.message table tr td:last-of-type  {position: relative}
.message table tr td:last-of-type:after {position: absolute;width: 16px;height: 16px;top: 50%;right: 5px;margin-top: -8px;background: url(../images/list_icon.svg) -2px -22px;content: '';}
.message input[type=checkbox] {margin: 0;}
.message-page tr th      {font-size: 16px;}
.message-page tr th span {font-size: 14px;}
.message-page h3 {margin-bottom: 20px;}
.message-page p      {margin-bottom: 20px;}
.message-page p.sign {margin-bottom: 0;font-size: 16px;}

/* 彈出視窗 Pop-screen
----------------------------------------------------------------------------- */
.window {position: fixed; top: 0; right: 0; bottom: 0; left: 0; margin: auto;   z-index: 999999;}
.window:before {display: inline-block; content: ''; height: 100%; vertical-align: middle;}
.pop-screen, .advocacy {position: relative; display: inline-block; background: #FFF; vertical-align: middle;}
.pop-screen {padding: 30px;border: 1px solid #ccc;}
.pop-screen h3{font-size: 25px;}
.pop-screen a {width: 100%;margin: 20px auto;}
.popdialog-overlay {position: fixed;top: 0;right: 0;bottom: 0;left: 0;background: #fff;opacity: 0.8;z-index:666666;}
.top_5{top: 5%;}
.close_btn{width:20px!important; height:20px!important; top:-15px; right:-10px;}
.advocacy { width:97%; height:97%;border:#999 1px solid; border-radius: 7px; overflow-y:scroll; margin:0 auto; text-align:left;}
.advocacy-inner {position: fixed;width: 97%;background-color: #FFF;border-top-left-radius: 5px;border-top-right-radius: 5px;box-shadow: #C7C7C7 0 1px 15px;}
.advocacy-inner p{font-size: 18px;text-align: center;background-color: #227BBB;color: #FFFfff;padding: 15px 0;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.advocacy-info {display: inline-block;width: 100%;padding: 10px 10px 5px;text-align: justify;box-sizing: border-box;background: #EBF5FF;color: #227BBB;font-size: 14px;line-height: 18px;margin: 0 0 1px;}
.advocacy-content {padding: 130px 10px 5px;background-color: #f3f3f3;}
.advocacy-content h3 { font-size:18px;color:#227bbb; padding-top:10px;}
.advocacy-content h4 { font-size:15px; padding:10px 0 5px;} 
.advocacy-content ol { padding-left:25px;}
.advocacy-content ul { padding-left:20px;}
.advocacy-content ol>li, .advocacy-content ul>li {font-size: 14px; line-height: 22px; text-align: justify;}
.advocacy-content ol>li { list-style-type: decimal;}
.advocacy-content ul>li { list-style:disc;}
.tb_st dl{margin-bottom: 8px;}
.tb_st dt, .tb_st dd{display: inline-block; width:49.2%; font-size: 18px;}
.tb_st dt{text-align: left; font-weight: normal;}
.tb_st dd{text-align: right;}
.hr_st {
    border: 1px solid #cbcbcb;
    margin-bottom: 20px;
}

/* 關於 About
----------------------------------------------------------------------------- */
.BoxList{background-color: #FFF;padding: 0;box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;border: 1px solid #CCC; border-radius: 5px;}
.BoxList ul li{ border-bottom: 1px solid #CCC; overflow:hidden;}
.BoxList ul li a{font-size: 1.2em;padding: 0.8em 0.5em 0.8em 1em; display: block;position: relative;}
.BoxList ul li a i.arrow{position: absolute;width: 16px;height: 16px;top: 1.1em;right: 0.8em;background: url(../images/list_icon.svg) -2px -22px;content: '';}
.border_b{ border-bottom:1px solid #CCC;}
.borders{ border:1px solid #CCC;}
.about h3 {margin-bottom: 10px;padding: 3px 0 3px 0;font-size: 20px;letter-spacing: 2px;color: #588c3f;}
.about h4, .member-rights h4 { padding: 3px 0 3px 10px; text-shadow:0 0 3px rgba(0, 0, 0, 0.5);letter-spacing: 2px;line-height: 25px;background: #41b522; color: #FFF; border-radius:5px;}
.about h4 { margin-bottom: 15px; font-size: 15px;}
.about p{ font-size:1.1em;}
.about ul.listNum{ margin-bottom:10px;}
.about ul.listNum li{ list-style: outside decimal; font-size:1.1em;line-height:1.6em; margin-left:1.5em;}
.about ul.listNum li li{ list-style: outside disc; font-size:1em;margin-left:1.3em;}
.about ul.listNum li ol li{ list-style: outside disc; font-size:1em;margin-left:1.3em; margin-bottom: 0;}
.about ul.listNum ul.listNumNone li{ list-style:none;}
.about ul.listNum li ol li ul.abcs li{list-style: lower-latin;}
.about img{ max-width:100% !important; max-height:100% !important;}
.about .alert{ display:block; width:100%;}
.about .info{ width:auto;}
.align_c{ text-align: center;}

/* 註冊頁面-選擇方案 Option
----------------------------------------------------------------------------- */
.options_title {position: absolute;width: 100%;height: 50%;text-indent: -9000px;background: url(../images/memberReg/options_title.svg) no-repeat center 0 / contain;margin: 20px 0 20px 0;}

/* 方案內容 */
.option section.reg a {display: block;width: 100%;margin: 20px auto 0 auto;}
.option section p.title {font-size: 28px;color: #d0d0d0;text-align: center;text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);padding: 0.8em 0 0 0;}
.option section p.subtitle {font-size: 22px;text-align: center;text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);line-height: 1em;}
.option section.text {width: 90%;padding:3% 5% 8% 5%;}
.option section.gray-bg {text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);background: #666;color: #FFF;}
.option-green, .option-blue, .option-orange {height: auto;text-align: center;}
.option-green img, .option-blue img, .option-orange img {/*width: 70%; height: 70%;*/}
.option-greenbg h3, .option-bluebg h3, .option-orangebg h3 {margin-bottom: 15px;font-size: 24px;}
.option-greenbg p, .option-bluebg p, .option-orangebg p {font-size: 16px;text-align: justify;}
.option-greenbg {background: url(../images/memberReg/options_personal_bg.png);}
.option-bluebg {background: url(../images/memberReg/options_small-company_bg.png);}
.option-orangebg {background: url(../images/memberReg/options_large-company_bg.png);}

/* 我要收款 collect_pay
----------------------------------------------------------------------------- */
/* 建立收款連結-收款方式 */
.payway {padding: 10px;text-align: left;border: 1px solid #999;border-radius: 5px;color: #000;background: #FFF;}
.payway ul li{padding: 0.2em;}
.payway ul li input{display: inline-block;margin-right: 0.5em;}
.payway ul li p{display: inline-block;padding: 0 1em 0.3em 2em;}
.payway ul li a:hover{text-decoration: underline;}
.payway span.separator {display: inline-block;font-size: 1.1em;font-weight: normal;vertical-align: bottom;color: #666;padding: 0 0.5em 0.1em 0.5em;}

/* 收款連結 */
.link-detail {font-size: 12px;}
.link-detail tr {cursor: pointer;border-top: 1px solid #666;}
.link-detail tr td:first-of-type {width: 60%;padding-right: 0;}
.link-detail tr td:last-of-type  {position: relative;width: 30%;padding-right: 10%;padding-left: 0;}
.link-detail tr td:last-of-type:after {position: absolute;width: 16px;height: 16px;top: 50%;right: 5px;margin-top: -8px;background: url(../images/list_icon.svg) -2px -22px;content: '';}
.link-detail span {display: block;}

/* 信用卡設定 */
.cancle {position: relative;}
.cancle a{ position: absolute;background: url(../images/member/cancle.png) 0px -23px no-repeat;text-indent: -9999px;background-size:20px;;display: block;width: 20px;height: 21px;top: -2.2em;right: 0.3em;}
.cancle a:hover{background: url(../images/member/cancle.png) 0px 0px no-repeat;background-size:20px;}
.commodity-list tr td:first-child { text-align:center;}
button.btn{display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    color: #fff;
    background-color: #74ad5a;
    border-color: #3b6e22;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 15px;
    font-size: 12px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;}
/* 訂單金額確認 */
.pay-total {width: 100%; padding: 10px 8px;background: #EFFAFF; border: 1px solid #B6DADA; border-radius: 5px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}
.pay-total table {background: none;border: none;}
.pay-total table tr:first-of-type {border: none;}
.pay-total table tr:first-of-type td {padding-top: 0;}
.pay-total table tr:last-of-type td  {padding-bottom: 0;}
.pay-total table tr td:first-of-type {width: 67.5%;text-align: left;}
.pay-total table tr td:last-of-type  {width: 32.5%;text-align: right;}
.pay-total table td {padding: 8px 0;border: none;}
.pay-total table tr:nth-child(3) {border-top: 1px solid rgba(0, 0, 0, 0.05);}
.pay-total table td:last-of-type {font-size: 16px;}

/* 錯誤訊息 & 空白 */
.input_info  { background:url(../images/icon_info.png) 2px 2px no-repeat; border:1px solid #227BBB; color:#227BBB; padding:2px 2px 2px 30px;}
.input_error { background:url(../images/icon_error.png) 2px 2px no-repeat; border:1px solid #E60012;color:#E60012;padding:2px 2px 2px 30px;}

/* 商務專區 Business
----------------------------------------------------------------------------- */
.business section h2 {margin-bottom: 0px;}
.business section.gray-bg {width: 90%;padding:5%;color: #333;}
.business section.Lgray-bg {width: 90%;padding:5%;color: #333;background: url(../images/header_img_bg.png);}
.business section.gray-bg a, .business section.Lgray-bg a, .openid-btn a {width: 100%;margin-top: 15px;}
.business section.gray-bg ul, .business section.Lgray-bg ul {padding-left: 20px;}
.business section.gray-bg li, .business section.Lgray-bg li {margin-bottom: 10px;list-style-type:circle;}
.business .banner-a, .business .banner-c {padding-bottom: 0px;}
.business .banner-b, .business .banner-d {padding-bottom: 15px;background: url(../images/header_img_bg.png);}
.business section.banner-a-pic, .business section.banner-b-pic {padding: 35px 0 0 0;}
.business section.banner-c-pic {padding: 35px 0 5px 0;}
.business section.banner-d-pic {padding: 35px 0 5px 0;background-image: url(../images/business/business_banner4bg.png);background-repeat: no-repeat;background-position: 0px 50px;background-size: 150px;}
.business section.banner-a-pic img,section.banner-b-pic img,section.banner-c-pic img,section.banner-d-pic img {text-align: center;max-width: 80%;max-height: 80%;}

.application_text {text-align: center!important;margin: 1em auto 1.5em auto;border: 1px solid #004B77;background-color: #0083CF;border-radius: 5px;padding: 0.5em;width: 80%;text-shadow: 0 1px 0 black;color: #fff!important;font-size: 1.3em;}
.application_text a{color: #fff!important;}
ol li span{ font-size:13px;}
.note-box ul {margin-left: 20px; text-indent:-20px;}
.choise input[type="radio"], .choise input[type="checkbox"] { display:none;}
.choise input[type="radio"] + label, .choise input[type="checkbox"] + label {background:#EBEBEB;border:#D4D4D4 3px solid; border-radius:10px; padding:5px; text-align:center; display:block;}
.choise input[type="radio"] + label h3, .choise input[type="checkbox"] + label h3 {color:#666;font-weight:bold; margin:0; padding-left:25px; display:inline-block; background:url(../images/business/uncheck.svg) left center no-repeat; background-size: 18px 18px;}
.choise input[type="radio"]:checked + label, .choise input[type="checkbox"]:checked + label {background-color: #E5F9DD;color:#2C762C;;border:#79936A 3px solid;}
.choise input[type="radio"]:checked + label h3, .choise input[type="checkbox"]:checked + label h3 {color:#2C762C; background:url(../images/business/check.svg) left center no-repeat; background-size: 18px 18px;}
.choise input[type="checkbox"].agress { display:inline-block;}

.choise h3 { margin-left:5px;}
.choise p { color:#666; font-size:14px;}
.check {margin-right:5px;}

.check2{
  color:#666;
  font-size:15px;
  line-height: 23px;
  position:relative;
}
.check2 label{
  position:relative;
   padding-left:20px;
}
.check2 label:before{
    background:#fff;
    border:#588c3f 1px solid;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 18px;
    border-radius:4px;
    margin-right: 10px;
}
.check2 label:after{
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    height: 10px;
    left: 7px;
    position: absolute;
    top: 3px;
    width: 4px;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.check2 input[type="checkbox"]{
  cursor: pointer; 
  position:absolute;
  width:20px;
  height:20px;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.check2 input[type="checkbox"]:checked + label:after,  .checkbox input[type="checkbox"]:checked + label:before{
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.check2 input[type="checkbox"]:checked + label:before{
  background:#588c3f;
}
.check2 input[type="checkbox"]:checked + label{
  color:#588c3f;
}

.choise-list {border-radius:5px; border: 1px solid  #666; text-align:center; padding:0 0 15px;}
.choise-list h4 {margin-bottom:15px;font-size:18px; line-height:34px; color:#fff; background-color:#518238; border-top-left-radius:4px; border-top-right-radius:4px;}
.choise-list p {font-size: 16px;line-height: 22px;}
p.plus {font-size:14px; border-radius:50%; background-color:#999; color:#FFF;width: 14px;line-height: 14px;margin: 7px auto;}


/* Open ID 
----------------------------------------------------------------------------- */
.openID p { padding:0 0 10px;}
.openID section img.title {max-width:85%;max-height:85%; padding:25px 0 20px;}
.openID section img {max-width:70%;max-height:70%; padding:10px 0;}
.openID section.aboutOID h3, .openID section.stepOID h3 {padding: 20px 0 0;font-size: 20px; color: #227BBB;}
.openID section.aboutOID h3:before, .openID section.stepOID h3:before { font-size:14px;margin-right:5px;content: '●';}
.openID section.aboutOID p {padding: 10px 0 30px 15px; font-size: 16px; }
.stepOID h4 {
	position: relative;
	display: inline-block;
    width: 70%;
    margin-bottom: 15px;
    padding: 4px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #1C5C8A;
    border-radius: 5px;
    color: #FFF;}
.stepOID h4:after {    
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    top: auto;
    right: auto;
    bottom: -19px;
    left: 50%;
    border: solid transparent;
    content: '';
    margin-left: -5px;
    border-top-color: #1C5C8A;
    border-width: 10px;}
.stepOID a {padding:0 20px; margin:10px 0 20px;}
.aboutOID, .stepOID, .openid-btn { width:90%; padding:0 5%;}
.openid-btn a:last-child { margin-bottom:30px;}

/* 錯誤訊息頁 Errorpage
----------------------------------------------------------------------------- */
section.errorpage {background: url(../images/header_img_bg.png);}
.errorpage .wrap {width: 90%;margin: 0 auto;position: relative;}
.errorpage h3{position: absolute;width: 100%;height: 20%;text-indent: -9000px;background: url(../images/errorpage/404_title.png) no-repeat left 0;background-size: contain;}
.errorpage h4{font-size: 1.3em;padding-top: 33%;color: #888;}
.errorpage p{font-size: 1em;padding-top: 7%;color: #888;}
.errorpage img{margin-top: 7%;text-align: center;position: relative; }

.div-info{width: 100%;
  height: 40px;
  line-height:40px;
  padding:0 5px;
  background: #FFF;
  border: 1px solid #999;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}
		  
/* 升級會員額度申請
----------------------------------------------------------------------------- */
.blank_table{ background: none !important;}
.blank_table td{border:none !important;}
.blank_table td h3{font-size:30px;}
.round {
  display: table;
  padding: 8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  background-color: #227BBB;
  border-radius: 50%;
  color: #FFF;
  vertical-align: middle;
}
.round span {display: block;font-size: 16px;color: #FFF;}
.h60{line-height:48px; font-size:18px;}

/* 綁定毆付寶
----------------------------------------------------------------------------- */
.shadow{ text-shadow:1px 2px #fff;}

/* 信用卡設定-開關btn
----------------------------------------------------------------------------- */
.onoffswitch { position: relative; width: 80px; -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;}
.onoffswitch-checkbox { display: none;}
.onoffswitch-label { display: block; overflow: hidden; cursor: pointer;  border: 1px solid #999999; border-radius: 10px;}
.onoffswitch-inner { display: block; width: 200%; margin-left: -100%; -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s; -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;}
.onoffswitch-inner:before, .onoffswitch-inner:after { display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px; font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.onoffswitch-inner:before {
    content: "啟用";
    padding-left: 10px;
    background-color: #2B9038; color: #FFFFFF; text-align: left;
}
.onoffswitch-inner:after {
    content: "停用";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 46px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner { margin-left: 0;}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { right: 0px;}
.subpage input[type=radio] {width:15px;height:15px;margin: -2px 2px 0 0;vertical-align: middle;}

/*---會員權益說明----*/
.member-rights h4 { margin-bottom:5px; font-size:16px;}
.content-box { border:#999 solid 1px; border-radius: 5px; background-color:#FFF; height:500px; margin-top:15px; padding:10px 0 10px 10px;}
.date { font-size:13px; color:#F00; text-align:right; padding-right:10px; padding-bottom:5px;}
.inner { overflow-y:scroll; height:500px; margin-right:2px; padding-right:10px;}
.inner p {font-size:14px; margin:0.5em 0 0.5em 0.5em;}
.inner h3 { color:#588c3f; font-size:15px; font-weight:normal; padding-left:0.5em; margin-top:10px; margin-bottom:5px;}
.inner ul { margin:0 0 0.5em 1em;}
.inner ul li { margin:0.2em 0 0.2em 1.5em; list-style:decimal; font-size:14px;}
.inner ul li a { font-size:14px; color:#588c3f;}
.inner ul ul li { list-style:disc; font-size:14px; margin-left:0.5em;}
.about_inner ul ul ul li {
    list-style: lower-alpha;
    font-size: 1em;
    margin-left: 0.5em;
}

.addline { text-decoration:underline;}

.warn-area { width:85%; margin:0 auto; padding:25px 20px; background:#FFF; border:1px solid #666; border-radius:5px; box-sizing:border-box;}
.warn-area h4 { font-size:20px; color:#277BBB;}
.warn-area hr { border:#999 dashed 1px; margin:15px 0;}
.warn-area p { line-height:25px;}
.warn-area p span { font-weight:bold; color:#277BBB;}

.tabs { padding:18px 0 0; overflow:hidden;}
.tabs li { width:50%; float:left; text-align:center;}
.tabs li a { display:inline-block; width:100%; height:50px; font-size:16px; line-height:50px; background-color:#C1C1C1; border-top-left-radius:5px; border-top-right-radius:5px; color:#FFF; text-decoration:none;}
.tabs li a.active, .tabs li a:active { background-color:#227CBB; color:#fff;}
.tabs li a.active { cursor:default;}
.tabs-inner { padding:10px; text-align:left; background:#FFF; border:#227CBB thin solid; border-bottom-left-radius:5px; border-bottom-right-radius:5px;}

.booox { display:block; width:100%; margin:0 auto; padding:5px; height:40px; background:#FFF; border:1px solid #999; border-radius:5px; box-sizing:border-box; line-height:29px;}
.inside { margin:0 0 5px 30px; padding:0px 5px; border-radius:5px; background:#F1F1F1;}
.inside>p { font-size:14px; padding:5px;}

/*---FB重新設定登入資訊----*/
img.small_hint{width:20%;}

.cvs-code h4 { font-size:16px; color:#333; padding:5px 0;}

/*--公告--*/
.news-page-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 6px 10px 0;
}
.news-page-title .npt-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 3px;
}
.news-page-title .npt-tabs li {
  font-size: 16px;
  color: #666;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 3px solid transparent;
  margin-right: 16px;
  cursor: pointer;
  transition: .2s;
}
.news-page-title .npt-tabs li:last-child {
  margin-right: 0;
}
.news-page-title .npt-tabs li:hover,
.news-page-title .npt-tabs li.active {
  border-bottom-color: #00783C;
  color: #00783C;
}

table.news-page-list th {
    padding: 7px 10px;
    color: #333;
    border: none;
    font-weight: bold;
}

table.news-page-list td {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: #ececec 1px solid;
    padding: 20px 10px;
}

.news-page-list td:nth-child(1) {
  
}

.news-page-list td:nth-child(2) {
    text-align: left;
}

.news-page-list .gl-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.news-page-list .gl-label:before {
  content: "";
  width: 45px;
  height: 20px;
  background: #a4a4a4;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-page-list .gl-label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #a4a4a4;
}

/* 重要 */
.news-page-list .gl-label.gl-imp:after {
  border-left-color: #C00;
}
.news-page-list .gl-label.gl-imp:before {
  content: '重要';
  background: #C00;
}

/* 活動 */
.news-page-list .gl-label.gl-act:after {
  border-left-color: #68A54B;
}
.news-page-list .gl-label.gl-act:before {
  content: '活動';
  background: #68A54B;
}

/* 公告 */
.news-page-list .gl-label.gl-post:after {
  border-left-color: #a4a4a4;
}
.news-page-list .gl-label.gl-post:before {
  content: '公告';
  background: #a4a4a4;
}

/* 產品 */
.news-page-list .gl-label.gl-pd:after {
  border-left-color: #a4a4a4;
}
.news-page-list .gl-label.gl-pd:before {
  content: '產品';
  background: #a4a4a4;
}

/* 新聞 */
.news-page-list .gl-label.gl-news:after {
  border-left-color: #a4a4a4;
}
.news-page-list .gl-label.gl-news:before {
  content: '新聞';
  background: #a4a4a4;
}

/* 維護 */
.news-page-list .gl-label.gl-maintain:after {
  border-left-color: #a4a4a4;
}
.news-page-list .gl-label.gl-maintain:before {
  content: '維護';
  background: #a4a4a4;
}


.news-inner { border:none;}
table.news-inner .ni-title {font-size:18px; font-weight: bold; color:#333;}
table.news-inner th { padding: 15px 20px; font-size:18px;background-color:#FFF; color:#333; border:none; text-align:left;}
table.news-inner td { border:none; padding: 10px 20px;}
.news-inner p:nth-child(1) { margin-top:10px;}
.news-inner p { font-size:16px;text-align:justify; padding:0px; margin-bottom:15px;}
.news-inner ol { list-style: decimal; margin: 20px; }
.news-inner ul { list-style: disc; margin: 20px; }
.news-date{color:#888; background: #F3F3F3;}
.news-content .page{background: white;}
.news-content .wrapper{width:100%; padding-top: 0;}
.news-content h2{margin-bottom: 0;}


.nl-type {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.nl-type.nlt-system:after {
    border-left-color: #AAA;
}
.nl-type.nlt-system .nlt-txt {
    background: #AAA;
}
.nl-type.nlt-maintain:after {
    border-left-color: #ba5c40;
}
.nl-type.nlt-maintain .nlt-txt {
    background: #ba5c40;
}
.nl-type.nlt-post:after {
    border-left-color: #68a54b;
}
.nl-type.nlt-post .nlt-txt {
    background: #68a54b;
}
.nl-type.nlt-news:after {
    border-left-color: #f29600;
}
.nl-type.nlt-news .nlt-txt {
    background: #f29600;
}
.nl-type.nlt-imp:after {
    border-left-color: #cc0000;
}
.nl-type.nlt-imp .nlt-txt {
    background: #cc0000;
}
.nl-type:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #111;
}
.nl-type .nlt-txt {
  width: 40px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  color: white;
  background: #111;
}


/*--信用卡紅利折抵辦法----*/
.bonus-new-title {background:#588c3f; color:#FFF; font-size:16px !important;}
table.bonus-new td {border-right: 1px solid #CCC;border-left: 1px solid #CCC;word-wrap: break-word; text-align:center; font-size:14px;border-bottom:#ccc 1px solid; border-top:none;padding:7px 2px;}
.bonus-new .th { background:#E5F9DD;}
.bonus-new td span { color:#FF7676; font-size:0.8em; margin-left:3px;}
table.bonus-new a {display:inline-block;;width:20px;height:20px;border-radius:50%; color:#999; border:#999 1px solid;}
.bonus-new td.detail { height:0; padding:0; background-color:#f1f1f1; text-align:left; border-bottom: none;}
.detail-box { padding:0 10px; border-bottom:#ccc 1px solid; text-align:justify;}
.detail-box p { margin-top:15px; font-size:14px;}
.detail-box>ul { margin-bottom:20px;}
.detail-box>ul>li { list-style:decimal; margin-left:16px;font-size:13px;line-height:18px;margin-top:5px;}
.tipBox{ margin-top:15px; font-size:14px; line-height:20px; text-align:justify; padding:0 10px;}
.tipBox ul li{ margin-top:5px; margin-left:26px; text-indent:-26px;}

/*--行動支付♥我期待----*/
.adtitle{ font-size:26px; color:#C30; margin-bottom:15px; text-shadow:none; background:none; box-shadow:none;}
.bg-gray-d{background: #555;}
.patch{ padding-bottom:0 !important; }
.red_d{color:#C30;}
.inline-b{display:inline-block !important;}
.off-btn{position:absolute; right:12px; top:12px; display:inline-block !important;}
p.likes {font-size: 24px !important; color: #555; text-shadow: 0 2px 0 white; margin-bottom: 30px;}
@media screen and (max-width: 320px) {
	.content p.rwds{font-size:14px;}
}
/*--實況主收款----*/
.setting-slider {width:300px; height:16px; margin-right:10px; border:#999 1px solid; border-radius:6px; display:inline-block; background-color:#fff; vertical-align:middle; position:relative;}
.slider-bar {height:100%; background-color:#3bb112;border-radius:4px;}
.controler {width:20px; height:20px; background-color:#fff; border:#333 1px solid; border-radius:15px; z-index:2; cursor:default; position:absolute; top: -3px; margin-left: -10px;}
.sponsor-content button {padding:5px 15px !important;}
.live_mesbtn_a, .live_mesbtn_a:hover, .live_mesbtn_b, .live_mesbtn_b:hover {display:inline-block; width:170px; height:114px; }
.live_mesbtn_a { background-image: url(../images/collect_pay/live_pic_a.png);}
.live_mesbtn_a:hover { background-image: url(../images/collect_pay/live_pic_a_h.png);}
.live_mesbtn_b { background-image: url(../images/collect_pay/live_pic_b.png);}
.live_mesbtn_b:hover { background-image: url(../images/collect_pay/live_pic_b_h.png);}

/*--一址付----*/
.goods_img > li {display: inline-block;text-align: center;}
.goods_img li a img { border: 1px solid #999;width: auto;}

.table-bg-blue-light tr td.tdhead{ background:#395A29; color:#fff;}

/*--線上回報--*/
.upload-btn {margin-left: 10px; margin-bottom:10px;}

/*--非會員訂單明細--*/
table.order-list {margin-bottom:30px;}
table.order-list th {background:#EEFDEA; font-weight:normal;}
table.order-list th, table.order-list td {border:#ccc 1px solid;}
table.order-list td { padding:10px;}
table.order-list p {margin-left:10px;}
.total { border:#ccc 1px solid; border-radius:10px; padding:10px 20px;margin-bottom:30px; background:#FFF;}
.total-btline { border-bottom:#ccc 1px solid;}
.total p { display: inline-block; width:50%;}
.total p:nth-child(2) { text-align:right;}

.notif {
  background: #D81E1E;
  color: #FFF;
  border-radius: 100%;
  width: 22px;
  height: 20px;
  display: block;
  text-align: center;
  font-style: normal;
  padding: 2px;
  margin-right: 7px;
}

/*--快速刷卡-信用卡號填寫----*/
.sum{padding:15px 0; border:#ccc 1px solid; background-color:#ffc; margin-top:5px;}
.sum ol{margin:0 0 0 30px;}
.sum ol li{list-style:decimal; margin-bottom:10px;}
.sum ol li:last-child{margin-bottom:0px;}


/*歐付寶後台連結
================================================*/
.allpay-link{
  width: 100%;
  padding: 10px 20px 10px 20px;
  margin-top: 20px;
  color: #555;
  background: #EEE;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
}
.allpay-link a{
  color: #227BBB;
  text-decoration: none;
  display: inline-block; 
}
.allpay-link a:hover{
  color: #1E6BA2; 
}

.tab-2 li a.d-block{line-height: 30px;}
.sign_t{border-radius: 50px; color:#fff !important; height:24px; padding: 3px 7px; line-height: 22px; text-align:center; font-size:14px;}
.sign_red{background-color:#c00;}

/*-- 待撥款 --*/
.appro-wrap{
  width: 90%;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.appro-wrap .close_btn {
  top: -6px;
  right: -10px;
  z-index: 99;
}
.appro-wrap-content{
  max-height: 400px;
  padding: 20px;
  overflow: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.appro-wrap h3{
  font-weight: bold;
  margin-bottom: 5px;
}
.aw-currency{
  width: 100%;
  text-align: right;
  margin: 10px 0 5px;
  font-size: 13px;
  color: #888;
}
.aw-select{
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
}
.aw-select:after{
  border-color: #CCC;
  height: 35px;
  line-height: 35px;
}
.aw-select select{
  border-color: #CCC;
  height: 35px;
  line-height: 35px;
  padding-top: 0px;
}
.aw-list{
  width: 100%;
  position: relative;
}
.al-content{
  width: 100%;
  padding: 5px 0;
  position: relative;
  border-bottom: 1px solid #CCC;
}
.al-content:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.al-content li{
  float: left; font-size:13px;
}
.alc-order-date{
  width: 55%;
  text-align: left;
}
.alc-order-appro{
  width: 27%;
  text-align: right;
}
.alc-order-detail{
  width: 18%;
  text-align: center;
}
.al-content-wrap{
  width: 100%;
  border-bottom: 1px solid #CCC;
  position: relative;
}
.aod-num{
  color: #227BBB;
}
.al-content-wrap .al-content{
  border-bottom: none;
}
.al-content-wrap .alc-order-appro{
  padding-top: 10px;
  color: #227BBB;
}
.al-content-wrap .alc-order-detail{
  padding-top: 10px;
  font-size: 18px;
  line-height: 1;
}
.aod-switch{
  width: 20px;
  height: 20px;
  text-align: center;
  background: #333;
  color: white;
  font-weight: bold;
  border-radius: 99em;
  display: inline-block;
}
.as-plus{
  cursor: pointer;
  display: block;
  margin-top: 7px;
}
.as-plus:after{
  content: "+";
  font-weight: bold;
  font-size: 25px;
  line-height: 0;
  display: block;
  transition: .3s;
}
.as-close:after{
  transform: rotate(135deg);
  margin-top: 11px;
  margin-left: 5px;
  font-size: 27px;
}
.as-minus{
  width: 14px;
  padding-top: 6px;
  border-top: 2.5px solid #333;
  display: inline-block;
}
.as-minus:after{
  content: "";
  font-weight: bold;
  font-size: 25px;
  line-height: 0;
}
.al-detail{
  width: 100%;
  position: relative;
  padding: 10px;
  background: #f5f5f5;
  color: #333;
  box-sizing: border-box;
  display: none;
}
.al-detail dl{
  margin-bottom: 10px;
}
.al-detail dl:last-child{
  margin-bottom: 0;
}
.al-detail dl:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.al-detail dt{
  float: left;
}
.al-detail dd{
  float: right;
}

/*--退貨頁籤--*/
.rg-tab-wrap{
  width: 100%;
  position: relative;
}
.rg-tab-list{
  width: 100%;
  position: relative;
}
.rg-tab-list:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.rg-tab-list li{
  float: left;
  width: 33.333%;
  height: 44px;
  line-height: 44px;
  color: #666;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  background: #efefef;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ccc;
  border-left: none;
  box-sizing: border-box;
}
.rg-tab-list li:first-child{
  border-left: 1px solid #ccc;
}
.rg-tab-list li.rg-active{
  background: #588C3F;
  border-bottom: 1px solid #588C3F;
  color: #fff;
}
.rg-tab-content{
  margin:  10px auto 10px;
}
.scrollToTop .t-icon {
    font-size: 25px;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 13px;
    font-family: "Arail"
}
.scrollToTop.visible {
    visibility: visible;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.scrollToTop {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    position: fixed;
    bottom: 100px;
    right: 20px;
    visibility: hidden;
    background: #000000;
    text-decoration: none;
    z-index: 10;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}
.other-content {
  margin-top: 5px;
}
.other-content input {
  width: 100%;
}


/*---- 回報記錄 ----*/
.q-list-box {
    width: 100%;
    height: auto;
    border: 1px solid #999;
    border-radius: 5px;
    background: #FFF;
    box-sizing: border-box;
    margin-top: 20px;
}
.q-list-box * {
    box-sizing: border-box;
}
a.qlb-row {
    width: 100%;
    padding: 10px 10px;
    font-size: 13px;
    font-weight: normal;
    color: #777;
    display: block;
    border-bottom: 1px solid #999;
    position: relative;
}
a.qlb-row:after {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    background: url(../images/list_icon.svg) -2px -22px;
    content: '';
}
a.qlb-row:last-child {
    border-bottom: none;
}
.qlb-row.qlb-pending .qlb-state {
    color: #588C3F;
}
.qlb-row.qlb-processing .qlb-state {
    color: #E41122;
}
.qlb-row.qlb-finish {
    background: #EEE;
}
.qlb-row.qlb-finish .qlb-state {
    color: #555;
}
.qlb-row.qlb-finish .qd-title {
    color: #555;
}
.qlb-row .qlb-cell {
    display: inline-block;
    vertical-align: middle;
}
.qlb-row .qlb-date {
    width: 75px;
    position: absolute;
    top: 10px;
    right: 43px;
}
.qlb-row .qlb-des {
    width: calc(100% - 90px);
    padding-right: 10px;
}
.qlb-row .qd-title {
    width: 100%;
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    color: #111;
    padding: 6px 0;
}
.qlb-row .qlb-state {
    width: 60px;
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
}
.note-box2 {
    width: 100%;
    padding: 12px 15px;
    margin-top: 20px;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    background: #EEE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}
.note-box2 .hl-txt {
    color: #E41122;
    font-weight: bold;
    font-size: 15px;
}
.note-box2 p + p {
    margin-top: 5px;
}
/*---- 帳務進出明細 ----*/
.aad-list-box {
    width: 100%;
    height: auto;
    border: 1px solid #999;
    border-radius: 5px;
    background: #FFF;
    box-sizing: border-box;
    margin-top: 20px;
}
.aad-list-box * {
    box-sizing: border-box;
}
.aadlb-nolink .aadlb-row .aadlb-positive,
.aadlb-nolink .aadlb-row .aadlb-negative {
    width: 110px;
    padding-right: 0px;
}
.aadlb-nolink a.aadlb-row:after {
    display: none;
}
a.aadlb-row {
    width: 100%;
    padding: 10px 10px;
    font-size: 13px;
    font-weight: normal;
    color: #777;
    display: block;
    border-bottom: 1px solid #999;
    position: relative;
}
a.aadlb-row:after {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    background: url(../images/list_icon.svg) -2px -22px;
    content: '';
}
a.aadlb-row:last-child {
    border-bottom: none;
}
/*---- .aadlb-row.aadlb-pending .aadlb-state {
    color: #588C3F;
}----*/
.aadlb-row.qlb-processing .aadlb-state {
    color: #E41122;
}
.aadlb-row.aadlb-finish {
    background: #EEE;
}
.aadlb-row.qlb-finish .aadlb-state {
    color: #555;
}
.aadlb-row.qlb-finish .aadd-title {
    color: #555;
}
.aadlb-row .aadlb-cell {
    display: inline-block;
    vertical-align: middle;
}
.aadlb-row .aadlb-date {
    width: 75px;
    position: absolute;
    top: 10px;
    right: 43px;
}
.aadlb-row .aadlb-des {
    width: calc(100% - 115px);
    padding-right: 10px;
}
.aadlb-row .aadd-title {
    width: 100%;
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    color: #111;
    padding: 6px 0;
}
.aadlb-row .aadd-txt {
    width: 100%;
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
}
.aadlb-row .aadlb-positive {
    width: 60px;
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
	color: #588C3F;
}
.aadlb-row .aadlb-negative {
    width: 60px;
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
	color: #666;
}
/*----*/


/*-- 連結選單 --*/
.subnav-list {
  background-color: #FFF;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) ;
  border: 1px solid #CCC;
  border-radius: 5px;
}
.subnav-list ul li {
  border-bottom: 1px solid #CCC;
  overflow: hidden;
  position: relative;
}
.subnav-list ul li a {
  font-size: 15px;
  padding: 12px 12px;
  display: block;
  position: relative;
}
.subnav-list ul li:after {
  content:  "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  right: 12px;
  background: url(../images/arrow_down.png) center center no-repeat;
  transform: rotate(-90deg);
}
/*----*/


/*-- 頁碼 --*/
.pagenum-box {
  width:  100%;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}
.pagenum-box a {
  color: #588c3F;
  text-decoration: none;
}
.pnb-link, .pnb-list, .pnb-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.pnb-link i {
  width: 10px;
  height: 12px;
  margin-top: -3px;
  display: inline-block;
}
.pl-first {
  background: url(../images/form_icon.png) -160px 0;
  margin-right: 5px;
}
.pl-prev {
  background: url(../images/form_icon.png) -160px -12px;
  margin-right: 5px;
}
.pl-next {
  background: url(../images/form_icon.png) -170px -12px;
  margin-left: 5px;
}
.pl-last {
  background: url(../images/form_icon.png) -170px 0;
  margin-left: 5px;
}
.about_inner .pnb-list {
  margin: 0 5px;
}
.about_inner .pnb-list li {
  margin: 0 5px;
  list-style-type: none;
}
.about_inner .pnb-list li a {
  font-size: 14px;
  width: 10px;
  display: inline-block;
}
/*----*/

/*-- 標籤 --*/
.tab-main-box {
  width: 100%;
}
.tab-main-box * {
  box-sizing: border-box;
}
.tmb-list {
  width: 100%;
  position: relative;
  text-align: center;
  background: #EEFDEA;
  border-radius: 6px;
  padding: 12px 10px;
  margin-bottom: 20px;
}
.tmb-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 7px;
  margin: 3px 5px;
  font-size: 13px;
  color: #588C3F;
  font-weight: bold;
  border-radius: 5px;
  transition: .2s;
  cursor: pointer;
}
.tmb-list li:hover {
  background-color: #DDF6D6;
}
.tmb-list li.tl-act {
  background-color: #588C3F;
  color: #fff;
}
.tmb-content {
  display: none;
}
.tmb-content:nth-of-type(1) {
  display: block;
}
/*----*/

/*-- 內文設定 --*/
.gb-title {
  width: 100%;
  color: #588c3f;
  font-size: 17px;
  line-height: 1.5;
  margin: 20px 0;
}
.gb-title:first-of-type {
    margin-top: 20px;
}
.gb-txt, .about .gb-txt {
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
  margin: 10px 0;
}
.gb-list {
  width: 100%;
  padding-left: 20px;
  text-align: left;
  box-sizing: border-box;
}
.gb-list li {
  margin-bottom: 3px;
  list-style-type: decimal;
  font-size: 15px;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-all;
}
.gb-list li:last-child {
  margin-bottom: 0px;
}
.gb-pic {
  width: 100%;
  max-width: 625px;
  margin: 20px auto;
  text-align: center;
}
.gb-pic img {
    max-width: 100%;
}

.gb-pic.gp-w img {
    width: 100%;
}

/*表格*/
.content .gb-table {
  width: 100%;
  margin: 20px 0;
}
.content .gb-table .gb-list li {
  font-size: 13px;
}
.content .gb-table table {
  width: 100%;
}
.content .gb-table td, .content .gb-table th {
  border: 1px solid #CCC;
  padding: 15px 8px;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
}
.content .gb-table th {
  background-color: #EEFDEA;
}
.content .gb-table .al_l {
  text-align: left;
}
.tmb-content .gb-table td, 
.tmb-content .gb-table th {
  padding: 6px 8px;
}
/*----*/

/*-- 下拉內容 --*/
.gb-slide-contant {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.gb-slide-contant * {
  box-sizing: border-box;
}
.gsc-box {
  width: 100%;
  position: relative;
  border: 1px solid #DDD;
}
.gsc-box + .gsc-box {
  border-top: none;
}
.gsc-box.gsb-act dt:before {
  transform: rotate(180deg);
}
.gsc-box dt {
  width: 100%;
  padding: 10px 15px;
  background: #FFF;
  font-size: 15px;
  line-height: 1.5;
  color: #588C3F;
  border-bottom: 1px solid #DDD;
  position: relative;
  cursor: pointer;
}
.gsc-box dt:before {
  content: "";
  display: block;
  width: 14px;
  height: 9px;
  position: absolute;
  right: 20px;
  top: calc(50% - 3px);
  background: url(../images/arrow_down.png) center center no-repeat;
  transition: .3s;
}
.gsc-box dd {
  width: 100%;
  padding: 15px 15px;
  background: #F0EFEF;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  position: relative;
  display: none;
}
.gsc-box .gsb-tbl-box {
  padding: 7px 7px;
}
.gsc-box .gsb-tbl-box .gb-table {
  margin: 0;
}
.gsc-box ul.resolution{padding-left: 20px;}
.gsc-box ul.resolution li{list-style-type: disc;}

/*----*/


/*-- 服務申請 --*/
.service-alpply-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .service-alpply-list * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .service-alpply-list li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 0px 20px;
    border: 1px solid #CCC;
    position: relative;
    background: #FFF;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .service-alpply-list .sal-review .sal-status, 
  .service-alpply-list .sal-opened .sal-status, 
  .service-alpply-list .sal-warning .sal-status {
    display: block; }
.service-alpply-list .sal-review .sal-status {
  background: #37b498; }
  .service-alpply-list .sal-review .sal-status:before {
    background-image: url("../images/ap-icon-w-20-input-audit.svg"); }
  .service-alpply-list .sal-review .sal-status:after {
    border-top-color: #37b498; }
.service-alpply-list .sal-opened .sal-status {
  background: #92ae44; }
  .service-alpply-list .sal-opened .sal-status:before {
    background-image: url("../images/ap-icon-w-20-input-success.svg"); }
  .service-alpply-list .sal-opened .sal-status:after {
    border-top-color: #92ae44; }

  .service-alpply-list .sal-warning .sal-status {
    background: #f22222; }
    .service-alpply-list .sal-warning .sal-status:before {
      background-image: url("../images/ap_icon_w20_input_tip.svg"); }
    .service-alpply-list .sal-warning .sal-status:after {
      border-top-color: #f22222; }
      
.service-alpply-list .sal-status {
  display: none;
  width: 100%;
  height: 40px;
  background: transparent;
  font-size: 16px;
  color: white;
  line-height: 1;
  text-align: center;
  padding: 11px 10px 0;
  position: relative;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }
  .service-alpply-list .sal-status:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: transparent center center / contain no-repeat; }
  .service-alpply-list .sal-status:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 5px 0 5px;
    border-color: #FFF transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -13px;
    left: calc(50% - 5px); }
  .service-alpply-list .sal-status .sls-txt {
    display: inline-block;
    vertical-align: -2px;
    color: white; }
.service-alpply-list .sal-title {
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #497533;
  font-weight: bold;
  padding-top: 22px;
  margin-bottom: 15px; }
.service-alpply-list .sal-txt {
  width: 100%;
  min-height: 60px;
  text-align: left;
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  padding: 0 20px; }
.service-alpply-list .sla-btn-box {
  width: 100%;
    text-align: center;
    padding: 0 20px; }
.service-alpply-list .sbb-btn {
  width: 100%;
  height: 36px;
  line-height: 35px;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  color: #222;
  background: #f7f7f7;
  border: 1px solid #d2d2d2;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .service-alpply-list .sbb-btn:hover, .service-alpply-list .sbb-btn:active {
    background: #eaeaea;
    text-decoration: none; }
  .service-alpply-list .sbb-btn + .sbb-btn {
    margin-top: 10px; }
  .service-alpply-list .sbb-btn.sbtn-red {
      color: #6aa64e;
      background: white;
      border-color: #ccc;
      /* color: #f22222;
      background: #ffdddd;
      border-color: #f99797;  */
    }
    .service-alpply-list .sbb-btn.sbtn-red:hover, .service-alpply-list .sbb-btn.sbtn-red:active {
        color: #3e612d;
        border-color: #999999;
        /* background: #ffaaaa;  */
    }
  .service-alpply-list .sbb-btn.sbtn-green {
    color: #FFF;
    background: #6aa64e;
    border-color: #3c6e22; }
    .service-alpply-list .sbb-btn.sbtn-green:hover, .service-alpply-list .sbb-btn.sbtn-green:active {
      background: #54833e; }
  .service-alpply-list .sbb-btn.sbtn-gray-border {
    color: #6aa64e;
    background: white;
    border-color: #ccc; }
    .service-alpply-list .sbb-btn.sbtn-gray-border:hover, .service-alpply-list .sbb-btn.sbtn-gray-border:active {
      color: #3e612d;
      border-color: #999999; }
  .service-alpply-list .sbb-btn.sbtn-disabled {
    color: #555555;
    background: #cecece;
    border: 1px solid #b3b3b3;
    cursor: default; }
    .service-alpply-list .sbb-btn.sbtn-disabled:hover, .service-alpply-list .sbb-btn.sbtn-disabled:active {
      background: #cecece; }
/*----*/


/*----*/
.f-subtitle {margin-top: 15px;margin-bottom: 5px; font-size: 18px; position: relative;}
/*----*/




/*-- 物流服務 --*/
.scl-logistics-way {
    width: 100%;
    margin-top: 20px;
}

.scl-logistics-way * {
    box-sizing: border-box;
}

.scl-logistics-way .slw-content {
    margin-bottom: 25px;
}

.scl-logistics-way .slc-subtitle {
    width: 100%;
    padding-bottom: 5px;
    margin: 0 auto 15px;
    border-bottom: 1px solid #CCC;
    font-size: 18px;
    font-weight: bold;
    color: #588c3f;
    line-height: 1.4;
}

.scl-logistics-way .slc-subtitle2 {
    width: 100%;
    margin: 0 0 8px 0;
    text-align: left;
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}

.scl-logistics-way a, .scl-logistics-way .radio {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.scl-logistics-way .sf-radio-box2, .scl-logistics-way .sf-check-box2 {
    width: 100%;
    display: block;
    position: relative;
}

.scl-logistics-way .sf-radio-box2:after, .scl-logistics-way .sf-check-box2:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.scl-logistics-way .sf-radio-box2 dd, .scl-logistics-way .sf-check-box2 dd {
    width: 100%;
}

.scl-logistics-way .sf-radio-box2 .sr2-radio, .scl-logistics-way .sf-radio-box2 .sc2-check, .scl-logistics-way .sf-check-box2 .sr2-radio, .scl-logistics-way .sf-check-box2 .sc2-check {
    width: calc(50% - 15px);
    margin-right: 30px;
    display: block;
    float: left;
}
.scl-logistics-way .sf-check-box2 .sc2-check.sc3-w:nth-child(n) {
  width: calc(33% - 18px);
  margin-right: 30px;
}

.scl-logistics-way .sf-radio-box2 .sr2-radio:nth-child(2n), .scl-logistics-way .sf-radio-box2 .sc2-check:nth-child(2n), .scl-logistics-way .sf-check-box2 .sr2-radio:nth-child(2n), .scl-logistics-way .sf-check-box2 .sc2-check:nth-child(2n), .scl-logistics-way .sf-check-box2 .sc2-check.sc3-w:nth-child(3n) {
    margin-right: 0px;
}

.scl-logistics-way .sf-radio-box2 .sr2-radio input[type="radio"], .scl-logistics-way .sf-radio-box2 .sr2-radio input[type="checkbox"], .scl-logistics-way .sf-radio-box2 .sc2-check input[type="radio"], .scl-logistics-way .sf-radio-box2 .sc2-check input[type="checkbox"], .scl-logistics-way .sf-check-box2 .sr2-radio input[type="radio"], .scl-logistics-way .sf-check-box2 .sr2-radio input[type="checkbox"], .scl-logistics-way .sf-check-box2 .sc2-check input[type="radio"], .scl-logistics-way .sf-check-box2 .sc2-check input[type="checkbox"] {
    display: none;
}

.scl-logistics-way .sf-radio-box2 .sr2-radio.disabled, .scl-logistics-way .sf-radio-box2 .sc2-check.disabled, .scl-logistics-way .sf-check-box2 .sr2-radio.disabled, .scl-logistics-way .sf-check-box2 .sc2-check.disabled {
    color: #afc0c1;
}

.scl-logistics-way .sf-radio-box2 .sr2-radio .radio, .scl-logistics-way .sf-radio-box2 .sr2-radio .checkbox, .scl-logistics-way .sf-radio-box2 .sc2-check .radio, .scl-logistics-way .sf-radio-box2 .sc2-check .checkbox, .scl-logistics-way .sf-check-box2 .sr2-radio .radio, .scl-logistics-way .sf-check-box2 .sr2-radio .checkbox, .scl-logistics-way .sf-check-box2 .sc2-check .radio, .scl-logistics-way .sf-check-box2 .sc2-check .checkbox {
    width: 100%;
    height: 150px;
    cursor: pointer;
    overflow: visible;
    display: inline-block;
    position: relative;
    vertical-align: top;
    background: #FFF;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    border: 3px solid #CCC;
    padding: 55px 15px 20px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scl-logistics-way .sf-radio-box2 .sr2-radio .radio .sr2-title, .scl-logistics-way .sf-radio-box2 .sr2-radio .checkbox .sr2-title, .scl-logistics-way .sf-radio-box2 .sc2-check .radio .sr2-title, .scl-logistics-way .sf-radio-box2 .sc2-check .checkbox .sr2-title, .scl-logistics-way .sf-check-box2 .sr2-radio .radio .sr2-title, .scl-logistics-way .sf-check-box2 .sr2-radio .checkbox .sr2-title, .scl-logistics-way .sf-check-box2 .sc2-check .radio .sr2-title, .scl-logistics-way .sf-check-box2 .sc2-check .checkbox .sr2-title {
    font-size: 18px;
    line-height: 1.3;
    color: #333;
}

.scl-logistics-way .sf-radio-box2 .sr2-radio .radio .sr2-txt, .scl-logistics-way .sf-radio-box2 .sr2-radio .checkbox .sr2-txt, .scl-logistics-way .sf-radio-box2 .sc2-check .radio .sr2-txt, .scl-logistics-way .sf-radio-box2 .sc2-check .checkbox .sr2-txt, .scl-logistics-way .sf-check-box2 .sr2-radio .radio .sr2-txt, .scl-logistics-way .sf-check-box2 .sr2-radio .checkbox .sr2-txt, .scl-logistics-way .sf-check-box2 .sc2-check .radio .sr2-txt, .scl-logistics-way .sf-check-box2 .sc2-check .checkbox .sr2-txt {
    font-size: 13px;
    line-height: 1.4;
    color: #666;
    margin-top: 2px;
}

.scl-logistics-way .sf-radio-box2 .sr2-radio .radio.on-touch, .scl-logistics-way .sf-radio-box2 .sr2-radio .checkbox.on-touch, .scl-logistics-way .sf-radio-box2 .sc2-check .radio.on-touch, .scl-logistics-way .sf-radio-box2 .sc2-check .checkbox.on-touch, .scl-logistics-way .sf-check-box2 .sr2-radio .radio.on-touch, .scl-logistics-way .sf-check-box2 .sr2-radio .checkbox.on-touch, .scl-logistics-way .sf-check-box2 .sc2-check .radio.on-touch, .scl-logistics-way .sf-check-box2 .sc2-check .checkbox.on-touch {
    border-color: #a9ce98;
    background: #f9fff6;
}

.scl-logistics-way .sf-radio-box2 .sr2-radio label.radio:before, .scl-logistics-way .sf-radio-box2 .sr2-radio label.checkbox:before, .scl-logistics-way .sf-radio-box2 .sc2-check label.radio:before, .scl-logistics-way .sf-radio-box2 .sc2-check label.checkbox:before, .scl-logistics-way .sf-check-box2 .sr2-radio label.radio:before, .scl-logistics-way .sf-check-box2 .sr2-radio label.checkbox:before, .scl-logistics-way .sf-check-box2 .sc2-check label.radio:before, .scl-logistics-way .sf-check-box2 .sc2-check label.checkbox:before {
    background: white;
    content: '';
    position: absolute;
    top: 20px;
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
    border: 2px solid #d4d4d4;
    background: #FFF;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.scl-logistics-way .sf-radio-box2 .sr2-radio label.radio:after, .scl-logistics-way .sf-radio-box2 .sr2-radio label.checkbox:after, .scl-logistics-way .sf-radio-box2 .sc2-check label.radio:after, .scl-logistics-way .sf-radio-box2 .sc2-check label.checkbox:after, .scl-logistics-way .sf-check-box2 .sr2-radio label.radio:after, .scl-logistics-way .sf-check-box2 .sr2-radio label.checkbox:after, .scl-logistics-way .sf-check-box2 .sc2-check label.radio:after, .scl-logistics-way .sf-check-box2 .sc2-check label.checkbox:after {
    opacity: 0;
    content: '';
    position: absolute;
    top: 24px;
    left: calc(50% - 4px);
    width: 6px;
    height: 11px;
    border: 2px solid transparent;
    border-left: none;
    border-top: none;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.scl-logistics-way .sf-radio-box2 .sr2-radio input[type=radio]:checked + label.radio, .scl-logistics-way .sf-radio-box2 .sr2-radio input[type=checkbox]:checked + label.checkbox, .scl-logistics-way .sf-radio-box2 .sc2-check input[type=radio]:checked + label.radio, .scl-logistics-way .sf-radio-box2 .sc2-check input[type=checkbox]:checked + label.checkbox, .scl-logistics-way .sf-check-box2 .sr2-radio input[type=radio]:checked + label.radio, .scl-logistics-way .sf-check-box2 .sr2-radio input[type=checkbox]:checked + label.checkbox, .scl-logistics-way .sf-check-box2 .sc2-check input[type=radio]:checked + label.radio, .scl-logistics-way .sf-check-box2 .sc2-check input[type=checkbox]:checked + label.checkbox {
    background: #68a54b;
    border-color: #3b6e22;
}

.scl-logistics-way .sf-radio-box2 .sr2-radio input[type=radio]:checked + label.radio .sr2-title, .scl-logistics-way .sf-radio-box2 .sr2-radio input[type=radio]:checked + label.radio .sr2-txt, .scl-logistics-way .sf-radio-box2 .sr2-radio input[type=checkbox]:checked + label.checkbox .sr2-title, .scl-logistics-way .sf-radio-box2 .sr2-radio input[type=checkbox]:checked + label.checkbox .sr2-txt, .scl-logistics-way .sf-radio-box2 .sc2-check input[type=radio]:checked + label.radio .sr2-title, .scl-logistics-way .sf-radio-box2 .sc2-check input[type=radio]:checked + label.radio .sr2-txt, .scl-logistics-way .sf-radio-box2 .sc2-check input[type=checkbox]:checked + label.checkbox .sr2-title, .scl-logistics-way .sf-radio-box2 .sc2-check input[type=checkbox]:checked + label.checkbox .sr2-txt, .scl-logistics-way .sf-check-box2 .sr2-radio input[type=radio]:checked + label.radio .sr2-title, .scl-logistics-way .sf-check-box2 .sr2-radio input[type=radio]:checked + label.radio .sr2-txt, .scl-logistics-way .sf-check-box2 .sr2-radio input[type=checkbox]:checked + label.checkbox .sr2-title, .scl-logistics-way .sf-check-box2 .sr2-radio input[type=checkbox]:checked + label.checkbox .sr2-txt, .scl-logistics-way .sf-check-box2 .sc2-check input[type=radio]:checked + label.radio .sr2-title, .scl-logistics-way .sf-check-box2 .sc2-check input[type=radio]:checked + label.radio .sr2-txt, .scl-logistics-way .sf-check-box2 .sc2-check input[type=checkbox]:checked + label.checkbox .sr2-title, .scl-logistics-way .sf-check-box2 .sc2-check input[type=checkbox]:checked + label.checkbox .sr2-txt {
    color: #FFF;
}

.scl-logistics-way .sf-radio-box2 .sr2-radio input[type=radio]:checked + label:before, .scl-logistics-way .sf-radio-box2 .sr2-radio input[type=checkbox]:checked + label:before, .scl-logistics-way .sf-radio-box2 .sc2-check input[type=radio]:checked + label:before, .scl-logistics-way .sf-radio-box2 .sc2-check input[type=checkbox]:checked + label:before, .scl-logistics-way .sf-check-box2 .sr2-radio input[type=radio]:checked + label:before, .scl-logistics-way .sf-check-box2 .sr2-radio input[type=checkbox]:checked + label:before, .scl-logistics-way .sf-check-box2 .sc2-check input[type=radio]:checked + label:before, .scl-logistics-way .sf-check-box2 .sc2-check input[type=checkbox]:checked + label:before {
    border-color: white;
    background: #68a54b;
}

.scl-logistics-way .sf-radio-box2 .sr2-radio input[type=radio]:checked + label:after, .scl-logistics-way .sf-radio-box2 .sr2-radio input[type=checkbox]:checked + label:after, .scl-logistics-way .sf-radio-box2 .sc2-check input[type=radio]:checked + label:after, .scl-logistics-way .sf-radio-box2 .sc2-check input[type=checkbox]:checked + label:after, .scl-logistics-way .sf-check-box2 .sr2-radio input[type=radio]:checked + label:after, .scl-logistics-way .sf-check-box2 .sr2-radio input[type=checkbox]:checked + label:after, .scl-logistics-way .sf-check-box2 .sc2-check input[type=radio]:checked + label:after, .scl-logistics-way .sf-check-box2 .sc2-check input[type=checkbox]:checked + label:after {
    opacity: 1;
    border-color: white;
}

.scl-logistics-way .sf-radio-box2 .sr2-radio input[type=radio]:disabled + label.radio, .scl-logistics-way .sf-radio-box2 .sr2-radio input[type=checkbox]:disabled + label.checkbox, .scl-logistics-way .sf-radio-box2 .sc2-check input[type=radio]:disabled + label.radio, .scl-logistics-way .sf-radio-box2 .sc2-check input[type=checkbox]:disabled + label.checkbox, .scl-logistics-way .sf-check-box2 .sr2-radio input[type=radio]:disabled + label.radio, .scl-logistics-way .sf-check-box2 .sr2-radio input[type=checkbox]:disabled + label.checkbox, .scl-logistics-way .sf-check-box2 .sc2-check input[type=radio]:disabled + label.radio, .scl-logistics-way .sf-check-box2 .sc2-check input[type=checkbox]:disabled + label.checkbox {
    background: #EEE;
    border-color: #CCC;
}

.scl-logistics-way .sf-radio-box2 .sr2-radio input[type=radio]:disabled + label.radio .sr2-title, .scl-logistics-way .sf-radio-box2 .sr2-radio input[type=radio]:disabled + label.radio .sr2-txt, .scl-logistics-way .sf-radio-box2 .sr2-radio input[type=checkbox]:disabled + label.checkbox .sr2-title, .scl-logistics-way .sf-radio-box2 .sr2-radio input[type=checkbox]:disabled + label.checkbox .sr2-txt, .scl-logistics-way .sf-radio-box2 .sc2-check input[type=radio]:disabled + label.radio .sr2-title, .scl-logistics-way .sf-radio-box2 .sc2-check input[type=radio]:disabled + label.radio .sr2-txt, .scl-logistics-way .sf-radio-box2 .sc2-check input[type=checkbox]:disabled + label.checkbox .sr2-title, .scl-logistics-way .sf-radio-box2 .sc2-check input[type=checkbox]:disabled + label.checkbox .sr2-txt, .scl-logistics-way .sf-check-box2 .sr2-radio input[type=radio]:disabled + label.radio .sr2-title, .scl-logistics-way .sf-check-box2 .sr2-radio input[type=radio]:disabled + label.radio .sr2-txt, .scl-logistics-way .sf-check-box2 .sr2-radio input[type=checkbox]:disabled + label.checkbox .sr2-title, .scl-logistics-way .sf-check-box2 .sr2-radio input[type=checkbox]:disabled + label.checkbox .sr2-txt, .scl-logistics-way .sf-check-box2 .sc2-check input[type=radio]:disabled + label.radio .sr2-title, .scl-logistics-way .sf-check-box2 .sc2-check input[type=radio]:disabled + label.radio .sr2-txt, .scl-logistics-way .sf-check-box2 .sc2-check input[type=checkbox]:disabled + label.checkbox .sr2-title, .scl-logistics-way .sf-check-box2 .sc2-check input[type=checkbox]:disabled + label.checkbox .sr2-txt {
    color: #666;
}


@media (max-width:568px) {
    .scl-logistics-way .sf-radio-box2 .sr2-radio, .scl-logistics-way .sf-radio-box2 .sc2-check, .scl-logistics-way .sf-check-box2 .sr2-radio, .scl-logistics-way .sf-check-box2 .sc2-check, .scl-logistics-way .sf-check-box2 .sc2-check.sc3-w:nth-child(n) {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 10px;
        display: block;
        float:  none;
    }

    .scl-logistics-way .sf-radio-box2 .sr2-radio:nth-child(2n), .scl-logistics-way .sf-radio-box2 .sc2-check:nth-child(2n), .scl-logistics-way .sf-check-box2 .sr2-radio:nth-child(2n), .scl-logistics-way .sf-check-box2 .sc2-check:nth-child(2n) {
        margin-right: auto;
    }

    .scl-logistics-way .sf-radio-box2 .sr2-radio:last-child, .scl-logistics-way .sf-radio-box2 .sc2-check:last-child, .scl-logistics-way .sf-check-box2 .sr2-radio:last-child, .scl-logistics-way .sf-check-box2 .sc2-check:last-child {
        margin-bottom: 0;
    }

    .scl-logistics-way .sf-radio-box2 .sr2-radio .radio, .scl-logistics-way .sf-radio-box2 .sr2-radio .checkbox, .scl-logistics-way .sf-radio-box2 .sc2-check .radio, .scl-logistics-way .sf-radio-box2 .sc2-check .checkbox, .scl-logistics-way .sf-check-box2 .sr2-radio .radio, .scl-logistics-way .sf-check-box2 .sr2-radio .checkbox, .scl-logistics-way .sf-check-box2 .sc2-check .radio, .scl-logistics-way .sf-check-box2 .sc2-check .checkbox {
        height: auto;
        min-height: 150px;
    }
}

/*----*/


/*--其他--*/
.item-delete {
  font-size: 14px;
  position: absolute;
  top: 1px;
  right: 0;
  display: block;
}
/*----*/




/*-- 收款審核販售網址頁面範例 --*/
.sc-block-list {
  width: 100%;
  position: relative;
}

.sc-block-list {
  zoom: 1;
}

.sc-block-list:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.sc-block-list li {
  float: left;
  width: calc(50% - 6px);
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 10px;
  margin: 7px 12px 7px 0;
  border: 1px solid #CCC;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.sc-block-list li:hover {
  border-color: #888;
}

.sc-block-list li:nth-child(2n) {
  margin-right: 0;
}

.sc-block-list li .sbl-img {
  width: 100%;
}

.sc-block-list li .sbl-img img {
  width: 100%;
  display: block;
}

.sc-block-list li a {
  display: block;
}

.sc-block-list li .sbl-txt {
  width: 100%;
  color: #333;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  margin-top: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sc-block-list li .sbl-des {
  width: 100%;
  height: 40px;
  color: #555;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
  margin-top: 5px;
}
/*----*/



/* about 合作夥伴 ================= */
.partner_inner {
  width: 100%;
}
.partner_inner * {
  box-sizing: border-box;
}
.partner_inner ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.partner_inner ul li {
  width: calc(33.33% - 16px);
  background-color: #FFF;
  border: 1px solid #CCC;
  padding: 5px 8px;
  margin: 10px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner_inner ul li img {
  display: inline-block;
  max-width: 100%;
}

@media (max-width:568px) {
  .partner_inner ul li {
    width: calc(50% - 16px);
  }
}
/*----*/



/*-- 條款日期區塊 --*/
.terms-date-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.terms-date-box .tdb-txt {
  color: #F05555;
  font-size: 14px;
  line-height: 1.4;
}
.terms-date-box .tdb-link {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.4;
}
/*----*/





/*-- 圖片上傳 --*/
.review-pic-box {
  width: 100%;
}

.review-pic-box * {
  box-sizing: border-box;
}

.review-pic-box .rpb-file {
  display: block;
  position: relative;
  margin: 0px 0 0;
}

.review-pic-box .rpb-file dt {
  width: 100%;
  margin: 5px 0 20px 0;
  text-align: left;
}

.review-pic-box .rpb-file dd {
  width: calc(50% - 10px);
  float: left;
  margin: 0 20px 20px 0;
}

.review-pic-box .rpb-file dd:nth-of-type(2n) {
  margin-right: 0;
}

.review-pic-box .rpb-file dd img {
  width: 100%;
}

.review-pic-box .rpb-file .rf-withbtn .rw-btn {
  margin-left: 5px;
}

.review-pic-box .rpb-file:after,
.review-pic-box .rpb-file .rf-withbtn:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.inp-required {
    color: #f85766;
    font-size: 13px;
    font-weight: bold;
    margin-left: 2px;
    vertical-align: top;
}

.review-pic-box .rpb-file .sff-title {
  width: 100%;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  margin-bottom: 5px;
}

.review-pic-box .rpb-file .sff-tip {
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
  color: #555;
  text-align: left;
  margin-top: 2px;
}

.review-pic-box .rpb-file .tdl-photo-file {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 66.5%;
  background: #f0f0f0 url("../images/ic-add-img.svg") center center/28px 28px no-repeat;
  border: 2px solid #ccc;
}

.review-pic-box .rpb-file .tdl-photo-file .tdl-img-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-size: contain;
  overflow: hidden;
  z-index: 10;
}

.review-pic-box .rpb-file .tdl-photo-file .tdl-input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 11;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.review-pic-box .rpb-file .tdl-photo-file .tdl-file-close {
  display: none;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 12;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../images/ic-del-full.svg") top left/contain no-repeat;
}

.review-pic-box .rpb-file .input-file-cover {
  width: 100%;
  margin: 0;
}

.review-pic-box .rpb-file .ifc-input {
  display: block;
  height: 50px;
  padding-right: 40px;
}

.review-pic-box .rpb-file .input-file-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 50px;
}

.review-pic-box .rpb-file .input-file {
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.review-pic-box .rpb-file .input-file-clear {
  width: 20px;
  height: 20px;
  line-height: 17px;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #EEE;
  display: block;
  background: #888;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 6;
  cursor: pointer;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
}

.review-pic-box .rpb-file:hover .ifc-input {
  border: 1px solid #588c3f;
}


/*--新增備註--*/
.sub_notes{
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.4;
  margin: 5px 0 10px;
}
.sub_notes li{
  list-style: decimal;
  margin-bottom: 5px;
}
/*----*/


@media (max-width:450px) {
  .review-pic-box .rpb-file dd {
      width: 100%;
      max-width: 350px;
      float: none;
      margin: 0 auto 20px auto;
  }
  .review-pic-box .rpb-file dd:nth-of-type(2n) {
    margin-right: auto;
  }
}
/*----*/



/*--圖片上傳範例--*/
.sc-block-list2 {
  width: 100%;
  padding: 0 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  box-sizing: border-box;
}

.sc-block-list2 * {
  box-sizing: border-box;
}

.sc-block-list2.sbl-active li {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.sc-block-list2 li {
  width: calc(50% - 16px);
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 10px;
  margin: 7px 16px 7px 0;
  border: 1px solid #CCC;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.sc-block-list2 li:nth-child(2n) {
  margin-right: 0;
}

.sc-block-list2 li .sbl-img {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  background: #f4f4f4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.sc-block-list2 li .sbl-img img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.sc-block-list2 li a {
  display: block;
}

.sc-block-list2 li .sbl-txt {
  width: 100%;
  height: 34px;
  color: #333;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width:568px) {
  .sc-block-list2 li {
    width: 100%;
    color: #555;
    margin: 7px 0px;
  }

  .sc-block-list2 li:nth-child(2n) {
    margin: 10px 0px;
  }

}
/*----*/

/*-- 綠界服務費率表 --*/
.business li a {
  color: #078a63;
}
.business li.current a {
  background: #078a63;
}
.business li.current::after {
  border-top-color: #078a63;
}
.spec li a {
  color: #075a8a;
}
.spec li.current a {
  background: #075a8a;
}
.spec li.current::after {
  border-top-color: #075a8a;
}
/* 固定左側 */
.fixed-box {
  overflow: auto;
  width: 100%;
}
.fixed-box table {
  table-layout: fixed;
  background-color: transparent;
}
.fixed-box table th {
  width: 130px;
}
.fixed-box table th {
  position: sticky;
  left: 0;
  z-index: 1;
}

.w480 table td {
  width: 480px;
}
.w360 table td {
  width: 360px;
}
.w240 table td {
  width: 240px;
}
.w120 table td {
  width: 120px;
}

.fees-type-list {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}
.fees-type-list dt {
  font-weight: bold;
  flex: 0 0 75px;
}
.fees-type-list dd {
  flex: 0 0 calc(100% - 75px);
  margin-bottom: 10px;
}
h3.title {
  background-color: #eefdea;
  color: #588c3f;
  margin: 0;
  padding: 10px;
  text-align: center;
}
h4.item-title {
  background-color: #588c3f;
  color: #fff;
  font-size: 15px;
  padding: 10px;
  text-align: center;
}
.fees table {
  font-size: 14px;
}

.fees table th, .fixed-box table td {
  border-color: transparent;
}
.fees table th {
  background-color: #EEFDEA;
  border-color: #efefef;
  font-size: 14px;
}
.fees table td {
  background-color: #fff;
  border-color: #efefef;
  font-size: 14px;
}
.fees table .item {
  background-color: #588c3f;
  color: #fff;
}
.fees table .sub-item {
  background-color: #FFFEEE;
  color: #424026;
  font-weight: bold;
}

.business-box h3.title {
  background-color: #e0f6f0;
  color: #078a63;
}
.business-box .fees table th {
  background-color: #e8f3f0;
}
.business-box .fees table .item {
  background-color: #4f917e;
}

.spec-box h3.title {
  background-color: #e7f4fb;
  color: #075a8a;
}
.spec-box .fees table th {
  background-color: #f0f8fc;
}
.spec-box .fees table .item {
  background-color: #5889a0;
}

.purple-box h3.title {
  background-color: #f1edfc;
  color: #6d5e99;
}
.purple-box .fees table th {
  background-color: #f1edfc;
}
.purple-box .fees table .item {
  background-color: #6d5e99;
}

.fees-info {
  background-color: #efefef;
  border: 1px solid #dfdfdf;
  color: #434343;
  font-size: 14px;
  padding: 15px;
}
.fees-info p {
  line-height: 1.6;
  padding: 5px 0 0 15px;
  text-indent: -15px;;
}
.fees-info p.sub-list {
  padding: 0 0 0 30px;
  text-indent: -18px;
}
/* 加值服務 */
h3.plus {
  background-color: #f1edfd;
  color: #2d1b5d;
}
.plus table .item, h4.plus {
  background-color: #6d5d98;
}
.plus table th {
  background-color: #f1edfd;
}

/*----*/

/*--banner 區塊--*/
.gw-bnr {
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 15px 0;
}
.gw-bnr.gbn-radius img {
  border-radius: 12px;
}
.gw-bnr.gb-pd {
  padding: 0 20px;
  box-sizing: border-box;
}
.gw-bnr a {
   display: block;
}
.gw-bnr img {
   max-width: 100%;
   display: block;
   border: 1px solid #eaeaea;
}

.gw-bnr2 {
  width: 100%;
  max-width: 818px;
  margin: 20px auto;
  border-radius: 8px;
  border: solid 1px #dcdcdc;
  background-color: #f3f5f8;
  overflow: hidden;
  box-sizing: border-box;
}
.gw-bnr2 * {
  box-sizing: border-box;
}
.gw-bnr2 .gwb2-box {
  width: 100%;
  flex-shrink: 0;
}
.gw-bnr2 .gwb2-box a {
  display: block;
  width: 100%;
}
.gw-bnr2 .gwb2-box img {
  width: 100%;
  display: block;
}
.gw-bnr2 .gwb2-content {
  width: 100%;
  padding: 16px 15px;
}
.gw-bnr2 .gwc-title {
  width: 100%;
  font-size: 18px;
  color: #267252;
  line-height: 1.4;
  margin-bottom: 8px;
}
.gw-bnr2 .gwc-list {
  width: 100%;
  padding-left: 18px;
}
.gw-bnr2 .gwc-list li {
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  color: #333;
  margin-bottom: 3px;
  list-style-type: disc;
  list-style-position: outside;
}
.gw-bnr2 .gwc-list li:last-child {
  margin-bottom: 0px;
}
.gw-bnr2 .red {
  color: #d9534f!important;
}
.gw-bnr2 .gwc-btn-box {
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gw-bnr2 .gwc-btn-box .gwc-btn {
  min-width: 90px;
  height: 40px;
  background: #e4e6eb;
  padding: 3px 5px;
  border-radius: 6px;
  color: #050505;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
/*----*/


/*--密碼控制--*/
.pw-ctrl {
  position: relative;
}
.pw-ctrl.pwc-act .pwc-ic {
  background-image: url('../images/ap_icon_w30_show-password.svg');
}
.pw-ctrl .pwc-ic {
  width: 20px;
  height: 20px;
  display: block;
  background: url('../images/ap_icon_w30_hidden-password.svg') center center / contain no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  cursor: pointer;
}
.pw-ctrl input {
  padding-right: 35px;
  border-top: 1px solid #999;
  border-radius: 5px;
}
/*----*/

/*--banner 區塊--*/
.site-banner {
  width: 100%;
  margin-bottom: 12px;
}
.site-banner img {
  width: 100%;
  display: block;
}
/*----*/


/*-- 表單 --*/
.acb-form-box {
  width: 100%;
  margin-bottom: 15px;
}
.acb-form {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.acb-form dl {
  width: 100%;
  margin-bottom: 16px;
}
.acb-form dt, .acb-form dd {
  display: block;
}
.acb-form dt {
  width: 100%;
  margin-bottom: 4px;
  color: #333;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
}
.acb-form dd {
  width: 100%;
  color: #333;
  font-size: 14px;
}
.acb-form dt.df-oneline {
  padding-top: 0px;
}
.acb-form input:not([type="checkbox"],[type="radio"]) {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: #FFF;
}
.acb-form .abf-tip {
  color: #E95663;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 2px;
}
.acb-form .abf-sele-multi {
  
}
.acb-form .def-select {
  width: 100%;
  position: relative;
  line-height: 1.5;
  font-size: 14px;
  display: block;
}
.acb-form .def-select + .def-select {
  margin-top: 8px;
}
.acb-form .def-select:before {
  content: "";
  right: 2px;
  top: 2px;
  width: 25px;
  height: 36px;
  background: white;
  position: absolute;
  pointer-events: none;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.acb-form .def-select:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #333;
  border-right: none;
  border-bottom: none;
  right: 8px;
  top: 15px;
  position: absolute;
  pointer-events: none;
  transform: rotate(-135deg);
}
.acb-form .def-select.disabled:before {
  background: #f4f4f4;
}
.acb-form .def-select select {
  height: 40px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s;
  margin: 0;
  padding-right: 22px;
}
.acb-form .def-select select:disabled {
  color: #4d6d6d;
  background: #f4f4f4;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .acb-form .def-select select {
    padding-right: 18px;
  }
}
.acb-form .abf-date-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.acb-form .abf-date-box .adb-txt {
  font-size: 14px;
  padding: 0 6px;
  flex-shrink: 0;
}
.acb-form + .acb-btn-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.acb-form + .acb-btn-box .table_btn {
  color: #000;
  display: block;
}
.acb-function {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.acb-function .af-btn-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.acb-function .af-btn {
  height:36px;
  padding: 0 16px;
  margin-right: 16px;
  border-radius: 100px;
  border: 1px solid #ABD49F;
  background: #EEFDEA;
  color: #303F2C; 
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acb-function .abb-tip .acr-waring {
  color: #E95663;
}
.acb-function .af-note {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
}
/*----*/


/*--表格版型--*/
.ec-table-temp {
  width: 100%;
}
.ec-table-temp table {
  width: 100%;
  border: none;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
}
.ec-table-temp table .ett-w1 {
  width: 70px;
}
.ec-table-temp table thead th {
  background: #F0F3E8;
  padding: 16px 10px;
  border: 1px solid #D9D9D9;
  border-right: none;
  border-left: none;
  text-align: center;
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}
.ec-table-temp table thead tr {
  border: none;
}
.ec-table-temp table thead th:first-child {
  border-radius: 16px 0 0 0;
  border-left: 1px solid #D9D9D9;
}
.ec-table-temp table thead th:last-child {
  border-radius: 0 16px 0 0;
  border-right: 1px solid #D9D9D9;
}
.ec-table-temp table thead .ett-th {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ec-table-temp table thead .eth-g {
  color: #00A84F;
  padding: 0 3px;
}
.ec-table-temp table thead .eth-r {
  color: #E95663;
  padding: 0 0 0 3px;
}
.ec-table-temp table tbody tr:hover td {
  background: #F0F3E8;
}
.ec-table-temp table td {
  padding: 16px 10px;
  background: #FFF;
  border:none;
  border-bottom: 1px solid #D9D9D9;
  text-align: center;
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}
.ec-table-temp table td:first-child {
  border-left: 1px solid #D9D9D9;
}
.ec-table-temp table td:last-child {
  border-right: 1px solid #D9D9D9;
}
.ec-table-temp table .eth-g {
  color: #00A84F;
}
.ec-table-temp table .eth-r {
  color: #E95663;
}
.ec-table-temp .ett-ctrl {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 100px;
  background: transparent;
  transition: .2s;
}
.ec-table-temp .ett-ctrl:after {
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  border: 1px solid #555;
  border-right: none;
  border-bottom: none;
  transform: rotate(-135deg);
  transition: .2s;
  margin-top: -4px;
}
.ec-table-temp .ett-ctrl:hover {
  background: rgba(4, 30, 73, 0.08);
}
.ec-table-temp .ett-ac-act .ett-ctrl:after {
  transform: rotate(-315deg);
  margin-top: 2px;
}
.ec-table-temp .ett-ac-act + .ett-ac-detail td {
  padding: 8px 8px;
}
.ec-table-temp .ett-ac-act + .ett-ac-detail .ead-box {
  display: block;
}
.ec-table-temp .ett-ac-detail td {
  padding: 0;
  vertical-align: top;
}
.ec-table-temp .ett-ac-detail .ead-box {
  display: none;
  padding: 10px 16px;
  border-radius: 8px;
  background: #F3F5ED;
}
.ec-table-temp .ett-ac-detail .ead-box table {
  background: transparent;
}
.ec-table-temp .ett-ac-detail .ead-box td {
  border: none;
  color: #777;
  background: transparent;
}
/*----*/

/*-- 提領區塊 --*/
.ec-withdraw-box {
  width: 107.5%;
  padding: 20px 15px;
  margin-left: -3.75%;
  background: #FFF;
  box-sizing: border-box;
}
.ec-withdraw-box * {
  box-sizing: border-box;
}
.ewb-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 19px;
  color: #333;
  line-height: 1.4;
  margin-top: 16px;
}
.ewb-item dd {
  padding-left: 5px;
  text-align: right;
}
.ei-tip {
  font-size: 15px;
  color: #588C3F;
  line-height: 1.4;
  margin-top: 1px;
}
/*----*/


/*-- 列表樣式 --*/
.gb-list-box {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
}
.gb-list-box .glb-title {
  margin-bottom: 5px;
  font-weight: bold;
}
.gb-list-box ul {
  padding-left: 20px;
}
.gb-list-box li {
  margin-bottom: 3px;
  list-style-type: disc;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
.gb-list-box a {
  font-size: 15px;
  font-weight: bold;
  color: #588C3F;
}
/*----*/

/*-- ecshop 通知區塊 --*/
.ecshop-pupinfo {
  width: 100%;
  min-height: 74px;
  border-radius: 10px;
  border: 1px solid #ffca2a;
  background: #fff2cc;
  padding: 15px 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  box-sizing: border-box;
}
.ecshop-pupinfo * {
  box-sizing: border-box;
}
.esp-content {
  width: 100%;
  font-size: 16px;
  color: #646360;
  line-height: 1.5;
}
.esp-btnbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  flex-shrink: 0;
}
.content .esp-btn {
  min-width: 120px;
  height: 36px;
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: normal;
  color: #FFF;
  line-height: 1;
  background: #002060;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s;
}
.esp-btn:hover {
  text-decoration: none;
  background: #011844;
}
.esp-btn.eb-red {
  background: #c00000;
}
.esp-btn.eb-red:hover  {
  background: #930101;
}
.esp-btn + .esp-btn {
  margin-left: 20px;
}
/*----*/

/*-- 費率 --*/
.fees {
  margin-top: 20px;
}
.fees .title {
  font-size: 16px;
  line-height: 1.4;
  padding: 10px;
  text-align: center;
  color: #588c3f;
  background-color: #eefdea;
}
.fees .title.ft-mt {
  margin-top: 40px;
}
.fees tr td.bg_yellow {
  color: #424026;
  font-weight: bold;
  background: #FFFEEE;
}
.fees-type-tabs {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.fees-type-tabs.ftt-lakeblue li a {
  color: #078a63;
  border-color: #078a63;
}
.fees-type-tabs.ftt-lakeblue li.active a {
  background: #078a63;
}
.fees-type-tabs.ftt-blue li a {
  color: #075a8a;
  border-color: #075a8a;
}
.fees-type-tabs.ftt-blue li.active a {
  background: #075a8a;
}
.fees-type-tabs.ftt-purple li a {
  color: #6d5e99;
  border-color: #6d5e99;
}
.fees-type-tabs.ftt-purple li.active a {
  background: #6d5e99;
}
.fees-type-tabs li {
  width: calc(33.33% - 4px);
  margin: 0 6px 8px 0;
}
.fees-type-tabs li:nth-child(3n) {
  margin-right: 0px;
}
.fees-type-tabs li.active a {
  background: #3a5a29;
  color: #FFF;
}
.fees-type-tabs li a {
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #3a5a29;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3a5a29;
  border-radius: 5px;
  background: #FFF;
}
.fees-list {
  margin-top: 30px;
  padding-left: 20px;
  color: #6b6b6b;
}
.fees-list > li {
  list-style-type: decimal;
}
.fees-list > li + li {
  margin-top: 30px;
}
.fees-list li a {
  color: #588c3F;
  font-size: 15px;
}
.fees-list .fl-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3; 
  margin-bottom: 5px;
}
.fees-list ul > li {
  list-style-type: disc;
  font-size: 15px;
  line-height: 1.4;
}
.fees-list ul > li + li {
  margin-top: 5px;
}
.fees-note {
  margin-top: 20px;
  padding: 0 30px;
  color: #4a4a4a;
}
.fees-note.fn-2 {
  margin-top: 50px;
  padding: 20px 30px;
  background-color: #fffeef;
}
.fees-note .fn-title {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px
}
.fees-note .fn-txt {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px
}
.fees-note ul {
  padding-left: 18px;
}
.fees-note ul > li {
  list-style-type: disc;
  font-size: 15px;
  line-height: 1.4;
  color: #4a4a4a;
}
.fees-note ul > li + li {
  margin-top: 5px;
}
.fees-note li a {
  color: #588c3F;
  font-size: 15px;
}
/*----*/