* {
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  font-size: 14px;
  background: #211c25;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

p {
  padding: 0;
  margin: 0;
}

a {
  color: #bbb9b6;
}

.margin_top {
  margin-top: 22px;
}

.title-index {
  color: #927961;
}

.card {
  margin-bottom: 10px;
}

.icon-rhombus {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  transform: rotate(45deg);
}

.padding {
  padding: 0;
}

.text-style-1 {
  color: #927961;
}

.bg-style-1,
.bg-style-1:hover,
.bg-style-1:focus {
  color: #7b492b;
  background: linear-gradient(
    0deg,
    rgba(206, 171, 123, 1),
    rgba(247, 214, 149, 1)
  );
  border: none;
  border-radius: 0;
}

.bg-style-classify,
.bg-style-classify:hover,
.bg-style-classify:focus {
  color: #bbb9b6;
  background: #211c25;
  border: 1px solid #f7c589;
  border-radius: 0;
}

.bg-style-o,
.bg-style-o:hover,
.bg-style-o:focus {
  color: #bbb8b5;
  background: none;
  border: none;
}

.bg-style,
.bg-style:hover,
.bg-style:focus {
  background: none;
  color: #c6a378;
  border: none;
}

.border-bg {
  position: relative;
  border: 1px solid #f7c589;
  border-radius: 0;
  z-index: 1;
}

.border-bg::before {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  width: 268px;
  height: 29px;
  background: url(../img/border_02.png) no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}

.border-bg::after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 104px;
  height: 29px;
  background: url(../img/border_01.png) no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}

.border_img {
  position: relative;
  border: 1px solid #f7c589;
  border-radius: 0;
  z-index: 1;
}

.border_img::before {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  width: 48px;
  height: 29px;
  background: url(../img/border_04.png) no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}

.border_img::after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 48px;
  height: 29px;
  transform: rotate(180deg);
  background: url(../img/border_04.png) no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}

.rule-body {
  width: 100%;
  margin: 0 auto;
  padding: 29px 10px 16px 10px;
  background: #332f38;
}

#pjax-box {
  min-height: 100vh;
}

.container-fluid {
  max-width: 600px;
  overflow: hidden;
  font-family: "Microsoft YaHei", serif !important;
  color: #bbb8b5;
}

.main-title {
  font-size: 1.3rem;
}

.main-title p {
  font-weight: bold;
}

.rule-box-title {
  position: absolute;
  left: 50%;
  top: -14px;
  width: 112px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  transform: translateX(-50%);
  text-align: center;
  color: #7b492b;
  background: url(../img/btn_01.png) no-repeat;
  background-size: 100% 100%;
}

.rad {
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
}

.op {
  filter: alpha(Opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}

.empty-info {
  padding: 20px 0;
}

.mt-all {
  margin-top: 10px;
}

.mb-bar {
  margin-bottom: 70px;
}

.mb-no {
  margin-bottom: 0;
}

.marquee-box {
  height: 25px;
  line-height: 25px;
  background: #2e3132;
}

.tr_line {
  display: table-cell;
  vertical-align: middle !important;
}

.marquee-box .marquee {
  position: fixed;
  left: 0;
  width: 100%;
  height: 25px;
  line-height: 25px;
  top: 0;
  z-index: 101;
  white-space: nowrap;
  overflow: hidden;
}

.banner-box {
  position: relative;
  padding: 12px;
  background: url(../img/bg_banner.jpg) no-repeat;
  background-size: 100% 100%;
}

.banner-box::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 9px;
  width: 104px;
  height: 84px;
  background: url(../img/border_03.png) no-repeat;
  background-size: 100% 100%;
}

.banner-box::after {
  content: "";
  position: absolute;
  right: 9px;
  bottom: 9px;
  width: 104px;
  height: 84px;
  background: url(../img/border_03.png) no-repeat;
  transform: rotate(180deg);
  background-size: 100% 100%;
}

.banner-box .swiper-container {
  border: 1px solid #9d8a76;
}

