
body {
  background: #f7f8f9;
  font-family: Arial, Helvetica, sans-serif;
}

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

/* 内容 */
.main {
  width: 100%;
  padding: 20px 0;
  background: #ebf2f8;
}
.main .container {
  display: flex;
  justify-content: space-between;
}
.main .container .main-left {
  width: 740px;
}
.main .container .main-left .top {
  width: 100%;
  height: 48px;
  background: #41c3fd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.main .container .main-left .top img {
  max-height: 32px;
}
.main .container .main-left .header {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 8px #cbcbcb;
}
.main .container .main-left .header .header-top {
  display: flex;
  padding-bottom: 10px;
}
.main .container .main-left .header .header-top img {
  width: 45px;
  height: 45px;
}
.main .container .main-left .header .header-top .right {
  margin-left: 10px;
}
.main .container .main-left .header .header-top .right .user span.uname {
  font-size: 16px;
  color: #333;
}
.main .container .main-left .header .header-top .right .user span.dj {
  color: #fc8857;
  font-size: 16px;
}
.main .container .main-left .header .header-top .right .time {
  font-size: 12px;
  color: #a9a9a9;
  margin-top: 5px;
}
.main .container .main-left .header .title {
  padding: 10px 15px;
  background: #f2f2f2;
}
.main .container .main-left .header .title p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.main .container .main-left .header .title p:last-child {
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  margin-top: 15px;
}
.main .container .main-left .header .info .info-line {
  display: flex;
  margin-top: 10px;
}
.main .container .main-left .header .info .info-line .info-item {
  display: flex;
  align-items: center;
  color: #555;
}
.main .container .main-left .header .info .info-line .info-item img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.main .container .main-left .header .info .info-line .info-item:last-child {
  margin-left: 20px;
}
.main .container .main-left .header .info .info-line:last-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.main .container .main-left .header .data {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.main .container .main-left .header .data .data-item {
  display: flex;
  align-items: center;
  margin-left: 15px;
  color: #999;
}
.main .container .main-left .header .data .data-item img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.main .container .main-left .box-item {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 8px #cbcbcb;
}
.main .container .main-left .box-item .head {
  display: flex;
  margin-bottom: 10px;
}
.main .container .main-left .box-item .head img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.main .container .main-left .box-item .head .right {
  margin-left: 15px;
}
.main .container .main-left .box-item .head .right .uname {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.main .container .main-left .box-item .head .right .time {
  font-size: 14px;
  color: #b5b5b5;
  margin-top: 2px;
}
.main .container .main-left .box-item p {
  line-height: 24px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.main .container .main-left .box-item .reply {
  background-color: #fafafa;
  border: solid 1px #ededed;
  border-bottom-width: 1px;
  padding: 0px 15px;
  margin-top: 20px;
}
.main .container .main-left .box-item .reply .reply-item {
  border-bottom: solid 1px #ededed;
  width: 100%;
  padding: 20px 0px;
}
.main .container .main-left .box-item .reply .reply-item .head {
  display: flex;
  align-items: center;
}
.main .container .main-left .box-item .reply .reply-item .head span {
  margin-left: 10px;
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
.main .container .main-left .box-item .reply .reply-item p {
  font-size: 14px;
}
.main .container .main-left .box-item .reply .reply-item .time {
  font-size: 14px;
  color: #888;
}
.main .container .main-left .box-item .reply .reply-item > img {
  width: 100%;
}
.main .container .main-left .box-item > img {
  width: 100%;
  margin-bottom: 10px;
}
.main .container .main-right {
  width: 296px;
}
.main .container .card {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(139, 139, 183, 0.2117647059) !important;
  overflow: hidden;
}
.main .container .card .dj-tagbox {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  padding: 0px 15px 0px 6px;
  border-bottom-right-radius: 14px;
  border-top-right-radius: 14px;
  background: #ff5722;
  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: #ff5722;
}
.main .container .card p {
  text-align: center;
}
.main .container .card img {
  width: 100%;
}

/* 底部 */
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: #32ca99;
}

.red {
  color: red;
}

.fw {
  font-weight: 600;
}/*# sourceMappingURL=index.css.map */