/* :root {
        --base-unit: 2rpx;
} */
:root {
        --base-unit: 1px;
}

.box {box-sizing: border-box;}

.hidden {overflow: hidden;}
.ani-hidden {overflow: hidden;}
.ani-none {display: none;}

.scroll-y{overflow-y: auto;}
.scroll-x{overflow-x: auto;}
.scrollBar-none::-webkit-scrollbar{display: none;}
.scrollBar-2::-webkit-scrollbar{width:2px;}
/* 鼠标样式 */
.pointer {cursor: pointer;}
/* 禁止选中文本 */
.no-select {
        -webkit-user-select: none; /* Safari 浏览器（webkit内核） */
        -moz-user-select: none;    /* Firefox 浏览器（mozilla内核） */
        -ms-user-select: none;     /* IE 10+ 和 Edge 浏览器 */
        user-select: none;         /* 标准语法（现代浏览器支持） */
}
/*宽*/
.min-w-full-40 {min-width: 40%;}
.min-w-150 {min-width: calc(150 * var(--base-unit));}
.min-w-720 {min-width: calc(720 * var(--base-unit));}
.max-w-full-80 {max-width: 80%;}
.max-w-full {max-width: 100%;}
.max-w-120,.max-icon-120 {max-width: calc(120 * var(--base-unit));}
.max-w-375,.max-icon-375 {max-width: calc(375 * var(--base-unit));}
.w-full-10 {width: 10%;}
.w-full-20 {width: 20%;}
.w-full-30 {width: 30%;}
.w-full-40 {width: 40%;}
.w-full-50 {width: 50%;}
.w-full-60 {width: 60%;}
.w-full-70 {width: 70%;}
.w-full-80 {width: 80%;}
.w-full-90 {width: 90%;}
.w-full {width: 100%;}
.w-0,.icon-0{width: calc(0 * var(--base-unit));}
.w-1,.icon-1{width: calc(1 * var(--base-unit));}
.w-2,.icon-2{width: calc(2 * var(--base-unit));}
.w-3,.icon-3{width: calc(3 * var(--base-unit));}
.w-4,.icon-4{width: calc(4 * var(--base-unit));}
.w-5,.icon-5{width: calc(5 * var(--base-unit));}
.w-6,.icon-6{width: calc(6 * var(--base-unit));}
.w-7,.icon-7{width: calc(7 * var(--base-unit));}
.w-8,.icon-8{width: calc(8 * var(--base-unit));}
.w-9,.icon-9{width: calc(9 * var(--base-unit));}
.w-10,.icon-10{width: calc(10 * var(--base-unit));}
.w-11,.icon-11{width: calc(11 * var(--base-unit));}
.w-12,.icon-12{width: calc(12 * var(--base-unit));}
.w-13,.icon-13{width: calc(13 * var(--base-unit));}
.w-14,.icon-14{width: calc(14 * var(--base-unit));}
.w-15,.icon-15{width: calc(15 * var(--base-unit));}
.w-16,.icon-16{width: calc(16 * var(--base-unit));}
.w-17,.icon-17{width: calc(17 * var(--base-unit));}
.w-18,.icon-18{width: calc(18 * var(--base-unit));}
.w-19,.icon-19{width: calc(19 * var(--base-unit));}
.w-20,.icon-20{width: calc(20 * var(--base-unit));}
.w-21,.icon-21{width: calc(21 * var(--base-unit));}
.w-22,.icon-22{width: calc(22 * var(--base-unit));}
.w-23,.icon-23{width: calc(23 * var(--base-unit));}
.w-24,.icon-24{width: calc(24 * var(--base-unit));}
.w-25,.icon-25{width: calc(25 * var(--base-unit));}
.w-26,.icon-26{width: calc(26 * var(--base-unit));}
.w-27,.icon-27{width: calc(27 * var(--base-unit));}
.w-28,.icon-28{width: calc(28 * var(--base-unit));}
.w-29,.icon-29{width: calc(29 * var(--base-unit));}
.w-30,.icon-30{width: calc(30 * var(--base-unit));}
.w-31,.icon-31{width: calc(31 * var(--base-unit));}
.w-32,.icon-32{width: calc(32 * var(--base-unit));}
.w-33,.icon-33{width: calc(33 * var(--base-unit));}
.w-34,.icon-34{width: calc(34 * var(--base-unit));}
.w-35,.icon-35{width: calc(35 * var(--base-unit));}
.w-36,.icon-36{width: calc(36 * var(--base-unit));}
.w-37,.icon-37{width: calc(37 * var(--base-unit));}
.w-38,.icon-38{width: calc(38 * var(--base-unit));}
.w-39,.icon-39{width: calc(39 * var(--base-unit));}
.w-40,.icon-40{width: calc(40 * var(--base-unit));}
.w-41,.icon-41{width: calc(41 * var(--base-unit));}
.w-42,.icon-42{width: calc(42 * var(--base-unit));}
.w-43,.icon-43{width: calc(43 * var(--base-unit));}
.w-44,.icon-44{width: calc(44 * var(--base-unit));}
.w-45,.icon-45{width: calc(45 * var(--base-unit));}
.w-46,.icon-46{width: calc(46 * var(--base-unit));}
.w-47,.icon-47{width: calc(47 * var(--base-unit));}
.w-48,.icon-48{width: calc(48 * var(--base-unit));}
.w-49,.icon-49{width: calc(49 * var(--base-unit));}
.w-50,.icon-50{width: calc(50 * var(--base-unit));}
.w-51,.icon-51{width: calc(51 * var(--base-unit));}
.w-52,.icon-52{width: calc(52 * var(--base-unit));}
.w-53,.icon-53{width: calc(53 * var(--base-unit));}
.w-54,.icon-54{width: calc(54 * var(--base-unit));}
.w-55,.icon-55{width: calc(55 * var(--base-unit));}
.w-56,.icon-56{width: calc(56 * var(--base-unit));}
.w-57,.icon-57{width: calc(57 * var(--base-unit));}
.w-58,.icon-58{width: calc(58 * var(--base-unit));}
.w-59,.icon-59{width: calc(59 * var(--base-unit));}
.w-60,.icon-60{width: calc(60 * var(--base-unit));}
.w-61,.icon-61{width: calc(61 * var(--base-unit));}
.w-62,.icon-62{width: calc(62 * var(--base-unit));}
.w-63,.icon-63{width: calc(63 * var(--base-unit));}
.w-64,.icon-64{width: calc(64 * var(--base-unit));}
.w-65,.icon-65{width: calc(65 * var(--base-unit));}
.w-66,.icon-66{width: calc(66 * var(--base-unit));}
.w-67,.icon-67{width: calc(67 * var(--base-unit));}
.w-68,.icon-68{width: calc(68 * var(--base-unit));}
.w-69,.icon-69{width: calc(69 * var(--base-unit));}
.w-70,.icon-70{width: calc(70 * var(--base-unit));}
.w-71,.icon-71{width: calc(71 * var(--base-unit));}
.w-72,.icon-72{width: calc(72 * var(--base-unit));}
.w-73,.icon-73{width: calc(73 * var(--base-unit));}
.w-74,.icon-74{width: calc(74 * var(--base-unit));}
.w-75,.icon-75{width: calc(75 * var(--base-unit));}
.w-76,.icon-76{width: calc(76 * var(--base-unit));}
.w-77,.icon-77{width: calc(77 * var(--base-unit));}
.w-78,.icon-78{width: calc(78 * var(--base-unit));}
.w-79,.icon-79{width: calc(79 * var(--base-unit));}
.w-80,.icon-80{width: calc(80 * var(--base-unit));}
.w-81,.icon-81{width: calc(81 * var(--base-unit));}
.w-82,.icon-82{width: calc(82 * var(--base-unit));}
.w-83,.icon-83{width: calc(83 * var(--base-unit));}
.w-84,.icon-84{width: calc(84 * var(--base-unit));}
.w-85,.icon-85{width: calc(85 * var(--base-unit));}
.w-86,.icon-86{width: calc(86 * var(--base-unit));}
.w-87,.icon-87{width: calc(87 * var(--base-unit));}
.w-88,.icon-88{width: calc(88 * var(--base-unit));}
.w-89,.icon-89{width: calc(89 * var(--base-unit));}
.w-90,.icon-90{width: calc(90 * var(--base-unit));}
.w-91,.icon-91{width: calc(91 * var(--base-unit));}
.w-92,.icon-92{width: calc(92 * var(--base-unit));}
.w-93,.icon-93{width: calc(93 * var(--base-unit));}
.w-94,.icon-94{width: calc(94 * var(--base-unit));}
.w-95,.icon-95{width: calc(95 * var(--base-unit));}
.w-96,.icon-96{width: calc(96 * var(--base-unit));}
.w-97,.icon-97{width: calc(97 * var(--base-unit));}
.w-98,.icon-98{width: calc(98 * var(--base-unit));}
.w-99,.icon-99{width: calc(99 * var(--base-unit));}
.w-100,.icon-100{width: calc(100 * var(--base-unit));}
.w-101,.icon-101{width: calc(101 * var(--base-unit));}
.w-102,.icon-102{width: calc(102 * var(--base-unit));}
.w-103,.icon-103{width: calc(103 * var(--base-unit));}
.w-104,.icon-104{width: calc(104 * var(--base-unit));}
.w-105,.icon-105{width: calc(105 * var(--base-unit));}
.w-106,.icon-106{width: calc(106 * var(--base-unit));}
.w-107,.icon-107{width: calc(107 * var(--base-unit));}
.w-108,.icon-108{width: calc(108 * var(--base-unit));}
.w-109,.icon-109{width: calc(109 * var(--base-unit));}
.w-110,.icon-110{width: calc(110 * var(--base-unit));}
.w-111,.icon-111{width: calc(111 * var(--base-unit));}
.w-112,.icon-112{width: calc(112 * var(--base-unit));}
.w-113,.icon-113{width: calc(113 * var(--base-unit));}
.w-114,.icon-114{width: calc(114 * var(--base-unit));}
.w-115,.icon-115{width: calc(115 * var(--base-unit));}
.w-116,.icon-116{width: calc(116 * var(--base-unit));}
.w-117,.icon-117{width: calc(117 * var(--base-unit));}
.w-118,.icon-118{width: calc(118 * var(--base-unit));}
.w-119,.icon-119{width: calc(119 * var(--base-unit));}
.w-120,.icon-120{width: calc(120 * var(--base-unit));}
.w-121,.icon-121{width: calc(121 * var(--base-unit));}
.w-122,.icon-122{width: calc(122 * var(--base-unit));}
.w-123,.icon-123{width: calc(123 * var(--base-unit));}
.w-124,.icon-124{width: calc(124 * var(--base-unit));}
.w-125,.icon-125{width: calc(125 * var(--base-unit));}
.w-126,.icon-126{width: calc(126 * var(--base-unit));}
.w-127,.icon-127{width: calc(127 * var(--base-unit));}
.w-128,.icon-128{width: calc(128 * var(--base-unit));}
.w-129,.icon-129{width: calc(129 * var(--base-unit));}
.w-130,.icon-130{width: calc(130 * var(--base-unit));}
.w-131,.icon-131{width: calc(131 * var(--base-unit));}
.w-132,.icon-132{width: calc(132 * var(--base-unit));}
.w-133,.icon-133{width: calc(133 * var(--base-unit));}
.w-134,.icon-134{width: calc(134 * var(--base-unit));}
.w-135,.icon-135{width: calc(135 * var(--base-unit));}
.w-136,.icon-136{width: calc(136 * var(--base-unit));}
.w-137,.icon-137{width: calc(137 * var(--base-unit));}
.w-138,.icon-138{width: calc(138 * var(--base-unit));}
.w-139,.icon-139{width: calc(139 * var(--base-unit));}
.w-140,.icon-140{width: calc(140 * var(--base-unit));}
.w-141,.icon-141{width: calc(141 * var(--base-unit));}
.w-142,.icon-142{width: calc(142 * var(--base-unit));}
.w-143,.icon-143{width: calc(143 * var(--base-unit));}
.w-144,.icon-144{width: calc(144 * var(--base-unit));}
.w-145,.icon-145{width: calc(145 * var(--base-unit));}
.w-146,.icon-146{width: calc(146 * var(--base-unit));}
.w-147,.icon-147{width: calc(147 * var(--base-unit));}
.w-148,.icon-148{width: calc(148 * var(--base-unit));}
.w-149,.icon-149{width: calc(149 * var(--base-unit));}
.w-150,.icon-150{width: calc(150 * var(--base-unit));}
.w-151,.icon-151{width: calc(151 * var(--base-unit));}
.w-152,.icon-152{width: calc(152 * var(--base-unit));}
.w-153,.icon-153{width: calc(153 * var(--base-unit));}
.w-154,.icon-154{width: calc(154 * var(--base-unit));}
.w-155,.icon-155{width: calc(155 * var(--base-unit));}
.w-156,.icon-156{width: calc(156 * var(--base-unit));}
.w-157,.icon-157{width: calc(157 * var(--base-unit));}
.w-158,.icon-158{width: calc(158 * var(--base-unit));}
.w-159,.icon-159{width: calc(159 * var(--base-unit));}
.w-160,.icon-160{width: calc(160 * var(--base-unit));}
.w-161,.icon-161{width: calc(161 * var(--base-unit));}
.w-162,.icon-162{width: calc(162 * var(--base-unit));}
.w-163,.icon-163{width: calc(163 * var(--base-unit));}
.w-164,.icon-164{width: calc(164 * var(--base-unit));}
.w-165,.icon-165{width: calc(165 * var(--base-unit));}
.w-166,.icon-166{width: calc(166 * var(--base-unit));}
.w-167,.icon-167{width: calc(167 * var(--base-unit));}
.w-168,.icon-168{width: calc(168 * var(--base-unit));}
.w-169,.icon-169{width: calc(169 * var(--base-unit));}
.w-170,.icon-170{width: calc(170 * var(--base-unit));}
.w-171,.icon-171{width: calc(171 * var(--base-unit));}
.w-172,.icon-172{width: calc(172 * var(--base-unit));}
.w-173,.icon-173{width: calc(173 * var(--base-unit));}
.w-174,.icon-174{width: calc(174 * var(--base-unit));}
.w-175,.icon-175{width: calc(175 * var(--base-unit));}
.w-176,.icon-176{width: calc(176 * var(--base-unit));}
.w-177,.icon-177{width: calc(177 * var(--base-unit));}
.w-178,.icon-178{width: calc(178 * var(--base-unit));}
.w-179,.icon-179{width: calc(179 * var(--base-unit));}
.w-180,.icon-180{width: calc(180 * var(--base-unit));}
.w-181,.icon-181{width: calc(181 * var(--base-unit));}
.w-182,.icon-182{width: calc(182 * var(--base-unit));}
.w-183,.icon-183{width: calc(183 * var(--base-unit));}
.w-184,.icon-184{width: calc(184 * var(--base-unit));}
.w-185,.icon-185{width: calc(185 * var(--base-unit));}
.w-186,.icon-186{width: calc(186 * var(--base-unit));}
.w-187,.icon-187{width: calc(187 * var(--base-unit));}
.w-188,.icon-188{width: calc(188 * var(--base-unit));}
.w-189,.icon-189{width: calc(189 * var(--base-unit));}
.w-190,.icon-190{width: calc(190 * var(--base-unit));}
.w-191,.icon-191{width: calc(191 * var(--base-unit));}
.w-192,.icon-192{width: calc(192 * var(--base-unit));}
.w-193,.icon-193{width: calc(193 * var(--base-unit));}
.w-194,.icon-194{width: calc(194 * var(--base-unit));}
.w-195,.icon-195{width: calc(195 * var(--base-unit));}
.w-196,.icon-196{width: calc(196 * var(--base-unit));}
.w-197,.icon-197{width: calc(197 * var(--base-unit));}
.w-198,.icon-198{width: calc(198 * var(--base-unit));}
.w-199,.icon-199{width: calc(199 * var(--base-unit));}
.w-200,.icon-200{width: calc(200 * var(--base-unit));}
.w-201,.icon-201{width: calc(201 * var(--base-unit));}
.w-202,.icon-202{width: calc(202 * var(--base-unit));}
.w-203,.icon-203{width: calc(203 * var(--base-unit));}
.w-204,.icon-204{width: calc(204 * var(--base-unit));}
.w-205,.icon-205{width: calc(205 * var(--base-unit));}
.w-206,.icon-206{width: calc(206 * var(--base-unit));}
.w-207,.icon-207{width: calc(207 * var(--base-unit));}
.w-208,.icon-208{width: calc(208 * var(--base-unit));}
.w-209,.icon-209{width: calc(209 * var(--base-unit));}
.w-210,.icon-210{width: calc(210 * var(--base-unit));}
.w-211,.icon-211{width: calc(211 * var(--base-unit));}
.w-212,.icon-212{width: calc(212 * var(--base-unit));}
.w-213,.icon-213{width: calc(213 * var(--base-unit));}
.w-214,.icon-214{width: calc(214 * var(--base-unit));}
.w-215,.icon-215{width: calc(215 * var(--base-unit));}
.w-216,.icon-216{width: calc(216 * var(--base-unit));}
.w-217,.icon-217{width: calc(217 * var(--base-unit));}
.w-218,.icon-218{width: calc(218 * var(--base-unit));}
.w-219,.icon-219{width: calc(219 * var(--base-unit));}
.w-220,.icon-220{width: calc(220 * var(--base-unit));}
.w-221,.icon-221{width: calc(221 * var(--base-unit));}
.w-222,.icon-222{width: calc(222 * var(--base-unit));}
.w-223,.icon-223{width: calc(223 * var(--base-unit));}
.w-224,.icon-224{width: calc(224 * var(--base-unit));}
.w-225,.icon-225{width: calc(225 * var(--base-unit));}
.w-226,.icon-226{width: calc(226 * var(--base-unit));}
.w-227,.icon-227{width: calc(227 * var(--base-unit));}
.w-228,.icon-228{width: calc(228 * var(--base-unit));}
.w-229,.icon-229{width: calc(229 * var(--base-unit));}
.w-230,.icon-230{width: calc(230 * var(--base-unit));}
.w-231,.icon-231{width: calc(231 * var(--base-unit));}
.w-232,.icon-232{width: calc(232 * var(--base-unit));}
.w-233,.icon-233{width: calc(233 * var(--base-unit));}
.w-234,.icon-234{width: calc(234 * var(--base-unit));}
.w-235,.icon-235{width: calc(235 * var(--base-unit));}
.w-236,.icon-236{width: calc(236 * var(--base-unit));}
.w-237,.icon-237{width: calc(237 * var(--base-unit));}
.w-238,.icon-238{width: calc(238 * var(--base-unit));}
.w-239,.icon-239{width: calc(239 * var(--base-unit));}
.w-240,.icon-240{width: calc(240 * var(--base-unit));}
.w-241,.icon-241{width: calc(241 * var(--base-unit));}
.w-242,.icon-242{width: calc(242 * var(--base-unit));}
.w-243,.icon-243{width: calc(243 * var(--base-unit));}
.w-244,.icon-244{width: calc(244 * var(--base-unit));}
.w-245,.icon-245{width: calc(245 * var(--base-unit));}
.w-246,.icon-246{width: calc(246 * var(--base-unit));}
.w-247,.icon-247{width: calc(247 * var(--base-unit));}
.w-248,.icon-248{width: calc(248 * var(--base-unit));}
.w-249,.icon-249{width: calc(249 * var(--base-unit));}
.w-250,.icon-250{width: calc(250 * var(--base-unit));}
.w-251,.icon-251{width: calc(251 * var(--base-unit));}
.w-252,.icon-252{width: calc(252 * var(--base-unit));}
.w-253,.icon-253{width: calc(253 * var(--base-unit));}
.w-254,.icon-254{width: calc(254 * var(--base-unit));}
.w-255,.icon-255{width: calc(255 * var(--base-unit));}
.w-256,.icon-256{width: calc(256 * var(--base-unit));}
.w-257,.icon-257{width: calc(257 * var(--base-unit));}
.w-258,.icon-258{width: calc(258 * var(--base-unit));}
.w-259,.icon-259{width: calc(259 * var(--base-unit));}
.w-260,.icon-260{width: calc(260 * var(--base-unit));}
.w-261,.icon-261{width: calc(261 * var(--base-unit));}
.w-262,.icon-262{width: calc(262 * var(--base-unit));}
.w-263,.icon-263{width: calc(263 * var(--base-unit));}
.w-264,.icon-264{width: calc(264 * var(--base-unit));}
.w-265,.icon-265{width: calc(265 * var(--base-unit));}
.w-266,.icon-266{width: calc(266 * var(--base-unit));}
.w-267,.icon-267{width: calc(267 * var(--base-unit));}
.w-268,.icon-268{width: calc(268 * var(--base-unit));}
.w-269,.icon-269{width: calc(269 * var(--base-unit));}
.w-270,.icon-270{width: calc(270 * var(--base-unit));}
.w-271,.icon-271{width: calc(271 * var(--base-unit));}
.w-272,.icon-272{width: calc(272 * var(--base-unit));}
.w-273,.icon-273{width: calc(273 * var(--base-unit));}
.w-274,.icon-274{width: calc(274 * var(--base-unit));}
.w-275,.icon-275{width: calc(275 * var(--base-unit));}
.w-276,.icon-276{width: calc(276 * var(--base-unit));}
.w-277,.icon-277{width: calc(277 * var(--base-unit));}
.w-278,.icon-278{width: calc(278 * var(--base-unit));}
.w-279,.icon-279{width: calc(279 * var(--base-unit));}
.w-280,.icon-280{width: calc(280 * var(--base-unit));}
.w-281,.icon-281{width: calc(281 * var(--base-unit));}
.w-282,.icon-282{width: calc(282 * var(--base-unit));}
.w-283,.icon-283{width: calc(283 * var(--base-unit));}
.w-284,.icon-284{width: calc(284 * var(--base-unit));}
.w-285,.icon-285{width: calc(285 * var(--base-unit));}
.w-286,.icon-286{width: calc(286 * var(--base-unit));}
.w-287,.icon-287{width: calc(287 * var(--base-unit));}
.w-288,.icon-288{width: calc(288 * var(--base-unit));}
.w-289,.icon-289{width: calc(289 * var(--base-unit));}
.w-290,.icon-290{width: calc(290 * var(--base-unit));}
.w-291,.icon-291{width: calc(291 * var(--base-unit));}
.w-292,.icon-292{width: calc(292 * var(--base-unit));}
.w-293,.icon-293{width: calc(293 * var(--base-unit));}
.w-294,.icon-294{width: calc(294 * var(--base-unit));}
.w-295,.icon-295{width: calc(295 * var(--base-unit));}
.w-296,.icon-296{width: calc(296 * var(--base-unit));}
.w-297,.icon-297{width: calc(297 * var(--base-unit));}
.w-298,.icon-298{width: calc(298 * var(--base-unit));}
.w-299,.icon-299{width: calc(299 * var(--base-unit));}
.w-300,.icon-300{width: calc(300 * var(--base-unit));}
.w-310,.icon-310{width: calc(310 * var(--base-unit));}
.w-316,.icon-316{width: calc(316 * var(--base-unit));}
.w-340,.icon-340{width: calc(340 * var(--base-unit));}
.w-360,.icon-360{width: calc(360 * var(--base-unit));}
.w-377,.icon-377{width: calc(377 * var(--base-unit));}
.w-395,.icon-395{width: calc(395 * var(--base-unit));}
.w-580,.icon-580{width: calc(580 * var(--base-unit));}
.w-640,.icon-640{width: calc(640 * var(--base-unit));}
.w-720,.icon-720{width: calc(720 * var(--base-unit));}
@media (max-width:1024px) {
        .sm-w-208,.sm-icon-208{width: calc(208 * var(--base-unit));}
}


/*宽*/