.banner_img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16px;
  z-index: 0;
}

.banner-box img {
  width: 100%;
}

.title-box {
  padding: 0 10px;
  color: #ceab7b;
}

.stat-box {
  font-size: 0.9em;
}

.stat-box .number {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.stat-box .stat-content {
  background: #332f38;
}

.stat-box .stat-content .state-content-text {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  height: 25px;
  line-height: 25px;
  color: #bbb9b6;
}

.diff-time-box {
  height: 30px;
  line-height: 30px;
  padding: 0;
  background: #4e4a51;
  border: none;
}

.diff-time-box .text {
  font-size: 12px;
  color: #bbb9b6;
}

.diff-time-box .time-color {
  color: #f7c589;
  font-weight: bold;
}

.sign-btn,
.detail-btn {
  width: 112px;
  height: 38px;
  padding: 2px;
  margin: 0 auto;
  color: #7b492b;
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(0deg, #ceab7b, #f7d695);
  border-radius: 0;
}

.sign-btn span,
.detail-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #221c26;
}

.rule-box {
  font-size: 0.9rem;
}

.rule-box p {
  line-height: 2rem;
  position: relative;
  z-index: 1;
}

.rule-box .card-body p {
  color: #bbb8b5;
}

.rule-box .card-body img,
.rule-box .card-body iframe {
  max-width: 100% !important;
}

.rule-box .rule-content-box img,
.rule-box .rule-content-box iframe {
  max-width: 100%;
  margin: 0 auto;
}

.rule-box .card-body img,
.rule-box .rule-content-box iframe {
  max-width: 100%;
  margin: 0 auto;
}

.rule-box .font-bold {
  font-weight: bold;
}

.detail-box .card-body {
  background: #332f38;
}

.detail-box .detail-title {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.detail-box .detail-sub-title {
  font-size: 12px;
  color: #bbb9b6;
}

.detail-box-content-wrapper {
  padding: 0 15px;
}

.detail-box img,
.detail-box .detail-content-box img {
  max-width: 100%;
  margin: 10px auto;
}

.detail-box .detail-content-box iframe,
.detail-box .card-body iframe {
  width: 100% !important;
}

.detail-box p {
  /* line-height: 2rem; */
}

.detail-box .detail-box-content {
  padding: 10px 0;
}

.detail-box .detail-box-content img {
  margin: 10px auto;
  max-width: 100% !important;
}

.detail-box .number {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.detail-box .detail-content-text {
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

.search-box .input-group {
  width: 100%;
}

.search-box .keyword {
  flex: 1;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #f7c589;
  background: #211c25;
  outline: none;
  box-shadow: none;
}

.search-box .keyword::placeholder {
  color: #bbb9b6;
}

.search-box .search-btn {
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  color: #7b492b;
  font-weight: bold;
  border-radius: 0;
  border: none;
  outline: none;
  background: linear-gradient(
    0deg,
    rgba(206, 171, 123, 1),
    rgba(247, 214, 149, 1)
  );
}

.type-box {
  padding: 0 10px;
}

.type-box .item {
  padding: 5px;
}

.type-box .item .btn {
  padding: 6px 0;
}

.vote-item-box {
  margin-top: 10px !important;
}

.widget-vote-item {
  border-radius: 7px !important;
}

.widget-vote-item .card-default {
  background-color: #fff !important;
  position: relative;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

.widget-vote-item .card-default .mt-all .count {
  font-size: 12px;
}

.mt-all .title {
  font-weight: bold;
  color: #fff;
  padding-bottom: 5px;
}

.mt-all .sub-title {
  color: #fff;
}

.mt-all input::-webkit-input-placeholder,
.mt-all textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbbbbb;
  font-weight: normal;
}

.mt-all input:-moz-placeholder,
.mt-all textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbbbbb;
  font-weight: normal;
}

.mt-all input::-moz-placeholder,
.mt-all textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbbbbb;
  font-weight: normal;
}

.mt-all input:-ms-input-placeholder,
.mt-all textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbbbbb;
  font-weight: normal;
}

.card-body p.more-title {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}

.card-body p.more-desc {
  margin-top: 10px;
}

.card-heading {
  color: #fff;
}

.vote-item-box {
  padding: 0;
  margin: 0 -5px;
}

.vote-item-box .item {
  padding: 5px;
  margin-bottom: 0px;
}

.vote-item-box .item .card {
  position: relative;
  padding: 2px;
  background: #504d54;
}

.vote-item-box .item .card-body {
  position: relative;
  padding: 0px;
  overflow: hidden;
}

.vote-item-box .item .card-body img,
.vote-item-box .item .card-body iframe {
  width: 100%;
}

.vote-item-box .item .card-heading {
  padding: 0;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  background: #669eff;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.vote-item-box .vote-img-box {
  display: block;
}

.vote-item-box .vote-item-text {
  background: #332f38;
  padding: 10px 0 0;
}

.vote-item-box .vote-item-text .title_index {
  color: #fff;
  padding-bottom: 5px;
}

.vote-item-box .vote-item-text .title {
  padding-bottom: 5px;
  color: #fff;
  font-weight: bold;
}

.vote-item-box .vote-item-text .sub-title {
  color: #bbb8b5;
  font-size: 12px;
}

.vote-item-box .vote-item-text .vote-item-count {
}

.vote-item-box .vote-item-text .count-wrapper {
  margin-top: 10px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #bbb8b5;
  background: #504d54;
}

.vote-item-box .vote-item-text .count-wrapper .count {
  /* color: #EF8282; */
}

.vote-item-box .vote-item-text .vote-item-btn {
  position: relative;
  z-index: 1;
}

.vote-item-box .vote-item-text .vote-item-btn .btn {
  width: 100%;
  font-size: 14px;
  border: none;
}

.vote-item-box .item img {
  width: 100%;
}

.vote-item-box .item .vote-bottom {
  vertical-align: top;
  margin-top: -1px;
}

.vote-item-box.aligning .vote_align_box {
  position: relative;
  display: block;
  height: 0;
  padding-top: 100%;
}

.vote-item-box.aligning .vote_align_box iframe,
.vote-item-box.aligning .vote_align_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.detail-content-box .btn-block {
  width: 90px !important;
  color: #e61920 !important;
  background-color: #ffc813 !important;
  border: 1px solid #fed189;
  margin-bottom: 10px;
  box-shadow: 0px 2px 4px 0px rgba(190, 12, 18, 1);
  font-size: 13px !important;
  margin: 10px auto;
}

.navbar-box {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  background: #504d54;
}

.footer-bar-box {
  width: 100%;
  display: flex;
}

.footer-bar-box .item {
  flex: 1;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.footer-bar-box .item a {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}

.footer-bar-box .item i {
  font-size: 1.2rem;
}

.footer-bar-box .item a p {
  font-weight: bold;
}

.navbar-box-custom-img {
  width: 60px;
  margin-top: -20px;
}

.navbar-box-custom-text {
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  color: #fff;
  width: 100%;
}

.select-bar-box {
  height: 50px;
  line-height: 50px;
  font-size: 1.1rem;
}

.select-bar-box .btn {
  padding: 5px 20px;
}

/* widget */

/*æ¼‚æµ®ç‰©*/

.widget-float-box li {
  position: fixed;
  top: -20%;
  list-style: none;
  display: block;
  width: 3rem;
  animation: downFloat 10s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 10;
}

.widget-float-box li img {
  width: 100%;
}

@keyframes downFloat {
  0% {
    top: -20%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    top: 110%;
    -webkit-transform: rotate(600deg);
    transform: rotate(600deg);
  }
}

@keyframes upFloat {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-2000px) rotate(600deg);
    transform: translateY(-2000px) rotate(600deg);
  }
}

