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

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

header {
  margin-top: 20px;
}
header .container .nav-tag {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
header .container .nav-tag img {
  width: 35px;
  height: 35px;
}
header .container .nav-tag span {
  margin-left: 4px;
}
header .container .box {
  height: 304px;
  background: #f3f4f8;
  box-shadow: 0 4px 24px rgba(107, 100, 147, 0.16);
  padding: 32px 0 32px 32px;
  border-radius: 10px;
  display: flex;
}
header .container .box .banner-img {
  height: 100%;
  border-radius: 5px;
}
header .container .box .content {
  flex: 1;
  padding: 0 20px;
}
header .container .box .content h1 {
  font-size: 24px;
  margin-bottom: 15px;
}
header .container .box .content p {
  margin-bottom: 15px;
}
header .container .box .content .user {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
header .container .box .content .user img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
header .container .box .content .user span {
  font-size: 14px;
  color: #666;
  margin-left: 5px;
}
header .container .box .content .tags {
  display: flex;
  flex-wrap: wrap;
}
header .container .box .content .tags .tag {
  padding: 2px 15px;
  align-items: center;
  border-radius: 4px;
  background: #e67e22;
  color: #f6f7fb;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
header .container .box .kefu {
  width: 296px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 3px dashed #e3e3e6;
}
header .container .box .kefu .headimg {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 5px;
}
header .container .box .kefu .headimg img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
header .container .box .kefu .headimg .bq {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  background-color: #4c70ff;
  border: 4px;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  font-size: 12px;
  padding: 0;
  color: #fff;
  font-weight: bold;
  padding-right: 4px;
}
header .container .box .kefu .headimg .bq img {
  width: 15px;
  height: 15px;
}
header .container .box .kefu h3 {
  margin-bottom: 10px;
}
header .container .box .kefu p.chenghao {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
header .container .box .kefu p.chenghao span {
  padding: 0 20px;
  color: #808080;
}
header .container .box .kefu p.chenghao img:last-child {
  transform: scaleX(-1);
}
header .container .box .kefu .info {
  display: flex;
}
header .container .box .kefu .info .item {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .container .box .kefu .info .item p {
  font-size: 12px;
  color: #808080;
  margin-bottom: 5px;
}
header .container .box .kefu .info .item span {
  color: #11074b;
  font-family: Yuewen Font;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
header .container .box .kefu .info .item span i {
  font-style: normal;
  font-size: 14px;
}

/* 内容 */
.main {
  margin-bottom: 20px;
}
.main .container {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.main .container .main-left {
  width: 760px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.03);
}
.main .container .main-left .header {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.main .container .main-left .header h1 {
  position: relative;
  font-size: 24px;
  color: #333;
  padding-left: 15px;
}
.main .container .main-left h1.count::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #e60000;
}
.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 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: #f5f5f5;
  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 .main-right .card {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  padding: 20px 0;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.03);
}
.main .container .main-right .card .banner img {
  width: 100%;
}
.main .container .main-right .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: #e60000;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.main .container .main-right .card .title {
  font-weight: bold;
  line-height: 1.5;
  padding-left: 10px;
  margin: 10px 0;
  text-align: left;
}
.main .container .main-right .card .head-img {
  display: flex;
  align-items: center;
  color: #959595;
  font-size: 12px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.main .container .main-right .card .head-img img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.main .container .main-right .card .head-img img:not(:first-child) {
  margin-left: -15px;
}
.main .container .main-right .card .head-img span {
  margin-left: 10px;
}
.main .container .main-right .card h1 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 5px;
  color: #ff9d00;
}
.main .container .main-right .card p {
  text-align: center;
}
.main .container .main-right .card .p1 {
  margin-bottom: 20px;
}
.main .container .main-right .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;
}/*# sourceMappingURL=index.css.map */