网站
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 

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