@charset "UTF-8";
body {
  font-family: "Microsoft JhengHei", "Noto Serif TC", serif, "Arial", sans-serif;
  font-size: 16px;
  color: var(--body-color);
  line-height: 1.5;
  background-color: var(--body-backgroundColor);
  /* padding-bottom: 110px; */
}

a {
  text-decoration: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.a-linetxt {
  border-bottom: 1px solid var(--aLinetxt-borderBottom) !important;
  color: var(--aLinetxt-color);
}
.container {
  max-width: 1640px;
  padding: 0 24px;
}

.height-auto {
  height: auto !important;
}

.text-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 設定顯示 3 行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* max-height: 62px; */
}
.text-link {
  color: var(--textLink-color);
  text-decoration: underline;
}
.text-red {
  color: var(--textRed-color);
}
.text-primary {
  color: var(--textPrimary-color) !important;
}
.text-gray {
  color: var(--textGray-color);
}

.border-primary{
  border-top: 1px solid var(--borderPrimary-borderTop) !important;
}

.img-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img-item-center img {
  margin-right: 4px;
}

.imgModal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
.imgModal img {
  max-width: 100%;
}

.btn {
  height: 40px;
}

.btn-outline-dark{
  border: 1px solid var(--btnOutlineDark-border) !important;
  color: var(--btnOutlineDark-color) !important;
  background-color: var(--btnOutlineDark-backgroundColor) !important;
}

.btn-outline-dark:hover{
  border: 1px solid var(--btnOutlineDark-Hover-border) !important;
  color: var(--btnOutlineDark-Hover-color) !important;
  background-color: var(--btnOutlineDark-Hover-backgroundColor) !important;
}


.btn-primary {
  background-color: var(--btnPrimary-backgroundColor) !important;
  border: var(--btnPrimary-border);
  color: var(--btnPrimary-color) !important;
}

.btn-outline-primary {
  border: 1px solid var(--btnOutlinePrimary-border) !important;
  color: var(--btnOutlinePrimary-color) !important;
  background-color: var(--btnOutlinePrimary-backgroundColor) !important;
}

.btn-warning {
  background-color: var(--btnWarning-backgroundColor) !important;
  border: var(--btnWarning-border);
  color: var(--btnWarning-color) !important;
}

.btn-outline-warning {
  border: 1px solid var(--btnOutlineWarning-border) !important;
  color: var(--btnOutlineWarning-color) !important;
  background-color: var(--btnOutlineWarning-backgroundColor) !important;
}

.btn-info {
  background-color: var(--btnInfo-backgroundColor) !important;
  border: var(--btnInfo-border);
  color: var(--btnInfo-color) !important;
}

.btn-outline-info {
  border: 1px solid var(--btnOutlineInfo-border) !important;
  color: var(--btnOutlineInfo-color) !important;
  background-color: var(--btnOutlineInfo-backgroundColor) !important;
}

.btn-danger {
  background-color: var(--btnDanger-backgroundColor) !important;
  border: var(--btnDanger-border);
  color: var(--btnDanger-color) !important;
}

.btn-store-1{
  border: 1px solid var(--btnStore1-border) !important;
  color: var(--btnStore1-color) !important;
  background-color: var(--btnStore1-backgroundColor) !important;
  font-size: 14px!important;
  letter-spacing: -1px;
}

.btn-store-2{
  background-color: var(--btnStore2-backgroundColor) !important;
  border: var(--btnStore2-border);
  color: var(--btnStore2-color) !important;
  font-size: 14px!important;
  letter-spacing: -1px;
}

.btn-store-3{
  background-color: var(--btnStore3-backgroundColor) !important;
  border: var(--btnStore3-border);
  color: var(--btnStore3-color) !important;
  font-size: 14px!important;
  letter-spacing: -1px;
}

.btn-store-4{
  border: 1px solid var(--btnStore4-border) !important;
  color: var(--btnStore4-color) !important;
  background-color: var(--btnStore4-backgroundColor) !important;
  font-size: 16px!important;
  letter-spacing: 4px;
}

.btn-store-5{
  border: 1px solid var(--btnStore5-border) !important;
  color: var(--btnStore5-color) !important;
  background-color: var(--btnStore5-backgroundColor) !important;

}
.btn-store-6{
  background-color: var(--btnStore6-backgroundColor) !important;
  border: var(--btnStore6-border);
  color: var(--btnStore6-color) !important;
  font-size: 14px!important;
}

