﻿@charset "UTF-8";
.btn-primary {
  color: #fff;
  background-color: #F88546;
  border-color: #F88546;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background-color: #EF7837;
  border-color: #EF7837;
}
.btn-primary.disabled {
  color: #fff;
  background-color: #F88546;
  border-color: #F88546;
  opacity: 0.65;
}

.btn-secondary {
  color: #fff;
  background-color: #406798;
  border-color: #406798;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #fff;
  background-color: #36567D;
  border-color: #36567D;
}
.btn-secondary.disabled {
  color: #fff;
  background-color: rgba(63, 103, 151, 0.65);
  border-color: rgba(63, 103, 151, 0.65);
  opacity: 0.65;
}

.btn-gray {
  color: #fff;
  background-color: #8E8E8E;
  border-color: #8E8E8E;
}
.btn-gray:hover, .btn-gray:focus {
  color: #fff;
  background-color: #6C6C6C;
  border-color: #6C6C6C;
}

.text-primary {
  color: #F88546 !important;
  text-decoration: none;
}

a.text-primary:hover {
  color: #EF7837 !important;
}

.text-secondary {
  color: #406798 !important;
  text-decoration: none;
}

a.text-secondary:hover {
  color: #36567D !important;
}

.text-gray {
  color: #8E8E8E;
}

.bg-primary {
  background-color: #F88546 !important;
}

.bg-secondary {
  background-color: #406798 !important;
}

html, body {
  height: 100%;
}

.mobile_footer {
  margin-top: 50px;
}

