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

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

/* 内容 */
.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 {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.main .container .main-left .header h1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}
.main .container .main-left .header p {
  margin-bottom: 15px;
}
.main .container .main-left .header .user {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.main .container .main-left .header .user img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.main .container .main-left .header .user span {
  font-size: 14px;
  color: #666;
  margin-left: 5px;
}
.main .container .main-left .header .tags {
  display: flex;
  flex-wrap: wrap;
}
.main .container .main-left .header .tags .tag {
  padding: 2px 15px;
  align-items: center;
  border-radius: 4px;
  background: #1abc9c;
  color: #f6f7fb;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.main .container .main-left .box-item .user {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.main .container .main-left .box-item .user img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.main .container .main-left .box-item .user .info {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main .container .main-left .box-item .user .info .name {
  color: #333;
}
.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: #eceff1;
  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 {
  text-align: center;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
}
.main .container .card h1 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 5px;
}
.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: #00796b;
}

.imp2 {
  color: #d35400;
}

.red {
  color: red;
}

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