hl_netdetail.css 21 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102
  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. .netdetail {
  12. width: 100%;
  13. background: url(../images/hl_netdetail/banner.png) no-repeat;
  14. background-size: 100%;
  15. }
  16. .netdetail-container {
  17. width: 1200px;
  18. margin: 0 auto;
  19. }
  20. .netdetail-containerl,
  21. .netdetail-containerr {
  22. float: left;
  23. height: 540px;
  24. background: #ffffff;
  25. }
  26. .netdetail-containerl {
  27. width: 930px;
  28. }
  29. .netdetail-containerr {
  30. width: 260px;
  31. margin-left: 10px;
  32. background: url(../images/hl_netdetail/rightbg.png) no-repeat;
  33. background-size: 100% 100%;
  34. }
  35. .net-title {
  36. position: relative;
  37. padding: 15px;
  38. }
  39. .net-title__mark {
  40. float: left;
  41. font-size: 12px;
  42. border-radius: 5rem;
  43. background: #3586ec;
  44. line-height: 22px;
  45. color: #ffffff;
  46. padding: 0 10px;
  47. margin: 4px 5px 0;
  48. }
  49. .net-title__main {
  50. float: left;
  51. font-size: 18px;
  52. font-weight: bold;
  53. color: #333333;
  54. text-align-last: left;
  55. line-height: 30px;
  56. }
  57. .net-title__marks {
  58. float: right;
  59. }
  60. .net-title__marks-item {
  61. float: left;
  62. font-weight: normal;
  63. font-size: 12px;
  64. border: 1px solid #dcdcdc;
  65. color: #999999;
  66. padding: 0 10px;
  67. border-radius: 5rem;
  68. margin: 5px;
  69. line-height: 20px;
  70. }
  71. .net-search {
  72. width: 860;
  73. height: 150px;
  74. background: #f0f0f0;
  75. padding: 15px 10px 0 10px;
  76. }
  77. .net-search__subtitle {
  78. margin-top: 5px;
  79. color: #c29e6e;
  80. margin-bottom: 15px;
  81. float: left;
  82. margin-left: 20px;
  83. }
  84. .net-search__subtitle1 {
  85. float: right;
  86. margin-top: 5px;
  87. color: #f18281;
  88. }
  89. .net-search__subtitle1 .x-jintanhao {
  90. display: inline-block;
  91. width: 15px;
  92. height: 17px;
  93. background: url(../images/hl_netdetail/jintanhao.png) no-repeat;
  94. position: relative;
  95. top: 5px;
  96. left: -5px;
  97. }
  98. .net-search__top {
  99. background: #ffffff;
  100. height: 111px;
  101. width: 100%;
  102. }
  103. .net-search__top-t {
  104. padding: 15px;
  105. border-bottom: 1px dotted #ebebeb;
  106. }
  107. .net-search__top-to {
  108. float: left;
  109. border-left: 1px solid #ebebeb;
  110. width: 137px;
  111. }
  112. .net-search__top-to:first-child {
  113. border: 0;
  114. }
  115. .net-search__top-to p {
  116. text-align: center;
  117. }
  118. .net-search__top-to p:first-child {
  119. color: #999999;
  120. font-size: 12px;
  121. }
  122. .net-search__top-to p:last-child {
  123. color: #4c4c4c;
  124. font-size: 14px;
  125. }
  126. .net-search__top-b {
  127. width: 100%;
  128. }
  129. .net-search__top-b-link {
  130. line-height: 40px;
  131. }
  132. .net-search__top-b-link span {
  133. font-size: 14px;
  134. color: #808080;
  135. cursor: default;
  136. font-weight: bold;
  137. }
  138. .net-search__top-b-link:first-child {
  139. float: left;
  140. }
  141. .net-search__top-b-link:last-child {
  142. float: right;
  143. }
  144. .net-search__top-b-link:last-child li {
  145. float: left;
  146. }
  147. .net-search__top-b-link li {
  148. float: left;
  149. margin-right: 10px;
  150. }
  151. .net-search__top-b-link li a {
  152. color: #808080;
  153. font-size: 14px;
  154. }
  155. .net-search__top-b-link li a:hover {
  156. color: #f62221;
  157. }
  158. .net-search__top-b-link li a.active {
  159. color: #f62221;
  160. }
  161. .net-search__selected {
  162. width: 100%;
  163. padding: 15px;
  164. border-bottom: 1px dotted #ebebeb;
  165. position: relative;
  166. }
  167. .net-search__selectedl,
  168. .net-search__selectedr {
  169. float: left;
  170. line-height: 30px;
  171. }
  172. .net-search__selectedl {
  173. position: absolute;
  174. font-size: 14px;
  175. font-weight: bold;
  176. }
  177. .net-search__selectedr {
  178. margin-left: 60px;
  179. }
  180. .net-search__selectedr p {
  181. float: left;
  182. height: 30px;
  183. line-height: 30px;
  184. margin: 0px 10px;
  185. border: 1.5px solid #dfdfdf;
  186. padding: 0px 10px;
  187. color: #4d4d4d;
  188. font-size: 14px;
  189. overflow: hidden;
  190. position: relative;
  191. cursor: pointer;
  192. }
  193. .net-search__selectedr p:after {
  194. content: "";
  195. display: block;
  196. width: 15px;
  197. height: 15px;
  198. background: transparent;
  199. transform: rotate(45deg);
  200. position: absolute;
  201. right: -9px;
  202. bottom: -9px;
  203. }
  204. .net-search__selectedr p:hover {
  205. border-color: #f62221;
  206. color: #f62221;
  207. }
  208. .net-search__selectedr p:hover::after {
  209. background: #f62221;
  210. }
  211. .net-search__selectedr p.active {
  212. border-color: #f62221;
  213. color: #f62221;
  214. }
  215. .net-search__selectedr p.active::after {
  216. background: #f62221;
  217. }
  218. .net-search__number {
  219. width: 100%;
  220. padding: 15px;
  221. border-bottom: 1px dotted #ebebeb;
  222. position: relative;
  223. }
  224. .net-search__numberl,
  225. .net-search__numberr {
  226. float: left;
  227. line-height: 30px;
  228. }
  229. .net-search__numberl {
  230. position: absolute;
  231. font-size: 14px;
  232. font-weight: bold;
  233. }
  234. .net-search__numberr {
  235. margin-left: 60px;
  236. }
  237. .net-search__numberr p {
  238. float: left;
  239. margin: 0px 10px;
  240. border: 1.5px solid #dfdfdf;
  241. background: #f5f5f5;
  242. color: #4d4d4d;
  243. font-size: 14px;
  244. overflow: hidden;
  245. position: relative;
  246. cursor: pointer;
  247. height: 34px;
  248. text-align: center;
  249. }
  250. .net-search__numberr p input {
  251. width: 95px;
  252. border-left: 1.5px solid #dfdfdf;
  253. border-right: 1.5px solid #dfdfdf;
  254. height: 34px;
  255. font-size: 16px;
  256. text-align: center;
  257. background: #ffffff;
  258. color: #a9a9a9;
  259. position: relative;
  260. top: -14px;
  261. }
  262. .net-search__numberr p span {
  263. display: inline-block;
  264. cursor: pointer;
  265. font-size: 16px;
  266. font-weight: bold;
  267. color: #666666;
  268. height: 34px;
  269. width: 30px;
  270. padding: 0;
  271. border: none;
  272. position: relative;
  273. }
  274. .net-search__numberr p span .x-add {
  275. display: block;
  276. width: 30px;
  277. height: 34px;
  278. background: url(../images/hl_netdetail/add1.png) no-repeat;
  279. position: absolute;
  280. right: -30%;
  281. top: 40%;
  282. }
  283. .net-search__numberr p span .x-reduce {
  284. display: block;
  285. width: 30px;
  286. height: 34px;
  287. background: url(../images/hl_netdetail/reduce.png) no-repeat;
  288. position: absolute;
  289. left: 50%;
  290. top: 50%;
  291. }
  292. .net-search__price {
  293. margin: 15px 0 0 0;
  294. width: 100%;
  295. border-bottom: 1px dotted #ebebeb;
  296. position: relative;
  297. }
  298. .net-search__pricein {
  299. padding: 15px;
  300. background: #e9ecf4;
  301. border-radius: 5px;
  302. }
  303. .net-search__pricein-l {
  304. float: left;
  305. }
  306. .net-search__pricein-l p {
  307. font-size: 14px;
  308. color: #4c4c4c;
  309. }
  310. .net-search__pricein-l p i {
  311. font-size: 16px;
  312. color: #ff7200;
  313. }
  314. .net-search__pricein-l p mark {
  315. background: transparent;
  316. font-size: 28px;
  317. color: #ff7200;
  318. font-weight: bold;
  319. }
  320. .net-search__pricein-l p span {
  321. background: #576fff;
  322. color: #ffffff;
  323. margin-left: 10px;
  324. display: inline-block;
  325. font-size: 12px;
  326. padding: 5px;
  327. position: relative;
  328. top: -10px;
  329. }
  330. .net-search__pricein-l p span::before {
  331. content: "";
  332. border: 7px solid #576fff;
  333. border-left-color: #576fff;
  334. border-right-color: transparent;
  335. border-top-color: transparent;
  336. border-bottom-color: transparent;
  337. display: block;
  338. transform: rotate(45deg);
  339. position: absolute;
  340. bottom: -7px;
  341. left: -7px;
  342. }
  343. .net-search__pricein-r {
  344. float: right;
  345. margin-top: 15px;
  346. margin-right: 15px;
  347. }
  348. .net-search__pricein-r button {
  349. width: 138px;
  350. height: 40px;
  351. border-radius: 5px;
  352. background: #f62221;
  353. color: #ffffff;
  354. cursor: pointer;
  355. transition: all .3s;
  356. }
  357. .net-search__pricein-r button:last-child {
  358. margin-left: 15px;
  359. background: transparent;
  360. color: #f62221;
  361. border: 1px solid #F62221;
  362. }
  363. .net-search__pricein-r button:last-child:hover {
  364. background: #f62221;
  365. color: #ffffff;
  366. opacity: 1;
  367. }
  368. .net-search__pricein-r button:hover {
  369. opacity: .7;
  370. }
  371. .net-search__last {
  372. padding: 15px 0px;
  373. width: 100%;
  374. position: relative;
  375. }
  376. .net-search__lastl {
  377. float: left;
  378. }
  379. .net-search__lastl li {
  380. cursor: default;
  381. float: left;
  382. color: #b7b7b7;
  383. margin-right: 15px;
  384. position: relative;
  385. }
  386. .net-search__lastl li:after {
  387. content: "";
  388. display: block;
  389. width: 1px;
  390. height: 9px;
  391. background: #dbdbdb;
  392. position: absolute;
  393. right: -8px;
  394. top: 5px;
  395. }
  396. .net-search__lastl li:last-child:after {
  397. display: none;
  398. }
  399. .net-search__lastr {
  400. position: absolute;
  401. right: 0px;
  402. }
  403. .net-search__lastr li {
  404. float: left;
  405. color: #b7b7b7;
  406. position: relative;
  407. margin-right: 45px;
  408. cursor: default;
  409. }
  410. .net-search__lastr li:after {
  411. content: "";
  412. display: block;
  413. width: 1px;
  414. height: 9px;
  415. background: #dbdbdb;
  416. position: absolute;
  417. right: -8px;
  418. top: 5px;
  419. }
  420. .net-search__lastr li:last-child {
  421. margin-right: 0;
  422. }
  423. .net-search__lastr li:last-child:after {
  424. display: none;
  425. }
  426. .net-search__lastr li i {
  427. position: absolute;
  428. left: -20px;
  429. top: 2px;
  430. width: 16px;
  431. height: 16px;
  432. }
  433. .net-search__lastr li i.x-icon-kefu {
  434. background: url(../images/hl_netdetail/kefu.png) no-repeat;
  435. background-size: 100% 100%;
  436. }
  437. .net-search__lastr li i.x-icon-chengshi {
  438. background: url(../images/hl_netdetail/chengshi.png) no-repeat;
  439. background-size: 100% 100%;
  440. }
  441. .net-search__lastr li i.x-icon-tuikuan {
  442. background: url(../images/hl_netdetail/tuikuan.png) no-repeat;
  443. background-size: 100% 100%;
  444. }
  445. .net-search__lastr li i.x-icon-ditu {
  446. background: url(../images/hl_netdetail/ditu.png) no-repeat;
  447. background-size: 100% 100%;
  448. }
  449. .kefu {
  450. padding: 20px;
  451. }
  452. .kefu-top {
  453. text-align: center;
  454. }
  455. .kefu-top__in {
  456. width: 176px;
  457. height: 136px;
  458. border-radius: 50%;
  459. background: #e6eef7;
  460. margin: 0px auto;
  461. overflow: hidden;
  462. padding: 20px;
  463. }
  464. .kefu-top__inner {
  465. width: 140px;
  466. height: 140px;
  467. border-radius: 50%;
  468. background: #ffffff;
  469. margin: 0px auto;
  470. overflow: hidden;
  471. padding: 10px;
  472. }
  473. .kefu-top__inner img {
  474. max-width: 100%;
  475. max-height: 100%;
  476. }
  477. .kefu p {
  478. text-align: center;
  479. font-size: 18px;
  480. font-weight: bold;
  481. margin-top: 10px;
  482. color: #4c4c4c;
  483. }
  484. .kefu-ce {
  485. width: 220px;
  486. height: 150px;
  487. border-radius: 5px;
  488. margin: 25px auto;
  489. background: #ffffff;
  490. }
  491. .kefu-ce p {
  492. text-align: left;
  493. border-bottom: 1px dotted #dbdbdb;
  494. margin: 0;
  495. line-height: 30px;
  496. padding: 10px;
  497. font-weight: normal;
  498. font-size: 14px;
  499. color: #666666;
  500. }
  501. .kefu-ce p .x-wujiaoxin {
  502. background: url(../images/hl_netdetail/wujiaoxin.png) no-repeat;
  503. background-size: 100% 100%;
  504. width: 15px;
  505. height: 15px;
  506. display: inline-block;
  507. }
  508. .kefu-ce p a {
  509. font-size: 12px;
  510. text-decoration: underline;
  511. color: #576fff;
  512. margin-left: 5px;
  513. }
  514. .kefu-cefollow {
  515. margin: 0 auto;
  516. }
  517. .kefu-cefollow button {
  518. width: 220px;
  519. height: 42px;
  520. background: #ff6a51;
  521. color: #ffffff;
  522. border-radius: 5px;
  523. cursor: pointer;
  524. }
  525. .kefu-cefollow button .x-pointer {
  526. display: inline-block;
  527. height: 18px;
  528. width: 15px;
  529. background: url(../images/hl_netdetail/pointer.png) no-repeat;
  530. position: relative;
  531. top: 2px;
  532. }
  533. .kefu-buttons {
  534. text-align: center;
  535. margin-top: 25px;
  536. }
  537. .kefu-buttons button {
  538. width: 102px;
  539. height: 30px;
  540. border: 1px solid #ff6a51;
  541. color: #ff6a51;
  542. border-radius: 5rem;
  543. cursor: pointer;
  544. }
  545. .kefu-buttons button i {
  546. display: inline-block;
  547. width: 15px;
  548. height: 17px;
  549. position: relative;
  550. top: 2px;
  551. }
  552. .kefu-buttons button .x-qq-red {
  553. background: url(../images/hl_netdetail/qq_stroke.png) no-repeat;
  554. }
  555. .kefu-buttons button .x-qq-blue {
  556. background: url(../images/hl_netdetail/qq_strokeb.png) no-repeat;
  557. }
  558. .kefu-buttons button:last-child {
  559. border-color: #8e9ced;
  560. color: #8e9ced;
  561. }
  562. .info {
  563. width: 1200px;
  564. margin: 0 auto;
  565. margin-top: 40px;
  566. background: #ffffff;
  567. }
  568. .info-nav ul li {
  569. float: left;
  570. width: 65px;
  571. padding: 20px 30px;
  572. border-right: 1px solid #dbdbdb;
  573. border-bottom: 1px solid #dbdbdb;
  574. font-size: 16px;
  575. color: #666666;
  576. cursor: pointer;
  577. }
  578. .info-nav ul li.active {
  579. border-bottom: 1px solid #ffffff;
  580. position: relative;
  581. font-weight: bold;
  582. }
  583. .info-nav ul li.active a {
  584. color: #F62221;
  585. }
  586. .info-nav ul li.active:before {
  587. content: "";
  588. display: block;
  589. width: 125px;
  590. height: 2px;
  591. background: #f62221;
  592. position: absolute;
  593. left: 0;
  594. top: 0;
  595. }
  596. .info-nav ul li:hover {
  597. border-bottom: 1px solid #ffffff;
  598. position: relative;
  599. font-weight: bold;
  600. }
  601. .info-nav ul li:hover a {
  602. color: #F62221;
  603. }
  604. .info-nav ul li:hover:before {
  605. content: "";
  606. display: block;
  607. width: 125px;
  608. height: 2px;
  609. background: #f62221;
  610. position: absolute;
  611. left: 0;
  612. top: 0;
  613. }
  614. .info-nav ul li:last-child {
  615. width: 825px;
  616. border-right: 0;
  617. color: transparent;
  618. }
  619. .info-nav ul li:last-child:hover {
  620. border-bottom: 1px solid #dbdbdb;
  621. }
  622. .info-nav ul li:last-child:hover::before {
  623. display: none;
  624. }
  625. .info-content {
  626. background: #ffffff;
  627. }
  628. .info-content__in {
  629. height: 570px;
  630. width: 1160px;
  631. margin: 80px auto 0px;
  632. background: url(../images/hl_netdetail/infobg.png) no-repeat;
  633. position: relative;
  634. }
  635. .info-content__maijiashuo {
  636. width: 312px;
  637. height: 399px;
  638. background: url(../images/hl_netdetail/maijiashuo.png) no-repeat;
  639. margin: -40px 10px 10px 20px;
  640. float: left;
  641. padding: 40px 0px;
  642. position: relative;
  643. }
  644. .info-content__maijiashuo .swiper-title {
  645. margin: 0 auto;
  646. text-align: center;
  647. font-size: 26px;
  648. color: #ffffff;
  649. margin-bottom: 5px;
  650. }
  651. .info-content__maijiashuo .swiper-slide {
  652. height: 270px !important;
  653. }
  654. .info-content__maijiashuo .swiper-slide p {
  655. font-size: 14px;
  656. color: #ffffff;
  657. line-height: 24px;
  658. text-align: justify;
  659. margin-bottom: 5px;
  660. }
  661. .info-content__maijiashuo .pagination {
  662. position: absolute;
  663. left: 0;
  664. text-align: center;
  665. bottom: 15px;
  666. width: 100%;
  667. }
  668. .info-content__maijiashuo .swiper-pagination-switch {
  669. display: inline-block;
  670. width: 6px;
  671. height: 6px;
  672. border-radius: 10px;
  673. background: rgba(225, 225, 225, 0.7);
  674. box-shadow: 0px 1px 2px rgba(225, 225, 225, 0.7) inset;
  675. margin: 0 3px;
  676. cursor: pointer;
  677. }
  678. .info-content__maijiashuo .swiper-active-switch {
  679. background: #fff;
  680. width: 12px;
  681. }
  682. .info-content__wxtips {
  683. height: 183px;
  684. width: 272px;
  685. background: rgba(225, 225, 225, 0.5);
  686. float: left;
  687. margin: 365px 0 0 -322px;
  688. border-radius: 5px;
  689. padding: 10px 20px;
  690. }
  691. .info-content__wxtips h3 {
  692. color: #ffffff;
  693. }
  694. .info-content__wxtips p {
  695. color: rgba(225, 225, 225, 0.6);
  696. line-height: 20px;
  697. }
  698. .info-content__bigswiper {
  699. width: 800px;
  700. }
  701. /* .info-content__bigswiper__pagination {
  702. height: 40px;
  703. width: 360px;
  704. position: absolute;
  705. right: 15px;
  706. top: 20px;
  707. border-radius: 5px;
  708. overflow: hidden;
  709. }
  710. .info-content__bigswiper .swiper-pagination-switch {
  711. display: inline-block;
  712. width: 120px;
  713. height: 40px;
  714. background: rgba(225, 225, 225, 0.4);
  715. cursor: pointer;
  716. text-align: center;
  717. line-height: 40px;
  718. color: #ffffff;
  719. }
  720. .info-content__bigswiper .swiper-pagination-switch:nth-child(2) {
  721. border: 0.5px solid rgba(225, 225, 225, 0.7);
  722. border-top: 0;
  723. border-bottom: 0;
  724. }
  725. .info-content__bigswiper .swiper-active-switch {
  726. background: #ff6a51;
  727. } */
  728. .info-content__bigswiper__title {
  729. height: 80px;
  730. float: left;
  731. }
  732. .info-content__bigswiper__title h3 {
  733. color: #ffffff;
  734. font-size: 20px;
  735. font-weight: bold;
  736. line-height: 80px;
  737. float: left;
  738. padding-left: 15px;
  739. position: relative;
  740. }
  741. .info-content__bigswiper__title h3::before {
  742. content: "";
  743. display: block;
  744. width: 4px;
  745. height: 20px;
  746. background: #f62221;
  747. position: absolute;
  748. left: 0px;
  749. top: 30px;
  750. }
  751. .info-content__bigswiper__content {
  752. width: 800px;
  753. height: 482px;
  754. background: #ffffff;
  755. position: absolute;
  756. right: 15px;
  757. top: 68px;
  758. border-radius: 5px;
  759. overflow: hidden;
  760. }
  761. .info-content__bigswiper__content .swiper-container {
  762. position: relative;
  763. }
  764. .info-content__bigswiper__content .swiper-container .arrow-left,
  765. .info-content__bigswiper__content .swiper-container .arrow-right {
  766. display: block;
  767. width: 65px;
  768. height: 65px;
  769. background: url(../images/hl_netdetail/swiperleft.png) no-repeat;
  770. background-size: 100% 100%;
  771. cursor: pointer;
  772. position: absolute;
  773. left: 0;
  774. top: 150px;
  775. z-index: 3;
  776. }
  777. .info-content__bigswiper__content .swiper-container .arrow-right {
  778. background: url(../images/hl_netdetail/swiperright.png) no-repeat;
  779. background-size: 100% 100%;
  780. left: 670px;
  781. }
  782. .info-content__bigswiper__content .swiper-slide {
  783. margin: 0 auto;
  784. text-align: center;
  785. height: 400px !important;
  786. margin-top: 30px;
  787. }
  788. .info-content__bigswiper__content .swiper-slide p span {
  789. display: inline-block;
  790. width: 150px;
  791. text-align: center;
  792. }
  793. .info-content__bigswiper__content .swiper-wrapper {
  794. text-align: center;
  795. }
  796. .step-inner {
  797. width: 1160px;
  798. margin: 0 auto;
  799. height: 180px;
  800. background: #ffffff;
  801. padding: 40px 20px 0px 20px;
  802. }
  803. .step-inner h3 {
  804. font-size: 20px;
  805. font-weight: bold;
  806. color: #4c4c4c;
  807. padding-left: 15px;
  808. position: relative;
  809. }
  810. .step-inner h3:after {
  811. content: "";
  812. width: 4px;
  813. height: 20px;
  814. display: block;
  815. background: #f62221;
  816. position: absolute;
  817. left: 0;
  818. top: 5px;
  819. }
  820. .step-inner__follow-item {
  821. width: 135px;
  822. height: 103px;
  823. background: url(../images/hl_netdetail/step1.png) no-repeat;
  824. float: left;
  825. margin-right: 5px;
  826. margin-top: 10px;
  827. padding: 10px 20px 10px 70px;
  828. }
  829. .step-inner__follow-item p:first-child {
  830. color: #4d4d4d;
  831. font-size: 16px;
  832. font-weight: bold;
  833. margin-bottom: 20px;
  834. position: relative;
  835. }
  836. .step-inner__follow-item p:first-child:after {
  837. content: "";
  838. height: 3px;
  839. width: 28px;
  840. display: block;
  841. position: absolute;
  842. bottom: -10px;
  843. left: 0;
  844. background: url(../images/hl_netdetail/jxu50.png) no-repeat;
  845. }
  846. .step-inner__follow-item p:last-child {
  847. color: #999999;
  848. font-size: 14px;
  849. }
  850. .step-inner__follow-item:nth-child(2) {
  851. background: url(../images/hl_netdetail/step2.png) no-repeat;
  852. }
  853. .step-inner__follow-item:nth-child(3) {
  854. background: url(../images/hl_netdetail/step3.png) no-repeat;
  855. }
  856. .step-inner__follow-item:nth-child(4) {
  857. background: url(../images/hl_netdetail/step4.png) no-repeat;
  858. }
  859. .step-inner__follow-item:nth-child(5) {
  860. background: url(../images/hl_netdetail/step5.png) no-repeat;
  861. }
  862. .problem-inner {
  863. width: 1160px;
  864. margin: 0 auto;
  865. background: #ffffff;
  866. padding: 0px 20px 0;
  867. }
  868. .problem-inner h3 {
  869. font-size: 20px;
  870. font-weight: bold;
  871. color: #4c4c4c;
  872. padding-left: 15px;
  873. position: relative;
  874. }
  875. .problem-inner h3:after {
  876. content: "";
  877. width: 4px;
  878. height: 20px;
  879. display: block;
  880. background: #f62221;
  881. position: absolute;
  882. left: 0;
  883. top: 5px;
  884. }
  885. .problem-inner__contents {
  886. width: 1120px;
  887. height: 494px;
  888. border-radius: 5px;
  889. background: #e9ecf5;
  890. margin-top: 10px;
  891. padding: 19px;
  892. }
  893. .problem-inner__contents-item {
  894. width: 535px;
  895. height: 146px;
  896. border-radius: 5px;
  897. background: #ffffff;
  898. float: left;
  899. margin: 0 10px 10px 0;
  900. padding: 8px 10px 5px 10px;
  901. }
  902. .problem-inner__contents-item p:first-child {
  903. color: #525252;
  904. font-size: 16px;
  905. font-weight: bold;
  906. padding-left: 15px;
  907. position: relative;
  908. line-height: 30px;
  909. border-bottom: 1px dashed #dbdbdb;
  910. padding-bottom: 12px;
  911. }
  912. .problem-inner__contents-item p:first-child .x-question {
  913. display: inline-block;
  914. height: 30px;
  915. width: 30px;
  916. background: url(../images/hl_netdetail/question.png) no-repeat;
  917. position: relative;
  918. top: 10px;
  919. }
  920. .problem-inner__contents-item p:last-child {
  921. padding-left: 15px;
  922. color: #999999;
  923. font-size: 14px;
  924. }
  925. .problem-inner__contents-item p:last-child span {
  926. width: 480px;
  927. line-height: 24px;
  928. margin-top: 15px;
  929. display: inline-block;
  930. }
  931. .problem-inner__contents-item p:last-child .x-answer {
  932. display: inline-block;
  933. height: 30px;
  934. width: 30px;
  935. background: url(../images/hl_netdetail/anser.png) no-repeat;
  936. position: relative;
  937. top: 0px;
  938. }
  939. .problem-inner__contents-item p:last-child a {
  940. color: #60aeff;
  941. font-size: 14px;
  942. }
  943. .problem-inner__contents-item:nth-of-type(even) {
  944. margin-right: 0;
  945. }
  946. .problem-inner__more {
  947. width: 100%;
  948. height: 120px;
  949. background: #ffffff;
  950. text-align: center;
  951. }
  952. .problem-inner__more a {
  953. width: 290px;
  954. height: 60px;
  955. border: 2px solid #f1f3f8;
  956. color: #757575;
  957. font-size: 15px;
  958. font-weight: bold;
  959. display: block;
  960. line-height: 60px;
  961. margin: 20px auto;
  962. cursor: pointer;
  963. }
  964. .problem-inner__more a .x-add {
  965. display: inline-block;
  966. width: 15px;
  967. height: 15px;
  968. background: url(../images/hl_netdetail/add.png) no-repeat;
  969. position: relative;
  970. top: 4px;
  971. }
  972. .like {
  973. margin-top: 20px;
  974. }
  975. .like-inner {
  976. width: 1160px;
  977. margin: 0 auto;
  978. background: #ffffff;
  979. padding: 40px 20px;
  980. }
  981. .like-inner h3 {
  982. font-size: 20px;
  983. font-weight: bold;
  984. color: #4c4c4c;
  985. padding-left: 15px;
  986. position: relative;
  987. }
  988. .like-inner h3:after {
  989. content: "";
  990. width: 4px;
  991. height: 20px;
  992. display: block;
  993. background: #f62221;
  994. position: absolute;
  995. left: 0;
  996. top: 5px;
  997. }
  998. .like-inner__content {
  999. margin-top: 20px;
  1000. }
  1001. .like-inner__content-item {
  1002. width: 340px;
  1003. height: 210px;
  1004. border-radius: 5px;
  1005. overflow: hidden;
  1006. background: #f7f7f7;
  1007. float: left;
  1008. padding: 19px;
  1009. position: relative;
  1010. transition: all .3s;
  1011. border: 1px solid transparent;
  1012. cursor: pointer;
  1013. }
  1014. .like-inner__content-item:nth-child(2) {
  1015. margin: 0 10px;
  1016. }
  1017. .like-inner__content-item .x-collect {
  1018. display: block;
  1019. width: 40px;
  1020. height: 40px;
  1021. background: url(../images/hl_netdetail/collect.png) no-repeat;
  1022. position: absolute;
  1023. right: -17px;
  1024. top: -17px;
  1025. }
  1026. .like-inner__content-itemt {
  1027. border-bottom: 1px dashed #dbdbdb;
  1028. }
  1029. .like-inner__content-itemb {
  1030. padding: 20px 0;
  1031. }
  1032. .like-inner__content-itemb .jump {
  1033. float: left;
  1034. width: 144px;
  1035. background: #ffffff;
  1036. border-radius: 5px;
  1037. border: 1px solid transparent;
  1038. padding: 17px 10px;
  1039. }
  1040. .like-inner__content-itemb .jump:first-child {
  1041. margin-right: 8px;
  1042. }
  1043. .like-inner__content-itemb .jump p:first-child {
  1044. font-size: 14px;
  1045. color: #666666;
  1046. }
  1047. .like-inner__content-itemb .jump p:last-child {
  1048. font-size: 18px;
  1049. color: #ff5a00;
  1050. font-weight: bold;
  1051. }
  1052. .like-inner__content-itemb .jump .x-right {
  1053. display: inline-block;
  1054. width: 15px;
  1055. height: 15px;
  1056. background: url(../images/hl_netdetail/jiantou.png) no-repeat;
  1057. position: relative;
  1058. top: 2px;
  1059. }
  1060. .like-inner__content-item .game {
  1061. background: #3586ec;
  1062. color: #ffffff;
  1063. width: 64px;
  1064. height: 22px;
  1065. text-align: center;
  1066. line-height: 22px;
  1067. border-radius: 5rem;
  1068. }
  1069. .like-inner__content-item .title {
  1070. margin: 17px 0;
  1071. font-size: 16px;
  1072. line-height: 16px;
  1073. color: #4c4c4c;
  1074. font-weight: bold;
  1075. overflow: hidden;
  1076. text-overflow: ellipsis;
  1077. white-space: nowrap;
  1078. width: 100%;
  1079. }
  1080. .like-inner__content-item .sgin {
  1081. margin: 17px 0;
  1082. }
  1083. .like-inner__content-item .sgin span {
  1084. color: #999999;
  1085. font-size: 12px;
  1086. margin-right: 20px;
  1087. line-height: 12px;
  1088. }
  1089. .like-inner__content-item:hover {
  1090. background-color: #ffffff;
  1091. border-color: #eeeeee;
  1092. }
  1093. .like-inner__content-item:hover .jump {
  1094. border-color: #eeeeee;
  1095. }