shopClass.less 23 KB

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