网站
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

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