<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.topTab {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-color: #08b4e2;*/
  background-color: #2979ff;
  color: #fff;
  font-size: 20px;
}
.cursor{
  cursor: pointer;
}
.tabTop{
  width: 100%;
  margin-top: 40px;
}
.tabTop&gt;.info{
  width: 100%;
  /* overflow: hidden; */
  position: relative;
  display: flex;
  align-items: center;
  /* border-bottom: 2px solid #e40808; */
}
.tabTop&gt;.info&gt;.line{
  width: calc(100% - 10px);
  position: absolute;
  top:48px;
  left: 10px;
  height: 2px;
  background:#e40808;
}
.tabTop&gt;.info&gt;.text{
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#e40808 ;
  border-radius: 10px 0 0 0;
  color: #fff;
}
.tabTop&gt;.info&gt;.list{
  display: flex;
  align-items: center;
  margin-left: 20px;

}
.tabTop&gt;.info&gt;.list&gt;div{
  font-size: 18px;
  font-weight: 900;
  color: #333;
  margin-left: 5px;
  padding: 2px 3px ;
  cursor: pointer;
}
.tabTop&gt;.info&gt;.list&gt;.active{
  background-color: #e40808;
  color: #fff9ec;
}
.tabBot{
  width: 100%;
  margin-top: 40px;
}
.tabBot&gt;.info{
  width: 100%;
  /* overflow: hidden; */
  position: relative;

  /* border-bottom: 2px solid #e40808; */
}
.tabBot&gt;.info&gt;.line{
  width: calc(100% - 10px);
  position: absolute;
  top:0px;
  left: 10px;
  height: 2px;
  background:#e40808;
}
.tabBot&gt;.info&gt;.text{
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#e40808 ;
  border-radius: 10px 0 0 10px;
  color: #fff;
}
.tabBot&gt;.info&gt;.text&gt;select{
  background: transparent;
  border: none;
}
.fw-900 {
  font-weight: 900;
}

