article.wxss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854
  1. pages .DarkColor{
  2. background-color: #004433;
  3. color:#C1E1C1;
  4. }
  5. pages .LightColor{
  6. background-color: #D0ECD3;
  7. color:#151815;
  8. }
  9. .DarkColor{
  10. background-color: #004433;
  11. color:#C1E1C1;
  12. }
  13. .LightColor{
  14. background-color: #D0ECD3;
  15. color:#151815;
  16. }
  17. /* 导航栏吸顶样式 */
  18. .fixed-nav {
  19. position: fixed !important;
  20. top: 0;
  21. left: 0;
  22. right: 0;
  23. z-index: 1000;
  24. /* box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.1); 添加阴影效果 */
  25. }
  26. /* 设置不同主题下的返回箭头颜色 */
  27. .DarkColor.fixed-nav .weui-navigation-bar__btn_goback {
  28. background-color: #C1E1C1 !important; /* 使用与DarkColor主题文字相同的颜色 */
  29. }
  30. .LightColor.fixed-nav .weui-navigation-bar__btn_goback {
  31. background-color: #151815 !important; /* 使用与LightColor主题文字相同的颜色 */
  32. }
  33. .panel1{
  34. width:670rpx;
  35. margin: 40rpx 0 250rpx 0; /* 增加上边距,确保内容不会被导航栏遮挡 */
  36. justify-content: flex-start;
  37. align-items: flex-start;
  38. }
  39. .textArticle{
  40. width:670rpx;
  41. font-size: 48rpx;
  42. line-height: 90rpx;
  43. font-weight: 400;
  44. margin-bottom: 50rpx;
  45. }
  46. .textArticle2{
  47. width:670rpx;
  48. }
  49. .textArticleTranslate{
  50. font-weight: 400;
  51. font-size: 28rpx;
  52. width:100%;
  53. margin: 30rpx 0 40rpx 0;
  54. line-height:40rpx;
  55. }
  56. .DarkColor .textArticleTranslate{
  57. color: #A6FCA6;
  58. }
  59. .LightColor .textArticleTranslate{
  60. color: #5A7D5A;
  61. }
  62. .panelLine{
  63. width:100%;
  64. height:8rpx;
  65. margin: 20rpx 0;
  66. }
  67. .DarkColor .panelLine{
  68. background: rgba(0,0,0,0.20);
  69. }
  70. .LightColor .panelLine{
  71. background: rgba(255,255,255,0.60);
  72. }
  73. .DarkColor .highlight{
  74. color: #FFDD88;
  75. font-weight: bold;
  76. }
  77. .DarkColor .sentence-def-highlight {
  78. color: #52C41A;
  79. }
  80. .LightColor .highlight{
  81. color:#009933;
  82. font-weight: bold;
  83. }
  84. .LightColor .sentence-def-highlight {
  85. color: #1890FF;
  86. }
  87. .DarkColor .panelFooter{
  88. width: 100%;
  89. height:180rpx;
  90. background-image: linear-gradient(180deg, #004433 0%, #002C21 100%);
  91. position: fixed;
  92. bottom: 0rpx;
  93. align-items: flex-start;
  94. z-index: 10;
  95. }
  96. .LightColor .panelFooter{
  97. width: 100%;
  98. height:180rpx;
  99. background-color: #D0ECD3;
  100. position: fixed;
  101. bottom: 0rpx;
  102. align-items: flex-start;
  103. z-index: 10;
  104. }
  105. .panelFooter1{
  106. width:730rpx;
  107. height:140rpx;
  108. color:#F2F2F2;
  109. background: #1E1E1E;
  110. box-shadow: 0 30rpx 0 0 #0C0C0C;
  111. border-radius: 10rpx 10rpx 60rpx 60rpx;
  112. }
  113. .panelFooter10{
  114. background-color: #303030;
  115. font-size:24rpx;
  116. }
  117. .panelFooter11{
  118. width:160rpx;
  119. height:120rpx;
  120. border-radius: 5rpx 10rpx 10rpx 50rpx;
  121. }
  122. .panelFooter12{
  123. width:370rpx;
  124. height:120rpx;
  125. border-radius: 10rpx 10rpx 10rpx 10rpx;
  126. margin: 0 10rpx;
  127. font-size:36rpx;
  128. }
  129. .panelFooter13{
  130. width:160rpx;
  131. height:120rpx;
  132. border-radius: 10rpx 5rpx 50rpx 10rpx;
  133. }
  134. .text02{
  135. font-size:24rpx;
  136. margin-top: 17rpx;
  137. }
  138. .sysIcon_a03{
  139. width:20rpx;
  140. height:20rpx;
  141. }
  142. .sysIcon_a15{
  143. width:28rpx;
  144. height:20rpx;
  145. }
  146. .panelHelp{
  147. background-color: rgba(0,0,0,0.00);
  148. z-index: 20;
  149. position: fixed;
  150. top:0;
  151. }
  152. .panelHelp1{
  153. width: 100%;
  154. position: fixed;
  155. bottom:942rpx;
  156. }
  157. .sysIcon_b07{
  158. width:100%;
  159. height: 697rpx;
  160. position: absolute;
  161. }
  162. .panelHelp2{
  163. position: absolute;
  164. left:0;
  165. right:0;
  166. top:180rpx;
  167. }
  168. .text07{
  169. font-size: 36rpx;
  170. color: #2E2E2E;
  171. text-align: center;
  172. width:620rpx;
  173. }
  174. .btn3{
  175. width:310rpx;
  176. height:90rpx;
  177. background: #303030;
  178. border-radius: 20rpx;
  179. color:#F2F2F2;
  180. margin-top: 50rpx;
  181. }
  182. .panelError{
  183. margin-top: 420rpx;
  184. font-size: 28rpx;
  185. }
  186. .DarkColor .panelError{
  187. color: #C1E1C1;
  188. }
  189. .LightColor .panelError{
  190. color: #5A7D5A;
  191. }
  192. .sysIcon_b14{
  193. width:102rpx;
  194. height:52rpx;
  195. margin-bottom: 50rpx;
  196. }
  197. .textError2{
  198. width: 500rpx;
  199. font-weight: 400;
  200. font-size: 24rpx;
  201. margin-top: 10rpx;
  202. }
  203. .panelAnswer{
  204. width:100%;
  205. position: fixed;
  206. bottom:0;
  207. z-index: 10;
  208. border-radius: 60rpx 60rpx 0 0;
  209. justify-content: flex-start;
  210. }
  211. .DarkColor .panelAnswer{
  212. background: #1E1E1E;
  213. color: #C1E1C1;
  214. }
  215. .LightColor .panelAnswer{
  216. background: #FFFFFF;
  217. color: #2E2E2E;
  218. }
  219. .text03{
  220. font-size: 28rpx;
  221. align-self: start;
  222. margin: 50rpx 0 0 40rpx;
  223. }
  224. .DarkColor .text03{
  225. background: #1E1E1E;
  226. color: #f2f2f2;
  227. }
  228. .LightColor .text03{
  229. background: #FFFFFF;
  230. color: #2E2E2E;
  231. }
  232. .btnClose{
  233. width: 88rpx;
  234. line-height:60rpx;
  235. border-radius: 20rpx;
  236. font-size:24rpx;
  237. text-align: center;
  238. position: absolute;
  239. top:40rpx;
  240. right:40rpx;
  241. }
  242. .DarkColor .btnClose{
  243. background: #303030;
  244. color:#F2F2F2;
  245. }
  246. .LightColor .btnClose{
  247. background: #F0F0F0;
  248. color:#2E2E2E;
  249. }
  250. .btnClose2{
  251. width: 60rpx;
  252. height:60rpx;
  253. border-radius: 50%;
  254. top:40rpx;
  255. right:40rpx;
  256. }
  257. .panelAnswer1{
  258. width: 100%;
  259. height:630rpx;
  260. }
  261. .DarkColor .panelAnswer1{
  262. background-color: #1e1e1e;
  263. }
  264. .LightColor .panelAnswer1{
  265. background-color: #FFFFFF;
  266. }
  267. .panelAnswer1Item{
  268. margin-top: 20rpx;
  269. width: 750rpx;
  270. }
  271. .panelAnswer1Item1{
  272. width: 750rpx;
  273. height:580rpx;
  274. }
  275. .DarkColor .panelAnswer1Item1{
  276. background-color: #1e1e1e;
  277. }
  278. .LightColor .panelAnswer1Item1{
  279. background-color: #fff;
  280. }
  281. .panelAnswer2{
  282. width:100%;
  283. margin: 30rpx 0 0 0;
  284. align-items: flex-start;
  285. }
  286. .sysIcon_c01{
  287. width: 40rpx;
  288. height:40rpx;
  289. margin: 10rpx 30rpx 0 0;
  290. }
  291. .text04{
  292. width: 600rpx;
  293. word-wrap: break-word;
  294. white-space: normal;
  295. }
  296. .text041{
  297. width:100%;
  298. font-size: 48rpx;
  299. word-wrap: break-word;
  300. white-space: normal;
  301. }
  302. .text042{
  303. width:100%;
  304. font-weight: 400;
  305. font-size: 28rpx;
  306. margin:10rpx 0 0 0;
  307. }
  308. .panelAnswer3{
  309. width:100%;
  310. margin-top: 40rpx;
  311. margin-bottom: 60rpx;
  312. }
  313. .panelAnswer31{
  314. width:100%;
  315. justify-content: flex-start;
  316. }
  317. .DarkColor .panelAnswer31{
  318. background: #1e1e1e;
  319. }
  320. .LightColor .panelAnswer31{
  321. background: #fff;
  322. color: #2E2E2E;
  323. }
  324. .DarkColor .panelAnswer310{
  325. background: #C1E1C1;
  326. color: #004433;
  327. }
  328. .LightColor .panelAnswer310{
  329. background: #009933;
  330. color: #FFFFFF;
  331. }
  332. .panelAnswer311{
  333. border-radius: 50%;
  334. width:40rpx;
  335. height:40rpx;
  336. margin: 0 30rpx 0 40rpx;
  337. }
  338. .DarkColor .panelAnswer311{
  339. background: #303030;
  340. border: 3rpx solid #4D4D4D;
  341. }
  342. .LightColor .panelAnswer311{
  343. background: #F8F8F8;
  344. border: 3rpx solid #D2D2D2;
  345. }
  346. .DarkColor .panelAnswer3110{
  347. background: #C1E1C1;
  348. border: 3rpx solid #C1E1C1;
  349. }
  350. .LightColor .panelAnswer3110{
  351. background: #009933;
  352. border: 3rpx solid #009933;
  353. }
  354. .sysIcon_a10{
  355. width:20rpx;
  356. height:16rpx;
  357. }
  358. .text05{
  359. width: 600rpx;
  360. margin: 20rpx 0;
  361. }
  362. .text051{
  363. width:100%;
  364. font-weight: 400;
  365. font-size: 36rpx;
  366. }
  367. .text052{
  368. width:100%;
  369. font-weight: 400;
  370. font-size: 28rpx;
  371. margin:10rpx 0 0 0;
  372. }
  373. .DarkColor .panelLine2{
  374. width:100%;
  375. height:10rpx;
  376. background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.30) 100%);
  377. }
  378. .LightColor .panelLine2{
  379. width:100%;
  380. height:10rpx;
  381. background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.10) 100%);
  382. }
  383. .panelAnswer4{
  384. width:100%;
  385. }
  386. .btn1{
  387. border-radius: 20rpx;
  388. width:310rpx;
  389. height:90rpx;
  390. margin:60rpx 15rpx;
  391. font-size: 36rpx;
  392. }
  393. .DarkColor .btn1{
  394. background: #303030;
  395. }
  396. .LightColor .btn1{
  397. background: #F0F0F0;
  398. }
  399. .btn10{
  400. color: #1E1E1E;
  401. }
  402. .text06{
  403. font-size: 28rpx;
  404. color: #F2F2F2;
  405. }
  406. .btn2{
  407. width:670rpx;
  408. height:90rpx;
  409. border-radius: 20rpx;
  410. margin: 70rpx 0 40rpx 0;
  411. }
  412. .DarkColor .btn2{
  413. background: #303030;
  414. color:#F2F2F2;
  415. }
  416. .LightColor .btn2{
  417. background: #F0F0F0;
  418. color:#2E2E2E;
  419. }
  420. .panelAnswer5{
  421. width:100%;
  422. }
  423. .panelAnswer51{
  424. width:100%;
  425. justify-content: space-between;
  426. margin: 40rpx 0;
  427. }
  428. .text12{
  429. margin-left: 40rpx;
  430. font-size: 28rpx;
  431. }
  432. .DarkColor .text12{
  433. color:#F2F2F2;
  434. }
  435. .LightColor .text12{
  436. color:#2E2E2E;
  437. }
  438. .text13{
  439. width: 670rpx;
  440. font-size: 24rpx;
  441. font-weight: 400;
  442. margin-bottom: 30rpx;
  443. }
  444. .DarkColor .text13{
  445. color: #E3E3E3;
  446. }
  447. .LightColor .text13{
  448. color:#787878;
  449. }
  450. .panelLine3{
  451. width:670rpx;
  452. height:1rpx;
  453. background-color: #131313;
  454. }
  455. .panelAnswer510{
  456. margin-bottom: 100rpx;
  457. }
  458. .switchClass{
  459. margin-right: 40rpx;
  460. }
  461. /* 自定义switch样式 */
  462. /* 修改switch关闭时的背景颜色 */
  463. .DarkColor .wx-switch-input {
  464. background-color: #D2D2D2 !important; /* 深色主题下关闭时的颜色 */
  465. }
  466. .LightColor .wx-switch-input {
  467. background-color: #D2D2D2 !important; /* 浅色主题下关闭时的颜色 */
  468. }
  469. /* 修改switch选中时的颜色 */
  470. .wx-switch-input.wx-switch-input-checked {
  471. border-color: #4aa010 !important;
  472. background-color: #4aa010 !important;
  473. }
  474. .wx-swiper-dot {
  475. width: 14rpx !important;
  476. height: 14rpx !important;
  477. margin-left: 5rpx !important;
  478. margin-right: 5rpx !important;
  479. }
  480. .DarkColor .wx-swiper-dot {
  481. background-color: #4d4d4d !important;
  482. }
  483. .LightColor .wx-swiper-dot {
  484. background-color: #D2D2D2 !important;
  485. }
  486. .DarkColor .wx-swiper-dot-active {
  487. background-color: #C1E1C1 !important;
  488. }
  489. .LightColor .wx-swiper-dot-active {
  490. background-color: #787878 !important;
  491. }
  492. /* 自定义swiper指示点位置 */
  493. .wx-swiper-dots {
  494. position: absolute;
  495. right: -20rpx !important;
  496. left: unset !important;
  497. }
  498. .panelMenu{
  499. background-color: rgba(26,67,51,0.50);
  500. z-index: 20;
  501. position: fixed;
  502. top:0;
  503. }
  504. /* 翻译 */
  505. .panelTranslate{
  506. width: 710rpx;
  507. min-height:170rpx;
  508. z-index: 30;
  509. position: fixed;
  510. bottom: 50rpx;
  511. left:20rpx;
  512. background: #F0F0F0;
  513. box-shadow: 0 30rpx 0 0 rgba(0,0,0,0.50);
  514. border-radius: 40rpx;
  515. align-items: flex-start;
  516. justify-content: flex-start;
  517. color: #2E2E2E;
  518. }
  519. .panelTranslate2{
  520. height:1000rpx;
  521. }
  522. .panelTranslateTest1{
  523. width: 630rpx;
  524. margin: 30rpx 0 20rpx 40rpx;
  525. font-size: 36rpx;
  526. font-weight: 700;
  527. }
  528. .panelTranslateTest10{
  529. margin: 30rpx 0 20rpx 0rpx;
  530. }
  531. .panelTranslateTest2{
  532. width: 630rpx;
  533. margin:0 0 30rpx 40rpx;
  534. font-size: 36rpx;
  535. font-weight: 400;
  536. }
  537. .panelTranslateCollect{
  538. position: absolute;
  539. top:0;
  540. right:0;
  541. }
  542. .panelTranslateCollect1{
  543. width:80rpx;
  544. height:90rpx;
  545. }
  546. .panelTranslate21{
  547. width: 100%;
  548. }
  549. .panelTranslateScroll{
  550. width:100%;
  551. height:910rpx;
  552. justify-content: flex-start;
  553. align-items: flex-start;
  554. }
  555. .sysIcon_a35{
  556. width: 30rpx;
  557. height:30rpx;
  558. }
  559. .sysIcon_a45{
  560. width: 26rpx;
  561. height:30rpx;
  562. }
  563. .sysIcon_a09{
  564. width: 20rpx;
  565. height:20rpx;
  566. }
  567. .panelTranslate22{
  568. width: 100%;
  569. justify-content: flex-start;
  570. }
  571. .panelTranslate22Text{
  572. height:100rpx;
  573. font-size: 36rpx;
  574. margin-right: 30rpx;
  575. }
  576. .panelTranslate22Text0{
  577. margin-left: 40rpx;
  578. }
  579. .sysIcon_a44{
  580. width: 38rpx;
  581. height:30rpx;
  582. margin-left: 16rpx;
  583. }
  584. .panelTranslateLine{
  585. width:630rpx;
  586. height:1rpx;
  587. background-color: #d2d2d2;
  588. margin-left: 40rpx;
  589. }
  590. .panelTranslate23{
  591. width: 100%;
  592. display: flex;
  593. white-space: nowrap;
  594. }
  595. .panelTranslate231{
  596. line-height:50rpx;
  597. border: 3rpx solid #D2D2D2;
  598. border-radius: 25rpx;
  599. padding: 0 20rpx;
  600. margin: 30rpx 0 30rpx 40rpx;
  601. display: inline-block;
  602. font-size: 24rpx;
  603. }
  604. .panelTranslate232{
  605. margin: 30rpx 0 30rpx 20rpx;
  606. }
  607. .panelTranslate24{
  608. width:630rpx;
  609. align-items: flex-start;
  610. color:#2E2E2E;
  611. }
  612. .panelTranslate241{
  613. width: 100%;
  614. margin: 30rpx 0 0 40rpx;
  615. font-weight: 400;
  616. font-size: 28rpx;
  617. }
  618. .panelTranslate242{
  619. font-weight: 700;
  620. }
  621. .panelTranslate243{
  622. margin-top: 0;
  623. }
  624. .panelTranslateText1{
  625. text-decoration: underline;
  626. }
  627. /* 生成中 */
  628. .panelBuildindParent{
  629. z-index: 50;
  630. }
  631. .pic_08{
  632. width: 100%;
  633. position: fixed;
  634. top:0rpx;
  635. z-index: 50;
  636. }
  637. .panelBuilding{
  638. z-index: 20;
  639. position: fixed;
  640. top:0;
  641. width:100%;
  642. justify-content: flex-start;
  643. font-weight: 700;
  644. z-index: 50;
  645. }
  646. .panelBuildingDarkColor{
  647. background-image: linear-gradient(180deg, rgba(0,68,51,0.70) 0%, rgba(0,20,15,0.60) 100%);
  648. }
  649. .panelBuildingLightColor{
  650. background-image: linear-gradient(180deg, rgba(208,236,211,0.50) 0%, rgba(165,221,187,0.50) 100%);
  651. }
  652. .panelBuilding1{
  653. width: 100%;
  654. position: fixed;
  655. top:160rpx;
  656. }
  657. .pic_03{
  658. width:100%;
  659. height:1050rpx;
  660. position: absolute;
  661. top:0;
  662. }
  663. .sysIcon_b08{
  664. width:100%;
  665. height:150rpx;
  666. position: absolute;
  667. top: 353rpx;
  668. z-index: 25;
  669. }
  670. .panelBuilding11{
  671. position: absolute;
  672. top: 150rpx;
  673. left:100rpx;
  674. color: #2E2E2E;
  675. align-items: flex-start;
  676. }
  677. .text08{
  678. font-size: 48rpx;
  679. }
  680. .text09{
  681. font-size: 24rpx;
  682. text-align: left;
  683. margin-top: 20rpx;
  684. font-weight: 400;
  685. }
  686. .panelBuilding12{
  687. position: absolute;
  688. top: 533rpx;
  689. color: #FDAD94;
  690. align-items: flex-start;
  691. }
  692. .text10{
  693. margin-left: 50rpx;
  694. font-size: 24rpx;
  695. text-align: center;
  696. }
  697. .panelBuilding121{
  698. width:650rpx;
  699. height: 70rpx;
  700. background: rgba(0,0,0,0.25);
  701. border-radius: 35rpx;
  702. margin: 0 0 20rpx 0;
  703. }
  704. .panelBuilding122{
  705. width:252rpx;
  706. height: 70rpx;
  707. font-size: 28rpx;
  708. font-weight: 400;
  709. }
  710. .sysIcon_a17{
  711. width:30rpx;
  712. height:30rpx;
  713. margin: 5rpx 20rpx 0 0;
  714. }
  715. .panelBuilding121text{
  716. width:550rpx;
  717. font-size: 28rpx;
  718. font-weight: 400;
  719. overflow: hidden;
  720. white-space: nowrap;
  721. }
  722. .panelGuideContainer .pic_ha07{
  723. width: 610rpx;
  724. height: 378rpx;
  725. }
  726. .panelGuideContainer .pic_ha08{
  727. width: 610rpx;
  728. height: 643rpx;
  729. }
  730. .panelPercentage {
  731. /* 若使用绝对定位,可参考如下(根据实际布局微调 top/left/right/bottom) */
  732. position: fixed;
  733. top: 4rpx;
  734. right: 20rpx;
  735. /* 尺寸 */
  736. font-size: 32rpx; /* 字体大小,可根据整体设计调整 */
  737. min-width: 80rpx; /* 保证数字不会太拥挤,可根据需要调整 */
  738. height: 50rpx; /* 高度,便于垂直居中或布局整齐 */
  739. line-height: 50rpx; /* 行高,实现垂直居中 */
  740. /* 颜色与背景 */
  741. color: #333333; /* 深色文字,确保清晰易读,也可以使用 #000000 或主题色 */
  742. background-color: #f5f5f5; /* 浅灰背景,增加层次感,也可用透明或主题色 */
  743. border-radius: 30rpx; /* 圆角,使显示更柔和,数值约为高度的一半 */
  744. /* 字体样式 */
  745. font-weight: bold; /* 加粗,突出百分比数字 */
  746. text-align: center; /* 文字居中,配合 line-height 实现垂直居中 */
  747. /* 内边距(如果需要) */
  748. padding: 0 20rpx;
  749. /* 外边距(如有需要,用来与其他元素保持间距) */
  750. margin: 10rpx 0; /* 上下外边距,根据布局调整 */
  751. }