/*高*/
.min-h-40,.min-icon-40{max-height: calc(40 * var(--base-unit));}
.min-h-160,.min-icon-160{max-height: calc(160 * var(--base-unit));}
.min-h-270,.min-icon-270{max-height: calc(270 * var(--base-unit));}
.max-h-full-80 {max-height: 80%;}
.max-h-full {max-height: 100%;}
.max-h-120,.max-icon-120 {max-height: calc(120 * var(--base-unit));}
.max-h-200,.max-icon-200 {max-height: calc(200 * var(--base-unit));}
.max-h-640,.max-icon-640 {max-height: calc(640 * var(--base-unit));}
.h-full {height: 100%;}
.h-full-50 {height: 50%;}
.h-0,.icon-0{height: calc(0 * var(--base-unit));}
.h-1,.icon-1{height: calc(1 * var(--base-unit));}
.h-2,.icon-2{height: calc(2 * var(--base-unit));}
.h-3,.icon-3{height: calc(3 * var(--base-unit));}
.h-4,.icon-4{height: calc(4 * var(--base-unit));}
.h-5,.icon-5{height: calc(5 * var(--base-unit));}
.h-6,.icon-6{height: calc(6 * var(--base-unit));}
.h-7,.icon-7{height: calc(7 * var(--base-unit));}
.h-8,.icon-8{height: calc(8 * var(--base-unit));}
.h-9,.icon-9{height: calc(9 * var(--base-unit));}
.h-10,.icon-10{height: calc(10 * var(--base-unit));}
.h-11,.icon-11{height: calc(11 * var(--base-unit));}
.h-12,.icon-12{height: calc(12 * var(--base-unit));}
.h-13,.icon-13{height: calc(13 * var(--base-unit));}
.h-14, .icon-14 { height: calc(14 * var(--base-unit)); }
.h-15, .icon-15 { height: calc(15 * var(--base-unit)); }
.h-16, .icon-16 { height: calc(16 * var(--base-unit)); }
.h-17, .icon-17 { height: calc(17 * var(--base-unit)); }
.h-18, .icon-18 { height: calc(18 * var(--base-unit)); }
.h-19, .icon-19 { height: calc(19 * var(--base-unit)); }
.h-20, .icon-20 { height: calc(20 * var(--base-unit)); }
.h-21, .icon-21 { height: calc(21 * var(--base-unit)); }
.h-22, .icon-22 { height: calc(22 * var(--base-unit)); }
.h-23, .icon-23 { height: calc(23 * var(--base-unit)); }
.h-24, .icon-24 { height: calc(24 * var(--base-unit)); }
.h-25, .icon-25 { height: calc(25 * var(--base-unit)); }
.h-26, .icon-26 { height: calc(26 * var(--base-unit)); }
.h-27, .icon-27 { height: calc(27 * var(--base-unit)); }
.h-28, .icon-28 { height: calc(28 * var(--base-unit)); }
.h-29, .icon-29 { height: calc(29 * var(--base-unit)); }
.h-30, .icon-30 { height: calc(30 * var(--base-unit)); }
.h-31, .icon-31 { height: calc(31 * var(--base-unit)); }
.h-32, .icon-32 { height: calc(32 * var(--base-unit)); }
.h-33, .icon-33 { height: calc(33 * var(--base-unit)); }
.h-34, .icon-34 { height: calc(34 * var(--base-unit)); }
.h-35, .icon-35 { height: calc(35 * var(--base-unit)); }
.h-36, .icon-36 { height: calc(36 * var(--base-unit)); }
.h-37, .icon-37 { height: calc(37 * var(--base-unit)); }
.h-38, .icon-38 { height: calc(38 * var(--base-unit)); }
.h-39, .icon-39 { height: calc(39 * var(--base-unit)); }
.h-40, .icon-40 { height: calc(40 * var(--base-unit)); }
.h-41, .icon-41 { height: calc(41 * var(--base-unit)); }
.h-42, .icon-42 { height: calc(42 * var(--base-unit)); }
.h-43, .icon-43 { height: calc(43 * var(--base-unit)); }
.h-44, .icon-44 { height: calc(44 * var(--base-unit)); }
.h-45, .icon-45 { height: calc(45 * var(--base-unit)); }
.h-46, .icon-46 { height: calc(46 * var(--base-unit)); }
.h-47, .icon-47 { height: calc(47 * var(--base-unit)); }
.h-48, .icon-48 { height: calc(48 * var(--base-unit)); }
.h-49, .icon-49 { height: calc(49 * var(--base-unit)); }
.h-50, .icon-50 { height: calc(50 * var(--base-unit)); }
.h-51, .icon-51 { height: calc(51 * var(--base-unit)); }
.h-52, .icon-52 { height: calc(52 * var(--base-unit)); }
.h-53, .icon-53 { height: calc(53 * var(--base-unit)); }
.h-54, .icon-54 { height: calc(54 * var(--base-unit)); }
.h-55, .icon-55 { height: calc(55 * var(--base-unit)); }
.h-56, .icon-56 { height: calc(56 * var(--base-unit)); }
.h-57, .icon-57 { height: calc(57 * var(--base-unit)); }
.h-58, .icon-58 { height: calc(58 * var(--base-unit)); }
.h-59, .icon-59 { height: calc(59 * var(--base-unit)); }
.h-60, .icon-60 { height: calc(60 * var(--base-unit)); }
.h-61, .icon-61 { height: calc(61 * var(--base-unit)); }
.h-62, .icon-62 { height: calc(62 * var(--base-unit)); }
.h-63, .icon-63 { height: calc(63 * var(--base-unit)); }
.h-64, .icon-64 { height: calc(64 * var(--base-unit)); }
.h-65, .icon-65 { height: calc(65 * var(--base-unit)); }
.h-66, .icon-66 { height: calc(66 * var(--base-unit)); }
.h-67, .icon-67 { height: calc(67 * var(--base-unit)); }
.h-68, .icon-68 { height: calc(68 * var(--base-unit)); }
.h-69, .icon-69 { height: calc(69 * var(--base-unit)); }
.h-70, .icon-70 { height: calc(70 * var(--base-unit)); }
.h-71, .icon-71 { height: calc(71 * var(--base-unit)); }
.h-72, .icon-72 { height: calc(72 * var(--base-unit)); }
.h-73, .icon-73 { height: calc(73 * var(--base-unit)); }
.h-74, .icon-74 { height: calc(74 * var(--base-unit)); }
.h-75, .icon-75 { height: calc(75 * var(--base-unit)); }
.h-76, .icon-76 { height: calc(76 * var(--base-unit)); }
.h-77, .icon-77 { height: calc(77 * var(--base-unit)); }
.h-78, .icon-78 { height: calc(78 * var(--base-unit)); }
.h-79, .icon-79 { height: calc(79 * var(--base-unit)); }
.h-80, .icon-80 { height: calc(80 * var(--base-unit)); }
.h-81, .icon-81 { height: calc(81 * var(--base-unit)); }
.h-82, .icon-82 { height: calc(82 * var(--base-unit)); }
.h-83, .icon-83 { height: calc(83 * var(--base-unit)); }
.h-84, .icon-84 { height: calc(84 * var(--base-unit)); }
.h-85, .icon-85 { height: calc(85 * var(--base-unit)); }
.h-86, .icon-86 { height: calc(86 * var(--base-unit)); }
.h-87, .icon-87 { height: calc(87 * var(--base-unit)); }
.h-88, .icon-88 { height: calc(88 * var(--base-unit)); }
.h-89, .icon-89 { height: calc(89 * var(--base-unit)); }
.h-90, .icon-90 { height: calc(90 * var(--base-unit)); }
.h-91, .icon-91 { height: calc(91 * var(--base-unit)); }
.h-92, .icon-92 { height: calc(92 * var(--base-unit)); }
.h-93, .icon-93 { height: calc(93 * var(--base-unit)); }
.h-94, .icon-94 { height: calc(94 * var(--base-unit)); }
.h-95, .icon-95 { height: calc(95 * var(--base-unit)); }
.h-96, .icon-96 { height: calc(96 * var(--base-unit)); }
.h-97, .icon-97 { height: calc(97 * var(--base-unit)); }
.h-98, .icon-98 { height: calc(98 * var(--base-unit)); }
.h-99, .icon-99 { height: calc(99 * var(--base-unit)); }
.h-100, .icon-100 { height: calc(100 * var(--base-unit)); }
.h-101, .icon-101 { height: calc(101 * var(--base-unit)); }
.h-102, .icon-102 { height: calc(102 * var(--base-unit)); }
.h-103, .icon-103 { height: calc(103 * var(--base-unit)); }
.h-104, .icon-104 { height: calc(104 * var(--base-unit)); }
.h-105, .icon-105 { height: calc(105 * var(--base-unit)); }
.h-106, .icon-106 { height: calc(106 * var(--base-unit)); }
.h-107, .icon-107 { height: calc(107 * var(--base-unit)); }
.h-108, .icon-108 { height: calc(108 * var(--base-unit)); }
.h-109, .icon-109 { height: calc(109 * var(--base-unit)); }
.h-110, .icon-110 { height: calc(110 * var(--base-unit)); }
.h-111, .icon-111 { height: calc(111 * var(--base-unit)); }
.h-112, .icon-112 { height: calc(112 * var(--base-unit)); }
.h-113, .icon-113 { height: calc(113 * var(--base-unit)); }
.h-114, .icon-114 { height: calc(114 * var(--base-unit)); }
.h-115, .icon-115 { height: calc(115 * var(--base-unit)); }
.h-116, .icon-116 { height: calc(116 * var(--base-unit)); }
.h-117, .icon-117 { height: calc(117 * var(--base-unit)); }
.h-118, .icon-118 { height: calc(118 * var(--base-unit)); }
.h-119, .icon-119 { height: calc(119 * var(--base-unit)); }
.h-120, .icon-120 { height: calc(120 * var(--base-unit)); }
.h-121, .icon-121 { height: calc(121 * var(--base-unit)); }
.h-122, .icon-122 { height: calc(122 * var(--base-unit)); }
.h-123, .icon-123 { height: calc(123 * var(--base-unit)); }
.h-124, .icon-124 { height: calc(124 * var(--base-unit)); }
.h-125, .icon-125 { height: calc(125 * var(--base-unit)); }
.h-126, .icon-126 { height: calc(126 * var(--base-unit)); }
.h-127, .icon-127 { height: calc(127 * var(--base-unit)); }
.h-128, .icon-128 { height: calc(128 * var(--base-unit)); }
.h-129, .icon-129 { height: calc(129 * var(--base-unit)); }
.h-130, .icon-130 { height: calc(130 * var(--base-unit)); }
.h-131, .icon-131 { height: calc(131 * var(--base-unit)); }
.h-132, .icon-132 { height: calc(132 * var(--base-unit)); }
.h-133, .icon-133 { height: calc(133 * var(--base-unit)); }
.h-134, .icon-134 { height: calc(134 * var(--base-unit)); }
.h-135, .icon-135 { height: calc(135 * var(--base-unit)); }
.h-136, .icon-136 { height: calc(136 * var(--base-unit)); }
.h-137, .icon-137 { height: calc(137 * var(--base-unit)); }
.h-138, .icon-138 { height: calc(138 * var(--base-unit)); }
.h-139, .icon-139 { height: calc(139 * var(--base-unit)); }
.h-140, .icon-140 { height: calc(140 * var(--base-unit)); }
.h-141, .icon-141 { height: calc(141 * var(--base-unit)); }
.h-142, .icon-142 { height: calc(142 * var(--base-unit)); }
.h-143, .icon-143 { height: calc(143 * var(--base-unit)); }
.h-144, .icon-144 { height: calc(144 * var(--base-unit)); }
.h-145, .icon-145 { height: calc(145 * var(--base-unit)); }
.h-146, .icon-146 { height: calc(146 * var(--base-unit)); }
.h-147, .icon-147 { height: calc(147 * var(--base-unit)); }
.h-148, .icon-148 { height: calc(148 * var(--base-unit)); }
.h-149, .icon-149 { height: calc(149 * var(--base-unit)); }
.h-150, .icon-150 { height: calc(150 * var(--base-unit)); }
.h-151, .icon-151 { height: calc(151 * var(--base-unit)); }
.h-152, .icon-152 { height: calc(152 * var(--base-unit)); }
.h-153, .icon-153 { height: calc(153 * var(--base-unit)); }
.h-154, .icon-154 { height: calc(154 * var(--base-unit)); }
.h-155, .icon-155 { height: calc(155 * var(--base-unit)); }
.h-156, .icon-156 { height: calc(156 * var(--base-unit)); }
.h-157, .icon-157 { height: calc(157 * var(--base-unit)); }
.h-158, .icon-158 { height: calc(158 * var(--base-unit)); }
.h-159, .icon-159 { height: calc(159 * var(--base-unit)); }
.h-160, .icon-160 { height: calc(160 * var(--base-unit)); }
.h-161, .icon-161 { height: calc(161 * var(--base-unit)); }
.h-162, .icon-162 { height: calc(162 * var(--base-unit)); }
.h-163, .icon-163 { height: calc(163 * var(--base-unit)); }
.h-164, .icon-164 { height: calc(164 * var(--base-unit)); }
.h-165, .icon-165 { height: calc(165 * var(--base-unit)); }
.h-166, .icon-166 { height: calc(166 * var(--base-unit)); }
.h-167, .icon-167 { height: calc(167 * var(--base-unit)); }
.h-168, .icon-168 { height: calc(168 * var(--base-unit)); }
.h-169, .icon-169 { height: calc(169 * var(--base-unit)); }
.h-170, .icon-170 { height: calc(170 * var(--base-unit)); }
.h-171, .icon-171 { height: calc(171 * var(--base-unit)); }
.h-172, .icon-172 { height: calc(172 * var(--base-unit)); }
.h-173, .icon-173 { height: calc(173 * var(--base-unit)); }
.h-174, .icon-174 { height: calc(174 * var(--base-unit)); }
.h-175, .icon-175 { height: calc(175 * var(--base-unit)); }
.h-176, .icon-176 { height: calc(176 * var(--base-unit)); }
.h-177, .icon-177 { height: calc(177 * var(--base-unit)); }
.h-178, .icon-178 { height: calc(178 * var(--base-unit)); }
.h-179, .icon-179 { height: calc(179 * var(--base-unit)); }
.h-180, .icon-180 { height: calc(180 * var(--base-unit)); }
.h-181, .icon-181 { height: calc(181 * var(--base-unit)); }
.h-182, .icon-182 { height: calc(182 * var(--base-unit)); }
.h-183, .icon-183 { height: calc(183 * var(--base-unit)); }
.h-184, .icon-184 { height: calc(184 * var(--base-unit)); }
.h-185, .icon-185 { height: calc(185 * var(--base-unit)); }
.h-186, .icon-186 { height: calc(186 * var(--base-unit)); }
.h-187, .icon-187 { height: calc(187 * var(--base-unit)); }
.h-188, .icon-188 { height: calc(188 * var(--base-unit)); }
.h-189, .icon-189 { height: calc(189 * var(--base-unit)); }
.h-190, .icon-190 { height: calc(190 * var(--base-unit)); }
.h-191, .icon-191 { height: calc(191 * var(--base-unit)); }
.h-192, .icon-192 { height: calc(192 * var(--base-unit)); }
.h-193, .icon-193 { height: calc(193 * var(--base-unit)); }
.h-194, .icon-194 { height: calc(194 * var(--base-unit)); }
.h-195, .icon-195 { height: calc(195 * var(--base-unit)); }
.h-196, .icon-196 { height: calc(196 * var(--base-unit)); }
.h-197, .icon-197 { height: calc(197 * var(--base-unit)); }
.h-198, .icon-198 { height: calc(198 * var(--base-unit)); }
.h-199, .icon-199 { height: calc(199 * var(--base-unit)); }
.h-200, .icon-200 { height: calc(200 * var(--base-unit)); }
.h-201, .icon-201 { height: calc(201 * var(--base-unit)); }
.h-202, .icon-202 { height: calc(202 * var(--base-unit)); }
.h-203, .icon-203 { height: calc(203 * var(--base-unit)); }
.h-204, .icon-204 { height: calc(204 * var(--base-unit)); }
.h-205, .icon-205 { height: calc(205 * var(--base-unit)); }
.h-206, .icon-206 { height: calc(206 * var(--base-unit)); }
.h-207, .icon-207 { height: calc(207 * var(--base-unit)); }
.h-208, .icon-208 { height: calc(208 * var(--base-unit)); }
.h-209, .icon-209 { height: calc(209 * var(--base-unit)); }
.h-210, .icon-210 { height: calc(210 * var(--base-unit)); }
.h-211, .icon-211 { height: calc(211 * var(--base-unit)); }
.h-212, .icon-212 { height: calc(212 * var(--base-unit)); }
.h-213, .icon-213 { height: calc(213 * var(--base-unit)); }
.h-214, .icon-214 { height: calc(214 * var(--base-unit)); }
.h-215, .icon-215 { height: calc(215 * var(--base-unit)); }
.h-216, .icon-216 { height: calc(216 * var(--base-unit)); }
.h-217, .icon-217 { height: calc(217 * var(--base-unit)); }
.h-218, .icon-218 { height: calc(218 * var(--base-unit)); }
.h-219, .icon-219 { height: calc(219 * var(--base-unit)); }
.h-220, .icon-220 { height: calc(220 * var(--base-unit)); }
.h-221, .icon-221 { height: calc(221 * var(--base-unit)); }
.h-222, .icon-222 { height: calc(222 * var(--base-unit)); }
.h-223, .icon-223 { height: calc(223 * var(--base-unit)); }
.h-224, .icon-224 { height: calc(224 * var(--base-unit)); }
.h-225, .icon-225 { height: calc(225 * var(--base-unit)); }
.h-226, .icon-226 { height: calc(226 * var(--base-unit)); }
.h-227, .icon-227 { height: calc(227 * var(--base-unit)); }
.h-228, .icon-228 { height: calc(228 * var(--base-unit)); }
.h-229, .icon-229 { height: calc(229 * var(--base-unit)); }
.h-230, .icon-230 { height: calc(230 * var(--base-unit)); }
.h-231, .icon-231 { height: calc(231 * var(--base-unit)); }
.h-232, .icon-232 { height: calc(232 * var(--base-unit)); }
.h-233, .icon-233 { height: calc(233 * var(--base-unit)); }
.h-234, .icon-234 { height: calc(234 * var(--base-unit)); }
.h-235, .icon-235 { height: calc(235 * var(--base-unit)); }
.h-236, .icon-236 { height: calc(236 * var(--base-unit)); }
.h-237, .icon-237 { height: calc(237 * var(--base-unit)); }
.h-238, .icon-238 { height: calc(238 * var(--base-unit)); }
.h-239, .icon-239 { height: calc(239 * var(--base-unit)); }
.h-240, .icon-240 { height: calc(240 * var(--base-unit)); }
.h-241, .icon-241 { height: calc(241 * var(--base-unit)); }
.h-242, .icon-242 { height: calc(242 * var(--base-unit)); }
.h-243, .icon-243 { height: calc(243 * var(--base-unit)); }
.h-244, .icon-244 { height: calc(244 * var(--base-unit)); }
.h-245, .icon-245 { height: calc(245 * var(--base-unit)); }
.h-246, .icon-246 { height: calc(246 * var(--base-unit)); }
.h-247, .icon-247 { height: calc(247 * var(--base-unit)); }
.h-248, .icon-248 { height: calc(248 * var(--base-unit)); }
.h-249, .icon-249 { height: calc(249 * var(--base-unit)); }
.h-250, .icon-250 { height: calc(250 * var(--base-unit)); }
.h-251, .icon-251 { height: calc(251 * var(--base-unit)); }
.h-252, .icon-252 { height: calc(252 * var(--base-unit)); }
.h-253, .icon-253 { height: calc(253 * var(--base-unit)); }
.h-254, .icon-254 { height: calc(254 * var(--base-unit)); }
.h-255, .icon-255 { height: calc(255 * var(--base-unit)); }
.h-256, .icon-256 { height: calc(256 * var(--base-unit)); }
.h-257, .icon-257 { height: calc(257 * var(--base-unit)); }
.h-258, .icon-258 { height: calc(258 * var(--base-unit)); }
.h-259, .icon-259 { height: calc(259 * var(--base-unit)); }
.h-260, .icon-260 { height: calc(260 * var(--base-unit)); }
.h-261, .icon-261 { height: calc(261 * var(--base-unit)); }
.h-262, .icon-262 { height: calc(262 * var(--base-unit)); }
.h-263, .icon-263 { height: calc(263 * var(--base-unit)); }
.h-264, .icon-264 { height: calc(264 * var(--base-unit)); }
.h-265, .icon-265 { height: calc(265 * var(--base-unit)); }
.h-266, .icon-266 { height: calc(266 * var(--base-unit)); }
.h-267, .icon-267 { height: calc(267 * var(--base-unit)); }
.h-268, .icon-268 { height: calc(268 * var(--base-unit)); }
.h-269, .icon-269 { height: calc(269 * var(--base-unit)); }
.h-270, .icon-270 { height: calc(270 * var(--base-unit)); }
.h-271, .icon-271 { height: calc(271 * var(--base-unit)); }
.h-272, .icon-272 { height: calc(272 * var(--base-unit)); }
.h-273, .icon-273 { height: calc(273 * var(--base-unit)); }
.h-274, .icon-274 { height: calc(274 * var(--base-unit)); }
.h-275, .icon-275 { height: calc(275 * var(--base-unit)); }
.h-276, .icon-276 { height: calc(276 * var(--base-unit)); }
.h-277, .icon-277 { height: calc(277 * var(--base-unit)); }
.h-278, .icon-278 { height: calc(278 * var(--base-unit)); }
.h-279, .icon-279 { height: calc(279 * var(--base-unit)); }
.h-280, .icon-280 { height: calc(280 * var(--base-unit)); }
.h-281, .icon-281 { height: calc(281 * var(--base-unit)); }
.h-282, .icon-282 { height: calc(282 * var(--base-unit)); }
.h-283, .icon-283 { height: calc(283 * var(--base-unit)); }
.h-284, .icon-284 { height: calc(284 * var(--base-unit)); }
.h-285, .icon-285 { height: calc(285 * var(--base-unit)); }
.h-286, .icon-286 { height: calc(286 * var(--base-unit)); }
.h-287, .icon-287 { height: calc(287 * var(--base-unit)); }
.h-288, .icon-288 { height: calc(288 * var(--base-unit)); }
.h-289, .icon-289 { height: calc(289 * var(--base-unit)); }
.h-290, .icon-290 { height: calc(290 * var(--base-unit)); }
.h-291, .icon-291 { height: calc(291 * var(--base-unit)); }
.h-292, .icon-292 { height: calc(292 * var(--base-unit)); }
.h-293, .icon-293 { height: calc(293 * var(--base-unit)); }
.h-294, .icon-294 { height: calc(294 * var(--base-unit)); }
.h-295, .icon-295 { height: calc(295 * var(--base-unit)); }
.h-296, .icon-296 { height: calc(296 * var(--base-unit)); }
.h-297, .icon-297 { height: calc(297 * var(--base-unit)); }
.h-298, .icon-298 { height: calc(298 * var(--base-unit)); }
.h-299, .icon-299 { height: calc(299 * var(--base-unit)); }
.h-300, .icon-300 { height: calc(300 * var(--base-unit)); }    
.h-426, .icon-426 { height: calc(426 * var(--base-unit)); }
/*高*/

/*flex*/
.flex {display: flex;}
.flex-1 {flex: 1;}
.flex-0 {flex-shrink: 0;}
.flex-wrap {flex-wrap: wrap;}
.items-center {align-items: center;}
.items-end {align-items: flex-end;}
.justify-start {justify-content: flex-start;}
.justify-between {justify-content: space-between;}
.justify-end {justify-content: flex-end;}
.justify-center {justify-content: center;}
.flex-col {flex-direction: column;}
/*flex*/
/*内边距*/
/* 从 1 到 100 的样式 */
.px-1,.pl-1,.p-1 {padding-left: calc(1 * var(--base-unit));}.px-1,.pr-1,.p-1 {padding-right: calc(1 * var(--base-unit));}.py-1,.pt-1,.p-1 {padding-top: calc(1 * var(--base-unit));}.py-1,.pb-1,.p-1 {padding-bottom: calc(1 * var(--base-unit));}
.px-2,.pl-2,.p-2 {padding-left: calc(2 * var(--base-unit));}.px-2,.pr-2,.p-2 {padding-right: calc(2 * var(--base-unit));}.py-2,.pt-2,.p-2 {padding-top: calc(2 * var(--base-unit));}.py-2,.pb-2,.p-2 {padding-bottom: calc(2 * var(--base-unit));}
.px-3,.pl-3,.p-3 {padding-left: calc(3 * var(--base-unit));}.px-3,.pr-3,.p-3 {padding-right: calc(3 * var(--base-unit));}.py-3,.pt-3,.p-3 {padding-top: calc(3 * var(--base-unit));}.py-3,.pb-3,.p-3 {padding-bottom: calc(3 * var(--base-unit));}

.px-4,.pl-4,.p-4 {padding-left: calc(4 * var(--base-unit));}
.px-4,.pr-4,.p-4 {padding-right: calc(4 * var(--base-unit));}
.py-4,.pt-4,.p-4 {padding-top: calc(4 * var(--base-unit));}
.py-4,.pb-4,.p-4 {padding-bottom: calc(4 * var(--base-unit));}

.px-5,.pl-5,.p-5 {padding-left: calc(5 * var(--base-unit));}
.px-5,.pr-5,.p-5 {padding-right: calc(5 * var(--base-unit));}
.py-5,.pt-5,.p-5 {padding-top: calc(5 * var(--base-unit));}
.py-5,.pb-5,.p-5 {padding-bottom: calc(5 * var(--base-unit));}

.px-6,.pl-6,.p-6 {padding-left: calc(6 * var(--base-unit));}
.px-6,.pr-6,.p-6 {padding-right: calc(6 * var(--base-unit));}
.py-6,.pt-6,.p-6 {padding-top: calc(6 * var(--base-unit));}
.py-6,.pb-6,.p-6 {padding-bottom: calc(6 * var(--base-unit));}

.px-7,.pl-7,.p-7 {padding-left: calc(7 * var(--base-unit));}
.px-7,.pr-7,.p-7 {padding-right: calc(7 * var(--base-unit));}
.py-7,.pt-7,.p-7 {padding-top: calc(7 * var(--base-unit));}
.py-7,.pb-7,.p-7 {padding-bottom: calc(7 * var(--base-unit));}

.px-8,.pl-8,.p-8 {padding-left: calc(8 * var(--base-unit));}
.px-8,.pr-8,.p-8 {padding-right: calc(8 * var(--base-unit));}
.py-8,.pt-8,.p-8 {padding-top: calc(8 * var(--base-unit));}
.py-8,.pb-8,.p-8 {padding-bottom: calc(8 * var(--base-unit));}

.px-9,.pl-9,.p-9 {padding-left: calc(9 * var(--base-unit));}
.px-9,.pr-9,.p-9 {padding-right: calc(9 * var(--base-unit));}
.py-9,.pt-9,.p-9 {padding-top: calc(9 * var(--base-unit));}
.py-9,.pb-9,.p-9 {padding-bottom: calc(9 * var(--base-unit));}

.px-10,.pl-10,.p-10 {padding-left: calc(10 * var(--base-unit));}
.px-10,.pr-10,.p-10 {padding-right: calc(10 * var(--base-unit));}
.py-10,.pt-10,.p-10 {padding-top: calc(10 * var(--base-unit));}
.py-10,.pb-10,.p-10 {padding-bottom: calc(10 * var(--base-unit));}

.px-11,.pl-11,.p-11 {padding-left: calc(11 * var(--base-unit));}
.px-11,.pr-11,.p-11 {padding-right: calc(11 * var(--base-unit));}
.py-11,.pt-11,.p-11 {padding-top: calc(11 * var(--base-unit));}
.py-11,.pb-11,.p-11 {padding-bottom: calc(11 * var(--base-unit));}

.px-12,.pl-12,.p-12 {padding-left: calc(12 * var(--base-unit));}
.px-12,.pr-12,.p-12 {padding-right: calc(12 * var(--base-unit));}
.py-12,.pt-12,.p-12 {padding-top: calc(12 * var(--base-unit));}
.py-12,.pb-12,.p-12 {padding-bottom: calc(12 * var(--base-unit));}

.px-13,.pl-13,.p-13 {padding-left: calc(13 * var(--base-unit));}
.px-13,.pr-13,.p-13 {padding-right: calc(13 * var(--base-unit));}
.py-13,.pt-13,.p-13 {padding-top: calc(13 * var(--base-unit));}
.py-13,.pb-13,.p-13 {padding-bottom: calc(13 * var(--base-unit));}

.px-14,.pl-14,.p-14 {padding-left: calc(14 * var(--base-unit));}
.px-14,.pr-14,.p-14 {padding-right: calc(14 * var(--base-unit));}
.py-14,.pt-14,.p-14 {padding-top: calc(14 * var(--base-unit));}
.py-14,.pb-14,.p-14 {padding-bottom: calc(14 * var(--base-unit));}

.px-15,.pl-15,.p-15 {padding-left: calc(15 * var(--base-unit));}
.px-15,.pr-15,.p-15 {padding-right: calc(15 * var(--base-unit));}
.py-15,.pt-15,.p-15 {padding-top: calc(15 * var(--base-unit));}
.py-15,.pb-15,.p-15 {padding-bottom: calc(15 * var(--base-unit));}

.px-16,.pl-16,.p-16 {padding-left: calc(16 * var(--base-unit));}
.px-16,.pr-16,.p-16 {padding-right: calc(16 * var(--base-unit));}
.py-16,.pt-16,.p-16 {padding-top: calc(16 * var(--base-unit));}
.py-16,.pb-16,.p-16 {padding-bottom: calc(16 * var(--base-unit));}

.px-17,.pl-17,.p-17 {padding-left: calc(17 * var(--base-unit));}
.px-17,.pr-17,.p-17 {padding-right: calc(17 * var(--base-unit));}
.py-17,.pt-17,.p-17 {padding-top: calc(17 * var(--base-unit));}
.py-17,.pb-17,.p-17 {padding-bottom: calc(17 * var(--base-unit));}

.px-18,.pl-18,.p-18 {padding-left: calc(18 * var(--base-unit));}
.px-18,.pr-18,.p-18 {padding-right: calc(18 * var(--base-unit));}
.py-18,.pt-18,.p-18 {padding-top: calc(18 * var(--base-unit));}
.py-18,.pb-18,.p-18 {padding-bottom: calc(18 * var(--base-unit));}

.px-19,.pl-19,.p-19 {padding-left: calc(19 * var(--base-unit));}
.px-19,.pr-19,.p-19 {padding-right: calc(19 * var(--base-unit));}
.py-19,.pt-19,.p-19 {padding-top: calc(19 * var(--base-unit));}
.py-19,.pb-19,.p-19 {padding-bottom: calc(19 * var(--base-unit));}

.px-20,.pl-20,.p-20 {padding-left: calc(20 * var(--base-unit));}
.px-20,.pr-20,.p-20 {padding-right: calc(20 * var(--base-unit));}
.py-20,.pt-20,.p-20 {padding-top: calc(20 * var(--base-unit));}
.py-20,.pb-20,.p-20 {padding-bottom: calc(20 * var(--base-unit));}

.px-21,.pl-21,.p-21 {padding-left: calc(21 * var(--base-unit));}
.px-21,.pr-21,.p-21 {padding-right: calc(21 * var(--base-unit));}
.py-21,.pt-21,.p-21 {padding-top: calc(21 * var(--base-unit));}
.py-21,.pb-21,.p-21 {padding-bottom: calc(21 * var(--base-unit));}

.px-22,.pl-22,.p-22 {padding-left: calc(22 * var(--base-unit));}
.px-22,.pr-22,.p-22 {padding-right: calc(22 * var(--base-unit));}
.py-22,.pt-22,.p-22 {padding-top: calc(22 * var(--base-unit));}
.py-22,.pb-22,.p-22 {padding-bottom: calc(22 * var(--base-unit));}

.px-23,.pl-23,.p-23 {padding-left: calc(23 * var(--base-unit));}
.px-23,.pr-23,.p-23 {padding-right: calc(23 * var(--base-unit));}
.py-23,.pt-23,.p-23 {padding-top: calc(23 * var(--base-unit));}
.py-23,.pb-23,.p-23 {padding-bottom: calc(23 * var(--base-unit));}

.px-24,.pl-24,.p-24 {padding-left: calc(24 * var(--base-unit));}
.px-24,.pr-24,.p-24 {padding-right: calc(24 * var(--base-unit));}
.py-24,.pt-24,.p-24 {padding-top: calc(24 * var(--base-unit));}
.py-24,.pb-24,.p-24 {padding-bottom: calc(24 * var(--base-unit));}

.px-25,.pl-25,.p-25 {padding-left: calc(25 * var(--base-unit));}
.px-25,.pr-25,.p-25 {padding-right: calc(25 * var(--base-unit));}
.py-25,.pt-25,.p-25 {padding-top: calc(25 * var(--base-unit));}
.py-25,.pb-25,.p-25 {padding-bottom: calc(25 * var(--base-unit));}

.px-26,.pl-26,.p-26 {padding-left: calc(26 * var(--base-unit));}
.px-26,.pr-26,.p-26 {padding-right: calc(26 * var(--base-unit));}
.py-26,.pt-26,.p-26 {padding-top: calc(26 * var(--base-unit));}
.py-26,.pb-26,.p-26 {padding-bottom: calc(26 * var(--base-unit));}

.px-27,.pl-27,.p-27 {padding-left: calc(27 * var(--base-unit));}
.px-27,.pr-27,.p-27 {padding-right: calc(27 * var(--base-unit));}
.py-27,.pt-27,.p-27 {padding-top: calc(27 * var(--base-unit));}
.py-27,.pb-27,.p-27 {padding-bottom: calc(27 * var(--base-unit));}

.px-28,.pl-28,.p-28 {padding-left: calc(28 * var(--base-unit));}
.px-28,.pr-28,.p-28 {padding-right: calc(28 * var(--base-unit));}
.py-28,.pt-28,.p-28 {padding-top: calc(28 * var(--base-unit));}
.py-28,.pb-28,.p-28 {padding-bottom: calc(28 * var(--base-unit));}

.px-29,.pl-29,.p-29 {padding-left: calc(29 * var(--base-unit));}
.px-29,.pr-29,.p-29 {padding-right: calc(29 * var(--base-unit));}
.py-29,.pt-29,.p-29 {padding-top: calc(29 * var(--base-unit));}
.py-29,.pb-29,.p-29 {padding-bottom: calc(29 * var(--base-unit));}

.px-30,.pl-30,.p-30 {padding-left: calc(30 * var(--base-unit));}
.px-30,.pr-30,.p-30 {padding-right: calc(30 * var(--base-unit));}
.py-30,.pt-30,.p-30 {padding-top: calc(30 * var(--base-unit));}
.py-30,.pb-30,.p-30 {padding-bottom: calc(30 * var(--base-unit));}

.px-31,.pl-31,.p-31 {padding-left: calc(31 * var(--base-unit));}
.px-31,.pr-31,.p-31 {padding-right: calc(31 * var(--base-unit));}
.py-31,.pt-31,.p-31 {padding-top: calc(31 * var(--base-unit));}
.py-31,.pb-31,.p-31 {padding-bottom: calc(31 * var(--base-unit));}

.px-32,.pl-32,.p-32 {padding-left: calc(32 * var(--base-unit));}
.px-32,.pr-32,.p-32 {padding-right: calc(32 * var(--base-unit));}
.py-32,.pt-32,.p-32 {padding-top: calc(32 * var(--base-unit));}
.py-32,.pb-32,.p-32 {padding-bottom: calc(32 * var(--base-unit));}

.px-33,.pl-33,.p-33 {padding-left: calc(33 * var(--base-unit));}
.px-33,.pr-33,.p-33 {padding-right: calc(33 * var(--base-unit));}
.py-33,.pt-33,.p-33 {padding-top: calc(33 * var(--base-unit));}
.py-33,.pb-33,.p-33 {padding-bottom: calc(33 * var(--base-unit));}

.px-34,.pl-34,.p-34 {padding-left: calc(34 * var(--base-unit));}
.px-34,.pr-34,.p-34 {padding-right: calc(34 * var(--base-unit));}
.py-34,.pt-34,.p-34 {padding-top: calc(34 * var(--base-unit));}
.py-34,.pb-34,.p-34 {padding-bottom: calc(34 * var(--base-unit));}

.px-35,.pl-35,.p-35 {padding-left: calc(35 * var(--base-unit));}
.px-35,.pr-35,.p-35 {padding-right: calc(35 * var(--base-unit));}
.py-35,.pt-35,.p-35 {padding-top: calc(35 * var(--base-unit));}
.py-35,.pb-35,.p-35 {padding-bottom: calc(35 * var(--base-unit));}

.px-36,.pl-36,.p-36 {padding-left: calc(36 * var(--base-unit));}
.px-36,.pr-36,.p-36 {padding-right: calc(36 * var(--base-unit));}
.py-36,.pt-36,.p-36 {padding-top: calc(36 * var(--base-unit));}
.py-36,.pb-36,.p-36 {padding-bottom: calc(36 * var(--base-unit));}

.px-37,.pl-37,.p-37 {padding-left: calc(37 * var(--base-unit));}
.px-37,.pr-37,.p-37 {padding-right: calc(37 * var(--base-unit));}
.py-37,.pt-37,.p-37 {padding-top: calc(37 * var(--base-unit));}
.py-37,.pb-37,.p-37 {padding-bottom: calc(37 * var(--base-unit));}

.px-38,.pl-38,.p-38 {padding-left: calc(38 * var(--base-unit));}
.px-38,.pr-38,.p-38 {padding-right: calc(38 * var(--base-unit));}
.py-38,.pt-38,.p-38 {padding-top: calc(38 * var(--base-unit));}
.py-38,.pb-38,.p-38 {padding-bottom: calc(38 * var(--base-unit));}

.px-39,.pl-39,.p-39 {padding-left: calc(39 * var(--base-unit));}
.px-39,.pr-39,.p-39 {padding-right: calc(39 * var(--base-unit));}
.py-39,.pt-39,.p-39 {padding-top: calc(39 * var(--base-unit));}
.py-39,.pb-39,.p-39 {padding-bottom: calc(39 * var(--base-unit));}

.px-40,.pl-40,.p-40 {padding-left: calc(40 * var(--base-unit));}
.px-40,.pr-40,.p-40 {padding-right: calc(40 * var(--base-unit));}
.py-40,.pt-40,.p-40 {padding-top: calc(40 * var(--base-unit));}
.py-40,.pb-40,.p-40 {padding-bottom: calc(40 * var(--base-unit));}

.px-41,.pl-41,.p-41 {padding-left: calc(41 * var(--base-unit));}
.px-41,.pr-41,.p-41 {padding-right: calc(41 * var(--base-unit));}
.py-41,.pt-41,.p-41 {padding-top: calc(41 * var(--base-unit));}
.py-41,.pb-41,.p-41 {padding-bottom: calc(41 * var(--base-unit));}

.px-42,.pl-42,.p-42 {padding-left: calc(42 * var(--base-unit));}
.px-42,.pr-42,.p-42 {padding-right: calc(42 * var(--base-unit));}
.py-42,.pt-42,.p-42 {padding-top: calc(42 * var(--base-unit));}
.py-42,.pb-42,.p-42 {padding-bottom: calc(42 * var(--base-unit));}

.px-43,.pl-43,.p-43 {padding-left: calc(43 * var(--base-unit));}
.px-43,.pr-43,.p-43 {padding-right: calc(43 * var(--base-unit));}
.py-43,.pt-43,.p-43 {padding-top: calc(43 * var(--base-unit));}
.py-43,.pb-43,.p-43 {padding-bottom: calc(43 * var(--base-unit));}

.px-44,.pl-44,.p-44 {padding-left: calc(44 * var(--base-unit));}
.px-44,.pr-44,.p-44 {padding-right: calc(44 * var(--base-unit));}
.py-44,.pt-44,.p-44 {padding-top: calc(44 * var(--base-unit));}
.py-44,.pb-44,.p-44 {padding-bottom: calc(44 * var(--base-unit));}

.px-45,.pl-45,.p-45 {padding-left: calc(45 * var(--base-unit));}
.px-45,.pr-45,.p-45 {padding-right: calc(45 * var(--base-unit));}
.py-45,.pt-45,.p-45 {padding-top: calc(45 * var(--base-unit));}
.py-45,.pb-45,.p-45 {padding-bottom: calc(45 * var(--base-unit));}

.px-46,.pl-46,.p-46 {padding-left: calc(46 * var(--base-unit));}
.px-46,.pr-46,.p-46 {padding-right: calc(46 * var(--base-unit));}
.py-46,.pt-46,.p-46 {padding-top: calc(46 * var(--base-unit));}
.py-46,.pb-46,.p-46 {padding-bottom: calc(46 * var(--base-unit));}

.px-47,.pl-47,.p-47 {padding-left: calc(47 * var(--base-unit));}
.px-47,.pr-47,.p-47 {padding-right: calc(47 * var(--base-unit));}
.py-47,.pt-47,.p-47 {padding-top: calc(47 * var(--base-unit));}
.py-47,.pb-47,.p-47 {padding-bottom: calc(47 * var(--base-unit));}

.px-48,.pl-48,.p-48 {padding-left: calc(48 * var(--base-unit));}
.px-48,.pr-48,.p-48 {padding-right: calc(48 * var(--base-unit));}
.py-48,.pt-48,.p-48 {padding-top: calc(48 * var(--base-unit));}
.py-48,.pb-48,.p-48 {padding-bottom: calc(48 * var(--base-unit));}

.px-49,.pl-49,.p-49 {padding-left: calc(49 * var(--base-unit));}
.px-49,.pr-49,.p-49 {padding-right: calc(49 * var(--base-unit));}
.py-49,.pt-49,.p-49 {padding-top: calc(49 * var(--base-unit));}
.py-49,.pb-49,.p-49 {padding-bottom: calc(49 * var(--base-unit));}

.px-50,.pl-50,.p-50 {padding-left: calc(50 * var(--base-unit));}
.px-50,.pr-50,.p-50 {padding-right: calc(50 * var(--base-unit));}
.py-50,.pt-50,.p-50 {padding-top: calc(50 * var(--base-unit));}
.py-50,.pb-50,.p-50 {padding-bottom: calc(50 * var(--base-unit));}

.px-51,.pl-51,.p-51 {padding-left: calc(51 * var(--base-unit));}
.px-51,.pr-51,.p-51 {padding-right: calc(51 * var(--base-unit));}
.py-51,.pt-51,.p-51 {padding-top: calc(51 * var(--base-unit));}
.py-51,.pb-51,.p-51 {padding-bottom: calc(51 * var(--base-unit));}

.px-52,.pl-52,.p-52 {padding-left: calc(52 * var(--base-unit));}
.px-52,.pr-52,.p-52 {padding-right: calc(52 * var(--base-unit));}
.py-52,.pt-52,.p-52 {padding-top: calc(52 * var(--base-unit));}
.py-52,.pb-52,.p-52 {padding-bottom: calc(52 * var(--base-unit));}

.px-53,.pl-53,.p-53 {padding-left: calc(53 * var(--base-unit));}
.px-53,.pr-53,.p-53 {padding-right: calc(53 * var(--base-unit));}
.py-53,.pt-53,.p-53 {padding-top: calc(53 * var(--base-unit));}
.py-53,.pb-53,.p-53 {padding-bottom: calc(53 * var(--base-unit));}

