@import url(menu.css);

body {
  overflow-x: hidden;
  font-size: 1em;
  letter-spacing: 1px;
  color: #454545;
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
  line-height: 1;
  background: url(../images/funBIZ-bg-2.jpg) center top no-repeat, #f5f5f5;
}
body a,
body a:active {
  color: 0099cc;
}
body p {
  line-height: 1.3em;
}
* {
  margin: 0;
  padding: 0;
}

main {
  margin: 0 auto;
  width: 100%;
}
h2 {
  font-size: 1.2em;
  margin: 5px 10px 15px 0;
  background: url(../images/h2-bg.png);
  float: left;
  background-repeat: no-repeat;
  width: 99%;
  background-position: center center;
}
h2 > div {
  background: #fff;
  width: fit-content;
  padding-right: 5px;
}
nav ul,
ul,
ol {
  list-style: none;
}
a {
  color: #0080cc;
  text-decoration: none;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
textarea {
  float: left;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  padding: 10px;
  font-size: 1em;
  color: #9e9e9e;
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
}
hr {
  border: 0;
  height: 1px;
  background-color: #e9e9e9;
}
.loading {
  position: absolute;
  margin: 0 auto;
  width: 200px;
  height: 240px;
  border-radius: 6px;
  background: url(../images/processing.gif) center top no-repeat;
  box-shadow: 1px 0px 20px 0px rgba(169, 169, 169, 0.3);
}
.text {
  padding: 10px;
  line-height: 1.5rem;
}
.text-center {
  text-align: center;
}
.btnSingle {
  margin: 10px 30%;
}
/** =======================
 * PC view 
 ===========================*/
/*Layout*/
#home_container {
  position: relative;
}
.home_main_img {
  float: left;
  margin: 0 auto 0 auto;
  height: 724px;
  width: 1280px;
  background: url(../images/main_img2.jpg) center top no-repeat; /*20191213*/
  position: relative;
}
.logo_opacity {
  cursor: pointer;
  width: 272px;
  height: 68px;
  background: url(../images/funBIZ-logo_opacity_l.png) 0 top no-repeat;
  background-position-y: 8px;
}

.home_entrance {
  cursor: pointer;
  display: block;
  position: absolute;
  width: auto;
  right: 0;
  font-size: 1.2em;
  letter-spacing: 0;
  margin-top: -30px;
}
.home_entrance a {
  float: right;
  padding: 0 15px;
  color: #454545;
}
.home_entrance a:hover {
  color: #0080cc;
}
.home_entrance a:nth-last-child(1) {
  border-right: 1px solid #000;
}

.login_link {
  cursor: pointer;
  display: block;
  letter-spacing: 0;
  margin: 18px 0 0 5px;
}
.login_link a {
  float: left;
  padding: 0 5%;
  color: #454545;
  text-align: center;
  border-right: 1px solid #000;
}
.login_link a:hover {
  color: #0080cc;
}
.login_link a:nth-last-child(1) {
  border-right: 0;
}

.home_main_img div.area {
  float: left;
  width: 928px;
  box-shadow: 0px 3px 2px 0px rgba(169, 169, 169, 0.3);
}
.home_main_img > form > .area > .login_form {
  position: absolute;
  left: 0;
  padding: 15px;
  width: 261px;
  height: 514px;
  background: #fff; /*margin-top: 56px;*/
}
.home_main_img > form > .area > .login_form > ol.list li ul li {
  margin-bottom: 25px;
}
.login_form::after {
  content: "";
  float: left;
  width: 328px;
  margin-left: -38px;
  height: 19px;
  background: url(../images/login_shadow.png) center top no-repeat;
  margin-top: 22px;
  background-size: 100%;
}

/*Login*/
.login_form > ol.list {
  padding: 0;
}
.login_form > ol.list li ul li > .checkbox {
  margin: 22px -20px 0 10px;
}
.login_form > ol.list li ul li > .checkbox + span {
  position: absolute;
  top: 217px;
  left: 48px;
}
.login_form > ol.list li ul li > div.capcha {
  float: left;
  margin: 0 10px;
  background: #e8e8e8;
  height: 38px;
  width: 125px;
}
.login_form > div.btn a {
  cursor: pointer;
  background: #0080cc;
  color: #fff;
  border: 0;
  margin: 6px 0 10px 0;
  padding: 0 111px;
}
#idCaps,
#accountCaps,
#passwordCaps {
  display: none;
  color: red;
  position: relative;
  top: 3px;
  font-size: 0.9rem;
}
.login_form > ol.list li ul li div > div.warning {
  margin-left: 6px;
  margin-top: 0;
}
.login_form > ol.list li ul li:nth-child(1) div > div.warning > span {
  width: 45%;
  top: 104px;
  position: absolute;
}
.login_form > ol.list li ul li:nth-child(2) div > div.warning > span {
  width: 45%;
  top: 170px;
  position: absolute;
}
.login_form > ol.list li ul li:nth-child(3) div > div.warning > span {
  width: 45%;
  top: 237px;
  position: absolute;
}
.login_form > ol.list li ul li:nth-child(4) div > div.warning > span {
  width: 45%;
  top: 303px;
  position: absolute;
}
.login_form > ol.list li ul li:nth-child(5) div > div.warning > span {
  width: 45%;
  top: 368px;
  position: absolute;
}
.login_form > ol.list > li ul li > select.w94 {
  width: 94%;
}

.sideBar {
  width: 250px;
  float: left;
  min-height: 800px;
  height: auto;
  background: linear-gradient(
    to bottom,
    rgba(254, 255, 255, 1) 90%,
    rgba(255, 255, 255, 0) 100%
  );
}

.right_side {
  float: left;
  width: 960px;
  min-height: 814px;
}
.right_side div.area {
  float: left;
  width: 928px; /*min-height: 326px;*/
  padding: 16px;
  background: #fff;
  box-shadow: 0px 3px 2px 0px rgba(169, 169, 169, 0.3);
}
.right_side::after {
  content: "";
  float: left;
  width: 975px;
  height: 35px;
  background: url(../images/content-buttom-bg.png) center top no-repeat;
}
.right_side .banner_link {
  position: absolute;
  right: 0;
  left: 24%;
  bottom: 0;
  top: 0;
  display: none; /*20191213*/
}
.right_side .banner_link a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

footer {
  display: block;
  font-size: 13px;
  float: left;
  width: 100%;
  background: #254a91;
  color: #ededed;
  text-align: center;
  line-height: 20px;
  height: 70px;
  margin-top: 60px;
  padding: 12px 0 0 0;
  position: relative;
  z-index: 2000;
}
.copyright {
  margin: 0 auto;
  max-width: 1227px;
}
.copyright a {
  margin: 0 10px 0 0;
  color: #ededed;
  text-decoration: none;
}
.copyright a:first-child {
  margin: 0 10px;
}

/*Layout-左menu區*/
.logo {
  cursor: pointer;
  width: 250px;
  height: 68px;
  background: url(../images/funBIZ-logo.jpg) center top no-repeat;
  border-bottom: 1px solid #e6e6e6;
}
nav {
  float: left;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}

/*Layout-右區*/
.sys_entrance {
  float: right;
  width: 100px;
}
.sys_entrance a {
  float: right;
  margin: 40px 0 0 0;
  color: #000;
  text-decoration: none;
}
.sys_entrance a:hover {
  text-decoration: underline;
}

header {
  float: left;
  margin: 20px 0 12px 0;
}
header a {
  color: #000;
  text-decoration: none;
  font-size: 0.9em;
}
header > h1 {
  font-size: 2em;
  font-weight: normal;
  margin-top: 14px;
}
#container {
  position: relative;
  left: 24.5%;
}
.mobile_logout {
  visibility: hidden;
  display: none;
}
button.menu-btn {
  visibility: hidden;
  display: none;
}
.btn_search_invisable a {
  display: none;
}

/*ID 搜尋*/
.right_side .search_id {
  float: left;
  width: 960px;
  background: #fff;
  padding: 0;
}
.right_side .search_id .left {
  float: left;
  height: 115px;
  width: 700px;
  margin: 34px 0 0 16px;
}
.right_side .search_id .right {
  float: left;
  height: 115px;
  width: 220px;
  padding: 30px 0 0 0;
  background: url(../images/search_area_shadow.jpg) left top no-repeat;
}
.right_side .search_id .right .btnSet {
  width: 100%;
  margin-left: 60px;
}
/*ID 搜尋 灰色區塊*/
.right_side .search_id .bottom {
  float: left;
  height: 10px;
  width: 910px;
  padding: 22px 25px 25px 25px;
  background: url(../images/search_area_bottom.jpg);
}
.right_side .search_id .bottom span {
  float: right;
  text-align: right;
}
/*交易 搜尋*/
.right_side .search_order .bottom {
  float: left;
  height: 10px;
  width: 910px;
  padding: 22px 25px 25px 25px;
  background: url(../images/search_area_bottom.jpg);
}
.right_side .search_order .bottom span {
  float: right;
  text-align: right;
}

/*收款明細 搜尋*/
.right_side .payment_list {
  float: left;
  width: 960px;
  background: #fff;
  padding: 0;
}
.right_side .qrCode {
  float: left;
  width: 930px;
  background: #fff;
  padding: 0;
}
.right_side .payment_list .left {
  float: left;
  height: 115px;
  width: 700px;
  margin: 34px 0 0 16px;
}
.right_side .payment_list .right {
  float: left;
  height: 128px;
  width: 200px;
  padding: 30px 0 0 0;
  background: url(../images/search_area_shadow.jpg) left top no-repeat;
}
.right_side .payment_list .right .btnSet,
.right_side .payment_list .rightL .btnSet {
  width: 100%;
  margin-left: 60px;
}
.right_side .payment_list .leftL {
  float: left;
  height: 154px;
  width: 700px;
  margin: 34px 0 0 16px;
}
.right_side .payment_list .rightL {
  float: left;
  height: 154px;
  width: 220px;
  padding: 30px 0 0 0;
  background: url(../images/search_area_shadow.jpg) left top no-repeat;
  background-size: 116%;
}
/*.right_side .payment_list.less-side .left {margin:0;}*/
.right_side .payment_list.less-side .left ol.list {
  padding: 4px 10px;
}
.right_side .payment_list.less-side.mt0 .left {
  margin-top: 0;
  margin-left: 16px;
}
.right_side .payment_list.less-side.mt0 .left ol.list {
  padding: 10px;
}

/*收款明細 微調*/
.order-index table {
  padding: 0;
}
ol.cardDdescription > li {
  float: left;
  width: 50%;
}

/*表單 定期定額管理--*/
.right_side div.area ol.list li ul li > div.txt {
  float: left;
  padding: 11px 10px 0 0px;
  line-height: 22px;
  max-width: 75%;
}
.right_side .payment_list ol.list > li ul li > div.txt,
.right_side .payment_list ol.list > li ul li > div.txt2 {
  float: left;
  padding: 11px 10px 0 0px;
  line-height: 22px;
  max-width: 75%;
}
.fixTerm > table th:nth-child(1),
.fixTerm > table td:nth-child(1) {
  width: 14%;
  padding: 15px 0px;
}
.fixTerm > table th:nth-child(2),
.fixTerm > table td:nth-child(2) {
  width: 20%;
}
.fixTerm > table th:nth-child(3),
.fixTerm > table td:nth-child(3),
.fixTerm > table td:nth-child(4) {
  width: 6%;
  padding: 10px 0;
}
.fixTerm > table th:nth-child(4) {
  width: 6%;
  padding: 10px;
}
.fixTerm > table th:nth-child(5),
.fixTerm > table td:nth-child(5),
.fixTerm > table th:nth-child(6),
.fixTerm > table td:nth-child(6) {
  width: 12%;
}
.fixTerm > table th:nth-child(7) {
  width: 10%;
}
.fixTerm > table td:nth-child(7) {
  width: 10%;
  line-height: 19px;
}

/* 定期定額管理 明細 主單編號內容--*/
.fixTerm_order {
  padding: 0 10px;
  background: #f0f8fc;
  width: 96%;
  float: left;
  margin: 10px;
  font-size: 0.95rem;
}
.fixTerm_order > div {
  float: left;
  padding: 15px;
  width: 96%;
  margin: 10px 16px;
}
.fixTerm_order > div:nth-child(1),
.fixTerm_order > div:nth-child(2) {
  width: 34%;
  padding: 0;
}
.fixTerm_order > div:nth-child(3) {
  float: left;
  padding: 30px 0 0 0;
  margin: 50px 0 0 4%;
  width: 16%;
}
.fixTerm_order > div > ol li {
  float: left;
  width: 100%;
}
.fixTerm_order > div > ol li > div {
  float: left;
  padding: 15px 8px;
  border-bottom: 1px solid #d7d7d7;
}
.fixTerm_order > div > ol li > div.label {
  text-align: right;
  width: 27%;
}
.fixTerm_order > div > ol li > div.txt {
  width: 60%;
}
.fixTerm_order > div > ol li:nth-last-child(1) > div.label,
.fixTerm_order > div > ol li:nth-last-child(1) > div.txt {
  border-bottom: 0;
}

/*表單 定期定額管理 各期明細--*/
.fixTerm_details > table th,
.fixTerm_details > table td {
  padding: 15px 0px;
}
.fixTerm_details > table th:nth-child(1),
.fixTerm_details > table td:nth-child(1) {
  width: 10%;
}
.fixTerm_details > table th:nth-child(2),
.fixTerm_details > table td:nth-child(2) {
  width: 30%;
}
.fixTerm_details > table th:nth-child(3),
.fixTerm_details > table td:nth-child(3),
.fixTerm_details > table th:nth-child(4),
.fixTerm_details > table td:nth-child(4),
.fixTerm_details > table th:nth-child(5),
.fixTerm_details > table td:nth-child(5) {
  width: 20%;
}

/*ID 搜尋 灰色區塊*/
.right_side .payment_list .bottom {
  float: left;
  height: 10px;
  width: 910px;
  padding: 10px 25px 25px 25px;
  background: url(../images/search_area_bottom.jpg);
}
.right_side .payment_list .bottom span {
  float: right;
  text-align: right;
}

.right_side .payment_list .bottomL {
  float: left;
  height: 40px;
  width: 910px;
  padding: 13px 25px 25px 25px;
  background: url(../images/search_area_bottom.jpg) right bottom;
  border-color: #f4f4f4;
}
.right_side .payment_list .bottomL span a {
  text-decoration: none;
  float: left;
  text-align: right;
  width: 70px;
  font-size: 1.5em;
  color: #454545;
  line-height: 1.1em;
}
.right_side .payment_list .bottomL p {
  float: left;
  width: 763px;
  color: #454545;
  padding: 4px 8px;
  border-bottom: 0;
  margin-left: 30px;
}
.right_side .payment_list .bottomL p:nth-child(2) {
  border-bottom: 1px solid #cfcfcf;
  color: #888;
}
.right_side .payment_list .bottomL p > span {
  letter-spacing: 0px;
  font-size: 0.95em;
  margin-right: 30px;
}
.right_side .payment_list .bottomL p:nth-child(2) > span {
  margin-right: 5px;
}

.pw_reset {
  padding: 30px 0 0 0;
}

/*表單 table*/
.right_side > div > table {
  display: table;
}
ol.list {
  padding: 10px;
}
ol.list > li ul li {
  margin: 5px;
  float: left;
  margin-bottom: 10px;
  letter-spacing: 0px;
  width: 100%;
  clear: both;
  height: 36px;
}
ol.list > li ul li:before,
ol.list > li ul li:after {
  display: table;
  line-height: 0;
  content: "";
}
ol.list .label {
  float: left;
  padding: 13px 10px 0 0;
  text-align: right;
  width: 100px;
}
ol.list .label,
ol.list .status {
  float: left;
  padding: 13px 20px 0 0;
  text-align: right;
  width: 20%;
}
ol.list .active {
  float: left;
  padding: 13px 0 0 0;
  left: 0;
}
ol.list > .alert {
  float: left;
  width: 96%;
  height: 26px;
  text-align: center;
  padding: 15px;
}
ol.push {
  margin-left: 1.1em;
}

/*新增助理帳號小網 tips*/
span.tip_pw {
  visibility: visible;
  display: block;
  float: left;
  color: #9e9e9e;
  line-height: 17px;
  font-size: 0.79em;
  padding: 0 13px;
  width: 90%;
}
ol.list > li > span.tip_id,
ol.list > li ul > span.tip_id {
  visibility: hidden;
  display: none;
}

.apply_refund > ol.list > li ul li,
.payment_detail > ol.list > li ul li {
  margin-bottom: 5px;
  height: auto;
}
.apply_refund > ol.list > li ul li:nth-last-child(1) {
  padding-bottom: 26px;
  border-bottom: 1px solid #e9e9e9;
}
.payment_detail > ol.list > li ul li:nth-last-child(1) {
  padding-bottom: 0;
  border-bottom: 0;
}

.add_account ol.list .status2 {
  width: 50%;
}
.group_info ol.list .status2 {
  width: 50%;
  margin-top: 10px;
}
.payment_list ol.list > li ul li {
  width: 100%;
}
.qrCode ol.list > li ul li {
  width: 94%;
}

table {
  width: 100%;
  border: 0;
  font-size: 0.9em;
  display: table;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.5;
}
table th {
  background: #0080cc;
  color: #fff;
  padding: 12px 15px;
  font-weight: normal;
}
table th.active {
  background-color: #005c93;
  text-decoration: none;
  cursor: pointer;
}
table td {
  padding: 12px;
  border-bottom: 1px solid #e9e9e9;
  word-break: break-all;
}
table tr:nth-child(odd) {
  background: #f0f8fc;
}

.warning {
  float: left;
  font-size: 0.9em;
  margin: 14px 0 0 18px;
  color: #f50000;
}
.small_font {
  font-size: 0.9em;
}
.warning.invisable {
  display: none;
}
.warning .pw {
  margin: 14px 0 0 14px;
}
.description a {
  color: #0080cc;
  float: left;
  margin: 12px 0 0 0;
  font-size: 1em;
  text-decoration: none;
}

.notice_info {
  letter-spacing: 0px;
  padding: 15px;
  width: 96%;
  margin: 5px auto 15px auto;
  background: #f0f8fc;
}
.notice_success {
  letter-spacing: 0px;
  padding: 15px;
  width: 96%;
  margin: 5px auto 15px auto;
  font-size: 1.2em;
  background: #fff0f0;
  text-align: center;
  color: red;
}
.notice_info > span {
  margin-right: 30px;
}

/*表單-新增帳號 - 角色設定*/
.roles > table th:nth-child(1),
.roles > table td:nth-child(1) {
  width: 10%;
}
.roles > table th:nth-child(2),
.roles > table td:nth-child(2) {
  width: 15%;
}
.roles > table th:nth-child(3),
.roles > table td:nth-child(3) {
  width: 25%;
}
.roles > table th:nth-child(4) {
  width: 50%;
  text-align: left;
  padding-left: 37px;
}
.roles > table td:nth-child(4) {
  width: 50%;
  text-align: left;
}

