newIndex.css 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413
  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. background-color: var(--bg);
  715. }
  716. .right_item_item_else_top {
  717. width: 100%;
  718. height: calc(25% - 10px);
  719. margin-bottom: 15px;
  720. }
  721. .right_item_item_else_main {
  722. width: 100%;
  723. height: calc(75%);
  724. /* background-color: var(--bg); */
  725. /* background: url("../images/rt-back.png") no-repeat;
  726. background-size: 100% 100%;
  727. padding: 30px;
  728. box-sizing: border-box; */
  729. }
  730. .w_100 {
  731. width: 100%;
  732. height: calc(100% - 65px);
  733. }
  734. .w_100_right {
  735. width: 100%;
  736. height: calc(100% - 85px);
  737. display: flex;
  738. justify-content: space-between;
  739. align-items: center;
  740. }
  741. .flex_sb {
  742. display: flex;
  743. justify-content: space-between;
  744. }
  745. .right_echarts_item {
  746. width: 100%;
  747. height: calc(100% - 65px);
  748. }
  749. .right_btm_item_box {
  750. width: calc(60% - 10px);
  751. height: 100%;
  752. /* background: url("../images/rt-back.png") no-repeat;
  753. background-size: 100% 100%; */
  754. background-color: var(--bg);
  755. padding: 17px;
  756. box-sizing: border-box;
  757. }
  758. .echarts_map {
  759. width: 100%;
  760. height: 100%;
  761. position: absolute;
  762. top: 0;
  763. left: 0;
  764. }
  765. .tooltip-cont {
  766. margin: -15px;
  767. border: 1px solid #3699ff;
  768. border-radius: 0px;
  769. font-size: 35px;
  770. padding: 10px 15px 10px;
  771. background-color: #0725558a !important;
  772. }
  773. .tooltip-cont p {
  774. line-height: 1.8;
  775. color: #f3f3f3;
  776. position: relative;
  777. padding-left: 12px;
  778. }
  779. .tooltip-cont p::before {
  780. position: absolute;
  781. display: inline-block;
  782. content: '';
  783. left: 0px;
  784. top: 10px;
  785. width: 5px;
  786. height: 5px;
  787. border-radius: 50%;
  788. /* background-color: #40a9ff; */
  789. }
  790. .tooltip-cont span {
  791. color: #FFAD05;
  792. font-weight: bolder;
  793. }
  794. .dv-scroll-board div {
  795. font-size: 28px;
  796. }
  797. .main_item_one_info {
  798. width: 100%;
  799. height: 150px;
  800. display: flex;
  801. justify-content: space-between;
  802. align-items: center;
  803. position: absolute;
  804. top: 0;
  805. left: 0;
  806. }
  807. .main_info_item {
  808. width: 370px;
  809. height: 100%;
  810. display: flex;
  811. justify-content: center;
  812. align-items: center;
  813. }
  814. .main_info_item_img {
  815. width: 180px;
  816. height: 100px;
  817. background-color: #40a9ff;
  818. background: url("../images/newImage/loginUser.png") no-repeat;
  819. background-size: cover;
  820. margin: 0 15px;
  821. }
  822. .main_info_item_title {
  823. display: flex;
  824. flex-direction: column;
  825. justify-content: space-around;
  826. align-items: flex-start;
  827. }
  828. .main_info_item_title div:nth-child(1) {
  829. font-size: 36px;
  830. font-family: Helvetica Neue Extra Black Cond;
  831. font-weight: 600;
  832. color: #6BC1FF;
  833. }
  834. .main_info_item_title div:nth-child(2) {
  835. font-size: 25px;
  836. font-family: Source Han Sans CN;
  837. font-weight: 500;
  838. color: #FFFFFF;
  839. }
  840. .mark_box {
  841. width: 100% !important;
  842. min-height: 2576px;
  843. height: 100%;
  844. background-color: #1b1b1b6b;
  845. position: absolute;
  846. top: 0;
  847. left: 0;
  848. z-index: 999999999999999999;
  849. }
  850. .mark_centter {
  851. width: 2300px;
  852. height: 1000px;
  853. /* margin: 1500px 1000px 0; */
  854. z-index: 999999999999999999;
  855. background: url("../images/markBG.png") no-repeat;
  856. background-size: 100% 100%;
  857. padding: 20px 40px 30px;
  858. box-sizing: border-box;
  859. align-items: center !important;
  860. position: absolute;
  861. top: 20%;
  862. right: 10%;
  863. }
  864. .mark_title {
  865. width: 100%;
  866. height: 150px;
  867. text-align: center;
  868. line-height: 150px;
  869. font-size: 35px;
  870. font-weight: bolder;
  871. }
  872. .mark_main {
  873. width: 100%;
  874. height: calc(100% - 70px);
  875. }
  876. .mark_pdf {
  877. width: 2176px;
  878. height: 1500px;
  879. background: url("../images/markBG.png") no-repeat;
  880. background-size: 100% 100%;
  881. padding: 50px;
  882. box-sizing: border-box;
  883. position: absolute;
  884. top: 20%;
  885. left: 5%;
  886. }
  887. .f_box {
  888. width: 100%;
  889. height: calc(100% - 65px);
  890. display: flex;
  891. flex-wrap: wrap;
  892. justify-content: space-between;
  893. align-items: center;
  894. }
  895. .f_item {
  896. width: calc(50% - 10px);
  897. height: calc(50% - 10px);
  898. font-size: 32px;
  899. overflow: hidden;
  900. }
  901. .f_item span:nth-child(1) {
  902. color: #4BB2FF;
  903. margin-bottom: 10px;
  904. font-weight: bolder;
  905. display: block;
  906. }
  907. .f_item span:nth-child(2) {
  908. width: 95%;
  909. height: 160px;
  910. text-indent: 50px;
  911. opacity: 0.7;
  912. display: -webkit-box;
  913. /* 将元素作为弹性伸缩盒子展示 */
  914. -webkit-line-clamp: 4;
  915. /* 限制显示的行数 */
  916. -webkit-box-orient: vertical;
  917. /* 设置垂直方向 */
  918. overflow: hidden;
  919. /* 隐藏超出部分 */
  920. }
  921. .right_item_main_header {
  922. width: 100%;
  923. height: 80px;
  924. position: relative;
  925. display: flex;
  926. justify-content: center;
  927. align-items: center;
  928. }
  929. .right_item_main_header img {
  930. width: 50%;
  931. height: 100%;
  932. }
  933. .right_item_main_header .right_text {
  934. width: 100%;
  935. height: 100%;
  936. text-align: center;
  937. font-size: 30px;
  938. line-height: 70px;
  939. position: absolute;
  940. top: 0;
  941. left: 0;
  942. }
  943. .right_text span {
  944. font-size: 40px;
  945. font-weight: bolder;
  946. color: rgb(69, 218, 209);
  947. }
  948. .echarts_6 {
  949. width: 100%;
  950. height: calc(100% - 65px);
  951. }
  952. .echarts_top {
  953. width: 100%;
  954. height: 70%;
  955. margin-top: 30px;
  956. box-sizing: border-box;
  957. display: flex;
  958. justify-content: space-around;
  959. align-items: center;
  960. }
  961. .top_image {
  962. width: calc(100% / 6);
  963. height: 90%;
  964. margin-top: 20px;
  965. position: relative;
  966. }
  967. .top_text {
  968. font-size: 40px;
  969. font-weight: bolder;
  970. color: #5AC9FD;
  971. position: absolute;
  972. top: 25%;
  973. left: 37%;
  974. transform: translateY(-50%);
  975. }
  976. .top_text_on {
  977. font-size: 40px;
  978. font-weight: bolder;
  979. color: #EBB829;
  980. position: absolute;
  981. top: 25%;
  982. left: 37%;
  983. transform: translateY(-50%);
  984. }
  985. .top_text span {
  986. font-size: 30px;
  987. }
  988. .top_text_on span {
  989. font-size: 30px;
  990. }
  991. .echarts_top img {
  992. width: 100%;
  993. height: 100%;
  994. transform: translateX(-15%);
  995. }
  996. .echarts_btm {
  997. width: 100%;
  998. height: 30%;
  999. position: relative;
  1000. margin-top: -30px;
  1001. }
  1002. .btm_text {
  1003. width: 100%;
  1004. height: 100%;
  1005. display: flex;
  1006. justify-content: space-around;
  1007. align-items: center;
  1008. }
  1009. .btm_text_on {
  1010. width: 100%;
  1011. height: 100%;
  1012. display: flex;
  1013. justify-content: space-around;
  1014. align-items: center;
  1015. }
  1016. .btm_text_span {
  1017. font-size: 26px;
  1018. color: #5AC9FD;
  1019. letter-spacing: 5px;
  1020. }
  1021. .btm_text_span_on {
  1022. font-size: 26px;
  1023. letter-spacing: 5px;
  1024. color: #EBB829;
  1025. }
  1026. /* .red {
  1027. color: red;
  1028. } */
  1029. .echarts_else {
  1030. position: relative;
  1031. }
  1032. .echarts_else .img {
  1033. width: 360px;
  1034. height: 360px;
  1035. z-index: 99999;
  1036. position: absolute;
  1037. left: -15px;
  1038. top: calc(50% - 185px);
  1039. animation: fadenum 8s infinite linear;
  1040. }
  1041. .tit_text {
  1042. margin-top: 10px;
  1043. }
  1044. .tit_icon {
  1045. width: 200px;
  1046. height: 65px;
  1047. display: flex;
  1048. justify-content: center;
  1049. align-items: center;
  1050. margin-top: 10px;
  1051. }
  1052. .tit_icon img {
  1053. width: 33px;
  1054. height: 21px;
  1055. }
  1056. .title_else_sb {
  1057. width: 100%;
  1058. height: 65px;
  1059. text-indent: 30px;
  1060. font-size: 35px;
  1061. line-height: 65px;
  1062. font-weight: bolder;
  1063. text-align: center;
  1064. /* line-height: 57px; */
  1065. box-sizing: border-box;
  1066. border-radius: 10px;
  1067. }
  1068. .mark_main_item {
  1069. position: absolute;
  1070. bottom: 15%;
  1071. left: 50%;
  1072. transform: translateX(-50%);
  1073. width: 2300px;
  1074. height: 1000px;
  1075. z-index: 999999999999999999;
  1076. background: url("../images/markBG.png") no-repeat;
  1077. background-size: 100% 100%;
  1078. padding: 20px 40px 30px;
  1079. box-sizing: border-box;
  1080. align-items: center !important;
  1081. }
  1082. .mark_main_item .main_item_center {
  1083. width: 100%;
  1084. height: 100%;
  1085. }
  1086. .right_flex_item {
  1087. width: 100%;
  1088. height: calc(50% - 10px);
  1089. }
  1090. .item-tl-item {
  1091. width: calc(33% - 10px);
  1092. height: 50%;
  1093. position: relative;
  1094. }
  1095. .item_main {
  1096. width: 100%;
  1097. height: 100%;
  1098. }
  1099. .item_main_top {
  1100. width: calc(140px * 2);
  1101. height: 80%;
  1102. margin: -40px auto 0;
  1103. }
  1104. .item_title {
  1105. width: 100%;
  1106. font-size: 35px;
  1107. text-align: center;
  1108. position: absolute;
  1109. top: 25%;
  1110. }
  1111. .item_main_main {
  1112. width: 100%;
  1113. height: 70px;
  1114. background: url("../images/count.png") no-repeat;
  1115. background-size: 100% 100%;
  1116. margin: 15px auto 0;
  1117. display: flex;
  1118. justify-content: center;
  1119. align-items: center;
  1120. }
  1121. .flex_center {
  1122. display: flex;
  1123. justify-content: center;
  1124. align-items: center;
  1125. }
  1126. .item_main_text {
  1127. display: flex;
  1128. justify-content: center;
  1129. align-items: center;
  1130. font-size: 30px;
  1131. font-weight: bolder;
  1132. font-family: HelveticaNeue LT 107 XBlkCn;
  1133. font-style: italic;
  1134. }
  1135. .item_main_text img {
  1136. width: calc(31px * 2);
  1137. height: calc(31px * 2);
  1138. }
  1139. .icon_box {
  1140. width: 100px;
  1141. height: 100px;
  1142. position: absolute;
  1143. right: 50px;
  1144. top: 70px;
  1145. z-index: 9999;
  1146. }
  1147. .echarts_mark_view {
  1148. width: 4000px;
  1149. height: 1250px;
  1150. background: url("../images/markBG.png") no-repeat;
  1151. background-size: 100% 100%;
  1152. padding: 55px 85px;
  1153. box-sizing: border-box;
  1154. position: absolute;
  1155. top: 30%;
  1156. left: 50%;
  1157. transform: translateX(-50%);
  1158. }
  1159. .echarts_box {
  1160. width: 100%;
  1161. height: calc(100% - 85px);
  1162. display: flex;
  1163. justify-content: space-between;
  1164. align-items: center;
  1165. }
  1166. /* .mark_view_else{
  1167. width: calc(60% - 10px);
  1168. height: 100%;
  1169. background-color: var(--bg);
  1170. padding: 20px 0 0;
  1171. box-sizing: border-box;
  1172. } */
  1173. .echarts_main {
  1174. width: 100%;
  1175. height: calc(100% - 80px);
  1176. }
  1177. .mark_view {
  1178. width: calc(30% - 10px);
  1179. height: 100%;
  1180. background-color: var(--bg);
  1181. padding: 20px 0 0;
  1182. box-sizing: border-box;
  1183. }
  1184. .dv-border-box-6 circle {
  1185. r: 5px !important;
  1186. fill: #B2CBE2;
  1187. }
  1188. polyline {
  1189. stroke-width: 5px !important;
  1190. }
  1191. @keyframes fadenum {
  1192. 100% {
  1193. transform: rotate(360deg);
  1194. }
  1195. }