.main {
  margin: 10rem auto 3rem;
  width: 90rem;
}
.main .main-nav {
  padding: 3rem;
  border-radius: 0.5rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(151, 82, 0, 0.12);
}
.main .main-nav img {
  width: 100%;
}
.main .main-body {
  margin-top: 1.25rem;
  padding: 2rem;
  border-radius: 0.5rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(151, 82, 0, 0.12);
}

.main-detail {
  display: flex;
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: 1px solid #D8D8D8;
}
.main-detail .detail-img {
  width: 22.5rem;
}
.main-detail .detail-right {
  margin-left: 2rem;
  flex: 1;
}
.main-detail .detail-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main-detail .detail-title span {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #3D3D3D;
  flex: 1;
}
.main-detail .detail-date {
  margin-top: auto;
  font-size: 1rem;
  color: #999999;
}
.main-detail .detail-label {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.main-detail .detail-label img {
  width: 1.6rem;
}
.main-detail .detail-city {
  margin-left: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.09em;
  color: #2b65f6;
}
.main-detail .detail-case {
  margin-left: 1rem;
  font-size: 1rem;
  letter-spacing: 0.09em;
  color: #4DC7A5;
  padding: 0.375rem 1.25rem;
  border-radius: 50px;
  background: #E4FFF7;
}
.main-detail .detail-phone {
  margin-top: 1rem;
  display: flex;
}
.main-detail .detail-phone span {
  font-size: 1rem;
  letter-spacing: 0.09em;
  color: #CE0505;
}
.main-detail .detail-txt {
  font-size: 1rem;
  letter-spacing: 0.09em;
  color: #999999;
  white-space: nowrap;
}
.main-detail .detail-desc {
  margin-top: 1rem;
  display: flex;
}
.main-detail .desc-box {
  font-size: 1.13rem;
  font-weight: normal;
  letter-spacing: 1.2px;
  color: #3D3D3D;
  flex: 1;
}
.main-detail .desc-box-clamp span {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-detail .desc-vip {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2rem 0;
  text-align: center;
  font-size: 1.25rem;
  color: #FF8939;
}
.main-detail .desc-vip img {
  margin-left: 0.4rem;
  height: 0.5rem;
}

.detail-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
}
.detail-btn .detail-announce_btn {
  font-size: 1.125rem;
  color: #FF8939;
  border-radius: 0.5rem;
  background: #FFFFFF;
  min-width: 12.5rem;
  border: 1px solid #FF8939;
  padding: 0.75rem 2.875rem;
  text-align: center;
  cursor: pointer;
}
.detail-btn .detail-joino_order {
  text-align: center;
  margin-left: 1rem;
  font-size: 1.125rem;
  color: #FFFFFF;
  min-width: 12.5rem;
  cursor: pointer;
  border-radius: 0.5rem;
  background: linear-gradient(270deg, #2b65f6 0%, #FEC55E 100%);
  padding: 0.75rem 2.875rem;
}
.detail-btn .detail-joino_order-not {
  background: #F5F5F5;
  text-align: center;
  min-width: 12.5rem;
  margin-left: 1rem;
  font-size: 1.125rem;
  cursor: not-allowed;
  border: 1px solid #999999;
  border-radius: 0.5rem;
  padding: 0.75rem 2.875rem;
  color: #999999;
}

.main-base {
  display: flex;
  margin-top: 2rem;
}

.main-recommend {
  flex: 1;
  margin-right: 1rem;
}

.recommend-title {
  font-size: 1.5rem;
  color: #FF9148;
}

.column-module {
  margin-top: 0.5rem;
  width: 21.25rem;
}

.column-item-module img {
  width: 1.5rem;
  margin-right: 1rem;
}
.column-item-module:nth-child(3) img {
  width: 1.25rem;
}

.column-item-module .column-right span {
  font-size: 1.13rem;
}

.column-item-module .column-right p {
  font-size: 1rem;
}

.column-module .column-list {
  padding: 1.25rem 1.75rem;
}

.recommend-list {
  margin-right: 1.5rem;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.recommend-item {
  width: calc((100% - 3rem) / 3);
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: white;
  letter-spacing: 0.0625rem;
  transition: all 0.3s;
  cursor: pointer;
}
.recommend-item:not(:nth-child(3)) {
  margin-right: 1.5rem;
}

.clue__header {
  height: 3.75rem;
  background: linear-gradient(90deg, #2b65f6 0%, #ffffff 100%);
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  position: relative;
}

.cxbzj-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 6rem;
}

.clue__heading {
  font-size: 1.25rem;
  color: white;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  margin-right: 1rem;
}

.clue__price {
  font-size: 0.875rem;
  color: #ce0505;
}

.clue__main {
  padding: 0.75rem 1rem;
  min-height: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.clue__labels {
  display: flex;
  align-items: center;
}

.clue__location {
  color: #2b65f6;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.clue__location img {
  width: 1.25rem;
  margin-right: 0.5rem;
}

.clue__category {
  padding: 0 0.625rem;
  border-radius: 9999px;
  color: #4DC7A5;
  background-color: #e4fff7;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  margin-left: 1rem;
}

.clue__desc {
  color: #666666;
  font-size: 0.875rem;
  margin: 0.625rem 0 auto;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clue__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.clue__time {
  color: #999999;
  font-size: 0.875rem;
}

.clue__btn-accept {
  border: 0.0625rem solid #2b65f6;
  width: 8.75rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 0.5rem;
  outline: 0;
  background-color: white;
  color: #2b65f6;
  letter-spacing: 0.0625rem;
  cursor: pointer;
  display: block;
}
.clue__btn-accept:hover {
  background-color: #2b65f6;
  color: white;
  border-color: transparent;
}

.detail-title-left {
  display: flex;
  align-items: center;
}
.detail-title-left img {
  width: 3rem;
  margin-right: 0.2rem;
  height: auto;
}

/*# sourceMappingURL=taskdetail.css.map */
