styles.css 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. touch-action:none;
  5. position:static;
  6. left:auto;
  7. width:792px;
  8. margin-left:0;
  9. margin-right:0;
  10. text-align:left;
  11. }
  12. #base {
  13. position:absolute;
  14. z-index:0;
  15. }
  16. #u0 {
  17. position:absolute;
  18. left:719px;
  19. top:66px;
  20. width:22px;
  21. height:19px;
  22. }
  23. #u0_img {
  24. position:absolute;
  25. left:0px;
  26. top:0px;
  27. width:22px;
  28. height:19px;
  29. }
  30. #u1 {
  31. position:absolute;
  32. left:2px;
  33. top:2px;
  34. width:18px;
  35. visibility:hidden;
  36. word-wrap:break-word;
  37. }
  38. #u2 {
  39. position:absolute;
  40. left:627px;
  41. top:86px;
  42. width:208px;
  43. height:219px;
  44. overflow:hidden;
  45. visibility:hidden;
  46. }
  47. #u2_state0 {
  48. position:absolute;
  49. left:0px;
  50. top:0px;
  51. width:208px;
  52. height:219px;
  53. -ms-overflow-x:hidden;
  54. overflow-x:hidden;
  55. -ms-overflow-y:hidden;
  56. overflow-y:hidden;
  57. background-image:none;
  58. }
  59. #u2_state0_content {
  60. position:absolute;
  61. left:0px;
  62. top:0px;
  63. width:1px;
  64. height:1px;
  65. }
  66. #u3 {
  67. position:absolute;
  68. left:1px;
  69. top:1px;
  70. width:206px;
  71. height:217px;
  72. }
  73. #u3_img {
  74. position:absolute;
  75. left:0px;
  76. top:0px;
  77. width:206px;
  78. height:217px;
  79. }
  80. #u4 {
  81. position:absolute;
  82. left:2px;
  83. top:100px;
  84. width:202px;
  85. visibility:hidden;
  86. word-wrap:break-word;
  87. }
  88. #u5 {
  89. position:absolute;
  90. left:4px;
  91. top:9px;
  92. width:200px;
  93. height:203px;
  94. }
  95. #u5_img {
  96. position:absolute;
  97. left:0px;
  98. top:0px;
  99. width:200px;
  100. height:203px;
  101. }
  102. #u6 {
  103. position:absolute;
  104. left:2px;
  105. top:94px;
  106. width:196px;
  107. visibility:hidden;
  108. word-wrap:break-word;
  109. }
  110. #u7 {
  111. position:absolute;
  112. left:91px;
  113. top:122px;
  114. width:25px;
  115. height:19px;
  116. overflow:hidden;
  117. background-image:url('../../resources/images/transparent.gif');
  118. }
  119. #u8 {
  120. position:absolute;
  121. left:9px;
  122. top:191px;
  123. width:50px;
  124. height:18px;
  125. overflow:hidden;
  126. background-image:url('../../resources/images/transparent.gif');
  127. }
  128. #u9 {
  129. position:absolute;
  130. left:147px;
  131. top:191px;
  132. width:50px;
  133. height:18px;
  134. overflow:hidden;
  135. background-image:url('../../resources/images/transparent.gif');
  136. }
  137. #u10 {
  138. position:absolute;
  139. left:69px;
  140. top:191px;
  141. width:69px;
  142. height:18px;
  143. overflow:hidden;
  144. background-image:url('../../resources/images/transparent.gif');
  145. }
  146. #u11 {
  147. position:absolute;
  148. left:0px;
  149. top:0px;
  150. width:800px;
  151. height:690px;
  152. }
  153. #u11_img {
  154. position:absolute;
  155. left:0px;
  156. top:0px;
  157. width:800px;
  158. height:690px;
  159. }
  160. #u12 {
  161. position:absolute;
  162. left:2px;
  163. top:337px;
  164. width:796px;
  165. visibility:hidden;
  166. word-wrap:break-word;
  167. }
  168. #u13 {
  169. position:absolute;
  170. left:23px;
  171. top:290px;
  172. width:134px;
  173. height:30px;
  174. text-align:right;
  175. }
  176. #u13_img {
  177. position:absolute;
  178. left:0px;
  179. top:0px;
  180. width:134px;
  181. height:30px;
  182. }
  183. #u14 {
  184. position:absolute;
  185. left:0px;
  186. top:7px;
  187. width:134px;
  188. word-wrap:break-word;
  189. }
  190. #u15 {
  191. position:absolute;
  192. left:157px;
  193. top:292px;
  194. width:100px;
  195. height:25px;
  196. }
  197. #u15_input {
  198. position:absolute;
  199. left:0px;
  200. top:0px;
  201. width:100px;
  202. height:25px;
  203. font-family:'Arial Normal', 'Arial';
  204. font-weight:400;
  205. font-style:normal;
  206. font-size:13px;
  207. text-decoration:none;
  208. color:#000000;
  209. text-align:center;
  210. }
  211. #u16 {
  212. position:absolute;
  213. left:23px;
  214. top:329px;
  215. width:759px;
  216. height:137px;
  217. }
  218. #u17 {
  219. position:absolute;
  220. left:0px;
  221. top:0px;
  222. width:60px;
  223. height:33px;
  224. font-family:'Arial Negreta', 'Arial';
  225. font-weight:700;
  226. font-style:normal;
  227. font-size:16px;
  228. text-align:center;
  229. }
  230. #u17_img {
  231. position:absolute;
  232. left:0px;
  233. top:0px;
  234. width:60px;
  235. height:33px;
  236. }
  237. #u18 {
  238. position:absolute;
  239. left:2px;
  240. top:7px;
  241. width:56px;
  242. word-wrap:break-word;
  243. }
  244. #u19 {
  245. position:absolute;
  246. left:60px;
  247. top:0px;
  248. width:103px;
  249. height:33px;
  250. font-family:'Arial Negreta', 'Arial';
  251. font-weight:700;
  252. font-style:normal;
  253. font-size:16px;
  254. text-align:center;
  255. }
  256. #u19_img {
  257. position:absolute;
  258. left:0px;
  259. top:0px;
  260. width:103px;
  261. height:33px;
  262. }
  263. #u20 {
  264. position:absolute;
  265. left:2px;
  266. top:7px;
  267. width:99px;
  268. word-wrap:break-word;
  269. }
  270. #u21 {
  271. position:absolute;
  272. left:163px;
  273. top:0px;
  274. width:246px;
  275. height:33px;
  276. font-family:'Arial Negreta', 'Arial';
  277. font-weight:700;
  278. font-style:normal;
  279. font-size:16px;
  280. text-align:center;
  281. }
  282. #u21_img {
  283. position:absolute;
  284. left:0px;
  285. top:0px;
  286. width:246px;
  287. height:33px;
  288. }
  289. #u22 {
  290. position:absolute;
  291. left:2px;
  292. top:7px;
  293. width:242px;
  294. word-wrap:break-word;
  295. }
  296. #u23 {
  297. position:absolute;
  298. left:409px;
  299. top:0px;
  300. width:171px;
  301. height:33px;
  302. font-family:'Arial Negreta', 'Arial';
  303. font-weight:700;
  304. font-style:normal;
  305. font-size:16px;
  306. text-align:center;
  307. }
  308. #u23_img {
  309. position:absolute;
  310. left:0px;
  311. top:0px;
  312. width:171px;
  313. height:33px;
  314. }
  315. #u24 {
  316. position:absolute;
  317. left:2px;
  318. top:7px;
  319. width:167px;
  320. word-wrap:break-word;
  321. }
  322. #u25 {
  323. position:absolute;
  324. left:580px;
  325. top:0px;
  326. width:174px;
  327. height:33px;
  328. font-family:'Arial Negreta', 'Arial';
  329. font-weight:700;
  330. font-style:normal;
  331. font-size:16px;
  332. text-align:center;
  333. }
  334. #u25_img {
  335. position:absolute;
  336. left:0px;
  337. top:0px;
  338. width:174px;
  339. height:33px;
  340. }
  341. #u26 {
  342. position:absolute;
  343. left:2px;
  344. top:7px;
  345. width:170px;
  346. word-wrap:break-word;
  347. }
  348. #u27 {
  349. position:absolute;
  350. left:0px;
  351. top:33px;
  352. width:60px;
  353. height:33px;
  354. text-align:center;
  355. }
  356. #u27_img {
  357. position:absolute;
  358. left:0px;
  359. top:0px;
  360. width:60px;
  361. height:33px;
  362. }
  363. #u28 {
  364. position:absolute;
  365. left:2px;
  366. top:8px;
  367. width:56px;
  368. word-wrap:break-word;
  369. }
  370. #u29 {
  371. position:absolute;
  372. left:60px;
  373. top:33px;
  374. width:103px;
  375. height:33px;
  376. text-align:center;
  377. }
  378. #u29_img {
  379. position:absolute;
  380. left:0px;
  381. top:0px;
  382. width:103px;
  383. height:33px;
  384. }
  385. #u30 {
  386. position:absolute;
  387. left:2px;
  388. top:8px;
  389. width:99px;
  390. word-wrap:break-word;
  391. }
  392. #u31 {
  393. position:absolute;
  394. left:163px;
  395. top:33px;
  396. width:246px;
  397. height:33px;
  398. text-align:center;
  399. }
  400. #u31_img {
  401. position:absolute;
  402. left:0px;
  403. top:0px;
  404. width:246px;
  405. height:33px;
  406. }
  407. #u32 {
  408. position:absolute;
  409. left:2px;
  410. top:8px;
  411. width:242px;
  412. word-wrap:break-word;
  413. }
  414. #u33 {
  415. position:absolute;
  416. left:409px;
  417. top:33px;
  418. width:171px;
  419. height:33px;
  420. text-align:center;
  421. }
  422. #u33_img {
  423. position:absolute;
  424. left:0px;
  425. top:0px;
  426. width:171px;
  427. height:33px;
  428. }
  429. #u34 {
  430. position:absolute;
  431. left:2px;
  432. top:8px;
  433. width:167px;
  434. word-wrap:break-word;
  435. }
  436. #u35 {
  437. position:absolute;
  438. left:580px;
  439. top:33px;
  440. width:174px;
  441. height:33px;
  442. text-align:center;
  443. }
  444. #u35_img {
  445. position:absolute;
  446. left:0px;
  447. top:0px;
  448. width:174px;
  449. height:33px;
  450. }
  451. #u36 {
  452. position:absolute;
  453. left:2px;
  454. top:8px;
  455. width:170px;
  456. visibility:hidden;
  457. word-wrap:break-word;
  458. }
  459. #u37 {
  460. position:absolute;
  461. left:0px;
  462. top:66px;
  463. width:60px;
  464. height:33px;
  465. text-align:center;
  466. }
  467. #u37_img {
  468. position:absolute;
  469. left:0px;
  470. top:0px;
  471. width:60px;
  472. height:33px;
  473. }
  474. #u38 {
  475. position:absolute;
  476. left:2px;
  477. top:8px;
  478. width:56px;
  479. visibility:hidden;
  480. word-wrap:break-word;
  481. }
  482. #u39 {
  483. position:absolute;
  484. left:60px;
  485. top:66px;
  486. width:103px;
  487. height:33px;
  488. text-align:center;
  489. }
  490. #u39_img {
  491. position:absolute;
  492. left:0px;
  493. top:0px;
  494. width:103px;
  495. height:33px;
  496. }
  497. #u40 {
  498. position:absolute;
  499. left:2px;
  500. top:8px;
  501. width:99px;
  502. visibility:hidden;
  503. word-wrap:break-word;
  504. }
  505. #u41 {
  506. position:absolute;
  507. left:163px;
  508. top:66px;
  509. width:246px;
  510. height:33px;
  511. text-align:center;
  512. }
  513. #u41_img {
  514. position:absolute;
  515. left:0px;
  516. top:0px;
  517. width:246px;
  518. height:33px;
  519. }
  520. #u42 {
  521. position:absolute;
  522. left:2px;
  523. top:8px;
  524. width:242px;
  525. visibility:hidden;
  526. word-wrap:break-word;
  527. }
  528. #u43 {
  529. position:absolute;
  530. left:409px;
  531. top:66px;
  532. width:171px;
  533. height:33px;
  534. text-align:center;
  535. }
  536. #u43_img {
  537. position:absolute;
  538. left:0px;
  539. top:0px;
  540. width:171px;
  541. height:33px;
  542. }
  543. #u44 {
  544. position:absolute;
  545. left:2px;
  546. top:8px;
  547. width:167px;
  548. visibility:hidden;
  549. word-wrap:break-word;
  550. }
  551. #u45 {
  552. position:absolute;
  553. left:580px;
  554. top:66px;
  555. width:174px;
  556. height:33px;
  557. text-align:center;
  558. }
  559. #u45_img {
  560. position:absolute;
  561. left:0px;
  562. top:0px;
  563. width:174px;
  564. height:33px;
  565. }
  566. #u46 {
  567. position:absolute;
  568. left:2px;
  569. top:8px;
  570. width:170px;
  571. visibility:hidden;
  572. word-wrap:break-word;
  573. }
  574. #u47 {
  575. position:absolute;
  576. left:0px;
  577. top:99px;
  578. width:60px;
  579. height:33px;
  580. text-align:center;
  581. }
  582. #u47_img {
  583. position:absolute;
  584. left:0px;
  585. top:0px;
  586. width:60px;
  587. height:33px;
  588. }
  589. #u48 {
  590. position:absolute;
  591. left:2px;
  592. top:8px;
  593. width:56px;
  594. visibility:hidden;
  595. word-wrap:break-word;
  596. }
  597. #u49 {
  598. position:absolute;
  599. left:60px;
  600. top:99px;
  601. width:103px;
  602. height:33px;
  603. text-align:center;
  604. }
  605. #u49_img {
  606. position:absolute;
  607. left:0px;
  608. top:0px;
  609. width:103px;
  610. height:33px;
  611. }
  612. #u50 {
  613. position:absolute;
  614. left:2px;
  615. top:8px;
  616. width:99px;
  617. visibility:hidden;
  618. word-wrap:break-word;
  619. }
  620. #u51 {
  621. position:absolute;
  622. left:163px;
  623. top:99px;
  624. width:246px;
  625. height:33px;
  626. text-align:center;
  627. }
  628. #u51_img {
  629. position:absolute;
  630. left:0px;
  631. top:0px;
  632. width:246px;
  633. height:33px;
  634. }
  635. #u52 {
  636. position:absolute;
  637. left:2px;
  638. top:8px;
  639. width:242px;
  640. visibility:hidden;
  641. word-wrap:break-word;
  642. }
  643. #u53 {
  644. position:absolute;
  645. left:409px;
  646. top:99px;
  647. width:171px;
  648. height:33px;
  649. text-align:center;
  650. }
  651. #u53_img {
  652. position:absolute;
  653. left:0px;
  654. top:0px;
  655. width:171px;
  656. height:33px;
  657. }
  658. #u54 {
  659. position:absolute;
  660. left:2px;
  661. top:8px;
  662. width:167px;
  663. visibility:hidden;
  664. word-wrap:break-word;
  665. }
  666. #u55 {
  667. position:absolute;
  668. left:580px;
  669. top:99px;
  670. width:174px;
  671. height:33px;
  672. text-align:center;
  673. }
  674. #u55_img {
  675. position:absolute;
  676. left:0px;
  677. top:0px;
  678. width:174px;
  679. height:33px;
  680. }
  681. #u56 {
  682. position:absolute;
  683. left:2px;
  684. top:8px;
  685. width:170px;
  686. visibility:hidden;
  687. word-wrap:break-word;
  688. }
  689. #u57 {
  690. position:absolute;
  691. left:666px;
  692. top:366px;
  693. width:55px;
  694. height:25px;
  695. }
  696. #u57_input {
  697. position:absolute;
  698. left:0px;
  699. top:0px;
  700. width:55px;
  701. height:25px;
  702. font-family:'Arial Normal', 'Arial';
  703. font-weight:400;
  704. font-style:normal;
  705. font-size:13px;
  706. text-decoration:none;
  707. color:#000000;
  708. text-align:center;
  709. }
  710. #u58 {
  711. position:absolute;
  712. left:111px;
  713. top:240px;
  714. width:592px;
  715. height:40px;
  716. }
  717. #u58_input {
  718. position:absolute;
  719. left:0px;
  720. top:0px;
  721. width:592px;
  722. height:40px;
  723. font-family:'Arial Normal', 'Arial';
  724. font-weight:400;
  725. font-style:normal;
  726. font-size:13px;
  727. text-decoration:none;
  728. color:#000000;
  729. text-align:left;
  730. }
  731. #u59 {
  732. position:absolute;
  733. left:17px;
  734. top:240px;
  735. width:94px;
  736. height:30px;
  737. text-align:right;
  738. }
  739. #u59_img {
  740. position:absolute;
  741. left:0px;
  742. top:0px;
  743. width:94px;
  744. height:30px;
  745. }
  746. #u60 {
  747. position:absolute;
  748. left:0px;
  749. top:7px;
  750. width:94px;
  751. word-wrap:break-word;
  752. }
  753. #u61 {
  754. position:absolute;
  755. left:9px;
  756. top:115px;
  757. width:94px;
  758. height:30px;
  759. text-align:right;
  760. }
  761. #u61_img {
  762. position:absolute;
  763. left:0px;
  764. top:0px;
  765. width:94px;
  766. height:30px;
  767. }
  768. #u62 {
  769. position:absolute;
  770. left:0px;
  771. top:7px;
  772. width:94px;
  773. word-wrap:break-word;
  774. }
  775. #u63 {
  776. position:absolute;
  777. left:103px;
  778. top:115px;
  779. width:150px;
  780. height:30px;
  781. }
  782. #u63_input {
  783. position:absolute;
  784. left:0px;
  785. top:0px;
  786. width:150px;
  787. height:30px;
  788. font-family:'Arial Normal', 'Arial';
  789. font-weight:400;
  790. font-style:normal;
  791. font-size:13px;
  792. text-decoration:none;
  793. color:#000000;
  794. text-align:left;
  795. }
  796. #u64 {
  797. position:absolute;
  798. left:501px;
  799. top:60px;
  800. width:94px;
  801. height:30px;
  802. text-align:right;
  803. }
  804. #u64_img {
  805. position:absolute;
  806. left:0px;
  807. top:0px;
  808. width:94px;
  809. height:30px;
  810. }
  811. #u65 {
  812. position:absolute;
  813. left:0px;
  814. top:7px;
  815. width:94px;
  816. word-wrap:break-word;
  817. }
  818. #u66 {
  819. position:absolute;
  820. left:263px;
  821. top:115px;
  822. width:77px;
  823. height:30px;
  824. text-align:right;
  825. }
  826. #u66_img {
  827. position:absolute;
  828. left:0px;
  829. top:0px;
  830. width:77px;
  831. height:30px;
  832. }
  833. #u67 {
  834. position:absolute;
  835. left:0px;
  836. top:7px;
  837. width:77px;
  838. word-wrap:break-word;
  839. }
  840. #u68 {
  841. position:absolute;
  842. left:340px;
  843. top:115px;
  844. width:150px;
  845. height:30px;
  846. }
  847. #u68_input {
  848. position:absolute;
  849. left:0px;
  850. top:0px;
  851. width:150px;
  852. height:30px;
  853. font-family:'Arial Normal', 'Arial';
  854. font-weight:400;
  855. font-style:normal;
  856. font-size:13px;
  857. text-decoration:none;
  858. color:#000000;
  859. text-align:left;
  860. }
  861. #u69 {
  862. position:absolute;
  863. left:595px;
  864. top:60px;
  865. width:150px;
  866. height:30px;
  867. }
  868. #u69_input {
  869. position:absolute;
  870. left:0px;
  871. top:0px;
  872. width:150px;
  873. height:30px;
  874. font-family:'Arial Normal', 'Arial';
  875. font-weight:400;
  876. font-style:normal;
  877. font-size:13px;
  878. text-decoration:none;
  879. color:#000000;
  880. text-align:left;
  881. }
  882. #u70 {
  883. position:absolute;
  884. left:50px;
  885. top:525px;
  886. width:94px;
  887. height:30px;
  888. text-align:right;
  889. }
  890. #u70_img {
  891. position:absolute;
  892. left:0px;
  893. top:0px;
  894. width:94px;
  895. height:30px;
  896. }
  897. #u71 {
  898. position:absolute;
  899. left:0px;
  900. top:7px;
  901. width:94px;
  902. word-wrap:break-word;
  903. }
  904. #u72 {
  905. position:absolute;
  906. left:180px;
  907. top:630px;
  908. width:100px;
  909. height:35px;
  910. }
  911. #u72_input {
  912. position:absolute;
  913. left:0px;
  914. top:0px;
  915. width:100px;
  916. height:35px;
  917. font-family:'Arial Normal', 'Arial';
  918. font-weight:400;
  919. font-style:normal;
  920. font-size:13px;
  921. text-decoration:none;
  922. color:#000000;
  923. text-align:center;
  924. }
  925. #u73 {
  926. position:absolute;
  927. left:475px;
  928. top:630px;
  929. width:100px;
  930. height:35px;
  931. }
  932. #u73_input {
  933. position:absolute;
  934. left:0px;
  935. top:0px;
  936. width:100px;
  937. height:35px;
  938. font-family:'Arial Normal', 'Arial';
  939. font-weight:400;
  940. font-style:normal;
  941. font-size:13px;
  942. text-decoration:none;
  943. color:#000000;
  944. text-align:center;
  945. }
  946. #u74 {
  947. position:absolute;
  948. left:103px;
  949. top:10px;
  950. width:150px;
  951. height:30px;
  952. }
  953. #u74_input {
  954. position:absolute;
  955. left:0px;
  956. top:0px;
  957. width:150px;
  958. height:30px;
  959. font-family:'Arial Normal', 'Arial';
  960. font-weight:400;
  961. font-style:normal;
  962. font-size:13px;
  963. text-decoration:none;
  964. color:#000000;
  965. text-align:left;
  966. }
  967. #u75 {
  968. position:absolute;
  969. left:36px;
  970. top:10px;
  971. width:67px;
  972. height:30px;
  973. text-align:right;
  974. }
  975. #u75_img {
  976. position:absolute;
  977. left:0px;
  978. top:0px;
  979. width:67px;
  980. height:30px;
  981. }
  982. #u76 {
  983. position:absolute;
  984. left:0px;
  985. top:7px;
  986. width:67px;
  987. word-wrap:break-word;
  988. }
  989. #u77 {
  990. position:absolute;
  991. left:500px;
  992. top:10px;
  993. width:94px;
  994. height:30px;
  995. text-align:right;
  996. }
  997. #u77_img {
  998. position:absolute;
  999. left:0px;
  1000. top:0px;
  1001. width:94px;
  1002. height:30px;
  1003. }
  1004. #u78 {
  1005. position:absolute;
  1006. left:0px;
  1007. top:7px;
  1008. width:94px;
  1009. word-wrap:break-word;
  1010. }
  1011. #u79 {
  1012. position:absolute;
  1013. left:272px;
  1014. top:10px;
  1015. width:67px;
  1016. height:30px;
  1017. text-align:right;
  1018. }
  1019. #u79_img {
  1020. position:absolute;
  1021. left:0px;
  1022. top:0px;
  1023. width:67px;
  1024. height:30px;
  1025. }
  1026. #u80 {
  1027. position:absolute;
  1028. left:0px;
  1029. top:7px;
  1030. width:67px;
  1031. word-wrap:break-word;
  1032. }
  1033. #u81 {
  1034. position:absolute;
  1035. left:339px;
  1036. top:10px;
  1037. width:150px;
  1038. height:30px;
  1039. }
  1040. #u81_input {
  1041. position:absolute;
  1042. left:0px;
  1043. top:0px;
  1044. width:150px;
  1045. height:30px;
  1046. font-family:'Arial Normal', 'Arial';
  1047. font-weight:400;
  1048. font-style:normal;
  1049. font-size:13px;
  1050. text-decoration:none;
  1051. color:#000000;
  1052. text-align:left;
  1053. }
  1054. #u82 {
  1055. position:absolute;
  1056. left:10px;
  1057. top:60px;
  1058. width:94px;
  1059. height:30px;
  1060. text-align:right;
  1061. }
  1062. #u82_img {
  1063. position:absolute;
  1064. left:0px;
  1065. top:0px;
  1066. width:94px;
  1067. height:30px;
  1068. }
  1069. #u83 {
  1070. position:absolute;
  1071. left:0px;
  1072. top:7px;
  1073. width:94px;
  1074. word-wrap:break-word;
  1075. }
  1076. #u84 {
  1077. position:absolute;
  1078. left:263px;
  1079. top:60px;
  1080. width:77px;
  1081. height:30px;
  1082. text-align:right;
  1083. }
  1084. #u84_img {
  1085. position:absolute;
  1086. left:0px;
  1087. top:0px;
  1088. width:77px;
  1089. height:30px;
  1090. }
  1091. #u85 {
  1092. position:absolute;
  1093. left:0px;
  1094. top:7px;
  1095. width:77px;
  1096. word-wrap:break-word;
  1097. }
  1098. #u86 {
  1099. position:absolute;
  1100. left:340px;
  1101. top:60px;
  1102. width:150px;
  1103. height:30px;
  1104. }
  1105. #u86_input {
  1106. position:absolute;
  1107. left:0px;
  1108. top:0px;
  1109. width:150px;
  1110. height:30px;
  1111. font-family:'Arial Normal', 'Arial';
  1112. font-weight:400;
  1113. font-style:normal;
  1114. font-size:13px;
  1115. text-decoration:none;
  1116. color:#000000;
  1117. text-align:left;
  1118. }
  1119. #u87 {
  1120. position:absolute;
  1121. left:103px;
  1122. top:60px;
  1123. width:150px;
  1124. height:30px;
  1125. }
  1126. #u87_input {
  1127. position:absolute;
  1128. left:0px;
  1129. top:0px;
  1130. width:150px;
  1131. height:30px;
  1132. font-family:'Arial Normal', 'Arial';
  1133. font-weight:400;
  1134. font-style:normal;
  1135. font-size:13px;
  1136. text-decoration:none;
  1137. color:#000000;
  1138. }
  1139. #u87_input:disabled {
  1140. color:grayText;
  1141. }
  1142. #u88 {
  1143. position:absolute;
  1144. left:-2px;
  1145. top:170px;
  1146. width:105px;
  1147. height:30px;
  1148. text-align:right;
  1149. }
  1150. #u88_img {
  1151. position:absolute;
  1152. left:0px;
  1153. top:0px;
  1154. width:105px;
  1155. height:30px;
  1156. }
  1157. #u89 {
  1158. position:absolute;
  1159. left:0px;
  1160. top:7px;
  1161. width:105px;
  1162. word-wrap:break-word;
  1163. }
  1164. #u90 {
  1165. position:absolute;
  1166. left:103px;
  1167. top:170px;
  1168. width:150px;
  1169. height:30px;
  1170. }
  1171. #u90_input {
  1172. position:absolute;
  1173. left:0px;
  1174. top:0px;
  1175. width:150px;
  1176. height:30px;
  1177. font-family:'Arial Normal', 'Arial';
  1178. font-weight:400;
  1179. font-style:normal;
  1180. font-size:13px;
  1181. text-decoration:none;
  1182. color:#000000;
  1183. }
  1184. #u90_input:disabled {
  1185. color:grayText;
  1186. }
  1187. #u91 {
  1188. position:absolute;
  1189. left:263px;
  1190. top:170px;
  1191. width:94px;
  1192. height:30px;
  1193. text-align:right;
  1194. }
  1195. #u91_img {
  1196. position:absolute;
  1197. left:0px;
  1198. top:0px;
  1199. width:94px;
  1200. height:30px;
  1201. }
  1202. #u92 {
  1203. position:absolute;
  1204. left:0px;
  1205. top:7px;
  1206. width:94px;
  1207. word-wrap:break-word;
  1208. }
  1209. #u93 {
  1210. position:absolute;
  1211. left:367px;
  1212. top:170px;
  1213. width:150px;
  1214. height:30px;
  1215. }
  1216. #u93_input {
  1217. position:absolute;
  1218. left:0px;
  1219. top:0px;
  1220. width:150px;
  1221. height:30px;
  1222. font-family:'Arial Normal', 'Arial';
  1223. font-weight:400;
  1224. font-style:normal;
  1225. font-size:13px;
  1226. text-decoration:none;
  1227. color:#000000;
  1228. text-align:left;
  1229. }
  1230. #u94 {
  1231. position:absolute;
  1232. left:540px;
  1233. top:170px;
  1234. width:94px;
  1235. height:30px;
  1236. text-align:right;
  1237. }
  1238. #u94_img {
  1239. position:absolute;
  1240. left:0px;
  1241. top:0px;
  1242. width:94px;
  1243. height:30px;
  1244. }
  1245. #u95 {
  1246. position:absolute;
  1247. left:0px;
  1248. top:7px;
  1249. width:94px;
  1250. word-wrap:break-word;
  1251. }
  1252. #u96 {
  1253. position:absolute;
  1254. left:644px;
  1255. top:170px;
  1256. width:150px;
  1257. height:30px;
  1258. }
  1259. #u96_input {
  1260. position:absolute;
  1261. left:0px;
  1262. top:0px;
  1263. width:150px;
  1264. height:30px;
  1265. font-family:'Arial Normal', 'Arial';
  1266. font-weight:400;
  1267. font-style:normal;
  1268. font-size:13px;
  1269. text-decoration:none;
  1270. color:#000000;
  1271. text-align:left;
  1272. }
  1273. #u97 {
  1274. position:absolute;
  1275. left:144px;
  1276. top:490px;
  1277. width:200px;
  1278. height:100px;
  1279. }
  1280. #u97_input {
  1281. position:absolute;
  1282. left:0px;
  1283. top:0px;
  1284. width:200px;
  1285. height:100px;
  1286. font-family:'Arial Normal', 'Arial';
  1287. font-weight:400;
  1288. font-style:normal;
  1289. font-size:13px;
  1290. text-decoration:none;
  1291. color:#000000;
  1292. }
  1293. #u98 {
  1294. position:absolute;
  1295. left:344px;
  1296. top:560px;
  1297. width:64px;
  1298. height:30px;
  1299. }
  1300. #u98_input {
  1301. position:absolute;
  1302. left:0px;
  1303. top:0px;
  1304. width:64px;
  1305. height:30px;
  1306. font-family:'Arial Normal', 'Arial';
  1307. font-weight:400;
  1308. font-style:normal;
  1309. font-size:13px;
  1310. text-decoration:none;
  1311. color:#000000;
  1312. text-align:center;
  1313. }
  1314. #u99 {
  1315. position:absolute;
  1316. left:490px;
  1317. top:175px;
  1318. width:22px;
  1319. height:19px;
  1320. }
  1321. #u99_img {
  1322. position:absolute;
  1323. left:0px;
  1324. top:0px;
  1325. width:22px;
  1326. height:19px;
  1327. }
  1328. #u100 {
  1329. position:absolute;
  1330. left:2px;
  1331. top:2px;
  1332. width:18px;
  1333. visibility:hidden;
  1334. word-wrap:break-word;
  1335. }
  1336. #u101 {
  1337. position:absolute;
  1338. left:398px;
  1339. top:195px;
  1340. width:208px;
  1341. height:219px;
  1342. overflow:hidden;
  1343. visibility:hidden;
  1344. }
  1345. #u101_state0 {
  1346. position:absolute;
  1347. left:0px;
  1348. top:0px;
  1349. width:208px;
  1350. height:219px;
  1351. -ms-overflow-x:hidden;
  1352. overflow-x:hidden;
  1353. -ms-overflow-y:hidden;
  1354. overflow-y:hidden;
  1355. background-image:none;
  1356. }
  1357. #u101_state0_content {
  1358. position:absolute;
  1359. left:0px;
  1360. top:0px;
  1361. width:1px;
  1362. height:1px;
  1363. }
  1364. #u102 {
  1365. position:absolute;
  1366. left:1px;
  1367. top:1px;
  1368. width:206px;
  1369. height:217px;
  1370. }
  1371. #u102_img {
  1372. position:absolute;
  1373. left:0px;
  1374. top:0px;
  1375. width:206px;
  1376. height:217px;
  1377. }
  1378. #u103 {
  1379. position:absolute;
  1380. left:2px;
  1381. top:100px;
  1382. width:202px;
  1383. visibility:hidden;
  1384. word-wrap:break-word;
  1385. }
  1386. #u104 {
  1387. position:absolute;
  1388. left:4px;
  1389. top:9px;
  1390. width:200px;
  1391. height:203px;
  1392. }
  1393. #u104_img {
  1394. position:absolute;
  1395. left:0px;
  1396. top:0px;
  1397. width:200px;
  1398. height:203px;
  1399. }
  1400. #u105 {
  1401. position:absolute;
  1402. left:2px;
  1403. top:94px;
  1404. width:196px;
  1405. visibility:hidden;
  1406. word-wrap:break-word;
  1407. }
  1408. #u106 {
  1409. position:absolute;
  1410. left:91px;
  1411. top:122px;
  1412. width:25px;
  1413. height:19px;
  1414. overflow:hidden;
  1415. background-image:url('../../resources/images/transparent.gif');
  1416. }
  1417. #u107 {
  1418. position:absolute;
  1419. left:9px;
  1420. top:191px;
  1421. width:50px;
  1422. height:18px;
  1423. overflow:hidden;
  1424. background-image:url('../../resources/images/transparent.gif');
  1425. }
  1426. #u108 {
  1427. position:absolute;
  1428. left:147px;
  1429. top:191px;
  1430. width:50px;
  1431. height:18px;
  1432. overflow:hidden;
  1433. background-image:url('../../resources/images/transparent.gif');
  1434. }
  1435. #u109 {
  1436. position:absolute;
  1437. left:69px;
  1438. top:191px;
  1439. width:69px;
  1440. height:18px;
  1441. overflow:hidden;
  1442. background-image:url('../../resources/images/transparent.gif');
  1443. }
  1444. #u110 {
  1445. position:absolute;
  1446. left:766px;
  1447. top:175px;
  1448. width:22px;
  1449. height:19px;
  1450. }
  1451. #u110_img {
  1452. position:absolute;
  1453. left:0px;
  1454. top:0px;
  1455. width:22px;
  1456. height:19px;
  1457. }
  1458. #u111 {
  1459. position:absolute;
  1460. left:2px;
  1461. top:2px;
  1462. width:18px;
  1463. visibility:hidden;
  1464. word-wrap:break-word;
  1465. }
  1466. #u112 {
  1467. position:absolute;
  1468. left:674px;
  1469. top:195px;
  1470. width:208px;
  1471. height:219px;
  1472. overflow:hidden;
  1473. visibility:hidden;
  1474. }
  1475. #u112_state0 {
  1476. position:absolute;
  1477. left:0px;
  1478. top:0px;
  1479. width:208px;
  1480. height:219px;
  1481. -ms-overflow-x:hidden;
  1482. overflow-x:hidden;
  1483. -ms-overflow-y:hidden;
  1484. overflow-y:hidden;
  1485. background-image:none;
  1486. }
  1487. #u112_state0_content {
  1488. position:absolute;
  1489. left:0px;
  1490. top:0px;
  1491. width:1px;
  1492. height:1px;
  1493. }
  1494. #u113 {
  1495. position:absolute;
  1496. left:1px;
  1497. top:1px;
  1498. width:206px;
  1499. height:217px;
  1500. }
  1501. #u113_img {
  1502. position:absolute;
  1503. left:0px;
  1504. top:0px;
  1505. width:206px;
  1506. height:217px;
  1507. }
  1508. #u114 {
  1509. position:absolute;
  1510. left:2px;
  1511. top:100px;
  1512. width:202px;
  1513. visibility:hidden;
  1514. word-wrap:break-word;
  1515. }
  1516. #u115 {
  1517. position:absolute;
  1518. left:4px;
  1519. top:9px;
  1520. width:200px;
  1521. height:203px;
  1522. }
  1523. #u115_img {
  1524. position:absolute;
  1525. left:0px;
  1526. top:0px;
  1527. width:200px;
  1528. height:203px;
  1529. }
  1530. #u116 {
  1531. position:absolute;
  1532. left:2px;
  1533. top:94px;
  1534. width:196px;
  1535. visibility:hidden;
  1536. word-wrap:break-word;
  1537. }
  1538. #u117 {
  1539. position:absolute;
  1540. left:91px;
  1541. top:122px;
  1542. width:25px;
  1543. height:19px;
  1544. overflow:hidden;
  1545. background-image:url('../../resources/images/transparent.gif');
  1546. }
  1547. #u118 {
  1548. position:absolute;
  1549. left:9px;
  1550. top:191px;
  1551. width:50px;
  1552. height:18px;
  1553. overflow:hidden;
  1554. background-image:url('../../resources/images/transparent.gif');
  1555. }
  1556. #u119 {
  1557. position:absolute;
  1558. left:147px;
  1559. top:191px;
  1560. width:50px;
  1561. height:18px;
  1562. overflow:hidden;
  1563. background-image:url('../../resources/images/transparent.gif');
  1564. }
  1565. #u120 {
  1566. position:absolute;
  1567. left:69px;
  1568. top:191px;
  1569. width:69px;
  1570. height:18px;
  1571. overflow:hidden;
  1572. background-image:url('../../resources/images/transparent.gif');
  1573. }
  1574. #u121 {
  1575. position:absolute;
  1576. left:331px;
  1577. top:630px;
  1578. width:100px;
  1579. height:35px;
  1580. }
  1581. #u121_input {
  1582. position:absolute;
  1583. left:0px;
  1584. top:0px;
  1585. width:100px;
  1586. height:35px;
  1587. font-family:'Arial Normal', 'Arial';
  1588. font-weight:400;
  1589. font-style:normal;
  1590. font-size:13px;
  1591. text-decoration:none;
  1592. color:#000000;
  1593. text-align:center;
  1594. }
  1595. #u122 {
  1596. position:absolute;
  1597. left:501px;
  1598. top:120px;
  1599. width:94px;
  1600. height:30px;
  1601. text-align:right;
  1602. }
  1603. #u122_img {
  1604. position:absolute;
  1605. left:0px;
  1606. top:0px;
  1607. width:94px;
  1608. height:30px;
  1609. }
  1610. #u123 {
  1611. position:absolute;
  1612. left:0px;
  1613. top:7px;
  1614. width:94px;
  1615. word-wrap:break-word;
  1616. }
  1617. #u124 {
  1618. position:absolute;
  1619. left:595px;
  1620. top:120px;
  1621. width:150px;
  1622. height:30px;
  1623. }
  1624. #u124_input {
  1625. position:absolute;
  1626. left:0px;
  1627. top:0px;
  1628. width:150px;
  1629. height:30px;
  1630. font-family:'Arial Normal', 'Arial';
  1631. font-weight:400;
  1632. font-style:normal;
  1633. font-size:13px;
  1634. text-decoration:none;
  1635. color:#000000;
  1636. text-align:left;
  1637. }
  1638. #u125 {
  1639. position:absolute;
  1640. left:435px;
  1641. top:118px;
  1642. width:55px;
  1643. height:25px;
  1644. }
  1645. #u125_input {
  1646. position:absolute;
  1647. left:0px;
  1648. top:0px;
  1649. width:55px;
  1650. height:25px;
  1651. font-family:'Arial Normal', 'Arial';
  1652. font-weight:400;
  1653. font-style:normal;
  1654. font-size:13px;
  1655. text-decoration:none;
  1656. color:#000000;
  1657. text-align:center;
  1658. }
  1659. #u126 {
  1660. position:absolute;
  1661. left:688px;
  1662. top:122px;
  1663. width:55px;
  1664. height:25px;
  1665. }
  1666. #u126_input {
  1667. position:absolute;
  1668. left:0px;
  1669. top:0px;
  1670. width:55px;
  1671. height:25px;
  1672. font-family:'Arial Normal', 'Arial';
  1673. font-weight:400;
  1674. font-style:normal;
  1675. font-size:13px;
  1676. text-decoration:none;
  1677. color:#000000;
  1678. text-align:center;
  1679. }
  1680. #u127 {
  1681. position:absolute;
  1682. left:340px;
  1683. top:145px;
  1684. width:230px;
  1685. height:225px;
  1686. overflow:hidden;
  1687. visibility:hidden;
  1688. }
  1689. #u127_state0 {
  1690. position:absolute;
  1691. left:0px;
  1692. top:0px;
  1693. width:230px;
  1694. height:225px;
  1695. -ms-overflow-x:hidden;
  1696. overflow-x:hidden;
  1697. -ms-overflow-y:hidden;
  1698. overflow-y:hidden;
  1699. background-image:url('../../images/生成新工单/u127_state0.png');
  1700. background-position:left top;
  1701. background-repeat:no-repeat;
  1702. background-attachment:scroll;
  1703. background-size:auto;
  1704. }
  1705. #u127_state0_content {
  1706. position:absolute;
  1707. left:0px;
  1708. top:0px;
  1709. width:1px;
  1710. height:1px;
  1711. }
  1712. #u128 {
  1713. position:absolute;
  1714. left:594px;
  1715. top:10px;
  1716. width:150px;
  1717. height:30px;
  1718. }
  1719. #u128_input {
  1720. position:absolute;
  1721. left:0px;
  1722. top:0px;
  1723. width:150px;
  1724. height:30px;
  1725. font-family:'Arial Normal', 'Arial';
  1726. font-weight:400;
  1727. font-style:normal;
  1728. font-size:13px;
  1729. text-decoration:none;
  1730. color:#000000;
  1731. }
  1732. #u128_input:disabled {
  1733. color:grayText;
  1734. }