hl_netlist.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677
  1. * {
  2. -moz-box-sizing: border-box;
  3. }
  4. .box1200 {
  5. width: 1200px;
  6. margin: 0 auto;
  7. }
  8. body {
  9. background: #f4f4f4;
  10. }
  11. .netlist {
  12. width: 100%;
  13. background: url(../images/hz_netlist/wz_banner.png) no-repeat;
  14. background-size: 100%;
  15. }
  16. .netlist-container {
  17. width: 1200px;
  18. margin: 0 auto;
  19. }
  20. .netlist-containerl,
  21. .netlist-containerr {
  22. float: left;
  23. height: 475px;
  24. background: #ffffff;
  25. }
  26. .netlist-containerl {
  27. width: 975px;
  28. }
  29. .netlist-containerl__top {
  30. width: 100%;
  31. height: 420px;
  32. }
  33. .netlist-containerl__topl,
  34. .netlist-containerl__topr {
  35. float: left;
  36. height: 100%;
  37. }
  38. .netlist-containerl__topl {
  39. width: 105px;
  40. background: #424151;
  41. }
  42. .netlist-containerl__topl ul li {
  43. width: 100%;
  44. height: 52px;
  45. line-height: 52px;
  46. text-align: center;
  47. color: #ffffff;
  48. font-size: 14px;
  49. border-bottom: 1px dotted rgba(225, 225, 225, 0.2);
  50. }
  51. .netlist-containerl__topl ul li:nth-child(2) {
  52. height: 105px;
  53. }
  54. .netlist-containerl__topl ul li:last-child {
  55. border: 0;
  56. }
  57. .netlist-containerl__topr {
  58. width: 870px;
  59. }
  60. .netlist-containerl__topr ul li {
  61. width: 100%;
  62. height: 52.5px;
  63. color: #ececec;
  64. font-size: 14px;
  65. border-bottom: 1px dotted #ececec;
  66. padding: 16px 25px;
  67. text-align: center;
  68. }
  69. .netlist-containerl__topr ul li:nth-child(2) {
  70. height: 105px;
  71. }
  72. .netlist-containerl__topr ul li .all {
  73. display: block;
  74. float: left;
  75. width: 60px;
  76. line-height: 25px;
  77. }
  78. .netlist-containerl__topr ul li .active {
  79. border: 1px solid #ff6d7e;
  80. color: #ff6d7e;
  81. border-radius: 5px;
  82. }
  83. .netlist-containerl__topr ul li .items {
  84. float: left;
  85. width: 760px;
  86. text-align: center;
  87. }
  88. .netlist-containerl__topr ul li .items a {
  89. margin-left: 5px;
  90. width: 79.44px;
  91. display: block;
  92. float: left;
  93. line-height: 25px;
  94. border: 1px solid transparent;
  95. border-radius: 5px;
  96. }
  97. .netlist-containerl__topr ul li .items a:hover {
  98. border-color: #ff6d7e;
  99. color: #ff6d7e;
  100. }
  101. .netlist-containerl__topr ul li:nth-child(3) .items a {
  102. width: 50px;
  103. display: block;
  104. float: left;
  105. }
  106. .netlist-containerl__topr ul li:nth-child(2) .items a {
  107. line-height: 25px;
  108. }
  109. .netlist-containerl__topr ul li:nth-child(6) .items a,
  110. .netlist-containerl__topr ul li:nth-child(5) .items a {
  111. width: 86px;
  112. }
  113. .netlist-containerl__topr ul li:last-child {
  114. text-align: left;
  115. }
  116. .netlist-containerl__topr ul li:last-child select {
  117. display: inline-block;
  118. width: 130px;
  119. height: 28px;
  120. }
  121. .netlist-containerl__topr ul li:last-child select:nth-child(2) {
  122. margin: 0 10px;
  123. }
  124. .netlist-containerl__bottom {
  125. width: 100%;
  126. height: calc(-320%);
  127. }
  128. .netlist-containerl__bottoml,
  129. .netlist-containerl__bottomr {
  130. float: left;
  131. }
  132. .netlist-containerl__bottoml {
  133. width: 105px;
  134. line-height: 52px;
  135. text-align: center;
  136. font-size: 14px;
  137. font-weight: bold;
  138. }
  139. .netlist-containerl__bottomr {
  140. width: 870px;
  141. padding: 10px;
  142. }
  143. .netlist-containerl__bottomr .swiper-container {
  144. z-index: 0;
  145. }
  146. .netlist-containerl__bottomr .swiper-wrapper {
  147. height: 52px !important;
  148. position: relative;
  149. padding-left: 20px;
  150. }
  151. .netlist-containerl__bottomr .swiper-slide {
  152. border: 1px solid #ff6d7e;
  153. color: #ff6d7e;
  154. text-align: center;
  155. line-height: 30px;
  156. width: 121px !important;
  157. height: 30px !important;
  158. margin: 1.15px 5px 0 5px;
  159. cursor: pointer;
  160. position: relative;
  161. }
  162. .netlist-containerl__bottomr .swiper-slide:after {
  163. content: "x";
  164. display: block;
  165. width: 15px;
  166. height: 15px;
  167. position: absolute;
  168. line-height: 10px;
  169. text-align: center;
  170. font-size: 12px;
  171. top: 0;
  172. right: 0;
  173. color: #ffffff;
  174. background: #ff6d7e;
  175. }
  176. .netlist-containerl__bottomr .swiper-button-next,
  177. .netlist-containerl__bottomr .swiper-button-prev {
  178. height: 35px;
  179. width: 20px;
  180. background: url(../images/hz_netlist/icon_left.png) no-repeat;
  181. background-size: 100% 100%;
  182. position: absolute;
  183. top: 0px;
  184. background-color: #ffffff;
  185. cursor: pointer;
  186. }
  187. .netlist-containerl__bottomr .swiper-button-next {
  188. background: url(../images/hz_netlist/icon_right.png) no-repeat;
  189. background-size: 100% 100%;
  190. right: 0;
  191. background-color: #ffffff;
  192. }
  193. .netlist-containerr {
  194. width: 220px;
  195. margin-left: 5px;
  196. background: url(../images/hz_netlist/wz_listad.png) no-repeat;
  197. background-size: 100% 100%;
  198. }
  199. .netlist-containerr__top {
  200. height: 185px;
  201. width: 100%;
  202. text-align: center;
  203. }
  204. .netlist-containerr__top1 {
  205. height: 120px;
  206. }
  207. .netlist-containerr__top1 p:first-child {
  208. font-size: 20px;
  209. font-weight: bold;
  210. color: #f4f4f4;
  211. padding-top: 35px;
  212. position: relative;
  213. }
  214. .netlist-containerr__top1 p:first-child::after {
  215. content: "------";
  216. display: block;
  217. font-size: 12px;
  218. color: #f4f4f4;
  219. position: absolute;
  220. bottom: -20px;
  221. left: 50%;
  222. margin-left: -16px;
  223. }
  224. .netlist-containerr__top1 p:last-child {
  225. margin-top: 18px;
  226. color: #aacdff;
  227. }
  228. .netlist-containerr__top2 {
  229. width: 100%;
  230. height: 65px;
  231. padding-top: 10px;
  232. }
  233. .netlist-containerr__top2 div {
  234. width: 50%;
  235. float: left;
  236. text-align: center;
  237. }
  238. .netlist-containerr__top2 div p:first-child {
  239. font-size: 12px;
  240. color: #ffffff;
  241. }
  242. .netlist-containerr__top2 div p:last-child {
  243. font-size: 12px;
  244. color: #f18361;
  245. }
  246. .netlist-containerr__top2 div p:last-child mark {
  247. font-size: 18px;
  248. font-weight: bold;
  249. background: transparent;
  250. color: #f18361;
  251. }
  252. .netlist-containerr_scroll {
  253. height: 290px;
  254. width: 100%;
  255. padding: 10px;
  256. overflow: hidden;
  257. }
  258. .netlist-containerr_scroll-cell {
  259. animation: scrollinfinite 50s linear infinite;
  260. }
  261. .netlist-containerr_scroll-item {
  262. padding: 5px 10px;
  263. height: 55px;
  264. border-bottom: 1px dashed #ececec;
  265. cursor: default;
  266. }
  267. .netlist-containerr_scroll-item p {
  268. font-size: 12px;
  269. color: #b1b1b1;
  270. position: relative;
  271. line-height: 45px;
  272. }
  273. .netlist-containerr_scroll-item p:first-child {
  274. color: #4d4d4d;
  275. }
  276. .netlist-containerr_scroll-item p:first-child:before {
  277. content: "";
  278. display: block;
  279. border: 5px solid #5da0ff;
  280. border-top-color: transparent;
  281. border-right-color: transparent;
  282. border-bottom-color: transparent;
  283. position: absolute;
  284. left: -15px;
  285. top: 5px;
  286. }
  287. .netlist-containerr_scroll-item p:first-child mark {
  288. background: transparent;
  289. color: #5da0ff;
  290. font-weight: bold;
  291. }
  292. .netlist-containerr_scroll-item p:last-child {
  293. overflow: hidden;
  294. text-overflow: ellipsis;
  295. white-space: nowrap;
  296. }
  297. .netlist-content {
  298. width: 1200px;
  299. margin: 0 auto;
  300. margin-top: 15px;
  301. }
  302. .netlist-content__choice {
  303. padding: 25px;
  304. background: #ffffff;
  305. }
  306. .netlist-content__choice ul {
  307. width: 975px;
  308. float: left;
  309. }
  310. .netlist-content__choice ul li {
  311. position: relative;
  312. float: left;
  313. width: 85px;
  314. font-size: 14px;
  315. text-align: right;
  316. }
  317. .netlist-content__choice ul li.active a {
  318. color: red;
  319. }
  320. .netlist-content__choice ul li.active i {
  321. background: url(../images/hz_netlist/icon_sort-red.png) no-repeat;
  322. }
  323. .netlist-content__choice ul li::after {
  324. content: "";
  325. display: block;
  326. width: 1px;
  327. height: 10px;
  328. background: url(../images/hz_netlist/line.png) no-repeat;
  329. position: absolute;
  330. right: -20px;
  331. top: 8px;
  332. }
  333. .netlist-content__choice ul li i {
  334. display: block;
  335. width: 10px;
  336. height: 10px;
  337. background: url(../images/hz_netlist/icon_sort.png) no-repeat;
  338. float: right;
  339. margin-top: 8px;
  340. margin-left: 5px;
  341. }
  342. .netlist-content__choice ul li i.active {
  343. background: url(../images/hz_netlist/icon_sort-red.png) no-repeat;
  344. }
  345. .netlist-content__choice1 {
  346. float: right;
  347. }
  348. .netlist-content__choice1 p {
  349. position: relative;
  350. font-size: 14px;
  351. }
  352. .netlist-content__choice1 p.active::before {
  353. background: url(../images/hz_netlist/gx_icon1.png) no-repeat;
  354. }
  355. .netlist-content__choice1 p::before {
  356. content: "";
  357. height: 15px;
  358. width: 15px;
  359. display: block;
  360. float: left;
  361. background: url(../images/hz_netlist/gx_icon.png) no-repeat;
  362. margin: 4px 5px;
  363. }
  364. .netlist-content__navitems {
  365. position: relative;
  366. }
  367. .netlist-content__navitems.step1 {
  368. padding: 19px 25px;
  369. background: #fcfcfc;
  370. color: #999999;
  371. font-size: 14px;
  372. border: 1px solid #f1f1f4;
  373. border-left: 0;
  374. border-right: 0;
  375. }
  376. .netlist-content__navitems.steps {
  377. height: 117px;
  378. background: #ffffff;
  379. padding: 20px 25px 0px 25px;
  380. margin-bottom: 2px;
  381. }
  382. .netlist-content__navitem1,
  383. .netlist-content__navitem2 {
  384. float: left;
  385. }
  386. .netlist-content__navitem1 {
  387. width: 425px;
  388. text-align: center;
  389. }
  390. .netlist-content__navitem1-img {
  391. float: left;
  392. position: relative;
  393. height: 90px;
  394. width: 120px;
  395. border-radius: 2px;
  396. box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  397. overflow: hidden;
  398. line-height: 90px;
  399. border: 1px solid rgba(0, 0, 0, 0.1);
  400. }
  401. .netlist-content__navitem1-img img {
  402. max-width: 100%;
  403. max-height: 100%;
  404. }
  405. .netlist-content__navitem1-img span {
  406. display: block;
  407. width: 64px;
  408. height: 20px;
  409. font-size: 12px;
  410. color: #ffffff;
  411. background: #3586ec;
  412. position: absolute;
  413. left: 0;
  414. top: 0;
  415. line-height: 20px;
  416. border-radius: 2px;
  417. }
  418. .netlist-content__navitem1-follow {
  419. float: left;
  420. margin-left: 15px;
  421. text-align: left;
  422. }
  423. .netlist-content__navitem1-follow .follow-title {
  424. margin-bottom: 10px;
  425. }
  426. .netlist-content__navitem1-follow .follow-title1 {
  427. font-size: 16px;
  428. color: #4c4c4c;
  429. font-weight: bold;
  430. }
  431. .netlist-content__navitem1-follow .follow-title2 {
  432. color: #999999;
  433. }
  434. .netlist-content__navitem1-follow .follow-nav {
  435. text-align: center;
  436. margin-left: -15px;
  437. }
  438. .netlist-content__navitem1-follow .follow-nav p {
  439. color: #999999;
  440. }
  441. .netlist-content__navitem1-follow .follow-nav p:first-child {
  442. font-size: 14px;
  443. color: #666666;
  444. }
  445. .netlist-content__navitem1-follow .follow-navs {
  446. float: left;
  447. width: 80px;
  448. }
  449. .netlist-content__navitem1-follow .follow-navs:nth-child(2) {
  450. position: relative;
  451. border-top: 0;
  452. border-bottom: 0;
  453. }
  454. .netlist-content__navitem1-follow .follow-navs:nth-child(2)::before,
  455. .netlist-content__navitem1-follow .follow-navs:nth-child(2)::after {
  456. content: "";
  457. display: block;
  458. width: 1px;
  459. height: 20px;
  460. background: url(../images/hz_netlist/2257.png) no-repeat;
  461. }
  462. .netlist-content__navitem1-follow .follow-navs:nth-child(2)::before {
  463. position: absolute;
  464. left: 0;
  465. top: 20px;
  466. }
  467. .netlist-content__navitem1-follow .follow-navs:nth-child(2)::after {
  468. position: absolute;
  469. right: 0;
  470. top: 20px;
  471. }
  472. .netlist-content__navitem2 {
  473. width: 725px;
  474. }
  475. .netlist-content__navitem2 ul {
  476. padding: 0 20px;
  477. }
  478. .netlist-content__navitem2 ul li {
  479. float: left;
  480. width: 137px;
  481. }
  482. .netlist-content__navitem2 .steps {
  483. height: 46px;
  484. background: #f7f9fa;
  485. line-height: 46px;
  486. padding: 0 20px;
  487. }
  488. .netlist-content__navitem2 .steps:hover {
  489. background: #e8e9eb;
  490. }
  491. .netlist-content__navitem2 .steps:hover:last-child {
  492. background: #e8e9eb;
  493. }
  494. .netlist-content__navitem2 .steps:hover .buy {
  495. background: #ff896d;
  496. color: #ffffff;
  497. }
  498. .netlist-content__navitem2 .steps:last-child {
  499. background: #f0f1f2;
  500. }
  501. .netlist-content__navitem2 .steps li {
  502. color: #666666;
  503. font-size: 14px;
  504. }
  505. .netlist-content__navitem2 .steps li b {
  506. font-size: 14px;
  507. font-weight: normal;
  508. color: #f32424;
  509. }
  510. .netlist-content__navitem2 .steps li u {
  511. font-size: 12px;
  512. color: #4c4c4c;
  513. text-decoration: none;
  514. }
  515. .netlist-content__navitem2 .steps li .preview {
  516. color: #5b9fe2;
  517. font-size: 14px;
  518. width: 40%;
  519. display: inline-block;
  520. }
  521. .netlist-content__navitem2 .steps li .preview:after {
  522. content: "";
  523. display: block;
  524. width: 1px;
  525. height: 14px;
  526. float: right;
  527. background: url(../images/hz_netlist/2258.png) no-repeat;
  528. margin-top: 15px;
  529. }
  530. .netlist-content__navitem2 .steps li .buy {
  531. color: #ff896d;
  532. font-size: 14px;
  533. width: 63px;
  534. height: 26px;
  535. display: inline-block;
  536. text-align: center;
  537. transition: all .3s;
  538. border-radius: 5px;
  539. line-height: 26px;
  540. margin-left: 10px;
  541. }
  542. @keyframes scrollinfinite {
  543. 0% {
  544. transform: translate(0);
  545. }
  546. 100% {
  547. transform: translateY(-50%);
  548. }
  549. }
  550. mark {
  551. font-size: 12px;
  552. background: transparent;
  553. color: #999999;
  554. }
  555. .alertdiv {
  556. position: relative;
  557. }
  558. .alertdiv .modediv {
  559. width: 100%;
  560. height: 100%;
  561. position: fixed;
  562. background: rgba(0, 0, 0, 0.5);
  563. top: 0;
  564. z-index: 99;
  565. }
  566. .alertdiv .contentdiv {
  567. width: 576px;
  568. height: 481px;
  569. position: fixed;
  570. top: 20%;
  571. left: 50%;
  572. margin-left: -240.5px;
  573. background: #ffffff;
  574. z-index: 999;
  575. border-bottom-left-radius: 2px;
  576. border-bottom-right-radius: 2px;
  577. border-top: 3px solid #f62221;
  578. padding: 25px;
  579. }
  580. .alertdiv .contentdiv-title {
  581. font-size: 18px;
  582. font-weight: bold;
  583. position: relative;
  584. margin-bottom: 35px;
  585. }
  586. .alertdiv .contentdiv-title:after {
  587. content: "------";
  588. display: block;
  589. color: #999999;
  590. position: absolute;
  591. bottom: -20px;
  592. font-weight: normal;
  593. font-size: 12px;
  594. left: 0;
  595. }
  596. .alertdiv .contentdiv-title .x-close {
  597. display: block;
  598. background: url(../images/hz_netlist/close.png) no-repeat;
  599. width: 32px;
  600. height: 32px;
  601. position: absolute;
  602. right: -15px;
  603. top: -15px;
  604. cursor: pointer;
  605. }
  606. .alertdiv .contentdiv-no p:not(:last-child) {
  607. line-height: 24px;
  608. }
  609. .alertdiv .contentdiv-no p:last-child {
  610. margin-top: 5px;
  611. width: 526px;
  612. height: 327.5px;
  613. line-height: 327.5px;
  614. }
  615. .alertdiv .contentdiv-no p:last-child img {
  616. max-width: 100%;
  617. max-height: 100%;
  618. }
  619. .footer_mianze {
  620. width: 100%;
  621. height: 100%;
  622. background-color: rgba(0,0,0,.5);
  623. position: fixed;
  624. left: 0;
  625. top: 0;
  626. right: 0;
  627. bottom: 0;
  628. z-index: 1088801;
  629. display: none;
  630. }
  631. .footer_mianze .footer_mianze_box {
  632. background: rgba(0,0,0,0.40);
  633. filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#75000000, endColorstr=#40000000);
  634. position: fixed;
  635. padding: 10px;
  636. left: 50%;
  637. margin-left: -315px;
  638. top: 50%;
  639. margin-top: -194px;
  640. z-index: 999999;
  641. }
  642. .footer_mianze .footer_mianze_box_in {
  643. background: #fff;
  644. width: 630px;
  645. }
  646. .footer_mianze .footer_mianze_box_in_hd {
  647. height: 48px;
  648. line-height: 48px;
  649. padding-left: 34px;
  650. color: #fff;
  651. font-size: 18px;
  652. background: #5db43f;
  653. }
  654. .footer_mianze .footer_mianze_close {
  655. display: block;
  656. width: 22px;
  657. height: 48px;
  658. position: absolute;
  659. right: 36px;
  660. top: 10px;
  661. background: url(https://style.yuzhua.com/public/ad/images/index/icon.png) no-repeat -238px -402px;
  662. cursor: pointer;
  663. z-index: 10;
  664. }
  665. .footer_mianze .footer_mianze_box_in_bd {
  666. padding: 10px 25px;
  667. max-height: 400px;
  668. overflow-y: auto;
  669. }
  670. .footer_mianze .footer_mianze_box_in_bd p {
  671. margin-bottom: 4px;
  672. line-height: 24px;
  673. font-size: 14px;
  674. }