.fs-18 {
  font-size: 18px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.flex {
  display: flex;
}

.inputCommon {
  height: 38px;
  width: 280px;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
}

.inputCommon::placeholder {
  color: #bbbbbb;
}

.column {
  flex-direction: column;
}

.paddingTop {
  margin-top: 50px;
  /* padding-top: 60px; */
}

/* html { */
  /* min-width: 1400px; */
/* } */


.topTab&gt;div {
  /* width: 1440px; */
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  height: 50px;
}

.commonIndex {
  width: 1058px !important;
}

.commonIndex a:hover {
  color: #666 !important;
}

.center .right .tabList .active a {
  color: #fff9ec;
}

/*æœç´¢å›¾æ&nbsp;‡:*/
.center .right .topSearch .rightSearch:hover {
  cursor: pointer;
}
/*çƒ­æœå…³é”®è¯*/
.center .right .tabHot .item:hover {
  cursor: pointer;
  color: #666;
}
/*é¦–é¡µäº§å“åˆ†ç±»è·³è½¬*/
.center .searchType .typeLeft .typeInfo .typeItemBox:hover div {
  color: #ff0000;
  cursor: pointer;
}

/*å·¦ä¾§å›¾æ&nbsp;‡*/
.center .investmentProducts .investmentLeft:hover div {
  transition: all 0.5s;
  color: #ffffff;
}
.center .investmentProducts .investmentLeft:hover {
  transition: all 0.5s;
  cursor: pointer;
  background-color: #08b4e2 !important;
}
/*äº§å“*/
.center .investmentProducts .investmentRight .investmentInfo:hover {
  color: red;
  cursor: pointer;
}
.center .investmentProducts .investmentRight .investmentInfo:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.center .investmentProducts .investmentRight .investmentInfo span {
  margin-top: 5px;
}

/*æ±‚è´­å’Œæ‹›è˜*/
.center .investmentProducts .askBox .ask:hover {
  background-color: #ebebeb;
  transition: all 0.5s;
  cursor: pointer;
}
.center .investmentProducts .applyJobBox .ask:hover {
  background-color: #ebebeb;
  transition: all 0.5s;
  cursor: pointer;
}
.askBox .ask:hover {
  background-color: #ebebeb;
  transition: all 0.5s;
  cursor: pointer;
}
.askBox .ask:hover {
  background-color: #ebebeb;
  transition: all 0.5s;
  cursor: pointer;
}
/*æ›´å¤šæŽ¨è*/
.center .moreNeed {
  font-size: 24px;
}
/*ä¼ä¸šè®¤è¯å›¾æ&nbsp;‡å’Œä»£ç†å…¥é©»å›¾æ&nbsp;‡*/
.commonIndex .authenticationList .item:hover {
  background-color: #dbdbdb;
  transition: all 0.5s;
}
.commonIndex .authenticationList .item:hover img {
  transition: all 0.5s;
  transform: scale(1.2);
}
/*æäº¤ç”³è¯·*/
.commonIndex .trueBox1 .submit:hover {
  cursor: pointer;
  transition: all 0.5s;
  background-color: #1e9fff;
}
/*äº§å“åˆ—è¡¨æ&nbsp;·å¼*/
.center .goods .good:hover {
  color: red;
  cursor: pointer;
}
.center .goods .good:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.center .goods .good span {
  margin-top: 5px;
}
/*ç­›é€‰æ&nbsp;·å¼*/
.kind .rightKind .item div:hover {
  color: red;
}
/*æ–°é—»åˆ—è¡¨*/
.list .listItem:hover img {
  transition: all 0.5s;
  transform: scale(1.2);
}
.list .listItem:hover {
  cursor: pointer;
  color: #1e9fff;
  transition: all 0.5s;
}
/*æ–°é—»è¯¦æƒ…*/
.commonIndex #next:hover,
.commonIndex #prev:hover {
  cursor: pointer;
  color: red;
}
.commonIndex .backprev:hover {
  color: red !important;
}
/*æœç´¢æ¡†*/
.center .right .topSearch .rightSearch:hover {
  background-color: #ff2525;
  transition: all 0.5s;
}
/*å‹æƒ…é“¾æŽ¥*/
.bottom-box-title a {
  color: #11c909;
  margin-right: 20px;
}
.bottom-box-title a:hover {
  color: #1e9fff !important;
}
/*äº§å“è¯¦æƒ…é¡µ*/
.main-box .commonIndex .proDetail {
  min-height: 530px;
}
.main-box .commonIndex .detailArea {
  border-bottom: 1px solid #666;
  margin-bottom: 24px;
  padding-bottom: 40px;
}
/*æŸ¥çœ‹è”ç³»æ–¹å¼*/
.productBox .right .tel div {
  cursor: pointer;
  transition: all 0.5s;
}
.productBox .right .tel div:hover {
  background-color: #4bb129;
}
.commonIndex .infoText .tel {
  cursor: pointer;
  transition: all 0.5s;
}
.commonIndex .infoText .tel:hover {
  background-color: #4bb129;
}
/*äºŒç»´ç&nbsp;æ¨¡æ€æ¡†*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255,255, 255, 0.7);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px 10px 20px;
  border: 1px solid #888;
  width: 300px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.modal-content .close-modal {
  height: 20px;
}
.modal-content .close-modal img {
  width: 20px;
  height: 20px;
  float: right;
}
.modal-content .modal-title {
  color: #e40808;
}
.modal-content .modal-title span {
  padding: 6px 0;
  border-bottom: 2px solid #e40808;
  font-size: 22px;
}
.modal-content #qrCode {
  margin: 20px 0;
}
.modal-content .tips img {
  width: 26px;
  vertical-align: bottom;
  margin-right: 5px;
}
.modal-content .tips span {
  color: #00c800;
  font-size: 18px;
}

.modal-content #qrCode img {
  display: block;
  margin: 0 auto;
}


a:hover {
  color: #666 !important;
}

.topTab&gt;div .left {
  flex: 1;
}

.topTab&gt;div .left a {
  color: #fff;
}

.topTab&gt;div .left a span {
  cursor: pointer;
}

.topTab&gt;div .right {
  display: flex;
  align-items: center;
}

.topTab&gt;div .right a:nth-child(1) {
  margin-left: 0;
}

.topTab&gt;div .right a {
  color: #fff;
  margin-left: 55px;
}

.topTab&gt;div .right a span {
  cursor: pointer;
}

.main-box {
  /* margin: 190px 0; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .main-box&gt;div { */
  /* width: 1440px; */
