shopClass.less 23 KB

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