﻿@charset "UTF-8";


/* 表格無資料 */
.tablesy2 td.nodata {
  text-align: center;
  padding: 30px 10px;
}

.tablesy2 td.nodata p {
  font-weight: bold;
}

.tablesy2 td.nodata .imgbx {
  width: 200px;
  margin: 0 auto;
}

/*系統優化維護中*/
.repairBx {
  position: relative;
}

.repairBx h4 {
  font-size: 2.5rem;
  text-align: center;
  color: #007d7d;
  margin-bottom: 40px;
}

.repairBx .repairIcon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 25px;
  position: relative;
}

.repairBx .repairIcon img {
  position: relative;
  z-index: 2;
  width: 60%;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}

.repairBx .repairIcon::before {
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  background-color: #ecac10;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.repairBx p {
  font-size: 1.125rem;
}

.repair_note {
  background-color: #f4f6f9;
  padding: 15px;
  text-align: center;
  color: #92b0c8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

/*顯碼隱碼控制*/
.passwordbx1,
.passwordbx2 {
  position: relative;
}

.passwordbx1 .show,
.passwordbx2 .show {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 6px;
  width: 25px;
}

.passwordbx1 .show .hidden,
.passwordbx2 .show .hidden {
  display: none;
}

/*loading樣式*/
.loadingBx {
  padding-top: 0;
}

.loadingTit {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}

.sk-fading-circle {
  margin: 20px auto;
  width: 80px;
  height: 80px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: rgb(255, 255, 255);
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

/*登入頁樣式*/
.loginmain {
  padding: 40px 0;
}

.login {
  max-width: 1100px;
  margin: 0 auto;
  align-items: flex-end;
}

.login .inputBx {
  background-color: #fff;
  z-index: 2;
  max-width: 600px;
  position: relative;
  z-index: 1;
  width: 50%;
  flex: 0 0 auto;
  border: solid 1px #dde6eb;
  /* 邊框樣式 */
  /* Firefox */
  /* Safari 和 Chrome */
  box-shadow: 0px 0px 10px #c8c8c8;
  /* Opera 10.5 + */
  -moz-box-shadow: 0px 0px 10px #c8c8c8;
  /* 此為 Firefox 專用語法 */
  -webkit-box-shadow: 0px 0px 10px #c8c8c8;
  /* 此為 Safari 和 Chrome 專用語法 */
}

.login .drawBx {
  width: 100%;
  position: relative;
}

.login .drawBx .imgbx {
  margin: 40px 0;
}

.login .inputBx .tit {
  text-align: center;
  border-bottom: 1px solid #eee;
}

.login .inputBx h3 {
  display: inline-block;
  padding: 15px 0;
  font-size: 2.18rem;
  border-bottom: 4px solid #007d7d;
  position: relative;
  top: 2px;
}

.login .inputBx .con {
  padding: 20px 45px;
}

.login .item {
  margin-bottom: 25px;
}

.login .item h4 {
  font-size: 1.125rem;
  color: #333333;
  margin-bottom: 10px;
}

.login_ft {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}

.login_ft .inline {
  align-items: center;
}

.login_ft .inline p {
  font-size: 0.9rem;
  color: #6a6b6c;
  line-height: 1.7;
}

.login_ft ul,
.login_ft .inline {
  width: 50%;
}

.login_ft .imgbx {
  width: 60px;
  margin-right: 20px;
  flex: 0 0 auto;
}

.login_ft ul a {
  color: #95b2ca;
  font-size: 1.25rem;
  padding-left: 15px;
  position: relative;
}

.login_ft li:first-child {
  margin-bottom: 10px;
}

.login_ft ul a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  background-color: #95b2ca;
  border-radius: 50%;
}

.login_ft ul span {
  color: #6a6b6c;
  font-size: 0.9rem;
  display: inline-block;
  margin-left: 5px;
}

footer hr {
  background-color: #dbdcdd;
  margin: 20px 0;
}

.verifybx {
  width: 150px;
  position: relative;
  margin-left: 15px;
  justify-content: space-between;
  flex: 0 0 auto;
  align-items: center;
}

.verifyimg {
  width: 110px;
  margin-right: 15px;
}

.verifyTurn {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/verifyTurn.png) no-repeat center center / contain;
}

.verifybx p {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 0.875rem;
  color: #cc3f14;
}

.login .btnBx a:first-child {
  background-color: #ea2e31;
}

.login .fc01,
.login .fc02,
.login .fc03,
.login .fc04,
.login .fc05 {
    font-size: 1rem;
    color: #92b0c8;
    padding-left: 25px;
}

.login .fc01 {
  background: url(../images/fc01.png) no-repeat left center / contain;
  background-size: 20px auto;
  vertical-align: middle;
}

.login .fc02 {
  background: url(../images/fc02.png) no-repeat left center / contain;
  background-size: 20px auto;
  vertical-align: middle;
}

.login .fc03 {
  background: url(../images/fc03.png) no-repeat left center / contain;
  background-size: 20px auto;
  vertical-align: middle;
}

.login .fc04 {
  background: url(../images/fc04.png) no-repeat left center / contain;
  background-size: 20px auto;
  vertical-align: middle;
}

.login .fc05 {
  background: url(../images/fc05.png) no-repeat left center / contain;
  background-size: 20px auto;
  vertical-align: middle;
}

.login .fcbx {
  justify-content: space-between;
}

/*麵包屑樣式*/
.breadcrumb {
  display: flex;
  margin-bottom: 30px;
}

.breadcrumb a,
.breadcrumb li {
  font-size: 1rem;
  color: #333;
  transition: 0.2s all ease-in-out;
}

.breadcrumb li+li::before {
  content: '>';
  margin: 0 5px;
}

.breadcrumb a:hover {
  opacity: 0.8;
}

.incon {
  padding: 0 30px;
}

/*列表樣式*/
.listsy1 {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.125rem;
  margin-bottom: 30px;
}

.listsy1 li {
  width: 46%;
  display: flex;
  align-items: center;
  margin-right: 8%;
  margin-bottom: 25px;
  position: relative;
}

.certifiBx .listsy1 li {
  width: 100%;
}

.listsy1 li:nth-child(2n) {
  margin-right: 0;
}

.listsy1 h4 {
  width: 140px;
  flex: 0 0 auto;
  color: #007d7d;
}

.listsy1 .check {
  justify-content: space-between;
}

.listsy1 .check p {
  color: #333;
  /* margin-left:40px;
	*/
}

.listsy1 .min-t {
  position: absolute;
  left: 140px;
  bottom: 0;
  transform: translateY(105%);
  font-size: 0.875rem;
}

.listsy2 {
  margin-bottom: 20px;
}

.listsy2 li {
  display: flex;
  /* min-height:52px;
	*/
  font-size: 1.125rem;
  align-items: center;
  margin-bottom: 15px;
}

.listsy2 li.more_item {
  align-items: flex-start;
}

.listsy2 h4 {
  padding-left: 15px;
  color: #333;
  width: 160px;
  font-size: 1.125rem;
  position: relative;
  flex: 0 0 auto;
  font-weight: 400;
}

.listsy2 li.more_item h4 {
  margin-top: 10px;
}

.listsy2 h4 .web {
  display: inline-block;
}

.listsy2 h4::before {
  content: '';
  width: 5px;
  height: 25px;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #29b1b1;
}

.listsy2 p {
  font-weight: 600;
  color: #333;
}

.listsy3 {
  display: flex;
  flex-wrap: wrap;
  border-left: 2px solid #e4ebf3;
  border-top: 2px solid #e4ebf3;
  font-size: 1rem;
  margin-bottom: 25px;
}

.listsy3 li {
  width: 50%;
  border-right: 2px solid #e4ebf3;
  border-bottom: 2px solid #e4ebf3;
  display: flex;
  align-items: center;
}

.listsy3 li:nth-child(4n),
.listsy3 li:nth-child(4n-1) {
  background-color: #f4f6f9;
}

.listsy3.selfbx li:nth-child(4n),
.listsy3.selfbx li:nth-child(4n-1) {
  background-color: #fff;
}

.listsy3 li h4,
.listsy3 li p {
  padding: 10px 15px;
}

