index.css 24 KB

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