.px-54,.pl-54,.p-54 {padding-left: calc(54 * var(--base-unit));}
.px-54,.pr-54,.p-54 {padding-right: calc(54 * var(--base-unit));}
.py-54,.pt-54,.p-54 {padding-top: calc(54 * var(--base-unit));}
.py-54,.pb-54,.p-54 {padding-bottom: calc(54 * var(--base-unit));}

.px-55,.pl-55,.p-55 {padding-left: calc(55 * var(--base-unit));}
.px-55,.pr-55,.p-55 {padding-right: calc(55 * var(--base-unit));}
.py-55,.pt-55,.p-55 {padding-top: calc(55 * var(--base-unit));}
.py-55,.pb-55,.p-55 {padding-bottom: calc(55 * var(--base-unit));}

.px-56,.pl-56,.p-56 {padding-left: calc(56 * var(--base-unit));}
.px-56,.pr-56,.p-56 {padding-right: calc(56 * var(--base-unit));}
.py-56,.pt-56,.p-56 {padding-top: calc(56 * var(--base-unit));}
.py-56,.pb-56,.p-56 {padding-bottom: calc(56 * var(--base-unit));}

.px-57,.pl-57,.p-57 {padding-left: calc(57 * var(--base-unit));}
.px-57,.pr-57,.p-57 {padding-right: calc(57 * var(--base-unit));}
.py-57,.pt-57,.p-57 {padding-top: calc(57 * var(--base-unit));}
.py-57,.pb-57,.p-57 {padding-bottom: calc(57 * var(--base-unit));}

.px-58,.pl-58,.p-58 {padding-left: calc(58 * var(--base-unit));}
.px-58,.pr-58,.p-58 {padding-right: calc(58 * var(--base-unit));}
.py-58,.pt-58,.p-58 {padding-top: calc(58 * var(--base-unit));}
.py-58,.pb-58,.p-58 {padding-bottom: calc(58 * var(--base-unit));}

.px-59,.pl-59,.p-59 {padding-left: calc(59 * var(--base-unit));}
.px-59,.pr-59,.p-59 {padding-right: calc(59 * var(--base-unit));}
.py-59,.pt-59,.p-59 {padding-top: calc(59 * var(--base-unit));}
.py-59,.pb-59,.p-59 {padding-bottom: calc(59 * var(--base-unit));}

.px-60,.pl-60,.p-60 {padding-left: calc(60 * var(--base-unit));}
.px-60,.pr-60,.p-60 {padding-right: calc(60 * var(--base-unit));}
.py-60,.pt-60,.p-60 {padding-top: calc(60 * var(--base-unit));}
.py-60,.pb-60,.p-60 {padding-bottom: calc(60 * var(--base-unit));}

.px-61,.pl-61,.p-61 {padding-left: calc(61 * var(--base-unit));}
.px-61,.pr-61,.p-61 {padding-right: calc(61 * var(--base-unit));}
.py-61,.pt-61,.p-61 {padding-top: calc(61 * var(--base-unit));}
.py-61,.pb-61,.p-61 {padding-bottom: calc(61 * var(--base-unit));}

.px-62,.pl-62,.p-62 {padding-left: calc(62 * var(--base-unit));}
.px-62,.pr-62,.p-62 {padding-right: calc(62 * var(--base-unit));}
.py-62,.pt-62,.p-62 {padding-top: calc(62 * var(--base-unit));}
.py-62,.pb-62,.p-62 {padding-bottom: calc(62 * var(--base-unit));}

.px-63,.pl-63,.p-63 {padding-left: calc(63 * var(--base-unit));}
.px-63,.pr-63,.p-63 {padding-right: calc(63 * var(--base-unit));}
.py-63,.pt-63,.p-63 {padding-top: calc(63 * var(--base-unit));}
.py-63,.pb-63,.p-63 {padding-bottom: calc(63 * var(--base-unit));}
.px-64,.pl-64,.p-64 {padding-left: calc(64 * var(--base-unit));}.px-64,.pr-64,.p-64 {padding-right: calc(64 * var(--base-unit));}.py-64,.pt-64,.p-64 {padding-top: calc(64 * var(--base-unit));}.py-64,.pb-64,.p-64 {padding-bottom: calc(64 * var(--base-unit));}
.px-65,.pl-65,.p-65 {padding-left: calc(65 * var(--base-unit));}.px-65,.pr-65,.p-65 {padding-right: calc(65 * var(--base-unit));}.py-65,.pt-65,.p-65 {padding-top: calc(65 * var(--base-unit));}.py-65,.pb-65,.p-65 {padding-bottom: calc(65 * var(--base-unit));}
.px-66,.pl-66,.p-66 {padding-left: calc(66 * var(--base-unit));}.px-66,.pr-66,.p-66 {padding-right: calc(66 * var(--base-unit));}.py-66,.pt-66,.p-66 {padding-top: calc(66 * var(--base-unit));}.py-66,.pb-66,.p-66 {padding-bottom: calc(66 * var(--base-unit));}
.px-67,.pl-67,.p-67 {padding-left: calc(67 * var(--base-unit));}.px-67,.pr-67,.p-67 {padding-right: calc(67 * var(--base-unit));}.py-67,.pt-67,.p-67 {padding-top: calc(67 * var(--base-unit));}.py-67,.pb-67,.p-67 {padding-bottom: calc(67 * var(--base-unit));}
.px-68, .pl-68, .p-68 { padding-left: calc(68 * var(--base-unit)); } .px-68, .pr-68, .p-68 { padding-right: calc(68 * var(--base-unit)); } .py-68, .pt-68, .p-68 { padding-top: calc(68 * var(--base-unit)); } .py-68, .pb-68, .p-68 { padding-bottom: calc(68 * var(--base-unit)); } 
.px-69, .pl-69, .p-69 { padding-left: calc(69 * var(--base-unit)); } .px-69, .pr-69, .p-69 { padding-right: calc(69 * var(--base-unit)); } .py-69, .pt-69, .p-69 { padding-top: calc(69 * var(--base-unit)); } .py-69, .pb-69, .p-69 { padding-bottom: calc(69 * var(--base-unit)); } 
.px-70, .pl-70, .p-70 { padding-left: calc(70 * var(--base-unit)); } .px-70, .pr-70, .p-70 { padding-right: calc(70 * var(--base-unit)); } .py-70, .pt-70, .p-70 { padding-top: calc(70 * var(--base-unit)); } .py-70, .pb-70, .p-70 { padding-bottom: calc(70 * var(--base-unit)); } 
.px-71, .pl-71, .p-71 { padding-left: calc(71 * var(--base-unit)); } .px-71, .pr-71, .p-71 { padding-right: calc(71 * var(--base-unit)); } .py-71, .pt-71, .p-71 { padding-top: calc(71 * var(--base-unit)); } .py-71, .pb-71, .p-71 { padding-bottom: calc(71 * var(--base-unit)); }
.px-72, .pl-72, .p-72 { padding-left: calc(72 * var(--base-unit)); } .px-72, .pr-72, .p-72 { padding-right: calc(72 * var(--base-unit)); }.py-72, .pt-72, .p-72 { padding-top: calc(72 * var(--base-unit)); }.py-72, .pb-72, .p-72 { padding-bottom: calc(72 * var(--base-unit)); }
.px-73, .pl-73, .p-73 { padding-left: calc(73 * var(--base-unit)); }.px-73, .pr-73, .p-73 { padding-right: calc(73 * var(--base-unit)); } .py-73, .pt-73, .p-73 { padding-top: calc(73 * var(--base-unit)); } .py-73, .pb-73, .p-73 { padding-bottom: calc(73 * var(--base-unit)); } 
.px-74, .pl-74, .p-74 { padding-left: calc(74 * var(--base-unit)); } .px-74, .pr-74, .p-74 { padding-right: calc(74 * var(--base-unit)); } .py-74, .pt-74, .p-74 { padding-top: calc(74 * var(--base-unit)); } .py-74, .pb-74, .p-74 { padding-bottom: calc(74 * var(--base-unit)); } 
.px-75, .pl-75, .p-75 { padding-left: calc(75 * var(--base-unit)); } .px-75, .pr-75, .p-75 { padding-right: calc(75 * var(--base-unit)); }.py-75, .pt-75, .p-75 { padding-top: calc(75 * var(--base-unit)); }.py-75, .pb-75, .p-75 { padding-bottom: calc(75 * var(--base-unit)); }
.px-76, .pl-76, .p-76 { padding-left: calc(76 * var(--base-unit)); } .px-76, .pr-76, .p-76 { padding-right: calc(76 * var(--base-unit)); } .py-76, .pt-76, .p-76 { padding-top: calc(76 * var(--base-unit)); } .py-76, .pb-76, .p-76 { padding-bottom: calc(76 * var(--base-unit)); } 
.px-77, .pl-77, .p-77 { padding-left: calc(77 * var(--base-unit)); } .px-77, .pr-77, .p-77 { padding-right: calc(77 * var(--base-unit)); } .py-77, .pt-77, .p-77 { padding-top: calc(77 * var(--base-unit)); } .py-77, .pb-77, .p-77 { padding-bottom: calc(77 * var(--base-unit)); } 
.px-78, .pl-78, .p-78 { padding-left: calc(78 * var(--base-unit)); } .px-78, .pr-78, .p-78 { padding-right: calc(78 * var(--base-unit)); } .py-78, .pt-78, .p-78 { padding-top: calc(78 * var(--base-unit)); } .py-78, .pb-78, .p-78 { padding-bottom: calc(78 * var(--base-unit)); } 
.px-79, .pl-79, .p-79 { padding-left: calc(79 * var(--base-unit)); } .px-79, .pr-79, .p-79 { padding-right: calc(79 * var(--base-unit)); }.py-79, .pt-79, .p-79 { padding-top: calc(79 * var(--base-unit)); } .py-79, .pb-79, .p-79 { padding-bottom: calc(79 * var(--base-unit)); } 
.px-80, .pl-80, .p-80 { padding-left: calc(80 * var(--base-unit)); } .px-80, .pr-80, .p-80 { padding-right: calc(80 * var(--base-unit)); } .py-80, .pt-80, .p-80 { padding-top: calc(80 * var(--base-unit)); } .py-80, .pb-80, .p-80 { padding-bottom: calc(80 * var(--base-unit)); } 
.px-81, .pl-81, .p-81 { padding-left: calc(81 * var(--base-unit)); } .px-81, .pr-81, .p-81 { padding-right: calc(81 * var(--base-unit)); } .py-81, .pt-81, .p-81 { padding-top: calc(81 * var(--base-unit)); } .py-81, .pb-81, .p-81 { padding-bottom: calc(81 * var(--base-unit)); } 
.px-82, .pl-82, .p-82 { padding-left: calc(82 * var(--base-unit)); } .px-82, .pr-82, .p-82 { padding-right: calc(82 * var(--base-unit)); } .py-82, .pt-82, .p-82 { padding-top: calc(82 * var(--base-unit)); } .py-82, .pb-82, .p-82 { padding-bottom: calc(82 * var(--base-unit)); } 
.px-83, .pl-83, .p-83 { padding-left: calc(83 * var(--base-unit)); } .px-83, .pr-83, .p-83 { padding-right: calc(83 * var(--base-unit)); } .py-83, .pt-83, .p-83 { padding-top: calc(83 * var(--base-unit)); } .py-83, .pb-83, .p-83 { padding-bottom: calc(83 * var(--base-unit)); } 
.px-84, .pl-84, .p-84 { padding-left: calc(84 * var(--base-unit)); } .px-84, .pr-84, .p-84 { padding-right: calc(84 * var(--base-unit)); } .py-84, .pt-84, .p-84 { padding-top: calc(84 * var(--base-unit)); } .py-84, .pb-84, .p-84 { padding-bottom: calc(84 * var(--base-unit)); } 
.px-85, .pl-85, .p-85 { padding-left: calc(85 * var(--base-unit)); } .px-85, .pr-85, .p-85 { padding-right: calc(85 * var(--base-unit)); } .py-85, .pt-85, .p-85 { padding-top: calc(85 * var(--base-unit)); } .py-85, .pb-85, .p-85 { padding-bottom: calc(85 * var(--base-unit)); } 
.px-86, .pl-86, .p-86 { padding-left: calc(86 * var(--base-unit)); } .px-86, .pr-86, .p-86 { padding-right: calc(86 * var(--base-unit)); } .py-86, .pt-86, .p-86 { padding-top: calc(86 * var(--base-unit)); } .py-86, .pb-86, .p-86 { padding-bottom: calc(86 * var(--base-unit)); } 
.px-87, .pl-87, .p-87 { padding-left: calc(87 * var(--base-unit)); } .px-87, .pr-87, .p-87 { padding-right: calc(87 * var(--base-unit)); } .py-87, .pt-87, .p-87 { padding-top: calc(87 * var(--base-unit)); } .py-87, .pb-87, .p-87 { padding-bottom: calc(87 * var(--base-unit)); } 
.px-88, .pl-88, .p-88 { padding-left: calc(88 * var(--base-unit)); } .px-88, .pr-88, .p-88 { padding-right: calc(88 * var(--base-unit)); } .py-88, .pt-88, .p-88 { padding-top: calc(88 * var(--base-unit)); } .py-88, .pb-88, .p-88 { padding-bottom: calc(88 * var(--base-unit)); } 
.px-89, .pl-89, .p-89 { padding-left: calc(89 * var(--base-unit)); } .px-89, .pr-89, .p-89 { padding-right: calc(89 * var(--base-unit)); } .py-89, .pt-89, .p-89 { padding-top: calc(89 * var(--base-unit)); } .py-89, .pb-89, .p-89 { padding-bottom: calc(89 * var(--base-unit)); } 
.px-90, .pl-90, .p-90 { padding-left: calc(90 * var(--base-unit)); } .px-90,.pr-90,.p-90 {padding-right: calc(90 * var(--base-unit));}.py-90,.pt-90,.p-90 {padding-top: calc(90 * var(--base-unit));}.py-90,.pb-90,.p-90 {padding-bottom: calc(90 * var(--base-unit));}
.px-91,.pl-91,.p-91 {padding-left: calc(91 * var(--base-unit));}.px-91,.pr-91,.p-91 {padding-right: calc(91 * var(--base-unit));}.py-91,.pt-91,.p-91 {padding-top: calc(91 * var(--base-unit));}.py-91,.pb-91,.p-91 {padding-bottom: calc(91 * var(--base-unit));}
.px-92,.pl-92,.p-92 {padding-left: calc(92 * var(--base-unit));}.px-92,.pr-92,.p-92 {padding-right: calc(92 * var(--base-unit));}.py-92,.pt-92,.p-92 {padding-top: calc(92 * var(--base-unit));}.py-92,.pb-92,.p-92 {padding-bottom: calc(92 * var(--base-unit));}
.px-93,.pl-93,.p-93 {padding-left: calc(93 * var(--base-unit));}.px-93,.pr-93,.p-93 {padding-right: calc(93 * var(--base-unit));}.py-93,.pt-93,.p-93 {padding-top: calc(93 * var(--base-unit));}.py-93,.pb-93,.p-93 {padding-bottom: calc(93 * var(--base-unit));}
.px-94,.pl-94,.p-94 {padding-left: calc(94 * var(--base-unit));}.px-94,.pr-94,.p-94 {padding-right: calc(94 * var(--base-unit));}.py-94,.pt-94,.p-94 {padding-top: calc(94 * var(--base-unit));}.py-94,.pb-94,.p-94 {padding-bottom: calc(94 * var(--base-unit));}
.px-95,.pl-95,.p-95 {padding-left: calc(95 * var(--base-unit));}.px-95,.pr-95,.p-95 {padding-right: calc(95 * var(--base-unit));}.py-95,.pt-95,.p-95 {padding-top: calc(95 * var(--base-unit));}.py-95,.pb-95,.p-95 {padding-bottom: calc(95 * var(--base-unit));}
.px-96,.pl-96,.p-96 {padding-left: calc(96 * var(--base-unit));}.px-96,.pr-96,.p-96 {padding-right: calc(96 * var(--base-unit));}.py-96,.pt-96,.p-96 {padding-top: calc(96 * var(--base-unit));}.py-96,.pb-96,.p-96 {padding-bottom: calc(96 * var(--base-unit));}
.px-97,.pl-97,.p-97 {padding-left: calc(97 * var(--base-unit));}.px-97,.pr-97,.p-97 {padding-right: calc(97 * var(--base-unit));}.py-97,.pt-97,.p-97 {padding-top: calc(97 * var(--base-unit));}.py-97,.pb-97,.p-97 {padding-bottom: calc(97 * var(--base-unit));}
.px-98,.pl-98,.p-98 {padding-left: calc(98 * var(--base-unit));}.px-98,.pr-98,.p-98 {padding-right: calc(98 * var(--base-unit));}.py-98,.pt-98,.p-98 {padding-top: calc(98 * var(--base-unit));}.py-98,.pb-98,.p-98 {padding-bottom: calc(98 * var(--base-unit));}
.px-99,.pl-99,.p-99 {padding-left: calc(99 * var(--base-unit));}.px-99,.pr-99,.p-99 {padding-right: calc(99 * var(--base-unit));}.py-99,.pt-99,.p-99 {padding-top: calc(99 * var(--base-unit));}.py-99,.pb-99,.p-99 {padding-bottom: calc(99 * var(--base-unit));}
.px-100,.pl-100,.p-100 {padding-left: calc(100 * var(--base-unit));}.px-100,.pr-100,.p-100 {padding-right: calc(100 * var(--base-unit));}.py-100,.pt-100,.p-100 {padding-top: calc(100 * var(--base-unit));}.py-100,.pb-100,.p-100 {padding-bottom: calc(100 * var(--base-unit));}
.px-101,.pl-101,.p-101 {padding-left: calc(101 * var(--base-unit));}.px-101,.pr-101,.p-101 {padding-right: calc(101 * var(--base-unit));}.py-101,.pt-101,.p-101 {padding-top: calc(101 * var(--base-unit));}.py-101,.pb-101,.p-101 {padding-bottom: calc(101 * var(--base-unit));}
.px-102,.pl-102,.p-102 {padding-left: calc(102 * var(--base-unit));}.px-102,.pr-102,.p-102 {padding-right: calc(102 * var(--base-unit));}.py-102,.pt-102,.p-102 {padding-top: calc(102 * var(--base-unit));}.py-102,.pb-102,.p-102 {padding-bottom: calc(102 * var(--base-unit));}
.px-103,.pl-103,.p-103 {padding-left: calc(103 * var(--base-unit));}.px-103,.pr-103,.p-103 {padding-right: calc(103 * var(--base-unit));}.py-103,.pt-103,.p-103 {padding-top: calc(103 * var(--base-unit));}.py-103,.pb-103,.p-103 {padding-bottom: calc(103 * var(--base-unit));}
.px-104,.pl-104,.p-104 {padding-left: calc(104 * var(--base-unit));}.px-104,.pr-104,.p-104 {padding-right: calc(104 * var(--base-unit));}.py-104,.pt-104,.p-104 {padding-top: calc(104 * var(--base-unit));}.py-104,.pb-104,.p-104 {padding-bottom: calc(104 * var(--base-unit));}
.px-105,.pl-105,.p-105 {padding-left: calc(105 * var(--base-unit));}.px-105,.pr-105,.p-105 {padding-right: calc(105 * var(--base-unit));}.py-105,.pt-105,.p-105 {padding-top: calc(105 * var(--base-unit));}.py-105,.pb-105,.p-105 {padding-bottom: calc(105 * var(--base-unit));}
.px-106,.pl-106,.p-106 {padding-left: calc(106 * var(--base-unit));}.px-106,.pr-106,.p-106 {padding-right: calc(106 * var(--base-unit));}.py-106,.pt-106,.p-106 {padding-top: calc(106 * var(--base-unit));}.py-106,.pb-106,.p-106 {padding-bottom: calc(106 * var(--base-unit));}
.px-107,.pl-107,.p-107 {padding-left: calc(107 * var(--base-unit));}.px-107,.pr-107,.p-107 {padding-right: calc(107 * var(--base-unit));}.py-107,.pt-107,.p-107 {padding-top: calc(107 * var(--base-unit));}.py-107,.pb-107,.p-107 {padding-bottom: calc(107 * var(--base-unit));}
.px-108,.pl-108,.p-108 {padding-left: calc(108 * var(--base-unit));}.px-108,.pr-108,.p-108 {padding-right: calc(108 * var(--base-unit));}.py-108,.pt-108,.p-108 {padding-top: calc(108 * var(--base-unit));}.py-108,.pb-108,.p-108 {padding-bottom: calc(108 * var(--base-unit));}
.px-109,.pl-109,.p-109 {padding-left: calc(109 * var(--base-unit));}.px-109,.pr-109,.p-109 {padding-right: calc(109 * var(--base-unit));}.py-109,.pt-109,.p-109 {padding-top: calc(109 * var(--base-unit));}.py-109,.pb-109,.p-109 {padding-bottom: calc(109 * var(--base-unit));}
.px-110,.pl-110,.p-110 {padding-left: calc(110 * var(--base-unit));}.px-110,.pr-110,.p-110 {padding-right: calc(110 * var(--base-unit));}.py-110,.pt-110,.p-110 {padding-top: calc(110 * var(--base-unit));}.py-110,.pb-110,.p-110 {padding-bottom: calc(110 * var(--base-unit));}
.px-111,.pl-111,.p-111 {padding-left: calc(111 * var(--base-unit));}.px-111,.pr-111,.p-111 {padding-right: calc(111 * var(--base-unit));}.py-111,.pt-111,.p-111 {padding-top: calc(111 * var(--base-unit));}.py-111,.pb-111,.p-111 {padding-bottom: calc(111 * var(--base-unit));}
.px-112,.pl-112,.p-112 {padding-left: calc(112 * var(--base-unit));}.px-112,.pr-112,.p-112 {padding-right: calc(112 * var(--base-unit));}.py-112,.pt-112,.p-112 {padding-top: calc(112 * var(--base-unit));}.py-112,.pb-112,.p-112 {padding-bottom: calc(112 * var(--base-unit));}
.px-113,.pl-113,.p-113 {padding-left: calc(113 * var(--base-unit));}.px-113,.pr-113,.p-113 {padding-right: calc(113 * var(--base-unit));}.py-113,.pt-113,.p-113 {padding-top: calc(113 * var(--base-unit));}.py-113,.pb-113,.p-113 {padding-bottom: calc(113 * var(--base-unit));}
.px-114,.pl-114,.p-114 {padding-left: calc(114 * var(--base-unit));}.px-114,.pr-114,.p-114 {padding-right: calc(114 * var(--base-unit));}.py-114,.pt-114,.p-114 {padding-top: calc(114 * var(--base-unit));}.py-114,.pb-114,.p-114 {padding-bottom: calc(114 * var(--base-unit));}
.px-115,.pl-115,.p-115 {padding-left: calc(115 * var(--base-unit));}.px-115,.pr-115,.p-115 {padding-right: calc(115 * var(--base-unit));}.py-115,.pt-115,.p-115 {padding-top: calc(115 * var(--base-unit));}.py-115,.pb-115,.p-115 {padding-bottom: calc(115 * var(--base-unit));}
.px-116,.pl-116,.p-116 {padding-left: calc(116 * var(--base-unit));}.px-116,.pr-116,.p-116 {padding-right: calc(116 * var(--base-unit));}.py-116,.pt-116,.p-116 {padding-top: calc(116 * var(--base-unit));}.py-116,.pb-116,.p-116 {padding-bottom: calc(116 * var(--base-unit));}
.px-117,.pl-117,.p-117 {padding-left: calc(117 * var(--base-unit));}.px-117,.pr-117,.p-117 {padding-right: calc(117 * var(--base-unit));}.py-117,.pt-117,.p-117 {padding-top: calc(117 * var(--base-unit));}.py-117,.pb-117,.p-117 {padding-bottom: calc(117 * var(--base-unit));}
.px-118,.pl-118,.p-118 {padding-left: calc(118 * var(--base-unit));}.px-118,.pr-118,.p-118 {padding-right: calc(118 * var(--base-unit));}.py-118,.pt-118,.p-118 {padding-top: calc(118 * var(--base-unit));}.py-118,.pb-118,.p-118 {padding-bottom: calc(118 * var(--base-unit));}
.px-119,.pl-119,.p-119 {padding-left: calc(119 * var(--base-unit));}.px-119,.pr-119,.p-119 {padding-right: calc(119 * var(--base-unit));}.py-119,.pt-119,.p-119 {padding-top: calc(119 * var(--base-unit));}.py-119,.pb-119,.p-119 {padding-bottom: calc(119 * var(--base-unit));}
.px-120,.pl-120,.p-120 {padding-left: calc(120 * var(--base-unit));}.px-120,.pr-120,.p-120 {padding-right: calc(120 * var(--base-unit));}.py-120,.pt-120,.p-120 {padding-top: calc(120 * var(--base-unit));}.py-120,.pb-120,.p-120 {padding-bottom: calc(120 * var(--base-unit));}
.px-121,.pl-121,.p-121 {padding-left: calc(121 * var(--base-unit));}.px-121,.pr-121,.p-121 {padding-right: calc(121 * var(--base-unit));}.py-121,.pt-121,.p-121 {padding-top: calc(121 * var(--base-unit));}.py-121,.pb-121,.p-121 {padding-bottom: calc(121 * var(--base-unit));}
.px-122,.pl-122,.p-122 {padding-left: calc(122 * var(--base-unit));}.px-122,.pr-122,.p-122 {padding-right: calc(122 * var(--base-unit));}.py-122,.pt-122,.p-122 {padding-top: calc(122 * var(--base-unit));}.py-122,.pb-122,.p-122 {padding-bottom: calc(122 * var(--base-unit));}
.px-123,.pl-123,.p-123 {padding-left: calc(123 * var(--base-unit));}.px-123,.pr-123,.p-123 {padding-right: calc(123 * var(--base-unit));}.py-123,.pt-123,.p-123 {padding-top: calc(123 * var(--base-unit));}.py-123,.pb-123,.p-123 {padding-bottom: calc(123 * var(--base-unit));}
.px-124,.pl-124,.p-124 {padding-left: calc(124 * var(--base-unit));}.px-124,.pr-124,.p-124 {padding-right: calc(124 * var(--base-unit));}.py-124,.pt-124,.p-124 {padding-top: calc(124 * var(--base-unit));}.py-124,.pb-124,.p-124 {padding-bottom: calc(124 * var(--base-unit));}
.px-125,.pl-125,.p-125 {padding-left: calc(125 * var(--base-unit));}.px-125,.pr-125,.p-125 {padding-right: calc(125 * var(--base-unit));}.py-125,.pt-125,.p-125 {padding-top: calc(125 * var(--base-unit));}.py-125,.pb-125,.p-125 {padding-bottom: calc(125 * var(--base-unit));}
.px-126, .pl-126, .p-126 { padding-left: calc(126 * var(--base-unit)); } .px-126, .pr-126, .p-126 { padding-right: calc(126 * var(--base-unit)); } .py-126, .pt-126, .p-126 { padding-top: calc(126 * var(--base-unit)); } .py-126, .pb-126, .p-126 { padding-bottom: calc(126 * var(--base-unit)); }
.px-127, .pl-127, .p-127 { padding-left: calc(127 * var(--base-unit)); } .px-127, .pr-127, .p-127 { padding-right: calc(127 * var(--base-unit)); } .py-127, .pt-127, .p-127 { padding-top: calc(127 * var(--base-unit)); } .py-127, .pb-127, .p-127 { padding-bottom: calc(127 * var(--base-unit)); }
.px-128, .pl-128, .p-128 { padding-left: calc(128 * var(--base-unit)); } .px-128, .pr-128, .p-128 { padding-right: calc(128 * var(--base-unit)); } .py-128, .pt-128, .p-128 { padding-top: calc(128 * var(--base-unit)); } .py-128, .pb-128, .p-128 { padding-bottom: calc(128 * var(--base-unit)); }
.px-129, .pl-129, .p-129 { padding-left: calc(129 * var(--base-unit)); } .px-129, .pr-129, .p-129 { padding-right: calc(129 * var(--base-unit)); } .py-129, .pt-129, .p-129 { padding-top: calc(129 * var(--base-unit)); } .py-129, .pb-129, .p-129 { padding-bottom: calc(129 * var(--base-unit)); }
.px-130, .pl-130, .p-130 { padding-left: calc(130 * var(--base-unit)); } .px-130, .pr-130, .p-130 { padding-right: calc(130 * var(--base-unit)); } .py-130, .pt-130, .p-130 { padding-top: calc(130 * var(--base-unit)); } .py-130, .pb-130, .p-130 { padding-bottom: calc(130 * var(--base-unit)); }
.px-131, .pl-131, .p-131 { padding-left: calc(131 * var(--base-unit)); } .px-131, .pr-131, .p-131 { padding-right: calc(131 * var(--base-unit)); } .py-131, .pt-131, .p-131 { padding-top: calc(131 * var(--base-unit)); } .py-131, .pb-131, .p-131 { padding-bottom: calc(131 * var(--base-unit)); }
.px-132, .pl-132, .p-132 { padding-left: calc(132 * var(--base-unit)); } .px-132, .pr-132, .p-132 { padding-right: calc(132 * var(--base-unit)); } .py-132, .pt-132, .p-132 { padding-top: calc(132 * var(--base-unit)); } .py-132, .pb-132, .p-132 { padding-bottom: calc(132 * var(--base-unit)); }
.px-133, .pl-133, .p-133 { padding-left: calc(133 * var(--base-unit)); } .px-133, .pr-133, .p-133 { padding-right: calc(133 * var(--base-unit)); } .py-133, .pt-133, .p-133 { padding-top: calc(133 * var(--base-unit)); } .py-133, .pb-133, .p-133 { padding-bottom: calc(133 * var(--base-unit)); }
.px-134, .pl-134, .p-134 { padding-left: calc(134 * var(--base-unit)); } .px-134, .pr-134, .p-134 { padding-right: calc(134 * var(--base-unit)); } .py-134, .pt-134, .p-134 { padding-top: calc(134 * var(--base-unit)); } .py-134, .pb-134, .p-134 { padding-bottom: calc(134 * var(--base-unit)); }
.px-135, .pl-135, .p-135 { padding-left: calc(135 * var(--base-unit)); } .px-135, .pr-135, .p-135 { padding-right: calc(135 * var(--base-unit)); } .py-135, .pt-135, .p-135 { padding-top: calc(135 * var(--base-unit)); } .py-135, .pb-135, .p-135 { padding-bottom: calc(135 * var(--base-unit)); }
.px-136, .pl-136, .p-136 { padding-left: calc(136 * var(--base-unit)); } .px-136, .pr-136, .p-136 { padding-right: calc(136 * var(--base-unit)); } .py-136, .pt-136, .p-136 { padding-top: calc(136 * var(--base-unit)); } .py-136, .pb-136, .p-136 { padding-bottom: calc(136 * var(--base-unit)); }
.px-137, .pl-137, .p-137 { padding-left: calc(137 * var(--base-unit)); } .px-137, .pr-137, .p-137 { padding-right: calc(137 * var(--base-unit)); } .py-137, .pt-137, .p-137 { padding-top: calc(137 * var(--base-unit)); } .py-137, .pb-137, .p-137 { padding-bottom: calc(137 * var(--base-unit)); }
.px-138, .pl-138, .p-138 { padding-left: calc(138 * var(--base-unit)); } .px-138, .pr-138, .p-138 { padding-right: calc(138 * var(--base-unit)); } .py-138, .pt-138, .p-138 { padding-top: calc(138 * var(--base-unit)); } .py-138, .pb-138, .p-138 { padding-bottom: calc(138 * var(--base-unit)); }
.px-139, .pl-139, .p-139 { padding-left: calc(139 * var(--base-unit)); } .px-139, .pr-139, .p-139 { padding-right: calc(139 * var(--base-unit)); } .py-139, .pt-139, .p-139 { padding-top: calc(139 * var(--base-unit)); } .py-139, .pb-139, .p-139 { padding-bottom: calc(139 * var(--base-unit)); }
.px-140, .pl-140, .p-140 { padding-left: calc(140 * var(--base-unit)); } .px-140, .pr-140, .p-140 { padding-right: calc(140 * var(--base-unit)); } .py-140, .pt-140, .p-140 { padding-top: calc(140 * var(--base-unit)); } .py-140, .pb-140, .p-140 { padding-bottom: calc(140 * var(--base-unit)); }
.px-141, .pl-141, .p-141 { padding-left: calc(141 * var(--base-unit)); } .px-141, .pr-141, .p-141 { padding-right: calc(141 * var(--base-unit)); } .py-141, .pt-141, .p-141 { padding-top: calc(141 * var(--base-unit)); } .py-141, .pb-141, .p-141 { padding-bottom: calc(141 * var(--base-unit)); }
.px-142, .pl-142, .p-142 { padding-left: calc(142 * var(--base-unit)); } .px-142, .pr-142, .p-142 { padding-right: calc(142 * var(--base-unit)); } .py-142, .pt-142, .p-142 { padding-top: calc(142 * var(--base-unit)); } .py-142, .pb-142, .p-142 { padding-bottom: calc(142 * var(--base-unit)); }
.px-143, .pl-143, .p-143 { padding-left: calc(143 * var(--base-unit)); } .px-143, .pr-143, .p-143 { padding-right: calc(143 * var(--base-unit)); } .py-143, .pt-143, .p-143 { padding-top: calc(143 * var(--base-unit)); } .py-143, .pb-143, .p-143 { padding-bottom: calc(143 * var(--base-unit)); }
.px-144, .pl-144, .p-144 { padding-left: calc(144 * var(--base-unit)); } .px-144, .pr-144, .p-144 { padding-right: calc(144 * var(--base-unit)); } .py-144, .pt-144, .p-144 { padding-top: calc(144 * var(--base-unit)); } .py-144, .pb-144, .p-144 { padding-bottom: calc(144 * var(--base-unit)); }
.px-145, .pl-145, .p-145 { padding-left: calc(145 * var(--base-unit)); } .px-145, .pr-145, .p-145 { padding-right: calc(145 * var(--base-unit)); } .py-145, .pt-145, .p-145 { padding-top: calc(145 * var(--base-unit)); } .py-145, .pb-145, .p-145 { padding-bottom: calc(145 * var(--base-unit)); }
.px-146, .pl-146, .p-146 { padding-left: calc(146 * var(--base-unit)); } .px-146, .pr-146, .p-146 { padding-right: calc(146 * var(--base-unit)); } .py-146, .pt-146, .p-146 { padding-top: calc(146 * var(--base-unit)); } .py-146, .pb-146, .p-146 { padding-bottom: calc(146 * var(--base-unit)); }
.px-147, .pl-147, .p-147 { padding-left: calc(147 * var(--base-unit)); } .px-147, .pr-147, .p-147 { padding-right: calc(147 * var(--base-unit)); } .py-147, .pt-147, .p-147 { padding-top: calc(147 * var(--base-unit)); } .py-147, .pb-147, .p-147 { padding-bottom: calc(147 * var(--base-unit)); }
.px-148, .pl-148, .p-148 { padding-left: calc(148 * var(--base-unit)); } .px-148, .pr-148, .p-148 { padding-right: calc(148 * var(--base-unit)); } .py-148, .pt-148, .p-148 { padding-top: calc(148 * var(--base-unit)); } .py-148, .pb-148, .p-148 { padding-bottom: calc(148 * var(--base-unit)); }
.px-149, .pl-149, .p-149 { padding-left: calc(149 * var(--base-unit)); } .px-149, .pr-149, .p-149 { padding-right: calc(149 * var(--base-unit)); } .py-149, .pt-149, .p-149 { padding-top: calc(149 * var(--base-unit)); } .py-149, .pb-149, .p-149 { padding-bottom: calc(149 * var(--base-unit)); }
.px-150, .pl-150, .p-150 { padding-left: calc(150 * var(--base-unit)); } .px-150, .pr-150, .p-150 { padding-right: calc(150 * var(--base-unit)); } .py-150, .pt-150, .p-150 { padding-top: calc(150 * var(--base-unit)); } .py-150, .pb-150, .p-150 { padding-bottom: calc(150 * var(--base-unit)); }    