.listsy3 li h4 {
  background-color: #25578f;
  color: #fff;
  width: 200px;
  flex: 0 0 auto;
  font-weight: 400;
  font-size: 1rem;
  height: 100%;
}

.listsy3 li P {
  color: #333;
  width: 100%;
}

.listsy3.directions li h4 {
    width: 150px;
}

.listsy3.directions li p span {
    display: block;
    padding-left: 15px;
    position: relative;
}

.listsy3.directions li p span::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 99em;
    background-color: #25578f;
    position: absolute;
    left: 0;
    top: 8px;
}

.listsy3 li a.link {
    text-decoration: underline;
    color: #3277c5;
}

/* .listsy3.green {
	border-color:#e8f5f5;
}
.listsy3.green li {
	border-color:#e8f5f5;
}
.listsy3.green li h4 {
	background-color:#29b1b1;
}
.listsy3.green li:nth-child(4n),.listsy3.green li:nth-child(4n-1) {
	background-color:#f2fafa;
}
*/
.listsy4 {
  display: flex;
  color: #8cadc6;
  font-size: 1.125rem;
}

.listsy4 li+li::before {
  content: '｜';
  display: inline-block;
}

.listsy5_row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.listsy5_row li {
  margin-right: 10%;
  width: 26.6%;
  margin-bottom: 25px;
}

.listsy5_row li:nth-child(3n) {
  margin-right: 0;
}

.listsy5_row input[type='checkbox']+label .icon {
  right: 0;
  left: auto;
}

.listsy5_row input[type='checkbox']+label {
  padding-left: 0;
}

.listsy5_row li .checkInput p {
  color: #333;
  font-size: 1.125rem;
  padding-right: 40px;
  font-weight: 600;
}

.listsy6_row2Bx {
  display: flex;
  width: 100%;
}

.listsy6_row2Bx .listsy3 {
  flex-direction: column;
  width: 50%;
}

.listsy6_row2Bx .listsy3 li {
  width: 100%;
}

.listsy6_row2Bx .listsy3 li h4 {
  width: 50%;
}

.summaryTabx .tit+.listsy3 {
  margin-top: 20px;
}

.summaryTabx .tit {
  background-color: #e8eff4;
  padding: 8px;
  color: #25578f;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  display: none;
}

.summaryTabx .tit+.listsy6_row2Bx {
  /* padding:0 15px;
	margin-top:15px;
	*/
}

.listsy6_row2Bx .listsy3 li:nth-child(2n) {
  background-color: #f4f6f9;
}

.summaryTabx .open+.listsy6_row2Bx {
  padding: 0 15px;
  margin-top: 15px;
}

.summaryTabx .tit span {
  width: 15px;
  height: 15px;
  border-top: 3px solid #25578f;
  border-right: 3px solid #25578f;
  transform: rotate(135deg);
  display: block;
  position: relative;
  right: 10px;
  top: 5px;
  transition: 0.2 all ease-in-out;
}

.summaryTabx .tit.open span {
  transform: rotate(-45deg);
  right: 10px;
  top: 12px;
}

.summaryTabx_sy2 .tit,
.titsy1 {
  border-bottom: 3px solid #dfe9f0;
  margin-bottom: 15px;
  position: relative;
  padding-right: 30px;
}

.summaryTabx_sy2 .tit h4,
.titsy1 h4 {
  color: #5086a9;
  font-size: 1.3rem;
  padding-bottom: 5px;
  border-bottom: 3px solid #5086a9;
  display: inline-block;
  position: relative;
  top: 3px;
}

.summaryTabx_sy2 .tit h4 a {
  background-color: #e494b8;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.875rem;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.summaryTabx_sy2 .listsy3+.colorDarkRed {
  position: relative;
  top: -15px;
}

.ollistsy1 {
  margin-left: 20px;
}

.ollistsy1+p {
  margin-top: 5px;
}

p+p {
  margin-top: 5px;
}

.ollistsy1 li {
  list-style: decimal;
  margin-bottom: 0px;
}

/*標單區塊樣式*/
.frame {
  border: solid 1px #dde6eb;
  /* 邊框樣式 */
  /* Firefox */
  /* Safari 和 Chrome */
  box-shadow: 0px 0px 10px #c8c8c8;
  /* Opera 10.5 + */
  -moz-box-shadow: 0px 0px 10px #c8c8c8;
  /* 此為 Firefox 專用語法 */
  -webkit-box-shadow: 0px 0px 10px #c8c8c8;
  /* 此為 Safari 和 Chrome 專用語法 */
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.orderFrame {
  max-width: 950px;
  padding: 20px;
  margin-bottom: 30px;
}

.accountFrame {
  max-width: 800px;
  padding: 40px 20px;
}

.accountFrame .addminusBx {
  width: 100%;
}

.accountFrame .inputBx_item h4 {
  width: 120px;
  padding-top: 10px;
}

.accountFrame.titbigger .inputBx_item h4 {
  width: 180px;
  flex: 0 0 180px;
}

.accountFrame .inputBx_item {
  /* align-items:center;
	*/
}

.accountFrame .inputBx_item+.tablesy2Bx {
  margin-top: -20px;
  padding-left: 15px;
  padding-right: 15px;
}

.accountFrame .inputBx_item .con input,
.accountFrame .inputBx_item .con div,
.accountFrame .inputBx_item .con select {
  width: 300px;
}

/*tab樣式*/
.tabsy1 {
  display: flex;
  margin-bottom: 25px;
}

.tabsy1 li {
  width: 50%;
  text-align: center;
  background-color: #f8f8f8;
  padding: 15px 0;
  transition: 0.2s all ease-in-out;
}

.tabsy1 li:hover {
  opacity: 0.8;
}

.tabsy1 li a {
  width: 100%;
  display: inline-block;
  color: #333;
  font-size: 1.3rem;
}

.tabsy1 .on {
  background-color: #007d7d;
}

.tabsy1 .on a {
  color: #fff;
}

.tabsy2 {
  display: flex;
}

.tabsy2 li {
  width: 80px;
  background-color: #f5f5f5;
}

.tabsy2 li:first-child {
  border-radius: 5px 0 0 5px;
}

.tabsy2 li.buy {
  position: relative;
}

.tabsy2 li.buy.on::after {
  display: none;
}

.tabsy2 li.buy::after {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tabsy2 li:last-child {
  border-radius: 0 5px 5px 0;
}

.tabsy2 li a {
  width: 100%;
  color: #a1a2a2;
  padding: 15px 0px;
  text-align: center;
  display: block;
}

.tabsy2 .buy.on {
  background-color: #ea2e31;
}

.tabsy2 .sell.on {
  background-color: #37ca31;
}

.tabsy2 .common.on {
  background-color: #29b1b1;
}

.tabsy2 .on a {
  color: #fff;
}

.tabsy2 li {
  transition: 0.2s all ease-in-out;
}

.tabsy2 li:hover {
  opacity: 0.8;
}

.tabsy3 {
  /* max-width:1100px;
	*/
  display: flex;
  background-color: #f6f8f8;
  padding: 20px 20px 10px 20px;
  margin: 0 auto;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.tabsy3 li {
  width: 18.4%;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #007d7d;
  margin-right: 2%;
  margin-bottom: 15px;
  transition: 0.2s all ease-in-out;
}

.tabsy3 li:hover {
  opacity: 0.8;
}

.tabsy3 li:nth-child(5n) {
  margin-right: 0;
}

.tabsy3 li.on {
  background-color: #007d7d;
}

.tabsy3 a {
  color: #007d7d;
  padding: 10px;
  display: block;
  width: 100%;
  font-size: 1.25rem;
}

.tabsy3 li.on a {
  color: #fff;
}

.disable {
  background-color: #eee;
  border: none;
  pointer-events: none;
  color: #a5a5a5;
}

.tabsy3 li.disable {
  background-color: #eee;
  border: none;
  pointer-events: none;
}

.tabsy3 li.disable a {
  color: #a5a5a5;
}

.popupbox .tabsy3 {
  background-color: transparent;
  justify-content: center;
  padding: 0;
  margin-bottom: 10px;
}

.popupbox .tabsy3 li {
  width: 25%;
}

.tabsy4 {
  display: flex;
  border-bottom: 2px solid #e8ecec;
  margin-bottom: 25px;
}

.tabsy4 li {
  width: 33%;
  text-align: center;
  padding: 15px 0;
  font-size: 1.25rem;
}

.tabsy4 li a {
  display: block;
  width: 100%;
  color: #666;
}

.tabsy4 li.on {
  background-color: #007d7d;
}

.tabsy4 li.on a {
  color: #fff;
}

/*股票搜尋樣式*/
.searchInput {
  width: 340px;
  position: relative;
  display: inline-block;
}

.searchInput .Input {
  height: 45px;
  border: 1px solid #e3e9e9;
  position: relative;
}

.searchInput input {
  border: none;
  height: 43px;
}

.searchInput input:focus-visible,
.searchInput select:focus-visible {
  /* outline-color:#dce3e3;
	*/
  outline: 0;
}

.searchInput::after {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  background-color: #f3f6f6;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #e3e9e9;
  border-left: none;
  box-sizing: border-box;
}

.searchInput .searchIc {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/search.svg) no-repeat center center / contain;
  right: 8px;
  top: 8px;
  z-index: 10;
}

.searchInput .search_clear {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/search_delete.png) no-repeat center center / contain;
  right: 55px;
  top: 8px;
  z-index: 2;
  display: none;
}

.searchInput .warn {
  height: 15px;
}

.searchdropdown {
  display: block;
  z-index: 2;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}

/* .searchdropdown.open{
  display: block;
} */
.searchdropdown li a {
  padding: 8px 10px;
  color: #333;
  display: block;
  position: relative;
  border-bottom: 1px solid #eee;
  font-size: 1.125rem;
}

.searchdropdown li a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #003e3e;
  border-right: 2px solid #003e3e;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 15px;
  transition: 0.2s all ease-in-out;
}

