investHomeGroup.css 26 KB

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