body {
  font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, 微軟正黑體, 微软正黑体, "Microsoft JhengHei", 微軟雅黑體, 微软雅黑体, "Microsoft YaHei", 華文黑體, 华文黑体, STHeiti, 華文細黑, 华文细黑, STXihei, "儷黑 Pro", "LiHei Pro", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  color: #292c32;
  margin: 0;
  padding: 0;
  background-color: #f4f6f8;
}

a {
  color: inherit;
}

a:hover {
  opacity: 0.9 !important;
  /* color: #2e3e4a !important; */
}

img {
  vertical-align: middle;
  max-width: 100%;
}

button:focus,
input:focus {
  outline: none;
}

.divider {
  display: block;
  -webkit-box-flex: 1;
  flex: 1 1 0px;
  max-width: 100%;
  height: 0;
  max-height: 0;
  border: solid;
  border-width: thin 0 0;
  -webkit-transition: inherit;
  transition: inherit;
  border-color: #ececec;
  margin-top: 10px;
  margin-bottom: 15px;
}

.text-center {
  text-align: center;
}

.align-center {
  -webkit-box-align: center;
  align-items: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #2e3e4a;
}

.nav-pills .nav-link:not(.active):hover {
  color: #2e3e4a;
}

.action {
  float: right;
  font-size: 0.9375rem;
  line-height: 2rem;
}

.action li {
  display: inline-block;
}

.layout {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  min-width: 0;
}

.layout-flex {
  flex-basis: 100%;
  -webkit-box-flex: 0;
  flex-grow: 0;
  max-width: 100%;
}

.shorten-url {
  display: block;
  float: right;
}

.shorten-url-text {
  display: inline-block;
}

.shorten-url .form-control {
  display: inline-block;
  width: 280px;
}

.w-80 {
  width: 80%;
  margin: auto;
}

.m10 {
  margin-left: 10px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Element CSS
   ========================================================================== */
.el-button {
  margin-bottom: 8px;
}

.el-button+.el-button {
  margin-left: 0 !important;
}

/*.el-button:hover, .el-button:focus {
  color: #606266 !important;
  border-color: #dcdfe6 !important;
  background-color: #f5f7fa !important;
}
.el-button--primary {
  color: #ffffff !important;
  background-color: #26ad5e !important;
  border-color: #26ad5e !important;
}
.el-button--primary:hover, .el-button--primary:focus {
  color: #ffffff !important;
  background-color: #1e874a !important;
  border-color: #1b7a43 !important;
}*/
.el-button--primary:active {
  color: #ffffff !important;
  background-color: #1b7a43 !important;
  border-color: #186e3c !important;
}

.el-checkbox__inner:hover {
  border-color: #26ad5e !important;
}

.el-checkbox .el-checkbox__inner:hover {
  color: #26ad5e !important;
}

.el-checkbox.is-checked .el-checkbox__inner {
  color: #ffffff !important;
  background-color: #26ad5e !important;
  border-color: #26ad5e !important;
}

.el-checkbox.is-checked .el-checkbox__inner:hover {
  color: #ffffff !important;
  background-color: #26ad5e !important;
  border-color: #26ad5e !important;
}

.el-link.is-underline:hover:after {
  border-bottom: none !important;
}

/* Radio */
.el-radio__input.is-checked+.el-radio__label {
  color: inherit;
}

.el-radio__input.is-checked .el-radio__inner {
  border-color: #26ad5e;
  background: #26ad5e;
}

/* Input */
.el-input.is-active .el-input__inner,
.el-input__inner:focus {
  border-color: #26ad5e !important;
  outline: 0 !important;
}

.el-radio__inner:hover {
  border-color: #26ad5e !important;
}

/* Table */
.el-table {
  font-size: 0.9375rem !important;
}

.el-table .cell {
  padding-right: 0 !important;
}

.el-table td,
.el-table th {
  padding: 6px 0 !important;
}

/* Form */
.el-form-item__content {
  font-size: 0.9375rem !important;
}

.el-form-item__label {
  text-align: left !important;
}

.el-checkbox-button--small .el-checkbox-button__inner {
  padding: 9px 15px;
  font-size: 0.875rem;
}

/* Checkbox */
.el-checkbox-button {
  padding-right: 8px !important;
}

.el-checkbox-button__inner {
  border-left: 1px solid #dcdfe6 !important;
  border-radius: 4px !important;
}

.el-checkbox-button__inner:hover {
  color: #606266 !important;
  border-color: #dcdfe6 !important;
  background-color: #f5f7fa !important;
}

/* Label */
.el-checkbox__label {
  font-weight: normal !important;
}

label {
  font-weight: normal !important;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: normal !important;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
  color: inherit !important;
}

/* Tabs */
.el-tabs--card>.el-tabs__header {
  border-bottom: none !important;
}

.el-tabs--card>.el-tabs__header .el-tabs__nav {
  border: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
}

.el-tabs--card>.el-tabs__header .el-tabs__item {
  border-bottom: none !important;
  border-left: none !important;
}

.el-tabs__item {
  text-decoration: none !important;
  /*display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;*/
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 12px 30px !important;
  color: #000 !important;
  font-size: 12pt !important;
  font-weight: 400 !important;
  line-height: 170% !important;
  opacity: .75 !important;
  box-sizing: border-box !important;
  height: 50px !important;
}

.el-tabs__item:hover {
  color: inherit !important;
  opacity: 0.9 !important;
}

.el-tabs__item.is-active {
  font-weight: 600 !important;
  color: #27ae60 !important;
  border-bottom: 2px solid #31c66c !important;
}

.el-pagination__total {
  color: #fff !important;
}

.el-pagination__jump {
  color: #fff !important;
}

/*.el-pagination button, .el-pagination span:not([class*=suffix]) {
  display: inline-block !important;
  font-size: 13px !important;
  min-width: 35.5px !important;
  height: 34px !important;
  line-height: 34px !important;
  vertical-align: top !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}*/
.el-loading-mask {
  z-index: -1 !important;
}

.el-loading-spinner .path {
  stroke-width: 6px !important;
  stroke: #26ae5e !important;
  opacity: 0.8 !important;
}

.el-icon-delete {
  cursor: pointer;
}

/* Custom Scroll Bar
   ========================================================================== */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #dbdbdb;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #999;
}

#all-album>.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  padding-right: 3.5px;
  padding-left: 3.5px;
}

/* General
   ========================================================================== */
.row,
.video-row,
.programm {
  display: flex;
  flex-wrap: wrap;
  flex-basis: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  /* 20210420 */
  align-items: flex-start;
  /* justify-content: space-between; */
}

.video-row {
  justify-content: space-between;
}

@media (min-width: 768px) {
  .video-row::after {
    content: "";
    display: block;
    margin-left: 24.1%;
  }
}

@media (min-width: 992px) {
  .video-row::after {
    margin-left: 24.5%;
  }
}

/* Card with Thumbnail - Step 1: Card - 8-16px for each card spacing
   ========================================================================== */
#featured-video .video-card,
#programme-list .programme-card {
  width: calc((100% - 16px)/2);
}

#hot-topic .article-card {
  width: calc((100% - 24px)/3);
}

#latest-video .video-card,
#all-video .video-card {
  width: calc((100% - 24px)/4);
}

#programme-episode .video-card,
#related-video .video-card,
.programme-episode .video-card,
.related-video .video-card,
.related-article .article-card,
.event-album .album-card {
  width: 100%;
}

/* Card with Thumbnail - Step 2: Card a
   ========================================================================== */
.album-category-card a,
.album-card a,
.video-card a,
.article-card a,
.feedpost-photo-card a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}

.programme-card a,
#programme-episode .video-card a,
#related-video .video-card a,
.programme-episode .video-card a,
.related-video .video-card a,
.related-article .article-card a,
.event-album .album-card a,
.feed-video-card {
  display: flex;
  height: 100%;
  width: 100%;
}

/* Card with Thumbnail - Step 3: Block
   ========================================================================== */
.album-category-block {
  display: block;
  position: relative;
  border-radius: 3px;
}

.album-block,
.video-block,
.article-block,
.feedpost-block {
  display: block;
  position: relative;
  border-radius: 3px 3px 0 0;
}

.programme-block,
#programme-episode .video-block,
#related-video .video-block,
.programme-episode .video-block,
.related-video .video-block,
.related-article .article-block,
.event-album .album-card {
  display: block;
  position: relative;
  border-radius: 3px 0 0 3px;
}

/* Card with Thumbnail - Step 4: Thumbnail
   ========================================================================== */
.album-category-thumbnail,
.feedpost-thumbnail {
  position: relative;
  background-color: #e2e4e6;
  border-radius: 3px;
}

.album-thumbnail,
.video-thumbnail,
.article-thumbnail {
  position: relative;
  background-color: #e2e4e6;
  border-radius: 3px 3px 0 0;
}

.programme-thumbnail {
  position: relative;
  background-color: #e2e4e6;
  width: 240px;
  border-radius: 3px 0 0 3px;
}

#programme-episode .video-thumbnail,
#related-video .video-thumbnail,
.programme-episode .video-thumbnail,
.related-video .video-thumbnail,
.related-article .article-thumbnail,
.event-album .album-thumbnail {
  position: relative;
  background-color: #e2e4e6;
  width: 115px;
  border-radius: 3px 0 0 3px;
}

/* Card with Thumbnail - Step 5: Responsive
   ========================================================================== */
.album-category-responsive,
.feedpost-responsive {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  display: -webkit-box;
  display: flex;
  z-index: 0;
  border-radius: 3px;
}

.album-responsive,
.video-responsive,
.article-responsive {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  display: -webkit-box;
  display: flex;
  z-index: 0;
  border-radius: 3px 3px 0 0;
}

.programme-responsive,
#programme-episode .video-responsive,
#related-video .video-responsive,
.programme-episode .video-responsive,
.related-video .video-responsive,
.related-article .article-responsive,
.event-album .album-responsive {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  display: -webkit-box;
  display: flex;
  z-index: 0;
  border-radius: 3px 0 0 3px;
}

/* Card with Thumbnail - Step 6: Sizer
   ========================================================================== */
.album-category-sizer {
  -webkit-box-flex: 0;
  flex: 0 0 0px;
  padding-bottom: 40%;
}

.album-sizer,
.feedpost-sizer {
  -webkit-box-flex: 0;
  flex: 0 0 0px;
  padding-bottom: 100%;
}

.video-sizer,
.programme-sizer,
.article-sizer {
  -webkit-box-flex: 0;
  flex: 0 0 0px;
  padding-bottom: 56.25%;
}

/* Card with Thumbnail - Step 7: Image
   ========================================================================== */
.album-category-image,
.album-image,
.video-image,
.programme-image,
.article-image,
.feedpost-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.album-card:hover .album-image,
.video-card:hover .video-image,
.programme-card:hover .programme-image,
.article-card:hover .article-image {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.album-category-image {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.album-category-card:hover .album-category-image {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

/* Card Info
   ========================================================================== */
.album-info,
.video-info,
.programme-info,
.article-info {
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* Card Title
   ========================================================================== */
.video-title,
.article-title,
.album-title {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  word-break: break-word;
  /*font-size: 1rem;*/
  line-height: 1.25rem;
  width: 100%;
  height: 2.5rem;
}

.album-user,
.video-user,
.article-category {
  color: #757575;
  font-size: 0.875rem;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.album-upload-date,
.video-upload-date,
.article-upload-date {
  color: #757575;
  font-size: 0.875rem;
  width: 100%;
}

.album-count {
  color: #757575;
  font-size: 0.875rem;
  width: 100%;
}

.article-category {
  width: 50%;
}

.article-upload-date {
  color: #757575;
  font-size: 0.875rem;
  width: 50%;
  text-align: right;
}

.article-view .article-category {
  color: inherit;
}

/* Header Navigation
   ========================================================================== */
.header {
  position: -webkit-sticky;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 100px;
  line-height: 100px;
  background-color: #fff;
  box-shadow: 0px 0px 30px 1px rgba(173, 173, 173, 0.4);
  font-size: 1rem;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.header.shrink {
  height: 50px;
  line-height: 50px;
  -webkit-transition: .5s all;
  transition: .5s all;
  font-size: 0.9375rem;
  opacity: .95;
}

.header .header-nav {
  padding: 0px 100px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  justify-content: space-between;
  /* height: 100px;
  line-height: 100px; */
}

.header .header-nav,
.header .header-left,
.header .header-right {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: nowrap;
}

.header ul {
  margin: 0;
}

.header .header-logo {
  margin: 0;
  line-height: 1rem;
}

.header .header-logo a {
  display: block;
  width: 150px;
  height: auto;
  overflow: hidden;
}

.header .header-menu {
  margin-left: 60px;
}

.header .header-menu .header-menu-item {
  float: left;
  margin-right: 60px;
}

.header .header-menu .header-menu-link {
  position: relative;
  display: block;
  padding: 0;
  letter-spacing: 0.02rem;
  color: inherit;
}

.header .header-menu .header-menu-link:hover,
.header .header-menu li.current a {
  color: #31c66c;
}

.header .header-menu .header-menu-link:hover::after,
.header .header-menu li.current a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #31c66c;
}

.header .user-menu .header-menu-item {
  float: left;
  margin-left: 60px;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 1.25rem;
  line-height: 2.5rem;
  text-align: center;
}

.header .user-menu .header-menu-item a {
  color: #ccc;
  opacity: 1;
}

.header .user-menu .header-menu-item a:hover {
  opacity: 0.8;
}

.header .user img {
  width: 40px;
  height: 40px;
}

.header .user-logo {
  width: 40px;
  display: block;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
}

.header .upload {}

/* Search */
.search {
  position: relative;
}

.search form {
  position: relative;
}

.search input {
  display: block;
  padding: 0 30px 0 20px;
  font-size: 0.875rem;
  width: 240px;
  height: 35px;
  line-height: 35px;
  border-radius: 30px;
  border: 1px solid #dbdbdb;
}

.search button[type=submit] {
  position: absolute;
  right: 8px;
  top: 0;
  border: 0;
  background-color: transparent;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #ccc;
  cursor: pointer;
  opacity: 1;
}

.search button[type=submit]:hover {
  opacity: 0.8;
}

/* Header - Responsive */
@media (max-width: 1856px) {

  .header .header-menu,
  .header .header-menu .header-menu-item {
    margin-right: 50px;
  }

  .header .header-menu,
  .header .user-menu .header-menu-item {
    margin-left: 50px;
  }
}

@media (max-width: 1728px) {

  .header .header-menu,
  .header .header-menu .header-menu-item {
    margin-right: 45px;
  }

  .header .header-menu,
  .header .user-menu .header-menu-item {
    margin-left: 45px;
  }
}

@media (max-width: 1664px) {
  .header .header-nav {
    padding: 0px 80px;
  }

  .header-dropdown {
    margin-right: 80px !important;
  }
}

@media (max-width: 1600px) {

  .header .header-menu,
  .header .header-menu .header-menu-item {
    margin-right: 40px;
  }

  .header .header-menu,
  .header .user-menu .header-menu-item {
    margin-left: 40px;
  }
}

@media (max-width: 1536px) {
  .header .header-nav {
    padding: 0px 60px;
  }

  .header-dropdown {
    margin-right: 60px !important;
  }

  .search input {
    width: 150px;
  }
}

@media (max-width: 1472px) {

  .header .header-menu,
  .header .header-menu .header-menu-item {
    margin-right: 35px;
  }

  .header .header-menu,
  .header .user-menu .header-menu-item {
    margin-left: 35px;
  }
}

@media (max-width: 1216px) {
  .header .header-nav {
    padding: 0px 40px;
  }

  .header-dropdown {
    margin-right: 40px !important;
  }
}

@media (max-width: 992px) {
  .header .indexsearch {
    display: none;
  }
}

/* Header Menu Dropdown & Obsolete Login UI
   ========================================================================== */
.header-dropdown {
  position: absolute;
  float: right;
  top: 108px;
  right: 0;
  margin: 0;
  padding: 15px 0;
  height: auto;
  z-index: 1001;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(173, 173, 173, 0.4);
  overflow: auto;
  font-size: 0.9375rem;
  width: 200px;
  transition: transform 75ms ease-out, opacity 75ms ease-out;
  transition: transform 75ms ease-out, opacity 75ms ease-out, -webkit-transform 75ms ease-out;
  margin-right: 100px;
}

.obsolete-login-box {
  padding: 15px;
  line-height: 1.5;
  width: 300px;
}

.obsolete-login-box a:not(.btn) {
  color: #26ad5e;
}

.dropdown-menu-item a {
  padding: 0 20px;
  display: block;
  line-height: 40px;
}

.dropdown-menu-item i {
  color: #999;
}

.dropdown-menu-item a:hover,
.dropdown-menu-item a:hover i {
  color: #27ae60;
}

/* Scroll Indicator */
.article-progress-container {
  width: 100%;
  height: 2px;
  background: #dbdbdb;
}

.article-progress-bar {
  height: 2px;
  background: #31c66c;
  width: 0%;
}

/* Mobile Navigation
   ========================================================================== */
.header-menu-toggle {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
}

.header-menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
  left: 25%;
  top: 50%;
  background-color: #31c66c;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header-menu-toggle span::before,
.header-menu-toggle span::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header-menu-toggle span::before {
  top: -9px;
}

.header-menu-toggle span::after {
  bottom: -9px;
}

.header-menu-toggle.is-clicked span {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.header-menu-toggle.is-clicked span::before,
.header-menu-toggle.is-clicked span::after {
  background-color: #43C790;
}

.header-menu-toggle.is-clicked span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

/*@media only screen and (max-width: 1200px) {
  .header {
    height: 50px;
    line-height: 50px;
    min-width: inherit;
  }
  .header .header-logo, .header .header-right {
    display: none;
  }
  .header-nav-wrap {
    display: none;
    height: auto;
    width: 100%;
    right: auto;
    top: 0;
    left: 0;
  }
  .header-nav-wrap .header-menu {
    display: block;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
  }
  .header-menu-item {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.07);
    width: 100%;
  }
  .header-menu-item a {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.07);
  }
  .header-menu-toggle {
    display: block;
  }
  .header .header-nav {
    padding: 0;
    margin-top: 50px;
    background: #fff;
  }
  .header .header-menu .header-menu-link:hover::after, .header .header-menu li.current a::after {
    display: none;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    margin-top: 50px;
  }
}*/
/* Social Platform Float Button
   ========================================================================== */
#social-block {
  position: fixed;
  top: 50%;
  left: 0;
  width: 40px;
  height: auto;
  z-index: 900;
}

#social-block .social-btn {
  float: left;
  width: 40px;
  height: 40px;
  background: #2e3e4a;
  text-align: center;
}

#social-block .social-icon {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #dbdbdb;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#social-block .facebook {
  font-size: 18px;
}

#social-block .instagram {
  font-size: 20px;
}

#social-block .youtube {
  font-size: 18px;
}

#social-block .facebook:hover {
  font-size: 22px;
}