/*表單-新增帳號 - 商店*/
.store > table th:nth-child(1),
.store > table td:nth-child(1) {
  width: 10%;
}
.store > table th:nth-child(2),
.store > table td:nth-child(2) {
  width: 15%;
}
.store > table th:nth-child(3),
.store > table td:nth-child(3) {
  width: 20%;
}
.store > table th:nth-child(4) {
  width: 42%;
}
.store > table td:nth-child(4) {
  width: 37%;
  text-align: left;
}
.store > table th:nth-child(5),
.store > table td:nth-child(5) {
  width: 18%;
}

/*表單-角色 - 交易功能群組 檢視帳號 - 角色列表*/
.trade_group > table th:nth-child(1),
.trade_group > table td:nth-child(1),
.view_role > table th:nth-child(1),
.view_role > table td:nth-child(1) {
  width: 10%;
}
.trade_group > table th:nth-child(2),
.trade_group > table td:nth-child(2),
.view_role > table th:nth-child(2),
.view_role > table td:nth-child(2) {
  width: 15%;
}
.trade_group > table th:nth-child(3),
.view_role > table th:nth-child(3) {
  width: 55%;
  text-align: center;
  padding-left: 37px;
}
.trade_group > table td:nth-child(3),
.view_role > table td:nth-child(3) {
  width: 55%;
}

/*表單-角色-助理帳號 + 收款資料 */
.account_assistant > table th:nth-child(1),
.account_assistant > table td:nth-child(1),
.order_detail > table th:nth-child(1),
.order_detail > table td:nth-child(1) {
  width: 12%;
}
.account_assistant > table th:nth-child(2),
.account_assistant > table td:nth-child(2),
.order_detail > table th:nth-child(2),
.order_detail > table td:nth-child(2) {
  width: 25%;
}
.account_assistant > table th:nth-child(3),
.account_assistant > table td:nth-child(3),
.order_detail > table th:nth-child(3),
.order_detail > table td:nth-child(3) {
  width: 15%;
}
.account_assistant > table th:nth-child(4),
.account_assistant > table td:nth-child(4),
.order_detail > table th:nth-child(4),
.order_detail > table td:nth-child(4) {
  width: 15%;
}
.account_assistant > table th:nth-child(5),
.order_detail > table th:nth-child(5) {
  width: 10%;
}
.account_assistant > table td:nth-child(5),
.order_detail > table td:nth-child(5) {
  width: 10%;
}
.account_assistant > table th:nth-child(6),
.account_assistant > table td:nth-child(6),
.order_detail > table th:nth-child(6),
.order_detail > table td:nth-child(6) {
  width: 15%;
}
.order_detail > table tr td.data_null {
  margin: 12px 10px 12px 0;
  text-align: center;
}

