网站
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 

1518 Zeilen
24 KiB

  1. /*公共主题参数*/
  2. :root{
  3. --color:'';
  4. --icon:'';
  5. --logo:'';
  6. /*--color:#e8041f;*/
  7. }
  8. #bannerFocusWrapTop{
  9. height: calc(100vw/5.3);
  10. position: absolute;
  11. z-index: -1;
  12. }
  13. #userLogin{
  14. }
  15. #userLogin a{
  16. display: inline;
  17. }
  18. #userLogin a:first-child{
  19. border-right: 1px solid #adadad;
  20. margin-right: 5px;
  21. padding-right: 5px;
  22. }
  23. #userLogin a:hover{
  24. color: #007b76;
  25. }
  26. .logo{
  27. width: 593px;
  28. height: 72px;
  29. background: url("../images/index_head_logo.png") 0px no-repeat;
  30. }
  31. /*顶部标题*/
  32. .topTit {
  33. color: #adadad;
  34. width: 40%;
  35. text-align: left;
  36. font-size: 12px;
  37. padding: 10px 0;
  38. }
  39. .topDress{
  40. position: relative;
  41. }
  42. .topDress .el-input__inner {
  43. background: none;
  44. height: 25px;
  45. font-size: 12px;
  46. }
  47. .topDress .el-select {
  48. border: 1px solid #dbdbdb;
  49. height: 25px;
  50. width: 110px;
  51. background: url("../images/icon3.png") 8px no-repeat;
  52. padding-left: 10px;
  53. }
  54. .topDress .el-input__suffix {
  55. top: 5px !important;
  56. }
  57. .topDress .el-input__icon {
  58. line-height: 15px !important;
  59. }
  60. .topDress .el-input__suffix-inner {
  61. display: inline-block !important;
  62. }
  63. .topTit02 {
  64. border: 1px solid #dbdbdb;
  65. font-size: 12px;
  66. line-height: 23px;
  67. padding: 0px 15px;
  68. /*margin-left: 15px;*/
  69. margin-left: 10%;
  70. margin-top: 7px;
  71. cursor: pointer;
  72. }
  73. .topTit02 img{
  74. margin-top: 2px;
  75. margin-right: 5px;
  76. }
  77. /*logo和搜索*/
  78. .logoSearch {
  79. height: 150px;
  80. background: url("../images/index_head_bg.png") no-repeat center;
  81. background-size: 100% 100%;
  82. }
  83. .logoSearch .logoSearch-div {
  84. height: 72px;
  85. line-height: 72px;
  86. position: relative;
  87. top: 39px;
  88. width: 1200px;
  89. margin: 0 auto;
  90. display: flex;
  91. align-items: center;
  92. justify-content: space-between;
  93. }
  94. .logoSearch-div a {
  95. color: #333333;
  96. }
  97. .logoSearch-div a:hover {
  98. color: var(--color);
  99. }
  100. .logoSearch-div h1 {
  101. line-height: 72px;
  102. margin-left: 15px;
  103. font-weight: 900;
  104. text-stroke: 1px #ffffff;
  105. -webkit-text-stroke: 1px #ffffff;
  106. font-size: 38px;
  107. }
  108. .logoSearch-div:first-child img,.logoSearch-div:first-child h1{
  109. cursor: pointer;
  110. }
  111. .searchClass {
  112. border: 1px solid #e0e0e0!important;
  113. background: #ffffff;
  114. padding: 0px 10px;
  115. width: 100%;
  116. height: 40px;
  117. }
  118. .searchDiv {
  119. position: relative;
  120. width: 270px;
  121. /*transform: translate(0, 3px);*/
  122. }
  123. .searchButton {
  124. background-color: var(--color) !important;
  125. color: #ffffff !important;
  126. width: 65px !important;
  127. border: 2px solid var(--color);
  128. padding: 4px 0px;
  129. position: absolute;
  130. right: 0;
  131. height: 40px;
  132. }
  133. /*导航栏*/
  134. .top .active {
  135. /*background-color: var(--color);*/
  136. background-color: #ffffff;
  137. }
  138. .top .active a {
  139. color: #1269d3;
  140. }
  141. .top {
  142. background: var(--color);
  143. }
  144. .top ul {
  145. /*padding-bottom: 5px;*/
  146. cursor: pointer;
  147. }
  148. .top ul li {
  149. /*border-radius: 20px;*/
  150. display: inline-block;
  151. padding: 15px 0;
  152. }
  153. .top ul li a {
  154. line-height: 30px;
  155. padding: 0 20px;
  156. display: block;
  157. font-size: 16px;
  158. color: #FFFFFF;
  159. }
  160. .top ul li:hover {
  161. /*background-color: var(--color);*/
  162. background-color: #ffffff;
  163. color: #1269d3;
  164. }
  165. .top ul li:hover a {
  166. color: #1269d3;
  167. }
  168. /*banner*/
  169. .banner {
  170. }
  171. /*banner左侧导航*/
  172. .bannerLeft {
  173. height: 400px;
  174. padding:20px;
  175. flex: 1;
  176. background: #f8f8f8;
  177. }
  178. .bannerLeft_tt{
  179. display: flex;
  180. justify-content: space-between;
  181. }
  182. .bannerLeft_tt a{
  183. line-height: 40px;
  184. }
  185. .bannerLeft_tt p{
  186. background: url("../images/index_center_left_icon.png") no-repeat left center;
  187. padding-left: 40px;
  188. height: 40px;
  189. font-size: 20px;
  190. font-weight: bold;
  191. line-height: 40px;
  192. }
  193. .bannerLeft_tab {
  194. position: relative;
  195. background-color: #f1f1f1;
  196. color: #000000;
  197. text-align: center;
  198. font-size: 16px;
  199. font-weight: 400;
  200. margin-top: 10px;
  201. }
  202. .bannerLeft_tab div{
  203. border-bottom: 1px solid #e3e3e3;
  204. position: absolute;
  205. bottom: 1px;
  206. width: 100%;
  207. z-index: -1;
  208. }
  209. .bannerLeft_tab p{
  210. display: inline-block;
  211. font-size: 18px;
  212. padding: 15px 0;
  213. width: 20%;
  214. text-align: center;
  215. border-bottom: 3px solid transparent;
  216. transition: all 0.4s ease-in-out;
  217. }
  218. .bannerLeft_tab span{
  219. margin-top: 10px;
  220. cursor: pointer;
  221. }
  222. .bannerLeft_tab span:hover{
  223. color: var(--color);
  224. }
  225. .bannerLeft_tab p:hover{
  226. color: var(--color);
  227. cursor: pointer;
  228. border-bottom: 3px solid var(--color);
  229. transition: all 0.4s ease-in-out;
  230. }
  231. .bannerLeft_tab p.active{
  232. color: var(--color);
  233. border-bottom: 3px solid var(--color);
  234. }
  235. .bannerLeft_tab tr td {
  236. width: 8%;
  237. }
  238. .bannerLeft_tab tr td:first-child {
  239. width: 16%;
  240. }
  241. .bannerLeft_tab tr td:last-child {
  242. width: 8%;
  243. }
  244. .bannerLeft-top ul li {
  245. margin: 12px 38px 0px 0px;
  246. display: inline-block;
  247. }
  248. .bannerLeft-tit01 {
  249. padding-left: 28px;
  250. position: relative;
  251. margin-top: 26px;
  252. }
  253. .bannerLeft-tit01 i{
  254. width: 22px;
  255. height: 22px;
  256. display: inline-block;
  257. background: url("../images/icon1_red.png") center no-repeat;
  258. background-color: var(--color);
  259. position: absolute;
  260. left: 0;
  261. top: 4px;
  262. border-radius: 50%;
  263. }
  264. .bannerLeft-tit02 {
  265. padding-left: 28px;
  266. position: relative;
  267. margin-top: 26px;
  268. }
  269. .bannerLeft-tit02 i {
  270. width: 22px;
  271. height: 22px;
  272. display: inline-block;
  273. background: url("../images/icon2_red.png") center no-repeat;
  274. background-color: var(--color);
  275. position: absolute;
  276. left: 0;
  277. top: 4px;
  278. border-radius: 50%;
  279. }
  280. .bannerLeft a {
  281. color: var(--color);
  282. font-size: 14px;
  283. }
  284. .bannerLeft-top a:hover {
  285. color: var(--color);
  286. }
  287. .bannerLeft-top ul li:last-child a {
  288. color: #adadad;
  289. }
  290. .bannerLeft-top ul li:last-child a:hover {
  291. color: var(--color);
  292. }
  293. .bannerLeft-buttom ul li {
  294. margin: 12px 15px 0px 0px;
  295. padding: 3px 6px;
  296. background-color: #f1f1f1;
  297. border-radius: 3px;
  298. display: inline-block;
  299. }
  300. .bannerLeft-buttom li:hover {
  301. background-color: var(--color);
  302. }
  303. .bannerLeft-buttom li:hover a {
  304. color: #FFFFFF;
  305. }
  306. .bannerLeft-buttom ul li:last-child {
  307. background: none;
  308. }
  309. .bannerLeft-buttom ul li:last-child a {
  310. color: #adadad;
  311. }
  312. .bannerLeft-buttom ul li:last-child a:hover {
  313. color: var(--color);
  314. }
  315. .bannerRight {
  316. width: 100%;
  317. height: 500px;
  318. }
  319. .nav_main{
  320. display: flex;
  321. justify-content: space-between;
  322. padding: 3vh 0;
  323. background: #f8f8f8;
  324. margin: 3vh auto;
  325. }
  326. .nav_main div{
  327. display: flex;
  328. flex-direction: column;
  329. align-items: center;
  330. justify-content: center;
  331. width: 11.1111%;
  332. }
  333. .nav_main div img{
  334. display: block;
  335. margin-bottom: 15px;
  336. }
  337. .center_main{
  338. display: flex;
  339. justify-content: space-between;
  340. }
  341. /*内容区*/
  342. .centerLeft {}
  343. .centerLeft-top {
  344. border-bottom: 1px solid #adadad;
  345. }
  346. .center .centerLeft-top-tit01 {
  347. font-size: 28px;
  348. display: inline-block;
  349. vertical-align: middle;
  350. font-weight: bold;
  351. }
  352. .center .centerLeft-top-tit01 span {
  353. color: var(--color);
  354. }
  355. .center .centerLeft-top-tit02 {
  356. font-size: 14px;
  357. color: #d21313;
  358. display: inline-block;
  359. vertical-align: middle;
  360. }
  361. .center .centerLeft-top-tit02 span {
  362. font-size: 18px;
  363. background: #d21313;
  364. color: #FFFFFF;
  365. display: inline-block;
  366. padding: 0px 2px;
  367. }
  368. .centerLeft .centerLeft-center .tableList{
  369. width: 100%;
  370. height: auto;
  371. }
  372. .centerLeft .centerLeft-center .tableList table tr td span{
  373. padding: 3px 8px;
  374. margin: 0 5px 0 20px;
  375. display: inline-block;
  376. border-radius: 10px;
  377. }
  378. .centerLeft .centerLeft-center .tableList table tr{
  379. cursor: pointer;
  380. height: 41px;
  381. }
  382. .centerLeft .centerLeft-center .tableList table tr td{
  383. border-bottom: 1px dashed #e3e3e3;
  384. }
  385. .centerLeft-center .centerleft-center-tit01 {
  386. color: #626262;
  387. margin: 24px 0px 14px 0px;
  388. border-bottom: 1px solid #e3e3e3;
  389. padding-bottom: 10px;
  390. }
  391. /*.centerLeft-center .centerleft-center-tit01 span:first-child {*/
  392. /* color: var(--color);*/
  393. /*}*/
  394. .centerLeft-center .centerleft-center-tit01 span.active{
  395. color: var(--color);
  396. }
  397. .centerLeft-center .centerleft-center-tit01 span:hover {
  398. cursor: pointer;
  399. color: var(--color);
  400. }
  401. .centerLeft-center .centerleft-center-tit01 span:last-child {
  402. float: right;
  403. cursor: pointer;
  404. }
  405. .centerLeft-center .centerleft-center-tit01 span:last-child:hover {
  406. color: var(--color);
  407. }
  408. .centerLeft-center-middle {
  409. position: relative;
  410. width: 275px;
  411. border: 1px solid #e3e3e3;
  412. display: inline-block;
  413. margin-top: 20px;
  414. }
  415. .centerLeft-center-middle div {
  416. padding: 12px 10px;
  417. }
  418. .centerLeft-center-middle .centerLeft-center-lable {
  419. width: 44px;
  420. /* height: 46px; */
  421. /*background: var(--color);*/
  422. color: #FFF;
  423. text-align: center;
  424. border-bottom-left-radius: 18px;
  425. border-bottom-right-radius: 18px;
  426. font-size: 14px;
  427. padding: 4px 0px;
  428. position: absolute;
  429. right: 10px;
  430. }
  431. .centerLeft-center-middle-tit01 {
  432. font-size: 16px;
  433. color: #626262;
  434. white-space: nowrap;
  435. overflow: hidden;
  436. text-overflow: ellipsis;
  437. }
  438. .centerLeft-center-middle-tit01 span {
  439. font-size: 12px;
  440. color: var(--color);
  441. border: 1px solid var(--color);
  442. padding: 1px 2px;
  443. margin-right: 6px;
  444. }
  445. .centerLeft-center-middle-ul li p {
  446. font-size: 14px;
  447. color: #626262;
  448. margin-top: 12px;
  449. }
  450. .centerLeft-center-middle-ul li:first-child p {
  451. font-size: 14px;
  452. color: #d21313;
  453. display: -webkit-box;
  454. -webkit-box-orient: vertical;
  455. -webkit-line-clamp: 1;
  456. word-break: break-all;
  457. overflow: hidden;
  458. }
  459. .centerLeft-center-middle-ul li:first-child p i{
  460. font-size: 18px;
  461. color: #d21313;
  462. font-weight: bold;
  463. }
  464. .centerLeft-center-middle-ul li p span {
  465. display: inline-block;
  466. width: 4em;
  467. font-size: 12px;
  468. color: #adadad;
  469. margin-right: 12px;
  470. }
  471. .centerLeft-center-middle-ul li p span i {
  472. display: inline-block;
  473. width: 0.5em;
  474. }
  475. .centerLeft-center-bottom p:first-child {
  476. background: url('../images/address_icon.png') 0px no-repeat;
  477. padding-left: 16px;
  478. width: 66%;
  479. white-space:nowrap;
  480. text-overflow:ellipsis;
  481. overflow:hidden;
  482. }
  483. .centerLeft-center-bottom p:nth-child(2) {
  484. width: 30%;
  485. float: right;
  486. text-align: center;
  487. }
  488. .centerLeft-center-bottom p {
  489. font-size: 12px;
  490. color: #adadad;
  491. display: block;
  492. }
  493. .centerLeft-center-bottom {
  494. border-top: 1px solid #e3e3e3;
  495. padding: 0 10px !important;
  496. line-height: 40px;
  497. }
  498. . centerRight {}
  499. .centerRight-list0 {
  500. min-height: 420px;
  501. /*padding: 26px 30px;*/
  502. background-color: #f7f7f7;
  503. border: 1px solid #e3e3e3;
  504. float: left;
  505. margin-top: 25px;
  506. width: 24%;
  507. }
  508. .centerRight-list0 p:first-child {
  509. font-size: 20px;
  510. color: #ffffff;
  511. }
  512. .centerRight-list0 p:first-child span:first-child {
  513. font-size: 12px;
  514. color: #ffffff;
  515. border: 1px solid #ffffff;
  516. padding: 1px 6px;
  517. margin-right: 6px;
  518. }
  519. .centerRight-list0 p:first-child span {
  520. display: inline;
  521. vertical-align: middle;
  522. }
  523. .centerRight-list0 p {
  524. font-size: 14px;
  525. color: #626262;
  526. margin-bottom: 20px;
  527. }
  528. .centerRight-list0 p i {
  529. display: inline-block;
  530. width: 1em;
  531. }
  532. .centerRight-list0 p:nth-child(3) span {
  533. color: #d21313;
  534. }
  535. .centerRight-list0 p:nth-child(3) {
  536. margin-left: 15px;
  537. }
  538. .centerRight-list0 p:nth-child(2) {
  539. margin-left: 15px;
  540. }
  541. .centerRight-list0 .down{
  542. color: var(--color);
  543. }
  544. .centerRight-list0 p:last-child {
  545. text-align: center;
  546. color: #adadad;
  547. font-size: 12px;
  548. margin-bottom: 0;
  549. }
  550. .centerRight-list1 {
  551. margin-top: 25px;
  552. background-color: #f7f7f7;
  553. border: 1px solid #e3e3e3;
  554. padding-bottom: 15px;
  555. min-height: 420px;
  556. float: left;
  557. width: 24%;
  558. margin-left: 1.333%;
  559. }
  560. .centerRight-list1-tit01 {
  561. text-align: center;
  562. color: #ffffff;
  563. font-size: 20px;
  564. line-height: 42px;
  565. background-color: var(--color);
  566. }
  567. .centerRight-list1-tit02 {
  568. text-align: center;
  569. color: var(--color);
  570. font-size: 16px;
  571. margin-top: 15px;
  572. }
  573. .centerRight-list1-div01 {
  574. text-align: center;
  575. margin-top: 15px;
  576. }
  577. .centerRight-list1-div02 {
  578. margin: 0 auto;
  579. margin-top: 15px;
  580. width: 88%;
  581. margin-bottom: 18px;
  582. position: relative;
  583. }
  584. .centerRight-list1-div02 .searchClass {
  585. border: 2px solid var(--color);
  586. border-radius: 20px;
  587. background: transparent;
  588. padding: 6px 10px;
  589. width: 100%;
  590. }
  591. .searchClass .el-input-group__append {
  592. border: none;
  593. background-color: var(--color);
  594. border-radius: 20px;
  595. color: #FFFFFF;
  596. LEFT: 4PX;
  597. }
  598. .searchClass .el-input-group__prepend {
  599. border: none;
  600. background-color: transparent;
  601. padding: 0 10px 0 30px;
  602. }
  603. .searchClass .el-input__inner {
  604. height: 36px;
  605. line-height: 36px;
  606. border: none;
  607. background-color: transparent;
  608. }
  609. .searchClass .el-icon-search {
  610. font-size: 16px;
  611. line-height: 35px;
  612. }
  613. .searchClass .centerClass {
  614. height: 100%;
  615. line-height: 100%;
  616. display: inline-block;
  617. vertical-align: middle;
  618. text-align: right;
  619. }
  620. .searchClass .line {
  621. width: 1px;
  622. height: 26px;
  623. background-color: #c5c5c5;
  624. margin-left: 14px;
  625. }
  626. .centerRight-list1-div03 {
  627. border-top: 1px solid #e3e3e3;
  628. text-align: center;
  629. }
  630. .centerRight-list1-form {
  631. width: 88%;
  632. margin: 0 auto;
  633. margin-top: 15px;
  634. }
  635. .centerRight-list1-form tr {
  636. display: block;
  637. margin-bottom: 10px;
  638. }
  639. .centerRight-list1-form table {
  640. margin: 0 auto;
  641. }
  642. .centerRight-list1-form input,
  643. select {
  644. background-color: transparent;
  645. border: 1px solid #bfbfbf;
  646. height: 26px;
  647. padding-left: 5px;
  648. width: 170px;
  649. }
  650. .searchbtn {
  651. background-color: var(--color);
  652. color: #ffffff;
  653. margin: 0 auto;
  654. width: 66px;
  655. padding: 5px 0px;
  656. border: none;
  657. border-radius: 30px;
  658. }
  659. .centerRight-list2 {
  660. /*padding: 26px 20px;*/
  661. max-height: 300px;
  662. width: 100%;
  663. }
  664. .centerRight-list2-tit01 {
  665. font-size: 20px;
  666. color: #626262;
  667. }
  668. .centerRight-list2 .centerRight-list1-tit01{
  669. position: relative;
  670. }
  671. .centerRight-list2 .centerRight-list1-tit01 span:last-child{
  672. font-size: 14px;
  673. position: absolute;
  674. right: 15px;
  675. }
  676. .centerRight-list3 .centerRight-list1-tit01{
  677. position: relative;
  678. }
  679. .centerRight-list3 .centerRight-list1-tit01 span:last-child{
  680. font-size: 14px;
  681. position: absolute;
  682. right: 15px;
  683. }
  684. .centerRight-list2-tit01 span:last-child {
  685. font-size: 14px;
  686. float: right;
  687. }
  688. .centerRight-list2-tit01 span:last-child:hover {
  689. color: var(--color);
  690. cursor: pointer;
  691. }
  692. .centerRight-list2 ul li p:first-child {
  693. overflow: hidden;
  694. text-overflow: ellipsis;
  695. white-space: nowrap;
  696. margin-bottom: 5px;
  697. }
  698. .centerRight-list2 ul li p:last-child {
  699. display: flex !important;
  700. display: -webkit-box !important;
  701. display: -webkit-flex !important;
  702. justify-content: space-between;
  703. -webkit-justify-content: space-between;
  704. }
  705. .centerRight-list2 ul li p:last-child span {
  706. color: #adadad;
  707. }
  708. .centerRight-list2 ul li p:last-child span:nth-child(1) span {
  709. color: #000;
  710. }
  711. .centerRight-list2 ul li {
  712. margin-top: 10px;
  713. }
  714. .centerRight-list2 ul li a:hover {
  715. color: var(--color);
  716. }
  717. .centerRight-list3 {
  718. max-height: 300px;
  719. width: 100%;
  720. }
  721. .centerRight-list3-tit01 {
  722. font-size: 20px;
  723. color: #626262;
  724. }
  725. .centerRight-list3-tit01 span {
  726. font-size: 14px;
  727. }
  728. .centerRight-list3-tit01 span:hover {
  729. color: var(--color);
  730. cursor: pointer;
  731. }
  732. .centerRight-list3 ul li p:first-child {
  733. overflow: hidden;
  734. text-overflow: ellipsis;
  735. white-space: nowrap;
  736. margin-bottom: 5px;
  737. }
  738. .centerRight-list3 ul li p:last-child {
  739. color: #adadad;
  740. }
  741. .centerRight-list3 ul li p:last-child span {
  742. color: #000;
  743. }
  744. .centerRight-list3 ul li {
  745. margin-top: 10px;
  746. }
  747. .centerRight-list3 ul li a:hover {
  748. color: var(--color);
  749. }
  750. .el-table__body-wrapper::-webkit-scrollbar {
  751. width: 0px;
  752. height: 0px;
  753. }
  754. .bottom .bottomNews-tit01 {
  755. font-size: 28px;
  756. display: inline-block;
  757. font-weight: bold;
  758. }
  759. .bottom .bottomNews-tit01 span {
  760. color: var(--color);
  761. }
  762. .bottom .bottomNews-tit02 {
  763. font-size: 16px;
  764. color: #626262;
  765. display: inline-block;
  766. }
  767. .bottom .bottomNews-tit02:hover {
  768. color: var(--color);
  769. cursor: pointer;
  770. }
  771. .bottomNews {
  772. border-bottom: 1px solid #adadad;
  773. margin-bottom: 18px;
  774. }
  775. .bottomNews-list {
  776. width: 32%;
  777. padding: 20px 30px;
  778. background-color: #f7f7f7;
  779. border: 1px solid #e3e3e3;
  780. height: 332px;
  781. }
  782. .bottomNews-list p {
  783. font-size: 20px;
  784. color: #626262;
  785. }
  786. .bottomNews-list p span {
  787. font-size: 16px;
  788. color: #626262;
  789. float: right;
  790. }
  791. .bottomNews-list p span:hover {
  792. color: var(--color);
  793. cursor: pointer;
  794. }
  795. .bottomNews-list ul {
  796. margin-top: 10px;
  797. }
  798. .bottomNews-list ul li {
  799. margin-top: 22px;
  800. }
  801. .bottomNews-list ul li a {
  802. overflow: hidden;
  803. text-overflow: ellipsis;
  804. white-space: nowrap;
  805. display: block;
  806. }
  807. .bottomNews-list ul li a:hover {
  808. color: var(--color);
  809. }
  810. .bidding {
  811. overflow: hidden;
  812. background: #f8f8f8;
  813. padding: 20px;
  814. }
  815. .biddingTit {
  816. border-bottom: 1px solid #adadad;
  817. margin-bottom: 18px;
  818. }
  819. .biddingTit p {
  820. display: inline-block;
  821. }
  822. .bidding .biddingTit-tit01 {
  823. font-size: 28px;
  824. font-weight: bold;
  825. }
  826. .bidding .biddingTit-tit01 span {
  827. color: var(--color);
  828. }
  829. .bidding .biddingTit-tit02 {
  830. font-size: 16px;
  831. color: #626262;
  832. }
  833. .bidding .biddingTit-tit02:hover {
  834. color: var(--color);
  835. cursor: pointer;
  836. }
  837. .now-row {
  838. color: #ff7b2b!important;
  839. }
  840. .notStart-row {
  841. color: #1269d3!important;
  842. }
  843. .tableType {
  844. padding: 10px 25px;
  845. text-align: right;
  846. }
  847. .tableType i {
  848. display: inline-block;
  849. width: 10px;
  850. height: 10px;
  851. margin-right: 5px;
  852. }
  853. .tableType p {
  854. margin-left: 45px;
  855. display: inline-block;
  856. }
  857. .tableType p:nth-child(1) {
  858. color: #1269d3;
  859. }
  860. .tableType p:nth-child(2) {
  861. color: #ff7b2b;
  862. }
  863. .tableType p:nth-child(3) {
  864. color: #797979;
  865. }
  866. .tableType p:nth-child(1) i {
  867. background-color: #1269d3;
  868. }
  869. .tableType p:nth-child(2) i {
  870. background-color: #ff7b2b;
  871. }
  872. .tableType p:nth-child(3) i {
  873. background-color: #797979;
  874. }
  875. .personalTit {
  876. border-bottom: 1px solid #adadad;
  877. margin-bottom: 18px;
  878. }
  879. .personal .personalTit-tit01 {
  880. font-size: 28px;
  881. display: inline-block;
  882. font-weight: bold;
  883. }
  884. .personal .personalTit-tit01 span {
  885. color: var(--color);
  886. }
  887. .personal .personalTit-tit02 {
  888. font-size: 16px;
  889. color: #626262;
  890. display: inline-block;
  891. }
  892. .personal .personalTit-tit02:hover {
  893. color: var(--color);
  894. cursor: pointer;
  895. }
  896. .personalTit-banner {
  897. width: 400px;
  898. }
  899. .personalTit-Tab {
  900. width: 775px;
  901. position: relative;
  902. }
  903. .personalTit-Tab .perBtn {
  904. position: absolute;
  905. right: 0;
  906. color: #FFFFFF !important;
  907. border: none !important;
  908. background-color: var(--color) !important;
  909. }
  910. .el-tabs--card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
  911. color: var(--color) !important;
  912. }
  913. .el-tabs--card>.el-tabs__header {
  914. margin: 0 !important;
  915. }
  916. .el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
  917. color: var(--color) !important;
  918. background: #f6f5f5 !important;
  919. }
  920. .el-tabs--card {
  921. box-shadow: none !important;
  922. }
  923. .el-tabs--card>.el-tabs__content {
  924. padding: 0 !important;
  925. }
  926. .personalTit-Tab .el-table td,
  927. .el-table th {
  928. padding: 10px 0px !important;
  929. }
  930. .el-table td.gutter,
  931. .el-table th.gutter {
  932. background: #e4e4e4 !important;
  933. }
  934. .interactionTit {
  935. border-bottom: 1px solid #adadad;
  936. margin-bottom: 18px;
  937. }
  938. .interaction .interactionTit-tit01 {
  939. font-size: 28px;
  940. font-weight: bold;
  941. }
  942. .interaction .interactionTit-tit01 span {
  943. color: var(--color);
  944. }
  945. .interaction .interactionTit-tit02 {
  946. font-size: 16px;
  947. color: #626262;
  948. }
  949. .interaction .interactionTit-tit02:hover {
  950. color: var(--color);
  951. cursor: pointer;
  952. }
  953. .interaction .searchClass {
  954. border: 2px solid var(--color);
  955. border-radius: 20px;
  956. background: transparent;
  957. width: 500px;
  958. padding: 6px 15px;
  959. }
  960. .interaction .searchClass .el-input__inner {
  961. height: 30px;
  962. }
  963. .interaction .searchClass .el-icon-search {
  964. line-height: 28px;
  965. }
  966. .interaction .seaBtn {
  967. color: #FFFFFF;
  968. border: 1px solid var(--color);
  969. background-color: var(--color);
  970. padding: 0px 40px;
  971. border-radius: 16px;
  972. line-height: 32px;
  973. height: 32px;
  974. }
  975. .bottomLink {
  976. background: #e8e8e8;
  977. margin-top: 40px;
  978. padding: 30px 0 40px;
  979. }
  980. .bottomLink-tit {
  981. font-size: 12px;
  982. color: #7f7f7f;
  983. }
  984. .bottomLink-tit img{
  985. vertical-align: middle;
  986. margin-right: 2px;
  987. }
  988. .bottomLink-linkList {
  989. font-size: 12px;
  990. color: #7f7f7f;
  991. width: 1000px;
  992. }
  993. .bottomLink-linkList a {
  994. margin-top: 15px;
  995. margin-right: 15px;
  996. display: inline-block;
  997. }
  998. .ba {
  999. font-size: 12px;
  1000. color: #7f7f7f;
  1001. margin-top: 20px;
  1002. }
  1003. .ba span {
  1004. margin-left: 20px;
  1005. }
  1006. .ewm {
  1007. padding: 25px 25px 0;
  1008. }
  1009. .ewmtit {
  1010. font-size: 12px;
  1011. color: #7f7f7f;
  1012. margin-top: 5px;
  1013. }
  1014. input[type="radio"] {
  1015. appearance: none;
  1016. -webkit-appearance: none;
  1017. outline: none;
  1018. display: none
  1019. }
  1020. label {
  1021. display: inline-block;
  1022. cursor: pointer;
  1023. margin-right: 10px;
  1024. }
  1025. label input[type="radio"]+span {
  1026. width: 12px;
  1027. height: 12px;
  1028. display: inline-block;
  1029. border: 1px solid var(--color);
  1030. background: url('../images/check.png') no-repeat;
  1031. background-position: 0 0;
  1032. position: relative;
  1033. top: 2px;
  1034. margin-right: 5px;
  1035. }
  1036. label input[type="radio"]:checked+span {
  1037. background-position: 0 -12px
  1038. }
  1039. .tableHead {
  1040. color: #000000;
  1041. text-align: center;
  1042. font-size: 16px;
  1043. padding: 10px 0px;
  1044. font-weight: 600;
  1045. margin-top: 10px;
  1046. }
  1047. .tableHead tr td {
  1048. width: 8%;
  1049. }
  1050. .tableHead tr td:first-child {
  1051. width: 16%;
  1052. }
  1053. .tableHead tr td:last-child {
  1054. width: 8%;
  1055. }
  1056. .tableList {
  1057. height: 198px;
  1058. overflow-y: auto;
  1059. width: 1218px;
  1060. }
  1061. .tableList table tr td {
  1062. width: 8%;
  1063. text-align: center;
  1064. padding: 10px 0px;
  1065. overflow: hidden;
  1066. white-space: nowrap;
  1067. text-overflow: ellipsis;
  1068. }
  1069. .tableList table tr td:first-child {
  1070. width: 16%;
  1071. overflow: hidden;
  1072. white-space: nowrap;
  1073. text-overflow: ellipsis;
  1074. }
  1075. .tableList table tr td:last-child {
  1076. width: 8%;
  1077. }
  1078. .tableList table tr:nth-child(odd) {
  1079. /*background-color: #f6f5f5;*/
  1080. }
  1081. .tableList_top {
  1082. height: 260px;
  1083. overflow-y: auto;
  1084. }
  1085. .tableList_top table tr td {
  1086. text-align: left;
  1087. padding: 10px 0px;
  1088. overflow: hidden;
  1089. white-space: nowrap;
  1090. text-overflow: ellipsis;
  1091. }
  1092. .tableList_top table tr td:first-child {
  1093. overflow: hidden;
  1094. white-space: nowrap;
  1095. text-overflow: ellipsis;
  1096. width: 20%;
  1097. }
  1098. .tableList_top table tr td:last-child {
  1099. text-align: center;
  1100. width: 20%;
  1101. }
  1102. .tableList_top table tr:nth-child(odd) {
  1103. background-color: #f6f5f5;
  1104. }
  1105. .bidding input[type='button'] {
  1106. background: #cadbf1;
  1107. color: #1269d3;
  1108. border: none;
  1109. padding: 4px 10px;
  1110. }
  1111. .bidding input[type='button']:hover {
  1112. color: #FFFFFF !important;
  1113. border-color: var(--color) !important;
  1114. background-color: var(--color) !important;
  1115. }
  1116. .tabList table {
  1117. border: 1px solid #e3e3e3;
  1118. border-top: none;
  1119. }
  1120. .tabList table tr td {
  1121. text-align: center;
  1122. padding: 10px;
  1123. border-top: 1px solid #e3e3e3;
  1124. border-right: 1px solid #e3e3e3;
  1125. height: 41px;
  1126. }
  1127. .tabList table tr td:last-child {
  1128. border-right: none;
  1129. }
  1130. .tabList table tr:first-child td {
  1131. padding: 12px 10px;
  1132. border-right: none;
  1133. }
  1134. .tabList table tr:first-child {
  1135. background-color: #d7f0d2;
  1136. }
  1137. .tabList p.active {
  1138. border: 1px solid #e3e3e3;
  1139. border-bottom: none;
  1140. background-color: #d7f0d2;
  1141. }
  1142. .tabList p {
  1143. display: inline-table;
  1144. width: 128px;
  1145. height: 45px;
  1146. line-height: 45px;
  1147. text-align: center;
  1148. cursor: pointer;
  1149. }
  1150. .interactionTableLeft tr td {
  1151. border-bottom: 1px dashed #e3e3e3;
  1152. padding: 10px 0px;
  1153. }
  1154. .interactionTableLeft tr td:last-child {
  1155. text-align: right;
  1156. }
  1157. .interactionTableLeft tr td:first-child {
  1158. overflow: hidden;
  1159. text-overflow: ellipsis;
  1160. white-space: nowrap;
  1161. display: block;
  1162. }
  1163. .interactionTableLeft tr:hover {
  1164. color: var(--color);
  1165. }
  1166. .userName{
  1167. font-size: 16px;
  1168. color: #000!important;
  1169. margin: 0!important;
  1170. /*padding: 10px 0;*/
  1171. }
  1172. .userName:hover{
  1173. cursor: pointer;
  1174. color: var(--color);
  1175. }
  1176. .headHover{
  1177. position: absolute;
  1178. top: 72px;
  1179. right: -36px;
  1180. background: #FFF;
  1181. padding: 15px 10px;
  1182. width: 142px;
  1183. z-index: 9;
  1184. box-shadow: 0px 0px 5px #e1e1e1;
  1185. }
  1186. .headHover ul li a{
  1187. line-height: 12px;
  1188. font-size: 12px;
  1189. margin-left: 5px;
  1190. color: #000;
  1191. }
  1192. .headHover ul li img{
  1193. width: 14px;
  1194. }
  1195. .headHover ul li a:hover{
  1196. cursor: pointer;
  1197. color: var(--color);
  1198. }
  1199. .headHover ul li:first-child p:hover{
  1200. cursor: initial;
  1201. color: #000;
  1202. }
  1203. .headHover ul li{
  1204. padding: 8px 5px;
  1205. display: flex;
  1206. align-items: center;
  1207. }
  1208. .headHover ul li:first-child{
  1209. padding: 0;
  1210. }
  1211. .headHover ul li:first-child p{
  1212. font-size: 14px;
  1213. border-bottom: 1px solid #e3e3e3;
  1214. padding-bottom: 15px;
  1215. line-height: 14px;
  1216. }
  1217. .headHover ul li:last-child p{
  1218. font-size: 12px;
  1219. line-height: 14px;
  1220. }
  1221. .headHover ul li:last-child{
  1222. border-top: 1px solid #e3e3e3;
  1223. }
  1224. .dressPc{
  1225. position: absolute;
  1226. right: 97px;
  1227. z-index: 9;
  1228. background: #FFF;
  1229. padding: 5px 12px;
  1230. box-shadow: 0px 0px 5px #e1e1e1;
  1231. top: 32px;
  1232. }
  1233. .dressPc ul li{
  1234. margin-bottom: 5px;
  1235. cursor: pointer;
  1236. }
  1237. .dressPc ul li:last-child{
  1238. margin-bottom: 0px;
  1239. }
  1240. .jiantou {
  1241. width: 6px;
  1242. height: 6px;
  1243. border-top: 1px solid #8f8f94;
  1244. border-right: 1px solid #8f8f94;
  1245. transform: rotate(45deg);
  1246. margin-top: 8px;
  1247. margin-left: 10px;
  1248. display: block;
  1249. float: left;
  1250. }
  1251. .center_main_jyxm{
  1252. overflow: hidden;
  1253. background: #f8f8f8;
  1254. padding: 20px;
  1255. }
  1256. .bannerLeft_tt_jyxm{
  1257. background: url("../images/index_center_left_icon_03.png") no-repeat left center!important;
  1258. }
  1259. .bannerLeft_tt_jjdt{
  1260. background: url("../images/index_center_left_icon_02.png") no-repeat left center!important;
  1261. }