newIndex.css 21 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223
  1. html,
  2. body {
  3. width: 100% !important;
  4. /* width: 6145px !important; */
  5. min-height: 2592px;
  6. height: 100%;
  7. font-size: 20px;
  8. color: #fff;
  9. font-family: 'Microsoft YaHei';
  10. background-image: url("../images/indexBg.png");
  11. /* background-image: url("../images/newImage/4ca24a27-c946-4f59-90a5-af00530ddb59.png"); */
  12. /* background-image: url("../images/newImage/62dbe366-d64f-434e-ad1c-c57312a3d11d.png"); */
  13. background-repeat: no-repeat;
  14. background-size: 100% 100%;
  15. /* overflow-y: hidden; */
  16. }
  17. :root {
  18. --bg: #dcf0fc0c;
  19. }
  20. /* 强制去掉滚动条 */
  21. /* html {
  22. overflow-x: hidden !important;
  23. } */
  24. * {
  25. -webkit-user-select: none;
  26. -moz-user-select: none;
  27. -ms-user-select: none;
  28. user-select: none;
  29. }
  30. img *,
  31. *,
  32. *:before,
  33. *:after {
  34. padding: 0;
  35. margin: 0;
  36. box-sizing: border-box;
  37. }
  38. a {
  39. text-decoration: none;
  40. cursor: pointer;
  41. }
  42. [v-cloak] {
  43. display: none;
  44. }
  45. .app_box {
  46. width: 100%;
  47. height: 100%;
  48. }
  49. .box_item_title {
  50. width: 100%;
  51. height: 145px;
  52. background: url("../images/indexittle@2x.png") no-repeat;
  53. background-size: 100% 100%;
  54. display: flex;
  55. justify-content: center;
  56. align-items: center;
  57. }
  58. .box_item_title span {
  59. font-size: 72px;
  60. font-weight: bold;
  61. background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
  62. -webkit-background-clip: text;
  63. -webkit-text-fill-color: transparent;
  64. }
  65. .box_item_main {
  66. width: 100%;
  67. height: calc(100% - 145px);
  68. display: flex;
  69. justify-content: space-between;
  70. align-items: center;
  71. padding: 30px 50px;
  72. box-sizing: border-box;
  73. }
  74. .box_left,
  75. .box_right {
  76. width: calc(40% - 30px);
  77. height: 100%;
  78. display: flex;
  79. flex-direction: column;
  80. justify-content: space-between;
  81. align-items: center;
  82. }
  83. .box_main {
  84. width: 20%;
  85. height: 100%;
  86. display: flex;
  87. flex-direction: column;
  88. justify-content: space-between;
  89. align-items: center;
  90. }
  91. .left_item {
  92. width: 100%;
  93. height: calc(25% - 15px);
  94. background: url("../images/lb-back.png") no-repeat;
  95. background-size: 100% 100%;
  96. padding: 10px 40px 30px;
  97. box-sizing: border-box;
  98. }
  99. .main_item_one {
  100. width: 100%;
  101. height: calc(65% - 10px);
  102. /* overflow: hidden; */
  103. position: relative;
  104. }
  105. .main_item_one img {
  106. width: 250%;
  107. height: 100%;
  108. position: absolute;
  109. bottom: -10%;
  110. left: -72%;
  111. z-index: 0;
  112. }
  113. .svg_box {
  114. width: 100%;
  115. height: 100%;
  116. position: absolute;
  117. left: 0;
  118. top: 0;
  119. transform-origin: center bottom;
  120. transform-style: preserve-3d;
  121. }
  122. .svg_box_item {
  123. width: 700px;
  124. height: 700px;
  125. transform-origin: center top;
  126. transform: rotateX(70deg) scale(1.75);
  127. text-align: center;
  128. position: absolute;
  129. bottom: -379px;
  130. left: 255px;
  131. }
  132. .main_item {
  133. width: 100%;
  134. height: calc(20% - 10px);
  135. background: url("../images/lb-back.png") no-repeat;
  136. background-size: 100% 100%;
  137. padding: 30px;
  138. box-sizing: border-box;
  139. z-index: 999;
  140. }
  141. .title {
  142. width: 200px;
  143. height: 65px;
  144. font-size: 35px;
  145. font-weight: bolder;
  146. text-align: center;
  147. /* line-height: 57px; */
  148. box-sizing: border-box;
  149. border-radius: 10px;
  150. margin-bottom: 10px;
  151. }
  152. .title_else {
  153. width: 102%;
  154. height: 65px;
  155. font-size: 35px;
  156. font-weight: bolder;
  157. line-height: 65px;
  158. text-indent: 120px;
  159. box-sizing: border-box;
  160. border-radius: 10px;
  161. margin-bottom: 10px;
  162. position: relative;
  163. background: url("../images/newImage/tit_bg.png") no-repeat;
  164. background-size: 100% 100%;
  165. }
  166. .icon_tit {
  167. width: 80px;
  168. height: 80px;
  169. z-index: 9999;
  170. position: absolute;
  171. top: -10px;
  172. right: 8%;
  173. }
  174. .left_main {
  175. width: 100%;
  176. height: calc(100% - 65px);
  177. }
  178. .left_main_else {
  179. width: 100%;
  180. height: calc(100% - 65px);
  181. display: flex;
  182. flex-direction: column;
  183. justify-content: space-between;
  184. }
  185. .left_main_top {
  186. width: 100%;
  187. height: 75%;
  188. display: flex;
  189. justify-content: space-between;
  190. align-items: center;
  191. }
  192. .left_main_top_left {
  193. width: calc(60% - 10px);
  194. height: calc(100% - 30px);
  195. background-color: var(--bg);
  196. padding: 10px;
  197. box-sizing: border-box;
  198. }
  199. .left_main_top_right {
  200. width: calc(40% - 10px);
  201. height: calc(100% - 30px);
  202. background-color: var(--bg);
  203. padding: 10px;
  204. box-sizing: border-box;
  205. }
  206. .left_main_btm {
  207. width: 100%;
  208. height: 25%;
  209. }
  210. .left_user_top {
  211. width: 100%;
  212. height: calc(10% - 10px);
  213. display: flex;
  214. justify-content: space-between;
  215. align-items: center;
  216. }
  217. .left_user_number {
  218. width: 25%;
  219. height: 100%;
  220. }
  221. .text_box {
  222. width: 100%;
  223. height: 100%;
  224. /* background: url("../images/man.png") no-repeat; */
  225. display: flex;
  226. flex-direction: column;
  227. justify-content: center;
  228. align-items: flex-start;
  229. position: relative;
  230. padding-left: 330px;
  231. box-sizing: border-box;
  232. }
  233. .text_box img {
  234. width: 25%;
  235. height: 65%;
  236. position: absolute;
  237. top: 50%;
  238. left: 40%;
  239. transform: translate(-50%, -50%);
  240. }
  241. .text_num {
  242. font-size: 40px;
  243. font-weight: bolder;
  244. font-style: italic;
  245. margin-top: 10px;
  246. color: #69C0FF;
  247. }
  248. .text_num span {
  249. font-size: 24px !important;
  250. }
  251. .text_title {
  252. font-size: 30px;
  253. }
  254. .left_user_main {
  255. width: 100%;
  256. height: calc(43% - 10px);
  257. display: flex;
  258. justify-content: space-between;
  259. }
  260. .left_user_main_item {
  261. width: calc(33% - 10px);
  262. height: 100%;
  263. padding: 20px;
  264. box-sizing: border-box;
  265. /* background: url("../images/rt-back.png") no-repeat; */
  266. /* background-size: 100% 100%; */
  267. background-color: var(--bg);
  268. display: flex;
  269. flex-direction: column;
  270. justify-content: space-between;
  271. align-items: center;
  272. position: relative;
  273. }
  274. .mark_none{
  275. width: 100%;
  276. height: 100%;
  277. position: absolute;
  278. top: 0;
  279. left: 0;
  280. z-index: 9999999999999;
  281. pointer-events: none;
  282. }
  283. .left_salary_box,
  284. .left_salary_box_else {
  285. width: 100%;
  286. height: calc(40% - 10px);
  287. }
  288. .left_salary_box {
  289. /* background: url("../images/lb-back.png") no-repeat;
  290. background-size: 100% 100%; */
  291. background-color: var(--bg);
  292. padding: 10px;
  293. box-sizing: border-box;
  294. }
  295. .left_salary_box_else {
  296. display: flex;
  297. justify-content: space-between;
  298. }
  299. .left_salary_item {
  300. width: calc(50% - 10px);
  301. height: 100%;
  302. /* background: url("../images/rt-back.png") no-repeat;
  303. background-size: 100% 100%; */
  304. background-color: var(--bg);
  305. padding: 10px 30px;
  306. box-sizing: border-box;
  307. position: relative;
  308. }
  309. .title_box {
  310. position: absolute;
  311. right: 50px;
  312. top: 10px;
  313. font-size: 30px;
  314. z-index: 99;
  315. }
  316. .right_item {
  317. width: 100%;
  318. height: calc(25% - 10px);
  319. background: url("../images/lb-back.png") no-repeat;
  320. background-size: 100% 100%;
  321. /* background-color: var(--bg); */
  322. padding: 10px 45px 20px;
  323. box-sizing: border-box;
  324. /* display: flex;
  325. justify-content: space-between;
  326. align-items: center; */
  327. }
  328. .right_item_else {
  329. width: 100%;
  330. height: calc(100%);
  331. /* display: flex;
  332. flex-direction: column;
  333. justify-content: space-between; */
  334. }
  335. .right_user_box {
  336. width: 100%;
  337. height: calc(25% - 10px);
  338. background: url("../images/lb-back.png") no-repeat;
  339. background-size: 100% 100%;
  340. padding: 10px 45px 20px;
  341. box-sizing: border-box;
  342. }
  343. .right_item_item_top {
  344. width: 100%;
  345. height: 100px;
  346. background-color: blueviolet;
  347. }
  348. .right_item_item_btm {
  349. width: 100%;
  350. height: calc(100% - 110px);
  351. display: flex;
  352. justify-content: space-between;
  353. }
  354. .right_item_item {
  355. width: calc(100% - 10px);
  356. height: 100%;
  357. background-color: var(--bg);
  358. /* background: url("../images/rt-back.png") no-repeat;
  359. background-size: 100% 100%;
  360. padding: 10px 30px;
  361. box-sizing: border-box; */
  362. }
  363. .right_item_main {
  364. width: 100%;
  365. height: calc(100% - 70px);
  366. }
  367. .right_item_item_else {
  368. width: calc(50% - 10px);
  369. height: 100%;
  370. background-color: var(--bg);
  371. padding: 5px 30px 10px;
  372. box-sizing: border-box;
  373. }
  374. .scroll_board_bg {
  375. width: 100%;
  376. height: 80%;
  377. /* background: url("../images/rt-back.png") no-repeat;
  378. background-size: 100% 100%; */
  379. /* padding: 30px;
  380. box-sizing: border-box; */
  381. }
  382. .right_echarts {
  383. width: calc(50% - 10px);
  384. height: 100%;
  385. background: url("../images/rt-back.png") no-repeat;
  386. background-size: 100% 100%;
  387. padding: 30px;
  388. box-sizing: border-box;
  389. }
  390. .right_echarts_else {
  391. width: calc(50% - 10px);
  392. height: 100%;
  393. background: url("../images/rt-back.png") no-repeat;
  394. background-size: 100% 100%;
  395. padding: 30px;
  396. box-sizing: border-box;
  397. }
  398. .right_echarts_else_bg {
  399. width: calc(50% - 10px);
  400. height: 100%;
  401. background-color: var(--bg);
  402. padding: 30px;
  403. box-sizing: border-box;
  404. }
  405. .three_box {
  406. width: 100%;
  407. height: calc(100% - 65px);
  408. display: flex;
  409. justify-content: space-between;
  410. align-items: center;
  411. }
  412. .left_main_btm .dv-scroll-board div {
  413. font-size: 32px !important;
  414. }
  415. .right_btm_item {
  416. width: 100%;
  417. height: calc(100% - 65px);
  418. }
  419. .right_btm_item_else {
  420. width: 100%;
  421. height: 100%;
  422. display: flex;
  423. justify-content: center;
  424. align-items: center;
  425. position: relative;
  426. }
  427. .po_title {
  428. position: absolute;
  429. right: 4%;
  430. top: 4%;
  431. font-size: 26px;
  432. }
  433. .right_item_btm_box {
  434. width: calc(40% - 10px);
  435. height: 100%;
  436. /* background: url("../images/rt-back.png") no-repeat;
  437. background-size: 100% 100%; */
  438. background-color: var(--bg);
  439. padding: 20px;
  440. box-sizing: border-box;
  441. }
  442. .image_box_else {
  443. width: 280px;
  444. height: 280px;
  445. position: relative;
  446. }
  447. .image_box_else span {
  448. font-size: 60px;
  449. font-weight: bolder;
  450. position: absolute;
  451. top: 50%;
  452. left: 50%;
  453. transform: translate(-50%, -50%);
  454. z-index: 999;
  455. }
  456. .image_box_else img {
  457. animation: fadenum 8s infinite linear;
  458. }
  459. .image_box {
  460. width: calc(50% - 10px);
  461. height: 70%;
  462. display: flex;
  463. flex-direction: column;
  464. justify-content: space-around;
  465. align-items: center;
  466. }
  467. .box_item {
  468. width: 100%;
  469. height: 100px;
  470. display: flex;
  471. align-items: center;
  472. justify-content: flex-start;
  473. margin-left: 100px;
  474. font-size: 40px;
  475. text-indent: 50px;
  476. }
  477. .box_item img {
  478. width: 100px;
  479. height: 100px;
  480. }
  481. .box_item div span {
  482. font-size: 50px;
  483. font-weight: bolder;
  484. color: #69c0ff;
  485. font-style: italic;
  486. font-weight: bold;
  487. margin: 0 10px;
  488. }
  489. .top {
  490. width: 100%;
  491. height: 140px;
  492. font-size: 40px;
  493. }
  494. .flex {
  495. display: flex;
  496. }
  497. .justify-between {
  498. justify-content: space-between;
  499. }
  500. .items-center {
  501. align-items: center;
  502. }
  503. .top-img {
  504. width: 127px;
  505. height: 127px;
  506. margin-right: 15px;
  507. }
  508. .top-text {
  509. font-size: 60px;
  510. color: #69c0ff;
  511. font-style: italic;
  512. font-weight: bold;
  513. display: inline-block;
  514. margin: 0 15px;
  515. }
  516. .right_bg_item {
  517. width: calc(33% - 20px);
  518. height: 100%;
  519. background-image: url("../images/bottom-right.png");
  520. background-repeat: no-repeat;
  521. background-size: 100% 100%;
  522. display: flex;
  523. flex-direction: column;
  524. justify-content: center;
  525. align-items: center;
  526. padding-top: 50px;
  527. box-sizing: border-box;
  528. }
  529. .bg_item_gif {
  530. width: 230px;
  531. height: 300px;
  532. }
  533. .bg_item_gif img {
  534. width: 100%;
  535. height: 100%;
  536. }
  537. .bg_item_num {
  538. font-size: 48px;
  539. font-weight: bolder;
  540. margin-bottom: -90px;
  541. z-index: 9;
  542. }
  543. .bg_item_title {
  544. font-size: 28px;
  545. font-weight: 600;
  546. }
  547. .right_item_item_else_title {
  548. width: 100%;
  549. height: 25%;
  550. display: flex;
  551. justify-content: center;
  552. align-items: center;
  553. position: relative;
  554. }
  555. .right_item_item_else_title img {
  556. width: 32%;
  557. height: 100%;
  558. }
  559. .title_right {
  560. width: 100%;
  561. height: 100%;
  562. position: absolute;
  563. display: flex;
  564. justify-content: center;
  565. align-items: center;
  566. font-size: 30px;
  567. }
  568. .title_right span {
  569. color: rgb(69, 218, 209);
  570. }
  571. .big_color {
  572. display: inline-block;
  573. font-size: 40px;
  574. font-weight: bolder;
  575. margin: 0 0 0 25px;
  576. }
  577. .echarts {
  578. width: 100%;
  579. height: 100%;
  580. }
  581. .echarts_else {
  582. width: 100%;
  583. height: calc(100% - 65px);
  584. }
  585. .echarts_else_top {
  586. width: 100%;
  587. height: calc(20%px);
  588. display: flex;
  589. justify-content: space-around;
  590. align-items: center;
  591. }
  592. .echarts_else_top_item {
  593. width: calc(50% - 120px);
  594. height: 100%;
  595. background: rgba(0, 179, 254, 0.25);
  596. border: 1px solid #69C0FF;
  597. border-radius: 10px;
  598. display: flex;
  599. justify-content: center;
  600. align-items: center;
  601. }
  602. .echarts_else_top_item_on {
  603. width: calc(50% - 120px);
  604. height: 100%;
  605. background: rgba(0, 254, 199, 0.25);
  606. border: 1px solid #00ffff;
  607. border-radius: 10px;
  608. display: flex;
  609. justify-content: center;
  610. align-items: center;
  611. }
  612. .item_left_t {
  613. width: 65px;
  614. height: 65px;
  615. }
  616. .item_right_t {
  617. padding-left: 10px;
  618. display: flex;
  619. flex-direction: column;
  620. justify-content: space-around;
  621. align-items: flex-start;
  622. }
  623. .item_right_t div:nth-child(1) {
  624. font-size: 20px;
  625. font-family: Source Han Sans CN;
  626. font-weight: 400;
  627. color: #FFFFFF;
  628. }
  629. .item_right_t div:nth-child(2) {
  630. font-size: 26px;
  631. font-family: HelveticaNeueLT;
  632. font-weight: bolder;
  633. color: #69C0FF;
  634. }
  635. .item_right_t div:nth-child(2) span {
  636. font-size: 20px;
  637. font-family: Source Han Sans CN;
  638. font-weight: 400;
  639. color: #69C0FF;
  640. }
  641. .echarts_else_btm {
  642. width: 100%;
  643. height: calc(80% - 20px);
  644. }
  645. .left_user_title {
  646. width: 100%;
  647. height: 40px;
  648. display: flex;
  649. flex-direction: column;
  650. justify-content: space-between;
  651. align-items: flex-start;
  652. }
  653. .icon_title .title {
  654. width: calc(100% - 40px);
  655. height: 100%;
  656. text-align: left;
  657. text-indent: 20px;
  658. }
  659. .icon {
  660. width: 20px;
  661. height: 70%;
  662. }
  663. img {
  664. width: 100%;
  665. height: 100%;
  666. }
  667. .icon_title {
  668. width: 100%;
  669. height: calc(100% - 10px);
  670. z-index: 999;
  671. display: flex;
  672. justify-content: flex-start;
  673. align-items: center;
  674. }
  675. .line {
  676. width: 100%;
  677. height: 2px;
  678. }
  679. .echarts_90 {
  680. width: 100%;
  681. height: 80%;
  682. }
  683. .flex_column {
  684. display: flex;
  685. flex-direction: column;
  686. justify-content: space-between;
  687. align-items: flex-start;
  688. }
  689. .main_item_echarts {
  690. width: 100%;
  691. height: calc(100% - 90px);
  692. }
  693. .right_item_item_else_top {
  694. width: 100%;
  695. height: calc(25% - 10px);
  696. margin-bottom: 15px;
  697. }
  698. .right_item_item_else_main {
  699. width: 100%;
  700. height: calc(75%);
  701. /* background-color: var(--bg); */
  702. /* background: url("../images/rt-back.png") no-repeat;
  703. background-size: 100% 100%;
  704. padding: 30px;
  705. box-sizing: border-box; */
  706. }
  707. .w_100 {
  708. width: 100%;
  709. height: calc(100% - 65px);
  710. }
  711. .w_100_right {
  712. width: 100%;
  713. height: calc(100% - 60px);
  714. display: flex;
  715. justify-content: space-between;
  716. align-items: center;
  717. }
  718. .flex_sb {
  719. display: flex;
  720. justify-content: space-between;
  721. }
  722. .right_echarts_item {
  723. width: 100%;
  724. height: calc(100% - 65px);
  725. }
  726. .right_btm_item_box {
  727. width: calc(60% - 10px);
  728. height: 100%;
  729. /* background: url("../images/rt-back.png") no-repeat;
  730. background-size: 100% 100%; */
  731. background-color: var(--bg);
  732. padding: 17px;
  733. box-sizing: border-box;
  734. }
  735. .echarts_map {
  736. width: 100%;
  737. height: 100%;
  738. position: absolute;
  739. top: 0;
  740. left: 0;
  741. }
  742. .tooltip-cont {
  743. margin: -15px;
  744. border: 1px solid #3699ff;
  745. border-radius: 0px;
  746. font-size: 35px;
  747. padding: 10px 15px 10px;
  748. background-color: #0725558a !important;
  749. }
  750. .tooltip-cont p {
  751. line-height: 1.8;
  752. color: #f3f3f3;
  753. position: relative;
  754. padding-left: 12px;
  755. }
  756. .tooltip-cont p::before {
  757. position: absolute;
  758. display: inline-block;
  759. content: '';
  760. left: 0px;
  761. top: 10px;
  762. width: 5px;
  763. height: 5px;
  764. border-radius: 50%;
  765. /* background-color: #40a9ff; */
  766. }
  767. .tooltip-cont span {
  768. color: #FFAD05;
  769. font-weight: bolder;
  770. }
  771. .dv-scroll-board div {
  772. font-size: 28px;
  773. }
  774. .main_item_one_info {
  775. width: 100%;
  776. height: 150px;
  777. display: flex;
  778. justify-content: space-between;
  779. align-items: center;
  780. position: absolute;
  781. top: 0;
  782. left: 0;
  783. }
  784. .main_info_item {
  785. width: 370px;
  786. height: 100%;
  787. display: flex;
  788. justify-content: center;
  789. align-items: center;
  790. }
  791. .main_info_item_img {
  792. width: 180px;
  793. height: 100px;
  794. background-color: #40a9ff;
  795. background: url("../images/newImage/loginUser.png") no-repeat;
  796. background-size: cover;
  797. margin: 0 15px;
  798. }
  799. .main_info_item_title {
  800. display: flex;
  801. flex-direction: column;
  802. justify-content: space-around;
  803. align-items: flex-start;
  804. }
  805. .main_info_item_title div:nth-child(1) {
  806. font-size: 36px;
  807. font-family: Helvetica Neue Extra Black Cond;
  808. font-weight: 600;
  809. color: #6BC1FF;
  810. }
  811. .main_info_item_title div:nth-child(2) {
  812. font-size: 25px;
  813. font-family: Source Han Sans CN;
  814. font-weight: 500;
  815. color: #FFFFFF;
  816. }
  817. .mark_box {
  818. width: 100% !important;
  819. min-height: 2576px;
  820. height: 100%;
  821. background-color: #1b1b1b6b;
  822. position: absolute;
  823. top: 0;
  824. left: 0;
  825. z-index: 999999999999999999;
  826. }
  827. .mark_centter {
  828. width: 1300px;
  829. height: 600px;
  830. /* margin: 1500px 1000px 0; */
  831. z-index: 999999999999999999;
  832. background: url("../images/markBG.png") no-repeat;
  833. background-size: 100% 100%;
  834. padding: 20px 40px 30px;
  835. box-sizing: border-box;
  836. align-items: center !important;
  837. position: absolute;
  838. top: 20%;
  839. right: 10%;
  840. }
  841. .mark_title {
  842. width: 100%;
  843. height: 50px;
  844. text-align: center;
  845. line-height: 50px;
  846. font-size: 35px;
  847. font-weight: bolder;
  848. margin-top: 5px;
  849. }
  850. .mark_main {
  851. width: 100%;
  852. height: calc(100% - 70px);
  853. }
  854. .mark_pdf {
  855. width: 2300px;
  856. height: 1500px;
  857. background: url("../images/markBG.png") no-repeat;
  858. background-size: 100% 100%;
  859. padding: 50px;
  860. box-sizing: border-box;
  861. position: absolute;
  862. top: 20%;
  863. left: 5%;
  864. }
  865. .f_box {
  866. width: 100%;
  867. height: calc(100% - 65px);
  868. display: flex;
  869. flex-wrap: wrap;
  870. justify-content: space-between;
  871. align-items: center;
  872. }
  873. .f_item {
  874. width: calc(50% - 10px);
  875. height: calc(50% - 10px);
  876. font-size: 32px;
  877. overflow: hidden;
  878. }
  879. .f_item span:nth-child(1) {
  880. color: #4BB2FF;
  881. margin-bottom: 10px;
  882. font-weight: bolder;
  883. display: block;
  884. }
  885. .f_item span:nth-child(2) {
  886. width: 95%;
  887. height: 84px;
  888. text-indent: 50px;
  889. opacity: 0.7;
  890. display: -webkit-box;
  891. /* 将元素作为弹性伸缩盒子展示 */
  892. -webkit-line-clamp: 2;
  893. /* 限制显示的行数 */
  894. -webkit-box-orient: vertical;
  895. /* 设置垂直方向 */
  896. overflow: hidden;
  897. /* 隐藏超出部分 */
  898. }
  899. .echarts_6 {
  900. width: 100%;
  901. height: calc(100% - 65px);
  902. }
  903. .echarts_top {
  904. width: 100%;
  905. height: 70%;
  906. margin-top: 30px;
  907. box-sizing: border-box;
  908. display: flex;
  909. justify-content: space-around;
  910. align-items: center;
  911. }
  912. .top_image {
  913. width: calc(100% / 6);
  914. height: 90%;
  915. margin-top: 20px;
  916. position: relative;
  917. }
  918. .top_text {
  919. font-size: 40px;
  920. font-weight: bolder;
  921. color: #5AC9FD;
  922. position: absolute;
  923. top: 25%;
  924. left: 37%;
  925. transform: translateY(-50%);
  926. }
  927. .top_text_on {
  928. font-size: 40px;
  929. font-weight: bolder;
  930. color: #EBB829;
  931. position: absolute;
  932. top: 25%;
  933. left: 37%;
  934. transform: translateY(-50%);
  935. }
  936. .top_text span {
  937. font-size: 30px;
  938. }
  939. .top_text_on span {
  940. font-size: 30px;
  941. }
  942. .echarts_top img {
  943. width: 65%;
  944. height: 100%;
  945. }
  946. .echarts_btm {
  947. width: 100%;
  948. height: 30%;
  949. position: relative;
  950. margin-top: -20px;
  951. }
  952. .btm_text {
  953. width: 100%;
  954. height: 100%;
  955. display: flex;
  956. justify-content: space-around;
  957. align-items: center;
  958. }
  959. .btm_text_on {
  960. width: 100%;
  961. height: 100%;
  962. display: flex;
  963. justify-content: space-around;
  964. align-items: center;
  965. }
  966. .btm_text_span {
  967. font-size: 26px;
  968. color: #5AC9FD;
  969. letter-spacing: 5px;
  970. }
  971. .btm_text_span_on {
  972. font-size: 26px;
  973. letter-spacing: 5px;
  974. color: #EBB829;
  975. }
  976. /* .red {
  977. color: red;
  978. } */
  979. .echarts_else {
  980. position: relative;
  981. }
  982. .echarts_else .img {
  983. width: 370px;
  984. height: 370px;
  985. z-index: 99999;
  986. position: absolute;
  987. left: 80px;
  988. top: calc(50% - 183px);
  989. animation: fadenum 8s infinite linear;
  990. }
  991. .tit_text {
  992. margin-top: 10px;
  993. }
  994. .tit_icon {
  995. width: 200px;
  996. height: 65px;
  997. display: flex;
  998. justify-content: center;
  999. align-items: center;
  1000. margin-top: 10px;
  1001. }
  1002. .tit_icon img {
  1003. width: 33px;
  1004. height: 21px;
  1005. }
  1006. .title_else_sb {
  1007. width: 100%;
  1008. height: 65px;
  1009. text-indent: 30px;
  1010. font-size: 35px;
  1011. line-height: 65px;
  1012. font-weight: bolder;
  1013. text-align: center;
  1014. /* line-height: 57px; */
  1015. box-sizing: border-box;
  1016. border-radius: 10px;
  1017. }
  1018. @keyframes fadenum {
  1019. 100% {
  1020. transform: rotate(360deg);
  1021. }
  1022. }