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

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

header {
  margin-top: 20px;
}
header .container {
  display: flex;
  background: #e7dcc0;
  border-radius: 15px;
  height: 450px;
  overflow: hidden;
}
header .container .left {
  position: relative;
  width: 50%;
  padding: 20px;
}
header .container .left .logo {
  display: flex;
  align-items: center;
}
header .container .left .logo img {
  width: 35px;
  height: 35px;
}
header .container .left .logo span {
  margin-left: 10px;
  font-weight: bold;
  font-size: 18px;
  background-image: linear-gradient(89deg, #f40000, #f66b00, #f3a000);
  -webkit-background-clip: text;
  color: transparent;
}
header .container .left h1 {
  margin-top: 20px;
}
header .container .left p {
  margin-top: 20px;
}
header .container .left .user {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
header .container .left .user img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
header .container .left .user span {
  margin-left: 5px;
}
header .container .left .tags {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 900px;
  display: flex;
  background: #fff;
  padding: 15px 20px;
  justify-content: space-between;
  border-radius: 10px;
}
header .container .left .tags .tag {
  display: flex;
  align-items: center;
  border-radius: 30px;
}
header .container .left .tags .tag img {
  width: 25px;
  height: 25px;
}
header .container .left .tags .tag span {
  margin-left: 5px;
  color: #000;
}
header .container .right {
  width: 50%;
}
header .container .right img {
  width: 100%;
  height: 100%;
}

/* 内容 */
.main {
  margin-bottom: 20px;
}
.main .container {
  display: flex;
  justify-content: space-between;
  background: #f9f4f0;
  padding-top: 20px;
}
.main .container .main-left {
  width: 740px;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 10px 0px, rgba(0, 0, 0, 0.06) 0px -1px 9px 0px;
  z-index: 99;
}
.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: #f58e70;
}
.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;
  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: #f6f3f3;
  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;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 10px 0px, rgba(0, 0, 0, 0.06) 0px -1px 9px 0px;
  overflow: hidden;
  padding: 20px 0;
}
.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, #5d48cd, #a43f90, #c83855, #e1310d);
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.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: #ffb013;
}
.main .container .card p {
  text-align: center;
}
.main .container .card .p1 {
  margin-bottom: 20px;
}
.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: #96419c;
}

.red {
  color: red;
}

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