#social-block .instagram:hover {
  font-size: 24px;
}

#social-block .youtube:hover {
  font-size: 22px;
}

/* Back to Top Button
   ========================================================================== */
.backtop-btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  z-index: 900;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  color: #2e3e4a;
  font-size: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
}

.backtop-btn .backtop-icon {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #2e3e4a;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/* Paging
   ========================================================================== */
.pagination {
  display: block;
  white-space: nowrap;
  text-align: center;
  margin: 0 !important;
}

.pagination button {
  display: inline-block;
  font-size: 0.875rem;
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  border: none;
  padding: 0 6px;
}

.pager {
  user-select: none;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

.pager li {
  padding: 0 4px;
  background: #fff;
  vertical-align: top;
  display: inline-block;
  font-size: 0.8125rem;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0;
  box-shadow: 0px 0px 30px 1px rgba(173, 173, 173, 0.1);
}

.pagination .btn-next,
.pagination .btn-prev,
.pagination .pager li {
  margin: 0 5px;
  background-color: #fff;
  min-width: 30px;
  border-radius: 2px;
}

.pagination .btn-next:disabled,
.pagination .btn-prev:disabled {
  color: #dbdbdb;
  background-color: transparent;
}

.pagination .pager li:not(.disabled).active {
  background-color: #2e3e4a;
  color: #fff;
}

/* Container
   ========================================================================== */
.container,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-80 {
  margin-top: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
  height: auto !important;
}

#home.container {
  margin-top: 0;
}

.container:not(.footer-nav) {
  width: 100%;
  min-height: calc(100vh - 522px);
}

.container-80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1280px;
  }

  .container-xl {
    max-width: 1140px;
  }

  .container-lg {
    max-width: 960px;
  }

  .container-md {
    max-width: 720px;
  }

  .container-sm {
    max-width: 540px;
  }
}

.section-title {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
  margin-top: 15px;
  margin-bottom: 15px;
  clear: both;
}

.side-title {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
  margin-bottom: 10px;
}

.section-group {
  margin-bottom: 1.5rem;
}

.section-more {
  letter-spacing: 0.02rem;
  color: #999;
  font-size: 0.8125rem;
  float: right;
}

.section-more:hover {
  color: #31c66c;
}

.section-more::after {
  content: "\f105";
  font-size: 1rem;
  display: inline-block;
  margin-left: 6px;
  font-family: 'Font Awesome\ 5 Free';
}

.section-sub {
  max-width: 100%;
  display: block;
  justify-content: space-between;
  flex-basis: auto;
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 30px;
}

.section-sub div {
  /*display: inline-block;*/
  text-align: right;
}

.section-subBysusan {
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 30px;
}

.section-subtitle {
  max-width: 100%;
  justify-content: space-between;
  flex-basis: auto;
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 30px;
}

.sorting {
  text-align: right;
}

.sorting a {
  padding: 6px 8px;
}
button:focus,
input:focus {
  outline: none;
}
.sorting .current {
  background-color: #2e3e4a;
  color: #fff !important;
}

.category a {
  padding: 6px 10px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 2px;
}

.category .current {
  background-color: #2e3e4a;
  color: #fff !important;
  font-weight: bold;
}

.card {
  position: relative;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 1px rgba(173, 173, 173, 0.1);
  box-shadow: 0px 0px 30px 1px rgba(173, 173, 173, 0.1);
  border: 1px solid #eeeff2;
}

.album-card:hover,
.video-card:hover,
.article-card:hover,
.photo-card:hover {
  -webkit-box-shadow: 0px 0px 15px 1px rgba(173, 173, 173, 0.25);
  box-shadow: 0px 0px 15px 1px rgba(173, 173, 173, 0.25);
}

#primary,
#main {
  width: calc(100% - 330px);
  margin-bottom: 30px;
  float: left;
}

#secondary,
#sidebar {
  width: 300px;
  margin-bottom: 30px;
  float: right;
}

#secondary .section-group,
#sidebar .section-group {
  margin-bottom: 30px;
}

/* Tags */
.tag-line,
.video-tag {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 0.875rem;
  overflow-x: hidden;
  line-height: 2rem;
}

.tag-line .tag:first-child,
.video-tag .tag:first-child {
  margin-left: 5px;
}

.tag {
  margin-right: 10px;
  padding: 4px 8px;
  background-color: #2e3e4a;
  color: #fff;
  border-radius: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-word;
}

/* Label */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

/* Rank */
.rank-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rank-list li>div {
  float: left;
}

.rank-no {
  width: 32px;
  color: #2e3e4a;
  font-size: 1.75rem;
  text-align: center;
  line-height: 2.3125rem;
}

.rank-list li>div.rank-title {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  word-break: break-word;
  font-size: 1rem;
  line-height: 1.25rem;
  min-height: 56px;
  width: calc(100% - 32px);
  height: calc(70px - 1rem);
}

.rank-list li+li {
  border-top: 1px solid #dbdbdb;
}

.rank-list li:after {
  content: '';
  display: block;
  clear: both;
}

.rank-list li a:hover {
  color: #757575;
}

/* 【上傳】
   ========================================================================== */
/* 相片上傳 */
.photo-uploader {
  width: 100%;
  text-align: center;
}

.photo-upload {
  display: block;
  text-align: center;
  cursor: pointer;
  outline: none;
}

#photo .upload-dragger {
  width: 100%;
}

#photo .row {
  justify-content: flex-start;
}

.album-content {
  width: 100%;
}

.avatar-uploader {
  position: relative;
  background-color: #e2e4e6;
  border-radius: 3px 3px 0 0;
}

/* 影片上傳 */
.video-uploader {
  width: 100%;
  text-align: center;
}

.video-upload {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: none;
}

.upload-dragger {
  position: relative;
  border: 1px dashed #c0c4cc;
  border-radius: 3px;
  box-sizing: border-box;
  width: 640px;
  height: 240px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

.upload-dragger .upload-container {
  display: block;
  position: relative;
  top: 53%;
  transform: translateY(-50%);
}

.upload-dragger .upload-icon {
  color: #c0c4cc;
  line-height: 3.125rem;
}

.upload-dragger .upload-text {
  color: #909296;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.25rem;
}

.upload-input {
  display: none;
}

.upload-tip {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.25rem;
}

.uploading {
  font-size: 0.9375rem;
}

/* 【主頁】
   ========================================================================== */
/* Banner */
#banner {
  margin-top: 100px;
}

.show-neighbors {
  overflow: hidden;
}

.show-neighbors :active {
  overflow: hidden;
}

.carousel-indicators {
  margin-right: auto;
  margin-left: auto;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5rem;
  z-index: 10;
}

.carousel-inner {
  width: 150%;
  left: -25%;
}

@media (max-width: 991.98px) {
  .carousel-inner {
    width: calc((100%) * 3);
    left: 0;
  }
}

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
  transform: translateX(33.33%);
}

.carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
  transform: translateX(-33.33%);
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.item-third {
  float: left;
  position: relative;
  width: 33.33333333%;
}



/* 【相簿】
   ========================================================================== */
/* 相簿分類 */
.album-category-image::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.4);
}

.album-category-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.scrolling-wrapper-flexbox::-webkit-scrollbar {
  display: none;
}

.collection tr {
  cursor: pointer;
}

.collection-list {
  font-size: 0.9375rem;
}

.collection-list tr th {
  background-color: #f5f5f5;
}

.collection-list .card-body {
  padding: 0;
}

.collection-list table tr:hover td {
  background: #f4f6f8;
}

/* 相簿 */
.album-photo-count {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 2px;
  bottom: 6px;
  right: 6px;
  padding: 2px 4px;
  line-height: 1rem;
  font-size: 0.75rem;
}

.album-photo-count::before {
  content: "\f302";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  width: 1.25em;
  text-align: center;
}

/* 相簿內頁 */
/* Cover */
.cover-photo {
  height: 500px;
  width: 100%;
  /*background-size: 100%;*/
  background-attachment: scroll;
  background-position: 50% 50%;
  position: relative;
  z-index: 2;
}

.cover-photo-gradient {
  position: absolute;
  z-index: -999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, rgba(0, 0, 0, .03)), color-stop(21%, rgba(0, 0, 0, .11)), color-stop(78%, rgba(0, 0, 0, .61)), color-stop(95%, rgba(0, 0, 0, .7)), color-stop(95%, rgba(0, 0, 0, .7)));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .03) 8%, rgba(0, 0, 0, .11) 21%, rgba(0, 0, 0, .61) 78%, rgba(0, 0, 0, .7) 95%, rgba(0, 0, 0, .7));
}

#cover-head {
  color: #fff;
  padding-top: 280px;
  /*-- reward header revised --*/
  padding-bottom: 30px;
}

.title-block {
  display: inline-block;
  width: 100%;
  color: #fff;
  height: 120px;
  position: relative;
}

.user-avatar {
  float: left;
  margin: 0 auto;
  width: 100px;
  height: 130px;
  position: relative;
  z-index: 1;
}

.user-avatar a:hover {
  opacity: 1;
}

.avatar-wrapper {
  background-color: #e2e4e6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.album-name {
  position: relative;
  display: inline-block;
  display: -webkit-box;
  font-size: 2.25rem;
  font-weight: bold;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  word-break: break-word;
}

#cover-head .action {
  line-height: 2rem;
}

.cover-nav {
  height: 50px;
  margin-bottom: 20px;
}

.sub-nav {
  background-color: #fff;
  width: 100%;
  height: 50px;
  position: relative;
  overflow: visible;
  box-shadow: inset 0 -2px transparent;
  box-shadow: 0px 0px 30px 1px rgba(173, 173, 173, 0.4);
  box-sizing: border-box;
}

