styles.css 22 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:0px;
  6. width:1600px;
  7. margin-left:auto;
  8. margin-right:auto;
  9. text-align:left;
  10. }
  11. .form_sketch {
  12. border-color:transparent;
  13. background-color:transparent;
  14. }
  15. #base {
  16. position:absolute;
  17. z-index:0;
  18. }
  19. #u167068_img {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:1600px;
  25. height:1247px;
  26. }
  27. #u167068 {
  28. border-width:0px;
  29. position:absolute;
  30. left:0px;
  31. top:0px;
  32. width:1600px;
  33. height:1247px;
  34. display:flex;
  35. }
  36. #u167068 .text {
  37. position:absolute;
  38. align-self:center;
  39. padding:2px 2px 2px 2px;
  40. box-sizing:border-box;
  41. width:100%;
  42. }
  43. #u167068_text {
  44. border-width:0px;
  45. word-wrap:break-word;
  46. text-transform:none;
  47. visibility:hidden;
  48. }
  49. #u167069 {
  50. border-width:0px;
  51. position:absolute;
  52. left:0px;
  53. top:0px;
  54. width:0px;
  55. height:0px;
  56. }
  57. #u167070_div {
  58. border-width:0px;
  59. position:absolute;
  60. left:0px;
  61. top:0px;
  62. width:630px;
  63. height:1196px;
  64. background:inherit;
  65. background-color:rgba(255, 255, 255, 1);
  66. box-sizing:border-box;
  67. border-width:1px;
  68. border-style:solid;
  69. border-color:rgba(215, 215, 215, 1);
  70. border-radius:0px;
  71. -moz-box-shadow:none;
  72. -webkit-box-shadow:none;
  73. box-shadow:none;
  74. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  75. font-weight:400;
  76. font-style:normal;
  77. font-size:14px;
  78. color:#AAAAAA;
  79. text-align:center;
  80. line-height:30px;
  81. }
  82. #u167070 {
  83. border-width:0px;
  84. position:absolute;
  85. left:970px;
  86. top:47px;
  87. width:630px;
  88. height:1196px;
  89. display:flex;
  90. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  91. font-weight:400;
  92. font-style:normal;
  93. font-size:14px;
  94. color:#AAAAAA;
  95. text-align:center;
  96. line-height:30px;
  97. }
  98. #u167070 .text {
  99. position:absolute;
  100. align-self:center;
  101. padding:5px 10px 5px 10px;
  102. box-sizing:border-box;
  103. width:100%;
  104. }
  105. #u167070_text {
  106. border-width:0px;
  107. word-wrap:break-word;
  108. text-transform:none;
  109. visibility:hidden;
  110. }
  111. #u167071_div {
  112. border-width:0px;
  113. position:absolute;
  114. left:0px;
  115. top:0px;
  116. width:83px;
  117. height:35px;
  118. background:inherit;
  119. background-color:rgba(255, 255, 255, 0);
  120. border:none;
  121. border-top:0px;
  122. border-right:0px;
  123. border-bottom:0px;
  124. border-radius:0px;
  125. border-top-left-radius:0px;
  126. border-bottom-left-radius:0px;
  127. -moz-box-shadow:none;
  128. -webkit-box-shadow:none;
  129. box-shadow:none;
  130. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  131. font-weight:500;
  132. font-style:normal;
  133. font-size:18px;
  134. }
  135. #u167071 {
  136. border-width:0px;
  137. position:absolute;
  138. left:990px;
  139. top:65px;
  140. width:83px;
  141. height:35px;
  142. display:flex;
  143. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  144. font-weight:500;
  145. font-style:normal;
  146. font-size:18px;
  147. }
  148. #u167071 .text {
  149. position:absolute;
  150. align-self:center;
  151. padding:5px 10px 5px 0px;
  152. box-sizing:border-box;
  153. width:100%;
  154. }
  155. #u167071_text {
  156. border-width:0px;
  157. white-space:nowrap;
  158. text-transform:none;
  159. }
  160. #u167072_div {
  161. border-width:0px;
  162. position:absolute;
  163. left:0px;
  164. top:0px;
  165. width:40px;
  166. height:40px;
  167. background:inherit;
  168. background-color:rgba(255, 255, 255, 0);
  169. border:none;
  170. border-top:0px;
  171. border-right:0px;
  172. border-bottom:0px;
  173. border-radius:0px;
  174. border-top-left-radius:0px;
  175. border-bottom-left-radius:0px;
  176. -moz-box-shadow:none;
  177. -webkit-box-shadow:none;
  178. box-shadow:none;
  179. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  180. font-weight:500;
  181. font-style:normal;
  182. font-size:18px;
  183. text-align:center;
  184. }
  185. #u167072 {
  186. border-width:0px;
  187. position:absolute;
  188. left:1560px;
  189. top:47px;
  190. width:40px;
  191. height:40px;
  192. display:flex;
  193. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  194. font-weight:500;
  195. font-style:normal;
  196. font-size:18px;
  197. text-align:center;
  198. }
  199. #u167072 .text {
  200. position:absolute;
  201. align-self:center;
  202. padding:5px 10px 5px 0px;
  203. box-sizing:border-box;
  204. width:100%;
  205. }
  206. #u167072_text {
  207. border-width:0px;
  208. word-wrap:break-word;
  209. text-transform:none;
  210. }
  211. #u167073_img {
  212. border-width:0px;
  213. position:absolute;
  214. left:0px;
  215. top:0px;
  216. width:13px;
  217. height:13px;
  218. }
  219. #u167073 {
  220. border-width:0px;
  221. position:absolute;
  222. left:1548px;
  223. top:63px;
  224. width:13px;
  225. height:13px;
  226. display:flex;
  227. }
  228. #u167073 .text {
  229. position:absolute;
  230. align-self:center;
  231. padding:2px 2px 2px 2px;
  232. box-sizing:border-box;
  233. width:100%;
  234. }
  235. #u167073_text {
  236. border-width:0px;
  237. word-wrap:break-word;
  238. text-transform:none;
  239. visibility:hidden;
  240. }
  241. #u167074 {
  242. border-width:0px;
  243. position:absolute;
  244. left:0px;
  245. top:0px;
  246. width:0px;
  247. height:0px;
  248. }
  249. #u167075_div {
  250. border-width:0px;
  251. position:absolute;
  252. left:0px;
  253. top:0px;
  254. width:630px;
  255. height:50px;
  256. background:inherit;
  257. background-color:rgba(255, 255, 255, 1);
  258. box-sizing:border-box;
  259. border-width:1px;
  260. border-style:solid;
  261. border-color:rgba(215, 215, 215, 1);
  262. border-radius:0px;
  263. -moz-box-shadow:none;
  264. -webkit-box-shadow:none;
  265. box-shadow:none;
  266. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  267. font-weight:400;
  268. font-style:normal;
  269. font-size:14px;
  270. color:#AAAAAA;
  271. text-align:center;
  272. line-height:30px;
  273. }
  274. #u167075 {
  275. border-width:0px;
  276. position:absolute;
  277. left:970px;
  278. top:1193px;
  279. width:630px;
  280. height:50px;
  281. display:flex;
  282. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  283. font-weight:400;
  284. font-style:normal;
  285. font-size:14px;
  286. color:#AAAAAA;
  287. text-align:center;
  288. line-height:30px;
  289. }
  290. #u167075 .text {
  291. position:absolute;
  292. align-self:center;
  293. padding:5px 10px 5px 10px;
  294. box-sizing:border-box;
  295. width:100%;
  296. }
  297. #u167075_text {
  298. border-width:0px;
  299. word-wrap:break-word;
  300. text-transform:none;
  301. visibility:hidden;
  302. }
  303. #u167076_div {
  304. border-width:0px;
  305. position:absolute;
  306. left:0px;
  307. top:0px;
  308. width:80px;
  309. height:30px;
  310. background:inherit;
  311. background-color:rgba(24, 144, 255, 1);
  312. border:none;
  313. border-radius:4px;
  314. -moz-box-shadow:none;
  315. -webkit-box-shadow:none;
  316. box-shadow:none;
  317. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  318. font-weight:400;
  319. font-style:normal;
  320. font-size:14px;
  321. color:#FFFFFF;
  322. }
  323. #u167076 {
  324. border-width:0px;
  325. position:absolute;
  326. left:1498px;
  327. top:1203px;
  328. width:80px;
  329. height:30px;
  330. display:flex;
  331. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  332. font-weight:400;
  333. font-style:normal;
  334. font-size:14px;
  335. color:#FFFFFF;
  336. }
  337. #u167076 .text {
  338. position:absolute;
  339. align-self:center;
  340. padding:2px 2px 2px 2px;
  341. box-sizing:border-box;
  342. width:100%;
  343. }
  344. #u167076_text {
  345. border-width:0px;
  346. word-wrap:break-word;
  347. text-transform:none;
  348. }
  349. #u167077_div {
  350. border-width:0px;
  351. position:absolute;
  352. left:0px;
  353. top:0px;
  354. width:80px;
  355. height:30px;
  356. background:inherit;
  357. background-color:rgba(255, 255, 255, 1);
  358. box-sizing:border-box;
  359. border-width:1px;
  360. border-style:solid;
  361. border-color:rgba(121, 121, 121, 1);
  362. border-radius:4px;
  363. -moz-box-shadow:none;
  364. -webkit-box-shadow:none;
  365. box-shadow:none;
  366. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  367. font-weight:400;
  368. font-style:normal;
  369. font-size:14px;
  370. }
  371. #u167077 {
  372. border-width:0px;
  373. position:absolute;
  374. left:1408px;
  375. top:1203px;
  376. width:80px;
  377. height:30px;
  378. display:flex;
  379. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  380. font-weight:400;
  381. font-style:normal;
  382. font-size:14px;
  383. }
  384. #u167077 .text {
  385. position:absolute;
  386. align-self:center;
  387. padding:2px 2px 2px 2px;
  388. box-sizing:border-box;
  389. width:100%;
  390. }
  391. #u167077_text {
  392. border-width:0px;
  393. word-wrap:break-word;
  394. text-transform:none;
  395. }
  396. #u167078 {
  397. border-width:0px;
  398. position:absolute;
  399. left:0px;
  400. top:0px;
  401. width:0px;
  402. height:0px;
  403. }
  404. #u167079_div {
  405. border-width:0px;
  406. position:absolute;
  407. left:0px;
  408. top:0px;
  409. width:493px;
  410. height:40px;
  411. background:inherit;
  412. background-color:rgba(255, 255, 255, 1);
  413. box-sizing:border-box;
  414. border-width:1px;
  415. border-style:solid;
  416. border-color:rgba(170, 170, 170, 1);
  417. border-radius:4px;
  418. -moz-box-shadow:none;
  419. -webkit-box-shadow:none;
  420. box-shadow:none;
  421. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  422. font-weight:400;
  423. font-style:normal;
  424. text-align:right;
  425. }
  426. #u167079 {
  427. border-width:0px;
  428. position:absolute;
  429. left:1020px;
  430. top:160px;
  431. width:493px;
  432. height:40px;
  433. display:flex;
  434. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  435. font-weight:400;
  436. font-style:normal;
  437. text-align:right;
  438. }
  439. #u167079 .text {
  440. position:absolute;
  441. align-self:center;
  442. padding:2px 10px 2px 10px;
  443. box-sizing:border-box;
  444. width:100%;
  445. }
  446. #u167079_text {
  447. border-width:0px;
  448. word-wrap:break-word;
  449. text-transform:none;
  450. visibility:hidden;
  451. }
  452. #u167080_input {
  453. position:absolute;
  454. left:0px;
  455. top:0px;
  456. width:393px;
  457. height:31px;
  458. padding:2px 10px 2px 2px;
  459. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  460. font-weight:400;
  461. font-style:normal;
  462. font-size:13px;
  463. letter-spacing:normal;
  464. color:#333333;
  465. vertical-align:none;
  466. text-align:left;
  467. text-transform:none;
  468. background-color:transparent;
  469. border-color:transparent;
  470. }
  471. #u167080_input.disabled {
  472. position:absolute;
  473. left:0px;
  474. top:0px;
  475. width:393px;
  476. height:31px;
  477. padding:2px 10px 2px 2px;
  478. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  479. font-weight:400;
  480. font-style:normal;
  481. font-size:13px;
  482. letter-spacing:normal;
  483. color:#333333;
  484. vertical-align:none;
  485. text-align:left;
  486. text-transform:none;
  487. background-color:transparent;
  488. border-color:transparent;
  489. }
  490. #u167080_div {
  491. border-width:0px;
  492. position:absolute;
  493. left:0px;
  494. top:0px;
  495. width:393px;
  496. height:31px;
  497. background:inherit;
  498. background-color:rgba(255, 255, 255, 0);
  499. border:none;
  500. border-radius:0px;
  501. -moz-box-shadow:none;
  502. -webkit-box-shadow:none;
  503. box-shadow:none;
  504. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  505. font-weight:400;
  506. font-style:normal;
  507. color:#333333;
  508. }
  509. #u167080 {
  510. border-width:0px;
  511. position:absolute;
  512. left:1027px;
  513. top:165px;
  514. width:393px;
  515. height:31px;
  516. display:flex;
  517. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  518. font-weight:400;
  519. font-style:normal;
  520. color:#333333;
  521. }
  522. #u167080 .text {
  523. position:absolute;
  524. align-self:center;
  525. padding:2px 10px 2px 2px;
  526. box-sizing:border-box;
  527. width:100%;
  528. }
  529. #u167080_div.disabled {
  530. border-width:0px;
  531. position:absolute;
  532. left:0px;
  533. top:0px;
  534. width:393px;
  535. height:31px;
  536. background:inherit;
  537. background-color:rgba(240, 240, 240, 1);
  538. border:none;
  539. border-radius:0px;
  540. -moz-box-shadow:none;
  541. -webkit-box-shadow:none;
  542. box-shadow:none;
  543. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  544. font-weight:400;
  545. font-style:normal;
  546. color:#333333;
  547. }
  548. #u167080.disabled {
  549. }
  550. #u167081_div {
  551. border-width:0px;
  552. position:absolute;
  553. left:0px;
  554. top:0px;
  555. width:46px;
  556. height:30px;
  557. background:inherit;
  558. background-color:rgba(255, 255, 255, 0);
  559. border:none;
  560. border-top:0px;
  561. border-right:0px;
  562. border-bottom:0px;
  563. border-radius:0px;
  564. border-top-left-radius:0px;
  565. border-bottom-left-radius:0px;
  566. -moz-box-shadow:none;
  567. -webkit-box-shadow:none;
  568. box-shadow:none;
  569. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  570. font-weight:400;
  571. font-style:normal;
  572. font-size:14px;
  573. }
  574. #u167081 {
  575. border-width:0px;
  576. position:absolute;
  577. left:1020px;
  578. top:120px;
  579. width:46px;
  580. height:30px;
  581. display:flex;
  582. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  583. font-weight:400;
  584. font-style:normal;
  585. font-size:14px;
  586. }
  587. #u167081 .text {
  588. position:absolute;
  589. align-self:center;
  590. padding:5px 10px 5px 0px;
  591. box-sizing:border-box;
  592. width:100%;
  593. }
  594. #u167081_text {
  595. border-width:0px;
  596. white-space:nowrap;
  597. text-transform:none;
  598. }
  599. #u167082 {
  600. border-width:0px;
  601. position:absolute;
  602. left:0px;
  603. top:0px;
  604. width:0px;
  605. height:0px;
  606. }
  607. #u167083_div {
  608. border-width:0px;
  609. position:absolute;
  610. left:0px;
  611. top:0px;
  612. width:493px;
  613. height:40px;
  614. background:inherit;
  615. background-color:rgba(255, 255, 255, 1);
  616. box-sizing:border-box;
  617. border-width:1px;
  618. border-style:solid;
  619. border-color:rgba(170, 170, 170, 1);
  620. border-radius:4px;
  621. -moz-box-shadow:none;
  622. -webkit-box-shadow:none;
  623. box-shadow:none;
  624. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  625. font-weight:400;
  626. font-style:normal;
  627. text-align:right;
  628. }
  629. #u167083 {
  630. border-width:0px;
  631. position:absolute;
  632. left:1020px;
  633. top:260px;
  634. width:493px;
  635. height:40px;
  636. display:flex;
  637. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  638. font-weight:400;
  639. font-style:normal;
  640. text-align:right;
  641. }
  642. #u167083 .text {
  643. position:absolute;
  644. align-self:center;
  645. padding:2px 10px 2px 10px;
  646. box-sizing:border-box;
  647. width:100%;
  648. }
  649. #u167083_text {
  650. border-width:0px;
  651. word-wrap:break-word;
  652. text-transform:none;
  653. visibility:hidden;
  654. }
  655. #u167084_input {
  656. position:absolute;
  657. left:0px;
  658. top:0px;
  659. width:393px;
  660. height:31px;
  661. padding:2px 10px 2px 2px;
  662. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  663. font-weight:400;
  664. font-style:normal;
  665. font-size:13px;
  666. letter-spacing:normal;
  667. color:#333333;
  668. vertical-align:none;
  669. text-align:left;
  670. text-transform:none;
  671. background-color:transparent;
  672. border-color:transparent;
  673. }
  674. #u167084_input.disabled {
  675. position:absolute;
  676. left:0px;
  677. top:0px;
  678. width:393px;
  679. height:31px;
  680. padding:2px 10px 2px 2px;
  681. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  682. font-weight:400;
  683. font-style:normal;
  684. font-size:13px;
  685. letter-spacing:normal;
  686. color:#333333;
  687. vertical-align:none;
  688. text-align:left;
  689. text-transform:none;
  690. background-color:transparent;
  691. border-color:transparent;
  692. }
  693. #u167084_div {
  694. border-width:0px;
  695. position:absolute;
  696. left:0px;
  697. top:0px;
  698. width:393px;
  699. height:31px;
  700. background:inherit;
  701. background-color:rgba(255, 255, 255, 0);
  702. border:none;
  703. border-radius:0px;
  704. -moz-box-shadow:none;
  705. -webkit-box-shadow:none;
  706. box-shadow:none;
  707. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  708. font-weight:400;
  709. font-style:normal;
  710. color:#333333;
  711. }
  712. #u167084 {
  713. border-width:0px;
  714. position:absolute;
  715. left:1027px;
  716. top:265px;
  717. width:393px;
  718. height:31px;
  719. display:flex;
  720. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  721. font-weight:400;
  722. font-style:normal;
  723. color:#333333;
  724. }
  725. #u167084 .text {
  726. position:absolute;
  727. align-self:center;
  728. padding:2px 10px 2px 2px;
  729. box-sizing:border-box;
  730. width:100%;
  731. }
  732. #u167084_div.disabled {
  733. border-width:0px;
  734. position:absolute;
  735. left:0px;
  736. top:0px;
  737. width:393px;
  738. height:31px;
  739. background:inherit;
  740. background-color:rgba(240, 240, 240, 1);
  741. border:none;
  742. border-radius:0px;
  743. -moz-box-shadow:none;
  744. -webkit-box-shadow:none;
  745. box-shadow:none;
  746. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  747. font-weight:400;
  748. font-style:normal;
  749. color:#333333;
  750. }
  751. #u167084.disabled {
  752. }
  753. #u167085_div {
  754. border-width:0px;
  755. position:absolute;
  756. left:0px;
  757. top:0px;
  758. width:39px;
  759. height:30px;
  760. background:inherit;
  761. background-color:rgba(255, 255, 255, 0);
  762. border:none;
  763. border-top:0px;
  764. border-right:0px;
  765. border-bottom:0px;
  766. border-radius:0px;
  767. border-top-left-radius:0px;
  768. border-bottom-left-radius:0px;
  769. -moz-box-shadow:none;
  770. -webkit-box-shadow:none;
  771. box-shadow:none;
  772. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  773. font-weight:400;
  774. font-style:normal;
  775. font-size:14px;
  776. }
  777. #u167085 {
  778. border-width:0px;
  779. position:absolute;
  780. left:1020px;
  781. top:220px;
  782. width:39px;
  783. height:30px;
  784. display:flex;
  785. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  786. font-weight:400;
  787. font-style:normal;
  788. font-size:14px;
  789. }
  790. #u167085 .text {
  791. position:absolute;
  792. align-self:center;
  793. padding:5px 10px 5px 0px;
  794. box-sizing:border-box;
  795. width:100%;
  796. }
  797. #u167085_text {
  798. border-width:0px;
  799. white-space:nowrap;
  800. text-transform:none;
  801. }
  802. #u167086_div {
  803. border-width:0px;
  804. position:absolute;
  805. left:0px;
  806. top:0px;
  807. width:39px;
  808. height:30px;
  809. background:inherit;
  810. background-color:rgba(255, 255, 255, 0);
  811. border:none;
  812. border-top:0px;
  813. border-right:0px;
  814. border-bottom:0px;
  815. border-radius:0px;
  816. border-top-left-radius:0px;
  817. border-bottom-left-radius:0px;
  818. -moz-box-shadow:none;
  819. -webkit-box-shadow:none;
  820. box-shadow:none;
  821. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  822. font-weight:400;
  823. font-style:normal;
  824. font-size:14px;
  825. }
  826. #u167086 {
  827. border-width:0px;
  828. position:absolute;
  829. left:1020px;
  830. top:320px;
  831. width:39px;
  832. height:30px;
  833. display:flex;
  834. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  835. font-weight:400;
  836. font-style:normal;
  837. font-size:14px;
  838. }
  839. #u167086 .text {
  840. position:absolute;
  841. align-self:center;
  842. padding:5px 10px 5px 0px;
  843. box-sizing:border-box;
  844. width:100%;
  845. }
  846. #u167086_text {
  847. border-width:0px;
  848. white-space:nowrap;
  849. text-transform:none;
  850. }
  851. #u167087_div {
  852. border-width:0px;
  853. position:absolute;
  854. left:0px;
  855. top:0px;
  856. width:46px;
  857. height:30px;
  858. background:inherit;
  859. background-color:rgba(255, 255, 255, 0);
  860. border:none;
  861. border-top:0px;
  862. border-right:0px;
  863. border-bottom:0px;
  864. border-radius:0px;
  865. border-top-left-radius:0px;
  866. border-bottom-left-radius:0px;
  867. -moz-box-shadow:none;
  868. -webkit-box-shadow:none;
  869. box-shadow:none;
  870. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  871. font-weight:400;
  872. font-style:normal;
  873. font-size:14px;
  874. }
  875. #u167087 {
  876. border-width:0px;
  877. position:absolute;
  878. left:1020px;
  879. top:420px;
  880. width:46px;
  881. height:30px;
  882. display:flex;
  883. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  884. font-weight:400;
  885. font-style:normal;
  886. font-size:14px;
  887. }
  888. #u167087 .text {
  889. position:absolute;
  890. align-self:center;
  891. padding:5px 10px 5px 0px;
  892. box-sizing:border-box;
  893. width:100%;
  894. }
  895. #u167087_text {
  896. border-width:0px;
  897. white-space:nowrap;
  898. text-transform:none;
  899. }
  900. #u167088_img {
  901. border-width:0px;
  902. position:absolute;
  903. left:0px;
  904. top:0px;
  905. width:50px;
  906. height:31px;
  907. }
  908. #u167088 {
  909. border-width:0px;
  910. position:absolute;
  911. left:1020px;
  912. top:460px;
  913. width:50px;
  914. height:31px;
  915. display:flex;
  916. }
  917. #u167088 .text {
  918. position:absolute;
  919. align-self:center;
  920. padding:2px 2px 2px 2px;
  921. box-sizing:border-box;
  922. width:100%;
  923. }
  924. #u167088_text {
  925. border-width:0px;
  926. word-wrap:break-word;
  927. text-transform:none;
  928. visibility:hidden;
  929. }
  930. #u167089_img {
  931. border-width:0px;
  932. position:absolute;
  933. left:0px;
  934. top:0px;
  935. width:39px;
  936. height:40px;
  937. }
  938. #u167089 {
  939. border-width:0px;
  940. position:absolute;
  941. left:1020px;
  942. top:360px;
  943. width:39px;
  944. height:40px;
  945. display:flex;
  946. font-family:'AppleColorEmoji', 'Apple Color Emoji', sans-serif;
  947. font-weight:400;
  948. font-style:normal;
  949. }
  950. #u167089 .text {
  951. position:absolute;
  952. align-self:center;
  953. padding:2px 2px 2px 2px;
  954. box-sizing:border-box;
  955. width:100%;
  956. }
  957. #u167089_text {
  958. border-width:0px;
  959. word-wrap:break-word;
  960. text-transform:none;
  961. }
  962. #u167090_img {
  963. border-width:0px;
  964. position:absolute;
  965. left:0px;
  966. top:0px;
  967. width:39px;
  968. height:40px;
  969. }
  970. #u167090 {
  971. border-width:0px;
  972. position:absolute;
  973. left:1076px;
  974. top:360px;
  975. width:39px;
  976. height:40px;
  977. display:flex;
  978. font-family:'AppleColorEmoji', 'Apple Color Emoji', sans-serif;
  979. font-weight:400;
  980. font-style:normal;
  981. }
  982. #u167090 .text {
  983. position:absolute;
  984. align-self:center;
  985. padding:2px 2px 2px 2px;
  986. box-sizing:border-box;
  987. width:100%;
  988. }
  989. #u167090_text {
  990. border-width:0px;
  991. word-wrap:break-word;
  992. text-transform:none;
  993. visibility:hidden;
  994. }
  995. #u167091_img {
  996. border-width:0px;
  997. position:absolute;
  998. left:0px;
  999. top:0px;
  1000. width:39px;
  1001. height:40px;
  1002. }
  1003. #u167091 {
  1004. border-width:0px;
  1005. position:absolute;
  1006. left:1135px;
  1007. top:360px;
  1008. width:39px;
  1009. height:40px;
  1010. display:flex;
  1011. font-family:'AppleColorEmoji', 'Apple Color Emoji', sans-serif;
  1012. font-weight:400;
  1013. font-style:normal;
  1014. }
  1015. #u167091 .text {
  1016. position:absolute;
  1017. align-self:center;
  1018. padding:2px 2px 2px 2px;
  1019. box-sizing:border-box;
  1020. width:100%;
  1021. }
  1022. #u167091_text {
  1023. border-width:0px;
  1024. word-wrap:break-word;
  1025. text-transform:none;
  1026. visibility:hidden;
  1027. }
  1028. #u167092_img {
  1029. border-width:0px;
  1030. position:absolute;
  1031. left:0px;
  1032. top:0px;
  1033. width:39px;
  1034. height:40px;
  1035. }
  1036. #u167092 {
  1037. border-width:0px;
  1038. position:absolute;
  1039. left:1195px;
  1040. top:360px;
  1041. width:39px;
  1042. height:40px;
  1043. display:flex;
  1044. font-family:'AppleColorEmoji', 'Apple Color Emoji', sans-serif;
  1045. font-weight:400;
  1046. font-style:normal;
  1047. }
  1048. #u167092 .text {
  1049. position:absolute;
  1050. align-self:center;
  1051. padding:2px 2px 2px 2px;
  1052. box-sizing:border-box;
  1053. width:100%;
  1054. }
  1055. #u167092_text {
  1056. border-width:0px;
  1057. word-wrap:break-word;
  1058. text-transform:none;
  1059. visibility:hidden;
  1060. }
  1061. #u167093_img {
  1062. border-width:0px;
  1063. position:absolute;
  1064. left:0px;
  1065. top:0px;
  1066. width:39px;
  1067. height:40px;
  1068. }
  1069. #u167093 {
  1070. border-width:0px;
  1071. position:absolute;
  1072. left:1254px;
  1073. top:360px;
  1074. width:39px;
  1075. height:40px;
  1076. display:flex;
  1077. font-family:'AppleColorEmoji', 'Apple Color Emoji', sans-serif;
  1078. font-weight:400;
  1079. font-style:normal;
  1080. }
  1081. #u167093 .text {
  1082. position:absolute;
  1083. align-self:center;
  1084. padding:2px 2px 2px 2px;
  1085. box-sizing:border-box;
  1086. width:100%;
  1087. }
  1088. #u167093_text {
  1089. border-width:0px;
  1090. word-wrap:break-word;
  1091. text-transform:none;
  1092. visibility:hidden;
  1093. }
  1094. #u167094_img {
  1095. border-width:0px;
  1096. position:absolute;
  1097. left:0px;
  1098. top:0px;
  1099. width:39px;
  1100. height:40px;
  1101. }
  1102. #u167094 {
  1103. border-width:0px;
  1104. position:absolute;
  1105. left:1313px;
  1106. top:360px;
  1107. width:39px;
  1108. height:40px;
  1109. display:flex;
  1110. font-family:'AppleColorEmoji', 'Apple Color Emoji', sans-serif;
  1111. font-weight:400;
  1112. font-style:normal;
  1113. }
  1114. #u167094 .text {
  1115. position:absolute;
  1116. align-self:center;
  1117. padding:2px 2px 2px 2px;
  1118. box-sizing:border-box;
  1119. width:100%;
  1120. }
  1121. #u167094_text {
  1122. border-width:0px;
  1123. word-wrap:break-word;
  1124. text-transform:none;
  1125. visibility:hidden;
  1126. }
  1127. #u167095_img {
  1128. border-width:0px;
  1129. position:absolute;
  1130. left:0px;
  1131. top:0px;
  1132. width:39px;
  1133. height:40px;
  1134. }
  1135. #u167095 {
  1136. border-width:0px;
  1137. position:absolute;
  1138. left:1372px;
  1139. top:360px;
  1140. width:39px;
  1141. height:40px;
  1142. display:flex;
  1143. font-family:'AppleColorEmoji', 'Apple Color Emoji', sans-serif;
  1144. font-weight:400;
  1145. font-style:normal;
  1146. }
  1147. #u167095 .text {
  1148. position:absolute;
  1149. align-self:center;
  1150. padding:2px 2px 2px 2px;
  1151. box-sizing:border-box;
  1152. width:100%;
  1153. }
  1154. #u167095_text {
  1155. border-width:0px;
  1156. word-wrap:break-word;
  1157. text-transform:none;
  1158. visibility:hidden;
  1159. }
  1160. #u167096_img {
  1161. border-width:0px;
  1162. position:absolute;
  1163. left:0px;
  1164. top:0px;
  1165. width:39px;
  1166. height:40px;
  1167. }
  1168. #u167096 {
  1169. border-width:0px;
  1170. position:absolute;
  1171. left:1430px;
  1172. top:360px;
  1173. width:39px;
  1174. height:40px;
  1175. display:flex;
  1176. font-family:'AppleColorEmoji', 'Apple Color Emoji', sans-serif;
  1177. font-weight:400;
  1178. font-style:normal;
  1179. }
  1180. #u167096 .text {
  1181. position:absolute;
  1182. align-self:center;
  1183. padding:2px 2px 2px 2px;
  1184. box-sizing:border-box;
  1185. width:100%;
  1186. }
  1187. #u167096_text {
  1188. border-width:0px;
  1189. word-wrap:break-word;
  1190. text-transform:none;
  1191. visibility:hidden;
  1192. }