newIndex.css 24 KB

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