@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap&subset=chinese-traditional);@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
}

ol, ul, li {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: "PingFang TC", Helvetica, "\5FAE\8EDF\6B63\9ED1\9AD4", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
  padding: 0;
  cursor: pointer;
  background: none;
}

button, select {
  text-transform: none;
  background: none;
}
button:focus, select:focus {
  outline: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
input:focus {
  outline: none;
}
input[type=radio] {
  margin: 3px 3px 0 5px;
  -webkit-appearance: radio;
  width: auto;
  box-sizing: border-box;
  background-color: initial;
  padding: initial;
  border: initial;
}
input[type=radio]:checked {
  background-color: #333;
}
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=radio][disabled], input [type=checkbox][disabled], input [type=radio][readonly], input [type=checkbox][readonly] {
  background-color: transparent;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-family: "PingFang TC", Helvetica, "\5FAE\8EDF\6B63\9ED1\9AD4", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 5.2vw;
}

a {
  text-decoration: none;
  color: black;
}

button {
  border: none;
}

button:focus {
  outline: none;
}

@media only screen and (min-width: 320px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.popTitle {
  font-weight: 600;
  color: #454A54;
  border-left: 4px solid #6690FF;
  padding-left: 8px;
}

.messengerNav.on, .alertConsoleOpen, .consoleOpen.on, .consoleOpen, .messenger.on {
  transition: all 0.3s ease-in-out;
}

.suggestMsg, .messageCateIcon, .messageCard, .statusBubbleContent, .userDropDown, .userName, .serviceCard, .popSignInForm .accountBtn, .instanHelpIcon::before, .blogCard, .portfolioCard {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.alertConsoleOpen, .consoleOpen, .userConsole, .msgCountDown, .fixedPopUp {
  box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.1);
}

.blogCard, .portfolioCard {
  background: #ffffff;
}

.reactCaseBtn.on {
  color: #e1264a;
  opacity: 1 !important;
}
.reactCaseBtn.on .reactCaseIcon {
  color: #e1264a;
  background: url("../img/icon/like_red.svg") no-repeat center;
  background-size: 100%;
  opacity: 1;
}

.otherServices .lifeViewCount {
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 5px 0px 10px 0px;
}
.otherServices .lifeViewCount::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/view.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  margin: 0 2px;
  opacity: 0.4;
}
.otherServices .lifeViewCount--text {
  margin-left: 5px;
}

.eventMarqueeFont {
  font-size: 14px;
}

.delBtnEvent {
  color: #e1264a;
  cursor: pointer;
}

.uploadBtnEvent {
  width: calc(50% - 16px);
  min-height: 200px;
  text-align: center;
  border: 2px dashed rgba(0, 0, 0, 0.2);
  position: relative;
}
.uploadBtnEvent.sizeIconEvent {
  min-height: auto;
  width: 120px;
  height: 120px;
}
.uploadBtnEvent .uploadCloudIconEvent {
  vertical-align: middle;
  display: inline-block;
}
.uploadBtnEvent .uploadCloudIconEvent::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("../img/icon/upload.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  margin: 0 auto;
  display: block;
  opacity: 0.2;
}
.uploadBtnEvent label {
  margin: 0;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}
.uploadBtnEvent label::before {
  content: "";
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.linePostIcon {
  position: relative;
  margin: 0 0 10px 0;
}
.linePostIcon a {
  display: inline-block;
  width: 35px;
  height: 100px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  border-radius: 5px;
  background-image: url("../img/icon/line_id_green.svg");
  background-size: 60%;
  background-position: 50% 5px;
  background-repeat: no-repeat;
  background-color: #00C300;
}
.linePostIcon a:hover {
  background-color: #00E000;
}
.linePostIcon span {
  padding-top: 30px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  letter-spacing: 2px;
}
.linePostIcon.event {
  border-radius: none;
  background-size: 100%;
  background-position: initial;
  background: url("../img/event/210308/210308_event_35x150.png");
}

.floatEvt {
  position: absolute;
  top: -130px;
  right: 0;
  width: 130px;
}
.floatEvt .floatEvtImg {
  display: flex;
}
.floatEvt .closeFloat {
  position: absolute;
  top: -24px;
  left: -24px;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icon/close_circle.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  opacity: 0.4;
  cursor: pointer;
}
.floatEvt input[type=checkbox] {
  display: none;
}
.floatEvt input[type=checkbox]:checked ~ .closeFloat, .floatEvt input[type=checkbox]:checked ~ .floatEvtImg {
  display: none;
}

.eventFixedIcon {
  position: relative;
  margin: 0 9px 20px 0;
  float: right;
}
.eventFixedIcon a .frameTwo {
  background-color: #286CF7;
  border: solid 2px black;
  display: block;
  border-radius: 100px;
  -webkit-animation-name: sparkle;
          animation-name: sparkle;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 120px;
}
.eventFixedIcon a i {
  color: #ffffff;
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  font-size: 14px;
}
.eventFixedIcon .eventCloseBtn {
  width: 20px;
  height: 20px;
  background: url("../img/icon/close_circle.svg") center no-repeat;
  background-size: 100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: -25px;
  z-index: 1;
  cursor: pointer;
}
.eventFixedIcon input[type=checkbox]:checked ~ .eventIcon, .eventFixedIcon input[type=checkbox]:checked ~ .eventCloseBtn {
  display: none;
}
.eventFixedIcon.eventHouse a, .eventFixedIcon.eventHouse .frameTwo {
  height: 150px;
  background: url("../img/event/210308/210308_event_35x150.png") center no-repeat;
}

.eventFixedImg {
  display: inline-block;
  width: 160px;
  height: 150px;
  background: url("../img/event/211101/211101_event_160x150.png") center no-repeat;
  background-size: cover;
}

.lineFixedIcon {
  position: relative;
  margin: 0 9px 20px 0;
  float: right;
}
.lineFixedIcon p {
  display: inline-block;
  width: calc(100% - 8px);
  font-size: 12px;
  color: #ffffff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
.lineFixedIcon .lineFixedImg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: center/100% no-repeat url("../img/banner/index/220223_case_scroll.png");
}
.lineFixedIcon .eventCloseBtn {
  width: 20px;
  height: 20px;
  background: url("../img/icon/close_circle.svg") center no-repeat;
  background-size: 100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: -25px;
  z-index: 1;
  cursor: pointer;
}
.lineFixedIcon input[type=checkbox]:checked ~ .eventIcon, .lineFixedIcon input[type=checkbox]:checked ~ .eventCloseBtn {
  display: none;
}
.lineFixedIcon .joinBtn {
  width: 80px;
  height: 24px;
  color: #ffffff;
  font-size: 12px;
  background: #00C300;
  border-radius: 5px;
  box-shadow: 0 4px 0 #2b5a3e;
}

.chatBtn {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 3;
  width: 120px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
  background: #e1264a;
  border-radius: 100px;
  display: none;
}
.chatBtn::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/chat_white.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: sub;
}
.chatBtn.newMsg::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #333333;
  border-radius: 15px;
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  -webkit-animation-name: sparkle;
          animation-name: sparkle;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.chatBtn.desktop {
  display: block;
}
.chatBtn.lifeChat {
  bottom: 20px;
  right: 10px;
  width: 70px;
  height: 70px;
  background: center/contain no-repeat url("https://s1.945.com.tw/img/life/comp/240403_chat_btn.png");
  border-radius: 0px;
  -webkit-animation-name: pop;
          animation-name: pop;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: 5;
          animation-iteration-count: 5;
}
.chatBtn.lifeChat::before {
  display: none;
}
.chatBtn.lifeChat::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background: #FFA766;
}

.instanHelpIcon {
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  color: #ffffff;
  padding: 10px 10px 10px 30px;
  border-radius: 5px 0 0 5px;
  position: fixed;
  bottom: calc(20vh + 70px);
  right: 0;
  z-index: 1;
  cursor: pointer;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.instanHelpIcon::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #fbe9ec url("../img/illustrate/instant_chat_red.svg") center no-repeat;
  background-size: 32px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -25px;
}

input[type=checkbox]#instan_help_icon {
  display: none;
}
input[type=checkbox]#instan_help_icon:checked ~ .instanHelpIcon {
  display: none;
}

/*教學提示*/
.tipMode, .tipsConfirmBtn {
  display: none;
}

/*new tag*/
.newTag::after {
  content: "NEW";
  background: #e1264a;
  font-size: 8px;
  color: #ffffff;
  border-radius: 10px;
  padding: 3px 5px;
  margin-left: 5px;
}

