body {
  background-color: #f4f4fa !important;
}

.quick,
.nav,
.banner {
  background-color: #fff;
}

table {
  margin-bottom: 0 !important;
}

.hot-task .subtitle {
  margin-left: 12px;
}

.hot-task .top, .hot-task .label {
  padding: 11px 15px 30px;
  background-color: #fff;
}

.hot-task .top > a, .hot-task .label > a {
  margin-top: 20px;
}

.hot-task .top img, .hot-task .label img {
  object-fit: cover;
}

.hot-task .label {
  height: 220px;
  padding-bottom: 20px;
}

.hot-task .label-group {
  color: #d82825;
  font-size: 14px;
  margin-top: 20px;
}

.hot-task .label-group > span {
  padding: 2px 8px;
  background-color: #f6f5f5;
  display: inline-block;
  margin: 4px 6px;
  cursor: pointer;
}

.with-img {
  color: #080606;
}

.with-img div {
  margin-left: 15px;
}

.with-img h6 {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 160px;
  line-height: 1.5;
}

.with-img time {
  font-size: 12px;
  color: #999999;
}

.my-table {
  font-size: 14px;
}

.my-table td {
  border-top: none !important;
  border-bottom: 1px solid #dee2e6;
  padding: .75rem 0 !important;
}

.my-table td a {
  display: flex;
  justify-content: space-between;
  color: #323333;
  width: 100%;
}

.my-table td a span {
  width: 270px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.my-table td a time {
  font-size: 12px;
  color: #a7a6a6;
}

.subtitle {
  display: flex;
  justify-content: space-between;
}

.subtitle h6 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.subtitle h6::before {
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  display: inline-block;
  content: '';
  width: 5px;
  height: 22px;
  background-color: #d82824;
}

.subtitle a {
  float: right;
  font-size: 12px;
  color: #c2c0c0;
}

.ft-12 {
  color: #999999;
  font-size: 12px;
}

.ft-12 b {
  color: #d82825;
  font-weight: normal;
}

.ft-18 {
  font-size: 18px;
  color: #db3d2d;
  font-weight: bold;
}

.subject h5 {
  font-size: 24px;
  color: #323333;
}

.info {
  padding: 0 70px;
}

.info > img {
  width: 100px;
  max-height: 150px;
  object-fit: contain;
}

.info .article {
  text-align: left;
  display: flex;
}

.info .article span {
  display: block;
  color: #d82825;
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
}

.info .article img {
  object-fit: contain;
}

.info .article p {
  font-size: 12px;
  color: #5a5554;
}

.info .upload {
  display: flex;
  justify-content: center;
}

.info .upload > div:nth-child(2) {
  margin: 0 40px;
}

.info .upload-img {
  width: 160px;
  height: 290px;
  border: 1px solid #4e4c4b;
}

.info .upload p {
  margin-top: 12px;
  font-size: 12px;
  color: #a7a6a6;
}

.info .upload .upload-btn {
  cursor: pointer;
  width: 160px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #a9a3a2;
}

.info .upload .upload-btn span {
  font-size: 12px;
  font-weight: bold;
}

.info .phone {
  width: 245px;
  height: 37px;
  font-size: 12px;
  text-align: center;
}

.info .tips {
  color: #c2c0c0;
  font-size: 12px;
  margin: 54px 0 17px;
}

.info button {
  background-color: #d82824;
  color: #ffffff;
  font-size: 17px;
  width: 200px;
  height: 45px;
  border-radius: 4px;
  outline: none;
  border: none;
}

.info button:focus {
  outline: none;
}

.info .share {
  margin-top: 50px;
}

.info .share i {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-image: url(/static/home/img/icons_group.png);
  background-repeat: no-repeat;
}

.info .share i.wb {
  background-position: -248px -176px;
}

.info .share i.wb:hover {
  background-position: -248px -217px;
}

.info .share i.wx {
  background-position: -300px -176px;
}

.info .share i.wx:hover {
  background-position: -300px -217px;
}

.info .share i.qq {
  background-position: -347px -176px;
}

.info .share i.qq:hover {
  background-position: -347px -217px;
}

.info .share i.dz {
  background-position: -399px -176px;
}

.info .share i.dz:hover {
  background-position: -399px -217px;
}

.info .share span {
  color: #999999;
  font-size: 12px;
  padding-left: 11px;
}

.info .user_avatar {
  margin-top: 30px;
}

.info .user_avatar > div {
  width: 33.333333%;
  margin-top: 30px;
}

.info .user_avatar img {
  width: 62px;
  height: 62px;
  border-radius: 8px;
}

.info .user_avatar .user-group {
  text-align: left;
}

.info .user_avatar .user-group b {
  font-size: 12px;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 95px;
}

.info .user_avatar .user-group time {
  color: #999999;
  font-size: 12px;
  transform: scale(0.9);
}

.info .user_avatar .user-group i {
  font-style: normal;
  color: #d82825;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 95px;
}
