农燊高科官方网站
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.
 
 
 

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