.searchdropdown .dropdown {
  display: none;
}

.searchdropdown .dropdown a {
  background-color: #f8f8f8;
}

.searchdropdown .dropdown a::after {
  display: none;
}

.searchdropdown .open>a::after {
  transform: rotate(-45deg);
  top: 18px;
}

.searchdropdown .tab {
  display: flex;
  padding: 10px;
}

.searchdropdown .tab a {
  width: 33%;
  text-align: center;
  display: block;
  color: #007d7d;
  border: 1px solid #007d7d;
  padding: 5px;
  border-left: none;
}

.searchdropdown .tab a:first-child {
  border-left: 1px solid #007d7d;
}

.searchdropdown .tab a.on {
  background-color: #007d7d;
  color: #fff;
}

.searchdropdown .tab a::after {
  display: none;
}

/*下單區塊inputbx*/
.inputBx_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f3f3;
  padding-left: 15px;
  padding-right: 15px;
}

.inputBx_item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.inputBx_item .warn {
  /*height: 15px;*/
  height: auto;
}

.inputBx_item h4 {
  width: 140px;
  padding-top: 15px;
  color: #333;
}

.inputBx_item.price_item .tabsy2 {
  margin-bottom: 15px;
  width: 100%;
}

.stock_edit .inputBx_item.price_item .tabsy2 {
  margin-bottom: 0;
}

.inputBx_item .con .tT {
  padding-top: 15px;
  display: inline-block;
  margin-bottom: 15px;
}


.infoSk {
  position: relative;
}

.infoSk span {
  margin-right: 20px;
}

.infoSk+.tabsy3 {
  /* margin-top:-40px;
	*/
  padding-top: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  justify-content: flex-end;
}

.popupbox .infoSk+.tabsy3 li {
  width: 80px;
  margin-right: 0;
  margin-left: 10px;
  margin-bottom: 5px;
}

.popupbox .infoSk+.tabsy3 a {
  padding: 5px;
  font-size: 1rem;
}

.renew,
.searchPrice {
  padding: 2px 30px 5px 10px;
  border-radius: 20px;
  margin-right: 15px;
}

.renew {
  background: #faebe7 url(../images/renew.svg) no-repeat right 5px center / contain;
  background-size: 20px auto;
  color: #cc3f14;
}

.searchPrice {
  background: #eaf9fa url(../images/searchprice.png) no-repeat right 8px center / contain;
  background-size: 18px auto;
  color: #29b1b1;
}

.orderFrame .checkInput {
  color: #007d7d;
  margin-left: 20px;
  padding-top: 10px;
  width: 67px;
  flex: 0 0 auto;
}

/*加減區塊*/
.tabsy2+.addminusBx {
  margin-top: 10px;
}

.addminusBx input[type='text'] {
  text-align: center;
  background-color: transparent;
  border: none;
  height: 52px;
}

.addminusBx {
  background-color: #f5f5f5;
  height: 52px;
  border-radius: 5px;
  position: relative;
  width: 240px;
  display: inline-block;
}

.addminusBx .add,
.addminusBx .minus {
  position: absolute;
  font-size: 2rem;
  background-color: #29b1b1;
  height: 52px;
  line-height: 1.5;
  padding: 0 15px;
  width: 50px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  transition: 0.2s all ease-in-out;
}

.addminusBx .add:hover,
.addminusBx .minus:hover {
  opacity: 0.8;
}

.addminusBx .add {
  right: 0px;
  border-radius: 0 5px 5px 0;
}

.addminusBx .minus {
  left: 0px;
  background-color: #7bcccc;
  border-radius: 5px 0 0 5px;
}

.addminusBx p {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #333;
}

.admi_unit {
  vertical-align: top;
  position: relative;
  top: 15px;
  margin-left: 10px;
}

.price_item .admi_unit {
  top: 25px;
}

