newsClass.less 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866
  1. @charset "utf-8";
  2. * {
  3. font-family: "微软雅黑", "microsoft yahei";
  4. }
  5. ul,
  6. ol {
  7. list-style: none;
  8. }
  9. a:active {
  10. text-decoration: none;
  11. }
  12. a:hover {
  13. text-decoration: none;
  14. }
  15. a:visited {
  16. text-decoration: none;
  17. }
  18. a:link {
  19. text-decoration: none;
  20. }
  21. a:focus {
  22. text-decoration: none;
  23. }
  24. body {
  25. position: relative;
  26. }
  27. .clearfix {
  28. overflow: hidden;
  29. }
  30. .clearfix_2::after {
  31. content: '';
  32. display: block;
  33. height: 0;
  34. visibility: hidden;
  35. clear: both;
  36. }
  37. .hiddenColor {
  38. visibility: hidden;
  39. }
  40. .hand {
  41. cursor: pointer;
  42. }
  43. .aTag_parent {
  44. position: relative;
  45. }
  46. .aTag_parent>a,
  47. .aTag {
  48. display: block;
  49. width: 100%;
  50. height: 100%;
  51. position: absolute;
  52. z-index: 99;
  53. border: 0px;
  54. top: 0px;
  55. left: 0px;
  56. background: rgba(0, 0, 0, 0);
  57. }
  58. .dot1 {
  59. display: block;
  60. word-break: keep-all;
  61. white-space: nowrap;
  62. overflow: hidden;
  63. text-overflow: ellipsis;
  64. }
  65. .dot2 {
  66. overflow: hidden;
  67. display: -webkit-box;
  68. -webkit-box-orient: vertical;
  69. -webkit-line-clamp: 2;
  70. }
  71. .dot3 {
  72. overflow: hidden;
  73. display: -webkit-box;
  74. -webkit-box-orient: vertical;
  75. -webkit-line-clamp: 3;
  76. }
  77. input,
  78. img {
  79. border: none;
  80. }
  81. .cover100 img {
  82. display: block;
  83. width: 100%;
  84. height: 100%;
  85. object-fit: cover;
  86. }
  87. .back100 {
  88. background-size: 100% 100%;
  89. background-repeat: no-repeat;
  90. }
  91. article,
  92. aside,
  93. footer,
  94. header,
  95. time,
  96. video,
  97. main,
  98. nav,
  99. h4,
  100. h3,
  101. section {
  102. display: block;
  103. }
  104. .index_main {
  105. margin: 0 auto;
  106. }
  107. .slow_6 {
  108. -webkit-transition: all .6s;
  109. -moz-transition: all .6s;
  110. -ms-transition: all .6s;
  111. -o-transition: all .6s;
  112. transition: all .6s;
  113. }
  114. .index_main {
  115. width: 1200px;
  116. margin: 0px auto 330px;
  117. }
  118. .shop_head_1 {
  119. height: 29px;
  120. position: relative;
  121. .shop_head_1_name {
  122. float: left;
  123. height: 29px;
  124. line-height: 29px;
  125. color: #255590;
  126. font-size: 22px;
  127. font-weight: bold;
  128. padding-left: 22px;
  129. background: url(@/public/img/3.png) no-repeat left center;
  130. background-size: 12px 18px;
  131. }
  132. .shop_head_1_more {
  133. height: 29px;
  134. line-height: 29px;
  135. color: #999;
  136. float: right;
  137. font-size: 16px;
  138. }
  139. .shop_head_1_more::after {
  140. content: '';
  141. display: block;
  142. left: 0px;
  143. top: 0px;
  144. position: absolute;
  145. width: 100%;
  146. height: 100%;
  147. z-index: 11;
  148. }
  149. }
  150. .categ_color_box {
  151. border: solid 1px #E9E9E9;
  152. background: #F8F8F8;
  153. margin-top: 30px;
  154. box-sizing: border-box;
  155. .categ_color_name {
  156. width: 1160px;
  157. margin: 0px auto;
  158. height: 60px;
  159. line-height: 60px;
  160. color: #333;
  161. font-size: 18px;
  162. border-bottom: dashed 1px #E9E9E9;
  163. }
  164. .categ_color_in {
  165. padding: 6px 0px 0px;
  166. }
  167. .categ_color_a {
  168. float: left;
  169. height: 29px;
  170. line-height: 29px;
  171. color: #333;
  172. margin: 10px 10px 16px;
  173. font-size: 16px;
  174. padding: 0px 10px;
  175. }
  176. .categ_color_a_only {
  177. color: #fff;
  178. background: #255590;
  179. }
  180. }
  181. .categ_crumb {
  182. line-height: 26px;
  183. color: #999;
  184. font-size: 20px;
  185. margin-top: 30px;
  186. padding-bottom: 30px;
  187. border-bottom: solid 1px #D9D9D9;
  188. .categ_crumb_text {
  189. display: inline-block;
  190. line-height: 26px;
  191. color: #999;
  192. font-size: 20px;
  193. margin: 0px 11px;
  194. }
  195. span.categ_crumb_text {
  196. color: #333;
  197. }
  198. a.categ_crumb_text:hover {
  199. color: #255590;
  200. }
  201. }
  202. .shop_head_2 {
  203. height: 29px;
  204. position: relative;
  205. .shop_head_2_name {
  206. float: left;
  207. height: 29px;
  208. line-height: 29px;
  209. color: #255590;
  210. font-size: 22px;
  211. font-weight: bold;
  212. padding-left: 22px;
  213. background: url(@/public/img/3.png) no-repeat left center;
  214. background-size: 12px 18px;
  215. }
  216. .shop_head_2_more {
  217. height: 29px;
  218. line-height: 29px;
  219. color: #999;
  220. float: right;
  221. font-size: 16px;
  222. }
  223. .shop_head_2_more::after {
  224. content: '';
  225. display: block;
  226. left: 0px;
  227. top: 0px;
  228. position: absolute;
  229. width: 100%;
  230. height: 100%;
  231. z-index: 11;
  232. }
  233. }
  234. .shop_ul_2 {
  235. margin-top: 30px;
  236. .shop_li_2 {
  237. height: 24px;
  238. line-height: 24px;
  239. color: #333;
  240. font-size: 18px;
  241. margin-bottom: 17px;
  242. box-sizing: border-box;
  243. text-indent: 16px;
  244. position: relative;
  245. }
  246. .shop_li_2:hover {
  247. color: #255590;
  248. }
  249. .shop_li_2::after {
  250. content: '';
  251. display: block;
  252. width: 6px;
  253. height: 6px;
  254. background: #ddd;
  255. border-radius: 50%;
  256. position: absolute;
  257. left: 0px;
  258. top: 8px;
  259. z-index: 11;
  260. }
  261. .shop_li_2:nth-of-type(3n-2) {
  262. font-weight: bold;
  263. }
  264. .shop_li_2:hover::after {
  265. content: '';
  266. display: block;
  267. background: #255590;
  268. }
  269. .shop_li_2:nth-last-of-type(1) {
  270. margin-bottom: 0px;
  271. }
  272. }
  273. .shop_img_ul_1 {
  274. margin-top: 30px;
  275. .shop_img_li_1 {
  276. width: 350px;
  277. height: 230px;
  278. position: relative;
  279. }
  280. .shop_img_li_1_a {}
  281. .shop_img_li_1_img {
  282. display: block;
  283. width: 350px;
  284. height: 230px;
  285. }
  286. .shop_img_li_1_rgba {
  287. width: 350px;
  288. height: 44px;
  289. line-height: 44px;
  290. color: #fff;
  291. font-size: 18px;
  292. padding: 0px 10px;
  293. box-sizing: border-box;
  294. position: absolute;
  295. z-index: 11;
  296. left: 0px;
  297. bottom: 0px;
  298. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  299. }
  300. }
  301. .shop_ul_1 {
  302. margin-top: 17px;
  303. .shop_li_1 {
  304. height: 24px;
  305. line-height: 24px;
  306. color: #333;
  307. font-size: 18px;
  308. margin-bottom: 18px;
  309. box-sizing: border-box;
  310. position: relative;
  311. }
  312. .shop_li_1:hover {
  313. color: #255590;
  314. }
  315. .shop_li_1:nth-last-of-type(1) {
  316. margin-bottom: 0px;
  317. }
  318. }
  319. .shop_head_3 {
  320. margin-top: 30px;
  321. height: 29px;
  322. position: relative;
  323. .shop_head_3_name {
  324. float: left;
  325. height: 29px;
  326. line-height: 29px;
  327. color: #255590;
  328. font-size: 22px;
  329. font-weight: bold;
  330. padding-left: 22px;
  331. background: url(@/public/img/3.png) no-repeat left center;
  332. background-size: 12px 18px;
  333. }
  334. .shop_head_3_more {
  335. height: 29px;
  336. line-height: 29px;
  337. color: #999;
  338. float: right;
  339. font-size: 16px;
  340. }
  341. .shop_head_3_more::after {
  342. content: '';
  343. display: block;
  344. left: 0px;
  345. top: 0px;
  346. position: absolute;
  347. width: 100%;
  348. height: 100%;
  349. z-index: 11;
  350. }
  351. }
  352. .shop_img_ul_2 {
  353. margin-top: 30px;
  354. .shop_img_li_2 {
  355. width: 350px;
  356. height: 230px;
  357. position: relative;
  358. }
  359. .shop_img_li_2_a {}
  360. .shop_img_li_2_img {
  361. display: block;
  362. width: 350px;
  363. height: 230px;
  364. }
  365. .shop_img_li_2_rgba {
  366. width: 350px;
  367. height: 44px;
  368. line-height: 44px;
  369. color: #fff;
  370. font-size: 18px;
  371. padding: 0px 10px;
  372. box-sizing: border-box;
  373. position: absolute;
  374. z-index: 11;
  375. left: 0px;
  376. bottom: 0px;
  377. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  378. }
  379. }
  380. .shop_ul_3 {
  381. margin-top: 30px;
  382. .shop_li_3 {
  383. height: 24px;
  384. line-height: 24px;
  385. color: #333;
  386. font-size: 18px;
  387. margin-bottom: 17px;
  388. box-sizing: border-box;
  389. text-indent: 16px;
  390. position: relative;
  391. }
  392. .shop_li_3:hover {
  393. color: #255590;
  394. }
  395. .shop_li_3::after {
  396. content: '';
  397. display: block;
  398. width: 6px;
  399. height: 6px;
  400. background: #ddd;
  401. border-radius: 50%;
  402. position: absolute;
  403. left: 0px;
  404. top: 8px;
  405. z-index: 11;
  406. }
  407. .shop_li_3:nth-of-type(3n-2) {
  408. font-weight: bold;
  409. }
  410. .shop_li_3:hover::after {
  411. content: '';
  412. display: block;
  413. background: #255590;
  414. }
  415. .shop_li_3:nth-last-of-type(1) {
  416. margin-bottom: 0px;
  417. }
  418. }
  419. .shop_head_4 {
  420. height: 29px;
  421. position: relative;
  422. .shop_head_4_name {
  423. float: left;
  424. height: 29px;
  425. line-height: 29px;
  426. color: #255590;
  427. font-size: 22px;
  428. font-weight: bold;
  429. padding-left: 22px;
  430. background: url(@/public/img/3.png) no-repeat left center;
  431. background-size: 12px 18px;
  432. }
  433. .shop_head_4_more {
  434. height: 29px;
  435. line-height: 29px;
  436. color: #999;
  437. float: right;
  438. font-size: 16px;
  439. }
  440. .shop_head_4_more::after {
  441. content: '';
  442. display: block;
  443. left: 0px;
  444. top: 0px;
  445. position: absolute;
  446. width: 100%;
  447. height: 100%;
  448. z-index: 11;
  449. }
  450. }
  451. .shop_img_ul_3 {
  452. margin-top: 30px;
  453. .shop_img_li_3 {
  454. width: 451px;
  455. height: 265px;
  456. margin-bottom: 20px;
  457. position: relative;
  458. }
  459. .shop_img_li_3_a {}
  460. .shop_img_li_3_img {
  461. display: block;
  462. width: 451px;
  463. height: 265px;
  464. }
  465. .shop_img_li_3_rgba {
  466. width: 451px;
  467. height: 44px;
  468. line-height: 44px;
  469. color: #fff;
  470. font-size: 18px;
  471. padding: 0px 10px;
  472. box-sizing: border-box;
  473. position: absolute;
  474. z-index: 11;
  475. left: 0px;
  476. bottom: 0px;
  477. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
  478. }
  479. }
  480. .shop_ul_4 {
  481. .shop_li_4 {
  482. height: 24px;
  483. line-height: 24px;
  484. color: #333;
  485. font-size: 18px;
  486. margin-bottom: 24px;
  487. box-sizing: border-box;
  488. text-indent: 28px;
  489. position: relative;
  490. }
  491. .shop_li_4:hover {
  492. color: #255590;
  493. }
  494. .shop_li_4_num {
  495. left: 0px;
  496. top: 0px;
  497. position: absolute;
  498. display: block;
  499. height: 24px;
  500. line-height: 24px;
  501. color: #333;
  502. font-size: 18px;
  503. font-style: italic;
  504. text-indent: 0px;
  505. content: '??';
  506. }
  507. .shop_li_4:nth-of-type(-n+3) .shop_li_4_num {
  508. color: #255590;
  509. }
  510. .shop_li_4:nth-last-of-type(1) {
  511. margin-bottom: 0px;
  512. }
  513. }
  514. .banner_1 {
  515. margin-top: 29px;
  516. height: 90px;
  517. overflow: hidden;
  518. .banner_1_a {
  519. display: block;
  520. width: 100%;
  521. height: 100%;
  522. }
  523. .banner_1_img {
  524. display: block;
  525. width: 100%;
  526. }
  527. }
  528. .banner_2 {
  529. margin-top: 29px;
  530. height: 90px;
  531. overflow: hidden;
  532. .banner_2_a {
  533. display: block;
  534. width: 100%;
  535. height: 100%;
  536. }
  537. .banner_2_img {
  538. display: block;
  539. width: 100%;
  540. }
  541. }
  542. .index_1 {
  543. margin-top: 30px;
  544. }
  545. .index_2 {
  546. margin-top: 30px;
  547. }
  548. .index_2_left {
  549. float: left;
  550. width: 720px;
  551. }
  552. .index_2_right {
  553. float: right;
  554. width: 451px;
  555. }
  556. .index_3 {
  557. margin-top: 30px;
  558. }
  559. .index_3_left {
  560. float: left;
  561. width: 720px;
  562. }
  563. .index_3_right {
  564. float: right;
  565. width: 451px;
  566. }
  567. .index_3_in {
  568. width: 350px;
  569. }
  570. .index_3_in:nth-of-type(odd) {
  571. float: left;
  572. }
  573. .index_3_in:nth-of-type(even) {
  574. float: right;
  575. }
  576. .index_3_in_2 {
  577. width: 350px;
  578. }
  579. .index_3_in_2:nth-of-type(odd) {
  580. float: left;
  581. }
  582. .index_3_in_2:nth-of-type(even) {
  583. float: right;
  584. }
  585. /* 三农市场网-商城-资讯列表 */
  586. .info_1_left {
  587. width: 900px;
  588. float: left;
  589. }
  590. .info_1_aside {
  591. width: 266px;
  592. float: right;
  593. }
  594. .info_ul_1 {
  595. .info_li_1 {
  596. margin-bottom: 20px;
  597. }
  598. .info_li_1_a {
  599. height: 24px;
  600. line-height: 24px;
  601. float: left;
  602. color: #333;
  603. font-size: 18px;
  604. padding-right: 22px;
  605. max-width: 777px;
  606. position: relative;
  607. }
  608. .info_li_1_a_hot::after {
  609. content: '热';
  610. display: block;
  611. width: 20px;
  612. height: 20px;
  613. border-radius: 4px;
  614. position: absolute;
  615. top: 0px;
  616. right: 0px;
  617. background: #FF2626;
  618. font-weight: lighter;
  619. line-height: 20px;
  620. text-align: center;
  621. color: #fff;
  622. font-size: 14px;
  623. }
  624. .info_li_1_time {
  625. height: 24px;
  626. line-height: 24px;
  627. color: #333;
  628. font-size: 18px;
  629. float: right;
  630. }
  631. .info_li_1:nth-of-type(5n-4) {
  632. font-weight: bold;
  633. margin-top: 30px;
  634. }
  635. .info_li_1:nth-of-type(5n-4) .info_li_1_a {
  636. font-weight: bold;
  637. }
  638. .info_li_1:nth-of-type(5n-4) .info_li_1_time {
  639. font-weight: bold;
  640. }
  641. .info_li_1:nth-of-type(5n) {
  642. border-bottom: solid 1px #D9D9D9;
  643. padding-bottom: 30px;
  644. }
  645. }
  646. .info_foot {
  647. margin-top: 60px;
  648. text-align: center;
  649. .info_foot_a {
  650. height: 34px;
  651. line-height: 34px;
  652. color: #666;
  653. display: inline-block;
  654. border-radius: 4px;
  655. margin: 0px 10px;
  656. font-size: 14px;
  657. border: solid 1px #EAEAEA;
  658. background: #F6F6F6;
  659. padding: 0px 15px;
  660. }
  661. .info_foot_a_only {
  662. font-weight: bold;
  663. background: #255590;
  664. color: #fff;
  665. }
  666. }
  667. .shop_head_5 {
  668. height: 29px;
  669. margin-top: 58px;
  670. position: relative;
  671. .shop_head_5_name {
  672. float: left;
  673. height: 29px;
  674. line-height: 29px;
  675. color: #255590;
  676. font-size: 22px;
  677. font-weight: bold;
  678. padding-left: 22px;
  679. background: url(@/public/img/3.png) no-repeat left center;
  680. background-size: 12px 18px;
  681. }
  682. }
  683. .shop_img_ul_4 {
  684. margin-top: 30px;
  685. .shop_img_li_4 {
  686. margin-bottom: 20px;
  687. }
  688. .shop_img_li_4_a {
  689. display: block;
  690. width: 100%;
  691. }
  692. .shop_img_li_4_img {
  693. float: left;
  694. width: 120px;
  695. height: 120px;
  696. }
  697. .shop_img_li_4_right {
  698. float: right;
  699. width: 140px;
  700. }
  701. .shop_img_li_4_dot3 {
  702. height: 69px;
  703. line-height: 23px;
  704. margin-top: 2px;
  705. color: #333;
  706. font-size: 18px;
  707. }
  708. .shop_img_li_4_btn {
  709. border: solid 1px #255590;
  710. height: 23px;
  711. line-height: 23px;
  712. color: #255590;
  713. font-size: 14px;
  714. margin-top: 16px;
  715. padding: 0px 4px;
  716. float: left;
  717. }
  718. .shop_img_li_4_a:hover .shop_img_li_4_dot3 {
  719. color: #255590;
  720. }
  721. .shop_img_li_4:nth-last-of-type(1) {
  722. margin-bottom: 0px;
  723. }
  724. }
  725. .shop_ul_5 {
  726. margin-top: 30px;
  727. .shop_li_5 {
  728. height: 24px;
  729. line-height: 24px;
  730. color: #333;
  731. font-size: 18px;
  732. margin-bottom: 17px;
  733. box-sizing: border-box;
  734. text-indent: 16px;
  735. position: relative;
  736. }
  737. .shop_li_5:hover {
  738. color: #255590;
  739. }
  740. .shop_li_5::after {
  741. content: '';
  742. display: block;
  743. width: 6px;
  744. height: 6px;
  745. background: #ddd;
  746. border-radius: 50%;
  747. position: absolute;
  748. left: 0px;
  749. top: 8px;
  750. z-index: 11;
  751. }
  752. .shop_li_5:hover::after {
  753. content: '';
  754. display: block;
  755. background: #255590;
  756. }
  757. .shop_li_5:nth-last-of-type(1) {
  758. margin-bottom: 0px;
  759. }
  760. }
  761. .shop_head_6 {
  762. height: 29px;
  763. margin-top: 31px;
  764. position: relative;
  765. .shop_head_6_name {
  766. float: left;
  767. height: 29px;
  768. line-height: 29px;
  769. color: #255590;
  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. }
  777. .shop_img_ul_5 {
  778. margin-top: 30px;
  779. .shop_img_li_5 {
  780. margin-bottom: 20px;
  781. }
  782. .shop_img_li_5_a {
  783. display: block;
  784. width: 100%;
  785. }
  786. .shop_img_li_5_img {
  787. float: left;
  788. width: 120px;
  789. height: 120px;
  790. }
  791. .shop_img_li_5_right {
  792. float: right;
  793. width: 140px;
  794. }
  795. .shop_img_li_5_dot3 {
  796. height: 69px;
  797. line-height: 23px;
  798. margin-top: 2px;
  799. color: #333;
  800. font-size: 18px;
  801. }
  802. .shop_img_li_5_btn {
  803. border: solid 1px #255590;
  804. height: 23px;
  805. line-height: 23px;
  806. color: #255590;
  807. font-size: 14px;
  808. margin-top: 16px;
  809. padding: 0px 4px;
  810. float: left;
  811. }
  812. .shop_img_li_5_a:hover .shop_img_li_5_dot3 {
  813. color: #255590;
  814. }
  815. .shop_img_li_5:nth-last-of-type(1) {
  816. margin-bottom: 0px;
  817. }
  818. }
  819. .shop_ul_6 {
  820. margin-top: 30px;
  821. .shop_li_6 {
  822. height: 24px;
  823. line-height: 24px;
  824. color: #333;
  825. font-size: 18px;
  826. margin-bottom: 17px;
  827. box-sizing: border-box;
  828. text-indent: 16px;
  829. position: relative;
  830. }
  831. .shop_li_6:hover {
  832. color: #255590;
  833. }
  834. .shop_li_6::after {
  835. content: '';
  836. display: block;
  837. width: 6px;
  838. height: 6px;
  839. background: #ddd;
  840. border-radius: 50%;
  841. position: absolute;
  842. left: 0px;
  843. top: 8px;
  844. z-index: 11;
  845. }
  846. .shop_li_6:hover::after {
  847. content: '';
  848. display: block;
  849. background: #255590;
  850. }
  851. .shop_li_6:nth-last-of-type(1) {
  852. margin-bottom: 0px;
  853. }
  854. }
  855. /* 三农市场网-商城-资讯列表 */
  856. @media screen and (min-width:1200px) {
  857. /*pc_1440*/
  858. @media screen and (max-width:1440px) {
  859. /*1200*/
  860. }
  861. .pc_none {
  862. display: none;
  863. }
  864. }
  865. @media screen and (max-width:599px) {}
  866. @media screen and (max-width:320px) {}