설명 없음
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.

city.css 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902
  1. /*
  2. 职称专业分类对照表
  3. */
  4. .content-4{
  5. width: 100%;
  6. float: left;
  7. }
  8. .box-4{
  9. width: 100%;
  10. height: 607px;
  11. margin:0 auto;
  12. display: block;
  13. padding: 5px 0px 10px 0px;
  14. }
  15. .qy-10{
  16. width: 260px;
  17. height: 100%;
  18. background: #fff;
  19. border-radius: 5px;
  20. }
  21. .qy-11-1{
  22. margin-top: 30px;
  23. width: 100%;
  24. height: 577px;
  25. overflow-y: scroll;
  26. overflow-x:hidden;
  27. }
  28. .qy-11{
  29. width: 784px;
  30. height: 100%;
  31. margin-left: 5px;
  32. }
  33. .font-15{
  34. color: rgb(40, 45, 108);
  35. font-family: "HarmonyOS Sans SC";
  36. font-size: 15px;
  37. font-weight: 300;
  38. line-height: 100%;
  39. letter-spacing: 0px;
  40. text-align: center;
  41. }
  42. .qy-15{
  43. width:240px;
  44. height:30px;
  45. line-height:30px;
  46. padding:3px 10px;
  47. position: relative;
  48. }
  49. .font-20{
  50. position: absolute;
  51. top:0;
  52. left:8px;
  53. border-radius: 2px;
  54. background: rgb(38, 120, 255);
  55. width: 2px;
  56. height: 14px;
  57. display: block;
  58. }
  59. .font-21{
  60. color: rgb(40, 45, 108);
  61. font-family: "HarmonyOS Sans SC";
  62. font-size: 14px;
  63. font-weight: bold;
  64. line-height: 100%;
  65. letter-spacing: 0px;
  66. text-align: center;
  67. margin-left: 15px;
  68. }
  69. .qy-12{
  70. margin:15px 0px 0px;
  71. }
  72. .font-22{
  73. width: auto;
  74. padding: 3px 6px;
  75. height: 20px;
  76. border-radius: 5px;
  77. display: block;
  78. background: rgba(3, 8, 82, 0.05);
  79. line-height: 20px;
  80. text-align: center;
  81. float: left;
  82. margin-bottom:10px;
  83. margin-right:5px;
  84. }
  85. .font-22 a{
  86. color: rgb(54, 59, 120);
  87. font-family: "HarmonyOS Sans SC";
  88. font-size: 13px;
  89. font-weight: 300;
  90. line-height: 100%;
  91. letter-spacing: 0px;
  92. text-align: center;
  93. }
  94. .qy-13{
  95. margin: 8px 16px 0 16px;
  96. height: 30px; overflow: hidden;
  97. }
  98. .qy-16{
  99. height: 607px;width:100%; background: #fff;
  100. }
  101. #banner{
  102. width:100% !important;
  103. height:100% !important;
  104. border-radius: 5px;
  105. /* 面板阴影 */
  106. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
  107. }
  108. .qy-17{
  109. width: 785px;
  110. height: 153px;
  111. border-radius: 3px;
  112. /* 面板阴影 */
  113. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
  114. background: rgba(255, 255, 255, 0.6);
  115. margin-top:6px;
  116. padding:5px 10px;
  117. }
  118. .qy-20{
  119. border-bottom: 1px solid rgb(168, 172, 217);
  120. height:40px;line-height:40px;
  121. }
  122. .font-50{
  123. color: rgb(54, 59, 120);
  124. font-family: "HarmonyOS Sans SC";
  125. font-size: 14px;
  126. font-weight: 400;
  127. line-height: 100%;
  128. letter-spacing: 0px;
  129. text-align: left;
  130. }
  131. .font-51{
  132. color: rgb(54, 59, 120);
  133. font-family: "HarmonyOS Sans SC";
  134. font-size: 14px;
  135. font-weight: 400;
  136. line-height: 100%;
  137. letter-spacing: 0px;
  138. text-align: left;
  139. margin-left:15px;
  140. }
  141. .font-52{
  142. width: 58px;
  143. height: 18px;
  144. border-radius: 5px;
  145. /* 绿色 */
  146. box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
  147. background: rgb(0, 165, 120);
  148. color:#fff;
  149. padding:5px 10px;
  150. }
  151. .active-1{
  152. margin-left:15px;
  153. color: rgb(255, 137, 36);
  154. font-family: "HarmonyOS Sans SC";
  155. font-size: 14px;
  156. font-weight: 400;
  157. line-height: 100%;
  158. letter-spacing: 0px;
  159. text-align: left;
  160. }
  161. .qy-30{
  162. margin-top:6px;
  163. }
  164. .qy-30-li{
  165. margin:4px 0px;
  166. }
  167. .font-53{
  168. color: rgb(54, 59, 120);
  169. font-family: "HarmonyOS Sans SC";
  170. font-size: 14px;
  171. font-weight: 0;
  172. line-height: 100%;
  173. letter-spacing: 0px;
  174. text-align: left;
  175. }
  176. .font-53-active-1{
  177. color: rgb(54, 59, 120);
  178. font-family: "HarmonyOS Sans SC";
  179. font-size: 14px;
  180. font-weight: bold;
  181. line-height: 100%;
  182. letter-spacing: 0px;
  183. text-align: left;
  184. }
  185. /*
  186. 职称评审流程
  187. */
  188. .content-5{
  189. width: 100%;
  190. float: left;
  191. }
  192. .box-5{
  193. width: 100%;
  194. height: 238px;
  195. margin:0 auto;
  196. display: block;
  197. padding: 5px 0px 10px 0px;
  198. margin-bottom:10px;
  199. border-radius: 5px;
  200. /* 面板阴影 */
  201. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.2);
  202. opacity: 1;
  203. /* background-color: transparent;*/
  204. background-color: rgba(255, 255, 255, 1) !important;
  205. z-index: 1000;
  206. position: relative;
  207. }
  208. .qy-32{
  209. width: 1010px;
  210. height:60px;
  211. line-height:60px;
  212. position: relative;
  213. margin: 0px 20px;
  214. border-bottom: 1px solid rgb(168, 172, 217);
  215. }
  216. .font-57{
  217. position: absolute;
  218. background: rgb(38, 120, 255);
  219. width: 3px;
  220. height:20px;
  221. left: -10px;
  222. top: 18px;
  223. }
  224. .font-58{
  225. color: rgb(40, 45, 108);
  226. font-family: "HarmonyOS Sans SC" !important;
  227. font-size: 18px;
  228. font-weight: 400;
  229. line-height: 100%;
  230. letter-spacing: 0px;
  231. text-align: center;
  232. }
  233. .qy-33{
  234. width: 100%;
  235. height: 103px;
  236. margin-top: 40px;
  237. padding: 0px 30px;
  238. }
  239. .font-66{
  240. width:100px;
  241. }
  242. .qy-33 li{
  243. float: left;
  244. }
  245. .li-ico{
  246. margin: 0 4px;
  247. display: block;
  248. margin-top: 52px;
  249. }
  250. .font-80{
  251. color: rgb(197, 164, 254);
  252. font-family: "HarmonyOS Sans SC";
  253. font-size: 25px;
  254. font-weight: 500;
  255. line-height: 29px;
  256. letter-spacing: 0%;
  257. margin-bottom:10px;
  258. display: block;
  259. }
  260. .font-81{
  261. color: rgb(102, 102, 102);
  262. font-family: "HarmonyOS Sans SC";
  263. font-size: 14px;
  264. font-weight: 400;
  265. line-height: 14px;
  266. letter-spacing: 0%;
  267. margin-top:10px;
  268. display: block;
  269. text-align: center;
  270. }
  271. /*
  272. 热门职称推荐
  273. */
  274. .content-6{
  275. width: 100%;
  276. float: left;
  277. }
  278. .box-6{
  279. width: 100%;
  280. height: 780px;
  281. margin:0 auto;
  282. display: block;
  283. padding: 5px 0px 10px 0px;
  284. margin-bottom:10px;
  285. border-radius: 5px;
  286. /* 面板阴影 */
  287. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
  288. background: rgba(255, 255, 255, 0.7);
  289. z-index: 1000;
  290. position: relative;
  291. }
  292. .font-90{
  293. padding: 3px 6px 3px 7px;
  294. box-sizing: border-box;
  295. border: 1px solid rgb(0, 165, 120);
  296. border-radius: 5px;
  297. /* 绿色 */
  298. box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
  299. color: rgb(0, 165, 120);
  300. font-family: "HarmonyOS Sans SC";
  301. font-size: 14px;
  302. font-weight: 400;
  303. line-height: 100%;
  304. letter-spacing: 0px;
  305. text-align: center;
  306. }
  307. .font-91{
  308. border: 1px solid rgb(0, 165, 120);
  309. padding: 3px 6px 3px 7px;
  310. border-radius: 5px;
  311. /* 绿色 */
  312. box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
  313. background: rgb(0, 165, 120);
  314. color: rgb(255, 255, 255);
  315. font-family: "HarmonyOS Sans SC";
  316. font-size: 14px;
  317. font-weight: 300;
  318. line-height: 100%;
  319. letter-spacing: 0px;
  320. text-align: left;
  321. }
  322. .font-91 a{
  323. color: #fff;
  324. }
  325. .qy-36{
  326. margin: 15px 20px;
  327. }
  328. .qy-36-li{
  329. /* 画板 16 */
  330. position: relative;
  331. width: 191px;
  332. height: 210px;
  333. float: left;
  334. margin: 8px 6px;
  335. background: #fff;
  336. }
  337. .qy-36-2{
  338. height:43px;
  339. line-height:43px;
  340. }
  341. .qy-36-1{
  342. height:167px;
  343. }
  344. .font-500{
  345. color: rgb(54, 59, 120);
  346. font-family: "HarmonyOS Sans SC";
  347. font-size: 14px;
  348. font-weight: 400;
  349. line-height: 100%;
  350. letter-spacing: 0px;
  351. text-align: left;
  352. }
  353. /*
  354. 职称评审论文期刊精选
  355. */
  356. .content-7{
  357. width: 100%;
  358. float: left;
  359. }
  360. .box-7{
  361. width: 100%;
  362. height: 654px;
  363. margin:0 auto;
  364. display: block;
  365. padding: 5px 0px 10px 0px;
  366. margin-bottom:10px;
  367. background: rgba(255, 255, 255, 0.7);
  368. }
  369. .font-93{
  370. color: rgb(111, 111, 112);
  371. font-family: "HarmonyOS Sans SC";
  372. font-size: 14px;
  373. font-weight: 400;
  374. line-height: 100%;
  375. letter-spacing: 0px;
  376. text-align: right;
  377. }
  378. .qy-36-l{
  379. width: 676px;
  380. height: 526px;
  381. }
  382. .qy-36-r{
  383. width: 332px;
  384. height: 534px;
  385. background: #fff;
  386. position: relative;
  387. margin-top: 8px;
  388. }
  389. .qy-36-l .qy-36-li{
  390. /* 画板 16 */
  391. position: relative;
  392. width: 157px;
  393. height: 259px;
  394. float: left;
  395. margin: 8px 6px;
  396. background: #fff;
  397. }
  398. .qy-36-l .qy-36-1{
  399. height:206px;
  400. }
  401. .qy-36-l .qy-36-2{
  402. height:53px;
  403. line-height:53px;
  404. }
  405. .qy-36-r-1{
  406. /* 职称评审论文精选参考 */
  407. position: absolute;
  408. width: 171px;
  409. height: 16px;
  410. left: 80px;
  411. right: 81px;
  412. top: 17px;
  413. bottom: 493px;
  414. display: flex;
  415. flex-direction: row;
  416. align-items: center;
  417. }
  418. .font-100{
  419. color: rgb(54, 59, 120);
  420. font-family: "HarmonyOS Sans SC" !important;
  421. font-size: 16px;
  422. font-weight: 400;
  423. line-height: 100%;
  424. letter-spacing: 0px;
  425. text-align: left;
  426. }
  427. .qy-36-r-2{
  428. /* 矩形 5 */
  429. position: absolute;
  430. width: 89px;
  431. height: 3px;
  432. left: 115px;
  433. right: 128px;
  434. top: 40px;
  435. bottom: 483px;
  436. border-radius: 10px;
  437. background: rgb(255, 137, 36);
  438. }
  439. .qy-36-r-4{
  440. /* 查看更多 */
  441. position: absolute;
  442. width: 68px;
  443. height: 14px;
  444. left: 132px;
  445. right: -121px;
  446. top: 497px;
  447. bottom: -497px;
  448. display: flex;
  449. flex-direction: row;
  450. align-items: center;
  451. }
  452. .qy-36-r-3{
  453. margin-top: 55px;
  454. padding:0px 10px;
  455. }
  456. .qy-36-r-3 li{
  457. margin:12px 0;
  458. color: rgb(54, 59, 120);
  459. font-family: "HarmonyOS Sans SC";
  460. font-size: 14px;
  461. font-weight: 500;
  462. line-height: 100%;
  463. letter-spacing: 0px;
  464. text-align: left;
  465. }
  466. .qy-36-r-4 a{
  467. color: rgb(0, 165, 120);
  468. font-family: "HarmonyOS Sans SC";
  469. font-size: 14px;
  470. font-weight: 400;
  471. line-height: 100%;
  472. letter-spacing: 0px;
  473. text-align: left;
  474. }
  475. .font-563-active-1 a{
  476. font-weight: bold;
  477. }
  478. /*
  479. 职称评审攻略技巧
  480. */
  481. .content-8{
  482. width: 100%;
  483. float: left;
  484. }
  485. .box-8{
  486. width: 100%;
  487. height: 654px;
  488. margin:0 auto;
  489. display: block;
  490. padding: 5px 0px 10px 0px;
  491. margin-bottom:10px;
  492. background: rgba(255, 255, 255, 0.7);
  493. }
  494. .content-8 .qy-36-r{
  495. width: 210px;
  496. }
  497. .content-8 .qy-36-r-1{
  498. left: 41px;
  499. }
  500. .content-8 .qy-36-r-2{
  501. left: 59px;
  502. }
  503. .content-8 .qy-36-r-4{
  504. left: 75px;
  505. }
  506. .content-8 .qy-36-l{
  507. width: 800px;
  508. margin-right: 0px;
  509. }
  510. .content-8 .qy-36-li{
  511. width: 258px;
  512. height: 218px;
  513. margin: 8px 3px;
  514. }
  515. .content-8 .qy-36-1{
  516. height: 145px;
  517. }
  518. .content-8 .qy-36-2{
  519. padding:0 5px;
  520. height: 30px;
  521. line-height: 30px;
  522. }
  523. .content-8 .qy-36-3{
  524. padding:0 5px;
  525. height: 30px;
  526. line-height: 17px;
  527. }
  528. .content-8 .font-500{
  529. color: rgb(40, 45, 108);
  530. font-family: "HarmonyOS Sans SC";
  531. font-size: 16px;
  532. font-weight: 700;
  533. line-height: 19px;
  534. letter-spacing: 0%;
  535. text-align: left;
  536. }
  537. .qy-36-5{
  538. width: 788px;
  539. height: 308px;
  540. background: #fff;
  541. padding: 15px 15px;
  542. }
  543. .qy-36-5-li{
  544. height:25px;
  545. line-height:25px;
  546. }
  547. .qy-36-5-li a,span{
  548. color: rgb(54, 59, 120);
  549. font-family: "HarmonyOS Sans SC";
  550. font-size: 14px;
  551. font-weight: 500;
  552. line-height: 100%;
  553. letter-spacing: 0px;
  554. text-align: left;
  555. }
  556. .font-933-active-1 a{
  557. font-weight: bold;
  558. }
  559. /*
  560. 评审成功案例
  561. */
  562. .content-9{
  563. width: 100%;
  564. float: left;
  565. }
  566. .box-9{
  567. width: 100%;
  568. height: 355px;
  569. margin:0 auto;
  570. display: block;
  571. padding: 5px 0px 10px 0px;
  572. margin-bottom:10px;
  573. /* 面板阴影 */
  574. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
  575. background: rgba(255, 255, 255, 0.7);
  576. z-index: 1000;
  577. position: relative;
  578. }
  579. .content-9 .qy-36-5{
  580. height: 243px;
  581. }
  582. .content-9 .qy-36-5-li{
  583. height:30px;
  584. line-height:30px;
  585. }
  586. .font-9668{
  587. padding:2px 8px 4px 8px;
  588. color: rgb(255, 255, 255);
  589. font-family: "HarmonyOS Sans SC";
  590. font-size: 14px;
  591. font-weight: 400;
  592. line-height: 100%;
  593. letter-spacing: 0px;
  594. text-align: left;
  595. border-radius: 3px;
  596. background: rgb(123, 97, 255);
  597. margin-right:3px;
  598. }
  599. .content-9 .qy-36-r{
  600. margin-top: 0px;
  601. height: 243px;
  602. overflow:hidden;
  603. width: 210px;
  604. margin-left: 29px;
  605. }
  606. .content-9 .qy-36-l{
  607. height: 254px;
  608. width: 769px;
  609. }
  610. /*
  611. 案例成功展示
  612. */
  613. .content-10{
  614. width: 100%;
  615. float: left;
  616. }
  617. .box-10{
  618. width: 100%;
  619. height: 383px;
  620. margin:0 auto;
  621. display: block;
  622. padding: 5px 0px 10px 0px;
  623. margin-bottom:10px;
  624. /* 面板阴影 */
  625. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
  626. background: rgba(255, 255, 255, 0.7);
  627. z-index: 1000;
  628. position: relative;
  629. }
  630. .qy-38-li{
  631. width: 243px;
  632. height: 246px;
  633. float: left;
  634. margin-right:13px;
  635. position: relative;
  636. }
  637. .qy-38-li .a{
  638. /* 矩形 27 */
  639. position: absolute;
  640. width: 243px;
  641. height: 219px;
  642. left: 0px;
  643. right: -33px;
  644. top: 0px;
  645. bottom: -36.4px;
  646. z-index: 600;
  647. transform: rotate(0.28deg);
  648. }
  649. .qy-38-li .b{
  650. /* 矩形 28 */
  651. position: absolute;
  652. width: 243px;
  653. height: 146px;
  654. left: 0px;
  655. right: -31.46px;
  656. top: 100px;
  657. bottom: -83px;
  658. border-radius: 10px;
  659. z-index: 500;
  660. box-shadow: 5px 5px 20px 1px rgba(9, 109, 217, 0.2);
  661. background: rgb(9, 109, 217);
  662. }
  663. .qy-38-li .c{
  664. position: absolute;
  665. width: 100%;
  666. height: 30px;
  667. line-height: 30px;
  668. bottom: 0;
  669. text-align: center;
  670. z-index: 700;
  671. }
  672. .qy-38-li .c a {
  673. color: rgb(255, 255, 255);
  674. font-family: "HarmonyOS Sans SC";
  675. font-size: 14px;
  676. font-weight: 700;
  677. line-height: 14px;
  678. letter-spacing: 3px;
  679. text-align: left;
  680. }
  681. /*
  682. 增加css
  683. */
  684. #city-index .left{
  685. width: 712px;
  686. height: auto;
  687. float: left;
  688. }
  689. #city-index .right{
  690. width: 332px;
  691. height: auto;
  692. float: left;
  693. margin-left: 6px;
  694. }
  695. /*
  696. 评审成功案例
  697. */
  698. .content-9{
  699. width: 100%;
  700. float: left;
  701. }
  702. .box-9{
  703. width: 100%;
  704. height: 355px;
  705. margin:0 auto;
  706. display: block;
  707. padding: 5px 0px 10px 0px;
  708. margin-bottom:10px;
  709. border-radius: 5px;
  710. /* 面板阴影 */
  711. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
  712. background: rgba(255, 255, 255, 0.7);
  713. z-index: 1000;
  714. position: relative;
  715. }
  716. .content-9 .qy-36-5{
  717. height: 243px;
  718. }
  719. .content-9 .qy-36-5-li{
  720. height:30px;
  721. line-height:30px;
  722. }
  723. .font-9668{
  724. padding:2px 8px 4px 8px;
  725. color: rgb(255, 255, 255);
  726. font-family: "HarmonyOS Sans SC";
  727. font-size: 14px;
  728. font-weight: 400;
  729. line-height: 100%;
  730. letter-spacing: 0px;
  731. text-align: left;
  732. border-radius: 3px;
  733. background: rgb(123, 97, 255);
  734. margin-right:3px;
  735. }
  736. .content-9 .qy-36-r{
  737. margin-top: 0px;
  738. height: 243px;
  739. overflow:hidden;
  740. width: 210px;
  741. margin-left: 20px;
  742. }
  743. .content-9 .qy-36-l{
  744. height: 254px;
  745. width: 778px;
  746. }
  747. /*
  748. 案例成功展示
  749. */
  750. .content-10{
  751. width: 100%;
  752. float: left;
  753. }
  754. .box-10{
  755. width: 100%;
  756. height: 383px;
  757. margin:0 auto;
  758. display: block;
  759. padding: 5px 0px 10px 0px;
  760. margin-bottom:10px;
  761. border-radius: 5px;
  762. /* 面板阴影 */
  763. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
  764. background: rgba(255, 255, 255, 0.7);
  765. z-index: 1000;
  766. position: relative;
  767. }
  768. .qy-38-li{
  769. width: 243px;
  770. height: 246px;
  771. float: left;
  772. margin-right:13px;
  773. position: relative;
  774. }
  775. .qy-38-li .a{
  776. /* 矩形 27 */
  777. position: absolute;
  778. width: 243px;
  779. height: 219px;
  780. left: 0px;
  781. right: -33px;
  782. top: 0px;
  783. bottom: -36.4px;
  784. z-index: 600;
  785. transform: rotate(0.28deg);
  786. }
  787. .qy-38-li .b{
  788. /* 矩形 28 */
  789. position: absolute;
  790. width: 243px;
  791. height: 146px;
  792. left: 0px;
  793. right: -31.46px;
  794. top: 100px;
  795. bottom: -83px;
  796. border-radius: 10px;
  797. z-index: 500;
  798. box-shadow: 5px 5px 20px 1px rgba(9, 109, 217, 0.2);
  799. background: rgb(9, 109, 217);
  800. }
  801. .qy-38-li .c{
  802. position: absolute;
  803. width: 100%;
  804. height: 30px;
  805. line-height: 30px;
  806. bottom: 0;
  807. text-align: center;
  808. z-index: 700;
  809. }
  810. .qy-38-li .c a {
  811. color: rgb(255, 255, 255);
  812. font-family: "HarmonyOS Sans SC";
  813. font-size: 14px;
  814. font-weight: 700;
  815. line-height: 14px;
  816. letter-spacing: 3px;
  817. text-align: left;
  818. }
  819. .qy-32 {
  820. width: 1010px;
  821. height: 60px;
  822. line-height: 60px;
  823. position: relative;
  824. margin: 0px 20px;
  825. border-bottom: 1px solid rgb(168, 172, 217);
  826. }
  827. .font-57 {
  828. position: absolute;
  829. background: rgb(38, 120, 255);
  830. width: 3px;
  831. height: 20px;
  832. left: -10px;
  833. top: 18px;
  834. }
  835. .font-58 {
  836. color: rgb(40, 45, 108);
  837. font-family: "HarmonyOS Sans SC" !important;
  838. font-size: 18px;
  839. font-weight: 400;
  840. line-height: 100%;
  841. letter-spacing: 0px;
  842. text-align: center;
  843. }
  844. .qy-36 {
  845. margin: 15px 20px;
  846. }
  847. .qy-36-r {
  848. width: 332px;
  849. height: 534px;
  850. background: #fff;
  851. position: relative;
  852. margin-top: 8px;
  853. }