.group_addminusBx{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.group_addminusBx > div{
  flex: 1 1 auto;
}
.group_addminusBx select{
  width: 100px;
  height: 30px;
  border: 1px solid #898989;
  border-radius: 5px;
}
.group_addminusBx .addminusBx{
  width: 150px;
}
.group_addminusBx .addminusBx input[type='text'] {
  background-color: #fff;
  border: 1px solid #29b1b1;
  border-radius: 5px;
}


/*特殊樣式*/
.returnCustom {
  position: absolute;
  right: 0;
  background: #ea2e31 url(../images/returnCustom.png) no-repeat left 5px top 5px / contain;
  background-size: 20px auto;
  color: #fff;
  display: block;
  padding: 8px 10px 8px 30px;
  border-radius: 5px;
  top: 0;
  font-size: 1rem;
}

.fee_info {
  position: absolute;
  right: 0;
  top: 0;
  color: #8cadc6;
}

.space-L {
  margin-left: 15px;
}

.FieldTextBx {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}

.FieldTextBx.onlyFied {
  justify-content: flex-end;
}

.FieldText_item {
  display: flex;
}

.FieldText+.FieldText {
  margin-left: 25px;
}

.FieldText {
  color: #007d7d;
  position: relative;
  padding-left: 30px;
  background: url(../images/FieldText_ic.svg) no-repeat left top 1px / contain;
  background-size: 25px auto;
  font-size: 1.125rem;
}

.FieldText_download {
  background-image: url(../images/FieldText_ic02.png);
  color: #2b7b99;
}

.FieldText.state_search {
  background: url(../images/FieldText_ic03.svg) no-repeat left top 1px / contain;
  background-size: 25px auto;
}

.FieldText_output {
  background-image: url(../images/FieldText_ic04.svg);
}

.FieldText_bt {
  display: flex;
}
.FieldText_bt a{
  display: block;
  margin-left: 10px;
  list-style: 40px;
  background-color: #007d7d;
  padding: 8px 20px;
  border-radius: 5px;
  color: #fff;
}
.FieldText_bt a.bt_blue {
  background-color: #25578f;
}
.FieldText_bt a.bt_yellow{
  background-color: #ecac10;
}
.FieldText_bt a.bt_green{
  background-color: #007d7d;
}
.FieldText_bt a.bt_gray{
  background-color: #9f9f9f;
}
.FieldText_bt a.bt_bk{
  background-color: #666;
}



.calculator {
  background-image: url(../images/calculator.svg);
  color: #2b7b99;
}

.inner_draw {
  position: absolute;
  right: 0;
  bottom: -85px;
  width: 250px;
  height: 225px;
  background: url(../images/inner_draw.png) no-repeat center center / contain;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
}

.popup_con .alertText {
  font-weight: bold;
  font-size: 1.25rem;
  color: #333;
  position: relative;
  /* top:20px;
	*/
  text-align: center;
  line-height: 1.7;
}

.popup_con .colorDarkGreen {
  color: #003e3e;
  margin-bottom: 10px;
}

.stockInfo_btn {
  border: 1px solid #29b1b1;
  color: #29b1b1;
  height: 45px;
  vertical-align: top;
  position: relative;
  top: 0px;
  margin-left: 15px;
  border-radius: 5px;
  transition: 0.2s all ease-in-out;
  white-space: nowrap;
}

.stockInfo_btn:hover {
  background-color: #29b1b1;
  color: #fff;
}

.stockInfo_btn_disable {
  background-color: #d4d4d4;
  color: #929292;
  border: none;
  pointer-events: none;
}

.fee_icon {
  width: 25px;
  height: 25px;
  background-color: #8cadc6;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.fee_icon::before {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/fee_icon.png) no-repeat center center / contain;
  width: 18px;
  height: 18px;
}

/*table樣式*/
.tablesy1 {
  width: 100%;
  /* table-layout:fixed;
	*/
  box-sizing: border-box;
  border-spacing: 0;
  border-left: 2px solid #e8f5f5;
  border-top: 2px solid #e8f5f5;
  margin-bottom: 25px;
}

.tablesy1 th,
.tablesy1 td {
  padding: 10px 5px;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
}

.tablesy1 th {
  background-color: #29b1b1;
  color: #fff;
}

.tablesy1 td {
  border-right: 2px solid #e8f5f5;
  border-bottom: 2px solid #e8f5f5;
}

.tablesy1 tr:nth-child(even) {
  background-color: #f2fafa;
}

.tablesy1.lesstable th,
.tablesy1.lesstable td {
  padding: 10px 20px;
}

.tablesy1.lesstable th:first-child,
.tablesy1.lesstable td:first-child {
  text-align: left;
  width: 30%;
}

.tablesy1.lesstable th:nth-child(2),
.tablesy1.lesstable td:nth-child(2) {
  text-align: right;
}

.tablesy1.lesstable th:nth-child(3),
.tablesy1.lesstable td:nth-child(3) {
  width: 10%;
}

.tablesy2Bx {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 25px;
  width: 100%;
  position: relative;
  /* top:-15px;
	*/
}

.tablesy2 {
  width: 100%;
  border-spacing: 0;
  border-left: 2px solid #f2f9f9;
  border-top: 2px solid #f2f9f9;
  text-align: center;
  position: relative;
  /* top:-15px;
	*/
  /* table-layout:fixed;
	*/
  width: 100%;
  /* min-width:1300px;
	*/
  border-collapse: separate;
  margin-bottom: 15px;
}

/* .tablesy2.nofilter {
	table-layout:auto;
}
*/
.tablesy2.detailTB tbody tr:nth-child(even) {
  background-color: transparent;
}

.tablesy2.detailTB tbody tr:first-of-type,
.tablesy2.detailTB tbody tr.bgGreen {
  background-color: #bfe6e6;
}

.tablesy2 th {
  font-weight: 400;
  background-color: #29b1b1;
  color: #fff;
  padding: 10px 8px 20px 8px;
  line-height: 1.2;
  min-width: 50px;
  width: 50px;
  font-size: 1rem;
  white-space: nowrap;
}

.tablesy2.nofilter th {
  padding: 15px 8px;
  min-width: 80px;
}

.tablesy2 th.s-W {
  min-width: 50px;
}

.tablesy2 th.m-w {
  min-width: 60px;
  width: 60px;
}

.tablesy2 th.lg-w {
  min-width: 100px;
}

.tablesy2 th.name {
  min-width: 100px;
  max-width: 100px;
}

.tablesy2 th.name.rowless {
  min-width: 60px;
}

.tablesy2 th.xl-w {
  min-width: 200px;
}

.tablesy2 th.filter {
  background: #29b1b1 url(../images/filterTh.png) no-repeat center bottom 5px / contain;
  background-size: 35px auto;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}

.tablesy2 th.filterTop {
  background-image: url(../images/filterTh_top.png);
}

.tablesy2 th.filterbottom {
  background-image: url(../images/filterTh_bottom.png);
}

.tablesy2 .tb_icon {
  width: 25px;
  display: block;
  margin: 0 auto;
  transition: 0.2s all ease-in-out;
}

.tablesy2 .tb_icon:hover {
  opacity: 0.8;
}

.tablesy2 td {
  line-height: 1.2;
  padding: 15px 5px;
  color: #333;
  border-right: 2px solid #e8f5f5;
  border-bottom: 2px solid #e8f5f5;
  min-width: 40px;
  font-size: 1rem;
}

.tablesy2 tbody tr:nth-child(even) {
  background-color: #f2fafa;
}

.fifixed td:first-child,
.sefixed td:nth-child(2) {
  background-color: #d6f1f1;
  /* position:relative;
	*/
}

.fifixed td:first-child,
.fifixed th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  /* 首行永遠固定於左 */
  z-index: 1;
}

.sefixed td:nth-child(2),
.sefixed th:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 52px;
  /* 首行永遠固定於左 */
  z-index: 1;
}

.thirdfixed td:nth-child(3),
.thirdfixed th:nth-child(3) {
  position: -webkit-sticky;
  position: sticky;
  left: 100px;
  /* 首行永遠固定於左 */
  z-index: 1;
}

.thirdfixed td:nth-child(3) {
  background-color: #d6f1f1;
  border-right: 2px solid #29b1b1;
  box-sizing: content-box;
}

.fifixed td:nth-child(1) {
  border-right: 2px solid #29b1b1;
  box-sizing: content-box;
}

.sefixed.fifixed td:nth-child(2) {
  border-right: 2px solid #29b1b1;
  box-sizing: content-box;
}

.sefixed.fifixed td:nth-child(1) {
  border-right: 2px solid #e8f5f5;
}

.thirdfixed.sefixed.fifixed td:nth-child(2) {
  border-right: 2px solid #e8f5f5;
}

.tablesy2 .aText,
.tablesy1 .aText {
  color: #1b7777;
  border-bottom: 1px solid #1b7777;
  transition: 0.2s all ease-in-out;
}

.tablesy2 .aText.colorRed {
  border-bottom: 1px solid #ea2e31;
}

.tablesy2 .aText.colorLightGreen {
  border-bottom: 1px solid #37ca31;
}

.tablesy2 .aText:hover {
  opacity: 0.8;
}

.tablesy2 tfoot td,
.tablesy2 tfoot td:first-child {
  position: relative !important;
  background-color: #eef4f4;
  color: #000;
  font-weight: bold;
}

.tablesy2 tfoot td:first-child {
  border-right: 2px solid #e8f5f5;
}

.tablesy2 .relative {
  position: relative !important;
  background-color: transparent !important;
  left: auto !important;
}

.tablesy2.tablesy2_thColor th {
  border-right: 2px solid #e8f5f5;
  border-bottom: 2px solid #e8f5f5;
}

.tablesy2.tablesy2_thColor.sefixed td:nth-child(2),
.tablesy2.tablesy2_thColor.sefixed th:nth-child(2) {
  left: 52px;
}

.tablesy2.tablesy2_thColor tr:nth-child(2) td {
  background-color: #fff !important;
}

.tablesy2.tablesy2_thColor tbody:nth-child(odd) tr {
  background-color: #f2fafa;
}

.tablesy2.tablesy2_thColor tbody:nth-child(odd) tr:nth-child(2) td {
  background-color: #f2fafa !important;
}

.tablesy2.tablesy2_thColor tr:nth-child(2) td {
  position: relative !important;
  /* background-color:transparent !important;
	*/
  left: auto !important;
  border-right: 2px solid #e8f5f5 !important;
}

