网站
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

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