<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.center {
  padding-top: 130px;
  margin-bottom: 55px;
}

.center .line {
  width: 100%;
  height: 2px;
  margin-bottom: 85px;
}

.center .searchBox {
  justify-content: space-between;
}

.center .left .top {
  display: flex;
  align-items: center;
}

.center .left .bottom {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}

.center .right {
  width: 540px;
}

.center .right .topSearch {
  width: 100%;
  border: 3px solid #e20808;
  height: 40px;
  border-radius: 10px 10px 10px 0;
}

.center .right .topSearch input::placeholder {
  color: #bbbbbb;
  font-weight: bold;
}

.center .right .topSearch .rightSearch {
  color: #fff;
  width: 120px;
  align-items: center;
  justify-content: space-around;
  background: #e20808;
  padding: 0 20px;
}

.center .right .tabList .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 30px;
  cursor: pointer;
  font-weight: bold;
}

.center .right .tabList .active {
  border-radius: 0px 0px 0px 10px;
  background: #e20808;
  color: #fff9ec;
}

.center .right .tabHot {
  font-size: 14px;
  font-weight: 800;
  align-items: center;
  margin-top: 10px;
}

.center .right .tabHot .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.center .right .tabHot .item {
  align-items: center;
  margin-right: 10px;
}

.center .searchType {
  width: 100%;
  height: 470px;
  margin-top: 60px;
  display: flex;
  margin-bottom: 85px;
}

.center .searchType .typeLeft {
  height: 100%;
  height: 470px;
  width: 230px;
}

.center .searchType .typeLeft .typeTop {
  background: #1bc4ff;
  border-top-left-radius: 15px;
  border: 1px solid #bbbaba;
  height: 44px;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 1200;
  font-size: 18px;
}

.center .searchType .typeLeft .typeTop img {
  width: 24px;
  height: 24px;
}