.tablesy2.tablesy2_thColor tr:nth-child(2) th,
.tablesy2.tablesy2_thColor tr:nth-child(2) td {
  position: initial !important;
}

.tablesy2 tr:nth-child(2) th {
  background-color: #0a9696;
}

.tablesy2.totalTB tr:nth-child(even) {
  background-color: #fff;
}

/* .tablesy2.totalTB tr:last-of-type, */
.tablesy2.totalTB tr.totalsy {
  background-color: #eef4f4;
}

/* .tablesy2.totalTB tr:last-of-type td, */
.tablesy2.totalTB tr.totalsy td {
  font-weight: bold;
  color: #000;
}

/* .tablesy2 tbody:nth-child(odd) {
	background-color:#f2fafa;
}
*/
.tablesy3 {
  border-collapse: collapse;
  width: 100%;
  /* table-layout:fixed;
	*/
  border-left: 2px solid #e4ebf3;
  border-top: 2px solid #e4ebf3;
  margin-bottom: 10px;
  color: #333;
}

.tablesy3 th {
  background-color: #25578f;
  color: #fff;
}

.tablesy3 th:first-child {
  width: 15%;
}

.tablesy3 th,
.tablesy3 td {
  padding: 15px 10px;
}

.tablesy3 td {
  border-right: 2px solid #e4ebf3;
  border-bottom: 2px solid #e4ebf3;
}

.tablesy3 td:first-child {
  text-align: center;
  background-color: #dfe6f0;
  color: #25578f;
}

.tablesy3 tbody tr:first-child td:nth-child(2) {
  padding: 10px 30px;
  background-color: #f4f6f9;
  color: #25578f;
}

.tablesy4 {
  width: 100%;
  border-collapse: collapse;
  border-left: 2px solid #e8f5f5;
  border-top: 2px solid #e8f5f5;
}

.tablesy4 td:first-child {
  background-color: #29b1b1;
  text-align: center;
  color: #fff;
  width: 120px;
}

.tablesy4 tr:nth-child(even) td {
  background-color: #f2fafa;
}

.tablesy4 tr:nth-child(even) td:first-child {
  background-color: #0a9696;
}

.tablesy4 td {
  padding: 15px 10px;
  border-right: 2px solid #e8f5f5;
  border-bottom: 2px solid #e8f5f5;
  color: #333;
}

.tablesy5Bx {
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}