.footer {
  height: 40px;
  width: 100%;
  color: #000;
  border-top: 1px solid transparent;
  border-image: radial-gradient(ellipse at center, transparent, #BEBEBE, transparent);
  border-image-slice: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.toOmit {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.creativeWork .card {
  border: none;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}
.creativeWork .card h5.card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.creativeWork .card a {
  text-decoration: none;
}
.creativeWork .carousel-inner {
  padding: 1em;
}
.creativeWork .carousel-control-prev,
.creativeWork .carousel-control-next {
  background-color: rgba(0, 0, 0, 0.8);
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.creativeWork .carousel-control-prev span,
.creativeWork .carousel-control-next span {
  width: 1.5rem;
  height: 1.5rem;
}
.creativeWork .image-wrapper {
  border-bottom: 1px solid #e1e1e1;
}
.creativeWork .image-wrapper img {
  width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
  margin: 0;
}
.creativeWork h5.cardSetting {
  text-align: center;
  display: flex;
  align-self: center;
  align-items: center;
  line-height: 270px;
}

.login_card, .joinIn_card, .forgetPassword_card, .verificationMailbox_card, .forAll_card {
  display: flex;
  justify-content: center;
}
.login_card .card-title, .joinIn_card .card-title, .forgetPassword_card .card-title, .verificationMailbox_card .card-title, .forAll_card .card-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
}
.login_card .card, .joinIn_card .card, .forgetPassword_card .card, .verificationMailbox_card .card, .forAll_card .card {
  width: 500px;
  background-color: #fff;
  border: 1px solid #707070;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
}
.login_card .card-body, .joinIn_card .card-body, .forgetPassword_card .card-body, .verificationMailbox_card .card-body, .forAll_card .card-body {
  padding: 2.5rem;
}
.login_card .card-body .form-control, .joinIn_card .card-body .form-control, .forgetPassword_card .card-body .form-control, .verificationMailbox_card .card-body .form-control, .forAll_card .card-body .form-control {
  border: 1px solid #707070;
  padding: 0.75rem;
}
.login_card .main-btn, .joinIn_card .main-btn, .forgetPassword_card .main-btn, .verificationMailbox_card .main-btn, .forAll_card .main-btn {
  display: grid;
  margin: 2rem 0 1rem 0;
}
.login_card .main-btn .btn-primary, .joinIn_card .main-btn .btn-primary, .forgetPassword_card .main-btn .btn-primary, .verificationMailbox_card .main-btn .btn-primary, .forAll_card .main-btn .btn-primary {
  font-weight: 700;
  padding: 0.5rem;
}
.login_card .modal-dialog, .joinIn_card .modal-dialog, .forgetPassword_card .modal-dialog, .verificationMailbox_card .modal-dialog, .forAll_card .modal-dialog {
  display: flex;
  justify-content: center;
}
.login_card .modal-content, .joinIn_card .modal-content, .forgetPassword_card .modal-content, .verificationMailbox_card .modal-content, .forAll_card .modal-content {
  width: 400px;
}

.modal-dialog.alert .modal-content {
  height: 150px;
  margin: 0 auto;
  width: 300px;
  align-items: center;
  justify-content: center;
}
.modal-dialog.alert .modal-content .modal-header, .modal-dialog.alert .modal-content .modal-footer {
  border-top: none;
  border-bottom: none;
}
.modal-dialog.s400 {
  display: flex;
  justify-content: center;
}
.modal-dialog.s400 .modal-content {
  width: 400px;
}

.modal-title {
  font-weight: 700;
}

.modalImg {
  width: 100%;
  height: auto;
  max-height: 70vh;
  object-fit: contain;
  background-size: contain;
}

.depositInitial .form-control {
  font-size: 20px;
}
.depositInitial .currency {
  position: absolute;
  top: 4px;
  right: 10px;
  font-size: 20px;
}

.sidebar_left {
  border-right: 1px solid #ced4da;
  display: inline-block;
  padding-right: 30px;
  flex: 0 0;
  flex-basis: 200px;
}
.sidebar_left .all {
  position: fixed;
}
.sidebar_left .dropdown-menu {
  padding: 0;
}
.sidebar_left .dropdown-item {
  font-size: 20px;
  cursor: pointer;
  padding: 0.375rem 1rem;
}
.sidebar_left .dropdown-item:hover, .sidebar_left .dropdown-item:focus, .sidebar_left .dropdown-item:active {
  color: #212529;
  background-color: #e9ecef;
}
.sidebar_left .offcanvas {
  overflow-y: auto;
}
.sidebar_left .offcanvas-end {
  width: auto;
  display: inline-flex;
}
.sidebar_left .all_nav {
  display: inline-flex;
  flex-direction: column;
}
.sidebar_left .nav-link.dropdown-toggle::after {
  transform: rotate(0deg);
  transition: all 0.3s;
}
.sidebar_left .nav-link.dropdown-toggle.rotated::after {
  transform: rotate(180deg);
}

.logo {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.logo a {
  color: #F88546;
  text-decoration: none;
}

.userInfo, .userInfo_mobile {
  text-decoration: none;
  display: flex;
  margin-bottom: 0;
}
.userInfo .userInfo_img, .userInfo_mobile .userInfo_img {
  display: inline-flex;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
.userInfo .userInfo_img img, .userInfo_mobile .userInfo_img img {
  width: 44px;
  height: 44px;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
  margin: 0;
  border-radius: 50px;
}
.userInfo .userName, .userInfo .userName_mobile, .userInfo_mobile .userName, .userInfo_mobile .userName_mobile {
  font-size: 16px;
  margin-left: 10px;
  line-height: 1.3;
  word-break: break-all;
  width: 130px;
}
.userInfo .userName .userName_account, .userInfo .userName_mobile .userName_account, .userInfo_mobile .userName .userName_account, .userInfo_mobile .userName_mobile .userName_account {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #B2B2B2;
}
.userInfo .userName .userName_nickName, .userInfo .userName_mobile .userName_nickName, .userInfo_mobile .userName .userName_nickName, .userInfo_mobile .userName_mobile .userName_nickName {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}

a.userName_account {
  text-decoration: none;
  color: #000;
}

.userInfo_mobile {
  display: none;
}

.navbar-nav {
  display: inline-flex;
  margin: 1rem 0;
  font-size: 20px;
}
.navbar-nav a {
  color: #000000;
}
.navbar-nav a:hover, .navbar-nav a:focus {
  color: #6C6C6C;
}
.navbar-nav .account_mobile {
  display: none;
}
.navbar-nav .border-gray {
  display: none;
}

.rotated::after {
  transform: rotate(180deg);
}

.dropdown-toggle {
  cursor: pointer;
}

.content {
  flex: 1;
  min-height: 100vh;
}

.in_content {
  border-right: 1px solid #ced4da;
  height: 100%;
}

.in_content2 {
  display: flex;
  height: 100%;
  min-height: 100vh;
}
.in_content2 .logo {
  display: block;
}

.content_wallet .all {
  display: flex;
}
.content_wallet .title {
  font-size: 20px;
  font-weight: 700;
}
.content_wallet .amount {
  padding: 1rem;
}
.content_wallet .amount .item {
  margin: 0.75rem 0;
}
.content_wallet .amount .item .number {
  font-size: 1.75rem;
  font-weight: 700;
  margin-right: 1rem;
}
.content_wallet .amount .item .btn {
  margin: 0 0.5rem 0.5rem 0;
}
.content_wallet .recharge {
  flex-basis: 500px;
  padding: 1rem;
  border-top: 1px solid #ced4da;
  margin-bottom: 1rem;
}
.content_wallet .recharge .list {
  line-height: 1.8;
}
.content_wallet .record {
  padding: 1rem;
  border-top: 1px solid #ced4da;
}

.content_works .queryArea, .content_customManagement .queryArea, .content_messageManagement .queryArea {
  margin-bottom: 1rem;
}

.content_input {
  padding: 0 1rem;
  border-bottom: 1px solid #ced4da;
}
.content_input.independent {
  display: none;
}
.content_input.customized .back {
  justify-content: space-between;
}
.content_input.customized .back .text-primary {
  font-size: 16px;
}
.content_input .input-group-text {
  cursor: pointer;
}
.content_input .logo {
  display: none;
}
.content_input .post {
  border: none;
}
.content_input .post:focus {
  box-shadow: none;
}
.content_input .icon {
  display: flex;
  justify-content: space-between;
  padding: 16px 0px;
}
.content_input .icon .tool, .content_input .icon .work {
  color: #B2B2B2;
}
.content_input .icon .tool i, .content_input .icon .work i {
  padding: 0 10px;
  font-size: 20px;
  cursor: pointer;
}
.content_input .icon .send {
  color: #F88546;
}
.content_input .icon .send i {
  padding: 0 10px;
  font-size: 20px;
  cursor: pointer;
}
.content_input .icon .dropdown-menu.share_menu {
  width: auto;
  min-width: 0;
  padding: 0;
}
.content_input .icon .dropdown-menu.share_menu .dropdown-item {
  font-size: 14px;
  cursor: pointer;
  padding: 0.5rem 1.25rem;
}
.content_input .icon .dropdown-menu.share_menu .dropdown-item:focus, .content_input .icon .dropdown-menu.share_menu .dropdown-item:active {
  color: #212529;
  background-color: #e9ecef;
}
.content_input .icon .share, .content_input .icon .emoji {
  color: inherit;
  text-decoration: none;
}
.content_input .icon .share:hover, .content_input .icon .share:focus, .content_input .icon .emoji:hover, .content_input .icon .emoji:focus {
  color: inherit;
}
.content_input .icon .share i {
  padding-right: 0;
}
.content_input .back {
  display: flex;
  align-items: center;
}
.content_input .back .back_btn {
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
}
.content_input.reply_comment {
  position: sticky;
  bottom: 0;
  background-color: #fff;
  border-top: 1px solid #ced4da;
  padding: 0 4px;
}
.content_input .uploadImage {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  padding: 0.375rem;
  margin-top: 0.375rem;
  grid-row-gap: 6px;
  grid-column-gap: 6px;
  background-color: #E0E0E0;
  border-radius: 5px;
}
.content_input .uploadImage .close {
  position: absolute;
  top: -2px;
  right: 0;
  cursor: pointer;
}
.content_input .uploadImage .close i {
  color: #8E8E8E;
  background-color: #fff;
  border-radius: 50px;
}
.content_input .uploadImage .thumbnail {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
  margin: 0;
}
.content_input .post[placeholder]:empty::before {
  content: attr(placeholder);
  display: block;
  color: #b2b2b2;
  cursor: text;
  height: 50px;
}

a.nocolor {
  color: #575656;
  cursor: pointer;
}

.search {
  margin-top: 10px;
  position: static;
}
.search .form-control {
  position: static;
}

.sidebar_right {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex: 0;
}

.advertise {
  display: flex;
  flex-direction: column;
  padding: 60px 0 0 30px;
  width: max-content;
}
.advertise .item {
  position: relative;
  display: flex;
  height: 180px;
  overflow: hidden;
  margin: 10px 0;
  border-radius: 5px;
}

.item_img {
  transition: transform 0.3s ease;
  width: 100%;
  /*height:100%;*/
  object-fit: cover;
}

.noborder {
  border: none !important;
}

.content_article .article {
  position: relative;
}
.content_article .pd_all {
  position: relative;
  padding: 1rem;
}
.content_article .pd_all.noSetY {
  padding: 0 1rem;
}
.content_article .board {
  padding: 1rem;
  border-bottom: 1px solid #ced4da;
}
.content_article .board .avatar {
  margin-right: 10px;
}
.content_article .board .avatar img {
  width: 44px;
  height: 44px;
}
.content_article .board .time {
  font-size: 14px;
  color: #B2B2B2;
  display: inline;
  margin-right: 0.5rem;
}
.content_article .board .more {
  cursor: pointer;
  color: #000;
  font-size: 16px;
}
.content_article .board .dropdown-menu {
  width: auto;
  min-width: 0;
  padding: 0;
}
.content_article .board .dropdown-item {
  font-size: 14px;
  cursor: pointer;
  padding: 0.5rem 1.25rem;
}
.content_article .board .dropdown-item:focus, .content_article .board .dropdown-item:active {
  color: #212529;
  background-color: #e9ecef;
}
.content_article .text .article {
  margin: 0.75rem 0;
  color: #000;
  font-size: 14px;
}
.content_article .text .article p {
  margin-bottom: 0.75rem;
}
.content_article .text .article .multi_ellipsis {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.content_article .text .article .hashtag {
  color: #F88546;
  cursor: pointer;
  padding: 0 0.25rem;
}
.content_article .text .article .url {
  text-decoration: none;
}
.content_article .text .article img {
  width: 100%;
  margin: 0.75rem 0;
  border-radius: 5px;
  cursor: zoom-in;
}
.content_article .text .article .plural_img1 {
  margin: 0.75rem 0;
}
.content_article .text .article .plural_img1 .article_img {
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
  margin: 0;
}
.content_article .text .article .plural_img2 {
  position: relative;
  display: grid;
  /*grid-auto-rows: 200px;*/
  grid-row-gap: 4px;
  grid-column-gap: 4px;
  overflow: hidden;
  margin: 0.75rem 0;
  border-radius: 5px;
  grid-template-columns: repeat(2, 1fr);
}
.content_article .text .article .plural_img2 .article_img {
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
  margin: 0;
}
.content_article .text .article .plural_img3 {
  position: relative;
  display: grid;
  /*grid-auto-rows: 200px;*/
  grid-row-gap: 4px;
  grid-column-gap: 4px;
  overflow: hidden;
  margin: 0.75rem 0;
  border-radius: 5px;
  grid-template-columns: repeat(3, 1fr);
}
.content_article .text .article .plural_img3 .article_img {
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
  margin: 0;
}
.content_article .text .article .plural_img4 {
  position: relative;
  display: grid;
  /*grid-auto-rows: 200px;*/
  grid-row-gap: 4px;
  grid-column-gap: 4px;
  overflow: hidden;
  margin: 0.75rem 0;
  border-radius: 5px;
  grid-template-columns: repeat(2, 1fr);
}
.content_article .text .article .plural_img4 .article_img {
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
  margin: 0;
}
.content_article .text .article .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
}
.content_article .text .article .mask .text {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.content_article .text .article .read {
  color: #F88546;
  text-decoration: underline;
}
.content_article .text .icon {
  display: flex;
  justify-content: space-between;
  color: #262626;
}
.content_article .text .icon .left, .content_article .text .icon .right {
  cursor: pointer;
}
.content_article .text .icon .left a {
  color: #262626;
  text-decoration: none;
  margin-right: 12px;
}
.content_article .text .icon .right a {
  color: #262626;
  text-decoration: none;
  margin-left: 12px;
}
.content_article .text .icon .general_heart:hover, .content_article .text .icon .general_heart:focus, .content_article .text .icon .general_heart:active, .content_article .text .icon .general_heart.active, .content_article .text .icon .heart:hover, .content_article .text .icon .heart:focus, .content_article .text .icon .heart:active, .content_article .text .icon .heart.active {
  color: #dc3545;
}
.content_article .text .icon .general_mark:hover, .content_article .text .icon .general_mark:focus, .content_article .text .icon .general_mark:active, .content_article .text .icon .general_mark.active, .content_article .text .icon .mark:hover, .content_article .text .icon .mark:focus, .content_article .text .icon .mark:active, .content_article .text .icon .mark.active {
  color: #406798;
}
.content_article .text .icon .rotate {
  transform: rotate(45deg);
}
.content_article .text .icon .content_mark:hover, .content_article .text .icon .content_mark:focus, .content_article .text .icon .content_mark:active {
  color: #406798;
}
.content_article .text .icon i {
  font-size: 16px;
  margin-right: 4px;
}
.content_article .text .icon span {
  font-size: 14px;
}
.content_article.author .board {
  border-bottom: none;
}
.content_article.reply {
  padding: 0 1.25rem;
}
.content_article.reply .board {
  padding: 1.5rem 0 0.75rem 0;
}
.content_article.reply .load_more {
  text-align: center;
  color: #406798;
  font-size: 14px;
  padding: 0.5rem;
  cursor: pointer;
}
.content_article.reply .load_more:hover, .content_article.reply .load_more:focus {
  color: rgba(63, 103, 151, 0.65);
}

.custom_toast {
  width: 250px;
  background-color: #406798;
  color: #fff;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
}

.hint {
  font-size: 14px;
  color: #000;
  background-color: #E0E0E0;
  padding: 0.5rem 1.25rem;
  margin-bottom: 0;
  opacity: 0.9;
}

.content_narrow {
  flex-basis: 250px;
  padding: 0 30px;
  border-right: 1px solid #ced4da;
}
.content_narrow .sticky {
  position: sticky;
  top: 16px;
}
.content_narrow .title {
  margin-top: 1rem;
}

.content_wide, .content_caption, .content_wallet, .content_depositDetail, .content_template, .content_works, .content_customManagement,
.content_messageManagement, .content_placeCustomOrder, .content_customOrder {
  width: 100%;
}
.content_wide .title_head, .content_wide .title_headBetween, .content_caption .title_head, .content_caption .title_headBetween, .content_wallet .title_head, .content_wallet .title_headBetween, .content_depositDetail .title_head, .content_depositDetail .title_headBetween, .content_template .title_head, .content_template .title_headBetween, .content_works .title_head, .content_works .title_headBetween, .content_customManagement .title_head, .content_customManagement .title_headBetween,
.content_messageManagement .title_head,
.content_messageManagement .title_headBetween, .content_placeCustomOrder .title_head, .content_placeCustomOrder .title_headBetween, .content_customOrder .title_head, .content_customOrder .title_headBetween {
  border-bottom: 1px solid #ced4da;
  padding: 1rem;
}
.content_wide .title_head .title, .content_wide .title_headBetween .title, .content_caption .title_head .title, .content_caption .title_headBetween .title, .content_wallet .title_head .title, .content_wallet .title_headBetween .title, .content_depositDetail .title_head .title, .content_depositDetail .title_headBetween .title, .content_template .title_head .title, .content_template .title_headBetween .title, .content_works .title_head .title, .content_works .title_headBetween .title, .content_customManagement .title_head .title, .content_customManagement .title_headBetween .title,
.content_messageManagement .title_head .title,
.content_messageManagement .title_headBetween .title, .content_placeCustomOrder .title_head .title, .content_placeCustomOrder .title_headBetween .title, .content_customOrder .title_head .title, .content_customOrder .title_headBetween .title {
  flex: 1;
}
.content_wide .title_head .title span, .content_wide .title_headBetween .title span, .content_caption .title_head .title span, .content_caption .title_headBetween .title span, .content_wallet .title_head .title span, .content_wallet .title_headBetween .title span, .content_depositDetail .title_head .title span, .content_depositDetail .title_headBetween .title span, .content_template .title_head .title span, .content_template .title_headBetween .title span, .content_works .title_head .title span, .content_works .title_headBetween .title span, .content_customManagement .title_head .title span, .content_customManagement .title_headBetween .title span,
.content_messageManagement .title_head .title span,
.content_messageManagement .title_headBetween .title span, .content_placeCustomOrder .title_head .title span, .content_placeCustomOrder .title_headBetween .title span, .content_customOrder .title_head .title span, .content_customOrder .title_headBetween .title span {
  font-size: 16px;
  font-weight: 500;
  color: #a8a8a8;
}
.content_wide .title_head, .content_caption .title_head, .content_wallet .title_head, .content_depositDetail .title_head, .content_template .title_head, .content_works .title_head, .content_customManagement .title_head,
.content_messageManagement .title_head, .content_placeCustomOrder .title_head, .content_customOrder .title_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content_wide .title, .content_caption .title, .content_wallet .title, .content_depositDetail .title, .content_template .title, .content_works .title, .content_customManagement .title,
.content_messageManagement .title, .content_placeCustomOrder .title, .content_customOrder .title {
  font-size: 20px;
  font-weight: 700;
}
.content_wide .article, .content_caption .article, .content_wallet .article, .content_depositDetail .article, .content_template .article, .content_works .article, .content_customManagement .article,
.content_messageManagement .article, .content_placeCustomOrder .article, .content_customOrder .article {
  padding: 1rem;
  position: relative;
}
.content_wide .article .item, .content_caption .article .item, .content_wallet .article .item, .content_depositDetail .article .item, .content_template .article .item, .content_works .article .item, .content_customManagement .article .item,
.content_messageManagement .article .item, .content_placeCustomOrder .article .item, .content_customOrder .article .item {
  flex-basis: 300px;
}
.content_wide .article .item .text, .content_caption .article .item .text, .content_wallet .article .item .text, .content_depositDetail .article .item .text, .content_template .article .item .text, .content_works .article .item .text, .content_customManagement .article .item .text,
.content_messageManagement .article .item .text, .content_placeCustomOrder .article .item .text, .content_customOrder .article .item .text {
  font-size: 16px;
}
.content_wide .article .item .number, .content_caption .article .item .number, .content_wallet .article .item .number, .content_depositDetail .article .item .number, .content_template .article .item .number, .content_works .article .item .number, .content_customManagement .article .item .number,
.content_messageManagement .article .item .number, .content_placeCustomOrder .article .item .number, .content_customOrder .article .item .number {
  font-size: 1.75rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.content_wide .article .item .number .btn-primary, .content_caption .article .item .number .btn-primary, .content_wallet .article .item .number .btn-primary, .content_depositDetail .article .item .number .btn-primary, .content_template .article .item .number .btn-primary, .content_works .article .item .number .btn-primary, .content_customManagement .article .item .number .btn-primary,
.content_messageManagement .article .item .number .btn-primary, .content_placeCustomOrder .article .item .number .btn-primary, .content_customOrder .article .item .number .btn-primary {
  margin-left: 0.75rem;
}
.content_wide .article h4, .content_caption .article h4, .content_wallet .article h4, .content_depositDetail .article h4, .content_template .article h4, .content_works .article h4, .content_customManagement .article h4,
.content_messageManagement .article h4, .content_placeCustomOrder .article h4, .content_customOrder .article h4 {
  margin-bottom: 0;
}
.content_wide .article.withdraw .text, .content_caption .article.withdraw .text, .content_wallet .article.withdraw .text, .content_depositDetail .article.withdraw .text, .content_template .article.withdraw .text, .content_works .article.withdraw .text, .content_customManagement .article.withdraw .text,
.content_messageManagement .article.withdraw .text, .content_placeCustomOrder .article.withdraw .text, .content_customOrder .article.withdraw .text {
  margin-bottom: 0.5rem;
}
.content_wide .article.withdraw .currency, .content_caption .article.withdraw .currency, .content_wallet .article.withdraw .currency, .content_depositDetail .article.withdraw .currency, .content_template .article.withdraw .currency, .content_works .article.withdraw .currency, .content_customManagement .article.withdraw .currency,
.content_messageManagement .article.withdraw .currency, .content_placeCustomOrder .article.withdraw .currency, .content_customOrder .article.withdraw .currency {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 16px;
}
.content_wide .info, .content_caption .info, .content_wallet .info, .content_depositDetail .info, .content_template .info, .content_works .info, .content_customManagement .info,
.content_messageManagement .info, .content_placeCustomOrder .info, .content_customOrder .info {
  list-style-type: none;
  font-weight: 700;
}
.content_wide .info .list, .content_caption .info .list, .content_wallet .info .list, .content_depositDetail .info .list, .content_template .info .list, .content_works .info .list, .content_customManagement .info .list,
.content_messageManagement .info .list, .content_placeCustomOrder .info .list, .content_customOrder .info .list {
  line-height: 2;
}
.content_wide .info .list .copy, .content_caption .info .list .copy, .content_wallet .info .list .copy, .content_depositDetail .info .list .copy, .content_template .info .list .copy, .content_works .info .list .copy, .content_customManagement .info .list .copy,
.content_messageManagement .info .list .copy, .content_placeCustomOrder .info .list .copy, .content_customOrder .info .list .copy {
  color: #ADADAD;
  cursor: pointer;
  padding: 0 0.25rem;
  font-size: 14px;
}
.content_wide .info span, .content_caption .info span, .content_wallet .info span, .content_depositDetail .info span, .content_template .info span, .content_works .info span, .content_customManagement .info span,
.content_messageManagement .info span, .content_placeCustomOrder .info span, .content_customOrder .info span {
  font-weight: 500;
}
.content_wide .notice, .content_caption .notice, .content_wallet .notice, .content_depositDetail .notice, .content_template .notice, .content_works .notice, .content_customManagement .notice,
.content_messageManagement .notice, .content_placeCustomOrder .notice, .content_customOrder .notice {
  list-style-type: decimal;
  padding-left: 1rem;
  border-collapse: initial;
}
.content_wide .pagination, .content_caption .pagination, .content_wallet .pagination, .content_depositDetail .pagination, .content_template .pagination, .content_works .pagination, .content_customManagement .pagination,
.content_messageManagement .pagination, .content_placeCustomOrder .pagination, .content_customOrder .pagination {
  display: flex;
}

.d-contents {
  display: contents;
}

ul, .noData {
  width: 100%;
  display: inline-table;
  margin: 1rem auto;
  padding: 0;
  border-collapse: collapse;
}

.thead, .noData thead {
  display: table-header-group;
}

.tr, .noData tr {
  display: table-row;
}
.tr .works_img, .noData tr .works_img {
  width: 100px;
  overflow: hidden;
}
.tr .works_img img, .noData tr .works_img img {
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.tr .text, .noData tr .text {
  line-height: 1.8;
}
.tr .on, .noData tr .on {
  display: flex;
}
.tr .on i, .noData tr .on i {
  padding: 8px 6px;
  color: #198754;
}
.tr .off, .noData tr .off {
  display: flex;
}
.tr .off i, .noData tr .off i {
  padding: 0 6px;
  color: #dc3545;
}

.tbody, noData tbody {
  display: table-row-group;
}

.thead li, .tr li, .noData thead th, .noData tr td {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #BEBEBE;
}

.thead li, .noData thead th {
  font-weight: bold;
  background: #D0D0D0;
}

.thead li a, .tbody li a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.works_info .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.works_info .text2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-break: break-all;
}

.image-cover-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  transition: opacity ease 0.3s;
  pointer-events: none;
}
.image-cover-modal h4 {
  position: absolute;
  bottom: 25px;
  color: #FFF;
  font-weight: bold;
}
.image-cover-modal h4 a {
  color: #F88546;
  text-decoration: none;
}

.model-shown {
  pointer-events: all;
  opacity: 1;
}

.image-cover-modal-content {
  display: block;
  max-width: 80%;
  max-height: 80%;
  cursor: zoom-out;
}

.pagination .page-link {
  border: none;
  color: #707070;
}
.pagination .form-select {
  display: none;
}

.input-group-append {
  cursor: pointer;
}

/*collapse*/
.card-header {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.card-header:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 15px;
  font-weight: 600;
  transition: all 0.4s;
}

.card-header[aria-expanded=true]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

/*個人設定頁面*/
.imgArea {
  position: relative;
  width: 100%;
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.imgArea.personal {
  max-height: 340px;
}
.imgArea img {
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: top center;
  margin: 0;
}

label.uploadImage {
  background-color: #406798;
  border-color: #406798;
  color: #FFF;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 5px;
  padding: 6px 12px;
}
label.uploadImage:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(54, 86, 125);
  border-color: rgb(54, 86, 125);
}

.formArea, .profileArea {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}
.formArea .pline p, .profileArea .pline p {
  line-height: 38px;
  margin: 0;
}
.formArea p.notice, .profileArea p.notice {
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  line-height: inherit;
}

.profileArea p {
  margin: 0;
}

.text-md-end {
  text-align: end;
}

.subscriptArea img {
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
  margin: 0;
}
.subscriptArea .produce {
  border-radius: 5px;
  border: 1px solid #ced4da;
}
.subscriptArea p {
  cursor: default;
}
.subscriptArea p.toOmit {
  margin: 3px 0;
}

.imgNotice {
  width: 100%;
  justify-content: end;
  font-size: 14px;
  font-weight: bold;
  color: #707070;
}

textarea {
  resize: none;
}

.userInformation {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.userInformation .userInfo1 {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  margin-bottom: 0;
}
.userInformation .userInfo1 .userInfo_img {
  display: inline-flex;
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  z-index: 7;
  position: relative;
}
.userInformation .userInfo1 .userInfo_img img {
  width: 100px;
  height: 100px;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
  margin: 0;
  border-radius: 50px;
}
.userInformation .userInfo1 .updateImgBtn {
  position: absolute;
  bottom: 3px;
  left: 68px;
  z-index: 9;
  background-color: #F88546;
  color: #FFF;
  padding: 5px 8px;
  border-radius: 50px;
  cursor: pointer;
}
.userInformation .userInfo1 .updateImgBtn:hover {
  background-color: #EF7837;
}
.userInformation .userInfo1 .userName {
  margin-left: 10px;
}
.userInformation .userInfo1 .userName_nickName {
  font-weight: 700;
  font-size: 20px;
  word-break: break-all;
}
.userInformation .userInfo1 .userName_account {
  font-size: 16px;
  word-break: break-all;
  color: #B2B2B2;
}

.userInformation.notify {
  margin-bottom: 0rem;
}
.userInformation.notify .userInfo1 .userInfo_img {
  width: 60px;
  height: 60px;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
  margin: 0;
  border-radius: 50px;
}
.userInformation.notify .userInfo1 .userInfo_img img {
  width: 60px;
  height: 60px;
}
.userInformation.notify .userInfo1 .userName {
  margin-left: 10px;
}
.userInformation.notify .userInfo1 .userName .userName_account {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #B2B2B2;
}
.userInformation.notify .userInfo1 .userName .userName_account a {
  text-decoration: none;
}
.userInformation.notify .userInfo1 .userName .userName_account .badge {
  vertical-align: text-bottom !important;
  margin-right: 0.5rem;
}
.userInformation.notify .userInfo1 .userName .userName_nickName {
  color: #ced4da;
}

.news {
  width: 12px;
  height: 12px;
  background-color: #F88546;
  border-radius: 50px;
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.text-news {
  color: #8E8E8E;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.worksContent {
  max-height: 120px;
  overflow: hidden;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.worksContent::-webkit-scrollbar {
  width: 5px;
}
.worksContent::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.worksContent::-webkit-scrollbar-thumb {
  background: #bfbfbf;
}
.worksContent::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.iconList {
  display: flex;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.iconList a {
  margin: 0 5px;
  cursor: pointer;
}
.iconList i {
  margin-right: 0.5rem;
}

a.title {
  color: #000;
  text-decoration: none;
}
a.title:hover {
  opacity: 0.9;
}

.worksImg {
  cursor: pointer;
  max-width: 100%;
  max-height: 310px;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center center;
  margin: 0;
  padding: 0;
  border-radius: 3px;
}

.worksNotice {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

/*-作品上傳圖片區-*/
.upLoaderImg {
  text-align: center;
  margin-bottom: 1rem;
}
.upLoaderImg .upload_dropZone {
  position: relative;
  padding: 1.5rem;
  font-size: 30px;
  font-weight: bold;
  color: #9e9e9e;
  outline: 1px solid #ced4da;
  outline-offset: -4px;
  transition: outline-offset 0.2s ease-out, outline-color 0.3s ease-in-out, background-color 0.2s ease-out;
  border-radius: 0.4rem;
}
.upLoaderImg .upload_dropZone .hr {
  border-top: dashed 2px #ced4da;
  margin: 1rem auto;
}
.upLoaderImg .upload_dropZone img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center center;
  margin: 0;
  border-radius: 3px;
  border: 1px solid #ced4da;
}
.upLoaderImg .upload_dropZone .col-md-2.col-6 {
  position: relative;
}
.upLoaderImg .upload_dropZone .closeBtn {
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 4px;
  font-size: 35px;
  opacity: 0.85;
  color: #6b6b6b;
}
.upLoaderImg .upload_dropZone .closeBtn:hover {
  cursor: pointer;
  opacity: 1;
}

p.inputGroup {
  white-space: nowrap;
  line-height: 38px;
  margin: 0;
  padding: 0;
}

.no-wrap {
  white-space: nowrap;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.toSort i {
  font-size: 20px;
}
.toSort i:hover {
  opacity: 0.85;
}

/*圖庫區域*/
.gallery .col-md-3.col-4 {
  position: relative;
}
.gallery .col-md-3.col-4 .article_img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  margin: 0;
  border-radius: 3px;
  cursor: zoom-in;
  border: 1px solid #ced4da;
}
.gallery .col-md-3.col-4 .article_img:hover {
  opacity: 0.9;
}
.gallery .col-md-3.col-4 .closeBtn {
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 4px;
  font-size: 35px;
  opacity: 0.85;
  color: #6b6b6b;
}
.gallery .col-md-3.col-4 .closeBtn:hover {
  cursor: pointer;
  opacity: 1;
}

/*最近搜尋區域*/
.input-group.search {
  position: relative;
}
.input-group.search .history {
  position: absolute;
  width: 100%;
  padding: 10px 0;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 99;
  border: #ced4da solid 1px;
  border-radius: 3px !important;
  background-color: #fbfbfb;
}
.input-group.search .history a {
  text-decoration: none;
}

.search-history {
  color: #9b9b9b;
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  cursor: default;
}
.search-history:hover {
  background-color: #f1f1f1;
}
.search-history .search-Left {
  line-height: 30px;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-history .search-Right {
  margin-right: 10px;
  padding: 3px 9px;
  cursor: pointer;
  text-align: right;
  opacity: 0.85;
}
.search-history .search-Right:hover {
  opacity: 1;
  background-color: #e1e1e1;
  border-radius: 50%;
}
.search-history .search-Right i {
  font-size: 16px;
}

/*--表單錯誤樣式--*/
.form-control.error {
  border: 1px solid #d32323 !important;
}

.errorNotice {
  color: #d32323;
  font-size: 14px;
}

button.notSubscribed {
  width: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}

.qrArea {
  margin: 1rem auto;
  width: 200px;
  height: 200px;
  border: 1px solid #707070;
  border-radius: 0.25rem;
  background-color: #FFF;
}

.phoneNumber {
  font-weight: bold;
  margin: 0 1rem 0 0;
  line-height: 40px;
}

.card.noticeBlock {
  margin: 1.5rem auto;
  border: 1px solid #F88546;
}
.card.noticeBlock .card-header {
  color: #ffffff;
  font-weight: bold;
  background-color: #F88546;
}
.card.noticeBlock .card-header:after {
  content: none;
}
.card.noticeBlock footer {
  margin-top: 1rem;
  color: #95989b;
  font-size: 14px;
}

.small {
  font-size: 14px;
}