.btn-store-7{
  background-color: var(--btnStore7-backgroundColor) !important;
  border: var(--btnStore7-border);
  color: var(--btnStore7-color) !important;
  font-size: 14px!important;
}

.btn-sa-1{
  border: 1px solid var(--btnSa1-border) !important;
  color: var(--btnSa1-color) !important;
  background-color: var(--btnSa1-backgroundColor) !important;  
}



.form-group {
  margin-bottom: 1.5rem;
}
.form-label {
  font-size: 1.125rem;
  color: var(--formLabel-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-label img {
  margin-right: 4px;
}
.form-label.require::after {
  content: "*";
  color: var(--formLabelRequire--After-color);
}
.form-control {
  border: 1px solid var(--formControl-border) !important;
  border-radius: 4px;
  padding: 0.32rem 0.75rem;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-check {
  color: var(--formCheck-color);
}

.form-check-input[type=checkbox] {
  border-radius: 0;
  border: 1px solid var(--formCheckInputTypeCheckbox-border) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-check-input:checked {
  background-color: var(--formCheckInput-Checked-backgroundColor);
}

.invalid-feedback-txt {
  color: var(--invalidFeedbackTxt-color);
  font-size: 14px;
}

.form-control::-webkit-input-placeholder {
  color: var(--formControl--WebkitInputPlaceholder-color);
  font-size: 14px;
}

.form-control::-moz-placeholder {
  color: var(--formControl--MozPlaceholder-color);
  font-size: 14px;
}

.form-control:-ms-input-placeholder {
  color: var(--formControl-MsInputPlaceholder-color);
  font-size: 14px;
}

.form-control::-ms-input-placeholder {
  color: var(--formControl--MsInputPlaceholder-color);
  font-size: 14px;
}

.form-control::placeholder {
  color: var(--formControl--Placeholder-color);
  font-size: 14px;
}

.form-search {
  position: relative;
}
.form-search .form-control {
  padding-right: 30px;
}
.form-search .ic-search {
  /* position: absolute; */
  right: 8px;
  top: 8px;
}

.customer-select select {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-position: 100.5%;
  background-size: auto 101%;
  background-repeat: no-repeat;
  background-image: url(../img/select-arrow.svg);
}

.customer-select-line {
  margin-bottom: 25px;
}
.customer-select-line select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 146px;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-position: 100.5%;
  background-size: auto 101%;
  background-repeat: no-repeat;
  background-image: url(../img/quarypage/select-arrow-white.svg);
}

input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.custom-file-upload {
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background-color: var(--CustomFileUpload-backgroundColor);
  border-radius: 4px;
}

.form-operate .label-name {
  margin-bottom: 7px;
  display: block;
}
.form-operate .form-group {
  position: relative;
  width: 146px;
  margin: 0 auto;
}
.form-operate .form-group.disabled .input-text {
  color: var(--formOperateFormGroupDisabledInputText-color);
}
.form-operate .form-group .minus {
  left: 16px;
  cursor: pointer;
}
.form-operate .form-group .plus {
  right: 13px;
  cursor: pointer;
}
.form-operate .form-control {
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  padding: 2.5px 1px;
  text-align: center;
}
.form-operate .form-control.text-red {
  color: var(--formOperateFormControlTextRed-color);
}
.form-operate .form-control:disabled {
  border: 1px solid var(--formOperateFormControl-Disabled-border) !important;
  background-color: var(--formOperateFormControl-Disabled-backgroundColor);
  color: var(--formOperateFormControl-Disabled-color);
}
.form-operate .input-text {
  position: absolute;
  z-index: 3;
  font-size: 22px;
  font-weight: bolder;
  top: 2px;
}

.date-box {
  position: relative;
  padding: 0!important;
}
.date-box .input-group-append {
  position: absolute;
  right: 7px;
  top: 4px;
}
.date-box .form-control {
  padding-right: 30px;
}

body.no-scroll {
  overflow: hidden;
}

.header-box {
  position: relative;
}
.header-box .container {
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-box.header-bgc {
  background-color: var(--headerBoxHeaderBgc-backgroundColor);
  margin-bottom: 32px;
  /* position: sticky; */
  top: 0;
  z-index: 200;
}
.header-box.header-bgc .container {
  padding: 28px 24px 14px;
}
.header-box.header-bgc .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
  font-size: 20px;
  color: var(--headerBoxHeaderBgcTitle-color);
  text-align: center;
}

.side-menu {
  width: 261px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0px;
  background-color: var(--sideMenu-backgroundColor);
  color: var(--sideMenu-color);
  overflow-y: auto;
  z-index: 1000;
  padding: 34px 15px 21px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.side-menu.open {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.side-menu .nav-logo {
  text-align: center;
}
.side-menu .nav-logo img {
  width: 70px;
  margin: 0 auto 34px;
}
.side-menu ul {
  /* height: calc(100vh - 222px); */
  overflow-y: auto;
  border-top: 1px solid var(--sideMenuUl-borderTop);
}
.side-menu ul li {
  padding: 12px 13px;
  border-bottom: 1px solid var(--sideMenuUlLi-borderBottom);
}
.side-menu ul li:hover {
  background-color: var(--sideMenuUlLi-Hover-backgroundColor);
}
.side-menu ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--sideMenuUlA-color);
}
.side-menu ul a img {
  margin-right: 4px;
}
.side-menu .logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 22px;
  bottom: 21px;
  color: var(--sideMenuLogout-color);
  border: 1px solid var(--sideMenuLogout-border);
  border-radius: 8px;
  padding: 5px 18px;
  width: 100px;
}
.side-menu .logout img {
  margin-right: 4px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--overlay-backgroundColor);
  display: none;
  z-index: 999;
}

.footer-box {
  /* position: fixed; */
  bottom: 0;
  width: 100%;
  background-color: var(--footerBox-backgroundColor);
  color: var(--footerBox-color);
  padding: 25px 0;
  font-size: 12px;
  z-index: 30;
}
.footer-box a {
  -webkit-text-decoration: under;
          text-decoration: under;
  color: var(--footerBoxA-color);
}

.login-content {
  padding-top: 73px;
}
.login-content .logo {
  font-size: 22px;
  color: var(--loginContentLogo-color);
}
.login-content .logo p {
  margin-top: 25px;
  margin-bottom: 47px;
}
.login-content .btn-box {
  margin: 40px 0;
}

.dashboard-box .content-logo {
  font-size: 22px;
  color: var(--dashboardBoxContentLogo-color);
}
.dashboard-box .content-logo img {
  width: 30px;
  margin-right: 10px;
}
.dashboard-box .performance-data-box {
  margin: 7px 0 32px;
  border-radius: 8px;
  background-color: var(--dashboardBoxPerformanceDataBox-backgroundColor);
  padding: 24px 10px 5px;
}
.dashboard-box .performance-data-box .data-list {
  border-top: 2px solid var(--dashboardBoxPerformanceDataBoxDataList-borderTop);
  margin-top: 24px;
}
.dashboard-box .performance-data-box .data-list li {
  border-top: 1px solid var(--dashboardBoxPerformanceDataBoxDataListLi-borderTop);
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dashboard-box .performance-data-box .data-list .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-box .performance-data-box .data-list .title img {
  margin-right: 4px;
}
.dashboard-box .performance-data-box .data-list .price {
  color: var(--dashboardBoxPerformanceDataBoxDataListPrice-color);
}

.dashboard-link-bar {
  margin-top: -14px;
  margin-bottom: 36px;
}
.dashboard-link-bar img {
  width: 38px;
  margin-left: 5px;
}
.dashboard-link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: var(--dashboardLinkItem-color);
  font-size: 14px;
}
.dashboard-link-item p {
  margin-top: 8px;
}
.dashboard-link-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.dashboard-link-body .dashboard-link-item + .dashboard-link-item {
  margin-left: 30px;
}
.dashboard-link-body.two-link-item .dashboard-link-item + .dashboard-link-item {
  margin-left: 80px;
}

.e-dm {
  /* margin-top: 90px; */
}

.ic-back {
  display: inline-block;
  margin-right: 7px;
}
.ic-back img {
  width: 10px;
}

.charat-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.charat-box #myChart {
  width: 200px;
  height: 200px;
}
.charat-box .title {
  width: 150px;
  height: 150px;
  position: absolute;
  background-color: var(--charatBoxTitle-backgroundColor);
  border-radius: 50%;
  top: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  color: var(--charatBoxTitle-color);
}
.charat-box .title .percentage {
  font-size: 22px;
  color: var(--charatBoxTitlePercentage-color);
  margin-bottom: 0;
}

