shopClass1.less 23 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316
  1. @charset "utf-8";
  2. * {
  3. margin: 0;
  4. padding: 0;
  5. font-family: "微软雅黑", "microsoft yahei";
  6. }
  7. ul,
  8. ol {
  9. list-style: none;
  10. }
  11. a:active {
  12. text-decoration: none;
  13. }
  14. a:hover {
  15. text-decoration: none;
  16. }
  17. a:visited {
  18. text-decoration: none;
  19. }
  20. a:link {
  21. text-decoration: none;
  22. }
  23. a:focus {
  24. text-decoration: none;
  25. }
  26. body {
  27. position: relative;
  28. }
  29. .clearfix {
  30. overflow: hidden;
  31. }
  32. .clearfix_2::after {
  33. content: '';
  34. display: block;
  35. height: 0;
  36. visibility: hidden;
  37. clear: both;
  38. }
  39. .hiddenColor {
  40. visibility: hidden;
  41. }
  42. .hand {
  43. cursor: pointer;
  44. }
  45. .aTag_parent {
  46. position: relative;
  47. }
  48. .aTag_parent>a,
  49. .aTag {
  50. display: block;
  51. width: 100%;
  52. height: 100%;
  53. position: absolute;
  54. z-index: 99;
  55. border: 0px;
  56. top: 0px;
  57. left: 0px;
  58. background: rgba(0, 0, 0, 0);
  59. }
  60. .dot1 {
  61. display: block;
  62. word-break: keep-all;
  63. white-space: nowrap;
  64. overflow: hidden;
  65. text-overflow: ellipsis;
  66. }
  67. .dot2 {
  68. overflow: hidden;
  69. display: -webkit-box;
  70. -webkit-box-orient: vertical;
  71. -webkit-line-clamp: 2;
  72. }
  73. input,
  74. img {
  75. border: none;
  76. }
  77. .cover100 img {
  78. display: block;
  79. width: 100%;
  80. height: 100%;
  81. object-fit: cover;
  82. }
  83. .back100 {
  84. background-size: 100% 100%;
  85. background-repeat: no-repeat;
  86. }
  87. article,
  88. aside,
  89. footer,
  90. header,
  91. time,
  92. video,
  93. main,
  94. nav,
  95. h4,
  96. h3,
  97. section {
  98. display: block;
  99. }
  100. .index_main {
  101. margin: 0 auto;
  102. }
  103. .slow_6 {
  104. -webkit-transition: all .6s;
  105. -moz-transition: all .6s;
  106. -ms-transition: all .6s;
  107. -o-transition: all .6s;
  108. transition: all .6s;
  109. }
  110. .index_main {
  111. width: 1200px;
  112. margin-bottom: 30px;
  113. margin-top: 20px;
  114. }
  115. .shop_nav {
  116. margin-top: 20px;
  117. .shop_nav_1 {
  118. height: 60px;
  119. line-height: 60px;
  120. font-size: 24px;
  121. .shop_nav_1_a {
  122. display: inline-block;
  123. color: #fff;
  124. width: 100%;
  125. padding-left: 30px;
  126. letter-spacing: 2px;
  127. background-image: url(@/public/shop/navbg.png);
  128. background-repeat: no-repeat;
  129. }
  130. }
  131. .shop_nav_2 {
  132. width: 1200px;
  133. min-height: 50px;
  134. line-height: 35px;
  135. border: 1px solid #ddd;
  136. background-color: #f7fbfe;
  137. margin: 20px 0;
  138. padding: 10px;
  139. box-sizing: border-box;
  140. font-size: 16px;
  141. font-weight: 600;
  142. .shop_nav_2_a {
  143. color: #255590;
  144. display: inline-block;
  145. width: 117px;
  146. text-align: center;
  147. }
  148. }
  149. }
  150. .shop_3 {
  151. margin-top: 30px;
  152. }
  153. .shop_3_in {
  154. width: 590px;
  155. }
  156. .shop_3_in:nth-of-type(odd) {
  157. float: left;
  158. }
  159. .shop_3_in:nth-of-type(even) {
  160. float: right;
  161. }
  162. .shop_head_2 {
  163. height: 29px;
  164. position: relative;
  165. .shop_head_2_name {
  166. float: left;
  167. height: 29px;
  168. line-height: 29px;
  169. color: #255590;
  170. font-size: 22px;
  171. font-weight: bold;
  172. padding-left: 22px;
  173. background: url(@/public/shop/01.png) no-repeat left center;
  174. background-size: 12px 18px;
  175. }
  176. .shop_head_2_more {
  177. height: 29px;
  178. line-height: 29px;
  179. color: #999;
  180. float: right;
  181. font-size: 16px;
  182. }
  183. .shop_head_2_more::after {
  184. content: '';
  185. display: block;
  186. left: 0px;
  187. top: 0px;
  188. position: absolute;
  189. width: 100%;
  190. height: 100%;
  191. z-index: 11;
  192. }
  193. }
  194. .shop_head_3 {
  195. height: 29px;
  196. position: relative;
  197. .shop_head_3_name {
  198. float: left;
  199. height: 29px;
  200. line-height: 29px;
  201. color: #F7812B;
  202. font-size: 22px;
  203. font-weight: bold;
  204. padding-left: 22px;
  205. background: url(@/public/shop/02.png) no-repeat left center;
  206. background-size: 12px 18px;
  207. }
  208. .shop_head_3_more {
  209. height: 29px;
  210. line-height: 29px;
  211. color: #999;
  212. float: right;
  213. font-size: 16px;
  214. }
  215. .shop_head_3_more::after {
  216. content: '';
  217. display: block;
  218. left: 0px;
  219. top: 0px;
  220. position: absolute;
  221. width: 100%;
  222. height: 100%;
  223. z-index: 11;
  224. }
  225. }
  226. .shop_img_ul_1 {
  227. margin-top: 30px;
  228. min-height: 580px;
  229. .shop_img_li_1 {
  230. margin-bottom: 22px;
  231. border: solid 1px #ddd;
  232. box-sizing: border-box;
  233. }
  234. .shop_img_li_1_img_box {
  235. float: left;
  236. width: 180px;
  237. height: 178px;
  238. }
  239. .shop_img_li_1_img {
  240. display: block;
  241. width: 100%;
  242. height: 100%;
  243. }
  244. .shop_img_li_1_right {
  245. float: right;
  246. width: 367px;
  247. margin-right: 22px;
  248. }
  249. .shop_img_li_1_h4 {
  250. height: 50px;
  251. line-height: 26px;
  252. color: #333;
  253. font-size: 20px;
  254. font-weight: 500;
  255. margin-top: 10px;
  256. }
  257. .shop_img_li_1_tag {
  258. height: 25px;
  259. line-height: 25px;
  260. color: #255590;
  261. border: solid 1px #255590;
  262. margin-top: 16px;
  263. box-sizing: border-box;
  264. font-size: 14px;
  265. float: left;
  266. padding: 0px 5px;
  267. }
  268. .shop_img_li_1_price_box {
  269. height: 26px;
  270. margin-top: 21px;
  271. line-height: 26px;
  272. color: #333;
  273. font-size: 20px;
  274. }
  275. .shop_img_li_1_price_tag {
  276. height: 26px;
  277. line-height: 26px;
  278. color: #333;
  279. font-size: 14px;
  280. display: inline-block;
  281. }
  282. .shop_img_li_1_btn {
  283. clear: both;
  284. float: left;
  285. height: 30px;
  286. line-height: 30px;
  287. color: #fff;
  288. font-size: 14px;
  289. background: #255590;
  290. padding: 0px 20px;
  291. margin-top: 32px;
  292. }
  293. .shop_img_li_1:nth-last-of-type(1) {
  294. margin-bottom: 0px;
  295. }
  296. .shop_img_li_1_a:hover .shop_img_li_1_h4 {
  297. color: #255590;
  298. }
  299. .shop_img_li_1_a:hover .shop_img_li_1_price_box {
  300. color: #255590;
  301. }
  302. .shop_img_li_1_a:hover .shop_img_li_1_price_tag {
  303. color: #255590;
  304. }
  305. }
  306. .shop_ul_1 {
  307. background: #F9F9F9;
  308. border: solid 1px #ddd;
  309. box-sizing: border-box;
  310. margin-top: 30px;
  311. .shop_li_1 {
  312. border-bottom: dashed 1px #ddd;
  313. padding: .6px 0px;
  314. }
  315. .shop_li_1_a {
  316. display: block;
  317. width: 100%;
  318. }
  319. .shop_li_1_left {
  320. float: left;
  321. width: 400px;
  322. margin-left: 20px;
  323. }
  324. .shop_li_1_h4 {
  325. height: 26px;
  326. line-height: 26px;
  327. color: #333;
  328. font-size: 20px;
  329. font-weight: 500;
  330. position: relative;
  331. text-indent: 16px;
  332. margin-top: 20px;
  333. }
  334. .shop_li_1_h4::after {
  335. content: '';
  336. display: block;
  337. width: 6px;
  338. height: 6px;
  339. background: #F7812B;
  340. position: absolute;
  341. left: 0px;
  342. top: 11px;
  343. }
  344. .shop_li_1_text {
  345. height: 21px;
  346. line-height: 21px;
  347. text-indent: 16px;
  348. color: #666;
  349. font-size: 16px;
  350. margin: 10px 0px 18px 0px;
  351. }
  352. .shop_li_1_btn {
  353. float: right;
  354. height: 30px;
  355. line-height: 30px;
  356. color: #fff;
  357. font-size: 14px;
  358. background: #F7812B;
  359. padding: 0px 20px;
  360. margin: 34px 20px 0px 0px;
  361. }
  362. .shop_li_1_a:hover .shop_li_1_h4 {
  363. color: #F7812B;
  364. }
  365. .shop_li_1_a:hover .shop_li_1_text {
  366. color: #F7812B;
  367. }
  368. }
  369. .shop_head_4 {
  370. height: 29px;
  371. position: relative;
  372. .shop_head_4_name {
  373. float: left;
  374. height: 29px;
  375. line-height: 29px;
  376. color: #255590;
  377. font-size: 22px;
  378. font-weight: bold;
  379. padding-left: 22px;
  380. background: url(@/public/shop/01.png) no-repeat left center;
  381. background-size: 12px 18px;
  382. }
  383. .shop_head_4_more {
  384. height: 29px;
  385. line-height: 29px;
  386. color: #999;
  387. float: right;
  388. font-size: 16px;
  389. }
  390. .shop_head_4_more::after {
  391. content: '';
  392. display: block;
  393. left: 0px;
  394. top: 0px;
  395. position: absolute;
  396. width: 100%;
  397. height: 100%;
  398. z-index: 11;
  399. }
  400. }
  401. .shop_head_5 {
  402. height: 29px;
  403. position: relative;
  404. .shop_head_5_name {
  405. float: left;
  406. height: 29px;
  407. line-height: 29px;
  408. color: #F7812B;
  409. font-size: 22px;
  410. font-weight: bold;
  411. padding-left: 22px;
  412. background: url(@/public/shop/02.png) no-repeat left center;
  413. background-size: 12px 18px;
  414. }
  415. .shop_head_5_more {
  416. height: 29px;
  417. line-height: 29px;
  418. color: #999;
  419. float: right;
  420. font-size: 16px;
  421. }
  422. .shop_head_5_more::after {
  423. content: '';
  424. display: block;
  425. left: 0px;
  426. top: 0px;
  427. position: absolute;
  428. width: 100%;
  429. height: 100%;
  430. z-index: 11;
  431. }
  432. }
  433. .shop_img_ul_2 {
  434. margin-top: 30px;
  435. min-height: 580px;
  436. .shop_img_li_2 {
  437. margin-bottom: 20px;
  438. border: solid 1px #ddd;
  439. box-sizing: border-box;
  440. }
  441. .shop_img_li_2_img_box {
  442. float: left;
  443. width: 180px;
  444. height: 178px;
  445. }
  446. .shop_img_li_2_img {
  447. display: block;
  448. width: 100%;
  449. height: 100%;
  450. }
  451. .shop_img_li_2_right {
  452. float: right;
  453. width: 367px;
  454. margin-right: 22px;
  455. }
  456. .shop_img_li_2_h4 {
  457. height: 50px;
  458. line-height: 26px;
  459. color: #333;
  460. font-size: 20px;
  461. font-weight: 500;
  462. margin-top: 10px;
  463. }
  464. .shop_img_li_2_tag {
  465. height: 25px;
  466. line-height: 25px;
  467. color: #255590;
  468. border: solid 1px #255590;
  469. margin-top: 16px;
  470. box-sizing: border-box;
  471. font-size: 14px;
  472. float: left;
  473. padding: 0px 5px;
  474. }
  475. .shop_img_li_2_price_box {
  476. height: 26px;
  477. margin-top: 21px;
  478. line-height: 26px;
  479. color: #333;
  480. font-size: 20px;
  481. }
  482. .shop_img_li_2_price_tag {
  483. height: 26px;
  484. line-height: 26px;
  485. color: #333;
  486. font-size: 14px;
  487. display: inline-block;
  488. }
  489. .shop_img_li_2_btn {
  490. clear: both;
  491. float: left;
  492. height: 30px;
  493. line-height: 30px;
  494. color: #fff;
  495. font-size: 14px;
  496. background: #255590;
  497. padding: 0px 20px;
  498. margin-top: 27px;
  499. }
  500. .shop_img_li_2:nth-last-of-type(1) {
  501. margin-bottom: 0px;
  502. }
  503. .shop_img_li_2_a:hover .shop_img_li_2_h4 {
  504. color: #255590;
  505. }
  506. .shop_img_li_2_a:hover .shop_img_li_2_price_box {
  507. color: #255590;
  508. }
  509. .shop_img_li_2_a:hover .shop_img_li_2_price_tag {
  510. color: #255590;
  511. }
  512. }
  513. .shop_img_ul_3 {
  514. margin-top: 30px;
  515. .shop_img_li_3 {
  516. margin-bottom: 20px;
  517. border: solid 1px #ddd;
  518. box-sizing: border-box;
  519. }
  520. .shop_img_li_3_img_box {
  521. float: left;
  522. width: 180px;
  523. height: 178px;
  524. }
  525. .shop_img_li_3_img {
  526. display: block;
  527. width: 100%;
  528. height: 100%;
  529. }
  530. .shop_img_li_3_right {
  531. float: right;
  532. width: 367px;
  533. margin-right: 22px;
  534. }
  535. .shop_img_li_3_h4 {
  536. height: 50px;
  537. line-height: 26px;
  538. color: #333;
  539. font-size: 20px;
  540. font-weight: 500;
  541. margin-top: 10px;
  542. }
  543. .shop_img_li_3_tag {
  544. height: 25px;
  545. line-height: 25px;
  546. color: #F7812B;
  547. border: solid 1px #F7812B;
  548. margin-top: 16px;
  549. box-sizing: border-box;
  550. font-size: 14px;
  551. float: left;
  552. padding: 0px 5px;
  553. }
  554. .shop_img_li_3_price_box {
  555. height: 26px;
  556. margin-top: 21px;
  557. line-height: 26px;
  558. color: #333;
  559. font-size: 20px;
  560. }
  561. .shop_img_li_3_price_tag {
  562. height: 26px;
  563. line-height: 26px;
  564. color: #333;
  565. font-size: 14px;
  566. display: inline-block;
  567. }
  568. .shop_img_li_3_btn {
  569. clear: both;
  570. float: left;
  571. height: 30px;
  572. line-height: 30px;
  573. color: #fff;
  574. font-size: 14px;
  575. background: #F7812B;
  576. padding: 0px 20px;
  577. margin-top: 27px;
  578. }
  579. .shop_img_li_3:nth-last-of-type(1) {
  580. margin-bottom: 0px;
  581. }
  582. .shop_img_li_3_a:hover .shop_img_li_3_h4 {
  583. color: #F7812B;
  584. }
  585. .shop_img_li_3_a:hover .shop_img_li_3_price_box {
  586. color: #F7812B;
  587. }
  588. .shop_img_li_3_a:hover .shop_img_li_3_price_tag {
  589. color: #F7812B;
  590. }
  591. }
  592. .shop_4 {
  593. margin-top: 29px;
  594. }
  595. .banner_1 {
  596. margin-top: 29px;
  597. height: 90px;
  598. overflow: hidden;
  599. .banner_1_a {
  600. display: block;
  601. width: 100%;
  602. height: 100%;
  603. }
  604. .banner_1_img {
  605. display: block;
  606. width: 100%;
  607. }
  608. }
  609. .shop_5 {
  610. margin-top: 30px;
  611. margin-bottom: 30px;
  612. }
  613. .shop_5_left {
  614. float: left;
  615. width: 720px;
  616. }
  617. .shop_5_right {
  618. float: right;
  619. width: 450px;
  620. min-height: 411px;
  621. }
  622. .shop_head_7 {
  623. height: 29px;
  624. position: relative;
  625. .shop_head_7_name {
  626. float: left;
  627. height: 29px;
  628. line-height: 29px;
  629. color: #255590;
  630. font-size: 22px;
  631. font-weight: bold;
  632. padding-left: 22px;
  633. background: url(@/public/img/3.png) no-repeat left center;
  634. background-size: 12px 18px;
  635. }
  636. .shop_head_7_more {
  637. height: 29px;
  638. line-height: 29px;
  639. color: #999;
  640. float: right;
  641. font-size: 16px;
  642. }
  643. .shop_head_7_more::after {
  644. content: '';
  645. display: block;
  646. left: 0px;
  647. top: 0px;
  648. position: absolute;
  649. width: 100%;
  650. height: 100%;
  651. z-index: 11;
  652. }
  653. }
  654. .shop_box_1 {
  655. float: left;
  656. width: 350px;
  657. }
  658. .shop_box_2 {
  659. float: right;
  660. width: 350px;
  661. }
  662. .shop_img_ul_4 {
  663. margin-top: 30px;
  664. .shop_img_li_4 {
  665. width: 350px;
  666. height: 230px;
  667. margin-bottom: 20px;
  668. position: relative;
  669. }
  670. .shop_img_li_4_img {
  671. display: block;
  672. width: 350px;
  673. height: 230px;
  674. }
  675. .shop_img_li_4_rgba {
  676. width: 350px;
  677. height: 44px;
  678. line-height: 44px;
  679. color: #fff;
  680. font-size: 18px;
  681. padding: 0px 10px;
  682. box-sizing: border-box;
  683. position: absolute;
  684. z-index: 11;
  685. left: 0px;
  686. bottom: 0px;
  687. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  688. }
  689. }
  690. .shop_img_ul_5 {
  691. margin-top: 0px;
  692. .shop_img_li_5 {
  693. width: 165px;
  694. height: 96px;
  695. position: relative;
  696. }
  697. .shop_img_li_5:nth-of-type(odd) {
  698. float: left;
  699. }
  700. .shop_img_li_5:nth-of-type(even) {
  701. float: right;
  702. }
  703. .shop_img_li_5_img {
  704. width: 165px;
  705. height: 96px;
  706. }
  707. .shop_img_li_5_rgba {
  708. width: 165px;
  709. height: 28px;
  710. line-height: 28px;
  711. color: #fff;
  712. font-size: 14px;
  713. box-sizing: border-box;
  714. position: absolute;
  715. padding: 0px 10px;
  716. left: 0px;
  717. bottom: 0px;
  718. z-index: 11;
  719. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 6%, rgba(0, 0, 0, 0) 100%);
  720. }
  721. }
  722. .shop_ul_2 {
  723. margin-top: 30px;
  724. .shop_li_2 {
  725. height: 24px;
  726. line-height: 24px;
  727. color: #333;
  728. font-size: 18px;
  729. margin-bottom: 17px;
  730. box-sizing: border-box;
  731. text-indent: 16px;
  732. position: relative;
  733. }
  734. .shop_li_2:hover {
  735. color: #255590;
  736. }
  737. .shop_li_2::after {
  738. content: '';
  739. display: block;
  740. width: 6px;
  741. height: 6px;
  742. background: #ddd;
  743. border-radius: 50%;
  744. position: absolute;
  745. left: 0px;
  746. top: 8px;
  747. z-index: 11;
  748. }
  749. .shop_li_2:nth-of-type(3n-2) {
  750. font-weight: bold;
  751. }
  752. .shop_li_2:hover::after {
  753. content: '';
  754. display: block;
  755. background: #255590;
  756. }
  757. .shop_li_2:nth-last-of-type(1) {
  758. margin-bottom: 0px;
  759. }
  760. }
  761. .shop_head_8 {
  762. height: 29px;
  763. position: relative;
  764. .shop_head_8_name {
  765. float: left;
  766. height: 29px;
  767. line-height: 29px;
  768. color: #255590;
  769. font-size: 22px;
  770. font-weight: bold;
  771. padding-left: 22px;
  772. background: url(@/public/img/3.png) no-repeat left center;
  773. background-size: 12px 18px;
  774. }
  775. .shop_head_8_more {
  776. height: 29px;
  777. line-height: 29px;
  778. color: #999;
  779. float: right;
  780. font-size: 16px;
  781. }
  782. .shop_head_8_more::after {
  783. content: '';
  784. display: block;
  785. left: 0px;
  786. top: 0px;
  787. position: absolute;
  788. width: 100%;
  789. height: 100%;
  790. z-index: 11;
  791. }
  792. }
  793. .shop_img_ul_6 {
  794. margin-top: 30px;
  795. .shop_img_li_6 {
  796. height: 267px;
  797. position: relative;
  798. width: 450px;
  799. }
  800. .shop_img_li_6_img {
  801. display: block;
  802. height: 267px;
  803. width: 450px;
  804. }
  805. .shop_img_li_6_rgba {
  806. height: 44px;
  807. line-height: 44px;
  808. color: #fff;
  809. font-size: 18px;
  810. padding: 0px 10px;
  811. box-sizing: border-box;
  812. position: absolute;
  813. width: 450px;
  814. z-index: 11;
  815. left: 0px;
  816. bottom: 0px;
  817. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 6%, rgba(0, 0, 0, 0) 100%);
  818. }
  819. }
  820. .shop_ul_3 {
  821. margin-top: 20px;
  822. .shop_li_3 {
  823. height: 24px;
  824. line-height: 24px;
  825. color: #333;
  826. font-size: 18px;
  827. margin-bottom: 17px;
  828. box-sizing: border-box;
  829. text-indent: 16px;
  830. position: relative;
  831. }
  832. .shop_li_3:hover {
  833. color: #255590;
  834. }
  835. .shop_li_3::after {
  836. content: '';
  837. display: block;
  838. width: 6px;
  839. height: 6px;
  840. background: #ddd;
  841. border-radius: 50%;
  842. position: absolute;
  843. left: 0px;
  844. top: 8px;
  845. z-index: 11;
  846. }
  847. .shop_li_3:hover::after {
  848. content: '';
  849. display: block;
  850. background: #255590;
  851. }
  852. .shop_li_3:nth-last-of-type(1) {
  853. margin-bottom: 0px;
  854. }
  855. }
  856. .shop_head_9 {
  857. height: 29px;
  858. position: relative;
  859. .shop_head_9_name {
  860. float: left;
  861. height: 29px;
  862. line-height: 29px;
  863. color: #255590;
  864. font-size: 22px;
  865. font-weight: bold;
  866. padding-left: 22px;
  867. background: url(@/public/img/3.png) no-repeat left center;
  868. background-size: 12px 18px;
  869. }
  870. .shop_head_9_more {
  871. height: 29px;
  872. line-height: 29px;
  873. color: #999;
  874. float: right;
  875. font-size: 16px;
  876. }
  877. .shop_head_9_more::after {
  878. content: '';
  879. display: block;
  880. left: 0px;
  881. top: 0px;
  882. position: absolute;
  883. width: 100%;
  884. height: 100%;
  885. z-index: 11;
  886. }
  887. }
  888. .shop_6 {
  889. margin-top: 30px;
  890. }
  891. .shop_6_left {
  892. float: left;
  893. width: 720px;
  894. }
  895. .shop_6_right {
  896. float: right;
  897. width: 450px;
  898. }
  899. .shop_box_3 {
  900. width: 350px;
  901. float: left;
  902. }
  903. .shop_box_4 {
  904. width: 350px;
  905. float: right;
  906. }
  907. .shop_img_ul_7 {
  908. margin-top: 30px;
  909. .shop_img_li_7 {
  910. width: 350px;
  911. height: 230px;
  912. margin-bottom: 20px;
  913. position: relative;
  914. }
  915. .shop_img_li_7:nth-last-of-type(1) {
  916. margin-bottom: 0px;
  917. }
  918. .shop_img_li_7_img {
  919. display: block;
  920. width: 350px;
  921. height: 230px;
  922. }
  923. .shop_img_li_7_rgba {
  924. width: 350px;
  925. height: 44px;
  926. line-height: 44px;
  927. color: #fff;
  928. font-size: 18px;
  929. padding: 0px 10px;
  930. box-sizing: border-box;
  931. position: absolute;
  932. z-index: 11;
  933. left: 0px;
  934. bottom: 0px;
  935. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  936. }
  937. }
  938. .shop_ul_4 {
  939. margin-top: 30px;
  940. .shop_li_4 {
  941. height: 24px;
  942. line-height: 24px;
  943. color: #333;
  944. font-size: 18px;
  945. margin-bottom: 17px;
  946. box-sizing: border-box;
  947. text-indent: 16px;
  948. position: relative;
  949. }
  950. .shop_li_4:hover {
  951. color: #255590;
  952. }
  953. .shop_li_4::after {
  954. content: '';
  955. display: block;
  956. width: 6px;
  957. height: 6px;
  958. background: #ddd;
  959. border-radius: 50%;
  960. position: absolute;
  961. left: 0px;
  962. top: 8px;
  963. z-index: 11;
  964. }
  965. .shop_li_4:nth-of-type(3n-2) {
  966. font-weight: bold;
  967. }
  968. .shop_li_4:hover::after {
  969. content: '';
  970. display: block;
  971. background: #255590;
  972. }
  973. .shop_li_4:nth-last-of-type(1) {
  974. margin-bottom: 0px;
  975. }
  976. }
  977. .shop_head_10 {
  978. height: 29px;
  979. position: relative;
  980. .shop_head_10_name {
  981. float: left;
  982. height: 29px;
  983. line-height: 29px;
  984. color: #255590;
  985. font-size: 22px;
  986. font-weight: bold;
  987. padding-left: 22px;
  988. background: url(@/public/img/3.png) no-repeat left center;
  989. background-size: 12px 18px;
  990. }
  991. .shop_head_10_more {
  992. height: 29px;
  993. line-height: 29px;
  994. color: #999;
  995. float: right;
  996. font-size: 16px;
  997. }
  998. .shop_head_10_more::after {
  999. content: '';
  1000. display: block;
  1001. left: 0px;
  1002. top: 0px;
  1003. position: absolute;
  1004. width: 100%;
  1005. height: 100%;
  1006. z-index: 11;
  1007. }
  1008. }
  1009. .shop_box_5 {
  1010. width: 170px;
  1011. float: left;
  1012. }
  1013. .shop_box_6 {
  1014. width: 265px;
  1015. float: right;
  1016. }
  1017. .shop_img_ul_8 {
  1018. margin-top: 28px;
  1019. .shop_img_li_8 {
  1020. width: 170px;
  1021. height: 110px;
  1022. margin-bottom: 10px;
  1023. position: relative;
  1024. }
  1025. .shop_img_li_8_img {
  1026. width: 170px;
  1027. height: 110px;
  1028. display: block;
  1029. }
  1030. .shop_img_li_8_rgba {
  1031. width: 170px;
  1032. height: 28px;
  1033. line-height: 28px;
  1034. color: #fff;
  1035. font-size: 14px;
  1036. box-sizing: border-box;
  1037. position: absolute;
  1038. padding: 0px 10px;
  1039. left: 0px;
  1040. bottom: 0px;
  1041. z-index: 11;
  1042. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 6%, rgba(0, 0, 0, 0) 100%);
  1043. }
  1044. .shop_img_li_8:nth-last-of-type(1) {
  1045. margin-bottom: 0px;
  1046. }
  1047. }
  1048. .shop_ul_5 {
  1049. margin-top: 30px;
  1050. .shop_li_5 {
  1051. height: 48px;
  1052. margin-bottom: 11px;
  1053. width: 265px;
  1054. }
  1055. .shop_li_5:nth-last-of-type(1) {
  1056. margin-bottom: 0px;
  1057. }
  1058. .shop_li_5_in {
  1059. height: 48px;
  1060. width: 265px;
  1061. display: table-cell;
  1062. vertical-align: middle;
  1063. }
  1064. .shop_li_5_a {
  1065. line-height: 24px;
  1066. color: #333;
  1067. font-size: 18px;
  1068. box-sizing: border-box;
  1069. position: relative;
  1070. width: 265px;
  1071. box-sizing: border-box;
  1072. padding-left: 16px;
  1073. }
  1074. .shop_li_5_a::after {
  1075. content: '';
  1076. display: block;
  1077. width: 6px;
  1078. height: 6px;
  1079. background: #ddd;
  1080. border-radius: 50%;
  1081. position: absolute;
  1082. left: 0px;
  1083. top: 44%;
  1084. z-index: 11;
  1085. }
  1086. .shop_li_5_a:hover::after {
  1087. content: '';
  1088. display: block;
  1089. background: #255590;
  1090. }
  1091. .shop_li_5_a:hover {
  1092. color: #255590;
  1093. }
  1094. }
  1095. .banner_2 {
  1096. margin-top: 29px;
  1097. height: 90px;
  1098. overflow: hidden;
  1099. .banner_2_a {
  1100. display: block;
  1101. width: 100%;
  1102. height: 100%;
  1103. }
  1104. .banner_2_img {
  1105. display: block;
  1106. width: 100%;
  1107. }
  1108. }
  1109. @media screen and (min-width:1200px) {
  1110. /*pc_1440*/
  1111. @media screen and (max-width:1440px) {
  1112. /*1200*/
  1113. }
  1114. .pc_none {
  1115. display: none;
  1116. }
  1117. }
  1118. @media screen and (max-width:599px) {}
  1119. @media screen and (max-width:320px) {}