/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1070;
  display: block;
  width: max-content;
  width: intrinsic;
  max-width: 250px;
  visibility: visible;
}
.ant-tooltip-content {
  position: relative;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 14.3137085px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 14.3137085px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 14.3137085px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 14.3137085px;
}
.ant-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-tooltip-arrow {
  position: absolute;
  z-index: 2;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-tooltip-arrow-content {
  --antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  content: '';
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-tooltip-arrow-content::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: var(--antd-arrow-background-color);
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  clip-path: inset(33% 33%);
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: 0;
  transform: translateY(100%);
}
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-11px) rotate(45deg);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  transform: translateY(100%) translateX(-50%);
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: 0;
  transform: translateX(-100%);
}
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(11px) rotate(135deg);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: 0;
  transform: translateX(100%);
}
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-11px) rotate(315deg);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: 0;
  transform: translateY(-100%);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(11px) rotate(225deg);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-pink .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-pink .ant-tooltip-arrow-content::before {
  background: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-arrow-content::before {
  background: #eb2f96;
}
.ant-tooltip-red .ant-tooltip-inner {
  background-color: #f5222d;
}
.ant-tooltip-red .ant-tooltip-arrow-content::before {
  background: #f5222d;
}
.ant-tooltip-volcano .ant-tooltip-inner {
  background-color: #fa541c;
}
.ant-tooltip-volcano .ant-tooltip-arrow-content::before {
  background: #fa541c;
}
.ant-tooltip-orange .ant-tooltip-inner {
  background-color: #fa8c16;
}
.ant-tooltip-orange .ant-tooltip-arrow-content::before {
  background: #fa8c16;
}
.ant-tooltip-yellow .ant-tooltip-inner {
  background-color: #fadb14;
}
.ant-tooltip-yellow .ant-tooltip-arrow-content::before {
  background: #fadb14;
}
.ant-tooltip-gold .ant-tooltip-inner {
  background-color: #faad14;
}
.ant-tooltip-gold .ant-tooltip-arrow-content::before {
  background: #faad14;
}
.ant-tooltip-cyan .ant-tooltip-inner {
  background-color: #13c2c2;
}
.ant-tooltip-cyan .ant-tooltip-arrow-content::before {
  background: #13c2c2;
}
.ant-tooltip-lime .ant-tooltip-inner {
  background-color: #a0d911;
}
.ant-tooltip-lime .ant-tooltip-arrow-content::before {
  background: #a0d911;
}
.ant-tooltip-green .ant-tooltip-inner {
  background-color: #52c41a;
}
.ant-tooltip-green .ant-tooltip-arrow-content::before {
  background: #52c41a;
}
.ant-tooltip-blue .ant-tooltip-inner {
  background-color: #1890ff;
}
.ant-tooltip-blue .ant-tooltip-arrow-content::before {
  background: #1890ff;
}
.ant-tooltip-geekblue .ant-tooltip-inner {
  background-color: #2f54eb;
}
.ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
  background: #2f54eb;
}
.ant-tooltip-purple .ant-tooltip-inner {
  background-color: #722ed1;
}
.ant-tooltip-purple .ant-tooltip-arrow-content::before {
  background: #722ed1;
}
.ant-tooltip-rtl {
  direction: rtl;
}
.ant-tooltip-rtl .ant-tooltip-inner {
  text-align: right;
}

