styles.css 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:-120px;
  6. width:1000px;
  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. #u64678_div {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:1000px;
  25. height:1139px;
  26. background:inherit;
  27. background-color:rgba(242, 242, 242, 1);
  28. box-sizing:border-box;
  29. border-width:1px;
  30. border-style:solid;
  31. border-color:rgba(242, 242, 242, 1);
  32. border-radius:0px;
  33. -moz-box-shadow:none;
  34. -webkit-box-shadow:none;
  35. box-shadow:none;
  36. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  37. font-weight:400;
  38. font-style:normal;
  39. font-size:14px;
  40. color:#AAAAAA;
  41. text-align:center;
  42. line-height:30px;
  43. }
  44. #u64678 {
  45. border-width:0px;
  46. position:absolute;
  47. left:120px;
  48. top:108px;
  49. width:1000px;
  50. height:1139px;
  51. display:flex;
  52. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  53. font-weight:400;
  54. font-style:normal;
  55. font-size:14px;
  56. color:#AAAAAA;
  57. text-align:center;
  58. line-height:30px;
  59. }
  60. #u64678 .text {
  61. position:absolute;
  62. align-self:center;
  63. padding:5px 10px 5px 10px;
  64. box-sizing:border-box;
  65. width:100%;
  66. }
  67. #u64678_text {
  68. border-width:0px;
  69. word-wrap:break-word;
  70. text-transform:none;
  71. visibility:hidden;
  72. }
  73. #u64679_div {
  74. border-width:0px;
  75. position:absolute;
  76. left:0px;
  77. top:0px;
  78. width:1000px;
  79. height:1139px;
  80. background:inherit;
  81. background-color:rgba(255, 255, 255, 1);
  82. box-sizing:border-box;
  83. border-width:1px;
  84. border-style:solid;
  85. border-color:rgba(242, 242, 242, 1);
  86. border-radius:0px;
  87. -moz-box-shadow:none;
  88. -webkit-box-shadow:none;
  89. box-shadow:none;
  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. #u64679 {
  99. border-width:0px;
  100. position:absolute;
  101. left:120px;
  102. top:108px;
  103. width:1000px;
  104. height:1139px;
  105. display:flex;
  106. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  107. font-weight:400;
  108. font-style:normal;
  109. font-size:14px;
  110. color:#AAAAAA;
  111. text-align:center;
  112. line-height:30px;
  113. }
  114. #u64679 .text {
  115. position:absolute;
  116. align-self:center;
  117. padding:5px 10px 5px 10px;
  118. box-sizing:border-box;
  119. width:100%;
  120. }
  121. #u64679_text {
  122. border-width:0px;
  123. word-wrap:break-word;
  124. text-transform:none;
  125. visibility:hidden;
  126. }
  127. #u64680_div {
  128. border-width:0px;
  129. position:absolute;
  130. left:0px;
  131. top:0px;
  132. width:1000px;
  133. height:60px;
  134. background:inherit;
  135. background-color:rgba(255, 255, 255, 1);
  136. box-sizing:border-box;
  137. border-width:1px;
  138. border-style:solid;
  139. border-color:rgba(242, 242, 242, 1);
  140. border-radius:0px;
  141. -moz-box-shadow:none;
  142. -webkit-box-shadow:none;
  143. box-shadow:none;
  144. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  145. font-weight:400;
  146. font-style:normal;
  147. font-size:14px;
  148. color:#AAAAAA;
  149. text-align:center;
  150. line-height:30px;
  151. }
  152. #u64680 {
  153. border-width:0px;
  154. position:absolute;
  155. left:120px;
  156. top:48px;
  157. width:1000px;
  158. height:60px;
  159. display:flex;
  160. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  161. font-weight:400;
  162. font-style:normal;
  163. font-size:14px;
  164. color:#AAAAAA;
  165. text-align:center;
  166. line-height:30px;
  167. }
  168. #u64680 .text {
  169. position:absolute;
  170. align-self:center;
  171. padding:5px 10px 5px 10px;
  172. box-sizing:border-box;
  173. width:100%;
  174. }
  175. #u64680_text {
  176. border-width:0px;
  177. word-wrap:break-word;
  178. text-transform:none;
  179. visibility:hidden;
  180. }
  181. #u64681_div {
  182. border-width:0px;
  183. position:absolute;
  184. left:0px;
  185. top:0px;
  186. width:47px;
  187. height:35px;
  188. background:inherit;
  189. background-color:rgba(255, 255, 255, 0);
  190. border:none;
  191. border-top:0px;
  192. border-right:0px;
  193. border-bottom:0px;
  194. border-radius:0px;
  195. border-top-left-radius:0px;
  196. border-bottom-left-radius:0px;
  197. -moz-box-shadow:none;
  198. -webkit-box-shadow:none;
  199. box-shadow:none;
  200. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  201. font-weight:500;
  202. font-style:normal;
  203. font-size:18px;
  204. }
  205. #u64681 {
  206. border-width:0px;
  207. position:absolute;
  208. left:152px;
  209. top:61px;
  210. width:47px;
  211. height:35px;
  212. display:flex;
  213. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  214. font-weight:500;
  215. font-style:normal;
  216. font-size:18px;
  217. }
  218. #u64681 .text {
  219. position:absolute;
  220. align-self:center;
  221. padding:5px 10px 5px 0px;
  222. box-sizing:border-box;
  223. width:100%;
  224. }
  225. #u64681_text {
  226. border-width:0px;
  227. white-space:nowrap;
  228. text-transform:none;
  229. }
  230. #u64682_img {
  231. border-width:0px;
  232. position:absolute;
  233. left:0px;
  234. top:0px;
  235. width:17px;
  236. height:17px;
  237. }
  238. #u64682 {
  239. border-width:0px;
  240. position:absolute;
  241. left:1093px;
  242. top:70px;
  243. width:17px;
  244. height:17px;
  245. display:flex;
  246. }
  247. #u64682 .text {
  248. position:absolute;
  249. align-self:center;
  250. padding:2px 2px 2px 2px;
  251. box-sizing:border-box;
  252. width:100%;
  253. }
  254. #u64682_text {
  255. border-width:0px;
  256. word-wrap:break-word;
  257. text-transform:none;
  258. visibility:hidden;
  259. }
  260. #u64683 {
  261. border-width:0px;
  262. position:absolute;
  263. left:0px;
  264. top:0px;
  265. width:0px;
  266. height:0px;
  267. }
  268. #u64684_div {
  269. border-width:0px;
  270. position:absolute;
  271. left:0px;
  272. top:0px;
  273. width:1000px;
  274. height:60px;
  275. background:inherit;
  276. background-color:rgba(255, 255, 255, 1);
  277. box-sizing:border-box;
  278. border-width:1px;
  279. border-style:solid;
  280. border-color:rgba(215, 215, 215, 1);
  281. border-radius:0px;
  282. -moz-box-shadow:none;
  283. -webkit-box-shadow:none;
  284. box-shadow:none;
  285. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  286. font-weight:400;
  287. font-style:normal;
  288. font-size:14px;
  289. color:#AAAAAA;
  290. text-align:center;
  291. line-height:30px;
  292. }
  293. #u64684 {
  294. border-width:0px;
  295. position:absolute;
  296. left:120px;
  297. top:1187px;
  298. width:1000px;
  299. height:60px;
  300. display:flex;
  301. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  302. font-weight:400;
  303. font-style:normal;
  304. font-size:14px;
  305. color:#AAAAAA;
  306. text-align:center;
  307. line-height:30px;
  308. }
  309. #u64684 .text {
  310. position:absolute;
  311. align-self:center;
  312. padding:5px 10px 5px 10px;
  313. box-sizing:border-box;
  314. width:100%;
  315. }
  316. #u64684_text {
  317. border-width:0px;
  318. word-wrap:break-word;
  319. text-transform:none;
  320. visibility:hidden;
  321. }
  322. #u64685_div {
  323. border-width:0px;
  324. position:absolute;
  325. left:0px;
  326. top:0px;
  327. width:80px;
  328. height:30px;
  329. background:inherit;
  330. background-color:rgba(24, 144, 255, 1);
  331. border:none;
  332. border-radius:4px;
  333. -moz-box-shadow:none;
  334. -webkit-box-shadow:none;
  335. box-shadow:none;
  336. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  337. font-weight:400;
  338. font-style:normal;
  339. font-size:14px;
  340. color:#FFFFFF;
  341. }
  342. #u64685 {
  343. border-width:0px;
  344. position:absolute;
  345. left:1000px;
  346. top:1202px;
  347. width:80px;
  348. height:30px;
  349. display:flex;
  350. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  351. font-weight:400;
  352. font-style:normal;
  353. font-size:14px;
  354. color:#FFFFFF;
  355. }
  356. #u64685 .text {
  357. position:absolute;
  358. align-self:center;
  359. padding:2px 2px 2px 2px;
  360. box-sizing:border-box;
  361. width:100%;
  362. }
  363. #u64685_text {
  364. border-width:0px;
  365. word-wrap:break-word;
  366. text-transform:none;
  367. }
  368. #u64686_div {
  369. border-width:0px;
  370. position:absolute;
  371. left:0px;
  372. top:0px;
  373. width:79px;
  374. height:30px;
  375. background:inherit;
  376. background-color:rgba(255, 255, 255, 1);
  377. box-sizing:border-box;
  378. border-width:1px;
  379. border-style:solid;
  380. border-color:rgba(170, 170, 170, 1);
  381. border-radius:4px;
  382. -moz-box-shadow:none;
  383. -webkit-box-shadow:none;
  384. box-shadow:none;
  385. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  386. font-weight:400;
  387. font-style:normal;
  388. font-size:14px;
  389. }
  390. #u64686 {
  391. border-width:0px;
  392. position:absolute;
  393. left:901px;
  394. top:1202px;
  395. width:79px;
  396. height:30px;
  397. display:flex;
  398. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  399. font-weight:400;
  400. font-style:normal;
  401. font-size:14px;
  402. }
  403. #u64686 .text {
  404. position:absolute;
  405. align-self:center;
  406. padding:2px 2px 2px 2px;
  407. box-sizing:border-box;
  408. width:100%;
  409. }
  410. #u64686_text {
  411. border-width:0px;
  412. word-wrap:break-word;
  413. text-transform:none;
  414. }
  415. #u64687 {
  416. border-width:0px;
  417. position:absolute;
  418. left:0px;
  419. top:0px;
  420. width:0px;
  421. height:0px;
  422. }
  423. #u64688_div {
  424. border-width:0px;
  425. position:absolute;
  426. left:0px;
  427. top:0px;
  428. width:101px;
  429. height:35px;
  430. background:inherit;
  431. background-color:rgba(255, 255, 255, 0);
  432. border:none;
  433. border-top:0px;
  434. border-right:0px;
  435. border-bottom:0px;
  436. border-radius:0px;
  437. border-top-left-radius:0px;
  438. border-bottom-left-radius:0px;
  439. -moz-box-shadow:none;
  440. -webkit-box-shadow:none;
  441. box-shadow:none;
  442. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  443. font-weight:500;
  444. font-style:normal;
  445. font-size:18px;
  446. }
  447. #u64688 {
  448. border-width:0px;
  449. position:absolute;
  450. left:152px;
  451. top:128px;
  452. width:101px;
  453. height:35px;
  454. display:flex;
  455. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  456. font-weight:500;
  457. font-style:normal;
  458. font-size:18px;
  459. }
  460. #u64688 .text {
  461. position:absolute;
  462. align-self:center;
  463. padding:5px 10px 5px 0px;
  464. box-sizing:border-box;
  465. width:100%;
  466. }
  467. #u64688_text {
  468. border-width:0px;
  469. white-space:nowrap;
  470. text-transform:none;
  471. }
  472. #u64689 {
  473. border-width:0px;
  474. position:absolute;
  475. left:152px;
  476. top:173px;
  477. width:928px;
  478. height:180px;
  479. }
  480. #u64690_img {
  481. border-width:0px;
  482. position:absolute;
  483. left:0px;
  484. top:0px;
  485. width:181px;
  486. height:30px;
  487. }
  488. #u64690 {
  489. border-width:0px;
  490. position:absolute;
  491. left:0px;
  492. top:0px;
  493. width:181px;
  494. height:30px;
  495. display:flex;
  496. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  497. font-weight:400;
  498. font-style:normal;
  499. font-size:14px;
  500. color:#FFFFFF;
  501. }
  502. #u64690 .text {
  503. position:absolute;
  504. align-self:center;
  505. padding:2px 2px 2px 2px;
  506. box-sizing:border-box;
  507. width:100%;
  508. }
  509. #u64690_text {
  510. border-width:0px;
  511. word-wrap:break-word;
  512. text-transform:none;
  513. }
  514. #u64691_img {
  515. border-width:0px;
  516. position:absolute;
  517. left:0px;
  518. top:0px;
  519. width:129px;
  520. height:30px;
  521. }
  522. #u64691 {
  523. border-width:0px;
  524. position:absolute;
  525. left:181px;
  526. top:0px;
  527. width:129px;
  528. height:30px;
  529. display:flex;
  530. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  531. font-weight:400;
  532. font-style:normal;
  533. font-size:14px;
  534. color:#FFFFFF;
  535. }
  536. #u64691 .text {
  537. position:absolute;
  538. align-self:center;
  539. padding:2px 2px 2px 2px;
  540. box-sizing:border-box;
  541. width:100%;
  542. }
  543. #u64691_text {
  544. border-width:0px;
  545. word-wrap:break-word;
  546. text-transform:none;
  547. }
  548. #u64692_img {
  549. border-width:0px;
  550. position:absolute;
  551. left:0px;
  552. top:0px;
  553. width:149px;
  554. height:30px;
  555. }
  556. #u64692 {
  557. border-width:0px;
  558. position:absolute;
  559. left:310px;
  560. top:0px;
  561. width:149px;
  562. height:30px;
  563. display:flex;
  564. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  565. font-weight:400;
  566. font-style:normal;
  567. font-size:14px;
  568. color:#FFFFFF;
  569. }
  570. #u64692 .text {
  571. position:absolute;
  572. align-self:center;
  573. padding:2px 2px 2px 2px;
  574. box-sizing:border-box;
  575. width:100%;
  576. }
  577. #u64692_text {
  578. border-width:0px;
  579. word-wrap:break-word;
  580. text-transform:none;
  581. }
  582. #u64693_img {
  583. border-width:0px;
  584. position:absolute;
  585. left:0px;
  586. top:0px;
  587. width:159px;
  588. height:30px;
  589. }
  590. #u64693 {
  591. border-width:0px;
  592. position:absolute;
  593. left:459px;
  594. top:0px;
  595. width:159px;
  596. height:30px;
  597. display:flex;
  598. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  599. font-weight:400;
  600. font-style:normal;
  601. font-size:14px;
  602. color:#FFFFFF;
  603. }
  604. #u64693 .text {
  605. position:absolute;
  606. align-self:center;
  607. padding:2px 2px 2px 2px;
  608. box-sizing:border-box;
  609. width:100%;
  610. }
  611. #u64693_text {
  612. border-width:0px;
  613. word-wrap:break-word;
  614. text-transform:none;
  615. }
  616. #u64694_img {
  617. border-width:0px;
  618. position:absolute;
  619. left:0px;
  620. top:0px;
  621. width:150px;
  622. height:30px;
  623. }
  624. #u64694 {
  625. border-width:0px;
  626. position:absolute;
  627. left:618px;
  628. top:0px;
  629. width:150px;
  630. height:30px;
  631. display:flex;
  632. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  633. font-weight:400;
  634. font-style:normal;
  635. font-size:14px;
  636. color:#FFFFFF;
  637. }
  638. #u64694 .text {
  639. position:absolute;
  640. align-self:center;
  641. padding:2px 2px 2px 2px;
  642. box-sizing:border-box;
  643. width:100%;
  644. }
  645. #u64694_text {
  646. border-width:0px;
  647. word-wrap:break-word;
  648. text-transform:none;
  649. }
  650. #u64695_img {
  651. border-width:0px;
  652. position:absolute;
  653. left:0px;
  654. top:0px;
  655. width:160px;
  656. height:30px;
  657. }
  658. #u64695 {
  659. border-width:0px;
  660. position:absolute;
  661. left:768px;
  662. top:0px;
  663. width:160px;
  664. height:30px;
  665. display:flex;
  666. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  667. font-weight:400;
  668. font-style:normal;
  669. font-size:14px;
  670. color:#FFFFFF;
  671. }
  672. #u64695 .text {
  673. position:absolute;
  674. align-self:center;
  675. padding:2px 2px 2px 2px;
  676. box-sizing:border-box;
  677. width:100%;
  678. }
  679. #u64695_text {
  680. border-width:0px;
  681. word-wrap:break-word;
  682. text-transform:none;
  683. }
  684. #u64696_img {
  685. border-width:0px;
  686. position:absolute;
  687. left:0px;
  688. top:0px;
  689. width:181px;
  690. height:30px;
  691. }
  692. #u64696 {
  693. border-width:0px;
  694. position:absolute;
  695. left:0px;
  696. top:30px;
  697. width:181px;
  698. height:30px;
  699. display:flex;
  700. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  701. font-weight:400;
  702. font-style:normal;
  703. font-size:14px;
  704. }
  705. #u64696 .text {
  706. position:absolute;
  707. align-self:center;
  708. padding:2px 2px 2px 2px;
  709. box-sizing:border-box;
  710. width:100%;
  711. }
  712. #u64696_text {
  713. border-width:0px;
  714. word-wrap:break-word;
  715. text-transform:none;
  716. visibility:hidden;
  717. }
  718. #u64697_img {
  719. border-width:0px;
  720. position:absolute;
  721. left:0px;
  722. top:0px;
  723. width:129px;
  724. height:30px;
  725. }
  726. #u64697 {
  727. border-width:0px;
  728. position:absolute;
  729. left:181px;
  730. top:30px;
  731. width:129px;
  732. height:30px;
  733. display:flex;
  734. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  735. font-weight:400;
  736. font-style:normal;
  737. font-size:14px;
  738. }
  739. #u64697 .text {
  740. position:absolute;
  741. align-self:center;
  742. padding:2px 2px 2px 2px;
  743. box-sizing:border-box;
  744. width:100%;
  745. }
  746. #u64697_text {
  747. border-width:0px;
  748. word-wrap:break-word;
  749. text-transform:none;
  750. visibility:hidden;
  751. }
  752. #u64698_img {
  753. border-width:0px;
  754. position:absolute;
  755. left:0px;
  756. top:0px;
  757. width:149px;
  758. height:30px;
  759. }
  760. #u64698 {
  761. border-width:0px;
  762. position:absolute;
  763. left:310px;
  764. top:30px;
  765. width:149px;
  766. height:30px;
  767. display:flex;
  768. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  769. font-weight:400;
  770. font-style:normal;
  771. font-size:14px;
  772. }
  773. #u64698 .text {
  774. position:absolute;
  775. align-self:center;
  776. padding:2px 2px 2px 2px;
  777. box-sizing:border-box;
  778. width:100%;
  779. }
  780. #u64698_text {
  781. border-width:0px;
  782. word-wrap:break-word;
  783. text-transform:none;
  784. visibility:hidden;
  785. }
  786. #u64699_img {
  787. border-width:0px;
  788. position:absolute;
  789. left:0px;
  790. top:0px;
  791. width:159px;
  792. height:30px;
  793. }
  794. #u64699 {
  795. border-width:0px;
  796. position:absolute;
  797. left:459px;
  798. top:30px;
  799. width:159px;
  800. height:30px;
  801. display:flex;
  802. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  803. font-weight:400;
  804. font-style:normal;
  805. font-size:14px;
  806. }
  807. #u64699 .text {
  808. position:absolute;
  809. align-self:center;
  810. padding:2px 2px 2px 2px;
  811. box-sizing:border-box;
  812. width:100%;
  813. }
  814. #u64699_text {
  815. border-width:0px;
  816. word-wrap:break-word;
  817. text-transform:none;
  818. visibility:hidden;
  819. }
  820. #u64700_img {
  821. border-width:0px;
  822. position:absolute;
  823. left:0px;
  824. top:0px;
  825. width:150px;
  826. height:30px;
  827. }
  828. #u64700 {
  829. border-width:0px;
  830. position:absolute;
  831. left:618px;
  832. top:30px;
  833. width:150px;
  834. height:30px;
  835. display:flex;
  836. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  837. font-weight:400;
  838. font-style:normal;
  839. font-size:14px;
  840. color:#000000;
  841. text-align:left;
  842. }
  843. #u64700 .text {
  844. position:absolute;
  845. align-self:center;
  846. padding:2px 2px 2px 2px;
  847. box-sizing:border-box;
  848. width:100%;
  849. }
  850. #u64700_text {
  851. border-width:0px;
  852. word-wrap:break-word;
  853. text-transform:none;
  854. visibility:hidden;
  855. }
  856. #u64701_img {
  857. border-width:0px;
  858. position:absolute;
  859. left:0px;
  860. top:0px;
  861. width:160px;
  862. height:30px;
  863. }
  864. #u64701 {
  865. border-width:0px;
  866. position:absolute;
  867. left:768px;
  868. top:30px;
  869. width:160px;
  870. height:30px;
  871. display:flex;
  872. font-size:14px;
  873. }
  874. #u64701 .text {
  875. position:absolute;
  876. align-self:center;
  877. padding:2px 2px 2px 2px;
  878. box-sizing:border-box;
  879. width:100%;
  880. }
  881. #u64701_text {
  882. border-width:0px;
  883. word-wrap:break-word;
  884. text-transform:none;
  885. visibility:hidden;
  886. }
  887. #u64702_img {
  888. border-width:0px;
  889. position:absolute;
  890. left:0px;
  891. top:0px;
  892. width:181px;
  893. height:30px;
  894. }
  895. #u64702 {
  896. border-width:0px;
  897. position:absolute;
  898. left:0px;
  899. top:60px;
  900. width:181px;
  901. height:30px;
  902. display:flex;
  903. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  904. font-weight:400;
  905. font-style:normal;
  906. font-size:14px;
  907. }
  908. #u64702 .text {
  909. position:absolute;
  910. align-self:center;
  911. padding:2px 2px 2px 2px;
  912. box-sizing:border-box;
  913. width:100%;
  914. }
  915. #u64702_text {
  916. border-width:0px;
  917. word-wrap:break-word;
  918. text-transform:none;
  919. visibility:hidden;
  920. }
  921. #u64703_img {
  922. border-width:0px;
  923. position:absolute;
  924. left:0px;
  925. top:0px;
  926. width:129px;
  927. height:30px;
  928. }
  929. #u64703 {
  930. border-width:0px;
  931. position:absolute;
  932. left:181px;
  933. top:60px;
  934. width:129px;
  935. height:30px;
  936. display:flex;
  937. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  938. font-weight:400;
  939. font-style:normal;
  940. font-size:14px;
  941. }
  942. #u64703 .text {
  943. position:absolute;
  944. align-self:center;
  945. padding:2px 2px 2px 2px;
  946. box-sizing:border-box;
  947. width:100%;
  948. }
  949. #u64703_text {
  950. border-width:0px;
  951. word-wrap:break-word;
  952. text-transform:none;
  953. visibility:hidden;
  954. }
  955. #u64704_img {
  956. border-width:0px;
  957. position:absolute;
  958. left:0px;
  959. top:0px;
  960. width:149px;
  961. height:30px;
  962. }
  963. #u64704 {
  964. border-width:0px;
  965. position:absolute;
  966. left:310px;
  967. top:60px;
  968. width:149px;
  969. height:30px;
  970. display:flex;
  971. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  972. font-weight:400;
  973. font-style:normal;
  974. font-size:14px;
  975. }
  976. #u64704 .text {
  977. position:absolute;
  978. align-self:center;
  979. padding:2px 2px 2px 2px;
  980. box-sizing:border-box;
  981. width:100%;
  982. }
  983. #u64704_text {
  984. border-width:0px;
  985. word-wrap:break-word;
  986. text-transform:none;
  987. visibility:hidden;
  988. }
  989. #u64705_img {
  990. border-width:0px;
  991. position:absolute;
  992. left:0px;
  993. top:0px;
  994. width:159px;
  995. height:30px;
  996. }
  997. #u64705 {
  998. border-width:0px;
  999. position:absolute;
  1000. left:459px;
  1001. top:60px;
  1002. width:159px;
  1003. height:30px;
  1004. display:flex;
  1005. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1006. font-weight:400;
  1007. font-style:normal;
  1008. font-size:14px;
  1009. }
  1010. #u64705 .text {
  1011. position:absolute;
  1012. align-self:center;
  1013. padding:2px 2px 2px 2px;
  1014. box-sizing:border-box;
  1015. width:100%;
  1016. }
  1017. #u64705_text {
  1018. border-width:0px;
  1019. word-wrap:break-word;
  1020. text-transform:none;
  1021. visibility:hidden;
  1022. }
  1023. #u64706_img {
  1024. border-width:0px;
  1025. position:absolute;
  1026. left:0px;
  1027. top:0px;
  1028. width:150px;
  1029. height:30px;
  1030. }
  1031. #u64706 {
  1032. border-width:0px;
  1033. position:absolute;
  1034. left:618px;
  1035. top:60px;
  1036. width:150px;
  1037. height:30px;
  1038. display:flex;
  1039. font-size:14px;
  1040. }
  1041. #u64706 .text {
  1042. position:absolute;
  1043. align-self:center;
  1044. padding:2px 2px 2px 2px;
  1045. box-sizing:border-box;
  1046. width:100%;
  1047. }
  1048. #u64706_text {
  1049. border-width:0px;
  1050. word-wrap:break-word;
  1051. text-transform:none;
  1052. visibility:hidden;
  1053. }
  1054. #u64707_img {
  1055. border-width:0px;
  1056. position:absolute;
  1057. left:0px;
  1058. top:0px;
  1059. width:160px;
  1060. height:30px;
  1061. }
  1062. #u64707 {
  1063. border-width:0px;
  1064. position:absolute;
  1065. left:768px;
  1066. top:60px;
  1067. width:160px;
  1068. height:30px;
  1069. display:flex;
  1070. font-size:14px;
  1071. }
  1072. #u64707 .text {
  1073. position:absolute;
  1074. align-self:center;
  1075. padding:2px 2px 2px 2px;
  1076. box-sizing:border-box;
  1077. width:100%;
  1078. }
  1079. #u64707_text {
  1080. border-width:0px;
  1081. word-wrap:break-word;
  1082. text-transform:none;
  1083. visibility:hidden;
  1084. }
  1085. #u64708_img {
  1086. border-width:0px;
  1087. position:absolute;
  1088. left:0px;
  1089. top:0px;
  1090. width:181px;
  1091. height:30px;
  1092. }
  1093. #u64708 {
  1094. border-width:0px;
  1095. position:absolute;
  1096. left:0px;
  1097. top:90px;
  1098. width:181px;
  1099. height:30px;
  1100. display:flex;
  1101. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1102. font-weight:400;
  1103. font-style:normal;
  1104. font-size:14px;
  1105. }
  1106. #u64708 .text {
  1107. position:absolute;
  1108. align-self:center;
  1109. padding:2px 2px 2px 2px;
  1110. box-sizing:border-box;
  1111. width:100%;
  1112. }
  1113. #u64708_text {
  1114. border-width:0px;
  1115. word-wrap:break-word;
  1116. text-transform:none;
  1117. visibility:hidden;
  1118. }
  1119. #u64709_img {
  1120. border-width:0px;
  1121. position:absolute;
  1122. left:0px;
  1123. top:0px;
  1124. width:129px;
  1125. height:30px;
  1126. }
  1127. #u64709 {
  1128. border-width:0px;
  1129. position:absolute;
  1130. left:181px;
  1131. top:90px;
  1132. width:129px;
  1133. height:30px;
  1134. display:flex;
  1135. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1136. font-weight:400;
  1137. font-style:normal;
  1138. font-size:14px;
  1139. }
  1140. #u64709 .text {
  1141. position:absolute;
  1142. align-self:center;
  1143. padding:2px 2px 2px 2px;
  1144. box-sizing:border-box;
  1145. width:100%;
  1146. }
  1147. #u64709_text {
  1148. border-width:0px;
  1149. word-wrap:break-word;
  1150. text-transform:none;
  1151. visibility:hidden;
  1152. }
  1153. #u64710_img {
  1154. border-width:0px;
  1155. position:absolute;
  1156. left:0px;
  1157. top:0px;
  1158. width:149px;
  1159. height:30px;
  1160. }
  1161. #u64710 {
  1162. border-width:0px;
  1163. position:absolute;
  1164. left:310px;
  1165. top:90px;
  1166. width:149px;
  1167. height:30px;
  1168. display:flex;
  1169. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1170. font-weight:400;
  1171. font-style:normal;
  1172. font-size:14px;
  1173. }
  1174. #u64710 .text {
  1175. position:absolute;
  1176. align-self:center;
  1177. padding:2px 2px 2px 2px;
  1178. box-sizing:border-box;
  1179. width:100%;
  1180. }
  1181. #u64710_text {
  1182. border-width:0px;
  1183. word-wrap:break-word;
  1184. text-transform:none;
  1185. visibility:hidden;
  1186. }
  1187. #u64711_img {
  1188. border-width:0px;
  1189. position:absolute;
  1190. left:0px;
  1191. top:0px;
  1192. width:159px;
  1193. height:30px;
  1194. }
  1195. #u64711 {
  1196. border-width:0px;
  1197. position:absolute;
  1198. left:459px;
  1199. top:90px;
  1200. width:159px;
  1201. height:30px;
  1202. display:flex;
  1203. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1204. font-weight:400;
  1205. font-style:normal;
  1206. font-size:14px;
  1207. }
  1208. #u64711 .text {
  1209. position:absolute;
  1210. align-self:center;
  1211. padding:2px 2px 2px 2px;
  1212. box-sizing:border-box;
  1213. width:100%;
  1214. }
  1215. #u64711_text {
  1216. border-width:0px;
  1217. word-wrap:break-word;
  1218. text-transform:none;
  1219. visibility:hidden;
  1220. }
  1221. #u64712_img {
  1222. border-width:0px;
  1223. position:absolute;
  1224. left:0px;
  1225. top:0px;
  1226. width:150px;
  1227. height:30px;
  1228. }
  1229. #u64712 {
  1230. border-width:0px;
  1231. position:absolute;
  1232. left:618px;
  1233. top:90px;
  1234. width:150px;
  1235. height:30px;
  1236. display:flex;
  1237. font-size:14px;
  1238. }
  1239. #u64712 .text {
  1240. position:absolute;
  1241. align-self:center;
  1242. padding:2px 2px 2px 2px;
  1243. box-sizing:border-box;
  1244. width:100%;
  1245. }
  1246. #u64712_text {
  1247. border-width:0px;
  1248. word-wrap:break-word;
  1249. text-transform:none;
  1250. visibility:hidden;
  1251. }
  1252. #u64713_img {
  1253. border-width:0px;
  1254. position:absolute;
  1255. left:0px;
  1256. top:0px;
  1257. width:160px;
  1258. height:30px;
  1259. }
  1260. #u64713 {
  1261. border-width:0px;
  1262. position:absolute;
  1263. left:768px;
  1264. top:90px;
  1265. width:160px;
  1266. height:30px;
  1267. display:flex;
  1268. font-size:14px;
  1269. }
  1270. #u64713 .text {
  1271. position:absolute;
  1272. align-self:center;
  1273. padding:2px 2px 2px 2px;
  1274. box-sizing:border-box;
  1275. width:100%;
  1276. }
  1277. #u64713_text {
  1278. border-width:0px;
  1279. word-wrap:break-word;
  1280. text-transform:none;
  1281. visibility:hidden;
  1282. }
  1283. #u64714_img {
  1284. border-width:0px;
  1285. position:absolute;
  1286. left:0px;
  1287. top:0px;
  1288. width:181px;
  1289. height:30px;
  1290. }
  1291. #u64714 {
  1292. border-width:0px;
  1293. position:absolute;
  1294. left:0px;
  1295. top:120px;
  1296. width:181px;
  1297. height:30px;
  1298. display:flex;
  1299. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1300. font-weight:400;
  1301. font-style:normal;
  1302. font-size:14px;
  1303. }
  1304. #u64714 .text {
  1305. position:absolute;
  1306. align-self:center;
  1307. padding:2px 2px 2px 2px;
  1308. box-sizing:border-box;
  1309. width:100%;
  1310. }
  1311. #u64714_text {
  1312. border-width:0px;
  1313. word-wrap:break-word;
  1314. text-transform:none;
  1315. visibility:hidden;
  1316. }
  1317. #u64715_img {
  1318. border-width:0px;
  1319. position:absolute;
  1320. left:0px;
  1321. top:0px;
  1322. width:129px;
  1323. height:30px;
  1324. }
  1325. #u64715 {
  1326. border-width:0px;
  1327. position:absolute;
  1328. left:181px;
  1329. top:120px;
  1330. width:129px;
  1331. height:30px;
  1332. display:flex;
  1333. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1334. font-weight:400;
  1335. font-style:normal;
  1336. font-size:14px;
  1337. }
  1338. #u64715 .text {
  1339. position:absolute;
  1340. align-self:center;
  1341. padding:2px 2px 2px 2px;
  1342. box-sizing:border-box;
  1343. width:100%;
  1344. }
  1345. #u64715_text {
  1346. border-width:0px;
  1347. word-wrap:break-word;
  1348. text-transform:none;
  1349. visibility:hidden;
  1350. }
  1351. #u64716_img {
  1352. border-width:0px;
  1353. position:absolute;
  1354. left:0px;
  1355. top:0px;
  1356. width:149px;
  1357. height:30px;
  1358. }
  1359. #u64716 {
  1360. border-width:0px;
  1361. position:absolute;
  1362. left:310px;
  1363. top:120px;
  1364. width:149px;
  1365. height:30px;
  1366. display:flex;
  1367. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1368. font-weight:400;
  1369. font-style:normal;
  1370. font-size:14px;
  1371. }
  1372. #u64716 .text {
  1373. position:absolute;
  1374. align-self:center;
  1375. padding:2px 2px 2px 2px;
  1376. box-sizing:border-box;
  1377. width:100%;
  1378. }
  1379. #u64716_text {
  1380. border-width:0px;
  1381. word-wrap:break-word;
  1382. text-transform:none;
  1383. visibility:hidden;
  1384. }
  1385. #u64717_img {
  1386. border-width:0px;
  1387. position:absolute;
  1388. left:0px;
  1389. top:0px;
  1390. width:159px;
  1391. height:30px;
  1392. }
  1393. #u64717 {
  1394. border-width:0px;
  1395. position:absolute;
  1396. left:459px;
  1397. top:120px;
  1398. width:159px;
  1399. height:30px;
  1400. display:flex;
  1401. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1402. font-weight:400;
  1403. font-style:normal;
  1404. font-size:14px;
  1405. }
  1406. #u64717 .text {
  1407. position:absolute;
  1408. align-self:center;
  1409. padding:2px 2px 2px 2px;
  1410. box-sizing:border-box;
  1411. width:100%;
  1412. }
  1413. #u64717_text {
  1414. border-width:0px;
  1415. word-wrap:break-word;
  1416. text-transform:none;
  1417. visibility:hidden;
  1418. }
  1419. #u64718_img {
  1420. border-width:0px;
  1421. position:absolute;
  1422. left:0px;
  1423. top:0px;
  1424. width:150px;
  1425. height:30px;
  1426. }
  1427. #u64718 {
  1428. border-width:0px;
  1429. position:absolute;
  1430. left:618px;
  1431. top:120px;
  1432. width:150px;
  1433. height:30px;
  1434. display:flex;
  1435. font-size:14px;
  1436. }
  1437. #u64718 .text {
  1438. position:absolute;
  1439. align-self:center;
  1440. padding:2px 2px 2px 2px;
  1441. box-sizing:border-box;
  1442. width:100%;
  1443. }
  1444. #u64718_text {
  1445. border-width:0px;
  1446. word-wrap:break-word;
  1447. text-transform:none;
  1448. visibility:hidden;
  1449. }
  1450. #u64719_img {
  1451. border-width:0px;
  1452. position:absolute;
  1453. left:0px;
  1454. top:0px;
  1455. width:160px;
  1456. height:30px;
  1457. }
  1458. #u64719 {
  1459. border-width:0px;
  1460. position:absolute;
  1461. left:768px;
  1462. top:120px;
  1463. width:160px;
  1464. height:30px;
  1465. display:flex;
  1466. font-size:14px;
  1467. }
  1468. #u64719 .text {
  1469. position:absolute;
  1470. align-self:center;
  1471. padding:2px 2px 2px 2px;
  1472. box-sizing:border-box;
  1473. width:100%;
  1474. }
  1475. #u64719_text {
  1476. border-width:0px;
  1477. word-wrap:break-word;
  1478. text-transform:none;
  1479. visibility:hidden;
  1480. }
  1481. #u64720_img {
  1482. border-width:0px;
  1483. position:absolute;
  1484. left:0px;
  1485. top:0px;
  1486. width:181px;
  1487. height:30px;
  1488. }
  1489. #u64720 {
  1490. border-width:0px;
  1491. position:absolute;
  1492. left:0px;
  1493. top:150px;
  1494. width:181px;
  1495. height:30px;
  1496. display:flex;
  1497. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1498. font-weight:400;
  1499. font-style:normal;
  1500. font-size:14px;
  1501. }
  1502. #u64720 .text {
  1503. position:absolute;
  1504. align-self:center;
  1505. padding:2px 2px 2px 2px;
  1506. box-sizing:border-box;
  1507. width:100%;
  1508. }
  1509. #u64720_text {
  1510. border-width:0px;
  1511. word-wrap:break-word;
  1512. text-transform:none;
  1513. }
  1514. #u64721_img {
  1515. border-width:0px;
  1516. position:absolute;
  1517. left:0px;
  1518. top:0px;
  1519. width:129px;
  1520. height:30px;
  1521. }
  1522. #u64721 {
  1523. border-width:0px;
  1524. position:absolute;
  1525. left:181px;
  1526. top:150px;
  1527. width:129px;
  1528. height:30px;
  1529. display:flex;
  1530. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1531. font-weight:400;
  1532. font-style:normal;
  1533. font-size:14px;
  1534. }
  1535. #u64721 .text {
  1536. position:absolute;
  1537. align-self:center;
  1538. padding:2px 2px 2px 2px;
  1539. box-sizing:border-box;
  1540. width:100%;
  1541. }
  1542. #u64721_text {
  1543. border-width:0px;
  1544. word-wrap:break-word;
  1545. text-transform:none;
  1546. visibility:hidden;
  1547. }
  1548. #u64722_img {
  1549. border-width:0px;
  1550. position:absolute;
  1551. left:0px;
  1552. top:0px;
  1553. width:149px;
  1554. height:30px;
  1555. }
  1556. #u64722 {
  1557. border-width:0px;
  1558. position:absolute;
  1559. left:310px;
  1560. top:150px;
  1561. width:149px;
  1562. height:30px;
  1563. display:flex;
  1564. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1565. font-weight:400;
  1566. font-style:normal;
  1567. font-size:14px;
  1568. }
  1569. #u64722 .text {
  1570. position:absolute;
  1571. align-self:center;
  1572. padding:2px 2px 2px 2px;
  1573. box-sizing:border-box;
  1574. width:100%;
  1575. }
  1576. #u64722_text {
  1577. border-width:0px;
  1578. word-wrap:break-word;
  1579. text-transform:none;
  1580. visibility:hidden;
  1581. }
  1582. #u64723_img {
  1583. border-width:0px;
  1584. position:absolute;
  1585. left:0px;
  1586. top:0px;
  1587. width:159px;
  1588. height:30px;
  1589. }
  1590. #u64723 {
  1591. border-width:0px;
  1592. position:absolute;
  1593. left:459px;
  1594. top:150px;
  1595. width:159px;
  1596. height:30px;
  1597. display:flex;
  1598. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1599. font-weight:400;
  1600. font-style:normal;
  1601. font-size:14px;
  1602. }
  1603. #u64723 .text {
  1604. position:absolute;
  1605. align-self:center;
  1606. padding:2px 2px 2px 2px;
  1607. box-sizing:border-box;
  1608. width:100%;
  1609. }
  1610. #u64723_text {
  1611. border-width:0px;
  1612. word-wrap:break-word;
  1613. text-transform:none;
  1614. visibility:hidden;
  1615. }
  1616. #u64724_img {
  1617. border-width:0px;
  1618. position:absolute;
  1619. left:0px;
  1620. top:0px;
  1621. width:150px;
  1622. height:30px;
  1623. }
  1624. #u64724 {
  1625. border-width:0px;
  1626. position:absolute;
  1627. left:618px;
  1628. top:150px;
  1629. width:150px;
  1630. height:30px;
  1631. display:flex;
  1632. font-size:14px;
  1633. }
  1634. #u64724 .text {
  1635. position:absolute;
  1636. align-self:center;
  1637. padding:2px 2px 2px 2px;
  1638. box-sizing:border-box;
  1639. width:100%;
  1640. }
  1641. #u64724_text {
  1642. border-width:0px;
  1643. word-wrap:break-word;
  1644. text-transform:none;
  1645. visibility:hidden;
  1646. }
  1647. #u64725_img {
  1648. border-width:0px;
  1649. position:absolute;
  1650. left:0px;
  1651. top:0px;
  1652. width:160px;
  1653. height:30px;
  1654. }
  1655. #u64725 {
  1656. border-width:0px;
  1657. position:absolute;
  1658. left:768px;
  1659. top:150px;
  1660. width:160px;
  1661. height:30px;
  1662. display:flex;
  1663. font-size:14px;
  1664. }
  1665. #u64725 .text {
  1666. position:absolute;
  1667. align-self:center;
  1668. padding:2px 2px 2px 2px;
  1669. box-sizing:border-box;
  1670. width:100%;
  1671. }
  1672. #u64725_text {
  1673. border-width:0px;
  1674. word-wrap:break-word;
  1675. text-transform:none;
  1676. visibility:hidden;
  1677. }
  1678. #u64726_input {
  1679. position:absolute;
  1680. left:0px;
  1681. top:0px;
  1682. width:148px;
  1683. height:26px;
  1684. padding:2px 2px 2px 2px;
  1685. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1686. font-weight:400;
  1687. font-style:normal;
  1688. font-size:14px;
  1689. letter-spacing:normal;
  1690. color:#000000;
  1691. vertical-align:none;
  1692. text-align:left;
  1693. text-transform:none;
  1694. background-color:transparent;
  1695. border-color:transparent;
  1696. }
  1697. #u64726_input.disabled {
  1698. position:absolute;
  1699. left:0px;
  1700. top:0px;
  1701. width:148px;
  1702. height:26px;
  1703. padding:2px 2px 2px 2px;
  1704. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1705. font-weight:400;
  1706. font-style:normal;
  1707. font-size:14px;
  1708. letter-spacing:normal;
  1709. color:#000000;
  1710. vertical-align:none;
  1711. text-align:left;
  1712. text-transform:none;
  1713. background-color:transparent;
  1714. border-color:transparent;
  1715. }
  1716. #u64726_div {
  1717. border-width:0px;
  1718. position:absolute;
  1719. left:0px;
  1720. top:0px;
  1721. width:148px;
  1722. height:26px;
  1723. background:inherit;
  1724. background-color:rgba(255, 255, 255, 1);
  1725. box-sizing:border-box;
  1726. border-width:1px;
  1727. border-style:solid;
  1728. border-color:rgba(215, 215, 215, 1);
  1729. border-radius:0px;
  1730. -moz-box-shadow:none;
  1731. -webkit-box-shadow:none;
  1732. box-shadow:none;
  1733. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1734. font-weight:400;
  1735. font-style:normal;
  1736. font-size:14px;
  1737. }
  1738. #u64726 {
  1739. border-width:0px;
  1740. position:absolute;
  1741. left:926px;
  1742. top:206px;
  1743. width:148px;
  1744. height:26px;
  1745. display:flex;
  1746. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1747. font-weight:400;
  1748. font-style:normal;
  1749. font-size:14px;
  1750. }
  1751. #u64726 .text {
  1752. position:absolute;
  1753. align-self:center;
  1754. padding:2px 2px 2px 2px;
  1755. box-sizing:border-box;
  1756. width:100%;
  1757. }
  1758. #u64726_div.disabled {
  1759. border-width:0px;
  1760. position:absolute;
  1761. left:0px;
  1762. top:0px;
  1763. width:148px;
  1764. height:26px;
  1765. background:inherit;
  1766. background-color:rgba(240, 240, 240, 1);
  1767. box-sizing:border-box;
  1768. border-width:1px;
  1769. border-style:solid;
  1770. border-color:rgba(215, 215, 215, 1);
  1771. border-radius:0px;
  1772. -moz-box-shadow:none;
  1773. -webkit-box-shadow:none;
  1774. box-shadow:none;
  1775. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1776. font-weight:400;
  1777. font-style:normal;
  1778. font-size:14px;
  1779. }
  1780. #u64726.disabled {
  1781. }