.subnav-content {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.subnav-items-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cover-nav .links {
  -webkit-touch-callout: none;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  height: 47px;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  height: 50px;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cover-nav .links li {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 30px;
  color: #000;
  font-size: 12pt;
  font-weight: 400;
  line-height: 170%;
  opacity: .75;
  box-sizing: border-box;
  height: 50px;
}

.cover-nav .links .selected {
  font-weight: 600;
  color: #27ae60;
  border-bottom: 2px solid #31c66c;
}

.album-operate-btn {
  margin: 7px;
}

.interaction-bar {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: height .15s ease-out;
  transition: height .15s ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: calc(100% - 7px);
  height: 0;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 4px;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}

#album-view .photo-card:hover .interaction-bar {
  height: 50px;
}

.photo-card.card {
  margin-bottom: 0;
}

.interaction-bar .photo-details {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  min-height: 0;
}

.interaction-bar .photo-details .title {
  font-size: 0.9375rem;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  min-width: 0;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.interaction-bar .photo-details .time {
  font-size: 0.6875rem;
}

.interaction-bar {
  /*max-width: 80%;*/
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.interaction-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
}

.interaction-icon {
  padding: 6px;
}

.interaction-icon:hover {
  color: inherit !important;
}

.interaction-icon.view {
  cursor: default;
  opacity: 1 !important;
}

.photo-edit-bar {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  padding: 8px;
  box-sizing: border-box;
}

.photo-edit-bar .photo-details {
  display: inline-block;
  min-width: 0;
  min-height: 0;
}

.photo-edit-bar .photo-details .title {
  font-size: 0.9375rem;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  min-width: 0;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.photo-edit-bar .photo-details .time {
  font-size: 0.6875rem;
}

.photo-edit-bar .interaction-control {
  float: right;
}

.photo-edit-bar .photo-keywords {
  display: block;
  width: 100%;
  margin-top: 4px;
}

.photo-edit-bar .photo-keywords input {
  width: 100%;
}

.photo-edit-bar .photo-keywords .form-control {
  height: auto;
  padding: 0 0.25rem;
  font-size: 0.625rem;
}

.album-content {
  width: 100%;
}

.album-content .album-date,
.album-content .upload-date,
.album-content .album-category {
  display: block;
  font-size: 0.875rem;
}

.album-content .album-category a {
  color: #27ae60;
}

.album-category .row {
  justify-content: start;
}

.album-content .album-description {
  white-space: pre-line;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

.album-content .album-description a {
  color: #27ae60;
}

/* 合集 */
#album .collection-title {
  width: 70%;
}

#album .collection-album-count {
  width: 30%;
  text-align: center;
}

/* 相簿頁數控制欄 */
.album-pagination {
  position: sticky;
  display: inline-block;
  bottom: 0;
  background: #2e3e4a;
  opacity: 0.95;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 3;
  height: 50px;
}

.album-pagination .row {
  align-items: baseline;
}

.pagination-bar {
  display: block;
  justify-content: center;
}

.pagination-bar .el-pager {}

.pagination-bar button {
  widht: 45px;
  height: 45px;
  background-color: #2e3e4a;
  border: none;
  color: #fff;
  /*padding: 15px 32px;*/
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.pagination-bar button:hover {
  background-color: #364857;
}

/* Filter */
.pagination-btn-filter {
  display: inline-block;
}

.slider-custom .slider-selection {
  background: #31c66c;
}

.time-range {
  display: inline-block;
}

/* Pagination */
.page-btn-panel {
  position: relative;
  /*top: 50%;
  transform: translateY(-50%);*/
}

.pagination-bar .row {
  height: 50px;
}

.pagination-bar .pagination-pagenumber {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.pagination-bar .pagination-btn-pagenumber {
  line-height: 1;
}

.pagination-bar .dropdown-menu {
  max-height: 40rem;
  max-width: 100%;
  position: relative;
  background: #2e3e4a;
  overflow: auto;
  padding: 0;
  margin: 0;
}

.pagination-bar .pagination-pagenumber .dropdown-menu {
  min-width: 100%;
  transform: translate3d(0px, -640px, 0px) !important;
}

.pagination-bar .dropdown-menu li {
  text-align: center;
}

.pagination-bar .dropdown-menu li a {
  display: block;
  color: #fff;
  line-height: 40px;
}

.pagination-bar .dropdown-menu li a:hover {
  background: #fff;
  color: #2e3e4a;
}

/* Search */
.tag-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  padding: 8px;
}

.tag-search form {
  position: relative;
}

.tag-search input {
  display: block;
  padding: 0 30px 0 20px;
  font-size: 0.875rem;
  width: 240px;
  height: 35px;
  line-height: 35px;
  border-radius: 30px;
  border: 1px solid #dbdbdb;
}

.tag-search button[type=submit] {
  position: absolute;
  right: 8px;
  top: 0;
  border: 0;
  background-color: transparent;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #ccc;
  cursor: pointer;
  opacity: 1;
}

.tag-search button[type=submit]:hover {
  opacity: 0.8;
}

.tag-search button {
  padding: 0;
}

/* 合集 */
.collection-detail .collection-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 20px;
}

.collection-detail .collection-cover img {
  border-radius: 3px;
}

.collection-detail dl {
  font-size: 0.9375rem;
}

.collection-detail dl dt {
  color: #757575;
}

/* 相片內頁 */
.photo-view {
  background: #212121;
}

.photo-view section {
  padding-top: 100px;
}

.photo-view-image {
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 20px;
}

.photo-view-image img {
  max-height: 700px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.navigate-target {
  opacity: .7;
  position: absolute;
  height: calc(100% - 45px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 101;
  color: #fff;
}

.navigate-prev {
  width: 25%;
  min-width: 200px;
  left: 0;
  margin-left: 25px;
}

.navigate-next {
  width: 25%;
  min-width: 200px;
  right: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 25px;
}

.photo-bottom-bar {
  position: relative;
  display: block;
  height: 45px;
  width: 100%;
  color: #fff;
  line-height: 45px;
  font-size: 0.875rem;
}

.photo-bottom-bar a {
  display: inline-block;
}

.photo-bottom-bar .action {
  font-size: 0.875rem;
  line-height: 45px;
}

.photo-bottom-bar .back-to-album-btn {
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.5s linear 0s;
}

.photo-bottom-bar .slider-btn {
  position: absolute;
  left: 50%;
}

.photo-bottom-bar .download-btn {
  user-select: none;
  cursor: pointer;
}

#download-menu {
  position: absolute;
  float: right;
  right: 15px;
  bottom: 45px;
  margin: 0;
  padding: 15px 0;
  height: auto;
  z-index: 700;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(173, 173, 173, 0.4);
  overflow: auto;
  font-size: 0.9375rem;
  min-width: 200px;
  transition: transform 75ms ease-out, opacity 75ms ease-out;
  transition: transform 75ms ease-out, opacity 75ms ease-out, -webkit-transform 75ms ease-out;
  display: none;
}

.photo-content .title {
  -webkit-line-clamp: 1;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
}

.photo-content .uploader {
  color: #27ae60;
}

.photo-content .uploader img {
  width: 32px;
  height: 32px;
}

.photo-content .uploader .user-logo {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  vertical-align: middle;
}

.photo-content .date {
  /*display: inline-block;*/
  font-size: 0.875rem;
  color: #757575;
}

.photo-stat {
  font-size: 0.9375rem;
  width: 100%;
  display: block;
  text-align: center;
}

.photo-stat li {
  display: inline-block;
}

.photo-stat span {
  font-size: 1.25rem;
}

.exif-list {
  display: block;
  width: 100%;
  font-size: 0.9375rem;
}

.exif-list li {
  display: inline-block;
  line-height: 1.5rem;
}

.exif-list .extended-exif-item {
  width: 100%;
}

.exif-list .exif-name {
  width: 80px;
  display: inline-block;
}

.exif-list .exif-value {}

.show-extended-exif {
  cursor: pointer;
  line-height: 2rem;
  color: #26ad5e;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* 【影音】
   ========================================================================== */
/* 影音首頁 */
#featured-video .section-group {
  display: inline-block;
  width: calc(100% - 330px);
}

.video-duration {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  bottom: 4px;
  right: 4px;
  padding: 2px 4px;
  line-height: 0.875rem;
  font-size: 0.75rem;
}

#programme {
  position: relative;
}

#programme.section-group,
#programme .section-group {
  display: block;
}

#programme .programme,
.programme-sider .video-card {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

#programme .programme img,
.programme-sider .video-card img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#programme .programme:hover img,
.programme-sider .video-card:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.owl-carousel .owl-stage {
  padding: 0 !important;
}

/* 我們的節目 */
#programme-list .programme-info,
.programme-list .programme-info {
  padding: 16px;
}

#programme-list .programme-info .programme-title,
.programme-list .programme-info .programme-title {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  white-space: normal;
  word-break: break-word;
  font-size: 1.125rem;
  line-height: 1.25rem;
  width: 100%;
  font-weight: bold;
}

#programme-list .programme-info .programme-intro,
.programme-list .programme-info .programme-intro {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  word-break: break-word;
  line-height: 1.25rem;
  width: 100%;
  height: 2.5rem;
  color: #757575;
}

#programme-list .programme-info .programme-last-updated,
.programme-list .programme-info .programme-last-updated {
  color: #757575;
  font-size: 0.875rem;
  width: 100%;
}

#programme-list .programme-episode,
.programme-list .programme-episode {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  bottom: 4px;
  right: 4px;
  padding: 2px 4px;
  line-height: 1.125rem;
  font-size: 0.875rem;
}

/* 影片觀賞頁 - 播放器 */
#player,
.player {
  position: relative;
}

#player-container,
.player-container {
  position: relative;
  width: 100%;
  height: 534px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

#video-content,
.video-content {
  width: 100%;
}

#video-content .video-episode,
.video-content .video-episode {
  position: relative;
  font-size: 0.875rem;
  width: 100%;
  color: #999;
}

#video-content .video-title,
.video-content .video-title {
  -webkit-line-clamp: 1;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
}

#video-content .video-date,
.video-content .video-date {
  display: inline-block;
  font-size: 0.875rem;
  color: #757575;
}

#video-content .video-category,
.video-content .video-category {
  display: block;
  font-size: 0.875rem;
}

#video-content .video-category a,
.video-content .video-category a {
  color: #27ae60;
}

#video-content .uploader,
.video-content .uploader {
  color: #27ae60;
}

#video-content .uploader img,
.video-content .uploader img {
  width: 32px;
  height: 32px;
}

#video-content .uploader .user-logo,
.video-content .uploader .user-logo {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  vertical-align: middle;
}

#video-content .video-action,
.video-content .video-action {
  float: right;
  font-size: 0.9375rem;
}

#video-content .video-action li,
.video-content .video-action li {
  display: inline-block;
}

#video-content .video-description,
.video-content .video-description {
  white-space: pre-line;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

#video-content .video-description a,
.video-content .video-description a {
  color: #27ae60;
}

/* 影片觀賞頁 - 節目集數 */
#programme-episode h2,
.programme-episode h2 {
  position: relative;
}

#programme-episode .now-playing,
.programme-episode .now-playing {
  position: absolute;
  font-size: 0.75rem;
  font-weight: normal;
  color: #999;
  right: 0;
  bottom: 0;
}

#programme-episode .scroll-menu,
.programme-episode .scroll-menu {
  overflow: auto;
  height: 400px;
}

#programme-episode .video-info,
.programme-episode .video-info {
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  display: block;
}

#programme-episode .video-info .video-episode,
.programme-episode .video-info .video-episode {
  position: relative;
  font-size: 0.75rem;
  width: 100%;
  color: #999;
  padding-bottom: 4px;
}

#programme-episode .video-info .video-title,
.programme-episode .video-info .video-title {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  width: 100%;
}

#programme-episode .playing,
.programme-episode .playing {
  background-color: #ececec;
}

#programme-episode .playing .video-info .video-episode::after,
.programme-episode .playing .video-info .video-episode::after {
  content: ' ‧ 播放中';
  color: #31c66c;
}

/* 影片觀賞頁 - 相關影片 */
#related-video .video-info .video-title,
.related-video .video-info .video-title {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  height: 40px;
  width: 100%;
}

/* 【話題】
   ========================================================================== */
#article .title {
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  word-break: break-word;
}

#article .date {
  display: inline-block;
  font-size: 0.875rem;
  color: #757575;
}

#article .article-source,
#article .article-category {
  display: block;
  font-size: 0.875rem;
}

#article .article-source a,
#article .article-category a {
  color: #27ae60;
}

#article .publisher {
  display: inline-block;
  color: #27ae60;
}

#article .publisher img {
  width: 32px;
  height: 32px;
}

#article .publisher .user-logo {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  vertical-align: middle;
}

#article .content {
  white-space: normal;
  font-size: 1rem;
  line-height: 1.75rem;
}

#article .content img {
  display: block;
  margin: auto;
  text-align: center;
  max-width: 100%;
}

#article .content a {
  color: #27ae60;
}

.related-article .article-info .article-title {
  font-size: 0.9375rem;
  line-height: 20px;
  height: 40px;
  width: 100%;
}

/* 【活動】活動列表: 左側主欄
   ========================================================================== */
.event-list {
  font-size: 0.9375rem;
}

.event-list .event-list-title {
  background-color: #f5f5f5;
}

.event-list .card-body {
  padding: 0;
}

.event-list table tr:hover td {
  background: #f4f6f8;
}

.event-list .event-bookmark {
  width: 6%;
  text-align: center;
  cursor: pointer;
}

.event-list .active {
  color: #26ad5e;
}

.event-list .event-date {
  width: 12%;
}

.event-list .event-title {
  width: auto;
}

.event-list .event-category {
  width: 10%;
}

.event-list .event-region {
  width: 10%;
}

.event-list .event-status {
  width: 15%;
}

/* Icon */
.icon-hot::before {
  content: "\f06d";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  margin-right: 0.5rem;
  color: #e83a30;
  width: 1.25em;
  text-align: center;
}

.icon-featured::before {
  content: "\f005";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  margin-right: 0.5rem;
  color: #e8b730;
  font-size: 0.875rem;
  width: 1.25em;
  text-align: center;
}

.icon-album::before {
  content: "\f87c";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  margin-right: 0.5rem;
  color: #26ad5e;
  width: 1.25em;
  text-align: center;
}

/* Tooltip */
.event-list tr:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.tooltip {
  z-index: 1;
  transform: translate(0, -200%);
  opacity: 0;
  transition: opacity 0.3s;
  min-width: auto;
}

.tooltip::after {
  position: absolute;
  top: 100%;
  left: 1rem;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 1) transparent transparent transparent;
}

.tooltip-inner {
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 3px;
}

/* 【活動】活動列表: 右側副欄 - 篩選
   ========================================================================== */
.event-filter {
  font-size: 0.9375rem;
}

.event-filter .btn-group {
  display: block;
}

.event-filter .btn-filter-group {
  position: relative;
  display: block;
}

.event-filter .btn-filter {
  background-color: #ececec;
  border: none;
  color: inherit;
  margin: 2px 0;
  padding: 0.25rem 0.5rem;
}

.event-filter .btn-filter-active {
  background-color: #26ad5e;
  color: #fff;
}

.event-filter .btn-filter:hover {
  color: inherit;
}

.event-filter .btn-filter-active:hover {
  color: #fff;
}

.event-filter .el-form-item {
  margin-bottom: 0 !important;
}

.event-filter .el-form-item__label {
  display: block !important;
  width: 100% !important;
}

.event-filter .el-button--primary {
  color: #444 !important;
  background-color: #f8f9fa !important;
  border-color: #ddd !important;
}

.event-filter .el-button--primary:hover {
  background-color: #e9ecef !important;
  color: #2b2b2b !important;
}

.event-filter label {
  margin-bottom: 0 !important;
}

/* 活動詳情 */
#event {
  width: 100%;
}

#event .title {
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  word-break: break-word;
}

#event .remark {
  display: inline-block;
  font-size: 0.875rem;
}

#event .remark span,
#event .distance span {
  padding: 6px 10px;
  margin-right: 10px;
  background-color: #eee;
  border-radius: 2px;
  font-size: 0.875rem;
}

#event .content {
  white-space: pre-line;
  font-size: 1rem;
  line-height: 1.75rem;
}

#event .content img {
  display: block;
  margin: auto;
  text-align: center;
  max-width: 100%;
}

#event .content a {
  color: #27ae60;
}

.event-detail-list a {
  color: #27ae60;
}

.event-detail-list .data-title {
  width: 7rem;
}

.event-detail-list .data-title span {
  -webkit-box-flex: 0;
  flex: none;
  padding: 6px 10px;
  color: #999;
  border-radius: 2px;
  font-size: 0.9375rem;
}

.event-detail-list .data-content {
  word-break: break-all;
}

.event-detail-list .event-detail-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-top: 1px solid #ececec;
}

.event-detail-list .event-detail-item:first-child {
  border-top: none;
  padding-top: 0 !important;
}

.event-detail-list .event-detail-item:last-child {
  padding-bottom: 0.5rem !important;
}

.event-album .album-title {
  font-size: 0.9375rem;
}

/* 【活動】活動內文: 右側副欄
   ========================================================================== */
.nearday-event-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nearday-event-list li>div {
  float: left;
}

.nearday-event-list li>div.event-title {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  word-break: break-word;
  font-size: 1rem;
  line-height: 1.25rem;
  width: 100%;
}

.nearday-event-list li {
  padding: 0.5rem 0;
}

.nearday-event-list li:first-child {
  padding-top: 0 !important;
}

.nearday-event-list li:last-child {
  padding-bottom: 0 !important;
}

.nearday-event-list li+li {
  border-top: 1px solid #dbdbdb;
}

.nearday-event-list li:after {
  content: '';
  display: block;
  clear: both;
}

.nearday-event-list li a:hover {
  color: #757575;
}

.nearday-event-list .event-info {
  font-size: 0.875rem;
  color: #999;
}

.nearday-event-list .event-date,
.nearday-event-list .event-region {
  display: inline-block;
}

.nearday-event-list .event-date::before {
  content: "\f073";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  margin-right: 6px;
}

.nearday-event-list .event-region::before {
  content: "\f3c5";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  margin-right: 6px;
}

/* 【個人專頁】
   ========================================================================== */
.profile-user-img {
  border: none;
  margin: 0 auto;
  padding: 3px;
  width: 100px;
}

.count {
  font-size: 0.75rem;
}

.count::before {
  content: '';
  padding-left: 4px;
}

/* 相簿 影片 */
.empty-block {
  position: relative;
  min-height: 400px;
  text-align: center;
}

.empty-block-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #6c757d;
}

.box-profile {
  margin-top: 1rem;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.profile-nav {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  margin: 0.5rem 0;
}

.profile-nav:first-of-type {
  margin-top: 0;
}

.profile-nav:last-of-type {
  margin-bottom: 0;
}

.profile-nav.active {
  color: #ffffff;
  background-color: #2e3e4a;
}

.my-profile .actions {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: height .15s ease-out;
  transition: height .15s ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}

.my-profile .photo-card .actions {
  width: calc(100% - 7px);
}

.my-profile .album-card .actions,
.my-profile .video-card .actions,
.my-profile.bookmark-article .actions {
  bottom: 101px;
}

.my-profile.bookmark-album .actions {
  bottom: 121px;
}

.my-profile.bookmark-video .actions {
  bottom: 126px;
}

.my-profile.bookmark-photo .actions {
  bottom: 0;
}

.my-profile .actions a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  outline: none;
  padding: 15px;
  cursor: pointer;
}

.my-profile .actions a:first-child {
  padding-left: 20px;
}

.my-profile .photo-card .actions a:first-child {
  padding-left: 24px;
}

.my-profile .actions a i {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.my-profile .album-card:hover .actions,
.my-profile .video-card:hover .actions,
.my-profile .article-card:hover .actions,
.my-profile .photo-card:hover .actions {
  height: 50px;
}

.my-profile .card:hover .album-image,
.my-profile .card:hover .video-image,
.my-profile .card:hover .article-image {
  -webkit-transform: none;
  transform: none;
}

.my-profile .card-header {
  background: #f2f4f6;
  font-size: 1rem;
}

/* 留言 */
.my-comment .comment-list-title {
  background: #f2f4f6;
}

.my-comment .comment-content {
  width: 70%;
}

.my-comment .comment-date {
  width: 15%;
}

.my-comment .comment-operation {
  width: 15%;
}

/* 【社群動態】
   ========================================================================== */
#feed-wall::selection {
  height: 500px;
  /* update 29/6/2022 for overflow scroll */
  overflow-y: scroll;
  /*  update 29/6/2022 for overflow scroll */
  opacity: 1;
}

.feedpost {
  margin-bottom: 15px;
  padding-bottom: 0;
}

/* Post Head */
.feedpost-head {
  display: block;
  position: relative;
  padding: 8px 8px 0;
  width: 100%;
}

.feedpost-user .user-logo {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  vertical-align: middle;
  float: left;
}

.feedpost-user img {
  width: 42px;
  height: 42px;
}