.agent-profile--VnvNE {
  padding: 40px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1190px;
  margin: 0 auto;
}
.agent-profile-page--Q3nZH {
  width: calc(100%);
}
.breadcrumb-section--nxr0Q {
  height: 32px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 32px;
}
.breadcrumb-section--nxr0Q .ant-breadcrumb li:last-child a {
  color: rgba(0, 0, 0, 0.45);
}
.breadcrumb-header--ip6Oq {
  margin-bottom: 10px;
}
.agent-title--MFKde {
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  color: #333333;
  line-height: 33px;
}
.agent-info--vn2wj {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 30px;
}
.agent-avatar--uShHa {
  width: 150px;
  position: relative;
  margin-right: 30px;
}
.agent-avatar--uShHa .avatar--l93lB {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}
.agent-avatar--uShHa img {
  width: 100%;
  border-radius: 50%;
  height: 150px;
}
.agent-avatar--uShHa .agent-logo--v8OxI {
  width: 40px;
  height: 42px;
  position: absolute;
  background-image: url('https://c.8891.com.tw/assets/static/agent/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: 117px;
  right: 0;
}
.agent-detail--SdqQv {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}
.agent-name-content--tSPv0 {
  display: flex;
  flex-direction: row;
  height: 28px;
  line-height: 28px;
}
.agent-name--xWlRK {
  font-size: 20px;
  font-family: PingFangTC, PingFangTC-Medium;
  font-weight: 500;
  text-align: left;
  color: #333333;
  margin-right: 20px;
}
.agent-position--B1Ty0 {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
}
.agent-brand--mS5ij {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 14px;
}
.agent-brand-item--gBAG9 {
  background: rgba(50, 100, 255, 0.1);
  border-radius: 12px;
  padding: 0 10px;
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  height: 24px;
  line-height: 24px;
  color: #3264ff;
  margin-right: 12px;
}
.agent-line--BhgfF {
  margin-top: 14px;
  display: flex;
  flex-direction: row;
  line-height: 20px;
}
.agent-line-item--qvdNZ {
  display: flex;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #333333;
}
.agent-line-title--oOaZi {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #333333;
  margin-right: 10px;
}
.agent-line-value--zQZik {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #666666;
  margin-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agent-phone--aaDwo {
  font-size: 16px;
  font-family: PingFangTC, PingFangTC-Medium;
  font-weight: 500;
  color: #ff0000;
  margin: 0 8px;
}
.agent-score--eDG8z {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.agent-score-item--GLRiV {
  width: 194px;
  height: 70px;
  box-sizing: border-box;
  margin-right: 27px;
  background: linear-gradient(180deg, #ffedd5, #fffdf6);
  border: 0.5px solid #f87f15;
  border-radius: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
}
.agent-score-item--GLRiV h3 {
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #333333;
}
.agent-score-item--GLRiV span {
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #f87f15;
}
.agent-share--ZB5YH {
  position: absolute;
  bottom: -20px;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.agent-share--ZB5YH span {
  font-size: 14px;
  font-family: PingFangTC, PingFangTC-Regular;
  font-weight: 400;
  color: #666666;
  margin-right: 10px;
}
.agent-share-icon--hQEq5 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.agent-intro--xZ3nI {
  padding: 40px 0;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #666;
  word-break: break-all;
  width: 100%;
}
.agent-story--G5saW {
  margin-top: 40px;
  width: 100%;
}
.agent-tab--sYtBQ {
  width: 100%;
  height: 54px;
  display: flex;
  flex-direction: row;
  background: #f5f5f5;
  border-radius: 8px;
  margin-bottom: 30px;
}
.agent-tab-item--NsRkp {
  width: 200px;
  height: 100%;
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #333333;
  cursor: pointer;
}
.agent-tab-item--active--Tjln3 {
  background-color: #165bf9;
  color: #ffffff;
  border-radius: 6px;
}
.agent-tab-item--active--Tjln3 .awards-icon--LGgUS {
  background-image: url('https://c.8891.com.tw/assets/static/agent/award.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.agent-tab-item--active--Tjln3 .story-icon--oZoxD {
  background-image: url('https://c.8891.com.tw/assets/static/agent/menu-active.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.agent-tab-item--active--Tjln3 .equips-icon--SU1St {
  background-image: url('https://photo.8891.com.tw/2023/07/24/1690188254414399.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.agent-tab-icon--R9rL0 {
  width: 25px;
  height: 25px;
  margin-right: 9px;
}
.awards-icon--LGgUS {
  background-image: url('https://c.8891.com.tw/assets/static/agent/award-active.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.story-icon--oZoxD {
  background-image: url('https://c.8891.com.tw/assets/static/agent/menu.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.equips-icon--SU1St {
  background-image: url('https://photo.8891.com.tw/2023/07/24/1690188289209473.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.agent-story-scroll--yhKFf {
  width: 100%;
}
.agent-award--tnq7t {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 22px;
  word-break: break-all;
}
.agent-empty--EaRCl {
  width: 100%;
}
.story-item--Yjq7n {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid transparent;
}
.story-item--Yjq7n:hover {
  border: 2px solid #3264ff;
  border-radius: 4px;
}
.story-item--Yjq7n:hover .story-item-container--sDkGk {
  border: none;
}
.story-item-container--sDkGk {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: row;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.story-item-left--eSBpF {
  width: 325px;
  margin-right: 20px;
}
.story-item-left--eSBpF img {
  width: 325px;
  height: 218px;
  object-fit: cover;
  background: #4a4343;
  border-radius: 4px;
}
.story-item-right--M77Uf {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.story-item-key--VIFY_,
.story-item-title--C5ajw {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-right: 10px;
}
.story-item-key--VIFY_ {
  width: 72px;
}
.story-item-title--C5ajw {
  margin-bottom: 10px;
}
.story-item-line--ytVpy {
  margin-bottom: 10px;
}
.story-item-content--jhzsT {
  display: flex;
  flex-direction: row;
}
.story-item-value--k2BCG {
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  word-break: break-all;
  flex: 1;
  font-size: 14px;
}
.equips-title--qmEF0 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}

.equips-box--fIIuS {
  width: 100%;
  margin-top: 20px;
}
.equips-box--fIIuS .years--sK7E4 {
  display: flex;
  margin-top: 20px;
  margin-left: 10px;
}
.equips-box--fIIuS .years--sK7E4 .text--Qle0X {
  font-size: 20px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
  cursor: pointer;
}
.equips-box--fIIuS .years--sK7E4 .line--LdaB4 {
  width: 100%;
  height: 4px;
  margin-top: 4px;
  display: inline-block;
  border-radius: 10px;
}
.equips-box--fIIuS .title--OjJqw {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 30px;
}
.equips-box--fIIuS .nav-item--sRMeo {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.equips-box--fIIuS .nav-item--sRMeo .nav-title--sAoVz {
  margin: 0 14px 14px 0;
  background: #eaefff;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #333333;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  cursor: pointer;
}
.equips-box--fIIuS .nav-item--sRMeo .active--P0ua6 {
  background: #3264ff;
  color: #ffffff;
}
.equips-box--fIIuS .video-box--mNoio {
  position: relative;
}
.equips-box--fIIuS .video-box--mNoio .left-icon--EL1iK {
  width: 24px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 126px;
  cursor: pointer;
  background-image: url('https://photo.8891.com.tw/2023/02/01/1675222234588282.png');
  left: 0;
}
.equips-box--fIIuS .video-box--mNoio .right-icon--lpmgv {
  width: 24px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 126px;
  cursor: pointer;
  background-image: url('https://photo.8891.com.tw/2023/02/01/1675222234567023.png');
  right: 0px;
}
.equips-box--fIIuS .video-box--mNoio .brand-scroll--RBvUo {
  display: -webkit-box;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  height: 410px;
}
.equips-box--fIIuS .video-box--mNoio .brand-scroll--RBvUo::-webkit-scrollbar {
  display: none;
}
.equips-box--fIIuS .video-box--mNoio .brand-scroll--RBvUo .equip-item--DDp2J {
  width: 200px;
  height: 390px;
  border-radius: 8px;
  position: relative;
  margin-right: 16px;
}
.equips-box--fIIuS .video-box--mNoio .brand-scroll--RBvUo .equip-item--DDp2J a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.equips-box--fIIuS .video-box--mNoio .brand-scroll--RBvUo .equip-play--VIUv4 {
  width: 30px;
  height: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.equips-box--fIIuS .video-box--mNoio .brand-scroll--RBvUo .equip-thumb--Gq6el {
  border-radius: 8px;
  width: 100%;
  height: 334px;
  display: flex;
  background: #000;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.equips-box--fIIuS .video-box--mNoio .brand-scroll--RBvUo .equip-thumb--Gq6el img {
  width: 100%;
  object-fit: cover;
}
.equips-box--fIIuS .video-box--mNoio .brand-scroll--RBvUo .equip-thumb--Gq6el .equip-time--KES1j {
  padding: 5px 10px;
  opacity: 0.8;
  background: #000000;
  border-radius: 0px 8px 0px 8px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.equips-box--fIIuS .video-box--mNoio .brand-scroll--RBvUo .equip-name--SQ9zZ {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-top: 4px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.code-view--qgBLx {
  display: none;
  box-shadow: 0px 0px 10px 0px #D0D0D0;
  padding: 8px;
}
.code-icon--mTCkD {
  background-image: url('https://c.8891.com.tw/assets/static/agent/code.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.code-icon--mTCkD:hover .code-view--qgBLx {
  background-color: #fff;
  display: block;
  position: absolute;
  top: -130px;
  left: -160%;
}
.code-icon--mTCkD:hover .code-pos--He8DJ {
  background-color: #fff;
  display: block;
  position: absolute;
  top: -102px;
  left: -500%;
}
.code-tips--wGEoB {
  font-size: 12px;
  font-family: PingFangTC, PingFangTC-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 20px;
  margin-bottom: 4px;
}

.ScrollLoad--mecgD .scroll-empty-content--gOI4R {
  min-height: 70vh;
  background-color: #fff;
  color: #999;
  font-size: 16px;
  display: grid;
  place-content: center;
}
.ScrollLoad--mecgD .scroll-empty-content--gOI4R .empty-content--NIE8R {
  text-align: center;
}
.ScrollLoad--mecgD .scroll-empty-content--gOI4R .empty-icon--pMFxm {
  width: 70px;
  height: 58px;
  display: inline-block;
  background-image: url('https://c.8891.com.tw/assets/static/common/icon_42.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.ScrollLoad--mecgD .scroll-defend--d6gEh {
  position: relative;
  top: -200px;
}
.scroll-loading--PmI5W {
  height: 45px;
  width: 100%;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  margin-top: 10px;
}
.scroll-loading--PmI5W .loading-content--aPI2a {
  align-items: center;
  display: flex;
  color: #333;
}
.scroll-loading--PmI5W .loading-icon--CEjqo {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.on-eath--SZ4lg {
  color: #999;
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.empty-content--HwPXG {
  min-height: 30vh;
  height: 100%;
  width: 100%;
  background-color: #fff;
  color: #999;
  font-size: 20px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.empty-icon--y2Ba2 {
  width: 70px;
  height: 58px;
  display: inline-block;
  background-image: url('https://c.8891.com.tw/assets/static/agent/emptycontent.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.empty-text--YZxoD {
  margin-top: 10px;
  font-size: 14px;
}

.line-share--HoHMx {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.line-share--HoHMx .line-icon--AL1Vu {
  background-image: url('https://c.8891.com.tw/assets/static/agent/line.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}

.fb-share--JTDS4 {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.fb-share--JTDS4 .fb-icon--HIfrK {
  background-image: url('https://c.8891.com.tw/assets/static/agent/facebook.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}

