newIndex.css 20 KB

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