.query-page-box .container,
.query-page-box .form-box {
  height: 100%;
}
.query-page-box .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ic-heart,
.ic-bell {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.ic-heart {
  background-image: url(../img/quarypage/ic-heart.svg);
}
.ic-heart.active {
  background-image: url(../img/quarypage/ic-heart-active.svg);
}

.ic-bell {
  background-image: url(../img/quarypage/ic-bell.svg);
}
.ic-bell.active {
  background-image: url(../img/quarypage/ic-bell-active.svg);
}

.btn-day a {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.toggle-box {
  padding: 11px;
}
.toggle-box .ic-toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  right: 4px;
  top: 4px;
}
.toggle-box .rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.toggle-box .has-ic {
  position: relative;
  padding-left: 24px;
}
.toggle-box .has-ic .ic {
  position: absolute;
  left: 0;
  top: -1px;
}
.toggle-head li {
  margin-bottom: 7px;
}
.toggle-head .info-box {
  margin: 0;
}
.toggle-head .info-box li {
  margin-bottom: 0;
  padding: 8.5px 0;
}
.toggle-head .order-no {
  font-size: 16px;
  margin-bottom: 4px;
}
.toggle-body .user-info {
  margin-bottom: 8.5px;
}
.toggle-body .user-info li {
  margin-bottom: 12px;
}
.toggle-body .user-info li:last-child {
  margin-bottom: 0;
}
.toggle-body .icon-box a {
  display: inline-block;
  margin-left: 8px;
}

.form-search {
  margin-bottom: 12px;
}

.query-detail-head {
  font-size: 18px;
  margin-bottom: 12px;
}
.query-detail-head li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.query-detail-head li img {
  margin-right: 4px;
}
.query-detail-head li + li {
  margin-top: 7px;
}
.query-detail-head b {
  margin-right: 13px;
}

.query-detail-body .info-box li:first-child {
  border-top: none;
}

.ms-s{
  margin-left: 30px;
}

.me-d{
  margin-right: 12px;

}

.border-bold-top {
  border-top: 2px solid var(--borderBoldTop-borderTop);
}

.border-none-top {
  border-top: 0 !important;
}

.block-box-line{
  border-bottom: 2px solid var(--blockBoxLine-borderBottom);
}

.block-box-line:nth-child(2n+1) {
  border-top: 1px solid var(--blockBoxLine-NthChild2n1-borderTop);
}

.block-box-line:nth-last-child(0n+1) {
  border-bottom: 3px solid var(--blockBoxLine-NthLastChild0n1-borderBottom);
}

.block-box {
  border-radius: 8px;
  background-color: var(--blockBox-backgroundColor);
  position: relative;
  margin-bottom: 16px;
  padding: 16px 8px 24px 8px;
  position: relative;
}

.block-box:nth-child(2n+2) {
  background-color: var(--blockBox-NthChild2n2-backgroundColor);
  /* border-bottom: 2px solid #707070; */
}

.block-box .ic-del {
  position: absolute;
  right: 8px;
  top: 8px;
}

.info-box li {
  border-top: 1px solid var(--infoBoxLi-borderTop);
  padding: 8.5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* .info-box-line:nth-child(n){
  border-top: 1px solid #9c8880;
} */
/* 
.info-box-line:nth-last-child(0n+1) {
  border-bottom: 3px solid #77000000;
} */

.info-box li .title {
  white-space: nowrap;
  padding-right: 10px;
  min-width: 80px;
}

.info-title {
  font-size: 20px;
  max-height: 73px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-box .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
}
.btn-box .btn i {
  margin-right: 4px;
}
.btn-box .btn + .btn {
  margin-left: 10px;
}

.form-flex .form-control {
  width: 77px;
  height: 29px;
}

.product-info {
  width: 100%;
}
.product-info .view-photo {
  border: 1px solid var(--productInfoViewPhoto-border);
  color: var(--productInfoViewPhoto-color);
  border-radius: 8px;
  padding: 7px;
  width: 146px;
  margin: 32px auto 34px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.symbol-box {
  font-size: 18px;
}
.symbol-box .text-symbol {
  margin: 0 8px;
  font-weight: bolder;
  font-size: 18px;
}

.im360-box .info-title {
  font-size: 18px;
}
.im360-box .product-total {
  margin-top: 36px;
  padding: 16px 0 12px;
  background-color: var(--im360BoxProductTotal-backgroundColor);
}
.im360-box .product-total-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
.im360-box .product-total-head img {
  margin-right: 4px;
}
.im360-box .product-total-body {
  margin-top: 10px;
  margin-bottom: 49px;
}
.im360-box .product-total-body li {
  padding: 7.5px;
}
.im360-box .product-total-body li + li {
  border-top: 1px solid var(--im360BoxProductTotalBodyLiLi-borderTop);
}

.im360-cart-body {
  padding-bottom: 0;
}

.im360-cart-box .block-box {
  padding: 8.5px 12px;
}

.ar400-box .all-box {
  margin-bottom: 12px;
}
.ar400-box .all-box .btn {
  height: 35px;
  font-weight: bold;
}
.ar400-box .all-box .form-check-input[type=checkbox] {
  margin-right: 5px;
  margin-top: 0px;
  border: 1px solid var(--ar400BoxAllBoxFormCheckInputTypeCheckbox-border) !important;
  background-color: var(--ar400BoxAllBoxFormCheckInputTypeCheckbox-backgroundColor);
}
.ar400-box .customer-select-line {
  margin-bottom: 0;
  width: 146px;
}
.ar400-box .input-box {
  padding-top: 0;
  padding-bottom: 0;
}
.ar400-box .input-box .form-control {
  width: 100px;
  border: 0 !important;
  text-align: right;
  padding: 0;
}
.ar400-box .input-box input::-webkit-input-placeholder {
  color: var(--ar400BoxInputBoxInput--WebkitInputPlaceholder-color);
  font-size: 16px;
}
.ar400-box .input-box input::-moz-placeholder {
  color: var(--ar400BoxInputBoxInput--MozPlaceholder-color);
  font-size: 16px;
}
.ar400-box .input-box input:-ms-input-placeholder {
  color: var(--ar400BoxInputBoxInput-MsInputPlaceholder-color);
  font-size: 16px;
}
.ar400-box .input-box input::-ms-input-placeholder {
  color: var(--ar400BoxInputBoxInput--MsInputPlaceholder-color);
  font-size: 16px;
}
.ar400-box .input-box input::placeholder {
  color: var(--ar400BoxInputBoxInput--Placeholder-color);
  font-size: 16px;
}

.im140-box .query-detail-body {
  border-radius: 8px;
  overflow: hidden;
}
.im140-box .block-box {
  padding: 0 12px;
  border-radius: 0;
  margin-bottom: 0;
}
.im140-box .block-box:nth-child(2n+1) {
  color: var(--im140BoxBlockBox-NthChild2n1-color);
}
.im140-box .block-box.total-box {
  background-color: var(--im140BoxBlockBoxTotalBox-backgroundColor);
  color: var(--im140BoxBlockBoxTotalBox-color);
}

.im120-box .block-box:nth-child(2n+2) {
  background-color: var(--im120BoxBlockBox-NthChild2n2-backgroundColor);
}
.im120-box .product-info .view-photo {
  margin: 23.5px auto 24px;
}
.im120-box .product-info .form-operate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 7px;
}
.im120-box .product-info .form-operate img {
  margin-right: 4px;
}
.im120-box .product-info .form-operate .ic-bell {
  margin-left: 16px;
}
.im120-box .no {
  margin-right: 23px;
}

.m1c1-box .block-head p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.m1c1-box .block-head p img {
  margin-right: 4px;
}
.m1c1-box .block-box .info-box:last-child li:last-child {
  padding-bottom: 0;
}

.im3a6-box .ic-toggle {
  top: 4px;
  right: 4px;
}
.im3a6-box .query-detail-head {
  margin-left: 5px;
}
.im3a6-box .query-detail-head span {
  margin-right: 6px;
}
.im3a6-box .query-detail-item {
  margin-bottom: 24px;
}
.im3a6-box .query-detail-item:nth-child(2n+1) .block-box {
  background-color: var(--im3a6BoxQueryDetailItem-NthChild2n1BlockBox-backgroundColor);
  color: var(--im3a6BoxQueryDetailItem-NthChild2n1BlockBox-color);
}
.im3a6-box .query-detail-item:nth-child(2n+1) .value {
  color: var(--im3a6BoxQueryDetailItem-NthChild2n1Value-color);
}
.im3a6-box .query-detail-item .text-total {
  color: var(--im3a6BoxQueryDetailItemTextTotal-color);
}

.im3ad-box .ic-toggle {
  top: 16px;
  right: 7px;
}
.im3ad-box .query-detail-head {
  font-size: 16px;
}
.im3ad-box .main-title {
  font-size: 18px;
}
.im3ad-box .query-detail-body {
  font-size: 16px;
}
.im3ad-box .query-detail-body .block-box:nth-child(2n+1) {
  color: var(--im3adBoxQueryDetailBodyBlockBox-NthChild2n1-color);
}
.im3ad-box .query-detail-body .info-box li:last-child {
  padding-bottom: 0;
}

.im380-box .block-box:nth-child(2n+2) .input-box .form-control {
  background: var(--im380BoxBlockBox-NthChild2n2InputBoxFormControl-background);
}
.im380-box .form-search {
  margin-bottom: 0;
  width: 100%;
}
.im380-box .form-search .form-control {
  width: 100%;
  text-align: left;
  padding-right: 30px;
}
.im380-box .form-search img {
  width: 16px;
  top: 10px;
  right: 8px;
}
.im380-box .custom-file-upload {
  background-color: transparent;
  padding: 0;
}
.im380-box .date-box .input-group-append {
  top: 0;
  left: 5px;
  right: 0;
}
.im380-box .date-box .form-control {
  text-align: right;
  padding-right: 0.75rem;
  padding-left: 30px;
  height: 29px;
}

.im380-add-form .form-search .form-control {
  padding-right: 20px;
}
.im380-add-form .form-search img {
  top: 4px;
  right: 0px;
}

.pagination {
  margin: 32px 10px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-item {
  width: 40px;
}

.page-item .page-link {
  padding: 0.32rem 0.7rem;
  text-align: center;
  color: var(--pageItemPageLink-color);
}

.page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-item.active .page-link {
  background-color: var(--pageItemActivePageLink-backgroundColor);
  border-color: var(--pageItemActivePageLink-borderColor);
  color: var(--pageItemActivePageLink-color);
}

.nav-pills {
  border: 1px solid var(--navPills-border);
  border-width: 2px 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: var(--navPillsNavLinkActiveNavPillsShowNavLink-backgroundColor);
  color: var(--navPillsNavLinkActiveNavPillsShowNavLink-color) !important;
}

.nav-pills .nav-item {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  text-align: center;
  color: var(--navPillsNavItem-color);
}

.nav-pills .nav-link {
  padding: 10px 5px;
  border-radius: 0;
}

.nav-pills .dot {
  right: 4px;
  top: 4px;
}

html,body {
  height: 100%;
  padding: 0;
  margin: 0;
}

.id-wrapper {
  /* 設定高度最小為100%, 如果內容區塊很多, 可以長大 */
  min-height: 100%;
  /* 位置設為relative, 作為footer區塊位置的參考 */
  position: relative;
}

.id-header {
  /* 設定header的高度 */
  height: 30px;
  box-sizing: border-box;
}

.id-content {
  /* 留出header及footer區塊的空間 */
  padding: 20px 24px 80px 24px;
}

.id-header2 {
  /* 設定header的高度 */
  height: 70px;
  box-sizing: border-box;
}

.id-content2 {
  /* 留出header及footer區塊的空間 */
  padding: 0px 0px 100px 0px;
}

@media (max-width: 991px) {
  .id-content {
      padding-top: 5px;
  }
}

.id-footer {
  /* 設定footer的高度 */
  height: 100px;
  box-sizing: border-box;
  /* 設定footer絕對位置在底部 */
  position: absolute;
  bottom: 0;
  /* 展開footer寬度 */
  width: 100%;
  background-color: var(--idFooter-backgroundColor);
  color: var(--idFooter-color);
  padding: 25px 0;
  font-size: 15px;
  z-index: 30;
  text-align: center;
}

@media (max-width: 991px) {
  .id-footer {
    font-size: 12px;
  }
}

.id-footer a {
  -webkit-text-decoration: under;
          text-decoration: under;
  color: var(--idFooterA-color);
}

.ar400-li {
  border-bottom: 1px solid var(--ar400Li-borderBottom);
}

.bg-detail{
  background-color: var(--bgDetail-backgroundColor);
}

.btn-o{
  background-color: var(--btnO-backgroundColor);
  color: var(--btnO-color);
}

.btn-o:hover{
  background-color: var(--btnO-backgroundColor);
  color: var(--btnO-color);
}

.icimg{
  width: 60px;
}

.text-contO{
  color: var(--text-contO-color);
}

.text-contG{
  color: var(--text-contG-color);
}

.text-contO-bg{
  background-color: var(--text-contO-bg-backgroundColor)!important;
}