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

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

.topNav .container {
  padding: 20px 0;
}
.topNav .container .title {
  display: flex;
}
.topNav .container .title .left {
  flex: 1;
}
.topNav .container .title .left h1 {
  font-size: 26px;
}
.topNav .container .title .left p {
  margin-top: 20px;
}
.topNav .container .title .right {
  position: relative;
  padding: 0 0 0 40px;
}
.topNav .container .title .right .head {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  border: 10px solid #f9d8c8;
}
.topNav .container .title .right .wen {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
}
.topNav .container .gengduo {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.topNav .container .gengduo .gi {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #32ca99;
  border-radius: 20px;
  color: #fff;
}
.topNav .container .gengduo .gi img {
  width: 40px;
  height: 40px;
}
.topNav .container .gengduo .gi .fenlei {
  font-weight: 600;
  margin-left: 10px;
}
.topNav .container .gengduo .gi .zhi {
  margin-left: 10px;
}
.topNav .container .gengduo .gi:first-child {
  background: #fc5a59;
  box-shadow: rgba(252, 90, 89, 0.14) 0px 11px 15px 1px, rgba(252, 90, 89, 0.12) 0px 4px 20px 3px, rgba(252, 90, 89, 0.2) 0px 6px 7px -4px;
}
.topNav .container .gengduo .gi:nth-child(2) {
  background: #4199ef;
  box-shadow: rgba(65, 153, 239, 0.14) 0px 11px 15px 1px, rgba(65, 153, 239, 0.12) 0px 4px 20px 3px, rgba(65, 153, 239, 0.2) 0px 6px 7px -4px;
}
.topNav .container .gengduo .gi:nth-child(3) {
  background: #37d67a;
  box-shadow: rgba(46, 213, 116, 0.14) 0px 11px 15px 1px, rgba(46, 213, 116, 0.12) 0px 4px 20px 3px, rgba(46, 213, 116, 0.2) 0px 6px 7px -4px;
}
.topNav .container .gengduo .gi:nth-child(4) {
  background: #ff7e4f;
  box-shadow: rgba(253, 129, 78, 0.14) 0px 11px 15px 1px, rgba(253, 129, 78, 0.12) 0px 4px 20px 3px, rgba(253, 129, 78, 0.2) 0px 6px 7px -4px;
}

/* 内容 */
.main {
  width: 100%;
  padding: 20px 0 30px;
}
.main .container {
  display: flex;
  justify-content: space-between;
}
.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;
}
.main .container .main-left .header {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.main .container .main-left .header h1 {
  font-size: 24px;
}
.main .container .main-left .box-item .user {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.main .container .main-left .box-item .user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.main .container .main-left .box-item .user .name {
  margin-left: 10px;
}
.main .container .main-left .box-item p {
  line-height: 24px;
  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;
}
.main .container .main-left .box-item .reply-box {
  background: #f8f8f8;
  border-radius: 15px;
  padding: 20px 20px 0;
  color: #3c3c3c;
}
.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-bottom: 20px;
}
.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: #ffb013;
  color: #fff;
  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: #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: #37d67a;
}

.red {
  color: red;
}

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