/*表單 - 助理帳號查詢*/
.account_list > table th a {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
.account_list > table th:nth-child(1),
.account_list > table td:nth-child(1),
.account_list > table th:nth-child(7),
.account_list > table td:nth-child(7) {
  width: 8%;
}
.account_list > table th:nth-child(2),
.account_list > table td:nth-child(2) {
  width: 10%;
}
.account_list > table th:nth-child(3),
.account_list > table td:nth-child(3) {
  width: 12%;
}
.account_list > table th:nth-child(4),
.account_list > table td:nth-child(4) {
  width: 16%;
}
.account_list > table th:nth-child(5),
.account_list > table td:nth-child(5) {
  width: 13%;
}
.account_list > table th:nth-child(6),
.account_list > table td:nth-child(6) {
  width: 18%;
}
.account_list > table th:nth-child(8) {
  width: 13%;
  padding-left: 15px;
}
.account_list > table td:nth-child(8) {
  width: 13%;
  padding: 15px 15px 15px 16px;
}

/*助理帳號-排序*/
.account_list > table th.acent {
  cursor: pointer;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat, #005c93;
  background-size: 50%;
  background-position: 74px -479px;
}
.account_list > table th.decent {
  cursor: pointer;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat, #005c93;
  background-size: 50%;
  background-position: 74px -508px;
}
.account_list > table td:nth-child(3) {
  color: #0080cc;
}

/*裝置列表*/
.device_list > table th a {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
.device_list > table th:nth-child(1),
.device_list > table td:nth-child(1) {
  width: 8%;
}
.device_list > table th:nth-child(2),
.device_list > table td:nth-child(2) {
  width: 10%;
}
.device_list > table th:nth-child(3),
.device_list > table td:nth-child(3) {
  width: 12%;
}
.device_list > table th:nth-child(4),
.device_list > table td:nth-child(4) {
  width: 16%;
}
.device_list > table th:nth-child(5),
.device_list > table td:nth-child(5) {
  width: 13%;
}
.device_list > table th:nth-child(6),
.device_list > table td:nth-child(6) {
  width: 18%;
}
.device_list > table th:nth-child(7) {
  width: 13%;
  padding-left: 15px;
}
.device_list > table td:nth-child(7) {
  width: 20%;
  padding: 15px 15px 15px 16px;
}
.device_list > table th.acent {
  cursor: pointer;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat, #005c93;
  background-size: 50%;
  background-position: 74px -479px;
}
.device_list > table th.decent {
  cursor: pointer;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat, #005c93;
  background-size: 50%;
  background-position: 74px -508px;
}
.device_list > table td:nth-child(3) {
  color: #0080cc;
}

/*表單-角色查詢*/
.role_list > table th a {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
.role_list > table th:nth-child(1),
.role_list > table td:nth-child(1) {
  width: 8%;
}
.role_list > table th:nth-child(2),
.role_list > table td:nth-child(2) {
  width: 10%;
}
.role_list > table th:nth-child(3),
.role_list > table td:nth-child(3) {
  width: 12%;
}
.role_list > table th:nth-child(4),
.role_list > table td:nth-child(4) {
  width: 16%;
}
.role_list > table th:nth-child(5),
.role_list > table td:nth-child(5) {
  width: 13%;
}
.role_list > table th:nth-child(6),
.role_list > table td:nth-child(6) {
  width: 18%;
}
.role_list > table th:nth-child(7),
.role_list > table td:nth-child(7) {
  width: 8%;
}
.role_list > table th:nth-child(8) {
  width: 13%;
  padding-left: 15px;
}
.role_list > table td:nth-child(8) {
  width: 13%;
  padding: 15px 15px 15px 16px;
}

/*角色-排序*/
.role_list > table th.acent {
  cursor: pointer;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat, #005c93;
  background-size: 50%;
  background-position: 74px -479px;
}
.role_list > table th.decent {
  cursor: pointer;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat, #005c93;
  background-size: 50%;
  background-position: 74px -508px;
}
.role_list > table td:nth-child(3) {
  color: #0080cc;
}

/*表單-收款明細(一般)*/
.payment_detail_domestic > table th:nth-child(1) {
  width: 12%;
  padding-left: 4px;
}
.payment_detail_domestic > table td:nth-child(1) {
  width: 10%;
  padding: 10px 2px;
}
.payment_detail_domestic > table th:nth-child(2),
.payment_detail_domestic > table td:nth-child(2) {
  width: 18%;
  word-break: break-all;
}
.payment_detail_domestic > table th:nth-child(3),
.payment_detail_domestic > table td:nth-child(3) {
  width: 12%;
  word-break: break-all;
}
.payment_detail_domestic > table th:nth-child(4),
.payment_detail_domestic > table td:nth-child(4) {
  width: 10%;
}
.payment_detail_domestic > table th:nth-child(5),
.payment_detail_domestic > table td:nth-child(5) {
  width: 10%;
}
.payment_detail_domestic > table th:nth-child(6),
.payment_detail_domestic > table td:nth-child(6) {
  width: 10%;
}
.payment_detail_domestic > table th:nth-child(7),
.payment_detail_domestic > table td:nth-child(7) {
  width: 10%;
}
.payment_detail_domestic > table th:nth-child(8) {
  width: 10%;
}
.payment_detail_domestic > table td:nth-child(8) {
  width: 10%;
  padding: 10px 4px;
}
.payment_detail_domestic > table th:nth-child(9) {
  width: 16%;
  background: #0080cc;
  padding: 10px 5px;
}
.payment_detail_domestic > table td:nth-child(9) {
  width: 8%;
}
.payment_detail_domestic > table td:nth-child(9) a {
  float: left;
  margin: 2px 29%;
}

/*表單-撥款明細-虛擬帳號(一般)*/
.payment_virtual {
  margin-top: -10px;
}
.payment_virtual > table td {
  padding: 13px;
}
.payment_virtual > table th:nth-child(1),
.payment_virtual > table td:nth-child(1),
.payment_virtual > table th:nth-child(3),
.payment_virtual > table td:nth-child(3) {
  width: 12%;
}
.payment_virtual > table th:nth-child(2),
.payment_virtual > table td:nth-child(2) {
  width: 14%;
}
.payment_virtual > table th:nth-child(4),
.payment_virtual > table td:nth-child(4),
.payment_virtual > table th:nth-child(5),
.payment_virtual > table td:nth-child(5),
.payment_virtual > table th:nth-child(6) {
  width: 9%;
}
.payment_virtual > table td:nth-child(6) {
  width: 9%;
  line-height: 24px;
  padding: 10px;
}

/*表單-撥款明細-虛擬帳號 <收款資料> (一般)*/
.payment_virtual_detail > table th:nth-child(1),
.payment_virtual_detail > table td:nth-child(1) {
  width: 12%;
  padding: 10px 20px;
}
.payment_virtual_detail > table th:nth-child(2),
.payment_virtual_detail > table td:nth-child(2),
.payment_virtual_detail > table th:nth-child(4),
.payment_virtual_detail > table td:nth-child(4),
.payment_virtual_detail > table th:nth-child(5),
.payment_virtual_detail > table td:nth-child(5) {
  width: 11%;
}
.payment_virtual_detail > table th:nth-child(3) {
  width: 14%;
}
.payment_virtual_detail > table td:nth-child(3) {
  width: 14%;
  padding: 15px 5px;
}
.payment_virtual_detail > table th:nth-child(6),
.payment_virtual_detail > table td:nth-child(6) {
  width: 9%;
}
.payment_virtual_detail > table th:nth-child(7),
.payment_virtual_detail > table td:nth-child(7) {
  width: 9%;
  padding: 12px 0;
}

/*表單-撥款明細-信用卡 <收款資料> (一般)*/
.receive_card_detail > table th {
  padding: 8px 15px;
}
.receive_card_detail > table th:nth-child(1),
.receive_card_detail > table td:nth-child(1) {
  width: 12%;
  padding: 10px 15px;
}
.receive_card_detail > table th:nth-child(2),
.receive_card_detail > table td:nth-child(2) {
  width: 11%;
}
.receive_card_detail > table th:nth-child(3),
.receive_card_detail > table td:nth-child(3) {
  width: 14%;
}
.receive_card_detail > table th:nth-child(4),
.receive_card_detail > table td:nth-child(4),
.receive_card_detail > table th:nth-child(5),
.receive_card_detail > table td:nth-child(5),
.receive_card_detail > table th:nth-child(6),
.receive_card_detail > table td:nth-child(6) {
  width: 9%;
}
.receive_card_detail > table th:nth-child(7),
.receive_card_detail > table td:nth-child(7) {
  width: 9%;
}
.receive_card_detail > table th:nth-child(8),
.receive_card_detail > table td:nth-child(8) {
  width: 10%;
}

/*表單-撥款明細-信用卡 <退款資料> (一般)*/
.refund_card_detail > table th {
  padding: 8px 15px;
}
.refund_card_detail > table th:nth-child(1),
.refund_card_detail > table td:nth-child(1) {
  width: 10%;
  padding: 10px 15px;
}
.refund_card_detail > table th:nth-child(2),
.refund_card_detail > table td:nth-child(2) {
  width: 11%;
}
.refund_card_detail > table th:nth-child(3),
.refund_card_detail > table td:nth-child(3) {
  width: 14%;
}
.refund_card_detail > table th:nth-child(4),
.refund_card_detail > table td:nth-child(4),
.refund_card_detail > table th:nth-child(5),
.refund_card_detail > table td:nth-child(5),
.refund_card_detail > table th:nth-child(6),
.refund_card_detail > table td:nth-child(6) {
  width: 9%;
}
.refund_card_detail > table th:nth-child(7),
.refund_card_detail > table td:nth-child(7) {
  width: 10%;
}

/*表單-撥款明細-信用卡撥款(一般)*/
.payment_card {
  margin-top: -10px;
}
.payment_card > table th:nth-child(1),
.payment_card > table td:nth-child(1),
.payment_card > table th:nth-child(5),
.payment_card > table td:nth-child(5),
.payment_card > table th:nth-child(7) {
  width: 9%;
}
.payment_card > table td:nth-child(7) {
  width: 9%;
  line-height: 24px;
  padding: 10px;
}
.payment_card > table th:nth-child(2),
.payment_card > table td:nth-child(2),
.payment_card > table th:nth-child(6),
.payment_card > table td:nth-child(6) {
  width: 10%;
  padding: 13px 0;
}
.payment_card > table th:nth-child(3),
.payment_card > table td:nth-child(3),
.payment_card > table th:nth-child(4),
.payment_card > table td:nth-child(4) {
  width: 12%;
  padding: 13px;
}

/*表單-撥款明細-信用卡撥款-明細 <請款資料 > <退款資料> (一般)*/
.payment_card_detail > table th:nth-child(1),
.payment_card_detail > table td:nth-child(1) {
  width: 12%;
  padding: 10px 15px;
}
.payment_card_detail > table th:nth-child(2),
.payment_card_detail > table td:nth-child(2) {
  width: 11%;
}
.payment_card_detail > table th:nth-child(3),
.payment_card_detail > table td:nth-child(3) {
  width: 14%;
}
.payment_card_detail > table th:nth-child(4),
.payment_card_detail > table td:nth-child(4),
.payment_card_detail > table th:nth-child(5),
.payment_card_detail > table td:nth-child(5),
.payment_card_detail > table th:nth-child(6),
.payment_card_detail > table td:nth-child(6) {
  width: 9%;
}
.payment_card_detail > table th:nth-child(7),
.payment_card_detail > table td:nth-child(7) {
  width: 12%;
}
.payment_card_detail > table th:nth-child(8),
.payment_card_detail > table td:nth-child(8) {
  width: 7%;
  padding: 10px 16px;
}

/*表單-退款管理All (一般)*/
.payment_refund_done {
  margin-top: -10px;
}
.payment_refund_done > table th a {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
.payment_refund_done > table th:nth-child(1),
.payment_refund_done > table th:nth-child(7) {
  width: 12%;
}
.payment_refund_done > table td:nth-child(1),
.payment_refund_done > table td:nth-child(7) {
  width: 12%;
  padding: 10px 15px;
}
.payment_refund_done > table th:nth-child(2),
.payment_refund_done > table td:nth-child(2) {
  width: 11%;
}
.payment_refund_done > table th:nth-child(3),
.payment_refund_done > table td:nth-child(3) {
  width: 15%;
}
.payment_refund_done > table th:nth-child(4),
.payment_refund_done > table td:nth-child(4) {
  width: 9%;
  padding: 10px 5px;
}
.payment_refund_done > table th:nth-child(5),
.payment_refund_done > table td:nth-child(5),
.payment_refund_done > table th:nth-child(6),
.payment_refund_done > table td:nth-child(6) {
  width: 9%;
}
.payment_refund_done > table th:nth-child(8),
.payment_refund_done > table td:nth-child(8) {
  width: 7%;
  padding: 10px 16px;
}

/*表單 收據管理(一般)*/
.reciept_domestic {
  margin-top: -10px;
}
.reciept_domestic > table th:nth-child(1),
.reciept_domestic > table td:nth-child(1) {
  width: 10%;
  padding: 15px 10px;
}
.reciept_domestic > table th:nth-child(2),
.reciept_domestic > table td:nth-child(2),
.reciept_domestic > table th:nth-child(3),
.reciept_domestic > table td:nth-child(3) {
    width: 14%;
    padding: 10px 10px;
}
.reciept_domestic > table th:nth-child(4),
.reciept_domestic > table td:nth-child(4),
.reciept_domestic > table th:nth-child(7) {
  width: 12%;
}
.reciept_domestic > table td:nth-child(7) {
  width: 12%;
  line-height: 19px;
}
.reciept_domestic > table th:nth-child(5),
.reciept_domestic > table td:nth-child(5),
.reciept_domestic > table th:nth-child(6),
.reciept_domestic > table td:nth-child(6) {
  width: 8%;
}

/*表單-收款明細(跨境)*/

/*表單-共用元素 */
.payment_detail > table,
.payment_detail_done > table,
.payment_detail_domestic > table,
.payment_detail_refund > table {
  letter-spacing: 0px;
}
.payment_detail.th-no-wrap > table th,
.payment_detail_done.th-no-wrap > table th,
.payment_detail_domestic.th-no-wrap > table th,
.payment_detail_refund.th-no-wrap > table th {
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
}
.payment_detail > table td,
.payment_detail_domestic > table td,
.payment_detail_refund > table td {
  padding: 8px 0;
}
.payment_detail_done > table td {
  padding: 10px 5px;
}
.payment_detail > table th a:hover,
.payment_detail_done > table th a:hover,
.payment_detail_refund > table th a:hover,
.payment_detail_domestic > table th a:hover {
  text-decoration: underline;
}
.payment_detail > table th a,
.payment_detail_done > table th a,
.reciept > table th a,
.payment_detail_domestic > table th a,
.payment_detail_refund > table th a,
.account_list > table th a,
.payment_detail_in > table th a,
.fixTerm > table th a {
  color: #fff;
  cursor: pointer;
}
.payment_detail > table th.acent,
.payment_detail_done > table th.acent,
.payment_detail_refund > table th.acent,
.payment_detail_in > table th.acent {
  cursor: pointer;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat, #005c93;
  background-size: 54%;
  background-position: 88px -555px;
}
.payment_detail > table th.decent,
.payment_detail_done > table th.decent,
.payment_detail_refund > table th.decent,
.payment_detail_in > table th.decent {
  cursor: pointer;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat, #005c93;
  background-size: 54%;
  background-position: 88px -523px;
}

.payment_detail > table th:nth-child(1),
.payment_detail > table td:nth-child(1),
.payment_detail_done > table th:nth-child(2),
.payment_detail_done > table td:nth-child(2) {
  width: 10%;
  padding: 10px;
}
.payment_detail > table th:nth-child(7),
.payment_detail > table td:nth-child(7),
.payment_detail_done > table th:nth-child(1),
.payment_detail_done > table td:nth-child(1) {
  display: none;
}
.payment_detail > table th:nth-child(2),
.payment_detail > table td:nth-child(2),
.payment_detail > table th:nth-child(3),
.payment_detail > table td:nth-child(3),
.payment_detail_done > table th:nth-child(3),
.payment_detail_done > table td:nth-child(3),
.payment_detail > table th:nth-child(5),
.payment_detail > table td:nth-child(5) {
  width: 10%;
  word-break: break-all;
}
.payment_detail > table th:nth-child(4),
.payment_detail > table td:nth-child(4) {
  width: 13%;
  word-break: break-all;
}
.payment_detail > table th:nth-child(6),
.payment_detail > table td:nth-child(6),
.payment_detail_done > table th:nth-child(6),
.payment_detail_done > table td:nth-child(6) {
  width: 11%;
}
.payment_detail > table th:nth-child(7) {
}

.payment_detail > table th:nth-child(8),
.payment_detail > table td:nth-child(8),
.payment_detail_done > table th:nth-child(7),
.payment_detail_done > table td:nth-child(7),
.payment_detail_done > table th:nth-child(8),
.payment_detail_done > table td:nth-child(8),
.payment_detail > table th:nth-child(9),
.payment_detail > table th:nth-child(9),
.payment_detail_done > table td:nth-child(9),
.payment_detail_done > table th:nth-child(9),
.payment_detail_done > table th:nth-child(10),
.payment_detail_done > table td:nth-child(10) {
  width: 8%;
}
.payment_detail_done > table th:nth-child(4),
.payment_detail_done > table td:nth-child(4) {
  width: 10%;
  word-break: break-all;
}
.payment_detail_done > table th:nth-child(5),
.payment_detail_done > table td:nth-child(5) {
  width: 15%;
  word-break: break-all;
}
.payment_detail_done > table th:nth-child(7),
.payment_detail_done > table td:nth-child(7) {
  padding: 8px 12px;
}
.payment_detail_done > table th:nth-child(9) {
  padding: 8px 12px;
}
.payment_detail_done > table th:nth-child(10) {
  background: #0080cc;
  padding: 15px 5px;
}

/*表單-收款明細(跨境)2*/
.payment_detail_in > table th:nth-child(1) {
  width: 10%;
  padding: 12px 15px 12px 5px;
}
.payment_detail_in > table td:nth-child(1) {
  width: 10%;
  padding: 12px 0;
}
.payment_detail_in > table th:nth-child(2),
.payment_detail_in > table td:nth-child(2) {
  width: 10%;
  word-break: break-all;
}
.payment_detail_in > table th:nth-child(3),
.payment_detail_in > table td:nth-child(3) {
  width: 10%;
  word-break: break-all;
  padding: 0;
}
.payment_detail_in > table th:nth-child(4),
.payment_detail_in > table td:nth-child(4) {
  width: 13%;
  word-break: break-all;
  padding: 0;
  padding: 5px;
}
.payment_detail_in > table th:nth-child(5) {
  width: 10%;
  padding: 13px 2px;
  word-break: break-all;
}

.payment_detail_in > table td:nth-child(5) {
  width: 10%;
}
.payment_detail_in > table th:nth-child(6),
.payment_detail_in > table td:nth-child(6) {
  width: 10%;
}
.payment_detail_in > table th:nth-child(7),
.payment_detail_in > table td:nth-child(7),
.payment_detail_in > table th:nth-child(8),
.payment_detail_in > table td:nth-child(8),
.payment_detail_in > table th:nth-child(9),
.payment_detail_in > table td:nth-child(9) {
  width: 8%;
  padding: 0;
}
.payment_detail_in > table th.action {
  width: 8%;
  background: #0080cc;
  padding: 15px 5px;
}
.payment_detail_in > table td.action {
  width: 8%;
}

/*表單-撥款明細(跨境)*/
.payment_detail_refund > table th,
.payment_detail_refund > table td {
  padding: 15px 0;
}
.payment_detail_refund > table th:nth-child(1) {
  width: 12%;
}
.payment_detail_refund > table td:nth-child(1) {
  width: 12%;
  padding: 8px 14px;
}
.payment_detail_refund > table th:nth-child(2),
.payment_detail_refund > table td:nth-child(2) {
  width: 14%;
  padding: 8px 20px;
}
.payment_detail_refund > table th:nth-child(3),
.payment_detail_refund > table td:nth-child(3) {
  width: 15%;
  word-break: break-all;
}
.payment_detail_refund > table th:nth-child(4),
.payment_detail_refund > table td:nth-child(4) {
  width: 12%;
  word-break: break-all;
}
.payment_detail_refund > table th:nth-child(5),
.payment_detail_refund > table td:nth-child(5),
.payment_detail_refund > table th:nth-child(6),
.payment_detail_refund > table td:nth-child(6) {
  width: 10%;
}
.payment_detail_refund > table th:nth-child(7),
.payment_detail_refund > table td:nth-child(7) {
  width: 8%;
}
.payment_detail_refund > table th:nth-child(8),
.payment_detail_refund > table td:nth-child(8) {
  width: 7%;
}
.payment_detail_refund > table th:nth-child(9) {
  width: 10%;
  background: #0080cc;
  padding: 15px 5px;
}
.payment_detail_refund > table td:nth-child(9) {
  width: 10%;
}

/*表單 收據管理(跨境)--*/
.reciept > table th:nth-child(1),
.reciept > table td:nth-child(1) {
  width: 15%;
}
.reciept > table th:nth-child(2),
.reciept > table td:nth-child(2) {
  width: 20%;
}
.reciept > table th:nth-child(3),
.reciept > table td:nth-child(3) {
  width: 35%;
}
.reciept > table th:nth-child(4),
.reciept > table td:nth-child(4),
.reciept > table th:nth-child(5),
.reciept > table td:nth-child(5) {
  width: 15%;
}

/*貼紙 釣牌*/
.template {
  float: left;
  width: 200px;
  margin: 10px;
}
.template > .pattern_download {
  margin: 0 30px;
  float: left;
  width: 124px;
  height: 169px;
  background: url(../images/template_pattern.png) left top no-repeat;
}
.template span {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 20px;
  margin: 5px 0;
}
.template .btn a {
  width: 65%;
}

.content {
  float: left;
  width: 98%;
  margin: 15px 0;
  line-height: 26px;
  font-size: 0.95em;
  letter-spacing: 0px;
}
ol.notes li {
  float: left;
  list-style-position: outside;
  list-style: square;
  margin-left: 36px;
  color: #666;
  clear: both;
}
ol.notes p {
  margin-left: 15px;
}

/*表單-公告欄*/
.bulletin_index > table th:nth-child(1) {
  width: 11%;
}
.bulletin_index > table td:nth-child(1) {
  width: 20%;
}
.bulletin_index > table th:nth-child(2) {
  width: 81%;
}
.bulletin_index > table td:nth-child(2) {
  width: 83%;
  text-align: left;
}

/*公告欄*/
ol.bulletin_content {
  margin: 10px;
  font-size: 1em;
  line-height: 28px;
}
ol.bulletin_content li ul li {
  margin: 10px;
  float: left;
  margin-bottom: 10px;
  width: 96%;
  clear: both;
}
ol.bulletin_content li ul li > h3 {
  font-weight: normal;
  margin-left: -10px;
}
ol.bulletin_content li ul li > .date {
  color: #888888;
  font-size: 0.9em;
  text-align: right;
}
ol.bulletin_content li ul li:nth-child(1) {
  border-bottom: 1px solid #e9e9e9;
}
ol.bulletin_content li ul li:nth-last-child(1) {
  text-align: right;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

/*帳戶總覽 dashboard*/
.dashboard_framewire {
  width: 100%;
  display: block;
  clear: both;
}
.dashboard_framewire > ol {
  display: flex;
  flex-wrap: wrap;
}
.dashboard_framewire > ol li {
  height: 140px;
  width: 33%;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
.dashboard_framewire > ol li:nth-child(3n + 1) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}
.dashboard_framewire > ol li:nth-child(3n + 2) {
  border-right: 0;
}
.dashboard_framewire > ol li:nth-child(3n + 3) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dashboard_framewire > ol li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #ddd;
}
.dashboard_framewire > ol li:nth-child(1) {
  background: url(../images/icon_dashboard.png) right top no-repeat;
  background-size: 25%;
  background-position: 212px 0px;
}
.dashboard_framewire > ol li:nth-child(2) {
  background: url(../images/icon_dashboard.png) right top no-repeat;
  background-size: 25%;
  background-position: 212px -130px;
}
.dashboard_framewire > ol li:nth-child(3) {
  background: url(../images/icon_dashboard.png) right top no-repeat;
  background-size: 25%;
  background-position: 212px -255px;
}
.dashboard_framewire > ol li:nth-child(4) {
  background: url(../images/icon_dashboard.png) right top no-repeat;
  background-size: 25%;
  background-position: 212px -385px;
}
.dashboard_framewire > ol li > .details {
  padding: 15px 20px;
  line-height: 30px;
}
.dashboard_framewire > ol li > .details > div:nth-child(2) {
  font-weight: bold;
  font-size: 1.1em;
  color: #777;
  line-height: 34px;
}
.dashboard_framewire > ol li > .details > div:nth-child(3) {
  font-size: 2em;
  font-weight: bold;
  color: #0080cc;
}
.dashboard_framewire > ol li:nth-child(4) > div.details > span.icon_tip {
  margin-left: 148px;
}

/*批次列印寄貨標籤*/
.right_side .print-label-list .payment_list .left {
  height: auto;
}
.right_side .print-label-list h2 {
  margin-left: 10px;
  box-sizing: border-box;
}
.right_side .no-searchform .left {
  width: auto;
}
.download-print-content {
  position: fixed;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 2em;
  padding-bottom: 2em;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.download-print-content.show {
  z-index: 2001;
  opacity: 1;
}
.download-print-content .btnSet a {
  color: white;
}

/*Date Picker*/
.f-row .content > .glyphicon {
  position: absolute;
  top: 1px;
  left: 160px;
}
.f-row .content > span {
  display: block;
  line-height: 18px;
  padding: 2px;
}

/*表單物件 匯整*/
.txtInput,
.add_account ol.list .txtInput .status,
.group_info ol.list .txtInput .status {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding-right: 15px;
}
.datepickerInput {
  float: left;
  width: 100%;
  margin: 0 15px 10px 15px;
}
.dtpicker {
  cursor: pointer;
}
.queryInput {
  float: left;
  width: 100%;
  margin: 0 26px 10px 0;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"] {
  color: #454545;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  height: 28px;
  display: block;
  padding: 5px 7px;
  width: 98%;
  font-size: 1em;
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
}

/*交易明細*/
.right_side
  .area
  > div:nth-child(3).trading_detail
  ol.list
  > li
  ul
  li:nth-last-child(1) {
  text-align: right;
  font-size: 0.9em;
}


/* Emily 輸入欄位加 i */
input:not([type]),
input[type="email" i],
input[type="number" i],
input[type="password" i],
input[type="tel" i],
input[type="url" i],
input[type="text" i],
select {
  color: #454545;
  border: 1px solid #d8d8d8;
  background: #fff;
  border-radius: 3px;
  height: 28px;
  display: block;
  padding: 5px 7px;
  width: 100%;
  font-size: 0.95em;
  letter-spacing: -1px;
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
}

select {
  color: #454545;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  height: 40px;
  display: block;
  padding: 3px;
  width: 100%;
  font-size: 0.95em;
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
}

/*Datepicker 修正*/
.datepickerInput {
  float: left;
  width: 150px;
  margin: 0;
}
.datepickerInput > span {
  float: left;
  width: 90px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a8a8a8;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a8a8a8;
}

.txtInput input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  border: 1px solid #0080cc;
}
.txtInput input[type="text"]:fixed,
input[type="password"]:fixed,
input[type="tel"]:fixed,
input[type="number"]::fixed {
  background: #ebebe4;
}

.radio {
  float: left;
  margin: 0 0 0 18px;
}
.add_account .radio {
  float: left;
  margin: 8px 0 0 18px;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  margin-right: 0.6em;
  vertical-align: middle;
  cursor: pointer;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197ee;
  box-shadow: inset 0 0 0 3px #f4f4f4;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 26px;
  height: 26px;
}
.checkbox input[type="checkbox"] + .checkbox-label:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  width: 45px;
  height: 19px;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat;
  background-size: 100%;
  background-position: 0 -112px;
  margin-top: -8px;
}
.checkbox input[type="checkbox"]:checked + .checkbox-label:after {
  content: "";
  background: url(../images/funBIZ-icon-content.png) left top no-repeat;
  background-size: 100%;
  background-position: 0 -133px;
  margin-top: -8px;
}

.checkbox
  input[type="checkbox"]
  + input[type="hidden"]
  + .checkbox-label:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  width: 45px;
  height: 19px;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat;
  background-size: 100%;
  background-position: 0 -112px;
  margin: -8px 0 0 -8px;
}
.checkbox
  input[type="checkbox"]:checked
  + input[type="hidden"]
  + .checkbox-label:after {
  content: "";
  background: url(../images/funBIZ-icon-content.png) left top no-repeat;
  background-size: 100%;
  background-position: 0 -133px;
  margin-top: -8px;
}

.include-cbox .checkbox {
  display: inline-block;
}
.include-cbox
  .checkbox
  input[type="checkbox"]
  + input[type="hidden"]
  + .checkbox-label:after {
  position: static;
  margin: 0 -20px -5px 10px;
}

/* select 選單*/
.select_menu {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.select_menu:nth-last-child(1) {
  margin-right: 0;
}
option {
  font-size: 0.95rem;
}
.icon_select_mate {
  position: absolute;
  top: 20px;
  right: 2%;
  font-size: 16px;
  height: 22px;
  transition: all 275ms;
  margin: -11px -11px 0 0;
}
.select_mate {
  position: relative;
  float: left;
  width: 100px;
  color: #777;
  background-color: #fff;
  border-radius: 3px;
  transition: all 375ms ease-in-out;
}
.select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  z-index: -1;
}
.cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}
.cont_select_int {
  position: absolute;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  height: 0px;
  width: 114px;
  background-color: #fff;
  margin-top: -1px;
  border-radius: 0px 0px 3px 3px;
  transition: all 375ms ease-in-out;
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  /*border-bottom: 1px solid #d8d8d8;*/
  font-size: 0.95em;
  max-height: 161px;
  box-shadow: 0px 1px 2px 0px rgba(169, 169, 169, 0.4);
}
.cont_list_select_mate .cont_select_int > li {
  position: relative;
  float: left;
  list-style-type: none;
  padding: 13px 10px 5px 10px;
  margin: 0px;
  transition: all 275ms ease-in-out;
  display: block;
  cursor: pointer;
  height: 22px;
}
.cont_select_int li:first-child {
  border-top: 1px solid #d8d8d8;
}
.cont_select_int li:last-child {
  border-radius: 3px;
  border-bottom: 0px;
}
.cont_select_int li:hover {
  color: #0080cc;
  background-color: #f5f5f5;
}
.cont_select_int .active {
  color: #0080cc;
  color: #454545;
}
.selectop {
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  height: 22px;
  padding: 11px 7px 5px 7px;
  width: 100%;
  display: block;
  cursor: pointer;
}

/*商店QR code*/
.qrCode .txtInput .select_menu {
  width: 100%;
}
.qrCode .txtInput .select_mate {
  width: 100%;
}
.qrCode .cont_select_int {
  width: 103%;
}

/*寬度百分比 匯整*/
.w_auto {
  width: auto;
}
.w10 {
  width: 10%;
}
.w13 {
  width: 13%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33%;
}
.w40 {
  width: 38%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w83 {
  width: 83%;
}
.w90 {
  width: 90%;
}
.w96 {
  width: 96%;
}
.w100 {
  width: 100%;
}

/*colors setting */
.blue {
  color: #0080cc;
}
.red {
  color: #f50000;
}
.green {
  color: #12ba00;
}
.white {
  color: #fff;
}
.gray {
  color: #9e9e9e;
}

/*Page Index*/
.index_area {
  float: left;
  width: 904px;
  margin: 0 0 15px 15px;
  font-size: 0.95em;
  text-align: left;
}
.index_area span {
  float: left;
  padding: 7px 15px;
  letter-spacing: 0;
}
.index_area span:last-child {
  float: right;
}

.pagination {
  float: right;
  width: 71%;
  margin-top: -10px;
  text-align: left;
}
.pagination a {
  cursor: pointer;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 3px;
  padding: 12px 10px;
  line-height: 13px;
  border: #d8d8d8 1px solid;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  color: #686868;
}
.pagination a:hover {
  cursor: pointer;
  color: #fff;
  background: #0080cc;
  border: #0080cc 1px solid;
}
.pagination a.disable {
  border: #e0e0e0 1px solid;
  color: #e0e0e0;
}
.pagination a.disable:hover {
  border: #e0e0e0 1px solid;
  color: #e0e0e0;
  background: #fff;
}
.pagination a.current {
  color: #fff;
  font-weight: bold;
  background: #0080cc;
  border: #0080cc 1px solid; /* margin-right: 5px;*/
}
.pagination a.current.next,
.pagination a.current.prev {
  background: #fff;
  color: #ccc;
  border: #ededed 1px solid;
  font-weight: normal;
}

.pagination.bulletin {
  width: 60%;
}

/*Popup*/
#msg {
  width: 295px;
  margin-left: -145px;
  margin-top: -270px;
  padding: 15px;
  height: auto;
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  background: #fff;
  border-radius: 5px;
  font-size: 1em;
  line-height: 1.3em;
  display: none;
}
#msg.popup .content {
  margin: 0 12px;
  text-align: center;
}
#msg.popup .content .btnSet {
  width: 100%;
  padding: 20px 0;
  float: left;
}
#msg.popup .content .btnSet a {
  padding: 0;
  width: 42%;
}
#msg.popup .content .close {
  top: 22px;
}
.btnSet a:hover {
  text-decoration: none;
}
#msg.popup .content p {
  float: left;
  text-align: left;
  width: 100%;
  line-height: 30px;
  margin-top: 5px;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: none repeat fixed 0% 0% rgba(0, 0, 0, 0.7);
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  backface-visibility: hidden;
  overflow: hidden;
}

#msg.popup > ol.list {
  float: left;
  width: 97%;
  padding-bottom: 20px;
}
#msg.popup > ol.list li {
  margin-left: 0px;
  font-weight: bold;
  line-height: 38px;
}
#msg.popup > ol.list li ol {
  font-size: 0.83rem;
  line-height: 26px;
  font-weight: normal;
}
#msg.popup > ol.list li ol li {
  line-height: 18px;
  font-weight: normal;
  margin-left: 24px;
  list-style-position: outside;
  list-style-type: decimal;
}
#msg.popup > ol.list ol ol li {
  margin-left: -10px;
  margin-bottom: 6px;
}

#alertMsg {
  width: 295px;
  margin-left: -145px;
  margin-top: -270px;
  padding: 15px;
  height: auto;
}
#alertMsg.popup .content {
  margin: 0 12px;
  text-align: center;
}
#alertMsg.popup .content .btnSet {
  width: 100%;
  padding: 30px 0 0 0;
  float: left;
}
#alertMsg.popup .content .btnSet a {
  padding: 0 13px;
  width: 75%;
}
#alertMsg.popup .content p {
  float: left;
  text-align: left;
  width: 96%;
  line-height: 30px;
  margin-top: 5px;
}