@media (max-width:1024px) {
        .sm-px-10, .sm-pl-10, .sm-p-10 { padding-left: calc(10 * var(--base-unit)); } .sm-px-10, .sm-pr-10, .sm-p-10 { padding-right: calc(10 * var(--base-unit)); } .sm-py-10, .sm-pt-10, .sm-p-10 { padding-top: calc(10 * var(--base-unit)); } .sm-py-10, .sm-pb-10, .sm-p-10 { padding-bottom: calc(10 * var(--base-unit)); }    
}

/*内边距*/
/*外边距*/
.mt-full-50,.my-full-50,.m-full-50 {margin-top: 50%;}.mb-full-50,.my-full-50,.m-full-50 {margin-bottom: 50%;}.ml-full-50,.mx-full-50,.m-full-50 {margin-left: 50%;}.mr-full-50,.mx-full-50,.m-full-50 {margin-right: 50%;}
.mt-0,.my-0,.m-0 {margin-top: calc(0 * var(--base-unit));}.mb-0,.my-0,.m-0 {margin-bottom: calc(0 * var(--base-unit));}.ml-0,.mx-0,.m-0 {margin-left: calc(0 * var(--base-unit));}.mr-0,.mx-0,.m-0 {margin-right: calc(0 * var(--base-unit));}
.mt-1,.my-1,.m-1 {margin-top: calc(1 * var(--base-unit));}.mb-1,.my-1,.m-1 {margin-bottom: calc(1 * var(--base-unit));}.ml-1,.mx-1,.m-1 {margin-left: calc(1 * var(--base-unit));}.mr-1,.mx-1,.m-1 {margin-right: calc(1 * var(--base-unit));}
.mt-2,.my-2,.m-2 {margin-top: calc(2 * var(--base-unit));}.mb-2,.my-2,.m-2 {margin-bottom: calc(2 * var(--base-unit));}.ml-2,.mx-2,.m-2 {margin-left: calc(2 * var(--base-unit));}.mr-2,.mx-2,.m-2 {margin-right: calc(2 * var(--base-unit));}
.mt-3,.my-3,.m-3 {margin-top: calc(3 * var(--base-unit));}.mb-3,.my-3,.m-3 {margin-bottom: calc(3 * var(--base-unit));}.ml-3,.mx-3,.m-3 {margin-left: calc(3 * var(--base-unit));}.mr-3,.mx-3,.m-3 {margin-right: calc(3 * var(--base-unit));}
.mt-4,.my-4,.m-4 {margin-top: calc(4 * var(--base-unit));}.mb-4,.my-4,.m-4 {margin-bottom: calc(4 * var(--base-unit));}.ml-4,.mx-4,.m-4 {margin-left: calc(4 * var(--base-unit));}.mr-4,.mx-4,.m-4 {margin-right: calc(4 * var(--base-unit));}
.mt-5,.my-5,.m-5 {margin-top: calc(5 * var(--base-unit));}.mb-5,.my-5,.m-5 {margin-bottom: calc(5 * var(--base-unit));}.ml-5,.mx-5,.m-5 {margin-left: calc(5 * var(--base-unit));}.mr-5,.mx-5,.m-5 {margin-right: calc(5 * var(--base-unit));}
.mt-6,.my-6,.m-6 {margin-top: calc(6 * var(--base-unit));}.mb-6,.my-6,.m-6 {margin-bottom: calc(6 * var(--base-unit));}.ml-6,.mx-6,.m-6 {margin-left: calc(6 * var(--base-unit));}.mr-6,.mx-6,.m-6 {margin-right: calc(6 * var(--base-unit));}
.mt-7,.my-7,.m-7 {margin-top: calc(7 * var(--base-unit));}.mb-7,.my-7,.m-7 {margin-bottom: calc(7 * var(--base-unit));}.ml-7,.mx-7,.m-7 {margin-left: calc(7 * var(--base-unit));}.mr-7,.mx-7,.m-7 {margin-right: calc(7 * var(--base-unit));}
.mt-8,.my-8,.m-8 {margin-top: calc(8 * var(--base-unit));}.mb-8,.my-8,.m-8 {margin-bottom: calc(8 * var(--base-unit));}.ml-8,.mx-8,.m-8 {margin-left: calc(8 * var(--base-unit));}.mr-8,.mx-8,.m-8 {margin-right: calc(8 * var(--base-unit));}
.mt-9,.my-9,.m-9 {margin-top: calc(9 * var(--base-unit));}.mb-9,.my-9,.m-9 {margin-bottom: calc(9 * var(--base-unit));}.ml-9,.mx-9,.m-9 {margin-left: calc(9 * var(--base-unit));}.mr-9,.mx-9,.m-9 {margin-right: calc(9 * var(--base-unit));}
.mt-10,.my-10,.m-10 {margin-top: calc(10 * var(--base-unit));}.mb-10,.my-10,.m-10 {margin-bottom: calc(10 * var(--base-unit));}.ml-10,.mx-10,.m-10 {margin-left: calc(10 * var(--base-unit));}.mr-10,.mx-10,.m-10 {margin-right: calc(10 * var(--base-unit));}
.mt-11,.my-11,.m-11 {margin-top: calc(11 * var(--base-unit));}.mb-11,.my-11,.m-11 {margin-bottom: calc(11 * var(--base-unit));}.ml-11,.mx-11,.m-11 {margin-left: calc(11 * var(--base-unit));}.mr-11,.mx-11,.m-11 {margin-right: calc(11 * var(--base-unit));}
.mt-12,.my-12,.m-12 {margin-top: calc(12 * var(--base-unit));}.mb-12,.my-12,.m-12 {margin-bottom: calc(12 * var(--base-unit));}.ml-12,.mx-12,.m-12 {margin-left: calc(12 * var(--base-unit));}.mr-12,.mx-12,.m-12 {margin-right: calc(12 * var(--base-unit));}
.mt-13,.my-13,.m-13 {margin-top: calc(13 * var(--base-unit));}.mb-13,.my-13,.m-13 {margin-bottom: calc(13 * var(--base-unit));}.ml-13,.mx-13,.m-13 {margin-left: calc(13 * var(--base-unit));}.mr-13,.mx-13,.m-13 {margin-right: calc(13 * var(--base-unit));}
.mt-14,.my-14,.m-14 {margin-top: calc(14 * var(--base-unit));}.mb-14,.my-14,.m-14 {margin-bottom: calc(14 * var(--base-unit));}.ml-14,.mx-14,.m-14 {margin-left: calc(14 * var(--base-unit));}.mr-14,.mx-14,.m-14 {margin-right: calc(14 * var(--base-unit));}
.mt-15,.my-15,.m-15 {margin-top: calc(15 * var(--base-unit));}.mb-15,.my-15,.m-15 {margin-bottom: calc(15 * var(--base-unit));}.ml-15,.mx-15,.m-15 {margin-left: calc(15 * var(--base-unit));}.mr-15,.mx-15,.m-15 {margin-right: calc(15 * var(--base-unit));}
.mt-16,.my-16,.m-16 {margin-top: calc(16 * var(--base-unit));}.mb-16,.my-16,.m-16 {margin-bottom: calc(16 * var(--base-unit));}.ml-16,.mx-16,.m-16 {margin-left: calc(16 * var(--base-unit));}.mr-16,.mx-16,.m-16 {margin-right: calc(16 * var(--base-unit));}
.mt-17,.my-17,.m-17 {margin-top: calc(17 * var(--base-unit));}.mb-17,.my-17,.m-17 {margin-bottom: calc(17 * var(--base-unit));}.ml-17,.mx-17,.m-17 {margin-left: calc(17 * var(--base-unit));}.mr-17,.mx-17,.m-17 {margin-right: calc(17 * var(--base-unit));}
.mt-18,.my-18,.m-18 {margin-top: calc(18 * var(--base-unit));}.mb-18,.my-18,.m-18 {margin-bottom: calc(18 * var(--base-unit));}.ml-18,.mx-18,.m-18 {margin-left: calc(18 * var(--base-unit));}.mr-18,.mx-18,.m-18 {margin-right: calc(18 * var(--base-unit));}
.mt-19,.my-19,.m-19 {margin-top: calc(19 * var(--base-unit));}.mb-19,.my-19,.m-19 {margin-bottom: calc(19 * var(--base-unit));}.ml-19,.mx-19,.m-19 {margin-left: calc(19 * var(--base-unit));}.mr-19,.mx-19,.m-19 {margin-right: calc(19 * var(--base-unit));}
.mt-20,.my-20,.m-20 {margin-top: calc(20 * var(--base-unit));}.mb-20,.my-20,.m-20 {margin-bottom: calc(20 * var(--base-unit));}.ml-20,.mx-20,.m-20 {margin-left: calc(20 * var(--base-unit));}.mr-20,.mx-20,.m-20 {margin-right: calc(20 * var(--base-unit));}
.mt-21,.my-21,.m-21 {margin-top: calc(21 * var(--base-unit));}.mb-21,.my-21,.m-21 {margin-bottom: calc(21 * var(--base-unit));}.ml-21,.mx-21,.m-21 {margin-left: calc(21 * var(--base-unit));}.mr-21,.mx-21,.m-21 {margin-right: calc(21 * var(--base-unit));}
.mt-22,.my-22,.m-22 {margin-top: calc(22 * var(--base-unit));}.mb-22,.my-22,.m-22 {margin-bottom: calc(22 * var(--base-unit));}.ml-22,.mx-22,.m-22 {margin-left: calc(22 * var(--base-unit));}.mr-22,.mx-22,.m-22 {margin-right: calc(22 * var(--base-unit));}
.mt-23,.my-23,.m-23 {margin-top: calc(23 * var(--base-unit));}.mb-23,.my-23,.m-23 {margin-bottom: calc(23 * var(--base-unit));}.ml-23,.mx-23,.m-23 {margin-left: calc(23 * var(--base-unit));}.mr-23,.mx-23,.m-23 {margin-right: calc(23 * var(--base-unit));}
.mt-24,.my-24,.m-24 {margin-top: calc(24 * var(--base-unit));}.mb-24,.my-24,.m-24 {margin-bottom: calc(24 * var(--base-unit));}.ml-24,.mx-24,.m-24 {margin-left: calc(24 * var(--base-unit));}.mr-24,.mx-24,.m-24 {margin-right: calc(24 * var(--base-unit));}
.mt-25,.my-25,.m-25 {margin-top: calc(25 * var(--base-unit));}.mb-25,.my-25,.m-25 {margin-bottom: calc(25 * var(--base-unit));}.ml-25,.mx-25,.m-25 {margin-left: calc(25 * var(--base-unit));}.mr-25,.mx-25,.m-25 {margin-right: calc(25 * var(--base-unit));}
.mt-26,.my-26,.m-26 {margin-top: calc(26 * var(--base-unit));}.mb-26,.my-26,.m-26 {margin-bottom: calc(26 * var(--base-unit));}.ml-26,.mx-26,.m-26 {margin-left: calc(26 * var(--base-unit));}.mr-26,.mx-26,.m-26 {margin-right: calc(26 * var(--base-unit));}
.mt-27,.my-27,.m-27 {margin-top: calc(27 * var(--base-unit));}.mb-27,.my-27,.m-27 {margin-bottom: calc(27 * var(--base-unit));}.ml-27,.mx-27,.m-27 {margin-left: calc(27 * var(--base-unit));}.mr-27,.mx-27,.m-27 {margin-right: calc(27 * var(--base-unit));}
.mt-28,.my-28,.m-28 {margin-top: calc(28 * var(--base-unit));}.mb-28,.my-28,.m-28 {margin-bottom: calc(28 * var(--base-unit));}.ml-28,.mx-28,.m-28 {margin-left: calc(28 * var(--base-unit));}.mr-28,.mx-28,.m-28 {margin-right: calc(28 * var(--base-unit));}
.mt-29,.my-29,.m-29 {margin-top: calc(29 * var(--base-unit));}.mb-29,.my-29,.m-29 {margin-bottom: calc(29 * var(--base-unit));}.ml-29,.mx-29,.m-29 {margin-left: calc(29 * var(--base-unit));}.mr-29,.mx-29,.m-29 {margin-right: calc(29 * var(--base-unit));}
.mt-30,.my-30,.m-30 {margin-top: calc(30 * var(--base-unit));}.mb-30,.my-30,.m-30 {margin-bottom: calc(30 * var(--base-unit));}.ml-30,.mx-30,.m-30 {margin-left: calc(30 * var(--base-unit));}.mr-30,.mx-30,.m-30 {margin-right: calc(30 * var(--base-unit));}
.mt-31,.my-31,.m-31 {margin-top: calc(31 * var(--base-unit));}.mb-31,.my-31,.m-31 {margin-bottom: calc(31 * var(--base-unit));}.ml-31,.mx-31,.m-31 {margin-left: calc(31 * var(--base-unit));}.mr-31,.mx-31,.m-31 {margin-right: calc(31 * var(--base-unit));}
.mt-32,.my-32,.m-32 {margin-top: calc(32 * var(--base-unit));}.mb-32,.my-32,.m-32 {margin-bottom: calc(32 * var(--base-unit));}.ml-32,.mx-32,.m-32 {margin-left: calc(32 * var(--base-unit));}.mr-32,.mx-32,.m-32 {margin-right: calc(32 * var(--base-unit));}
.mt-33,.my-33,.m-33 {margin-top: calc(33 * var(--base-unit));}.mb-33,.my-33,.m-33 {margin-bottom: calc(33 * var(--base-unit));}.ml-33,.mx-33,.m-33 {margin-left: calc(33 * var(--base-unit));}.mr-33,.mx-33,.m-33 {margin-right: calc(33 * var(--base-unit));}
.mt-34,.my-34,.m-34 {margin-top: calc(34 * var(--base-unit));}.mb-34,.my-34,.m-34 {margin-bottom: calc(34 * var(--base-unit));}.ml-34,.mx-34,.m-34 {margin-left: calc(34 * var(--base-unit));}.mr-34,.mx-34,.m-34 {margin-right: calc(34 * var(--base-unit));}
.mt-35,.my-35,.m-35 {margin-top: calc(35 * var(--base-unit));}.mb-35,.my-35,.m-35 {margin-bottom: calc(35 * var(--base-unit));}.ml-35,.mx-35,.m-35 {margin-left: calc(35 * var(--base-unit));}.mr-35,.mx-35,.m-35 {margin-right: calc(35 * var(--base-unit));}
.mt-36,.my-36,.m-36 {margin-top: calc(36 * var(--base-unit));}.mb-36,.my-36,.m-36 {margin-bottom: calc(36 * var(--base-unit));}.ml-36,.mx-36,.m-36 {margin-left: calc(36 * var(--base-unit));}.mr-36,.mx-36,.m-36 {margin-right: calc(36 * var(--base-unit));}
.mt-37,.my-37,.m-37 {margin-top: calc(37 * var(--base-unit));}.mb-37,.my-37,.m-37 {margin-bottom: calc(37 * var(--base-unit));}.ml-37,.mx-37,.m-37 {margin-left: calc(37 * var(--base-unit));}.mr-37,.mx-37,.m-37 {margin-right: calc(37 * var(--base-unit));}
.mt-38,.my-38,.m-38 {margin-top: calc(38 * var(--base-unit));}.mb-38,.my-38,.m-38 {margin-bottom: calc(38 * var(--base-unit));}.ml-38,.mx-38,.m-38 {margin-left: calc(38 * var(--base-unit));}.mr-38,.mx-38,.m-38 {margin-right: calc(38 * var(--base-unit));}
.mt-39,.my-39,.m-39 {margin-top: calc(39 * var(--base-unit));}.mb-39,.my-39,.m-39 {margin-bottom: calc(39 * var(--base-unit));}.ml-39,.mx-39,.m-39 {margin-left: calc(39 * var(--base-unit));}.mr-39,.mx-39,.m-39 {margin-right: calc(39 * var(--base-unit));}
.mt-40,.my-40,.m-40 {margin-top: calc(40 * var(--base-unit));}.mb-40,.my-40,.m-40 {margin-bottom: calc(40 * var(--base-unit));}.ml-40,.mx-40,.m-40 {margin-left: calc(40 * var(--base-unit));}.mr-40,.mx-40,.m-40 {margin-right: calc(40 * var(--base-unit));}
.mt-41,.my-41,.m-41 {margin-top: calc(41 * var(--base-unit));}.mb-41,.my-41,.m-41 {margin-bottom: calc(41 * var(--base-unit));}.ml-41,.mx-41,.m-41 {margin-left: calc(41 * var(--base-unit));}.mr-41,.mx-41,.m-41 {margin-right: calc(41 * var(--base-unit));}
.mt-42,.my-42,.m-42 {margin-top: calc(42 * var(--base-unit));}.mb-42,.my-42,.m-42 {margin-bottom: calc(42 * var(--base-unit));}.ml-42,.mx-42,.m-42 {margin-left: calc(42 * var(--base-unit));}.mr-42,.mx-42,.m-42 {margin-right: calc(42 * var(--base-unit));}
.mt-43,.my-43,.m-43 {margin-top: calc(43 * var(--base-unit));}.mb-43,.my-43,.m-43 {margin-bottom: calc(43 * var(--base-unit));}.ml-43,.mx-43,.m-43 {margin-left: calc(43 * var(--base-unit));}.mr-43,.mx-43,.m-43 {margin-right: calc(43 * var(--base-unit));}
.mt-44,.my-44,.m-44 {margin-top: calc(44 * var(--base-unit));}.mb-44,.my-44,.m-44 {margin-bottom: calc(44 * var(--base-unit));}.ml-44,.mx-44,.m-44 {margin-left: calc(44 * var(--base-unit));}.mr-44,.mx-44,.m-44 {margin-right: calc(44 * var(--base-unit));}
.mt-45,.my-45,.m-45 {margin-top: calc(45 * var(--base-unit));}.mb-45,.my-45,.m-45 {margin-bottom: calc(45 * var(--base-unit));}.ml-45,.mx-45,.m-45 {margin-left: calc(45 * var(--base-unit));}.mr-45,.mx-45,.m-45 {margin-right: calc(45 * var(--base-unit));}
.mt-46,.my-46,.m-46 {margin-top: calc(46 * var(--base-unit));}.mb-46,.my-46,.m-46 {margin-bottom: calc(46 * var(--base-unit));}.ml-46,.mx-46,.m-46 {margin-left: calc(46 * var(--base-unit));}.mr-46,.mx-46,.m-46 {margin-right: calc(46 * var(--base-unit));}
.mt-47,.my-47,.m-47 {margin-top: calc(47 * var(--base-unit));}.mb-47,.my-47,.m-47 {margin-bottom: calc(47 * var(--base-unit));}.ml-47,.mx-47,.m-47 {margin-left: calc(47 * var(--base-unit));}.mr-47,.mx-47,.m-47 {margin-right: calc(47 * var(--base-unit));}
.mt-48,.my-48,.m-48 {margin-top: calc(48 * var(--base-unit));}.mb-48,.my-48,.m-48 {margin-bottom: calc(48 * var(--base-unit));}.ml-48,.mx-48,.m-48 {margin-left: calc(48 * var(--base-unit));}.mr-48,.mx-48,.m-48 {margin-right: calc(48 * var(--base-unit));}
.mt-49,.my-49,.m-49 {margin-top: calc(49 * var(--base-unit));}.mb-49,.my-49,.m-49 {margin-bottom: calc(49 * var(--base-unit));}.ml-49,.mx-49,.m-49 {margin-left: calc(49 * var(--base-unit));}.mr-49,.mx-49,.m-49 {margin-right: calc(49 * var(--base-unit));}
.mt-50,.my-50,.m-50 {margin-top: calc(50 * var(--base-unit));}.mb-50,.my-50,.m-50 {margin-bottom: calc(50 * var(--base-unit));}.ml-50,.mx-50,.m-50 {margin-left: calc(50 * var(--base-unit));}.mr-50,.mx-50,.m-50 {margin-right: calc(50 * var(--base-unit));}
.mt-51,.my-51,.m-51 {margin-top: calc(51 * var(--base-unit));}.mb-51,.my-51,.m-51 {margin-bottom: calc(51 * var(--base-unit));}.ml-51,.mx-51,.m-51 {margin-left: calc(51 * var(--base-unit));}.mr-51,.mx-51,.m-51 {margin-right: calc(51 * var(--base-unit));}
.mt-52,.my-52,.m-52 {margin-top: calc(52 * var(--base-unit));}.mb-52,.my-52,.m-52 {margin-bottom: calc(52 * var(--base-unit));}.ml-52,.mx-52,.m-52 {margin-left: calc(52 * var(--base-unit));}.mr-52,.mx-52,.m-52 {margin-right: calc(52 * var(--base-unit));}
.mt-53,.my-53,.m-53 {margin-top: calc(53 * var(--base-unit));}.mb-53,.my-53,.m-53 {margin-bottom: calc(53 * var(--base-unit));}.ml-53,.mx-53,.m-53 {margin-left: calc(53 * var(--base-unit));}.mr-53,.mx-53,.m-53 {margin-right: calc(53 * var(--base-unit));}
.mt-54,.my-54,.m-54 {margin-top: calc(54 * var(--base-unit));}.mb-54,.my-54,.m-54 {margin-bottom: calc(54 * var(--base-unit));}.ml-54,.mx-54,.m-54 {margin-left: calc(54 * var(--base-unit));}.mr-54,.mx-54,.m-54 {margin-right: calc(54 * var(--base-unit));}
.mt-55,.my-55,.m-55 {margin-top: calc(55 * var(--base-unit));}.mb-55,.my-55,.m-55 {margin-bottom: calc(55 * var(--base-unit));}.ml-55,.mx-55,.m-55 {margin-left: calc(55 * var(--base-unit));}.mr-55,.mx-55,.m-55 {margin-right: calc(55 * var(--base-unit));}
.mt-56,.my-56,.m-56 {margin-top: calc(56 * var(--base-unit));}.mb-56,.my-56,.m-56 {margin-bottom: calc(56 * var(--base-unit));}.ml-56,.mx-56,.m-56 {margin-left: calc(56 * var(--base-unit));}.mr-56,.mx-56,.m-56 {margin-right: calc(56 * var(--base-unit));}
.mt-57,.my-57,.m-57 {margin-top: calc(57 * var(--base-unit));}.mb-57,.my-57,.m-57 {margin-bottom: calc(57 * var(--base-unit));}.ml-57,.mx-57,.m-57 {margin-left: calc(57 * var(--base-unit));}.mr-57,.mx-57,.m-57 {margin-right: calc(57 * var(--base-unit));}
.mt-58,.my-58,.m-58 {margin-top: calc(58 * var(--base-unit));}.mb-58,.my-58,.m-58 {margin-bottom: calc(58 * var(--base-unit));}.ml-58,.mx-58,.m-58 {margin-left: calc(58 * var(--base-unit));}.mr-58,.mx-58,.m-58 {margin-right: calc(58 * var(--base-unit));}
.mt-59,.my-59,.m-59 {margin-top: calc(59 * var(--base-unit));}.mb-59,.my-59,.m-59 {margin-bottom: calc(59 * var(--base-unit));}.ml-59,.mx-59,.m-59 {margin-left: calc(59 * var(--base-unit));}.mr-59,.mx-59,.m-59 {margin-right: calc(59 * var(--base-unit));}
.mt-60,.my-60,.m-60 {margin-top: calc(60 * var(--base-unit));}.mb-60,.my-60,.m-60 {margin-bottom: calc(60 * var(--base-unit));}.ml-60,.mx-60,.m-60 {margin-left: calc(60 * var(--base-unit));}.mr-60,.mx-60,.m-60 {margin-right: calc(60 * var(--base-unit));}
.mt-61,.my-61,.m-61 {margin-top: calc(61 * var(--base-unit));}.mb-61,.my-61,.m-61 {margin-bottom: calc(61 * var(--base-unit));}.ml-61,.mx-61,.m-61 {margin-left: calc(61 * var(--base-unit));}.mr-61,.mx-61,.m-61 {margin-right: calc(61 * var(--base-unit));}
.mt-62,.my-62,.m-62 {margin-top: calc(62 * var(--base-unit));}.mb-62,.my-62,.m-62 {margin-bottom: calc(62 * var(--base-unit));}.ml-62,.mx-62,.m-62 {margin-left: calc(62 * var(--base-unit));}.mr-62,.mx-62,.m-62 {margin-right: calc(62 * var(--base-unit));}
.mt-63,.my-63,.m-63 {margin-top: calc(63 * var(--base-unit));}.mb-63,.my-63,.m-63 {margin-bottom: calc(63 * var(--base-unit));}.ml-63,.mx-63,.m-63 {margin-left: calc(63 * var(--base-unit));}.mr-63,.mx-63,.m-63 {margin-right: calc(63 * var(--base-unit));}
.mt-64,.my-64,.m-64 {margin-top: calc(64 * var(--base-unit));}.mb-64,.my-64,.m-64 {margin-bottom: calc(64 * var(--base-unit));}.ml-64,.mx-64,.m-64 {margin-left: calc(64 * var(--base-unit));}.mr-64,.mx-64,.m-64 {margin-right: calc(64 * var(--base-unit));}
.mt-65,.my-65,.m-65 {margin-top: calc(65 * var(--base-unit));}.mb-65,.my-65,.m-65 {margin-bottom: calc(65 * var(--base-unit));}.ml-65,.mx-65,.m-65 {margin-left: calc(65 * var(--base-unit));}.mr-65,.mx-65,.m-65 {margin-right: calc(65 * var(--base-unit));}
.mt-66,.my-66,.m-66 {margin-top: calc(66 * var(--base-unit));}.mb-66,.my-66,.m-66 {margin-bottom: calc(66 * var(--base-unit));}.ml-66,.mx-66,.m-66 {margin-left: calc(66 * var(--base-unit));}.mr-66,.mx-66,.m-66 {margin-right: calc(66 * var(--base-unit));}
.mt-67,.my-67,.m-67 {margin-top: calc(67 * var(--base-unit));}.mb-67,.my-67,.m-67 {margin-bottom: calc(67 * var(--base-unit));}.ml-67,.mx-67,.m-67 {margin-left: calc(67 * var(--base-unit));}.mr-67,.mx-67,.m-67 {margin-right: calc(67 * var(--base-unit));}
.mt-68,.my-68,.m-68 {margin-top: calc(68 * var(--base-unit));}.mb-68,.my-68,.m-68 {margin-bottom: calc(68 * var(--base-unit));}.ml-68,.mx-68,.m-68 {margin-left: calc(68 * var(--base-unit));}.mr-68,.mx-68,.m-68 {margin-right: calc(68 * var(--base-unit));}
.mt-69,.my-69,.m-69 {margin-top: calc(69 * var(--base-unit));}.mb-69,.my-69,.m-69 {margin-bottom: calc(69 * var(--base-unit));}.ml-69,.mx-69,.m-69 {margin-left: calc(69 * var(--base-unit));}.mr-69,.mx-69,.m-69 {margin-right: calc(69 * var(--base-unit));}
.mt-70,.my-70,.m-70 {margin-top: calc(70 * var(--base-unit));}.mb-70,.my-70,.m-70 {margin-bottom: calc(70 * var(--base-unit));}.ml-70,.mx-70,.m-70 {margin-left: calc(70 * var(--base-unit));}.mr-70,.mx-70,.m-70 {margin-right: calc(70 * var(--base-unit));}
.mt-71,.my-71,.m-71 {margin-top: calc(71 * var(--base-unit));}.mb-71,.my71,.m-71 {margin-bottom: calc(71 * var(--base-unit));}.ml-71,.mx-71,.m-71 {margin-left: calc(71 * var(--base-unit));}.mr-71,.mx-71,.m-71 {margin-right: calc(71 * var(--base-unit));}
.mt-72,.my-72,.m-72 {margin-top: calc(72 * var(--base-unit));}.mb-72,.my-72,.m-72 {margin-bottom: calc(72 * var(--base-unit));}.ml-72,.mx-72,.m-72 {margin-left: calc(72 * var(--base-unit));}.mr-72,.mx-72,.m-72 {margin-right: calc(72 * var(--base-unit));}
.mt-73,.my-73,.m-73 {margin-top: calc(73 * var(--base-unit));}.mb-73,.my-73,.m-73 {margin-bottom: calc(73 * var(--base-unit));}.ml-73,.mx-73,.m-73 {margin-left: calc(73 * var(--base-unit));}.mr-73,.mx-73,.m-73 {margin-right: calc(73 * var(--base-unit));}
.mt-74,.my-74,.m-74 {margin-top: calc(74 * var(--base-unit));}.mb-74,.my-74,.m-74 {margin-bottom: calc(74 * var(--base-unit));}.ml-74,.mx-74,.m-74 {margin-left: calc(74 * var(--base-unit));}.mr-74,.mx-74,.m-74 {margin-right: calc(74 * var(--base-unit));}
.mt-75,.my-75,.m-75 {margin-top: calc(75 * var(--base-unit));}.mb-75,.my-75,.m-75 {margin-bottom: calc(75 * var(--base-unit));}.ml-75,.mx-75,.m-75 {margin-left: calc(75 * var(--base-unit));}.mr-75,.mx-75,.m-75 {margin-right: calc(75 * var(--base-unit));}
.mt-76,.my-76,.m-76 {margin-top: calc(76 * var(--base-unit));}.mb-76,.my-76,.m-76 {margin-bottom: calc(76 * var(--base-unit));}.ml-76,.mx-76,.m-76 {margin-left: calc(76 * var(--base-unit));}.mr-76,.mx-76,.m-76 {margin-right: calc(76 * var(--base-unit));}
.mt-77,.my-77,.m-77 {margin-top: calc(77 * var(--base-unit));}.mb-77,.my-77,.m-77 {margin-bottom: calc(77 * var(--base-unit));}.ml-77,.mx-77,.m-77 {margin-left: calc(77 * var(--base-unit));}.mr-77,.mx-77,.m-77 {margin-right: calc(77 * var(--base-unit));}
.mt-78,.my-78,.m-78 {margin-top: calc(78 * var(--base-unit));}.mb-78,.my-78,.m-78 {margin-bottom: calc(78 * var(--base-unit));}.ml-78,.mx-78,.m-78 {margin-left: calc(78 * var(--base-unit));}.mr-78,.mx-78,.m-78 {margin-right: calc(78 * var(--base-unit));}
.mt-79,.my-79,.m-79 {margin-top: calc(79 * var(--base-unit));}.mb-79,.my-79,.m-79 {margin-bottom: calc(79 * var(--base-unit));}.ml-79,.mx-79,.m-79 {margin-left: calc(79 * var(--base-unit));}.mr-79,.mx-79,.m-79 {margin-right: calc(79 * var(--base-unit));}
.mt-80,.my-80,.m-80 {margin-top: calc(80 * var(--base-unit));}.mb-80,.my-80,.m-80 {margin-bottom: calc(80 * var(--base-unit));}.ml-80,.mx-80,.m-80 {margin-left: calc(80 * var(--base-unit));}.mr-80,.mx-80,.m-80 {margin-right: calc(80 * var(--base-unit));}
.mt-81,.my-81,.m-81 {margin-top: calc(81 * var(--base-unit));}.mb-81,.my-81,.m-81 {margin-bottom: calc(81 * var(--base-unit));}.ml-81,.mx-81,.m-81 {margin-left: calc(81 * var(--base-unit));}.mr-81,.mx-81,.m-81 {margin-right: calc(81 * var(--base-unit));}
.mt-82,.my-82,.m-82 {margin-top: calc(82 * var(--base-unit));}.mb-82,.my-82,.m-82 {margin-bottom: calc(82 * var(--base-unit));}.ml-82,.mx-82,.m-82 {margin-left: calc(82 * var(--base-unit));}.mr-82,.mx-82,.m-82 {margin-right: calc(82 * var(--base-unit));}
.mt-83,.my-83,.m-83 {margin-top: calc(83 * var(--base-unit));}.mb-83,.my-83,.m-83 {margin-bottom: calc(83 * var(--base-unit));}.ml-83,.mx-83,.m-83 {margin-left: calc(83 * var(--base-unit));}.mr-83,.mx-83,.m-83 {margin-right: calc(83 * var(--base-unit));}
.mt-84,.my-84,.m-84 {margin-top: calc(84 * var(--base-unit));}.mb-84,.my-84,.m-84 {margin-bottom: calc(84 * var(--base-unit));}.ml-84,.mx-84,.m-84 {margin-left: calc(84 * var(--base-unit));}.mr-84,.mx-84,.m-84 {margin-right: calc(84 * var(--base-unit));}
.mt-85,.my-85,.m-85 {margin-top: calc(85 * var(--base-unit));}.mb-85,.my-85,.m-85 {margin-bottom: calc(85 * var(--base-unit));}.ml-85,.mx-85,.m-85 {margin-left: calc(85 * var(--base-unit));}.mr-85,.mx-85,.m-85 {margin-right: calc(85 * var(--base-unit));}
.mt-86,.my-86,.m-86 {margin-top: calc(86 * var(--base-unit));}.mb-86,.my-86,.m-86 {margin-bottom: calc(86 * var(--base-unit));}.ml-86,.mx-86,.m-86 {margin-left: calc(86 * var(--base-unit));}.mr-86,.mx-86,.m-86 {margin-right: calc(86 * var(--base-unit));}
.mt-87,.my-87,.m-87 {margin-top: calc(87 * var(--base-unit));}.mb-87,.my-87,.m-87 {margin-bottom: calc(87 * var(--base-unit));}.ml-87,.mx-87,.m-87 {margin-left: calc(87 * var(--base-unit));}.mr-87,.mx-87,.m-87 {margin-right: calc(87 * var(--base-unit));}
.mt-88,.my-88,.m-88 {margin-top: calc(88 * var(--base-unit));}.mb-88,.my-88,.m-88 {margin-bottom: calc(88 * var(--base-unit));}.ml-88,.mx-88,.m-88 {margin-left: calc(88 * var(--base-unit));}.mr-88,.mx-88,.m-88 {margin-right: calc(88 * var(--base-unit));}
.mt-89,.my-89,.m-89 {margin-top: calc(89 * var(--base-unit));}.mb-89,.my-89,.m-89 {margin-bottom: calc(89 * var(--base-unit));}.ml-89,.mx-89,.m-89 {margin-left: calc(89 * var(--base-unit));}.mr-89,.mx-89,.m-89 {margin-right: calc(89 * var(--base-unit));}
.mt-90,.my-90,.m-90 {margin-top: calc(90 * var(--base-unit));}.mb-90,.my-90,.m-90 {margin-bottom: calc(90 * var(--base-unit));}.ml-90,.mx-90,.m-90 {margin-left: calc(90 * var(--base-unit));}.mr-90,.mx-90,.m-90 {margin-right: calc(90 * var(--base-unit));}
.mt-91,.my-91,.m-91 {margin-top: calc(91 * var(--base-unit));}.mb-91,.my-91,.m-91 {margin-bottom: calc(91 * var(--base-unit));}.ml-91,.mx-91,.m-91 {margin-left: calc(91 * var(--base-unit));}.mr-91,.mx-91,.m-91 {margin-right: calc(91 * var(--base-unit));}
.mt-92,.my-92,.m-92 {margin-top: calc(92 * var(--base-unit));}.mb-92,.my-92,.m-92 {margin-bottom: calc(92 * var(--base-unit));}.ml-92,.mx-92,.m-92 {margin-left: calc(92 * var(--base-unit));}.mr-92,.mx-92,.m-92 {margin-right: calc(92 * var(--base-unit));}
.mt-93,.my-93,.m-93 {margin-top: calc(93 * var(--base-unit));}.mb-93,.my-93,.m-93 {margin-bottom: calc(93 * var(--base-unit));}.ml-93,.mx-93,.m-93 {margin-left: calc(93 * var(--base-unit));}.mr-93,.mx-93,.m-93 {margin-right: calc(93 * var(--base-unit));}
.mt-94,.my-94,.m-94 {margin-top: calc(94 * var(--base-unit));}.mb-94,.my-94,.m-94 {margin-bottom: calc(94 * var(--base-unit));}.ml-94,.mx-94,.m-94 {margin-left: calc(94 * var(--base-unit));}.mr-94,.mx-94,.m-94 {margin-right: calc(94 * var(--base-unit));}
.mt-95,.my-95,.m-95 {margin-top: calc(95 * var(--base-unit));}.mb-95,.my-95,.m-95 {margin-bottom: calc(95 * var(--base-unit));}.ml-95,.mx-95,.m-95 {margin-left: calc(95 * var(--base-unit));}.mr-95,.mx-95,.m-95 {margin-right: calc(95 * var(--base-unit));}
.mt-96,.my-96,.m-96 {margin-top: calc(96 * var(--base-unit));}.mb-96,.my-96,.m-96 {margin-bottom: calc(96 * var(--base-unit));}.ml-96,.mx-96,.m-96 {margin-left: calc(96 * var(--base-unit));}.mr-96,.mx-96,.m-96 {margin-right: calc(96 * var(--base-unit));}
.mt-97,.my-97,.m-97 {margin-top: calc(97 * var(--base-unit));}.mb-97,.my-97,.m-97 {margin-bottom: calc(97 * var(--base-unit));}.ml-97,.mx-97,.m-97 {margin-left: calc(97 * var(--base-unit));}.mr-97,.mx-97,.m-97 {margin-right: calc(97 * var(--base-unit));}
.mt-98,.my-98,.m-98 {margin-top: calc(98 * var(--base-unit));}.mb-98,.my-98,.m-98 {margin-bottom: calc(98 * var(--base-unit));}.ml-98,.mx-98,.m-98 {margin-left: calc(98 * var(--base-unit));}.mr-98,.mx-98,.m-98 {margin-right: calc(98 * var(--base-unit));}
.mt-99,.my-99,.m-99 {margin-top: calc(99 * var(--base-unit));}.mb-99,.my-99,.m-99 {margin-bottom: calc(99 * var(--base-unit));}.ml-99,.mx-99,.m-99 {margin-left: calc(99 * var(--base-unit));}.mr-99,.mx-99,.m-99 {margin-right: calc(99 * var(--base-unit));}
.mt-100,.my-100,.m-100 {margin-top: calc(100 * var(--base-unit));}.mb-100,.my-100,.m-100 {margin-bottom: calc(100 * var(--base-unit));}.ml-100,.mx-100,.m-100 {margin-left: calc(100 * var(--base-unit));}.mr-100,.mx-100,.m-100 {margin-right: calc(100 * var(--base-unit));}
.mt-101,.my-101,.m-101 {margin-top: calc(101 * var(--base-unit));}.mb-101,.my-101,.m-101 {margin-bottom: calc(101 * var(--base-unit));}.ml-101,.mx-101,.m-101 {margin-left: calc(101 * var(--base-unit));}.mr-101,.mx-101,.m-101 {margin-right: calc(101 * var(--base-unit));}
.mt-102,.my-102,.m-102 {margin-top: calc(102 * var(--base-unit));}.mb-102,.my-102,.m-102 {margin-bottom: calc(102 * var(--base-unit));}.ml-102,.mx-102,.m-102 {margin-left: calc(102 * var(--base-unit));}.mr-102,.mx-102,.m-102 {margin-right: calc(102 * var(--base-unit));}
.mt-103,.my-103,.m-103 {margin-top: calc(103 * var(--base-unit));}.mb-103,.my-103,.m-103 {margin-bottom: calc(103 * var(--base-unit));}.ml-103,.mx-103,.m-103 {margin-left: calc(103 * var(--base-unit));}.mr-103,.mx-103,.m-103 {margin-right: calc(103 * var(--base-unit));}
.mt-104,.my-104,.m-104 {margin-top: calc(104 * var(--base-unit));}.mb-104,.my-104,.m-104 {margin-bottom: calc(104 * var(--base-unit));}.ml-104,.mx-104,.m-104 {margin-left: calc(104 * var(--base-unit));}.mr-104,.mx-104,.m-104 {margin-right: calc(104 * var(--base-unit));}
.mt-105,.my-105,.m-105 {margin-top: calc(105 * var(--base-unit));}.mb-105,.my-105,.m-105 {margin-bottom: calc(105 * var(--base-unit));}.ml-105,.mx-105,.m-105 {margin-left: calc(105 * var(--base-unit));}.mr-105,.mx-105,.m-105 {margin-right: calc(105 * var(--base-unit));}
.mt-106,.my-106,.m-106 {margin-top: calc(106 * var(--base-unit));}.mb-106,.my-106,.m-106 {margin-bottom: calc(106 * var(--base-unit));}.ml-106,.mx-106,.m-106 {margin-left: calc(106 * var(--base-unit));}.mr-106,.mx-106,.m-106 {margin-right: calc(106 * var(--base-unit));}
.mt-107,.my-107,.m-107 {margin-top: calc(107 * var(--base-unit));}.mb-107,.my-107,.m-107 {margin-bottom: calc(107 * var(--base-unit));}.ml-107,.mx-107,.m-107 {margin-left: calc(107 * var(--base-unit));}.mr-107,.mx-107,.m-107 {margin-right: calc(107 * var(--base-unit));}
.mt-108,.my-108,.m-108 {margin-top: calc(108 * var(--base-unit));}.mb-108,.my-108,.m-108 {margin-bottom: calc(108 * var(--base-unit));}.ml-108,.mx-108,.m-108 {margin-left: calc(108 * var(--base-unit));}.mr-108,.mx-108,.m-108 {margin-right: calc(108 * var(--base-unit));}
.mt-109,.my-109,.m-109 {margin-top: calc(109 * var(--base-unit));}.mb-109,.my-109,.m-109 {margin-bottom: calc(109 * var(--base-unit));}.ml-109,.mx-109,.m-109 {margin-left: calc(109 * var(--base-unit));}.mr-109,.mx-109,.m-109 {margin-right: calc(109 * var(--base-unit));}
.mt-110,.my-110,.m-110 {margin-top: calc(110 * var(--base-unit));}.mb-110,.my-110,.m-110 {margin-bottom: calc(110 * var(--base-unit));}.ml-110,.mx-110,.m-110 {margin-left: calc(110 * var(--base-unit));}.mr-110,.mx-110,.m-110 {margin-right: calc(110 * var(--base-unit));}
.mt-111,.my-111,.m-111 {margin-top: calc(111 * var(--base-unit));}.mb-111,.my-111,.m-111 {margin-bottom: calc(111 * var(--base-unit));}.ml-111,.mx-111,.m-111 {margin-left: calc(111 * var(--base-unit));}.mr-111,.mx-111,.m-111 {margin-right: calc(111 * var(--base-unit));}
.mt-112,.my-112,.m-112 {margin-top: calc(112 * var(--base-unit));}.mb-112,.my-112,.m-112 {margin-bottom: calc(112 * var(--base-unit));}.ml-112,.mx-112,.m-112 {margin-left: calc(112 * var(--base-unit));}.mr-112,.mx-112,.m-112 {margin-right: calc(112 * var(--base-unit));}
.mt-113,.my-113,.m-113 {margin-top: calc(113 * var(--base-unit));}.mb-113,.my-113,.m-113 {margin-bottom: calc(113 * var(--base-unit));}.ml-113,.mx-113,.m-113 {margin-left: calc(113 * var(--base-unit));}.mr-113,.mx-113,.m-113 {margin-right: calc(113 * var(--base-unit));}
.mt-114,.my-114,.m-114 {margin-top: calc(114 * var(--base-unit));}.mb-114,.my-114,.m-114 {margin-bottom: calc(114 * var(--base-unit));}.ml-114,.mx-114,.m-114 {margin-left: calc(114 * var(--base-unit));}.mr-114,.mx-114,.m-114 {margin-right: calc(114 * var(--base-unit));}
.mt-115,.my-115,.m-115 {margin-top: calc(115 * var(--base-unit));}.mb-115,.my-115,.m-115 {margin-bottom: calc(115 * var(--base-unit));}.ml-115,.mx-115,.m-115 {margin-left: calc(115 * var(--base-unit));}.mr-115,.mx-115,.m-115 {margin-right: calc(115 * var(--base-unit));}
.mt-116,.my-116,.m-116 {margin-top: calc(116 * var(--base-unit));}.mb-116,.my-116,.m-116 {margin-bottom: calc(116 * var(--base-unit));}.ml-116,.mx-116,.m-116 {margin-left: calc(116 * var(--base-unit));}.mr-116,.mx-116,.m-116 {margin-right: calc(116 * var(--base-unit));}
.mt-117,.my-117,.m-117 {margin-top: calc(117 * var(--base-unit));}.mb-117,.my-117,.m-117 {margin-bottom: calc(117 * var(--base-unit));}.ml-117,.mx-117,.m-117 {margin-left: calc(117 * var(--base-unit));}.mr-117,.mx-117,.m-117 {margin-right: calc(117 * var(--base-unit));}
.mt-118,.my-118,.m-118 {margin-top: calc(118 * var(--base-unit));}.mb-118,.my-118,.m-118 {margin-bottom: calc(118 * var(--base-unit));}.ml-118,.mx-118,.m-118 {margin-left: calc(118 * var(--base-unit));}.mr-118,.mx-118,.m-118 {margin-right: calc(118 * var(--base-unit));}
.mt-119,.my-119,.m-119 {margin-top: calc(119 * var(--base-unit));}.mb-119,.my-119,.m-119 {margin-bottom: calc(119 * var(--base-unit));}.ml-119,.mx-119,.m-119 {margin-left: calc(119 * var(--base-unit));}.mr-119,.mx-119,.m-119 {margin-right: calc(119 * var(--base-unit));}
.mt-120,.my-120,.m-120 {margin-top: calc(120 * var(--base-unit));}.mb-120,.my-120,.m-120 {margin-bottom: calc(120 * var(--base-unit));}.ml-120,.mx-120,.m-120 {margin-left: calc(120 * var(--base-unit));}.mr-120,.mx-120,.m-120 {margin-right: calc(120 * var(--base-unit));}
.mt-121,.my-121,.m-121 {margin-top: calc(121 * var(--base-unit));}.mb-121,.my-121,.m-121 {margin-bottom: calc(121 * var(--base-unit));}.ml-121,.mx-121,.m-121 {margin-left: calc(121 * var(--base-unit));}.mr-121,.mx-121,.m-121 {margin-right: calc(121 * var(--base-unit));}
.mt-122,.my-122,.m-122 {margin-top: calc(122 * var(--base-unit));}.mb-122,.my-122,.m-122 {margin-bottom: calc(122 * var(--base-unit));}.ml-122,.mx-122,.m-122 {margin-left: calc(122 * var(--base-unit));}.mr-122,.mx-122,.m-122 {margin-right: calc(122 * var(--base-unit));}
.mt-123,.my-123,.m-123 {margin-top: calc(123 * var(--base-unit));}.mb-123,.my-123,.m-123 {margin-bottom: calc(123 * var(--base-unit));}.ml-123,.mx-123,.m-123 {margin-left: calc(123 * var(--base-unit));}.mr-123,.mx-123,.m-123 {margin-right: calc(123 * var(--base-unit));}
.mt-124,.my-124,.m-124 {margin-top: calc(124 * var(--base-unit));}.mb-124,.my-124,.m-124 {margin-bottom: calc(124 * var(--base-unit));}.ml-124,.mx-124,.m-124 {margin-left: calc(124 * var(--base-unit));}.mr-124,.mx-124,.m-124 {margin-right: calc(124 * var(--base-unit));}
.mt-125,.my-125,.m-125 {margin-top: calc(125 * var(--base-unit));}.mb-125,.my-125,.m-125 {margin-bottom: calc(125 * var(--base-unit));}.ml-125,.mx-125,.m-125 {margin-left: calc(125 * var(--base-unit));}.mr-125,.mx-125,.m-125 {margin-right: calc(125 * var(--base-unit));}
.mt-126,.my-126,.m-126 {margin-top: calc(126 * var(--base-unit));}.mb-126,.my-126,.m-126 {margin-bottom: calc(126 * var(--base-unit));}.ml-126,.mx-126,.m-126 {margin-left: calc(126 * var(--base-unit));}.mr-126,.mx-126,.m-126 {margin-right: calc(126 * var(--base-unit));}
.mt-127,.my-127,.m-127 {margin-top: calc(127 * var(--base-unit));}.mb-127,.my-127,.m-127 {margin-bottom: calc(127 * var(--base-unit));}.ml-127,.mx-127,.m-127 {margin-left: calc(127 * var(--base-unit));}.mr-127,.mx-127,.m-127 {margin-right: calc(127 * var(--base-unit));}
.mt-128,.my-128,.m-128 {margin-top: calc(128 * var(--base-unit));}.mb-128,.my-128,.m-128 {margin-bottom: calc(128 * var(--base-unit));}.ml-128,.mx-128,.m-128 {margin-left: calc(128 * var(--base-unit));}.mr-128,.mx-128,.m-128 {margin-right: calc(128 * var(--base-unit));}
.mt-129,.my-129,.m-129 {margin-top: calc(129 * var(--base-unit));}.mb-129,.my-129,.m-129 {margin-bottom: calc(129 * var(--base-unit));}.ml-129,.mx-129,.m-129 {margin-left: calc(129 * var(--base-unit));}.mr-129,.mx-129,.m-129 {margin-right: calc(129 * var(--base-unit));}
.mt-130,.my-130,.m-130 {margin-top: calc(130 * var(--base-unit));}.mb-130,.my-130,.m-130 {margin-bottom: calc(130 * var(--base-unit));}.ml-130,.mx-130,.m-130 {margin-left: calc(130 * var(--base-unit));}.mr-130,.mx-130,.m-130 {margin-right: calc(130 * var(--base-unit));}
.mt-131,.my-131,.m-131 {margin-top: calc(131 * var(--base-unit));}.mb-131,.my-131,.m-131 {margin-bottom: calc(131 * var(--base-unit));}.ml-131,.mx-131,.m-131 {margin-left: calc(131 * var(--base-unit));}.mr-131,.mx-131,.m-131 {margin-right: calc(131 * var(--base-unit));}
.mt-132,.my-132,.m-132 {margin-top: calc(132 * var(--base-unit));}.mb-132,.my-132,.m-132 {margin-bottom: calc(132 * var(--base-unit));}.ml-132,.mx-132,.m-132 {margin-left: calc(132 * var(--base-unit));}.mr-132,.mx-132,.m-132 {margin-right: calc(132 * var(--base-unit));}
.mt-133,.my-133,.m-133 {margin-top: calc(133 * var(--base-unit));}.mb-133,.my-133,.m-133 {margin-bottom: calc(133 * var(--base-unit));}.ml-133,.mx-133,.m-133 {margin-left: calc(133 * var(--base-unit));}.mr-133,.mx-133,.m-133 {margin-right: calc(133 * var(--base-unit));}
.mt-134,.my-134,.m-134 {margin-top: calc(134 * var(--base-unit));}.mb-134,.my-134,.m-134 {margin-bottom: calc(134 * var(--base-unit));}.ml-134,.mx-134,.m-134 {margin-left: calc(134 * var(--base-unit));}.mr-134,.mx-134,.m-134 {margin-right: calc(134 * var(--base-unit));}
.mt-135,.my-135,.m-135 {margin-top: calc(135 * var(--base-unit));}.mb-135,.my-135,.m-135 {margin-bottom: calc(135 * var(--base-unit));}.ml-135,.mx-135,.m-135 {margin-left: calc(135 * var(--base-unit));}.mr-135,.mx-135,.m-135 {margin-right: calc(135 * var(--base-unit));}
.mt-136,.my-136,.m-136 {margin-top: calc(136 * var(--base-unit));}.mb-136,.my-136,.m-136 {margin-bottom: calc(136 * var(--base-unit));}.ml-136,.mx-136,.m-136 {margin-left: calc(136 * var(--base-unit));}.mr-136,.mx-136,.m-136 {margin-right: calc(136 * var(--base-unit));}
.mt-137,.my-137,.m-137 {margin-top: calc(137 * var(--base-unit));}.mb-137,.my-137,.m-137 {margin-bottom: calc(137 * var(--base-unit));}.ml-137,.mx-137,.m-137 {margin-left: calc(137 * var(--base-unit));}.mr-137,.mx-137,.m-137 {margin-right: calc(137 * var(--base-unit));}
.mt-138,.my-138,.m-138 {margin-top: calc(138 * var(--base-unit));}.mb-138,.my-138,.m-138 {margin-bottom: calc(138 * var(--base-unit));}.ml-138,.mx-138,.m-138 {margin-left: calc(138 * var(--base-unit));}.mr-138,.mx-138,.m-138 {margin-right: calc(138 * var(--base-unit));}
.mt-139,.my-139,.m-139 {margin-top: calc(139 * var(--base-unit));}.mb-139,.my-139,.m-139 {margin-bottom: calc(139 * var(--base-unit));}.ml-139,.mx-139,.m-139 {margin-left: calc(139 * var(--base-unit));}.mr-139,.mx-139,.m-139 {margin-right: calc(139 * var(--base-unit));}
.mt-140,.my-140,.m-140 {margin-top: calc(140 * var(--base-unit));}.mb-140,.my-140,.m-140 {margin-bottom: calc(140 * var(--base-unit));}.ml-140,.mx-140,.m-140 {margin-left: calc(140 * var(--base-unit));}.mr-140,.mx-140,.m-140 {margin-right: calc(140 * var(--base-unit));}
.mt-141,.my-141,.m-141 {margin-top: calc(141 * var(--base-unit));}.mb-141,.my-141,.m-141 {margin-bottom: calc(141 * var(--base-unit));}.ml-141,.mx-141,.m-141 {margin-left: calc(141 * var(--base-unit));}.mr-141,.mx-141,.m-141 {margin-right: calc(141 * var(--base-unit));}
.mt-142,.my-142,.m-142 {margin-top: calc(142 * var(--base-unit));}.mb-142,.my-142,.m-142 {margin-bottom: calc(142 * var(--base-unit));}.ml-142,.mx-142,.m-142 {margin-left: calc(142 * var(--base-unit));}.mr-142,.mx-142,.m-142 {margin-right: calc(142 * var(--base-unit));}
.mt-143,.my-143,.m-143 {margin-top: calc(143 * var(--base-unit));}.mb-143,.my-143,.m-143 {margin-bottom: calc(143 * var(--base-unit));}.ml-143,.mx-143,.m-143 {margin-left: calc(143 * var(--base-unit));}.mr-143,.mx-143,.m-143 {margin-right: calc(143 * var(--base-unit));}
.mt-144,.my-144,.m-144 {margin-top: calc(144 * var(--base-unit));}.mb-144,.my-144,.m-144 {margin-bottom: calc(144 * var(--base-unit));}.ml-144,.mx-144,.m-144 {margin-left: calc(144 * var(--base-unit));}.mr-144,.mx-144,.m-144 {margin-right: calc(144 * var(--base-unit));}
.mt-145,.my-145,.m-145 {margin-top: calc(145 * var(--base-unit));}.mb-145,.my-145,.m-145 {margin-bottom: calc(145 * var(--base-unit));}.ml-145,.mx-145,.m-145 {margin-left: calc(145 * var(--base-unit));}.mr-145,.mx-145,.m-145 {margin-right: calc(145 * var(--base-unit));}
.mt-146,.my-146,.m-146 {margin-top: calc(146 * var(--base-unit));}.mb-146,.my-146,.m-146 {margin-bottom: calc(146 * var(--base-unit));}.ml-146,.mx-146,.m-146 {margin-left: calc(146 * var(--base-unit));}.mr-146,.mx-146,.m-146 {margin-right: calc(146 * var(--base-unit));}
.mt-147,.my-147,.m-147 {margin-top: calc(147 * var(--base-unit));}.mb-147,.my-147,.m-147 {margin-bottom: calc(147 * var(--base-unit));}.ml-147,.mx-147,.m-147 {margin-left: calc(147 * var(--base-unit));}.mr-147,.mx-147,.m-147 {margin-right: calc(147 * var(--base-unit));}
.mt-148,.my-148,.m-148 {margin-top: calc(148 * var(--base-unit));}.mb-148,.my-148,.m-148 {margin-bottom: calc(148 * var(--base-unit));}.ml-148,.mx-148,.m-148 {margin-left: calc(148 * var(--base-unit));}.mr-148,.mx-148,.m-148 {margin-right: calc(148 * var(--base-unit));}
.mt-149,.my-149,.m-149 {margin-top: calc(149 * var(--base-unit));}.mb-149,.my-149,.m-149 {margin-bottom: calc(149 * var(--base-unit));}.ml-149,.mx-149,.m-149 {margin-left: calc(149 * var(--base-unit));}.mr-149,.mx-149,.m-149 {margin-right: calc(149 * var(--base-unit));}
.mt-150,.my-150,.m-150 {margin-top: calc(150 * var(--base-unit));}.mb-150,.my-150,.m-150 {margin-bottom: calc(150 * var(--base-unit));}.ml-150,.mx-150,.m-150 {margin-left: calc(150 * var(--base-unit));}.mr-150,.mx-150,.m-150 {margin-right: calc(150 * var(--base-unit));}