.feedpost-user .feedpost-username {
  display: block;
  position: relative;
  font-weight: bold;
}

.feedpost-user .publish-time {
  display: block;
  position: relative;
  font-size: 0.875rem;
  color: #757575;
}

/* Post Menus */
.feedpost-more {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 8px;
  cursor: pointer;
  text-align: center;
}

.feedpost-menus {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 120px;
  border-radius: 0.25rem;
  z-index: 1;
  font-size: 0.9375rem;
  -webkit-box-shadow: 0px 0px 30px 1px rgb(173 173 173 / 10%);
  box-shadow: 0px 0px 30px 1px rgb(173 173 173 / 10%);
  border: 1px solid #eeeff2;
  right: 0;
}

.feedpost-menus a {
  display: block;
  width: 100%;
  padding: 8px 12px;
}

.feedpost-menus a:hover {
  background-color: #f5f5f5;
}

.feedpost-more:hover .feedpost-menus {
  display: block;
}

/* Post Content */
.feedpost-content {
  padding: 8px;
}

.feedpost-content * {
  max-width: 100%;
}

.feedpost-content p {
  padding: 4px 0;
}

.feedpost-content img {
  border-radius: 4px;
}

/* Post Actions */
.feedpost-action {
  border-top: 1px solid #ececec;
  padding: 4px 8px;
}

.feedpost-action li {
  display: inline-block;
  padding: 8px;
  width: 90px;
  text-align: center;
}

.feedpost-action li:hover {
  background: #f5f5f5;
  border-radius: 4px;
}

.feedpost-action .like {}

.feedpost-action .bookmark {}

.feedpost-comment {
  display: none;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.feedpost-comment-list .comment {
  display: flex;
  flex-basis: auto;
  padding: 16px 0;
}

.feedpost-comment-list .comment-left {
  width: 32px;
  flex-shrink: 0;
}

.feedpost-comment-list .user-logo {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  vertical-align: middle;
}

.feedpost-comment-list .feedpost-username {
  position: relative;
  font-weight: bold;
}

.feedpost-comment-list .publish-time {
  position: relative;
  font-size: 0.875rem;
  color: #757575;
  display: block;
}

.feedpost-comment-list .comment-content {
  position: relative;
  display: block;
}

.feedpost-comment-list .comment+.comment {
  border-top: 1px solid #ececec;
}

/* Create Feed Post */
#create-feedpost .create-btn {
  background-color: none;
  color: #666;
}

#create-feedpost .create-btn:hover {
  background: #f5f5f5;
  border-radius: 4px;
}

#create-feedpost .feedpost-user {
  display: block;
}

#create-feedpost .feedpost-user .user-logo {
  display: block;
}

#create-feedpost input {
  border: 0;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  padding-top: 8px;
}

/* View Post */
#feedpost-view {
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 640px;
  padding: 16px 0px;
}

#feedpost-view .feedpost-scroll {
  max-height: 640px;
  overflow-y: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-right: 0.5rem;
}

#feedpost-view .feedpost-main-content {
  background: #000;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#feedpost-view .feedpost-content {
  padding: 8px 0;
}

#feedpost-view .feedpost-ensize {
  /*width: 100%;*/
  max-width: 1280px;
  padding: 16px;
}

#feedpost-view .modal-body {
  position: relative;
}

#feedpost-view .modal-content>div {
  padding: 0;
}

#feedpost-view .modal-content {
  flex-direction: row;
}

#feedpost-view .feedpost-action {
  border-bottom: 1px solid #ececec;
  padding: 4px 0;
}

#feedpost-view .feedpost-comment {
  display: block;
}

.feedpost-sub-content {
  margin: 16px;
  height: 100%;
}

.feedpost-sub-content .feedpost-head {
  padding: 0;
}

.feedpost-bottom {
  display: block;
  bottom: 0;
}

/* Custom Page
   ========================================================================== */
.page-title,
.comment-title {
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  word-break: break-word;
}

.page-content {
  font-size: 1rem;
  line-height: 1.75rem;
}

.page-content a {
  color: #27ae60;
}

.page-content ol,
.page-content ul {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.page-content li {
  display: list-item;
}

.page-content h3 {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  clear: both;
}

.page-content p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  clear: both;
}

.page-content blockquote {
  padding: 6px 16px;
  border: none;
  quotes: "\201C" "\201D";
  display: inline-block;
}

.page-content blockquote p:before {
  content: open-quote;
  font-weight: bold;
}

.page-content blockquote p:after {
  content: close-quote;
  font-weight: bold;
}

.page-content .about-grid {
  text-align: center;
  padding: 1.5rem;
}

/* 廣告合作 */
.ad-content h5 {
  font-weight: bold;
}

.ad-table {
  text-align: center;
  width: 100%;
}

.ad-table img {
  padding: 4px;
}

.ad-table td,
.ad-table th {
  border: .1rem solid #dee2e6;
}

.ad-table td {
  padding: 8px 10px;
  text-align: center;
}

/* Advertisement
   ========================================================================== */
.ad {
  text-align: center;
  display: block;
}

.ad-300x600,
.ad-300x250 {
  margin-bottom: 30px;
}

.ad-footer {
  display: none;
}

/* Footer
   ========================================================================== */
.footer {
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
  overflow: hidden;
  bottom: 0;
  z-index: 800;
  clear: both;
}

.footer-nav {
  width: 1280px;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}

@media (max-width: 1408px) {
  .footer-nav {
    padding: 0 50px;
  }
}

.footer dl {
  float: left;
  width: calc(100%/5);
}

.footer dl dt {
  font-size: 0.9375rem;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0 8px;
}

.footer dl dd {
  font-size: 0.875rem;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding: 0 8px;
}

.footer dd a:hover {
  color: #27ae60;
}

.footer .footer-bottom {
  margin-top: 40px;
}

.footer .footer-bottom span {
  font-size: 0.875rem;
  text-align: center;
  width: 100%;
  display: block;
  margin: auto;
  padding-top: 10px;
}

.footer .copyright {
  text-align: center;
}

.footer a:hover {
  color: #31c66c;
}

/* Float Box
   ========================================================================== */
.float-page {
  -ms-flex-align: center;
  align-items: center;
  background: #f4f6f8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  -ms-flex-pack: center;
  justify-content: center;
}

.float-box {
  width: 480px;
  margin: auto;
  font-size: 0.9375rem;
}

@media (max-width: 576px) {
  .float-box {
    margin-top: .5rem;
    width: 90%;
  }
}

.float-card-body {
  background: #ffffff;
  border-top: 0;
  color: #666;
  padding: 50px;
}

.float-card-body h1 {
  text-align: center;
  font-weight: 700;
  color: #292c32;
}

.float-card-body .input-group .form-control {
  border-right: 0;
}

.float-card-body .input-group .form-control:focus {
  box-shadow: none;
}

.float-card-body .input-group .form-control:focus~.input-group-append .input-group-text {
  border-color: #98d4b1;
}

.float-card-body .input-group .form-control.is-valid:focus {
  box-shadow: none;
}

.float-card-body .input-group .form-control.is-valid~.input-group-append .input-group-text {
  border-color: #28a745;
}

.float-card-body .input-group .form-control.is-invalid:focus {
  box-shadow: none;
}

.float-card-body .input-group .form-control.is-invalid~.input-group-append .input-group-text {
  border-color: #dc3545;
}

.float-card-body .input-group .input-group-text {
  background-color: transparent;
  border-bottom-right-radius: 3px;
  border-left: 0;
  border-top-right-radius: 3px;
  color: #bdbdbd;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.float-box-msg {
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
}


/* 登入 / 註冊 / 意見回饋頁面
   ========================================================================== */
.fb-login-button {
  background-color: #1877f2 !important;
  border-color: #1877f2 !important;
  color: #fff;
}

.fb-login-button:hover {
  background-color: #1464cc !important;
  border-color: #1464cc !important;
}

.float-card-body a:not(.fb-login-button) {
  color: #26ad5e;
}

.additional {
  margin: 10px 0;
}

.additional-row {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;
  color: #bdbdbd;
}

.additional-row::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  top: 50%;
  left: 0;
}

.additional-text {
  z-index: 1;
  position: relative;
  display: inline-block;
  padding: 0 16px;
  color: #bec8d2;
  text-align: center;
  background-color: #fff;
  font-size: 0.875rem;
}

/*--- social page upload btn effect ---*/
.an-btn button:hover {
  cursor: pointer
}

.an-btn button {

  position: relative;
  overflow: hidden;
}

/*button:before (attr data-hover)*/
.an-btn button:hover:before {
  opacity: 1;
  transform: translate(0, 0);
}

.an-btn button:before {
  content: attr(data-hover);
  position: absolute;
  text-transform: uppercase;
  opacity: 0;
  transform: translate(-100%, 0);
  transition: all .3s ease-in-out;
}

/*button div (button text before hover)*/
.an-btn button:hover i {
  opacity: 0;
  transform: translate(100%, 0)
}

.an-btn button i {
  font-style: normal;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}

.btn-st-1 {
  height: 35px;
  border-radius: 5px;
  padding: 5px 15px;
  border: 0;
  background: #F2F2F2;
  display: inline-block;
  visibility: hidden;
}

.btn-st-1:hover {
  background: #FFF;
  font-weight: 900;
}

.btn-c1 {
  color: #5ED435;
  font-size: 16px;
}

.btn-c1 span {
  color: #000;
  font-style: normal;
  font-size: 14px;
}

.btn-c2 {
  color: #D41518;
  font-size: 16px;
}

.btn-c2 span {
  color: #000;
  font-style: normal;
  font-size: 14px;
}

.btn-st-1 {
  color: #FFFFFF;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
}

.btn-st-1 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-st-1 span:after {
  content: '上傳';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-st-1:hover span {
  padding-right: 25px;
}

.btn-st-1:hover span:after {
  opacity: 1;
  right: 0;
}

/* --- End social page upload btn effect ---*/
/* --- social page search bar effect ---*/
.respon_width {
  flex: 0 0 100%;
  width: 100%;
}

.search-container {
  background: #f4f6f8;
  height: 35px;
  border-radius: 20px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.8s;
  inset: -4px -4px 6px 0 rgba(255, 255, 255, .2);
  inset: 4px 4px 6px 0 rgba(0, 0, 0, .2);
}

.search-container:hover>.search-input {
  width: 100%;
}

.search-container .search-input {
  background: transparent;
  border: none;
  outline: none;
  width: 0px;
  font-weight: 200;
  font-size: 16px;
  transition: 0.8s;

}

.search-container .search-btn .fas {
  color: #dcdee1;
}


.search-container:hover {
  animation: hoverShake 0.15s linear 3;
}

/* --- End social page search bar effect ---*/

/*--- video card hidden btn ---*/
#video_card_hid {
  width: 100%;
  display: flex;
  visibility: hidden;
  position: absolute;
}

.video_card_hrline {
  width: 40%;
  border-top: 1px dashed #c0c0c0;
}

#video_card_disp_btn {
  width: 100%;
  display: flex;
  border: 0;
  border-width: 0 0px;
  border-radius: 0;
  color: #757575;
  font-size: 18px;
  margin: 10px 0px;
  padding: 0px;
  line-height: 35px;
}

/*-- END video card hidden btn -*/

/*--- albumlist dialog and btn --------*/

/* Modal */
.modal-content-sm {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 500px;
  height: 250px;
  display: revert;
  border-radius: 20px;
}

/* The Close Button */
.closebtn-sm {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 0;
  padding: 25px 20px;
}

.closebtn-sm:hover,
.closebtn-sm:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.text-content-sm {
  padding: 80px 0 50px 0;
  font-size: 16px;
  text-align: center;
}

.modal .btn {
  background-color: #26ad5e;
  font-size: 16px;
  color: #fff;
}

.modal .btn:active,
.modal .btn:hover {
  background-color: #1b7a43;
  color: #fff;
}

/*--- feed comment popup  --------*/
.modal {
  display: none;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 1440px) {
  #feedback_frame_aj {
    display: block;
    flex: 100%;
    max-width: 100%;
  }

  #feedback_photo_aj {
    display: block;
    flex: 100%;
    max-width: 100%;
  }

  #feedback_content_aj {
    display: block;
    flex: 100%;
    max-width: 100%;
  }

  .modal-content {
    /*width: 95%;*/
    height: auto;
  }
}

/*---END feed comment popup  --------*/

/*--- albumlist dialog and btn --------*/

/*--- albumview-photostream trophy ---*/
.trophy {
  /*visibility: hidden;
  position: absolute; */
  overflow: hidden;
  width: 100%;
  height: 40px;
}

.trophy img {
  height: 40px;
}

.trophy-social {
  /*visibility: hidden;
  position: absolute; */
  width: 100%;
  height: auto;
}

.trophy-social img {
  height: 40px;
}

/*--- album subtitle menu ---*/
.album-subtitle-category {
  border-bottom: none;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin-right: 8px;
}

.image_tag {
  border-radius: 20px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  height: 38px;
  padding-left: 2px;
  padding-top: 1px;
  background-color: white;
  display: inline-flex;
}

.image_tag:hover {
  border-radius: 20px;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3);
  height: 38px;
  padding-left: 2px;
  padding-top: 1px;
  background-color: #6ecc36;
  display: inline-flex;
  color: #FFF;
}

.image_tag_image {
  border-radius: 50px;
  height: 34px;
  width: 34px;
  background-position: 2px 2px center bottom;
  background-size: cover;
  margin-left: 2px;
  margin-top: 1px;
}

.image_tag_title {
  font-weight: 700;
  margin-top: 8px;
  padding-left: 5px;
  padding-right: 15px;
}

.image_tag_title:hover {
  color: #FFF;
}



/*moblie */
.m-album-subtitle-category {
  border-bottom: none;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin-right: 8px;
}

.m-image_tag {
  border-radius: 30px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  height: 32px;
  padding-left: 1px;
  padding-top: 3px;
  background-color: white;
  display: inline-flex;
}

.m-image_tag:hover {
  border-radius: 30px;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3);
  height: 32px;
  padding-left: 1px;
  padding-top: 3px;
  background-color: #6ecc36;
  display: inline-flex;
  color: #FFF;
}

.m-image_tag_image {
  border-radius: 20px;
  height: 25px;
  width: 25px;
  background-position: 2px 2px center bottom;
  background-size: 40px 25px;
  margin-left: 2px;
  margin-top: 1px;
}

.m-image_tag_title {
  margin-top: 3px;
  padding-left: 5px;
  padding-right: 10px;
}


/*socical calendar */
.social_feed_date {
  text-align: center;
  width: 100%;
  border: 0;
  padding: 0;
}

/* 修改photoview.html 手機網頁顯示問題 */
.inb-1 {
  display: inline-block;
  width: 78px;
  margin-top: 20px
}

.inb-2 {
  display: inline-block;
  width: 45%;
  margin-bottom: 20px
}

/* END 修改photoview.html 手機網頁顯示問題 */

/* 上傳影片列 feed_video_pool.html, mymedia-video_v2.html ====================== */
.pa-05 {
  padding: 5px;
}

.pa-1 {
  padding: 10px;
}

.pa-2 {
  padding: 20px;
}