#divRepeat {
  width: 295px;
  margin-left: -145px;
  margin-top: -270px;
  padding: 15px;
  height: auto;
}
#divRepeat.popup .content {
  margin: 0 12px;
  text-align: center;
}
#divRepeat.popup .content .btnSet {
  width: 100%;
  padding: 30px 0 0 0;
  float: left;
}
#divRepeat.popup .content .btnSet a {
  padding: 0 13px;
  width: 33%;
}
#divRepeat.popup .content p {
  float: left;
  text-align: left;
  width: 96%;
  line-height: 30px;
  margin-top: 5px;
}

#sysModalDetails {
  top: 100px;
}
#sysModalDetailsForm > .content {
  height: 600px;
  overflow-y: auto;
}
.sysModalDetails {
  padding: 15px;
  height: auto;
}
.sysModalDetails.delivery-status {
  width: 100%;
  max-width: 750px;
}
.sysModalDetails.modify-delivery-date .datepickerInput {
  float: none;
}

/*登入說明 popup*/
#msg.popup .ol.list li {
}

/*Icons*/
.icon_tip {
  position: absolute;
  z-index: 10;
  width: 45px;
  height: 27px;
  margin: 6px 0 0 170px;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat;
  background-size: 100%;
  background-position: 0 -256px;
}
.icon_tip .tiptext {
  visibility: hidden;
  width: 400px;
  background-color: #111;
  color: #fff;
  border-radius: 4px;
  padding: 7px;
  position: absolute;
  z-index: 1;
  top: -9px;
  left: 73%;
  font-size: 0.79em;
  line-height: 17px;
}
.icon_tip .tiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.icon_tip:hover .tiptext {
  visibility: visible;
}
#funBIZ_Pay.tiptext .close,
#funBIZ_Refund.tiptext .close,
#funBIZ_Settle.tiptext .close,
#O2O_Pay.tiptext .close,
#O2O_Refund.tiptext .close,
#O2O_Settle.tiptext .close {
  display: none;
}

.dashboard_framewire > ol li > div.details > span.icon_tip {
  margin: 4px 0 0 78px;
}
.dashboard_framewire > ol li > div.details > span.icon_tip .tiptext {
  width: 248px;
  top: -2px;
  left: 26px;
  line-height: 18px;
  background: #000;
  color: #fff;
  font-size: 0.7rem;
  display: block;
}
.dashboard_framewire > ol li > div.details > span.icon_tip .tiptext::after {
  margin-top: -22px;
}
.icon_tip_mobile {
  display: none;
}

.edit_pw {
  float: left;
  cursor: pointer;
  width: 45px;
  height: 26px;
  margin: 6px -14px 0 25px;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat;
  background-size: 100%;
  background-position: 0 -192px;
}
.close {
  position: absolute;
  right: 0;
  top: 17px;
  float: right;
  cursor: pointer;
  width: 45px;
  height: 22px;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat #fff;
  background-size: 100%;
  background-position: 10px -237px;
}
.view {
  float: left;
  cursor: pointer;
  width: 47px;
  height: 20px;
  margin: 3px 0 0 0;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat;
  background-size: 100%;
  background-position: 16px -96px;
}
.edit {
  float: left;
  cursor: pointer;
  width: 45px;
  height: 24px;
  margin: 0 0 0 -3px;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat;
  background-size: 100%;
  background-position: 13px -193px;
}
.un_edit {
  float: left;
  cursor: pointer;
  width: 45px;
  height: 24px;
  margin: 0 -8px 0 0;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat;
  background-size: 100%;
  background-position: 10px -215px;
}
.add {
  float: left;
  cursor: pointer;
  width: 45px;
  height: 21px;
  margin: 0 -8px 0 0;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat;
  background-size: 100%;
  background-position: 13px -73px;
  margin-top: -1px;
}
.menu {
  float: left;
  cursor: pointer;
  width: 45px;
  height: 45px;
  margin: 0 -8px 0 0;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat;
  background-size: 100%;
  background-position: 0 0;
}
.login_pc {
  float: left;
  cursor: pointer;
  width: 45px;
  height: 35px;
  margin: -10px -11px 0 0;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat;
  background-size: 100%;
  background-position: 0 -322px;
}
.logout_pc {
  float: left;
  cursor: pointer;
  width: 45px;
  height: 35px;
  margin: -10px -11px 0 0;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat;
  background-size: 100%;
  background-position: 0 -284px;
}
.login {
  float: left;
  cursor: pointer;
  width: 45px;
  height: 32px;
  margin: -9px -17px 0 0;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat;
  background-size: 80%;
  background-position: 0 -255px;
}
.logout {
  float: left;
  cursor: pointer;
  width: 45px;
  height: 32px;
  margin: -6px -17px 0 0;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat;
  background-size: 80%;
  background-position: 0 -225px;
}
.option_arrow {
  float: right;
  background: url(../images/foption_arrow.png) left top no-repeat;
}
.search_rlt {
  float: left;
  cursor: pointer;
  width: 45px;
  height: 45px;
  margin: 0 -11px 0 -8px;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat;
  background-size: 100%;
  background-position: 0 -480px;
}
.search_visable {
  float: left;
  cursor: pointer;
  width: 45px;
  height: 24px;
  margin: -1px 0px -6px -17px;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat;
  background-size: 100%;
  background-position: 17px -549px;
}
.acent {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat;
  background-size: 220%;
  background-position: 6px -392px;
}
.decent {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat;
  background-size: 220%;
  background-position: 6px -415px;
}
.calendar {
  float: left;
  width: 45px;
  height: 45px;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat;
  background-size: 100%;
  background-position: 8px -357px;
  margin-left: 14px;
}
.card_status {
  width: 70px;
  margin: 2px 0 2px 13px;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
  border-radius: 13px;
  background: #f24141;
}
.card_status_blue {
  width: 70px;
  margin: 2px 0 2px 13px;
  margin-bottom: 2px;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
  border-radius: 13px;
  background: #0080cc;
}
.card_status_orange {
  width: 70px;
  margin: 2px 0 2px 13px;
  margin-bottom: 2px;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
  border-radius: 13px;
  background: #ff9c00;
}
.card_status_green {
  width: 70px;
  margin: 2px 0 2px 13px;
  margin-bottom: 2px;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
  border-radius: 13px;
  background: #3ab177;
}
.card_status_lightblue {
    width: 70px;
    margin: 2px 0 2px 13px;
    margin-bottom: 2px;
    text-align: center;
    color: #fff;
    font-size: 0.9em;
    border-radius: 13px;
    background: #11b5cf;
}

.calculate {
  margin-top: -9px;
  float: left;
  width: 101px;
  height: 29px;
  background: url(../images/calculate.png) left top no-repeat;
  background-size: 100%;
}
.system_alert {
  float: left;
  width: 194px;
  height: 182px;
  background: url(../images/icon_error.png) left top no-repeat;
  background-size: 100%;
  background-position: 0 -8px;
}
.delete {
  float: left;
  cursor: pointer;
  width: 45px;
  height: 24px;
  margin: 0 0 0 -3px;
  background: url(../images/funBIZ-icon-content.png) left top no-repeat;
  background-size: 100%;
  background-position: 13px -585px;
}
.datepickerInput.single {
  width: auto;
  display: flex;
  justify-content: center;
}
.datepickerInput.single span {
  float: none;
  display: inline-block;
}
.datepickerInput.single .calendar {
  float: none;
  display: inline-block;
}

/*撥款統計*/
ol.payment_process li {
  float: left;
  width: 144px;
  height: 98px;
  font-size: 0.95em;
  background: url(../images/payment_process.png) left top no-repeat;
  background-position: 0 -100px;
}
ol.payment_process li:nth-child(1) {
  float: left;
  width: 144px;
  height: 98px;
  padding: 2px;
  font-size: 0.95em;
  background: url(../images/payment_process.png) left top no-repeat;
  background-position: 0 0;
}
ol.payment_process li:nth-child(1) span {
  float: left;
  padding: 10px 10px 5px 10px;
  margin: 8px 0 0 16px;
  text-align: center;
  width: 101px;
}
ol.payment_process li:nth-last-child(1) {
  float: left;
  width: 144px;
  height: 98px;
  padding: 2px;
  font-size: 0.95em;
  background: url(../images/payment_process.png) left top no-repeat;
  background-position: 0 -200px;
}
ol.payment_process li span {
  float: left;
  padding: 10px 10px 5px 28px;
  margin-top: 10px;
  text-align: center;
  width: 101px;
  letter-spacing: 0;
}