/*外边距*/

/*圆角*/
.radius-tl-1, .radius-1 { border-top-left-radius: calc(1 * var(--base-unit)); }.radius-tr-1, .radius-1 { border-top-right-radius: calc(1 * var(--base-unit)); }.radius-br-1, .radius-1 { border-bottom-right-radius: calc(1 * var(--base-unit)); }.radius-bl-1, .radius-1 { border-bottom-left-radius: calc(1 * var(--base-unit)); }
.radius-tl-2, .radius-2 { border-top-left-radius: calc(2 * var(--base-unit)); }.radius-tr-2, .radius-2 { border-top-right-radius: calc(2 * var(--base-unit)); }.radius-br-2, .radius-2 { border-bottom-right-radius: calc(2 * var(--base-unit)); }.radius-bl-2, .radius-2 { border-bottom-left-radius: calc(2 * var(--base-unit)); }
.radius-tl-3, .radius-3 { border-top-left-radius: calc(3 * var(--base-unit)); }.radius-tr-3, .radius-3 { border-top-right-radius: calc(3 * var(--base-unit)); }.radius-br-3, .radius-3 { border-bottom-right-radius: calc(3 * var(--base-unit)); }.radius-bl-3, .radius-3 { border-bottom-left-radius: calc(3 * var(--base-unit)); }
.radius-tl-4, .radius-4 { border-top-left-radius: calc(4 * var(--base-unit)); }.radius-tr-4, .radius-4 { border-top-right-radius: calc(4 * var(--base-unit)); }.radius-br-4, .radius-4 { border-bottom-right-radius: calc(4 * var(--base-unit)); }.radius-bl-4, .radius-4 { border-bottom-left-radius: calc(4 * var(--base-unit)); }
.radius-tl-5, .radius-5 { border-top-left-radius: calc(5 * var(--base-unit)); }.radius-tr-5, .radius-5 { border-top-right-radius: calc(5 * var(--base-unit)); }.radius-br-5, .radius-5 { border-bottom-right-radius: calc(5 * var(--base-unit)); }.radius-bl-5, .radius-5 { border-bottom-left-radius: calc(5 * var(--base-unit)); }
.radius-tl-6, .radius-6 { border-top-left-radius: calc(6 * var(--base-unit)); }.radius-tr-6, .radius-6 { border-top-right-radius: calc(6 * var(--base-unit)); }.radius-br-6, .radius-6 { border-bottom-right-radius: calc(6 * var(--base-unit)); }.radius-bl-6, .radius-6 { border-bottom-left-radius: calc(6 * var(--base-unit)); }
.radius-tl-7, .radius-7 { border-top-left-radius: calc(7 * var(--base-unit)); }.radius-tr-7, .radius-7 { border-top-right-radius: calc(7 * var(--base-unit)); }.radius-br-7, .radius-7 { border-bottom-right-radius: calc(7 * var(--base-unit)); }.radius-bl-7, .radius-7 { border-bottom-left-radius: calc(7 * var(--base-unit)); }
.radius-tl-8, .radius-8 { border-top-left-radius: calc(8 * var(--base-unit)); }.radius-tr-8, .radius-8 { border-top-right-radius: calc(8 * var(--base-unit)); }.radius-br-8, .radius-8 { border-bottom-right-radius: calc(8 * var(--base-unit)); }.radius-bl-8, .radius-8 { border-bottom-left-radius: calc(8 * var(--base-unit)); }
.radius-tl-9, .radius-9 { border-top-left-radius: calc(9 * var(--base-unit)); }.radius-tr-9, .radius-9 { border-top-right-radius: calc(9 * var(--base-unit)); }.radius-br-9, .radius-9 { border-bottom-right-radius: calc(9 * var(--base-unit)); }.radius-bl-9, .radius-9 { border-bottom-left-radius: calc(9 * var(--base-unit)); }
.radius-tl-10, .radius-10 { border-top-left-radius: calc(10 * var(--base-unit)); }.radius-tr-10, .radius-10 { border-top-right-radius: calc(10 * var(--base-unit)); }.radius-br-10, .radius-10 { border-bottom-right-radius: calc(10 * var(--base-unit)); }.radius-bl-10, .radius-10 { border-bottom-left-radius: calc(10 * var(--base-unit)); }
.radius-tl-11, .radius-11 { border-top-left-radius: calc(11 * var(--base-unit)); }.radius-tr-11, .radius-11 { border-top-right-radius: calc(11 * var(--base-unit)); }.radius-br-11, .radius-11 { border-bottom-right-radius: calc(11 * var(--base-unit)); }.radius-bl-11, .radius-11 { border-bottom-left-radius: calc(11 * var(--base-unit)); }
.radius-tl-12, .radius-12 { border-top-left-radius: calc(12 * var(--base-unit)); }.radius-tr-12, .radius-12 { border-top-right-radius: calc(12 * var(--base-unit)); }.radius-br-12, .radius-12 { border-bottom-right-radius: calc(12 * var(--base-unit)); }.radius-bl-12, .radius-12 { border-bottom-left-radius: calc(12 * var(--base-unit)); }
.radius-tl-13, .radius-13 { border-top-left-radius: calc(13 * var(--base-unit)); }.radius-tr-13, .radius-13 { border-top-right-radius: calc(13 * var(--base-unit)); }.radius-br-13, .radius-13 { border-bottom-right-radius: calc(13 * var(--base-unit)); }.radius-bl-13, .radius-13 { border-bottom-left-radius: calc(13 * var(--base-unit)); }
.radius-tl-14, .radius-14 { border-top-left-radius: calc(14 * var(--base-unit)); }.radius-tr-14, .radius-14 { border-top-right-radius: calc(14 * var(--base-unit)); }.radius-br-14, .radius-14 { border-bottom-right-radius: calc(14 * var(--base-unit)); }.radius-bl-14, .radius-14 { border-bottom-left-radius: calc(14 * var(--base-unit)); }
.radius-tl-15, .radius-15 { border-top-left-radius: calc(15 * var(--base-unit)); }.radius-tr-15, .radius-15 { border-top-right-radius: calc(15 * var(--base-unit)); }.radius-br-15, .radius-15 { border-bottom-right-radius: calc(15 * var(--base-unit)); }.radius-bl-15, .radius-15 { border-bottom-left-radius: calc(15 * var(--base-unit)); }
.radius-tl-16, .radius-16 { border-top-left-radius: calc(16 * var(--base-unit)); }.radius-tr-16, .radius-16 { border-top-right-radius: calc(16 * var(--base-unit)); }.radius-br-16, .radius-16 { border-bottom-right-radius: calc(16 * var(--base-unit)); }.radius-bl-16, .radius-16 { border-bottom-left-radius: calc(16 * var(--base-unit)); }
.radius-tl-17, .radius-17 { border-top-left-radius: calc(17 * var(--base-unit)); }.radius-tr-17, .radius-17 { border-top-right-radius: calc(17 * var(--base-unit)); }.radius-br-17, .radius-17 { border-bottom-right-radius: calc(17 * var(--base-unit)); }.radius-bl-17, .radius-17 { border-bottom-left-radius: calc(17 * var(--base-unit)); }
.radius-tl-18, .radius-18 { border-top-left-radius: calc(18 * var(--base-unit)); }.radius-tr-18, .radius-18 { border-top-right-radius: calc(18 * var(--base-unit)); }.radius-br-18, .radius-18 { border-bottom-right-radius: calc(18 * var(--base-unit)); }.radius-bl-18, .radius-18 { border-bottom-left-radius: calc(18 * var(--base-unit)); }
.radius-tl-19, .radius-19 { border-top-left-radius: calc(19 * var(--base-unit)); }.radius-tr-19, .radius-19 { border-top-right-radius: calc(19 * var(--base-unit)); }.radius-br-19, .radius-19 { border-bottom-right-radius: calc(19 * var(--base-unit)); }.radius-bl-19, .radius-19 { border-bottom-left-radius: calc(19 * var(--base-unit)); }
.radius-tl-20, .radius-20 { border-top-left-radius: calc(20 * var(--base-unit)); }.radius-tr-20, .radius-20 { border-top-right-radius: calc(20 * var(--base-unit)); }.radius-br-20, .radius-20 { border-bottom-right-radius: calc(20 * var(--base-unit)); }.radius-bl-20, .radius-20 { border-bottom-left-radius: calc(20 * var(--base-unit)); }
.radius-tl-21, .radius-21 { border-top-left-radius: calc(21 * var(--base-unit)); }.radius-tr-21, .radius-21 { border-top-right-radius: calc(21 * var(--base-unit)); }.radius-br-21, .radius-21 { border-bottom-right-radius: calc(21 * var(--base-unit)); }.radius-bl-21, .radius-21 { border-bottom-left-radius: calc(21 * var(--base-unit)); }
.radius-tl-22, .radius-22 { border-top-left-radius: calc(22 * var(--base-unit)); }.radius-tr-22, .radius-22 { border-top-right-radius: calc(22 * var(--base-unit)); }.radius-br-22, .radius-22 { border-bottom-right-radius: calc(22 * var(--base-unit)); }.radius-bl-22, .radius-22 { border-bottom-left-radius: calc(22 * var(--base-unit)); }
.radius-tl-23, .radius-23 { border-top-left-radius: calc(23 * var(--base-unit)); }.radius-tr-23, .radius-23 { border-top-right-radius: calc(23 * var(--base-unit)); }.radius-br-23, .radius-23 { border-bottom-right-radius: calc(23 * var(--base-unit)); }.radius-bl-23, .radius-23 { border-bottom-left-radius: calc(23 * var(--base-unit)); }
.radius-tl-24, .radius-24 { border-top-left-radius: calc(24 * var(--base-unit)); }.radius-tr-24, .radius-24 { border-top-right-radius: calc(24 * var(--base-unit)); }.radius-br-24, .radius-24 { border-bottom-right-radius: calc(24 * var(--base-unit)); }.radius-bl-24, .radius-24 { border-bottom-left-radius: calc(24 * var(--base-unit)); }
.radius-tl-25, .radius-25 { border-top-left-radius: calc(25 * var(--base-unit)); }.radius-tr-25, .radius-25 { border-top-right-radius: calc(25 * var(--base-unit)); }.radius-br-25, .radius-25 { border-bottom-right-radius: calc(25 * var(--base-unit)); }.radius-bl-25, .radius-25 { border-bottom-left-radius: calc(25 * var(--base-unit)); }
.radius-tl-26, .radius-26 { border-top-left-radius: calc(26 * var(--base-unit)); }.radius-tr-26, .radius-26 { border-top-right-radius: calc(26 * var(--base-unit)); }.radius-br-26, .radius-26 { border-bottom-right-radius: calc(26 * var(--base-unit)); }.radius-bl-26, .radius-26 { border-bottom-left-radius: calc(26 * var(--base-unit)); }
.radius-tl-27, .radius-27 { border-top-left-radius: calc(27 * var(--base-unit)); }.radius-tr-27, .radius-27 { border-top-right-radius: calc(27 * var(--base-unit)); }.radius-br-27, .radius-27 { border-bottom-right-radius: calc(27 * var(--base-unit)); }.radius-bl-27, .radius-27 { border-bottom-left-radius: calc(27 * var(--base-unit)); }
.radius-tl-28, .radius-28 { border-top-left-radius: calc(28 * var(--base-unit)); }.radius-tr-28, .radius-28 { border-top-right-radius: calc(28 * var(--base-unit)); }.radius-br-28, .radius-28 { border-bottom-right-radius: calc(28 * var(--base-unit)); }.radius-bl-28, .radius-28 { border-bottom-left-radius: calc(28 * var(--base-unit)); }
.radius-tl-29, .radius-29 { border-top-left-radius: calc(29 * var(--base-unit)); }.radius-tr-29, .radius-29 { border-top-right-radius: calc(29 * var(--base-unit)); }.radius-br-29, .radius-29 { border-bottom-right-radius: calc(29 * var(--base-unit)); }.radius-bl-29, .radius-29 { border-bottom-left-radius: calc(29 * var(--base-unit)); }
.radius-tl-30, .radius-30 { border-top-left-radius: calc(30 * var(--base-unit)); }.radius-tr-30, .radius-30 { border-top-right-radius: calc(30 * var(--base-unit)); }.radius-br-30, .radius-30 { border-bottom-right-radius: calc(30 * var(--base-unit)); }.radius-bl-30, .radius-30 { border-bottom-left-radius: calc(30 * var(--base-unit)); }
.radius-tl-31, .radius-31 { border-top-left-radius: calc(31 * var(--base-unit)); }.radius-tr-31, .radius-31 { border-top-right-radius: calc(31 * var(--base-unit)); }.radius-br-31, .radius-31 { border-bottom-right-radius: calc(31 * var(--base-unit)); }.radius-bl-31, .radius-31 { border-bottom-left-radius: calc(31 * var(--base-unit)); }
.radius-tl-32, .radius-32 { border-top-left-radius: calc(32 * var(--base-unit)); }.radius-tr-32, .radius-32 { border-top-right-radius: calc(32 * var(--base-unit)); }.radius-br-32, .radius-32 { border-bottom-right-radius: calc(32 * var(--base-unit)); }.radius-bl-32, .radius-32 { border-bottom-left-radius: calc(32 * var(--base-unit)); }
.radius-tl-33, .radius-33 { border-top-left-radius: calc(33 * var(--base-unit)); }.radius-tr-33, .radius-33 { border-top-right-radius: calc(33 * var(--base-unit)); }.radius-br-33, .radius-33 { border-bottom-right-radius: calc(33 * var(--base-unit)); }.radius-bl-33, .radius-33 { border-bottom-left-radius: calc(33 * var(--base-unit)); }
.radius-tl-34, .radius-34 { border-top-left-radius: calc(34 * var(--base-unit)); }.radius-tr-34, .radius-34 { border-top-right-radius: calc(34 * var(--base-unit)); }.radius-br-34, .radius-34 { border-bottom-right-radius: calc(34 * var(--base-unit)); }.radius-bl-34, .radius-34 { border-bottom-left-radius: calc(34 * var(--base-unit)); }
.radius-tl-35, .radius-35 { border-top-left-radius: calc(35 * var(--base-unit)); }.radius-tr-35, .radius-35 { border-top-right-radius: calc(35 * var(--base-unit)); }.radius-br-35, .radius-35 { border-bottom-right-radius: calc(35 * var(--base-unit)); }.radius-bl-35, .radius-35 { border-bottom-left-radius: calc(35 * var(--base-unit)); }
.radius-tl-36, .radius-36 { border-top-left-radius: calc(36 * var(--base-unit)); }.radius-tr-36, .radius-36 { border-top-right-radius: calc(36 * var(--base-unit)); }.radius-br-36, .radius-36 { border-bottom-right-radius: calc(36 * var(--base-unit)); }.radius-bl-36, .radius-36 { border-bottom-left-radius: calc(36 * var(--base-unit)); }
.radius-tl-37, .radius-37 { border-top-left-radius: calc(37 * var(--base-unit)); }.radius-tr-37, .radius-37 { border-top-right-radius: calc(37 * var(--base-unit)); }.radius-br-37, .radius-37 { border-bottom-right-radius: calc(37 * var(--base-unit)); }.radius-bl-37, .radius-37 { border-bottom-left-radius: calc(37 * var(--base-unit)); }
.radius-tl-38, .radius-38 { border-top-left-radius: calc(38 * var(--base-unit)); }.radius-tr-38, .radius-38 { border-top-right-radius: calc(38 * var(--base-unit)); }.radius-br-38, .radius-38 { border-bottom-right-radius: calc(38 * var(--base-unit)); }.radius-bl-38, .radius-38 { border-bottom-left-radius: calc(38 * var(--base-unit)); }
.radius-tl-39, .radius-39 { border-top-left-radius: calc(39 * var(--base-unit)); }.radius-tr-39, .radius-39 { border-top-right-radius: calc(39 * var(--base-unit)); }.radius-br-39, .radius-39 { border-bottom-right-radius: calc(39 * var(--base-unit)); }.radius-bl-39, .radius-39 { border-bottom-left-radius: calc(39 * var(--base-unit)); }
.radius-tl-40, .radius-40 { border-top-left-radius: calc(40 * var(--base-unit)); }.radius-tr-40, .radius-40 { border-top-right-radius: calc(40 * var(--base-unit)); }.radius-br-40, .radius-40 { border-bottom-right-radius: calc(40 * var(--base-unit)); }.radius-bl-40, .radius-40 { border-bottom-left-radius: calc(40 * var(--base-unit)); }
.radius-tl-41, .radius-41 { border-top-left-radius: calc(41 * var(--base-unit)); }.radius-tr-41, .radius-41 { border-top-right-radius: calc(41 * var(--base-unit)); }.radius-br-41, .radius-41 { border-bottom-right-radius: calc(41 * var(--base-unit)); }.radius-bl-41, .radius-41 { border-bottom-left-radius: calc(41 * var(--base-unit)); }
.radius-tl-42, .radius-42 { border-top-left-radius: calc(42 * var(--base-unit)); }.radius-tr-42, .radius-42 { border-top-right-radius: calc(42 * var(--base-unit)); }.radius-br-42, .radius-42 { border-bottom-right-radius: calc(42 * var(--base-unit)); }.radius-bl-42, .radius-42 { border-bottom-left-radius: calc(42 * var(--base-unit)); }
.radius-tl-43, .radius-43 { border-top-left-radius: calc(43 * var(--base-unit)); }.radius-tr-43, .radius-43 { border-top-right-radius: calc(43 * var(--base-unit)); }.radius-br-43, .radius-43 { border-bottom-right-radius: calc(43 * var(--base-unit)); }.radius-bl-43, .radius-43 { border-bottom-left-radius: calc(43 * var(--base-unit)); }
.radius-tl-44, .radius-44 { border-top-left-radius: calc(44 * var(--base-unit)); }.radius-tr-44, .radius-44 { border-top-right-radius: calc(44 * var(--base-unit)); }.radius-br-44, .radius-44 { border-bottom-right-radius: calc(44 * var(--base-unit)); }.radius-bl-44, .radius-44 { border-bottom-left-radius: calc(44 * var(--base-unit)); }
.radius-tl-45, .radius-45 { border-top-left-radius: calc(45 * var(--base-unit)); }.radius-tr-45, .radius-45 { border-top-right-radius: calc(45 * var(--base-unit)); }.radius-br-45, .radius-45 { border-bottom-right-radius: calc(45 * var(--base-unit)); }.radius-bl-45, .radius-45 { border-bottom-left-radius: calc(45 * var(--base-unit)); }
.radius-tl-46, .radius-46 { border-top-left-radius: calc(46 * var(--base-unit)); }.radius-tr-46, .radius-46 { border-top-right-radius: calc(46 * var(--base-unit)); }.radius-br-46, .radius-46 { border-bottom-right-radius: calc(46 * var(--base-unit)); }.radius-bl-46, .radius-46 { border-bottom-left-radius: calc(46 * var(--base-unit)); }
.radius-tl-47, .radius-47 { border-top-left-radius: calc(47 * var(--base-unit)); }.radius-tr-47, .radius-47 { border-top-right-radius: calc(47 * var(--base-unit)); }.radius-br-47, .radius-47 { border-bottom-right-radius: calc(47 * var(--base-unit)); }.radius-bl-47, .radius-47 { border-bottom-left-radius: calc(47 * var(--base-unit)); }
.radius-tl-48, .radius-48 { border-top-left-radius: calc(48 * var(--base-unit)); }.radius-tr-48, .radius-48 { border-top-right-radius: calc(48 * var(--base-unit)); }.radius-br-48, .radius-48 { border-bottom-right-radius: calc(48 * var(--base-unit)); }.radius-bl-48, .radius-48 { border-bottom-left-radius: calc(48 * var(--base-unit)); }
.radius-tl-49, .radius-49 { border-top-left-radius: calc(49 * var(--base-unit)); }.radius-tr-49, .radius-49 { border-top-right-radius: calc(49 * var(--base-unit)); }.radius-br-49, .radius-49 { border-bottom-right-radius: calc(49 * var(--base-unit)); }.radius-bl-49, .radius-49 { border-bottom-left-radius: calc(49 * var(--base-unit)); }
.radius-tl-50, .radius-50 { border-top-left-radius: calc(50 * var(--base-unit)); }.radius-tr-50, .radius-50 { border-top-right-radius: calc(50 * var(--base-unit)); }.radius-br-50, .radius-50 { border-bottom-right-radius: calc(50 * var(--base-unit)); }.radius-bl-50, .radius-50 { border-bottom-left-radius: calc(50 * var(--base-unit)); }
.radius-tl-51, .radius-51 { border-top-left-radius: calc(51 * var(--base-unit)); }.radius-tr-51, .radius-51 { border-top-right-radius: calc(51 * var(--base-unit)); }.radius-br-51, .radius-51 { border-bottom-right-radius: calc(51 * var(--base-unit)); }.radius-bl-51, .radius-51 { border-bottom-left-radius: calc(51 * var(--base-unit)); }
.radius-tl-52, .radius-52 { border-top-left-radius: calc(52 * var(--base-unit)); }.radius-tr-52, .radius-52 { border-top-right-radius: calc(52 * var(--base-unit)); }.radius-br-52, .radius-52 { border-bottom-right-radius: calc(52 * var(--base-unit)); }.radius-bl-52, .radius-52 { border-bottom-left-radius: calc(52 * var(--base-unit)); }
.radius-tl-53, .radius-53 { border-top-left-radius: calc(53 * var(--base-unit)); }.radius-tr-53, .radius-53 { border-top-right-radius: calc(53 * var(--base-unit)); }.radius-br-53, .radius-53 { border-bottom-right-radius: calc(53 * var(--base-unit)); }.radius-bl-53, .radius-53 { border-bottom-left-radius: calc(53 * var(--base-unit)); }
.radius-tl-54, .radius-54 { border-top-left-radius: calc(54 * var(--base-unit)); }.radius-tr-54, .radius-54 { border-top-right-radius: calc(54 * var(--base-unit)); }.radius-br-54, .radius-54 { border-bottom-right-radius: calc(54 * var(--base-unit)); }.radius-bl-54, .radius-54 { border-bottom-left-radius: calc(54 * var(--base-unit)); }
.radius-tl-55, .radius-55 { border-top-left-radius: calc(55 * var(--base-unit)); }.radius-tr-55, .radius-55 { border-top-right-radius: calc(55 * var(--base-unit)); }.radius-br-55, .radius-55 { border-bottom-right-radius: calc(55 * var(--base-unit)); }.radius-bl-55, .radius-55 { border-bottom-left-radius: calc(55 * var(--base-unit)); }
.radius-tl-56, .radius-56 { border-top-left-radius: calc(56 * var(--base-unit)); }.radius-tr-56, .radius-56 { border-top-right-radius: calc(56 * var(--base-unit)); }.radius-br-56, .radius-56 { border-bottom-right-radius: calc(56 * var(--base-unit)); }.radius-bl-56, .radius-56 { border-bottom-left-radius: calc(56 * var(--base-unit)); }
.radius-tl-57, .radius-57 { border-top-left-radius: calc(57 * var(--base-unit)); }.radius-tr-57, .radius-57 { border-top-right-radius: calc(57 * var(--base-unit)); }.radius-br-57, .radius-57 { border-bottom-right-radius: calc(57 * var(--base-unit)); }.radius-bl-57, .radius-57 { border-bottom-left-radius: calc(57 * var(--base-unit)); }
.radius-tl-58, .radius-58 { border-top-left-radius: calc(58 * var(--base-unit)); }.radius-tr-58, .radius-58 { border-top-right-radius: calc(58 * var(--base-unit)); }.radius-br-58, .radius-58 { border-bottom-right-radius: calc(58 * var(--base-unit)); }.radius-bl-58, .radius-58 { border-bottom-left-radius: calc(58 * var(--base-unit)); }
.radius-tl-59, .radius-59 { border-top-left-radius: calc(59 * var(--base-unit)); }.radius-tr-59, .radius-59 { border-top-right-radius: calc(59 * var(--base-unit)); }.radius-br-59, .radius-59 { border-bottom-right-radius: calc(59 * var(--base-unit)); }.radius-bl-59, .radius-59 { border-bottom-left-radius: calc(59 * var(--base-unit)); }
.radius-tl-60, .radius-60 { border-top-left-radius: calc(60 * var(--base-unit)); }.radius-tr-60, .radius-60 { border-top-right-radius: calc(60 * var(--base-unit)); }.radius-br-60, .radius-60 { border-bottom-right-radius: calc(60 * var(--base-unit)); }.radius-bl-60, .radius-60 { border-bottom-left-radius: calc(60 * var(--base-unit)); }
.radius-tl-61, .radius-61 { border-top-left-radius: calc(61 * var(--base-unit)); }.radius-tr-61, .radius-61 { border-top-right-radius: calc(61 * var(--base-unit)); }.radius-br-61, .radius-61 { border-bottom-right-radius: calc(61 * var(--base-unit)); }.radius-bl-61, .radius-61 { border-bottom-left-radius: calc(61 * var(--base-unit)); }
.radius-tl-62, .radius-62 { border-top-left-radius: calc(62 * var(--base-unit)); }.radius-tr-62, .radius-62 { border-top-right-radius: calc(62 * var(--base-unit)); }.radius-br-62, .radius-62 { border-bottom-right-radius: calc(62 * var(--base-unit)); }.radius-bl-62, .radius-62 { border-bottom-left-radius: calc(62 * var(--base-unit)); }
.radius-tl-63, .radius-63 { border-top-left-radius: calc(63 * var(--base-unit)); }.radius-tr-63, .radius-63 { border-top-right-radius: calc(63 * var(--base-unit)); }.radius-br-63, .radius-63 { border-bottom-right-radius: calc(63 * var(--base-unit)); }.radius-bl-63, .radius-63 { border-bottom-left-radius: calc(63 * var(--base-unit)); }
.radius-tl-64, .radius-64 { border-top-left-radius: calc(64 * var(--base-unit)); }.radius-tr-64, .radius-64 { border-top-right-radius: calc(64 * var(--base-unit)); }.radius-br-64, .radius-64 { border-bottom-right-radius: calc(64 * var(--base-unit)); }.radius-bl-64, .radius-64 { border-bottom-left-radius: calc(64 * var(--base-unit)); }
.radius-tl-65, .radius-65 { border-top-left-radius: calc(65 * var(--base-unit)); }.radius-tr-65, .radius-65 { border-top-right-radius: calc(65 * var(--base-unit)); }.radius-br-65, .radius-65 { border-bottom-right-radius: calc(65 * var(--base-unit)); }.radius-bl-65, .radius-65 { border-bottom-left-radius: calc(65 * var(--base-unit)); }
.radius-tl-66, .radius-66 { border-top-left-radius: calc(66 * var(--base-unit)); }.radius-tr-66, .radius-66 { border-top-right-radius: calc(66 * var(--base-unit)); }.radius-br-66, .radius-66 { border-bottom-right-radius: calc(66 * var(--base-unit)); }.radius-bl-66, .radius-66 { border-bottom-left-radius: calc(66 * var(--base-unit)); }
.radius-tl-67, .radius-67 { border-top-left-radius: calc(67 * var(--base-unit)); }.radius-tr-67, .radius-67 { border-top-right-radius: calc(67 * var(--base-unit)); }.radius-br-67, .radius-67 { border-bottom-right-radius: calc(67 * var(--base-unit)); }.radius-bl-67, .radius-67 { border-bottom-left-radius: calc(67 * var(--base-unit)); }
.radius-tl-68, .radius-68 { border-top-left-radius: calc(68 * var(--base-unit)); }.radius-tr-68, .radius-68 { border-top-right-radius: calc(68 * var(--base-unit)); }.radius-br-68, .radius-68 { border-bottom-right-radius: calc(68 * var(--base-unit)); }.radius-bl-68, .radius-68 { border-bottom-left-radius: calc(68 * var(--base-unit)); }
.radius-tl-69, .radius-69 { border-top-left-radius: calc(69 * var(--base-unit)); }.radius-tr-69, .radius-69 { border-top-right-radius: calc(69 * var(--base-unit)); }.radius-br-69, .radius-69 { border-bottom-right-radius: calc(69 * var(--base-unit)); }.radius-bl-69, .radius-69 { border-bottom-left-radius: calc(69 * var(--base-unit)); }
.radius-tl-70, .radius-70 { border-top-left-radius: calc(70 * var(--base-unit)); }.radius-tr-70, .radius-70 { border-top-right-radius: calc(70 * var(--base-unit)); }.radius-br-70, .radius-70 { border-bottom-right-radius: calc(70 * var(--base-unit)); }.radius-bl-70, .radius-70 { border-bottom-left-radius: calc(70 * var(--base-unit)); }
.radius-tl-71, .radius-71 { border-top-left-radius: calc(71 * var(--base-unit)); }.radius-tr-71, .radius-71 { border-top-right-radius: calc(71 * var(--base-unit)); }.radius-br-71, .radius-71 { border-bottom-right-radius: calc(71 * var(--base-unit)); }.radius-bl-71, .radius-71 { border-bottom-left-radius: calc(71 * var(--base-unit)); }
.radius-tl-72, .radius-72 { border-top-left-radius: calc(72 * var(--base-unit)); }.radius-tr-72, .radius-72 { border-top-right-radius: calc(72 * var(--base-unit)); }.radius-br-72, .radius-72 { border-bottom-right-radius: calc(72 * var(--base-unit)); }.radius-bl-72, .radius-72 { border-bottom-left-radius: calc(72 * var(--base-unit)); }
.radius-tl-73, .radius-73 { border-top-left-radius: calc(73 * var(--base-unit)); }.radius-tr-73, .radius-73 { border-top-right-radius: calc(73 * var(--base-unit)); }.radius-br-73, .radius-73 { border-bottom-right-radius: calc(73 * var(--base-unit)); }.radius-bl-73, .radius-73 { border-bottom-left-radius: calc(73 * var(--base-unit)); }
.radius-tl-74, .radius-74 { border-top-left-radius: calc(74 * var(--base-unit)); }.radius-tr-74, .radius-74 { border-top-right-radius: calc(74 * var(--base-unit)); }.radius-br-74, .radius-74 { border-bottom-right-radius: calc(74 * var(--base-unit)); }.radius-bl-74, .radius-74 { border-bottom-left-radius: calc(74 * var(--base-unit)); }
.radius-tl-75, .radius-75 { border-top-left-radius: calc(75 * var(--base-unit)); }.radius-tr-75, .radius-75 { border-top-right-radius: calc(75 * var(--base-unit)); }.radius-br-75, .radius-75 { border-bottom-right-radius: calc(75 * var(--base-unit)); }.radius-bl-75, .radius-75 { border-bottom-left-radius: calc(75 * var(--base-unit)); }
.radius-tl-76, .radius-76 { border-top-left-radius: calc(76 * var(--base-unit)); }.radius-tr-76, .radius-76 { border-top-right-radius: calc(76 * var(--base-unit)); }.radius-br-76, .radius-76 { border-bottom-right-radius: calc(76 * var(--base-unit)); }.radius-bl-76, .radius-76 { border-bottom-left-radius: calc(76 * var(--base-unit)); }
.radius-tl-77, .radius-77 { border-top-left-radius: calc(77 * var(--base-unit)); }.radius-tr-77, .radius-77 { border-top-right-radius: calc(77 * var(--base-unit)); }.radius-br-77, .radius-77 { border-bottom-right-radius: calc(77 * var(--base-unit)); }.radius-bl-77, .radius-77 { border-bottom-left-radius: calc(77 * var(--base-unit)); }
.radius-tl-78, .radius-78 { border-top-left-radius: calc(78 * var(--base-unit)); }.radius-tr-78, .radius-78 { border-top-right-radius: calc(78 * var(--base-unit)); }.radius-br-78, .radius-78 { border-bottom-right-radius: calc(78 * var(--base-unit)); }.radius-bl-78, .radius-78 { border-bottom-left-radius: calc(78 * var(--base-unit)); }
.radius-tl-79, .radius-79 { border-top-left-radius: calc(79 * var(--base-unit)); }.radius-tr-79, .radius-79 { border-top-right-radius: calc(79 * var(--base-unit)); }.radius-br-79, .radius-79 { border-bottom-right-radius: calc(79 * var(--base-unit)); }.radius-bl-79, .radius-79 { border-bottom-left-radius: calc(79 * var(--base-unit)); }
.radius-tl-80, .radius-80 { border-top-left-radius: calc(80 * var(--base-unit)); }.radius-tr-80, .radius-80 { border-top-right-radius: calc(80 * var(--base-unit)); }.radius-br-80, .radius-80 { border-bottom-right-radius: calc(80 * var(--base-unit)); }.radius-bl-80, .radius-80 { border-bottom-left-radius: calc(80 * var(--base-unit)); }
.radius-tl-81, .radius-81 { border-top-left-radius: calc(81 * var(--base-unit)); }.radius-tr-81, .radius-81 { border-top-right-radius: calc(81 * var(--base-unit)); }.radius-br-81, .radius-81 { border-bottom-right-radius: calc(81 * var(--base-unit)); }.radius-bl-81, .radius-81 { border-bottom-left-radius: calc(81 * var(--base-unit)); }
.radius-tl-82, .radius-82 { border-top-left-radius: calc(82 * var(--base-unit)); }.radius-tr-82, .radius-82 { border-top-right-radius: calc(82 * var(--base-unit)); }.radius-br-82, .radius-82 { border-bottom-right-radius: calc(82 * var(--base-unit)); }.radius-bl-82, .radius-82 { border-bottom-left-radius: calc(82 * var(--base-unit)); }
.radius-tl-83, .radius-83 { border-top-left-radius: calc(83 * var(--base-unit)); }.radius-tr-83, .radius-83 { border-top-right-radius: calc(83 * var(--base-unit)); }.radius-br-83, .radius-83 { border-bottom-right-radius: calc(83 * var(--base-unit)); }.radius-bl-83, .radius-83 { border-bottom-left-radius: calc(83 * var(--base-unit)); }
.radius-tl-84, .radius-84 { border-top-left-radius: calc(84 * var(--base-unit)); }.radius-tr-84, .radius-84 { border-top-right-radius: calc(84 * var(--base-unit)); }.radius-br-84, .radius-84 { border-bottom-right-radius: calc(84 * var(--base-unit)); }.radius-bl-84, .radius-84 { border-bottom-left-radius: calc(84 * var(--base-unit)); }
.radius-tl-85, .radius-85 { border-top-left-radius: calc(85 * var(--base-unit)); }.radius-tr-85, .radius-85 { border-top-right-radius: calc(85 * var(--base-unit)); }.radius-br-85, .radius-85 { border-bottom-right-radius: calc(85 * var(--base-unit)); }.radius-bl-85, .radius-85 { border-bottom-left-radius: calc(85 * var(--base-unit)); }
.radius-tl-86, .radius-86 { border-top-left-radius: calc(86 * var(--base-unit)); }.radius-tr-86, .radius-86 { border-top-right-radius: calc(86 * var(--base-unit)); }.radius-br-86, .radius-86 { border-bottom-right-radius: calc(86 * var(--base-unit)); }.radius-bl-86, .radius-86 { border-bottom-left-radius: calc(86 * var(--base-unit)); }
.radius-tl-87, .radius-87 { border-top-left-radius: calc(87 * var(--base-unit)); }.radius-tr-87, .radius-87 { border-top-right-radius: calc(87 * var(--base-unit)); }.radius-br-87, .radius-87 { border-bottom-right-radius: calc(87 * var(--base-unit)); }.radius-bl-87, .radius-87 { border-bottom-left-radius: calc(87 * var(--base-unit)); }
.radius-tl-88, .radius-88 { border-top-left-radius: calc(88 * var(--base-unit)); }.radius-tr-88, .radius-88 { border-top-right-radius: calc(88 * var(--base-unit)); }.radius-br-88, .radius-88 { border-bottom-right-radius: calc(88 * var(--base-unit)); }.radius-bl-88, .radius-88 { border-bottom-left-radius: calc(88 * var(--base-unit)); }
.radius-tl-89, .radius-89 { border-top-left-radius: calc(89 * var(--base-unit)); }.radius-tr-89, .radius-89 { border-top-right-radius: calc(89 * var(--base-unit)); }.radius-br-89, .radius-89 { border-bottom-right-radius: calc(89 * var(--base-unit)); }.radius-bl-89, .radius-89 { border-bottom-left-radius: calc(89 * var(--base-unit)); }
.radius-tl-90, .radius-90 { border-top-left-radius: calc(90 * var(--base-unit)); }.radius-tr-90, .radius-90 { border-top-right-radius: calc(90 * var(--base-unit)); }.radius-br-90, .radius-90 { border-bottom-right-radius: calc(90 * var(--base-unit)); }.radius-bl-90, .radius-90 { border-bottom-left-radius: calc(90 * var(--base-unit)); }
.radius-tl-91, .radius-91 { border-top-left-radius: calc(91 * var(--base-unit)); }.radius-tr-91, .radius-91 { border-top-right-radius: calc(91 * var(--base-unit)); }.radius-br-91, .radius-91 { border-bottom-right-radius: calc(91 * var(--base-unit)); }.radius-bl-91, .radius-91 { border-bottom-left-radius: calc(91 * var(--base-unit)); }
.radius-tl-92, .radius-92 { border-top-left-radius: calc(92 * var(--base-unit)); }.radius-tr-92, .radius-92 { border-top-right-radius: calc(92 * var(--base-unit)); }.radius-br-92, .radius-92 { border-bottom-right-radius: calc(92 * var(--base-unit)); }.radius-bl-92, .radius-92 { border-bottom-left-radius: calc(92 * var(--base-unit)); }
.radius-tl-93, .radius-93 { border-top-left-radius: calc(93 * var(--base-unit)); }.radius-tr-93, .radius-93 { border-top-right-radius: calc(93 * var(--base-unit)); }.radius-br-93, .radius-93 { border-bottom-right-radius: calc(93 * var(--base-unit)); }.radius-bl-93, .radius-93 { border-bottom-left-radius: calc(93 * var(--base-unit)); }
.radius-tl-94, .radius-94 { border-top-left-radius: calc(94 * var(--base-unit)); }.radius-tr-94, .radius-94 { border-top-right-radius: calc(94 * var(--base-unit)); }.radius-br-94, .radius-94 { border-bottom-right-radius: calc(94 * var(--base-unit)); }.radius-bl-94, .radius-94 { border-bottom-left-radius: calc(94 * var(--base-unit)); }
.radius-tl-95, .radius-95 { border-top-left-radius: calc(95 * var(--base-unit)); }.radius-tr-95, .radius-95 { border-top-right-radius: calc(95 * var(--base-unit)); }.radius-br-95, .radius-95 { border-bottom-right-radius: calc(95 * var(--base-unit)); }.radius-bl-95, .radius-95 { border-bottom-left-radius: calc(95 * var(--base-unit)); }
.radius-tl-96, .radius-96 { border-top-left-radius: calc(96 * var(--base-unit)); }.radius-tr-96, .radius-96 { border-top-right-radius: calc(96 * var(--base-unit)); }.radius-br-96, .radius-96 { border-bottom-right-radius: calc(96 * var(--base-unit)); }.radius-bl-96, .radius-96 { border-bottom-left-radius: calc(96 * var(--base-unit)); }
.radius-tl-97, .radius-97 { border-top-left-radius: calc(97 * var(--base-unit)); }.radius-tr-97, .radius-97 { border-top-right-radius: calc(97 * var(--base-unit)); }.radius-br-97, .radius-97 { border-bottom-right-radius: calc(97 * var(--base-unit)); }.radius-bl-97, .radius-97 { border-bottom-left-radius: calc(97 * var(--base-unit)); }
.radius-tl-98, .radius-98 { border-top-left-radius: calc(98 * var(--base-unit)); }.radius-tr-98, .radius-98 { border-top-right-radius: calc(98 * var(--base-unit)); }.radius-br-98, .radius-98 { border-bottom-right-radius: calc(98 * var(--base-unit)); }.radius-bl-98, .radius-98 { border-bottom-left-radius: calc(98 * var(--base-unit)); }
.radius-tl-99, .radius-99 { border-top-left-radius: calc(99 * var(--base-unit)); }.radius-tr-99, .radius-99 { border-top-right-radius: calc(99 * var(--base-unit)); }.radius-br-99, .radius-99 { border-bottom-right-radius: calc(99 * var(--base-unit)); }.radius-bl-99, .radius-99 { border-bottom-left-radius: calc(99 * var(--base-unit)); }
.radius-tl-100, .radius-100 { border-top-left-radius: calc(100 * var(--base-unit)); }.radius-tr-100, .radius-100 { border-top-right-radius: calc(100 * var(--base-unit)); }.radius-br-100, .radius-100 { border-bottom-right-radius: calc(100 * var(--base-unit)); }.radius-bl-100, .radius-100 { border-bottom-left-radius: calc(100 * var(--base-unit)); }
.radius-tl-200, .radius-200 { border-top-left-radius: calc(200 * var(--base-unit)); }.radius-tr-200, .radius-200 { border-top-right-radius: calc(200 * var(--base-unit)); }.radius-br-200, .radius-200 { border-bottom-right-radius: calc(200 * var(--base-unit)); }.radius-bl-200, .radius-200 { border-bottom-left-radius: calc(200 * var(--base-unit)); }
/*圆角*/


