/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

body {
  font-family: PingFang TC, Helvetica, 'Helvetica Neue', Arial, STHeiti, 'Microsoft JhengHei', '微軟正黑體', sans-serif;
  color: #333;
  font-size: 14px;
}
a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
}
.header {
  color: #333;
  line-height: 26px;
  background-color: #EFEFEF;
  font-size: 12px;
  min-width: 1190px;
}
.header a {
  text-decoration: none;
  color: #333;
}
.header a:hover {
  color: #F60;
  text-decoration: underline;
}
.header-content {
  display: flex;
  justify-content: space-between;
  width: 1190px;
  margin: 0 auto;
}
.header-name {
  padding-right: 23px;
  border-right: 1px solid #999;
}
.header-logout {
  margin-left: 23px;
  margin-right: 39px;
}
.header-center {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
}
.header-center:hover {
  background: #fff;
  border-color: #BFBFBF;
}
.header-center:hover::after {
  display: block;
}
.header-center:hover .header-center-popover {
  display: block;
}
.header-center::after {
  content: '';
  display: none;
  background: #fff;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
.header-center-popover {
  display: none;
  position: absolute;
  width: 230px;
  border: 1px solid #BFBFBF;
  top: 25px;
  left: -1px;
  background: #fff;
  z-index: 10;
  padding: 8px 10px 5px;
  box-sizing: border-box;
}
.header .popover-row {
  border-bottom: 1px solid #EEE;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.header .popover-title {
  margin: 0;
  color: #057BD2;
  font-weight: 600;
  font-size: 13px;
}
.header .popover-title a {
  color: #057BD2;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.header .popover-title a:hover {
  color: #F60;
}
.header .popover-text {
  margin: 0 0 0 20px;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}
.header .popover-content a {
  color: #666;
  margin-right: 10px;
  white-space: nowrap;
}
.header .popover-content a:hover {
  color: #F60;
}
.header .popover-content a.hot {
  color: #ff0000;
}
.header .popover-content a:last-child {
  margin-right: 0;
}
.header .more {
  font-size: 13px;
  color: #057BD2;
  font-weight: 600;
}
.header .right {
  font-size: 0;
  line-height: 26px;
  height: 26px;
}
.header .right-popover {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  font-size: 12px;
  border-left: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
}
.header .right-popover::before {
  content: '';
  position: absolute;
  display: block;
  height: 12px;
  width: 1px;
  left: -1px;
  top: 7px;
  background: #999;
}
.header .right-popover:hover {
  background: #fff;
  border-color: #BFBFBF;
}
.header .right-popover:hover::after {
  display: block;
}
.header .right-popover:hover::before {
  display: none;
}
.header .right-popover:hover + .right-popover::before {
  display: none;
}
.header .right-popover:hover .icon-up {
  background-position: -96px -10px;
}
.header .right-popover:hover .right-popover-content,
.header .right-popover:hover .help-popover-content,
.header .right-popover:hover .help-popover,
.header .right-popover:hover .addcn-popover {
  display: block;
  z-index: 10;
}
.header .right-popover::after {
  content: '';
  display: none;
  background: #fff;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
.header .right-popover-content {
  display: none;
  position: absolute;
  width: 100px;
  right: -1px;
  border: 1px solid #BFBFBF;
  background: #fff;
  padding: 8px 10px 5px;
  box-sizing: border-box;
}
.header .right-popover-content a {
  display: block;
}
.header .addcn-popover {
  display: none;
  position: absolute;
  width: 220px;
  border: 1px solid #BFBFBF;
  top: 25px;
  right: -1px;
  background: #fff;
  z-index: 10;
  padding: 8px 10px 5px;
  box-sizing: border-box;
}
.header .help-popover {
  display: none;
  position: absolute;
  width: 210px;
  border: 1px solid #BFBFBF;
  top: 25px;
  right: -1px;
  background: #fff;
  z-index: 10;
  padding: 8px 10px 5px;
  box-sizing: border-box;
}
.header .help-popover-content {
  display: none;
  position: absolute;
  right: -1px;
  width: 700px;
  border: 1px solid #BFBFBF;
  background: #fff;
}
.header .help-popover-content a {
  padding-top: 10px;
  display: inline-block;
}
.header .help-popover-content img {
  display: block;
}
.header .right-home-link {
  font-size: 12px;
  padding-right: 15px;
}
#isLogin {
  display: none;
}
#isNotLogin {
  display: inline-block;
}
.icon-msg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-image: url("https://assets.8891.com.tw/production/public/icons/site-nav.png");
  background-position: -109px 0;
}
.icon-up {
  display: inline-block;
  width: 12px;
  height: 8px;
  vertical-align: middle;
  background-image: url("https://assets.8891.com.tw/production/public/icons/site-nav.png");
  background-position: -96px 0;
}
.icon-addcn {
  display: inline-block;
  width: 35px;
  height: 16px;
  vertical-align: middle;
  background-image: url("https://assets.8891.com.tw/production/public/icons/site-nav.png");
  background-position: -128px 0;
}
.icon-8591 {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-image: url("https://assets.8891.com.tw/production/public/icons/site-nav.png");
  background-position: -64px 0;
}
.icon-591 {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-image: url("https://assets.8891.com.tw/production/public/icons/site-nav.png");
  background-position: -48px 0;
}
.icon-8891 {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-image: url("https://assets.8891.com.tw/production/public/icons/site-nav.png");
  background-position: -16px 0;
}
.icon-518 {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-image: url("https://assets.8891.com.tw/production/public/icons/site-nav.png");
  background-position: -32px 0;
}
.icon-518case {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-image: url("https://assets.8891.com.tw/production/public/icons/site-nav.png");
  background-position: -384px 0;
}
.icon-marry {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-image: url("https://assets.8891.com.tw/production/public/icons/marry.png");
}
.warning-bar {
  min-width: 1190px;
  background: #fff;
  padding-top: 20px;
}
.warning-bar-txt {
  width: 1190px;
  margin: 0 auto;
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  padding-left: 10px;
}
.sub-header-container {
  background: #fff;
  min-width: 1190px;
}
.sub-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 1190px;
  height: 104px;
}
.logo {
  display: flex;
  align-items: center;
}
.logo img {
  display: block;
  width: auto;
  height: 32px;
}
.title {
  font-size: 34px;
  color: #F87F15;
  font-weight: 600;
  margin-left: 10px;
}
.link {
  padding-right: 34px;
  padding-left: 34px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  border-right: 1px solid #C6C6C6;
}
.link:last-child {
  border-right: none;
  padding-right: 0;
}
.link:first-child {
  padding-left: 0;
}
.link:hover {
  color: #f60;
  text-decoration: underline;
}
.nav-container {
  background: #fff;
}
.nav {
  width: 1190px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #F87F15;
  box-sizing: border-box;
  font-size: 16px;
}
.nav-left {
  display: flex;
}
.nav-link {
  position: relative;
  color: #333;
  padding: 0 37px;
  text-decoration: none;
  font-weight: 600;
}
.nav-link .nav-link-tab {
  display: block;
}
.nav-link.active {
  background: #F87F15;
  color: #fff;
  border-radius: 4px 4px 0 0;
}
.nav-link.active:hover {
  color: #fff;
}
.nav-link.active:hover .nav-link-tab {
  color: #fff;
}
.nav-link:hover {
  color: #F87F15;
}
.nav-link:hover .nav-link-tab {
  color: #F87F15;
}
.right-link {
  color: #FE2504;
  text-decoration: none;
}
.menu {
  padding-top: 25px;
  width: 170px;
  flex-shrink: 0;
}
.menu-row {
  margin-bottom: 14px;
}
.menu-row-title {
  position: relative;
  margin: 0 0 8px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.menu-row-content {
  margin-left: 18px;
}
.menu-row input {
  display: none;
}
.menu-row input:checked + label .menu-icon-expand {
  background-image: url("https://assets.8891.com.tw/production/public/icons/expand.png");
}
.menu-row input:checked ~ .menu-row-content {
  display: none;
}
.menu-link {
  position: relative;
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  text-decoration: none;
}
.menu-link-content {
  display: inline-block;
  vertical-align: middle;
}
.menu-link-content.striking {
  color: #FF0000;
  position: relative;
}
.menu-link-content.striking::before {
  content: 'NEW';
  position: absolute;
  color: #FF0000;
  width: 38px;
  height: 22px;
  right: 13px;
  top: -6px;
  font-size: 16px;
  font-weight: 500;
  transform: scale(0.5);
}
.menu-link-content.striking::after {
  content: '標籤+底色 吸睛度爆錶';
  display: block;
  width: 128px;
  height: 26px;
  background-image: url("https://assets.8891.com.tw/production/public/member/bubble.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 12px;
  color: #999999;
  line-height: 30px;
  text-align: center;
}
.menu-link.active {
  color: #F87F15;
}
.menu-link.active::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #f87f15;
}
.menu-icon-expand {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("https://assets.8891.com.tw/production/public/icons/shrink.png");
  background-size: 10px;
  margin-right: 5px;
}
.menu-note {
  margin-left: 4px;
}
.exposure-beta-tag::after {
  content: '';
  width: 59px;
  height: 21px;
  position: absolute;
  background-image: url('https://assets.8891.com.tw/production/public/icons/beta.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-font-smooting: antialiased;
}
.tc-select {
  width: 180px;
}
.tc-select select {
  font-size: 12px;
  width: 100%;
  padding: 3px 10px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  height: 30px;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url("https://assets.8891.com.tw/production/public/icons/select-expand.png");
  background-repeat: no-repeat;
  background-size: 9px 11px;
  background-position: center right 10px;
}
.tc-select option {
  font-size: 12px;
}
.tc-cascader {
  position: relative;
  width: 180px;
  height: 30px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
  background-image: url("https://assets.8891.com.tw/production/public/icons/select-expand.png");
  background-repeat: no-repeat;
  background-size: 9px 11px;
  background-position: center right 10px;
  font-size: 12px;
}
.tc-cascader-txt {
  display: block;
  padding: 0 10px;
  line-height: 30px;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.tc-cascader-select {
  display: none;
  position: absolute;
  top: 30px;
  background: #fff;
  width: 100%;
  left: 0;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 4px;
}
.tc-cascader-select.active {
  display: block;
}
.tc-cascader-select-link {
  display: block;
  line-height: 24px;
  padding: 0 5px;
  cursor: pointer;
}
.tc-cascader-select-link:hover {
  background: #eee;
}
.tc-cascader-select-link.active {
  background: #eee;
}
.tc-cascader-select-link.active > .tc-cascader-select-child {
  display: block;
}
.tc-cascader-select-child {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  left: 100%;
  top: -1px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  height: 100%;
  margin-left: 2px;
}
.tc-checkbox input {
  display: none;
}
.tc-checkbox input:checked + label .tc-checkbox-input {
  background-image: url("https://assets.8891.com.tw/production/public/icons/checkbox.png");
  background-size: 14px;
  border: none;
}
.tc-checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tc-checkbox-input {
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #C6C6C6;
  box-sizing: border-box;
}
.tc-checkbox-label {
  display: block;
  font-size: 14px;
  color: #333;
  margin-left: 5px;
}
.tc-button {
  display: inline-block;
  height: 24px;
  border: 1px solid #E0E0E0;
  background-color: #FFFFFF;
  color: #333;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
}
.tc-button:disabled,
.tc-button[disabled=disabled] {
  border-color: #E0E0E0;
  color: #cacaca;
  background-color: #fff;
  cursor: no-drop;
}
.tc-pagination-container {
  display: flex;
  align-items: center;
}
.tc-pagination-list {
  display: flex;
  align-items: center;
}
.tc-pagination-link {
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #E0E0E0;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 12px;
  color: #333;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
}
.tc-pagination-link.active {
  color: #FFF;
  background-color: #F87F15;
}
.tc-pagination-ellipsis {
  margin-right: 10px;
}
.tc-pagination {
  height: 24px;
  font-size: 0;
}
.tc-pagination-prev {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-image: url('https://assets.8891.com.tw/production/public/icons/pagination-prev.png');
  background-size: 24px;
  cursor: pointer;
}
.tc-pagination-next {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-image: url('https://assets.8891.com.tw/production/public/icons/pagination-next.png');
  background-size: 24px;
  cursor: pointer;
}
.tc-pagination-input {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 24px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-left: none;
  border-right: none;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
}
.list-pagination-hint {
  display: none;
  font-size: 12px;
  color: #FE2504;
  margin-left: 12px;
}
.feedback {
  padding: 15px;
}
.feedback-header {
  display: flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.feedback-header-image {
  display: block;
  width: 120px;
  height: 90px;
  object-fit: cover;
}
.feedback-header-no {
  margin: 5px 0 0;
  text-align: center;
  font-size: 14px;
}
.feedback-header-right {
  margin-left: 15px;
}
.feedback-header-title {
  margin: 0 0 10px;
}
.feedback-header-subtitle {
  color: #999;
  margin: 0 0 10px;
}
.feedback-header-price {
  margin: 0;
  font-size: 14px;
  color: #F87F15;
}
.feedback-ways {
  display: flex;
  font-size: 14px;
  margin-bottom: 15px;
}
.feedback-way {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.feedback-way input {
  margin-right: 5px;
}
.feedback-buyer {
  display: flex;
}
.feedback-buyer-title {
  line-height: 22px;
}
.feedback-buyer-content {
  margin-left: 10px;
}
.feedback-comment {
  display: flex;
  font-size: 14px;
  margin-top: 10px;
}
.feedback-comment-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.feedback-comment-content select {
  width: 350px;
  margin-bottom: 10px;
}
.feedback-comment-content textarea {
  width: 350px;
  box-sizing: border-box;
  height: 100px;
  resize: none;
}
.feedback-commit {
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  background-color: #F87F15;
  border: 1px solid #F87F15;
  width: 120px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 40px;
}
.footer {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding-top: 30px;
  min-width: 1190px;
}
.footer-content {
  width: 1190px;
  padding-top: 15px;
}
.footer-nav {
  display: flex;
  justify-content: center;
}
.footer-nav a {
  color: #666;
  font-size: 14px;
  margin: 0 10px;
  line-height: 20px;
  text-decoration: none;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-sites {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.footer-sites a {
  color: #666;
  font-size: 12px;
  text-decoration: none;
  padding: 0 10px;
  border-right: 1px dashed #ccc;
}
.footer-sites a:last-child {
  border-right: none;
}
.footer-sites a:hover {
  text-decoration: underline;
}
.footer-copyright {
  color: #333;
  text-align: center;
  font-size: 12px;
}
.footer-awards {
  display: flex;
  justify-content: center;
  padding: 10px 0 40px;
}
.footer-award.yushan {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
  height: 50px;
  background-image: url("https://assets.8891.com.tw/production/public/icons/approve.png?v=2");
  background-position: 0 -200px;
  background-repeat: no-repeat;
  margin: 0 10px;
}
.footer-award.sgs img {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  width: auto;
}
.tc-input {
  width: 180px;
}
.tc-input input {
  font-size: 12px;
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  height: 30px;
  box-sizing: border-box;
  background: transparent;
}
.tc-input.search {
  display: flex;
  width: 230px;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  box-sizing: border-box;
  height: 30px;
  border-radius: 4px;
  background-image: url("https://assets.8891.com.tw/production/public/icons/search.png");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center left 10px;
}
.tc-input.search input {
  flex: 1;
  border: none;
  height: 100%;
  padding: 7px 10px 7px 30px;
}
.tc-search-btn {
  width: 49px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #C7C7C7;
  background-color: #f5f5f5;
  font-size: 12px;
  border-radius: 0 4px 4px 0;
}
.update-box {
  width: 954px;
  padding: 40px;
  box-sizing: border-box;
}
.update-box-title {
  font-size: 16px;
  color: #333;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 20px;
}
.update-box-title-remain {
  margin-bottom: 0;
}
.update-box-title-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.update-box-title-entry {
  position: relative;
  display: none;
  color: #F87F15;
  margin-left: 30px;
}
.update-box-title-entry::before {
  content: '';
  display: block;
  position: absolute;
  top: -21px;
  left: 70px;
  width: 98px;
  height: 22px;
  background-image: url("https://assets.8891.com.tw/production/public/campaigns/202103/img-4.png");
  background-size: 100%;
}
.update-box-tabs {
  height: 30px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F87F15;
  margin-bottom: 20px;
}
.update-box-tabs-items {
  display: flex;
}
.update-box-tabs-item {
  width: 135px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #E0E0E0;
  border-bottom: none;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}
.update-box-tabs-item:first-child {
  border-radius: 4px 0 0 0;
}
.update-box-tabs-item:last-child {
  border-radius: 0 4px 0 0;
}
.update-box-tabs-item.active {
  background-color: #F87F15;
  border-color: #F87F15;
  color: #fff;
}
.update-box-tabs-delete {
  width: 100px;
  height: 30px;
  display: flex;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.update-box-tab-container {
  display: none;
}
.update-box-tab-container.active {
  display: block;
}
.update-box-radio {
  display: none;
}
.update-box-radio:checked + label .update-box-radio-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #1565F8;
  background-color: #1565F8;
}
.update-box-radio:checked + label .update-box-radio-icon::before {
  content: '';
  display: block;
  background: #fff;
  width: 2px;
  height: 2px;
  border-radius: 50%;
}
.update-box-radio:checked ~ .update-box-radio-extra,
.update-box-radio:checked ~ .update-box-plan-select {
  display: block;
}
.update-box-radio-label {
  display: inline-block;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
}
.update-box-radio-label-container {
  display: flex;
  align-items: center;
}
.update-box-radio-icon {
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #666666;
  box-sizing: border-box;
  border-radius: 50%;
}
.update-box-radio-text {
  font-size: 14px;
  margin-left: 5px;
}
.update-box-radio-extra {
  display: none;
  margin-left: 20px;
  margin-top: 12px;
}
.update-box-radio-extra .tc-input {
  position: relative;
  width: 85px;
  margin: 0 10px;
}
.update-box-radio-extra-row {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.update-box-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 45px;
}
.update-box-footer-hint {
  color: #666;
  font-size: 12px;
  margin: 0;
}
.update-box-btn {
  width: 175px;
  height: 40px;
  background: transparent;
  border: 1px solid #B0B0B0;
  border-radius: 4px;
  margin-right: 20px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
.update-box-btn:last-child {
  margin-right: 0;
}
.update-box-btn.ok {
  background: #F87F15;
  border-color: #F87F15;
  color: #fff;
}
.update-box-custom-time {
  display: inline-block;
  height: 240px;
  min-width: 290px;
  border: 1px solid #F2F2F2;
  padding: 10px 20px 0 13px;
  box-sizing: border-box;
  overflow-y: scroll;
}
.update-box-custom-time-select {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-bottom: 15px;
}
.update-box-custom-time-select .tc-select {
  width: 70px;
}
.update-box-custom-time-text {
  margin: 0 20px 0 5px;
}
.update-box-custom-time-delete {
  color: #666;
  cursor: pointer;
}
.update-box-custom-time-add,
.update-box-custom-time-save {
  display: inline-block;
  margin-top: 8px;
  color: #1565F8;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 20px;
}
.update-box-plan-select {
  display: none;
  position: absolute;
  padding: 5px 10px;
  color: #1565F8;
  left: 500px;
  border: 1px solid #fff;
  top: -2px;
  cursor: default;
}
.update-box-plan-select::after {
  content: '';
  position: relative;
  display: inline-block;
  top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #999 transparent transparent transparent;
}
.update-box-plan-select:hover {
  border-color: #E0E0E0;
}
.update-box-plan-select:hover .update-box-plan-select-container {
  display: block;
}
.update-box-plan-select-container {
  display: none;
  position: absolute;
  width: 450px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #E0E0E0;
  color: #333;
  right: -1px;
  top: 26px;
  font-weight: 900;
}
.update-box-plan-select-row {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #E0E0E0;
  cursor: pointer;
}
.update-box-plan-select-row.selected {
  background-color: #f6f6f6;
}
.update-box-plan-select-row:hover {
  background-color: #f6f6f6;
}
.update-box-plan-select-row:last-child {
  border-bottom: none;
}
.update-box-plan-select-row-label {
  padding-right: 10px;
}
.update-box-plan-select-row-value {
  flex: 1;
}
.update-box-plan-select-row-delete {
  padding: 0 5px 0 15px;
  display: flex;
  align-items: center;
  color: #1565F8;
}
.update-box-plan-select-row-delete:hover {
  text-decoration: underline;
}
.quick-select-days-popover {
  position: absolute;
  display: none;
  flex-direction: column;
  flex: 1;
  width: 100%;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  box-sizing: border-box;
  z-index: 1;
}
.quick-select-days-popover span {
  line-height: 20px;
  padding: 0 4px;
}
.quick-select-days-popover span:hover {
  background-color: #E0E0E0;
  cursor: pointer;
}
.update-feedback {
  padding: 40px 0 30px 0;
}
.update-feedback-icon {
  width: 38px;
  height: 38px;
  margin: 0 auto 15px;
  background-image: url("https://assets.8891.com.tw/production/public/icons/success.png");
  background-size: 100%;
}
.update-feedback-title {
  margin: 0 0 16px;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}
.update-feedback-content {
  margin: 0 0 10px;
  font-size: 20px;
  color: #333;
  text-align: center;
}
.update-feedback-content span {
  color: #F87F15;
}
.update-feedback-hint {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-bottom: 35px;
}
.update-feedback-footer {
  display: flex;
  justify-content: center;
}
.updating-tag {
  display: none;
  width: 38px;
  height: 16px;
  border: 1px solid #5581ED;
  font-size: 10px;
  color: #1565F8;
  line-height: 16px;
  text-align: center;
  border-radius: 2px;
  margin-left: 15px;
}
.account-balance {
  color: #F87F15;
}
.mutil-update-title {
  margin: 0 0 10px;
  font-size: 14px;
  color: #333;
}
.mutil-update-title span {
  color: #666;
}
.mutil-update-container {
  display: flex;
}
.mutil-update-left {
  display: flex;
  width: 270px;
  height: 315px;
  box-sizing: border-box;
  border: 1px solid #E0E0E0;
  flex-direction: column;
}
.mutil-update-right {
  display: flex;
  width: 581px;
  height: 315px;
  box-sizing: border-box;
  border: 1px solid #E0E0E0;
  flex-direction: column;
  margin-left: 20px;
}
.mutil-update-header {
  display: flex;
  justify-content: center;
  height: 44px;
  box-sizing: border-box;
  border-bottom: 1px solid #E0E0E0;
  line-height: 44px;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  background-color: #FFF9F2;
}
.mutil-update-header-col-1 {
  width: 278px;
  border-right: 1px solid #E0E0E0;
  box-sizing: border-box;
}
.mutil-update-header-col-2 {
  width: 112px;
  border-right: 1px solid #E0E0E0;
  box-sizing: border-box;
}
.mutil-update-header-col-3 {
  width: 187px;
}
.mutil-update-body {
  flex: 1;
  overflow-y: scroll;
}
.mutil-update-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-top: 1px solid #E0E0E0;
}
.mutil-update-btn {
  display: block;
  width: 250px;
  line-height: 26px;
  height: 24px;
  border: 1px solid #E0E0E0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}
.mutil-update-content-col-1 {
  display: flex;
  align-items: center;
  padding-right: 10px;
  height: 44px;
  width: 273px;
  border-right: 1px solid #E0E0E0;
  box-sizing: border-box;
}
.mutil-update-content-col-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 114px;
  border-right: 1px solid #E0E0E0;
  box-sizing: border-box;
  font-size: 14px;
}
.mutil-update-content-col-2 .tc-input {
  width: 38px;
}
.mutil-update-content-col-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  width: 165px;
  padding-left: 10px;
  box-sizing: border-box;
}
.mutil-update-content-col-3 .tc-input {
  width: 40px;
}
.mutil-update-content-col-3 .update-box-radio-text {
  font-size: 12px;
}
.mutil-update-content-text {
  font-size: 12px;
  color: #999;
}
.mutil-update-content-input-container {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.mutil-update-content-row {
  display: flex;
  align-items: center;
  height: 44px;
  border-bottom: 1px solid #E0E0E0;
  padding: 0 10px;
}
.mutil-update-content-link {
  color: #1565F8;
  font-size: 12px;
  flex: 1;
  text-decoration: none;
}
.mutil-update-content-btn {
  width: 50px;
  height: 24px;
  box-sizing: border-box;
  border: 1px solid #B0B0B0;
  background-color: #fff;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  margin-left: 10px;
}
.confirm-box {
  padding-top: 70px;
}
.confirm-box-title {
  margin: 0 0 37px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  text-align: center;
  line-height: 22px;
}
.confirm-box-footer {
  display: flex;
  justify-content: center;
}
.confirm-box-btn {
  text-align: center;
  width: 175px;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  cursor: pointer;
}
.confirm-box-btn.cancel {
  border: 1px solid #B0B0B0;
  color: #333;
}
.confirm-box-btn.ok {
  border: 1px solid #F87F15;
  background-color: #F87F15;
  color: #fff;
  margin-left: 20px;
}
.delete-box {
  padding-top: 50px;
}
.delete-box-warning {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: center center / 50px 50px no-repeat url("https://assets.8891.com.tw/production/public/icons/warning.png");
}
.delete-box-title {
  margin: 15px 0 5px 0;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  text-align: center;
  line-height: 22px;
}
.delete-box-content {
  text-align: center;
  margin-bottom: 40px;
}
.delete-box-footer {
  display: flex;
  justify-content: center;
}
.delete-box-btn {
  text-align: center;
  width: 175px;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  cursor: pointer;
}
.delete-box-btn.cancel {
  border: 1px solid #B0B0B0;
  color: #333;
}
.delete-box-btn.ok {
  border: 1px solid #F87F15;
  background-color: #F87F15;
  color: #fff;
  margin-left: 20px;
}
.new-sucess-box .more-info {
  margin-top: 10px;
}
.new-sucess-box .more-info span {
  color: #F87F15;
}
.new-sucess-box p {
  margin: 0;
}
.new-sucess-box-header {
  position: relative;
  line-height: 70px;
  border-bottom: 1px solid #F5F5F5;
}
.new-sucess-box-header p {
  position: relative;
  width: 150px;
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  color: #333;
}
.new-sucess-box-header p::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('https://assets.8891.com.tw/production/public/icons/success.png');
  background-size: 100%;
}
.new-sucess-box-body {
  padding: 20px 90px 0;
}
.new-sucess-box-info {
  margin-bottom: 10px;
}
.new-sucess-box-info p {
  font-weight: 600;
  font-size: 16px;
  color: #333;
}
.new-sucess-box-balance {
  margin-bottom: 20px;
}
.new-sucess-box-balance p {
  line-height: 22px;
  font-size: 14px;
  color: #000;
}
.new-sucess-box-balance p span {
  color: #F87F15;
}
.new-sucess-box-footer {
  display: flex;
  align-items: flex-end;
  padding: 0 90px;
}
.new-sucess-box-footer span {
  color: #999;
  font-size: 12px;
}
.new-sucess-box-confirm {
  display: block;
  width: 173px;
  height: 36px;
  line-height: 36px;
  background-color: #F87F15;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  margin-right: 15px;
}
.new-sucess-box-link {
  color: #1565F8;
  font-size: 12px;
}
.new-sucess-box-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("https://assets.8891.com.tw/production/public/icons/close-btn.png");
  cursor: pointer;
}
.no-enough-box {
  padding: 53px 43px 0;
}
.no-enough-box-info p {
  margin: 0 0 107px;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.no-enough-box-info p span {
  color: #EF8000;
}
.no-enough-box-footer {
  display: flex;
}
.no-enough-box-ok {
  width: 184px;
  height: 38px;
  border-radius: 4px;
  background-color: #F77F16;
  color: #fff;
  text-align: center;
  line-height: 38px;
  margin-right: 27px;
}
.no-enough-box-cancel {
  width: 184px;
  height: 38px;
  border-radius: 4px;
  background-color: #F3EBE5;
  color: #F77F16;
  text-align: center;
  line-height: 38px;
  border: 1px solid #F77F16;
  box-sizing: border-box;
  cursor: pointer;
}
/* 新版側邊欄 */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hidea {
  display: none;
}
.hide {
  display: none;
}
.ppos-side-wrap {
  position: fixed;
  right: -235px;
  top: 0;
  height: 100%;
  background-color: #000;
  transition: right 0.3s ease;
  font-size: 14px;
}
.ppos-side-wrap.show {
  right: 0 !important;
}
.ppos-side-wrap.little {
  right: -235px;
}
.ppos-left {
  float: left;
  width: 35px;
  height: 100%;
}
.ppos-side {
  position: absolute;
  width: 35px;
  list-style: none;
  padding: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.ppos-side li,
.ppos-bottom li {
  position: relative;
  width: 100%;
  min-height: 35px;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
}
.ppos-side li:hover,
.ppos-bottom li:hover {
  background-color: #e13a3b;
}
.ppos-side li:hover .ppos-side-tip,
.ppos-bottom li:hover .ppos-side-tip {
  display: block;
}
.ppos-side li p,
.ppos-bottom li p {
  margin: 0;
}
.ppos-side-link {
  display: block;
  width: 100%;
  height: 35px;
  background: url("https://assets.8891.com.tw/production/public/icons/ppos-side-back.png") 0 0 no-repeat;
}
.ppos-side-link.ppos-side-message {
  background-position: 0 -58px;
}
.ppos-side-link.ppos-side-history {
  background-position: 0 -91px;
}
.ppos-side-link.ppos-side-collect {
  background-position: 0 -122px;
}
.ppos-side-link.ppos-side-contrast {
  background-position: -1px -331px;
}
.ppos-side-link.ppos-side-suggest {
  background-position: 0 -154px;
}
.ppos-side-link.ppos-side-phone {
  background-position: 0 -185px;
}
.ppos-side-link.ppos-side-backtop {
  background-position: 0 -303px;
}
.new-ppos-side-suggest {
  color: #fff;
  text-align: center;
  line-height: 1.5;
  text-decoration: none;
}
.new-ppos-side-suggest:hover {
  text-decoration: none;
}
.ppos-side-spot {
  display: none;
  position: absolute;
  right: 2px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f00;
  color: #fff;
  z-index: 1;
  animation: spottoggle 1s;
  animation-iteration-count: infinite;
}
@keyframes spottoggle {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ppos-bottom {
  position: fixed;
  bottom: 0;
  width: 35px;
}
.ppos-side-app {
  display: none;
  position: absolute;
  bottom: 0;
  right: 35px;
  width: 310px;
  height: 180px;
  border: 1px solid #666;
  background: url("https://assets.8891.com.tw/production/public/icons/pc_side_qcode.png") no-repeat;
  background-size: cover;
}
.ppos-side-app-ucar {
  background: url("https://assets.8891.com.tw/production/public/icons/ucar_side_qcode.png") no-repeat;
}
.ppos-side-tip {
  display: none;
  position: absolute;
  right: 35px;
  top: -1px;
  width: 90px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #494949;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.ppos-side-tip a {
  color: #fff;
}
.ppos-side-tip-arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 16px;
  top: 10px;
  right: -8px;
  color: #494949;
}
.ppos-side-erweima:hover .ppos-side-app {
  display: block;
}
.ppos-side-newmessage {
  display: none;
  position: absolute;
  top: 0;
  right: 45px;
  width: 141px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #0063DC;
  font-size: 15px;
  background: url("https://assets.8891.com.tw/production/public/icons/chat-new-message.png") no-repeat;
}
.ppos-side-newmessage:hover {
  color: #f60;
}
.ppos-chat-iframe {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2002;
}
/*  瀏覽記錄 */
.ppos-right {
  float: right;
  width: 235px;
  height: 100%;
  background-color: #fff;
}
.ppos-history-header {
  padding: 0 5px 0 20px;
  height: 30px;
  line-height: 30px;
  background-color: #e5e5e5;
  font-size: 15px;
}
.ppos-history-header span {
  display: inline-block;
  padding-left: 28px;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  background: url("https://assets.8891.com.tw/production/public/icons/ppos-side-back.png") -8px -224px no-repeat;
}
.ppos-history-header .ppos-collect-icon {
  background-position: -8px -279px;
}
.ppos-history-header i {
  float: right;
  font-size: 29px;
  cursor: pointer;
}
.ppos-history-nav {
  height: 48px;
  line-height: 48px;
  padding: 0 5px 0 20px;
  font-size: 12px;
}
.ppos-history-nav span {
  margin-right: 5px;
  cursor: pointer;
}
.ppos-history-nav span.at {
  padding: 2px 10px;
  background-color: #e13a3b;
  border-radius: 10px;
  color: #fff;
}
.ppos-history-nav i {
  float: right;
  font-style: normal;
  cursor: pointer;
}
#ppos-history-main,
#ppos-collect-main {
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
#ppos-history-auto,
#ppos-history-newcar,
#ppos-collect-auto {
  position: absolute;
  width: 100%;
  text-align: center;
}
.ppos-history-loading {
  padding: 30px 0;
  text-align: center;
}
.ppos-history-scroll {
  position: absolute;
  top: 0;
  width: 5px;
  border-radius: 10px;
  background: #ccc;
}
.ppos-history-date {
  position: relative;
  width: 200px;
  height: 18px;
  padding: 10px 0 20px 20px;
  text-align: center;
}
.ppos-history-date i {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 9px;
  background-color: #ccc;
}
.ppos-history-date span {
  position: absolute;
  left: 85px;
  top: 12px;
  width: 75px;
  background-color: #fff;
}
.ppos-history-list {
  padding: 0 5px 0 10px;
  list-style: none;
}
#ppos-collect-auto .ppos-history-list {
  padding-top: 20px;
  overflow: hidden;
}
.ppos-history-li {
  position: relative;
  float: left;
  width: 95px;
  margin: 0 0 10px 10px;
  font-size: 12px;
}
.ppos-history-li p {
  width: 100%;
  height: 18px;
  line-height: 18px;
  margin: 0;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ppos-history-li:hover .ppos-history-follow {
  display: block;
}
.ppos-history-pic {
  display: block;
  width: 93px;
  height: 68px;
  border: 1px solid #ccc;
}
.ppos-history-pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.ppos-history-follow {
  display: none;
  position: absolute;
  left: 0;
  top: -26px;
  width: 100%;
  height: 26px;
  line-height: 26px;
  background-color: #e5e5e5;
  color: #999;
}
.ppos-history-follow span {
  float: left;
  margin-left: 8px;
  font-size: 18px;
  cursor: pointer;
}
.ppos-history-follow span.at {
  color: #e13a3b;
}
.ppos-history-follow i {
  float: right;
  margin-right: 8px;
  font-size: 29px;
  cursor: pointer;
}
.ppos-history-collect-all {
  display: block;
  padding: 10px 0;
  background-color: #ccc;
  color: #333;
}
@media (max-width: 1280px) {
  .ppos-side-wrap {
    right: -270px;
  }
}
.ppos-side-change-version {
  display: block;
  width: 100%;
  height: 101px;
  background-image: url("https://assets.8891.com.tw/production/public/icons/changeVersion_B.png");
}
.ppos-side-quick-sell {
  position: relative;
  height: 126px;
}
.ppos-side-quick-sell a {
  display: block;
  height: 126px;
  background-image: url("https://assets.8891.com.tw/production/public/icons/icon_4.png");
  background-size: 100% auto;
  font-size: 0;
  cursor: pointer;
}
.ppos-side-quick-sell-popover {
  display: none;
  position: absolute;
  width: 136px;
  height: 61px;
  background-image: url("https://assets.8891.com.tw/production/public/icons/icon_5.png");
  background-size: 100% auto;
  left: -138px;
  top: 50%;
  margin-top: -30px;
  z-index: 112;
  cursor: default;
}
.ppos-side-quick-sell-popover-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-image: url("https://assets.8891.com.tw/production/public/icons/icon_6.png");
  background-size: 100% auto;
  cursor: pointer;
}
.ppos-privacy-inner {
  width: 440px;
}
.ppos-privacy-list {
  padding: 0 15px;
}
.ppos-privacy-list li {
  margin-bottom: 15px;
  font-size: 15px;
  color: #000000;
  list-style: none;
}
.ppos-privacy-btn {
  padding-top: 25px;
  text-align: center;
}
.ppos-privacy-btn a {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.ppos-privacy-btn a.sure {
  margin-right: 10px;
  background-color: #f69006;
}
.ppos-privacy-btn a.cancel {
  background-color: #d7d7d7;
}
.suggest-box {
  width: 400px;
  padding: 15px;
  box-sizing: border-box;
}
.suggest-box form {
  font-size: 14px;
}
.suggest-box textarea {
  display: block;
  width: 100%;
  resize: none;
  margin-top: 10px;
  margin-bottom: 5px;
  height: 100px;
  box-sizing: border-box;
}
.suggest-box-row {
  margin-bottom: 15px;
}
.suggest-box-row label {
  display: inline-block;
  width: 60px;
  vertical-align: middle;
}
.suggest-box-row input,
.suggest-box-row img {
  display: inline-block;
  vertical-align: middle;
}
.suggest-box-captcha {
  width: 120px;
}
.suggest-box-agree {
  margin-bottom: 15px;
}
.suggest-box-agree input {
  display: inline-block;
  vertical-align: top;
}
.suggest-box-agree label {
  display: inline-block;
  vertical-align: top;
  width: 353px;
}
.suggest-box-count {
  text-align: right;
}
.suggest-box-footer {
  text-align: right;
}
body {
  background: #F5F5F5;
}
.container {
  background-color: #fff;
  padding-bottom: 30px;
  border-bottom: 1px solid #F0F0F0;
}
.center-container {
  display: flex;
  width: 1190px;
  margin: 0 auto;
}
.content {
  flex: 1;
  padding-top: 20px;
}
.filter {
  display: flex;
  justify-content: space-between;
}
.filter-left {
  display: flex;
}
.filter-left .tc-select {
  margin-right: 15px;
}
.filter-right {
  display: flex;
  align-items: center;
}
.filter-link {
  width: 68px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #E0E0E0;
  font-size: 12px;
  color: #333;
  text-align: center;
  background-color: #F5F5F5;
  cursor: pointer;
  text-decoration: none;
}
.filter-link:first-child {
  border-radius: 4px 0 0 4px;
}
.filter-link:last-child {
  border-radius: 0 4px 4px 0;
}
.filter-link.active {
  background-color: #fff;
  color: #F87F15;
}
#batch-alter.active #batch-alter {
  background-color: #F87F15;
  color: #fff;
}
.list-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.list-pagination-left {
  display: flex;
  align-items: center;
}
.list-pagination-left .tc-button {
  margin-left: 15px;
  color: rgb(120 120 120);
  border: 1px solid #C7C7C7;
}
.list-header {
  display: flex;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  margin-top: 20px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
}
.list-header-col {
  text-align: center;
  border-right: 1px solid #EEEEEE;
}
.list-header-col:last-child {
  border-right: none;
}
.list-header-col select {
  background-color: #FFFFFF;
  border: 0px;
  outline: 1px solid #E0E0E0;
  height: 20px;
}
.update-all {
  font-size: 12px;
}
.update-all.active {
  background-color: #F87F15;
  color: #fff;
}
.list-row {
  margin-top: 10px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #9AD5FF;
}
.list-row .tc-checkbox-label {
  font-size: 12px;
}
.list-row-header {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EEEEEE;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 40px;
  line-height: 30px;
  background-color: #E5F3FD;
  border-radius: 4px 4px 0 0;
}
.list-row-line {
  color: #3264FF;
  font-size: 14px;
  margin: 0;
}
.list-row-line.red {
  color: #FF0000;
}
.list-row-body {
  display: flex;
}
.list-row-body-col-1 {
  display: flex;
  align-items: center;
  width: 336px;
  box-sizing: border-box;
  border-right: 1px solid #EEEEEE;
  padding: 0 35px 20px 20px;
}
.list-row-body-col-2 {
  display: flex;
  align-items: center;
  width: 152px;
  box-sizing: border-box;
  border-right: 1px solid #EEEEEE;
  flex-direction: column;
  justify-content: center;
}
.list-row-body-col-3 {
  display: flex;
  align-items: center;
  width: 164px;
  box-sizing: border-box;
  border-right: 1px solid #EEEEEE;
  flex-direction: column;
  justify-content: center;
}
.list-row-body-col-4 {
  width: 377px;
}
.list-row-body-image img {
  display: block;
  width: 70px;
  height: 48px;
  object-fit: cover;
}
.list-row-body-collect-count {
  margin: 5px 0 0;
  font-size: 12px;
  color: #999;
  text-align: center;
}
.list-row-body-info {
  margin-left: 20px;
  flex: 1;
  height: 122px;
  position: relative;
}
.list-row-body-title {
  margin: 0 0 2px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-row-body-title-link {
  color: #333;
  text-decoration: none;
}
.list-row-body-title-link:hover {
  text-decoration: none;
}
.list-row-body-subtitle {
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 18px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-row-body-price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-row-body-price {
  margin: 0;
  font-size: 14px;
  color: #F87F15;
  line-height: 20px;
  font-weight: 600;
}
.list-row-body-lowprice {
  font-size: 10px;
  color: red;
  margin: 0;
  margin-left: 12px;
}
.list-row-body-views {
  font-size: 13px;
  line-height: 18px;
  color: #333;
  margin: 0 0 8px;
  text-align: center;
}
.list-row-body-views-num {
  font-size: 16px;
  font-weight: 600;
}
.list-row-body-mobile {
  font-size: 12px;
  line-height: 17px;
  color: #333;
  text-align: center;
  margin: 0 0 8px;
}
.list-row-body-avg {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.list-row-body-avg.down {
  color: #1EAC5A;
}
.list-row-body-avg.down .list-row-body-avg-icon {
  background-image: url("https://assets.8891.com.tw/production/public/icons/down.png");
}
.list-row-body-avg.up {
  color: #F81515;
}
.list-row-body-avg.up .list-row-body-avg-icon {
  background-image: url("https://assets.8891.com.tw/production/public/icons/up.png");
}
.list-row-body-avg-icon {
  display: block;
  width: 8px;
  height: 6px;
  background-size: 8px 6px;
  margin: 0 0 0 4px;
}
.list-row-body-msg {
  position: relative;
  display: block;
  height: 15px;
  cursor: help;
}
.list-row-body-msg:hover > .list-row-body-popover {
  display: block;
}
.list-row-body-popover {
  display: none;
  position: absolute;
  padding: 10px;
  box-sizing: border-box;
  font-size: 12px;
  color: #666;
  border: 1px solid #F87F15;
  background-color: #FFF9F2;
  border-radius: 4px;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
.list-row-body-popover::after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 9px;
  background-image: url("https://assets.8891.com.tw/production/public/icons/popover-triangle.png");
  background-size: 18px 9px;
  bottom: -7px;
  left: 50%;
  transform: translate(-50%);
}
.list-row-body-popover p {
  margin: 0;
  line-break: 17px;
}
.list-row-body-link {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 10px;
  color: #1565F8;
  text-decoration: none;
  cursor: pointer;
}
.list-row-body-action {
  position: relative;
  width: 70px;
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  border: 1px solid #e0e0e0;
  color: #333;
  font-size: 12px;
  box-sizing: border-box;
  background-image: url("https://assets.8891.com.tw/production/public/icons/down-2.png");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center right 5px;
  cursor: pointer;
}
.list-row-body-action-container {
  position: relative;
}
.list-row-body-action-outstanding {
  display: none;
  position: absolute;
  top: -8px;
  left: -15px;
  box-sizing: border-box;
  border: 3px solid #FF0000;
  width: 100px;
  height: 60px;
}
.list-row-body-action-outstanding-content {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  left: 110px;
  top: -15px;
  z-index: 1;
  width: 142px;
  padding: 10px;
  border-radius: 6px;
  z-index: 10;
  font-size: 12px;
}
.list-row-body-action-outstanding-content::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 8px 7px 0;
  border-color: transparent #ffffff transparent transparent;
}
.list-row-body-action-outstanding-content-icon {
  position: absolute;
  display: block;
  width: 82px;
  height: 69px;
  background-image: url(https://statics.8891.com.tw/img/member/guide-2.png);
  background-size: 100% auto;
  top: -69px;
  left: 50%;
  transform: translate(-50%, 0);
}
.list-row-body-action-outstanding-content h4 {
  line-height: 17px;
  margin: 0;
  padding: 0;
}
.list-row-body-action-outstanding-content p {
  margin: 0 0 15px;
  line-height: 17px;
}
.list-row-body-action-outstanding-content span {
  float: right;
  color: #0A88EC !important;
  font-weight: 600;
  cursor: pointer;
}
.list-row-body-action-content {
  display: none;
  position: absolute;
  top: 18px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  width: 100%;
  left: -1px;
  z-index: 2;
}
.list-row-body-action-content a {
  display: block;
  line-height: 17px;
  padding-left: 5px;
  cursor: pointer;
  color: #333;
  text-decoration: none;
}
.list-row-body-action-content a:hover {
  background-color: #EEEEEE;
}
.list-row-body-action-content.active {
  display: block;
}
.list-row-body-expired {
  line-height: 17px;
  font-size: 12px;
  margin: 10px 0 0;
  color: #666;
}
.list-row-body-extra {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  padding: 0 16px 0 25px;
}
.list-row-body-extra.ad-info-row {
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  min-height: 60px;
}
.list-row-body-extra.ad-info-row .list-row-body-extra-middle {
  max-height: 80px;
  overflow: hidden;
}
.list-row-body-extra.ad-info-row .list-row-body-extra-middle .list-row-body-extra-text {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 25px;
}
.list-row-body-extra:last-child {
  border-bottom: none;
}
.list-row-body-extra.loading::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url("https://assets.8891.com.tw/production/public/icons/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
.list-row-body-extra-title {
  margin: 0 15px 0 0;
  font-size: 12px;
  color: #333;
  font-weight: 600;
}
.list-row-body-extra-text {
  margin: 0;
  font-size: 12px;
  color: #999;
  line-height: 20px;
}
.list-row-body-extra p.list-row-body-extra-text {
  margin-top: 4px;
}
.list-row-body-extra-middle {
  position: relative;
  flex: 1;
}
.list-row-body-extra-middle.loading::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url("https://assets.8891.com.tw/production/public/icons/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
.list-row-body-extra-btn {
  position: relative;
  font-size: 12px;
  color: #fff;
  background-color: #F87F15;
  border: 1px solid #F87F15;
  width: 60px;
  height: 24px;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-row-body-extra-btn.effective:hover {
  color: #FFE902;
}
.list-row-body-extra-btn.new::after {
  content: 'NEW';
  position: absolute;
  right: 0;
  top: -11px;
  line-height: 16px;
  font-size: 12px;
  color: #FFF;
  background-color: #FF0000;
  border-radius: 4px;
  padding: 0 2px;
  z-index: 2;
}
.list-row-body-extra-btn.ghost {
  color: #F87F15;
  background-color: #FFF2E7;
}
.list-row-body-extra-btn.disable {
  border-color: #E0E0E0;
  color: #cacaca;
  background-color: #fff;
  cursor: default;
  pointer-events: none;
}
.list-row-body-extra-stop {
  color: #000000;
}
.list-row-body-extra-status {
  display: flex;
  align-items: center;
  height: 17px;
  line-height: 17px;
  min-width: 64px;
}
.list-row-body-extra-status::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  margin-right: 8px;
}
.list-row-body-extra-status::last-child {
  margin-right: 0;
}
.list-row-body-extra-status.active {
  color: #333;
}
.list-row-body-extra-status.active::before {
  border-color: #F87F15;
  background-color: #F87F15;
}
.list-row-body-extra-status-container {
  margin-right: 27px;
}
.list-row-body-cert {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 17px;
  font-size: 10px;
  color: #70C489;
  border: 1px solid #70C489;
  text-align: center;
  box-sizing: border-box;
  border-radius: 2px;
  text-decoration: none;
  padding: 0 3px;
}
.list-row-body-cert:first-child {
  margin-right: 10px;
}
.list-row-body-cert.no {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.list-row-body-cert-container {
  display: flex;
}
.list-row-body-shouldUpdate {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}
.list-row-body-shouldUpdate span {
  margin: 0 2px;
  font-size: 14px;
  font-weight: 600;
  color: #F87F15;
}
.tc-modal p {
  margin: 0 0 5px 0;
  font-size: 12px;
  line-height: 17px;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
}
.step-1 {
  width: 153px;
  height: 138px;
  background-image: url("https://assets.8891.com.tw/production/public/icons/step-1.png");
  background-size: 100%;
}
.step-2 {
  width: 153px;
  height: 179px;
  background-image: url("https://assets.8891.com.tw/production/public/icons/step-2.png");
  background-size: 100%;
}
.step-3 {
  width: 378px;
  height: 58px;
  background-image: url("https://assets.8891.com.tw/production/public/icons/step-3.png");
  background-size: 100%;
}
.freeze {
  overflow: hidden;
}
.step-explain {
  position: absolute;
  width: 290px;
  background: #fff;
  height: 120px;
  box-sizing: border-box;
  padding: 20px 20px 15px 20px;
}
.step-explain::before {
  content: '';
  position: absolute;
  top: 6px;
  display: block;
  width: 12px;
  height: 24px;
  background-image: url("https://assets.8891.com.tw/production/public/icons/right-arrow.png");
  background-size: 100%;
}
.step-explain.right {
  right: -310px;
}
.step-explain.right::before {
  left: -11px;
}
.step-explain.left {
  left: -310px;
}
.step-explain.left::before {
  right: -11px;
  transform: rotate(180deg);
}
.step-explain-title {
  margin: 0 0 5px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.step-explain-content {
  margin: 0;
  color: #999;
  font-size: 12px;
  line-height: 17px;
}
.step-explain-footer {
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 14px;
}
.step-explain-footer .guide-finish {
  font-size: 14px;
  color: #1565F8;
  margin-right: 20px;
  cursor: pointer;
}
.step-explain-footer .guide-next {
  font-size: 14px;
  color: #1565F8;
  cursor: pointer;
}
.ppos-privacy-inner {
  width: 440px;
}
.ppos-privacy-list {
  padding: 0 15px;
}
.ppos-privacy-list li {
  margin-bottom: 15px;
  font-size: 15px;
  color: #000000;
  list-style: none;
}
.ppos-privacy-btn {
  padding-top: 25px;
  text-align: center;
}
.ppos-privacy-btn a {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.ppos-privacy-btn a.sure {
  margin-right: 10px;
  background-color: #f69006;
}
.ppos-privacy-btn a.cancel {
  background-color: #d7d7d7;
}
.md5_no_use {
  display: none;
}
.Red {
  position: relative;
  color: red;
  font-weight: 900;
}
.Red .icon-new-letter {
  background: url('https://assets.8891.com.tw/production/public/seller/annoucement.png') center center no-repeat;
  position: absolute;
  display: block;
  color: #f00;
  width: 25px;
  height: 25px;
  top: -8px;
  right: -23px;
}
.nav-line-balloon {
  display: none;
  height: 25px;
  background: #00c300;
  position: absolute;
  text-align: center;
  line-height: 25px;
  border-radius: 13px;
  bottom: 30px;
  padding: 0 8px;
  white-space: nowrap;
}
.nav-line-balloon::after {
  content: '';
  position: absolute;
  display: block;
  top: -44px;
  left: 50%;
  margin-left: -22px;
  width: 73px;
  height: 44px;
  background-image: url('https://assets.8891.com.tw/production/public/member/img-7.png');
  background-size: 100%;
}
.nav-line-balloon-bot {
  width: 0;
  height: 0;
  font-size: 0;
  border-width: 7px;
  border-style: solid;
  border-color: #00c300 transparent transparent;
  overflow: hidden;
  position: absolute;
  left: 23px;
  bottom: -13px;
}
.nav-line-ballon-link {
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
.nav-line-ballon-link:hover {
  text-decoration: underline;
}
.nav-line-balloon.red {
  background: #FF0000;
}
.nav-line-balloon.red .nav-line-balloon-bot {
  border-color: #FF0000 transparent transparent;
}
.nav-line-balloon.red::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url('https://assets.8891.com.tw/production/public/member/img-9.png');
  background-size: 100%;
}
.ad-recommendation {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: -370px;
  width: 370px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  padding: 13px 25px 18px;
  box-sizing: border-box;
  transition: right ease 0.5s;
  z-index: 10;
}
.ad-recommendation::before {
  content: '';
  position: absolute;
  width: 66px;
  height: 68px;
  background-image: url('https://assets.8891.com.tw/production/public/member/pic_cow2.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
.ad-recommendation.show {
  right: 150px;
}
.ad-recommendation p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin: 0;
  word-break: break-all;
}
.ad-recommendation p span {
  color: #FFE902;
}
.ad-recommendation .close {
  position: absolute;
  top: -3px;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url('https://assets.8891.com.tw/production/public/member/icon-10.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(50%, -100%);
  opacity: 0.5;
  cursor: pointer;
}
.ab-remind {
  display: block;
  position: absolute;
  white-space: nowrap;
  background: #FF0000;
  border-radius: 4px;
  color: #fff;
  padding: 0 4px;
  top: -20px;
  left: 5px;
}
.discount-notice {
  position: absolute;
  width: 84px;
  height: 25px;
  background-image: url('https://assets.8891.com.tw/production/public/member/tag-2.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-left: 22px;
  top: 0;
  right: -78px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  font-style: normal;
}
.discount-notice .yellow {
  color: #fffa00;
  font-style: normal;
}
.campaignFlagSlot {
  position: relative;
}
.campaignFlagSlot.inCampaign::before {
  content: '';
  position: absolute;
  top: -18px;
  left: 45px;
  display: block;
  width: 98px;
  height: 22px;
  background-image: url('https://assets.8891.com.tw/production/public/campaigns/202103/img-4.png');
  background-size: 100%;
}
.list-row-body-col-first {
  align-items: center;
  box-sizing: border-box;
  border-right: 1px solid #EEEEEE;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.list-row-body-col-first .row-views {
  width: 100%;
  display: flex;
  border-top: 1px solid #eeeeee;
  padding-bottom: 10px;
}
.list-row-body-col-1 {
  flex: 1;
  width: 100%;
  border-right: none;
}
.views-item {
  padding: 0 17px;
  position: relative;
  padding-top: 10px;
}
.views-item p {
  font-size: 12px;
  text-align: center;
  color: #333333;
  line-height: 17px;
  margin: 0;
  margin-bottom: 3px;
}
.views-item span {
  font-size: 12px;
  text-align: center;
  color: #999999;
  line-height: 17px;
}
.views-item:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background: #eeeeee;
  right: 0;
  top: 15px;
}
.views-item:last-child:before {
  content: none;
}
.list-row-body-image img {
  width: 164px;
  height: 122px;
}
.list-row-body-price-container {
  display: block;
}
.list-row-body-price {
  margin-top: 6px;
  position: absolute;
  bottom: -5px;
  display: flex;
}
.filter-left {
  flex-wrap: wrap;
}
.filter-left .tc-select {
  margin-bottom: 15px;
}
.list-header {
  margin-top: 10px;
}
.list-row-body-image {
  position: relative;
}
.list-row-video-player {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url('https://assets.8891.com.tw/production/public/campaigns/202103/icon_25.svg');
  transform: translate(-50%, -50%);
}
.list-row-video-tag {
  width: 58px;
  height: 20px;
  position: absolute;
  top: 96px;
  left: 6px;
  background-image: url('https://assets.8891.com.tw/production/public/campaigns/202103/icon_32.svg');
}
.list-row-body-col-1-status {
  display: flex;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 100%;
  padding-left: 20px;
}
.list-row-body-col-1-status p {
  margin-bottom: 0;
  font-size: 12px;
  color: #999;
}

