网站
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

vor 4 Jahren
vor 4 Jahren
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  1. /* nprogress公用CSS */
  2. #nprogress {pointer-events: none;}
  3. #nprogress .bar { background: #29d; position: fixed; z-index: 1031; top: 0; left: 0; width: 100%; height: 2px; }
  4. /* Fancy blur effect */
  5. #nprogress .peg { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); }
  6. /* Remove these to get rid of the spinner */
  7. #nprogress .spinner { display: block; position: fixed; z-index: 1031; top: 15px; right: 15px; }
  8. #nprogress .spinner-icon { width: 18px; height: 18px; box-sizing: border-box; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 50%; -webkit-animation: nprogress-spinner 400ms linear infinite; animation: nprogress-spinner 400ms linear infinite; }
  9. .nprogress-custom-parent { overflow: hidden; position: relative; }
  10. .nprogress-custom-parent #nprogress .spinner,
  11. .nprogress-custom-parent #nprogress .bar { position: absolute; }
  12. @-webkit-keyframes nprogress-spinner { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } }
  13. @keyframes nprogress-spinner { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
  14. html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,address,em,img,ol,ul,li,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td,i,b,s{
  15. margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-family:Helvetica,Arial; word-break: break-all;
  16. }
  17. html,body{height: 100%;overflow: hidden;}
  18. .font-yahei{font-family: "微软雅黑";}
  19. body>.main{overflow-y: auto;height: 100%;}
  20. ul,ol{list-style:none}
  21. a img{border:none;}
  22. a,a:link{text-decoration:none;color: #333}
  23. button{overflow:visible;padding:0;margin:0;border:0 none;background-color:transparent;appearance: none;-webkit-appearance:none;}
  24. button::-moz-focus-inner{padding:0}
  25. textarea,input{background:none;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
  26. input[type=number]{appearance: none;-webkit-appearance: none; border: 0;}
  27. input[type=search]{appearance: none;-webkit-appearance: none; border: 0;}
  28. input[type=text]{appearance: none;-webkit-appearance: none; border: 0;}
  29. input[type=tel]{appearance: none;-webkit-appearance: none; border: 0;}
  30. input[type=button]{appearance: none;-webkit-appearance: none;}
  31. input[type=password]{-webkit-text-security:disc;appearance: none;-webkit-appearance: none; border: 0;}
  32. input[type=submit]{appearance: none;-webkit-appearance: none; border: 0;}
  33. textarea:focus,input:focus,button:focus{outline:none}
  34. body{word-wrap:break-word;font-size:14px;color:#000;line-height:1.5;font-family:Helvetica}
  35. *{-webkit-tap-highlight-color:rgba(0,0,0,0);overflow-scrolling: touch;-webkit-overflow-scrolling: touch;backface-visibility: hidden;-webkit-backface-visibility: hidden;box-sizing: border-box;}
  36. [v-cloak]{opacity: 0!important;}
  37. .w-1200{width: 1200px;margin: 0 auto;}
  38. .w-1000{width: 1000px;}
  39. .w-800{width: 800px;}
  40. .w-372{width: 372px;}
  41. .inline_div{ display: inline-block;}
  42. .block{ display: block!important;}
  43. .txc{text-align: center;}
  44. .fl{float: left;}
  45. .fr{float: right;}
  46. .clear{clear: both;height: 0;!important;}
  47. /*全局CSS*/
  48. .hide{ display: none;}
  49. .show{ display: block;}
  50. .bgimg_mid{background-position: center; background-repeat: no-repeat;}
  51. .overflow_auto{overflow: auto;-webkit-overflow-scrolling: touch;overflow-scrolling: touch; }
  52. .overflow_hide{overflow: hidden;}
  53. /*IE8伪flex布局*/
  54. .container {text-align: justify;}
  55. .container:after {content: '';display: inline-block;width: 100%;}
  56. .container-item {display: inline-block;}
  57. /*flex布局*/
  58. .flex_dom{display: flex!important;display: -webkit-box!important;display: -webkit-flex!important;}
  59. .flex_column{display: flex!important;display: -webkit-box!important;display: -webkit-flex!important;flex-direction: column;-webkit-flex-direction: column;}
  60. .flex_1{flex: 1;-webkit-flex:1;display: block;min-width: 0;}
  61. .flex_2{flex: 2;-webkit-flex:2;display: block;min-width: 0;}
  62. .flex_3{flex: 3;-webkit-flex:3;display: block;min-width: 0;}
  63. .flex_4{flex: 4;-webkit-flex:4;display: block;min-width: 0;}
  64. .flex_5{flex: 5;-webkit-flex:5;display: block;min-width: 0;}
  65. .flex_item_between{justify-content: space-between;-webkit-justify-content: space-between;}
  66. .flex_item_around{justify-content: space-around;-webkit-justify-content: space-around;}
  67. .flex_item_end{justify-content: flex-end;-webkit-justify-content: flex-end;}
  68. .flex_item_mid{align-items:center;-webkit-align-items: center;}
  69. .flex_item_stretch{align-items: stretch;-webkit-align-items: stretch;}
  70. .flex_item_center{ justify-content:center;-webkit-justify-content:center;}
  71. .flex_wrap{flex-wrap: wrap;-webkit-flex-wrap: wrap;}
  72. /*三角*/
  73. .sanjiao-top{display: inline-block;border-bottom: 8px solid #000;border-bottom-color:initial; border-left: 5px solid transparent;border-right: 5px solid transparent;}
  74. .sanjiao-bottom{display: inline-block;border-top: 8px solid #000;border-top-color:initial; border-left: 5px solid transparent;border-right: 5px solid transparent;}
  75. .sanjiao-left{display: inline-block;border-right: 8px solid #000;border-right-color:initial; border-top: 5px solid transparent;border-bottom: 5px solid transparent;}
  76. .sanjiao-right{display: inline-block;border-left: 8px solid #000;border-left-color:initial; border-top: 5px solid transparent;border-bottom: 5px solid transparent;}
  77. /*字体和背景颜色库*/
  78. .bg-fff{background-color: #fff;!important}
  79. .bg-f1{background-color: #f1f1f1;!important}
  80. .bg-f7{background-color: #F7F7F7;!important}
  81. .bg-000{background-color: #000000;!important}
  82. .bg-333{background-color: #333333;!important}
  83. .bg-ddd{background-color: #DDDDDD;!important}
  84. .bg-666{background-color: #666666;!important}
  85. .bg-999{background-color: #999999;!important}
  86. .bg-eee{background-color: #EEEEEE;!important}
  87. .bg-f5{background-color: #f5f5f5;}
  88. .bg-red{background-color: #FF0000;!important}
  89. .bg-orange{background-color: #ffa127;!important}
  90. .bg-yellow{background-color: #f5bc24;!important}
  91. .bg-green{background-color: #008000 !important;}
  92. .bg-lightgreen{background-color: #90EE90 !important;}
  93. .bg-blue{background-color: #0a669b !important;}
  94. .bg-purple{background-color: #800080 !important;}
  95. .bg-mengban{background-color:rgba(68,68,68,0.6);}
  96. /**********阴影色***********/
  97. .shadow_fff{box-shadow: 0px 2px 3px #fff;}
  98. .shadow_f1{box-shadow: 0px 2px 3px #f1f1f1;}
  99. .shadow_f7{box-shadow: 0px 2px 3px #f7f7f7;}
  100. .shadow_000{box-shadow: 0px 2px 3px #000;}
  101. .shadow_333{box-shadow: 0px 2px 3px #333;}
  102. .shadow_ddd{box-shadow: 0px 2px 3px #ddd;}
  103. .shadow_666{box-shadow: 0px 2px 3px #666;}
  104. .shadow_999{box-shadow: 0px 2px 3px #999;}
  105. .shadow_red{box-shadow: 0px 2px 3px #FF0000;}
  106. .shadow_orange{box-shadow: 0px 2px 3px #f8b03f;}
  107. .shadow_yellow{box-shadow: 0px 2px 3px #f5bc24;}
  108. .shadow_green{box-shadow: 0px 2px 3px #008000;}
  109. .shadow_lightgreen{box-shadow: 0px 2px 3px #90EE90;}
  110. .shadow_purple{box-shadow: 0px 2px 3px #800080;}
  111. .shadow_orange{box-shadow: 0px 2px 3px #f8b03f;}
  112. /*字体样式库*/
  113. .fw_600{font-weight: 600;}
  114. .fw_700{font-weight: 700;}
  115. .font-w5{ font-weight: 500;}
  116. .font-w6{ font-weight: bold;}
  117. .color-ccc{ color:#ccc!important}
  118. .color-eee{ color:#eee!important}
  119. .color-fff{color:#fff!important}
  120. .color-000{color: #000!important}
  121. .color-333{ color:#333!important}
  122. .color-555{ color:#555!important}
  123. .color-666{ color:#666!important}
  124. .color-999{ color:#999!important}
  125. .color-parent{color:inherit!important}
  126. .color-red{color: #f35e57!important}
  127. .color-orange{color: #ffa127!important}
  128. .color-yellow{color: #f5bc24!important;}
  129. .color-green{color: #32c52a!important;}
  130. .color-lightgreen{color:#90EE90!important;}
  131. .color-blue{color: #3569c5!important;}
  132. .color-gray{color: #999999!important;}
  133. .font0{font-size: 0px!important;}
  134. .font0>*{ font-size: initial;display: inline-block;}
  135. .font10{font-size: 10px!important;}
  136. .font12{font-size: 12px!important;}
  137. .font14{font-size: 14px!important;}
  138. .font16{font-size: 16px!important;}
  139. .font18{font-size: 18px!important;}
  140. .font20{font-size: 20px!important;}
  141. .font24{font-size: 24px!important;}
  142. .font26{font-size: 26px!important;}
  143. .font30{font-size: 30px!important;}
  144. .font32{font-size: 32px!important;}
  145. .font34{font-size: 34px!important;}
  146. .font36{font-size: 36px!important;}
  147. .font38{font-size: 38px!important;}
  148. .font40{font-size: 40px!important;}
  149. .font42{font-size: 42px!important;}
  150. .font44{font-size: 44px!important;}
  151. /*rem*/
  152. .font14r{font-size: .14rem!important;}
  153. .font15r{font-size: .15rem!important;}
  154. .font16r{font-size: .16rem!important;}
  155. .font18r{font-size: .18rem!important;}
  156. .font20r{font-size: .2rem!important;}
  157. .font22r{font-size: .22rem!important;}
  158. .font24r{font-size: .24rem!important;}
  159. .font25r{font-size: .25rem!important;}
  160. .font26r{font-size: .26rem!important;}
  161. .font28r{font-size: .28rem!important;}
  162. .font30r{font-size: .3rem!important;}
  163. .font32r{font-size: .32rem!important;}
  164. .font34r{font-size: .34rem!important;}
  165. .font36r{font-size: .36rem!important;}
  166. .font38r{font-size: .38rem!important;}
  167. .font40r{font-size: .40rem!important;}
  168. .font42r{font-size: .42rem!important;}
  169. .font44r{font-size: .44rem!important;}
  170. /*width,height */
  171. .wid5{width: 5%!important;overflow-x: hidden;}
  172. .wid10{width: 10%!important;overflow-x: hidden;}
  173. .wid20{width: 20%!important;overflow-x: hidden;}
  174. .wid25{width: 25%!important;overflow-x: hidden;}
  175. .wid30{width: 30%!important;overflow-x: hidden;}
  176. .wid33{width: 33%!important;overflow-x: hidden;}
  177. .wid40{width: 40%!important;overflow-x: hidden;}
  178. .wid45{width: 45%!important;overflow-x: hidden;}
  179. .wid50{width: 50%!important;overflow-x: hidden;}
  180. .wid55{width: 55%!important;overflow-x: hidden;}
  181. .wid60{width: 60%!important;overflow-x: hidden;}
  182. .wid66{width: 66%!important;overflow-x: hidden;}
  183. .wid70{width: 70%!important;overflow-x: hidden;}
  184. .wid75{width: 75%!important;overflow-x: hidden;}
  185. .wid80{width: 80%!important;overflow-x: hidden;}
  186. .wid84{width: 84%!important;overflow-x: hidden;}
  187. .wid86{width: 86%!important;overflow-x: hidden;}
  188. .wid88{width: 88%!important;overflow-x: hidden;}
  189. .wid90{width: 90%!important;overflow-x: hidden;}
  190. .wid92{width: 92%!important;overflow-x: hidden;}
  191. .wid94{width: 94%!important;overflow-x: hidden;}
  192. .wid96{width: 96%!important;overflow-x: hidden;}
  193. .wid98{width: 98%!important;overflow-x: hidden;}
  194. .wid100{width:100%!important;overflow-x: hidden;}
  195. .wid01rem{width:0.1rem!important}
  196. .wid02rem{width:0.2rem!important}
  197. .wid03rem{width:0.3rem!important}
  198. .wid04rem{width:0.4rem!important}
  199. .wid05rem{width:0.5rem!important}
  200. .wid06rem{width:0.6rem!important}
  201. .wid07rem{width:0.7rem!important}
  202. .wid08rem{width:0.8rem!important}
  203. .wid09rem{width:0.9rem!important}
  204. .wid10rem{width:1rem!important}
  205. .wid11rem{width:1.1rem!important}
  206. .wid12rem{width:1.2rem!important}
  207. .wid13rem{width:1.3rem!important}
  208. .wid14rem{width:1.4rem!important}
  209. .wid15rem{width:1.5rem!important}
  210. .wid16rem{width:1.6rem!important}
  211. .wid17rem{width:1.7rem!important}
  212. .wid18rem{width:1.8rem!important}
  213. .wid19rem{width:1.9rem!important}
  214. .wid20rem{width:2rem!important}
  215. .wid21rem{width:2.1rem!important}
  216. .wid22rem{width:2.2rem!important}
  217. .wid23rem{width:2.3rem!important}
  218. .wid24rem{width:2.4rem!important}
  219. .wid25rem{width:2.5rem!important}
  220. .wid26rem{width:2.6rem!important}
  221. .wid27rem{width:2.7rem!important}
  222. .wid28rem{width:2.8rem!important}
  223. .wid29rem{width:2.9rem!important}
  224. .wid30rem{width:3rem!important}
  225. .hgt20{ height: 20px!important;overflow-y: hidden;white-space: nowrap;text-overflow: ellipsis;}
  226. .hgt25{ height: 25px!important;overflow-y: hidden;white-space: nowrap;text-overflow: ellipsis;}
  227. .hgt30{ height: 30px!important;overflow-y: hidden;white-space: nowrap;text-overflow: ellipsis;}
  228. .hgt35{ height: 35px!important;overflow-y: hidden;white-space: nowrap;text-overflow: ellipsis;}
  229. .hgt40{ height: 40px!important;overflow-y: hidden;}
  230. .hgt45{ height: 45px!important;overflow-y: hidden;}
  231. .hgt50{ height: 50px!important;overflow-y: hidden;}
  232. .hgt60{ height: 60px!important;overflow-y: hidden;}
  233. .hgt70{ height: 70px!important;overflow-y: hidden;}
  234. .hgt80{ height: 80px!important;overflow-y: hidden;}
  235. .hgt90{ height: 90px!important;overflow-y: hidden;}
  236. .hgt100{ height: 100px!important;overflow-y: hidden;}
  237. .hgt150{ height: 150px!important;overflow-y: hidden;}
  238. .hgt_25{ height: 25%!important;overflow-y: hidden;}
  239. .hgt_50{ height: 50%!important;overflow-y: hidden;}
  240. .hgt_60{ height: 60%!important;overflow-y: hidden;}
  241. .hgt_70{ height: 70%!important;overflow-y: hidden;}
  242. .hgt_80{ height: 80%!important;overflow-y: hidden;}
  243. .hgt_90{ height: 90%!important;overflow-y: hidden;}
  244. .hgt_full{ height: 100%!important;overflow-y: hidden;}
  245. .hgt03rem{ height: 0.3rem!important;overflow-y: hidden;}
  246. .hgt04rem{ height: 0.4rem!important;overflow-y: hidden;}
  247. .hgt05rem{ height: 0.5rem!important;overflow-y: hidden;}
  248. .hgt06rem{ height: 0.6rem!important;overflow-y: hidden;}
  249. .hgt07rem{ height: 0.7rem!important;overflow-y: hidden;}
  250. .hgt08rem{ height: 0.8rem!important;overflow-y: hidden;}
  251. .hgt09rem{ height: 0.9rem!important;overflow-y: hidden;}
  252. .hgt1rem{ height: 1rem!important;overflow-y: hidden;}
  253. .hgt11rem{ height: 1.1rem!important;overflow-y: hidden;}
  254. .hgt12rem{ height: 1.2rem!important;overflow-y: hidden;}
  255. .hgt13rem{ height: 1.3rem!important;overflow-y: hidden;}
  256. .hgt14rem{ height: 1.4rem!important;overflow-y: hidden;}
  257. .hgt15rem{ height: 1.5rem!important;overflow-y: hidden;}
  258. .hgt16rem{ height: 1.6rem!important;overflow-y: hidden;}
  259. .hgt17rem{ height: 1.7rem!important;overflow-y: hidden;}
  260. .hgt18rem{ height: 1.8rem!important;overflow-y: hidden;}
  261. .hgt19rem{ height: 1.9rem!important;overflow-y: hidden;}
  262. .hgt20rem{ height: 2rem!important;overflow-y: hidden;}
  263. .hgt21rem{ height: 2.1rem!important;overflow-y: hidden;}
  264. .hgt22rem{ height: 2.2rem!important;overflow-y: hidden;}
  265. .hgt23rem{ height: 2.3rem!important;overflow-y: hidden;}
  266. .hgt24rem{ height: 2.4rem!important;overflow-y: hidden;}
  267. .hgt25rem{ height: 2.5rem!important;overflow-y: hidden;}
  268. .hgt26rem{ height: 2.6rem!important;overflow-y: hidden;}
  269. .hgt27rem{ height: 2.7rem!important;overflow-y: hidden;}
  270. .hgt28rem{ height: 2.8rem!important;overflow-y: hidden;}
  271. .hgt29rem{ height: 2.9rem!important;overflow-y: hidden;}
  272. .hgt30rem{ height: 3rem!important;overflow-y: hidden;}
  273. .hgt35rem{ height: 3.5rem!important;overflow-y: hidden;}
  274. .hgt40rem{ height: 4rem!important;overflow-y: hidden;}
  275. .hgt45rem{ height: 4.5rem!important;overflow-y: hidden;}
  276. .hgt50rem{ height: 5rem!important;overflow-y: hidden;}
  277. .hgt60rem{ height: 6rem!important;overflow-y: hidden;}
  278. .hgt70rem{ height: 7rem!important;overflow-y: hidden;}
  279. .hgt80rem{ height: 8rem!important;overflow-y: hidden;}
  280. .hgt90rem{ height: 9rem!important;overflow-y: hidden;}
  281. .hgt100rem{ height: 10rem!important;overflow-y: hidden;}
  282. .min_hgt20{min-height: 20px;}
  283. .min_hgt25{min-height: 25px;}
  284. .min_hgt30{min-height: 30px;}
  285. .min_hgt35{min-height: 35px;}
  286. .min_hgt40{min-height: 40px;}
  287. .min_hgt50{min-height: 50px;}
  288. .min_hgt100{min-height:100px;}
  289. /****行高*****/
  290. .l-h-02rem{line-height: 0.2rem;}
  291. .l-h-03rem{line-height: 0.3rem;}
  292. .l-h-04rem{line-height: 0.4rem;}
  293. .l-h-05rem{line-height: 0.5rem;}
  294. .l-h-055rem{line-height: 0.55rem;}
  295. .l-h-06rem{line-height: 0.6rem;}
  296. .l-h-065rem{line-height: 0.65rem;}
  297. .l-h-07rem{line-height: 0.7rem;}
  298. .l-h-075rem{line-height: 0.75rem;}
  299. .l-h-08rem{line-height: 0.8rem;}
  300. .l-h-085rem{line-height: 0.85rem;}
  301. .l-h-09rem{line-height: 0.9rem;}
  302. .l-h-095rem{line-height: 0.95rem;}
  303. .l-h-10rem{line-height: 1rem;}
  304. .l-h-10rem{line-height: 1rem;}
  305. .l-h-11rem{line-height: 1.1rem;}
  306. .l-h-12rem{line-height: 1.2rem;}
  307. .l-h-13rem{line-height: 1.3rem;}
  308. .l-h-14rem{line-height: 1.4rem;}
  309. .l-h-15rem{line-height: 1.5rem;}
  310. .l-h-16rem{line-height: 1.6rem;}
  311. .l-h-17rem{line-height: 1.7rem;}
  312. .l-h-18rem{line-height: 1.8rem;}
  313. .l-h-19rem{line-height: 1.9rem;}
  314. .l-h-20rem{line-height: 2rem;}
  315. .l-h-21rem{line-height: 2.1rem;}
  316. .l-h-22rem{line-height: 2.2rem;}
  317. .l-h-23rem{line-height: 2.3rem;}
  318. .l-h-24rem{line-height: 2.4rem;}
  319. .l-h-25rem{line-height: 2.5rem;}
  320. .l-h-26rem{line-height: 2.6rem;}
  321. .l-h-27rem{line-height: 2.6rem;}
  322. .l-h-28rem{line-height: 2.6rem;}
  323. .l-h-29rem{line-height: 2.6rem;}
  324. .l-h-30rem{line-height: 2.6rem;}
  325. /*margin,padding 相关*/
  326. .m-b-no{ margin-bottom: 0!important;}
  327. .m-t-no{ margin-top: 0!important;}
  328. .m-l-no{ margin-left:0!important ;}
  329. .m-r-no{ margin-right: 0!important;}
  330. .marg0{ margin: 0!important;}
  331. .marg5{ margin: 5px!important;}
  332. .marg10{ margin: 10px!important;}
  333. .marg15{ margin: 15px!important;}
  334. .marg20{ margin: 20px!important;}
  335. .marg25{ margin: 25px!important;}
  336. .marg30{ margin: 30px!important;}
  337. .m-l-5{margin-left: 5px!important;}
  338. .m-l-10{margin-left: 10px!important;}
  339. .m-l-15{margin-left: 15px!important;}
  340. .m-l-20{margin-left: 20px!important;}
  341. .m-l-25{margin-left: 25px!important;}
  342. .m-l-30{margin-left: 30px!important;}
  343. .m-r-5{margin-right: 5px!important;}
  344. .m-r-10{margin-right: 10px!important;}
  345. .m-r-15{margin-right: 15px!important;}
  346. .m-r-20{margin-right: 20px!important;}
  347. .m-r-25{margin-right: 25px!important;}
  348. .m-r-30{margin-right: 30px!important;}
  349. .m-t-5{margin-top: 5px!important;}
  350. .m-t-10{margin-top: 10px!important;}
  351. .m-t-15{margin-top: 15px!important;}
  352. .m-t-20{margin-top: 20px!important;}
  353. .m-t-25{margin-top: 25px!important;}
  354. .m-t-30{margin-top: 30px!important;}
  355. .m-t-35{margin-top: 35px!important;}
  356. .m-t-40{margin-top: 40px!important;}
  357. .m-t-45{margin-top: 45px!important;}
  358. .m-t-50{margin-top: 50px!important;}
  359. .m-b-5{margin-bottom: 5px!important;}
  360. .m-b-10{margin-bottom: 10px!important;}
  361. .m-b-15{margin-bottom: 15px!important;}
  362. .m-b-20{margin-bottom: 20px!important;}
  363. .m-b-25{margin-bottom: 25px!important;}
  364. .m-b-30{margin-bottom: 30px!important;}
  365. .m-v-5{margin-top: 5px!important;margin-bottom: 5px!important;}
  366. .m-v-10{margin-top: 10px!important;margin-bottom: 10px!important;}
  367. .m-v-15{margin-top: 15px!important;margin-bottom: 15px!important;}
  368. .m-v-20{margin-top: 20px!important;margin-bottom: 20px!important;}
  369. .m-v-25{margin-top: 25px!important;margin-bottom: 25px!important;}
  370. .m-v-30{margin-top: 30px!important;margin-bottom: 30px!important;}
  371. .m_both5{margin-left: 5px!important;margin-right: 5px!important;}
  372. .m_both10{margin-left: 10px!important;margin-right: 10px!important;}
  373. .m_both15{margin-left: 15px!important;margin-right: 15px!important;}
  374. .m_both20{margin-left: 20px!important;margin-right: 20px!important;}
  375. .m_both25{margin-left: 25px!important;margin-right: 25px!important;}
  376. .m_both30{margin-left: 30px!important;margin-right: 30px!important;}
  377. .m-l-5r{margin-left: 0.05rem!important;}
  378. .m-l-10r{margin-left: .1rem!important;}
  379. .m-l-15r{margin-left: .15rem!important;}
  380. .m-l-20r{margin-left: .20rem!important;}
  381. .m-l-25r{margin-left: .25rem!important;}
  382. .m-l-30r{margin-left: .30rem!important;}
  383. .m-r-5r{margin-right: .05rem!important;}
  384. .m-r-10r{margin-right: .10rem!important;}
  385. .m-r-15r{margin-right: .15rem!important;}
  386. .m-r-20r{margin-right: .20rem!important;}
  387. .m-r-25r{margin-right: .25rem!important;}
  388. .m-r-30r{margin-right: .30rem!important;}
  389. .m-t-5r{margin-top: .05rem!important;}
  390. .m-t-10r{margin-top: .10rem!important;}
  391. .m-t-15r{margin-top: .15rem!important;}
  392. .m-t-20r{margin-top: .20rem!important;}
  393. .m-t-25r{margin-top: .25rem!important;}
  394. .m-t-30r{margin-top: .30rem!important;}
  395. .m-t-35r{margin-top: .35rem!important;}
  396. .m-t-40r{margin-top: .40rem!important;}
  397. .m-t-45r{margin-top: .45rem!important;}
  398. .m-t-50r{margin-top: .50rem!important;}
  399. .m-t-60r{margin-top: .60rem!important;}
  400. .m-t-70r{margin-top: .70rem!important;}
  401. .m-t-80r{margin-top: .80rem!important;}
  402. .m-t-90r{margin-top: .90rem!important;}
  403. .m-b-5r{margin-bottom: .05rem!important;}
  404. .m-b-10r{margin-bottom: .10rem!important;}
  405. .m-b-15r{margin-bottom: .15rem!important;}
  406. .m-b-20r{margin-bottom: .20rem!important;}
  407. .m-b-25r{margin-bottom: .25rem!important;}
  408. .m-b-30r{margin-bottom: .30rem!important;}
  409. .m-b-35r{margin-bottom: .35rem!important;}
  410. .m-b-40r{margin-bottom: .40rem!important;}
  411. .m-b-45r{margin-bottom: .45rem!important;}
  412. .m-v-5r{margin-top: .05rem!important;margin-bottom: .05rem!important;}
  413. .m-v-10r{margin-top: .10rem!important;margin-bottom: .10rem!important;}
  414. .m-v-15r{margin-top: .15rem!important;margin-bottom: .15rem!important;}
  415. .m-v-20r{margin-top: .20rem!important;margin-bottom: .20rem!important;}
  416. .m-v-25r{margin-top: .25rem!important;margin-bottom: .25rem!important;}
  417. .m-v-30r{margin-top: .30rem!important;margin-bottom: .30rem!important;}
  418. .m_both02r{margin-left: .2rem!important;margin-right: .2rem!important;}
  419. .m_both5r{margin-left: .05rem!important;margin-right: .05rem!important;}
  420. .m_both10r{margin-left: .10rem!important;margin-right: .10rem!important;}
  421. .m_both15r{margin-left: .15rem!important;margin-right: .15rem!important;}
  422. .m_both20r{margin-left: .20rem!important;margin-right: .20rem!important;}
  423. .m_both25r{margin-left: .25rem!important;margin-right: .25rem!important;}
  424. .m_both30r{margin-left: .30rem!important;margin-right: .30rem!important;}
  425. /*rem margin*/
  426. .mb01{margin-bottom: .1rem;}
  427. .mb015{margin-bottom: .15rem;}
  428. .mb02{margin-bottom: .2rem;}
  429. .mb03{margin-bottom: .3rem;}
  430. .mb04{margin-bottom: .4rem;}
  431. .mb05{margin-bottom: .5rem;}
  432. .ml01{margin-left: .1rem;}
  433. .ml02{margin-left: .2rem;}
  434. .ml03{margin-left: .3rem;}
  435. .mr01{margin-right: .1rem;}
  436. .mr02{margin-right: .2rem;}
  437. .mr03{margin-right: .3rem;}
  438. .mt01{margin-top: .1rem;}
  439. .mt02{margin-top: .2rem;}
  440. .mt03{margin-top: .3rem;}
  441. .mt04{margin-top: .4rem;}
  442. .p-l-no{ padding-left: 0!important;}
  443. .p-r-no{ padding-right: 0!important;}
  444. .p-t-no{ padding-top: 0!important;}
  445. .p-b-no{ padding-bottom: 0!important;}
  446. /*rem padding*/
  447. .pv01{padding-top: .1rem;padding-bottom: .1rem;}
  448. .pv02{padding-top: .2rem;padding-bottom: .2rem;}
  449. .pv03{padding-top: .3rem;padding-bottom: .3rem;}
  450. .ph01{padding-left: .1rem;padding-right: .1rem;}
  451. .ph02{padding-left: .2rem;padding-right: .2rem;}
  452. .ph03{padding-left: .3rem;padding-right: .3rem;}
  453. .pa01{padding: .1rem;}
  454. .pa02{padding: .2rem;}
  455. .pa03{padding: .3rem;}
  456. .p0102{padding: .1rem .2rem;}
  457. .p0203{padding: .2rem .3rem;}
  458. .p-l-5{ padding-left:5px!important;}
  459. .p-l-10{ padding-left:10px!important;}
  460. .p-l-15{ padding-left:15px!important;}
  461. .p-l-20{ padding-left:20px!important;}
  462. .p-l-25{ padding-left:25px!important;}
  463. .p-l-30{ padding-left:30px!important;}
  464. .p-l-35{ padding-left:35px!important;}
  465. .p-l-40{ padding-left:40px!important;}
  466. .p-l-45{ padding-left:45px!important;}
  467. .p-l-50{ padding-left:50px!important;}
  468. .p-r-5{ padding-right:5px!important;}
  469. .p-r-10{ padding-right:10px!important;}
  470. .p-r-15{ padding-right:15px!important;}
  471. .p-r-20{ padding-right:20px!important;}
  472. .p-r-25{ padding-right:25px!important;}
  473. .p-r-30{ padding-right:30px!important;}
  474. .p-r-35{ padding-right:35px!important;}
  475. .p-r-40{ padding-right:40px!important;}
  476. .p-r-45{ padding-right:45px!important;}
  477. .p-r-50{ padding-right:50px!important;}
  478. .p-t-5{ padding-top:5px!important;}
  479. .p-t-10{ padding-top:10px!important;}
  480. .p-t-15{ padding-top:15px!important;}
  481. .p-t-20{ padding-top:20px!important;}
  482. .p-t-25{ padding-top:25px!important;}
  483. .p-t-30{ padding-top:30px!important;}
  484. .p-t-35{ padding-top:35px!important;}
  485. .p-t-40{ padding-top:40px!important;}
  486. .p-t-45{ padding-top:45px!important;}
  487. .p-t-50{ padding-top:50px!important;}
  488. .p-t-full{padding-top: 100%!important;}
  489. .p-b-5{ padding-bottom:5px!important;}
  490. .p-b-10{ padding-bottom:10px!important;}
  491. .p-b-15{ padding-bottom:15px!important;}
  492. .p-b-20{ padding-bottom:20px!important;}
  493. .p-b-25{ padding-bottom:25px!important;}
  494. .p-b-30{ padding-bottom:30px!important;}
  495. .p-b-35{ padding-bottom:35px!important;}
  496. .p-b-40{ padding-bottom:40px!important;}
  497. .p-b-45{ padding-bottom:45px!important;}
  498. .p-b-50{ padding-bottom:50px!important;}
  499. .min_hgt02r{min-height: 0.2rem;}
  500. .min_hgt03r{min-height: 0.3rem;}
  501. .min_hgt04r{min-height: 0.4rem;}
  502. .min_hgt05r{min-height: 0.5rem;}
  503. .min_hgt06r{min-height: 0.6rem;}
  504. .min_hgt07r{min-height: 0.7rem;}
  505. .min_hgt08r{min-height: 0.8rem;}
  506. .min_hgt09r{min-height: 0.9rem;}
  507. .min_hgt10r{min-height:1rem;}
  508. .min_hgt20r{min-height:2rem;}
  509. .min_hgt30r{min-height:3rem;}
  510. .min_hgt40r{min-height:4rem;}
  511. .min_hgt50r{min-height:5rem;}
  512. .min_hgt60r{min-height:6rem;}
  513. .min_hgt70r{min-height:7rem;}
  514. .min_hgt80r{min-height:8rem;}
  515. .min_hgt90r{min-height:9rem;}
  516. .min_hgt100r{min-height:10rem;}
  517. .max_hgt20{max-height: 20px;}
  518. .max_hgt25{max-height: 25px;}
  519. .max_hgt30{max-height: 30px;}
  520. .max_hgt35{max-height: 35px;}
  521. .max_hgt40{max-height: 40px;}
  522. .max_hgt50{max-height: 50px;}
  523. .max_hgt100{max-height:100px;}
  524. .max_hgt02r{max-height: 0.2rem;}
  525. .max_hgt03r{max-height: 0.3rem;}
  526. .max_hgt04r{max-height: 0.4rem;}
  527. .max_hgt05r{max-height: 0.5rem;}
  528. .max_hgt06r{max-height: 0.6rem;}
  529. .max_hgt07r{max-height: 0.7rem;}
  530. .max_hgt08r{max-height: 0.8rem;}
  531. .max_hgt09r{max-height: 0.9rem;}
  532. .max_hgt10r{max-height:1rem;}
  533. .max_hgt20r{max-height:2rem;}
  534. .max_hgt30r{max-height:3rem;}
  535. .max_hgt40r{max-height:4rem;}
  536. .max_hgt50r{max-height:5rem;}
  537. .max_hgt60r{max-height:6rem;}
  538. .max_hgt70r{max-height:7rem;}
  539. .max_hgt80r{max-height:8rem;}
  540. .max_hgt90r{max-height:9rem;}
  541. .max_hgt100r{max-height:10rem;}