/*边框*/
.border-none {border: none;}
.border-1-white {border: solid calc(1 * var(--base-unit)) white;}

.border-1-3f9eff {border: solid calc(1 * var(--base-unit)) #3f9eff;}
.border-r-1-3f9eff {border-right: solid calc(1 * var(--base-unit)) #3f9eff;}
.border-t-1-3f9eff {border-top: solid calc(1 * var(--base-unit)) #3f9eff;}
.border-b-1-3f9eff {border-bottom: solid calc(1 * var(--base-unit)) #3f9eff;}
.border-l-1-3f9eff {border-left: solid calc(1 * var(--base-unit)) #3f9eff;}

.border-1-eeeeee {border: solid calc(1 * var(--base-unit)) #eeeeee;}
.border-r-1-eeeeee {border-right: solid calc(1 * var(--base-unit)) #eeeeee;}
.border-t-1-eeeeee {border-top: solid calc(1 * var(--base-unit)) #eeeeee;}
.border-b-1-eeeeee {border-bottom: solid calc(1 * var(--base-unit)) #eeeeee;}
.border-l-1-eeeeee {border-left: solid calc(1 * var(--base-unit)) #eeeeee;}

.border-1-d8d8d8 {border: solid calc(1 * var(--base-unit)) #d8d8d8;}
.border-r-1-d8d8d8 {border-right: solid calc(1 * var(--base-unit)) #d8d8d8;}
.border-t-1-d8d8d8 {border-top: solid calc(1 * var(--base-unit)) #d8d8d8;}
.border-b-1-d8d8d8 {border-bottom: solid calc(1 * var(--base-unit)) #d8d8d8;}
.border-l-1-d8d8d8 {border-left: solid calc(1 * var(--base-unit)) #d8d8d8}

.border-1-dddddd {border: solid calc(1 * var(--base-unit)) #dddddd;}
.border-r-1-dddddd {border-right: solid calc(1 * var(--base-unit)) #dddddd;}
.border-t-1-dddddd {border-top: solid calc(1 * var(--base-unit)) #dddddd;}
.border-b-1-dddddd {border-bottom: solid calc(1 * var(--base-unit)) #dddddd;}
.border-l-1-dddddd {border-left: solid calc(1 * var(--base-unit)) #dddddd;}

.border-1-dddfe6 {border: solid calc(1 * var(--base-unit)) #dddfe6;}
.border-r-1-dddfe6 {border-right: solid calc(1 * var(--base-unit)) #dddfe6;}
.border-t-1-dddfe6 {border-top: solid calc(1 * var(--base-unit)) #dddfe6;}
.border-b-1-dddfe6 {border-bottom: solid calc(1 * var(--base-unit)) #dddfe6;}
.border-l-1-dddfe6 {border-left: solid calc(1 * var(--base-unit)) #dddfe6;}

.border-1-ebeef5 {border: solid calc(1 * var(--base-unit)) #ebeef5;}
.border-r-1-ebeef5 {border-right: solid calc(1 * var(--base-unit)) #ebeef5;}
.border-t-1-ebeef5 {border-top: solid calc(1 * var(--base-unit)) #ebeef5;}
.border-b-1-ebeef5 {border-bottom: solid calc(1 * var(--base-unit)) #ebeef5;}
.border-l-1-ebeef5 {border-left: solid calc(1 * var(--base-unit)) #ebeef5;}

.border-1-ebebeb {border: solid calc(1 * var(--base-unit)) #ebebeb;}
.border-r-1-ebebeb {border-right: solid calc(1 * var(--base-unit)) #ebebeb;}
.border-t-1-ebebeb {border-top: solid calc(1 * var(--base-unit)) #ebebeb;}
.border-b-1-ebebeb {border-bottom: solid calc(1 * var(--base-unit)) #ebebeb;}
.border-l-1-ebebeb {border-left: solid calc(1 * var(--base-unit)) #ebebeb;}

.border-1-409eff {border: solid calc(1 * var(--base-unit)) #409eff;}
.border-r-1-409eff {border-right: solid calc(1 * var(--base-unit)) #409eff;}
.border-t-1-409eff {border-top: solid calc(1 * var(--base-unit)) #409eff;}
.border-b-1-409eff {border-bottom: solid calc(1 * var(--base-unit)) #409eff;}
.border-l-1-409eff {border-left: solid calc(1 * var(--base-unit)) #409eff;}

.border-1-ebeef5 {border: solid calc(1 * var(--base-unit)) #ebeef5;}
.border-r-1-ebeef5 {border-right: solid calc(1 * var(--base-unit)) #ebeef5;}
.border-t-1-ebeef5 {border-top: solid calc(1 * var(--base-unit)) #ebeef5;}
.border-b-1-ebeef5 {border-bottom: solid calc(1 * var(--base-unit)) #ebeef5;}
.border-l-1-ebeef5 {border-left: solid calc(1 * var(--base-unit)) #ebeef5;}

.border-1-cccccc-dashed {border: dashed calc(1 * var(--base-unit)) #cccccc;}
.border-r-1-cccccc-dashed {border-right: dashed calc(1 * var(--base-unit)) #cccccc;}
.border-t-1-cccccc-dashed {border-top: dashed calc(1 * var(--base-unit)) #cccccc;}
.border-b-1-cccccc-dashed {border-bottom: dashed calc(1 * var(--base-unit)) #cccccc;}
.border-l-1-cccccc-dashed {border-left: dashed calc(1 * var(--base-unit)) #cccccc;}

.border-2-c10016 {border: solid calc(2 * var(--base-unit)) #c10016;}
.border-r-2-c10016 {border-right: solid calc(2 * var(--base-unit)) #c10016;}
.border-t-2-c10016 {border-top: solid calc(2 * var(--base-unit)) #c10016;}
.border-b-2-c10016 {border-bottom: solid calc(2 * var(--base-unit)) #c10016;}
.border-l-2-c10016 {border-left: solid calc(2 * var(--base-unit)) #c10016;}

@media (max-width:1024px) {
        .sm-border-none{border:none}
}

/*边框*/

/*背景颜色*/
.bg-white {background-color: white;}
.bg-black {background-color: black;}
.bg-black-25 {background-color: rgba(0,0,0,0.25);}
.bg-black-4 {background-color: rgba(0,0,0,0.4);}
.bg-black-50 {background-color: rgba(0,0,0,0.5);}
.bg-black-70 {background-color: rgba(0,0,0,0.7);}
.bg-black-03 {background-color: rgba(0,0,0,0.03);}
.bg-red {background-color: red;}
.bg-green {background-color: green;}
.bg-blue {background-color: blue;}
.bg-yellow {background-color: yellow;}
.bg-orange {background-color: orange;}
.bg-purple {background-color: purple;}
.bg-pink {background-color: pink;}
.bg-brown {background-color: brown;}
.bg-gray {background-color: gray;}
.bg-cyan {background-color: cyan;}
.bg-magenta {background-color: magenta;}
.bg-lime {background-color: lime;}
.bg-teal {background-color: teal;}
.bg-navy {background-color: navy;}
.bg-maroon {background-color: maroon;}
.bg-olive {background-color: olive;}
.bg-silver {background-color: silver;}
.bg-gold {background-color: gold;}
.bg-salmon {background-color: salmon;}
.bg-tan {background-color: tan;}
.bg-aqua {background-color: aqua;}
.bg-fuchsia {background-color: fuchsia;}
.bg-chartreuse {background-color: chartreuse;}
.bg-darkred {background-color: darkred;}
.bg-darkgreen {background-color: darkgreen;}
.bg-darkblue {background-color: darkblue;}
.bg-cccc00 {background-color: #cccc00;}
.bg-darkorange {background-color: darkorange;}
.bg-4b0082 {background-color: #4b0082;}
.bg-ff1493 {background-color: #ff1493;}
.bg-654321 {background-color: #654321;}
.bg-a9a9a9 {background-color: #a9a9a9;}
.bg-ff6347 {background-color: #ff6347;}
.bg-90ee90 {background-color: #90ee90;}
.bg-add8e6 {background-color: #add8e6;}
.bg-ffffe0 {background-color: #ffffe0;}
.bg-ffa07a {background-color: #ffa07a;}
.bg-ee82ee {background-color: #ee82ee;}
.bg-ffb6c1 {background-color: #ffb6c1;}
.bg-d2b48c {background-color: #d2b48c;}
.bg-d3d3d3 {background-color: #d3d3d3;}
.bg-cd5c5c {background-color: #cd5c5c;}
.bg-3cb371 {background-color: #3cb371;}
.bg-0000cd {background-color: #0000cd;}
.bg-ffd700 {background-color: #ffd700;}
.bg-ff8c00 {background-color: #ff8c00;}
.bg-9370db {background-color: #9370db;}
.bg-f08080 {background-color: #f08080;}
.bg-a0522d {background-color: #a0522d;}
.bg-808080 {background-color: #808080;}
.bg-f7f7f7 {background-color: #f7f7f7;}
.bg-409EFF-10 {background-color: rgba(64, 158, 255, 0.1);}
.bg-67c23a {background-color: #67c23a;}
.bg-3f9eff {background-color: #3f9eff;}
.bg-409eff-05 {background-color: rgba(64, 158, 255, 0.05);}
.bg-1e9fff {background-color: #1e9fff;}
/*背景颜色*/

/*透明度*/
.op-0 {opacity: 0;}
.op-4 {opacity: .4;}
.op-6 {opacity: .6;}
.op-1 {opacity: 1}

/*透明度*/

/*定位*/
.fixed {position: fixed;}
.absolute {position: absolute;}
.relative {position: relative;}
.sticky {position: sticky;}

/*定位*/

/*定位后的位置*/
/*top*/
.t--30 {top: -30px;}
.t--full {top: -100%;}
.t-full {top: 100%;}
.t-0 {top: 0;}
.t-1 {top: calc(1 * var(--base-unit));}
.t-2 {top: calc(2 * var(--base-unit));}
.t-3 {top: calc(3 * var(--base-unit));}
.t-4 {top: calc(4 * var(--base-unit));}
.t-5 {top: calc(5 * var(--base-unit));}
.t-6 {top: calc(6 * var(--base-unit));}
.t-7 {top: calc(7 * var(--base-unit));}
.t-8 {top: calc(8 * var(--base-unit));}
.t-9 {top: calc(9 * var(--base-unit));}
.t-10 {top: calc(10 * var(--base-unit));}
.t-11 {top: calc(11 * var(--base-unit));}
.t-12 {top: calc(12 * var(--base-unit));}
.t-13 {top: calc(13 * var(--base-unit));}
.t-14 {top: calc(14 * var(--base-unit));}
.t-15 {top: calc(15 * var(--base-unit));}
.t-16 {top: calc(16 * var(--base-unit));}
.t-17 {top: calc(17 * var(--base-unit));}
.t-18 {top: calc(18 * var(--base-unit));}
.t-19 {top: calc(19 * var(--base-unit));}
.t-20 {top: calc(20 * var(--base-unit));}
.t-21 {top: calc(21 * var(--base-unit));}
.t-22 {top: calc(22 * var(--base-unit));}
.t-23 {top: calc(23 * var(--base-unit));}
.t-24 {top: calc(24 * var(--base-unit));}
.t-25 {top: calc(25 * var(--base-unit));}
.t-26 {top: calc(26 * var(--base-unit));}
.t-27 {top: calc(27 * var(--base-unit));}
.t-28 {top: calc(28 * var(--base-unit));}
.t-29 {top: calc(29 * var(--base-unit));}
.t-30 {top: calc(30 * var(--base-unit));}
.t-31 {top: calc(31 * var(--base-unit));}
.t-32 {top: calc(32 * var(--base-unit));}
.t-33 {top: calc(33 * var(--base-unit));}
.t-34 {top: calc(34 * var(--base-unit));}
.t-35 {top: calc(35 * var(--base-unit));}
.t-36 {top: calc(36 * var(--base-unit));}
.t-37 {top: calc(37 * var(--base-unit));}
.t-38 {top: calc(38 * var(--base-unit));}
.t-39 {top: calc(39 * var(--base-unit));}
.t-40 {top: calc(40 * var(--base-unit));}
.t-41 {top: calc(41 * var(--base-unit));}
.t-42 {top: calc(42 * var(--base-unit));}
.t-43 {top: calc(43 * var(--base-unit));}
.t-44 {top: calc(44 * var(--base-unit));}
.t-45 {top: calc(45 * var(--base-unit));}
.t-46 {top: calc(46 * var(--base-unit));}
.t-47 {top: calc(47 * var(--base-unit));}
.t-48 {top: calc(48 * var(--base-unit));}
.t-49 {top: calc(49 * var(--base-unit));}
.t-50 {top: calc(50 * var(--base-unit));}
.t-51 {top: calc(51 * var(--base-unit));}
.t-52 {top: calc(52 * var(--base-unit));}
.t-53 {top: calc(53 * var(--base-unit));}
.t-54 {top: calc(54 * var(--base-unit));}
.t-55 {top: calc(55 * var(--base-unit));}
.t-56 {top: calc(56 * var(--base-unit));}
.t-57 {top: calc(57 * var(--base-unit));}
.t-58 {top: calc(58 * var(--base-unit));}
.t-59 {top: calc(59 * var(--base-unit));}
.t-60 {top: calc(60 * var(--base-unit));}
.t-61 {top: calc(61 * var(--base-unit));}
.t-62 {top: calc(62 * var(--base-unit));}
.t-63 {top: calc(63 * var(--base-unit));}
.t-64 {top: calc(64 * var(--base-unit));}
.t-65 {top: calc(65 * var(--base-unit));}
.t-66 {top: calc(66 * var(--base-unit));}
.t-67 {top: calc(67 * var(--base-unit));}
.t-68 {top: calc(68 * var(--base-unit));}
.t-69 {top: calc(69 * var(--base-unit));}
.t-70 {top: calc(70 * var(--base-unit));}
.t-71 {top: calc(71 * var(--base-unit));}
.t-72 {top: calc(72 * var(--base-unit));}
.t-73 {top: calc(73 * var(--base-unit));}
.t-74 {top: calc(74 * var(--base-unit));}
.t-75 {top: calc(75 * var(--base-unit));}
.t-76 {top: calc(76 * var(--base-unit));}
.t-77 {top: calc(77 * var(--base-unit));}
.t-78 {top: calc(78 * var(--base-unit));}
.t-79 {top: calc(79 * var(--base-unit));}
.t-80 {top: calc(80 * var(--base-unit));}
.t-81 {top: calc(81 * var(--base-unit));}
.t-82 {top: calc(82 * var(--base-unit));}
.t-83 {top: calc(83 * var(--base-unit));}
.t-84 {top: calc(84 * var(--base-unit));}
.t-85 {top: calc(85 * var(--base-unit));}
.t-86 {top: calc(86 * var(--base-unit));}
.t-87 {top: calc(87 * var(--base-unit));}
.t-88 {top: calc(88 * var(--base-unit));}
.t-89 {top: calc(89 * var(--base-unit));}
.t-90 {top: calc(90 * var(--base-unit));}
.t-91 {top: calc(91 * var(--base-unit));}
.t-92 {top: calc(92 * var(--base-unit));}
.t-93 {top: calc(93 * var(--base-unit));}
.t-94 {top: calc(94 * var(--base-unit));}
.t-95 {top: calc(95 * var(--base-unit));}
.t-96 {top: calc(96 * var(--base-unit));}
.t-97 {top: calc(97 * var(--base-unit));}
.t-98 {top: calc(98 * var(--base-unit));}
.t-99 {top: calc(99 * var(--base-unit));}
.t-100 {top: calc(100 * var(--base-unit));}
.t-101 {top: calc(101 * var(--base-unit));}
.t-102 {top: calc(102 * var(--base-unit));}
.t-103 {top: calc(103 * var(--base-unit));}
.t-104 {top: calc(104 * var(--base-unit));}
.t-105 {top: calc(105 * var(--base-unit));}
.t-106 {top: calc(106 * var(--base-unit));}
.t-107 {top: calc(107 * var(--base-unit));}
.t-108 {top: calc(108 * var(--base-unit));}
.t-109 {top: calc(109 * var(--base-unit));}
.t-110 {top: calc(110 * var(--base-unit));}
.t-111 {top: calc(111 * var(--base-unit));}
.t-112 {top: calc(112 * var(--base-unit));}
.t-113 {top: calc(113 * var(--base-unit));}
.t-114 {top: calc(114 * var(--base-unit));}
.t-115 {top: calc(115 * var(--base-unit));}
.t-116 {top: calc(116 * var(--base-unit));}
.t-117 {top: calc(117 * var(--base-unit));}
.t-118 {top: calc(118 * var(--base-unit));}
.t-119 {top: calc(119 * var(--base-unit));}
.t-120 {top: calc(120 * var(--base-unit));}
.t-121 {top: calc(121 * var(--base-unit));}
.t-122 {top: calc(122 * var(--base-unit));}
.t-123 {top: calc(123 * var(--base-unit));}
.t-124 {top: calc(124 * var(--base-unit));}
.t-125 {top: calc(125 * var(--base-unit));}
.t-126 {top: calc(126 * var(--base-unit));}
.t-127 {top: calc(127 * var(--base-unit));}
.t-128 {top: calc(128 * var(--base-unit));}
.t-129 {top: calc(129 * var(--base-unit));}
.t-130 {top: calc(130 * var(--base-unit));}
.t-131 {top: calc(131 * var(--base-unit));}
.t-132 {top: calc(132 * var(--base-unit));}
.t-133 {top: calc(133 * var(--base-unit));}
.t-134 {top: calc(134 * var(--base-unit));}
.t-135 {top: calc(135 * var(--base-unit));}
.t-136 {top: calc(136 * var(--base-unit));}
.t-137 {top: calc(137 * var(--base-unit));}
.t-138 {top: calc(138 * var(--base-unit));}
.t-139 {top: calc(139 * var(--base-unit));}
.t-140 {top: calc(140 * var(--base-unit));}
.t-141 {top: calc(141 * var(--base-unit));}
.t-142 {top: calc(142 * var(--base-unit));}
.t-143 {top: calc(143 * var(--base-unit));}
.t-144 {top: calc(144 * var(--base-unit));}
.t-145 {top: calc(145 * var(--base-unit));}
.t-146 {top: calc(146 * var(--base-unit));}
.t-147 {top: calc(147 * var(--base-unit));}
.t-148 {top: calc(148 * var(--base-unit));}
.t-149 {top: calc(149 * var(--base-unit));}
.t-150 {top: calc(150 * var(--base-unit));}    
/*top*/

/*bottom*/

.b-0 {bottom: 0;}
.b-1 {bottom: calc(1 * var(--base-unit));}
.b-2 {bottom: calc(2 * var(--base-unit));}
.b-3 {bottom: calc(3 * var(--base-unit));}
.b-4 {bottom: calc(4 * var(--base-unit));}
.b-5 {bottom: calc(5 * var(--base-unit));}
.b-6 {bottom: calc(6 * var(--base-unit));}
.b-7 {bottom: calc(7 * var(--base-unit));}
.b-8 {bottom: calc(8 * var(--base-unit));}
.b-9 {bottom: calc(9 * var(--base-unit));}
.b-10 {bottom: calc(10 * var(--base-unit));}
.b-11 {bottom: calc(11 * var(--base-unit));}
.b-12 {bottom: calc(12 * var(--base-unit));}
.b-13 {bottom: calc(13 * var(--base-unit));}
.b-14 {bottom: calc(14 * var(--base-unit));}
.b-15 {bottom: calc(15 * var(--base-unit));}
.b-16 {bottom: calc(16 * var(--base-unit));}
.b-17 {bottom: calc(17 * var(--base-unit));}
.b-18 {bottom: calc(18 * var(--base-unit));}
.b-19 {bottom: calc(19 * var(--base-unit));}
.b-20 {bottom: calc(20 * var(--base-unit));}
.b-21 {bottom: calc(21 * var(--base-unit));}
.b-22 {bottom: calc(22 * var(--base-unit));}
.b-23 {bottom: calc(23 * var(--base-unit));}
.b-24 {bottom: calc(24 * var(--base-unit));}
.b-25 {bottom: calc(25 * var(--base-unit));}
.b-26 {bottom: calc(26 * var(--base-unit));}
.b-27 {bottom: calc(27 * var(--base-unit));}
.b-28 {bottom: calc(28 * var(--base-unit));}
.b-29 {bottom: calc(29 * var(--base-unit));}
.b-30 {bottom: calc(30 * var(--base-unit));}
.b-31 {bottom: calc(31 * var(--base-unit));}
.b-32 {bottom: calc(32 * var(--base-unit));}
.b-33 {bottom: calc(33 * var(--base-unit));}
.b-34 {bottom: calc(34 * var(--base-unit));}
.b-35 {bottom: calc(35 * var(--base-unit));}
.b-36 {bottom: calc(36 * var(--base-unit));}
.b-37 {bottom: calc(37 * var(--base-unit));}
.b-38 {bottom: calc(38 * var(--base-unit));}
.b-39 {bottom: calc(39 * var(--base-unit));}
.b-40 {bottom: calc(40 * var(--base-unit));}
.b-41 {bottom: calc(41 * var(--base-unit));}
.b-42 {bottom: calc(42 * var(--base-unit));}
.b-43 {bottom: calc(43 * var(--base-unit));}
.b-44 {bottom: calc(44 * var(--base-unit));}
.b-45 {bottom: calc(45 * var(--base-unit));}
.b-46 {bottom: calc(46 * var(--base-unit));}
.b-47 {bottom: calc(47 * var(--base-unit));}
.b-48 {bottom: calc(48 * var(--base-unit));}
.b-49 {bottom: calc(49 * var(--base-unit));}
.b-50 {bottom: calc(50 * var(--base-unit));}
.b-51 {bottom: calc(51 * var(--base-unit));}
.b-52 {bottom: calc(52 * var(--base-unit));}
.b-53 {bottom: calc(53 * var(--base-unit));}
.b-54 {bottom: calc(54 * var(--base-unit));}
.b-55 {bottom: calc(55 * var(--base-unit));}
.b-56 {bottom: calc(56 * var(--base-unit));}
.b-57 {bottom: calc(57 * var(--base-unit));}
.b-58 {bottom: calc(58 * var(--base-unit));}
.b-59 {bottom: calc(59 * var(--base-unit));}
.b-60 {bottom: calc(60 * var(--base-unit));}
.b-61 {bottom: calc(61 * var(--base-unit));}
.b-62 {bottom: calc(62 * var(--base-unit));}
.b-63 {bottom: calc(63 * var(--base-unit));}
.b-64 {bottom: calc(64 * var(--base-unit));}
.b-65 {bottom: calc(65 * var(--base-unit));}
.b-66 {bottom: calc(66 * var(--base-unit));}
.b-67 {bottom: calc(67 * var(--base-unit));}
.b-68 {bottom: calc(68 * var(--base-unit));}
.b-69 {bottom: calc(69 * var(--base-unit));}
.b-70 {bottom: calc(70 * var(--base-unit));}
.b-71 {bottom: calc(71 * var(--base-unit));}
.b-72 {bottom: calc(72 * var(--base-unit));}
.b-73 {bottom: calc(73 * var(--base-unit));}
.b-74 {bottom: calc(74 * var(--base-unit));}
.b-75 {bottom: calc(75 * var(--base-unit));}
.b-76 {bottom: calc(76 * var(--base-unit));}
.b-77 {bottom: calc(77 * var(--base-unit));}
.b-78 {bottom: calc(78 * var(--base-unit));}
.b-79 {bottom: calc(79 * var(--base-unit));}
.b-80 {bottom: calc(80 * var(--base-unit));}
.b-81 {bottom: calc(81 * var(--base-unit));}
.b-82 {bottom: calc(82 * var(--base-unit));}
.b-83 {bottom: calc(83 * var(--base-unit));}
.b-84 {bottom: calc(84 * var(--base-unit));}
.b-85 {bottom: calc(85 * var(--base-unit));}
.b-86 {bottom: calc(86 * var(--base-unit));}
.b-87 {bottom: calc(87 * var(--base-unit));}
.b-88 {bottom: calc(88 * var(--base-unit));}
.b-89 {bottom: calc(89 * var(--base-unit));}
.b-90 {bottom: calc(90 * var(--base-unit));}
.b-91 {bottom: calc(91 * var(--base-unit));}
.b-92 {bottom: calc(92 * var(--base-unit));}
.b-93 {bottom: calc(93 * var(--base-unit));}
.b-94 {bottom: calc(94 * var(--base-unit));}
.b-95 {bottom: calc(95 * var(--base-unit));}
.b-96 {bottom: calc(96 * var(--base-unit));}
.b-97 {bottom: calc(97 * var(--base-unit));}
.b-98 {bottom: calc(98 * var(--base-unit));}
.b-99 {bottom: calc(99 * var(--base-unit));}
.b-100 {bottom: calc(100 * var(--base-unit));}
.b-101 {bottom: calc(101 * var(--base-unit));}
.b-102 {bottom: calc(102 * var(--base-unit));}
.b-103 {bottom: calc(103 * var(--base-unit));}
.b-104 {bottom: calc(104 * var(--base-unit));}
.b-105 {bottom: calc(105 * var(--base-unit));}
.b-106 {bottom: calc(106 * var(--base-unit));}
.b-107 {bottom: calc(107 * var(--base-unit));}
.b-108 {bottom: calc(108 * var(--base-unit));}
.b-109 {bottom: calc(109 * var(--base-unit));}
.b-110 {bottom: calc(110 * var(--base-unit));}
.b-111 {bottom: calc(111 * var(--base-unit));}
.b-112 {bottom: calc(112 * var(--base-unit));}
.b-113 {bottom: calc(113 * var(--base-unit));}
.b-114 {bottom: calc(114 * var(--base-unit));}
.b-115 {bottom: calc(115 * var(--base-unit));}
.b-116 {bottom: calc(116 * var(--base-unit));}
.b-117 {bottom: calc(117 * var(--base-unit));}
.b-118 {bottom: calc(118 * var(--base-unit));}
.b-119 {bottom: calc(119 * var(--base-unit));}
.b-120 {bottom: calc(120 * var(--base-unit));}
.b-121 {bottom: calc(121 * var(--base-unit));}
.b-122 {bottom: calc(122 * var(--base-unit));}
.b-123 {bottom: calc(123 * var(--base-unit));}
.b-124 {bottom: calc(124 * var(--base-unit));}
.b-125 {bottom: calc(125 * var(--base-unit));}
.b-126 {bottom: calc(126 * var(--base-unit));}
.b-127 {bottom: calc(127 * var(--base-unit));}
.b-128 {bottom: calc(128 * var(--base-unit));}
.b-129 {bottom: calc(129 * var(--base-unit));}
.b-130 {bottom: calc(130 * var(--base-unit));}
.b-131 {bottom: calc(131 * var(--base-unit));}
.b-132 {bottom: calc(132 * var(--base-unit));}
.b-133 {bottom: calc(133 * var(--base-unit));}
.b-134 {bottom: calc(134 * var(--base-unit));}
.b-135 {bottom: calc(135 * var(--base-unit));}
.b-136 {bottom: calc(136 * var(--base-unit));}
.b-137 {bottom: calc(137 * var(--base-unit));}
.b-138 {bottom: calc(138 * var(--base-unit));}
.b-139 {bottom: calc(139 * var(--base-unit));}
.b-140 {bottom: calc(140 * var(--base-unit));}
.b-141 {bottom: calc(141 * var(--base-unit));}
.b-142 {bottom: calc(142 * var(--base-unit));}
.b-143 {bottom: calc(143 * var(--base-unit));}
.b-144 {bottom: calc(144 * var(--base-unit));}
.b-145 {bottom: calc(145 * var(--base-unit));}
.b-146 {bottom: calc(146 * var(--base-unit));}
.b-147 {bottom: calc(147 * var(--base-unit));}
.b-148 {bottom: calc(148 * var(--base-unit));}
.b-149 {bottom: calc(149 * var(--base-unit));}
.b-150 {bottom: calc(150 * var(--base-unit));}    
/*bottom*/

/*left*/

.l-0 {left: 0;}
.l-1 {left: calc(1 * var(--base-unit));}
.l-2 {left: calc(2 * var(--base-unit));}
.l-3 {left: calc(3 * var(--base-unit));}
.l-4 {left: calc(4 * var(--base-unit));}
.l-5 {left: calc(5 * var(--base-unit));}
.l-6 {left: calc(6 * var(--base-unit));}
.l-7 {left: calc(7 * var(--base-unit));}
.l-8 {left: calc(8 * var(--base-unit));}
.l-9 {left: calc(9 * var(--base-unit));}
.l-10 {left: calc(10 * var(--base-unit));}
.l-11 {left: calc(11 * var(--base-unit));}
.l-12 {left: calc(12 * var(--base-unit));}
.l-13 {left: calc(13 * var(--base-unit));}
.l-14 {left: calc(14 * var(--base-unit));}
.l-15 {left: calc(15 * var(--base-unit));}
.l-16 {left: calc(16 * var(--base-unit));}
.l-17 {left: calc(17 * var(--base-unit));}
.l-18 {left: calc(18 * var(--base-unit));}
.l-19 {left: calc(19 * var(--base-unit));}
.l-20 {left: calc(20 * var(--base-unit));}
.l-21 {left: calc(21 * var(--base-unit));}
.l-22 {left: calc(22 * var(--base-unit));}
.l-23 {left: calc(23 * var(--base-unit));}
.l-24 {left: calc(24 * var(--base-unit));}
.l-25 {left: calc(25 * var(--base-unit));}
.l-26 {left: calc(26 * var(--base-unit));}
.l-27 {left: calc(27 * var(--base-unit));}
.l-28 {left: calc(28 * var(--base-unit));}
.l-29 {left: calc(29 * var(--base-unit));}
.l-30 {left: calc(30 * var(--base-unit));}
.l-31 {left: calc(31 * var(--base-unit));}
.l-32 {left: calc(32 * var(--base-unit));}
.l-33 {left: calc(33 * var(--base-unit));}
.l-34 {left: calc(34 * var(--base-unit));}
.l-35 {left: calc(35 * var(--base-unit));}
.l-36 {left: calc(36 * var(--base-unit));}
.l-37 {left: calc(37 * var(--base-unit));}
.l-38 {left: calc(38 * var(--base-unit));}
.l-39 {left: calc(39 * var(--base-unit));}
.l-40 {left: calc(40 * var(--base-unit));}
.l-41 {left: calc(41 * var(--base-unit));}
.l-42 {left: calc(42 * var(--base-unit));}
.l-43 {left: calc(43 * var(--base-unit));}
.l-44 {left: calc(44 * var(--base-unit));}
.l-45 {left: calc(45 * var(--base-unit));}
.l-46 {left: calc(46 * var(--base-unit));}
.l-47 {left: calc(47 * var(--base-unit));}
.l-48 {left: calc(48 * var(--base-unit));}
.l-49 {left: calc(49 * var(--base-unit));}
.l-50 {left: calc(50 * var(--base-unit));}
.l-51 {left: calc(51 * var(--base-unit));}
.l-52 {left: calc(52 * var(--base-unit));}
.l-53 {left: calc(53 * var(--base-unit));}
.l-54 {left: calc(54 * var(--base-unit));}
.l-55 {left: calc(55 * var(--base-unit));}
.l-56 {left: calc(56 * var(--base-unit));}
.l-57 {left: calc(57 * var(--base-unit));}
.l-58 {left: calc(58 * var(--base-unit));}
.l-59 {left: calc(59 * var(--base-unit));}
.l-60 {left: calc(60 * var(--base-unit));}
.l-61 {left: calc(61 * var(--base-unit));}
.l-62 {left: calc(62 * var(--base-unit));}
.l-63 {left: calc(63 * var(--base-unit));}
.l-64 {left: calc(64 * var(--base-unit));}
.l-65 {left: calc(65 * var(--base-unit));}
.l-66 {left: calc(66 * var(--base-unit));}
.l-67 {left: calc(67 * var(--base-unit));}
.l-68 {left: calc(68 * var(--base-unit));}
.l-69 {left: calc(69 * var(--base-unit));}
.l-70 {left: calc(70 * var(--base-unit));}
.l-71 {left: calc(71 * var(--base-unit));}
.l-72 {left: calc(72 * var(--base-unit));}
.l-73 {left: calc(73 * var(--base-unit));}
.l-74 {left: calc(74 * var(--base-unit));}
.l-75 {left: calc(75 * var(--base-unit));}
.l-76 {left: calc(76 * var(--base-unit));}
.l-77 {left: calc(77 * var(--base-unit));}
.l-78 {left: calc(78 * var(--base-unit));}
.l-79 {left: calc(79 * var(--base-unit));}
.l-80 {left: calc(80 * var(--base-unit));}
.l-81 {left: calc(81 * var(--base-unit));}
.l-82 {left: calc(82 * var(--base-unit));}
.l-83 {left: calc(83 * var(--base-unit));}
.l-84 {left: calc(84 * var(--base-unit));}
.l-85 {left: calc(85 * var(--base-unit));}
.l-86 {left: calc(86 * var(--base-unit));}
.l-87 {left: calc(87 * var(--base-unit));}
.l-88 {left: calc(88 * var(--base-unit));}
.l-89 {left: calc(89 * var(--base-unit));}
.l-90 {left: calc(90 * var(--base-unit));}
.l-91 {left: calc(91 * var(--base-unit));}
.l-92 {left: calc(92 * var(--base-unit));}
.l-93 {left: calc(93 * var(--base-unit));}
.l-94 {left: calc(94 * var(--base-unit));}
.l-95 {left: calc(95 * var(--base-unit));}
.l-96 {left: calc(96 * var(--base-unit));}
.l-97 {left: calc(97 * var(--base-unit));}
.l-98 {left: calc(98 * var(--base-unit));}
.l-99 {left: calc(99 * var(--base-unit));}
.l-100 {left: calc(100 * var(--base-unit));}
.l-101 {left: calc(101 * var(--base-unit));}
.l-102 {left: calc(102 * var(--base-unit));}
.l-103 {left: calc(103 * var(--base-unit));}
.l-104 {left: calc(104 * var(--base-unit));}
.l-105 {left: calc(105 * var(--base-unit));}
.l-106 {left: calc(106 * var(--base-unit));}
.l-107 {left: calc(107 * var(--base-unit));}
.l-108 {left: calc(108 * var(--base-unit));}
.l-109 {left: calc(109 * var(--base-unit));}
.l-110 {left: calc(110 * var(--base-unit));}
.l-111 {left: calc(111 * var(--base-unit));}
.l-112 {left: calc(112 * var(--base-unit));}
.l-113 {left: calc(113 * var(--base-unit));}
.l-114 {left: calc(114 * var(--base-unit));}
.l-115 {left: calc(115 * var(--base-unit));}
.l-116 {left: calc(116 * var(--base-unit));}
.l-117 {left: calc(117 * var(--base-unit));}
.l-118 {left: calc(118 * var(--base-unit));}
.l-119 {left: calc(119 * var(--base-unit));}
.l-120 {left: calc(120 * var(--base-unit));}
.l-121 {left: calc(121 * var(--base-unit));}
.l-122 {left: calc(122 * var(--base-unit));}
.l-123 {left: calc(123 * var(--base-unit));}
.l-124 {left: calc(124 * var(--base-unit));}
.l-125 {left: calc(125 * var(--base-unit));}
.l-126 {left: calc(126 * var(--base-unit));}
.l-127 {left: calc(127 * var(--base-unit));}
.l-128 {left: calc(128 * var(--base-unit));}
.l-129 {left: calc(129 * var(--base-unit));}
.l-130 {left: calc(130 * var(--base-unit));}
.l-131 {left: calc(131 * var(--base-unit));}
.l-132 {left: calc(132 * var(--base-unit));}
.l-133 {left: calc(133 * var(--base-unit));}
.l-134 {left: calc(134 * var(--base-unit));}
.l-135 {left: calc(135 * var(--base-unit));}
.l-136 {left: calc(136 * var(--base-unit));}
.l-137 {left: calc(137 * var(--base-unit));}
.l-138 {left: calc(138 * var(--base-unit));}
.l-139 {left: calc(139 * var(--base-unit));}
.l-140 {left: calc(140 * var(--base-unit));}
.l-141 {left: calc(141 * var(--base-unit));}
.l-142 {left: calc(142 * var(--base-unit));}
.l-143 {left: calc(143 * var(--base-unit));}
.l-144 {left: calc(144 * var(--base-unit));}
.l-145 {left: calc(145 * var(--base-unit));}
.l-146 {left: calc(146 * var(--base-unit));}
.l-147 {left: calc(147 * var(--base-unit));}
.l-148 {left: calc(148 * var(--base-unit));}
.l-149 {left: calc(149 * var(--base-unit));}
.l-150 {left: calc(150 * var(--base-unit));}    

/*left*/

/*right*/

.r--16 {right:-16px;}
.r-0 {right:calc(0 * var(--base-unit));}
.r-1 {right: calc(1 * var(--base-unit));}
.r-2 {right: calc(2 * var(--base-unit));}
.r-3 {right: calc(3 * var(--base-unit));}
.r-4 {right: calc(4 * var(--base-unit));}
.r-5 {right: calc(5 * var(--base-unit));}
.r-6 {right: calc(6 * var(--base-unit));}
.r-7 {right: calc(7 * var(--base-unit));}
.r-8 {right: calc(8 * var(--base-unit));}
.r-9 {right: calc(9 * var(--base-unit));}
.r-10 {right: calc(10 * var(--base-unit));}
.r-11 {right: calc(11 * var(--base-unit));}
.r-12 {right: calc(12 * var(--base-unit));}
.r-13 {right: calc(13 * var(--base-unit));}
.r-14 {right: calc(14 * var(--base-unit));}
.r-15 {right: calc(15 * var(--base-unit));}
.r-16 {right: calc(16 * var(--base-unit));}
.r-17 {right: calc(17 * var(--base-unit));}
.r-18 {right: calc(18 * var(--base-unit));}
.r-19 {right: calc(19 * var(--base-unit));}
.r-20 {right: calc(20 * var(--base-unit));}
.r-21 {right: calc(21 * var(--base-unit));}
.r-22 {right: calc(22 * var(--base-unit));}
.r-23 {right: calc(23 * var(--base-unit));}
.r-24 {right: calc(24 * var(--base-unit));}
.r-25 {right: calc(25 * var(--base-unit));}
.r-26 {right: calc(26 * var(--base-unit));}
.r-27 {right: calc(27 * var(--base-unit));}
.r-28 {right: calc(28 * var(--base-unit));}
.r-29 {right: calc(29 * var(--base-unit));}
.r-30 {right: calc(30 * var(--base-unit));}
.r-31 {right: calc(31 * var(--base-unit));}
.r-32 {right: calc(32 * var(--base-unit));}
.r-33 {right: calc(33 * var(--base-unit));}
.r-34 {right: calc(34 * var(--base-unit));}
.r-35 {right: calc(35 * var(--base-unit));}
.r-36 {right: calc(36 * var(--base-unit));}
.r-37 {right: calc(37 * var(--base-unit));}
.r-38 {right: calc(38 * var(--base-unit));}
.r-39 {right: calc(39 * var(--base-unit));}
.r-40 {right: calc(40 * var(--base-unit));}
.r-41 {right: calc(41 * var(--base-unit));}
.r-42 {right: calc(42 * var(--base-unit));}
.r-43 {right: calc(43 * var(--base-unit));}
.r-44 {right: calc(44 * var(--base-unit));}
.r-45 {right: calc(45 * var(--base-unit));}
.r-46 {right: calc(46 * var(--base-unit));}
.r-47 {right: calc(47 * var(--base-unit));}
.r-48 {right: calc(48 * var(--base-unit));}
.r-49 {right: calc(49 * var(--base-unit));}
.r-50 {right: calc(50 * var(--base-unit));}
.r-51 {right: calc(51 * var(--base-unit));}
.r-52 {right: calc(52 * var(--base-unit));}
.r-53 {right: calc(53 * var(--base-unit));}
.r-54 {right: calc(54 * var(--base-unit));}
.r-55 {right: calc(55 * var(--base-unit));}
.r-56 {right: calc(56 * var(--base-unit));}
.r-57 {right: calc(57 * var(--base-unit));}
.r-58 {right: calc(58 * var(--base-unit));}
.r-59 {right: calc(59 * var(--base-unit));}
.r-60 {right: calc(60 * var(--base-unit));}
.r-61 {right: calc(61 * var(--base-unit));}
.r-62 {right: calc(62 * var(--base-unit));}
.r-63 {right: calc(63 * var(--base-unit));}
.r-64 {right: calc(64 * var(--base-unit));}
.r-65 {right: calc(65 * var(--base-unit));}
.r-66 {right: calc(66 * var(--base-unit));}
.r-67 {right: calc(67 * var(--base-unit));}
.r-68 {right: calc(68 * var(--base-unit));}
.r-69 {right: calc(69 * var(--base-unit));}
.r-70 {right: calc(70 * var(--base-unit));}
.r-71 {right: calc(71 * var(--base-unit));}
.r-72 {right: calc(72 * var(--base-unit));}
.r-73 {right: calc(73 * var(--base-unit));}
.r-74 {right: calc(74 * var(--base-unit));}
.r-75 {right: calc(75 * var(--base-unit));}
.r-76 {right: calc(76 * var(--base-unit));}
.r-77 {right: calc(77 * var(--base-unit));}
.r-78 {right: calc(78 * var(--base-unit));}
.r-79 {right: calc(79 * var(--base-unit));}
.r-80 {right: calc(80 * var(--base-unit));}
.r-81 {right: calc(81 * var(--base-unit));}
.r-82 {right: calc(82 * var(--base-unit));}
.r-83 {right: calc(83 * var(--base-unit));}
.r-84 {right: calc(84 * var(--base-unit));}
.r-85 {right: calc(85 * var(--base-unit));}
.r-86 {right: calc(86 * var(--base-unit));}
.r-87 {right: calc(87 * var(--base-unit));}
.r-88 {right: calc(88 * var(--base-unit));}
.r-89 {right: calc(89 * var(--base-unit));}
.r-90 {right: calc(90 * var(--base-unit));}
.r-91 {right: calc(91 * var(--base-unit));}
.r-92 {right: calc(92 * var(--base-unit));}
.r-93 {right: calc(93 * var(--base-unit));}
.r-94 {right: calc(94 * var(--base-unit));}
.r-95 {right: calc(95 * var(--base-unit));}
.r-96 {right: calc(96 * var(--base-unit));}
.r-97 {right: calc(97 * var(--base-unit));}
.r-98 {right: calc(98 * var(--base-unit));}
.r-99 {right: calc(99 * var(--base-unit));}
.r-100 {right: calc(100 * var(--base-unit));}
.r-101 {right: calc(101 * var(--base-unit));}
.r-102 {right: calc(102 * var(--base-unit));}
.r-103 {right: calc(103 * var(--base-unit));}
.r-104 {right: calc(104 * var(--base-unit));}
.r-105 {right: calc(105 * var(--base-unit));}
.r-106 {right: calc(106 * var(--base-unit));}
.r-107 {right: calc(107 * var(--base-unit));}
.r-108 {right: calc(108 * var(--base-unit));}
.r-109 {right: calc(109 * var(--base-unit));}
.r-110 {right: calc(110 * var(--base-unit));}
.r-111 {right: calc(111 * var(--base-unit));}
.r-112 {right: calc(112 * var(--base-unit));}
.r-113 {right: calc(113 * var(--base-unit));}
.r-114 {right: calc(114 * var(--base-unit));}
.r-115 {right: calc(115 * var(--base-unit));}
.r-116 {right: calc(116 * var(--base-unit));}
.r-117 {right: calc(117 * var(--base-unit));}
.r-118 {right: calc(118 * var(--base-unit));}
.r-119 {right: calc(119 * var(--base-unit));}
.r-120 {right: calc(120 * var(--base-unit));}
.r-121 {right: calc(121 * var(--base-unit));}
.r-122 {right: calc(122 * var(--base-unit));}
.r-123 {right: calc(123 * var(--base-unit));}
.r-124 {right: calc(124 * var(--base-unit));}
.r-125 {right: calc(125 * var(--base-unit));}
.r-126 {right: calc(126 * var(--base-unit));}
.r-127 {right: calc(127 * var(--base-unit));}
.r-128 {right: calc(128 * var(--base-unit));}
.r-129 {right: calc(129 * var(--base-unit));}
.r-130 {right: calc(130 * var(--base-unit));}
.r-131 {right: calc(131 * var(--base-unit));}
.r-132 {right: calc(132 * var(--base-unit));}
.r-133 {right: calc(133 * var(--base-unit));}
.r-134 {right: calc(134 * var(--base-unit));}
.r-135 {right: calc(135 * var(--base-unit));}
.r-136 {right: calc(136 * var(--base-unit));}
.r-137 {right: calc(137 * var(--base-unit));}
.r-138 {right: calc(138 * var(--base-unit));}
.r-139 {right: calc(139 * var(--base-unit));}
.r-140 {right: calc(140 * var(--base-unit));}
.r-141 {right: calc(141 * var(--base-unit));}
.r-142 {right: calc(142 * var(--base-unit));}
.r-143 {right: calc(143 * var(--base-unit));}
.r-144 {right: calc(144 * var(--base-unit));}
.r-145 {right: calc(145 * var(--base-unit));}
.r-146 {right: calc(146 * var(--base-unit));}
.r-147 {right: calc(147 * var(--base-unit));}
.r-148 {right: calc(148 * var(--base-unit));}
.r-149 {right: calc(149 * var(--base-unit));}
.r-150 {right: calc(150 * var(--base-unit));}    

/*right*/

/*定位后的位置*/

/*层级*/
.z--1 {z-index: -1;}
.z-1 {z-index: 1;}
.z-2 {z-index: 2;}
.z-3 {z-index: 3;}
.z-4 {z-index: 4;}
.z-5 {z-index: 5;}
.z-6 {z-index: 6;}
.z-7 {z-index: 7;}
.z-8 {z-index: 8;}
.z-9 {z-index: 9;}
.z-10 {z-index: 10;}
.z-11 {z-index: 11;}
.z-12 {z-index: 12;}
.z-13 {z-index: 13;}
.z-998 {z-index: 998;}

/*层级*/

/*字号*/

.text-0 {font-size: calc(0 * var(--base-unit));}.text-0 {font-size: calc(0 * var(--base-unit));}
.text-1 {font-size: calc(1 * var(--base-unit));}
.text-2 {font-size: calc(2 * var(--base-unit));}
.text-3 {font-size: calc(3 * var(--base-unit));}
.text-4 {font-size: calc(4 * var(--base-unit));}
.text-5 {font-size: calc(5 * var(--base-unit));}
.text-6 {font-size: calc(6 * var(--base-unit));}
.text-7 {font-size: calc(7 * var(--base-unit));}
.text-8 {font-size: calc(8 * var(--base-unit));}
.text-9 {font-size: calc(9 * var(--base-unit));}
.text-10 {font-size: calc(10 * var(--base-unit));}
.text-11 {font-size: calc(11 * var(--base-unit));}
.text-12 {font-size: calc(12 * var(--base-unit));}
.text-13 {font-size: calc(13 * var(--base-unit));}
.text-14 {font-size: calc(14 * var(--base-unit));}
.text-15 {font-size: calc(15 * var(--base-unit));}
.text-16 {font-size: calc(16 * var(--base-unit));}
.text-17 {font-size: calc(17 * var(--base-unit));}
.text-18 {font-size: calc(18 * var(--base-unit));}
.text-19 {font-size: calc(19 * var(--base-unit));}
.text-20 {font-size: calc(20 * var(--base-unit));}
.text-21 {font-size: calc(21 * var(--base-unit));}
.text-22 {font-size: calc(22 * var(--base-unit));}
.text-23 {font-size: calc(23 * var(--base-unit));}
.text-24 {font-size: calc(24 * var(--base-unit));}
.text-25 {font-size: calc(25 * var(--base-unit));}
.text-26 {font-size: calc(26 * var(--base-unit));}
.text-27 {font-size: calc(27 * var(--base-unit));}
.text-28 {font-size: calc(28 * var(--base-unit));}
.text-29 {font-size: calc(29 * var(--base-unit));}
.text-30 {font-size: calc(30 * var(--base-unit));}
.text-31 {font-size: calc(31 * var(--base-unit));}
.text-32 {font-size: calc(32 * var(--base-unit));}
.text-33 {font-size: calc(33 * var(--base-unit));}
.text-34 {font-size: calc(34 * var(--base-unit));}
.text-35 {font-size: calc(35 * var(--base-unit));}
.text-36 {font-size: calc(36 * var(--base-unit));}
.text-37 {font-size: calc(37 * var(--base-unit));}
.text-38 {font-size: calc(38 * var(--base-unit));}
.text-39 {font-size: calc(39 * var(--base-unit));}
.text-40 {font-size: calc(40 * var(--base-unit));}
.text-41 {font-size: calc(41 * var(--base-unit));}
.text-42 {font-size: calc(42 * var(--base-unit));}
.text-43 {font-size: calc(43 * var(--base-unit));}
.text-44 {font-size: calc(44 * var(--base-unit));}
.text-45 {font-size: calc(45 * var(--base-unit));}
.text-46 {font-size: calc(46 * var(--base-unit));}
.text-47 {font-size: calc(47 * var(--base-unit));}
.text-48 {font-size: calc(48 * var(--base-unit));}
.text-49 {font-size: calc(49 * var(--base-unit));}
.text-50 {font-size: calc(50 * var(--base-unit));}
.text-51 {font-size: calc(51 * var(--base-unit));}
.text-52 {font-size: calc(52 * var(--base-unit));}
.text-53 {font-size: calc(53 * var(--base-unit));}
.text-54 {font-size: calc(54 * var(--base-unit));}
.text-55 {font-size: calc(55 * var(--base-unit));}
.text-56 {font-size: calc(56 * var(--base-unit));}
.text-57 {font-size: calc(57 * var(--base-unit));}
.text-58 {font-size: calc(58 * var(--base-unit));}
.text-59 {font-size: calc(59 * var(--base-unit));}
.text-60 {font-size: calc(60 * var(--base-unit));}
.text-61 {font-size: calc(61 * var(--base-unit));}
.text-62 {font-size: calc(62 * var(--base-unit));}
.text-63 {font-size: calc(63 * var(--base-unit));}
.text-64 {font-size: calc(64 * var(--base-unit));}
.text-65 {font-size: calc(65 * var(--base-unit));}
.text-66 {font-size: calc(66 * var(--base-unit));}
.text-67 {font-size: calc(67 * var(--base-unit));}
.text-68 {font-size: calc(68 * var(--base-unit));}
.text-69 {font-size: calc(69 * var(--base-unit));}
.text-70 {font-size: calc(70 * var(--base-unit));}
.text-71 {font-size: calc(71 * var(--base-unit));}
.text-72 {font-size: calc(72 * var(--base-unit));}
.text-73 {font-size: calc(73 * var(--base-unit));}
.text-74 {font-size: calc(74 * var(--base-unit));}
.text-75 {font-size: calc(75 * var(--base-unit));}
.text-76 {font-size: calc(76 * var(--base-unit));}
.text-77 {font-size: calc(77 * var(--base-unit));}
.text-78 {font-size: calc(78 * var(--base-unit));}
.text-79 {font-size: calc(79 * var(--base-unit));}
.text-80 {font-size: calc(80 * var(--base-unit));}
.text-81 {font-size: calc(81 * var(--base-unit));}
.text-82 {font-size: calc(82 * var(--base-unit));}
.text-83 {font-size: calc(83 * var(--base-unit));}
.text-84 {font-size: calc(84 * var(--base-unit));}
.text-85 {font-size: calc(85 * var(--base-unit));}
.text-86 {font-size: calc(86 * var(--base-unit));}
.text-87 {font-size: calc(87 * var(--base-unit));}
.text-88 {font-size: calc(88 * var(--base-unit));}
.text-89 {font-size: calc(89 * var(--base-unit));}
.text-90 {font-size: calc(90 * var(--base-unit));}
.text-91 {font-size: calc(91 * var(--base-unit));}
.text-92 {font-size: calc(92 * var(--base-unit));}
.text-93 {font-size: calc(93 * var(--base-unit));}
.text-94 {font-size: calc(94 * var(--base-unit));}
.text-95 {font-size: calc(95 * var(--base-unit));}
.text-96 {font-size: calc(96 * var(--base-unit));}
.text-97 {font-size: calc(97 * var(--base-unit));}
.text-98 {font-size: calc(98 * var(--base-unit));}
.text-99 {font-size: calc(99 * var(--base-unit));}
.text-100 {font-size: calc(100 * var(--base-unit));}
.text-101 {font-size: calc(101 * var(--base-unit));}
.text-102 {font-size: calc(102 * var(--base-unit));}
.text-103 {font-size: calc(103 * var(--base-unit));}
.text-104 {font-size: calc(104 * var(--base-unit));}
.text-105 {font-size: calc(105 * var(--base-unit));}
.text-106 {font-size: calc(106 * var(--base-unit));}
.text-107 {font-size: calc(107 * var(--base-unit));}
.text-108 {font-size: calc(108 * var(--base-unit));}
.text-109 {font-size: calc(109 * var(--base-unit));}
.text-110 {font-size: calc(110 * var(--base-unit));}
.text-111 {font-size: calc(111 * var(--base-unit));}
.text-112 {font-size: calc(112 * var(--base-unit));}
.text-113 {font-size: calc(113 * var(--base-unit));}
.text-114 {font-size: calc(114 * var(--base-unit));}
.text-115 {font-size: calc(115 * var(--base-unit));}
.text-116 {font-size: calc(116 * var(--base-unit));}
.text-117 {font-size: calc(117 * var(--base-unit));}
.text-118 {font-size: calc(118 * var(--base-unit));}
.text-119 {font-size: calc(119 * var(--base-unit));}
.text-120 {font-size: calc(120 * var(--base-unit));}
.text-121 {font-size: calc(121 * var(--base-unit));}
.text-122 {font-size: calc(122 * var(--base-unit));}
.text-123 {font-size: calc(123 * var(--base-unit));}
.text-124 {font-size: calc(124 * var(--base-unit));}
.text-125 {font-size: calc(125 * var(--base-unit));}
.text-126 {font-size: calc(126 * var(--base-unit));}
.text-127 {font-size: calc(127 * var(--base-unit));}
.text-128 {font-size: calc(128 * var(--base-unit));}
.text-129 {font-size: calc(129 * var(--base-unit));}
.text-130 {font-size: calc(130 * var(--base-unit));}
.text-131 {font-size: calc(131 * var(--base-unit));}
.text-132 {font-size: calc(132 * var(--base-unit));}
.text-133 {font-size: calc(133 * var(--base-unit));}
.text-134 {font-size: calc(134 * var(--base-unit));}
.text-135 {font-size: calc(135 * var(--base-unit));}
.text-136 {font-size: calc(136 * var(--base-unit));}
.text-137 {font-size: calc(137 * var(--base-unit));}
.text-138 {font-size: calc(138 * var(--base-unit));}
.text-139 {font-size: calc(139 * var(--base-unit));}
.text-140 {font-size: calc(140 * var(--base-unit));}
.text-141 {font-size: calc(141 * var(--base-unit));}
.text-142 {font-size: calc(142 * var(--base-unit));}
.text-143 {font-size: calc(143 * var(--base-unit));}
.text-144 {font-size: calc(144 * var(--base-unit));}
.text-145 {font-size: calc(145 * var(--base-unit));}
.text-146 {font-size: calc(146 * var(--base-unit));}
.text-147 {font-size: calc(147 * var(--base-unit));}
.text-148 {font-size: calc(148 * var(--base-unit));}
.text-149 {font-size: calc(149 * var(--base-unit));}
.text-150 {font-size: calc(150 * var(--base-unit));}    

/*字号*/

/*字体颜色*/

.text-black {color: black;}
.text-white {color: white;}
.text-303133{color: #303133;}
.text-c0c4cc{color: #c0c4cc;}
.text-333333{color: #333333;}
.text-666666{color: #666666;}
.text-999999{color: #999999;}
.text-409eff{color: #409eff;}
.text-3f9eff{color: #3f9eff;}
.text-606266{color: #606266;}
.text-606266{color: #606266;}
.text-c10016{color: #c10016;}
/*字体颜色*/

/*字体粗细*/
.font-400 {font-weight: 400;}
.font-500 {font-weight: 500;}
.font-600 {font-weight: 600;}
.font-bold {font-weight: bold;}

/*字体粗细*/

/*文字样式*/
.text-center {text-align: center;}
.text-end {text-align: right;}
.text-underline {text-decoration: underline;}
.break-all {word-break: break-all;}
.break-word {word-wrap: break-word;}

/*文字样式*/

/*line-height*/

.line-0 {line-height: calc(0 * var(--base-unit));}
.line-1 {line-height: calc(1 * var(--base-unit));}
.line-2 {line-height: calc(2 * var(--base-unit));}
.line-3 {line-height: calc(3 * var(--base-unit));}
.line-4 {line-height: calc(4 * var(--base-unit));}
.line-5 {line-height: calc(5 * var(--base-unit));}
.line-6 {line-height: calc(6 * var(--base-unit));}
.line-7 {line-height: calc(7 * var(--base-unit));}
.line-8 {line-height: calc(8 * var(--base-unit));}
.line-9 {line-height: calc(9 * var(--base-unit));}
.line-10 {line-height: calc(10 * var(--base-unit));}
.line-11 {line-height: calc(11 * var(--base-unit));}
.line-12 {line-height: calc(12 * var(--base-unit));}
.line-13 {line-height: calc(13 * var(--base-unit));}
.line-14 {line-height: calc(14 * var(--base-unit));}
.line-15 {line-height: calc(15 * var(--base-unit));}
.line-16 {line-height: calc(16 * var(--base-unit));}
.line-17 {line-height: calc(17 * var(--base-unit));}
.line-18 {line-height: calc(18 * var(--base-unit));}
.line-19 {line-height: calc(19 * var(--base-unit));}
.line-20 {line-height: calc(20 * var(--base-unit));}
.line-21 {line-height: calc(21 * var(--base-unit));}
.line-22 {line-height: calc(22 * var(--base-unit));}
.line-23 {line-height: calc(23 * var(--base-unit));}
.line-24 {line-height: calc(24 * var(--base-unit));}
.line-25 {line-height: calc(25 * var(--base-unit));}
.line-26 {line-height: calc(26 * var(--base-unit));}
.line-27 {line-height: calc(27 * var(--base-unit));}
.line-28 {line-height: calc(28 * var(--base-unit));}
.line-29 {line-height: calc(29 * var(--base-unit));}
.line-30 {line-height: calc(30 * var(--base-unit));}
.line-31 {line-height: calc(31 * var(--base-unit));}
.line-32 {line-height: calc(32 * var(--base-unit));}
.line-33 {line-height: calc(33 * var(--base-unit));}
.line-34 {line-height: calc(34 * var(--base-unit));}
.line-35 {line-height: calc(35 * var(--base-unit));}
.line-36 {line-height: calc(36 * var(--base-unit));}
.line-37 {line-height: calc(37 * var(--base-unit));}
.line-38 {line-height: calc(38 * var(--base-unit));}
.line-39 {line-height: calc(39 * var(--base-unit));}
.line-40 {line-height: calc(40 * var(--base-unit));}
.line-41 {line-height: calc(41 * var(--base-unit));}
.line-42 {line-height: calc(42 * var(--base-unit));}
.line-43 {line-height: calc(43 * var(--base-unit));}
.line-44 {line-height: calc(44 * var(--base-unit));}
.line-45 {line-height: calc(45 * var(--base-unit));}
.line-46 {line-height: calc(46 * var(--base-unit));}
.line-47 {line-height: calc(47 * var(--base-unit));}
.line-48 {line-height: calc(48 * var(--base-unit));}
.line-49 {line-height: calc(49 * var(--base-unit));}
.line-50 {line-height: calc(50 * var(--base-unit));}
.line-51 {line-height: calc(51 * var(--base-unit));}
.line-52 {line-height: calc(52 * var(--base-unit));}
.line-53 {line-height: calc(53 * var(--base-unit));}
.line-54 {line-height: calc(54 * var(--base-unit));}
.line-55 {line-height: calc(55 * var(--base-unit));}
.line-56 {line-height: calc(56 * var(--base-unit));}
.line-57 {line-height: calc(57 * var(--base-unit));}
.line-58 {line-height: calc(58 * var(--base-unit));}
.line-59 {line-height: calc(59 * var(--base-unit));}
.line-60 {line-height: calc(60 * var(--base-unit));}
.line-61 {line-height: calc(61 * var(--base-unit));}
.line-62 {line-height: calc(62 * var(--base-unit));}
.line-63 {line-height: calc(63 * var(--base-unit));}
.line-64 {line-height: calc(64 * var(--base-unit));}
.line-65 {line-height: calc(65 * var(--base-unit));}
.line-66 {line-height: calc(66 * var(--base-unit));}
.line-67 {line-height: calc(67 * var(--base-unit));}
.line-68 {line-height: calc(68 * var(--base-unit));}
.line-69 {line-height: calc(69 * var(--base-unit));}
.line-70 {line-height: calc(70 * var(--base-unit));}
.line-71 {line-height: calc(71 * var(--base-unit));}
.line-72 {line-height: calc(72 * var(--base-unit));}
.line-73 {line-height: calc(73 * var(--base-unit));}
.line-74 {line-height: calc(74 * var(--base-unit));}
.line-75 {line-height: calc(75 * var(--base-unit));}
.line-76 {line-height: calc(76 * var(--base-unit));}
.line-77 {line-height: calc(77 * var(--base-unit));}
.line-78 {line-height: calc(78 * var(--base-unit));}
.line-79 {line-height: calc(79 * var(--base-unit));}
.line-80 {line-height: calc(80 * var(--base-unit));}
.line-81 {line-height: calc(81 * var(--base-unit));}
.line-82 {line-height: calc(82 * var(--base-unit));}
.line-83 {line-height: calc(83 * var(--base-unit));}
.line-84 {line-height: calc(84 * var(--base-unit));}
.line-85 {line-height: calc(85 * var(--base-unit));}
.line-86 {line-height: calc(86 * var(--base-unit));}
.line-87 {line-height: calc(87 * var(--base-unit));}
.line-88 {line-height: calc(88 * var(--base-unit));}
.line-89 {line-height: calc(89 * var(--base-unit));}
.line-90 {line-height: calc(90 * var(--base-unit));}
.line-91 {line-height: calc(91 * var(--base-unit));}
.line-92 {line-height: calc(92 * var(--base-unit));}
.line-93 {line-height: calc(93 * var(--base-unit));}
.line-94 {line-height: calc(94 * var(--base-unit));}
.line-95 {line-height: calc(95 * var(--base-unit));}
.line-96 {line-height: calc(96 * var(--base-unit));}
.line-97 {line-height: calc(97 * var(--base-unit));}
.line-98 {line-height: calc(98 * var(--base-unit));}
.line-99 {line-height: calc(99 * var(--base-unit));}
.line-100 {line-height: calc(100 * var(--base-unit));}
.line-101 {line-height: calc(101 * var(--base-unit));}
.line-102 {line-height: calc(102 * var(--base-unit));}
.line-103 {line-height: calc(103 * var(--base-unit));}
.line-104 {line-height: calc(104 * var(--base-unit));}
.line-105 {line-height: calc(105 * var(--base-unit));}
.line-106 {line-height: calc(106 * var(--base-unit));}
.line-107 {line-height: calc(107 * var(--base-unit));}
.line-108 {line-height: calc(108 * var(--base-unit));}
.line-109 {line-height: calc(109 * var(--base-unit));}
.line-110 {line-height: calc(110 * var(--base-unit));}
.line-111 {line-height: calc(111 * var(--base-unit));}
.line-112 {line-height: calc(112 * var(--base-unit));}
.line-113 {line-height: calc(113 * var(--base-unit));}
.line-114 {line-height: calc(114 * var(--base-unit));}
.line-115 {line-height: calc(115 * var(--base-unit));}
.line-116 {line-height: calc(116 * var(--base-unit));}
.line-117 {line-height: calc(117 * var(--base-unit));}
.line-118 {line-height: calc(118 * var(--base-unit));}
.line-119 {line-height: calc(119 * var(--base-unit));}
.line-120 {line-height: calc(120 * var(--base-unit));}
.line-121 {line-height: calc(121 * var(--base-unit));}
.line-122 {line-height: calc(122 * var(--base-unit));}
.line-123 {line-height: calc(123 * var(--base-unit));}
.line-124 {line-height: calc(124 * var(--base-unit));}
.line-125 {line-height: calc(125 * var(--base-unit));}
.line-126 {line-height: calc(126 * var(--base-unit));}
.line-127 {line-height: calc(127 * var(--base-unit));}
.line-128 {line-height: calc(128 * var(--base-unit));}
.line-129 {line-height: calc(129 * var(--base-unit));}
.line-130 {line-height: calc(130 * var(--base-unit));}
.line-131 {line-height: calc(131 * var(--base-unit));}
.line-132 {line-height: calc(132 * var(--base-unit));}
.line-133 {line-height: calc(133 * var(--base-unit));}
.line-134 {line-height: calc(134 * var(--base-unit));}
.line-135 {line-height: calc(135 * var(--base-unit));}
.line-136 {line-height: calc(136 * var(--base-unit));}
.line-137 {line-height: calc(137 * var(--base-unit));}
.line-138 {line-height: calc(138 * var(--base-unit));}
.line-139 {line-height: calc(139 * var(--base-unit));}
.line-140 {line-height: calc(140 * var(--base-unit));}
.line-141 {line-height: calc(141 * var(--base-unit));}
.line-142 {line-height: calc(142 * var(--base-unit));}
.line-143 {line-height: calc(143 * var(--base-unit));}
.line-144 {line-height: calc(144 * var(--base-unit));}
.line-145 {line-height: calc(145 * var(--base-unit));}
.line-146 {line-height: calc(146 * var(--base-unit));}
.line-147 {line-height: calc(147 * var(--base-unit));}
.line-148 {line-height: calc(148 * var(--base-unit));}
.line-149 {line-height: calc(149 * var(--base-unit));}
.line-150 {line-height: calc(150 * var(--base-unit));}    

/*line-height*/

/*过度*/
.transition-3 {transition: 0.3s;}
.transition-5 {transition: 0.5s;}

/*过度*/
/*强制不换行*/
.white-nowrap {white-space: nowrap;}
.white-normal {white-space: normal;}

/*强制不换行*/

/*超出后显示省略号*/
.text-ellipsis {
        overflow: hidden;
        /*隐藏超出部分*/
        white-space: nowrap;
        /*禁止换行*/
        text-overflow: ellipsis;
        /*超出部分显示省略号*/
}

.text-ellipsis-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
}

.text-ellipsis-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
}

/*超出后显示省略号*/

/*旋转*/
.transform-180deg {
        transform: rotate(180deg);
}


/* 版本库搜索框的占位符样式 */
.repo-search-input::placeholder{
        color: #C0C4CC;
}
/* 版本库列表鼠标移入效果 */
.repo-list-item:hover{
        background:#F9F9F9;
}
/* 版本库移入发布图标后样式 */
.repo-time-trigger{
        display:none;
}
.pub-btnIcon:hover .repo-time-trigger{
        display:block;
}

/* 选中版本库后出现侧边小条 */
.repo-list-item-select:after{
        content: '';
        position: absolute;
        top:0;
        left:-1px;
        height: 100%;
        background: #409EFF;
        width: 3px;

}