newIndex.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011
  1. html,
  2. body {
  3. width: 7168px !important;
  4. min-height: 2576px;
  5. height: 100%;
  6. font-size: 20px;
  7. color: #fff;
  8. font-family: 'Microsoft YaHei';
  9. background-image: url("../images/indexBg.png");
  10. background-repeat: no-repeat;
  11. background-size: 100% 100%;
  12. /* overflow-y: hidden; */
  13. }
  14. :root {
  15. --bg:#dcf0fc0c ;
  16. }
  17. /* 强制去掉滚动条 */
  18. /* html {
  19. overflow-x: hidden !important;
  20. } */
  21. * {
  22. -webkit-user-select: none;
  23. -moz-user-select: none;
  24. -ms-user-select: none;
  25. user-select: none;
  26. }
  27. img *,
  28. *,
  29. *:before,
  30. *:after {
  31. padding: 0;
  32. margin: 0;
  33. box-sizing: border-box;
  34. }
  35. a {
  36. text-decoration: none;
  37. cursor: pointer;
  38. }
  39. [v-cloak] {
  40. display: none;
  41. }
  42. .app_box {
  43. width: 100%;
  44. height: 100%;
  45. }
  46. .box_item_title {
  47. width: 100%;
  48. height: 145px;
  49. background: url("../images/indexittle@2x.png") no-repeat;
  50. background-size: 100% 100%;
  51. display: flex;
  52. justify-content: center;
  53. align-items: center;
  54. }
  55. .box_item_title span {
  56. font-size: 72px;
  57. font-weight: bold;
  58. background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
  59. -webkit-background-clip: text;
  60. -webkit-text-fill-color: transparent;
  61. }
  62. .box_item_main {
  63. width: 100%;
  64. height: calc(100% - 145px);
  65. display: flex;
  66. justify-content: space-between;
  67. align-items: center;
  68. padding: 30px 50px;
  69. box-sizing: border-box;
  70. }
  71. .box_left,
  72. .box_right {
  73. width: calc(40% - 30px);
  74. height: 100%;
  75. display: flex;
  76. flex-direction: column;
  77. justify-content: space-between;
  78. align-items: center;
  79. }
  80. .box_main {
  81. width: 20%;
  82. height: 100%;
  83. display: flex;
  84. flex-direction: column;
  85. justify-content: space-between;
  86. align-items: center;
  87. }
  88. .left_item {
  89. width: 100%;
  90. height: calc(20% - 15px);
  91. background: url("../images/lb-back.png") no-repeat;
  92. background-size: 100% 100%;
  93. padding: 10px 40px 30px;
  94. box-sizing: border-box;
  95. }
  96. .main_item_one {
  97. width: 100%;
  98. height: calc(65% - 10px);
  99. /* overflow: hidden; */
  100. position: relative;
  101. }
  102. .main_item_one img {
  103. width: 250%;
  104. height: 100%;
  105. position: absolute;
  106. bottom: -10%;
  107. left: -72%;
  108. z-index: 0;
  109. }
  110. .svg_box {
  111. width: 100%;
  112. height: 100%;
  113. position: absolute;
  114. left: 0;
  115. top: 0;
  116. transform-origin: center bottom;
  117. transform-style: preserve-3d;
  118. }
  119. .svg_box_item {
  120. width: 700px;
  121. height: 700px;
  122. transform-origin: center top;
  123. transform: rotateX(70deg) scale(1.95);
  124. text-align: center;
  125. position: absolute;
  126. bottom: -337px;
  127. left: 360px;
  128. }
  129. .main_item {
  130. width: 100%;
  131. height: calc(20% - 10px);
  132. background: url("../images/lb-back.png") no-repeat;
  133. background-size: 100% 100%;
  134. padding: 30px;
  135. box-sizing: border-box;
  136. }
  137. .title {
  138. width: 200px;
  139. height: 65px;
  140. font-size: 35px;
  141. font-weight: bolder;
  142. text-align: center;
  143. /* line-height: 57px; */
  144. box-sizing: border-box;
  145. border-radius: 10px;
  146. margin-bottom: 10px;
  147. }
  148. .title_else{
  149. width: 102%;
  150. height: 65px;
  151. font-size: 35px;
  152. font-weight: bolder;
  153. line-height: 65px;
  154. text-indent: 120px;
  155. box-sizing: border-box;
  156. border-radius: 10px;
  157. margin-bottom: 10px;
  158. position: relative;
  159. background: url("../images/newImage/tit_bg.png") no-repeat;
  160. background-size: 100% 100%;
  161. }
  162. .icon_tit{
  163. width: 80px;
  164. height: 80px;
  165. z-index: 9999;
  166. position: absolute;
  167. top: -10px;
  168. right: 8%;
  169. }
  170. .left_main {
  171. width: 100%;
  172. height: calc(100% - 65px);
  173. }
  174. .left_main_else {
  175. width: 100%;
  176. height: calc(100% - 65px);
  177. display: flex;
  178. flex-direction: column;
  179. justify-content: space-between;
  180. }
  181. .left_main_top {
  182. width: 100%;
  183. height: 87%;
  184. display: flex;
  185. justify-content: space-between;
  186. align-items: center;
  187. }
  188. .left_main_top_left {
  189. width: calc(60% - 10px);
  190. height: calc(100% - 30px);
  191. background-color: var(--bg);
  192. padding: 10px;
  193. box-sizing: border-box;
  194. }
  195. .left_main_top_right {
  196. width: calc(40% - 10px);
  197. height: calc(100% - 30px);
  198. background-color: var(--bg);
  199. padding: 10px;
  200. box-sizing: border-box;
  201. }
  202. .left_main_btm {
  203. width: 100%;
  204. height: 13%;
  205. }
  206. .left_user_top {
  207. width: 100%;
  208. height: calc(14% - 10px);
  209. display: flex;
  210. justify-content: space-between;
  211. align-items: center;
  212. }
  213. .left_user_number {
  214. width: 25%;
  215. height: 100%;
  216. }
  217. .text_box {
  218. width: 100%;
  219. height: 100%;
  220. /* background: url("../images/man.png") no-repeat; */
  221. display: flex;
  222. flex-direction: column;
  223. justify-content: center;
  224. align-items: flex-start;
  225. position: relative;
  226. padding-left: 330px;
  227. box-sizing: border-box;
  228. }
  229. .text_box img {
  230. width: 30%;
  231. height: 100%;
  232. position: absolute;
  233. top: 30%;
  234. left: 30%;
  235. transform: translate(-50%, -50%);
  236. }
  237. .text_num {
  238. font-size: 40px;
  239. font-weight: bolder;
  240. font-style: italic;
  241. margin-top: -15px;
  242. color: #69C0FF;
  243. }
  244. .text_num span {
  245. font-size: 24px !important;
  246. }
  247. .text_title {
  248. font-size: 24px;
  249. }
  250. .left_user_main {
  251. width: 100%;
  252. height: calc(43% - 10px);
  253. display: flex;
  254. justify-content: space-between;
  255. }
  256. .left_user_main_item {
  257. width: calc(33% - 10px);
  258. height: 100%;
  259. padding: 20px;
  260. box-sizing: border-box;
  261. /* background: url("../images/rt-back.png") no-repeat; */
  262. /* background-size: 100% 100%; */
  263. background-color: var(--bg);
  264. display: flex;
  265. flex-direction: column;
  266. justify-content: space-between;
  267. align-items: center;
  268. }
  269. .left_salary_box,
  270. .left_salary_box_else {
  271. width: 100%;
  272. height: calc(50% - 10px);
  273. }
  274. .left_salary_box {
  275. /* background: url("../images/lb-back.png") no-repeat;
  276. background-size: 100% 100%; */
  277. background-color: var(--bg);
  278. padding: 10px;
  279. box-sizing: border-box;
  280. }
  281. .left_salary_box_else {
  282. display: flex;
  283. justify-content: space-between;
  284. }
  285. .left_salary_item {
  286. width: calc(50% - 10px);
  287. height: 100%;
  288. /* background: url("../images/rt-back.png") no-repeat;
  289. background-size: 100% 100%; */
  290. background-color: var(--bg);
  291. padding: 10px 30px;
  292. box-sizing: border-box;
  293. position: relative;
  294. }
  295. .title_box {
  296. position: absolute;
  297. right: 50px;
  298. top: 10px;
  299. font-size: 30px;
  300. z-index: 99;
  301. }
  302. .right_item {
  303. width: 100%;
  304. height: calc(25% - 10px);
  305. background: url("../images/lb-back.png") no-repeat;
  306. background-size: 100% 100%;
  307. /* background-color: var(--bg); */
  308. padding: 10px 45px 20px;
  309. box-sizing: border-box;
  310. /* display: flex;
  311. justify-content: space-between;
  312. align-items: center; */
  313. }
  314. .right_item_else {
  315. width: 100%;
  316. height: calc(50%);
  317. /* display: flex;
  318. flex-direction: column;
  319. justify-content: space-between; */
  320. }
  321. .right_user_box{
  322. width: 100%;
  323. height: calc(50% - 10px);
  324. background: url("../images/lb-back.png") no-repeat;
  325. background-size: 100% 100%;
  326. padding: 10px 45px 20px;
  327. box-sizing: border-box;
  328. }
  329. .right_item_item_top {
  330. width: 100%;
  331. height: 100px;
  332. background-color: blueviolet;
  333. }
  334. .right_item_item_btm {
  335. width: 100%;
  336. height: calc(100% - 110px);
  337. display: flex;
  338. justify-content: space-between;
  339. }
  340. .right_item_item {
  341. width: calc(33% - 10px);
  342. height: 100%;
  343. background-color: var(--bg);
  344. /* background: url("../images/rt-back.png") no-repeat;
  345. background-size: 100% 100%;
  346. padding: 10px 30px;
  347. box-sizing: border-box; */
  348. }
  349. .right_item_main {
  350. width: 100%;
  351. height: calc(100% - 70px);
  352. }
  353. .right_item_item_else {
  354. width: calc(50% - 10px);
  355. height: 100%;
  356. background-color: var(--bg);
  357. padding: 30px;
  358. box-sizing: border-box;
  359. }
  360. .scroll_board_bg {
  361. width: 100%;
  362. height: 80%;
  363. /* background: url("../images/rt-back.png") no-repeat;
  364. background-size: 100% 100%; */
  365. /* padding: 30px;
  366. box-sizing: border-box; */
  367. }
  368. .right_echarts {
  369. width: calc(50% - 10px);
  370. height: 100%;
  371. background: url("../images/rt-back.png") no-repeat;
  372. background-size: 100% 100%;
  373. padding: 30px;
  374. box-sizing: border-box;
  375. }
  376. .right_echarts_else {
  377. width: calc(50% - 10px);
  378. height: 100%;
  379. background: url("../images/rt-back.png") no-repeat;
  380. background-size: 100% 100%;
  381. padding: 30px;
  382. box-sizing: border-box;
  383. }
  384. .right_echarts_else_bg{
  385. width: calc(50% - 10px);
  386. height: 100%;
  387. background-color: var(--bg);
  388. padding: 30px;
  389. box-sizing: border-box;
  390. }
  391. .three_box {
  392. width: 100%;
  393. height: calc(100% - 65px);
  394. display: flex;
  395. justify-content: space-between;
  396. align-items: center;
  397. }
  398. .left_main_btm .dv-scroll-board div {
  399. font-size: 32px !important;
  400. }
  401. .right_btm_item {
  402. width: 100%;
  403. height: calc(100% - 65px);
  404. }
  405. .right_btm_item_else {
  406. width: 100%;
  407. height: 100%;
  408. display: flex;
  409. justify-content: center;
  410. align-items: center;
  411. }
  412. .right_item_btm_box {
  413. width: calc(40% - 10px);
  414. height: 100%;
  415. /* background: url("../images/rt-back.png") no-repeat;
  416. background-size: 100% 100%; */
  417. background-color: var(--bg);
  418. padding: 20px;
  419. box-sizing: border-box;
  420. }
  421. .image_box_else {
  422. width: 280px;
  423. height: 280px;
  424. position: relative;
  425. }
  426. .image_box_else span {
  427. font-size: 60px;
  428. font-weight: bolder;
  429. position: absolute;
  430. top: 50%;
  431. left: 50%;
  432. transform: translate(-50%, -50%);
  433. z-index: 999;
  434. }
  435. .image_box_else img {
  436. animation: fadenum 8s infinite linear;
  437. }
  438. .image_box {
  439. width: calc(50% - 10px);
  440. height: 70%;
  441. display: flex;
  442. flex-direction: column;
  443. justify-content: space-around;
  444. align-items: center;
  445. }
  446. .box_item {
  447. width: 100%;
  448. height: 100px;
  449. display: flex;
  450. align-items: center;
  451. justify-content: flex-start;
  452. margin-left: 100px;
  453. font-size: 40px;
  454. text-indent: 50px;
  455. }
  456. .box_item img {
  457. width: 100px;
  458. height: 100px;
  459. }
  460. .box_item div span {
  461. font-size: 50px;
  462. font-weight: bolder;
  463. color: #69c0ff;
  464. font-style: italic;
  465. font-weight: bold;
  466. margin: 0 10px;
  467. }
  468. .top {
  469. width: 100%;
  470. height: 140px;
  471. font-size: 40px;
  472. }
  473. .flex {
  474. display: flex;
  475. }
  476. .justify-between {
  477. justify-content: space-between;
  478. }
  479. .items-center {
  480. align-items: center;
  481. }
  482. .top-img {
  483. width: 127px;
  484. height: 127px;
  485. margin-right: 15px;
  486. }
  487. .top-text {
  488. font-size: 60px;
  489. color: #69c0ff;
  490. font-style: italic;
  491. font-weight: bold;
  492. display: inline-block;
  493. margin: 0 15px;
  494. }
  495. .right_bg_item {
  496. width: calc(33% - 20px);
  497. height: 100%;
  498. background-image: url("../images/bottom-right.png");
  499. background-repeat: no-repeat;
  500. background-size: 100% 100%;
  501. display: flex;
  502. flex-direction: column;
  503. justify-content: center;
  504. align-items: center;
  505. padding-top: 50px;
  506. box-sizing: border-box;
  507. }
  508. .bg_item_gif {
  509. width: 230px;
  510. height: 300px;
  511. }
  512. .bg_item_gif img {
  513. width: 100%;
  514. height: 100%;
  515. }
  516. .bg_item_num {
  517. font-size: 48px;
  518. font-weight: bolder;
  519. margin-bottom: -90px;
  520. z-index: 9;
  521. }
  522. .bg_item_title {
  523. font-size: 28px;
  524. font-weight: 600;
  525. }
  526. .right_item_item_else_title {
  527. width: 100%;
  528. height: 25%;
  529. display: flex;
  530. justify-content: center;
  531. align-items: center;
  532. position: relative;
  533. }
  534. .right_item_item_else_title img {
  535. width: 32%;
  536. height: 100%;
  537. }
  538. .title_right {
  539. width: 100%;
  540. height: 100%;
  541. position: absolute;
  542. display: flex;
  543. justify-content: center;
  544. align-items: center;
  545. font-size: 30px;
  546. }
  547. .title_right span {
  548. color: rgb(69, 218, 209);
  549. }
  550. .big_color {
  551. display: inline-block;
  552. font-size: 40px;
  553. font-weight: bolder;
  554. margin: 0 0 0 25px;
  555. }
  556. .echarts {
  557. width: 100%;
  558. height: 100%;
  559. }
  560. .echarts_else {
  561. width: 100%;
  562. height: calc(100% - 65px);
  563. }
  564. .echarts_else_top {
  565. width: 100%;
  566. height: calc(20%px);
  567. display: flex;
  568. justify-content: space-around;
  569. align-items: center;
  570. }
  571. .echarts_else_top_item {
  572. width: calc(50% - 150px);
  573. height: 100%;
  574. background: rgba(0, 179, 254, 0.25);
  575. border: 1px solid #69C0FF;
  576. border-radius: 10px;
  577. display: flex;
  578. justify-content: center;
  579. align-items: center;
  580. }
  581. .echarts_else_top_item_on {
  582. width: calc(50% - 150px);
  583. height: 100%;
  584. background: rgba(0, 254, 199, 0.25);
  585. border: 1px solid #00ffff;
  586. border-radius: 10px;
  587. display: flex;
  588. justify-content: center;
  589. align-items: center;
  590. }
  591. .item_left_t {
  592. width: 65px;
  593. height: 65px;
  594. }
  595. .item_right_t {
  596. padding-left: 30px;
  597. display: flex;
  598. flex-direction: column;
  599. justify-content: space-around;
  600. align-items: flex-start;
  601. }
  602. .item_right_t div:nth-child(1) {
  603. font-size: 26px;
  604. font-family: Source Han Sans CN;
  605. font-weight: 400;
  606. color: #FFFFFF;
  607. }
  608. .item_right_t div:nth-child(2) {
  609. font-size: 30px;
  610. font-family: HelveticaNeueLT;
  611. font-weight: bolder;
  612. color: #69C0FF;
  613. }
  614. .item_right_t div:nth-child(2) span {
  615. font-size: 24px;
  616. font-family: Source Han Sans CN;
  617. font-weight: 400;
  618. color: #69C0FF;
  619. }
  620. .echarts_else_btm {
  621. width: 100%;
  622. height: calc(80% - 20px);
  623. }
  624. .left_user_title {
  625. width: 100%;
  626. height: 40px;
  627. display: flex;
  628. flex-direction: column;
  629. justify-content: space-between;
  630. align-items: flex-start;
  631. }
  632. .icon_title .title {
  633. width: calc(100% - 40px);
  634. height: 100%;
  635. text-align: left;
  636. text-indent: 20px;
  637. }
  638. .icon {
  639. width: 20px;
  640. height: 70%;
  641. }
  642. img {
  643. width: 100%;
  644. height: 100%;
  645. }
  646. .icon_title {
  647. width: 100%;
  648. height: calc(100% - 10px);
  649. display: flex;
  650. justify-content: flex-start;
  651. align-items: center;
  652. }
  653. .line {
  654. width: 100%;
  655. height: 2px;
  656. }
  657. .echarts_90 {
  658. width: 100%;
  659. height: 80%;
  660. }
  661. .flex_column {
  662. display: flex;
  663. flex-direction: column;
  664. justify-content: space-between;
  665. align-items: flex-start;
  666. }
  667. .main_item_echarts {
  668. width: 100%;
  669. height: calc(100% - 90px);
  670. }
  671. .right_item_item_else_top {
  672. width: 100%;
  673. height: calc(25% - 10px);
  674. }
  675. .right_item_item_else_main {
  676. width: 100%;
  677. height: calc(75%);
  678. /* background-color: var(--bg); */
  679. /* background: url("../images/rt-back.png") no-repeat;
  680. background-size: 100% 100%;
  681. padding: 30px;
  682. box-sizing: border-box; */
  683. }
  684. .w_100 {
  685. width: 100%;
  686. height: calc(100% - 65px);
  687. }
  688. .w_100_right {
  689. width: 100%;
  690. height: calc(100% - 60px);
  691. display: flex;
  692. justify-content: space-between;
  693. align-items: center;
  694. }
  695. .flex_sb {
  696. display: flex;
  697. justify-content: space-between;
  698. }
  699. .right_echarts_item {
  700. width: 100%;
  701. height: calc(100% - 65px);
  702. }
  703. .right_btm_item_box {
  704. width: calc(60% - 10px);
  705. height: 100%;
  706. /* background: url("../images/rt-back.png") no-repeat;
  707. background-size: 100% 100%; */
  708. background-color: var(--bg);
  709. padding: 17px;
  710. box-sizing: border-box;
  711. }
  712. .echarts_map {
  713. width: 100%;
  714. height: 100%;
  715. position: absolute;
  716. top: 0;
  717. left: 0;
  718. }
  719. .tooltip-cont {
  720. margin: -15px;
  721. border: 1px solid #3699ff;
  722. border-radius: 0px;
  723. padding: 10px 15px 10px;
  724. background-color: #0725558a !important;
  725. }
  726. .tooltip-cont p {
  727. line-height: 1.8;
  728. color: #f3f3f3;
  729. position: relative;
  730. padding-left: 12px;
  731. }
  732. .tooltip-cont p::before {
  733. position: absolute;
  734. display: inline-block;
  735. content: '';
  736. left: 0px;
  737. top: 10px;
  738. width: 5px;
  739. height: 5px;
  740. border-radius: 50%;
  741. background-color: #40a9ff;
  742. }
  743. .tooltip-cont span {
  744. color: #E6C50B;
  745. font-weight: bolder;
  746. }
  747. .dv-scroll-board div {
  748. font-size: 28px;
  749. }
  750. .main_item_one_info {
  751. width: 100%;
  752. height: 150px;
  753. display: flex;
  754. justify-content: space-between;
  755. align-items: center;
  756. position: absolute;
  757. top: 0;
  758. left: 0;
  759. }
  760. .main_info_item {
  761. width: 370px;
  762. height: 100%;
  763. display: flex;
  764. justify-content: center;
  765. align-items: center;
  766. }
  767. .main_info_item_img {
  768. width: 180px;
  769. height: 100px;
  770. background-color: #40a9ff;
  771. background: url("../images/newImage/loginUser.png") no-repeat;
  772. background-size: cover;
  773. margin: 0 15px;
  774. }
  775. .main_info_item_title {
  776. display: flex;
  777. flex-direction: column;
  778. justify-content: space-around;
  779. align-items: flex-start;
  780. }
  781. .main_info_item_title div:nth-child(1) {
  782. font-size: 36px;
  783. font-family: Helvetica Neue Extra Black Cond;
  784. font-weight: 600;
  785. color: #6BC1FF;
  786. }
  787. .main_info_item_title div:nth-child(2) {
  788. font-size: 25px;
  789. font-family: Source Han Sans CN;
  790. font-weight: 500;
  791. color: #FFFFFF;
  792. }
  793. .mark_box{
  794. width: 7168px !important;
  795. min-height: 2576px;
  796. height: 100%;
  797. background-color: #1b1b1b6b;
  798. position: absolute;
  799. top: 0;
  800. left: 0;
  801. z-index: 999999999999999999;
  802. }
  803. .mark_centter{
  804. width: 1300px;
  805. height: 600px;
  806. margin: 1500px 1000px 0;
  807. z-index: 999999999999999999;
  808. background: url("../images/markBG.png") no-repeat;
  809. background-size: 100% 100%;
  810. padding: 20px 40px 30px;
  811. box-sizing: border-box;
  812. align-items: center !important;
  813. }
  814. .mark_title{
  815. width: 100%;
  816. height: 50px;
  817. text-align: center;
  818. line-height: 50px;
  819. font-size: 35px;
  820. font-weight: bolder;
  821. margin-top: 5px;
  822. }
  823. .mark_main{
  824. width: 100%;
  825. height: calc(100% - 70px);
  826. }
  827. .mark_pdf{
  828. width: 2300px;
  829. height: 1500px;
  830. background: url("../images/markBG.png") no-repeat;
  831. background-size: 100% 100%;
  832. padding:50px;
  833. box-sizing: border-box;
  834. position: absolute;
  835. top: 20%;
  836. left: 5%;
  837. }
  838. .red{
  839. color: red;
  840. }
  841. @keyframes fadenum {
  842. 100% {
  843. transform: rotate(360deg);
  844. }
  845. }