@charset "UTF-8";
body {
  background: #f6f6f6;
}

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

/* 内容 */
.main {
  width: 100%;
  padding-bottom: 20px;
}

.main .container {
  display: flex;
  justify-content: space-between;
}
.main .container .main-left {
  width: 740px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px 0px, rgba(0, 0, 0, 0.08) 0px 4px 12px 0px;
}
.main .container .main-left header {
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px 0px, rgba(0, 0, 0, 0.08) 0px 4px 12px 0px;
}
.main .container .main-left header h1 {
  font-size: 22px;
  margin-bottom: 20px;
}
.main .container .main-left header p {
  margin-bottom: 20px;
}
.main .container .main-left header .dizhi {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .container .main-left header .dizhi .left {
  color: #13d9b6;
  font-weight: 600;
}
.main .container .main-left header .dizhi .right {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #474747;
}
.main .container .main-left header .dizhi .right img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
}
.main .container .main-left .box-item {
  padding: 20px;
  position: relative;
}
.main .container .main-left .box-item .head-img {
  position: absolute;
  top: 20px;
  left: 0;
  width: 50px;
  height: 30px;
  background: #ffdb26;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 2px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.main .container .main-left .box-item .head-img img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.main .container .main-left .box-item .head {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  margin-bottom: 15px;
}
.main .container .main-left .box-item .head .left {
  display: flex;
  align-items: center;
}
.main .container .main-left .box-item .head .left .name {
  font-weight: 600;
}
.main .container .main-left .box-item .head .left .dj {
  height: 18px;
  border: 1px solid #474747;
  color: #474747;
  font-size: 12px;
  background: #ffdb26;
  border-radius: 3px;
  margin-left: 10px;
}
.main .container .main-left .box-item .head .time {
  font-size: 14px;
  color: #767676;
}
.main .container .main-left .box-item p {
  margin: 15px 0;
  line-height: 26px;
}
.main .container .main-left .box-item img {
  max-width: 100%;
}
.main .container .main-left .box-item .reply-title {
  display: flex;
  padding: 15px 0;
}
.main .container .main-left .box-item .reply-title img {
  max-height: 24px;
}
.main .container .main-left .box-item .reply-title span {
  font-weight: 600;
  margin-left: 4px;
}
.main .container .main-left .box-item .reply-title .img2 {
  margin-left: 20px;
}
.main .container .main-left .box-item .reply-item {
  background: #f5f5f5;
  padding: 15px;
  margin-top: 10px;
}
.main .container .main-left .box-item .reply-item .head {
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.main .container .main-left .box-item .reply-item .head img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.main .container .main-left .box-item .reply-item .head span {
  margin-left: 5px;
}
.main .container .main-right {
  width: 296px;
}
.main .container .card {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}
.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: #32ca99;
}

.red {
  color: red;
}

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