.object {
  width: 72.5%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px 0px 10px 30px;
  border: 1px solid #ededed;
  border-radius: 10px;
}
.object .mainBlock {
  width: 820px;
  flex-grow: 0;
  flex-shrink: 0;
}
.object .mainBlock .headCard {
  width: 800px;
  height: 156px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.object .mainBlock .headCard img {
  width: 180px;
  height: 130px;
  flex-grow: 0;
  flex-shrink: 0;
  filter: blur(5px);
}
.object .mainBlock .headCard .headRight {
  width: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.object .mainBlock .headCard .headRight .headTitle {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.object .mainBlock .headCard .headRight .headPrize {
  display: flex;
  color: #333;
  font-size: 12px;
  align-items: center;
}
.object .mainBlock .headCard .headRight .headPrize .nowText {
  font-size: 12px;
  color: #333;
}
.object .mainBlock .headCard .headRight .headPrize .nowPrize {
  font-size: 24px;
  color: red;
  font-weight: bold;
  margin-bottom: 5px;
}
.object .mainBlock .headCard .headRight .headPrize .yuan {
  margin-right: 6px;
}
.object .mainBlock .headCard .headRight .headPrize .agoPrize {
  text-decoration: line-through;
  font-size: 12px;
  color: #333;
}
.object .mainBlock .headCard .headRight .headDoc {
  font-size: 12px;
  color: #333;
}
.object .mainBlock .headCard .headRight .subBtn {
  width: 100px;
  height: 40px;
  display: block;
  font-size: 14px;
  color: #fff;
  background: #015f98;
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 60px;
  right: 10px;
}
.object .mainBlock .objTitle {
  width: 72px;
  border-bottom: 3px solid #015f98;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
}
.object .mainBlock .objTitle:hover {
  color: #042e63;
}
.object .mainBlock #content {
  margin-top: 16px;
}
.object .mainBlock #content p {
  font-size: 13px;
}
.object .mainBlock .talk {
  width: 100%;
  margin: 0px 15px;
}
.object .mainBlock .talk .head {
  font-size: 16px;
  width: 66px;
  height: 24px;
  border-bottom: 3px solid #df2a73;
}
.object .mainBlock .talk .count {
  color: #015f98;
  margin-top: 15px;
}
.object .mainBlock .talk .chatCard {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
}
.object .mainBlock .talk .chatCard .user {
  display: flex;
}
.object .mainBlock .talk .chatCard .user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.object .mainBlock .talk .chatCard .user .userInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 12px;
}
.object .mainBlock .talk .chatCard .user .userInfo .userName {
  color: #015f98;
  font-size: 14px;
}
.object .mainBlock .talk .chatCard .user .userInfo .userTime {
  font-size: 12px;
}
.object .mainBlock .talk .chatCard .detail {
  font-size: 14px;
  line-height: 24px;
  margin-left: 62px;
}
.object .mainBlock .talk .input {
  width: 100%;
  height: 120px;
  border: 1px solid #ededed;
  margin-top: 25px;
  margin-left: -4px;
}
.object .mainBlock .talk .input textarea {
  width: 100%;
  height: 100%;
  border: none;
  vertical-align: top;
  font-size: 16px;
}
.object .mainBlock .talk .input textarea:focus-visible {
  outline: none !important;
}
.object .mainBlock .talk .input textarea[type="text"] {
  border: none !important;
  outline: none !important;
}
.object .mainBlock .talk .subChat {
  margin: 20px 0;
  display: block;
  width: 90px;
  height: 30px;
  background: #015f98;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  text-align: center;
  line-height: 30px;
  border: none;
}
.object .mainBlock .infoList {
  width: 100%;
  margin-top: 25px;
}
.object .mainBlock .infoList .infoList {
  width: 770px;
  margin-top: 18px;
}
.object .mainBlock .infoList .infoList .infoItem {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.object .mainBlock .infoList .infoList .infoItem img {
  height: 100%;
  width: 140px;
  object-fit: cover;
}
.object .mainBlock .infoList .infoList .infoItem .infoRight {
  height: 100%;
  width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.object .mainBlock .infoList .infoList .infoItem .infoRight .infoTitle {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
  color: #333333;
}
.object .mainBlock .infoList .infoList .infoItem .infoRight .infoTitle:hover {
  color: black;
}
.object .mainBlock .infoList .infoList .infoItem .infoRight .infoText {
  font-size: 12px;
  color: #777;
}
.object .mainBlock .infoList .infoList .infoItem .infoRight .infoTime {
  font-size: 12px;
  color: #777;
  text-align: right;
}
.object .rightBlock {
  width: 350px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 100px;
}
.object .rightBlock .doc {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ededed;
  border-radius: 10px;
}
.object .rightBlock .hos_box {
  margin-top: 40px;
}
.object .rightBlock .doc .docList {
  width: 100%;
  margin-top: 20px;
}
.object .rightBlock .doc .docList .listItem {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.object .rightBlock .doc .docList .listItem img {
  width: 80px;
  height: 100%;
  object-fit: cover;
  flex-grow: 0;
  flex-shrink: 0;
  filter: blur(5px);
}
.object .rightBlock .doc .docList .listItem .docInfo {
  width: calc(100% - 90px);
  height: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}
.object .rightBlock .doc .docList .listItem .docInfo .docTitle {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.object .rightBlock .doc .docList .listItem .docInfo .docDes {
  width: 100%;
  line-height: 18px;
  margin-top: 8px;
  font-size: 14px;
  color: #555555;
}
.object .rightBlock .hos_obj {
  width: 100%;
  box-sizing: border-box;
  margin-top: 65px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ededed;
  border-radius: 10px;
}
.object .rightBlock .hos_obj .hosList {
  width: 100%;
  margin-top: 20px;
}
.object .rightBlock .hos_obj .hosList a {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  color: #333333;
}
.object .rightBlock .hos_obj .hosList a:hover {
  color: black;
}
.blockTitle {
  width: 100%;
  display: flex;
  font-size: 16px;
  align-items: center;
}
.blockTitle img {
  width: 16px;
  height: 16px;
  object-fit: cover;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 6px;
}
/*# sourceMappingURL=objectDetail.css.map */