.input-err {
  border: 1px solid #f00;
}

.widget-alert-box img {
  width: 200px;
  height: 200px;
}

/*æŠ¥å*/

.sign-form-img-box .item .fa-close {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #f00;
  color: #fff;
  border-radius: 50% !important;
  position: absolute;
  top: -8px;
  right: -8px;
}

.sign-form-img-box .item img {
  width: 100%;
  height: 60px;
}

/* èƒŒæ™¯éŸ³ä¹å›¾æ ‡æŒ‰é’® */

.animation-rotate {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(360deg);
  animation: rotation 3s linear infinite;
  -moz-animation: rotation 3s linear infinite;
  -webkit-animation: rotation 3s linear infinite;
  -o-animation: rotation 3s linear infinite;
}

.widget-audio-box {
  z-index: 102;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 18px;
  top: 18px;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  text-align: center;
  /* color: #fff; */
  line-height: 25px;
  font-size: 15px;
  cursor: pointer;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* æŽ’è¡Œæ¦œ */

.rule-box-content {
  margin: 15px 0;
}

.rule-box-content img,
.rule-box-content iframe {
  max-width: 100% !important;
}

.show-activity-end .activity-icon {
  position: absolute;
  right: 10px;
  top: 10px;
}

.show-activity-end .activity-text {
  margin: 30px auto;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.show-activity-end .activity-btn .activity-btn1 {
  width: 120px;
  height: 36px;
  margin: 10px auto;
  line-height: 36px;
  background: rgba(69, 156, 250, 1);
  border-radius: 4px;
  display: block;
  color: #fff;
  font-size: 14px;
}

.show-activity-end .activity-btn .activity-btn2 {
  width: 120px;
  height: 36px;
  margin: 10px auto;
  line-height: 36px;
  background: #fe4e67;
  border-radius: 4px;
  display: block;
  color: #fff;
  font-size: 14px;
}

/* rank.css */

.rank-list-wrapper {
  position: relative;
}

.rank-list-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: calc(100% - 10px);
  background: #fff;
  border-radius: 7px;
  z-index: 0;
}

.rank-list {
  display: flex;
  position: relative;
  z-index: 1;
}

.rank-list2 {
  margin-bottom: 15px;
  margin-top: -15%;
}

.rank-list-item2,
.rank-list-item3 {
  width: 30%;
}

.rank-list-item1 {
  width: 40%;
}

.rank-list-item1 a,
.rank-list-item2 a,
.rank-list-item3 a {
  color: #708294;
}

.rank_img {
  position: relative;
  text-align: center;
}

.rank_img img {
  width: 100%;
}

.rank_top {
  position: relative;
  text-align: center;
  padding: 0 15px;
  margin: 10px 0;
}

.rank_second {
  text-align: center;
  margin: 10px 0;
}

.rank_third {
  text-align: center;
  margin: 10px 0;
}

.rank_top p,
.rank_second p,
.rank_third p {
  margin-bottom: 0;
}

.rank_data .rule-body {
  padding: 0;
}

.table {
  margin-bottom: 0;
}

.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th,
.table > tbody > tr,
.table > tbody > tr > td {
  border: none;
  vertical-align: middle;
}

.table thead tr th,
.table tbody tr td {
  text-align: center;
}

.table thead tr th {
  font-size: 14px;
  color: #fdfdfd;
}

.table tbody tr:nth-child(2n) {
  background: #332f38;
}

table tbody tr:nth-child(2n + 1) {
  background: #4e4a51;
}

.table tbody tr td {
  color: #bbb9b6;
}

.table tbody tr img {
  width: 1.5em;
}

.table tbody tr td:nth-child(2) {
  text-align: left;
}

.table tbody tr td .table_rank {
  width: 20px;
  height: 20px;
}

.table tbody tr td .table_detail {
  display: inline-flex;
  align-items: center;
}

.table tbody tr td .table_detail .circle {
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
  overflow: hidden;
}

.table tbody tr td .table_detail img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}


