newIndex.css 26 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469
  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_box_else {
  872. width: 100% !important;
  873. min-height: 2576px;
  874. height: 100%;
  875. background-color: #1b1b1b6b;
  876. position: absolute;
  877. top: 0;
  878. left: 0;
  879. z-index: 999999999999999999;
  880. float: left;
  881. }
  882. .ml0 {
  883. margin-left: 0%;
  884. }
  885. .ml100 {
  886. margin-left: -100%;
  887. }
  888. .ml200 {
  889. margin-left: -200%;
  890. }
  891. .mark_centter {
  892. width: 2300px;
  893. height: 1000px;
  894. /* margin: 1500px 1000px 0; */
  895. z-index: 999999999999999999;
  896. background: url("../images/markBG.png") no-repeat;
  897. background-size: 100% 100%;
  898. padding: 20px 40px 30px;
  899. box-sizing: border-box;
  900. align-items: center !important;
  901. position: absolute;
  902. top: 20%;
  903. right: 10%;
  904. }
  905. .mark_title {
  906. width: 100%;
  907. height: 150px;
  908. text-align: center;
  909. line-height: 150px;
  910. font-size: 35px;
  911. font-weight: bolder;
  912. }
  913. .mark_main {
  914. width: 100%;
  915. height: calc(100% - 70px);
  916. }
  917. .mark_pdf {
  918. width: 2176px;
  919. height: 1500px;
  920. background: url("../images/markBG.png") no-repeat;
  921. background-size: 100% 100%;
  922. padding: 50px;
  923. box-sizing: border-box;
  924. position: absolute;
  925. top: 20%;
  926. left: 5%;
  927. }
  928. .f_box {
  929. width: 100%;
  930. height: calc(100% - 65px);
  931. display: flex;
  932. flex-wrap: wrap;
  933. justify-content: space-between;
  934. align-items: center;
  935. }
  936. .f_item {
  937. width: calc(50% - 10px);
  938. height: calc(50% - 10px);
  939. font-size: 32px;
  940. overflow: hidden;
  941. }
  942. .f_item span:nth-child(1) {
  943. color: #4BB2FF;
  944. margin-bottom: 10px;
  945. font-weight: bolder;
  946. display: block;
  947. }
  948. .f_item span:nth-child(2) {
  949. width: 95%;
  950. height: 160px;
  951. text-indent: 50px;
  952. opacity: 0.7;
  953. display: -webkit-box;
  954. /* 将元素作为弹性伸缩盒子展示 */
  955. -webkit-line-clamp: 4;
  956. /* 限制显示的行数 */
  957. -webkit-box-orient: vertical;
  958. /* 设置垂直方向 */
  959. overflow: hidden;
  960. /* 隐藏超出部分 */
  961. }
  962. .right_item_main_header {
  963. width: 100%;
  964. height: 80px;
  965. position: relative;
  966. display: flex;
  967. justify-content: center;
  968. align-items: center;
  969. }
  970. .right_item_main_header img {
  971. width: 50%;
  972. height: 100%;
  973. }
  974. .right_item_main_header .right_text {
  975. width: 100%;
  976. height: 100%;
  977. text-align: center;
  978. font-size: 30px;
  979. line-height: 70px;
  980. position: absolute;
  981. top: 0;
  982. left: 0;
  983. }
  984. .right_text span {
  985. font-size: 40px;
  986. font-weight: bolder;
  987. color: rgb(69, 218, 209);
  988. }
  989. .echarts_6 {
  990. width: 100%;
  991. height: calc(100% - 65px);
  992. }
  993. .echarts_top {
  994. width: 100%;
  995. height: 70%;
  996. margin-top: 30px;
  997. box-sizing: border-box;
  998. display: flex;
  999. justify-content: space-around;
  1000. align-items: center;
  1001. }
  1002. .top_image {
  1003. width: calc(100% / 6);
  1004. height: 90%;
  1005. margin-top: 20px;
  1006. position: relative;
  1007. }
  1008. .top_text {
  1009. font-size: 40px;
  1010. font-weight: bolder;
  1011. color: #5AC9FD;
  1012. position: absolute;
  1013. top: 25%;
  1014. left: 37%;
  1015. transform: translateY(-50%);
  1016. }
  1017. .top_text_on {
  1018. font-size: 40px;
  1019. font-weight: bolder;
  1020. color: #EBB829;
  1021. position: absolute;
  1022. top: 25%;
  1023. left: 37%;
  1024. transform: translateY(-50%);
  1025. }
  1026. .top_text span {
  1027. font-size: 30px;
  1028. }
  1029. .top_text_on span {
  1030. font-size: 30px;
  1031. }
  1032. .echarts_top img {
  1033. width: 100%;
  1034. height: 100%;
  1035. transform: translateX(-15%);
  1036. }
  1037. .echarts_btm {
  1038. width: 100%;
  1039. height: 30%;
  1040. position: relative;
  1041. margin-top: -30px;
  1042. }
  1043. .btm_text {
  1044. width: 100%;
  1045. height: 100%;
  1046. display: flex;
  1047. justify-content: space-around;
  1048. align-items: center;
  1049. }
  1050. .btm_text_on {
  1051. width: 100%;
  1052. height: 100%;
  1053. display: flex;
  1054. justify-content: space-around;
  1055. align-items: center;
  1056. }
  1057. .btm_text_span {
  1058. font-size: 26px;
  1059. color: #5AC9FD;
  1060. letter-spacing: 5px;
  1061. }
  1062. .btm_text_span_on {
  1063. font-size: 26px;
  1064. letter-spacing: 5px;
  1065. color: #EBB829;
  1066. }
  1067. /* .red {
  1068. color: red;
  1069. } */
  1070. .echarts_else {
  1071. position: relative;
  1072. }
  1073. .echarts_else .img {
  1074. width: 360px;
  1075. height: 360px;
  1076. z-index: 99999;
  1077. position: absolute;
  1078. left: -25px;
  1079. top: calc(50% - 180px);
  1080. animation: fadenum 8s infinite linear;
  1081. }
  1082. .tit_text {
  1083. margin-top: 10px;
  1084. }
  1085. .tit_icon {
  1086. width: 200px;
  1087. height: 65px;
  1088. display: flex;
  1089. justify-content: center;
  1090. align-items: center;
  1091. margin-top: 10px;
  1092. }
  1093. .tit_icon img {
  1094. width: 33px;
  1095. height: 21px;
  1096. }
  1097. .title_else_sb {
  1098. width: 100%;
  1099. height: 65px;
  1100. text-indent: 30px;
  1101. font-size: 35px;
  1102. line-height: 65px;
  1103. font-weight: bolder;
  1104. text-align: center;
  1105. /* line-height: 57px; */
  1106. box-sizing: border-box;
  1107. border-radius: 10px;
  1108. }
  1109. .mark_main_item {
  1110. position: absolute;
  1111. bottom: 15%;
  1112. left: 50%;
  1113. transform: translateX(-50%);
  1114. width: 2300px;
  1115. height: 1000px;
  1116. z-index: 999999999999999999;
  1117. background: url("../images/markBG.png") no-repeat;
  1118. background-size: 100% 100%;
  1119. padding: 20px 40px 30px;
  1120. box-sizing: border-box;
  1121. align-items: center !important;
  1122. }
  1123. .mark_main_item .main_item_center {
  1124. width: 100%;
  1125. height: 100%;
  1126. }
  1127. .right_flex_item {
  1128. width: 100%;
  1129. height: calc(50% - 10px);
  1130. }
  1131. .item-tl-item {
  1132. width: calc(33% - 10px);
  1133. height: 50%;
  1134. position: relative;
  1135. }
  1136. .item_main {
  1137. width: 100%;
  1138. height: 100%;
  1139. }
  1140. .item_main_top {
  1141. width: calc(140px * 2);
  1142. height: 80%;
  1143. margin: -40px auto 0;
  1144. }
  1145. .item_title {
  1146. width: 100%;
  1147. font-size: 35px;
  1148. text-align: center;
  1149. position: absolute;
  1150. top: 25%;
  1151. }
  1152. .item_main_main {
  1153. width: 100%;
  1154. height: 70px;
  1155. background: url("../images/count.png") no-repeat;
  1156. background-size: 100% 100%;
  1157. margin: 15px auto 0;
  1158. display: flex;
  1159. justify-content: center;
  1160. align-items: center;
  1161. }
  1162. .flex_center {
  1163. display: flex;
  1164. justify-content: center;
  1165. align-items: center;
  1166. }
  1167. .item_main_text {
  1168. display: flex;
  1169. justify-content: center;
  1170. align-items: center;
  1171. font-size: 30px;
  1172. font-weight: bolder;
  1173. font-family: HelveticaNeue LT 107 XBlkCn;
  1174. font-style: italic;
  1175. }
  1176. .item_main_text img {
  1177. width: calc(31px * 2);
  1178. height: calc(31px * 2);
  1179. }
  1180. .icon_box {
  1181. width: 100px;
  1182. height: 100px;
  1183. position: absolute;
  1184. right: 50px;
  1185. top: 70px;
  1186. z-index: 9999;
  1187. }
  1188. .echarts_mark_view {
  1189. width: 4000px;
  1190. height: 1250px;
  1191. background: url("../images/markBG.png") no-repeat;
  1192. background-size: 100% 100%;
  1193. padding: 55px 85px;
  1194. box-sizing: border-box;
  1195. position: absolute;
  1196. top: 30%;
  1197. left: 50%;
  1198. transform: translateX(-50%);
  1199. }
  1200. .echarts_box {
  1201. width: 100%;
  1202. height: calc(100% - 85px);
  1203. display: flex;
  1204. justify-content: space-between;
  1205. align-items: center;
  1206. }
  1207. /* .mark_view_else{
  1208. width: calc(60% - 10px);
  1209. height: 100%;
  1210. background-color: var(--bg);
  1211. padding: 20px 0 0;
  1212. box-sizing: border-box;
  1213. } */
  1214. .echarts_main {
  1215. width: 100%;
  1216. height: calc(100% - 80px);
  1217. }
  1218. .mark_view {
  1219. width: calc(30% - 10px);
  1220. height: 100%;
  1221. background-color: var(--bg);
  1222. padding: 20px 0 0;
  1223. box-sizing: border-box;
  1224. margin-top: 40px;
  1225. }
  1226. .am_else {
  1227. width: 90px;
  1228. height: 100%;
  1229. background-color: #3699ff;
  1230. display: flex;
  1231. justify-content: center;
  1232. align-items: center;
  1233. }
  1234. .more_change {
  1235. display: flex;
  1236. justify-content: center;
  1237. align-items: center;
  1238. }
  1239. .dv-border-box-6 circle {
  1240. r: 5px !important;
  1241. fill: #B2CBE2;
  1242. }
  1243. .echarts_mark_view .title_else {
  1244. text-indent: 90px;
  1245. }
  1246. rect {
  1247. height: 10px;
  1248. }
  1249. polyline {
  1250. stroke-width: 5px !important;
  1251. }
  1252. @keyframes fadenum {
  1253. 100% {
  1254. transform: rotate(360deg);
  1255. }
  1256. }
  1257. .item_content_6 .rows .row-item:nth-child(2) {
  1258. color: #E1AF27;
  1259. background-color: #302e2d50 !important;
  1260. }
  1261. .item_content .rows .row-item:nth-child(1) {
  1262. color: #E1AF27;
  1263. background-color: #302e2d50 !important;
  1264. }
  1265. .text_list {
  1266. padding: 20px;
  1267. box-sizing: border-box;
  1268. font-size: 26px;
  1269. color: #E1AF27;
  1270. background-color: #302e2d50;
  1271. letter-spacing: 9px;
  1272. line-height: 1.5;
  1273. }