/*提示訊息*/
.popWindow.on, .popUpAd.on, .autoClose.on, .tipMode.on, .guideForLife.on, .popWinLifePost.on {
  display: block;
  z-index: 102;
}
.popWindow.on ~ .maskdiv, .popUpAd.on ~ .maskdiv, .autoClose.on ~ .maskdiv, .tipMode.on ~ .maskdiv, .guideForLife.on ~ .maskdiv, .popWinLifePost.on ~ .maskdiv {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
.popWindow.fullPage, .popUpAd.fullPage, .autoClose.fullPage, .tipMode.fullPage, .guideForLife.fullPage, .popWinLifePost.fullPage {
  height: calc(100vh - 80px);
  max-height: none;
  top: 20px;
}
.popWindow.fullPage .popContent, .popUpAd.fullPage .popContent, .autoClose.fullPage .popContent, .tipMode.fullPage .popContent, .guideForLife.fullPage .popContent, .popWinLifePost.fullPage .popContent {
  max-height: none;
}

.popWindow.popWindowReactUpload {
  height: calc(100vh - 80px);
  top: 20px;
  word-break: break-all;
  overflow-x: hidden;
  overflow-y: scroll;
}
.popWindow.popWindowReactUpload .popContent {
  max-height: none;
  overflow: initial;
}
.popWindow.popWindowReactUpload .uploadBtnEvent.sizeIconEvent {
  border-radius: 5px;
}
.popWindow.popWindowReactUpload .uploadBtnEvent label {
  cursor: pointer;
}
.popWindow.popWindowReactUpload .event_upload_msg {
  padding-top: 10px;
}
.popWindow.popWindowReactUpload .event_imgs_area {
  position: relative;
  padding-top: 30px;
}
.popWindow.popWindowReactUpload .event_imgs_area::before {
  content: "\9EDE\64CA\5716\7247\540D\7A31\53EF\9810\89BD\5927\5716";
  position: absolute;
  top: 0px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}
.popWindow.popWindowReactUpload .ev_imgs a:hover {
  transition: 0.2s;
  text-decoration: underline;
}
.popWindow.popWindowCert {
  top: 5%;
  left: 5%;
  width: 90%;
  height: auto;
  max-height: 80vh;
  border-radius: 5px;
  box-sizing: border-box;
}
.popWindow.popBanner {
  position: fixed;
  top: calc(10vh - 45px);
  left: 50%;
  width: calc(100% - 20px);
  max-width: 600px;
  transform: translateX(-50%);
  background: transparent;
}
.popWindow.popBanner .popContent {
  max-height: none;
  aspect-ratio: 1/1;
  overflow-y: hidden;
  border-radius: 10px;
}

.popWindowTopic {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.popTitle {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
}

.popContent {
  font-size: 16px;
  max-height: calc(80vh - 40px);
  margin-top: 20px;
  line-height: 2;
  overflow-y: auto;
  overflow-x: hidden;
}
.popContent.loginCnt {
  max-height: initial;
}
.popContent input {
  max-width: calc(100% - 100px);
  height: 36px;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #CDD0D6;
}
.popContent input[type=checkbox] {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  max-width: none;
  padding: 0;
}
.popContent input[type=radio] {
  -webkit-appearance: radio;
  vertical-align: text-top;
}
.popContent input[type=radio].reportUpload {
  font-size: 14px;
  border: none;
}
.popContent::-webkit-scrollbar {
  width: 2px;
}
.popContent select {
  width: calc(100% - 10px);
  height: 40px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.popContent textarea {
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  height: 150px;
  max-height: 150px;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.popContent .rateEdit {
  text-align: left;
}
.popContent .popContentHeight {
  max-height: 40vh;
  text-align: left;
}
.popContent .popBtnArea {
  width: 100%;
  background: #ffffff;
}
.popContent .popMainBtn {
  background: #e1264a;
  max-width: 155px;
  line-height: 2.5;
  border: 2px solid #e1264a;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  cursor: pointer;
  color: #ffffff;
  width: 36%;
  min-width: 108px;
  margin-top: 10px;
}
.popContent .popSubBtn {
  background: rgba(0, 0, 0, 0.75);
  max-width: 155px;
  line-height: 2.5;
  border: 2px solid rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  cursor: pointer;
  color: #ffffff;
  width: 36%;
  min-width: 108px;
  margin-right: 20px;
}
.popContent .popFixedBtn {
  position: fixed;
  bottom: 40px;
  left: calc(50vw - 54px);
}
.popContent .popWindowServicePage {
  position: relative;
  display: block;
  padding-bottom: 75%;
  height: 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.popContent .popWindowServicePage img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: none;
  width: auto;
  height: 100%;
}

.popSignInTit {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.popSignInForm {
  width: 90%;
  line-height: 3;
  margin: 20px auto;
}
.popSignInForm p {
  width: 100%;
  line-height: 1.5;
  display: block;
}
.popSignInForm input[type=text], .popSignInForm input[type=password], .popSignInForm input[type=number] {
  width: calc(100% - 37px);
  max-width: none;
  padding-left: 30px;
}
.popSignInForm input[type=text]::-webkit-input-placeholder, .popSignInForm input[type=password]::-webkit-input-placeholder, .popSignInForm input[type=number]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.popSignInForm input[type=text]::-webkit-input-placeholder, .popSignInForm input[type=text]::placeholder, .popSignInForm input[type=password]::-webkit-input-placeholder, .popSignInForm input[type=password]::placeholder, .popSignInForm input[type=number]::-webkit-input-placeholder, .popSignInForm input[type=number]::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.popSignInForm input[type=email] {
  width: 100%;
  max-width: calc(100% - 12px);
  min-height: 36px;
}
.popSignInForm input[type=submit] {
  display: none;
  height: auto;
}
.popSignInForm .smallRedBtn {
  line-height: 2;
  padding: 5px 30px;
  cursor: pointer;
}
.popSignInForm .smallRedBtn.verify {
  width: 120px;
  padding: 5px 0;
}
.popSignInForm .smallRedBtn.verify.off {
  background: rgba(0, 0, 0, 0.2);
  border: none;
}
.popSignInForm .smallRedBtn.verify.off:hover::after {
  background: transparent;
  cursor: not-allowed;
}
.popSignInForm .submitBtn {
  margin: 20px auto 10px;
  display: inline-block;
}
.popSignInForm .last {
  margin-bottom: 20px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.popSignInForm .hintStyle .alignRight {
  line-height: 1;
}
.popSignInForm .anwsers {
  line-height: 2;
}
.popSignInForm .anwsers label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
}
.popSignInForm .anwsers input[type=radio], .popSignInForm .anwsers input[type=checkbox], .popSignInForm .hintStyleSmaller input[type=radio], .popSignInForm .hintStyleSmaller input[type=checkbox] {
  width: 16px;
  height: 16px;
  max-width: initial;
  padding: 0;
  line-height: 1;
  margin-right: 5px;
}
.popSignInForm .questionForTalent {
  display: none;
}
.popSignInForm .questionForTalent select, .popSignInForm .questionForTalent .addCate {
  vertical-align: middle;
}
.popSignInForm .questionForTalent select {
  width: calc(50% - 12px);
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin: 10px 5px 0;
}
.popSignInForm .questionForTalent .addCate {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icon/add.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  margin: 10px 0 0 10px;
  opacity: 0.6;
  cursor: pointer;
}
.popSignInForm .accountBtn {
  width: 100%;
  padding: 10px 0;
  margin: 10px auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: block;
}
.popSignInForm .accountBtn span {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.popSignInForm .idSignUp, .popSignInForm .taxIdSignUp {
  width: calc(50% - 22px);
  background: #ffffff;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  padding: 5px 0;
  margin: 40px 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}

.popEditNameForm {
  width: 100%;
  line-height: 3;
  margin: 20px auto;
}
.popEditNameForm input[type=text] {
  width: calc(100% - 20px);
  max-width: none;
}
.popEditNameForm input[type=text]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.popEditNameForm input[type=text]::-webkit-input-placeholder, .popEditNameForm input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.popEditNameForm .smallRedBtn {
  height: 40px;
}
.popEditNameForm .stepQuestion label {
  display: block;
}

.pwStrength {
  display: none;
}

.pwStrengthBarWrap, .pwStrengthBar {
  height: 5px;
  border-radius: 5px;
}

.pwStrengthBarWrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}

.pwStrengthBar {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

.accountList {
  padding-left: 16px;
  margin-top: 20px;
}
.accountList li {
  font-size: 14px;
  line-height: 2;
  list-style: decimal;
}

.thirdParty {
  margin-top: 10px;
}

.fbSignIn, .gSignIn, .lineSignIn {
  display: inline-block;
  margin: 10px 5px 0;
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}

/*FB登入*/
.fbSignIn {
  background: url("../img/social/fb_blue.png") no-repeat;
  background-size: 100%;
}

/*google登入*/
.gSignIn {
  background: url("../img/social/google.png") no-repeat;
  background-size: 100%;
}

.lineSignIn {
  background: url("../img/social/line.png") no-repeat;
  background-size: 100%;
}

.inputAccount, .inputPassword, .inputVerify, .inputPhone, .inputMail {
  position: relative;
}
.inputAccount::before, .inputPassword::before, .inputVerify::before, .inputPhone::before, .inputMail::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/login.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  opacity: 0.75;
  position: absolute;
  top: calc(50% - 8px);
  left: 8px;
}

.inputPassword::before {
  background: url("../img/icon/password.svg") no-repeat center;
  background-size: 100%;
  opacity: 1;
  opacity: 0.75;
}

.inputPhone::before {
  background: url("../img/icon/call_black.svg") no-repeat center;
  background-size: 100%;
  opacity: 1;
  opacity: 0.75;
}

.inputMail::before {
  background: url("../img/icon/mail.svg") no-repeat center;
  background-size: 100%;
  opacity: 1;
  opacity: 0.75;
}

.inputVerify {
  display: flex;
  gap: 8px;
}
.inputVerify input[type=text], .inputVerify input[type=number] {
  width: calc(100% - 120px);
  max-width: 160px;
}
.inputVerify input[type=text], .inputVerify input[type=number], .inputVerify button {
  display: inline-block;
}
.inputVerify::before {
  background: url("../img/icon/verified.svg") no-repeat center;
  background-size: 100%;
  opacity: 1;
  opacity: 0.75;
}

.signUpSteps {
  margin: 10px auto 0;
  position: relative;
}
.signUpSteps::after {
  content: "";
  width: 80px;
  height: 1px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  left: calc(50% - 40px);
  z-index: -1;
}
.signUpSteps span {
  width: 16px;
  height: 16px;
  background: #cccccc;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 16px;
  margin: 0 10px;
  display: inline-block;
}
.signUpSteps span.on {
  background: #666666;
}

.popClose {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/close_sec.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}
.popClose.bnClose {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icon/close_circle_white.png") no-repeat center;
  background-size: 100%;
  display: inline-block;
  top: -10px;
  right: 20px;
}

.popUpAd {
  width: 70%;
  background: none;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
}
.popUpAd a {
  display: block;
}
.popUpAd .popClose {
  background: url("../img/icon/close_whi.svg") no-repeat center;
}

/*上傳檔案*/
.fileName {
  font-size: 14px;
}

.deleteFileBtn {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/icon/delete.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  opacity: 0.6;
}

/*提示訊息-使用小調查*/
.fixedPopUp {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  z-index: 2;
  display: none;
}
.fixedPopUp::before {
  content: "";
  background: url("../img/illustrate/survey.svg") no-repeat center;
  background-size: 100%;
  width: 60px;
  height: 60px;
  margin: 0 5px 5px 0;
  display: inline-block;
  vertical-align: middle;
}
.fixedPopUp.on {
  display: block;
}

.identityPopBtn button {
  background: #e1264a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 20px;
  margin: 5px;
  border-radius: 5px;
}

/*提示訊息-自動消失*/
.autoClose {
  background: rgba(0, 0, 0, 0.75);
  height: auto;
  color: #ffffff;
  text-align: center;
}
.autoClose .messageTit {
  width: 50px;
  font-size: 21px;
  border-bottom: 5px solid #3366FF;
  padding-bottom: 5px;
  margin: 0 auto;
}
.autoClose .popContent {
  margin: 20px 0;
  line-height: 2;
  overflow-y: hidden;
}

/*FCM提示訊息*/
.FCMmsg {
  width: 100%;
  max-width: 320px;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  padding: 10px;
  border-radius: 5px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  display: none;
}
.FCMmsg.on {
  display: block;
}
.FCMmsg span {
  vertical-align: middle;
}
.FCMmsg .avatar {
  width: 30px;
  height: 30px;
}

.lifeInfo {
  padding: 0 10px 5px 10px;
}

/*大頭照*/
.avatar {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  position: relative;
}

/*工作室名稱+LV+VIPtag*/
.editorInfo {
  max-width: calc(100% - 51px);
  line-height: 1;
}

/*工作室名稱*/
.editorName {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 5px;
}

.lifeGrayLink {
  margin-right: 2px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

/*LV*/
.LV a {
  color: rgba(0, 0, 0, 0.2);
  font-size: 10px;
  font-weight: 600;
  line-height: 3.5;
  padding: 2px 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  pointer-events: none;
}

.lv03 a, .lv04 a {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}

.lv05 a, .lv06 a {
  color: #ffa5b0;
  border-color: #ffa5b0;
}

.lv07 a, .lv08 a {
  color: #ff4a62;
  border-color: #ff4a62;
}

.lv09 a, .lv10 a {
  color: #e1264a;
  border-color: #e1264a;
}

/*評價* countText跟p的vertical-align要一致/ */
.designerRow2 {
  display: flex;
  align-items: center;
  gap: 0 4px;
  box-sizing: border-box;
  font-size: 0.875em;
  letter-spacing: 1.25px;
}
.designerRow2--countText {
  color: #e1264a;
}

/*作品數|成交數+更新時間*/
.designerRow3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 8px;
  border-bottom: none;
  box-sizing: border-box;
}
.designerRow3 p {
  padding: 0 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
}
.designerRow3 p:first-child {
  padding-left: 0;
}
.designerRow3 p:last-child {
  padding-right: 0;
  border: none;
}
.designerRow3--left {
  display: flex;
}

/*卡片按鈕列*/
.designerRow4 {
  padding: 12px;
}
.designerRow4 ul {
  display: flex;
  justify-content: space-between;
}
.designerRow4 .addToList, .designerRow4 .inviteTalentBtn {
  padding: 0;
}
.designerRow4 .inviteTalentBtn button {
  display: inline-block;
  white-space: nowrap;
}

/*專長*/
.designerSkill {
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 12px 8px;
}
.designerSkill::before {
  content: "\5C08\9577";
  color: rgba(0, 0, 0, 0.6);
}

/*經歷*/
.designerIntroduce {
  padding: 12px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.introduceContent {
  width: 100%;
}
.introduceContent a {
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.introduceContent a::before {
  content: "\7D93\9A57\FF1A";
  color: #000000;
  font-weight: 600;
  padding-left: 5px;
  border-left: 5px solid #e1264a;
}

/*小編精選旗幟*/
.tFlag {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/icon/flag_t.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

/*收藏*/
.addToList {
  margin-top: 5px;
}
.addToList button {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icon/like_black.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  opacity: 0.2;
}
.addToList.on button {
  background: url("../img/icon/like_red.svg") no-repeat center;
  background-size: 100%;
  opacity: 1;
  opacity: 1;
}

/*相簿名稱*/
.albumTit {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*瀏覽數*/
.viewCount {
  display: flex;
  align-items: center;
  gap: 4px;
}
.viewCount::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/view.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: text-top;
  opacity: 0.2;
}

/*報價名稱*/
.serviceName {
  width: 100%;
  min-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*店家名稱(宅任務用)*/
.workroomName {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 22px;
  color: #454A54;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*報價金額*/
.servicePrice {
  color: rgba(0, 0, 0, 0.6);
}
.servicePrice .fontXl {
  line-height: 1.5;
}

/*報價tag*/
.serviceTag {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 4px 12px;
  border-radius: 0 100px 100px 0;
  font-size: 0.75em;
  letter-spacing: 0.4px;
  text-align: center;
}
.serviceTag.tagBgRed {
  color: #e1264a;
  background: #FCE9EC;
}
.serviceTag.tagBgBlue {
  color: #ffffff;
  background: #008ad9;
}
.serviceTag.tagBgOrange {
  color: #ffffff;
  background: #f27129;
}
.serviceTag.tagBgPurple {
  color: #ffffff;
  background: #9859cc;
}

/*邀請提案按鈕*/
.inviteTalentBtn, .inviteAllTalent {
  float: right;
}

.inviteTalentBtn button, .inviteAllTalent {
  background: #e1264a;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
}
.inviteTalentBtn button.on::before, .inviteAllTalent.on::before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("../img/icon/check_circle.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.talentCardMask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.7) 100%);
}

/*"已看過"文字*/
.talentCardMark {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin-right: 3px;
  color: rgba(255, 255, 255, 0.8);
}

/*預定按鈕*/
.buyServiceBtn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  opacity: 0;
}
.buyServiceBtn a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  background: #e1264a;
  border-radius: 5px;
  padding: 5px 10px;
}
.buyServiceBtn a::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/cart_white.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  margin-right: 3px;
  transform: translateY(2px);
}

/*卡片-設計人才*/
.portfolioCard {
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}
.portfolioCard .portfolioImg img {
  transition: transform 0.3s ease-in-out;
  margin: 0 auto;
}
.portfolioCard .designerInfo {
  position: relative;
  display: flex;
  padding: 12px 8px;
}
.portfolioCard .designerInfo .editorInfo {
  width: 100%;
  max-width: none;
}
.portfolioCard .designerInfo .vipTag {
  width: 24px;
  height: 18px;
}
.portfolioCard .designerInfo .avatar {
  position: absolute;
  top: -32px;
  outline: solid 1px #ffffff;
}
.portfolioCard .designerRow2 {
  padding: 0 8px;
}
.portfolioCard .caseTag {
  margin-right: 4px;
  padding: 4px 10px;
  color: #e1264a;
  background: #FCE9EC;
  border-radius: 100px;
}

/*卡片-非設計人才*/
.textCard {
  outline: solid 1px #DAE0E5;
  border-radius: 10px;
}
.textCard.portfolioCard .portfolioImg {
  display: none;
}
.textCard.portfolioCard .designerInfo {
  display: inline-flex;
  align-items: center;
  padding: 12px 8px 0 8px;
  gap: 4px;
}
.textCard.portfolioCard .designerInfo .editorInfo {
  width: calc(100% - 48px);
}
.textCard.portfolioCard .designerRow {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.textCard.portfolioCard .designerSkill {
  padding: 12px;
  width: 100%;
  border-bottom: 0;
  box-sizing: border-box;
}
.textCard.portfolioCard .designerRow3 {
  gap: 8px;
}
.textCard.portfolioCard .designerRow3 p {
  padding: 0 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.textCard.portfolioCard .designerRow3 p:first-child {
  padding-left: 0;
}
.textCard.portfolioCard .designerRow3 p:last-child {
  padding-right: 0;
  border: none;
}
.textCard.portfolioCard .designerRow3--left {
  display: flex;
}

/*卡片-找報價*/
.serviceCard {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #ffffff;
}
.serviceCard .portfolioImg {
  padding: 4px 4px 0 4px;
}
.serviceCard .portfolioImg img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  transition: transform 0.3s ease-in-out;
}
.serviceCard .orderIcon {
  display: flex;
  align-items: center;
  gap: 4px;
}
.serviceCard .orderIcon::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/proposal.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  opacity: 0.4;
}
.serviceCard .serviceInfo {
  padding: 12px 8px;
}
.serviceCard .designerInfo {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 8px;
  overflow: hidden;
}
.serviceCard .designerInfo p {
  float: left;
}
.serviceCard .designerInfo .editorName {
  width: auto;
  max-width: calc(100% - 75px);
  color: rgba(0, 0, 0, 0.75);
  font-weight: normal;
}
.serviceCard .designerInfo .vipTag {
  margin-right: 5px;
  padding: 0;
  width: 28px;
  height: 18px;
  transform: translateY(1px);
}
.serviceCard .avatar {
  width: 20px;
  height: 20px;
}
.serviceCard .textRight, .serviceCard .flexBtCenter {
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.serviceCard.pending {
  overflow: hidden;
}
.serviceCard.pending::after {
  content: "\5BE9\6838\4E2D";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
}

/*卡片-部落格*/
.blogCard {
  width: calc(100% - 22px);
  margin-right: 20px;
  line-height: 2;
  padding: 10px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 10px;
}
.blogCard:nth-child(4) {
  margin-right: 0;
}
.blogCard .blogImg a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 75%;
  border-radius: 8px;
  margin-bottom: 10px;
  display: block;
}
.blogCard .blogTag {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blogCard .blogTag a {
  margin-right: 4px;
  padding: 4px 10px;
  color: #e1264a;
  background: #FCE9EC;
  border-radius: 100px;
}
.blogCard .blogTitle a {
  min-height: 84px;
  font-size: 21px;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.blogCard .blogTitle a.more::after {
  content: "...";
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: 6px;
  padding: 0 3px;
}
.blogCard .blogContent a {
  max-height: 85px;
  margin: 10px 0;
  overflow: hidden;
  position: relative;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.blogCard .designerInfo {
  display: flex;
  padding-top: 20px;
  margin-bottom: 8px;
  border-top: 1px solid #DAE0E5;
}
.blogCard .designerInfo .vipTag {
  width: 24px;
  height: 18px;
}
.blogCard .designerInfo .editorInfo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  width: calc(100% - 48px);
  max-width: none;
}
.blogCard .designerInfo .editorName {
  width: auto;
}
.blogCard .designerInfo .deal {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

/*評價*/
.rateComment {
  margin-bottom: 40px;
}

.rateCaseName h3 {
  width: calc(100% - 41px);
  display: inline-block;
}
.rateCaseName a {
  max-width: calc(100% - 125px);
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.rateCaseName a span {
  text-decoration: none;
  margin-left: 10px;
}
.rateCaseName.forOrder {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.rateCaseName.forOrder .hintStyle {
  width: calc(100% - 150px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 4px;
}

.rateCaseName::before, .rateService::before, .rateBid::before {
  content: "\4EFB\52D9";
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  padding: 3px 5px;
  margin-right: 5px;
  min-width: 30px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  vertical-align: middle;
}

.rateService::before {
  content: "\670D\52D9";
}

.rateBid::before {
  content: "\61F8\8CDE\4EFB\52D9";
}

.rateCasePrice {
  float: right;
  color: #e1264a;
  margin: 2px 5px 0 0;
}

.commentContent {
  margin: 10px 0;
}
.commentContent.forClient::before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("../img/icon/avatar/avatar_02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  border-radius: 100%;
  background-color: #d3e6f6;
  vertical-align: top;
  opacity: 0.8;
}
.commentContent.forTasker {
  text-align: right;
  width: calc(100% - 40px);
}
.commentContent.forTasker::before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("../img/icon/avatar/avatar_01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.03);
}
.commentContent.forTasker .commentContentText {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.03);
}

.rateComment:nth-child(4n+1) .commentContent.forClient::before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("../img/icon/avatar/avatar_03.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  border-radius: 100%;
}
.rateComment:nth-child(4n+2) .commentContent.forClient::before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("../img/icon/avatar/avatar_04.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  border-radius: 100%;
}
.rateComment:nth-child(4n+3) .commentContent.forClient::before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("../img/icon/avatar/avatar_05.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  border-radius: 100%;
}
.rateComment:nth-child(4n+4) .commentContent.forClient::before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("../img/icon/avatar/avatar_06.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  border-radius: 100%;
}

.commentContentText {
  width: calc(100% - 95px);
  display: inline-block;
  background-color: rgba(211, 230, 246, 0.5);
  padding: 10px;
  border-radius: 5px;
}

.commentContentTag {
  margin-top: 15px;
}

.commentEditor {
  font-size: 14px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 0 45px;
}

/*分頁*/
.pageSelect {
  font-size: 14px;
  color: #797C80;
  margin: 40px 0;
  display: none;
}
.pageSelect .pageNumber, .pageSelect .previousPage, .pageSelect .nextPage {
  color: #797C80;
  line-height: 2;
  padding: 0 6px;
  margin: 0 4px;
  min-width: 32px;
  height: 32px;
  border: 1px solid #DAE0E5;
  border-radius: 4px;
}
.pageSelect .pageNumber.off, .pageSelect .previousPage.off, .pageSelect .nextPage.off {
  display: none;
}
.pageSelect .pageNumber:hover, .pageSelect .pageNumber.on {
  background: #FCE9EC;
  color: #e1264a;
  border-color: #FCE9EC;
}
.pageSelect .previousPage:hover, .pageSelect .nextPage:hover {
  border-color: #AAAEB2;
}
.pageSelect .previousPage::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icon/back.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  opacity: 0.6;
}
.pageSelect .nextPage::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icon/go.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  opacity: 0.6;
}
.pageSelect.forTop {
  margin: 0;
}
.pageSelect.pageLifeSrv .pageNumber:hover, .pageSelect.pageLifeSrv .pageNumber.on {
  color: #ffffff;
  background: #6690FF;
  border-color: #6690FF;
}

/*無結果*/
.noResult {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  clear: both;
}
.noResult::before {
  content: "";
  width: 120px;
  background: url("../img/illustrate/noresult_b.svg") no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 75px;
  display: block;
  margin: 0 auto 10px;
}

.noResultGif {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  clear: both;
}
.noResultGif::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  background: center/cover no-repeat url("/img/illustrate/mascot/nofound.gif");
}

/*加入LINE@*/
.addLineatMsg {
  line-height: 2;
  margin-bottom: 20px;
}

.inviteAddLineat {
  display: block;
  width: 40%;
  max-width: 160px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.inviteAddLineat span {
  height: 90px;
  background: #ffffff;
  position: absolute;
  top: 50px;
  left: 35px;
  display: none;
}

.memberPopAddLinePic {
  width: 200px;
  margin: 0 auto;
}

/*未讀訊息*/
.unRead {
  display: none;
  background: #e1264a;
  color: #ffffff;
  font-size: 12px;
  border-radius: 12px;
  width: 18px;
  height: 18px;
}
.unRead.on {
  display: inline-block;
}

/*方案一覽表*/
.plansTable {
  width: 100%;
  text-align: center;
}

.topic-box .answer-list .plansTableRow p {
  padding-right: 0 !important;
  text-align: center !important;
}

.moreInfo .infoContent {
  display: none;
}

/*方案選擇*/
.vipSteps {
  text-align: center;
  margin-bottom: 60px;
}
.vipSteps .vipEachStep {
  min-width: 95px;
  color: #F9D4DB;
  font-size: 14px;
  margin: 0 10px;
  display: inline-block;
  position: relative;
}
.vipSteps .vipEachStep::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #F9D4DB;
  margin: 10px auto;
  border-radius: 10px;
  display: block;
  position: relative;
  z-index: 1;
}
.vipSteps .vipEachStep::after {
  content: "";
  width: 110px;
  height: 1px;
  background: #F9D4DB;
  position: absolute;
  top: 14px;
  right: 55%;
}
.vipSteps .vipEachStep:first-of-type::after {
  display: none;
}
.vipSteps .vipEachStep.on {
  color: #e1264a;
}
.vipSteps .vipEachStep.on::before, .vipSteps .vipEachStep.on::after {
  background: #e1264a;
}

/*活動用*/
.originalPrice {
  width: 40px;
  height: 37px;
  background: #3a2069;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.4;
  padding-top: 4px;
  border-radius: 999em;
  position: absolute;
  bottom: 60px;
  right: -10px;
}
.originalPrice .yellow {
  color: #f2e52b;
}

/*廣告用小字提示*/
.eventHint::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/bulb.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: text-top;
}

/*廣告用按鈕旁的提示*/
.postBtnForEvent {
  position: relative;
}
.postBtnForEvent::before {
  content: "\6211\9001  10\842C";
  background: #1e1ca8;
  font-size: 10px;
  line-height: 2;
  color: #ffffff;
  white-space: nowrap;
  padding: 0 10px;
  border-radius: 12px;
  position: absolute;
  top: -15px;
  right: calc(50% - 30px);
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

nav .postBtnForEvent::before {
  top: 5px;
  right: -70px;
}

/*宅任務後台編輯區*/
.upload_status img {
  width: 100px;
  height: auto;
}

.work_img img {
  max-height: 100%;
}

/*宅任務使用教學*/
.guideForLife {
  width: 100vw;
  height: 100vh;
  font-size: 16px;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.guideForLife.on ~ .maskdiv {
  background: rgba(0, 0, 0, 0.9);
}
.guideForLife::before, .guideForLife::after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
}
.guideForLife::before, .guideForLife::after, .guideForLife .stepForLife {
  vertical-align: middle;
}
.guideForLife .stepForLife {
  display: none;
}
.guideForLife .stepForLife.on {
  display: inline-block;
}
.guideForLife .btnForLife {
  width: 300px;
  margin: 20px auto;
}
.guideForLife button {
  width: 114px;
  height: 44px;
  background: url(../img/event/200330/btn.png);
  background-size: 100%;
  font-size: 14px;
  line-height: 2;
  padding: 5px 0 10px;
}

/*select*/
.customizedSelect {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 5px;
  background-image: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0.6) 50%, transparent 50%), linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background-position: calc(100% - 13px) calc(1.1em), calc(100% - 8px) calc(1.1em ), calc(100% - 1.8em) 0.7em;
  background-size: 5px 5px, 5px 5px, 1px 1.2em;
  background-repeat: no-repeat;
}
.customizedSelect::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.customizedSelect::-ms-expand {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Good browsers :) */
  opacity: 0;
}

.searchInput.forLife input[type=search], .searchInput.forLife input[type=submit] {
  border: solid 1px #CDD0D6;
}

.lineBtn {
  background-color: #00C300;
  color: #ffffff;
  transition: 0.1s;
}
.lineBtn:hover {
  border-color: #00E000;
}
.lineBtn::before {
  content: "";
  display: inline-block;
  background: url(https://s1.945.com.tw/img/icon/line_id_green.svg) no-repeat 50%;
  width: 20px;
  height: 20px;
  padding-left: 0;
  margin-right: 5px;
  background-size: 100%;
  font-weight: 400;
  border: none;
  transform: translateY(4px);
}

.eventPortfolioContent .portfolioCard {
  width: calc(100% / 2 - 8px);
  flex-shrink: 0;
}

.flipCounter {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3366FF;
  background: top center/cover no-repeat rgba(214, 228, 255, 0.2) url("../img/pages/atf_form/flipBg.png");
  width: 1.4em;
  height: 1.6em;
  transition: transform 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/*動畫區*/
/*箭頭*/
@-webkit-keyframes arrow {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrow {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
/*漂浮*/
@-webkit-keyframes floating {
  0% {
    margin-top: -10px;
  }
  50% {
    margin-top: 0px;
  }
  100% {
    margin-top: -10px;
  }
}
@keyframes floating {
  0% {
    margin-top: -10px;
  }
  50% {
    margin-top: 0px;
  }
  100% {
    margin-top: -10px;
  }
}
/*閃動*/
@-webkit-keyframes sparkle {
  2% {
    opacity: 1;
    pointer-events: auto;
  }
  48% {
    opacity: 1;
    pointer-events: auto;
  }
  52% {
    opacity: 0;
    pointer-events: none;
  }
  98% {
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes sparkle {
  2% {
    opacity: 1;
    pointer-events: auto;
  }
  48% {
    opacity: 1;
    pointer-events: auto;
  }
  52% {
    opacity: 0;
    pointer-events: none;
  }
  98% {
    opacity: 0;
    pointer-events: none;
  }
}
/*從右邊出現*/
@-webkit-keyframes fadeIn {
  0% {
    right: -200px;
  }
  80% {
    right: -180px;
  }
  100% {
    right: 0;
  }
}
@keyframes fadeIn {
  0% {
    right: -200px;
  }
  80% {
    right: -180px;
  }
  100% {
    right: 0;
  }
}
/*沿Ｙ軸旋轉*/
@-webkit-keyframes rotateY {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(359deg);
  }
}
@keyframes rotateY {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(359deg);
  }
}
/*放大縮小*/
@-webkit-keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*RWD區*/
@media only screen and (max-width: 374px) {
  .hotKeyWords {
    font-size: 12px;
  }

  .popSignInForm {
    width: 100%;
  }

  .vipSteps .vipEachStep {
    font-size: 12px;
    margin: 0;
  }
}
@media only screen and (max-width: 414px) {
  .textCard.portfolioCard .designerRow {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .textCard.portfolioCard .designerRow3 {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .designerRow3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 459px) {
  .fontLarge {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
  }

  .fontXl {
    font-size: 21px;
    font-weight: 600;
    line-height: 3;
  }
}
@media only screen and (min-width: 520px) {
  .blogCard {
    width: calc(50% - 28px);
    margin-right: 10px;
    display: inline-block;
  }

  .sortBtn button, .sortBtnNormal button {
    width: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .designerRow3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /*無結果*/
  .noResult::before {
    content: "";
    width: 110px;
    background: url("../img/illustrate/noresult_b.svg") no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 50px;
    display: block;
  }
}
@media only screen and (min-width: 640px) {
  .eventPortfolioContent .portfolioCard {
    width: calc(100% / 3 - 12px);
  }

  .textCard.portfolioCard .designerRow {
    margin-top: 40px;
    width: auto;
    text-align: right;
    float: right;
  }

  .imagePreview {
    width: 24%;
    display: inline-block;
  }
  .imagePreview > a {
    margin-bottom: 10px;
  }
  .imagePreview > a:last-child {
    margin-bottom: 0;
  }

  .imageZoom {
    width: 76%;
    margin-left: 6px;
    margin-bottom: 10px;
    /* 這個語法好像比較新 有時候sass編譯遇到會出現錯誤 2022-10-07 */
    box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.1);
  }
  .imageZoom > a {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .lineFixedIcon {
    display: none;
  }

  .LV a {
    pointer-events: auto;
  }

  .lifeInfoContact {
    flex-direction: row;
  }

  .portfolioCard .designerRow2 .stars, .blogCard .designerRow2 .stars {
    width: 80px;
  }
  .portfolioCard .designerRow2 .stars span:first-of-type, .portfolioCard .designerRow2 .stars span:last-of-type, .blogCard .designerRow2 .stars span:first-of-type, .blogCard .designerRow2 .stars span:last-of-type {
    background-size: 80px auto;
  }

  .popSignInForm .anwsers label {
    width: calc(100% / 3 - 3px);
  }
  .popSignInForm .anwsers .anwserRadios {
    width: calc(100% / 3 - 5px);
  }
  .popSignInForm .anwsers .anwserRadioSmall {
    width: calc(100% / 3 - 30px);
  }

  .popWindow.popWindowCert {
    top: calc(10vh - 45px);
    left: calc(50% - 300px);
    width: 600px;
    height: auto;
  }

  .moreInfo {
    cursor: pointer;
  }
  .moreInfo::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url("../img/icon/info_red.svg") no-repeat center;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .moreInfo:hover {
    position: relative;
  }
  .moreInfo:hover .infoContent {
    width: 190px;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding: 3px 5px;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 0;
    left: 203px;
    z-index: 2;
  }
  .moreInfo:hover .infoContent img {
    width: 100%;
    margin-top: 5px;
  }

  .searchInput .searchAutoComplete, .searchInput.forLife .searchAutoComplete {
    width: 325px;
  }

  /*方案選擇*/
  .rateCaseName a {
    width: auto;
  }
  .rateCaseName.forOrder .hintStyle {
    width: auto;
  }

  .portfolioCard:hover .portfolioImg img, .serviceCard:hover .portfolioImg img {
    transform: scale(1.2);
  }
}
@media only screen and (min-width: 992px) {
  .eventPortfolioContent .portfolioCard {
    width: calc(100% / 4 - 16px);
  }

  .headerDesktop, .footerDesktop {
    display: block;
  }

  .headerMobile, .footerMobile, .forHeadHeight {
    display: none;
  }
  .headerMobile.on, .footerMobile.on, .forHeadHeight.on {
    display: block;
  }
  .headerMobile.on ~ .forHeadHeight, .footerMobile.on ~ .forHeadHeight, .forHeadHeight.on ~ .forHeadHeight {
    display: block;
  }

  .headerNavList .navDropdownOpen.forLife {
    width: 480px;
    height: 620px;
    background: #f7f7f7;
    font-size: 14px;
  }
  .headerNavList .navDropdownOpen.forLife .navDropdownOpenCate {
    background: none;
  }
  .headerNavList .navDropdownOpen.forLife .navDropdownOpenCate:hover, .headerNavList .navDropdownOpen.forLife .navDropdownOpenCate.on {
    background: #ffffff;
  }
  .headerNavList .navDropdownOpen.forLife .navDropdownOpenCate .navDropdownOpenList {
    width: 525px;
    height: 620px;
    background: #ffffff;
    left: 126px;
  }
  .headerNavList .navDropdownOpen.forLife .navDropdownOpenCate .navDropdownOpenList.scroll {
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .tFlag:hover::after {
    content: "\5C0F\7DE8\7CBE\9078";
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    padding: 5px;
    position: absolute;
    top: 35px;
    left: 0;
  }
  .tFlag:hover::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent rgba(0, 0, 0, 0.75) transparent;
    position: absolute;
    top: 25px;
    right: 5px;
  }

  .addToList button:hover {
    background-image: url("../img/icon/like_red.svg");
    background-size: 18px;
    opacity: 1;
  }

  .serviceCard.pending:hover::after {
    display: none;
  }
  .serviceCard.pending:hover .buyServiceBtn {
    opacity: 0;
  }

  .fbSignIn, .gSignIn, .lineSignIn {
    display: inline-block;
  }

  .inviteTalentBtn button:hover, .inviteAllTalent:hover, .redBtn:hover, .smallRedBtn:hover, .guideForLife button:hover {
    position: relative;
  }
  .inviteTalentBtn button:hover::after, .inviteAllTalent:hover::after, .redBtn:hover::after, .smallRedBtn:hover::after, .guideForLife button:hover::after {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .pageSelect {
    float: right;
    display: inline-block;
  }
  .pageSelect.pageLifeSrv {
    display: block;
    float: none;
    margin-left: 200px;
    width: calc(100% - 200px);
    text-align: right;
  }

  .inviteAddLineat:hover span {
    display: contents;
  }

  .eachDot {
    background: #e5e5e5;
  }

  .carousel:hover input[type=radio]:checked + .carouselContent .carouselPrevious, .carousel:hover input[type=radio]:checked + .carouselContent .carouselNext {
    opacity: 1;
  }

  .carouselPrevious:hover::after, .carouselNext:hover::after, .videoPlayBtn:hover::after {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 86%;
    height: 86%;
    border-radius: 50%;
    position: absolute;
    top: 8%;
    left: 8%;
  }

  .videoListPlayBtn:hover::after {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 45px;
    height: 45px;
    border-radius: 45px;
    position: absolute;
    top: calc(50% - 23px);
    left: calc(50% - 23px);
  }

  .imagePreview a:hover::after {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .blogCard {
    width: calc(100% / 3 - 38px);
    max-width: none;
    margin: 0 20px 0 0;
    display: inline-block;
  }
  .blogCard:nth-child(4) {
    margin-right: 20px;
  }
  .blogCard:nth-child(6) {
    margin: 0;
  }
  .blogCard:hover {
    transform: scale(1.02);
  }

  .designerSkill a:hover, .blogTag a:hover, .hotKeyWords a:hover {
    color: #000000;
  }

  .indexTitle a:hover, .blogTitle a:hover, .editorName a:hover, .serviceName .boldBlack:hover, .accountBtn:hover {
    color: #3366FF;
  }

  .introduceContent a:hover, .blogContent a:hover {
    color: rgba(0, 0, 0, 0.75);
  }

  .popSignInForm .accountBtn {
    width: 80%;
  }
  .popSignInForm .accountBtn:hover {
    border-color: #e1264a;
  }

  .gotop .writeReview {
    display: inline-block;
  }
  .gotop .writeReview:hover {
    position: relative;
  }
  .gotop .writeReview:hover::after {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .eventCloseBtn:hover {
    opacity: 1;
  }

  .eventHint:hover {
    color: rgba(0, 0, 0, 0.75);
  }

  .chatBtn {
    display: block;
  }

  .instanHelpIcon {
    bottom: calc(20vh + 205px);
  }
  .instanHelpIcon:hover {
    background: #000000;
  }

  .instanPostIcon {
    position: fixed;
    bottom: calc(20vh + 205px);
    right: 0;
    z-index: 1;
    cursor: pointer;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
  }

  .popWindow, .autoClose {
    width: 400px;
    left: calc(50% - 200px);
  }
  .popWindow.fullPage, .autoClose.fullPage {
    width: 630px;
    height: 630px;
    max-height: none;
    left: calc(50vw - 335px);
    top: calc(50vh - 335px);
  }
  .popWindow.fullPage .popFixedBtn, .autoClose.fullPage .popFixedBtn {
    bottom: calc(50vh - 300px);
  }
  .popWindow.popWinLifePost, .autoClose.popWinLifePost {
    left: 50%;
  }

  .popWindow.popWindowReactUpload {
    top: calc(50vh - 335px);
    left: calc(50vw - 335px);
    width: 630px;
    height: 630px;
    max-height: none;
  }

  .autoCompleteItem {
    cursor: pointer;
  }
  .autoCompleteItem:hover, .autoCompleteItem.active {
    background: rgba(0, 0, 0, 0.03);
  }

  .hotKeyWords {
    width: 354px;
    padding: 0 5px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .sortBtn, .sortBtnNormal {
    text-align: right;
  }
  .sortBtn button:hover, .sortBtnNormal button:hover {
    color: #e1264a;
  }
  .sortBtn button:hover::after, .sortBtnNormal button:hover::after {
    background-image: url("../img/icon/rank_red.svg");
    background-size: 100%;
    opacity: 1;
  }
  .sortBtn button.talentPriceSort:hover.up::after, .sortBtnNormal button.talentPriceSort:hover.up::after {
    background: url("../img/icon/rank_updown_down.svg") no-repeat center;
    background-size: 100%;
    opacity: 1;
    opacity: 1;
  }
  .sortBtn button.talentPriceSort:hover.down::after, .sortBtnNormal button.talentPriceSort:hover.down::after {
    background: url("../img/icon/rank_updown_up.svg") no-repeat center;
    background-size: 100%;
    opacity: 1;
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .carouselPrevious {
    left: calc(50% - 600px);
  }

  .carouselNext {
    right: calc(50% - 600px);
  }
}
.messenger {
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 700px;
  background: #f7f7f7;
  font-size: 14px;
  text-align: left;
  position: fixed;
  bottom: calc(-80vh - 500px);
  right: 0;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.2);
}
.messenger.on {
  bottom: 0;
  z-index: 100;
}
.messenger.default .defaultMessageContent {
  margin: 25% auto;
  width: 120px;
  height: 120px;
  background: url("../img/illustrate/chat_bg_2.svg?20200630") #f7f7f7 center no-repeat;
  cursor: pointer;
  border-radius: 0 0 10px 0;
}
.messenger.default .defaultMessageContent.new {
  background: url("../img/illustrate/chat_bg.svg?20200630") #f7f7f7 center no-repeat;
}
.messenger.default .msgCountDown, .messenger.default .kebab {
  display: none;
}
.messenger.offline::after {
  content: "";
  width: 100%;
  height: calc(100% - 37px);
  background: url("../img/illustrate/chat_bg_offline.svg?20200630") #f7f7f7 center no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

/*上方名字區*/
.backToChatList {
  color: #ffffff;
  padding: 4px;
  padding-right: 12px;
  border: 1px solid #c30227;
  border-radius: 5px;
}
.backToChatList::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/back_white.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: sub;
}
.backToChatList.forLife {
  border-color: #313131;
}

.userName {
  position: relative;
  display: flex;
  align-items: center;
  height: 38px;
  background: #e1264a;
  border: 1px solid #e1264a;
}
.userName input[type=checkbox] {
  display: none;
}
.userName input[type=checkbox]:checked ~ .userDropDown {
  display: block;
}
.userName.forLife {
  background-color: #313131;
  border-color: #313131;
}

.userNameBtn {
  width: calc(100% - 105px);
  color: #ffffff;
  font-weight: 600;
  line-height: 2.5;
  padding-left: 10px;
  display: inline-block;
}
.userNameBtn span {
  max-width: calc(100% - 45px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.userNameBtn.online::before, .userList .avatar.online::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #2ab900;
  border-radius: 8px;
  margin-right: 5px;
  display: inline-block;
}

.userList .avatar.online::before {
  margin-right: 0;
  position: absolute;
  bottom: 0;
  right: -3px;
}

.collapse {
  height: 30px;
  padding: 0 10px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
}
.collapse span {
  width: 12px;
  height: 3px;
  background: #ffffff;
  display: block;
}

.kebab {
  position: absolute;
  top: 5px;
  right: 40px;
  z-index: 2;
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
}
.kebab::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/icon/menu_kebab.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  margin: 6px 0;
}

.userDropDown {
  width: 100%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 3;
  display: none;
  border-radius: 0 0 10px 10px;
}
.userDropDown button {
  width: calc(100% - 10px);
  line-height: 3;
  text-align: left;
  color: rgba(0, 0, 0, 0.75);
  padding-left: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.userDropDown button::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/account.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  margin-right: 5px;
  opacity: 0.6;
  vertical-align: sub;
}
.userDropDown button.blockBtn::before {
  background: url("../img/icon/block_black.svg") no-repeat center;
  background-size: 100%;
  opacity: 1;
  opacity: 0.6;
}
.userDropDown button.accuseBtn::before {
  background: url("../img/icon/error_black.svg") no-repeat center;
  background-size: 100%;
  opacity: 1;
  opacity: 0.6;
}
.userDropDown button.reportBtn::before {
  background: url("../img/icon/contact_support_outline_black.svg") no-repeat center;
  background-size: 100%;
  opacity: 1;
  opacity: 0.6;
}
.userDropDown button.chatEditBtn::before {
  background: url("../img/icon/edit_black_circle.svg") no-repeat center;
  background-size: 100%;
  opacity: 1;
  opacity: 0.6;
}
.userDropDown button:last-of-type {
  border: none;
}

.messageContnet, .userConsole {
  width: calc(100% - 20px);
  padding: 8px 10px 28px 8px;
  border-radius: 0 0 10px 0;
}

/*中間訊息區*/
.messageContnet {
  width: 100%;
  height: calc(100% - 125px);
  padding: 10px;
  overflow-y: scroll;
  box-sizing: border-box;
  overscroll-behavior-y: contain;
}
.messageContnet.smaller {
  height: calc(100% - 200px);
}
.messageContnet.xsmaller {
  height: calc(100% - 240px);
}
.messageContnet::-webkit-scrollbar {
  width: 3px;
}

.messageHelpIcon {
  content: "";
  width: 32px;
  height: 32px;
  background: url("../img/icon/help.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  opacity: 0.6;
  position: absolute;
  right: 3px;
  bottom: 130px;
  z-index: 2;
}

.statusBubble {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: calc(-80vh - 500px);
  z-index: 1;
}

.statusBubbleContent {
  background: #f2f2f2;
  padding: 3px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  display: inline-block;
}

.status_bubble.disappear {
  opacity: 0;
  transition: opacity 1s ease-in;
}

.stickerContainer {
  position: absolute;
  top: -181px;
  left: 0;
  z-index: 2;
  border-radius: 10px 10px 0 0;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 180px;
  box-shadow: 0 -2px 8px 3px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  overflow-y: auto;
}
.stickerContainer::-webkit-scrollbar {
  width: 3px;
}
.stickerContainer .stickerContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.stickerContainer .stickerBtn {
  margin: 4px 2px;
  width: 64px;
  height: 64px;
  background-size: contain;
  cursor: pointer;
}
.stickerContainer .closeSticker {
  padding: 10px 0 20px 0;
  width: 100%;
  text-align: center;
}
.stickerContainer .closeSticker .closeBtn {
  margin: 0 auto;
  width: 60px;
  height: 6px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.1);
}

.msgPrivacyHint::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/error_gray.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  margin-right: 5px;
  vertical-align: sub;
}

/*對話框*/
.counterpartBubble, .userBubble, .statusBubble {
  margin-bottom: 20px;
}
.counterpartBubble .avatar, .counterpartBubble .bubble, .counterpartBubble .sendTime, .userBubble .avatar, .userBubble .bubble, .userBubble .sendTime, .statusBubble .avatar, .statusBubble .bubble, .statusBubble .sendTime {
  vertical-align: bottom;
}

.userBubble {
  text-align: right;
}
.userBubble .bubble {
  text-align: left;
  border-radius: 20px 20px 0 20px;
}

.bubble {
  max-width: calc(75% - 45px);
  word-break: break-all;
  padding: 10px 20px;
  border-radius: 20px 20px 20px 0;
  display: inline-block;
}
.bubble.bgWhite {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.bubble a {
  color: #044FA4;
  text-decoration: underline;
}

.sendTime {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  display: inline-block;
}
.sendTime.read::before {
  content: "\5DF2\8B80";
  display: block;
}

/*卡片*/
.messageCard {
  width: calc(80% - 20px);
  max-width: 240px;
  background: #fbe9ec;
  text-align: center;
  border-radius: 5px;
  padding: 0 10px 10px;
  margin: 80px 0 20px auto;
  position: relative;
}
.messageCard li:last-of-type {
  padding-top: 15px;
  margin-bottom: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.messageCard li.messageCardContent {
  padding-top: 0;
  border-top: none;
}
.messageCard .sendTime {
  width: 60px;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: -63px;
}
.messageCard.counterpart {
  background-color: #ffffff;
  margin: 80px auto 30px 5px;
}
.messageCard.counterpart .sendTime {
  text-align: left;
  left: auto;
  right: -63px;
}

.messageCateIcon {
  width: 50px;
  height: 50px;
  background: url("../img/illustrate/invitation.svg") #FCE9EC no-repeat center;
  background-size: 45px;
  padding: 5px;
  margin: -50px auto 5px auto;
  border: 3px solid #ffffff;
  border-radius: 60px;
  display: inline-block;
}
.messageCateIcon.invitee {
  background: url("../img/illustrate/new_message.svg") #FCE9EC no-repeat center;
  background-size: 45px;
}
.messageCateIcon.notification {
  background: url("../img/illustrate/notification.svg") #FCE9EC no-repeat center;
  background-size: 45px;
}
.messageCateIcon.deal {
  background: url("../img/illustrate/deal_multi_color.svg") #FCE9EC no-repeat center;
  background-size: 50px;
}
.messageCateIcon.unlocked {
  background: url("../img/illustrate/lock_multi.svg") #FCE9EC no-repeat center;
  background-size: 50px;
}
.messageCateIcon.coupon {
  background: url("../img/illustrate/tickets.svg") #FCE9EC no-repeat center;
  background-size: 50px;
}
.messageCateIcon.question {
  background: url("../img/illustrate/question.svg") #FCE9EC no-repeat center;
  background-size: 50px;
}

.messageCateText, .messageCardTit, .messageCardContent, .linkBtn {
  margin-bottom: 15px;
}

.messageCateText {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.messageCardTit, .messageCardContent {
  text-align: left;
}
.messageCardTit p, .messageCardContent p {
  line-height: 2;
}
.messageCardTit p::before, .messageCardContent p::before {
  margin-right: 3px;
  vertical-align: sub;
  opacity: 0.6;
}
.messageCardTit .boldRed, .messageCardContent .boldRed {
  font-size: 16px;
}
.messageCardTit .rateCase, .messageCardContent .rateCase {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.messageCardTit .counting font, .messageCardContent .counting font {
  background: rgba(225, 38, 74, 0.2);
  color: #000000;
  font-size: 24px;
  border: 1px dashed #ef8c9d;
  border-radius: 3px;
  padding: 0 10px;
  margin-right: 5px;
}
.messageCardTit .counting font:last-of-type, .messageCardContent .counting font:last-of-type {
  margin-right: 5px;
}

.messageLocation::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/location.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
}

.messageDeadline::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/calendar.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
}

.messageRate::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/edit_black_filled.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
}

.messageDeal::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/deal.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
}

.messageInvite::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/invite.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
}

.messageSkill .blackText {
  margin-right: 10px;
}
.messageSkill::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/skill.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
}

.messageName::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/login.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
}

.messageTel::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/call_black.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
}

.messageDescribe::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/description.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
}

.messageTime::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/clock.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
}

.messageBuy::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/cart_filled.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
}

.messageMail::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/mail.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
}

.messageLine::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/social/circle_line.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
}

.messagePropose::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/submit.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
}

.rateInfo .hintStyleSmaller {
  float: right;
}

.rateTags {
  background: #f2f2f2;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  padding: 3px 10px;
  margin: 5px 10px 5px 0;
  border-radius: 5px;
  display: inline-block;
}
.rateTags.on {
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
}

.actionBtn {
  max-width: 240px;
  text-align: center;
  margin: 0 auto;
}
.actionBtn button {
  width: calc(50% - 8px);
  background: rgba(0, 0, 0, 0.75);
  font-weight: 600;
  color: #ffffff;
  padding: 8px 0;
  margin-right: 10px;
  border-radius: 5px;
  display: inline-block;
}
.actionBtn button:last-of-type {
  background: #e1264a;
  margin-right: 0;
}
.actionBtn.remindBtn {
  margin-top: 10px;
}
.actionBtn.remindBtn button {
  padding: 4px 0;
  font-size: 14px;
}

/*debug訊息*/
.debugMsg {
  width: calc(100% - 20px);
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 3px 10px;
  position: absolute;
  bottom: 68px;
  right: 0;
  cursor: pointer;
}

/*提醒發案訊息*/
.suggestMsg {
  min-height: 40px;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.75);
  padding: 10px;
  position: relative;
  z-index: 1;
}
.suggestMsg .suggestMsgRight, .suggestMsg .suggestMsgLeft {
  display: inline-block;
  vertical-align: middle;
}
.suggestMsg .suggestMsgRight {
  width: 100px;
}
.suggestMsg .suggestMsgLeft {
  width: calc(100% - 115px);
  margin-right: 10px;
}
.suggestMsg .suggestMsgLeft .closed::before {
  content: "\5DF2\7D50\6848";
  font-size: 10px;
  color: #e1264a;
  border: 1px solid #e1264a;
  border-radius: 5px;
  padding: 0 3px;
  margin-right: 5px;
}
.suggestMsg .firstLine {
  width: 100%;
  padding-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  outline: none;
}
.suggestMsg .secondLine {
  margin-top: 10px;
  display: block;
}

/*倒數*/
.msgCountDown {
  background: #ffffff;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  padding: 3px 10px;
  margin-top: -24px;
  border-radius: 5px 5px 0 0;
  float: right;
  position: relative;
}
.msgCountDown::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icon/help.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  height: 15px;
  vertical-align: sub;
  opacity: 0.6;
}
.msgCountDown .countDownHint {
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  padding: 5px;
  white-space: nowrap;
  position: absolute;
  right: 0;
  bottom: 25px;
  display: none;
}
.msgCountDown:hover .countDownHint {
  display: block;
}

/*置中訊息*/
.centerMsg {
  width: calc(100% - 20px);
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 1.8;
  margin: 0 auto 20px;
}
.centerMsg p:last-of-type {
  margin-top: 10px;
}
.centerMsg .messageLine, .centerMsg .messageTel, .centerMsg .messageMail, .centerMsg .messageName {
  display: block;
}
.centerMsg .messageLine::before, .centerMsg .messageTel::before, .centerMsg .messageMail::before, .centerMsg .messageName::before {
  opacity: 0.6;
  margin-right: 5px;
  vertical-align: middle;
}

/*案主的聯絡資訊*/
.contactInformation {
  background: #ffffff;
  padding: 10px;
  margin-top: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

/*下方操作區*/
.userConsole {
  background: #ffffff;
  position: relative;
}
.userConsole .textCenter {
  width: 100%;
  display: none;
}
.userConsole.locked::after, .userConsole.block::after, .userConsole.editFile::after {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.userConsole.locked .textCenter, .userConsole.block .textCenter, .userConsole.editFile .textCenter {
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
  z-index: 3;
  display: block;
}
.userConsole.locked .smallRedBtn::before {
  content: "";
  width: 16px;
  background: url("../img/illustrate/lock.svg") no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 14px;
  display: inline-block;
  position: relative;
}
.userConsole.block .smallRedBtn::before {
  content: "";
  width: 16px;
  background: url("../img/illustrate/block.svg") no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 14px;
  display: inline-block;
}

.functionBtn {
  margin-bottom: 45px;
  overflow: hidden;
}
.functionBtn button {
  width: auto;
  color: rgba(0, 0, 0, 0.75);
  font-size: 12px;
  font-weight: 600;
  padding: 5px;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  float: left;
}
.functionBtn button::before {
  content: "";
  width: 20px;
  background: url("../img/illustrate/invitation.svg") no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
}
.functionBtn button:nth-child(2)::before {
  background: url("../img/illustrate/shopping_cart.svg") no-repeat center;
  background-size: 100%;
  opacity: 1;
}
.functionBtn button:nth-child(3)::before {
  background: url("../img/illustrate/deal_multi_color.svg") no-repeat center;
  background-size: 100%;
  opacity: 1;
}
.functionBtn button:nth-child(4) {
  margin-right: 0;
}
.functionBtn button:nth-child(4)::before {
  background: url("../img/illustrate/review.svg") no-repeat center;
  background-size: 100%;
  opacity: 1;
}

.textArea {
  position: relative;
}
.textArea #messageUploadBtn {
  display: none;
}

.uploadFileBtn {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icon/attachment.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  opacity: 0.75;
  position: absolute;
  bottom: 7px;
  left: 0;
}

.textBox {
  width: calc(100% - 124px);
  max-height: 150px;
  overflow-y: scroll;
  background: #ffffff;
  line-height: 2;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  left: 34px;
  z-index: 1;
  -webkit-user-modify: read-write-plaintext-only;
  -moz-user-modify: read-write-plaintext-only;
  -ms-user-modify: read-write-plaintext-only;
  user-modify: read-write-plaintext-only;
}
.textBox::before {
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.6);
}
.textBox:focus {
  outline: none;
}
.textBox:focus::before {
  display: none;
}

.sendMessageBtn {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icon/send.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  opacity: 0.75;
  position: absolute;
  bottom: 7px;
  right: 0;
}
.sendMessageBtn.on {
  background: url("../img/icon/send_red.svg") no-repeat center;
  background-size: 100%;
  opacity: 1;
}

.sendStickerBtn {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icon/emoji.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  opacity: 0.4;
  position: absolute;
  bottom: 7px;
  right: 34px;
}

/*功能鍵展開*/
.consoleOpen {
  position: absolute;
  bottom: -2000px;
  left: 2px;
  border-radius: 10px 10px 0 0;
  width: calc(100% - 22px);
  background: #ffffff;
  padding: 15px 10px;
}
.consoleOpen.on {
  bottom: 5px;
  z-index: 2;
}
.consoleOpen .popTitle {
  margin-bottom: 10px;
}

.consoleOpenContent {
  max-height: calc(80vh - 250px);
  line-height: 2;
  overflow-y: scroll;
}
.consoleOpenContent form {
  line-height: 2.5;
}
.consoleOpenContent form p {
  margin-bottom: 10px;
}
.consoleOpenContent form input {
  max-width: calc(100% - 110px);
  min-height: 24px;
  padding: 7px 10px;
  border: 1px solid #C2C7CC;
  border-radius: 5px;
}
.consoleOpenContent form select {
  height: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 40px 0 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(45deg, transparent 50%, #C2C7CC 0), linear-gradient(135deg, #C2C7CC 50%, transparent 0), linear-gradient(90deg, #C2C7CC, #C2C7CC);
  background-position: calc(100% - 20px) calc(1.4em - 4px), calc(100% - 15px) calc(1.4em - 4px), calc(100% - 2.5em) 5px;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.consoleOpenContent form select.recommendLetter {
  max-width: 160px;
}
.consoleOpenContent form .addLetter {
  display: block;
  outline: none;
}
.consoleOpenContent form input[type=radio] {
  min-height: initial;
  padding: 0;
}
.consoleOpenContent form input[type=radio]#deadline_yes:checked ~ input[type=date]::after {
  display: none;
}
.consoleOpenContent form input[type=date].focus_input {
  width: 140px;
  padding: 0 0 0 5px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  position: relative;
}
.consoleOpenContent form input[type=date].focus_input::after {
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 2px;
  left: 6px;
}
.consoleOpenContent form input[type=date].focus_input:focus::after {
  display: none;
}
.consoleOpenContent form input[type=number].focus_input {
  width: 30px;
}
.consoleOpenContent form .setPrice input[type=number] {
  width: calc(50% - 75px);
}
.consoleOpenContent textarea {
  width: calc(100% - 30px);
  padding: 10px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.selectList {
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.selectList:last-of-type {
  border-bottom: none;
}
.selectList li {
  display: inline-block;
  vertical-align: middle;
}

.selectListInfo {
  width: calc(50% - 10px);
}
.selectListInfo a, .selectListInfo .hintStyleSmaller {
  width: 100%;
  color: #000000;
  line-height: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.selectListInfo a.rateBid::before, .selectListInfo .hintStyleSmaller.rateBid::before {
  vertical-align: unset;
}
.selectListInfo .selectListInfoPic, .selectListInfo .selectListInfoText {
  display: inline-block;
  vertical-align: middle;
}
.selectListInfo .selectListInfoPic {
  background-size: cover;
  background-position: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.selectListInfo .selectListInfoText {
  width: calc(100% - 50px);
}
.selectListInfo .selectListInfoText a {
  line-height: 1.5;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.selectListPrice {
  width: 30%;
  text-align: center;
  font-size: 16px;
}

.selectListConfirm {
  width: 20%;
}
.selectListConfirm .selectListBtn {
  width: 100%;
  max-width: 75px;
  padding: 5px 0;
  margin-top: 0;
}

.selectListBtn {
  background: #e1264a;
  color: #ffffff;
  padding: 5px 20px;
  margin-top: 10px;
  border-radius: 5px;
}

.messenger .stars, .messengerNav .stars {
  width: 75px;
}
.messenger .stars span:first-of-type, .messenger .stars span:last-of-type, .messengerNav .stars span:first-of-type, .messengerNav .stars span:last-of-type {
  background-size: 75px auto;
}

.reviewStarSelect {
  position: relative;
}
.reviewStarSelect .reviewStar {
  width: 120px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: calc(50% - 60px);
  pointer-events: none;
}
.reviewStarSelect .reviewStar span {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.reviewStarSelect .reviewStar span:first-of-type {
  background: url(../img/icon/rate.svg) no-repeat;
  background-size: auto 20px;
  background-position: left;
}
.reviewStarSelect .reviewStar span:last-of-type {
  width: 0;
  background: url(../img/icon/rate_yellow.svg) no-repeat;
  background-size: auto 20px;
  background-position: left;
}
.reviewStarSelect input[type=radio] {
  width: 20px;
  height: 20px;
  min-height: auto;
  margin: 0;
  opacity: 0;
}
.reviewStarSelect .oneStar:checked ~ a span:last-of-type {
  width: 20%;
}
.reviewStarSelect .twoStars:checked ~ a span:last-of-type {
  width: 40%;
}
.reviewStarSelect .threeStars:checked ~ a span:last-of-type {
  width: 60%;
}
.reviewStarSelect .fourStars:checked ~ a span:last-of-type {
  width: 80%;
}
.reviewStarSelect .fiveStars:checked ~ a span:last-of-type {
  width: 100%;
}

.reviewTags {
  margin: 10px 0;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}
.reviewTags input[type=checkbox] {
  display: none;
}
.reviewTags input[type=checkbox]:checked + .rateTags {
  color: #e1264a;
}

/*扣次數的提示*/
.alertConsoleOpen {
  width: calc(100% - 20px);
  background: #ffffff;
  text-align: center;
  padding: 15px 10px;
  position: absolute;
  bottom: -1280px;
  left: 2px;
  z-index: 3;
}
.alertConsoleOpen.on {
  bottom: 0;
}

.alertContent {
  width: 100%;
  margin: -10px auto 15px auto;
}

/*側邊欄*/
.messengerNav {
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 700px;
  background: #ffffff;
  font-size: 14px;
  position: fixed;
  bottom: calc(-100vh - 500px);
  right: 0;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.2);
}
.messengerNav.on {
  bottom: 0;
  z-index: 100;
}

.messengerNavSearch {
  margin: 0 auto;
  height: 70px;
  background-color: #e1264a;
}
.messengerNavSearch input[type=text] {
  width: calc(100% - 100px);
  max-width: 300px;
  background: url(../img/icon/search_btn_white.svg) left center no-repeat #BE1334;
  background-size: 13px;
  background-position: 5px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 2.5;
  padding-left: 22px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 5px 10px;
  border: none;
  border-radius: 38px;
}
.messengerNavSearch input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.messengerNavSearch.forLife {
  background-color: #313131;
}

.messengerNavList {
  height: calc(100% - 80px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
.messengerNavList::-webkit-scrollbar {
  width: 3px;
}

.navListAction {
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background-color: #000000;
  z-index: 2;
  cursor: pointer;
}
.navListAction::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 4px;
  width: 16px;
  height: 2px;
  border-radius: 10px;
  background-color: #ffffff;
}

.userList {
  position: relative;
  width: calc(100% - 20px);
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.userList.on {
  background: #fce9ec;
  color: #000000;
  font-weight: 600;
}
.userList .userListName {
  width: calc(100% - 32px);
  display: inline-block;
}
.userList .userListName .userListNameContent {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.userList .userListName .lastTime {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.4);
  display: block;
}

.avatar, .userListName {
  vertical-align: middle;
}

.messenger .avatar, .messengerNav .avatar {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 1.8;
  margin-right: 5px;
  border: 1px solid #dedede;
  position: relative;
}
.messenger .avatar.review, .messengerNav .avatar.review {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.messenger .avatar .on, .messengerNav .avatar .on {
  background: #e1264a;
  font-size: 10px;
  font-weight: normal;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  right: -7px;
}
.messenger .avatar.boss::after, .messengerNav .avatar.boss::after {
  background: rgba(0, 0, 0, 0.1);
}

.messengerNavSel {
  position: relative;
  display: flex;
  z-index: 3;
}
.messengerNavSel select {
  position: relative;
  flex: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 2px;
  border: none;
  border-radius: 0;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-right-style: solid;
  border-bottom-style: solid;
  background-image: url("../img/icon/expand.svg");
  background-position: calc(100% - 4px) center;
  background-repeat: no-repeat;
  background-size: 10px;
  background-color: #ffffff;
  z-index: 1;
}

.messengerNav.on .messengerNavSel .msgNavTips {
  position: absolute;
  top: 50px;
  left: 10px;
}
.messengerNav.on .messengerNavSel .msgNavTips input[type=checkbox]:checked ~ .tipsCloseIcon, .messengerNav.on .messengerNavSel .msgNavTips input[type=checkbox]:checked ~ .tipsText, .messengerNav.on .messengerNavSel .msgNavTips input[type=checkbox]:checked ~ .tipsDiv {
  display: none;
}
.messengerNav.on .messengerNavSel .msgNavTips .tipsText {
  position: relative;
  padding: 10px;
  font-size: 12px;
  border-radius: 5px;
  color: #ffffff;
  background: #2E3133;
}
.messengerNav.on .messengerNavSel .msgNavTips .tipsText::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 135px;
  z-index: 2;
  width: 0;
  height: 0;
  transform: rotate(60deg);
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: #2E3133 transparent transparent transparent;
}
.messengerNav.on .messengerNavSel .msgNavTips .tipsDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.messengerNav.on .messengerNavSel .msgNavTips .tipsCloseIcon {
  position: absolute;
  top: -8px;
  left: 280px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  background: center/18px no-repeat #F2F6FA url("../img/icon/close_sec.svg");
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .reviewTags {
    white-space: normal;
    overflow: visible;
  }
}
@media only screen and (min-width: 992px) {
  .messenger.on, .messengerNav.on {
    bottom: 10px;
  }

  .messenger {
    right: 20px;
    width: 440px;
    height: 680px;
    max-height: 95vh;
    border-radius: 0 10px 10px 0;
  }
  .messenger .collapse, .messenger .kebab {
    top: 10px;
  }

  .messengerNav {
    display: block;
    width: 200px;
    height: 680px;
    max-height: 95vh;
    right: 460px;
    border-radius: 10px 0 0 10px;
  }
  .messengerNav .collapse {
    display: none;
  }

  .messengerNavSearch {
    border-radius: 10px 0 0 0;
    height: 82px;
  }
  .messengerNavSearch input[type=text] {
    width: calc(100% - 40px);
    margin: 10px;
    max-width: none;
  }

  .backToChatList {
    display: none;
  }

  .userName {
    height: 48px;
    border-radius: 0 10px 0 0;
  }

  .userNameBtn {
    width: calc(100% - 50px);
  }

  .consoleOpenContent {
    max-height: 250px;
  }
  .consoleOpenContent input[type=date].focus_input::after {
    display: none;
  }
  .consoleOpenContent form .addLetter {
    display: inline-block;
  }

  .userDropDown button:hover, .functionBtn button:hover {
    color: #e1264a;
    border-color: #e1264a;
  }

  .userDropDown button:hover {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .userDropDown button:hover::before {
    background: url("../img/icon/account_red.svg") no-repeat center;
    background-size: 100%;
    opacity: 1;
  }
  .userDropDown button.blockBtn:hover::before {
    background: url("../img/icon/block_red.svg") no-repeat center;
    background-size: 100%;
    opacity: 1;
  }
  .userDropDown button.accuseBtn:hover::before {
    background: url("../img/icon/error_outlined_red.svg") no-repeat center;
    background-size: 100%;
    opacity: 1;
  }
  .userDropDown button.reportBtn:hover::before {
    background: url("../img/icon/contact_support_outline_red.svg") no-repeat center;
    background-size: 100%;
    opacity: 1;
  }
  .userDropDown button.chatEditBtn:hover::before {
    background: url("../img/icon/edit_circle_outline_red.svg") no-repeat center;
    background-size: 100%;
    opacity: 1;
  }

  .uploadFileBtn:hover {
    background: url("../img/icon/attachment_red.svg") no-repeat center;
    background-size: 100%;
    opacity: 1;
  }
  .uploadFileBtn:hover::after {
    content: "\53EF\50B3\9001  1MB\4EE5\4E0B\7684  doc, pdf, ppt, jpg, gif, png, txt, ai\6A94";
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 5px;
    display: block;
    white-space: nowrap;
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 2;
  }

  .sendMessageBtn:hover {
    background: url("../img/icon/send_red.svg") no-repeat center;
    background-size: 100%;
    opacity: 1;
  }

  .navListAction {
    opacity: 0;
  }

  .userList:hover {
    background: #fce9ec;
  }
  .userList:hover .navListAction {
    opacity: 1;
    transition: 0.2s all ease-in;
  }

  .actionBtn button, .selectListBtn {
    position: relative;
  }
  .actionBtn button:hover::after, .selectListBtn:hover::after {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: -1px;
    left: -1px;
  }

  .stickerContainer .stickerBtn {
    margin: 8px;
    width: 80px;
    height: 80px;
  }

  .messengerNav.on .messengerNavSel .msgNavTips {
    left: 0;
  }
  .messengerNav.on .messengerNavSel .msgNavTips .tipsText::before {
    left: 85px;
  }
  .messengerNav.on .messengerNavSel .msgNavTips .tipsDiv {
    display: none;
  }
  .messengerNav.on .messengerNavSel .msgNavTips .tipsCloseIcon {
    top: -5px;
    left: 185px;
    width: 20px;
    height: 20px;
    background-size: 12px;
  }
}