.pa-3 {
  padding: 30px;
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-5 {
  padding-bottom: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-5 {
  padding-bottom: 50px;
}

.pl-1 {
  padding-left: 10px;
}

.pl-2 {
  padding-left: 20px;
}

.pl-3 {
  padding-left: 30px;
}

.ptrl-05 {
  padding: 5px;
}

.ptrl-1 {
  padding: 10px;
}

.ptrl-1imp {
  padding: 15px !important;
}

.ptrl-1_5 {
  padding: 15px;
}

.ptrl-2 {
  padding: 20px;
}

.ptrl-3 {
  padding: 30px;
}

.mt--1 {
  margin-top: -10px;
}

.mt--2 {
  margin-top: -20px;
}

.mt--3 {
  margin-top: -30px;
}

.ml--1 {
  margin-left: -10px;
}

.ml--2 {
  margin-left: -20px;
}

.ml--3 {
  margin-left: -30px;
}

.ml--4 {
  margin-left: -40px;
}

.ml--5 {
  margin-left: -50px;
}

.mr--1 {
  margin-rigth: -10px;
}

.mr--2 {
  margin-rigth: -20px;
}

.mr--3 {
  margin-rigth: -30px;
}

.mr--4 {
  margin-rigth: -40px;
}

.mr--5 {
  margin-rigth: -50px;
}

.bw-auto {
  width: auto;
}

.bw-3 {
  width: 30px;
}

.bw-5 {
  width: 50px;
}

.bw-15 {
  width: 150px;
}

.bw-30 {
  width: 300px;
}

.disp-in-bk {
  display: flex;
}

.disp-in {
  display: inline-block;
}

.pool-fm {
  width: 100%;
}

.pool-fm .sorting-fm {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  line-height: 40px;
}

.pool-fm .section-group {
  margin-bottom: 0;
}

.pool-fm .pool-upload-fm {
  width: calc(35% - 12px * 2);
  margin-right: 12px;
  float: right;
}

.pool-fm .sorting {
  display: inline-block;
}

.pool-fm .left {
  float: left;
}

.pool-fm .pool-cloud {
  padding: 5px;
  display: inline-block;
  border-radius: 0px;
}

.pool-fm .mymedia-video {
  line-height: 19px;
}

.pool-fm .row-1 {
  display: inline-block;
}

.pool-fm .cloud-video-fm {
  /*height:calc((var(--widthvideo) / 2) + 20px);*/
  width: 100%;

}

.pool-fm .cloud-video-steam {
  width: 100%;
  height: calc((var(--widthvideo) / 2) + 20px);
}

.pool-fm .cloud-video-data {
  width: calc((var(--widthvideo) - 1px));
  height: calc((var(--widthvideo) / 2) + 20px);
  padding: 10px;
  position: absolute;
}

.pool-fm .cloud-fm {
  width: 40px;
  display: inline-block;
}

.cloud-detial {
  margin: 0px;
  font-size: 10px;
  display: block;
}

.cloud-detial .cloud-likes {
  width: 25px;
  margin: 0 0 0 0px;
  color: #FF0509;
  display: inline-block;
}

.cloud-detial .likes-text {
  padding: 0;
  color: #000;
  display: inline-block;
}

.cloud-detial .cloud-zoom {
  padding: 5px 10px 0px 15px;
  float: right;
  color: #000;
}

.cloud-detial .video {}

.video-def .cloud-video-zoom {
  /*width: calc((var(--widthvideoZOOM) - 1px));
  height: calc((var(--widthvideoZOOM) / 2) + 17px);*/
  width: 100%;
}

.pool-fm .cloud-info {
  padding: 5px 5px;
  display: inline-block;
}

.pool-fm .cloud-photo {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 20px;
  background-size: cover;
  position: absolute;
}

.pool-fm .cloud-vtitle {
  width: 85%;
  padding: 0 7px;
  line-height: 20px;
  display: inline-block;
  float: right;
  color: #000;
  overflow-wrap: anywhere;
}

.pool-fm .cloud-vname {
  width: 85%;
  padding: 8px 5px 0px 5px;
  line-height: 10px;
  display: inline-block;
  float: right;
  color: #8C8C8C;
  font-size: 10px;
}

.pool-fm .cloud-vcounter {
  width: 85%;
  padding: 7px 5px;
  line-height: 10px;
  display: inline-block;
  float: right;
  color: #8C8C8C;
  font-size: 10px;
}

.pool-fm .cloud-vdate {
  padding: 0px 10px;
  line-height: 10px;
  display: inline-block;
  float: right;
  color: #8C8C8C;
  font-size: 10px;
}


/* Post Menus */
.cloud-more {
  top: 0;
  right: 0;
  height: 20px;
  padding: 3px 10px;
  float: left;
  cursor: pointer;
  text-align: center;
}

.cloud-menus {
  display: none;
  margin-top: -5px;
  position: absolute;
  background-color: #ffffff;
  min-width: 120px;
  border-radius: 0.25rem;
  z-index: 10;
  font-size: 0.9375rem;
  -webkit-box-shadow: 0px 0px 30px 1px rgb(173 173 173 / 10%);
  box-shadow: 0px 0px 30px 1px rgb(173 173 173 / 10%);
  border: 1px solid #eeeff2;
}

.cloud-menus a {
  display: block;
  width: 100%;
  padding: 8px 12px;
}

.cloud-menus a:hover {
  background-color: #f5f5f5;
}

.cloud-more:hover .cloud-menus {
  display: block;
}


/* 影片上傳頁upload_V2.html,uploading_V2.html,finish_upload.html */
.step-fm {
  width: 91%;
  position: relative;
  -ms-transform: translateX(5%);
  transform: translateX(5%);
}

.step-bg {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}

.el-button {
  background-color: #26ad5e !important;
  boarder-color: #26ad5e !important;
  box-shadow: none !important;
  color: #fff !important;
}

.el-textarea__inner:focus {
  border-color: #26ad5e !important;
}

.pr-vi-img-txt {
  margin-top: 20px;
}

.pr-vi-img {
  width: auto;
  height: calc(var(--widthuploadimg) / 1.75);
}

.video-uploader {
  width: 100%;
  text-align: center;
}

.video-upload {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: none;
}

.video-uploader .el-upload {
  width: 90% !important;
}

.video-uploader .el-upload-dragger {
  width: 100% !important;
}

.video-uploader .dragger {
  position: relative;
  border-radius: 3px;
  box-sizing: border-box;
  height: 240px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

.upload-dragger .upload-container {
  display: block;
  position: relative;
  top: 53%;
  transform: translateY(-50%);
}

.upload-dragger .upload-icon {
  color: #c0c4cc;
  line-height: 3.125rem;
}

.upload-dragger .upload-text {
  color: #909296;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.25rem;
}

.upload-input {
  display: none;
}

.upload-tip {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.25rem;
}

.uploading {
  font-size: 0.9375rem;
}

/* END 上傳影片列 feed_video_pool ====================== */

/* 檢舉popup 框 feed_video_pool 內 ====================== */
.report-form-fm {
  width: 100%;
}

.report-form-fm .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  background-color: #f0f0f0;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.report-form-fm .btn-st-2 {
  margin-top: 30px;
  height: 35px;
  left: calc(50% - 46px);
  position: relative;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 5px;
  border: 0;
  background: #26ad5e;
  color: #fff;
}

.report-form-fm .btn-st-2:hover {
  background: #139449;
  font-weight: 900;
}

.reported {
  filter: grayscale(70%);
}

.reported .disableicon {
  padding: 30px;
  display: block;
  position: absolute;
  z-index: 30;
  color: #FFF;
  font-size: 50px;
  text-align: center;
}

.reported .blockfunc {
  width: 100%;
  max-height: 350px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 31;
}

.reported .txt {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

/* 單獨跳出影片 mymedia-videosteam.html內 ====================== */
.hit-playcount {}

.hit-playcount .title {
  font-weight: 900;
  font-size: 15px;
  /*background:#FFE075;*/
  border-radius: 20px;
  color: #515151;
  align-items: baseline;
}

.hit-playcount .playcount-photo {
  width: 35px;
  height: 35px;
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  border-radius: 25px;
  background-size: cover;
  float: left;
}

.white {
  background-color: #FFF;
}

.hit-playcount .playcount-info {
  padding: 5px 30px;
  margin-bottom: 5px;
  border-top: 1px solid #ececec;
}

.hit-playcount .playcount-vname {
  width: 37%;
  padding-left: 5px;
  padding-top: 13px;
  display: inline-block;
  color: #000;
  font-size: 14px;
}

.hit-playcount .playcount-vcounter {
  width: 80%;
  padding-left: 15px;
  display: inline-block;
  color: #8C8C8C;
  font-size: 15px;
}

.hit-playcount .playcount-video-steam {
  width: 100%;
  height: calc((var(--widthvideo) / 2) + 20px);
}

.hit-playcount .likes-text {
  padding-left: 0px;
  padding-top: 12px;
  display: inline-block;
  color: #000;
  float: right;
}

.hit-playcount .likes {
  width: 20px;
  margin: 0 0 0 10px;
  color: #FF0509;
  display: inline-block;
}

.profile-nav.active {
  color: #ffffff;
  background-color: #26ad5e;
}

.hit-playcount .Ranking {
  padding-top: 0px;
  padding-right: 10px;
  float: left;
}

.Ranking .sh-1 {
  color: #BB961A;
  font-size: 30px;
  font-weight: bold;
  background-size: cover;
  background-image: url("../../images/video/1st.gif");
}

.Ranking .sh-2 {
  color: #C0C0C0;
  font-size: 30px;
  font-weight: bold;
  background-size: cover;
  background-image: url("../../images/video/2nd.gif");
}

.Ranking .sh-3 {
  color: #905A00;
  font-size: 30px;
  font-weight: bold;
  background-size: cover;
  background-image: url("../../images/video/3rd.gif");
}

.Ranking .sh-4 {
  color: #798F16;
  font-size: 30px;
  font-weight: bold;
}

.Ranking .sh-5 {
  color: #621D7C;
  font-size: 30px;
  font-weight: bold;
}

#ant {
  width: 150px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin: 0px auto;
  position: absolute;
}

.ant_txt {
  text-align: center;
  position: absolute;
  color: #FFF;
  margin-top: 40px;
}

#counterframe {
  position: absolute;
}

.count-main-content {
  background: #000;
  height: 260px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}

/* 實名認證 cerification.html certification-flow.html內 ====================== */
.cert-iframe {
  width: 100%;
  height: 150px;
  border: 1px solid;
  border-color: #B6B6B6;
  border-radius: 5px;
}

.cert-fm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-basis: auto;
  align-self: flex-start;
}

.certifiate .cert-img-1 {
  width: 290px;
  display: inline-block;
  text-align: center;
}

.certifiate .cert-txt-fm {
  width: 70%;
  padding-left: 30px;
  display: inline-block;
  flex-wrap: wrap;
}

.certifiate .table-size {
  line-height: 15px;
  font-size: 10px;
  width: 80%;
}

.certifiate .center {
  text-align: center !important;
}

.certifiate .red {
  color: red;
}

@media (min-width:250px) and (max-width:1240px) {
  .certifiate .cert-img-1 {
    width: 100%;
    display: inline-block;
    text-align: center;
  }

  .certifiate .cert-txt-fm {
    width: 100%;
    padding-left: 0px;
    display: inline-block;
    flex-wrap: wrap;
  }
}

/* 人臉識別 face-recognition.html內 ====================== */
.snapshot {
  z-index: 999;
}

.snapshot-icon {
  width: 40px;
  margin-top: 5px;
  border-radius: 40px;
  display: inline-block;
}

.snapshot .form-label {
  width: 150px;
  display: inline-block;
  padding: 0.4rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2.00;
  color: #666;
  background-clip: padding-box;
  border: none;
  border-radius: 2rem;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.snapshot .form-box {}

.snapshot .form-button {
  background-color: #E0E0E0;
  border-radius: 1rem;
  display: inline-block;
  cursor: url("../../images/album/go.png"), auto;
}

.snapshot .form-button:hover {
  background-color: #F0F0F0;
  border-radius: 1rem;
  display: inline-block;
}

.face-reco-icon {
  width: 35px;
  height: auto;
  border-radius: 2rem;
  margin-top: 7px;
}

.face-fm {}

.face-fm .face-bg {
  padding: 20px;
  background-color: #fff;
}

.face-fm .face-search-uploader {
  text-align: center;
  z-index: 99;
}

.face-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.face-uploader .el-upload:hover {
  border-color: #409EFF;
}

.face-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px !important;
  text-align: center;
}

.face-avatar {
  width: 178px;
  height: 178px;
  display: block;
}

.face-btn .btn {
  left: -30px;
  background: #26ad5e;
  font-size: 16px;
  color: #fff;
  width: 178px;
}

.face-btn button:hover {
  cursor: pointer
}

.face-btn button {
  position: relative;
  overflow: hidden;
}

/*button:before (attr data-hover)*/
.face-btn button:hover:before {
  opacity: 1;
  transform: translate(0, 0);
}

.face-btn button:before {
  content: attr(data-hover);
  position: absolute;
  text-transform: uppercase;
  opacity: 0;
  transform: translate(-100%, 0);
  transition: all .3s ease-in-out;
  padding-left: 15px;
}

/*button div (button text before hover)*/
.face-btn button:hover i {
  opacity: 0;
  transform: translate(100%, 0)
}

.face-btn button i {
  font-style: normal;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}

/* 點數系統 myrewards-point.html內 ====================== */
.c-grey {
  color: #848484;
}

.c-red {
  color: #FF0000;
}

.c-green {
  color: #1DAF20;
}

.bg-c-grey {
  background-color: #E4E4E4;
}

.f-size {
  font-size: 12px;
}

#buy-point button {
  background: #26ad5e;
  color: #fff;
  border: 1px solid #26ad5e;
  border-radius: 0.25rem;
  padding: 0.1rem 1rem;
  font: 15px "Margarine", sans-serif;
  outline: none;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  letter-spacing: 1px;
  height: 30px;
  width: 95px;
  margin-top: -3px;
  margin-right: 5px;
}

.button-pressure marquee {
  position: absolute;
  width: 100%;
  top: 20%;
  left: 5%;
  font: 14px/1, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}

.dollar-ch {
  position: absolute;
  background-color: rgba(0, 200, 0, 0.6);
  color: #FFF;
  border-radius: 2px;
  bottom: 6px;
  left: 6px;
  padding: 2px 8px;
  line-height: 1rem;
  font-size: 0.75rem;
}

.shopping-form-fm {
  width: 100%;
}

.shopping-form-fm .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  background-color: #f0f0f0;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.shopping-form-fm .btn-st-2 {
  margin-top: 30px;
  height: 35px;
  left: calc(50% - 30px);
  position: relative;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 5px;
  border: 0;
  background: #26ad5e;
  color: #fff;
}

.shopping-form-fm .btn-st-2:hover {
  background: #139449;
  font-weight: 900;
}

.pos-ab-fm {
  width: 25px;
  left: 15px;
  top: 15px;
  position: absolute;
  display: inline-block;
  color: #fff;
}

.photo-cart {}

/* 首頁優化 index_V2.html內 ====================== */
.carousel {}

.carousel-cell {
  width: 100%;
  height: 200px;
  /* flex-box, center image in cell */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.carousel-cell img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  /* dim unselected */
  opacity: 1;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, transform 0.3s, -webkit-filter 0.3s, filter 0.3s;
  transition: opacity 0.3s, transform 0.3s, filter 0.3s;
}

/* brighten selected image */
.carousel-cell.is-selected img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: none;
  filter: none;
}

@media screen and (min-width: 768px) {
  .carousel-cell {
    width: 80%;
    height: 500px;
    padding-top: 60px;
  }
}

@media screen and (min-width: 960px) {
  .carousel-cell {
    width: 75%;
    height: 550px;
    padding-top: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .carousel-cell {
    width: 75%;
    height: 500px;
    padding-top: 100px;
  }
}

@media screen and (min-width: 1240px) {
  .carousel-cell {
    width: 65%;
    height: 485px;
    padding-top: 100px;
  }
}

/* buttons, no circle */
.flickity-prev-next-button {
  width: 60px;
  height: 60px;
  background: transparent;
  opacity: 0.6;
}

.flickity-prev-next-button:hover {
  background: transparent;
  opacity: 1;
}

/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}

.flickity-prev-next-button.no-svg {
  color: white;
}

/* closer to edge */
.flickity-prev-next-button.previous {
  left: 0;
}

.flickity-prev-next-button.next {
  right: 0;
}

/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}


/* 相片頁優化 albumview-photostream.html內 ====================== */
.photo-info {}

/* 我的專頁 profile-add_member_acc.html內 ====================== */
.box {
  border: 1px solid #ced4da;
  border-radius: 0.25em;
  display: inline-block;
}

.f-weight {
  font-weight: 900;
}

.btn_icon {
  display: inline-block;
  font-weight: 400;
  color: #1e874a;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn_icon:hover {
  color: #ffffff;
  background-color: #1e874a;
  border-color: #fff;
}


/* 我的專頁 feed_group_setting.html內 ====================== */
.card-body .group-upload-input {
  width: 350px;
  padding: 0px;
  background: #fff;
}

.card-body .group-upload-input img {
  width: 100%;
  display: none;
  margin-bottom: 30px;
}

.card-body .group-upload-inputB {
  width: 100px;
  height: 100px;
  padding: 0px;
}

.card-body .group-upload-inputB img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  position: absolute;
  border-radius: 5rem;
  border: none;
  border: 0;
  background-position: center;
  background-size: 200px;
}

.card-body .group-upload-inputB .image-upload>input {
  display: none;
}

.card-body .uploadicon {
  widht: 100px;
  hight: 100px;
  position: absolute;
  padding: 33px 41px;
  z-index: 999;
  color: #26ad5e;
}

.multi_group_name {
  padding: 0px 10px 20px 0px;
  display: inline;
}

