styles.css 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:0px;
  6. width:1024px;
  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. #u1090 {
  20. position:fixed;
  21. left:0px;
  22. top:50%;
  23. margin-top:-400px;
  24. width:1260px;
  25. height:800px;
  26. }
  27. #u1090_state0 {
  28. border-width:0px;
  29. position:absolute;
  30. left:0px;
  31. top:0px;
  32. width:1260px;
  33. height:800px;
  34. -ms-overflow-x:hidden;
  35. overflow-x:hidden;
  36. -ms-overflow-y:hidden;
  37. overflow-y:hidden;
  38. background-color:rgba(236, 239, 244, 0.996078431372549);
  39. background-image:url('../../images/登录页面/u1090_state0.svg');
  40. background-position:center center;
  41. background-repeat:no-repeat;
  42. background-attachment:scroll;
  43. background-size:1361px 609px;
  44. background-origin:border-box;
  45. border:none;
  46. border-radius:0px;
  47. -moz-box-shadow:none;
  48. -webkit-box-shadow:none;
  49. box-shadow:none;
  50. }
  51. #u1090_state0_content {
  52. border-width:0px;
  53. position:absolute;
  54. left:0px;
  55. top:0px;
  56. width:1px;
  57. height:1px;
  58. }
  59. #u1091 {
  60. position:absolute;
  61. left:224px;
  62. top:120px;
  63. }
  64. #u1091_state0 {
  65. position:relative;
  66. left:0px;
  67. top:0px;
  68. width:800px;
  69. height:540px;
  70. background-image:none;
  71. border:none;
  72. border-radius:0px;
  73. -moz-box-shadow:none;
  74. -webkit-box-shadow:none;
  75. box-shadow:none;
  76. }
  77. #u1091_state0_content {
  78. border-width:0px;
  79. position:absolute;
  80. left:0px;
  81. top:0px;
  82. width:1px;
  83. height:1px;
  84. }
  85. #u1092_div {
  86. border-width:0px;
  87. position:absolute;
  88. left:0px;
  89. top:0px;
  90. width:800px;
  91. height:540px;
  92. background:inherit;
  93. background-color:rgba(255, 255, 255, 1);
  94. border:none;
  95. border-radius:5px;
  96. -moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.149019607843137);
  97. -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.149019607843137);
  98. box-shadow:0px 0px 10px rgba(0, 0, 0, 0.149019607843137);
  99. font-family:'微软雅黑';
  100. font-weight:400;
  101. font-style:normal;
  102. text-align:left;
  103. line-height:24px;
  104. }
  105. #u1092 {
  106. border-width:0px;
  107. position:absolute;
  108. left:0px;
  109. top:0px;
  110. width:800px;
  111. height:540px;
  112. display:flex;
  113. font-family:'微软雅黑';
  114. font-weight:400;
  115. font-style:normal;
  116. text-align:left;
  117. line-height:24px;
  118. }
  119. #u1092 .text {
  120. position:absolute;
  121. align-self:center;
  122. padding:0px 20px 0px 20px;
  123. box-sizing:border-box;
  124. width:100%;
  125. }
  126. #u1092_text {
  127. border-width:0px;
  128. word-wrap:break-word;
  129. text-transform:none;
  130. visibility:hidden;
  131. }
  132. #u1093 {
  133. border-width:0px;
  134. position:absolute;
  135. left:0px;
  136. top:0px;
  137. width:0px;
  138. height:0px;
  139. }
  140. #u1094_input {
  141. position:absolute;
  142. left:0px;
  143. top:0px;
  144. width:380px;
  145. height:50px;
  146. padding:3px 2px 3px 40px;
  147. font-family:'微软雅黑';
  148. font-weight:400;
  149. font-style:normal;
  150. font-size:13px;
  151. text-decoration:none;
  152. letter-spacing:normal;
  153. color:#333333;
  154. vertical-align:none;
  155. text-align:left;
  156. text-transform:none;
  157. background-color:transparent;
  158. border-color:transparent;
  159. }
  160. #u1094_input.mouseOver {
  161. position:absolute;
  162. left:0px;
  163. top:0px;
  164. width:380px;
  165. height:50px;
  166. padding:3px 2px 3px 40px;
  167. font-family:'微软雅黑';
  168. font-weight:400;
  169. font-style:normal;
  170. font-size:13px;
  171. text-decoration:none;
  172. letter-spacing:normal;
  173. color:#333333;
  174. vertical-align:none;
  175. text-align:left;
  176. text-transform:none;
  177. background-color:transparent;
  178. border-color:transparent;
  179. }
  180. #u1094_input.focused {
  181. position:absolute;
  182. left:0px;
  183. top:0px;
  184. width:380px;
  185. height:50px;
  186. padding:3px 2px 3px 40px;
  187. font-family:'微软雅黑';
  188. font-weight:400;
  189. font-style:normal;
  190. font-size:13px;
  191. text-decoration:none;
  192. letter-spacing:normal;
  193. color:#333333;
  194. vertical-align:none;
  195. text-align:left;
  196. text-transform:none;
  197. background-color:transparent;
  198. border-color:transparent;
  199. }
  200. #u1094_input.disabled {
  201. position:absolute;
  202. left:0px;
  203. top:0px;
  204. width:380px;
  205. height:50px;
  206. padding:3px 2px 3px 40px;
  207. font-family:'微软雅黑';
  208. font-weight:400;
  209. font-style:normal;
  210. font-size:13px;
  211. text-decoration:none;
  212. letter-spacing:normal;
  213. color:#333333;
  214. vertical-align:none;
  215. text-align:left;
  216. text-transform:none;
  217. background-color:transparent;
  218. border-color:transparent;
  219. }
  220. #u1094_div {
  221. border-width:0px;
  222. position:absolute;
  223. left:0px;
  224. top:0px;
  225. width:380px;
  226. height:50px;
  227. background:inherit;
  228. background-color:rgba(255, 255, 255, 1);
  229. box-sizing:border-box;
  230. border-width:1px;
  231. border-style:solid;
  232. border-color:rgba(228, 228, 228, 1);
  233. border-radius:5px;
  234. -moz-box-shadow:none;
  235. -webkit-box-shadow:none;
  236. box-shadow:none;
  237. font-family:'微软雅黑';
  238. font-weight:400;
  239. font-style:normal;
  240. text-align:left;
  241. }
  242. #u1094 {
  243. border-width:0px;
  244. position:absolute;
  245. left:375px;
  246. top:140px;
  247. width:380px;
  248. height:50px;
  249. display:flex;
  250. font-family:'微软雅黑';
  251. font-weight:400;
  252. font-style:normal;
  253. text-align:left;
  254. }
  255. #u1094 .text {
  256. position:absolute;
  257. align-self:center;
  258. padding:2px 2px 2px 40px;
  259. box-sizing:border-box;
  260. width:100%;
  261. }
  262. #u1094_div.mouseOver {
  263. border-width:0px;
  264. position:absolute;
  265. left:0px;
  266. top:0px;
  267. width:380px;
  268. height:50px;
  269. background:inherit;
  270. background-color:rgba(255, 255, 255, 1);
  271. box-sizing:border-box;
  272. border-width:1px;
  273. border-style:solid;
  274. border-color:rgba(64, 158, 255, 1);
  275. border-radius:5px;
  276. -moz-box-shadow:none;
  277. -webkit-box-shadow:none;
  278. box-shadow:none;
  279. font-family:'微软雅黑';
  280. font-weight:400;
  281. font-style:normal;
  282. text-align:left;
  283. }
  284. #u1094.mouseOver {
  285. }
  286. #u1094_div.focused {
  287. border-width:0px;
  288. position:absolute;
  289. left:0px;
  290. top:0px;
  291. width:380px;
  292. height:50px;
  293. background:inherit;
  294. background-color:rgba(255, 255, 255, 1);
  295. box-sizing:border-box;
  296. border-width:1px;
  297. border-style:solid;
  298. border-color:rgba(64, 158, 255, 1);
  299. border-radius:5px;
  300. -moz-box-shadow:0px 0px 5px rgba(64, 158, 255, 0.247058823529412);
  301. -webkit-box-shadow:0px 0px 5px rgba(64, 158, 255, 0.247058823529412);
  302. box-shadow:0px 0px 5px rgba(64, 158, 255, 0.247058823529412);
  303. font-family:'微软雅黑';
  304. font-weight:400;
  305. font-style:normal;
  306. text-align:left;
  307. }
  308. #u1094.focused {
  309. }
  310. #u1094_div.disabled {
  311. border-width:0px;
  312. position:absolute;
  313. left:0px;
  314. top:0px;
  315. width:380px;
  316. height:50px;
  317. background:inherit;
  318. background-color:rgba(242, 242, 242, 1);
  319. box-sizing:border-box;
  320. border-width:1px;
  321. border-style:solid;
  322. border-color:rgba(228, 228, 228, 1);
  323. border-radius:5px;
  324. -moz-box-shadow:none;
  325. -webkit-box-shadow:none;
  326. box-shadow:none;
  327. font-family:'微软雅黑';
  328. font-weight:400;
  329. font-style:normal;
  330. text-align:left;
  331. }
  332. #u1094.disabled {
  333. }
  334. #u1095_div {
  335. border-width:0px;
  336. position:absolute;
  337. left:0px;
  338. top:0px;
  339. width:40px;
  340. height:50px;
  341. background:inherit;
  342. background-color:rgba(255, 255, 255, 0);
  343. border:none;
  344. border-radius:3px;
  345. -moz-box-shadow:none;
  346. -webkit-box-shadow:none;
  347. box-shadow:none;
  348. font-family:'Font Awesome 5 Pro Solid', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro';
  349. font-weight:900;
  350. font-style:normal;
  351. color:#999999;
  352. }
  353. #u1095 {
  354. border-width:0px;
  355. position:absolute;
  356. left:715px;
  357. top:140px;
  358. width:40px;
  359. height:50px;
  360. display:flex;
  361. font-family:'Font Awesome 5 Pro Solid', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro';
  362. font-weight:900;
  363. font-style:normal;
  364. color:#999999;
  365. }
  366. #u1095 .text {
  367. position:absolute;
  368. align-self:center;
  369. padding:2px 2px 2px 2px;
  370. box-sizing:border-box;
  371. width:100%;
  372. }
  373. #u1095_text {
  374. border-width:0px;
  375. word-wrap:break-word;
  376. text-transform:none;
  377. }
  378. #u1096_div {
  379. border-width:0px;
  380. position:absolute;
  381. left:0px;
  382. top:0px;
  383. width:40px;
  384. height:50px;
  385. background:inherit;
  386. background-color:rgba(255, 255, 255, 0);
  387. border:none;
  388. border-radius:3px;
  389. -moz-box-shadow:none;
  390. -webkit-box-shadow:none;
  391. box-shadow:none;
  392. font-family:'Font Awesome 5 Pro Solid', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro';
  393. font-weight:900;
  394. font-style:normal;
  395. font-size:24px;
  396. color:#CCCCCC;
  397. }
  398. #u1096 {
  399. border-width:0px;
  400. position:absolute;
  401. left:375px;
  402. top:140px;
  403. width:40px;
  404. height:50px;
  405. display:flex;
  406. font-family:'Font Awesome 5 Pro Solid', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro';
  407. font-weight:900;
  408. font-style:normal;
  409. font-size:24px;
  410. color:#CCCCCC;
  411. }
  412. #u1096 .text {
  413. position:absolute;
  414. align-self:center;
  415. padding:2px 2px 2px 2px;
  416. box-sizing:border-box;
  417. width:100%;
  418. }
  419. #u1096_div.selected {
  420. border-width:0px;
  421. position:absolute;
  422. left:0px;
  423. top:0px;
  424. width:40px;
  425. height:50px;
  426. background:inherit;
  427. background-color:rgba(255, 255, 255, 0);
  428. border:none;
  429. border-radius:3px;
  430. -moz-box-shadow:none;
  431. -webkit-box-shadow:none;
  432. box-shadow:none;
  433. font-family:'Font Awesome 5 Pro Solid', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro';
  434. font-weight:900;
  435. font-style:normal;
  436. font-size:24px;
  437. color:#CCCCCC;
  438. }
  439. #u1096.selected {
  440. }
  441. #u1096_text {
  442. border-width:0px;
  443. word-wrap:break-word;
  444. text-transform:none;
  445. }
  446. #u1097 {
  447. border-width:0px;
  448. position:absolute;
  449. left:0px;
  450. top:0px;
  451. width:0px;
  452. height:0px;
  453. }
  454. #u1098_input {
  455. position:absolute;
  456. left:0px;
  457. top:0px;
  458. width:380px;
  459. height:50px;
  460. padding:3px 2px 3px 40px;
  461. font-family:'微软雅黑';
  462. font-weight:400;
  463. font-style:normal;
  464. font-size:13px;
  465. text-decoration:none;
  466. letter-spacing:normal;
  467. color:#333333;
  468. vertical-align:none;
  469. text-align:left;
  470. text-transform:none;
  471. background-color:transparent;
  472. border-color:transparent;
  473. }
  474. #u1098_input.mouseOver {
  475. position:absolute;
  476. left:0px;
  477. top:0px;
  478. width:380px;
  479. height:50px;
  480. padding:3px 2px 3px 40px;
  481. font-family:'微软雅黑';
  482. font-weight:400;
  483. font-style:normal;
  484. font-size:13px;
  485. text-decoration:none;
  486. letter-spacing:normal;
  487. color:#333333;
  488. vertical-align:none;
  489. text-align:left;
  490. text-transform:none;
  491. background-color:transparent;
  492. border-color:transparent;
  493. }
  494. #u1098_input.focused {
  495. position:absolute;
  496. left:0px;
  497. top:0px;
  498. width:380px;
  499. height:50px;
  500. padding:3px 2px 3px 40px;
  501. font-family:'微软雅黑';
  502. font-weight:400;
  503. font-style:normal;
  504. font-size:13px;
  505. text-decoration:none;
  506. letter-spacing:normal;
  507. color:#333333;
  508. vertical-align:none;
  509. text-align:left;
  510. text-transform:none;
  511. background-color:transparent;
  512. border-color:transparent;
  513. }
  514. #u1098_input.disabled {
  515. position:absolute;
  516. left:0px;
  517. top:0px;
  518. width:380px;
  519. height:50px;
  520. padding:3px 2px 3px 40px;
  521. font-family:'微软雅黑';
  522. font-weight:400;
  523. font-style:normal;
  524. font-size:13px;
  525. text-decoration:none;
  526. letter-spacing:normal;
  527. color:#333333;
  528. vertical-align:none;
  529. text-align:left;
  530. text-transform:none;
  531. background-color:transparent;
  532. border-color:transparent;
  533. }
  534. #u1098_div {
  535. border-width:0px;
  536. position:absolute;
  537. left:0px;
  538. top:0px;
  539. width:380px;
  540. height:50px;
  541. background:inherit;
  542. background-color:rgba(255, 255, 255, 1);
  543. box-sizing:border-box;
  544. border-width:1px;
  545. border-style:solid;
  546. border-color:rgba(228, 228, 228, 1);
  547. border-radius:5px;
  548. -moz-box-shadow:none;
  549. -webkit-box-shadow:none;
  550. box-shadow:none;
  551. font-family:'微软雅黑';
  552. font-weight:400;
  553. font-style:normal;
  554. text-align:left;
  555. }
  556. #u1098 {
  557. border-width:0px;
  558. position:absolute;
  559. left:375px;
  560. top:210px;
  561. width:380px;
  562. height:50px;
  563. display:flex;
  564. font-family:'微软雅黑';
  565. font-weight:400;
  566. font-style:normal;
  567. text-align:left;
  568. }
  569. #u1098 .text {
  570. position:absolute;
  571. align-self:center;
  572. padding:2px 2px 2px 40px;
  573. box-sizing:border-box;
  574. width:100%;
  575. }
  576. #u1098_div.mouseOver {
  577. border-width:0px;
  578. position:absolute;
  579. left:0px;
  580. top:0px;
  581. width:380px;
  582. height:50px;
  583. background:inherit;
  584. background-color:rgba(255, 255, 255, 1);
  585. box-sizing:border-box;
  586. border-width:1px;
  587. border-style:solid;
  588. border-color:rgba(64, 158, 255, 1);
  589. border-radius:5px;
  590. -moz-box-shadow:none;
  591. -webkit-box-shadow:none;
  592. box-shadow:none;
  593. font-family:'微软雅黑';
  594. font-weight:400;
  595. font-style:normal;
  596. text-align:left;
  597. }
  598. #u1098.mouseOver {
  599. }
  600. #u1098_div.focused {
  601. border-width:0px;
  602. position:absolute;
  603. left:0px;
  604. top:0px;
  605. width:380px;
  606. height:50px;
  607. background:inherit;
  608. background-color:rgba(255, 255, 255, 1);
  609. box-sizing:border-box;
  610. border-width:1px;
  611. border-style:solid;
  612. border-color:rgba(64, 158, 255, 1);
  613. border-radius:5px;
  614. -moz-box-shadow:0px 0px 5px rgba(64, 158, 255, 0.247058823529412);
  615. -webkit-box-shadow:0px 0px 5px rgba(64, 158, 255, 0.247058823529412);
  616. box-shadow:0px 0px 5px rgba(64, 158, 255, 0.247058823529412);
  617. font-family:'微软雅黑';
  618. font-weight:400;
  619. font-style:normal;
  620. text-align:left;
  621. }
  622. #u1098.focused {
  623. }
  624. #u1098_div.disabled {
  625. border-width:0px;
  626. position:absolute;
  627. left:0px;
  628. top:0px;
  629. width:380px;
  630. height:50px;
  631. background:inherit;
  632. background-color:rgba(242, 242, 242, 1);
  633. box-sizing:border-box;
  634. border-width:1px;
  635. border-style:solid;
  636. border-color:rgba(228, 228, 228, 1);
  637. border-radius:5px;
  638. -moz-box-shadow:none;
  639. -webkit-box-shadow:none;
  640. box-shadow:none;
  641. font-family:'微软雅黑';
  642. font-weight:400;
  643. font-style:normal;
  644. text-align:left;
  645. }
  646. #u1098.disabled {
  647. }
  648. #u1099_div {
  649. border-width:0px;
  650. position:absolute;
  651. left:0px;
  652. top:0px;
  653. width:40px;
  654. height:50px;
  655. background:inherit;
  656. background-color:rgba(255, 255, 255, 0);
  657. border:none;
  658. border-radius:3px;
  659. -moz-box-shadow:none;
  660. -webkit-box-shadow:none;
  661. box-shadow:none;
  662. font-family:'Font Awesome 5 Pro Solid', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro';
  663. font-weight:900;
  664. font-style:normal;
  665. color:#999999;
  666. }
  667. #u1099 {
  668. border-width:0px;
  669. position:absolute;
  670. left:715px;
  671. top:210px;
  672. width:40px;
  673. height:50px;
  674. display:flex;
  675. font-family:'Font Awesome 5 Pro Solid', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro';
  676. font-weight:900;
  677. font-style:normal;
  678. color:#999999;
  679. }
  680. #u1099 .text {
  681. position:absolute;
  682. align-self:center;
  683. padding:2px 2px 2px 2px;
  684. box-sizing:border-box;
  685. width:100%;
  686. }
  687. #u1099_text {
  688. border-width:0px;
  689. word-wrap:break-word;
  690. text-transform:none;
  691. }
  692. #u1100_div {
  693. border-width:0px;
  694. position:absolute;
  695. left:0px;
  696. top:0px;
  697. width:40px;
  698. height:50px;
  699. background:inherit;
  700. background-color:rgba(255, 255, 255, 0);
  701. border:none;
  702. border-radius:3px;
  703. -moz-box-shadow:none;
  704. -webkit-box-shadow:none;
  705. box-shadow:none;
  706. font-family:'Font Awesome 5 Pro Solid', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro';
  707. font-weight:900;
  708. font-style:normal;
  709. font-size:18px;
  710. color:#CCCCCC;
  711. }
  712. #u1100 {
  713. border-width:0px;
  714. position:absolute;
  715. left:375px;
  716. top:210px;
  717. width:40px;
  718. height:50px;
  719. display:flex;
  720. font-family:'Font Awesome 5 Pro Solid', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro';
  721. font-weight:900;
  722. font-style:normal;
  723. font-size:18px;
  724. color:#CCCCCC;
  725. }
  726. #u1100 .text {
  727. position:absolute;
  728. align-self:center;
  729. padding:2px 2px 2px 2px;
  730. box-sizing:border-box;
  731. width:100%;
  732. }
  733. #u1100_div.selected {
  734. border-width:0px;
  735. position:absolute;
  736. left:0px;
  737. top:0px;
  738. width:40px;
  739. height:50px;
  740. background:inherit;
  741. background-color:rgba(255, 255, 255, 0);
  742. border:none;
  743. border-radius:3px;
  744. -moz-box-shadow:none;
  745. -webkit-box-shadow:none;
  746. box-shadow:none;
  747. font-family:'Font Awesome 5 Pro Solid', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro';
  748. font-weight:900;
  749. font-style:normal;
  750. font-size:18px;
  751. color:#CCCCCC;
  752. }
  753. #u1100.selected {
  754. }
  755. #u1100_text {
  756. border-width:0px;
  757. word-wrap:break-word;
  758. text-transform:none;
  759. }
  760. #u1101 {
  761. border-width:0px;
  762. position:absolute;
  763. left:655px;
  764. top:280px;
  765. width:100px;
  766. height:50px;
  767. }
  768. #u1101_state0 {
  769. border-width:0px;
  770. position:absolute;
  771. left:0px;
  772. top:0px;
  773. width:100px;
  774. height:50px;
  775. -ms-overflow-x:hidden;
  776. overflow-x:hidden;
  777. -ms-overflow-y:hidden;
  778. overflow-y:hidden;
  779. background-image:none;
  780. border:none;
  781. border-radius:0px;
  782. -moz-box-shadow:none;
  783. -webkit-box-shadow:none;
  784. box-shadow:none;
  785. }
  786. #u1101_state0_content {
  787. border-width:0px;
  788. position:absolute;
  789. left:0px;
  790. top:0px;
  791. width:1px;
  792. height:1px;
  793. }
  794. #u1102_img {
  795. border-width:0px;
  796. position:absolute;
  797. left:0px;
  798. top:0px;
  799. width:565px;
  800. height:47px;
  801. }
  802. #u1102 {
  803. border-width:0px;
  804. position:absolute;
  805. left:114px;
  806. top:3px;
  807. width:565px;
  808. height:47px;
  809. display:flex;
  810. color:#E4E4E4;
  811. text-align:left;
  812. }
  813. #u1102 .text {
  814. position:absolute;
  815. align-self:center;
  816. padding:2px 2px 2px 2px;
  817. box-sizing:border-box;
  818. width:100%;
  819. }
  820. #u1102_text {
  821. border-width:0px;
  822. word-wrap:break-word;
  823. text-transform:none;
  824. }
  825. #u1103_div {
  826. border-width:0px;
  827. position:absolute;
  828. left:0px;
  829. top:0px;
  830. width:100px;
  831. height:50px;
  832. background:inherit;
  833. background-color:rgba(249, 249, 249, 1);
  834. box-sizing:border-box;
  835. border-width:1px;
  836. border-style:solid;
  837. border-color:rgba(228, 228, 228, 1);
  838. border-radius:5px;
  839. -moz-box-shadow:none;
  840. -webkit-box-shadow:none;
  841. box-shadow:none;
  842. font-family:'MV Boli Normal', 'MV Boli';
  843. font-weight:400;
  844. font-style:normal;
  845. font-size:28px;
  846. color:#464C5B;
  847. }
  848. #u1103 {
  849. border-width:0px;
  850. position:absolute;
  851. left:0px;
  852. top:0px;
  853. width:100px;
  854. height:50px;
  855. display:flex;
  856. font-family:'MV Boli Normal', 'MV Boli';
  857. font-weight:400;
  858. font-style:normal;
  859. font-size:28px;
  860. color:#464C5B;
  861. }
  862. #u1103 .text {
  863. position:absolute;
  864. align-self:center;
  865. padding:2px 2px 2px 2px;
  866. box-sizing:border-box;
  867. width:100%;
  868. }
  869. #u1103_text {
  870. border-width:0px;
  871. word-wrap:break-word;
  872. text-transform:none;
  873. }
  874. #u1104 {
  875. border-width:0px;
  876. position:absolute;
  877. left:0px;
  878. top:0px;
  879. width:0px;
  880. height:0px;
  881. }
  882. #u1105_input {
  883. position:absolute;
  884. left:0px;
  885. top:0px;
  886. width:270px;
  887. height:50px;
  888. padding:3px 2px 3px 40px;
  889. font-family:'微软雅黑';
  890. font-weight:400;
  891. font-style:normal;
  892. font-size:13px;
  893. text-decoration:none;
  894. letter-spacing:normal;
  895. color:#333333;
  896. vertical-align:none;
  897. text-align:left;
  898. text-transform:none;
  899. background-color:transparent;
  900. border-color:transparent;
  901. }
  902. #u1105_input.mouseOver {
  903. position:absolute;
  904. left:0px;
  905. top:0px;
  906. width:270px;
  907. height:50px;
  908. padding:3px 2px 3px 40px;
  909. font-family:'微软雅黑';
  910. font-weight:400;
  911. font-style:normal;
  912. font-size:13px;
  913. text-decoration:none;
  914. letter-spacing:normal;
  915. color:#333333;
  916. vertical-align:none;
  917. text-align:left;
  918. text-transform:none;
  919. background-color:transparent;
  920. border-color:transparent;
  921. }
  922. #u1105_input.focused {
  923. position:absolute;
  924. left:0px;
  925. top:0px;
  926. width:270px;
  927. height:50px;
  928. padding:3px 2px 3px 40px;
  929. font-family:'微软雅黑';
  930. font-weight:400;
  931. font-style:normal;
  932. font-size:13px;
  933. text-decoration:none;
  934. letter-spacing:normal;
  935. color:#333333;
  936. vertical-align:none;
  937. text-align:left;
  938. text-transform:none;
  939. background-color:transparent;
  940. border-color:transparent;
  941. }
  942. #u1105_input.disabled {
  943. position:absolute;
  944. left:0px;
  945. top:0px;
  946. width:270px;
  947. height:50px;
  948. padding:3px 2px 3px 40px;
  949. font-family:'微软雅黑';
  950. font-weight:400;
  951. font-style:normal;
  952. font-size:13px;
  953. text-decoration:none;
  954. letter-spacing:normal;
  955. color:#333333;
  956. vertical-align:none;
  957. text-align:left;
  958. text-transform:none;
  959. background-color:transparent;
  960. border-color:transparent;
  961. }
  962. #u1105_div {
  963. border-width:0px;
  964. position:absolute;
  965. left:0px;
  966. top:0px;
  967. width:270px;
  968. height:50px;
  969. background:inherit;
  970. background-color:rgba(255, 255, 255, 1);
  971. box-sizing:border-box;
  972. border-width:1px;
  973. border-style:solid;
  974. border-color:rgba(228, 228, 228, 1);
  975. border-radius:5px;
  976. -moz-box-shadow:none;
  977. -webkit-box-shadow:none;
  978. box-shadow:none;
  979. font-family:'微软雅黑';
  980. font-weight:400;
  981. font-style:normal;
  982. text-align:left;
  983. }
  984. #u1105 {
  985. border-width:0px;
  986. position:absolute;
  987. left:375px;
  988. top:280px;
  989. width:270px;
  990. height:50px;
  991. display:flex;
  992. font-family:'微软雅黑';
  993. font-weight:400;
  994. font-style:normal;
  995. text-align:left;
  996. }
  997. #u1105 .text {
  998. position:absolute;
  999. align-self:center;
  1000. padding:2px 2px 2px 40px;
  1001. box-sizing:border-box;
  1002. width:100%;
  1003. }
  1004. #u1105_div.mouseOver {
  1005. border-width:0px;
  1006. position:absolute;
  1007. left:0px;
  1008. top:0px;
  1009. width:270px;
  1010. height:50px;
  1011. background:inherit;
  1012. background-color:rgba(255, 255, 255, 1);
  1013. box-sizing:border-box;
  1014. border-width:1px;
  1015. border-style:solid;
  1016. border-color:rgba(64, 158, 255, 1);
  1017. border-radius:5px;
  1018. -moz-box-shadow:none;
  1019. -webkit-box-shadow:none;
  1020. box-shadow:none;
  1021. font-family:'微软雅黑';
  1022. font-weight:400;
  1023. font-style:normal;
  1024. text-align:left;
  1025. }
  1026. #u1105.mouseOver {
  1027. }
  1028. #u1105_div.focused {
  1029. border-width:0px;
  1030. position:absolute;
  1031. left:0px;
  1032. top:0px;
  1033. width:270px;
  1034. height:50px;
  1035. background:inherit;
  1036. background-color:rgba(255, 255, 255, 1);
  1037. box-sizing:border-box;
  1038. border-width:1px;
  1039. border-style:solid;
  1040. border-color:rgba(64, 158, 255, 1);
  1041. border-radius:5px;
  1042. -moz-box-shadow:0px 0px 5px rgba(64, 158, 255, 0.247058823529412);
  1043. -webkit-box-shadow:0px 0px 5px rgba(64, 158, 255, 0.247058823529412);
  1044. box-shadow:0px 0px 5px rgba(64, 158, 255, 0.247058823529412);
  1045. font-family:'微软雅黑';
  1046. font-weight:400;
  1047. font-style:normal;
  1048. text-align:left;
  1049. }
  1050. #u1105.focused {
  1051. }
  1052. #u1105_div.disabled {
  1053. border-width:0px;
  1054. position:absolute;
  1055. left:0px;
  1056. top:0px;
  1057. width:270px;
  1058. height:50px;
  1059. background:inherit;
  1060. background-color:rgba(242, 242, 242, 1);
  1061. box-sizing:border-box;
  1062. border-width:1px;
  1063. border-style:solid;
  1064. border-color:rgba(228, 228, 228, 1);
  1065. border-radius:5px;
  1066. -moz-box-shadow:none;
  1067. -webkit-box-shadow:none;
  1068. box-shadow:none;
  1069. font-family:'微软雅黑';
  1070. font-weight:400;
  1071. font-style:normal;
  1072. text-align:left;
  1073. }
  1074. #u1105.disabled {
  1075. }
  1076. #u1106_div {
  1077. border-width:0px;
  1078. position:absolute;
  1079. left:0px;
  1080. top:0px;
  1081. width:40px;
  1082. height:50px;
  1083. background:inherit;
  1084. background-color:rgba(255, 255, 255, 0);
  1085. border:none;
  1086. border-radius:3px;
  1087. -moz-box-shadow:none;
  1088. -webkit-box-shadow:none;
  1089. box-shadow:none;
  1090. font-family:'Font Awesome 5 Pro Solid', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro';
  1091. font-weight:900;
  1092. font-style:normal;
  1093. color:#999999;
  1094. }
  1095. #u1106 {
  1096. border-width:0px;
  1097. position:absolute;
  1098. left:605px;
  1099. top:280px;
  1100. width:40px;
  1101. height:50px;
  1102. display:flex;
  1103. font-family:'Font Awesome 5 Pro Solid', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro';
  1104. font-weight:900;
  1105. font-style:normal;
  1106. color:#999999;
  1107. }
  1108. #u1106 .text {
  1109. position:absolute;
  1110. align-self:center;
  1111. padding:2px 2px 2px 2px;
  1112. box-sizing:border-box;
  1113. width:100%;
  1114. }
  1115. #u1106_text {
  1116. border-width:0px;
  1117. word-wrap:break-word;
  1118. text-transform:none;
  1119. }
  1120. #u1107_div {
  1121. border-width:0px;
  1122. position:absolute;
  1123. left:0px;
  1124. top:0px;
  1125. width:40px;
  1126. height:50px;
  1127. background:inherit;
  1128. background-color:rgba(255, 255, 255, 0);
  1129. border:none;
  1130. border-radius:3px;
  1131. -moz-box-shadow:none;
  1132. -webkit-box-shadow:none;
  1133. box-shadow:none;
  1134. font-family:'Font Awesome 5 Pro Solid', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro';
  1135. font-weight:900;
  1136. font-style:normal;
  1137. font-size:18px;
  1138. color:#CCCCCC;
  1139. }
  1140. #u1107 {
  1141. border-width:0px;
  1142. position:absolute;
  1143. left:375px;
  1144. top:280px;
  1145. width:40px;
  1146. height:50px;
  1147. display:flex;
  1148. font-family:'Font Awesome 5 Pro Solid', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro';
  1149. font-weight:900;
  1150. font-style:normal;
  1151. font-size:18px;
  1152. color:#CCCCCC;
  1153. }
  1154. #u1107 .text {
  1155. position:absolute;
  1156. align-self:center;
  1157. padding:2px 2px 2px 2px;
  1158. box-sizing:border-box;
  1159. width:100%;
  1160. }
  1161. #u1107_div.selected {
  1162. border-width:0px;
  1163. position:absolute;
  1164. left:0px;
  1165. top:0px;
  1166. width:40px;
  1167. height:50px;
  1168. background:inherit;
  1169. background-color:rgba(255, 255, 255, 0);
  1170. border:none;
  1171. border-radius:3px;
  1172. -moz-box-shadow:none;
  1173. -webkit-box-shadow:none;
  1174. box-shadow:none;
  1175. font-family:'Font Awesome 5 Pro Solid', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro';
  1176. font-weight:900;
  1177. font-style:normal;
  1178. font-size:18px;
  1179. color:#CCCCCC;
  1180. }
  1181. #u1107.selected {
  1182. }
  1183. #u1107_text {
  1184. border-width:0px;
  1185. word-wrap:break-word;
  1186. text-transform:none;
  1187. }
  1188. #u1108_div {
  1189. border-width:0px;
  1190. position:absolute;
  1191. left:0px;
  1192. top:0px;
  1193. width:380px;
  1194. height:50px;
  1195. background:inherit;
  1196. background-color:rgba(64, 158, 255, 1);
  1197. border:none;
  1198. border-radius:5px;
  1199. -moz-box-shadow:none;
  1200. -webkit-box-shadow:none;
  1201. box-shadow:none;
  1202. font-family:'微软雅黑 Bold', '微软雅黑';
  1203. font-weight:700;
  1204. font-style:normal;
  1205. font-size:18px;
  1206. color:#FFFFFF;
  1207. line-height:20px;
  1208. }
  1209. #u1108 {
  1210. border-width:0px;
  1211. position:absolute;
  1212. left:377px;
  1213. top:380px;
  1214. width:380px;
  1215. height:50px;
  1216. display:flex;
  1217. font-family:'微软雅黑 Bold', '微软雅黑';
  1218. font-weight:700;
  1219. font-style:normal;
  1220. font-size:18px;
  1221. color:#FFFFFF;
  1222. line-height:20px;
  1223. }
  1224. #u1108 .text {
  1225. position:absolute;
  1226. align-self:center;
  1227. padding:0px 0px 0px 0px;
  1228. box-sizing:border-box;
  1229. width:100%;
  1230. }
  1231. #u1108_text {
  1232. border-width:0px;
  1233. word-wrap:break-word;
  1234. text-transform:none;
  1235. }
  1236. #u1109 {
  1237. border-width:0px;
  1238. position:absolute;
  1239. left:0px;
  1240. top:0px;
  1241. width:0px;
  1242. height:0px;
  1243. }
  1244. #u1110_div {
  1245. border-width:0px;
  1246. position:absolute;
  1247. left:0px;
  1248. top:0px;
  1249. width:125px;
  1250. height:50px;
  1251. background:inherit;
  1252. background-color:rgba(255, 255, 255, 0);
  1253. border:none;
  1254. border-left:0px;
  1255. border-right:0px;
  1256. border-radius:0px;
  1257. border-top-left-radius:0px;
  1258. border-top-right-radius:0px;
  1259. border-bottom-right-radius:0px;
  1260. border-bottom-left-radius:0px;
  1261. -moz-box-shadow:none;
  1262. -webkit-box-shadow:none;
  1263. box-shadow:none;
  1264. font-family:'微软雅黑';
  1265. font-weight:400;
  1266. font-style:normal;
  1267. color:#999999;
  1268. text-align:left;
  1269. line-height:20px;
  1270. }
  1271. #u1110 {
  1272. border-width:0px;
  1273. position:absolute;
  1274. left:375px;
  1275. top:330px;
  1276. width:125px;
  1277. height:50px;
  1278. display:flex;
  1279. font-family:'微软雅黑';
  1280. font-weight:400;
  1281. font-style:normal;
  1282. color:#999999;
  1283. text-align:left;
  1284. line-height:20px;
  1285. }
  1286. #u1110 .text {
  1287. position:absolute;
  1288. align-self:center;
  1289. padding:0px 0px 0px 25px;
  1290. box-sizing:border-box;
  1291. width:100%;
  1292. }
  1293. #u1110_text {
  1294. border-width:0px;
  1295. word-wrap:break-word;
  1296. text-transform:none;
  1297. }
  1298. #u1111_div {
  1299. border-width:0px;
  1300. position:absolute;
  1301. left:0px;
  1302. top:0px;
  1303. width:125px;
  1304. height:50px;
  1305. background:inherit;
  1306. background-color:rgba(255, 255, 255, 0);
  1307. border:none;
  1308. border-radius:0px;
  1309. -moz-box-shadow:none;
  1310. -webkit-box-shadow:none;
  1311. box-shadow:none;
  1312. font-family:'Font Awesome 5 Pro Light', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro';
  1313. font-weight:300;
  1314. font-style:normal;
  1315. font-size:16px;
  1316. color:#CCCCCC;
  1317. text-align:left;
  1318. line-height:28px;
  1319. }
  1320. #u1111 {
  1321. border-width:0px;
  1322. position:absolute;
  1323. left:375px;
  1324. top:330px;
  1325. width:125px;
  1326. height:50px;
  1327. display:flex;
  1328. font-family:'Font Awesome 5 Pro Light', 'Font Awesome 5 Pro Regular', 'Font Awesome 5 Pro';
  1329. font-weight:300;
  1330. font-style:normal;
  1331. font-size:16px;
  1332. color:#CCCCCC;
  1333. text-align:left;
  1334. line-height:28px;
  1335. }
  1336. #u1111 .text {
  1337. position:absolute;
  1338. align-self:center;
  1339. padding:0px 0px 0px 0px;
  1340. box-sizing:border-box;
  1341. width:100%;
  1342. }
  1343. #u1111_text {
  1344. border-width:0px;
  1345. word-wrap:break-word;
  1346. text-transform:none;
  1347. visibility:hidden;
  1348. }
  1349. #u1112 label {
  1350. left:0px;
  1351. width:100%;
  1352. }
  1353. #u1112_img {
  1354. border-width:0px;
  1355. position:absolute;
  1356. left:0px;
  1357. top:0px;
  1358. width:12px;
  1359. height:12px;
  1360. }
  1361. #u1112 {
  1362. border-width:0px;
  1363. position:absolute;
  1364. left:381px;
  1365. top:350px;
  1366. width:14px;
  1367. height:16px;
  1368. display:flex;
  1369. }
  1370. #u1112 .text {
  1371. position:absolute;
  1372. align-self:center;
  1373. padding:0px 2px 0px 2px;
  1374. box-sizing:border-box;
  1375. }
  1376. #u1112_img.selected {
  1377. }
  1378. #u1112.selected {
  1379. }
  1380. #u1112_text {
  1381. border-width:0px;
  1382. position:absolute;
  1383. left:14px;
  1384. top:0px;
  1385. width:-2px;
  1386. word-wrap:break-word;
  1387. text-transform:none;
  1388. visibility:hidden;
  1389. }
  1390. #u1112_input {
  1391. border-width:0px;
  1392. position:absolute;
  1393. left:0px;
  1394. top:0px;
  1395. width:0px;
  1396. height:0px;
  1397. opacity:0;
  1398. }
  1399. #u1113 {
  1400. border-width:0px;
  1401. position:absolute;
  1402. left:0px;
  1403. top:0px;
  1404. width:0px;
  1405. height:0px;
  1406. }
  1407. #u1114_div {
  1408. border-width:0px;
  1409. position:absolute;
  1410. left:0px;
  1411. top:0px;
  1412. width:112px;
  1413. height:50px;
  1414. background:inherit;
  1415. background-color:rgba(255, 255, 255, 0);
  1416. border:none;
  1417. border-radius:0px;
  1418. -moz-box-shadow:none;
  1419. -webkit-box-shadow:none;
  1420. box-shadow:none;
  1421. font-family:'微软雅黑';
  1422. font-weight:400;
  1423. font-style:normal;
  1424. color:#409EFF;
  1425. text-align:right;
  1426. }
  1427. #u1114 {
  1428. border-width:0px;
  1429. position:absolute;
  1430. left:645px;
  1431. top:330px;
  1432. width:112px;
  1433. height:50px;
  1434. display:flex;
  1435. font-family:'微软雅黑';
  1436. font-weight:400;
  1437. font-style:normal;
  1438. color:#409EFF;
  1439. text-align:right;
  1440. }
  1441. #u1114 .text {
  1442. position:absolute;
  1443. align-self:center;
  1444. padding:2px 2px 2px 2px;
  1445. box-sizing:border-box;
  1446. width:100%;
  1447. }
  1448. #u1114_text {
  1449. border-width:0px;
  1450. word-wrap:break-word;
  1451. text-transform:none;
  1452. }
  1453. #u1115_img {
  1454. border-width:0px;
  1455. position:absolute;
  1456. left:0px;
  1457. top:0px;
  1458. width:160px;
  1459. height:67px;
  1460. }
  1461. #u1115 {
  1462. border-width:0px;
  1463. position:absolute;
  1464. left:633px;
  1465. top:276px;
  1466. width:160px;
  1467. height:67px;
  1468. display:flex;
  1469. font-size:12px;
  1470. color:#FFFFFF;
  1471. text-align:left;
  1472. line-height:18px;
  1473. }
  1474. #u1115 .text {
  1475. position:absolute;
  1476. align-self:center;
  1477. padding:2px 2px 2px 15px;
  1478. box-sizing:border-box;
  1479. width:100%;
  1480. }
  1481. #u1115_text {
  1482. border-width:0px;
  1483. word-wrap:break-word;
  1484. text-transform:none;
  1485. }
  1486. #u1116_img {
  1487. border-width:0px;
  1488. position:absolute;
  1489. left:0px;
  1490. top:0px;
  1491. width:330px;
  1492. height:540px;
  1493. }
  1494. #u1116 {
  1495. border-width:0px;
  1496. position:absolute;
  1497. left:0px;
  1498. top:0px;
  1499. width:330px;
  1500. height:540px;
  1501. display:flex;
  1502. font-family:'微软雅黑';
  1503. font-weight:400;
  1504. font-style:normal;
  1505. text-align:left;
  1506. line-height:24px;
  1507. }
  1508. #u1116 .text {
  1509. position:absolute;
  1510. align-self:center;
  1511. padding:0px 20px 0px 20px;
  1512. box-sizing:border-box;
  1513. width:100%;
  1514. }
  1515. #u1116_text {
  1516. border-width:0px;
  1517. word-wrap:break-word;
  1518. text-transform:none;
  1519. visibility:hidden;
  1520. }
  1521. #u1117_img {
  1522. border-width:0px;
  1523. position:absolute;
  1524. left:0px;
  1525. top:0px;
  1526. width:380px;
  1527. height:60px;
  1528. }
  1529. #u1117 {
  1530. border-width:0px;
  1531. position:absolute;
  1532. left:375px;
  1533. top:20px;
  1534. width:380px;
  1535. height:60px;
  1536. display:flex;
  1537. font-family:'微软雅黑 Bold', '微软雅黑';
  1538. font-style:normal;
  1539. text-align:left;
  1540. line-height:32px;
  1541. }
  1542. #u1117 .text {
  1543. position:absolute;
  1544. align-self:center;
  1545. padding:2px 2px 2px 2px;
  1546. box-sizing:border-box;
  1547. width:100%;
  1548. }
  1549. #u1117_text {
  1550. border-width:0px;
  1551. word-wrap:break-word;
  1552. text-transform:none;
  1553. }
  1554. #u1118_img {
  1555. border-width:0px;
  1556. position:absolute;
  1557. left:0px;
  1558. top:0px;
  1559. width:330px;
  1560. height:60px;
  1561. }
  1562. #u1118 {
  1563. border-width:0px;
  1564. position:absolute;
  1565. left:0px;
  1566. top:140px;
  1567. width:330px;
  1568. height:60px;
  1569. display:flex;
  1570. font-family:'微软雅黑 Bold', '微软雅黑';
  1571. font-weight:700;
  1572. font-style:normal;
  1573. font-size:20px;
  1574. color:#FFFFFF;
  1575. line-height:24px;
  1576. }
  1577. #u1118 .text {
  1578. position:absolute;
  1579. align-self:center;
  1580. padding:2px 2px 2px 2px;
  1581. box-sizing:border-box;
  1582. width:100%;
  1583. }
  1584. #u1118_text {
  1585. border-width:0px;
  1586. word-wrap:break-word;
  1587. text-transform:none;
  1588. }
  1589. #u1119_img {
  1590. border-width:0px;
  1591. position:absolute;
  1592. left:0px;
  1593. top:0px;
  1594. width:25px;
  1595. height:25px;
  1596. }
  1597. #u1119 {
  1598. border-width:0px;
  1599. position:absolute;
  1600. left:515px;
  1601. top:393px;
  1602. width:25px;
  1603. height:25px;
  1604. display:flex;
  1605. }
  1606. #u1119 .text {
  1607. position:absolute;
  1608. align-self:center;
  1609. padding:2px 2px 2px 2px;
  1610. box-sizing:border-box;
  1611. width:100%;
  1612. }
  1613. #u1119_text {
  1614. border-width:0px;
  1615. word-wrap:break-word;
  1616. text-transform:none;
  1617. visibility:hidden;
  1618. }
  1619. #u1120_img {
  1620. border-width:0px;
  1621. position:absolute;
  1622. left:0px;
  1623. top:0px;
  1624. width:50px;
  1625. height:50px;
  1626. }
  1627. #u1120 {
  1628. border-width:0px;
  1629. position:absolute;
  1630. left:140px;
  1631. top:76px;
  1632. width:50px;
  1633. height:50px;
  1634. display:flex;
  1635. }
  1636. #u1120 .text {
  1637. position:absolute;
  1638. align-self:center;
  1639. padding:2px 2px 2px 2px;
  1640. box-sizing:border-box;
  1641. width:100%;
  1642. }
  1643. #u1120_text {
  1644. border-width:0px;
  1645. word-wrap:break-word;
  1646. text-transform:none;
  1647. visibility:hidden;
  1648. }