.quanzi-head {
  width: 100%;
  background-color: white;
  padding: 30px 0;
}
.quanzi-head .banxin1200 > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.quanzi-head .banxin1200 > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.quanzi-head .banxin1200 > div > div img {
  width: 88px;
  height: 88px;
  border-radius: 4px;
  margin-right: 20px;
}
.quanzi-head .banxin1200 > div > div > div span,
.quanzi-head .banxin1200 > div > div > div i {
  color: #999999;
  font-size: 14px;
}
.quanzi-head .banxin1200 > div > div > div > span {
  margin-right: 52px;
}
.quanzi-head .banxin1200 > div > div > div > span:first-of-type {
  color: #333333;
  font-size: 24px;
  font-family: pingFangBold;
  margin-bottom: 13px;
}
.quanzi-head .banxin1200 > div > button {
  width: 140px;
  height: 40px;
  background-color: #3669EC;
}
.quanzi-head .banxin1200 > div > button > i,
.quanzi-head .banxin1200 > div > button span {
  color: white;
  font-size: 14px;
  font-family: pingFangBold;
}
.quanzi-head .banxin1200 > p {
  margin-left: 108px;
}
.select {
  color: #1450EB;
  font-family: pingFangBold;
  position: relative;
}
.select::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 5px);
  display: inline-block;
  width: 85%;
  height: 2px;
  background-color: #1450EB;
}
.comment {
  padding: 20px;
}
.comment .user {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.comment .user > img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px;
}
.comment .user > div span {
  color: #999999;
  font-size: 14px;
}
.comment .user > div span:first-of-type {
  font-size: 18px;
  font-family: pingFangBold;
  color: #333333;
}
.comment .user > div span:nth-of-type(3) {
  margin: 0 20px;
}
.comment .content {
  margin-left: 70px;
  border-bottom: 1px solid #EBEBEB;
}
.comment .content p {
  font-size: 14px;
}
.comment .action {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.comment .action div > span {
  margin-right: 103px;
}
.comment .action div span,
.comment .action div i {
  color: #333333;
  font-size: 14px;
}
.comment .action div i {
  vertical-align: middle;
}
.comment .action > span {
  color: #999999;
  font-size: 14px;
}
.main {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  background-color: #F9FAFD;
}
.main .left .one {
  position: relative;
  width: 840px;
  padding: 20px 20px 18px 20px;
}
.main .left .one textarea {
  min-height: 140px !important;
  border-radius: 3px;
  background-color: #F5F5F5;
}
.main .left .one .el-textarea .el-input__count {
  background: #F5F5F5;
}
.main .left .one .icon-btn {
  margin: 0;
  position: absolute;
  top: 112px;
  left: 40px;
  border: none;
  background-color: white;
}
.main .left .one .action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}
.main .left .one .action > div > span {
  margin-right: 38px;
}
.main .left .one .action > div span,
.main .left .one .action > div i {
  color: #666666;
  font-size: 14px;
}
.main .left .one .action > div i {
  font-size: 16px;
  vertical-align: middle;
}
.main .left .one .action > button {
  border-radius: 4px;
  background-color: #C2DFFF;
  color: white;
  width: 100px;
  height: 34px;
}
.main .left .two {
  width: 840px;
  background-color: #F9FAFD !important;
}
.main .left .two .head {
  padding: 13px 20px 15px 20px;
  border-bottom: 1px solid #EBEBEB;
  background-color: #fff;
}
.main .left .two .head > span {
  cursor: pointer;
}
.main .left .two .head > span:first-of-type {
  margin-right: 57px;
}
.main .left .two:not(.head) .comment:last-of-type {
  margin-bottom: 0;
}
.main .right > .white-block {
  width: 340px;
}
.main .right .one {
  padding: 16px 20px 22px 24px;
}
.main .right .one .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.main .right .one .head > span {
  font-size: 18px;
  font-family: pingFangBold;
}
.main .right .one .head div span,
.main .right .one .head div i {
  color: #818EAF;
  font-size: 12px;
  cursor: pointer;
}
.main .right .one .item:not(:last-of-type) {
  margin-bottom: 17px;
}
.main .right .one .item a {
  font-size: 14px;
}
.main .right .one .item span:last-of-type {
  font-size: 14px;
  color: #999999;
  float: right;
}
.main .right .one .item .recommend {
  display: inline-block;
  color: #F64041;
  background-color: #f6404063;
  font-size: 12px;
  padding: 1px 3px;
  border-radius: 2px;
  margin-right: 8px;
}
.main .right .one .see-more {
  text-align: center;
}
.main .right .one .see-more span,
.main .right .one .see-more i {
  color: #999999;
  font-size: 14px;
  cursor: pointer;
}
.main .right .one .see-more i {
  font-size: 12px;
}
.more_top {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.more_top span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-right: 10px;
}
.more_top .iconfont {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
