class.less 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128
  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. .dot3 {
  74. overflow: hidden;
  75. display: -webkit-box;
  76. -webkit-box-orient: vertical;
  77. -webkit-line-clamp: 3;
  78. }
  79. input,
  80. img {
  81. border: none;
  82. }
  83. .cover100 img {
  84. display: block;
  85. width: 100%;
  86. height: 100%;
  87. object-fit: cover;
  88. }
  89. .back100 {
  90. background-size: 100% 100%;
  91. background-repeat: no-repeat;
  92. }
  93. article,
  94. aside,
  95. footer,
  96. header,
  97. time,
  98. video,
  99. main,
  100. nav,
  101. h4,
  102. h3,
  103. section {
  104. display: block;
  105. }
  106. .index_main {
  107. margin: 0 auto 30px;
  108. }
  109. .slow_6 {
  110. -webkit-transition: all .6s;
  111. -moz-transition: all .6s;
  112. -ms-transition: all .6s;
  113. -o-transition: all .6s;
  114. transition: all .6s;
  115. }
  116. .index_main {
  117. width: 1200px;
  118. }
  119. .shop_head {
  120. margin: 30px auto 0px;
  121. .shop_head_left {
  122. float: left;
  123. width: 322px;
  124. margin-right: 33px;
  125. }
  126. .shop_head_left_a {
  127. width: 322px;
  128. display: block;
  129. }
  130. .shop_head_img {
  131. width: 322px;
  132. display: block;
  133. }
  134. .shop_head_form_out {
  135. width: 550px;
  136. float: left;
  137. }
  138. .shop_head_form {
  139. margin-top: 37px;
  140. display: block;
  141. width: 547px;
  142. border: solid 1px #A01C0E;
  143. height: 40px;
  144. box-sizing: border-box;
  145. overflow: hidden;
  146. }
  147. .shop_head_btn {
  148. float: right;
  149. width: 52px;
  150. height: 100%;
  151. border: solid 1px #fff;
  152. box-sizing: border-box;
  153. background: url(@/public/img/3.png) no-repeat center center #A01C0E;
  154. background-size: 22px 22px;
  155. }
  156. .shop_head_inp {
  157. display: block;
  158. text-indent: 11px;
  159. height: 40px;
  160. line-height: 40px;
  161. width: 490px;
  162. }
  163. .shop_head_form_foot {
  164. width: 550px;
  165. margin-top: 10px;
  166. }
  167. .shop_head_form_foot_a {
  168. float: left;
  169. height: 18px;
  170. line-height: 18px;
  171. color: #999;
  172. font-size: 14px;
  173. margin-right: 10px;
  174. }
  175. .shop_head_form_foot_a:nth-of-type(1) {
  176. color: #A01C0E;
  177. }
  178. .shop_head_form_foot_a:hover {
  179. color: #A01C0E;
  180. }
  181. .shop_head_right {
  182. float: right;
  183. margin-top: 37px;
  184. position: relative;
  185. }
  186. .shop_head_right_btn {
  187. float: right;
  188. width: 120px;
  189. height: 40px;
  190. line-height: 40px;
  191. color: #666;
  192. font-size: 14px;
  193. margin-left: 10px;
  194. text-indent: 52px;
  195. border: 1px solid #E9E9E9;
  196. background: no-repeat 20px center #F4F4F4;
  197. background-size: 24px 24px;
  198. }
  199. .shop_head_right_btn:nth-of-type(1) {
  200. background-image: url(@/public/img/4.png);
  201. }
  202. .shop_head_right_btn:nth-of-type(2) {
  203. background-image: url(@/public/img/5.png);
  204. }
  205. .shop_head_right_btn:hover {
  206. color: #fff;
  207. background: no-repeat 20px center #A01C0E;
  208. background-size: 24px 24px;
  209. }
  210. .shop_head_right_btn:nth-of-type(1):hover {
  211. background-image: url(@/public/img/4a.png);
  212. }
  213. .shop_head_right_btn:nth-of-type(2):hover {
  214. background-image: url(@/public/img/5a.png);
  215. }
  216. .shop_head_right_btn_1_only {
  217. color: #fff;
  218. background: no-repeat 20px center #A01C0E;
  219. background-size: 24px 24px;
  220. background-image: url(@/public/img/4a.png) !important;
  221. }
  222. .shop_head_right_btn_2_only {
  223. color: #fff;
  224. background: no-repeat 20px center #A01C0E;
  225. background-size: 24px 24px;
  226. background-image: url(@/public/img/5a.png) !important;
  227. }
  228. .shop_head_right_btn:hover .shop_head_right_out {
  229. display: block;
  230. }
  231. .shop_head_right_box {
  232. background: #fff;
  233. height: 1111px;
  234. margin-top: 20px;
  235. }
  236. .shop_alert_out {
  237. position: absolute;
  238. width: 1036px;
  239. right: 0px;
  240. top: 99%;
  241. z-index: 111;
  242. }
  243. .shop_alert_box {
  244. background: #fff;
  245. box-sizing: border-box;
  246. padding: 0px 20px;
  247. border: solid 1px #A01C0E;
  248. width: 100%;
  249. margin-top: 20px;
  250. }
  251. .shop_alert_head_box {}
  252. .shop_alert_head_name_1 {
  253. float: left;
  254. font-weight: bold;
  255. color: #A01C0E;
  256. font-size: 20px;
  257. margin-top: 30px;
  258. letter-spacing: 1px;
  259. }
  260. .shop_alert_head_name_2 {
  261. float: left;
  262. color: #333;
  263. font-size: 16px;
  264. margin: 35px 0px 0px 10px;
  265. position: relative;
  266. padding-left: 22px;
  267. font-weight: bold;
  268. }
  269. .shop_alert_head_name_2::after {
  270. content: '';
  271. display: block;
  272. width: 14px;
  273. height: 10px;
  274. position: absolute;
  275. left: 0px;
  276. bottom: 3px;
  277. background: url(@/public/img/16.png) no-repeat left 0px;
  278. background-size: 100% 100%;
  279. }
  280. .shop_alert_head_btn_a {
  281. float: right;
  282. height: 40px;
  283. line-height: 40px;
  284. color: #fff;
  285. font-size: 14px;
  286. padding: 0px 20px 0px 36px;
  287. margin-top: 23px;
  288. background: url(@/public/img/14.png) no-repeat 18px center #A01C0E;
  289. background-size: 14px auto;
  290. }
  291. .shop_alert_ul {
  292. margin: 28px auto 0px;
  293. width: 980px;
  294. }
  295. .shop_alert_li {
  296. margin-bottom: 11px;
  297. display: flex;
  298. }
  299. .shop_alert_li_label {
  300. width: 150px;
  301. line-height: 21px;
  302. color: #333;
  303. font-size: 16px;
  304. padding-right: 24px;
  305. font-weight: bold;
  306. position: relative;
  307. box-sizing: border-box;
  308. margin-right: 20px;
  309. }
  310. .shop_alert_li_label::after {
  311. content: '';
  312. display: block;
  313. position: absolute;
  314. right: 0px;
  315. top: 0px;
  316. width: 22px;
  317. height: 22px;
  318. background: url(@/public/img/15.png) no-repeat right 0px;
  319. background-size: 100% 100%;
  320. }
  321. .shop_alert_li_panel {}
  322. .shop_alert_li_panel_a {
  323. float: left;
  324. height: 21px;
  325. line-height: 21px;
  326. color: #666;
  327. font-size: 16px;
  328. margin: 0px 25px 10px 0px;
  329. }
  330. .shop_alert_li_panel_a:hover {
  331. color: #A01C0E;
  332. }
  333. .shop_alert_1_index {
  334. margin-top: 20px;
  335. }
  336. .shop_alert_img_ul {
  337. margin-top: 30px;
  338. }
  339. .shop_alert_img_li {
  340. float: left;
  341. width: 314px;
  342. margin: 0px 26px 30px 0px;
  343. box-sizing: border-box;
  344. }
  345. .shop_alert_img_li_a {
  346. display: block;
  347. width: 100%;
  348. }
  349. .shop_alert_img_li_img {
  350. width: 130px;
  351. height: 130px;
  352. margin-right: 10px;
  353. float: left;
  354. }
  355. .shop_alert_img_li_right {
  356. width: 173px;
  357. float: right;
  358. }
  359. .shop_alert_img_li_h4 {
  360. height: 18px;
  361. line-height: 18px;
  362. color: #333;
  363. font-size: 14px;
  364. font-weight: bold;
  365. margin-top: 7px;
  366. }
  367. .shop_alert_img_li_dot3 {
  368. height: 48px;
  369. line-height: 16px;
  370. color: #666;
  371. font-size: 12px;
  372. margin-top: 13px;
  373. }
  374. .shop_alert_img_li_time {
  375. float: left;
  376. height: 26px;
  377. line-height: 26px;
  378. color: rgba(51, 51, 51, 0.4);
  379. font-size: 12px;
  380. margin-top: 18px;
  381. background: #f7f7f7;
  382. padding: 0px 4px;
  383. }
  384. .shop_alert_img_li:nth-of-type(3n) {
  385. margin-right: 0;
  386. }
  387. .shop_alert_img_li_a:hover * {
  388. color: #A01C0E;
  389. }
  390. }
  391. .shop_banner {
  392. width: 1200px;
  393. overflow: hidden;
  394. margin: 20px auto 0px;
  395. .shop_banner_a {
  396. display: block;
  397. width: 1200px;
  398. height: 90px;
  399. }
  400. .shop_banner_img {
  401. display: block;
  402. width: 1200px;
  403. }
  404. }
  405. .shop_nav {
  406. border: solid 1px #E9E9E9;
  407. background: #fafafa;
  408. margin-top: 20px;
  409. }
  410. .shop_nav_head {
  411. float: left;
  412. height: 28px;
  413. width: 138px;
  414. margin: 30px 52px 0px 25px;
  415. .shop_nav_head_a {
  416. display: block;
  417. height: 28px;
  418. width: 138px;
  419. background: url(@/public/img/7.png) no-repeat left top;
  420. background-size: 100% 100%;
  421. }
  422. }
  423. .shop_nav_in {
  424. float: left;
  425. .shop_nav_in_a {
  426. float: left;
  427. height: 75px;
  428. line-height: 75px;
  429. color: #333;
  430. font-size: 16px;
  431. background: #f8f5f5;
  432. width: 118px;
  433. border-bottom: solid 5px #A01C0E;
  434. font-weight: bold;
  435. margin: 5px 0;
  436. text-align: center;
  437. }
  438. .shop_nav_in_a:nth-of-type(4) {
  439. margin-right: 8px;
  440. }
  441. .shop_nav_in_a:hover {
  442. color: #A01C0E;
  443. }
  444. }
  445. .shop_name_in {
  446. float: left;
  447. height: 40px;
  448. width: 1046px;
  449. float: left;
  450. box-sizing: border-box;
  451. .shop_name_a {
  452. float: left;
  453. height: 27px;
  454. line-height: 27px;
  455. color: #222;
  456. font-size: 20px;
  457. position: relative;
  458. margin: 7px 14.5px 0;
  459. padding: 0px 10px;
  460. }
  461. .shop_name_a::after {
  462. content: '/';
  463. display: block;
  464. position: absolute;
  465. top: 0px;
  466. right: -18px;
  467. height: 100%;
  468. line-height: 27px;
  469. color: #E9E9E9;
  470. font-size: 20px;
  471. }
  472. .shop_name_a:nth-last-of-type(1)::after {
  473. content: '';
  474. display: none;
  475. }
  476. .shop_name_a_only {
  477. background: #A01C0E;
  478. color: #fff;
  479. }
  480. }
  481. .shop_name_out {
  482. margin-top: 20px;
  483. }
  484. .shop_name_box {
  485. border-top: solid 1px #fff;
  486. }
  487. .shop_name_box_a {
  488. height: 44px;
  489. line-height: 44px;
  490. color: #fff;
  491. font-weight: bold;
  492. font-size: 20px;
  493. }
  494. .shop_name {
  495. float: left;
  496. height: 44px;
  497. line-height: 44px;
  498. color: #fff;
  499. font-weight: bold;
  500. position: relative;
  501. z-index: 11;
  502. text-align: center;
  503. font-size: 20px;
  504. background: #A01C0E;
  505. padding: 0px 14px;
  506. }
  507. .shop_name_right {
  508. height: 40px;
  509. border-bottom: 1px solid #E8E9EC;
  510. margin-top: 4px;
  511. background: #F8F8F8;
  512. position: relative;
  513. z-index: 2;
  514. }
  515. .shop_name_right::after {
  516. content: '';
  517. display: block;
  518. position: absolute;
  519. top: 0px;
  520. right: 0px;
  521. height: 100%;
  522. width: 16px;
  523. background: url(@/public/img/9.png) no-repeat 0px bottom #fff;
  524. background-size: 100% auto;
  525. }
  526. .shop_name_btn {
  527. width: 24px;
  528. height: 24px;
  529. float: right;
  530. margin: 10px 22px 0px 0px;
  531. background: url(@/public/img/8.png) no-repeat center center;
  532. border-radius: 50%;
  533. background-size: 100% 100%;
  534. }
  535. .shop_2_left {
  536. float: left;
  537. width: 900px;
  538. }
  539. .shop_3_right {
  540. float: right;
  541. width: 280px;
  542. }
  543. .shop_1_box {
  544. margin: 30px auto 0px;
  545. }
  546. .shop_2_box {
  547. margin: 30px auto 0px;
  548. }
  549. .shop_3_box {
  550. margin: 0px auto 0px;
  551. }
  552. .shop_4_box {
  553. margin: 4px auto 0px;
  554. }
  555. .shop_5_box {
  556. margin: 4px auto 0px;
  557. }
  558. .categ_crumb_box {
  559. margin-top: 20px;
  560. border-bottom: solid 1px #D9D9D9;
  561. padding-bottom: 20px;
  562. position: relative;
  563. }
  564. .categ_crumb_left {
  565. float: left;
  566. height: 21px;
  567. line-height: 21px;
  568. color: #999;
  569. font-size: 16px;
  570. .categ_crumb_left_a {
  571. display: inline-block;
  572. height: 21px;
  573. line-height: 21px;
  574. color: #999;
  575. font-size: 16px;
  576. }
  577. .categ_crumb_left_text {
  578. display: inline-block;
  579. height: 21px;
  580. line-height: 21px;
  581. color: #333;
  582. font-size: 16px;
  583. }
  584. }
  585. .categ_crumb_right {
  586. float: right;
  587. .categ_crumb_right_text {
  588. float: left;
  589. height: 21px;
  590. line-height: 21px;
  591. color: #333;
  592. font-size: 16px;
  593. }
  594. .categ_crumb_right_btn {
  595. float: left;
  596. width: 14px;
  597. height: 14px;
  598. background-image: url(@/public/img/17.png);
  599. margin: 5px 0px 0px 5px;
  600. }
  601. }
  602. .categ_crumb_panel {
  603. position: absolute;
  604. border: solid 1px #A01C0E;
  605. padding: 0px 30px 10px;
  606. background: #fff;
  607. right: 0px;
  608. top: 0px;
  609. box-sizing: border-box;
  610. width: 658px;
  611. top: 100%;
  612. .categ_crumb_panel_h4 {
  613. display: inline-block;
  614. height: 21px;
  615. line-height: 21px;
  616. color: #333;
  617. font-size: 16px;
  618. padding-right: 31px;
  619. margin-top: 20px;
  620. background: url(@/public/img/15.png) no-repeat right center;
  621. background-size: 21px 21px;
  622. }
  623. .categ_crumb_panel_btn_box {
  624. margin-top: 20px;
  625. }
  626. .categ_crumb_panel_btn {
  627. float: left;
  628. height: 21px;
  629. line-height: 21px;
  630. color: #666;
  631. font-size: 16px;
  632. font-weight: bold;
  633. margin: 0px 26.5px 11px 0px;
  634. }
  635. .categ_crumb_panel_btn:hover {
  636. color: #A01C0E;
  637. }
  638. .categ_crumb_panel_btn_only {
  639. color: #A01C0E;
  640. }
  641. }
  642. .categ_grey_box {
  643. box-sizing: border-box;
  644. border: solid 1px #E9E9E9;
  645. background: #F8F8F8;
  646. padding: 0px 20px 8px;
  647. width: 100%;
  648. margin-top: 15px;
  649. .categ_grey_head {
  650. height: 48px;
  651. line-height: 50px;
  652. color: #000;
  653. font-size: 18px;
  654. border-bottom: dashed 1px #E9E9E9;
  655. }
  656. .categ_grey_ul {
  657. margin: 10px 0px 0px -10px;
  658. }
  659. .categ_grey_btn {
  660. float: left;
  661. line-height: 29px;
  662. height: 29px;
  663. color: #333;
  664. font-size: 16px;
  665. margin: 0px 10px 7px;
  666. }
  667. .categ_grey_btn_only {
  668. background: #A01C0E;
  669. color: #fff;
  670. padding: 0px 5px 0px;
  671. margin: 0px 5px 7px;
  672. }
  673. }
  674. .categ_head_box {
  675. border-bottom: solid 1px #E9E9E9;
  676. padding-bottom: 22px;
  677. margin-top: 20px;
  678. border-top: solid 1px rgba(0, 0, 0, 0);
  679. .categ_head_a {
  680. float: left;
  681. text-indent: 15px;
  682. font-size: 20px;
  683. color: #333;
  684. border-left: solid 3px #A01C0E;
  685. height: 18px;
  686. line-height: 18px;
  687. }
  688. .categ_head_a_more {
  689. float: right;
  690. color: #999;
  691. font-size: 14px;
  692. margin-top: 0px;
  693. cursor: pointer;
  694. }
  695. }
  696. .categ_table {}
  697. .categ_table_head_box {
  698. height: 61px;
  699. border-bottom: solid 1px #E9E9E9;
  700. }
  701. .categ_table_head_box>.categ_table_td_1 {
  702. line-height: 61px;
  703. line-height: 61px;
  704. }
  705. .categ_table_head_box>.categ_table_td_2 {
  706. line-height: 61px;
  707. line-height: 61px;
  708. }
  709. .categ_table_head_box>.categ_table_td_3 {
  710. line-height: 61px;
  711. line-height: 61px;
  712. }
  713. .categ_table_head_box>.categ_table_td_4 {
  714. line-height: 61px;
  715. line-height: 61px;
  716. }
  717. .categ_table_td_1 {
  718. float: left;
  719. height: 100%;
  720. text-align: center;
  721. color: #666;
  722. font-size: 16px;
  723. width: 155px;
  724. margin-right: 126px;
  725. }
  726. .categ_table_td_2 {
  727. float: left;
  728. height: 100%;
  729. text-align: center;
  730. color: #666;
  731. font-size: 16px;
  732. width: 480px;
  733. margin-right: 124px;
  734. }
  735. .categ_table_td_3 {
  736. float: left;
  737. height: 100%;
  738. text-align: center;
  739. color: #666;
  740. font-size: 16px;
  741. width: 120px;
  742. margin-right: 62px;
  743. }
  744. .categ_table_td_4 {
  745. float: left;
  746. height: 100%;
  747. text-align: center;
  748. color: #666;
  749. font-size: 16px;
  750. width: 133px;
  751. }
  752. /* .categ_table_head_box>div:nth-of-type(even){background:aqua;} */
  753. .categ_table_li {
  754. height: 161px;
  755. box-sizing: border-box;
  756. padding: 15px 0px;
  757. border-bottom: solid 1px #E9E9E9;
  758. }
  759. .categ_table_td_1_img {
  760. display: block;
  761. width: 130px;
  762. height: 130px;
  763. margin: 0px auto;
  764. }
  765. .categ_table_li .categ_table_td_1 {
  766. line-height: 160px;
  767. line-height: 160px;
  768. }
  769. .categ_table_li .categ_table_td_2 {
  770. line-height: 160px;
  771. line-height: 160px;
  772. font-weight: bold;
  773. color: #333;
  774. }
  775. .categ_table_li .categ_table_td_3 {
  776. line-height: 160px;
  777. line-height: 160px;
  778. }
  779. .categ_table_li .categ_table_td_4 {
  780. line-height: 160px;
  781. line-height: 160px;
  782. }
  783. .categ_3_index {
  784. margin-top: 28px;
  785. }
  786. .categ_ul_img_1 {
  787. margin-top: 20px;
  788. }
  789. .categ_li_img_1 {
  790. float: left;
  791. margin: 0px 24px 20px 0px;
  792. width: 180px;
  793. position: relative;
  794. }
  795. .categ_li_img_1_a {}
  796. .categ_li_img_1_img {
  797. display: block;
  798. width: 180px;
  799. height: 180px;
  800. }
  801. .categ_li_img_1_dot2 {
  802. width: 168px;
  803. margin: 10px auto 0px;
  804. height: 32px;
  805. line-height: 16px;
  806. color: #333;
  807. font-size: 14px;
  808. }
  809. .categ_li_img_1:nth-of-type(6n) {
  810. margin-right: 0px;
  811. }
  812. .categ_li_img_1_hover_dot1 {
  813. width: 152px;
  814. position: absolute;
  815. left: 50%;
  816. margin-left: -76px;
  817. bottom: 13px;
  818. font-size: 14px;
  819. background: linear-gradient(to right, #FFE1AA, #F9F4E3, #FFE1AA);
  820. -webkit-background-clip: text;
  821. color: transparent;
  822. }
  823. .categ_li_img_1:hover .categ_li_img_1_dot2 {
  824. color: #A01C0E;
  825. }
  826. .categ_li_img_1:nth-of-type(1) .categ_li_img_1_dot2::after {
  827. content: '';
  828. display: block;
  829. position: absolute;
  830. background: url(@/public/img/18.png) no-repeat left 0px;
  831. background-size: 100% 100%;
  832. width: 32px;
  833. height: 32px;
  834. left: 10px;
  835. top: 0px;
  836. z-index: 11;
  837. }
  838. .categ_li_img_1:nth-of-type(2) .categ_li_img_1_dot2::after {
  839. content: '';
  840. display: block;
  841. position: absolute;
  842. background: url(@/public/img/19.png) no-repeat left 0px;
  843. background-size: 100% 100%;
  844. width: 32px;
  845. height: 32px;
  846. left: 10px;
  847. top: 0px;
  848. z-index: 11;
  849. }
  850. .categ_li_img_1:nth-of-type(3) .categ_li_img_1_dot2::after {
  851. content: '';
  852. display: block;
  853. position: absolute;
  854. background: url(@/public/img/20.png) no-repeat left 0px;
  855. background-size: 100% 100%;
  856. width: 32px;
  857. height: 32px;
  858. left: 10px;
  859. top: 0px;
  860. z-index: 11;
  861. }
  862. .categ_ul_img_2 {
  863. margin-top: 20px;
  864. }
  865. .categ_li_img_2 {
  866. float: left;
  867. margin: 0px 24px 20px 0px;
  868. width: 180px;
  869. position: relative;
  870. }
  871. .categ_li_img_2_a {}
  872. .categ_li_img_2_img {
  873. display: block;
  874. width: 180px;
  875. height: 180px;
  876. }
  877. .categ_li_img_2_dot2 {
  878. width: 168px;
  879. margin: 10px auto 0px;
  880. height: 32px;
  881. line-height: 16px;
  882. color: #333;
  883. font-size: 14px;
  884. }
  885. .categ_li_img_2:nth-of-type(6n) {
  886. margin-right: 0px;
  887. }
  888. .categ_li_img_2_hover_dot1 {
  889. width: 152px;
  890. position: absolute;
  891. left: 50%;
  892. margin-left: -76px;
  893. bottom: 13px;
  894. font-size: 14px;
  895. background: linear-gradient(to right, #FFE1AA, #F9F4E3, #FFE1AA);
  896. -webkit-background-clip: text;
  897. color: transparent;
  898. }
  899. .categ_li_img_2:hover .categ_li_img_2_dot2 {
  900. color: #A01C0E;
  901. }
  902. /*乡村网-商城-搜索-查看更多*/
  903. .search_head_text_box {
  904. height: 18px;
  905. line-height: 18px;
  906. color: #333;
  907. font-size: 16px;
  908. float: left;
  909. margin-left: 20px;
  910. }
  911. .search_head_text_red {
  912. color: #A01C0E;
  913. }
  914. .search_table_td_2 {
  915. float: left;
  916. height: 100%;
  917. width: 480px;
  918. margin-right: 124px;
  919. .search_table_td_2_head {
  920. height: 21px;
  921. line-height: 21px;
  922. color: #333;
  923. font-size: 16px;
  924. font-weight: bold;
  925. width: 480px;
  926. }
  927. .search_table_td_2_dot2 {
  928. max-height: 36px;
  929. line-height: 18px;
  930. color: #666;
  931. font-size: 14px;
  932. margin-top: 5px;
  933. width: 480px;
  934. }
  935. .search_table_td_2_dot3 {
  936. color: #999;
  937. font-size: 14px;
  938. height: 30px;
  939. line-height: 30px;
  940. margin-top: 5px;
  941. }
  942. .search_table_td_2_in {
  943. height: 129px;
  944. width: 480px;
  945. display: table-cell;
  946. vertical-align: middle;
  947. }
  948. }
  949. @media screen and (min-width:1200px) {
  950. /*pc_1440*/
  951. @media screen and (max-width:1440px) {
  952. /*1200*/
  953. }
  954. .pc_none {
  955. display: none;
  956. }
  957. }
  958. @media screen and (max-width:599px) {}
  959. @media screen and (max-width:320px) {}