/* 我的專頁 feed_group_del.html內 ====================== */
.swipeable {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #999;
  border-radius: 75px;
}

.group-blocked {
  height: 125px;
  width: 99%;
  display: block;
  position: absolute;
  z-index: 9;
  background-color: indianred;
  opacity: 0.9;
  border-radius: 90px;
}

.group-blocked .txt {
  height: 125px;
  color: lightgoldenrodyellow;
  font-size: 20px;
  text-align: center;
  margin-top: 45px;
  font-weight: 900;
}

.swipeable:last-child {
  margin: 0;
}

.swipeable .inner {
  position: relative;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #F7F7F7;
  padding: 10px 15px 5px 15px;
  cursor: -webkit-auto;
  cursor: auto;
  color: #555;
  border-radius: 75px;
  border: #C0C0C0 solid 1px;

}

.swipeable .inner:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.swipeable .action-button {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 100%;
  padding: 50px 20px 50px 0;
  cursor: pointer;
  text-align: right;
  color: white;
  letter-spacing: 2px;
  transition: 0.3s ease;
}

.swipeable .action-button.delete {
  /* background: #d64d4d; */
}

.swipeable .action-button.delete:hover {
  background: #c32d2d;
}

.swipeable .action-button.save {
  background: #74cb74;
}

.swipeable .action-button.save:hover {
  background: #4fbd4f;
}

.swipeable .tab-icon,
.swipeable .tab-icon:before,
.swipeable .tab-icon:after {
  background: #666;
}

.swipeable .tab-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -1px;
  margin-right: 1px;
  width: 2px;
  height: 2px;
}

.swipeable .tab-icon:before,
.swipeable .tab-icon:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}

.swipeable .tab-icon:before {
  top: -4px;
}

.swipeable .tab-icon:after {
  top: 4px;
}

.card-body .group_BgIMG {
  width: 100px;
  height: 100px;
  border-radius: 5rem;
  border: none;
  border: 0;
  background-position: center;
  background-size: 200px;
  display: inline-block;
  object-fit: cover;
}

.card-body .group_Name {
  display: inline-block;
  position: absolute;
  margin: 15px 10px;
  color: #4DB845;
}

.card-body .group_income_mes {
  width: 60%;
  display: inline-block;
  position: absolute;
  margin: 40px 10px;
  color: #000;
  overflow: hidden;
}

.group_message_count {
  width: 35px;
  height: 35px;
  margin-left: 75px;
  margin-top: -10px;
  padding: 8px;
  border-radius: 25px;
  background-color: #26ad5e;
  color: #fff;
  text-align: center;
  position: absolute;
  overflow: hidden;
  z-index: 3
}

.group_feedpost-action li {
  display: inline-block;
  padding: 8px;
  text-align: center;
}

.group_feedpost-action li:hover {
  background: #f5f5f5;
  border-radius: 4px;
}

/* 群組頁面 feed_aaa2.html內 =================================== */
.card_group {
  position: relative;
}

.group_card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
}

.group_card-body_reply {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding-right: 10px;
  background-image: url("../../images/social/group_reply_chat.png");
  background-position: 10px top;
  background-repeat: no-repeat;
}

.group_card-body_reply_B {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding-right: 10px;
  background-image: url("../../images/social/group_reply_chat_B.png");
  background-position: 10px top;
  background-repeat: no-repeat;
  background-attachment: local;
  background-position: top right 15px;
}

.group_feedpost-more {
  display: inline-block;
  height: 40px;
  cursor: pointer;
  text-align: center;
}

.group_feedpost-more:hover .group_feedpost-menus {
  display: block;
}

.group_feedpost-menus {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 128px;
  border-radius: 0.25rem;
  z-index: 1;
  font-size: 0.9375rem;
  -webkit-box-shadow: 0px 0px 30px 1px rgb(173 173 173 / 10%);
  box-shadow: 0px 0px 30px 1px rgb(173 173 173 / 10%);
  border: 1px solid #eeeff2;
  bottom: 0;
}

.group_feedpost-menus a {
  display: block;
  width: 100%;
  padding: 8px 12px;
}

.group_feedpost-menus a:hover {
  background-color: #f5f5f5;
}

/*--- reply message Function menu ------群組內---回覆位置功能選單----------*/
.group_feedpost-more {
  display: inline-block;
  height: 40px;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.group_feedpost-more:hover .group_reply-menus {
  display: block;
}

.group_reply-menus {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 128px;
  border-radius: 0.25rem;
  z-index: 1;
  font-size: 0.9375rem;
  -webkit-box-shadow: 0px 0px 30px 1px rgb(173 173 173 / 10%);
  box-shadow: 0px 0px 30px 1px rgb(173 173 173 / 10%);
  border: 1px solid #eeeff2;
  margin-top: 0px;
}

.group_reply-menus a {
  display: block;
  width: 100%;
  padding: 8px 12px;
}

.group_reply-menus a:hover {
  background-color: #f5f5f5;
}

/*---END------群組內---回覆位置功能選單----------*/

.group_feedpost-user {
  font-size: 0.5rem;
  float: right;
  white-space: nowrap;
  width: 155px;
  padding-left: 30px;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url("../../images/social/group_chat.png");
  background-position: left top;
  background-repeat: no-repeat;
}

.group_feedpost-user .user-logo {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  vertical-align: middle;
  float: left;
  width: 35px;
  /* width of container */
  height: 35px;
  /* height of container */
  object-fit: cover;
}

.group_feedpost-action .user-like {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  vertical-align: middle;
  width: 22px;
  /* width of container */
  height: 22px;
  /* height of container */
  object-fit: cover;
  margin-left: -15px;
}

.group_feedpost-content .message_txt {
  padding: 15px 10px;
}


/*--- like popup user name------群組內---己點讚用戶名----------*/
.group_like-user {
  display: inline-block;
  width: 40px;
  cursor: pointer;
  text-align: center;
  margin-left: 5px;
}

.group_like-user:hover .group_like-pop {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  height: 150px;
  padding: 8px;
}

.group_like-pop {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 120px;
  border-radius: 0.25rem;
  z-index: 1;
  font-size: 0.9375rem;
  -webkit-box-shadow: 0px 0px 30px 1px rgb(173 173 173 / 10%);
  box-shadow: 0px 0px 30px 1px rgb(173 173 173 / 10%);
  bottom: 20px;
}

.group_like-pop a {
  display: block;
  width: 100%;
  padding: 8px 12px;
}

.group_like-pop a:hover {
  background-color: #f5f5f5;
}

/*---  user name -----群組內 用戶相片B排列樣式--展示------------------*/
.group_feedpost-user img {
  width: 32px;
  height: 32px;
  word-wrap: break-word;
}

.group_feedpost-user .group_feedpost-username {
  font-weight: bold;
}

.group_feedpost-user .publish-time {
  display: block;
  font-size: 0.575rem;
  color: #757575;
}

/*--- Group Self Post Content -----群組內 帳戶A排列樣式--展示------------------*/
.group_self_feedpost-action li {
  display: inline-block;
  padding: 8px;
  text-align: center;
}

.group_self_feedpost-action li:hover {
  background: #f5f5f5;
  border-radius: 4px;
}

.group_self_feedpost-more {
  display: inline-block;
  height: 40px;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.group_self_feedpost-more:hover .group_self_feedpost-menus {
  display: block;
}

.group_self_feedpost-menus {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 128px;
  border-radius: 0.25rem;
  z-index: 1;
  font-size: 0.9375rem;
  -webkit-box-shadow: 0px 0px 30px 1px rgb(173 173 173 / 10%);
  box-shadow: 0px 0px 30px 1px rgb(173 173 173 / 10%);
  border: 1px solid #eeeff2;
  bottom: 0px;
  right: 0px;
}

.group_self_feedpost-menus a {
  display: block;
  width: 100%;
  padding: 8px 12px;
}

.group_self_feedpost-menus a:hover {
  background-color: #f5f5f5;
}

.group_self_feedpost-user {
  font-size: 0.5rem;
  float: left;
  white-space: nowrap;
  width: 140px;
  padding-right: 30px;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url("../../images/social/group_chat2.png");
  background-position: right top;
  background-repeat: no-repeat;
}

.group_self_feedpost-user .user-logo {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  vertical-align: middle;
  float: left;
  width: 35px;
  /* width of container */
  height: 35px;
  /* height of container */
  object-fit: cover;
}

.group_self_feedpost-user img {
  width: 32px;
  height: 32px;
  word-wrap: break-word;
}

.group_self_feedpost-user .group_self_feedpost-username {
  font-weight: bold;
}

.group_self_feedpost-user .publish-time {
  display: block;
  font-size: 0.575rem;
  color: #757575;
}

/* ------ Group Post Content  -----群組內 發佈新文未內容--展示-----*/
.group_feedpost-content {
  padding: 0 8px;
  background-color: #eaeaea;
  border-radius: 50px;
  text-align: justify;
  text-justify: inter-word;
}

.group_feedpost-content * {
  max-width: 100%;
}

.group_feedpost-content p {
  padding: 4px 0;
}

.group_feedpost-content img {
  border-radius: 4px;
}

.group_reply_user {
  font-size: 0.8rem;
  padding-right: 5px;
}

.group_reply_txt {
  white-space: nowrap;
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A4A4A4;
  text-align: justify;
  text-justify: inter-word;
}

.group_reply_box {
  display: block;
  border: 0;
  background-color: rgba(255, 255, 255, 0.0);
  color: #000;
  width: 100%;
}

.group_reply_fm {
  margin: 10px 0 10px 0;
}

/*------ Group Post Mulit-photo -----群組內 多張照片--展示-----*/
.group_mulit-photo {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 10px;
}

.group_mulit-photo .mu_photo {
  width: 135px;
  /* width of container */
  height: 135px;
  /* height of container */
  object-fit: cover;
  padding: 5px;
  margin: 2px;
  -webkit-box-shadow: 0px 5px 10px 0px rgb(173 173 173 / 40%);
  box-shadow: 0px 5px 10px 0px rgb(173 173 173 / 40%);
  background-color: #fff;
}

.group_mulit-photo .photo_book {
  width: 400px;
  /* width of container */
  height: 300px;
  /* height of container */
  object-fit: cover;
  padding: 5px;
  margin: 2px;
  -webkit-box-shadow: 0px 5px 10px 0px rgb(173 173 173 / 40%);
  box-shadow: 0px 5px 10px 0px rgb(173 173 173 / 40%);
  background-color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.group_mulit-photo .desc_txt {
  color: #C4C4C4;
  text-align: center;
  width: 100%;
}


/*------ Create New Post (CSS Modal) -----發佈新帖跳出 Modal-----------------*/
/* Modal */
#create-grouppost .modal-content {
  background-color: #fefefe;
  height: auto;
}

#create-grouppost .switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 21px;
}

#create-grouppost .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

#create-grouppost .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

#create-grouppost .slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 0px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

#create-grouppost input:checked+.slider {
  background-color: #51CB2D;
}

#create-grouppost input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

#create-grouppost input:checked+.slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
#create-grouppost .slider.round {
  border-radius: 34px;
  font-size: 10px;
  padding: 2px;
}

#create-grouppost .slider.round:before {
  border-radius: 50%;
}

#create-grouppost .desc_txt {
  font-size: 12px;
  color: #aaa;
  text-align: right;
  float: right;
  width: 70%;
}

#create-grouppost .sel_funtion_bar {
  border: solid 1px #DDD;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  margin: 5px 0;
}

#create-grouppost .form-control {
  border: 0;
}

.sel_funtion_bar .uploadphotocolor {
  font-size: 23px;
  line-height: 23px;
  color: #f34bab;
  padding: 2px;
  display: inline;
}

.sel_funtion_bar .sharephotocolor {
  font-size: 23px;
  color: #23b15b;
  padding: 2px;
  display: inline;
}

.sel_funtion_bar .uploadvideocolor {
  font-size: 23px;
  color: #f79c03;
  padding: 2px;
  display: inline;
}

.sel_funtion_bar .sharevideocolor {
  font-size: 23px;
  color: #2860ff;
  padding: 2px;
  display: inline;
}

.sel_funtion_bar .txt {
  font-size: 16px;
  color: #CCC;
  padding: 2px;
  text-align: center;
  right: 0%;
  position: absolute;
  width: 100%;
  margin-top: -28px;
}

.sel_funtion_bar .sel_icon {
  display: block;
  position: relative;
  z-index: 2;
}


/*--- upload Mulit photo 上傳多張照片--按鈕功能--------------*/
#uploadphoto {
  display: none;
  margin: 5px 0;
}

#uploadphoto .uploadfile_fm {
  border: solid 1px #DDD;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
}

#uploadphoto .upload__box {
  padding: 10px;
}

#uploadphoto .upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#uploadphoto .upload__btn {
  display: inline-block;
  color: #ccc;
  min-width: 116px;
  padding: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

#uploadphoto .upload__btn:hover {
  transition: all 0.3s ease;
}

#uploadphoto .upload__btn-box {}

#uploadphoto .upload__img-wrap {
  margin: 0 -10px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

#uploadphoto .upload__img-box {
  width: 150px;
  padding: 0 2px;
  margin-bottom: 2px;
  display: inline-block;
}

#uploadphoto .upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}

#uploadphoto .upload__img-close:after {
  content: "✖";
  font-size: 14px;
  color: white;
}

#uploadphoto .img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}

/*--- END upload Mulit photo --------------*/

/*--- Share PhotoBook 分享相簿--按鈕功能--------------*/
#sharephoto {
  display: none;
  margin: 8px 0;
  width: 100%;
}

#sharephoto .sharelink_fm {
  border: solid 1px #DDD;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  color: #DDD;
}

#sharephoto .input_box {
  border: 0px;
  width: 90%;
  color: #AAA;
}

#sharephoto ::placeholder {
  color: #AAA;
}

/*--- END Share PhotoBook 分享相簿--按鈕功能--------------*/

/*--- Share Video 分享Youtube , Viemo--按鈕功能--------------*/
#sharevideo {
  display: none;
  margin: 8px 0;
  width: 100%;
}

#sharevideo .sharelink_fm {
  border: solid 1px #DDD;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  color: #DDD;
}

#sharevideo .input_box {
  border: 0px;
  width: 60%;
  color: #AAA;
}

#sharevideo ::placeholder {
  color: #AAA;
}

#sharevideo .select_box {
  float: right;
  border: solid 1px #AAA;
  border-radius: 8px;
  margin: 0px 10px 5px 0;
  padding: 2px;
  color: #AAA;
}

#social_video_step2 {
  display: none;
  margin: 8px 0;
  width: 100%;
}

/*--- END Share Video 分享Youtube , Viemo--按鈕功能--------------*/

/*--- 分享影音牆-短視頻 --按鈕功能--------------*/
#social_video {
  display: none;
  margin: 8px 0;
  width: 100%;
}

#social_video .sharelink_fm {
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  color: #BBB;
}

#social_video .input_box {
  border: 0px;
  width: 60%;
  color: #AAA;
}

#social_video ::placeholder {
  color: #AAA;
}

#social_video .el-upload-dragger {
  height: auto;
}

#social_video .fa-5x {
  font-size: 2rem;
}

#social_video .el-button {
  padding: 5px;
  font-size: 10px;
}

/*--- END Share Video 分享Youtube , Viemo--按鈕功能--------------*/

/* The Close Button */
#create-grouppost .closebtn-sm {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 0;
  padding: 25px 20px;
}

#create-grouppost .closebtn-sm:hover,
.closebtn-sm:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#create-grouppost .text-content-sm {
  padding: 80px 0 50px 0;
  font-size: 16px;
  text-align: center;
}

#create-grouppost .modal .btn {
  background-color: #26ad5e;
  font-size: 16px;
  color: #fff;
}

#create-grouppost .btn:active,
#create-grouppost .btn:hover {
  background-color: #1b7a43;
  color: #fff;
}

#create-grouppost .create-btn {
  background-color: none;
  color: #666;
}

#create-grouppost .create-btn:hover {
  background: #f5f5f5;
  border-radius: 4px;
}

#create-grouppost .feedpost-user {
  display: block;
}

#create-grouppost .feedpost-user .user-logo {
  display: block;
}

#create-grouppost input {
  font-size: 1rem;
}

.app_group_note {
  margin: 50px 0px;
  text-align: center;
}

/*---END--- Create New Post (CSS Modal) -------------*/


/*------ Group friend list -----群組內認識的朋友--展示-----*/
#groupfriendlist {}

#groupfriendlist .friendlist_fm {
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 10px;
  height: 300px;
}

