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

main.css 33 KiB

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