/* custom_vote */

.custom_vote_item .custom_vote_item_index{
  display: block;
  color: #fff;
  text-align: left;
  padding: 0 10px 5px;
}

.custom_vote_item .custom_vote_item_title{
  display: block;
  padding-bottom: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.vote-item-box.aligning .custom_vote_item .vote_align_box{
  height: auto;
  padding: 0;
}

.custom_vote_item .vote-item-count{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 10px;
}

.vote-item-box .custom_vote_item .vote-item-text .count-wrapper{
  background: none;
  margin: 0;
  color: #fff;
}

.vote-item-box .custom_vote_item .vote-item-text .vote-item-btn .btn{
  padding: 2px 16px;
  border-radius: 4px;
}

.vote-img-box video,.vote-img-box img{
  vertical-align: middle;
}

/* custom comment */

.page_custom {
  display: flex;
  flex-direction: column;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0 15px;
  min-height: 100vh;
}

.custom-stat-box {}

.custom-stat-box .card {
  background: #fff;
  margin-bottom: 0px;
  border: none;
  border-radius: 0;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}

.custom-stat-box .stat-content {
  padding: 15px 0px;
  background: none;
}

.custom-stat-box .number {
  margin-bottom: 0;
  color: #670202;
  font-size: 15px;
  font-weight: 600;
}

.state-content-text {
  margin-top: 10px;
  margin-bottom: 0;
  color: #891A14;
  font-size: 12px;
  font-weight: 400;
}

.line {
  position: relative;
}

.line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #FFF3E5;
}

