newIndex.css 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494
  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: -10%;
  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: -355px;
  131. left: 21%;
  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. .image_box div:nth-child(1) {
  507. margin-top: 30px;
  508. }
  509. .box_item {
  510. width: 100%;
  511. height: 100px;
  512. display: flex;
  513. align-items: center;
  514. justify-content: flex-start;
  515. margin-left: 100px;
  516. font-size: 40px;
  517. text-indent: 50px;
  518. }
  519. .box_item img {
  520. width: 100px;
  521. height: 100px;
  522. }
  523. .box_item div span {
  524. font-size: 50px;
  525. font-weight: bolder;
  526. color: #69c0ff;
  527. font-style: italic;
  528. font-weight: bold;
  529. margin: 0 10px;
  530. }
  531. .top {
  532. width: 100%;
  533. height: 140px;
  534. font-size: 40px;
  535. }
  536. .flex {
  537. display: flex;
  538. }
  539. .justify-between {
  540. justify-content: space-between;
  541. }
  542. .items-center {
  543. align-items: center;
  544. }
  545. .top-img {
  546. width: 127px;
  547. height: 127px;
  548. margin-right: 15px;
  549. }
  550. .top-text {
  551. font-size: 60px;
  552. color: #69c0ff;
  553. font-style: italic;
  554. font-weight: bold;
  555. display: inline-block;
  556. margin: 0 15px;
  557. }
  558. .right_bg_item {
  559. width: calc(33% - 20px);
  560. height: 100%;
  561. background-image: url("../images/bottom-right.png");
  562. background-repeat: no-repeat;
  563. background-size: 100% 100%;
  564. display: flex;
  565. flex-direction: column;
  566. justify-content: center;
  567. align-items: center;
  568. padding-top: 50px;
  569. box-sizing: border-box;
  570. }
  571. .bg_item_gif {
  572. width: 230px;
  573. height: 300px;
  574. }
  575. .bg_item_gif img {
  576. width: 100%;
  577. height: 100%;
  578. }
  579. .bg_item_num {
  580. font-size: 48px;
  581. font-weight: bolder;
  582. margin-bottom: -90px;
  583. z-index: 9;
  584. }
  585. .bg_item_title {
  586. font-size: 28px;
  587. font-weight: 600;
  588. }
  589. .right_item_item_else_title {
  590. width: 100%;
  591. height: 25%;
  592. display: flex;
  593. justify-content: center;
  594. align-items: center;
  595. position: relative;
  596. }
  597. .right_item_item_else_title img {
  598. width: 40%;
  599. height: 100%;
  600. }
  601. .w_100_right_box {
  602. width: 100%;
  603. height: 100%;
  604. }
  605. .title_right {
  606. width: 100%;
  607. height: 100%;
  608. position: absolute;
  609. display: flex;
  610. justify-content: center;
  611. align-items: center;
  612. font-size: 30px;
  613. }
  614. .title_right span {
  615. color: rgb(69, 218, 209);
  616. }
  617. .big_color {
  618. display: inline-block;
  619. font-size: 40px;
  620. font-weight: bolder;
  621. margin: 0 0 0 25px;
  622. }
  623. .echarts {
  624. width: 100%;
  625. height: 100%;
  626. }
  627. .echarts_else {
  628. width: 100%;
  629. height: calc(100% - 65px);
  630. }
  631. .echarts_else_top {
  632. width: 100%;
  633. height: calc(25%);
  634. display: flex;
  635. justify-content: space-around;
  636. align-items: center;
  637. }
  638. .echarts_else_top_item {
  639. padding: 5px 20px;
  640. box-sizing: border-box;
  641. background: rgba(0, 179, 254, 0.25);
  642. border: 1px solid #69C0FF;
  643. border-radius: 10px;
  644. display: flex;
  645. justify-content: center;
  646. align-items: center;
  647. }
  648. .echarts_else_top_item_on {
  649. padding: 5px 20px;
  650. box-sizing: border-box;
  651. background: rgba(0, 254, 199, 0.25);
  652. border: 1px solid #00ffff;
  653. border-radius: 10px;
  654. display: flex;
  655. justify-content: center;
  656. align-items: center;
  657. }
  658. .item_left_t {
  659. width: 65px;
  660. height: 65px;
  661. }
  662. .item_right_t {
  663. padding-left: 10px;
  664. display: flex;
  665. flex-direction: column;
  666. justify-content: space-around;
  667. align-items: flex-start;
  668. }
  669. .item_right_t div:nth-child(1) {
  670. font-size: 24px;
  671. font-family: Source Han Sans CN;
  672. font-weight: 400;
  673. color: #FFFFFF;
  674. }
  675. .item_right_t div:nth-child(2) {
  676. font-size: 28px;
  677. font-family: HelveticaNeueLT;
  678. font-weight: bolder;
  679. color: #69C0FF;
  680. }
  681. .item_right_t div:nth-child(2) span {
  682. font-size: 20px;
  683. font-family: Source Han Sans CN;
  684. font-weight: 400;
  685. color: #69C0FF;
  686. }
  687. .echarts_else_btm {
  688. width: 100%;
  689. height: calc(80% - 20px);
  690. }
  691. .left_user_title {
  692. width: 100%;
  693. height: 40px;
  694. display: flex;
  695. flex-direction: column;
  696. justify-content: space-between;
  697. align-items: flex-start;
  698. }
  699. .icon_title .title {
  700. width: calc(100% - 40px);
  701. height: 100%;
  702. text-align: left;
  703. text-indent: 20px;
  704. }
  705. .icon {
  706. width: 20px;
  707. height: 70%;
  708. }
  709. img {
  710. width: 100%;
  711. height: 100%;
  712. }
  713. .icon_title {
  714. width: 100%;
  715. height: calc(100%);
  716. z-index: 999;
  717. display: flex;
  718. justify-content: flex-start;
  719. align-items: center;
  720. }
  721. .line {
  722. width: 100%;
  723. height: 2px;
  724. }
  725. .echarts_90 {
  726. width: 100%;
  727. height: 80%;
  728. }
  729. .flex_column {
  730. display: flex;
  731. flex-direction: column;
  732. justify-content: space-between;
  733. align-items: flex-start;
  734. }
  735. .main_item_echarts {
  736. width: 100%;
  737. height: calc(100% - 90px);
  738. background-color: var(--bg);
  739. }
  740. .right_item_item_else_top {
  741. width: 100%;
  742. height: calc(25% - 10px);
  743. margin-bottom: 15px;
  744. }
  745. .right_item_item_else_main {
  746. width: 100%;
  747. height: calc(75%);
  748. /* background-color: var(--bg); */
  749. /* background: url("../images/rt-back.png") no-repeat;
  750. background-size: 100% 100%;
  751. padding: 30px;
  752. box-sizing: border-box; */
  753. }
  754. .w_100 {
  755. width: 100%;
  756. height: calc(100% - 65px);
  757. }
  758. .w_100_right {
  759. width: 100%;
  760. height: calc(100% - 85px);
  761. display: flex;
  762. justify-content: space-between;
  763. align-items: center;
  764. }
  765. .flex_sb {
  766. display: flex;
  767. justify-content: space-between;
  768. }
  769. .right_echarts_item {
  770. width: 100%;
  771. height: calc(100% - 65px);
  772. }
  773. .right_btm_item_box {
  774. width: calc(60% - 10px);
  775. height: 100%;
  776. /* background: url("../images/rt-back.png") no-repeat;
  777. background-size: 100% 100%; */
  778. background-color: var(--bg);
  779. padding: 17px;
  780. box-sizing: border-box;
  781. }
  782. .echarts_map {
  783. width: 100%;
  784. height: 100%;
  785. position: absolute;
  786. top: 0;
  787. left: 0;
  788. }
  789. .tooltip-cont {
  790. margin: -15px;
  791. border: 1px solid #3699ff;
  792. border-radius: 0px;
  793. font-size: 35px;
  794. padding: 10px 15px 10px;
  795. background-color: #0725558a !important;
  796. }
  797. .tooltip-cont p {
  798. line-height: 1.8;
  799. color: #f3f3f3;
  800. position: relative;
  801. padding-left: 12px;
  802. /* color: #5340ff; */
  803. /* color: #277d8a;
  804. color: #1F6276;
  805. color: #13405c;
  806. color: #0a2547; */
  807. }
  808. .tooltip-cont p::before {
  809. position: absolute;
  810. display: inline-block;
  811. content: '';
  812. left: 0px;
  813. top: 10px;
  814. width: 5px;
  815. height: 5px;
  816. border-radius: 50%;
  817. /* background-color: #40a9ff; */
  818. }
  819. .tooltip-cont span {
  820. color: #FFAD05;
  821. font-weight: bolder;
  822. }
  823. .dv-scroll-board div {
  824. font-size: 28px;
  825. }
  826. .main_item_one_info {
  827. width: 100%;
  828. height: 150px;
  829. display: flex;
  830. justify-content: space-between;
  831. align-items: center;
  832. position: absolute;
  833. top: 0;
  834. left: 0;
  835. z-index: 999999;
  836. }
  837. .main_info_item {
  838. /* width: 370px; */
  839. height: 100%;
  840. display: flex;
  841. justify-content: center;
  842. align-items: center;
  843. }
  844. .main_info_item_img {
  845. width: 180px;
  846. height: 100px;
  847. background-color: #40a9ff;
  848. background: url("../images/newImage/loginUser.png") no-repeat;
  849. background-size: cover;
  850. margin: 0 15px;
  851. }
  852. .main_info_item_title {
  853. display: flex;
  854. flex-direction: column;
  855. justify-content: space-around;
  856. align-items: flex-start;
  857. }
  858. .main_info_item_title div:nth-child(1) {
  859. font-size: 36px;
  860. font-family: Helvetica Neue Extra Black Cond;
  861. font-weight: 600;
  862. color: #6BC1FF;
  863. }
  864. .main_info_item_title div:nth-child(2) {
  865. font-size: 25px;
  866. font-family: Source Han Sans CN;
  867. font-weight: 500;
  868. color: #FFFFFF;
  869. }
  870. .mark_box {
  871. width: 100% !important;
  872. min-height: 2576px;
  873. height: 100%;
  874. background-color: #1b1b1b6b;
  875. position: absolute;
  876. top: 0;
  877. left: 0;
  878. z-index: 999999999999999999;
  879. }
  880. .mark_box_else {
  881. width: 100% !important;
  882. min-height: 2576px;
  883. height: 100%;
  884. background-color: #1b1b1b6b;
  885. position: absolute;
  886. top: 0;
  887. left: 0;
  888. z-index: 999999999999999999;
  889. float: left;
  890. }
  891. .ml0 {
  892. margin-left: 0%;
  893. }
  894. .ml100 {
  895. margin-left: -100%;
  896. }
  897. .ml200 {
  898. margin-left: -200%;
  899. }
  900. .mark_centter {
  901. width: 2300px;
  902. height: 1000px;
  903. /* margin: 1500px 1000px 0; */
  904. z-index: 999999999999999999;
  905. background: url("../images/markBG.png") no-repeat;
  906. background-size: 100% 100%;
  907. padding: 20px 40px 30px;
  908. box-sizing: border-box;
  909. align-items: center !important;
  910. position: absolute;
  911. top: 20%;
  912. right: 10%;
  913. }
  914. .mark_title {
  915. width: 100%;
  916. height: 150px;
  917. text-align: center;
  918. line-height: 150px;
  919. font-size: 35px;
  920. font-weight: bolder;
  921. }
  922. .mark_main {
  923. width: 100%;
  924. height: calc(100% - 70px);
  925. }
  926. .mark_pdf {
  927. /* width: 2176px; */
  928. height: 1500px;
  929. background: url("../images/markBG.png") no-repeat;
  930. background-size: 100% 100%;
  931. padding: 50px;
  932. box-sizing: border-box;
  933. position: absolute;
  934. top: 20%;
  935. left: 5%;
  936. }
  937. .f_box {
  938. width: 100%;
  939. height: calc(100% - 65px);
  940. display: flex;
  941. flex-wrap: wrap;
  942. justify-content: space-between;
  943. align-items: center;
  944. }
  945. .f_item {
  946. width: calc(50% - 10px);
  947. height: calc(50% - 10px);
  948. font-size: 32px;
  949. overflow: hidden;
  950. }
  951. .f_item span:nth-child(1) {
  952. color: #4BB2FF;
  953. margin-bottom: 10px;
  954. font-weight: bolder;
  955. display: block;
  956. }
  957. .f_item span:nth-child(2) {
  958. width: 95%;
  959. height: 160px;
  960. text-indent: 50px;
  961. opacity: 0.7;
  962. display: -webkit-box;
  963. /* 将元素作为弹性伸缩盒子展示 */
  964. -webkit-line-clamp: 4;
  965. /* 限制显示的行数 */
  966. -webkit-box-orient: vertical;
  967. /* 设置垂直方向 */
  968. overflow: hidden;
  969. /* 隐藏超出部分 */
  970. }
  971. .right_item_main_header {
  972. width: 100%;
  973. height: 80px;
  974. position: relative;
  975. display: flex;
  976. justify-content: center;
  977. align-items: center;
  978. }
  979. .right_item_main_header img {
  980. width: 50%;
  981. height: 100%;
  982. }
  983. .right_item_main_header .right_text {
  984. width: 100%;
  985. height: 100%;
  986. text-align: center;
  987. font-size: 30px;
  988. line-height: 70px;
  989. position: absolute;
  990. top: 0;
  991. left: 0;
  992. }
  993. .right_text span {
  994. font-size: 40px;
  995. font-weight: bolder;
  996. color: rgb(69, 218, 209);
  997. }
  998. .echarts_6 {
  999. width: 100%;
  1000. height: calc(100% - 65px);
  1001. }
  1002. .echarts_top {
  1003. width: 100%;
  1004. height: 70%;
  1005. margin-top: 30px;
  1006. box-sizing: border-box;
  1007. display: flex;
  1008. justify-content: space-around;
  1009. align-items: center;
  1010. }
  1011. .top_image {
  1012. width: calc(100% / 6);
  1013. height: 90%;
  1014. margin-top: 20px;
  1015. position: relative;
  1016. }
  1017. .top_text {
  1018. font-size: 40px;
  1019. font-weight: bolder;
  1020. color: #5AC9FD;
  1021. position: absolute;
  1022. top: 25%;
  1023. left: 37%;
  1024. transform: translateY(-50%);
  1025. }
  1026. .top_text_on {
  1027. font-size: 40px;
  1028. font-weight: bolder;
  1029. color: #EBB829;
  1030. position: absolute;
  1031. top: 25%;
  1032. left: 37%;
  1033. transform: translateY(-50%);
  1034. }
  1035. .top_text span {
  1036. font-size: 30px;
  1037. }
  1038. .top_text_on span {
  1039. font-size: 30px;
  1040. }
  1041. .echarts_top img {
  1042. width: 100%;
  1043. height: 100%;
  1044. transform: translateX(-15%);
  1045. }
  1046. .echarts_btm {
  1047. width: 100%;
  1048. height: 30%;
  1049. position: relative;
  1050. margin-top: -30px;
  1051. }
  1052. .btm_text {
  1053. width: 100%;
  1054. height: 100%;
  1055. display: flex;
  1056. justify-content: space-around;
  1057. align-items: center;
  1058. }
  1059. .btm_text_on {
  1060. width: 100%;
  1061. height: 100%;
  1062. display: flex;
  1063. justify-content: space-around;
  1064. align-items: center;
  1065. }
  1066. .btm_text_span {
  1067. font-size: 26px;
  1068. color: #5AC9FD;
  1069. letter-spacing: 5px;
  1070. }
  1071. .btm_text_span_on {
  1072. font-size: 26px;
  1073. letter-spacing: 5px;
  1074. color: #EBB829;
  1075. }
  1076. /* .red {
  1077. color: red;
  1078. } */
  1079. .echarts_else {
  1080. position: relative;
  1081. }
  1082. .echarts_else .img {
  1083. width: 420px;
  1084. height: 420px;
  1085. z-index: 99999;
  1086. position: absolute;
  1087. left: -36px;
  1088. top: calc(50% - 210px);
  1089. animation: fadenum 8s infinite linear;
  1090. }
  1091. .tit_text {
  1092. margin-top: 10px;
  1093. }
  1094. .tit_icon {
  1095. width: 200px;
  1096. height: 65px;
  1097. display: flex;
  1098. justify-content: center;
  1099. align-items: center;
  1100. margin-top: 10px;
  1101. }
  1102. .tit_icon img {
  1103. width: 33px;
  1104. height: 21px;
  1105. }
  1106. .title_else_sb {
  1107. width: 100%;
  1108. height: 65px;
  1109. text-indent: 30px;
  1110. font-size: 35px;
  1111. line-height: 65px;
  1112. font-weight: bolder;
  1113. text-align: center;
  1114. /* line-height: 57px; */
  1115. box-sizing: border-box;
  1116. border-radius: 10px;
  1117. }
  1118. .mark_main_item {
  1119. position: absolute;
  1120. bottom: 15%;
  1121. left: 50%;
  1122. transform: translateX(-50%);
  1123. width: 2300px;
  1124. height: 1000px;
  1125. z-index: 999999999999999999;
  1126. background: url("../images/markBG.png") no-repeat;
  1127. background-size: 100% 100%;
  1128. padding: 20px 40px 30px;
  1129. box-sizing: border-box;
  1130. align-items: center !important;
  1131. }
  1132. .mark_main_item .main_item_center {
  1133. width: 100%;
  1134. height: 100%;
  1135. }
  1136. .right_flex_item {
  1137. width: 100%;
  1138. height: calc(50% - 10px);
  1139. }
  1140. .item-tl-item {
  1141. width: calc(33% - 10px);
  1142. height: 50%;
  1143. position: relative;
  1144. }
  1145. .item_main {
  1146. width: 100%;
  1147. height: 100%;
  1148. }
  1149. .item_main_top {
  1150. width: calc(140px * 2);
  1151. height: 80%;
  1152. margin: -40px auto 0;
  1153. }
  1154. .item_title {
  1155. width: 100%;
  1156. font-size: 35px;
  1157. text-align: center;
  1158. position: absolute;
  1159. top: 25%;
  1160. }
  1161. .item_main_main {
  1162. width: 100%;
  1163. height: 70px;
  1164. background: url("../images/count.png") no-repeat;
  1165. background-size: 100% 100%;
  1166. margin: 15px auto 0;
  1167. display: flex;
  1168. justify-content: center;
  1169. align-items: center;
  1170. }
  1171. .flex_center {
  1172. display: flex;
  1173. justify-content: center;
  1174. align-items: center;
  1175. }
  1176. .item_main_text {
  1177. display: flex;
  1178. justify-content: center;
  1179. align-items: center;
  1180. font-size: 30px;
  1181. font-weight: bolder;
  1182. font-family: HelveticaNeue LT 107 XBlkCn;
  1183. font-style: italic;
  1184. }
  1185. .item_main_text img {
  1186. width: calc(31px * 2);
  1187. height: calc(31px * 2);
  1188. }
  1189. .icon_box {
  1190. width: 100px;
  1191. height: 100px;
  1192. position: absolute;
  1193. right: 50px;
  1194. top: 70px;
  1195. z-index: 9999;
  1196. }
  1197. .echarts_mark_view {
  1198. width: 4000px;
  1199. height: 1250px;
  1200. background: url("../images/markBG.png") no-repeat;
  1201. background-size: 100% 100%;
  1202. padding: 55px 85px;
  1203. box-sizing: border-box;
  1204. position: absolute;
  1205. top: 30%;
  1206. left: 50%;
  1207. transform: translateX(-50%);
  1208. }
  1209. .echarts_box {
  1210. width: 100%;
  1211. height: calc(100% - 85px);
  1212. display: flex;
  1213. justify-content: space-between;
  1214. align-items: center;
  1215. }
  1216. /* .mark_view_else{
  1217. width: calc(60% - 10px);
  1218. height: 100%;
  1219. background-color: var(--bg);
  1220. padding: 20px 0 0;
  1221. box-sizing: border-box;
  1222. } */
  1223. .echarts_main {
  1224. width: 100%;
  1225. height: calc(100% - 80px);
  1226. }
  1227. .mark_view {
  1228. width: calc(30% - 10px);
  1229. height: 100%;
  1230. background-color: var(--bg);
  1231. padding: 20px 0 0;
  1232. box-sizing: border-box;
  1233. margin-top: 40px;
  1234. }
  1235. .am_else {
  1236. width: 90px;
  1237. height: 100%;
  1238. background-color: #3699ff;
  1239. display: flex;
  1240. justify-content: center;
  1241. align-items: center;
  1242. }
  1243. .more_change {
  1244. display: flex;
  1245. justify-content: center;
  1246. align-items: center;
  1247. }
  1248. .dv-border-box-6 circle {
  1249. r: 5px !important;
  1250. fill: #B2CBE2;
  1251. }
  1252. .echarts_mark_view .title_else {
  1253. text-indent: 90px;
  1254. }
  1255. rect {
  1256. height: 10px;
  1257. }
  1258. polyline {
  1259. stroke-width: 5px !important;
  1260. }
  1261. @keyframes fadenum {
  1262. 100% {
  1263. transform: rotate(360deg);
  1264. }
  1265. }
  1266. .item_content_6 .rows .row-item:nth-child(2) {
  1267. color: #E1AF27;
  1268. background-color: #302e2d50 !important;
  1269. }
  1270. .item_content .rows .row-item:nth-child(1) {
  1271. color: #E1AF27;
  1272. background-color: #302e2d50 !important;
  1273. }
  1274. .text_list {
  1275. padding: 20px;
  1276. box-sizing: border-box;
  1277. font-size: 26px;
  1278. color: #E1AF27;
  1279. background-color: #302e2d50;
  1280. letter-spacing: 9px;
  1281. line-height: 1.5;
  1282. }
  1283. .mark_select{
  1284. width: 200px;
  1285. padding: 10px 20px;
  1286. box-sizing: border-box;
  1287. background-color: #302e2d50;
  1288. }
  1289. .select_option{
  1290. width: 100%;
  1291. height: 50px;
  1292. line-height: 50px;
  1293. text-align: center;
  1294. font-size: 35px;
  1295. margin: 10px 0;
  1296. }