农燊高科官方网站
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

2580 regels
33 KiB

  1. /* nprogress公用CSS */
  2. #nprogress {
  3. pointer-events: none;
  4. }
  5. #nprogress .bar {
  6. background: #29d;
  7. position: fixed;
  8. z-index: 1031;
  9. top: 0;
  10. left: 0;
  11. width: 100%;
  12. height: 2px;
  13. }
  14. /* Fancy blur effect */
  15. #nprogress .peg {
  16. display: block;
  17. position: absolute;
  18. right: 0px;
  19. width: 100px;
  20. height: 100%;
  21. box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  22. opacity: 1.0;
  23. -webkit-transform: rotate(3deg) translate(0px, -4px);
  24. -ms-transform: rotate(3deg) translate(0px, -4px);
  25. transform: rotate(3deg) translate(0px, -4px);
  26. }
  27. /* Remove these to get rid of the spinner */
  28. #nprogress .spinner {
  29. display: block;
  30. position: fixed;
  31. z-index: 1031;
  32. top: 15px;
  33. right: 15px;
  34. }
  35. #nprogress .spinner-icon {
  36. width: 18px;
  37. height: 18px;
  38. box-sizing: border-box;
  39. border: solid 2px transparent;
  40. border-top-color: #29d;
  41. border-left-color: #29d;
  42. border-radius: 50%;
  43. -webkit-animation: nprogress-spinner 400ms linear infinite;
  44. animation: nprogress-spinner 400ms linear infinite;
  45. }
  46. .nprogress-custom-parent {
  47. overflow: hidden;
  48. position: relative;
  49. }
  50. .nprogress-custom-parent #nprogress .spinner,
  51. .nprogress-custom-parent #nprogress .bar {
  52. position: absolute;
  53. }
  54. @-webkit-keyframes nprogress-spinner {
  55. 0% {
  56. -webkit-transform: rotate(0deg);
  57. }
  58. 100% {
  59. -webkit-transform: rotate(360deg);
  60. }
  61. }
  62. @keyframes nprogress-spinner {
  63. 0% {
  64. transform: rotate(0deg);
  65. }
  66. 100% {
  67. transform: rotate(360deg);
  68. }
  69. }
  70. html,
  71. body,
  72. div,
  73. span,
  74. iframe,
  75. h1,
  76. h2,
  77. h3,
  78. h4,
  79. h5,
  80. h6,
  81. p,
  82. blockquote,
  83. a,
  84. address,
  85. em,
  86. img,
  87. ol,
  88. ul,
  89. li,
  90. fieldset,
  91. form,
  92. label,
  93. legend,
  94. table,
  95. tbody,
  96. tfoot,
  97. thead,
  98. tr,
  99. th,
  100. td,
  101. i,
  102. b,
  103. s {
  104. margin: 0;
  105. padding: 0;
  106. border: 0;
  107. font-weight: inherit;
  108. font-style: inherit;
  109. font-family: Source Han Sans CN,Helvetica, Arial;
  110. word-break: break-all;
  111. }
  112. html,
  113. body {
  114. height: 100%;
  115. overflow: hidden;
  116. }
  117. .font-yahei {
  118. font-family: "微软雅黑";
  119. }
  120. body>.main {
  121. overflow-y: auto;
  122. height: 100%;
  123. }
  124. ul,
  125. ol {
  126. list-style: none
  127. }
  128. a img {
  129. border: none;
  130. }
  131. a,
  132. a:link {
  133. text-decoration: none;
  134. color: #333
  135. }
  136. button {
  137. overflow: visible;
  138. padding: 0;
  139. margin: 0;
  140. border: 0 none;
  141. background-color: transparent;
  142. appearance: none;
  143. -webkit-appearance: none;
  144. }
  145. button::-moz-focus-inner {
  146. padding: 0
  147. }
  148. textarea,
  149. input {
  150. background: none;
  151. padding: 0;
  152. -webkit-border-radius: 0;
  153. -moz-border-radius: 0;
  154. border-radius: 0;
  155. }
  156. input[type=number] {
  157. appearance: none;
  158. -webkit-appearance: none;
  159. border: 0;
  160. }
  161. input[type=search] {
  162. appearance: none;
  163. -webkit-appearance: none;
  164. border: 0;
  165. }
  166. input[type=text] {
  167. appearance: none;
  168. -webkit-appearance: none;
  169. border: 0;
  170. }
  171. input[type=tel] {
  172. appearance: none;
  173. -webkit-appearance: none;
  174. border: 0;
  175. }
  176. input[type=button] {
  177. appearance: none;
  178. -webkit-appearance: none;
  179. }
  180. input[type=password] {
  181. -webkit-text-security: disc;
  182. appearance: none;
  183. -webkit-appearance: none;
  184. border: 0;
  185. }
  186. input[type=submit] {
  187. appearance: none;
  188. -webkit-appearance: none;
  189. border: 0;
  190. }
  191. textarea:focus,
  192. input:focus,
  193. button:focus {
  194. outline: none
  195. }
  196. select{
  197. outline:none;
  198. }
  199. body {
  200. word-wrap: break-word;
  201. font-size: 14px;
  202. color: #000;
  203. line-height: 1.5;
  204. font-family: Helvetica
  205. }
  206. * {
  207. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  208. overflow-scrolling: touch;
  209. -webkit-overflow-scrolling: touch;
  210. /*backface-visibility: hidden;*/
  211. /*-webkit-backface-visibility: hidden;*/
  212. box-sizing: border-box;
  213. }
  214. [v-cloak] {
  215. opacity: 0 !important;
  216. }
  217. .w-1200 {
  218. width: 1200px;
  219. margin: 0 auto;
  220. }
  221. .w-1000 {
  222. width: 1000px;
  223. }
  224. .w-800 {
  225. width: 800px;
  226. }
  227. .w-372 {
  228. width: 372px;
  229. }
  230. .inline_div {
  231. display: inline-block;
  232. }
  233. .block {
  234. display: block !important;
  235. }
  236. .txc {
  237. text-align: center;
  238. }
  239. .fl {
  240. float: left;
  241. }
  242. .fr {
  243. float: right;
  244. }
  245. .clear {
  246. clear: both;
  247. height: 0 !important;
  248. padding: 0 !important;
  249. margin: 0 !important;
  250. }
  251. /*三角形*/
  252. /*全局CSS*/
  253. .hide {
  254. display: none;
  255. }
  256. .show {
  257. display: block;
  258. }
  259. .bgimg_mid {
  260. background-position: center;
  261. background-repeat: no-repeat;
  262. }
  263. .overflow_auto {
  264. overflow: auto;
  265. -webkit-overflow-scrolling: touch;
  266. overflow-scrolling: touch;
  267. }
  268. .overflow_hide {
  269. overflow: hidden;
  270. }
  271. /*IE8伪flex布局*/
  272. .container {
  273. text-align: justify;
  274. }
  275. .container:after {
  276. content: '';
  277. display: inline-block;
  278. width: 100%;
  279. }
  280. .container-item {
  281. display: inline-block;
  282. }
  283. /*flex布局*/
  284. .flex_dom {
  285. display: flex !important;
  286. display: -webkit-box !important;
  287. display: -webkit-flex !important;
  288. }
  289. .flex_column {
  290. display: flex !important;
  291. display: -webkit-box !important;
  292. display: -webkit-flex !important;
  293. flex-direction: column;
  294. -webkit-flex-direction: column;
  295. }
  296. .flex_1 {
  297. flex: 1;
  298. -webkit-flex: 1;
  299. display: block;
  300. min-width: 0;
  301. }
  302. .flex_2 {
  303. flex: 2;
  304. -webkit-flex: 2;
  305. display: block;
  306. min-width: 0;
  307. }
  308. .flex_3 {
  309. flex: 3;
  310. -webkit-flex: 3;
  311. display: block;
  312. min-width: 0;
  313. }
  314. .flex_4 {
  315. flex: 4;
  316. -webkit-flex: 4;
  317. display: block;
  318. min-width: 0;
  319. }
  320. .flex_5 {
  321. flex: 5;
  322. -webkit-flex: 5;
  323. display: block;
  324. min-width: 0;
  325. }
  326. .flex_item_between {
  327. justify-content: space-between;
  328. -webkit-justify-content: space-between;
  329. }
  330. .flex_item_around {
  331. justify-content: space-around;
  332. -webkit-justify-content: space-around;
  333. }
  334. .flex_item_end {
  335. justify-content: flex-end;
  336. -webkit-justify-content: flex-end;
  337. }
  338. .flex_item_mid {
  339. align-items: center;
  340. -webkit-align-items: center;
  341. }
  342. .flex_item_stretch {
  343. align-items: stretch;
  344. -webkit-align-items: stretch;
  345. }
  346. .flex_item_center {
  347. justify-content: center;
  348. -webkit-justify-content: center;
  349. }
  350. .flex_wrap {
  351. flex-wrap: wrap;
  352. -webkit-flex-wrap: wrap;
  353. }
  354. /*三角*/
  355. .sanjiao-top {
  356. display: inline-block;
  357. border-bottom: 6px solid #000;
  358. border-bottom-color: initial;
  359. border-left: 3px solid transparent;
  360. border-right: 3px solid transparent;
  361. }
  362. .sanjiao-bottom {
  363. display: inline-block;
  364. border-top: 6px solid #000;
  365. border-top-color: initial;
  366. border-left: 3px solid transparent;
  367. border-right: 3px solid transparent;
  368. }
  369. .sanjiao-left {
  370. display: inline-block;
  371. border-right: 8px solid #000;
  372. border-right-color: initial;
  373. border-top: 5px solid transparent;
  374. border-bottom: 5px solid transparent;
  375. }
  376. .sanjiao-right {
  377. display: inline-block;
  378. border-left: 8px solid #000;
  379. border-left-color: initial;
  380. border-top: 5px solid transparent;
  381. border-bottom: 5px solid transparent;
  382. }
  383. .jiantou {
  384. width: 10px;
  385. height: 10px;
  386. border-top: 1px solid #666666;
  387. border-right: 1px solid #666666;
  388. transform: rotate(45deg);
  389. /*margin-top: 8px;*/
  390. /*margin-left: 10px;*/
  391. display: inline-block;
  392. }
  393. /*字体和背景颜色库*/
  394. .bg-fff {
  395. background-color: #fff;
  396. !important
  397. }
  398. .bg-f1 {
  399. background-color: #f1f1f1;
  400. !important
  401. }
  402. .bg-f4 {
  403. background-color: #f4f4f4;
  404. !important
  405. }
  406. .bg-f7 {
  407. background-color: #F7F7F7;
  408. !important
  409. }
  410. .bg-000 {
  411. background-color: #000000;
  412. !important
  413. }
  414. .bg-333 {
  415. background-color: #333333;
  416. !important
  417. }
  418. .bg-ddd {
  419. background-color: #DDDDDD;
  420. !important
  421. }
  422. .bg-666 {
  423. background-color: #666666;
  424. !important
  425. }
  426. .bg-999 {
  427. background-color: #999999;
  428. !important
  429. }
  430. .bg-eee {
  431. background-color: #EEEEEE;
  432. !important
  433. }
  434. .bg-f5 {
  435. background-color: #f5f5f5;
  436. }
  437. .bg-red {
  438. background-color: #FF0000;
  439. !important
  440. }
  441. .bg-orange {
  442. background-color: #ffa127;
  443. !important
  444. }
  445. .bg-yellow {
  446. background-color: #f5bc24;
  447. !important
  448. }
  449. .bg-green {
  450. background-color: #008000 !important;
  451. }
  452. .bg-lightgreen {
  453. background-color: #90EE90 !important;
  454. }
  455. .bg-blue {
  456. background-color: #0a669b !important;
  457. }
  458. .bg-purple {
  459. background-color: #800080 !important;
  460. }
  461. .bg-mengban {
  462. background-color: rgba(68, 68, 68, 0.6);
  463. }
  464. /**********阴影色***********/
  465. .shadow_fff {
  466. box-shadow: 0px 2px 3px #fff;
  467. }
  468. .shadow_f1 {
  469. box-shadow: 0px 2px 3px #f1f1f1;
  470. }
  471. .shadow_f7 {
  472. box-shadow: 0px 2px 3px #f7f7f7;
  473. }
  474. .shadow_000 {
  475. box-shadow: 0px 2px 3px #000;
  476. }
  477. .shadow_333 {
  478. box-shadow: 0px 2px 3px #333;
  479. }
  480. .shadow_ddd {
  481. box-shadow: 0px 2px 3px #ddd;
  482. }
  483. .shadow_666 {
  484. box-shadow: 0px 2px 3px #666;
  485. }
  486. .shadow_999 {
  487. box-shadow: 0px 2px 3px #999;
  488. }
  489. .shadow_red {
  490. box-shadow: 0px 2px 3px #FF0000;
  491. }
  492. .shadow_orange {
  493. box-shadow: 0px 2px 3px #f8b03f;
  494. }
  495. .shadow_yellow {
  496. box-shadow: 0px 2px 3px #f5bc24;
  497. }
  498. .shadow_green {
  499. box-shadow: 0px 2px 3px #008000;
  500. }
  501. .shadow_lightgreen {
  502. box-shadow: 0px 2px 3px #90EE90;
  503. }
  504. .shadow_purple {
  505. box-shadow: 0px 2px 3px #800080;
  506. }
  507. .shadow_orange {
  508. box-shadow: 0px 2px 3px #f8b03f;
  509. }
  510. /*字体样式库*/
  511. .fw_600 {
  512. font-weight: 600;
  513. }
  514. .fw_700 {
  515. font-weight: 700;
  516. }
  517. .font-w5 {
  518. font-weight: 500;
  519. }
  520. .font-w6 {
  521. font-weight: bold;
  522. }
  523. .color-ccc {
  524. color: #ccc !important
  525. }
  526. .color-eee {
  527. color: #eee !important
  528. }
  529. .color-fff {
  530. color: #fff !important
  531. }
  532. .color-000 {
  533. color: #000 !important
  534. }
  535. .color-333 {
  536. color: #333 !important
  537. }
  538. .color-555 {
  539. color: #555 !important
  540. }
  541. .color-666 {
  542. color: #666 !important
  543. }
  544. .color-999 {
  545. color: #999 !important
  546. }
  547. .color-9d {
  548. color: #9d9d9d !important
  549. }
  550. .color-168 {
  551. color: #168a44 !important
  552. }
  553. .color-parent {
  554. color: inherit !important
  555. }
  556. .color-red {
  557. color: #f35e57 !important
  558. }
  559. .color-orange {
  560. color: #ffa127 !important
  561. }
  562. .color-yellow {
  563. color: #f5bc24 !important;
  564. }
  565. .color-green {
  566. color: #32c52a !important;
  567. }
  568. .color-lightgreen {
  569. color: #90EE90 !important;
  570. }
  571. .color-blue {
  572. color: #3569c5 !important;
  573. }
  574. .color-gray {
  575. color: #999999 !important;
  576. }
  577. .font0 {
  578. font-size: 0px !important;
  579. }
  580. .font0>* {
  581. font-size: initial;
  582. display: inline-block;
  583. }
  584. .font10 {
  585. font-size: 10px !important;
  586. }
  587. .font12 {
  588. font-size: 12px !important;
  589. }
  590. .font14 {
  591. font-size: 14px !important;
  592. }
  593. .font16 {
  594. font-size: 16px !important;
  595. }
  596. .font18 {
  597. font-size: 18px !important;
  598. }
  599. .font20 {
  600. font-size: 20px !important;
  601. }
  602. .font24 {
  603. font-size: 24px !important;
  604. }
  605. .font26 {
  606. font-size: 26px !important;
  607. }
  608. .font30 {
  609. font-size: 30px !important;
  610. }
  611. .font32 {
  612. font-size: 32px !important;
  613. }
  614. .font34 {
  615. font-size: 34px !important;
  616. }
  617. .font36 {
  618. font-size: 36px !important;
  619. }
  620. .font38 {
  621. font-size: 38px !important;
  622. }
  623. .font40 {
  624. font-size: 40px !important;
  625. }
  626. .font42 {
  627. font-size: 42px !important;
  628. }
  629. .font44 {
  630. font-size: 44px !important;
  631. }
  632. .font56 {
  633. font-size: 56px !important;
  634. }
  635. /*rem*/
  636. .font14r {
  637. font-size: .14rem !important;
  638. }
  639. .font15r {
  640. font-size: .15rem !important;
  641. }
  642. .font16r {
  643. font-size: .16rem !important;
  644. }
  645. .font18r {
  646. font-size: .18rem !important;
  647. }
  648. .font20r {
  649. font-size: .2rem !important;
  650. }
  651. .font22r {
  652. font-size: .22rem !important;
  653. }
  654. .font24r {
  655. font-size: .24rem !important;
  656. }
  657. .font25r {
  658. font-size: .25rem !important;
  659. }
  660. .font26r {
  661. font-size: .26rem !important;
  662. }
  663. .font28r {
  664. font-size: .28rem !important;
  665. }
  666. .font30r {
  667. font-size: .3rem !important;
  668. }
  669. .font32r {
  670. font-size: .32rem !important;
  671. }
  672. .font34r {
  673. font-size: .34rem !important;
  674. }
  675. .font36r {
  676. font-size: .36rem !important;
  677. }
  678. .font38r {
  679. font-size: .38rem !important;
  680. }
  681. .font40r {
  682. font-size: .40rem !important;
  683. }
  684. .font42r {
  685. font-size: .42rem !important;
  686. }
  687. .font44r {
  688. font-size: .44rem !important;
  689. }
  690. /*width,height */
  691. .wid5 {
  692. width: 5% !important;
  693. overflow-x: hidden;
  694. }
  695. .wid10 {
  696. width: 10% !important;
  697. overflow-x: hidden;
  698. }
  699. .wid20 {
  700. width: 20% !important;
  701. overflow-x: hidden;
  702. }
  703. .wid25 {
  704. width: 25% !important;
  705. overflow-x: hidden;
  706. }
  707. .wid30 {
  708. width: 30% !important;
  709. overflow-x: hidden;
  710. }
  711. .wid33 {
  712. width: 33% !important;
  713. overflow-x: hidden;
  714. }
  715. .wid40 {
  716. width: 40% !important;
  717. overflow-x: hidden;
  718. }
  719. .wid45 {
  720. width: 45% !important;
  721. overflow-x: hidden;
  722. }
  723. .wid50 {
  724. width: 50% !important;
  725. }
  726. .wid55 {
  727. width: 55% !important;
  728. overflow-x: hidden;
  729. }
  730. .wid60 {
  731. width: 60% !important;
  732. overflow-x: hidden;
  733. }
  734. .wid66 {
  735. width: 66% !important;
  736. overflow-x: hidden;
  737. }
  738. .wid70 {
  739. width: 70% !important;
  740. overflow-x: hidden;
  741. }
  742. .wid75 {
  743. width: 75% !important;
  744. overflow-x: hidden;
  745. }
  746. .wid80 {
  747. width: 80% !important;
  748. overflow-x: hidden;
  749. }
  750. .wid84 {
  751. width: 84% !important;
  752. overflow-x: hidden;
  753. }
  754. .wid86 {
  755. width: 86% !important;
  756. overflow-x: hidden;
  757. }
  758. .wid88 {
  759. width: 88% !important;
  760. overflow-x: hidden;
  761. }
  762. .wid90 {
  763. width: 90% !important;
  764. overflow-x: hidden;
  765. }
  766. .wid92 {
  767. width: 92% !important;
  768. overflow-x: hidden;
  769. }
  770. .wid94 {
  771. width: 94% !important;
  772. overflow-x: hidden;
  773. }
  774. .wid96 {
  775. width: 96% !important;
  776. overflow-x: hidden;
  777. }
  778. .wid98 {
  779. width: 98% !important;
  780. overflow-x: hidden;
  781. }
  782. .wid100 {
  783. width: 100% !important;
  784. overflow-x: hidden;
  785. }
  786. .wid01rem {
  787. width: 0.1rem !important
  788. }
  789. .wid02rem {
  790. width: 0.2rem !important
  791. }
  792. .wid03rem {
  793. width: 0.3rem !important
  794. }
  795. .wid04rem {
  796. width: 0.4rem !important
  797. }
  798. .wid05rem {
  799. width: 0.5rem !important
  800. }
  801. .wid06rem {
  802. width: 0.6rem !important
  803. }
  804. .wid07rem {
  805. width: 0.7rem !important
  806. }
  807. .wid08rem {
  808. width: 0.8rem !important
  809. }
  810. .wid09rem {
  811. width: 0.9rem !important
  812. }
  813. .wid10rem {
  814. width: 1rem !important
  815. }
  816. .wid11rem {
  817. width: 1.1rem !important
  818. }
  819. .wid12rem {
  820. width: 1.2rem !important
  821. }
  822. .wid13rem {
  823. width: 1.3rem !important
  824. }
  825. .wid14rem {
  826. width: 1.4rem !important
  827. }
  828. .wid15rem {
  829. width: 1.5rem !important
  830. }
  831. .wid16rem {
  832. width: 1.6rem !important
  833. }
  834. .wid17rem {
  835. width: 1.7rem !important
  836. }
  837. .wid18rem {
  838. width: 1.8rem !important
  839. }
  840. .wid19rem {
  841. width: 1.9rem !important
  842. }
  843. .wid20rem {
  844. width: 2rem !important
  845. }
  846. .wid21rem {
  847. width: 2.1rem !important
  848. }
  849. .wid22rem {
  850. width: 2.2rem !important
  851. }
  852. .wid23rem {
  853. width: 2.3rem !important
  854. }
  855. .wid24rem {
  856. width: 2.4rem !important
  857. }
  858. .wid25rem {
  859. width: 2.5rem !important
  860. }
  861. .wid26rem {
  862. width: 2.6rem !important
  863. }
  864. .wid27rem {
  865. width: 2.7rem !important
  866. }
  867. .wid28rem {
  868. width: 2.8rem !important
  869. }
  870. .wid29rem {
  871. width: 2.9rem !important
  872. }
  873. .wid30rem {
  874. width: 3rem !important
  875. }
  876. .hgt20 {
  877. height: 20px !important;
  878. overflow-y: hidden;
  879. white-space: nowrap;
  880. text-overflow: ellipsis;
  881. }
  882. .hgt25 {
  883. height: 25px !important;
  884. overflow-y: hidden;
  885. white-space: nowrap;
  886. text-overflow: ellipsis;
  887. }
  888. .hgt30 {
  889. height: 30px !important;
  890. overflow-y: hidden;
  891. white-space: nowrap;
  892. text-overflow: ellipsis;
  893. }
  894. .hgt35 {
  895. height: 35px !important;
  896. overflow-y: hidden;
  897. white-space: nowrap;
  898. text-overflow: ellipsis;
  899. }
  900. .hgt40 {
  901. height: 40px !important;
  902. overflow-y: hidden;
  903. }
  904. .hgt45 {
  905. height: 45px !important;
  906. overflow-y: hidden;
  907. }
  908. .hgt50 {
  909. height: 50px !important;
  910. overflow-y: hidden;
  911. }
  912. .hgt60 {
  913. height: 60px !important;
  914. overflow-y: hidden;
  915. }
  916. .hgt70 {
  917. height: 70px !important;
  918. overflow-y: hidden;
  919. }
  920. .hgt80 {
  921. height: 80px !important;
  922. overflow-y: hidden;
  923. }
  924. .hgt90 {
  925. height: 90px !important;
  926. overflow-y: hidden;
  927. }
  928. .hgt100 {
  929. height: 100px !important;
  930. overflow-y: hidden;
  931. }
  932. .hgt150 {
  933. height: 150px !important;
  934. overflow-y: hidden;
  935. }
  936. .hgt_25 {
  937. height: 25% !important;
  938. overflow-y: hidden;
  939. }
  940. .hgt_50 {
  941. height: 50% !important;
  942. overflow-y: hidden;
  943. }
  944. .hgt_60 {
  945. height: 60% !important;
  946. overflow-y: hidden;
  947. }
  948. .hgt_70 {
  949. height: 70% !important;
  950. overflow-y: hidden;
  951. }
  952. .hgt_80 {
  953. height: 80% !important;
  954. overflow-y: hidden;
  955. }
  956. .hgt_90 {
  957. height: 90% !important;
  958. overflow-y: hidden;
  959. }
  960. .hgt_full {
  961. height: 100% !important;
  962. overflow-y: hidden;
  963. }
  964. .hgt03rem {
  965. height: 0.3rem !important;
  966. overflow-y: hidden;
  967. }
  968. .hgt04rem {
  969. height: 0.4rem !important;
  970. overflow-y: hidden;
  971. }
  972. .hgt05rem {
  973. height: 0.5rem !important;
  974. overflow-y: hidden;
  975. }
  976. .hgt06rem {
  977. height: 0.6rem !important;
  978. overflow-y: hidden;
  979. }
  980. .hgt07rem {
  981. height: 0.7rem !important;
  982. overflow-y: hidden;
  983. }
  984. .hgt08rem {
  985. height: 0.8rem !important;
  986. overflow-y: hidden;
  987. }
  988. .hgt09rem {
  989. height: 0.9rem !important;
  990. overflow-y: hidden;
  991. }
  992. .hgt1rem {
  993. height: 1rem !important;
  994. overflow-y: hidden;
  995. }
  996. .hgt11rem {
  997. height: 1.1rem !important;
  998. overflow-y: hidden;
  999. }
  1000. .hgt12rem {
  1001. height: 1.2rem !important;
  1002. overflow-y: hidden;
  1003. }
  1004. .hgt13rem {
  1005. height: 1.3rem !important;
  1006. overflow-y: hidden;
  1007. }
  1008. .hgt14rem {
  1009. height: 1.4rem !important;
  1010. overflow-y: hidden;
  1011. }
  1012. .hgt15rem {
  1013. height: 1.5rem !important;
  1014. overflow-y: hidden;
  1015. }
  1016. .hgt16rem {
  1017. height: 1.6rem !important;
  1018. overflow-y: hidden;
  1019. }
  1020. .hgt17rem {
  1021. height: 1.7rem !important;
  1022. overflow-y: hidden;
  1023. }
  1024. .hgt18rem {
  1025. height: 1.8rem !important;
  1026. overflow-y: hidden;
  1027. }
  1028. .hgt19rem {
  1029. height: 1.9rem !important;
  1030. overflow-y: hidden;
  1031. }
  1032. .hgt20rem {
  1033. height: 2rem !important;
  1034. overflow-y: hidden;
  1035. }
  1036. .hgt21rem {
  1037. height: 2.1rem !important;
  1038. overflow-y: hidden;
  1039. }
  1040. .hgt22rem {
  1041. height: 2.2rem !important;
  1042. overflow-y: hidden;
  1043. }
  1044. .hgt23rem {
  1045. height: 2.3rem !important;
  1046. overflow-y: hidden;
  1047. }
  1048. .hgt24rem {
  1049. height: 2.4rem !important;
  1050. overflow-y: hidden;
  1051. }
  1052. .hgt25rem {
  1053. height: 2.5rem !important;
  1054. overflow-y: hidden;
  1055. }
  1056. .hgt26rem {
  1057. height: 2.6rem !important;
  1058. overflow-y: hidden;
  1059. }
  1060. .hgt27rem {
  1061. height: 2.7rem !important;
  1062. overflow-y: hidden;
  1063. }
  1064. .hgt28rem {
  1065. height: 2.8rem !important;
  1066. overflow-y: hidden;
  1067. }
  1068. .hgt29rem {
  1069. height: 2.9rem !important;
  1070. overflow-y: hidden;
  1071. }
  1072. .hgt30rem {
  1073. height: 3rem !important;
  1074. overflow-y: hidden;
  1075. }
  1076. .hgt35rem {
  1077. height: 3.5rem !important;
  1078. overflow-y: hidden;
  1079. }
  1080. .hgt40rem {
  1081. height: 4rem !important;
  1082. overflow-y: hidden;
  1083. }
  1084. .hgt45rem {
  1085. height: 4.5rem !important;
  1086. overflow-y: hidden;
  1087. }
  1088. .hgt50rem {
  1089. height: 5rem !important;
  1090. overflow-y: hidden;
  1091. }
  1092. .hgt60rem {
  1093. height: 6rem !important;
  1094. overflow-y: hidden;
  1095. }
  1096. .hgt70rem {
  1097. height: 7rem !important;
  1098. overflow-y: hidden;
  1099. }
  1100. .hgt80rem {
  1101. height: 8rem !important;
  1102. overflow-y: hidden;
  1103. }
  1104. .hgt90rem {
  1105. height: 9rem !important;
  1106. overflow-y: hidden;
  1107. }
  1108. .hgt100rem {
  1109. height: 10rem !important;
  1110. overflow-y: hidden;
  1111. }
  1112. .min_hgt20 {
  1113. min-height: 20px;
  1114. }
  1115. .min_hgt25 {
  1116. min-height: 25px;
  1117. }
  1118. .min_hgt30 {
  1119. min-height: 30px;
  1120. }
  1121. .min_hgt35 {
  1122. min-height: 35px;
  1123. }
  1124. .min_hgt40 {
  1125. min-height: 40px;
  1126. }
  1127. .min_hgt50 {
  1128. min-height: 50px;
  1129. }
  1130. .min_hgt100 {
  1131. min-height: 100px;
  1132. }
  1133. /****行高*****/
  1134. .l-h-02rem {
  1135. line-height: 0.2rem;
  1136. }
  1137. .l-h-03rem {
  1138. line-height: 0.3rem;
  1139. }
  1140. .l-h-04rem {
  1141. line-height: 0.4rem;
  1142. }
  1143. .l-h-05rem {
  1144. line-height: 0.5rem;
  1145. }
  1146. .l-h-055rem {
  1147. line-height: 0.55rem;
  1148. }
  1149. .l-h-06rem {
  1150. line-height: 0.6rem;
  1151. }
  1152. .l-h-065rem {
  1153. line-height: 0.65rem;
  1154. }
  1155. .l-h-07rem {
  1156. line-height: 0.7rem;
  1157. }
  1158. .l-h-075rem {
  1159. line-height: 0.75rem;
  1160. }
  1161. .l-h-08rem {
  1162. line-height: 0.8rem;
  1163. }
  1164. .l-h-085rem {
  1165. line-height: 0.85rem;
  1166. }
  1167. .l-h-09rem {
  1168. line-height: 0.9rem;
  1169. }
  1170. .l-h-095rem {
  1171. line-height: 0.95rem;
  1172. }
  1173. .l-h-10rem {
  1174. line-height: 1rem;
  1175. }
  1176. .l-h-10rem {
  1177. line-height: 1rem;
  1178. }
  1179. .l-h-11rem {
  1180. line-height: 1.1rem;
  1181. }
  1182. .l-h-12rem {
  1183. line-height: 1.2rem;
  1184. }
  1185. .l-h-13rem {
  1186. line-height: 1.3rem;
  1187. }
  1188. .l-h-14rem {
  1189. line-height: 1.4rem;
  1190. }
  1191. .l-h-15rem {
  1192. line-height: 1.5rem;
  1193. }
  1194. .l-h-16rem {
  1195. line-height: 1.6rem;
  1196. }
  1197. .l-h-17rem {
  1198. line-height: 1.7rem;
  1199. }
  1200. .l-h-18rem {
  1201. line-height: 1.8rem;
  1202. }
  1203. .l-h-19rem {
  1204. line-height: 1.9rem;
  1205. }
  1206. .l-h-20rem {
  1207. line-height: 2rem;
  1208. }
  1209. .l-h-21rem {
  1210. line-height: 2.1rem;
  1211. }
  1212. .l-h-22rem {
  1213. line-height: 2.2rem;
  1214. }
  1215. .l-h-23rem {
  1216. line-height: 2.3rem;
  1217. }
  1218. .l-h-24rem {
  1219. line-height: 2.4rem;
  1220. }
  1221. .l-h-25rem {
  1222. line-height: 2.5rem;
  1223. }
  1224. .l-h-26rem {
  1225. line-height: 2.6rem;
  1226. }
  1227. .l-h-27rem {
  1228. line-height: 2.6rem;
  1229. }
  1230. .l-h-28rem {
  1231. line-height: 2.6rem;
  1232. }
  1233. .l-h-29rem {
  1234. line-height: 2.6rem;
  1235. }
  1236. .l-h-30rem {
  1237. line-height: 2.6rem;
  1238. }
  1239. .l-h-30{
  1240. line-height: 30px;
  1241. }
  1242. /*margin,padding 相关*/
  1243. .m-b-no {
  1244. margin-bottom: 0 !important;
  1245. }
  1246. .m-t-no {
  1247. margin-top: 0 !important;
  1248. }
  1249. .m-l-no {
  1250. margin-left: 0 !important;
  1251. }
  1252. .m-r-no {
  1253. margin-right: 0 !important;
  1254. }
  1255. .marg0 {
  1256. margin: 0 !important;
  1257. }
  1258. .marg5 {
  1259. margin: 5px !important;
  1260. }
  1261. .marg10 {
  1262. margin: 10px !important;
  1263. }
  1264. .marg15 {
  1265. margin: 15px !important;
  1266. }
  1267. .marg20 {
  1268. margin: 20px !important;
  1269. }
  1270. .marg25 {
  1271. margin: 25px !important;
  1272. }
  1273. .marg30 {
  1274. margin: 30px !important;
  1275. }
  1276. .m-l-5 {
  1277. margin-left: 5px !important;
  1278. }
  1279. .m-l-10 {
  1280. margin-left: 10px !important;
  1281. }
  1282. .m-l-15 {
  1283. margin-left: 15px !important;
  1284. }
  1285. .m-l-20 {
  1286. margin-left: 20px !important;
  1287. }
  1288. .m-l-25 {
  1289. margin-left: 25px !important;
  1290. }
  1291. .m-l-30 {
  1292. margin-left: 30px !important;
  1293. }
  1294. .m-r-5 {
  1295. margin-right: 5px !important;
  1296. }
  1297. .m-r-10 {
  1298. margin-right: 10px !important;
  1299. }
  1300. .m-r-15 {
  1301. margin-right: 15px !important;
  1302. }
  1303. .m-r-20 {
  1304. margin-right: 20px !important;
  1305. }
  1306. .m-r-25 {
  1307. margin-right: 25px !important;
  1308. }
  1309. .m-r-30 {
  1310. margin-right: 30px !important;
  1311. }
  1312. .m-r-60 {
  1313. margin-right: 60px !important;
  1314. }
  1315. .m-t-5 {
  1316. margin-top: 5px !important;
  1317. }
  1318. .m-t-10 {
  1319. margin-top: 10px !important;
  1320. }
  1321. .m-t-15 {
  1322. margin-top: 15px !important;
  1323. }
  1324. .m-t-20 {
  1325. margin-top: 20px !important;
  1326. }
  1327. .m-t-25 {
  1328. margin-top: 25px !important;
  1329. }
  1330. .m-t-30 {
  1331. margin-top: 30px !important;
  1332. }
  1333. .m-t-35 {
  1334. margin-top: 35px !important;
  1335. }
  1336. .m-t-40 {
  1337. margin-top: 40px !important;
  1338. }
  1339. .m-t-45 {
  1340. margin-top: 45px !important;
  1341. }
  1342. .m-t-50 {
  1343. margin-top: 50px !important;
  1344. }
  1345. .m-b-5 {
  1346. margin-bottom: 5px !important;
  1347. }
  1348. .m-b-10 {
  1349. margin-bottom: 10px !important;
  1350. }
  1351. .m-b-15 {
  1352. margin-bottom: 15px !important;
  1353. }
  1354. .m-b-20 {
  1355. margin-bottom: 20px !important;
  1356. }
  1357. .m-b-25 {
  1358. margin-bottom: 25px !important;
  1359. }
  1360. .m-b-30 {
  1361. margin-bottom: 30px !important;
  1362. }
  1363. .m-v-5 {
  1364. margin-top: 5px !important;
  1365. margin-bottom: 5px !important;
  1366. }
  1367. .m-v-10 {
  1368. margin-top: 10px !important;
  1369. margin-bottom: 10px !important;
  1370. }
  1371. .m-v-15 {
  1372. margin-top: 15px !important;
  1373. margin-bottom: 15px !important;
  1374. }
  1375. .m-v-20 {
  1376. margin-top: 20px !important;
  1377. margin-bottom: 20px !important;
  1378. }
  1379. .m-v-25 {
  1380. margin-top: 25px !important;
  1381. margin-bottom: 25px !important;
  1382. }
  1383. .m-v-30 {
  1384. margin-top: 30px !important;
  1385. margin-bottom: 30px !important;
  1386. }
  1387. .m_both5 {
  1388. margin-left: 5px !important;
  1389. margin-right: 5px !important;
  1390. }
  1391. .m_both10 {
  1392. margin-left: 10px !important;
  1393. margin-right: 10px !important;
  1394. }
  1395. .m_both15 {
  1396. margin-left: 15px !important;
  1397. margin-right: 15px !important;
  1398. }
  1399. .m_both20 {
  1400. margin-left: 20px !important;
  1401. margin-right: 20px !important;
  1402. }
  1403. .m_both25 {
  1404. margin-left: 25px !important;
  1405. margin-right: 25px !important;
  1406. }
  1407. .m_both30 {
  1408. margin-left: 30px !important;
  1409. margin-right: 30px !important;
  1410. }
  1411. .m-l-5r {
  1412. margin-left: 0.05rem !important;
  1413. }
  1414. .m-l-10r {
  1415. margin-left: .1rem !important;
  1416. }
  1417. .m-l-15r {
  1418. margin-left: .15rem !important;
  1419. }
  1420. .m-l-20r {
  1421. margin-left: .20rem !important;
  1422. }
  1423. .m-l-25r {
  1424. margin-left: .25rem !important;
  1425. }
  1426. .m-l-30r {
  1427. margin-left: .30rem !important;
  1428. }
  1429. .m-r-5r {
  1430. margin-right: .05rem !important;
  1431. }
  1432. .m-r-10r {
  1433. margin-right: .10rem !important;
  1434. }
  1435. .m-r-15r {
  1436. margin-right: .15rem !important;
  1437. }
  1438. .m-r-20r {
  1439. margin-right: .20rem !important;
  1440. }
  1441. .m-r-25r {
  1442. margin-right: .25rem !important;
  1443. }
  1444. .m-r-30r {
  1445. margin-right: .30rem !important;
  1446. }
  1447. .m-t-5r {
  1448. margin-top: .05rem !important;
  1449. }
  1450. .m-t-10r {
  1451. margin-top: .10rem !important;
  1452. }
  1453. .m-t-15r {
  1454. margin-top: .15rem !important;
  1455. }
  1456. .m-t-20r {
  1457. margin-top: .20rem !important;
  1458. }
  1459. .m-t-25r {
  1460. margin-top: .25rem !important;
  1461. }
  1462. .m-t-30r {
  1463. margin-top: .30rem !important;
  1464. }
  1465. .m-t-35r {
  1466. margin-top: .35rem !important;
  1467. }
  1468. .m-t-40r {
  1469. margin-top: .40rem !important;
  1470. }
  1471. .m-t-45r {
  1472. margin-top: .45rem !important;
  1473. }
  1474. .m-t-50r {
  1475. margin-top: .50rem !important;
  1476. }
  1477. .m-t-60r {
  1478. margin-top: .60rem !important;
  1479. }
  1480. .m-t-70r {
  1481. margin-top: .70rem !important;
  1482. }
  1483. .m-t-80r {
  1484. margin-top: .80rem !important;
  1485. }
  1486. .m-t-90r {
  1487. margin-top: .90rem !important;
  1488. }
  1489. .m-b-5r {
  1490. margin-bottom: .05rem !important;
  1491. }
  1492. .m-b-10r {
  1493. margin-bottom: .10rem !important;
  1494. }
  1495. .m-b-15r {
  1496. margin-bottom: .15rem !important;
  1497. }
  1498. .m-b-20r {
  1499. margin-bottom: .20rem !important;
  1500. }
  1501. .m-b-25r {
  1502. margin-bottom: .25rem !important;
  1503. }
  1504. .m-b-30r {
  1505. margin-bottom: .30rem !important;
  1506. }
  1507. .m-b-35r {
  1508. margin-bottom: .35rem !important;
  1509. }
  1510. .m-b-40r {
  1511. margin-bottom: .40rem !important;
  1512. }
  1513. .m-b-45r {
  1514. margin-bottom: .45rem !important;
  1515. }
  1516. .m-v-5r {
  1517. margin-top: .05rem !important;
  1518. margin-bottom: .05rem !important;
  1519. }
  1520. .m-v-10r {
  1521. margin-top: .10rem !important;
  1522. margin-bottom: .10rem !important;
  1523. }
  1524. .m-v-15r {
  1525. margin-top: .15rem !important;
  1526. margin-bottom: .15rem !important;
  1527. }
  1528. .m-v-20r {
  1529. margin-top: .20rem !important;
  1530. margin-bottom: .20rem !important;
  1531. }
  1532. .m-v-25r {
  1533. margin-top: .25rem !important;
  1534. margin-bottom: .25rem !important;
  1535. }
  1536. .m-v-30r {
  1537. margin-top: .30rem !important;
  1538. margin-bottom: .30rem !important;
  1539. }
  1540. .m_both02r {
  1541. margin-left: .2rem !important;
  1542. margin-right: .2rem !important;
  1543. }
  1544. .m_both5r {
  1545. margin-left: .05rem !important;
  1546. margin-right: .05rem !important;
  1547. }
  1548. .m_both10r {
  1549. margin-left: .10rem !important;
  1550. margin-right: .10rem !important;
  1551. }
  1552. .m_both15r {
  1553. margin-left: .15rem !important;
  1554. margin-right: .15rem !important;
  1555. }
  1556. .m_both20r {
  1557. margin-left: .20rem !important;
  1558. margin-right: .20rem !important;
  1559. }
  1560. .m_both25r {
  1561. margin-left: .25rem !important;
  1562. margin-right: .25rem !important;
  1563. }
  1564. .m_both30r {
  1565. margin-left: .30rem !important;
  1566. margin-right: .30rem !important;
  1567. }
  1568. /*rem margin*/
  1569. .mb01 {
  1570. margin-bottom: .1rem;
  1571. }
  1572. .mb015 {
  1573. margin-bottom: .15rem;
  1574. }
  1575. .mb02 {
  1576. margin-bottom: .2rem;
  1577. }
  1578. .mb03 {
  1579. margin-bottom: .3rem;
  1580. }
  1581. .mb04 {
  1582. margin-bottom: .4rem;
  1583. }
  1584. .mb05 {
  1585. margin-bottom: .5rem;
  1586. }
  1587. .ml01 {
  1588. margin-left: .1rem;
  1589. }
  1590. .ml02 {
  1591. margin-left: .2rem;
  1592. }
  1593. .ml03 {
  1594. margin-left: .3rem;
  1595. }
  1596. .mr01 {
  1597. margin-right: .1rem;
  1598. }
  1599. .mr02 {
  1600. margin-right: .2rem;
  1601. }
  1602. .mr03 {
  1603. margin-right: .3rem;
  1604. }
  1605. .mt01 {
  1606. margin-top: .1rem;
  1607. }
  1608. .mt02 {
  1609. margin-top: .2rem;
  1610. }
  1611. .mt03 {
  1612. margin-top: .3rem;
  1613. }
  1614. .mt04 {
  1615. margin-top: .4rem;
  1616. }
  1617. .p-l-no {
  1618. padding-left: 0 !important;
  1619. }
  1620. .p-r-no {
  1621. padding-right: 0 !important;
  1622. }
  1623. .p-t-no {
  1624. padding-top: 0 !important;
  1625. }
  1626. .p-b-no {
  1627. padding-bottom: 0 !important;
  1628. }
  1629. /*rem padding*/
  1630. .pv01 {
  1631. padding-top: .1rem;
  1632. padding-bottom: .1rem;
  1633. }
  1634. .pv02 {
  1635. padding-top: .2rem;
  1636. padding-bottom: .2rem;
  1637. }
  1638. .pv03 {
  1639. padding-top: .3rem;
  1640. padding-bottom: .3rem;
  1641. }
  1642. .ph01 {
  1643. padding-left: .1rem;
  1644. padding-right: .1rem;
  1645. }
  1646. .ph02 {
  1647. padding-left: .2rem;
  1648. padding-right: .2rem;
  1649. }
  1650. .ph03 {
  1651. padding-left: .3rem;
  1652. padding-right: .3rem;
  1653. }
  1654. .pa01 {
  1655. padding: .1rem;
  1656. }
  1657. .pa02 {
  1658. padding: .2rem;
  1659. }
  1660. .pa03 {
  1661. padding: .3rem;
  1662. }
  1663. .p0102 {
  1664. padding: .1rem .2rem;
  1665. }
  1666. .p0203 {
  1667. padding: .2rem .3rem;
  1668. }
  1669. .p-l-5 {
  1670. padding-left: 5px !important;
  1671. }
  1672. .p-l-10 {
  1673. padding-left: 10px !important;
  1674. }
  1675. .p-l-15 {
  1676. padding-left: 15px !important;
  1677. }
  1678. .p-l-20 {
  1679. padding-left: 20px !important;
  1680. }
  1681. .p-l-25 {
  1682. padding-left: 25px !important;
  1683. }
  1684. .p-l-30 {
  1685. padding-left: 30px !important;
  1686. }
  1687. .p-l-35 {
  1688. padding-left: 35px !important;
  1689. }
  1690. .p-l-40 {
  1691. padding-left: 40px !important;
  1692. }
  1693. .p-l-45 {
  1694. padding-left: 45px !important;
  1695. }
  1696. .p-l-50 {
  1697. padding-left: 50px !important;
  1698. }
  1699. .p-r-5 {
  1700. padding-right: 5px !important;
  1701. }
  1702. .p-r-10 {
  1703. padding-right: 10px !important;
  1704. }
  1705. .p-r-15 {
  1706. padding-right: 15px !important;
  1707. }
  1708. .p-r-20 {
  1709. padding-right: 20px !important;
  1710. }
  1711. .p-r-25 {
  1712. padding-right: 25px !important;
  1713. }
  1714. .p-r-30 {
  1715. padding-right: 30px !important;
  1716. }
  1717. .p-r-35 {
  1718. padding-right: 35px !important;
  1719. }
  1720. .p-r-40 {
  1721. padding-right: 40px !important;
  1722. }
  1723. .p-r-45 {
  1724. padding-right: 45px !important;
  1725. }
  1726. .p-r-50 {
  1727. padding-right: 50px !important;
  1728. }
  1729. .p-t-5 {
  1730. padding-top: 5px !important;
  1731. }
  1732. .p-t-10 {
  1733. padding-top: 10px !important;
  1734. }
  1735. .p-t-15 {
  1736. padding-top: 15px !important;
  1737. }
  1738. .p-t-20 {
  1739. padding-top: 20px !important;
  1740. }
  1741. .p-t-25 {
  1742. padding-top: 25px !important;
  1743. }
  1744. .p-t-30 {
  1745. padding-top: 30px !important;
  1746. }
  1747. .p-t-35 {
  1748. padding-top: 35px !important;
  1749. }
  1750. .p-t-40 {
  1751. padding-top: 40px !important;
  1752. }
  1753. .p-t-45 {
  1754. padding-top: 45px !important;
  1755. }
  1756. .p-t-50 {
  1757. padding-top: 50px !important;
  1758. }
  1759. .p-t-full {
  1760. padding-top: 100% !important;
  1761. }
  1762. .p-b-5 {
  1763. padding-bottom: 5px !important;
  1764. }
  1765. .p-b-10 {
  1766. padding-bottom: 10px !important;
  1767. }
  1768. .p-b-15 {
  1769. padding-bottom: 15px !important;
  1770. }
  1771. .p-b-20 {
  1772. padding-bottom: 20px !important;
  1773. }
  1774. .p-b-25 {
  1775. padding-bottom: 25px !important;
  1776. }
  1777. .p-b-30 {
  1778. padding-bottom: 30px !important;
  1779. }
  1780. .p-b-35 {
  1781. padding-bottom: 35px !important;
  1782. }
  1783. .p-b-40 {
  1784. padding-bottom: 40px !important;
  1785. }
  1786. .p-b-45 {
  1787. padding-bottom: 45px !important;
  1788. }
  1789. .p-b-50 {
  1790. padding-bottom: 50px !important;
  1791. }
  1792. .min_hgt02r {
  1793. min-height: 0.2rem;
  1794. }
  1795. .min_hgt03r {
  1796. min-height: 0.3rem;
  1797. }
  1798. .min_hgt04r {
  1799. min-height: 0.4rem;
  1800. }
  1801. .min_hgt05r {
  1802. min-height: 0.5rem;
  1803. }
  1804. .min_hgt06r {
  1805. min-height: 0.6rem;
  1806. }
  1807. .min_hgt07r {
  1808. min-height: 0.7rem;
  1809. }
  1810. .min_hgt08r {
  1811. min-height: 0.8rem;
  1812. }
  1813. .min_hgt09r {
  1814. min-height: 0.9rem;
  1815. }
  1816. .min_hgt10r {
  1817. min-height: 1rem;
  1818. }
  1819. .min_hgt20r {
  1820. min-height: 2rem;
  1821. }
  1822. .min_hgt30r {
  1823. min-height: 3rem;
  1824. }
  1825. .min_hgt40r {
  1826. min-height: 4rem;
  1827. }
  1828. .min_hgt50r {
  1829. min-height: 5rem;
  1830. }
  1831. .min_hgt60r {
  1832. min-height: 6rem;
  1833. }
  1834. .min_hgt70r {
  1835. min-height: 7rem;
  1836. }
  1837. .min_hgt80r {
  1838. min-height: 8rem;
  1839. }
  1840. .min_hgt90r {
  1841. min-height: 9rem;
  1842. }
  1843. .min_hgt100r {
  1844. min-height: 10rem;
  1845. }
  1846. .max_hgt20 {
  1847. max-height: 20px;
  1848. }
  1849. .max_hgt25 {
  1850. max-height: 25px;
  1851. }
  1852. .max_hgt30 {
  1853. max-height: 30px;
  1854. }
  1855. .max_hgt35 {
  1856. max-height: 35px;
  1857. }
  1858. .max_hgt40 {
  1859. max-height: 40px;
  1860. }
  1861. .max_hgt50 {
  1862. max-height: 50px;
  1863. }
  1864. .max_hgt100 {
  1865. max-height: 100px;
  1866. }
  1867. .max_hgt02r {
  1868. max-height: 0.2rem;
  1869. }
  1870. .max_hgt03r {
  1871. max-height: 0.3rem;
  1872. }
  1873. .max_hgt04r {
  1874. max-height: 0.4rem;
  1875. }
  1876. .max_hgt05r {
  1877. max-height: 0.5rem;
  1878. }
  1879. .max_hgt06r {
  1880. max-height: 0.6rem;
  1881. }
  1882. .max_hgt07r {
  1883. max-height: 0.7rem;
  1884. }
  1885. .max_hgt08r {
  1886. max-height: 0.8rem;
  1887. }
  1888. .max_hgt09r {
  1889. max-height: 0.9rem;
  1890. }
  1891. .max_hgt10r {
  1892. max-height: 1rem;
  1893. }
  1894. .max_hgt20r {
  1895. max-height: 2rem;
  1896. }
  1897. .max_hgt30r {
  1898. max-height: 3rem;
  1899. }
  1900. .max_hgt40r {
  1901. max-height: 4rem;
  1902. }
  1903. .max_hgt50r {
  1904. max-height: 5rem;
  1905. }
  1906. .max_hgt60r {
  1907. max-height: 6rem;
  1908. }
  1909. .max_hgt70r {
  1910. max-height: 7rem;
  1911. }
  1912. .max_hgt80r {
  1913. max-height: 8rem;
  1914. }
  1915. .max_hgt90r {
  1916. max-height: 9rem;
  1917. }
  1918. .max_hgt100r {
  1919. max-height: 10rem;
  1920. }
  1921. /*焦点图*/
  1922. /* ===============================================================
  1923. Basic Swiper Styles
  1924. ================================================================*/
  1925. .swiper-container {
  1926. margin: 0 auto;
  1927. position: relative;
  1928. overflow: hidden;
  1929. direction: ltr;
  1930. -webkit-backface-visibility: hidden;
  1931. -moz-backface-visibility: hidden;
  1932. -ms-backface-visibility: hidden;
  1933. -o-backface-visibility: hidden;
  1934. backface-visibility: hidden;
  1935. /* Fix of Webkit flickering */
  1936. z-index: 1;
  1937. }
  1938. .swiper-wrapper {
  1939. position: relative;
  1940. width: 100%;
  1941. -webkit-transition-property: -webkit-transform, left, top;
  1942. -webkit-transition-duration: 0s;
  1943. -webkit-transform: translate3d(0px, 0, 0);
  1944. -webkit-transition-timing-function: ease;
  1945. -moz-transition-property: -moz-transform, left, top;
  1946. -moz-transition-duration: 0s;
  1947. -moz-transform: translate3d(0px, 0, 0);
  1948. -moz-transition-timing-function: ease;
  1949. -o-transition-property: -o-transform, left, top;
  1950. -o-transition-duration: 0s;
  1951. -o-transform: translate3d(0px, 0, 0);
  1952. -o-transition-timing-function: ease;
  1953. -o-transform: translate(0px, 0px);
  1954. -ms-transition-property: -ms-transform, left, top;
  1955. -ms-transition-duration: 0s;
  1956. -ms-transform: translate3d(0px, 0, 0);
  1957. -ms-transition-timing-function: ease;
  1958. transition-property: transform, left, top;
  1959. transition-duration: 0s;
  1960. transform: translate3d(0px, 0, 0);
  1961. transition-timing-function: ease;
  1962. -webkit-box-sizing: content-box;
  1963. -moz-box-sizing: content-box;
  1964. box-sizing: content-box;
  1965. }
  1966. .swiper-free-mode>.swiper-wrapper {
  1967. -webkit-transition-timing-function: ease-out;
  1968. -moz-transition-timing-function: ease-out;
  1969. -ms-transition-timing-function: ease-out;
  1970. -o-transition-timing-function: ease-out;
  1971. transition-timing-function: ease-out;
  1972. margin: 0 auto;
  1973. }
  1974. .swiper-slide {
  1975. float: left;
  1976. }
  1977. .swiper-slide p{
  1978. position: absolute;
  1979. bottom: 0;
  1980. color: #FFF;
  1981. background: rgba(0,0,0,0.2);
  1982. width: 100%;
  1983. height: 50px;
  1984. line-height: 50px;
  1985. text-indent: 2em;
  1986. }
  1987. .swiper-slide img {
  1988. width: 100%;
  1989. height: 100%;
  1990. }
  1991. /* IE10 Windows Phone 8 Fixes */
  1992. .swiper-wp8-horizontal {
  1993. -ms-touch-action: pan-y;
  1994. }
  1995. .swiper-wp8-vertical {
  1996. -ms-touch-action: pan-x;
  1997. }
  1998. .swiper-container {
  1999. width: 100%;
  2000. height: 100%;
  2001. }
  2002. .page-pagination {
  2003. position: absolute;
  2004. z-index: 20;
  2005. left: 50%;
  2006. margin-left: -10px;
  2007. bottom: 10px;
  2008. }
  2009. .swiper-pagination-switch {
  2010. display: inline-block;
  2011. width: 8px;
  2012. height: 8px;
  2013. border-radius: 8px;
  2014. background: #222;
  2015. margin-right: 5px;
  2016. opacity: 0.8;
  2017. border: 1px solid #fff;
  2018. cursor: pointer;
  2019. }
  2020. .swiper-visible-switch {
  2021. background: #aaa;
  2022. }
  2023. .swiper-active-switch {
  2024. background: #fff;
  2025. }