网站
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.
 
 
 

2581 lines
33 KiB

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