/* 應撥款金額 字樣 標著*/
.total_payment_header {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.total_payment_header > h4 {
  width: 60%;
  float: left;
  font-weight: normal;
  font-size: 0.95rem;
  letter-spacing: 0;
  color: #454545;
  text-align: center;
  margin-left: 20px;
}
.total_payment_header > div.subtotal {
  float: left;
  width: 59%;
  margin: 5px 0 0 23px;
  height: 16px;
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-top: 1px solid #cacaca;
}
.total_payment_header > div.subtotal.upside-down {
  transform: rotateX(180deg);
  margin-bottom: 5px;
}
ol.payment_process > div {
  display: none;
  width: 0;
}

/*系統警告訊息區塊*/
ol.alert_content {
  float: left;
  width: 74%;
  margin: 85px 132px;
  font-size: 1em;
  line-height: 28px;
  letter-spacing: 0;
}
ol.alert_content li ul li {
  float: left;
}
ol.alert_content li ul li:nth-last-child(1) {
  margin-left: 20px;
}
ol.alert_content li ul li > h1 {
  margin-bottom: 20px;
}
ol.alert_content li ul li > ol.notes li {
  list-style: none;
  margin-left: 0;
}
ol.alert_content li > .btn a {
  background: #0080cc;
  color: #fff;
  border: 0;
  margin: 28px 20px;
  padding: 0 70px;
}

/*Buttons*/
.btnSet {
  margin: 0 auto;
  width: 34%;
}
.btnSet.flex {
  display: flex;
  justify-content: center;
}
.btnSet > div.note {
  position: relative;
  margin: 10px;
  font-size: 0.9em;
  color: #f50000;
}
.btnSet a,
.btnSet a.download,
.btnSet a.goback {
  color: #000;
  text-decoration: none;
  margin: 0 6px 20px 6px;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  border-radius: 3px;
  float: left;
  padding: 0 20px;
  width: 100px;
}
a.btn_single {
  color: #000;
  text-decoration: none;
  margin: 0 6px 20px 6px;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  border-radius: 3px;
  float: left;
  padding: 0 20px;
  width: 124px;
}
.btnSet a:hover,
.btnSet a:active,
.btn a:hover,
.btn a:active {
  background: #0080cc;
  border: 1px solid #0080cc;
  color: #fff;
}
.btnSet a.submit,
a.btn_single.submit {
  background: #0080cc;
  color: #fff;
  border-color: #0080cc;
}
a.btn_single.submit.disable {
  background: #c2c2c2;
  color: #fff;
  border-color: #c2c2c2;
}
.btnSet > a.submit:hover,
.btnSet > a.submit:active,

a.btn_single.submit:hover {
  background: #005c93;
  border-color: #005c93;
  color: #fff;
}
.btn_blue a {
  background: #0080cc;
  color: #fff;
  border: none;
  text-decoration: none;
  margin: 30px auto;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 3px;
  width: 135px;
}
.btn a {
  padding: 0 20px;
  margin: 0 10px;
  color: #000;
  text-decoration: none;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  float: left;
}
.btn.download a {
  padding: 0 60px;
  float: right;
  margin-right: 15px;
}
.btn.download a:hover {
  text-decoration: none;
}

.refund_btn {
  color: #000;
  text-decoration: none;
  display: block;
  text-align: center;
  height: 42px;
  line-height: 40px;
  display: flex;
  align-items: center;
}
.refund_btn a {
  color: #454545;
  padding: 0 25px;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  border-radius: 0;
}
.refund_btn a + a {
  border-left: 0;
  margin-left: -1px;
}
.refund_btn a:first-child {
  border-left: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 3px 0 0 3px;
}
.refund_btn a:last-child {
  border-radius: 0 3px 3px 0;
}
ol.list .refund_btn a {
  text-decoration: none;
}
ol.list .refund_btn a.active {
  margin: 0;
  padding: 0 25px;
  border: 1px solid #d8d8d8;
  background: #0080cc;
  border-left: 1px solid #0080cc;
  border-right: 0;
  border-top: 1px solid #0080cc;
  border-bottom: 1px solid #0080cc;
  color: #fff;
  cursor: default;
}

.refund_btn a:hover,
ol.list .refund_btn a.active :hover {
  background: #005c93;
  color: #fff;
  border-left: 1px solid #0080cc;
  border-right: 0;
  border-top: 1px solid #0080cc;
  border-bottom: 1px solid #0080cc;
}
.refund_btn a.apply:hover {
  border-right: 0;
}

.nowrap {
  white-space: nowrap !important;
}
.clearfix {
  clear: both;
}
/** =======================
 * Tablet view
 ===========================*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    font-size: 0.95em;
    overflow-x: hidden;
  }
  .logo {
    width: 220px;
    background: url(../images/funBIZ-logo_m.png) center top no-repeat;
    background-size: 210px 68px;
  }
  .sideBar {
    margin: 0;
    width: 220px;
  }
  .accordion_menu {
    width: 220px;
  }

  #container {
    position: relative;
    left: 18%;
  }
  #home_container {
    position: relative;
    left: 2.5%;
  }
  .submenu input:checked + label ::after {
    margin: -9px 0 0 120px;
    box-shadow: 0 0 18px 3px rgba(169, 169, 169, 0.5);
  }
  .right_side > div {
    width: 738px;
  }
  .right_side div.area {
    width: 748px;
    box-shadow: 0px 1px 2px 0px rgba(169, 169, 169, 0.3);
  }
  .right_side > .sys_entrance {
    display: none;
  }
  .right_side::after {
    width: 780px;
    background-size: 100%;
  }
  .right_side .payment_list {
    width: 780px;
  }

  .right_side .search_id {
    width: 780px;
  }
  .right_side .search_id .left {
    width: 504px;
  }
  .right_side .search_id .bottom {
    width: 730px;
  }
  .right_side .payment_list .right .btnSet {
    margin-left: 46px;
  }
  .right_side .payment_list .bottomL {
    width: 730px;
    background-size: 100% 100%;
  }
  .search_rlt {
    margin-top: 10px;
  }
  .right_side .payment_list .bottomL span a {
    width: 64px;
    margin-top: 2px;
  }
  .right_side .payment_list .bottomL p {
    float: left;
    width: 606px;
    color: #454545;
    padding: 4px 0;
    border-bottom: 0;
    margin-left: 18px;
  }

  .radio {
    margin: 0 0 0 14px;
  }
  input[type="text"],
  input[type="password"],
  input[type="tel"],
  input[type="number"] {
    padding: 4px 7px;
  }
  .btnSet {
    width: 44%;
  }

  .icon_tip {
    margin: 6px 0 0 138px;
  }
  .icon_tip .tiptext {
    width: 400px;
  }
  .icon_tip .tiptext::after {
    margin-top: -15px;
  }
  .warning {
    font-size: 0.9em;
  }
  .dashboard_framewire > ol li:nth-child(4) > i.icon_tip_mobile {
    margin: 13px 0 0 160px;
  }

  table {
    padding: 0;
    font-size: 0.89em;
  }
  table th {
    padding: 10px 7px;
  }
  table td {
    padding: 10px 8px;
  }

  .trade_group > table th:nth-child(3),
  .view_role > table th:nth-child(3) {
    padding: 10px;
  }
  .account_list > table th:nth-child(6),
  .account_list > table td:nth-child(6) {
    width: 15%;
    line-height: 20px;
  }
  .account_list > table th.acent {
    background-size: 65%;
    background-position: 64px -559px;
  }
  .account_list > table th.decent {
    background-size: 65%;
    background-position: 64px -530px;
  }
  .account_list > table th:nth-child(8),
  .account_list > table td:nth-child(8) {
    width: 13%;
    padding-left: 5%;
  }
  .device_list > table th:nth-child(6),
  .device_list > table td:nth-child(6) {
    width: 15%;
    line-height: 20px;
  }

  .device_list > table th.acent {
    background-size: 65%;
    background-position: 64px -559px;
  }

  .device_list > table th.decent {
    background-size: 65%;
    background-position: 64px -530px;
  }

  .device_list > table th:nth-child(7),
  .device_list > table td:nth-child(7) {
    width: 13%;
    padding-left: 5%;
  }
  .payment_detail > table td,
  .payment_detail_domestic > table td,
  .payment_detail_refund > table td {
    padding: 10px 2px;
  }
  .payment_detail > table th {
    padding: 12px 13px 12px 2px;
  }
  .payment_detail > table th:nth-child(1),
  .payment_detail > table td:nth-child(1) {
    width: 12%;
  }
  .payment_detail > table th:nth-child(9),
  .payment_detail > table th:nth-child(9) {
    padding: 12px 9px;
  }
  .payment_detail > table th:nth-child(5),
  .payment_detail > table td:nth-child(5) {
    width: 12%;
  }

  .payment_detail_domestic > table th:nth-child(1) {
    padding: 0 11px 0 0;
  }
  .payment_detail_domestic > table th:nth-child(8) {
    padding: 10px 0px;
  }
  .payment_detail_domestic > table td:nth-child(8) {
    padding: 10px 0px;
  }

  .payment_detail_done > table th:nth-child(1),
  .payment_detail_done > table td:nth-child(1) {
    width: 12%;
    padding: 13px 9px 13px 0;
  }
  .payment_detail_done > table th:nth-child(7) {
    padding: 13px 0 13px 0;
  }
  .payment_detail_done > table th:nth-child(9) {
    padding: 13px 0 13px 0;
  }

  .index_area {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .copyright a {
    margin: 0px 5px;
    letter-spacing: 0px;
  }
}

/** =======================
 * Mobile view
 ===========================*/
/*iPhone5 含以上*/

@media screen and (min-width: 320px) and (max-width: 1279px) {
  body {
    background: #f5f5f5;
  }
  /* select {-webkit-appearance: none; -moz-appearance: none; appearance: none}*/
  option {
    display: block;
    white-space: pre;
  }
  #divFUNBIZ h2 {
    width: 94%;
  }
  .loading {
    top: -10%;
    left: -45%;
  }
  .icon_tip .tiptext {
    visibility: visible;
    width: 400px;
  }
  .dashboard_framewire > ol li > div.details > span.icon_tip .tiptext {
    display: none;
  }
  .dashboard_framewire > ol li:nth-child(4) > i.icon_tip_mobile {
    margin: 13px 0 0 160px;
  }

  .td-show-min {
    display: table-cell !important;
  }
  .td-hide-min {
    display: none !important;
  }
  .nowrap.wrapnormal-min {
    white-space: normal !important;
  }

  body {
    letter-spacing: 0;
    overflow-x: hidden;
  }
  main {
    width: 100%;
    max-width: 414px;
    margin: 0 auto;
    float: none;
  }
  .sideBar {
    margin: 0;
    box-shadow: 0 0 0;
    width: 250px;
    float: left;
    min-height: 748px;
    height: auto;
    background: linear-gradient(
      to bottom,
      rgba(254, 255, 255, 1) 90%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .logo {
    cursor: pointer;
    width: 240px;
    height: 26px;
    background: url(../images/funBIZ-icon-content.png) left top no-repeat, #fff;
    background-position: 0 -32px;
    background-size: 36px;
    margin: 21px 0 24px 10px;
    border-bottom: 0;
  }
  h2 {
    margin: 10px;
  }
  h2 > span.white {
    display: none;
  }

  #container,
  #home_container {
    position: relative;
    left: 0;
  }
  .mobile_logout {
    visibility: visible;
    display: block;
  }

  header {
    float: none;
    padding: 12px 10px;
    background: url(../images/funBIZ-bg-2.jpg) center top no-repeat;
    background-size: 414px;
    margin: 6px 0 0 0;
  }
  button.menu-btn {
    display: block;
  }
  .home_main_img {
    background: none;
    width: 100%;
    height: auto;
  }
  .home_main_img > form > .area > .login_form {
    left: 1%;
    width: 90%;
    position: relative;
    margin: 0;
    margin: 8px 0 0 0;
  }
  .logo_opacity,
  .home_entrance,
  .login_form::after {
    display: none;
  }

  .login_form > div.btn > a {
    width: 67%;
    float: left;
    padding: 0 15%;
  }
  .login_link {
    margin: 18px 1% 0 5%;
  }
  .login_form > ol.list > li ul li > div.txtInput.w90 {
    width: 97%;
  }
  .login_form > ol.list li ul li > div.capcha {
    width: 45%;
  }
  #idCaps,
  #accountCaps,
  #passwordCaps {
    display: none;
    color: red;
    position: relative;
    top: -28px;
    left: 46%;
    width: 90%;
    font-size: 0.9rem;
  }
  .login_form > ol.list > li ul li > select.w94 {
    width: 94%;
  }
  .home_main_img
    > form
    > .area
    > .login_form
    > ol.list
    > li
    ul
    li
    > div.txtInput
    > div.warning {
    text-align: left;
  }

  /* Emily 輸入欄位加 i */
  input:not([type]),
  input[type="email" i],
  input[type="number" i],
  input[type="password" i],
  input[type="tel" i],
  input[type="url" i],
  input[type="text" i] {
    color: #454545;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    height: 28px;
    display: block;
    padding: 5px 7px;
    width: 95%;
    font-size: 1em;
    font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
  }

  /* 登入說明 popup */
  #msg.popup > ol.list {
    width: 100%;
    padding-bottom: 20px;
    margin: -15px 0 0 -10px;
  }
  #msg.popup > ol.list li {
    line-height: 18px;
    font-size: 0.9rem;
    margin-top: 15px;
  }
  #msg.popup > ol.list li ol {
    font-size: 0.8rem;
    line-height: 26px;
    font-weight: normal;
    line-height: 18px;
    margin-top: 7px;
  }
  #msg.popup > ol.list li ol li {
    font-size: 0.78rem;
    line-height: 18px;
    font-weight: normal;
    margin-left: 18px;
    list-style-position: outside;
    list-style-type: decimal;
    margin-top: 7px;
  }
  #msg.popup > ol.list ol ol li {
    margin-left: -10px;
    margin-bottom: 6px;
  }

  .right_side {
    margin-top: 15px;
    width: 100%;
    min-height: auto;
  }
  .right_side > div,
  .right_side .search_id,
  .right_side .search_id .left,
  .right_side div.area,
  .right_side .search_id .right,
  .right_side .payment_list,
  .right_side .qrCode,
  .trading_detail,
  .apply_refund {
    width: 100%;
  }
  .right_side div.area {
    padding: 0;
    min-height: 350px;
  }
  .right_side > .sys_entrance {
    display: none;
  }
  .right_side::after {
    height: 0;
  }

  .right_side .search_id .left {
    margin: 15px 3%;
    height: auto;
  }
  .right_side .search_id .right {
    background: #fff;
    height: auto;
    padding: 0 0 10px 5%;
  }
  .right_side .search_id .right .btnSet {
    margin: 0px auto;
    width: 100%;
  }
  .right_side .search_id .bottom.ng-binding {
    width: 91%;
  }
  .right_side .search_id .bottom.ng-binding span {
    padding: 0;
    letter-spacing: -1px;
  }

  .right_side .payment_list .left {
    height: 286px;
    width: 94%;
    margin: 10px 3%;
  }
  .right_side .payment_list .leftL {
    height: 168px;
    width: 94%;
    margin: 10px 3%;
  }
  .right_side .payment_list .right {
    width: 100%;
    background: none;
    height: 70px;
    margin-top: 17px;
  }
  .right_side .payment_list .rightL {
    width: 100%;
    background: none;
    height: 70px;
    padding: 32px 0 0 0;
  }
  .right_side .payment_list .right .btnSet,
  .right_side .payment_list .rightL .btnSet {
    margin-left: 5%;
  }
  .right_side .payment_list .bottom {
    width: 88%;
  }

  /*搜尋結果灰bar*/
  .right_side .payment_list .bottomL {
    width: 97%;
    padding: 18px 12px 5px 0px;
  }
  .right_side .payment_list .bottomL p {
    margin-left: 1%;
    max-width: 95%;
  }
  .right_side .payment_list .bottomL p > span {
    float: left;
    letter-spacing: -1px;
    margin-right: 15px;
  }
  .search_rlt,
  .right_side .payment_list .bottomL span a,
  .right_side .payment_list .bottomL p:nth-child(2) {
    display: none;
  }

  .search_id ol.list .label {
    display: none;
  }
  .search_id ol.list .w50 {
    width: 94%;
  }
  .search_id ol.list .txt .active {
    margin-left: -33%;
  }
  .search_id ol.list > li ul li {
    height: 5px;
  }

  /*Date picker*/
  ol.list > li ul li > span.red {
    line-height: 19px;
    margin: -15px 0 0 10px;
    float: left;
    font-size: 0.95em;
  }
  .datepickerInput {
    margin: -2px 16px 0 0px;
    width: 29%;
    font-size: 0.88em;
  }
  .datepickerInput > span {
    width: 100%;
  }
  .calendar {
    margin: 0px -10px 0 2px;
  }
  ol.list .datepicker_txt {
    padding: 13px 8px 0 3px;
  }

  ol.list > li ul li {
    margin-bottom: 28px;
    height: 54px;
  }
  .add_account > .list > li ul li:nth-last-child(2) {
    height: 8px;
  }
  .group_info > ol.list > li ul li:nth-last-child(2) {
    height: 20px;
  }
  ol.list .label {
    width: 90%;
    text-align: left;
    padding: 10px 0 5px 15px;
  }
  ol.list .txt {
    float: left;
    left: 30.5%;
    padding: 6px 0 15px 0;
    width: 68%;
    word-break: break-all;
    line-height: 27px;
  }

  .right_side .qrCode ol.list > li ul li,
  .right_side .trading_detail ol.list > li ul li,
  .right_side .apply_refund ol.list > li ul li {
    height: auto;
    margin-bottom: 5px;
  }
  .right_side .payment_list ol.list > li ul li > div.label,
  .right_side .qrCode ol.list > li ul li > div.label,
  .right_side .trading_detail ol.list > li ul li > div.label,
  .right_side .apply_refund ol.list > li ul li > div.label {
    float: left;
    width: 22%;
    padding: 10px 0 0px 10px;
    line-height: 20px;
  }
  .right_side .payment_list ol.list > li ul li > div.txt,
  .right_side .qrCode ol.list > li ul li > div.txt,
  .right_side .trading_detail ol.list > li ul li > div.txt,
  .right_side .apply_refund ol.list > li ul li > div.txt {
    position: static;
    line-height: 22px;
    padding: 10px 0 5px 15px;
  }
  .right_side
    .area
    > div:nth-child(3).trading_detail
    ol.list
    > li
    ul
    li:nth-last-child(1) {
    float: left;
    text-align: left;
    font-size: 0.9em;
    margin-left: 6%;
    width: 94%;
  }
  .right_side
    .area
    > div:nth-child(3).trading_detail
    ol.list
    > li
    ul
    li:nth-last-child(1)
    span.red {
    float: none;
  }
  .right_side .apply_refund ol.list > li ul li > div.txt textarea {
    width: 90%;
    margin-left: -15px;
  }

  .right_side .qrCode ol.list .w50 {
    width: 66%;
    margin: 10px 0 10px 7px;
    padding-right: 0;
  }
  .right_side .qrCode ol.list .w20 {
    width: 50%;
    margin: -17px 0 0 15px;
  }
  .right_side .qrCode ol.list .w40 > div.btn {
    margin: -41px 0 0 65%;
    float: left;
    width: 96px;
  }
  .right_side .qrCode ol.list > li ul li > div.txt > div {
    margin: -9px 20px 0 22px;
  }
  .right_side .qrCode ol.list > li ul li > div.txt > div.checkbox {
    margin-left: 0;
  }
  .right_side .qrCode ol.list > li ul li > div.txtInput > .warning {
    text-align: left;
    margin: 10px 0 0 7px;
  }

  .pw_reset ol.list > li ul li:nth-last-child(2) {
    height: 66px;
  }
  .view_account ol.list > li ul li,
  .view_roles ol.list > li ul li,
  .apply_refund ol.list > li ul li {
    height: 30px;
  }

  /*輸入欄位或資訊 寬度設定為滿版*/
  .add_account ol.list .w20,
  .add_account ol.list .w33,
  .add_account ol.list .w83,
  .add_account ol.list .w75,
  .pw_reset ol.list .w20,
  .group_info ol.list .w20,
  .group_info ol.list .w83,
  .qrCode ol.list .w20,
  .qrCode ol.list .w40,
  .group_info ol.list .w75 {
    width: 90%;
    margin: 0 3%;
  }
  .payment_list ol.list > li ul li {
    width: 98%;
  }
  .payment_list ol.list .w40,
  .payment_list ol.list .w30 {
    width: 99%;
    margin: 55px 0 10px 0;
  }

  ol.list .status {
    width: 10%;
    float: left;
  }
  .add_account ol.list .status {
    width: 12%;
    margin: 3px 8px;
  }
  .group_info ol.list .status {
    margin: -3px 4%;
  }
  .add_account ol.list .status2,
  .group_info ol.list .status2 {
    width: 70%;
    margin: 7px 0;
  }

  .notice_info,
  .notice_success {
    margin: 4%;
    width: 84%;
    float: left;
    padding: 10px 13px;
  }
  .notice_info > span {
    float: left;
    line-height: 25px;
    width: 96%;
  }

  .refund_btn {
    width: 100%;
    display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;-ms-overflow-style:none;overflow:-moz-scrollbars-none;
  }
  .refund_btn a {
    float: none;
    padding: 0 1em;
    /* width: 49%; */
    font-size:0.85em;
    display: inline-block;
    flex-grow: 1;
    flex-shrink: 0;
  }
  ol.list .refund_btn a.active {
    padding: 0 1em;
    border: 0;
    height: 42px;
    margin-top: 0;
  }
  .refund_btn a:nth-child(1) {
    margin-right: 0;
  }
  ol.list .refund_btn a:nth-last-child(1).active {
    margin: 0 5px 0 0;
    width: 49%;
  }

  /*-- Select 選單 --*/
  ol.list > li ul li > div.select_menu {
    width: 99%;
    margin-bottom: 13px;
  }
  .select_mate {
    width: 100%;
  }
  .cont_select_int {
    width: 104%;
  }

  .qrCode .txtInput .select_menu {
    width: 100%;
    font-size: 0.95em;
  }
  .qrCode .txtInput .select_mate {
    width: 100%;
    margin: 0px 15px;
  }
  .qrCode .cont_select_int {
    width: 103%;
  }

  .icon_tip {
    display: none;
  }
  .icon_tip_mobile {
    display: block;
    position: absolute;
    z-index: 10;
    cursor: help;
    width: 45px;
    height: 27px;
    margin: 13px 0 0 92px;
    background: url(../images/funBIZ-icon-content.png) left top no-repeat;
    background-size: 100%;
    background-position: 0 -256px;
  }

  #funBIZ_Pay.tiptext,
  #funBIZ_Refund.tiptext,
  #funBIZ_Settle.tiptext,
  #O2O_Pay.tiptext,
  #O2O_Refund.tiptext,
  #O2O_Settle.tiptext {
    width: 304px;
    padding: 15px;
    height: auto;
    background: #fff;
    border-radius: 5px;
    font-size: 0.9em;
    line-height: 1.5em;
  }

  #funBIZ_Pay.tiptext .close,
  #funBIZ_Refund.tiptext .close,
  #funBIZ_Settle.tiptext .close,
  #O2O_Pay.tiptext .close,
  #O2O_Refund.tiptext .close,
  #O2O_Settle.tiptext .close {
    display: block;
    top: 9px;
    background-size: 137%;
    background-position: 7px -239px;
    right: 0px;
    width: 33px;
  }

  .icon_tip .tiptext::after {
    display: none;
  }

  .pw_reset {
    padding: 0;
  }
  .description a {
    margin: -62px 0 0 37px;
  }
  .warning {
    margin: -61px 0 0 8%;
    width: 80%;
    text-align: right;
  }
  .warning .pw {
    margin: 14px 0 0 14px;
  }
  .edit_pw {
    margin: 6px -22px 0 17px;
  }

  /*Popup*/
  #msg.popup .content .btnSet {
    width: 96%;
  }

  /*新增助理帳號小網 tips*/
  ol.list > li > span.tip_id,
  ol.list > li ul > span.tip_id {
    visibility: visible;
    display: block;
    float: left;
    color: #9e9e9e;
    line-height: 17px;
    font-size: 0.79em;
    padding: 0 13px;
    width: 90%;
  }

  .btnSet a {
    width: 42%;
    padding: 0;
    margin: 12px 5px;
  }
  .btnSet > a.goback {
    width: 42%;
    padding: 0;
    margin: 12px 5px;
  }
  .btnSet > a.submit,
  .btnSet > a.download {
    width: 42%;
    padding: 0;
    margin: 12px 5px;
  }

  /*mobile 關閉搜尋*/
  header > .btn_search_invisable a {
    display: block;
    position: absolute;
    z-index: 999;
    margin-top: 10px;
    font-size: 1em;
    color: #fff;
    right: 15px;
    padding: 10px 14px 10px 36px;
    background: #0080cc;
    border-radius: 23px;
  }
  header > .btn_search_invisable a::before {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    top: 12px;
    margin-left: 8px;
    margin-top: -3px;
    width: 2px;
    height: 18px;
    background: #fff;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  header > .btn_search_invisable a::after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    margin-left: 0;
    margin-top: 5px;
    width: 18px;
    height: 2px;
    background: #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .payment_total {
    background-size: 135%;
    background-position: -4% -82px;
  }
  .payment_process > span,
  .payment_total > span {
    margin: 47px 22px 23px 19px;
    text-align: center;
  }
  .payment_process > span.calculate,
  .payment_total > span.calculate {
    margin: -10px 0 0 11px;
  }

  table {
    padding: 0;
    width: 100%;
  }
  table th,
  table td {
    padding: 10px 4px;
  }
  table tr td center {
    padding: 10px 0;
  }

  /*表單-角色 - 交易功能群組 檢視帳號 - 角色列表*/
  .trade_group > table th:nth-child(1),
  .trade_group > table td:nth-child(1),
  .view_role > table th:nth-child(1),
  .view_role > table td:nth-child(1) {
    width: 20%;
  }
  .trade_group > table th:nth-child(2),
  .trade_group > table td:nth-child(2),
  .view_role > table th:nth-child(2),
  .view_role > table td:nth-child(2) {
    width: 35%;
  }
  .trade_group > table th:nth-child(3),
  .view_role > table th:nth-child(3) {
    width: 45%;
    text-align: center;
    padding-left: 0;
  }
  .trade_group > table td:nth-child(3),
  .view_role > table td:nth-child(3) {
    width: 45%;
    padding: 10px 7px;
  }

  /*表單- 助理帳號查詢*/
  .account_list > table th:nth-child(1),
  .account_list > table td:nth-child(1),
  .account_list > table th:nth-child(5),
  .account_list > table td:nth-child(5),
  .account_list > table th:nth-child(6),
  .account_list > table td:nth-child(6) {
    display: none;
  }
  .account_list > table th:nth-child(2),
  .account_list > table td:nth-child(2) {
    width: 20%;
  }
  .account_list > table th:nth-child(3),
  .account_list > table td:nth-child(3) {
    width: 24%;
  }
  .account_list > table th:nth-child(4),
  .account_list > table td:nth-child(4) {
    width: 20%;
  }
  .account_list > table th:nth-child(7) {
    width: 10%;
  }
  .account_list > table td:nth-child(7) {
    width: 15%;
  }
  .account_list > table th:nth-child(8) {
    width: 26%;
    padding: 15px;
  }
  .account_list > table td:nth-child(8) {
    width: 22%;
    padding-left: 0;
    padding: 15px 0 15px 3px;
  }

  .device_list > table th:nth-child(1),
  .device_list > table td:nth-child(1),
  .device_list > table th:nth-child(5),
  .device_list > table td:nth-child(5),
  .device_list > table th:nth-child(6),
  .device_list > table td:nth-child(6) {
    display: none;
  }

  .device_list > table th:nth-child(2),
  .device_list > table td:nth-child(2) {
    width: 20%;
  }
  .device_list > table th:nth-child(3),
  .device_list > table td:nth-child(3) {
    width: 24%;
  }
  .device_list > table th:nth-child(4),
  .device_list > table td:nth-child(4) {
    width: 20%;
  }
  .device_list > table th:nth-child(7) {
    width: 26%;
    padding: 15px;
  }

  /*表單-角色查詢*/
  .role_list > table th:nth-child(1),
  .role_list > table td:nth-child(1),
  .role_list > table th:nth-child(5),
  .role_list > table td:nth-child(5),
  .role_list > table th:nth-child(6),
  .role_list > table td:nth-child(6) {
    display: none;
  }
  .role_list > table th:nth-child(2),
  .role_list > table td:nth-child(2) {
    width: 22%;
  }
  .role_list > table th:nth-child(3),
  .role_list > table td:nth-child(3) {
    width: 24%;
  }
  .role_list > table th:nth-child(4),
  .role_list > table td:nth-child(4) {
    width: 20%;
  }
  .role_list > table th:nth-child(7) {
    width: 10%;
  }
  .role_list > table td:nth-child(7) {
    width: 15%;
  }
  .role_list > table th:nth-child(8) {
    width: 26%;
    padding: 15px 15px 15px 0;
  }
  .role_list > table td:nth-child(8) {
    width: 22%;
    padding-left: 0;
    padding: 15px 1px;
  }

  .account_list > table th.acent,
  .role_list > table th.acent {
    cursor: pointer;
    background: url(../images/funBIZ-icon-content.png) left top no-repeat,
      #005c93;
    background-size: 50%;
    background-position: 74px -479px;
  }
  .account_list > table th.decent,
  .role_list > table th.decent {
    cursor: pointer;
    background: url(../images/funBIZ-icon-content.png) left top no-repeat,
      #005c93;
    background-size: 50%;
    background-position: 74px -508px;
  }
  .account_list > table td:nth-child(3),
  .role_list > table td:nth-child(3) {
    color: #0080cc;
  }

  .device_list > table th.acent,
  .role_list > table th.acent {
    cursor: pointer;
    background: url(../images/funBIZ-icon-content.png) left top no-repeat,
      #005c93;
    background-size: 50%;
    background-position: 74px -479px;
  }

  .device_list > table th.decent,
  .role_list > table th.decent {
    cursor: pointer;
    background: url(../images/funBIZ-icon-content.png) left top no-repeat,
      #005c93;
    background-size: 50%;
    background-position: 74px -508px;
  }

  .device_list > table td:nth-child(3),
  .role_list > table td:nth-child(3) {
    color: #0080cc;
  }

  /*表單-收款明細(一般)*/
  .payment_detail > table td,
  .payment_detail_domestic > table td {
    padding: 10px 2px;
  }

  /*表單-退款管理(一般)*/
  .payment_refund_done {
    margin-top: 0;
  }
  .payment_refund_done > table th:nth-child(3),
  .payment_refund_done > table td:nth-child(3),
  .payment_refund_done > table th:nth-child(7),
  .payment_refund_done > table td:nth-child(7) {
    display: none;
  }
  .payment_refund_done > table th:nth-child(1) {
    width: 19%;
    padding: 10px 20px 10px 14px;
  }
  .payment_refund_done > table td:nth-child(1) {
    width: 23%;
    padding: 10px 3px;
  }
  .payment_refund_done > table th:nth-child(2),
  .payment_refund_done > table td:nth-child(2) {
    width: 20%;
  }
  .payment_refund_done > table th:nth-child(4) {
    width: 14%;
    padding: 10px;
  }
  .payment_refund_done > table td:nth-child(4) {
    width: 14%;
    padding: 10px 2px;
  }
  .payment_refund_done > table th:nth-child(5) {
    width: 13%;
    padding: 10px;
  }
  .payment_refund_done > table td:nth-child(5) {
    width: 13%;
  }
  .payment_refund_done > table th:nth-child(6),
  .payment_refund_done > table td:nth-child(6) {
    width: 11%;
    padding: 10px 5px;
  }
  .payment_refund_done > table th:nth-child(8),
  .payment_refund_done > table td:nth-child(8) {
    width: 13%;
    padding: 10px 6px;
  }

  /*表單-收款明細(一般)*/
  .payment_detail_domestic > table {
    font-size: 0.85em;
  }
  .payment_detail_domestic > table th:nth-child(3),
  .payment_detail_domestic > table td:nth-child(3),
  .payment_detail_domestic > table th:nth-child(6),
  .payment_detail_domestic > table td:nth-child(6),
  .payment_detail_domestic > table th:nth-child(7),
  .payment_detail_domestic > table td:nth-child(7),
  .payment_detail_domestic > table th:nth-child(8),
  .payment_detail_domestic > table td:nth-child(8) {
    display: none;
  }

  .payment_detail_domestic > table th:nth-child(1) {
    width: 19%;
    padding: 10px 10px 10px 0;
  }
  .payment_detail_domestic > table td:nth-child(1) {
    width: 20%;
    padding: 10px 0;
    letter-spacing: -0.5px;
  }
  .payment_detail_domestic > table th:nth-child(2) {
    width: 17%;
    padding: 0 2px;
  }
  .payment_detail_domestic > table td:nth-child(2) {
    width: 16%;
    word-break: break-word;
  }
  .payment_detail_domestic > table th:nth-child(5),
  .payment_detail_domestic > table td:nth-child(5) {
    width: 15%;
    padding: 10px 4px;
  }
  .payment_detail_domestic > table th:nth-child(9) {
    width: 14%;
    background: #0080cc;
    padding: 10px 4px;
  }
  .payment_detail_domestic > table td:nth-child(9) {
    width: 14%;
    padding: 10px 5px;
  }
  .payment_detail_domestic > table td:nth-child(9) a {
    margin: 4px 16%;
    float: left;
  }

  /*表單-linepay交易*/
  .linepayment_detail_domestic > table {
    font-size: 0.85em;
  }
  .linepayment_detail_domestic > table th:nth-child(2),
  .linepayment_detail_domestic > table td:nth-child(2),
  .linepayment_detail_domestic > table th:nth-child(6),
  .linepayment_detail_domestic > table td:nth-child(6),
  .linepayment_detail_domestic > table th:nth-child(7),
  .linepayment_detail_domestic > table td:nth-child(7),
  .linepayment_detail_domestic > table th:nth-child(8),
  .linepayment_detail_domestic > table td:nth-child(8) {
    display: none;
  }

  .linepayment_detail_domestic > table th:nth-child(1) {
    width: 22%;
    padding: 10px 10px 10px 0;
  }
  .linepayment_detail_domestic > table td:nth-child(1) {
    width: 22%;
    padding: 10px 0;
    letter-spacing: -0.5px;
  }
  .linepayment_detail_domestic > table th:nth-child(3) {
    width: 25%;
    padding: 0 2px;
  }
  .linepayment_detail_domestic > table td:nth-child(3) {
    width: 25%;
    word-break: break-word;
  }
  .linepayment_detail_domestic > table th:nth-child(5),
  .linepayment_detail_domestic > table td:nth-child(5) {
    width: 25%;
    padding: 10px 4px;
  }
  .linepayment_detail_domestic > table th:nth-child(9) {
    width: 14%;
    background: #0080cc;
    padding: 10px 4px;
  }
  .linepayment_detail_domestic > table td:nth-child(9) {
    width: 14%;
    padding: 10px 5px;
  }
  .linepayment_detail_domestic > table td:nth-child(9) a {
    margin: 4px 16%;
    float: left;
  }

  /*表單-撥款明細-信用卡撥款(一般)*/
  .payment_card {
    margin-top: 0;
  }
  .payment_card > table th:nth-child(1) {
    width: 15%;
    padding: 15px 2px;
  }
  .payment_card > table td:nth-child(1) {
    width: 15%;
    padding: 15px 1px;
  }
  .payment_card > table th:nth-child(3),
  .payment_card > table td:nth-child(3),
  .payment_card > table th:nth-child(4),
  .payment_card > table td:nth-child(4) {
    padding: 15px 4px;
  }

  /*表單-撥款明細-虛擬帳號(一般)*/
  .payment_virtual {
    margin-top: 0;
  }
  .payment_virtual > table td {
    padding: 12px 0;
  }
  .payment_virtual > table th:nth-child(1) {
    width: 15%;
    padding: 12px 0;
  }
  .payment_virtual > table td:nth-child(1) {
    width: 15%;
    padding: 12px 0;
  }
  .payment_virtual > table th:nth-child(3),
  .payment_virtual > table td:nth-child(3) {
    width: 12%;
  }
  .payment_virtual > table th:nth-child(2),
  .payment_virtual > table td:nth-child(2) {
    width: 14%;
  }
  .payment_virtual > table th:nth-child(4),
  .payment_virtual > table td:nth-child(4) {
    width: 9%;
    padding: 12px 8px;
  }
  .payment_virtual > table th:nth-child(5),
  .payment_virtual > table td:nth-child(5) {
    width: 9%;
  }
  .payment_virtual > table th:nth-child(6),
  .payment_virtual > table td:nth-child(6) {
    width: 9%;
    line-height: 22px;
  }

  /*表單-撥款明細  虛擬帳號 - 撥款資料 (一般)*/
  .payment_virtual_detail > table th:nth-child(1),
  .payment_virtual_detail > table td:nth-child(1) {
    width: 16%;
    padding: 10px 3px;
  }
  .payment_virtual_detail > table th:nth-child(2),
  .payment_virtual_detail > table th:nth-child(3),
  .payment_virtual_detail > table th:nth-child(5),
  .payment_virtual_detail > table td:nth-child(5) {
    padding: 15px 0px;
  }
  .payment_virtual_detail > table th:nth-child(4),
  .payment_virtual_detail > table td:nth-child(4) {
    display: none;
  }

  .payment_card > table th:nth-child(2),
  .payment_card > table th:nth-child(6) {
    padding: 7px;
  }
  .payment_card > table td:nth-child(2),
  .payment_card > table td:nth-child(6) {
    padding: 7px 0;
  }

  /*表單-撥款明細-信用卡 <收款資料> (一般)*/
  .receive_card_detail > table th,
  .receive_card_detail > table td {
    padding: 6px 4px;
    width: 10%;
  }
  .receive_card_detail > table th:nth-child(1) {
    padding: 10px 7px;
  }
  .receive_card_detail > table td:nth-child(1) {
    width: 17%;
    padding: 10px 0px;
  }
  .receive_card_detail > table th:nth-child(2),
  .receive_card_detail > table th:nth-child(3) {
    width: 11%;
    padding: 10px 4px;
  }
  .receive_card_detail > table th:nth-child(3),
  .receive_card_detail > table td:nth-child(3) {
    width: 11%;
  }
  .receive_card_detail > table th:nth-child(5) {
    padding: 10px 2px;
  }
  .receive_card_detail > table th:nth-child(4),
  .receive_card_detail > table td:nth-child(4),
  .receive_card_detail > table th:nth-child(6),
  .receive_card_detail > table td:nth-child(6),
  .receive_card_detail > table th:nth-child(7),
  .receive_card_detail > table td:nth-child(7) {
    display: none;
  }

  /*表單-撥款明細-信用卡 <退款資料> (一般)*/
  .refund_card_detail > table th:nth-child(1) {
    width: 17%;
    padding: 10px 8px;
  }
  .refund_card_detail > table td:nth-child(1) {
    width: 17%;
    padding: 10px 0;
  }
  .refund_card_detail > table th:nth-child(2) {
    width: 12%;
    padding: 10px 8px;
  }
  .refund_card_detail > table td:nth-child(2) {
    width: 12%;
    padding: 10px 2px;
  }
  .refund_card_detail > table th:nth-child(4),
  .refund_card_detail > table td:nth-child(4) {
    display: none;
  }
  .refund_card_detail > table th:nth-child(3) {
    width: 13%;
    padding: 10px 10px;
  }
  .refund_card_detail > table td:nth-child(3) {
    width: 13%;
    padding: 10px 0;
  }
  .refund_card_detail > table th:nth-child(5) {
    width: 14%;
    padding: 10px 0;
  }
  .refund_card_detail > table td:nth-child(5) {
    width: 14%;
    padding: 10px 3px;
  }
  .refund_card_detail > table th:nth-child(6) {
    width: 11%;
    padding: 10px 4px;
  }
  .refund_card_detail > table td:nth-child(6) {
    width: 10%;
    padding: 10px 0;
  }
  .refund_card_detail > table th:nth-child(7),
  .refund_card_detail > table td:nth-child(7) {
    width: 13%;
    padding: 10px 9px;
  }

  /* 應撥款金額 字樣 標著*/
  .total_payment_header > div.subtotal {
    display: none;
  }
  ol.payment_process > div {
    display: none;
  }
  .total_payment_header > h4 {
    display: none;
  }

  /*表單-新增帳號 - 角色設定*/
  .roles > table th:nth-child(1),
  .roles > table td:nth-child(1) {
    width: 10%;
  }
  .roles > table th:nth-child(2),
  .roles > table td:nth-child(2) {
    width: 15%;
  }
  .roles > table th:nth-child(3),
  .roles > table td:nth-child(3) {
    width: 35%;
  }
  .roles > table th:nth-child(4) {
    width: 40%;
    text-align: left;
    padding-left: 37px;
  }
  .roles > table td:nth-child(4) {
    width: 40%;
    text-align: left;
  }

  /*表單-新增帳號 - 商店*/
  .store > table th:nth-child(1) {
    width: 11%;
  }
  
  .store > table th:nth-child(1),
  .store > table td:nth-child(1) {
    width: 10%;
  }
  .store > table th:nth-child(2),
  .store > table td:nth-child(2) {
    width: 11%;
    padding: 15px 0;
  }
  .store > table th:nth-child(3),
  .store > table td:nth-child(3) {
    width: 24%;
  }
  .store > table th:nth-child(4) {
    display: none;
  }
  .store > table td:nth-child(4) {
    display: none;
  }
  .store > table th:nth-child(5),
  .store > table td:nth-child(5) {
    width: 20%;
    padding: 10px 7px;
  }

  /*表單-收款明細(跨境)*/
  .payment_detail > table th:nth-child(3),
  .payment_detail > table td:nth-child(3),
  .payment_detail > table th:nth-child(4),
  .payment_detail > table td:nth-child(4),
  .payment_detail > table th:nth-child(7),
  .payment_detail > table td:nth-child(7) {
    display: none;
  }
  .payment_detail > table th:nth-child(1) {
    width: 12%;
    word-break: break-all;
    padding: 8px 14px 8px 8px;
  }
  .payment_detail > table td:nth-child(1) {
    width: 8%;
    padding: 5px 2px;
    word-break: break-all;
  }
  .payment_detail > table th:nth-child(2) {
    width: 12%;
    word-break: break-all;
    padding: 0;
  }
  .payment_detail > table td:nth-child(2) {
    width: 12%;
    word-break: break-all;
    padding: 15px 10px;
  }
  .payment_detail > table th:nth-child(5) {
    width: 10%;
    word-break: break-word;
    padding: 0;
  }
  .payment_detail > table td:nth-child(5) {
    width: 10%;
    word-break: break-all;
    padding: 0;
  }
  /*.payment_detail > table th:nth-child(6) {width:10%;padding:0 10px;} .payment_detail  > table td:nth-child(6) {width:10%}*/
  .payment_detail > table th:nth-child(6),
  .payment_detail > table td:nth-child(6) {
    display: none;
  }
  .payment_detail > table th:nth-child(8),
  .payment_detail > table td:nth-child(8) {
    width: 10%;
  }
  .payment_detail > table th:nth-child(9) {
    width: 8%;
  }
  .payment_detail > table td:nth-child(9) {
    width: 10%;
    padding: 15px 8px;
  }
  .payment_detail.th-no-wrap > table th,
  .payment_detail_done.th-no-wrap > table th,
  .payment_detail_domestic.th-no-wrap > table th,
  .payment_detail_refund.th-no-wrap > table th {
    white-space: normal;
  }

  .payment_detail > ol.list > li ul li {
  }
  .apply_refund > ol.list .label,
  .payment_detail > ol.list .label {
    width: 21%;
    line-height: 20px;
  }

  .payment_detail_done > table th:nth-child(1),
  .payment_detail_done > table td:nth-child(1),
  .payment_detail_done > table th:nth-child(4),
  .payment_detail_done > table td:nth-child(4),
  .payment_detail_done > table th:nth-child(5),
  .payment_detail_done > table td:nth-child(5),
  .payment_detail_done > table th:nth-child(7),
  .payment_detail_done > table td:nth-child(7) {
    display: none;
  }
  .payment_detail_done > table th:nth-child(2) {
    width: 20%;
    padding: 8px 2px;
  }
  .payment_detail_done > table td:nth-child(2) {
    width: 12%;
    padding: 5px 6px;
  }
  .payment_detail_done > table th:nth-child(3) {
    width: 15%;
    padding: 0;
  }
  .payment_detail_done > table td:nth-child(3) {
    width: 15%;
    word-break: break-all;
    padding: 15px 0;
  }
  .payment_detail_done > table th:nth-child(6) {
    width: 15%;
    word-break: break-word;
    padding: 0;
  }
  .payment_detail_done > table td:nth-child(6) {
    width: 15%;
    word-break: break-all;
    padding: 0;
  }
  .payment_detail_done > table th:nth-child(8),
  .payment_detail_done > table td:nth-child(8) {
    width: 10%;
    padding: 0 5px;
  }
  .payment_detail_done > table th:nth-child(9),
  .payment_detail_done > table td:nth-child(9) {
    width: 11%;
    padding: 5px;
  }
  .payment_detail_done > table th:nth-child(10) {
    width: 10%;
  }
  .payment_detail_done > table td:nth-child(10) {
    width: 10%;
    padding: 15px 8px;
  }
  .payment_detail > table th:nth-child(10) {
    width: 8%;
    background: #0080cc;
    padding: 15px 5px;
  }
  .payment_detail > table td:nth-child(10) {
    width: 8%;
  }

  /*表單-收款明細(跨境)2*/
  .payment_detail_in > table th:nth-child(3),
  .payment_detail_in > table td:nth-child(3),
  .payment_detail_in > table th:nth-child(4),
  .payment_detail_in > table td:nth-child(4),
  .payment_detail_in > table th:nth-child(7),
  .payment_detail_in > table td:nth-child(7),
  .payment_detail_in > table th:nth-child(9),
  .payment_detail_in > table td:nth-child(9) {
    display: none;
  }
  .payment_detail_in > table th:nth-child(1) {
    width: 17%;
    padding: 8px 15px 8px 7px;
  }
  .payment_detail_in > table td:nth-child(1) {
    width: 17%;
    padding: 12px 4px;
  }
  .payment_detail_in > table th:nth-child(2),
  .payment_detail_in > table td:nth-child(2) {
    width: 20%;
    word-break: break-all;
  }
  .payment_detail_in > table th:nth-child(5) {
    width: 16%;
    padding: 0;
    word-break: break-word;
  }
  .payment_detail_in > table td:nth-child(5) {
    width: 16%;
    padding: 0;
    word-break: break-all;
  }
  .payment_detail_in > table th:nth-child(6) {
    width: 14%;
    padding: 0 10px;
    display: none;
  }
  .payment_detail_in > table td:nth-child(6) {
    width: 14%;
    display: none;
  }
  .payment_detail_in > table th.YN,
  .payment_detail_in > table td.YN {
    width: 8%;
  }

  /*表單-撥款明細(跨境)*/
  .payment_detail_refund > table th:nth-child(1) {
    width: 13%;
    word-break: break-all;
    padding: 0 7px 0 0;
  }
  .payment_detail_refund > table td:nth-child(1) {
    width: 17%;
    word-break: break-all;
    padding: 0;
  }
  .payment_detail_refund > table th:nth-child(2),
  .payment_detail_refund > table td:nth-child(2),
  .payment_detail_refund > table th:nth-child(4),
  .payment_detail_refund > table td:nth-child(4),
  .payment_detail_refund > table th:nth-child(8),
  .payment_detail_refund > table td:nth-child(8) {
    display: none;
  }
  .payment_detail_refund > table th:nth-child(3) {
    width: 17%;
    word-break: break-all;
    padding: 10px;
  }
  .payment_detail_refund > table td:nth-child(3) {
    width: 15%;
    word-break: break-all;
    font-size: 0.88rem;
  }
  .payment_detail_refund > table th:nth-child(5),
  .payment_detail_refund > table td:nth-child(5) {
    width: 10%;
    padding: 10px 0;
  }
  .payment_detail_refund > table th:nth-child(6) {
    width: 14%;
    padding: 15px 0px;
    letter-spacing: -1px;
  }
  .payment_detail_refund > table td:nth-child(6) {
    width: 11%;
  }
  .payment_detail_refund > table th:nth-child(7),
  .payment_detail_refund > table td:nth-child(7) {
    width: 10%;
    padding: 10px 0px;
  }

  .payment_detail_refund > table th:nth-child(9) {
    width: 8%;
    background: #0080cc;
    padding: 10px 2px;
  }
  .payment_detail_refund > table td:nth-child(9) {
    width: 8%;
    padding: 10px 2px;
  }

  /*貼紙 釣牌*/
  .template {
    width: 43%;
    margin: 10px 10px 25px 10px;
  }
  .template > .pattern_download {
    margin: 0 9%;
  }
  .template a.pattern_download {
    margin: 0 9%;
  }
  .template span {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 20px;
    margin: 5px 0;
  }
  .template .btn a {
    width: 58%;
  }

  /*撥款統計*/
  ol.payment_process {
    float: left;
    margin: 8px;
  }
  ol.payment_process li {
    float: left;
    margin: 0 0 5px 6px;
    width: 110px;
    height: 80px;
    padding: 0;
    font-size: 0.9em;
    background: url(../images/payment_process.png) left top no-repeat;
    background-position: 0 -78px;
    background-size: 100%;
  }
  ol.payment_process li:nth-child(1) {
    float: left;
    width: 110px;
    height: 80px;
    padding: 0;
    font-size: 0.9em;
    background: url(../images/payment_process.png) left top no-repeat;
    background-position: 0 0;
    background-size: 100%;
  }
  ol.payment_process li:nth-last-child(2) {
    margin-left: 15px;
  }
  ol.payment_process li:nth-last-child(1) {
    float: left;
    width: 110px;
    height: 80px;
    padding: 0;
    font-size: 0.9em;
    background: url(../images/payment_process.png) left top no-repeat;
    background-position: 0 -156px;
    background-size: 100%;
  }
  ol.payment_process li span {
    float: left;
    padding: 5px 0 0 13px;
    text-align: center;
    width: 96px;
  }
  ol.payment_process li:nth-child(1) span {
    float: left;
    padding: 6px 0 2px 0;
    text-align: center;
    width: 91px;
  }

  /*表單搜尋 */
  .calendar {
    margin: -40px 0px 0 115%;
  }
  .right_side .payment_list ol.list > li ul li > div.txt,
  .right_side .payment_list ol.list > li ul li > div.txt2 {
    float: left;
    padding: 9px 7px 0 5px;
    margin-left: 36px;
    width: auto;
  }

  /*表單-角色-助理帳號 + 收款資料 */
  .account_assistant > table {
    font-size: 0.85em;
    padding: 10px 0;
    word-break: break-all;
  }
  .account_assistant > table td:nth-child(1),
  .order_detail > table td:nth-child(1) {
    padding: 10px 1px;
    width: 20%;
  }
  .account_assistant > table th:nth-child(2),
  .account_assistant > table td:nth-child(2),
  .order_detail > table th:nth-child(2),
  .order_detail > table td:nth-child(2) {
    width: 18%;
    padding: 10px 0;
  }
  .account_assistant > table th:nth-child(3),
  .account_assistant > table td:nth-child(3),
  .order_detail > table th:nth-child(3),
  .order_detail > table td:nth-child(3) {
    width: 10%;
    padding: 10px 2px;
  }
  .account_assistant > table th:nth-child(4),
  .account_assistant > table td:nth-child(4),
  .order_detail > table th:nth-child(4),
  .order_detail > table td:nth-child(4) {
    width: 14%;
  }
  .account_assistant > table th:nth-child(5),
  .order_detail > table th:nth-child(5) {
    width: 14%;
    padding: 10px 9px;
  }
  .account_assistant > table td:nth-child(5),
  .order_detail > table td:nth-child(5) {
    width: 14%;
    padding: 10px 9px;
  }
  .account_assistant > table th:nth-child(6),
  .order_detail > table th:nth-child(6) {
    width: 15%;
    padding: 10px 10px;
  }
  .account_assistant > table td:nth-child(6),
  .order_detail > table td:nth-child(6) {
    width: 15%;
  }
  .order_detail > table tr td.data_null {
    padding: 15px;
  }

  /*表單 收據管理--*/
  .reciept_domestic {
    margin-top: 0;
  }
  .reciept > table th:nth-child(1) {
    width: 14%;
    padding: 7px 1px;
  }
  .reciept > table td:nth-child(1) {
    width: 18%;
    padding: 3px;
  }
  .reciept > table th:nth-child(2),
  .reciept > table td:nth-child(2) {
    width: 19%;
    word-break: break-all;
  }
  .reciept > table th:nth-child(3),
  .reciept > table td:nth-child(3) {
    width: 19%;
  }
  .reciept > table th:nth-child(4) {
    width: 22%;
    padding: 0;
  }
  .reciept > table td:nth-child(4) {
    width: 22%;
  }
  .reciept > table th:nth-child(5),
  .reciept > table td:nth-child(5) {
    width: 10%;
  }
  .reciept > table td center {
    margin: 12px;
  }
  .reciept_domestic > table td:nth-child(1) {
    letter-spacing: -1px;
  }
  .reciept_domestic > table td:nth-child(7) {
    line-height: 22px;
  }

  /*表單 定期定額管理--*/
  .fixTerm > table th:nth-child(1) {
    width: 20%;
    padding: 15px 10px;
  }
  .fixTerm > table td:nth-child(1) {
    width: 20%;
  }
  .fixTerm > table th:nth-child(2),
  .fixTerm > table td:nth-child(2) {
    width: 20%;
  }
  .fixTerm > table th:nth-child(3),
  .fixTerm > table td:nth-child(3) {
    width: 13%;
  }
  .fixTerm > table th:nth-child(4),
  .fixTerm > table td:nth-child(4) {
    display: none;
  }
  .fixTerm > table th:nth-child(5) {
    width: 14%;
    padding: 10px 5px;
  }
  .fixTerm > table td:nth-child(5) {
    width: 14%;
  }
  .fixTerm > table th:nth-child(6),
  .fixTerm > table td:nth-child(6) {
    width: 13%;
  }
  .fixTerm > table th:nth-child(7) {
    width: 11%;
  }
  .fixTerm > table td:nth-child(7) {
    width: 10%;
    line-height: 19px;
  }

  .fixTerm_order {
    width: 94%;
    padding: 0;
  }
  .fixTerm_order > div {
    margin: unset;
  }
  .fixTerm_order > div:nth-child(1),
  .fixTerm_order > div:nth-child(2) {
    width: 100%;
  }
  .fixTerm_order > div > ol li > div.label {
    margin-left: 10px;
  }
  .fixTerm_order > div > ol li > div.txt {
    width: 55%;
  }
  .fixTerm_order > div:nth-child(3) {
    margin: 0 22%;
  }

  .fixTerm_details > table th:nth-child(1),
  .fixTerm_details > table td:nth-child(1) {
    width: 10%;
  }
  .fixTerm_details > table th:nth-child(2),
  .fixTerm_details > table td:nth-child(2) {
    width: 20%;
  }
  .fixTerm_details > table th:nth-child(3),
  .fixTerm_details > table td:nth-child(3) {
    width: 25%;
  }
  .sysModalDetails.modify-delivery-date .datepickerInput {
    float: left;
  }
  .btnSingle {
    margin: 10px 28%;
  }

  /*公告清單*/
  ol.bulletin_index {
    margin: 0;
  }
  ol.bulletin_index > li ul li.head {
    padding: 15px 10px;
  }
  ol.bulletin_index > li ul li > div {
    width: 19%;
    text-align: center;
  }
  ol.bulletin_index > li ul li > div:nth-child(2) {
    width: 60%;
    text-align: left;
  }
  ol.bulletin_index > li ul li a {
    padding: 0;
  }
  ol.bulletin_index > li ul li a > div {
    text-align: center;
    word-break: break-all;
    width: 22%;
    padding: 10px;
    line-height: 18px;
  }
  ol.bulletin_index > li ul li a > div:nth-child(2) {
    width: 65%;
  }
  .bulletin_index > table th:nth-child(1),
  .bulletin_index > table td:nth-child(1) {
    width: 23%;
    padding: 15px 2px;
  }
  .bulletin_index > table td:nth-child(2) {
    width: 72%;
    padding: 13px 10px;
  }

  /*首頁*/
  .login_link a {
    padding: 0 6%;
  }
  @media screen and (width: 320px) {
    .login_link a {
      padding: 0 5%;
    }
  }

  /*帳戶總覽 dashboard*/
  .dashboard_framewire {
    width: 97%;
    margin: 1%;
  }
  .dashboard_framewire > ol li {
    width: 100%;
    border-radius: 5px !important;
    border: 1px solid #ddd !important;
  }
     .dashboard_framewire > ol li:nth-child(1),
  .dashboard_framewire > ol li:nth-child(2) {
    border-bottom: 1px solid #ddd;
    height: 118px;
  }
  .dashboard_framewire > ol li:nth-child(1) {
    background-size: 84px;
    background-position: 95% -2%;
  }
  .dashboard_framewire > ol li:nth-child(2) {
    background-size: 77px;
    background-position: 93% 33%;
  }
  .dashboard_framewire > ol li:nth-child(3) {
    background-size: 96px;
    background-position: 95% 67%;
  }
  .dashboard_framewire > ol li:nth-child(4) {
    background-size: 96px;
    background-position: 95% 100%;
  }
  .dashboard_framewire > ol li > .details {
    width: 100%;
    padding: 10px 20px;
  }

  /*系統警告訊息區塊*/
  ol.alert_content {
    width: 100%;
    margin: 0;
    min-height: 400px;
  }
  ol.alert_content li ul li {
    float: none;
  }
  ol.alert_content li ul li.w30,
  ol.alert_content li ul li.w60 {
    width: auto;
  }
  ol.alert_content li ul li:nth-last-child(1) {
    float: none;
    text-align: center;
    margin-left: 0;
  }
  ol.alert_content li ul li > h1 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  .system_alert {
    margin: 5% 25%;
  }
  ol.alert_content li > .btn a {
    margin: 28px 20%;
    width: 45%;
    padding: 0 26px;
  }
  ol.alert_content li ul li > ol.notes li {
    text-align: left;
    font-size: 0.95em;
    margin-left: 8%;
    width: 89%;
  }

  /*icons */
  .view {
    margin: 3px 0 0 -9px;
  }
  .edit {
    margin: 0px 0 0 -20px;
    background-position: 18px -193px;
  }
  .un_edit {
    margin: 0 0 0 -14px;
  }
  ol.cardDdescription > li {
    width: 99%;
  }
  .acent,
  .decent {
    background-position: 3px -415px;
  }

  .content {
    font-size: 0.9em;
    margin: 0 auto;
    float: none;
  }

  .btn_search a {
    position: absolute;
    z-index: 999;
    margin-top: 10px;
    font-size: 1em;
    color: #fff;
    right: 15px;
    padding: 10px 14px 10px 10px;
    background: #0080cc;
    border-radius: 23px;
  }
  .btn.download a {
    margin: 10px 10px 20px 23%;
    padding: 0 19px;
    width: 42%;
    float: none;
  }
  .btnSet {
    width: 100%;
  }
  .btnSet > .note {
    text-align: center;
  }

  .area .btnSet {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .area .btnSet a {
    margin: 10px 10px 20px 6%;
    padding: 0 19px;
  }
  .area .btnSet > a.previous,
  .area .btnSet > a.submit,
  .area .btnSet > a.back,
  .area .btnSet > a.download,
  .area .btnSet > a.goback {
    margin: 10px 0 20px 5%;
    padding: 0;
  }
  .btnSet > a.back_single {
    margin: 10px 0 20px 27%;
    padding: 0;
  }
  .btnSet > .note {
    text-align: center;
  }
  .pagination.bulletin {
    width: 100%;
  }

  .index_area {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .index_area span {
    padding: 0 15px;
    letter-spacing: 0;
    margin: 0 auto;
    width: 40%;
    float: left;
    text-align: right;
  }
  .index_area span.ng-binding {
    margin-bottom: 22px;
  }
  .index_area span:nth-child(2) {
    text-align: left;
  }
  .pagination {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 18px 0;
  }

  ol.notes {
    margin: 15px 15px 18px 0;
    float: left;
  }
  ol.notes > p.red {
    margin-bottom: 10px;
  }

  footer {
    margin: 0 auto;
    z-index: 999;
    max-width: 414px;
  }
  .copyright,
  .copyright a {
    margin: 0px 3px 0 0;
    letter-spacing: -0.5px;
    font-size: 12px;
  }
  .copyright a:first-child {
    margin: 0px 3px;
  }
}

@media screen and (min-width: 375px) and (max-width: 413px) {
  .fixTerm > table th:nth-child(1),
  .fixTerm > table td:nth-child(1) {
    padding: 15px 10px;
  }
  .fixTerm_order > div > ol li > div.txt {
    width: 55%;
  }
  .fixTerm_order > div:nth-child(3) {
    margin: 0 27%;
  }
  .fixTerm_details > table th:nth-child(3),
  .fixTerm_details > table td:nth-child(3) {
    width: 20%;
  }
}

@media screen and (min-width: 414px) and (max-width: 1279px) {
  .home_main_img > form > .area > .login_form {
    left: 1.5%;
  }
  .login_link a {
    padding: 0 7%;
  }
  .logo_opacity {
    display: none;
  }
  .right_side::after {
    height: 0;
  }
  .home_main_img {
    background: none;
    width: 100%;
    height: auto;
  }
  #idCaps,
  #accountCaps,
  #passwordCaps {
    display: none;
    color: red;
    position: relative;
    top: -28px;
    left: 52%;
    width: 90%;
    font-size: 0.9rem;
  }

  .right_side .search_id .right .btnSet {
    margin: 0 0 0 1%;
  }
  .search_id ol.list .w50 {
    width: 87%;
  }
  .search_id ol.list .txt {
    margin-left: -3%;
  }
  ol.list > li ul li {
    margin-left: 0;
    height: 50px;
  }
  .payment_list ol.list > li ul li,
  .qrCode ol.list > li ul li {
    width: 99%;
  }
  .fixTerm > table th:nth-child(3),
  .fixTerm > table td:nth-child(3) {
    width: 10%;
  }

  /* Emily 輸入欄位加 i */
  input:not([type]),
  input[type="email" i],
  input[type="number" i],
  input[type="password" i],
  input[type="tel" i],
  input[type="url" i],
  input[type="text" i] {
    width: 94%;
  }

  .payment_total {
    background-size: 135%;
    background-position: -4% -82px;
  }
  .payment_process > span,
  .payment_total > span {
    margin: 47px 22px 23px 19px;
    text-align: center;
  }
  .payment_process > span.calculate,
  .payment_total > span.calculate {
    margin: -10px 0 0 11px;
  }
  .pw_reset,
  .add_account {
    width: 101%;
    margin: 10px 2%;
  }

  /*表單-共通*/
  table td {
    padding: 15px 0;
  }
  .apply_refund > ol.list .label,
  .payment_detail > ol.list .label {
    width: 19%;
  }
  ol.list .txt {
    position: absolute;
    left: 26%;
    line-height: 27px;
  }

  /*表單-撥款明細(一般)*/
  .payment_detail_domestic > table th:nth-child(1) {
    width: 20%;
    padding: 15px 17px 15px 8px;
  }
  .payment_detail_domestic > table th:nth-child(2) {
    width: 20%;
  }
  .payment_detail_domestic > table th:nth-child(5),
  .payment_detail_domestic > table td:nth-child(5),
  .payment_detail_domestic > table td:nth-child(6),
  .payment_detail_domestic > table th:nth-child(7),
  .payment_detail_domestic > table td:nth-child(7) {
    padding: 10px 0;
  }
  .payment_detail_domestic > table th:nth-child(6) {
    padding: 10px 5px;
  }
  .payment_detail_domestic > table td:nth-child(9) a {
    margin: 4px 20%;
  }

  /*表單-退款管理(一般)*/
  .payment_refund_done > table th:nth-child(1) {
    width: 19%;
    padding: 10px 12px 10px 5px;
  }
  .payment_refund_done > table td:nth-child(1) {
    width: 19%;
    padding: 10px 0;
  }
  .payment_refund_done > table th:nth-child(4) {
    width: 17%;
    padding: 10px 0;
  }
  .payment_refund_done > table td:nth-child(4) {
    padding: 10px 0;
  }
  .payment_refund_done > table th:nth-child(5) {
    padding: 10px 8px;
  }
  .payment_refund_done > table td:nth-child(5) {
    padding: 10px 0;
  }
  .payment_refund_done > table th:nth-child(6),
  .payment_refund_done > table td:nth-child(6) {
    width: 14%;
    padding: 10px;
  }
  .payment_refund_done > table th:nth-child(8),
  .payment_refund_done > table td:nth-child(8) {
    padding: 10px;
    width: 11%;
  }

  /*表單-撥款明細-虛擬帳號(一般)*/
  .payment_virtual > table th:nth-child(1),
  .payment_virtual > table td:nth-child(1),
  .payment_card > table td:nth-child(1) {
    width: 13%;
    padding: 15px 0;
  }
  .payment_virtual > table th:nth-child(4),
  .payment_virtual > table td:nth-child(4) {
    padding: 12px 10px;
  }
  .payment_virtual > table th:nth-child(6),
  .payment_virtual > table td:nth-child(6) {
    width: 8%;
    line-height: 26px;
  }
  .payment_card > table td:nth-child(3) {
    padding: 15px 0px;
  }
  .payment_card > table th:nth-child(2),
  .payment_card > table th:nth-child(6) {
    padding: 7px 0;
  }

  /*表單-撥款明細(跨境)*/
  .payment_detail_refund > table th:nth-child(1) {
    padding: 15px 12px 15px 2px;
  }
  .payment_detail_refund > table td:nth-child(1) {
    padding: 5px;
  }
  .payment_detail_refund > table th:nth-child(3),
  .payment_detail_refund > table td:nth-child(3) {
    width: 19%;
    word-break: break-word;
    padding: 10px 0px;
  }
  .payment_detail_refund > table th:nth-child(6) {
    width: 13%;
    padding: 8px 0px;
    letter-spacing: -1px;
  }
  .payment_detail_refund > table td:nth-child(6) {
    width: 11%;
    padding: 8px 5px;
  }
  .payment_detail_refund > table td:nth-child(9) {
    padding: 10px 8px;
  }

  /*表單-收款明細(跨境)*/
  .payment_detail_in > table th:nth-child(1) {
    padding: 8px 18px;
  }
  .payment_detail_in > table td:nth-child(1) {
    width: 17%;
    padding: 12px 6px;
  }

  /*表單-申請退款(跨境)*/
  .payment_detail_refund > table th:nth-child(3) {
    width: 18%;
  }
  .payment_detail_refund > table th:nth-child(9) {
    width: 10%;
  }

  /*表單-查詢退款(跨境)*/
  .payment_detail_done > table th:nth-child(2),
  .payment_detail_done > table td:nth-child(2) {
    width: 16%;
    padding: 10px 0;
  }
  .payment_detail_done > table th:nth-child(9),
  .payment_detail_done > table td:nth-child(9) {
    width: 12%;
    padding: 0;
  }

  /*表單-收款*/
  .payment_detail > table td:nth-child(1) {
    padding: 10px 6px;
  }
  .payment_detail > table th:nth-child(6) {
    padding: 0 13px;
  }
  .payment_detail > table td:nth-child(9) {
    padding: 15px 5px;
  }

  /*表單-角色-助理帳號 + 收款資料 */
  .account_assistant > table td:nth-child(1),
  .order_detail > table td:nth-child(1) {
    width: 19%;
  }
  .order_detail > table td:nth-child(2),
  .order_detail > table td:nth-child(2) {
    padding: 5px;
  }
  .order_detail > table th:nth-child(3),
  .order_detail > table td:nth-child(3) {
    padding: 15px 4px;
  }
  .order_detail > table th:nth-child(4) {
    padding: 0 2px;
  }
  .order_detail > table th:nth-child(6) {
    padding: 0 12px;
  }

  .payment_detail_done > table th:nth-child(7) {
    padding: 0 17px;
  }
  .payment_detail_done > table td:nth-child(10) {
    padding: 15px 5px;
  }

  /*表單-撥款明細-信用卡 <收款資料> (一般)*/
  .receive_card_detail > table th:nth-child(1),
  .receive_card_detail > table td:nth-child(1) {
    width: 14%;
    padding: 10px 5px;
  }

  /*表單-撥款明細-信用卡 <退款資料> (一般)*/
  .refund_card_detail > table th:nth-child(1) {
    width: 17%;
    padding: 15px;
  }
  .refund_card_detail > table td:nth-child(1) {
    width: 17%;
    padding: 10px 5px;
  }
  .refund_card_detail > table th:nth-child(2) {
    padding: 10px 2px;
  }
  .refund_card_detail > table th:nth-child(3) {
    padding: 8px 10px;
  }
  .refund_card_detail > table th:nth-child(3) {
    padding: 8px 4px;
  }
  .refund_card_detail > table th:nth-child(7),
  .refund_card_detail > table td:nth-child(7) {
    padding: 10px 5px;
  }

  /*表單 收據管理--*/
  .reciept > table th:nth-child(1) {
    width: 18%;
    padding: 15px 0;
  }
  .reciept > table th:nth-child(4) {
    padding: 0 16px;
  }
  .reciept_domestic > table td:nth-child(7) {
    padding: 15px 3px;
    line-height: 22px;
  }
  .reciept > table td:nth-child(5) {
    width: 14%;
  }

  /*公告清單*/
  ol.bulletin_index > li ul li a > div {
    width: 20%;
  }
  ol.bulletin_index > li ul li > div {
    width: 15%;
  }
  ol.bulletin_index > li ul li a > div:nth-child(2) {
    width: 75%;
    padding: 11px 0;
  }

  /*表單-助理帳號列表*/
  .account_list > table td:nth-child(8) {
    padding: 15px 0 15px 12px;
  }
  .add_account ol.list .status {
    margin-left: 0;
  }
  .right_side .search_id .right {
    padding: 0 0 10px 5%;
    width: 95%;
  }
  .search_id ol.list .w50 {
    width: 94%;
  }

  /*表單 定期定額管理*/
  .fixTerm > table th:nth-child(1) {
    padding: 15px 0px;
  }
  .fixTerm > table th:nth-child(2) {
    width: 20%;
  }
  .fixTerm > table th:nth-child(5) {
    padding: 10px 8px;
  }

  /*公告欄*/
  .bulletin_index > table th:nth-child(1),
  .bulletin_index > table td:nth-child(1) {
    width: 21%;
    padding: 15px 2px;
  }

  .right_side .payment_list .left {
    width: 92%;
    margin: 10px 5%;
  }
  /*.right_side .payment_list .right {width: 100%;}*/

  .right_side .payment_list .leftL {
    height: 168px;
    width: 94%;
    margin: 10px 3.5%;
  }
  .right_side .payment_list .rightL {
    width: 100%;
    background: none;
    height: 67px;
    padding: 23px 0 0 0;
  }
  .right_side .payment_list .right .btnSet,
  .right_side .payment_list .rightL .btnSet {
    margin-left: 4%;
  }

  .payment_list ol.list .w30 {
    width: 100%;
    margin-top: 54px;
  }

  .datepickerInput {
    margin: -2px 16px 0 0px;
    width: 32%;
    font-size: 1em;
  }
  .datepickerInput > span {
    width: 110px;
  }
  .btnSet a {
    width: 30%;
    padding: 0;
  }
  .btnSet > a.goback {
    margin: 10px 10px 20px 22%;
    padding: 0 19px;
  }
  .btnSet > a.back_single {
    margin: 10px 0 20px 31%;
    padding: 0 15px;
  }
  .btnSet > a.submit,
  .btnSet > a.back,
  .btnSet > a.download {
    width: 42%;
    padding: 0;
  }

  /*Select 選單 */
  ol.list > li ul li > div.select_menu {
    width: 99%;
    margin-bottom: 13px;
  }
  .select_mate {
    width: 96%;
  }
  .cont_select_int {
    width: 104%;
  }

  .qrCode .txtInput .select_menu {
    width: 93%;
  }
  .qrCode .txtInput .select_mate {
    width: 100%;
    margin: 0px 15px;
  }
  .qrCode .cont_select_int {
    width: 103%;
  }

  .right_side .payment_list .bottomL p {
    width: 97%;
  }
  .right_side .payment_list .bottomL p > span {
    margin: 0 18px;
  }
  .right_side .payment_list .bottomL p > span:nth-child(2) {
    float: right;
    right: 50%;
  }

  .right_side
    .area
    > div:nth-child(3).trading_detail
    ol.list
    > li
    ul
    li:nth-last-child(1) {
    text-align: left;
    font-size: 0.9em;
    margin-left: 4%;
  }
  .right_side .apply_refund ol.list > li ul li > div.txt textarea {
    width: 92%;
  }
  .checkbox input[type="checkbox"] {
  }
  .notice_info {
    float: left;
    width: 89.5%;
    margin: 2.2%;
  }
  .notice_success {
    float: left;
    width: 89.5%;
    margin: 2.2%;
    line-height: 40px;
  }

  /*.refund_btn a {
    float: left;
    width: 49%;
  }*/
  ol.list .refund_btn a:nth-last-child(1).active {
    margin: 0 5px 0 0;
  }
  .area .btnSet > a.previous,
  .area .btnSet > a.submit,
  .area .btnSet > a.dowload {
    margin: 10px 0 20px 5%;
    width: 42%;
    padding: 0;
  }

  /*icons */
  .view {
    margin: 3px 0 0 -15px;
  }
  .edit,
  .un_edit {
    margin: 0px 0 0 -12px;
  }
  .calendar {
    margin: -40px 0px 0 104%;
  }

  .index_area span,
  .index_area span:nth-child(2) {
    width: 42%;
  }
  .copyright a {
    font-size: 1em;
    letter-spacing: 0;
  }

  /*帳戶總覽 dashboard*/
  .dashboard_framewire > ol li:nth-child(1) {
    background-size: 24%;
    background-position: 95% -1%;
  }
  .dashboard_framewire > ol li:nth-child(2) {
    background-size: 20%;
    background-position: 92% 32%;
  }
  .dashboard_framewire > ol li:nth-child(3) {
    background-size: 26%;
    background-position: 94% 66%;
  }
  .dashboard_framewire > ol li:nth-child(4) {
    background-size: 26%;
    background-position: 94% 100%;
  }
  .dashboard_framewire > ol li {
    border-right: 1px solid #ddd !important;
  }

  /*首頁*/
  .home_main_img > form > .area > .login_form {
    width: 93%;
    left: 0;
  }
  .home_main_img
    > form
    > .area
    > .login_form
    > ol.list
    > li
    ul
    li
    > div.txtInput,
  .home_main_img > form > .area > .login_form > ol.list > li ul li > select {
    margin-left: 3%;
  }
  .home_main_img
    > form
    > .area
    > .login_form
    > ol.list
    > li
    ul
    li
    > div.txtInput
    > div.warning {
    text-align: left;
  }
  .home_main_img
    > form
    > .area
    > .login_form
    > ol.list
    > li
    ul
    li
    > div.txtInput
    > select.w96 {
    width: 94%;
  }

  /*警告訊息區塊*/
  ol.alert_content li ul li > ol.notes li {
    margin-left: 14%;
  }
  .view {
    margin-left: -15px;
  }
  .index_area span,
  .index_area span:nth-child(2) {
    width: 42%;
  }
  .copyright a {
    font-size: 1em;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  body {
    background-position: 50% 0;
  }
  footer {
    margin: 0 auto;
    z-index: 999;
    max-width: 414px;
  }
  .sideBar {
    height: 100vh;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
  .logo {
    background-size: 85%;
    background-position: 6px 8px;
  }
  main {
    width: 1230px;
  }
  header {
    width: 960px;
    margin-left: 82px;
  }
  .pushy {
    height: 144vh;
  }
  .sys_entrance {
    width: 74%;
  }
  .right_side {
    width: 1366px;
    min-height: 895px;
  }

  .right_side .payment_list .left,
  .right_side .payment_list .leftL {
    width: 716px;
    margin: 25px 15px 0 15px;
  }
  .right_side .payment_list .right,
  .right_side .payment_list .rightL {
    width: 176px;
    padding-left: 48px;
  }

  .right_side .payment_list .right .btnSet,
  .right_side .payment_list .rightL .btnSet {
    margin-left: 2%;
  }
  .payment_list ol.list > li ul li,
  .qrCode ol.list > li ul li {
    width: 100%;
  }
  .right_side > .sys_entrance {
    display: block;
    position: absolute;
    margin: 0 0 0 36px;
  }
  .btnSet {
    width: 33%;
  }
  .pagination {
    margin-top: 15px;
  }

  .right_side .banner_link {
    left: 28%;
  }
  #container {
    left: 21%;
  }

  /*首頁*/

  #home_container div.right_side {
    min-height: auto;
  }
  #home_container div.right_side > div {
    width: 100%;
    margin-left: 0;
    background-size: 80%;
  }
  #home_container div.home_main_img {
    height: 618px;
    margin: 0;
  }
  #home_container div.home_entrance {
    right: 15px;
  }
  .home_main_img > form > .area > .login_form {
    left: 82px;
  }
}

