index.css 27 KB

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