You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

817 lines
14 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:0px;
  6. width:1920px;
  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. #u1_div {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:1920px;
  25. height:1080px;
  26. background:inherit;
  27. background-color:rgba(51, 51, 51, 1);
  28. box-sizing:border-box;
  29. border-width:1px;
  30. border-style:solid;
  31. border-color:rgba(121, 121, 121, 1);
  32. border-left:0px;
  33. border-top:0px;
  34. border-right:0px;
  35. border-bottom:0px;
  36. border-radius:0px;
  37. -moz-box-shadow:none;
  38. -webkit-box-shadow:none;
  39. box-shadow:none;
  40. }
  41. #u1 {
  42. border-width:0px;
  43. position:absolute;
  44. left:0px;
  45. top:0px;
  46. width:1920px;
  47. height:1080px;
  48. display:flex;
  49. }
  50. #u1 .text {
  51. position:absolute;
  52. align-self:center;
  53. padding:2px 2px 2px 2px;
  54. box-sizing:border-box;
  55. width:100%;
  56. }
  57. #u1_text {
  58. border-width:0px;
  59. word-wrap:break-word;
  60. text-transform:none;
  61. visibility:hidden;
  62. }
  63. #u2_img {
  64. border-width:0px;
  65. position:absolute;
  66. left:0px;
  67. top:0px;
  68. width:1920px;
  69. height:1080px;
  70. }
  71. #u2 {
  72. border-width:0px;
  73. position:absolute;
  74. left:0px;
  75. top:0px;
  76. width:1920px;
  77. height:1080px;
  78. display:flex;
  79. }
  80. #u2 .text {
  81. position:absolute;
  82. align-self:center;
  83. padding:2px 2px 2px 2px;
  84. box-sizing:border-box;
  85. width:100%;
  86. }
  87. #u2_text {
  88. border-width:0px;
  89. word-wrap:break-word;
  90. text-transform:none;
  91. visibility:hidden;
  92. }
  93. #u3_div {
  94. border-width:0px;
  95. position:absolute;
  96. left:0px;
  97. top:0px;
  98. width:600px;
  99. height:400px;
  100. background:inherit;
  101. background-color:rgba(242, 242, 242, 1);
  102. box-sizing:border-box;
  103. border-width:1px;
  104. border-style:solid;
  105. border-color:rgba(121, 121, 121, 1);
  106. border-left:0px;
  107. border-top:0px;
  108. border-right:0px;
  109. border-bottom:0px;
  110. border-radius:20px;
  111. -moz-box-shadow:none;
  112. -webkit-box-shadow:none;
  113. box-shadow:none;
  114. }
  115. #u3 {
  116. border-width:0px;
  117. position:absolute;
  118. left:660px;
  119. top:320px;
  120. width:600px;
  121. height:400px;
  122. display:flex;
  123. }
  124. #u3 .text {
  125. position:absolute;
  126. align-self:center;
  127. padding:2px 2px 2px 2px;
  128. box-sizing:border-box;
  129. width:100%;
  130. }
  131. #u3_text {
  132. border-width:0px;
  133. word-wrap:break-word;
  134. text-transform:none;
  135. visibility:hidden;
  136. }
  137. #u4_input {
  138. position:absolute;
  139. left:0px;
  140. top:0px;
  141. width:300px;
  142. height:50px;
  143. padding:3px 2px 3px 2px;
  144. font-family:'Arial Normal', 'Arial', sans-serif;
  145. font-weight:400;
  146. font-style:normal;
  147. font-size:13px;
  148. letter-spacing:normal;
  149. color:#000000;
  150. vertical-align:none;
  151. text-align:left;
  152. text-transform:none;
  153. background-color:transparent;
  154. border-color:transparent;
  155. }
  156. #u4_input.disabled {
  157. position:absolute;
  158. left:0px;
  159. top:0px;
  160. width:300px;
  161. height:50px;
  162. padding:3px 2px 3px 2px;
  163. font-family:'Arial Normal', 'Arial', sans-serif;
  164. font-weight:400;
  165. font-style:normal;
  166. font-size:13px;
  167. letter-spacing:normal;
  168. color:#000000;
  169. vertical-align:none;
  170. text-align:left;
  171. text-transform:none;
  172. background-color:transparent;
  173. border-color:transparent;
  174. }
  175. #u4_div {
  176. border-width:0px;
  177. position:absolute;
  178. left:0px;
  179. top:0px;
  180. width:300px;
  181. height:50px;
  182. background:inherit;
  183. background-color:rgba(255, 255, 255, 1);
  184. box-sizing:border-box;
  185. border-width:1px;
  186. border-style:solid;
  187. border-color:rgba(121, 121, 121, 1);
  188. border-left:0px;
  189. border-top:0px;
  190. border-right:0px;
  191. border-bottom:0px;
  192. border-radius:10px;
  193. -moz-box-shadow:none;
  194. -webkit-box-shadow:none;
  195. box-shadow:none;
  196. }
  197. #u4 {
  198. border-width:0px;
  199. position:absolute;
  200. left:810px;
  201. top:410px;
  202. width:300px;
  203. height:50px;
  204. display:flex;
  205. }
  206. #u4 .text {
  207. position:absolute;
  208. align-self:center;
  209. padding:2px 2px 2px 2px;
  210. box-sizing:border-box;
  211. width:100%;
  212. }
  213. #u4_div.disabled {
  214. border-width:0px;
  215. position:absolute;
  216. left:0px;
  217. top:0px;
  218. width:300px;
  219. height:50px;
  220. background:inherit;
  221. background-color:rgba(240, 240, 240, 1);
  222. box-sizing:border-box;
  223. border-width:1px;
  224. border-style:solid;
  225. border-color:rgba(121, 121, 121, 1);
  226. border-left:0px;
  227. border-top:0px;
  228. border-right:0px;
  229. border-bottom:0px;
  230. border-radius:10px;
  231. -moz-box-shadow:none;
  232. -webkit-box-shadow:none;
  233. box-shadow:none;
  234. }
  235. #u4.disabled {
  236. }
  237. #u5_input {
  238. position:absolute;
  239. left:0px;
  240. top:0px;
  241. width:300px;
  242. height:50px;
  243. padding:3px 2px 3px 2px;
  244. font-family:'Arial Normal', 'Arial', sans-serif;
  245. font-weight:400;
  246. font-style:normal;
  247. font-size:13px;
  248. letter-spacing:normal;
  249. color:#000000;
  250. vertical-align:none;
  251. text-align:left;
  252. text-transform:none;
  253. background-color:transparent;
  254. border-color:transparent;
  255. }
  256. #u5_input.disabled {
  257. position:absolute;
  258. left:0px;
  259. top:0px;
  260. width:300px;
  261. height:50px;
  262. padding:3px 2px 3px 2px;
  263. font-family:'Arial Normal', 'Arial', sans-serif;
  264. font-weight:400;
  265. font-style:normal;
  266. font-size:13px;
  267. letter-spacing:normal;
  268. color:#000000;
  269. vertical-align:none;
  270. text-align:left;
  271. text-transform:none;
  272. background-color:transparent;
  273. border-color:transparent;
  274. }
  275. #u5_div {
  276. border-width:0px;
  277. position:absolute;
  278. left:0px;
  279. top:0px;
  280. width:300px;
  281. height:50px;
  282. background:inherit;
  283. background-color:rgba(255, 255, 255, 1);
  284. box-sizing:border-box;
  285. border-width:1px;
  286. border-style:solid;
  287. border-color:rgba(121, 121, 121, 1);
  288. border-left:0px;
  289. border-top:0px;
  290. border-right:0px;
  291. border-bottom:0px;
  292. border-radius:10px;
  293. -moz-box-shadow:none;
  294. -webkit-box-shadow:none;
  295. box-shadow:none;
  296. }
  297. #u5 {
  298. border-width:0px;
  299. position:absolute;
  300. left:810px;
  301. top:475px;
  302. width:300px;
  303. height:50px;
  304. display:flex;
  305. }
  306. #u5 .text {
  307. position:absolute;
  308. align-self:center;
  309. padding:2px 2px 2px 2px;
  310. box-sizing:border-box;
  311. width:100%;
  312. }
  313. #u5_div.disabled {
  314. border-width:0px;
  315. position:absolute;
  316. left:0px;
  317. top:0px;
  318. width:300px;
  319. height:50px;
  320. background:inherit;
  321. background-color:rgba(240, 240, 240, 1);
  322. box-sizing:border-box;
  323. border-width:1px;
  324. border-style:solid;
  325. border-color:rgba(121, 121, 121, 1);
  326. border-left:0px;
  327. border-top:0px;
  328. border-right:0px;
  329. border-bottom:0px;
  330. border-radius:10px;
  331. -moz-box-shadow:none;
  332. -webkit-box-shadow:none;
  333. box-shadow:none;
  334. }
  335. #u5.disabled {
  336. }
  337. #u6_input {
  338. position:absolute;
  339. left:0px;
  340. top:0px;
  341. width:190px;
  342. height:50px;
  343. padding:3px 2px 3px 2px;
  344. font-family:'Arial Normal', 'Arial', sans-serif;
  345. font-weight:400;
  346. font-style:normal;
  347. font-size:13px;
  348. letter-spacing:normal;
  349. color:#000000;
  350. vertical-align:none;
  351. text-align:left;
  352. text-transform:none;
  353. background-color:transparent;
  354. border-color:transparent;
  355. }
  356. #u6_input.disabled {
  357. position:absolute;
  358. left:0px;
  359. top:0px;
  360. width:190px;
  361. height:50px;
  362. padding:3px 2px 3px 2px;
  363. font-family:'Arial Normal', 'Arial', sans-serif;
  364. font-weight:400;
  365. font-style:normal;
  366. font-size:13px;
  367. letter-spacing:normal;
  368. color:#000000;
  369. vertical-align:none;
  370. text-align:left;
  371. text-transform:none;
  372. background-color:transparent;
  373. border-color:transparent;
  374. }
  375. #u6_div {
  376. border-width:0px;
  377. position:absolute;
  378. left:0px;
  379. top:0px;
  380. width:190px;
  381. height:50px;
  382. background:inherit;
  383. background-color:rgba(255, 255, 255, 1);
  384. box-sizing:border-box;
  385. border-width:1px;
  386. border-style:solid;
  387. border-color:rgba(121, 121, 121, 1);
  388. border-left:0px;
  389. border-top:0px;
  390. border-right:0px;
  391. border-bottom:0px;
  392. border-radius:10px;
  393. -moz-box-shadow:none;
  394. -webkit-box-shadow:none;
  395. box-shadow:none;
  396. }
  397. #u6 {
  398. border-width:0px;
  399. position:absolute;
  400. left:810px;
  401. top:540px;
  402. width:190px;
  403. height:50px;
  404. display:flex;
  405. }
  406. #u6 .text {
  407. position:absolute;
  408. align-self:center;
  409. padding:2px 2px 2px 2px;
  410. box-sizing:border-box;
  411. width:100%;
  412. }
  413. #u6_div.disabled {
  414. border-width:0px;
  415. position:absolute;
  416. left:0px;
  417. top:0px;
  418. width:190px;
  419. height:50px;
  420. background:inherit;
  421. background-color:rgba(240, 240, 240, 1);
  422. box-sizing:border-box;
  423. border-width:1px;
  424. border-style:solid;
  425. border-color:rgba(121, 121, 121, 1);
  426. border-left:0px;
  427. border-top:0px;
  428. border-right:0px;
  429. border-bottom:0px;
  430. border-radius:10px;
  431. -moz-box-shadow:none;
  432. -webkit-box-shadow:none;
  433. box-shadow:none;
  434. }
  435. #u6.disabled {
  436. }
  437. #u7_div {
  438. border-width:0px;
  439. position:absolute;
  440. left:0px;
  441. top:0px;
  442. width:100px;
  443. height:50px;
  444. background:inherit;
  445. background-color:rgba(255, 255, 255, 1);
  446. box-sizing:border-box;
  447. border-width:1px;
  448. border-style:solid;
  449. border-color:rgba(121, 121, 121, 1);
  450. border-left:0px;
  451. border-top:0px;
  452. border-right:0px;
  453. border-bottom:0px;
  454. border-radius:0px;
  455. -moz-box-shadow:none;
  456. -webkit-box-shadow:none;
  457. box-shadow:none;
  458. }
  459. #u7 {
  460. border-width:0px;
  461. position:absolute;
  462. left:1010px;
  463. top:540px;
  464. width:100px;
  465. height:50px;
  466. display:flex;
  467. }
  468. #u7 .text {
  469. position:absolute;
  470. align-self:center;
  471. padding:2px 2px 2px 2px;
  472. box-sizing:border-box;
  473. width:100%;
  474. }
  475. #u7_text {
  476. border-width:0px;
  477. word-wrap:break-word;
  478. text-transform:none;
  479. }
  480. #u8_div {
  481. border-width:0px;
  482. position:absolute;
  483. left:0px;
  484. top:0px;
  485. width:300px;
  486. height:50px;
  487. background:inherit;
  488. background-color:rgba(129, 211, 248, 1);
  489. box-sizing:border-box;
  490. border-width:1px;
  491. border-style:solid;
  492. border-color:rgba(121, 121, 121, 1);
  493. border-left:0px;
  494. border-top:0px;
  495. border-right:0px;
  496. border-bottom:0px;
  497. border-radius:10px;
  498. -moz-box-shadow:none;
  499. -webkit-box-shadow:none;
  500. box-shadow:none;
  501. }
  502. #u8 {
  503. border-width:0px;
  504. position:absolute;
  505. left:810px;
  506. top:640px;
  507. width:300px;
  508. height:50px;
  509. display:flex;
  510. }
  511. #u8 .text {
  512. position:absolute;
  513. align-self:center;
  514. padding:2px 2px 2px 2px;
  515. box-sizing:border-box;
  516. width:100%;
  517. }
  518. #u8_text {
  519. border-width:0px;
  520. word-wrap:break-word;
  521. text-transform:none;
  522. }
  523. #u9_div {
  524. border-width:0px;
  525. position:absolute;
  526. left:0px;
  527. top:0px;
  528. width:300px;
  529. height:50px;
  530. background:inherit;
  531. background-color:rgba(255, 255, 255, 0);
  532. box-sizing:border-box;
  533. border-width:1px;
  534. border-style:solid;
  535. border-color:rgba(121, 121, 121, 1);
  536. border-left:0px;
  537. border-top:0px;
  538. border-right:0px;
  539. border-radius:0px;
  540. border-bottom-right-radius:0px;
  541. border-bottom-left-radius:0px;
  542. -moz-box-shadow:none;
  543. -webkit-box-shadow:none;
  544. box-shadow:none;
  545. font-size:20px;
  546. }
  547. #u9 {
  548. border-width:0px;
  549. position:absolute;
  550. left:810px;
  551. top:336px;
  552. width:300px;
  553. height:50px;
  554. display:flex;
  555. font-size:20px;
  556. }
  557. #u9 .text {
  558. position:absolute;
  559. align-self:center;
  560. padding:2px 2px 2px 2px;
  561. box-sizing:border-box;
  562. width:100%;
  563. }
  564. #u9_text {
  565. border-width:0px;
  566. word-wrap:break-word;
  567. text-transform:none;
  568. }
  569. #u10_div {
  570. border-width:0px;
  571. position:absolute;
  572. left:0px;
  573. top:0px;
  574. width:98px;
  575. height:16px;
  576. background:inherit;
  577. background-color:rgba(255, 255, 255, 0);
  578. border:none;
  579. border-radius:0px;
  580. -moz-box-shadow:none;
  581. -webkit-box-shadow:none;
  582. box-shadow:none;
  583. color:#D9001B;
  584. }
  585. #u10 {
  586. border-width:0px;
  587. position:absolute;
  588. left:1120px;
  589. top:427px;
  590. width:98px;
  591. height:16px;
  592. display:flex;
  593. color:#D9001B;
  594. }
  595. #u10 .text {
  596. position:absolute;
  597. align-self:flex-start;
  598. padding:0px 0px 0px 0px;
  599. box-sizing:border-box;
  600. width:100%;
  601. }
  602. #u10_text {
  603. border-width:0px;
  604. white-space:nowrap;
  605. text-transform:none;
  606. }
  607. #u11_div {
  608. border-width:0px;
  609. position:absolute;
  610. left:0px;
  611. top:0px;
  612. width:84px;
  613. height:16px;
  614. background:inherit;
  615. background-color:rgba(255, 255, 255, 0);
  616. border:none;
  617. border-radius:0px;
  618. -moz-box-shadow:none;
  619. -webkit-box-shadow:none;
  620. box-shadow:none;
  621. color:#D9001B;
  622. }
  623. #u11 {
  624. border-width:0px;
  625. position:absolute;
  626. left:1120px;
  627. top:492px;
  628. width:84px;
  629. height:16px;
  630. display:flex;
  631. color:#D9001B;
  632. }
  633. #u11 .text {
  634. position:absolute;
  635. align-self:flex-start;
  636. padding:0px 0px 0px 0px;
  637. box-sizing:border-box;
  638. width:100%;
  639. }
  640. #u11_text {
  641. border-width:0px;
  642. white-space:nowrap;
  643. text-transform:none;
  644. }
  645. #u12_div {
  646. border-width:0px;
  647. position:absolute;
  648. left:0px;
  649. top:0px;
  650. width:84px;
  651. height:16px;
  652. background:inherit;
  653. background-color:rgba(255, 255, 255, 0);
  654. border:none;
  655. border-radius:0px;
  656. -moz-box-shadow:none;
  657. -webkit-box-shadow:none;
  658. box-shadow:none;
  659. color:#D9001B;
  660. }
  661. #u12 {
  662. border-width:0px;
  663. position:absolute;
  664. left:1120px;
  665. top:557px;
  666. width:84px;
  667. height:16px;
  668. display:flex;
  669. color:#D9001B;
  670. }
  671. #u12 .text {
  672. position:absolute;
  673. align-self:flex-start;
  674. padding:0px 0px 0px 0px;
  675. box-sizing:border-box;
  676. width:100%;
  677. }
  678. #u12_text {
  679. border-width:0px;
  680. white-space:nowrap;
  681. text-transform:none;
  682. }
  683. #u13_div {
  684. border-width:0px;
  685. position:absolute;
  686. left:0px;
  687. top:0px;
  688. width:564px;
  689. height:16px;
  690. background:inherit;
  691. background-color:rgba(255, 255, 255, 0);
  692. border:none;
  693. border-radius:0px;
  694. -moz-box-shadow:none;
  695. -webkit-box-shadow:none;
  696. box-shadow:none;
  697. }
  698. #u13 {
  699. border-width:0px;
  700. position:absolute;
  701. left:680px;
  702. top:696px;
  703. width:564px;
  704. height:16px;
  705. display:flex;
  706. }
  707. #u13 .text {
  708. position:absolute;
  709. align-self:flex-start;
  710. padding:0px 0px 0px 0px;
  711. box-sizing:border-box;
  712. width:100%;
  713. }
  714. #u13_text {
  715. border-width:0px;
  716. white-space:nowrap;
  717. text-transform:none;
  718. }
  719. #u14 {
  720. border-width:0px;
  721. position:absolute;
  722. left:0px;
  723. top:0px;
  724. width:0px;
  725. height:0px;
  726. }
  727. #u15_div {
  728. border-width:0px;
  729. position:absolute;
  730. left:0px;
  731. top:0px;
  732. width:600px;
  733. height:400px;
  734. background:inherit;
  735. background-color:rgba(242, 242, 242, 0);
  736. box-sizing:border-box;
  737. border-width:1px;
  738. border-style:solid;
  739. border-color:rgba(121, 121, 121, 1);
  740. border-left:0px;
  741. border-top:0px;
  742. border-right:0px;
  743. border-bottom:0px;
  744. border-radius:20px;
  745. -moz-box-shadow:none;
  746. -webkit-box-shadow:none;
  747. box-shadow:none;
  748. }
  749. #u15 {
  750. border-width:0px;
  751. position:absolute;
  752. left:660px;
  753. top:320px;
  754. width:600px;
  755. height:400px;
  756. display:flex;
  757. }
  758. #u15 .text {
  759. position:absolute;
  760. align-self:center;
  761. padding:2px 2px 2px 2px;
  762. box-sizing:border-box;
  763. width:100%;
  764. }
  765. #u15_text {
  766. border-width:0px;
  767. word-wrap:break-word;
  768. text-transform:none;
  769. visibility:hidden;
  770. }
  771. #u16_div {
  772. border-width:0px;
  773. position:absolute;
  774. left:0px;
  775. top:0px;
  776. width:150px;
  777. height:40px;
  778. background:inherit;
  779. background-color:rgba(215, 215, 215, 1);
  780. box-sizing:border-box;
  781. border-width:1px;
  782. border-style:solid;
  783. border-color:rgba(121, 121, 121, 1);
  784. border-left:0px;
  785. border-top:0px;
  786. border-right:0px;
  787. border-bottom:0px;
  788. border-radius:5px;
  789. -moz-box-shadow:none;
  790. -webkit-box-shadow:none;
  791. box-shadow:none;
  792. font-size:16px;
  793. color:#000000;
  794. }
  795. #u16 {
  796. border-width:0px;
  797. position:absolute;
  798. left:885px;
  799. top:480px;
  800. width:150px;
  801. height:40px;
  802. display:flex;
  803. font-size:16px;
  804. color:#000000;
  805. }
  806. #u16 .text {
  807. position:absolute;
  808. align-self:center;
  809. padding:2px 2px 2px 2px;
  810. box-sizing:border-box;
  811. width:100%;
  812. }
  813. #u16_text {
  814. border-width:0px;
  815. word-wrap:break-word;
  816. text-transform:none;
  817. }