.tablesy5 {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.tablesy5 th {
  background-color: #25578f;
  color: #fff;
}

.tablesy5 th,
.tablesy5 td {
  padding: 15px 10px;
  text-align: center;
  font-weight: 400;
}

.tablesy5 td {
  border-right: 2px solid #e4ebf3;
  border-bottom: 2px solid #e4ebf3;
  color: #333;
}

.tablesy5 td:first-of-type {
  background-color: #f4f6f9;
  border-left: 2px solid #e4ebf3;
}

.tablesy5 tfoot td,
.tablesy5 tfoot td:first-of-type {
  background-color: #f0f1f2;
  color: #000;
  font-weight: bold;
}

.tbsy5merge .tag th {
  background-color: transparent;
  color: #fff;
  border: none;
  font-size: 1.125rem;
}

.tbsy5merge .tag th[colspan='2'] {
  background-color: #92b1c9;
  border-radius: 10px 10px 0 0;
  border: 2px solid #fff;
  border-bottom: none;
}

.tbsy5merge .tag th[colspan='2']:nth-child(3) {
  background-color: #6294bb;
}

.tbsy5merge tbody td:nth-child(4),
.tbsy5merge tbody td:nth-child(5) {
  background-color: #f4f6f9;
}

/*編輯單區塊*/
.stock_edit {
  background-color: #f8f8f8;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.stock_edit+.btnBx {
  margin-top: 30px;
}

.stock_edit .inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stock_edit .inline~.inputBx {
  margin-top: 20px;
}

.stock_edit h4 {
  width: 120px;
  flex: 0 0 auto;
}

.stock_edit h4,
.stock_edit h4~span {
  font-size: 1.375rem;
  position: relative;
  color: #000000;
}

.stock_edit .addminusBx {
  background-color: #fff;
}

.stock_edit .tabsy2 li {
  background-color: #fff;
}

.stock_edit .inputBx_item {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.stock_edit .inputBx_item:last-of-type {
  border-bottom: none;
}

.stock_edit .inputBx_item h4 {
  font-size: 1.125rem;
  padding-top: 5px;
  font-weight: 400;
}

.stock_edit .tabsy2 li a {
  padding: 10px 0;
}

.stock_edit .inputBx_item .con .tT {
  padding-top: 5px;
  margin-bottom: 0px;
}

/*查詢區間樣式*/
.timeSearch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.timeSearch input[type='text'],
.timeSearch .input {
  width: 100%;
}

.timeSearch .input {
  position: relative;
}

.timeSearch .input a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #007d7d;
  width: 45px;
  height: 45px;
}

.timeSearch .input a img {
  width: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.timeSearch p {
  margin: 0 10px;
  flex: 0 0 auto;
}

/*系統公告樣式*/
.system_bulltinBx .firstline {
  font-weight: bold;
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 10px;
}

.system_bulltinBx .title {
  font-size: 1.125rem;
  color: #007d7d;
  margin-bottom: 15px;
  font-weight: 300;
}

.system_bulltinBx p {
  font-size: 1.125rem;
  color: #333;
  font-weight: 500;
}

.system_bulltinBx>ol {
  font-weight: 500;
  color: #333;
  padding-left: 35px;
  position: relative;
}

.system_bulltinBx>ol span {
  position: absolute;
  left: 0;
}

.system_bulltinBx>ol span::after {
  content: '、';
}

.system_bulltinBx>ol li {
  font-size: 1.125rem;
  margin-bottom: 8px;
  line-height: 1.5;
}

.system_bulltinBx ol ol {
  margin-left: 20px;
  padding-top: 5px;
}

.system_bulltinBx ol ol li {
  list-style: decimal;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 5px;
}

.system_bulltinBx .colorDarkRed {
  color: #cc3f14;
  font-size: 1rem;
  font-weight: 400;
}

/*損益功能說明樣式*/
.prolossBx {
  counter-reset: num;
}

.prolossBx li .nm {
  background-color: #f0bd33;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}

.prolossBx li .nm::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

.prolossBx li {
  padding-left: 35px;
  position: relative;
  color: #333333;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.prolossBx li .con {
  font-size: 1.125rem;
  padding-top: 5px;
  font-weight: 400;
}

.prolossBx .inline {
  padding-top: 20px;
}

.prolossBx .box {
  min-width: 200px;
  min-height: 80px;
  background-color: #83abc5;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  position: relative;
  white-space: nowrap;
}

.prolossBx .boxBx {
  margin-left: 40px;
}

.prolossBx .boxBx .box {
  background-color: #a1c3d9;
  position: relative;
}

.prolossBx .box.pink {
  background-color: #df918e;
}

.prolossBx .box.green {
  background-color: #83c5c1;
}

.prolossBx .boxBx .box::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/proloss_arrow.svg) no-repeat center center / contain;
  position: absolute;
  left: 0px;
  transform: translate(-120%, -50%);
  top: 50%;
}

.prolossBx .boxBx .box:nth-child(2) {
  margin-top: 20px;
}

.prolossBx .box>span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.prolossBx .textBx .box {
  background-color: transparent;
  text-align: left;
}

.prolossBx .textBx .box:nth-child(2) {
  margin-top: 0;
}

.prolossBx .textBx .box>span {
  color: #626262;
  font-weight: bold;
  position: relative;
  top: 25px;
  left: 10px;
  transform: translate(0%, 0%);
  font-weight: 500;
}

.prolossBx .textBx .box>span .color_pink {
  color: #df918e;
}

.prolossBx .textBx .box>span .color_green {
  color: #83c5c1;
}

.prolossBx .textBx .box>span .nm01 {
  background-color: #f0bd33;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: 5px;
  margin: 0 5px;
}

.prolossBx .textBx .box>span .nm01::before {
  content: '1';
  position: absolute;
  left: 45%;
  top: 45%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

.prolossBx .textBx span .minw {
  color: #aaaaaa;
  font-weight: 500;
}

.prolossBx .notice {
  color: #818384;
  font-size: 1rem;
  padding-left: 30px;
  position: relative;
}

.prolossBx .notice span {
  background-color: #6e6f70;
  color: #fff;
  padding: 2px 6px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 0.875rem;
}

.prolossBx .imgArea {
  width: 47.5%;
}

.prolossBx .imgArea p {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 10px;
}

.prolossBx .imgArea:first-of-type {
  margin-right: 5%;
}

/*新增popup驗證碼樣式*/
.certiflist h4 {
  text-align: left;
}

.certiflist .con {
  width: 100%;
}

.certiflist {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
  position: relative;
}

.certiflist.w-70 {
  margin: 0 auto;
  margin-bottom: 15px;
}

.certiflist p.note {
  font-size: 1rem;
  text-align: left;
  margin-top: 5px;
  color: #666;
  /* position: absolute;
  left: 0;
  bottom:0; */
}

.certiflist .warn {
  text-align: left;
}

.certiflist h4 {
  width: 200px;
  margin-right: 15px;
  position: relative;
  top: 5px;
  flex: 0 0 auto;
  padding-left: 15px;
  font-weight: 400;
}

.certiflist.w-70 h4 {
  width: 100px;
}

.certiflist h4::before {
  content: '';
  width: 5px;
  height: 25px;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #29b1b1;
}

.certiflist h4 span {
  font-size: 1rem;
  margin-left: 5px;
  color: #666;
}

.cerlist_item.inline {
  display: flex;
  text-align: left;
}

.cerlist_item.inline .choice {
  margin-right: 20px;
  margin-bottom: 25px;
  position: relative;
}

.cerlist_item.inline .choice p {
  left: 30px;
  font-size: 1rem;
  color: #999;
  position: absolute;
  bottom: -25px;
  display: none;
}

.cerlist_item input[type='radio']+label .icon {
  margin-right: 8px;
}

.cerlist_item input[type='radio']:checked~P {
  display: block;
}

.certiflist .time {
  font-size: 0.875rem;
  color: #999;
  margin-top: 5px;
  margin-right: 10px;
}

.certiflist .time::before {
  content: "剩餘";
  margin-right: 5px;
}

.certiflist .sendCe {
  margin-top: 5px;
  display: inline-block;
  color: #fff;
  background-color: #007d7d;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 1rem;
}

.certiflist .sendCe.disable {
  background-color: #d9d9d9;
  color: #999;
}

.certiflist.w-70 .colorOrange {
  margin-bottom: 15px;
  position: relative;
  top: 5px;
}

.certiflist .sendCe span {
  color: #ecac10;
  margin-left: 5px;
}

.certiflist .sendCe span::after {
  content: "秒";
}

/* ipo_單元 */
.ipo .tablesy2 th {
  padding: 15px 8px;
}

.ipo .tablesy2 td a {
  font-weight: bold;
}

.ipo .tablesy2 td a.act {
  color: #007d7d;
}

.ipo .tablesy2 td a.view {
  color: #2b7b99;
}

/*ipo 步驟圖 */
.ipo_stepBx {
  display: inline-block;
}

/* 分戶帳樣式 */
.listsy2.spaceH li {
  margin-bottom: 20px;
}

.listsy1.center {
  justify-content: center;
  margin-bottom: 0;
}

.listsy1.center li {
  margin-right: 0;
  max-width: 550px;
}

.ledgerFrame {
  max-width: 600px;
  box-shadow: 0px 0px 10px #f3f3f3;
  padding: 20px;
}

.ledgerFrame .inputBx_item {
  padding-bottom: 20px;
}

.ledgerFrame input,
.ledgerFrame textarea,
.ledgerFrame select {
  font-size: 1.125rem;
  color: #000;
}

.ledgerFrame h4 {
  width: 250px;
  flex: 0 0 auto;
  color: #007d7d;
  font-weight: bold;
  padding-top: 10px;
}

.ledgerFrame .con {
  width: 100%;
}

.inputBx_item .con p:first-child {
  padding-top: 10px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000;
  text-align: right;
}

/*pad樣式*/
@media screen and (max-width: 900px) {

  /*登入頁樣式*/
  .login {
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
  }

  .login .inputBx {
    width: 500px;
  }

  .login .drawBx .imgbx {
    width: 150px;
    margin-left: auto;
    margin-bottom: 0;
    margin-top: 0px;
  }

  .loginmain {
    padding-bottom: 0;
  }

  .login .speciT {
    bottom: 50%;
    transform: translateY(50%);
    left: 10px;
  }

  .login .drawBx {
    position: relative;
    margin-top: -90px;
    z-index: 1;
    pointer-events: none;
  }

  /*列表樣式*/
  .listsy1 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .listsy1 {
    margin-bottom: 20px;
  }

  .listsy3 li {
    /* width:100%;
	*/
  }

  .listsy6_row2Bx .listsy3 {
    width: 100%;
  }

  .listsy6_row2Bx {
    flex-direction: column;
  }
}

/*憑證區塊*/
.certifiBx .inputBx {
  max-width: 400px;
  margin: 0 auto;
}

.certifiBx .item {
  margin-bottom: 20px;
  position: relative;
}

.certifiBx .item .imgbx {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background-color: #e3e9e9;
}

.certifiBx .item .imgbx img {
  width: 50%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.certifiBx input {
  padding-left: 55px;
  outline: none;
}

.certifiBx p {
  color: #333;
}

.certifiBx .alertText {
  margin-bottom: 10px;
}

.certify_stauts {
  width: 160px;
  margin: 0 auto;
}

.tabsy3 a {
  font-size: 1.125rem;
  padding: 10px 5px;
}

/* 英文字編碼對照表 */
.list_engCode {
  margin-top: 20px;
  display: flex;
  flex-wrap:wrap;
  align-items:stretch;
  align-content:flex-start;
  border-left: 1px solid #e8f5f5;
  border-top: 1px solid #e8f5f5;
}
.list_engCode li{
  width: 7.69%;
  text-align: center;
  font-size: 1rem;
  border-right: 1px solid #e8f5f5;
  border-bottom: 1px solid #e8f5f5;
}
.list_engCode li .title{
  background-color: #29b1b1;
  color: #fff;
  padding: 10px 5px;
}
.list_engCode li .code{
  padding: 10px 5px;
}
@media screen and (max-width: 767px) {
  .list_engCode li{
    width: 50%;
    text-align: center;
    font-size: 1rem;
    display: flex;
  }
  .list_engCode li .title, .list_engCode li .code{
    flex: 1;
  }
}
/*mobile樣式*/
@media screen and (max-width: 767px) {

  /*系統優化維護中*/
  .repairBx {
    padding-top: 40px;
  }

  .repairBx h4 {
    margin-bottom: 20px;
    font-size: 2rem;
  }

  /*登入頁樣式*/
  .login {
    flex-wrap: wrap;
    max-width: calc(100% + 21px);
    margin-left: -10px;
    margin-right: -10px;
  }

  .login .inputBx {
    width: 100%;
    box-shadow: none;
    border: none;
  }

  .login .drawBx .imgbx {
    width: 140px;
  }

  .login .speciT span {
    display: block;
    margin-top: 10px;
    margin-left: 15px;
    font-size: 1rem;
  }

  .login .speciT a {
    font-size: 1.4rem;
  }

  .login .fcbx {
    flex-direction: column;
  }

  .login .fcbx .fc01 {
    margin-bottom: 10px;
  }

  .login .inputBx .con {
    padding: 20px 10px;
  }

  .login .inputBx h2 {
    padding: 20px 0;
    font-size: 1.8rem;
  }

  .loginmain {
    padding-top: 0;
  }

  .verifyTurn {
    width: 35px;
    height: 35px;
  }

  .login .inputBx h3 {
    padding: 10px 0;
    font-size: 1.5rem;
  }

  .login_ft {
    flex-direction: column;
  }

  .login_ft ul,
  .login_ft .inline {
    width: 100%;
  }

  .login_ft ul {
    margin-bottom: 20px;
  }

  .login_ft ul span {
    display: block;
    margin-left: 0;
    padding-left: 15px;
  }

  .login_ft .imgbx {
    width: 50px;
  }

  .login_ft ul a {
    font-size: 1.125rem;
  }

  /*麵包屑*/
  .breadcrumb {
    display: none;
  }

  /*特殊樣式*/
  .popup_con .alertText {
    font-size: 1rem;
  }

  .inputBx_item .warn {
    height: auto;
    margin-bottom: -10px;
  }

  /*股票搜尋區塊*/
  .searchdropdown {
    max-height: 400px;
    overflow-y: auto;
  }

  .searchdropdown li a {
    font-size: 0.95rem;
    padding: 5px 10px;
  }

  /*tab樣式*/
  .tabsy1 {
    margin-bottom: 15px;
  }

  .tabsy1 li {
    padding: 10px 0;
  }

  .tabsy1 li a {
    font-size: 1.125rem;
  }

  .tabsy2 li {
    width: 100%;
    font-size: 1rem;
  }

  .tabsy2 {
    width: 100%;
  }

  .tabsy3 {
    padding: 0;
    background-color: transparent;
    margin-bottom: 5px;
  }

  .tabsy3 a {
    font-size: 1rem;
    padding: 5px 10px;
  }

  .tabsy4 {
    margin-bottom: 15px;
  }

  .tabsy4 li {
    font-size: 1rem;
    padding: 10px 2px;
  }

  .popupbox .tabsy3 li {
    width: 30%;
  }

  /*列表樣式*/
  .incon {
    padding: 0;
  }

  .listsy1 {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .listsy1 h4 {
    display: none;
    font-size: 1rem;
  }

  .listsy1 .check h4 {
    display: block;
  }

  .listsy1 li {
    margin-bottom: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .listsy1 .min-t {
    position: relative;
    left: auto;
    transform: translateY(0px);
    padding-top: 5px;
  }

  .listsy2 h4 {
    width: 140px;
    font-size: 1rem;
  }

  .listsy2 {
    margin-bottom: 10px;
  }

  .listsy2 p {
    font-size: 1rem;
  }

  .listsy3 li:nth-child(4n),
  .listsy3 li:nth-child(4n-1) {
    background-color: transparent;
  }

  .listsy3 li:nth-child(2n) {
    background-color: #f4f6f9;
  }

  .listsy3 li {
    align-items: stretch;
    width: 100%;
  }

  .listsy3 li h4 {
    width: 50%;
    height: auto;
  }

  .listsy3 li h4,
  .listsy3 li p {
    font-size: 0.875rem;
    padding: 10px;
  }

  .listsy3.directions li h4{
    width: 40%;
  }

  .listsy4 {
    flex-direction: column;
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .listsy4 li+li::before {
    display: none;
  }

  .listsy5_row {
    margin-bottom: 20px;
  }

  .listsy5_row li {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 20px;
  }

  .listsy5_row li .checkInput p {
    font-size: 1rem;
  }

  .listsy5_row li:nth-child(3n) {
    margin-right: 10%;
  }

  .listsy5_row li:nth-child(2n) {
    margin-right: 0;
  }

  .listsy6_row2Bx {
    flex-direction: column;
  }

  .listsy6_row2Bx .listsy3 {
    width: 100%;
    border-right: 2px solid #e4ebf3;
    border-bottom: 2px solid #e4ebf3;
    margin-bottom: 15px;
  }

  .listsy6_row2Bx .listsy3:nth-child(even) {
    background-color: #f4f6f9;
  }

  .listsy6_row2Bx .listsy3 li {
    border: none;
  }

  .listsy3.selfbx li:nth-child(4n),
  .listsy3.selfbx li:nth-child(4n-1) {
    background-color: initial;
  }

  .listsy6_row2Bx .listsy3 li P {
    text-align: right;
  }

  .listsy6_row2Bx .listsy3 li h4 {
    color: #333;
    background-color: transparent;
  }

  .listsy6_row2Bx .listsy3 li h4,
  .listsy6_row2Bx .listsy3 li p {
    padding: 10px 15px;
  }

  .listsy6_row2Bx .listsy3 li:nth-child(2n) {
    background-color: transparent;
  }

  .summaryTabx {
    position: relative;
  }

  .summaryTabx .tit {
    background-color: #e8eff4;
    padding: 8px;
    color: #25578f;
    display: flex;
    justify-content: space-between;
  }

  .summaryTabx .tit+.tablesy5Bx {
    /* padding:0 15px;
	*/
    margin-top: 15px;
  }

  .summaryTabx .tit+.listsy6_row2Bx {
    /* padding:0 15px;
	*/
    margin-top: 15px;
  }

  .summaryTabx .open+.listsy6_row2Bx {
    /* padding:0 15px;
	*/
    margin-top: 15px;
  }

  .summaryTabx_sy2 .tit h4,
  .summaryTabx .tit h4,
  .titsy1 h4 {
    font-size: 1.125rem;
  }

  .summaryTabx_sy2 .tit span {
    width: 15px;
    height: 15px;
    border-top: 3px solid #25578f;
    border-right: 3px solid #25578f;
    transform: rotate(135deg);
    display: block;
    position: relative;
    right: 10px;
    top: 10px;
    transition: 0.2s all ease-in-out;
    position: absolute;
  }

  .summaryTabx_sy2 .tit h4 a {
    margin-left: 5px;
  }

  .summaryTabx_sy2 .tit.open span {
    transform: rotate(-45deg);
    top: 15px;
  }

  .summaryTabx_sy2 .listsy3 {
    display: none;
  }

  .summaryTabx_sy2.open .listsy3 {
    display: block;
  }

  .summaryTabx_sy2.open .tit span {
    transform: rotate(-45deg);
    top: 15px;
  }

  .summaryTabx_sy2.open .tit.open span {
    transform: rotate(135deg);
    right: 10px;
    top: 10px;
  }

  /*表單區塊*/
  .frame {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
  }

  /*特殊區塊樣式*/
  .FieldTextBx {
    display: block;
    margin-bottom: 5px;
  }

  .FieldText_item {
    justify-content: flex-end;
  }

  .FieldText {
    font-size: 1rem;
    padding-left: 20px;
    background-size: 18px auto;
    background-position: left top 4px;
  }
  .FieldText.state_search{
    background-size: 18px auto;
    background-position: left top 4px;
  }
  .FieldText_bt a{
    margin: 0 10px 0 0;
  }
  .infoSk+.tabsy3 {
    justify-content: flex-start;
  }

  .popupbox .infoSk+.tabsy3 li {
    margin-left: 0;
    margin-right: 10px;
  }

  /*下單區塊inputbx*/
  .searchInput {
    width: 100%;
  }

  .inputBx_item .con {
    display: flex;
    width: 100%;
    position: relative;
  }

  .stockInfo_btn {
    width: 45px;
    flex: 0 0 auto;
    background-color: #8dadc6;
    border: none;
    top: 0px;
  }

  .stockInfo_btn:hover {
    background-color: #8dadc6;
  }

  .stockInfo_btn_disable {
    background-color: #d4d4d4;
  }

  .stockInfo_btn img {
    width: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .inputBx_item h4 {
    padding-top: 0;
    margin-bottom: 5px;
  }

  .inputBx_item .admi_unit {
    position: absolute;
    right: 0;
    top: -25px;
  }

  .orderFrame .inputBx_item {
    border-bottom: none;
    padding-bottom: 0;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .price_item .con {
    flex-direction: column;
  }

  .price_item .admi_unit {
    display: none;
  }

  .price_item .addminusBx {
    margin-bottom: 5px;
  }

  .price_item .info {
    position: relative;
  }

  .renew,
  .searchPrice {
    position: absolute;
    right: 0;
    top: 5px;
    margin-right: 0;
  }

  .renew {
    right: 90px;
  }

  .inputBx_item .con .tT {
    padding-top: 10px;
    margin-bottom: 12px;
  }

  .accountFrame .inputBx_item .con {
    width: 100%;
    flex-direction: column;
  }

  .accountFrame .inputBx_item .con input,
  .accountFrame .inputBx_item .con div,
  .accountFrame .inputBx_item .con select {
    width: 100%;
  }

  .accountFrame {
    box-shadow: none;
    border: none;
  }

  .accountFrame .inputBx_item {
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .accountFrame .inputBx_item .con.tabsy2 {
    flex-direction: row;
  }

  .accountFrame .inputBx_item+.tablesy2Bx {
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
  }

  /*加減區塊*/
  .addminusBx {
    width: 100%;
  }
  .group_addminusBx .addminusBx{
    width: 200px;
  }

  /*編輯單區塊*/
  .stock_edit h4,
  .stock_edit h4,
  .stock_edit h4~span {
    font-size: 1.125rem;
  }

  .stock_edit .inputBx_item .con .tT {
    font-size: 1rem;
  }

  /*查詢區間樣式*/
  .timeSearch {
    flex-direction: column;
    width: 100%;
  }

  .timeSearch .input:first-child {
    margin-bottom: 10px;
  }

  /*table*/
  .tablesy1.ledger th {
    min-width: 100px;
  }

  .tablesy2 td {
    padding: 10px 5px;
  }

  .tablesy2 th {
    padding: 5px 5px 20px 5px;
  }

  .tablesy2 td,
  .tablesy2 th {
    font-size: 0.875rem;
  }

  .tablesy2 th.xl-w,
  .tablesy2.nofilter th.xl-w {
    min-width: 160px;
  }

  .tablesy2.totalTB tr:last-of-type td {
    border-top: 2px solid #29b1b1;
  }

  .tablesy3,
  .tablesy4 {
    font-size: 0.9rem;
  }

  /*list*/
  .ollistsy1 {
    font-size: 0.9rem;
  }

  /*特殊樣式*/
  .p_sy2 {
    font-size: 0.9rem;
  }

  /*系統公告樣式*/
  .system_bulltinBx .firstline {
    font-weight: bold;
    font-size: 1.125rem;
    color: #000;
    margin-bottom: 5px;
  }

  .system_bulltinBx .title,
  .system_bulltinBx p {
    font-size: 1rem;
  }

  .system_bulltinBx>ol li {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .system_bulltinBx ol ol {
    padding-top: 0;
  }

  /*table*/
  .tablesy1.lesstable th:first-child,
  .tablesy1.lesstable td:first-child,
  .tablesy1.lesstable th:nth-child(3),
  .tablesy1.lesstable td:nth-child(3) {
    width: auto;
  }

  .tablesy2 tfoot td,
  .tablesy2 tfoot td:first-child {
    border-top: 2px solid #29b1b1;
  }

  .tablesy2 th {
    width: 60px;
    min-width: 60px;
  }

  .tablesy2.nofilter th {
    padding: 10px 5px;
    /* min-width:60px;
	*/
  }

  .tablesy2 th.name,
  .tablesy2 th.name.rowless {
    min-width: 80px;
  }

  .tablesy5Bx {
    overflow-x: hidden;
    position: relative;
  }

  .tablesy1.lesstable th {
    white-space: nowrap;
  }

  .tablesy1.lesstable th,
  .tablesy1.lesstable td {
    padding: 10px;
  }

  .summaryTabx .left {
    position: absolute;
    left: 120px;
    top: 73px;
    z-index: 2;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(225deg);
  }

  .summaryTabx .right {
    position: absolute;
    right: 20px;
    top: 73px;
    z-index: 2;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
  }

  .summaryTabx .leftmerge {
    position: absolute;
    left: 75px;
    top: 78px;
    z-index: 2;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(225deg);
  }

  .summaryTabx .rightmerge {
    position: absolute;
    right: 112px;
    top: 78px;
    z-index: 2;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
  }

  .tablesy5 th {
    width: calc(100vw - 120px);
  }

  .tbsy5merge th {
    width: calc(100vw - 178px);
  }

  .tablesy5 th,
  .tablesy5 td {
    font-size: 0.9rem;
    padding: 10px;
  }

  .bg_wmerge_R {
    position: absolute;
    right: 0;
    width: 100px;
    top: 58px;
    background-color: #fff;
    height: 43px;
    z-index: 2;
  }

  .bg_wmerge_L {
    position: absolute;
    left: 0;
    width: 63px;
    top: 58px;
    background-color: #fff;
    height: 43px;
    z-index: 2;
  }

  .tablesy5 th:first-of-type,
  .tablesy5 td:first-of-type {
    width: 100px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }

  .tbsy5merge th:first-of-type,
  .tbsy5merge td:first-of-type {
    width: 60px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }

  .tbsy5merge th:last-of-type,
  .tbsy5merge td:last-of-type {
    width: 100px;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
  }

  .tbsy5merge td:last-of-type {
    background-color: #fff;
    border-left: 2px solid #e4ebf3;
  }

  .tbsy5merge tfoot td:last-of-type {
    background-color: #f0f1f2;
  }

  .tbsy5merge tbody td:nth-child(4),
  .tbsy5merge tbody td:nth-child(5) {
    background-color: #fff;
  }

  .tbsy5merge tbody td:nth-child(5) {
    border-right: none;
  }

  .tbsy5merge .tag th[colspan='2'] {
    font-size: 0.9rem;
    padding: 10px;
  }

  /*損益功能說明樣式*/
  .prolossBx .inline {
    flex-direction: column;
    padding-top: 10px;
  }

  .prolossBx .box {
    font-size: 1rem;
  }

  .prolossBx .boxBx {
    display: flex;
    margin-left: 0;
    margin-top: 40px;
  }

  .prolossBx .boxBx .box:nth-child(2) {
    margin-left: 15px;
  }

  .prolossBx .box {
    width: 100%;
    min-width: auto;
    min-height: 60px;
    white-space: initial;
  }

  .prolossBx .boxBx .box::before {
    left: 50%;
    transform: translate(-49%, -120%) rotate(90deg);
    top: 0%;
  }

  .prolossBx .textBx .box {
    text-align: center;
  }

  .prolossBx .boxBx .box:nth-child(2) {
    margin-top: 0;
  }

  .prolossBx .textBx span .minw {
    display: block;
  }

  .prolossBx .textBx .box>span {
    top: 0;
    left: 0;
  }

  .prolossBx.inline {
    flex-direction: column;
  }

  .prolossBx .imgArea {
    width: 100%;
  }

  .prolossBx .imgArea p {
    font-size: 1.125rem;
    color: #333;
    margin-bottom: 10px;
  }

  .prolossBx .imgArea:first-of-type {
    margin-right: 0%;
    margin-bottom: 5%;
  }

  .prolossBx li .con {
    font-size: 1rem;
  }

  .prolossBx li {
    font-size: 1.125rem;
  }

  .prolossBx li p {
    font-size: 1rem;
  }

  /*新增popup驗證碼樣式*/
  .certiflist {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .certiflist h4 {
    width: 100%;
    margin-bottom: 15px;
  }

  .cerlist_item.inline .choice p {
    font-size: 0.9rem;
  }

  .certiflist p.note {
    font-size: 0.875rem;
  }

  .certiflist.w-70 {
    width: 100%;
  }

  .certiflist.w-70 .colorOrange {
    padding-left: 18px;
    margin-bottom: 0px;
    top: 0;
  }

  /* tablesy1 */
  .tablesy1.average {
    table-layout: auto;
  }

  /* 分戶帳樣式 */
  .ledgerFrame {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    margin-top: 10px;
  }

  .ledgerFrame .inputBx_item {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .inputBx_item .con p:first-child {
    padding-top: 0;
  }
}

/*---forie 微調樣式--*/
@media screen and (min-width: 0\0) {
  .login .inputBx {
    filter: progid:DXImageTransform.Microsoft.DropShadow(Color='#999');
  }

  .FieldText {
    background: url(../images/FieldText_ic.png) no-repeat left top 1px / contain;
  }

  .renew {
    background: #faebe7 url(../images/renew.png) no-repeat right 5px center / contain;
    background-size: 18px auto;
  }

  .calculator {
    background: url(../images/calculator.png) no-repeat left top 1px / contain;
  }

  .FieldText_download {
    background-image: url(../images/FieldText_ic02.png);
    color: #2b7b99;
  }
}