styles.css 22 KB

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