.line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #FFF3E5;
}

.custom-rule-card {
  background: #AC1818;
  padding: 10px 20px;
  border-radius: 0 0 10px 10px;
}

.custom-rule-card-title {
  color: #FFFBFA;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.custom-rule-body {
  margin-top: 10px;
  padding: 15px 10px;
  border: 2px solid #FFEFDD;
  border-radius: 8px;
}

.custom-rule-text {
  display: flex;
  align-items: center;
  margin-top: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.custom-rule-text .fa {
  color: #fff;
  margin-right: 4px;
  font-size: 14px;
}

.custom-rule-rank {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #B02322;
  background: #FFE3CF;
  height: 30px;
}

.custom-comment-container {
  padding: 20px 20px 10px;
  background: #F5F0EB;
}

.custom-comment-title {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #DCCFC4;
}

.custom-comment-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 4px;
  background: #D9CBBF;
}

.custom-comment-title-text {
  color: #6A380E;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

.custom-comment-title-tips {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 400;
  color: #F8F1F1;
  background: #AC1818;
  border-radius: 12px;
}

.custom-comment-list {
  display: flex;
  flex-direction: column;
}

.custom-comment-item {
  position: relative;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #E5DBD2;
}

.custom-comment-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 2px;
  background: #E4CCB4;
}

.custom-comment-item-avater {
  display: flex;
  justify-content: center;
  width: 60px;
}

.custom-comment-item-avater img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #DDCEBF;
}

.custom-comment-item-content {
  flex: 1;

}

.custom-comment-item-info {
  display: flex;
}

.custom-comment-item-title {
  color: #6A380E;
  font-size: 12px;
  font-weight: 400;
}

.custom-comment-item-date {
  margin-left: 4px;
  color: #71421B;
  font-size: 12px;
  font-weight: 400;
}

.custom-comment-item-text {
  margin-top: 10px;
  font-size: 16px;
  color: #282728;
  font-weight: 400;
}

.custom-comment-item-floor {
  color: #6A380E;
  font-size: 12px;
  font-weight: 400;
}

.custom-comment-no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  color: #282728;
  font-size: 14px;
}

.custom-comment-loading {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom-comment-loading-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #95755B;
  font-size: 12px;
  font-weight: 400;
}

.custom-comment-form {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.custom-comment-form-textarea {
  width: 100%;
}

.custom-comment-form-textarea-input {
  width: 100%;
  color: #282728;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #E6DCD3;
  background: #F5F0EB;
}

.custom-comment-form-textarea-input::placeholder {
  color: #282728;
}


.custom-comment-form-btn {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-comment-form-btn-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #504d54;
  border: none
}
