@charset "UTF-8";
body {
  background: #f2ecde;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  width: 1050px;
  margin: 0 auto;
}

.mu-header .container {
  display: flex;
  margin-top: 20px;
}
.mu-header .container .mu-left {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mu-header .container .mu-left .tag {
  display: flex;
  align-items: center;
}
.mu-header .container .mu-left .tag img {
  width: 50px;
  height: 50px;
}
.mu-header .container .mu-left .tag span {
  margin-left: 10px;
  font-weight: bold;
  font-size: 18px;
  background-image: linear-gradient(25deg, #173e56, #296358, #2f8a57, #2cb353);
  -webkit-background-clip: text;
  color: transparent;
}
.mu-header .container .mu-left h1 {
  font-size: 26px;
}
.mu-header .container .mu-left p {
  margin-top: 20px;
}
.mu-header .container .mu-left .user {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.mu-header .container .mu-left .user img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.mu-header .container .mu-left .user span {
  margin-left: 10px;
  font-size: 14px;
}
.mu-header .container .mu-left .bottom {
  display: flex;
  margin-top: 20px;
}
.mu-header .container .mu-left .bottom .item {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: rgba(60, 64, 67, 0.16) 0px 2px 6px 0px;
  padding: 10px;
  border-radius: 20px;
  margin-right: 10px;
}
.mu-header .container .mu-left .bottom .item img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.mu-header .container .mu-left .bottom .item span {
  margin-left: 5px;
  font-size: 14px;
}
.mu-header .container .mu-left .bottom .item .span2 {
  display: none;
}
.mu-header .container .mu-right {
  width: 50%;
}
.mu-header .container .mu-right .box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mu-header .container .mu-right .box img {
  max-height: 380px;
}

/* 内容 */
.main {
  width: 100%;
  padding: 20px 0;
}
.main .container {
  display: flex;
  justify-content: space-between;
}
.main .container .main-left {
  width: 740px;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
}
.main .container .main-left .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.main .container .main-left .header h1 {
  position: relative;
  padding-left: 15px;
  font-size: 24px;
  color: #333;
}
.main .container .main-left .header h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 90%;
  border-right: 5px solid #29b755;
}
.main .container .main-left .header img {
  max-height: 30px;
}
.main .container .main-left .box-item .user {
  display: flex;
  padding: 20px 0;
  /* margin-top: 20px; */
}
.main .container .main-left .box-item .user img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.main .container .main-left .box-item .user .info {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.main .container .main-left .box-item .user .info .name {
  color: #333;
  font-size: 14px;
}
.main .container .main-left .box-item .user .info .time {
  color: #bbb;
  font-size: 14px;
}
.main .container .main-left .box-item p {
  line-height: 24px;
  color: #333;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.main .container .main-left .box-item .reply-title {
  margin-bottom: 20px;
}
.main .container .main-left .box-item .reply-title h1 {
  font-size: 18px;
  color: #333;
}
.main .container .main-left .box-item .reply-box {
  background: #f8f8f8;
  border-radius: 15px;
  padding: 20px 20px 0;
  margin-bottom: 20px;
}
.main .container .main-left .box-item .reply-box .reply-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.main .container .main-left .box-item .reply-box .reply-item .user {
  padding-top: 0;
}
.main .container .main-left .box-item .reply-box .reply-item > img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}
.main .container .main-left .box-item .reply-box .reply-item:last-child {
  border-color: transparent;
}
.main .container .main-left .box-item > img {
  width: 100%;
  border-radius: 5px;
  margin: 0 0 20px 0;
}
.main .container .main-right {
  width: 296px;
  position: sticky !important;
  top: -150px;
  height: 100% !important;
}
.main .container .card {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  padding-bottom: 20px;
}
.main .container .card .banner img {
  width: 100%;
}
.main .container .card .dj-tagbox {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  padding: 0px 15px 0px 6px;
  border-bottom-right-radius: 14px;
  border-top-right-radius: 14px;
  background-image: linear-gradient(25deg, #173e56, #296358, #2f8a57, #2cb353);
  color: #fff;
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
}
.main .container .card .title {
  font-weight: bold;
  line-height: 1.5;
  padding-left: 10px;
  margin: 10px 0;
  text-align: left;
}
.main .container .card .head-img {
  display: flex;
  align-items: center;
  color: #959595;
  font-size: 12px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.main .container .card .head-img img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.main .container .card .head-img img:not(:first-child) {
  margin-left: -15px;
}
.main .container .card .head-img span {
  margin-left: 10px;
}
.main .container .card h1 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 5px;
  color: #ee5253;
}
/* .main .container .card p {
  text-align: center;
} */
.main .container .card .p1 {
  margin-bottom: 10px;
}
.main .container .card p img {
  width: 90%;
  border-radius: 10px;
}

/* 底部 */
footer {
  background-color: #3c3c3c;
  color: #c2c2c2;
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}
footer a {
  color: #c2c2c2;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

.aite {
  color: #ff9d00;
}

.imp {
  color: #29b755;
}

.red {
  color: red;
}

.fw {
  font-weight: 600;
}

.swiper-pagination-bullet-active {
  background: #2da355 !important;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
} /*# sourceMappingURL=index.css.map */
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  .main {
    padding: 0;
  }
  .main .container .main-left {
    width: 100%;
    border-radius: 0px;
  }
  .main .container .main-left .box-item p {
    font-size: 18px;
    line-height: 24px;
  }
  .main .container .main-left .box-item .reply-box .reply-item p {
    font-size: 16px;
    line-height: 22px;
  }
  .main .container .main-right {
    display: none;
  }
  .main .container .main-left .header {
    padding-bottom: 10px;
  }
  .main .container .main-left .header h1 {
    font-size: 18px;
  }
  .main .container .main-left .box-item p {
    font-size: 18px;
    line-height: 24px;
  }
  .main .container .main-left .box-item .reply-box .reply-item p {
    font-size: 16px;
    line-height: 22px;
  }
  footer {
    width: 100%;
    padding: 15px 10px;
  }

  .mu-header .container {
    margin-top: 0;
  }

  .mu-header .container .mu-left h1 {
    font-size: 22px;
  }

  .mu-header .container .mu-left {
    width: 100%;
    padding: 0 20px 20px;
  }

  .mu-header .container .mu-left .bottom {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mu-header .container .mu-left .bottom .item {
    width: 49%;
    margin-right: 0;
  }

  .mu-header .container .mu-left .bottom .item:nth-child(1),
  .mu-header .container .mu-left .bottom .item:nth-child(2) {
    margin-bottom: 10px;
  }

  .mu-header .container .mu-right {
    display: none;
  }

  .mu-header .container .mu-left .bottom .item span {
    margin-left: 10px;
    font-size: 13px;
  }

  .span1 {
    display: none;
  }

  .span2 {
    display: block !important;
  }
}
.swiper {
  width: 100%;
  height: 200px;
}
.swiper-slide,
.dj-pcright-bar {
  width: 100% !important;
}
.reply-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.pl_Btn {
  width: 100px;
  height: 35px;
  background: #f2ecde;
  border: 1px solid #f2ecde;
  color: #616161;
  border-radius: 5px;
}
.comment-input {
  width: 100%;
  margin-right: 10px;
  border: 1px solid #c6c8ce;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
}
.aa_content {
  display: flex;
  align-items: start;
}
.dj-commentAll .plBtn {
  background: #f2ecde;
  text-decoration: none;
  color: #616161;
}
.dj-commentAll {
  margin: 0px !important;
}
.mu-header .container .mu-left .bottom .item span {
  margin-left: 0px;
}
.dj-commentAll .plBtn:hover {
  background: #f2ecde;
  text-decoration: none;
  color: #616161;
}

/* 基础样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}



.kefuWeChat:hover {
  text-decoration: underline;
}

/* 查看二维码 */
.lookQrCode {
  width: 100px;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 5px;
}

/* 固定二维码样式 */
.sticky {
  position: sticky !important;
  top: -350px;
  /* 或者你希望固定的位置 */
  left: 0;
  /* 根据需要设置left值 */
  right: 0;
  /* 或者你希望固定的right值 */
  z-index: 999;
  /* 确保它在其他内容之上 */
}

/* 复制微信弹窗 */
.copywx-win {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}

.copywx-win .box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 380px;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 15px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  flex-direction: column;
  font-family: "黑体";
}

.copywx-win .box img {
  width: 50px;
  height: 50px;
}

.copywx-win .box h1 {
  margin-top: 10px;
  font-size: 20px;
}

.copywx-win .box p {
  color: #666666;
  margin-top: 10px;
  text-align: center;
}

.copywx-win .box button {
  width: 150px;
  border: 0;
  border-radius: 10px;
  background: #1aad17;
  color: #fff;
  margin-top: 20px;
  padding: 15px;
  cursor: pointer;
}

.copywx-win .box .close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

@media (max-width: 440px) {
  .copywx-win .box {
    width: 90%;
  }
}

/* 查看二维码弹窗 */
.wind_tctsk {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
}

.wind_tctsk_con {
  width: 350px;
  height: 380px;
  position: fixed;
  background: #fff;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding-top: 40px;
}

.wind_tctsk_con_foot {
  width: 100%;
  height: 44px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #efefef;
  color: #686868;
  border-top: 1px solid #e1e1e1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  left: 0;
  font-size: 16px;
  overflow: hidden;
}

.wind_tctsk_con_foot p {
  float: left;
  width: 50%;
  height: 44px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.wind_img_tips {
  width: 72px;
  height: 72px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
}

.wind_tctsk_con2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.wind_tctsk_con2 > img {
  max-width: 55%;
}

.okedtxt {
  text-align: center;
  font-size: 18px;
}

.hasrzed {
  font-size: 12px;
  text-align: left;
  border: 1px solid #fd7d14;
  color: #fd7d14;
  background: #feecb6;
  border-radius: 6px;
  float: left;
  padding: 0px 5px;
  line-height: 17px;
}

.mfusertx {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.showwxh {
  font-size: 14px;
  text-align: left;
  margin-bottom: 5px;
}

.okoksure {
  background: #71c341;
  color: #fff;
}

.userdfimg {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 5px;
}

.showwxh .kefuTel img {
  display: none;
}

@media (max-width: 400px) {
  .wind_tctsk_con {
    width: 90%;
  }
}
