index.css 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501
  1. html,
  2. body {
  3. width: 7680px !important;
  4. min-height: 2120px;
  5. height: 100%;
  6. font-size: 20px;
  7. color: #fff;
  8. font-family: 'Microsoft YaHei';
  9. overflow-y: hidden;
  10. }
  11. /* 强制去掉滚动条 */
  12. html {
  13. /* overflow-x: hidden !important; */
  14. }
  15. * {
  16. -webkit-user-select: none;
  17. -moz-user-select: none;
  18. -ms-user-select: none;
  19. user-select: none;
  20. }
  21. img *,
  22. *,
  23. *:before,
  24. *:after {
  25. padding: 0;
  26. margin: 0;
  27. box-sizing: border-box;
  28. }
  29. a {
  30. text-decoration: none;
  31. cursor: pointer;
  32. }
  33. [v-cloak] {
  34. display: none;
  35. }
  36. #app{
  37. transition: all 3s;
  38. }
  39. .appbg1 {
  40. background: url('../img/page-bg3.png') center center no-repeat;
  41. background-size: 100% 100%;
  42. }
  43. .appbg2 {
  44. background: url('../img/page-bg.png') center center no-repeat;
  45. background-size: 100% 100%;
  46. }
  47. .top {
  48. height: 180px;
  49. width: 100%;
  50. display: grid;
  51. grid-template-columns: repeat(3, 1fr);
  52. gap: 10px;
  53. }
  54. .top > div {
  55. display: flex;
  56. justify-content: center;
  57. align-items: center;
  58. flex-direction: column;
  59. font-size: 52px;
  60. font-weight: bold;
  61. letter-spacing: 5px;
  62. }
  63. .top .title > span:before {
  64. content: '';
  65. display: inline-block;
  66. width: 66px; /*图标宽度*/
  67. height: 42px; /*图标高度*/
  68. background: url('../img/title-left.png') no-repeat center center; /*图标路径*/
  69. background-size: contain; /*图标大小适应*/
  70. margin-right: 20px; /*图标与文字的间距*/
  71. }
  72. .top .title > div {
  73. height: 30px;
  74. width: 40%;
  75. background: url('../img/title-light.png') center bottom no-repeat;
  76. background-size: 100% 100%;
  77. }
  78. .light {
  79. background-color: #79a4db6c !important;
  80. }
  81. .top .title > span:after {
  82. content: '';
  83. display: inline-block;
  84. width: 66px; /*图标宽度*/
  85. height: 42px; /*图标高度*/
  86. background: url('../img/title-right.png') no-repeat center center; /*图标路径*/
  87. background-size: contain; /*图标大小适应*/
  88. margin-left: 20px; /*图标与文字的间距*/
  89. }
  90. .top .mainTitle {
  91. height: 70%;
  92. font-size: 72px;
  93. text-shadow: 2px 3px 1px black;
  94. letter-spacing: 5px;
  95. }
  96. .bottom {
  97. height: calc(100% - 180px);
  98. width: 100%;
  99. display: grid;
  100. grid-template-columns: repeat(3, 1fr);
  101. gap: 10px;
  102. padding: 0 1% 1% 1%;
  103. align-items: end;
  104. position: relative;
  105. }
  106. .left,
  107. .right {
  108. display: grid;
  109. grid-template-columns: repeat(2, 1fr);
  110. grid-template-rows: repeat(3, 1fr);
  111. grid-column-gap: 10px;
  112. height: 100%;
  113. width: 100%;
  114. overflow: hidden;
  115. }
  116. .left > div,
  117. .center > div,
  118. .right > div {
  119. width: 100%;
  120. height: 100%;
  121. overflow: hidden;
  122. }
  123. .left .title,
  124. .center .title {
  125. width: 100%;
  126. /* height: calc(100% / 7); */
  127. height: 80px;
  128. overflow: hidden;
  129. background: url('../img/small-title.png') no-repeat center bottom; /*图标路径*/
  130. background-size: 100% 50%;
  131. display: flex;
  132. align-items: center;
  133. padding-left: 7%;
  134. font-size: 36px;
  135. text-shadow: 2px 3px 1px black;
  136. letter-spacing: 5px;
  137. }
  138. .left .child > div:nth-child(1):before {
  139. content: '●';
  140. margin-right: 10px;
  141. color: #40a9ff;
  142. }
  143. .left .content,
  144. .center .content {
  145. width: 100%;
  146. height: calc(100% - 80px);
  147. overflow: hidden;
  148. padding: 1% 1% 0 1%;
  149. }
  150. .left1 {
  151. display: grid;
  152. grid-template-rows: 1fr 1.6fr;
  153. }
  154. .left1 > div:first-child {
  155. display: flex;
  156. align-items: center;
  157. justify-content: space-around;
  158. }
  159. .left1 .child {
  160. width: 47%;
  161. height: 100%;
  162. background: url('../img/left1.png') no-repeat center center; /*图标路径*/
  163. background-size: 100% 100%;
  164. display: grid;
  165. grid-template-columns: repeat(2, 1fr);
  166. grid-template-rows: repeat(3, 1fr);
  167. padding: 1% 3%;
  168. align-items: center;
  169. }
  170. .left1B {
  171. display: grid;
  172. grid-template-columns: 4fr 6fr;
  173. overflow: hidden;
  174. position: relative;
  175. }
  176. .left1B > div:nth-child(1) {
  177. overflow: hidden;
  178. /* background: url("../img/disk.png") no-repeat center center; */
  179. background-size: 100% 100%;
  180. padding-bottom: 10%;
  181. }
  182. .left1C {
  183. display: grid;
  184. grid-template-rows: 1fr 2fr 2fr;
  185. overflow: hidden;
  186. padding-top: 30px;
  187. }
  188. .left1C-child {
  189. padding: 1%;
  190. }
  191. .checkBg {
  192. background: url('../img/disk.png') no-repeat center center; /*图标路径*/
  193. background-size: 100% 100%;
  194. }
  195. .left .industryProportion1,
  196. .left2 .industryProportion1 {
  197. background: url('../img/industryProportion.png') no-repeat center center; /*图标路径*/
  198. background-size: 100% 100%;
  199. color: #FFE036;
  200. }
  201. .left .industryProportion2 {
  202. background-color: #1f3152;
  203. }
  204. .left2 .industryProportion2 {
  205. background-color: #264580;
  206. }
  207. .left2 {
  208. display: grid;
  209. grid-template-rows: 3fr 17fr;
  210. overflow: hidden;
  211. }
  212. .left3 {
  213. display: grid;
  214. grid-template-columns: 9fr 11fr;
  215. overflow: hidden;
  216. }
  217. .left3A {
  218. display: grid;
  219. grid-template-rows: repeat(3, 1fr);
  220. overflow: hidden;
  221. gap: 30px;
  222. padding: 10px 0;
  223. }
  224. .left3A > div:nth-child(1) {
  225. background: url('../img/retainedA.png') no-repeat center center; /*图标路径*/
  226. background-size: 100% 100%;
  227. }
  228. .left3A > div:nth-child(2) {
  229. background: url('../img/retainedB.png') no-repeat center center; /*图标路径*/
  230. background-size: 100% 100%;
  231. }
  232. .left3A > div:nth-child(3) {
  233. background: url('../img/retainedC.png') no-repeat center center; /*图标路径*/
  234. background-size: 100% 100%;
  235. }
  236. .left4 {
  237. width: 100%;
  238. height: 100%;
  239. overflow: hidden;
  240. position: relative;
  241. display: grid;
  242. grid-template-columns: repeat(2, 1fr);
  243. }
  244. .left4A {
  245. width: 100%;
  246. height: 100%;
  247. overflow: hidden;
  248. position: absolute;
  249. }
  250. .left4A > div:not(:last-child),
  251. .bubble {
  252. position: absolute;
  253. animation: moveUpDown 4s infinite;
  254. }
  255. @keyframes moveUpDown {
  256. 0% {
  257. transform: translateY(0);
  258. }
  259. 50% {
  260. transform: translateY(-10px);
  261. }
  262. 100% {
  263. transform: translateY(0);
  264. }
  265. }
  266. .center {
  267. display: grid;
  268. grid-template-columns: 33fr 50fr 33fr;
  269. height: 95%;
  270. width: 100%;
  271. overflow: hidden;
  272. gap: 10px;
  273. position: relative;
  274. }
  275. .center > div:nth-child(1),
  276. .center > div:nth-child(3) {
  277. display: grid;
  278. grid-template-rows: repeat(3, 1fr);
  279. overflow: hidden;
  280. }
  281. .center1 {
  282. display: grid;
  283. grid-template-rows: 7fr 13fr;
  284. overflow: hidden;
  285. }
  286. .center1 > div:nth-child(2) {
  287. background: url('../img/bubbleBg.png') no-repeat center center; /*图标路径*/
  288. background-size: 100% 100%;
  289. }
  290. .center1 > div:nth-child(3) {
  291. background: url('../img/blueBig.png') no-repeat center center; /*图标路径*/
  292. background-size: 100% 100%;
  293. }
  294. .center1 > div:nth-child(4) {
  295. background: url('../img/blueSmall.png') no-repeat center center; /*图标路径*/
  296. background-size: 100% 100%;
  297. }
  298. .center1 > div:nth-child(5) {
  299. background: url('../img/greenSmall.png') no-repeat center center; /*图标路径*/
  300. background-size: 100% 100%;
  301. }
  302. .center1 > div:nth-child(6) {
  303. background: url('../img/greenBig.png') no-repeat center center; /*图标路径*/
  304. background-size: 100% 100%;
  305. }
  306. .center2 {
  307. display: grid;
  308. grid-template-rows: 1fr 6fr;
  309. overflow: hidden;
  310. }
  311. .center2 > div:nth-child(1) > div {
  312. width: 100%;
  313. height: 100%;
  314. overflow: hidden;
  315. }
  316. .center2 > div:nth-child(1) {
  317. display: grid;
  318. grid-template-rows: repeat(2, 1fr);
  319. grid-template-columns: repeat(2, 1fr);
  320. gap: 10px;
  321. overflow: hidden;
  322. }
  323. .center2 > div:nth-child(1) > div {
  324. margin-left: 10%;
  325. background-size: 70% 100% !important;
  326. overflow: hidden;
  327. padding-left: 30%;
  328. }
  329. .center2 > div:nth-child(1) > div:nth-child(1) {
  330. background: url('../img/centerTop1.png') no-repeat center left; /*图标路径*/
  331. }
  332. .center2 > div:nth-child(1) > div:nth-child(2) {
  333. background: url('../img/centerTop2.png') no-repeat center left; /*图标路径*/
  334. }
  335. .center2 > div:nth-child(1) > div:nth-child(3) {
  336. background: url('../img/centerTop3.png') no-repeat center left; /*图标路径*/
  337. }
  338. .center2 > div:nth-child(1) > div:nth-child(4) {
  339. background: url('../img/centerTop4.png') no-repeat center left; /*图标路径*/
  340. }
  341. .center3 {
  342. position: absolute !important;
  343. overflow: hidden;
  344. width: 100%;
  345. height: 100%;
  346. z-index: 1;
  347. top: -3%;
  348. left: 1%;
  349. opacity: 0.4;
  350. }
  351. .center5 {
  352. position: absolute !important;
  353. overflow: hidden;
  354. width: 100%;
  355. height: 100%;
  356. z-index: 1;
  357. top: 0;
  358. left: 0;
  359. opacity: 0.4;
  360. }
  361. .center4 > div > div {
  362. width: 100%;
  363. height: 100%;
  364. }
  365. .bgTooltip {
  366. overflow: hidden;
  367. padding: 5% 10% !important;
  368. margin: 0 !important;
  369. width: 400px;
  370. height: 200px;
  371. color: #fff;
  372. display: grid;
  373. grid-template-rows: repeat(3, 1fr);
  374. }
  375. .custom-tooltip-box {
  376. padding: 0 !important;
  377. border: none !important;
  378. background-color: transparent !important;
  379. }
  380. .blueIcon {
  381. font-size: 32px !important;
  382. }
  383. .blueIcon::before {
  384. content: '●';
  385. margin-right: 10px;
  386. color: #40a9ff;
  387. }
  388. .bottom-tip {
  389. background: url('../img/center-bottonm.png') no-repeat center left; /*图标路径*/
  390. background-size: 100% 100%;
  391. cursor: pointer;
  392. width: 1600px;
  393. height: 120px;
  394. position: absolute;
  395. bottom: 0;
  396. left: calc(50% - 800px);
  397. }
  398. .bottom-tip:hover {
  399. background: url('../img/center-bottonm2.png') no-repeat center left; /*图标路径*/
  400. background-size: 100% 100%;
  401. }
  402. .svg_box {
  403. width: 460px;
  404. height: 800px;
  405. transform-origin: center top;
  406. transform: rotateX(80deg) ;
  407. position: absolute;
  408. top:190px;
  409. left: 0;
  410. }
  411. .to {
  412. position: absolute;
  413. left: 0;
  414. }
  415. .index {
  416. position: absolute;
  417. left: 0;
  418. z-index: 999;
  419. }
  420. .left5 {
  421. display: grid;
  422. gap: 10px;
  423. grid-template-columns: repeat(2, 1fr);
  424. }
  425. .row-item,
  426. .header-item {
  427. font-size: 20px !important;
  428. }
  429. .centerB {
  430. background: url('../img/chinaLight.png') no-repeat center center; /*图标路径*/
  431. background-size: 95% 90%;
  432. }
  433. .chinaTop {
  434. width: 90%;
  435. height: 8.5%;
  436. position: absolute;
  437. top: 3%;
  438. z-index: 999;
  439. display: grid;
  440. grid-template-columns: repeat(4, 1fr);
  441. margin-left: 5%;
  442. }
  443. .chinaTop > div:nth-child(1) {
  444. background: url('../img/centerTop1.png') no-repeat center left; /*图标路径*/
  445. background-size: 81% 100%;
  446. }
  447. .chinaTop > div:nth-child(2) {
  448. background: url('../img/centerTop2.png') no-repeat center left; /*图标路径*/
  449. background-size: 81% 100%;
  450. }
  451. .chinaTop > div:nth-child(3) {
  452. background: url('../img/centerTop3.png') no-repeat center left; /*图标路径*/
  453. background-size: 81% 100%;
  454. }
  455. .chinaTop > div:nth-child(4) {
  456. background: url('../img/centerTop4.png') no-repeat center left; /*图标路径*/
  457. background-size: 81% 100%;
  458. }
  459. .projectPop {
  460. background: rgba(50, 50, 50, 0.7);
  461. padding: 10px;
  462. font-size: 24px;
  463. transition: all 0.3s;
  464. font-family: 'Microsoft YaHei';
  465. }
  466. .backBlack {
  467. width: 7680px !important;
  468. min-height: 2120px;
  469. height: 100%;
  470. top: 0;
  471. left: 0;
  472. background-color: rgba(0, 5, 16, 0.7);
  473. z-index: 999999999;
  474. }
  475. .tip-box1 {
  476. position: absolute;
  477. width: 2300px !important;
  478. height: 1500px !important;
  479. top: calc(50% - 650px);
  480. left: calc(50% - 1150px);
  481. background: url('../img/pop.png') no-repeat center;
  482. background-size: 100% auto;
  483. padding: 0px 100px 100px 100px;
  484. border-radius: 55px;
  485. }
  486. .pop-title1 {
  487. width: 100%;
  488. height: 160px;
  489. line-height: 160px;
  490. text-align: center;
  491. font-size: 48px;
  492. background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
  493. -webkit-background-clip: text;
  494. -webkit-text-fill-color: transparent;
  495. }
  496. .pop-content1 {
  497. width: 100%;
  498. height: calc(100% - 260px);
  499. }
  500. .pop-content2 {
  501. width: 100%;
  502. height: calc(100% - 300px);
  503. }
  504. .titleImg {
  505. width: auto;
  506. height: 100%;
  507. border-radius: 10px;
  508. }
  509. .popLeft,
  510. .popright {
  511. height: 75%;
  512. width: 45%;
  513. }
  514. .popright {
  515. right: 5%;
  516. }
  517. .left4AShadow{
  518. box-shadow: 0px 0px 25px rgb(132, 132, 132);
  519. border-radius: 15px;
  520. font-size: 20px;
  521. font-family: 'Microsoft YaHei';
  522. }
  523. .productTip {
  524. position: absolute;
  525. height: 1780px !important;
  526. width: 4000px;
  527. top: calc(50% - 850px);
  528. left: calc(50% - 4000px/2);
  529. z-index: 99999999999 !important;
  530. background: url('../img/pop2.png') no-repeat center;
  531. background-size: 100% 100%;
  532. }
  533. .productTipBoard {
  534. position: absolute;
  535. height: 1780px !important;
  536. width: 2900px;
  537. top: calc(50% - 850px);
  538. left: calc(50% - 2900px/2);
  539. z-index: 99999999999 !important;
  540. background: url('../img/pop2.png') no-repeat center;
  541. background-size: 100% auto;
  542. }
  543. .iframeCss {
  544. transform: scale(1.4);
  545. position: absolute;
  546. left: calc(50% - 960px);
  547. top: calc(50% - 470px);
  548. }
  549. .tip2 {
  550. width: 100%;
  551. height: 100%;
  552. display: grid;
  553. grid-template-columns: 60% 40%;
  554. /* grid-template-rows: 1fr 1fr; */
  555. grid-gap: 10px;
  556. }
  557. .tip2-list {
  558. height: 100%;
  559. display: grid;
  560. grid-template-rows: repeat(5, minmax(0, 1fr));
  561. background-color: #092853;
  562. padding: 20px 20px;
  563. font-size: 30px;
  564. border-radius: 15px;
  565. }
  566. .tip2-list > div {
  567. width: 100%;
  568. height: 100%;
  569. display: flex;
  570. justify-content: space-between;
  571. align-items: center;
  572. }
  573. .tip2-list > div:nth-child(2),
  574. .tip2-list > div:nth-child(4) {
  575. border-top: 1px solid #69c0ff;
  576. border-bottom: 1px solid #69c0ff;
  577. }
  578. .total {
  579. text-align: center;
  580. position: absolute;
  581. display: flex;
  582. align-items: center;
  583. justify-content: center;
  584. height: 350px;
  585. bottom: 0;
  586. font-size: 30px;
  587. font-weight: bold;
  588. color: #69c0ff;
  589. z-index: 999;
  590. width: 100%;
  591. }
  592. .pullBox {
  593. position: absolute;
  594. left: 5% !important;
  595. width: 120px !important;
  596. z-index: 999999 !important;
  597. display: flex;
  598. flex-direction: column;
  599. top:75% ;
  600. height: auto !important;
  601. font-size: 32px;
  602. border-radius: 5px !important;
  603. border: 1px solid #237386;
  604. border-bottom: 0;
  605. }
  606. .pullBox span {
  607. background-color: #061531;
  608. border-bottom: 1px solid #237386;
  609. transition: all 0.2s;
  610. font-weight: normal !important;
  611. }
  612. .pullBox span:hover {
  613. /* color:red !important; */
  614. font-size: 35px;
  615. }
  616. .timeBox {
  617. position: absolute;
  618. left: 5%;
  619. top: 45%;
  620. position: absolute;
  621. width: 120px !important;
  622. height: 50px !important;
  623. font-size: 20px;
  624. color: #fff;
  625. z-index: 9999;
  626. background: url('../img/frame.png') center center no-repeat !important;
  627. background-size: 100% 100% !important;
  628. display: flex;
  629. align-items: center;
  630. justify-content: center;
  631. line-height: normal;
  632. }
  633. .length1{
  634. display: inline-block;
  635. margin-right: 15px;
  636. border-radius: 10px;
  637. width: 25px;
  638. height: 25px;
  639. background: url('../img/blueBig.png') no-repeat center
  640. center;
  641. background-size: 100% 100%;
  642. }
  643. .length2{
  644. display: inline-block;
  645. margin-right: 15px;
  646. border-radius: 10px;
  647. width: 25px;
  648. height: 25px;
  649. background: url('../img/greenBig.png') no-repeat center
  650. center;
  651. background-size: 100% 100%;
  652. }
  653. /* 公共css */
  654. /* 宽高纵横比 */
  655. .font28 {
  656. font-size: 28px;
  657. }
  658. .fb {
  659. font-weight: bold !important;
  660. }
  661. .fn {
  662. font-weight: normal !important;
  663. }
  664. .pointer {
  665. cursor: pointer;
  666. }
  667. i {
  668. font-style: normal !important;
  669. }
  670. .aspect-auto {
  671. aspect-ratio: auto;
  672. }
  673. .aspect-square {
  674. aspect-ratio: 1 / 1;
  675. }
  676. .aspect-video {
  677. aspect-ratio: 16 / 9;
  678. }
  679. /* aspect-[4/3] */
  680. /* 居中 */
  681. .mx-auto {
  682. margin: 0 auto;
  683. }
  684. /* 设置容器内的列数/每列距离 */
  685. .columns-1 {
  686. columns: 1;
  687. }
  688. /* columns-[20px] */
  689. /* 盒子模型 */
  690. .box-border {
  691. box-sizing: border-box;
  692. }
  693. .box-content {
  694. box-sizing: content-box;
  695. }
  696. /* 消失 */
  697. .hidden {
  698. display: none;
  699. }
  700. /* 块级元素 */
  701. .block {
  702. display: block;
  703. }
  704. /* 行内块 */
  705. .inline-block {
  706. display: inline-block;
  707. }
  708. /* 行内元素 */
  709. .inline {
  710. display: inline;
  711. }
  712. /* 弹性布局 */
  713. .flex {
  714. display: flex;
  715. }
  716. /* 主轴起点在左边 */
  717. .flex-row {
  718. flex-direction: row;
  719. }
  720. /* 主轴起点在右边 */
  721. .flex-row-reverse {
  722. flex-direction: row-reverse;
  723. }
  724. /* 主轴竖向排列,在上面 */
  725. .flex-col {
  726. flex-direction: column;
  727. }
  728. /* 主轴竖向排列,在下面 */
  729. .flex-col-reverse {
  730. flex-direction: column-reverse;
  731. }
  732. /* 自动换行 */
  733. .flex-wrap {
  734. flex-wrap: wrap;
  735. }
  736. /* 自动换行下起点 */
  737. .flex-wrap-reverse {
  738. flex-wrap: wrap-reverse;
  739. }
  740. /* 不换行 */
  741. .flex-nowrap {
  742. flex-wrap: nowrap;
  743. }
  744. /* 弹性成长 */
  745. .grow {
  746. flex-grow: 1;
  747. }
  748. /* 不允许弹性成长 */
  749. .grow-0 {
  750. flex-grow: 0;
  751. }
  752. /* 主轴从左开始 */
  753. .justify-start {
  754. justify-content: flex-start;
  755. }
  756. /* 主轴从右开始 */
  757. .justify-end {
  758. justify-content: flex-end;
  759. }
  760. /* 主轴剧中 */
  761. .justify-center {
  762. justify-content: center;
  763. }
  764. /* 主轴两端无间隔 */
  765. .justify-between {
  766. justify-content: space-between;
  767. }
  768. /* 主轴两端有间隔 */
  769. .justify-around {
  770. justify-content: space-around;
  771. }
  772. /* 所有间隔相等 */
  773. .justify-evenly {
  774. justify-content: space-evenly;
  775. }
  776. /* 纵向起点最上方 */
  777. .items-start {
  778. align-items: flex-start;
  779. }
  780. /* 纵向起点最下方 */
  781. .items-end {
  782. align-items: flex-end;
  783. }
  784. .items-center {
  785. align-items: center;
  786. }
  787. /* 网格布局 */
  788. .grid {
  789. display: grid;
  790. }
  791. /* 有几列 */
  792. .grid-cols-4 {
  793. grid-template-columns: repeat(4, minmax(0, 1fr));
  794. grid-template-columns: repeat(4, 1fr);
  795. }
  796. /* 有几行 */
  797. .grid-rows-3 {
  798. grid-template-rows: repeat(3, minmax(0, 1fr));
  799. grid-template-rows: repeat(3, 1fr);
  800. }
  801. /* 容器中的内容上下布局 */
  802. .grid-center {
  803. align-items: center;
  804. }
  805. /* 间距 */
  806. .gap-7 {
  807. gap: 1.75rem;
  808. }
  809. /* 允许弹性成长 */
  810. .shrink {
  811. flex-shrink: 1;
  812. }
  813. /* 不允许弹性成长 */
  814. .shrink-0 {
  815. flex-shrink: 0;
  816. }
  817. /* 不允许成长也不允许收缩 */
  818. .flex-none {
  819. flex: none;
  820. }
  821. /* 浮动布局 */
  822. .float-right {
  823. float: right;
  824. }
  825. .float-left {
  826. float: left;
  827. }
  828. .clear-both {
  829. clear: both;
  830. }
  831. /* 溢出 */
  832. .overflow-auto {
  833. overflow: auto;
  834. }
  835. .overflow-hidden {
  836. overflow: hidden !important;
  837. }
  838. .overflow-scroll {
  839. overflow: scroll;
  840. }
  841. .overflow-x-auto {
  842. overflow-x: auto;
  843. }
  844. .overflow-y-auto {
  845. overflow-y: auto;
  846. }
  847. /* 定位 */
  848. .fixed {
  849. position: fixed;
  850. }
  851. .absolute {
  852. position: absolute;
  853. }
  854. .relative {
  855. position: relative;
  856. }
  857. .top-0 {
  858. top: 0px;
  859. }
  860. .right-0 {
  861. right: 0px;
  862. }
  863. .bottom-0 {
  864. bottom: 0px;
  865. }
  866. .left-0 {
  867. left: 0px;
  868. }
  869. /* top-[3px] */
  870. /* z-[100] */
  871. /* 显示隐藏未脱离文档流 */
  872. .visible {
  873. visibility: visible;
  874. }
  875. .invisible {
  876. visibility: hidden;
  877. }
  878. /* 内边距 */
  879. .p-0 {
  880. padding: 0px;
  881. }
  882. .px-0 {
  883. padding-left: 0px;
  884. padding-right: 0px;
  885. }
  886. .py-0 {
  887. padding-top: 0px;
  888. padding-bottom: 0px;
  889. }
  890. .pt-0 {
  891. padding-top: 0px;
  892. }
  893. .pr-0 {
  894. padding-right: 0px;
  895. }
  896. .pb-0 {
  897. padding-bottom: 0px;
  898. }
  899. .pl-0 {
  900. padding-left: 0px;
  901. }
  902. /* p-[5px] */
  903. /* 外边距 */
  904. .m-0 {
  905. margin: 0px;
  906. }
  907. .mx-0 {
  908. margin-left: 0px;
  909. margin-right: 0px;
  910. }
  911. .my-0 {
  912. margin-top: 0px;
  913. margin-bottom: 0px;
  914. }
  915. .mt-0 {
  916. margin-top: 0px;
  917. }
  918. .mr-0 {
  919. margin-right: 0px;
  920. }
  921. .mb-0 {
  922. margin-bottom: 0px;
  923. }
  924. .ml-0 {
  925. margin-left: 0px;
  926. }
  927. /* m-[5px] */
  928. /* 宽度 */
  929. .w-full {
  930. width: 100%;
  931. }
  932. .w-screen {
  933. width: 100vw;
  934. }
  935. /* w-[32rem] */
  936. /* min-w-[50%] */
  937. /* max-w-[50%] */
  938. /* 高度 */
  939. .h-full {
  940. height: 100%;
  941. }
  942. .h-screen {
  943. height: 100vh;
  944. }
  945. /* h-[32rem] */
  946. /* min-h-[50%] */
  947. /* max-h-[32rem] */
  948. /* 字体 */
  949. .text-xs {
  950. font-size: 0.75rem; /* 12px */
  951. line-height: 1rem; /* 16px */
  952. }
  953. .text-sm {
  954. font-size: 0.875rem; /* 14px */
  955. line-height: 1.25rem; /* 20px */
  956. }
  957. .text-base {
  958. font-size: 1rem; /* 16px */
  959. line-height: 1.5rem; /* 24px */
  960. }
  961. .text-lg {
  962. font-size: 1.125rem; /* 18px */
  963. line-height: 1.75rem; /* 28px */
  964. }
  965. .text-xl {
  966. font-size: 1.25rem; /* 20px */
  967. line-height: 1.75rem; /* 28px */
  968. }
  969. .text-2xl {
  970. font-size: 1.5rem; /* 24px */
  971. line-height: 2rem; /* 32px */
  972. }
  973. .text-3xl {
  974. font-size: 1.875rem; /* 30px */
  975. line-height: 2.25rem; /* 36px */
  976. }
  977. .text-4xl {
  978. font-size: 2.25rem; /* 36px */
  979. line-height: 2.5rem; /* 40px */
  980. }
  981. .text-5xl {
  982. font-size: 3rem; /* 48px */
  983. line-height: 1;
  984. }
  985. .text-6xl {
  986. font-size: 3.75rem; /* 60px */
  987. line-height: 1;
  988. }
  989. .text-7xl {
  990. font-size: 4.5rem; /* 72px */
  991. line-height: 1;
  992. }
  993. .text-8xl {
  994. font-size: 6rem; /* 96px */
  995. line-height: 1;
  996. }
  997. .text-9xl {
  998. font-size: 8rem; /* 128px */
  999. line-height: 1;
  1000. }
  1001. /* text-[14px] */
  1002. /* 字体粗细font-weight */
  1003. /* font-[1100] */
  1004. /* https://tailwindcss.com/docs/font-weight */
  1005. /* 字体间距letter-spacing */
  1006. /* tracking-[.25em] */
  1007. /* 行高line-height */
  1008. /* leading-[3rem] */
  1009. /* 无列表样式 */
  1010. .list-none {
  1011. list-style-type: none;
  1012. }
  1013. /* 小圆点 */
  1014. .list-disc {
  1015. list-style-type: disc;
  1016. }
  1017. /* 数字列表 */
  1018. .list-decimal {
  1019. list-style-type: decimal;
  1020. }
  1021. .text-left {
  1022. text-align: left;
  1023. }
  1024. .text-center {
  1025. text-align: center;
  1026. }
  1027. .text-right {
  1028. text-align: right;
  1029. }
  1030. /* 所有文本头尾对齐 */
  1031. .text-justify {
  1032. text-align: justify;
  1033. }
  1034. /* 文本颜色 */
  1035. /* text-[#50d71e] */
  1036. /* https://tailwindcss.com/docs/text-color */
  1037. /* 下划线 */
  1038. .underline {
  1039. text-decoration-line: underline;
  1040. }
  1041. /* 上划线 */
  1042. .overline {
  1043. text-decoration-line: overline;
  1044. }
  1045. /* 中划线 */
  1046. .line-through {
  1047. text-decoration-line: line-through;
  1048. }
  1049. /* 无划线 */
  1050. .no-underline {
  1051. text-decoration-line: none;
  1052. }
  1053. /* 全小写 */
  1054. .lowercase {
  1055. text-transform: lowercase;
  1056. }
  1057. /* 全大写 */
  1058. .uppercase {
  1059. text-transform: uppercase;
  1060. }
  1061. /* 首字母大写 */
  1062. .capitalize {
  1063. text-transform: capitalize;
  1064. }
  1065. /* right css start */
  1066. .right {
  1067. display: grid;
  1068. grid-template-rows: 20% 34% 1fr;
  1069. gap: 10px;
  1070. }
  1071. .right .means {
  1072. grid-column: 1 / 3;
  1073. display: flex;
  1074. }
  1075. .wrapMeansItem {
  1076. display: flex;
  1077. justify-content: space-around;
  1078. align-items: center;
  1079. flex: 1;
  1080. }
  1081. .meansHead {
  1082. font-size: 36px;
  1083. font-family: Source Han Sans CN;
  1084. font-weight: 500;
  1085. color: #ffffff;
  1086. display: flex;
  1087. align-items: center;
  1088. }
  1089. .meansHead img {
  1090. width: 3rem;
  1091. height: 2.5rem;
  1092. margin-right: 1.25rem;
  1093. }
  1094. .meansWrap {
  1095. width: 75%;
  1096. display: flex;
  1097. flex-direction: column;
  1098. }
  1099. .itemWid {
  1100. width: calc(100% / 6);
  1101. height: 100%;
  1102. display: flex;
  1103. align-items: flex-end;
  1104. position: relative;
  1105. }
  1106. .itemWid2 {
  1107. width: calc(100% / 2);
  1108. height: 100%;
  1109. display: flex;
  1110. align-items: flex-end;
  1111. position: relative;
  1112. }
  1113. .itemWid2 img {
  1114. position: absolute;
  1115. right: -70px;
  1116. bottom: 15px;
  1117. width: 120px;
  1118. }
  1119. .itemWid img {
  1120. position: absolute;
  1121. right: -65px;
  1122. bottom: 15px;
  1123. width: 120px;
  1124. }
  1125. .itemBac {
  1126. background: url(../img/3.png) no-repeat;
  1127. background-size: 100% 100%;
  1128. background-position: center;
  1129. font-size: 32px;
  1130. font-family: Source Han Sans CN;
  1131. font-weight: 400;
  1132. color: #ffffff;
  1133. height: calc(100% - 1.75rem);
  1134. width: 100%;
  1135. position: relative;
  1136. }
  1137. .itemBac2 {
  1138. background: url(../img/4.png) no-repeat;
  1139. background-size: 100% 100%;
  1140. background-position: center;
  1141. }
  1142. .itemBac div {
  1143. font-size: 72px;
  1144. line-height: 60px;
  1145. font-family: Helvetica Neue Extra Black Cond;
  1146. font-weight: bold;
  1147. color: #68bdff;
  1148. position: absolute;
  1149. top: 75px;
  1150. left: 148px;
  1151. display: flex;
  1152. align-items: flex-end;
  1153. }
  1154. .itemBac2 div {
  1155. color: #5bdcc8;
  1156. }
  1157. .itemBac div p {
  1158. font-size: 28px;
  1159. line-height: 28px;
  1160. margin-left: 10px;
  1161. }
  1162. .itemBac span {
  1163. position: absolute;
  1164. bottom: 0;
  1165. left: 20px;
  1166. width: 100%;
  1167. text-align: center;
  1168. }
  1169. .active .itemBac {
  1170. background: url(../img/5.png) no-repeat;
  1171. background-size: 100% 100%;
  1172. }
  1173. .active .itemBac span,
  1174. .active .itemBac div {
  1175. color: #ebde27;
  1176. }
  1177. .publicTitle {
  1178. width: 100%;
  1179. height: 80px;
  1180. overflow: hidden;
  1181. background: url('../img/small-title.png') no-repeat center bottom; /*图标路径*/
  1182. background-size: 100% 50%;
  1183. display: flex;
  1184. align-items: center;
  1185. padding-left: 7%;
  1186. font-size: 36px;
  1187. text-shadow: 2px 3px 1px black;
  1188. letter-spacing: 5px;
  1189. }
  1190. .progressCost {
  1191. display: flex;
  1192. justify-content: space-between;
  1193. align-items: center;
  1194. width: 100%;
  1195. height: calc(100% - 100% / 7);
  1196. overflow: hidden;
  1197. padding: 1%;
  1198. }
  1199. .progressCost .costItem {
  1200. width: 30%;
  1201. height: 100%;
  1202. }
  1203. .progressCost .costItem .itemTop {
  1204. background: url(../img/70.png) no-repeat;
  1205. background-size: 100% 100%;
  1206. height: 76%;
  1207. display: flex;
  1208. flex-direction: column;
  1209. justify-content: center;
  1210. align-items: center;
  1211. }
  1212. .itemTop p {
  1213. font-size: 28px;
  1214. font-family: Source Han Sans CN;
  1215. font-weight: 400;
  1216. color: #ffffff;
  1217. position: relative;
  1218. }
  1219. .itemTop p::after {
  1220. content: '';
  1221. width: 0.75rem;
  1222. height: 0.75rem;
  1223. background: linear-gradient(0deg, #014198, #93ceff);
  1224. border-radius: 50%;
  1225. position: absolute;
  1226. left: -1.25rem;
  1227. top: 50%;
  1228. transform: translateY(-50%);
  1229. }
  1230. .itemTop .topDiv {
  1231. padding-left: 1.25rem;
  1232. min-width: 220px;
  1233. display: flex;
  1234. justify-content: center;
  1235. flex-direction: column;
  1236. align-items: center;
  1237. }
  1238. .costNum {
  1239. font-family: Helvetica Neue Extra Black Cond;
  1240. font-weight: 400;
  1241. color: #68bdff;
  1242. display: flex;
  1243. align-items: flex-end;
  1244. margin-top: 1rem;
  1245. font-size: 52px;
  1246. line-height: 48px;
  1247. font-weight: bold;
  1248. color: #68bdff;
  1249. }
  1250. .costNum span {
  1251. font-size: 28px;
  1252. line-height: 28px;
  1253. margin-left: 0.625rem;
  1254. }
  1255. .progressCost .costItem .itemBottom {
  1256. background: url(../img/71.png) no-repeat;
  1257. background-size: 100% 100%;
  1258. height: 24%;
  1259. display: flex;
  1260. align-items: center;
  1261. justify-content: space-around;
  1262. }
  1263. .progressCost .costItem .itemBottom div {
  1264. font-size: 36px;
  1265. font-family: Source Han Sans CN;
  1266. font-weight: 500;
  1267. color: #ffffff;
  1268. }
  1269. .pop-content2 .row-item,
  1270. .pop-content2 .header-item {
  1271. font-size: 30px !important;
  1272. }
  1273. .costItem .itemBottom img {
  1274. width: 2rem;
  1275. height: 1.625rem;
  1276. position: relative;
  1277. }
  1278. .aniLeft {
  1279. animation: identifierl 1s infinite;
  1280. }
  1281. .aniRight {
  1282. animation: identifierr 1s infinite;
  1283. }
  1284. @keyframes identifierl {
  1285. 0% {
  1286. left: 0;
  1287. }
  1288. 50% {
  1289. left: 1.25rem;
  1290. }
  1291. 100% {
  1292. left: 0;
  1293. }
  1294. }
  1295. @keyframes identifierr {
  1296. 0% {
  1297. left: 0;
  1298. }
  1299. 50% {
  1300. left: -1.25rem;
  1301. }
  1302. 100% {
  1303. left: 0;
  1304. }
  1305. }
  1306. .invest {
  1307. display: flex;
  1308. justify-content: space-around;
  1309. align-items: center;
  1310. height: calc(100% - 100% / 7);
  1311. }
  1312. .invest .lp {
  1313. width: 53%;
  1314. height: calc(100% - 2rem);
  1315. display: flex;
  1316. align-items: center;
  1317. position: relative;
  1318. background: url(../img/10.png) no-repeat;
  1319. background-size: contain;
  1320. background-position: center;
  1321. margin: 1rem 0;
  1322. }
  1323. .lp img {
  1324. position: absolute;
  1325. width: 100px;
  1326. height: 100px;
  1327. top: 50%;
  1328. left: 50%;
  1329. transform: translate(-50%, -50%);
  1330. }
  1331. .quan {
  1332. width: 150px;
  1333. height: 150px;
  1334. border: 1px dashed #66bbfc;
  1335. border-radius: 50%;
  1336. position: absolute;
  1337. left: 50%;
  1338. top: 50%;
  1339. transform: translate(-50%, -50%);
  1340. }
  1341. .bigq {
  1342. width: 420px;
  1343. height: 420px;
  1344. border: 1px dashed #66bbfc;
  1345. border-radius: 50%;
  1346. position: absolute;
  1347. left: 50%;
  1348. top: 50%;
  1349. transform: translate(-50%, -50%);
  1350. }
  1351. .invest .lp .plItem {
  1352. position: absolute;
  1353. top: 0;
  1354. width: 100%;
  1355. height: 100%;
  1356. font-size: 28px;
  1357. line-height: 28px;
  1358. font-family: Source Han Sans CN;
  1359. font-weight: bold;
  1360. color: #68bdff;
  1361. transform-origin: center center;
  1362. background: url(../img/11.png) no-repeat;
  1363. background-size: contain;
  1364. background-position: center;
  1365. transition: 0.5s;
  1366. }
  1367. .plItem .active {
  1368. color: #ebde27;
  1369. }
  1370. .invest .lp .plItem div {
  1371. position: absolute;
  1372. left: 130px;
  1373. top: 50%;
  1374. transform-origin: 200px 50%;
  1375. cursor: pointer;
  1376. }
  1377. .investInfoWrap {
  1378. display: flex;
  1379. flex-direction: column;
  1380. justify-content: space-around;
  1381. padding: 2.375rem 0;
  1382. height: 100%;
  1383. width: 47%;
  1384. padding-left: 10%;
  1385. }
  1386. .investInfoWrap .investInfo {
  1387. font-size: 28px;
  1388. line-height: 28px;
  1389. font-family: Source Han Sans CN;
  1390. font-weight: 400;
  1391. color: #ffffff;
  1392. display: flex;
  1393. align-items: flex-end;
  1394. position: relative;
  1395. padding-left: 20px;
  1396. }
  1397. .investInfoWrap .investInfo::after {
  1398. content: '';
  1399. width: 20px;
  1400. height: 20px;
  1401. border: 4px solid #68bdff;
  1402. border-radius: 50%;
  1403. position: absolute;
  1404. top: 50%;
  1405. transform: translateY(-50%);
  1406. left: -10px;
  1407. }
  1408. .investInfoWrap .investInfo span {
  1409. font-size: 40px;
  1410. line-height: 31px;
  1411. display: inline-block;
  1412. font-family: Helvetica Neue Extra Black Cond;
  1413. font-weight: 400;
  1414. color: #68bdff;
  1415. margin: 0 16px;
  1416. }
  1417. .echartsWrap {
  1418. height: calc(100% - 100% / 7);
  1419. }
  1420. .projectRisk {
  1421. display: grid;
  1422. grid-template-columns: repeat(2, 1fr);
  1423. grid-template-rows: repeat(2, 1fr);
  1424. gap: 10px;
  1425. width: 100%;
  1426. height: calc(100% - 100% / 7);
  1427. }
  1428. .projectRisk .riskWrap {
  1429. height: 100%;
  1430. width: 100%;
  1431. }
  1432. .projectRisk .longRisk {
  1433. grid-column: 1 / 3;
  1434. }
  1435. .shareholding {
  1436. flex: 1;
  1437. display: flex;
  1438. flex-direction: column;
  1439. }
  1440. /* right css end */