/* } */

.bottom-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #131212;
  color: #fff;
}

.bottom-box&gt;div {
  /* width: 1440px; */
  padding-top: 70px;
  padding-bottom: 20px;
  font-size: 18px;
}

.bottom-box&gt;div .bottom-box-title {
  font-weight: bold;
  color: #11c909;
  margin-bottom: 15px;
}

.bottom-box&gt;div .xiaoxi-box {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom-box&gt;div .xiaoxi-box .left {
  /* flex: 1; */
  display: flex;
  flex-direction: column;
}

.bottom-box&gt;div .xiaoxi-box .left span {
  margin-bottom: 10px;
}

.bottom-box&gt;div .xiaoxi-box .right {
  display: flex;
  align-items: center;
}

.bottom-box&gt;div .xiaoxi-box .right&gt;div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 50px;
}

.bottom-box&gt;div .xiaoxi-box .right&gt;div img {
  background-color: #fff;
  border: 1px solid #fff;
  margin-bottom: 10px;
  width: 110px
}

.bottom-box&gt;div .xiaoxi-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kind {
  width: 100%;
  min-height: 285px;
  display: flex;
  /* padding-bottom: 50px; */
}

.kind .leftKind {
  padding-bottom: 50px;

  width: 180px;
  background: #bbbbbb;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
}

.kind .leftKind div {
  margin-top: 40px;
}
.kind .leftKind .address{
  height: 60px;
  margin-top: 115px;
}

.kind .rightKind {
  padding-bottom: 10px;
  width: calc(100% - 180px);
  font-size: 15px;
  padding-left: 40px;
  /* è®¾ç½®æ»šåŠ¨æ¡çš„å®½åº¦ã€é«˜åº¦ã€èƒŒæ™¯è‰²å’Œè¾¹æ¡†æ&nbsp;·å¼ */
  /* è®¾ç½®æ»šåŠ¨æ¡æ»‘å—çš„èƒŒæ™¯è‰²å’Œåœ†è§’ */
  /* è®¾ç½®æ»šåŠ¨æ¡æ»‘å—åœ¨æ‚¬åœçŠ¶æ€ä¸‹çš„èƒŒæ™¯è‰²å’Œåœ†è§’ */
  /* è®¾ç½®æ»šåŠ¨æ¡è½¨é“çš„èƒŒæ™¯è‰²å’Œåœ†è§’ */
  /* è®¾ç½®æ»šåŠ¨æ¡è½¨é“åœ¨æ‚¬åœçŠ¶æ€ä¸‹çš„èƒŒæ™¯è‰²å’Œåœ†è§’ */
}
.kind .rightKind .item.address{
  height: 60px;

}
.kind .rightKind .item {
  /* height: 62px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; */
  margin-top: 40px;
  /* overflow-x: auto;
  white-space: nowrap; */
}

.kind .rightKind .item div {
  display: inline-block;
  width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.kind .rightKind .item .active{
  color: #e40808;
}
.kind .rightKind ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.kind .rightKind ::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}

.kind .rightKind ::-webkit-scrollbar-thumb:hover {
  background-color: #999;
  border-radius: 5px;
}

.kind .rightKind ::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 5px;
}

.kind .rightKind ::-webkit-scrollbar-track:hover {
  background-color: #ccc;
  border-radius: 5px;
}
.pageTake {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pageTake .prev {
  border-radius: 5px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  cursor: pointer;
}

.pageTake .submit:hover,
.pageTake .next:hover,
.pageTake .prev:hover {
  color: #ffffff;
  background-color: #1e9fff;
}

.pageTake .prev img {
  width: 15px;
  height: 15px;
}

.pageTake .next {
  border-radius: 5px;
  margin-left: 30px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  cursor: pointer;
}

.pageTake .next img {
  width: 15px;
  height: 15px;
}

.pageTake .total {
  margin: 0  20px 0 30px;
}

.pageTake .toPage input {
  width: 36px;
  margin: 0 5px 0 5px;
}

.pageTake .submit {
  height: 30px;
  width: 50px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  margin-left: 20px;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}
.pageTake .curPage{
  margin: 0  20px 0 30px;
}
.childActive{
  color: #e40808;
}
.itemChild{
  cursor: pointer;
}
</pre></body></html>