#groupfriendlist .friendlist_user {
  display: inline-flex;
  line-height: 40px;
  padding: 8px 2px;
  width: 150px;
}

#groupfriendlist .user-logo {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  vertical-align: middle;
  object-fit: cover;
}

#groupfriendlist .txt {
  word-break: break-all;
  overflow: hidden;
  width: 110px;
  height: 30px;
  padding-left: 5px;
}

.friend_invite_fm {
  display: inline;

}

/*--- group card hidden btn 30/6/2022 ---*/
#group_card_hid {
  width: 100%;
  display: flex;
  visibility: hidden;
  position: absolute;
}

.group_card_hrline {
  width: 40%;
  border-top: 1px dashed #c0c0c0;
}

#group_card_disp_btn {
  width: 100%;
  border: 0;
  border-width: 0 0px;
  border-radius: 0;
  color: #757575;
  font-size: 18px;
  margin: 10px 0px;
  padding: 0px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}

.group-hid-over {
  overflow: hidden;
}

/*-- END group card hidden btn -*/

/*- END 群組頁面 feed_aaa.html內 ===================================*/

.grouppublic-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  position: absolute;
  border-radius: 105px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  border: 0 !important;
}

.grouppublic-thumbnail {}

.grouppublic-title {
  padding: 10px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.Ingroup_BgIMG {
  width: 50px;
  height: 50px;
  border-radius: 5rem;
  border: none;
  border: 0;
  float: left;
  background-position: center;
  background-size: 100px;
  display: inline-block;
}

.f-bold {
  font-weight: bold;
}

.Ingroup_des {
  display: block;
  padding-top: 40px;
}

#showmore {
  display: none;
}

#feedpost-view .uploadicon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  color: #fff;
  font-size: 50px;
  text-shadow: 2px 2px 4px #000000;
}

.modify_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modify_video {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modify_btn {
  display: block;
  margin: auto;
  z-index: 999;
  left: 50%;
  margin-top: 15px;
}

.chat-app .people-list {
  width: 280px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  z-index: 7
}

.chat-app .chat {
  border-left: 1px solid #eaeaea;
}

.bg_switch {
  height: 600px;
  width: 100%;
}

.without_opacity {
  position: absolute;
  opacity: 1;
  z-index: 2;
}

.people-list {
  -moz-transition: .5s;
  -o-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s
}

.people-list .chat-list li {
  padding: 10px 15px;
  list-style: none;
  border-radius: 3px
}

.people-list .chat-list li:hover {
  background: #efefef;
  cursor: pointer
}

.people-list .chat-list li.active {
  background: #efefef
}

.people-list .chat-list li .name {
  font-size: 15px
}

.people-list .chat-list img {
  width: 45px;
  border-radius: 50%
}

.people-list img {
  float: left;
  border-radius: 50%
}

.people-list .about {
  float: left;
  padding-left: 8px
}

.people-list .status {
  color: #999;
  font-size: 13px
}

.chat .chat-header {
  padding: 15px 20px;
}

.chat .chat-header img {
  float: left;
  border-radius: 40px;
  width: 40px
}

.chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;
  padding-top: 13px;
}

.chat .chat-history {
  padding: 20px;
  border-bottom: 2px solid #fff
}

.chat .chat-history ul {
  padding: 0
}

.chat .chat-history ul li {
  list-style: none;
  margin-bottom: 30px
}

.chat .chat-history ul li:last-child {
  margin-bottom: 0px
}

.chat .chat-history .message-data {
  margin-bottom: 15px
}

.chat .chat-history .message-data img {
  border-radius: 50px;
  width: 50px
}

.chat .chat-history .message-data-time {
  color: #434651;
  padding-left: 6px
}

.chat .chat-history .message {
  color: #444;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  display: inline-block;
  position: relative
}

.chat .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px
}

.chat .chat-history .my-message {
  background: #efefef
}

.chat .chat-history .my-message:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #efefef;
  border-width: 10px;
  margin-left: -10px
}

.chat .chat-history .other-message {
  background: #e8f1f3;
  text-align: right
}

.chat .chat-history .other-message:after {
  border-bottom-color: #e8f1f3;
  left: 93%
}

.chat .chat-message {
  padding: 20px
}

.online,
.offline,
.me {
  margin-right: 2px;
  font-size: 8px;
  vertical-align: middle
}

.online {
  color: #86c541
}

.offline {
  color: #e47297
}

.me {
  color: #1d8ecd
}

