newIndex.css 26 KB

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