.center .searchType .typeLeft .typeInfo {
  height: calc(100% - 44px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px;
  border: 1px solid #bbbaba;
  overflow-y: hidden;
  padding-top: 30px;
}

.center .searchType .typeLeft .typeInfo .typeItemBox {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.center .searchType .typeLeft .typeInfo .typeItemBox .infoTitle {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 16px;
}

.center .searchType .typeLeft .typeInfo .typeItemBox .infoDetail {
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #101010;
}

.center .searchType .typeRight {
  width: calc(100% - 230px);
  height: 100%;
}

.center .searchType .typeRight .topSwiper {
  height: 290px;
  width: 100%;
}

.center .searchType .typeRight .botNo {
  width: 100%;
  align-items: flex-end;
  justify-content: space-around;
  height: calc(100% - 290px);
}

.center .searchType .typeRight .botNo div {
  width: 390px;
  height: 160px;
  border-radius: 20px;
  /*margin-left: 80px;*/
  overflow: hidden;
}

.center .investmentProducts {
  margin-bottom: 85px;
}

.center .investmentProducts .investmentLeft {
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  width: 230px;
  height: 320px;
}

.center .investmentProducts .investmentLeft .investmentLeftTitle {
  font-size: 26px;
  color: #ffffff;
  font-weight: 900;
}

.center .investmentProducts .investmentLeft img {
  width: 72px;
  height: 72px;
  margin: 20px;
}

.center .investmentProducts .investmentLeft .more {
  font-size: 20px;
  font-weight: 900;
  color: #e8eb29;
}

.center .investmentProducts .investmentRight {
  flex-wrap: wrap;
  width: calc(100% - 230px);
}

.center .investmentProducts .investmentRight .investmentInfo {
  width: 20%;
  justify-content: center;
  align-items: center;
}

.center .investmentProducts .investmentRight .investmentInfo img {
  width: 100px;
  height: 100px;
}

.center .investmentProducts .investmentRight .investmentInfo span,
.center .investmentProducts .investmentRight .investmentInfo p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
}

.center .investmentProducts .investmentRight .investmentInfo span {
  font-size: 14px;
  font-weight: 600;
}

.center .investmentProducts .investmentRight .investmentInfo p {
  font-size: 12px;
  color: #979696;
}

.center .investmentProducts .askBox {
  width: calc(100% - 230px);
  padding: 0 0 0 32px;
}

.center .investmentProducts .askBox .ask {
  width: 357px;
  height: 138px;
  display: flex;
  float: left;
}

.center .investmentProducts .askBox .ask img {
  width: 43px;
  height: 43px;
}

.center .investmentProducts .askBox .ask .askInfo {
  width: calc(100% - 53px);
  margin-left: 10px;
  padding-top: 4px;
}

.center .investmentProducts .askBox .ask .askInfo .asks {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.center .investmentProducts .askBox .ask .askInfo .asks .titleLeft {
  color: #f70e0e;
  font-size: 14px;
  font-weight: 900;
}

.center .investmentProducts .askBox .ask .askInfo .timeInfo {
  display: flex;
  align-items: center;
}

.center .investmentProducts .askBox .ask .askInfo .timeInfo img {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}

.center .investmentProducts .askBox .ask .askInfo .company {
  margin: 10px 0;
}

.center .investmentProducts .askBox .ask .askInfo .need {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.center .investmentProducts .askBox .ask:nth-of-type(2n) {
  margin-left: 62px;
}

.center .investmentProducts .askBox .ask:nth-of-type(n + 3) {
  margin-top: 37px;
}

.center .investmentProducts .applyJobBox {
  width: calc(100% - 230px);
  padding: 0 0 0 32px;
}

.center .investmentProducts .applyJobBox .ask {
  width: 357px;
  height: 138px;
  display: flex;
  float: left;
}

.center .investmentProducts .applyJobBox .ask img {
  width: 43px;
  height: 43px;
}

.center .investmentProducts .applyJobBox .ask .askInfo {
  width: calc(100% - 53px);
  margin-left: 10px;
  padding-top: 4px;
}

.center .investmentProducts .applyJobBox .ask .askInfo .asks {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.center .investmentProducts .applyJobBox .ask .askInfo .asks .titleLeft {
  color: #f70e0e;
  font-size: 14px;
  font-weight: 900;
}

.center .investmentProducts .applyJobBox .ask .askInfo .timeInfo {
  display: flex;
  align-items: center;
}

.center .investmentProducts .applyJobBox .ask .askInfo .timeInfo img {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}

.center .investmentProducts .applyJobBox .ask .askInfo .company {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.center .investmentProducts .applyJobBox .ask .askInfo .need {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.center .investmentProducts .applyJobBox .ask:nth-of-type(2n) {
  margin-left: 62px;
}

.center .investmentProducts .applyJobBox .ask:nth-of-type(n + 3) {
  margin-top: 37px;
}

.center .moreNeed {
  margin: 100px auto;
  width: 240px;
  background: #f70e0e;
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #bbbaba;
}

.center .goods {
  width: 100%;
  padding: 40px 0;
  background: #71c98d;
  border-radius: 10px;
  overflow: hidden;
}

.center .goods .good {
  width: 114px;
  height: 145px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 0 0 0;
  float: left;
}

.center .goods .good span,
.center .goods .good p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
}

.center .goods .good span {
  font-size: 14px;
  font-weight: 600;
}

.center .goods .good p {
  font-size: 12px;
  color: #979696;
}

.center .goods .good:nth-of-type(n + 2) {
  margin-left: 73px;
}

.center .goods .good:nth-of-type(n + 7) {
  margin-top: 40px;
}

.center .goods .good:nth-of-type(6n + 1) {
  margin-left: 5px;
}

.staircase {
  width: 65px;
  height: 460px;
  position: fixed;
  left: 20px;
  top: calc(50% - 230px);
  background-color: #86bd54;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  padding: 0 10px;
}

.staircase .info {
  padding: 26px 8px;
  font-size: 14px;
  font-weight: 900;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
</pre></body></html>