/* hiddens */
@media screen and (min-width: 1280px) {
  .hidden-max {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .hidden-min {
    display: none !important;
  }
}


/* 掃碼收款頁 */
.qrcode_payment table th a {
  color: #fff;
  cursor: pointer;
}

.qrcode_payment table .txt-left {
  text-align: left;
}

.right_side .qrcode_payment .leftL {
  height: 149px;
}

.right_side .qrcode_payment .bottom {
  padding: 22px 25px 25px 25px;
  background-position: right bottom;
}

.qrcode_payment .bottom a,
.qrcode_payment .bottom a:hover {
  text-decoration: none;
}

.qrcode_payment .pagination {
  text-align: right;
  margin: 0;
}

.qrcode_payment table th.active{
  position: relative;
}

.handle a{
  margin: 5px 3px 0px;
  display: inline-block;
}
.edit-icon{
  background: url(../images/edit-icon.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  cursor: pointer;
}
.delete-icon{
  background: url(../images/delete-icon.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  cursor: pointer;
}

.qrcode_payment .openModal {
  cursor: pointer;
  text-decoration: underline;
}
.using{
  color: #12ba00;
}
.stop-using{
  color: red;
}

.qrcode_payment .select_menu {
  margin-top: 0 !important;
  color: #A8A8A8;
}

.qrcode_payment .select_menu option {
  color: black;
}

.qrcode_payment .select_menu:focus,
.qrcode_payment .select_menu option:checked {
  color: black;
}

@media screen and (max-width:1279px) {
  .right_side .qrcode_payment ol.list>li ul li>div.txt {
    padding: 13px 10px 0 0;
    position: static;
    margin: -6px;
    width: auto
  }

  .qrcode_payment .datepickerInput {
    width: 28%;
    margin: 0px 4% 10px 0%;
  }

  .qrcode_payment .calendar {
    margin: 0 0px 0 -3px;
  }

  .qrcode_payment ol.list .w40 {
    margin: 0px 0 10px 0;
  }

  .qrcode_payment input[type="text"] {
    width: 97%;
  }

  .qrcode_payment .btnSet>a.submit,
  .qrcode_payment .btnSet>a.back,
  .qrcode_payment .btnSet>a.download {
    width: 94%;
    margin: 12px 8px;
  }

  .qrcode_payment .rightL {
    padding: 0 !important;
  }

  .qrcode_payment ol.list>li ul li {
    height: unset;
    margin: 0px
  }

  .qrcode_payment .pagination {
    text-align: center;
  }

  .qrcode_payment>table th:nth-child(1),
  .qrcode_payment>table td:nth-child(1),
  .qrcode_payment>table th:nth-child(4),
  .qrcode_payment>table td:nth-child(4),
  .qrcode_payment>table th:nth-child(5),
  .qrcode_payment>table td:nth-child(5) {
      display: none;
  }

  .qrcode_payment>table th:nth-child(2) {
    min-width: 85px;
  }

  .qrcode_payment>table th:nth-child(8),
  .qrcode_payment>table td:nth-child(8) {
    max-width: 60px;
  }
  .edit-icon,.delete-icon{
    width: 16px;
    height: 16px;

  }

  .right_side .qrcode_payment .leftL {
    width: 100%;
    margin: 0;
    height: unset;
  }

  .right_side .qrcode_payment .right .btnSet,
  .right_side .qrcode_payment .rightL .btnSet {
    margin: 0;
  }

  .area .qrcode_payment {
    overflow-x: auto;
    margin-top: 20px;
  }

  .area .qrcode_payment table {
    width: 100%;
    min-width: 375px;
    margin-bottom: 0;
  }

  .qrcode_payment .index_area {
    margin-top: 25px;
  }
  
}

/* 彈窗 */
.modal {
  display: none;
  position: fixed;
  top: 0;
  z-index: 2001;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #00000080;
}

.modal-content {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #fefefe;
  padding: 20px;
  width: 80%;
  max-width: 520px;
  border-radius: 5px;
}
.payment-qrcode-block {
  margin: 5% 5% 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal .line {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  width: 95%;
}

.modal .line::before {
  content: "";
  position: absolute;
  top: 50%;
  background: #E9E9E9;
  width: 90%;
  height: 1px;
  right: 1.5%;
  z-index: -2
}

.modal .line .title {
  display: inline-block;
  background: #ffffff;
  padding-right: 10px;
}

.shop-name {
  font-size: 24px;
  font-weight: bold;
}

#images-qrcode {
  margin: 20px auto;
  width: 100%;
}

.modal-content .modal-link {
  width: 100%;
  display: flex;
  border: 1px solid #d8d8d8;
  margin: 5% 0 6%;
  border-radius: 5px;
  padding: 0px 10px;
  font-size: 16px;
  position: relative;
}

#copy-status {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: white;
  background-color: #000000af;
  font-weight: bold;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 3px;
  visibility: hidden;
}

#copy-status.visible {
  visibility: visible;
}


.modal-content .txt {
  display: flex;
  align-items: center;
  color: #818181;
  white-space: nowrap;
}


.modal-content .modal-link #payment-link {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: none;
  font-size: 16px;
  color: #818181;
  padding: 10px 20px 10px 0;
  width: 100%;
  letter-spacing: 0;
}