.float-right {
  float: right
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

/* 天氣-頂部選單 */
.top_weather_icon {
  display: inline;
}

.weather_fm {}

.weather_txt {
  height: 11px;
  font-size: 10px;
}

.weather_img {
  height: 19px;
}

.weather_img img {
  width: 25px;
  text-align: center;
  margin-left: -7px;
}

.weather_deg {
  font-size: 16px;
  padding-left: 15px;
  margin-top: -15px;
}

.weather_fm_m {
  display: inline;
  height: 20px;
  width: 50px;
}

.weather_txt_m {
  height: 20px;
  width: 40px;
  font-size: 10px;
}

.weather_img_m {
  height: 20px;
  width: 40px;
}

.weather_img_m img {
  width: 20px;
  text-align: center;
  margin-left: -5px;
}

.weather_deg_m {
  height: 20px;
  width: 90px;
  font-size: 15px;
  padding-left: 15px;
  margin-top: -20px;
}

/* 天氣-右側 */
.right_weather_fm {
  height: 200px;
  background-color: #fff;
}

.right_weather_fm .wtit {
  font-size: 24px;
  padding: 15px 25px 0px 25px;
}

.right_weather_fm .wday {
  font-size: 12px;
  padding: 0px 0px 15px 25px;
}

.right_weather_fm .wimg {
  display: inline;
  line-height: 50px;
}

.right_weather_fm .wimg img {
  display: inline;
  width: 125px;
  padding: 0px 15px;
}

.right_weather_fm .wdeg {
  display: inline;
  width: 100px;
  font-size: 50px;
  margin-left: -15px;
  line-height: 10px;
  padding-top: 20px;
}

.right_weather_fm .wtxt {
  font-size: 8px;
  line-height: 10px;
  padding: 10px 25px;
}

/* 氣象頁內-右側 */
.r_Weat_fm {
  height: 110px;
  background-color: #fff;
  display: inline-block;
  float: right;
}

.r_Weat_fm .wtit {
  font-size: 24px;
}

.r_Weat_fm .wday {
  font-size: 16px;
  line-height: 25px;
}

.r_Weat_fm .wimg {
  display: inline;
  line-height: 50px;
}

.r_Weat_fm .wimg img {
  display: inline;
  width: 125px;
  padding: 0px 15px;
}

.r_Weat_fm .wdeg {
  display: inline;
  width: 100px;
  font-size: 50px;
  margin-left: -15px;
  line-height: 10px;
  padding-top: 20px;
}

.r_Weat_fm .wtxt {
  font-size: 8px;
  line-height: 10px;
  padding: 10px 25px;
}



/* 氣象頁內-左側 */
.l_Weat_fm {
  background-color: #fff;
  display: inline-block;
  padding-bottom: 40px;
}

.l_Weat_fm .wtit {
  font-size: 24px;
  padding: 15px 25px 0px 25px;
}

.l_Weat_fm .wday {
  font-size: 12px;
  padding: 0px 0px 15px 25px;
}

.l_Weat_fm .wimg {
  display: inline;
}

.l_Weat_fm .wimg img {
  display: inline;
  width: 80px;
  margin-top: -30px;
}

.l_Weat_fm .wdeg {
  display: inline;
  width: 100px;
  font-size: 65px;
}

.l_Weat_fm .cdeg {
  font-size: 20px;
  top: -35px;
}

.l_Weat_fm .wtxt {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding-left: 10px;
}

.weather_card {
  display: inline-block;
  text-align: center;
  padding-bottom: 25px;
  padding-left: 0px;
}

.weather_card img {
  height: 40px;
}

.weather_card .text {
  font-size: 18px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.notification-dialog {
  display: inline;
}

.notification-txt {
  color: #fff;
}

.notification_pop {
  width: 30px;
  height: 30px;
  line-height: 20px;
  padding-top: 5px;
  margin-top: -15px;
  font-size: 12px;
  font-weight: bolder;
  color: #FF0004;
  display: inline;
  position: absolute;
  z-index: 9;
  background-color: ghostwhite;
  border-radius: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.notification_pop .txt {
  color: #FF0004 !important;
}

.notification-fm {
  overflow-x: hidden;
  overflow-y: auto;
  height: 500px;
}

.notification-box {
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
}

.notification-box .icon_bg {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  background-color: #fff;
  color: limegreen;
  font-size: 20px;
}

.notification-box .icon_bg2 {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  background-color: #fff;
  color: pink;
  font-size: 20px;
}

.notification-box .icon_bg3 {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  background-color: #fff;
  color: gold;
  font-size: 20px;
}

.notification-box .icon_bg4 {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  background-color: #fff;
  color: orchid;
  font-size: 20px;
}

.notification-box .icon_bg5 {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  background-color: #fff;
  color: khaki;
  font-size: 20px;
}

.notification-box .icon_bg6 {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  background-color: #fff;
  color: paleturquoise;
  font-size: 20px;
}

.notification-photo {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 20px;
  object-fit: cover;
}

.notification-box .name {
  color: #000;
  display: inline-block;
  font-size: 15px;
  float: left;
  padding-top: 10px;
  padding-right: 10px;
}

.notification-box .hub {
  display: inline;
  width: 50px;
  float: left;
}

.notification-box .contant {
  width: 100%;
  color: #000;
  line-height: 20px;
  font-size: 15px;
  text-justify: inter-word;
  word-break: normal;
}

.notification-box .txt {
  display: inline;
  line-height: 30px;
  float: right;
  padding-left: 15px;
}

.notification-box .txt2 {
  display: inline;
  line-height: 30px;
  padding-left: 15px;
}

.notification-box .chat-link {
  padding-left: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  text-justify: inter-word;
  vertical-align: middle;
  width: 60%;
  display: inline-block;
}

.notification-box .txt-chat {
  display: inline;
  line-height: 30px;
  padding: 5px 5px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: greenyellow;
  width: 100%;
  float: right;
}

.txt-chat {
  background-color: greenyellow;
}

.notification-box .txt-like {
  display: inline;
  line-height: 30px;
  padding: 5px 5px;
  margin-bottom: 10px;
  border-radius: 7px;
  background-color: pink;
  width: 100%;
  float: right;
}

.txt-like {
  background-color: pink;
}

.notification-box .txt-group {
  display: inline;
  line-height: 30px;
  padding: 5px 5px;
  margin-bottom: 10px;
  border-radius: 7px;
  background-color: gold;
  width: 100%;
  float: right;
}

.txt-group {
  background-color: gold;
}

.notification-box .txt-mark {
  display: inline;
  line-height: 30px;
  padding: 5px 5px;
  margin-bottom: 10px;
  border-radius: 7px;
  background-color: orchid;
  width: 100%;
  float: right;
}

.txt-mark {
  background-color: orchid;
}

.notification-box .message-bg {
  display: inline;
  line-height: 30px;
  padding: 5px 5px;
  margin-bottom: 10px;
  border-radius: 7px;
  background-color: khaki;
  width: 100%;
  float: right;
}

.message-bg {
  background-color: khaki;
}

.notification-box .txt-blog {
  display: inline;
  line-height: 30px;
  padding: 5px 5px;
  margin-bottom: 10px;
  border-radius: 7px;
  background-color: paleturquoise;
  width: 100%;
  float: right;
}

.txt-blog {
  background-color: paleturquoise;
}

.notification-box .close-btn {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 30px;
  background-color: #aaa;
  color: #fff;
  text-align: center;
  float: right;
  margin: 2px 5px;
}

/*------ Blog page  ----- 網誌頁面 --展示-----*/
.blog_subtitle-category {
  /*-- padding:8px 10px;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom:30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  overflow-x: auto;
  overflow-y: hidden;
  height:56px;
  word-break: keep-all; --*/
}

.blog_subtitle-category .title {
  border-right: solid 1px #d8d8d8;
  padding: 22px 22px;
  display: inline;
  line-height: 42px;
}

.blog_subtitle-category .current {
  background-color: #31c66c;
  padding: 22px 22px;
  color: #fff;
  line-height: 35px;
}

.blog_subtitle-category a:hover {
  background-color: #31c66c;
  padding: 22px 22px;
  color: #fff;
  line-height: 35px;
}

.blog_topic_fm {}

.blog_topic {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  word-wrap: break-word;
  min-width: 0;
  margin: 8px 5px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}

.blog_bgpic {
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  height: 300px;
}

.blog_topic_fm .topic_img {
  object-fit: cover;
  width: 62%;
  height: 300px;
}

.blog_topic_fm .topic_title {
  position: absolute;
  z-index: 9px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  text-justify: inter-word;
  text-shadow: 0px 1px 10px black;
  padding: 15px;
  bottom: 0px;
  width: 62%;
}

.blog_topic_info {
  position: absolute;
  right: 0%;
  width: 38%;
  text-align: center;
}

.topimg_icon {
  margin: 15px 20px 10px 21px;
  border-bottom: solid #E0E0E0 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topimg_icon img {
  width: 40px;
  padding-bottom: 8px;
}

.topimg_icon .txt {
  padding: 15px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #898989;
  width: 30%;
}

.user_icon {
  text-align: left;
  padding: 0 10px;
  width: 35%;
  position: relative;
  float: left;
}

.user_icon2 {
  text-align: left;
  padding: 0 0px;
  position: relative;
}

.user_icon3 {
  text-align: left;
  padding: 0 0px;
  position: relative;
  display: inline;
}

.user_icon4 {
  text-align: left;
  padding: 0 0px;
  position: relative;
  display: inline;
}

.card-body .table td {
  vertical-align: middle !important;
}

.user_icon img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  margin: 5px 10px;
}

.user_icon2 img {
  object-fit: cover;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  margin: 0px 5px;
}

.user_icon3 img {
  object-fit: cover;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  margin: 0px 5px;
}

.user_icon4 img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  margin: 0px 5px;
}

.content .txt {
  font-size: 10px;
}

.notes_txt {
  font-size: 10px;
}

.user_info {
  width: 62%;
  display: inline;
  position: relative;
  float: right;
}

.user_info .txt {
  text-align: left;
  display: block;
  width: 90%;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px;
}

.user_info .postime {
  text-align: left;
  display: flex;
  color: #a8a8a8;
}

.blog_desciption {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  text-justify: inter-word;
  padding: 10px 20px;
  width: 95%;
  height: 120px;
  line-height: 22px;
  color: #909090;
}

.blog_count {
  color: #707070;
  text-align: left;
  padding: 0px 20px;
  font-size: 12px;
}

.blog_count .view {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 8px;
}

.blog_count .like {
  padding-right: 8px;
}

.blog_count .share {}

.blog_topic_sm {
  position: relative;
  margin-top: 25px;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 24px 0 rgba(0, 0, 0, 0.10);
}

.blog_topic_sm .sm_width {
  width: 100%;
}

.blog_topic_sm .o_topic_post {
  border-radius: 20px;
  margin: 10px 5px;
  height: 400px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}

.blog_topic_sm .o_toppart {
  width: 100%;
  margin-bottom: 5px;
}

.o_topic_post .topic_img {
  object-fit: cover;
  width: 100%;
  height: 220px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.blog_topic_sm .o_topimg_icon {
  position: absolute;
  z-index: 9;
  color: #fff;
  margin: 15px 20px 10px 21px;
  /*border-bottom: solid #E0E0E0 1px;*/
  text-shadow: 0px 1px 10px black;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.blog_topic_sm .o_topimg_icon img {
  height: 40px;
  padding-right: 10px;
}

.blog_topic_sm .o_topic_title {
  z-index: 9px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: 0px 1px 10px black;
  padding: 15px;
  margin-top: -60px;
}

.blog_topic_sm .user_icon {
  text-align: left;
  padding-left: 20px;
  width: 30%;
  position: relative;
  float: left;
}

.blog_topic_sm .user_icon img {
  object-fit: cover;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  margin: 5px 10px;
}

.blog_topic_sm .user_info {
  width: 69%;
  display: inline;
  position: relative;
  float: right;
}

.blog_topic_sm .user_info .txt {
  text-align: left;
  display: block;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px;
}

.blog_topic_sm .user_info .postime {
  text-align: left;
  display: flex;
  color: #a8a8a8;
}

.blog_topic_sm .blog_desciption {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  text-justify: inter-word;
  padding: 10px 25px;
  width: 100%;
  height: 72px;
  line-height: 22px;
  color: #909090;
}

.blog_topic_sm .blog_count {
  color: #707070;
  padding: 10px 25px;
  font-size: 12px;
}

.blog_topic_sm .sel_array {
  width: 100%;
  position: absolute;
  margin-top: -30px;
  margin-left: 20px;
  color: #909090;
}

.blog_topic_sm .switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 21px;
}

.blog_topic_sm .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.blog_topic_sm .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.blog_topic_sm .slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 0px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.blog_topic_sm input:checked+.slider {
  background-color: #51CB2D;
}

.blog_topic_sm input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

.blog_topic_sm input:checked+.slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.blog_topic_sm .slider.round {
  border-radius: 34px;
  font-size: 10px;
  padding: 2px;
}

.blog_topic_sm .slider.round:before {
  border-radius: 50%;
}

.select_category {
  width: 100%;
  background: #31c66c;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  border-radius: 8px;
}

.ads_728_center {
  text-align: center;
  padding: 10px 0px 20px 0;
}

/*------ END Blog page -----*/
/*------ Blog content page  ----- 網誌內容頁面 --展示-----*/
.blog_content_left_fm {
  width: 100%;
}

.blog_content_left_fm .blog_info {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 24px 0 rgba(0, 0, 0, 0.10);
}

.blog_content_left_fm .info_box {
  width: 260px;
  display: block;
  margin: 0 auto;
}

.author {
  width: 100%;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #949494;
}

.blog_content_left_fm .user_img {
  display: inline;
}

.blog_content_left_fm .user_img img {
  object-fit: cover;
  width: 80px;
  height: 80px;
  border-radius: 80px;
}

.blog_content_left_fm .user_info {
  display: inline;
}

.blog_content_left_fm .topimg_icon {
  margin: 0 0px;
  width: 100%;
}

.blog_content_left_fm .topimg_icon .txt {
  font-size: 16px;
}

.blog_content_left_fm .topimg_icon img {
  width: 30px;
  padding-bottom: 0;
}

.blog_content_left_fm .txt {
  display: inline;
  line-height: 30px;
}

.blog_content_left_fm .width {
  width: 100%;
  padding: 5px;
  margin: 20px auto;
}

.blog_content_left_fm .user_info {
  width: 64%;
}

.topic_box {
  display: block;
  margin: 0 auto;
  padding-top: 0px;
  width: 285px;
}

.topic_box .description {
  width: 49%;
  display: inline;
  position: relative;
  float: right;
}

.topic_box .topic_img {
  display: inline-block;
}

.topic_box .topic_img img {
  object-fit: cover;
  width: 135px;
  height: 85px;
}

.topic_box .title {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  display: block;
}

.topic_box .txt2 {
  color: #949494;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 40px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topic_box .postime {
  color: #A8A8A8;
}

.topic_box hr {
  width: 95%;
  color: #949494;
  margin: 20px auto;
}

.blog_content_right_fm {
  width: 100%;
}

.blog_content_right_fm .blog_content {
  background: #fff;
  display: block;
  height: auto;
  padding-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 24px 0 rgba(0, 0, 0, 0.10);
}

.blog_content_right_fm .function_icon {
  float: right;
  bottom: 0;
  left: 0;
  margin: 10px 25px;
}

.blog_content_right_fm .content_title {
  font-size: 25px;
  font-weight: bold;
  color: #676767;
  padding: 40px 30px 25px 30px;
}

.blog_content_right_fm .option_icon {
  color: #646464;
  display: inline-flex;
  margin-bottom: 10px;
}

.blog_content_right_fm .option_icon hr {
  width: 90%;
  color: #949494;
  margin: 0 auto;
}

.blog_content_right_fm .read_info {
  color: #646464;
  width: 60%;
  overflow: hidden;
}

.blog_content_right_fm .read_info .postime {
  padding-left: 30px;
  padding-right: 10px;
}

.blog_content_right_fm .read_info .viewtime {
  padding-left: 10px;
  padding-right: 10px;
}

.blog_content_right_fm .read_info .likes {
  padding-left: 10px;
  padding-right: 10px;
}

.blog_content_right_fm .read_info .share {
  padding-left: 10px;
  padding-right: 10px;
}

.blog_content_right_fm .recond_info {
  color: #646464;
  width: 35%;
  overflow: hidden;
  bottom: 0;
  right: 15px;
}

.blog_content_right_fm .recond_info .copylink {
  display: inline-block;
}

.blog_content_right_fm .recond_info .likes {
  display: inline;
  padding-right: 5px;
}

.blog_content_right_fm .recond_info .bookmark {
  display: inline;
  padding-right: 5px;
}

.blog_content_right_fm .recond_info .share {
  display: inline;
  padding-right: 5px;
}

.blog_content_right_fm .recond_info .report {
  display: inline;
}

.blog_content_right_fm hr {
  width: 95%;
  margin: 0 auto;
}

.blog_content_right_fm .content_txt {
  padding: 20px 20px;
  margin: 20px auto;
}

.blog_content_right_fm .content_txt img {
  padding: 20px 20px;
  margin: 0px auto;
}

.blog_content_right_fm .content_txt p {
  padding: 10px 20px;
  margin: 0px auto;
  text-align: justify;
  text-justify: inter-word;
  line-height: 35px;
  font-size: 18px;
}

.blog_content_right_fm .cloud-video-steam {
  width: 100%;
  height: calc((var(--widthvideo) / 2) + 20px);
}

.blog_content_right_fm .blog_notes {
  background-color: #31c66c;
  color: #fff;
  margin: 20px 15px;
  padding: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.blog_chat_fm {}

.blog_chat_fm .blog_chat_title {
  background-color: #2bac0d;
  border-radius: 50px;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 24px 0 rgba(0, 0, 0, 0.10);
}

.blog_chat_fm .blog_reply {
  background-color: #fff;
  border-radius: 8px;
  display: block;
  padding: 0 30px 30px 30px;
  margin-bottom: 20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 24px 0 rgba(0, 0, 0, 0.10);
}

.blog_chat_fm .blog_reply_no {
  display: inline-block;
  color: #a8a8a8;
  font-size: 14px;
  margin: 10px;
}

.blog_chat_fm .group_feedpost-more {
  display: inline-block;
  height: 40px;
  cursor: pointer;
  text-align: center;
}

.blog_chat_fm .group_feedpost-more:hover .group_reply-menus {
  display: block;
}

.blog_chat_fm .group_reply-menus {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 120px;
  border-radius: 0.25rem;
  z-index: 1;
  font-size: 0.9375rem;
  -webkit-box-shadow: 0px 0px 30px 1px rgb(173 173 173 / 10%);
  box-shadow: 0px 0px 30px 1px rgb(173 173 173 / 10%);
  border: 1px solid #eeeff2;
  margin-top: 0px;
}

.blog_chat_fm .group_reply-menus a {
  display: block;
  width: 100%;
  padding: 8px 12px;
}

.blog_chat_fm .group_reply-menus a:hover {
  background-color: #f5f5f5;
}

.blog_chat_fm .blog_reply_info {
  width: max-content;
}

.blog_chat_fm .user_img {
  width: 60%;
  display: inline;
}

.blog_chat_fm .user_img img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 100px;
}

.blog_chat_fm .userinfo {
  float: right;
  width: auto;
  padding-left: 10px;
}

.blog_chat_fm .user_name {
  display: block;
}

.blog_chat_fm .postime {}

.blog_chat_fm .reply_content {
  padding: 10px 15px 0px 0px;
  text-align: justify;
  text-justify: inter-word;
  line-height: 35px;
  font-size: 18px;
}

.blog_chat_fm .blog_reply_title {
  font-size: 20px;
  padding-top: 10px;
  font-weight: bold;
}

.blog_chat_fm hr {
  width: 98%;
  margin: 10px 0;
}

.blog_chat_fm .reply_user_name {
  line-height: 50px;
}

.blog_chat_fm .reply_input {
  border: none;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 25px;
}

.blog_chat_fm ::-webkit-input-placeholder {
  /* Edge */
  color: #a8a8a8;
}

.blog_chat_fm :-ms-input-placeholder {
  /* Internet Explorer */
  color: #a8a8a8;
}

.blog_chat_fm ::placeholder {
  color: #a8a8a8;
}

.blog_chat_fm .chat-input {
  width: 80px;
  margin: 0 auto;
  border-radius: 90px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 24px 0 rgba(0, 0, 0, 0.10);
}

/*------ END Blog contant page   網誌內容頁面 --展示-----*/
/*------ List all post - 帖文網誌列表 --展示-----*/
.blog_content_left_fm .list {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 10px;
}

.infobox {
  color: #949494;
}

.infobox .txt {
  display: block;
  text-align: center;
  padding-top: 10px;
}

.list_post {
  display: inline-block;
}

.list_padding {
  padding: 5px 20px 5px 20px;
}

.list_post {
  border-radius: 15px;
  background-color: #f4f6f8;
  width: 100%;
  display: inline-block;
}

.list_post .images {
  width: 100%;
}

.list_post .images img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  object-fit: cover;
  width: 40%;
  height: 164px;
}

.list_post .list_info {
  width: 59%;
  float: right;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_post .list_title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  font-size: 22px;
  padding-left: 20px;
  line-height: 30px;
}

.list_post .desciption {
  color: #949494;
  display: block;
  display: -webkit-box;
  max-width: 90%;
  height: 50px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
}

.blog_tap {
  border-radius: 5px;
  background-color: #000;
  padding: 8px 5px;
  display: block;
  color: #fff;
  width: 100px;
  margin: 0 20px 10px;
  text-align: center;
}

.blog_catolog {
  border: solid 2px #26ad5e;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  color: #26ad5e;
  padding: 10px;
  margin: 10px 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

cselect {
  background-position: center;

}

/*------ END List all post - 帖文網誌列表 --展示-----*/
/*------ Blog profile post - 網誌用戶管理頁 --展示-----*/
.blogwidth {
  width: auto;
  display: inline;
  margin-top: 0 !important;
}

.overscroll {
  overflow: hidden;
}

.th-height tr,
th {
  line-height: 18px;
  width: auto;
}

.blog_count_height {
  height: 350px;
}

.display-block {
  display: block;
}

/*------ END Blog profile post - 網誌用戶管理頁 --展示-----*/

/*------ Bookmark Blog page  ----- 網誌- 收藏網誌文章 --展示-----*/
.blog_bookmark_info {
  display: inline-block;
}

.blog_bookmark_fm {
  padding: 20px;
  display: block;
  width: 100%;
  position: absolute;
  color: #fff;
  bottom: 135px;
}

.blog_bookmark_fm a {
  display: inline;
}

.blog_bookmark_pic {
  width: 100%;
  height: 217px;
  overflow: hidden;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.blog_icon_fm {
  padding: 10px 20px 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #898989;
}

.blog_icon_fm .txt {
  padding: 10px;

}

.blog-title {
  padding: 0 20px 20px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.blog-bookmark-category {
  float: left;
  color: #757575;
  font-size: 0.875rem;
  padding-top: 10px;
  padding-bottom: 20px;
}

.blog-bookmark-upload-date {
  float: right;
  color: #757575;
  font-size: 0.875rem;
  padding-top: 10px;
  padding-bottom: 20px;
}

/*------ END Bookmark Blog page  ----- 網誌內容頁面 --展示-----*/


/*------ Private message post - 私訊介面 --展示-----*/
.private_talk_fm {
  margin: 3px 0px;
  padding: 3px 5px;
  background-color: #efefef;
  display: inline-block;
  width: 100%;
  border-radius: 8px;
}

.private_talk_fm .user_icon {
  text-align: left;
  padding: 0 0px;
  width: auto;
  position: relative;
  float: left;
}

.private_talk_fm .user_icon img {
  object-fit: cover;
  height: 45px;
  width: 45px;
  border-radius: 100%;
}

.private_talk_fm .user_info {
  width: auto;
  display: inline-block;
  position: relative;

}

.private_talk_fm .user_info .txt {
  text-align: left;
  width: 100px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 5px;
}

.private_talk_fm .preview_message {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 15px;
  display: inline-block;
}

.private_talk_fm .pri_btn_fm {
  float: right;
  display: inline-flex;
}

.private_talk_fm .reply-btn {
  background-color: #6b6;
  border: solid 0;
  border-radius: 5px;
  padding: 10px;
  margin: 8px;
  font-size: 15px;
  color: #fff;
}

.private_talk_fm .btn-fonts {
  font-size: 10px;
}

.private_talk_fm .btn-fonts2 {
  font-size: 20px;
  padding-bottom: 5px;
}

.private_talk_fm .cross-btn {
  border: solid 0;
  font-size: 15px;
}

.private_talk_fm .tick-btn {
  border: solid 0;
  font-size: 15px;
}

.reply-fm {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 400px;
}

.pri_input_box {
  border-top: solid 1px #eaeaea;
  padding: 10px;
}

.pri_input_box .fm {
  padding: 10px;
  border: solid 1px #eaeaea;
  border-radius: 10px;
  display: inline-flex;
  width: 100%;
}

.pri_input_box .in-box {
  border: solid 0px #eaeaea;
  border-radius: 0px;
  width: 100%;
  line-height: 22px;
  -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
}

.pri_input_box .in-box::placeholder {
  color: #A4A4A4;
}

.pri_input_box .btn-emoji {
  padding: 3px;
  border: solid 0px #eaeaea;
  background-color: #fff;
  color: #6b6;
  border-radius: 10px;
  font-size: 20px;
  float: right;
  padding-right: 10px;
}

.pri_input_box .btn-send {
  padding: 7px;
  border: solid 0px #eaeaea;
  background-color: #6b6;
  color: #fff;
  border-radius: 10px;
  float: right;
}

.pri_input_box .btn-send:hover {
  background-color: #579457;
  color: #fff;
}

#private-box {}

#private-box .modal {
  padding-top: 0px;
  left: 5px;
  top: 288px;
  width: 365px;
  height: 350px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.0);
}

#private-box .modal-content {
  border-radius: 10px;
}

#private-box .pri_input_box2 {
  margin: 0px 10px 15px 10px;
  background-color: #efefef;
  border-radius: 10px;
  height: 230px;
}

#private-box .fm {
  padding: 10px;
}

#private-box .in-box {
  border: solid 0px #eaeaea;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.0);
  -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
}

#private-box .btn-send {
  padding: 7px 25px;
  border: solid 0px #eaeaea;
  background-color: #6b6;
  color: #fff;
  border-radius: 6px;
  margin: auto;
}

#private-box .btn-send:hover {
  background-color: #579457;
  color: #fff;
}

#private-box .btn_fm {
  width: 100%;
  margin: 0 36%;
}

#private-box .user_icon {
  text-align: left;
  padding: 5px 5px;
  width: auto;
  position: relative;
  float: none;
  display: inline-block;
}

#private-box .user_info {
  width: auto;
}

#private-box .user_info::placeholder {
  color: #A4A4A4;
}

#private-box .txt2 {
  display: inline-block;
  padding-top: 15px;
}

/*------ END Private message post - 私訊介面 --展示-----*/

@media only screen and (max-width: 767px) {
  .chat-app .people-list {
    height: 465px;
    width: 100%;
    overflow-x: auto;
    background: #fff;
    left: -400px;
    display: none
  }

  .chat-app .people-list.open {
    left: 0
  }

  .chat-app .chat {
    margin: 0
  }

  .chat-app .chat .chat-header {
    border-radius: 0.55rem 0.55rem 0 0
  }

  .private_talk_fm .preview_message {
    width: 100%;
    white-space: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 5px;
    padding-left: 10px;
    display: inline-block;
  }
}

@media only screen and (max-width: 400px) {
  .r_Weat_fm {
    height: 110px;
    background-color: #fff;
    display: inline-block;
    float: left;
    padding-left: 15px;
  }
}


/*------ notification - 公告頁 --展示-----*/
.popup-note-fm {
  width: 100%;
  white-space: normal;
  padding: 5px;
}



/*------ rewards/point-recond.html - 綜合記錄 --展示-----*/
/* Tooltip container */
.toooltip {
  position: relative;
  display: inline-block;
}

.toooltip .toooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #26ad5e;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -70px;

  opacity: 0.9;
  transition: opacity 1s;
}

.toooltip .toooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #26ad5e transparent transparent transparent;
}

.toooltip:hover .toooltiptext {
  visibility: visible;
}

.exchange_point {
  font-size: 12px;
}

.exchange_point:hover {
  font-size: 14px;
  font-weight: bolder;
  color: black;
}

.reward_center {
  text-align: center;
}