@charset "UTF-8";
body {
  background: #f2ecde;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  width: 1050px;
  margin: 0 auto;
}

.v-top .container {
  height: 400px;
  display: flex;
  margin-top: 20px;
  background: #e5b16f;
  border-radius: 15px;
  overflow: hidden;
}
.v-top .container .v-lf {
  width: 50%;
  padding: 20px;
}
.v-top .container .v-lf h1 {
  font-size: 26px;
}
.v-top .container .v-lf p {
  margin-top: 20px;
}
.v-top .container .v-lf .user {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.v-top .container .v-lf .user img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.v-top .container .v-lf .user span {
  font-size: 14px;
  margin-left: 10px;
}
.v-top .container .v-lf .bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.v-top .container .v-lf .bottom .item {
  padding: 8px 15px;
  width: 180px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #576574;
  margin-right: 20px;
  box-shadow: #576574 6px 6px 5px 0px;
}
.v-top .container .v-lf .bottom .item img {
  width: 20px;
  height: 20px;
}
.v-top .container .v-lf .bottom .item span {
  margin-left: 10px;
  font-size: 14px;
}
.v-top .container .v-rf {
  width: 50%;
}
.v-top .container .v-rf img {
  width: 100%;
  height: 100%;
}

/* 内容 */
.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 #e1bb63;
}
.main .container .main-left .header img {
  max-height: 30px;
}
.main .container .main-left .box-item .user {
  display: flex;
  padding: 20px 0;
}
.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;
  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;
}
.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;
}
.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, #eb715e, #ca987d, #98b99d, #1ed5bf);
  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: #ff9f43;
}
.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: #e67e22;
}

.red {
  color: red;
}

.fw {
  font-weight: 600;
}

.swiper-pagination-bullet-active {
  background: #5c54dc !important;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.wx {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 30%;
  z-index: 99999;
}
.wx img {
  position: relative;
  cursor: pointer;
}
.wx img:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: pink;
}/*# sourceMappingURL=index.css.map */