body {
  background: #f6f7fb;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  width: 1080px;
  margin: 0 auto;
}

header {
  margin-top: 20px;

  .container {
    .nav-tag {
      display: flex;
      align-items: center;
      margin-bottom: 20px;

      img {
        width: 30px;
        height: 30px;
      }

      span {
        margin-left: 5px;
      }
    }

    .box {
      height: 304px;
      background: #f3f4f8;
      box-shadow: 0 4px 24px rgba(107, 100, 147, .16);
      padding: 32px 0 32px 32px;
      border-radius: 10px;
      display: flex;

      .banner-img {
        height: 100%;
        border-radius: 5px;
      }

      .content {
        flex: 1;
        padding: 0 20px;

        h1 {
          font-size: 24px;
          margin-bottom: 15px;
        }

        p {
          margin-bottom: 15px;
        }

        .user {
          display: flex;
          align-items: center;
          margin-bottom: 15px;

          img {
            width: 25px;
            height: 25px;
            border-radius: 50%;
          }

          span {
            font-size: 14px;
            color: #666;
            margin-left: 5px;
          }
        }

        .tags {
          display: flex;

          .tag {
            padding: 2px 15px;
            align-items: center;
            border-radius: 4px;
            color: #5790df;
            font-size: 14px;
            margin-right: 10px;
            font-weight: bold;
          }
        }
      }

      .kefu {
        width: 296px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-left: 3px dashed #e3e3e6;

        .headimg {
          display: flex;
          justify-content: center;
          position: relative;
          margin-bottom: 5px;

          img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
          }

          .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;

            img {
              width: 15px;
              height: 15px;
            }
          }
        }

        h3 {
          margin-bottom: 10px;
        }

        p.chenghao {
          display: flex;
          align-items: center;
          margin-bottom: 10px;

          span {
            padding: 0 20px;
            color: #808080;
          }

          img:last-child {
            transform: scaleX(-1);
          }
        }

        .info {
          display: flex;

          .item {
            padding: 0 10px;
            display: flex;
            flex-direction: column;
            align-items: center;

            p {
              font-size: 12px;
              color: #808080;
              margin-bottom: 5px;
            }

            span {
              color: #11074b;
              font-family: Yuewen Font;
              font-size: 18px;
              font-weight: 400;
              line-height: 24px;

              i {
                font-style: normal;
                font-size: 14px;
              }
            }
          }
        }
      }
    }
  }
}

/* 内容 */
.main {
  margin-bottom: 20px;


  .container {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;

    // 左
    .main-left {
      width: 760px;
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 2px 16px rgba(0, 0, 0, .03);

      .header {
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;

        h1 {
          position: relative;
          font-size: 24px;
          color: #333;
          padding-left: 15px;
        }
      }

      h1.count::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 5px;
        height: 100%;
        background: #e60000;
      }

      .box-item {
        .user {
          display: flex;
          padding: 20px 0;

          img {
            width: 30px;
            height: 30px;
            border-radius: 50%;
          }

          .info {
            margin-left: 10px;
            display: flex;
            align-items: center;

            .name {
              color: #333;
              font-size: 14px;
            }
          }
        }

        p {
          line-height: 24px;
          color: #333;
          margin-bottom: 15px;
          letter-spacing: 1px;
        }

        .reply-title {
          margin-bottom: 20px;

          h1 {
            font-size: 18px;
            color: #333;
          }
        }

        .reply-box {
          background: #f5f5f5;
          border-radius: 15px;
          padding: 20px 20px 0;

          .reply-item {
            border-bottom: 1px solid #ddd;
            margin-bottom: 20px;

            .user {
              padding-top: 0;
            }
          }

          .reply-item>img {
            width: 100%;
            border-radius: 5px;
            margin-bottom: 20px;
          }

          .reply-item:last-child {
            border-color: transparent;
          }
        }


      }

      .box-item>img {
        width: 100%;
        border-radius: 5px;
        margin: 0 0 20px 0;
      }

    }

    // 右
    .main-right {
      width: 296px;

      .card {
        width: 100%;
        border-radius: 10px;
        background: #fff;
        overflow: hidden;
        padding: 20px 0;
        box-shadow: 0 2px 16px rgba(0, 0, 0, .03);

        .banner {
          img {
            width: 100%;
          }
        }

        .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, #5d48cd, #a43f90, #c83855, #e1310d);
          background: #e60000;
          color: #fff;
          font-weight: bold;
          text-align: left;
        }

        .title {
          font-weight: bold;
          line-height: 1.5;
          padding-left: 10px;
          margin: 10px 0;
          text-align: left;
        }

        .head-img {
          display: flex;
          align-items: center;
          color: #959595;
          font-size: 12px;
          margin-bottom: 10px;
          padding-left: 10px;

          img {
            width: 30px;
            height: 30px;
            border-radius: 50%;
          }

          img:not(:first-child) {
            margin-left: -15px;
          }

          span {
            margin-left: 10px;
          }
        }


        h1 {
          font-size: 17px;
          text-align: center;
          margin-bottom: 5px;
          color: #ff9d00;
        }

        p {
          text-align: center;
        }

        .p1 {
          margin-bottom: 20px;
        }

        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;

  a {
    color: #c2c2c2;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }
}

.aite {
  color: #ff9d00;
}

.imp {
  color: #58b3c9;
}

.red {
  color: red;
}

.fw {
  font-weight: 600;
}