index.css 26 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439
  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. .productTipBoard {
  527. height: 1900px !important;
  528. width: calc(1500px / 9 * 16 + 100px) !important;
  529. top: calc(50% - 900px);
  530. left: calc(50% - (1500px / 9 * 16 + 70px) / 2);
  531. z-index: 99999999999 !important;
  532. }
  533. .pullBox {
  534. position: absolute;
  535. left: 5% !important;
  536. width: 120px !important;
  537. z-index: 999999 !important;
  538. display: flex;
  539. flex-direction: column;
  540. top:75% ;
  541. height: auto !important;
  542. font-size: 32px;
  543. border-radius: 5px !important;
  544. border: 1px solid #237386;
  545. border-bottom: 0;
  546. }
  547. .pullBox span {
  548. background-color: #061531;
  549. border-bottom: 1px solid #237386;
  550. transition: all 0.2s;
  551. font-weight: normal !important;
  552. }
  553. .pullBox span:hover {
  554. /* color:red !important; */
  555. font-size: 35px;
  556. }
  557. .timeBox {
  558. position: absolute;
  559. left: 5%;
  560. top: 45%;
  561. position: absolute;
  562. width: 120px !important;
  563. height: 50px !important;
  564. font-size: 20px;
  565. color: #fff;
  566. z-index: 9999;
  567. background: url('../img/frame.png') center center no-repeat !important;
  568. background-size: 100% 100% !important;
  569. display: flex;
  570. align-items: center;
  571. justify-content: center;
  572. line-height: normal;
  573. }
  574. .length1{
  575. display: inline-block;
  576. margin-right: 15px;
  577. border-radius: 10px;
  578. width: 25px;
  579. height: 25px;
  580. background: url('../img/blueBig.png') no-repeat center
  581. center;
  582. background-size: 100% 100%;
  583. }
  584. .length2{
  585. display: inline-block;
  586. margin-right: 15px;
  587. border-radius: 10px;
  588. width: 25px;
  589. height: 25px;
  590. background: url('../img/greenBig.png') no-repeat center
  591. center;
  592. background-size: 100% 100%;
  593. }
  594. /* 公共css */
  595. /* 宽高纵横比 */
  596. .font28 {
  597. font-size: 28px;
  598. }
  599. .fb {
  600. font-weight: bold !important;
  601. }
  602. .fn {
  603. font-weight: normal !important;
  604. }
  605. .pointer {
  606. cursor: pointer;
  607. }
  608. i {
  609. font-style: normal !important;
  610. }
  611. .aspect-auto {
  612. aspect-ratio: auto;
  613. }
  614. .aspect-square {
  615. aspect-ratio: 1 / 1;
  616. }
  617. .aspect-video {
  618. aspect-ratio: 16 / 9;
  619. }
  620. /* aspect-[4/3] */
  621. /* 居中 */
  622. .mx-auto {
  623. margin: 0 auto;
  624. }
  625. /* 设置容器内的列数/每列距离 */
  626. .columns-1 {
  627. columns: 1;
  628. }
  629. /* columns-[20px] */
  630. /* 盒子模型 */
  631. .box-border {
  632. box-sizing: border-box;
  633. }
  634. .box-content {
  635. box-sizing: content-box;
  636. }
  637. /* 消失 */
  638. .hidden {
  639. display: none;
  640. }
  641. /* 块级元素 */
  642. .block {
  643. display: block;
  644. }
  645. /* 行内块 */
  646. .inline-block {
  647. display: inline-block;
  648. }
  649. /* 行内元素 */
  650. .inline {
  651. display: inline;
  652. }
  653. /* 弹性布局 */
  654. .flex {
  655. display: flex;
  656. }
  657. /* 主轴起点在左边 */
  658. .flex-row {
  659. flex-direction: row;
  660. }
  661. /* 主轴起点在右边 */
  662. .flex-row-reverse {
  663. flex-direction: row-reverse;
  664. }
  665. /* 主轴竖向排列,在上面 */
  666. .flex-col {
  667. flex-direction: column;
  668. }
  669. /* 主轴竖向排列,在下面 */
  670. .flex-col-reverse {
  671. flex-direction: column-reverse;
  672. }
  673. /* 自动换行 */
  674. .flex-wrap {
  675. flex-wrap: wrap;
  676. }
  677. /* 自动换行下起点 */
  678. .flex-wrap-reverse {
  679. flex-wrap: wrap-reverse;
  680. }
  681. /* 不换行 */
  682. .flex-nowrap {
  683. flex-wrap: nowrap;
  684. }
  685. /* 弹性成长 */
  686. .grow {
  687. flex-grow: 1;
  688. }
  689. /* 不允许弹性成长 */
  690. .grow-0 {
  691. flex-grow: 0;
  692. }
  693. /* 主轴从左开始 */
  694. .justify-start {
  695. justify-content: flex-start;
  696. }
  697. /* 主轴从右开始 */
  698. .justify-end {
  699. justify-content: flex-end;
  700. }
  701. /* 主轴剧中 */
  702. .justify-center {
  703. justify-content: center;
  704. }
  705. /* 主轴两端无间隔 */
  706. .justify-between {
  707. justify-content: space-between;
  708. }
  709. /* 主轴两端有间隔 */
  710. .justify-around {
  711. justify-content: space-around;
  712. }
  713. /* 所有间隔相等 */
  714. .justify-evenly {
  715. justify-content: space-evenly;
  716. }
  717. /* 纵向起点最上方 */
  718. .items-start {
  719. align-items: flex-start;
  720. }
  721. /* 纵向起点最下方 */
  722. .items-end {
  723. align-items: flex-end;
  724. }
  725. .items-center {
  726. align-items: center;
  727. }
  728. /* 网格布局 */
  729. .grid {
  730. display: grid;
  731. }
  732. /* 有几列 */
  733. .grid-cols-4 {
  734. grid-template-columns: repeat(4, minmax(0, 1fr));
  735. grid-template-columns: repeat(4, 1fr);
  736. }
  737. /* 有几行 */
  738. .grid-rows-3 {
  739. grid-template-rows: repeat(3, minmax(0, 1fr));
  740. grid-template-rows: repeat(3, 1fr);
  741. }
  742. /* 容器中的内容上下布局 */
  743. .grid-center {
  744. align-items: center;
  745. }
  746. /* 间距 */
  747. .gap-7 {
  748. gap: 1.75rem;
  749. }
  750. /* 允许弹性成长 */
  751. .shrink {
  752. flex-shrink: 1;
  753. }
  754. /* 不允许弹性成长 */
  755. .shrink-0 {
  756. flex-shrink: 0;
  757. }
  758. /* 不允许成长也不允许收缩 */
  759. .flex-none {
  760. flex: none;
  761. }
  762. /* 浮动布局 */
  763. .float-right {
  764. float: right;
  765. }
  766. .float-left {
  767. float: left;
  768. }
  769. .clear-both {
  770. clear: both;
  771. }
  772. /* 溢出 */
  773. .overflow-auto {
  774. overflow: auto;
  775. }
  776. .overflow-hidden {
  777. overflow: hidden !important;
  778. }
  779. .overflow-scroll {
  780. overflow: scroll;
  781. }
  782. .overflow-x-auto {
  783. overflow-x: auto;
  784. }
  785. .overflow-y-auto {
  786. overflow-y: auto;
  787. }
  788. /* 定位 */
  789. .fixed {
  790. position: fixed;
  791. }
  792. .absolute {
  793. position: absolute;
  794. }
  795. .relative {
  796. position: relative;
  797. }
  798. .top-0 {
  799. top: 0px;
  800. }
  801. .right-0 {
  802. right: 0px;
  803. }
  804. .bottom-0 {
  805. bottom: 0px;
  806. }
  807. .left-0 {
  808. left: 0px;
  809. }
  810. /* top-[3px] */
  811. /* z-[100] */
  812. /* 显示隐藏未脱离文档流 */
  813. .visible {
  814. visibility: visible;
  815. }
  816. .invisible {
  817. visibility: hidden;
  818. }
  819. /* 内边距 */
  820. .p-0 {
  821. padding: 0px;
  822. }
  823. .px-0 {
  824. padding-left: 0px;
  825. padding-right: 0px;
  826. }
  827. .py-0 {
  828. padding-top: 0px;
  829. padding-bottom: 0px;
  830. }
  831. .pt-0 {
  832. padding-top: 0px;
  833. }
  834. .pr-0 {
  835. padding-right: 0px;
  836. }
  837. .pb-0 {
  838. padding-bottom: 0px;
  839. }
  840. .pl-0 {
  841. padding-left: 0px;
  842. }
  843. /* p-[5px] */
  844. /* 外边距 */
  845. .m-0 {
  846. margin: 0px;
  847. }
  848. .mx-0 {
  849. margin-left: 0px;
  850. margin-right: 0px;
  851. }
  852. .my-0 {
  853. margin-top: 0px;
  854. margin-bottom: 0px;
  855. }
  856. .mt-0 {
  857. margin-top: 0px;
  858. }
  859. .mr-0 {
  860. margin-right: 0px;
  861. }
  862. .mb-0 {
  863. margin-bottom: 0px;
  864. }
  865. .ml-0 {
  866. margin-left: 0px;
  867. }
  868. /* m-[5px] */
  869. /* 宽度 */
  870. .w-full {
  871. width: 100%;
  872. }
  873. .w-screen {
  874. width: 100vw;
  875. }
  876. /* w-[32rem] */
  877. /* min-w-[50%] */
  878. /* max-w-[50%] */
  879. /* 高度 */
  880. .h-full {
  881. height: 100%;
  882. }
  883. .h-screen {
  884. height: 100vh;
  885. }
  886. /* h-[32rem] */
  887. /* min-h-[50%] */
  888. /* max-h-[32rem] */
  889. /* 字体 */
  890. .text-xs {
  891. font-size: 0.75rem; /* 12px */
  892. line-height: 1rem; /* 16px */
  893. }
  894. .text-sm {
  895. font-size: 0.875rem; /* 14px */
  896. line-height: 1.25rem; /* 20px */
  897. }
  898. .text-base {
  899. font-size: 1rem; /* 16px */
  900. line-height: 1.5rem; /* 24px */
  901. }
  902. .text-lg {
  903. font-size: 1.125rem; /* 18px */
  904. line-height: 1.75rem; /* 28px */
  905. }
  906. .text-xl {
  907. font-size: 1.25rem; /* 20px */
  908. line-height: 1.75rem; /* 28px */
  909. }
  910. .text-2xl {
  911. font-size: 1.5rem; /* 24px */
  912. line-height: 2rem; /* 32px */
  913. }
  914. .text-3xl {
  915. font-size: 1.875rem; /* 30px */
  916. line-height: 2.25rem; /* 36px */
  917. }
  918. .text-4xl {
  919. font-size: 2.25rem; /* 36px */
  920. line-height: 2.5rem; /* 40px */
  921. }
  922. .text-5xl {
  923. font-size: 3rem; /* 48px */
  924. line-height: 1;
  925. }
  926. .text-6xl {
  927. font-size: 3.75rem; /* 60px */
  928. line-height: 1;
  929. }
  930. .text-7xl {
  931. font-size: 4.5rem; /* 72px */
  932. line-height: 1;
  933. }
  934. .text-8xl {
  935. font-size: 6rem; /* 96px */
  936. line-height: 1;
  937. }
  938. .text-9xl {
  939. font-size: 8rem; /* 128px */
  940. line-height: 1;
  941. }
  942. /* text-[14px] */
  943. /* 字体粗细font-weight */
  944. /* font-[1100] */
  945. /* https://tailwindcss.com/docs/font-weight */
  946. /* 字体间距letter-spacing */
  947. /* tracking-[.25em] */
  948. /* 行高line-height */
  949. /* leading-[3rem] */
  950. /* 无列表样式 */
  951. .list-none {
  952. list-style-type: none;
  953. }
  954. /* 小圆点 */
  955. .list-disc {
  956. list-style-type: disc;
  957. }
  958. /* 数字列表 */
  959. .list-decimal {
  960. list-style-type: decimal;
  961. }
  962. .text-left {
  963. text-align: left;
  964. }
  965. .text-center {
  966. text-align: center;
  967. }
  968. .text-right {
  969. text-align: right;
  970. }
  971. /* 所有文本头尾对齐 */
  972. .text-justify {
  973. text-align: justify;
  974. }
  975. /* 文本颜色 */
  976. /* text-[#50d71e] */
  977. /* https://tailwindcss.com/docs/text-color */
  978. /* 下划线 */
  979. .underline {
  980. text-decoration-line: underline;
  981. }
  982. /* 上划线 */
  983. .overline {
  984. text-decoration-line: overline;
  985. }
  986. /* 中划线 */
  987. .line-through {
  988. text-decoration-line: line-through;
  989. }
  990. /* 无划线 */
  991. .no-underline {
  992. text-decoration-line: none;
  993. }
  994. /* 全小写 */
  995. .lowercase {
  996. text-transform: lowercase;
  997. }
  998. /* 全大写 */
  999. .uppercase {
  1000. text-transform: uppercase;
  1001. }
  1002. /* 首字母大写 */
  1003. .capitalize {
  1004. text-transform: capitalize;
  1005. }
  1006. /* right css start */
  1007. .right {
  1008. display: grid;
  1009. grid-template-rows: 20% 34% 1fr;
  1010. gap: 10px;
  1011. }
  1012. .right .means {
  1013. grid-column: 1 / 3;
  1014. display: flex;
  1015. }
  1016. .wrapMeansItem {
  1017. display: flex;
  1018. justify-content: space-around;
  1019. align-items: center;
  1020. flex: 1;
  1021. }
  1022. .meansHead {
  1023. font-size: 2rem;
  1024. font-family: Source Han Sans CN;
  1025. font-weight: 500;
  1026. color: #ffffff;
  1027. display: flex;
  1028. align-items: center;
  1029. }
  1030. .meansHead img {
  1031. width: 3rem;
  1032. height: 2.5rem;
  1033. margin-right: 1.25rem;
  1034. }
  1035. .meansWrap {
  1036. width: 75%;
  1037. display: flex;
  1038. flex-direction: column;
  1039. }
  1040. .itemWid {
  1041. width: calc(100% / 6);
  1042. height: 100%;
  1043. display: flex;
  1044. align-items: flex-end;
  1045. position: relative;
  1046. }
  1047. .itemWid2 {
  1048. width: calc(100% / 2);
  1049. height: 100%;
  1050. display: flex;
  1051. align-items: flex-end;
  1052. position: relative;
  1053. }
  1054. .itemWid2 img {
  1055. position: absolute;
  1056. right: -70px;
  1057. bottom: 15px;
  1058. width: 120px;
  1059. }
  1060. .itemWid img {
  1061. position: absolute;
  1062. right: -65px;
  1063. bottom: 15px;
  1064. width: 120px;
  1065. }
  1066. .itemBac {
  1067. background: url(../img/3.png) no-repeat;
  1068. background-size: 100% 100%;
  1069. background-position: center;
  1070. font-size: 1.75rem;
  1071. font-family: Source Han Sans CN;
  1072. font-weight: 400;
  1073. color: #ffffff;
  1074. height: calc(100% - 1.75rem);
  1075. width: 100%;
  1076. position: relative;
  1077. }
  1078. .itemBac2 {
  1079. background: url(../img/4.png) no-repeat;
  1080. background-size: 100% 100%;
  1081. background-position: center;
  1082. }
  1083. .itemBac div {
  1084. font-size: 72px;
  1085. line-height: 60px;
  1086. font-family: Helvetica Neue Extra Black Cond;
  1087. font-weight: bold;
  1088. color: #68bdff;
  1089. position: absolute;
  1090. top: 75px;
  1091. left: 148px;
  1092. display: flex;
  1093. align-items: flex-end;
  1094. }
  1095. .itemBac2 div {
  1096. color: #5bdcc8;
  1097. }
  1098. .itemBac div p {
  1099. font-size: 28px;
  1100. line-height: 28px;
  1101. margin-left: 10px;
  1102. }
  1103. .itemBac span {
  1104. position: absolute;
  1105. bottom: 0;
  1106. left: 0;
  1107. width: 100%;
  1108. text-align: center;
  1109. }
  1110. .active .itemBac {
  1111. background: url(../img/5.png) no-repeat;
  1112. background-size: 100% 100%;
  1113. }
  1114. .active .itemBac span,
  1115. .active .itemBac div {
  1116. color: #ebde27;
  1117. }
  1118. .publicTitle {
  1119. width: 100%;
  1120. height: 80px;
  1121. overflow: hidden;
  1122. background: url('../img/small-title.png') no-repeat center bottom; /*图标路径*/
  1123. background-size: 100% 50%;
  1124. display: flex;
  1125. align-items: center;
  1126. padding-left: 7%;
  1127. font-size: 36px;
  1128. font-style: oblique;
  1129. text-shadow: 2px 3px 1px black;
  1130. letter-spacing: 5px;
  1131. }
  1132. .progressCost {
  1133. display: flex;
  1134. justify-content: space-between;
  1135. align-items: center;
  1136. width: 100%;
  1137. height: calc(100% - 100% / 7);
  1138. overflow: hidden;
  1139. padding: 1%;
  1140. }
  1141. .progressCost .costItem {
  1142. width: 30%;
  1143. height: 100%;
  1144. }
  1145. .progressCost .costItem .itemTop {
  1146. background: url(../img/70.png) no-repeat;
  1147. background-size: 100% 100%;
  1148. height: 76%;
  1149. display: flex;
  1150. flex-direction: column;
  1151. justify-content: center;
  1152. align-items: center;
  1153. }
  1154. .itemTop p {
  1155. font-size: 1.75rem;
  1156. font-family: Source Han Sans CN;
  1157. font-weight: 400;
  1158. color: #ffffff;
  1159. position: relative;
  1160. }
  1161. .itemTop p::after {
  1162. content: '';
  1163. width: 0.75rem;
  1164. height: 0.75rem;
  1165. background: linear-gradient(0deg, #014198, #93ceff);
  1166. border-radius: 50%;
  1167. position: absolute;
  1168. left: -1.25rem;
  1169. top: 50%;
  1170. transform: translateY(-50%);
  1171. }
  1172. .itemTop .topDiv {
  1173. padding-left: 1.25rem;
  1174. min-width: 220px;
  1175. display: flex;
  1176. justify-content: center;
  1177. flex-direction: column;
  1178. align-items: center;
  1179. }
  1180. .costNum {
  1181. font-family: Helvetica Neue Extra Black Cond;
  1182. font-weight: 400;
  1183. color: #68bdff;
  1184. display: flex;
  1185. align-items: flex-end;
  1186. margin-top: 1rem;
  1187. font-size: 60px;
  1188. line-height: 48px;
  1189. font-weight: bold;
  1190. color: #68bdff;
  1191. }
  1192. .costNum span {
  1193. font-size: 28px;
  1194. line-height: 28px;
  1195. margin-left: 0.625rem;
  1196. }
  1197. .progressCost .costItem .itemBottom {
  1198. background: url(../img/71.png) no-repeat;
  1199. background-size: 100% 100%;
  1200. height: 24%;
  1201. display: flex;
  1202. align-items: center;
  1203. justify-content: space-around;
  1204. }
  1205. .progressCost .costItem .itemBottom div {
  1206. font-size: 2rem;
  1207. font-family: Source Han Sans CN;
  1208. font-weight: 500;
  1209. color: #ffffff;
  1210. }
  1211. .costItem .itemBottom img {
  1212. width: 2rem;
  1213. height: 1.625rem;
  1214. position: relative;
  1215. }
  1216. .aniLeft {
  1217. animation: identifierl 1s infinite;
  1218. }
  1219. .aniRight {
  1220. animation: identifierr 1s infinite;
  1221. }
  1222. @keyframes identifierl {
  1223. 0% {
  1224. left: 0;
  1225. }
  1226. 50% {
  1227. left: 1.25rem;
  1228. }
  1229. 100% {
  1230. left: 0;
  1231. }
  1232. }
  1233. @keyframes identifierr {
  1234. 0% {
  1235. left: 0;
  1236. }
  1237. 50% {
  1238. left: -1.25rem;
  1239. }
  1240. 100% {
  1241. left: 0;
  1242. }
  1243. }
  1244. .invest {
  1245. display: flex;
  1246. justify-content: space-around;
  1247. align-items: center;
  1248. height: calc(100% - 100% / 7);
  1249. }
  1250. .invest .lp {
  1251. width: 53%;
  1252. height: calc(100% - 2rem);
  1253. display: flex;
  1254. align-items: center;
  1255. position: relative;
  1256. background: url(../img/10.png) no-repeat;
  1257. background-size: contain;
  1258. background-position: center;
  1259. margin: 1rem 0;
  1260. }
  1261. .lp img {
  1262. position: absolute;
  1263. width: 100px;
  1264. height: 100px;
  1265. top: 50%;
  1266. left: 50%;
  1267. transform: translate(-50%, -50%);
  1268. }
  1269. .quan {
  1270. width: 150px;
  1271. height: 150px;
  1272. border: 1px dashed #66bbfc;
  1273. border-radius: 50%;
  1274. position: absolute;
  1275. left: 50%;
  1276. top: 50%;
  1277. transform: translate(-50%, -50%);
  1278. }
  1279. .bigq {
  1280. width: 420px;
  1281. height: 420px;
  1282. border: 1px dashed #66bbfc;
  1283. border-radius: 50%;
  1284. position: absolute;
  1285. left: 50%;
  1286. top: 50%;
  1287. transform: translate(-50%, -50%);
  1288. }
  1289. .invest .lp .plItem {
  1290. position: absolute;
  1291. top: 0;
  1292. width: 100%;
  1293. height: 100%;
  1294. font-size: 28px;
  1295. line-height: 28px;
  1296. font-family: Source Han Sans CN;
  1297. font-weight: bold;
  1298. color: #68bdff;
  1299. transform-origin: center center;
  1300. background: url(../img/11.png) no-repeat;
  1301. background-size: contain;
  1302. background-position: center;
  1303. transition: 0.5s;
  1304. }
  1305. .plItem .active {
  1306. color: #ebde27;
  1307. }
  1308. .invest .lp .plItem div {
  1309. position: absolute;
  1310. left: 130px;
  1311. top: 50%;
  1312. transform-origin: 200px 50%;
  1313. cursor: pointer;
  1314. }
  1315. .investInfoWrap {
  1316. display: flex;
  1317. flex-direction: column;
  1318. justify-content: space-around;
  1319. padding: 2.375rem 0;
  1320. height: 100%;
  1321. width: 47%;
  1322. padding-left: 10%;
  1323. }
  1324. .investInfoWrap .investInfo {
  1325. font-size: 28px;
  1326. line-height: 28px;
  1327. font-family: Source Han Sans CN;
  1328. font-weight: 400;
  1329. color: #ffffff;
  1330. display: flex;
  1331. align-items: flex-end;
  1332. position: relative;
  1333. padding-left: 20px;
  1334. }
  1335. .investInfoWrap .investInfo::after {
  1336. content: '';
  1337. width: 20px;
  1338. height: 20px;
  1339. border: 4px solid #68bdff;
  1340. border-radius: 50%;
  1341. position: absolute;
  1342. top: 50%;
  1343. transform: translateY(-50%);
  1344. left: -10px;
  1345. }
  1346. .investInfoWrap .investInfo span {
  1347. font-size: 40px;
  1348. line-height: 31px;
  1349. display: inline-block;
  1350. font-family: Helvetica Neue Extra Black Cond;
  1351. font-weight: 400;
  1352. color: #68bdff;
  1353. margin: 0 16px;
  1354. }
  1355. .echartsWrap {
  1356. height: calc(100% - 100% / 7);
  1357. }
  1358. .projectRisk {
  1359. display: grid;
  1360. grid-template-columns: repeat(2, 1fr);
  1361. grid-template-rows: repeat(2, 1fr);
  1362. gap: 10px;
  1363. width: 100%;
  1364. height: calc(100% - 100% / 7);
  1365. }
  1366. .projectRisk .riskWrap {
  1367. height: 100%;
  1368. width: 100%;
  1369. }
  1370. .projectRisk .longRisk {
  1371. grid-column: 1 / 3;
  1372. }
  1373. .shareholding {
  1374. flex: 1;
  1375. display: flex;
  1376. flex-direction: column;
  1377. }
  1378. /* right css end */