#copy-icon {
  cursor: pointer;
}

.modal-content .download {
  background: #0080cc;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  padding: 0 20px;
  border: none;
  transition: all 0.2s ease-in;
  font-size: 16px;
}

.modal-content .download:hover {
  background: #005c93;
}

/* 彈窗 手機版*/
@media screen and (max-width:1279px) {
  .modal {
    max-width: 414px;
  }

  .payment-qrcode-block {
    margin: 8% 5% 5%;
  }

  #images-qrcode {
    max-width: 265px;
  }
}


/* 掃瑪收款設定頁 */
.qrcode_payment_setting table .txt-left {
  text-align: left;
}

.right_side .qrcode_payment_setting .bottom {
  padding: 22px 25px 25px 25px;
  background-position: right bottom;
}

.qrcode_payment_setting .qrCode_v2 .item {
  align-items: center;
}

.qrcode_payment_setting .qrCode_v2 .item .label {
  line-height: normal;
  width: 115px;
}

.qrcode_payment_setting .line {
  width: 100%;
  font-size: 1.2em;
  margin: 15px 0px 15px 10px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.qrcode_payment_setting .line::before {
  content: "";
  position: absolute;
  top: 50%;
  background: #E9E9E9;
  width: 90%;
  height: 1px;
  right: 1.5%;
  z-index: -2
}

.qrcode_payment_setting .line .title {
  display: inline-block;
  background: #ffffff;
  padding-right: 10px;
}

.qrcode_payment_setting .select_menu{
  width: 22% !important;
}


.qrcode_payment_setting .txt {
  margin-right: 5px;
}

.qrcode_payment_setting .item:nth-child(4) {
  margin-bottom: 0 !important;
}

.qrcode_payment_setting .item .datepicker-block {
  display: flex;
  align-items: center;
  width: 100%;
}

.qrcode_payment_setting .radio {
  margin: 0 18px 0 0;
  line-height: normal;
}

.qrcode_payment_setting .radio-label {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.qrcode_payment_setting .disabled-bg {
  background-color: #f0f0f0 !important;
  cursor: not-allowed;
}
.checkbox input[type="checkbox"] + .checkbox-label.stop-check:after{
  border: 1px solid #f8f8f8;
  background: #9b9b9b;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  cursor: default;
  margin-top: -8px;
}

.qrcode_payment_setting .trade_group>table th:nth-child(3),
.qrcode_payment_setting .trade_group>table td:nth-child(3) {
  text-align: left;
}

.qrcode_payment_setting .trade_group>table td:nth-child(3) {
  padding-left: 9%;
}

.qrcode_payment_setting table tr:nth-child(odd) {
  background: #f0f8fc;
}

.qrcode_payment_setting .btnSet {
  width: 34% !important;
}

@media screen and (max-width:1279px) {
  .qrcode_payment_setting .datepickerInput {
    width: 28%;
    margin: 0px 4% 10px 0%;
  }
  .qrcode_payment_setting .select_menu{
    width: 98% !important;
  }
  .qrcode_payment_setting .calendar {
    margin: 0 0px 0 -3px;
  }

  .qrcode_payment_setting .btnSet a {
    width: 42%;
    padding: 0;
  }

  .qrcode_payment_setting .qrCode_v2 .item {
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .qrcode_payment_setting .qrCode_v2 .item .label {
    text-align: left;
    width: auto;
    white-space: nowrap;
    padding-right: 25px;
  }

  .qrcode_payment_setting .fd-row {
    flex-direction: row !important;
  }

  .qrcode_payment_setting .btnSet {
    width: 100% !important;
  }

}