public.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887
  1. * {
  2. padding: 0;
  3. margin: 0;
  4. box-sizing: border-box;
  5. font-family: "Lantinghei SC", "Open Sans", "Hiragino Sans GB", "\5fae\8f6f\96c5\9ed1", "Microsoft YaHei", SimHei, Helvetica, Arial, SimSun;
  6. }
  7. ul,
  8. li {
  9. list-style: none;
  10. }
  11. #publicFooterContent a {
  12. text-decoration: none;
  13. color: #fff;
  14. }
  15. body {
  16. display: flex;
  17. flex-direction: column;
  18. width: 100%;
  19. min-height: 100%;
  20. }
  21. .onlinetwo{
  22. flex-grow: 1;
  23. }
  24. /**头部 */
  25. .publicHeader_header_model {
  26. width: 100%;
  27. height: 158px;
  28. background: #007DFF url("../assets/image/public/header-bg.png?v=20220914") top no-repeat;
  29. background-size: contain;
  30. }
  31. .public_header_bg_wrapper {
  32. width: 100%;
  33. height: 72px;
  34. position: absolute;
  35. top: 186px;
  36. left: 0px;
  37. z-index: -1;
  38. }
  39. .publicHeader_header_wrapper {
  40. width: 1200px;
  41. margin: 0 auto;
  42. position: relative;
  43. padding-top: 92px;
  44. }
  45. .publicHeader_header_logo {
  46. float: left;
  47. margin-top: -70px;
  48. width: 282px;
  49. height: 113px;
  50. color: #fff;
  51. font-family: PingFangSC-Regular, PingFang SC;
  52. cursor: pointer;
  53. }
  54. .publicHeader_header_logo img {
  55. width: 100%;
  56. }
  57. .header-tag {
  58. position: absolute;
  59. right: 0;
  60. top: 0;
  61. width: 96px;
  62. height: 89px;
  63. background: url("../assets/image/public/icon1.png") center no-repeat;
  64. background-size: 96px 89px;
  65. }
  66. .publicHeader_header_tab {
  67. float: left;
  68. margin-left: 20px;
  69. margin-top: 12px;
  70. }
  71. .publicHeader_header_tab_item_wrapper {
  72. float: left;
  73. margin-right: 15px;
  74. }
  75. .publicHeader_header_tab_item {
  76. font-size: 16px;
  77. font-family: PingFangSC-Regular, PingFang SC;
  78. font-weight: 400;
  79. color: #fff;
  80. padding: 5px 10px 5px 10px;
  81. }
  82. .publicHeader_header_tab_item:hover {
  83. cursor: pointer;
  84. color: #007DFF;
  85. background: #fff;
  86. border-radius: 5px;
  87. }
  88. .publicHeader_header_tab_item_active {
  89. font-size: 16px;
  90. font-family: PingFangSC-Regular, PingFang SC;
  91. font-weight: 400;
  92. color: #007DFF;
  93. background: #fff;
  94. padding: 5px 10px 5px 10px;
  95. border-radius: 5px;
  96. cursor: pointer;
  97. }
  98. .publicHeader_header_info {
  99. float: right;
  100. margin-top: 16px;
  101. margin-right: 30px;
  102. }
  103. .publicHeader_header_user {
  104. float: right;
  105. margin-top: 15px;
  106. }
  107. .publicHeader_header_user_avatar {
  108. float: left;
  109. }
  110. .publicHeader_header_user_dropdown {
  111. float: left;
  112. margin-left: 10px;
  113. cursor: pointer;
  114. }
  115. .publicHeader_header_login {
  116. float: right;
  117. width: 92px;
  118. height: 40px;
  119. line-height: 42px;
  120. background: rgba(99, 200, 107, 1);
  121. border-radius: 20px;
  122. font-size: 14px;
  123. font-family: PingFangSC-Regular, PingFang SC;
  124. font-weight: 400;
  125. color: rgba(255, 255, 255, 1);
  126. text-align: center;
  127. margin-top: 10px;
  128. cursor: pointer;
  129. }
  130. /**脚步 */
  131. .publicFooter_footer_model {
  132. width: 100%;
  133. height: 252px;
  134. background: rgba(0, 125, 255, .53);
  135. box-shadow: 0 1px 15px rgba(0, 0, 0, 0.05) inset;
  136. }
  137. .publicFooter_footer_wrapper {
  138. width: 1200px;
  139. margin: 0 auto;
  140. position: relative;
  141. padding-top: 40px;
  142. }
  143. .publicFooter_footer_wx_wrapper {
  144. float: left;
  145. width: 120px;
  146. height: 120px;
  147. text-align: center;
  148. }
  149. .publicFooter_footer_wx {
  150. width: 110px;
  151. height: 110px;
  152. }
  153. .publicFooter_footer_wx_text {
  154. font-size: 12px;
  155. font-family: PingFangSC-Regular, PingFang SC;
  156. font-weight: 400;
  157. color: rgba(255, 255, 255, 1);
  158. line-height: 20px;
  159. }
  160. .publicFooter_footer_connect_us {
  161. float: left;
  162. font-size: 16px;
  163. font-family: PingFangSC-Regular, PingFang SC;
  164. color: rgba(255, 255, 255, 1);
  165. line-height: 25px;
  166. margin-left: 80px;
  167. padding-top: 6px;
  168. margin-right: 50px;
  169. }
  170. .publicFooter_footer_item {
  171. float: left;
  172. font-size: 16px;
  173. font-family: PingFangSC-Regular, PingFang SC;
  174. color: rgba(255, 255, 255, 1);
  175. line-height: 25px;
  176. padding-top: 6px;
  177. margin-left: 80px;
  178. }
  179. .publicFooter_footer_item_child {
  180. font-size: 14px;
  181. font-family: PingFangSC-Semibold, PingFang SC;
  182. color: rgba(255, 255, 255, 0.5);
  183. line-height: 20px;
  184. margin-bottom: 10px;
  185. }
  186. .publicFooter_footer_item_child:hover {
  187. cursor: pointer;
  188. color: #2a80f7;
  189. }
  190. /**路径显示 */
  191. .locationItem {
  192. float: left;
  193. color: #0042FF;
  194. font-size: 14px;
  195. }
  196. .locationItem a{
  197. text-decoration: none;
  198. }
  199. .locationItem_home_image {
  200. width: 16px;
  201. height: 16px;
  202. display: inline-block;
  203. position: relative;
  204. top: 3px;
  205. }
  206. .locationItem_active {
  207. float: left;
  208. color: rgba(0, 0, 0, 0.5);
  209. font-size: 14px;
  210. }
  211. .locationItem_tag {
  212. margin: 0px 3px 0px 10px;
  213. }
  214. #login {
  215. width: 100%;
  216. height: 100%;
  217. background: rgb(44, 44, 44, .9);
  218. position: fixed;
  219. top: 0;
  220. left: 0;
  221. z-index: 150;
  222. display: none;
  223. }
  224. .loginwrap {
  225. width: 720px;
  226. height: 500px;
  227. background: url(../assets/image/login/login.png) center 100% no-repeat;
  228. background-size: contain;
  229. background-color: #fff;
  230. border-radius: 12px;
  231. /* background-size: contain; */
  232. position: absolute;
  233. top: 50%;
  234. left: 50%;
  235. z-index: 200;
  236. transform: translate(-50%, -50%);
  237. }
  238. .loginin {
  239. width: 50%;
  240. margin: 0 auto;
  241. padding-top: 41px;
  242. }
  243. .loginin>p {
  244. text-align: center;
  245. font-size: 36px;
  246. font-family: PingFangSC-Regular, PingFang SC;
  247. font-weight: 400;
  248. color: rgba(0, 125, 255, 1);
  249. margin: 0;
  250. padding: 0;
  251. }
  252. .linput {
  253. text-align: center;
  254. margin-top: 34px;
  255. }
  256. .reset_two .linput {
  257. margin-top: 1px;
  258. }
  259. .reset_two input {
  260. margin-bottom: 10px;
  261. }
  262. .reset_two .tijiao {
  263. margin-top: 0;
  264. }
  265. .reset_two .loginin .backlogin {
  266. margin-top: 19px;
  267. }
  268. .reset_two .loginin {
  269. padding-top: 23px;
  270. }
  271. .reset_two .text_tip_new {
  272. font-size: 14px;
  273. color: red;
  274. text-align: center;
  275. margin: 10px 0;
  276. }
  277. .mb30 {
  278. margin-bottom: 30px !important;
  279. }
  280. .linput input {
  281. width: 298px;
  282. height: 54px;
  283. background: rgba(255, 255, 255, 1);
  284. box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  285. border-radius: 27px;
  286. outline: none;
  287. border: none;
  288. padding-left: 18px;
  289. box-sizing: border-box;
  290. margin-bottom: 15px;
  291. }
  292. .mima {
  293. text-align: center;
  294. margin-top: 19px;
  295. }
  296. .xmima {
  297. margin-top: 19px;
  298. }
  299. .linput>input:first-child {}
  300. .login_text {
  301. font-size: 12px;
  302. color: red;
  303. margin: 0px auto 0;
  304. width: 280px;
  305. text-align: left;
  306. }
  307. .misspwd {
  308. font-size: 14px;
  309. font-family: PingFangSC-Regular, PingFang SC;
  310. font-weight: 400;
  311. color: rgba(0, 125, 255, 1);
  312. margin-left: 150px;
  313. cursor: pointer;
  314. }
  315. input:not(.ep-input__inner)::placeholder {
  316. text-align: center;
  317. /* padding-left: 108px; */
  318. font-size: 18px;
  319. font-family: PingFangSC-Regular, PingFang SC;
  320. font-weight: 400;
  321. color: rgba(0, 0, 0, 0.3);
  322. }
  323. .tijiao {
  324. text-align: center;
  325. margin-top: 29px;
  326. }
  327. .tijiao button {
  328. width: 298px;
  329. height: 54px;
  330. background: rgba(0, 125, 255, 1);
  331. box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  332. font-size: 18px;
  333. font-family: PingFangSC-Regular, PingFang SC;
  334. font-weight: 400;
  335. color: rgba(255, 255, 255, 1);
  336. }
  337. .tijiao .el-button.is-round {
  338. border-radius: 27px;
  339. }
  340. .loginin .backlogin {
  341. color: rgb(0, 125, 255);
  342. font-size: 14px;
  343. font-family: PingFangSC-Regular, PingFang SC;
  344. font-weight: 400;
  345. margin-top: 37px;
  346. text-align: center;
  347. cursor: pointer;
  348. }
  349. .tijiao .reset {
  350. background-color: rgba(255, 36, 67, 1);
  351. }
  352. .nobg {
  353. background: #fff;
  354. }
  355. .rember {
  356. width: 720px;
  357. height: 500px;
  358. background-size: contain;
  359. background-color: #fff;
  360. border-radius: 12px;
  361. position: absolute;
  362. z-index: 200;
  363. top: 50%;
  364. left: 50%;
  365. transform: translate(-50%, -50%);
  366. }
  367. .rember1 {
  368. width: 50%;
  369. margin: 0 auto;
  370. padding-top: 63px;
  371. text-align: center;
  372. }
  373. .remberimg {
  374. vertical-align: middle;
  375. margin-right: 12px;
  376. width: 32px;
  377. height: 32px;
  378. }
  379. .resetpwdsu {
  380. font-size: 18px;
  381. font-family: PingFangSC-Regular, PingFang SC;
  382. font-weight: 400;
  383. color: rgba(99, 200, 107, 1);
  384. display: inline-block;
  385. }
  386. .pwdtext {
  387. margin-top: 41px;
  388. margin-bottom: 26px;
  389. height: 129px;
  390. background: rgba(0, 0, 0, 0.05);
  391. border-radius: 12px;
  392. padding-top: 30px;
  393. }
  394. .hui {
  395. font-size: 18px;
  396. font-family: PingFangSC-Regular, PingFang SC;
  397. font-weight: 400;
  398. color: rgba(0, 0, 0, 0.5);
  399. display: inline-block;
  400. margin-right: 24px;
  401. width: 78px;
  402. }
  403. .shenh {
  404. font-size: 18px;
  405. font-family: PingFangSC-Semibold, PingFang SC;
  406. font-weight: 600;
  407. color: rgba(0, 0, 0, 1);
  408. }
  409. .ptext {
  410. height: 50px;
  411. }
  412. .jztext {
  413. font-size: 14px;
  414. font-family: PingFangSC-Regular, PingFang SC;
  415. font-weight: 400;
  416. color: rgba(0, 0, 0, 0.5);
  417. margin-bottom: 44px;
  418. }
  419. /* 面包屑样式和返回样式 */
  420. [v-cloak] {
  421. display: none;
  422. }
  423. .no_footprint {
  424. min-height: 150;
  425. line-height: 150px;
  426. text-align: center;
  427. font-size: 14px;
  428. color: rgb(128, 128, 128);
  429. }
  430. #root {
  431. width: 1200px;
  432. margin: 0 auto;
  433. }
  434. .breadPic {
  435. /* height: 50px;
  436. line-height: 50px;
  437. overflow: hidden;
  438. position: relative;
  439. margin-top: 19px; */
  440. height: 69px;
  441. line-height: 69px;
  442. overflow: hidden;
  443. position: relative;
  444. box-sizing: border-box;
  445. padding-top: 10px;
  446. }
  447. .breadPic_left {
  448. float: left;
  449. }
  450. .breadPic_left .el-breadcrumb {
  451. height: 50px;
  452. line-height: 50px;
  453. }
  454. .breadPic_left .el-breadcrumb i {
  455. width: 16px;
  456. height: 16px;
  457. box-sizing: border-box;
  458. padding-left: 20px;
  459. background: url("../assets/image/public/home.png") no-repeat left center;
  460. background-size: 16px 16px;
  461. }
  462. .breadPic_left .el-breadcrumb__inner {
  463. color: #0042FF;
  464. }
  465. .el-breadcrumb__separator {
  466. color: #0042FF;
  467. }
  468. .breadPic_right {
  469. float: right;
  470. width: 74px;
  471. height: 32px;
  472. background: rgba(255, 255, 255, 1);
  473. box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  474. border-radius: 16px;
  475. font-size: 14px;
  476. font-weight: 400;
  477. color: rgba(0, 0, 0, 0.8);
  478. line-height: 32px;
  479. text-align: center;
  480. cursor: pointer;
  481. position: absolute;
  482. right: 0;
  483. top: 50%;
  484. margin-top: -16px;
  485. }
  486. #cnzz_stat_icon_1279273979 {
  487. display: none !important;
  488. }
  489. .loading-mask {
  490. position: fixed;
  491. left: 0;
  492. top: 0;
  493. width: 100%;
  494. height: 100%;
  495. z-index: 50;
  496. background: rgba(255, 255, 255, .5);
  497. display: flex;
  498. justify-content: center;
  499. align-items: center;
  500. }
  501. .loading-mask .loading-icon {
  502. margin: 0 auto 35px;
  503. width: 72px;
  504. height: 72px;
  505. background: url("../assets/image/loading.gif") center no-repeat;
  506. }
  507. .logo-title {
  508. position: relative;
  509. font-size: 28px;
  510. color: #fff;
  511. font-weight: normal;
  512. }
  513. .banner {
  514. width: 1200px;
  515. height: 299px;
  516. }
  517. .banner img {
  518. width: 100%;
  519. }
  520. .notice {
  521. float: left;
  522. margin-top: 18px;
  523. }
  524. .notice span {
  525. margin-top: -5px;
  526. display: inline-block;
  527. vertical-align: top;
  528. font-size: 20px;
  529. color: #000;
  530. font-weight: normal;
  531. line-height: normal;
  532. }
  533. .notice i {
  534. display: inline-block;
  535. vertical-align: top;
  536. width: 41px;
  537. height: 18px;
  538. background: url("../assets/image/icon-tag.png") center no-repeat;
  539. }
  540. .mt5 {
  541. margin-top: 5px;
  542. }
  543. .mt6 {
  544. margin-top: 6px;
  545. }
  546. .mt15 {
  547. margin-top: 15px;
  548. }
  549. .mt20 {
  550. margin-top: 20px;
  551. }
  552. .mt25 {
  553. margin-top: 25px;
  554. }
  555. .mt3 {
  556. margin-top: 3px;
  557. }
  558. .ml5 {
  559. margin-left: 5px;
  560. }
  561. .ml15{
  562. margin-left: 15px;
  563. }
  564. .fl {
  565. float: left;
  566. }
  567. .fr {
  568. float: right;
  569. }
  570. .mask {
  571. position: fixed;
  572. left: 0;
  573. top: 0;
  574. width: 100%;
  575. height: 100%;
  576. z-index: 200;
  577. background: rgba(255, 255, 255, .45);
  578. }
  579. .qr-box {
  580. width: 163px;
  581. background: #ffffff;
  582. border-radius: 7px;
  583. padding: 10px 10px 15px 10px;
  584. }
  585. .qr-box img {
  586. display: block;
  587. width: 100%;
  588. }
  589. .qr-title {
  590. margin-top: 10px;
  591. font-size: 14px;
  592. font-weight: normal;
  593. color: #000;
  594. text-align: center;
  595. }
  596. .footer-logo {
  597. width: 181px;
  598. height: 109px;
  599. margin: 49px 0 0 78px;
  600. }
  601. .footer-line {
  602. margin: 0 80px 0 65px;
  603. width: 1px;
  604. height: 200px;
  605. background: #fff;
  606. }
  607. .footer-info {
  608. padding-top: 65px;
  609. font-size: 14px;
  610. color: #fff;
  611. line-height: 20px;
  612. }
  613. .footer-link-1 {
  614. margin-top: 40px;
  615. margin-right: 25px;
  616. width: 130px;
  617. height: 120px;
  618. }
  619. .footer-link-2 {
  620. margin-top: 45px;
  621. width: 163px;
  622. height: 112px;
  623. }
  624. .footer-link-1 img,
  625. .footer-link-2 img {
  626. width: 100%;
  627. }
  628. .common-ask {
  629. position: fixed;
  630. right: 0;
  631. top: 50%;
  632. margin-top: -40px;
  633. width: 80px;
  634. height: 80px;
  635. cursor: pointer;
  636. background: rgba(0, 125, 255, .1) url("../assets/image/public/icon-ask.png") center no-repeat;
  637. background-size: 39px 39px;
  638. border-radius: 50%;
  639. }
  640. .ask-text {
  641. margin-top: 10px;
  642. font-size: 12px;
  643. color: #409EFF;
  644. text-align: center;
  645. font-weight: normal;
  646. }
  647. .dialog-form .el-input__inner::placeholder {
  648. font-size: 14px !important;
  649. text-align: left;
  650. }
  651. .banner-box {
  652. width: 100%;
  653. height: 300px;
  654. }
  655. .banner-box img {
  656. width: 100%;
  657. }
  658. .res-list {
  659. display: flex;
  660. }
  661. .res-list a {
  662. width: 216px;
  663. height: 337px;
  664. border-radius: 12px;
  665. padding-top: 85px;
  666. text-decoration: none;
  667. }
  668. .res-list a:first-child {
  669. background: #ECF7F2;
  670. }
  671. .res-list a:nth-child(2) {
  672. background: #FEF7E4;
  673. }
  674. .res-list a:nth-child(3) {
  675. background: #FEEDED;
  676. }
  677. .res-list a:nth-child(4) {
  678. background: #F5EEFE;
  679. }
  680. .res-list a:nth-child(5) {
  681. background: #E6F2FD;
  682. }
  683. .res-list a:nth-child(6) {
  684. background: #F5EEFE;
  685. }
  686. .res-list a:hover {
  687. position: relative;
  688. z-index: 30;
  689. border: 2px solid #00a3ff;
  690. box-shadow: 0 0 6px rgba(0, 78, 255, 0.79);
  691. transform: scale(1.2);
  692. }
  693. .res-list a+a {
  694. margin-left: 15px;
  695. }
  696. .res-list a .res-icon {
  697. width: 77px;
  698. height: 77px;
  699. display: block;
  700. margin: 0 auto;
  701. }
  702. .res-list a .res-icon img {
  703. width: 100%;
  704. }
  705. .res-1 {
  706. font-size: 24px;
  707. font-weight: normal;
  708. color: #000;
  709. text-align: center;
  710. }
  711. .res-2 {
  712. font-size: 14px;
  713. font-weight: normal;
  714. color: #9A9A9A;
  715. text-align: center;
  716. padding: 0 10px;
  717. }
  718. .mw-168 {
  719. max-width: 168px;
  720. }
  721. .d-in-block {
  722. display: inline-block;
  723. }
  724. .v-mid {
  725. vertical-align: middle;
  726. }
  727. .text-overflow {
  728. white-space: nowrap;
  729. text-overflow: ellipsis;
  730. overflow: hidden;
  731. }
  732. .border-box{
  733. box-sizing: border-box;
  734. }
  735. .pl15{
  736. padding-left: 15px;
  737. }
  738. .font-normal{
  739. font-weight: normal;
  740. }
  741. .font-size-14{
  742. font-size: 14px;
  743. }
  744. .font-size-16{
  745. font-size: 16px;
  746. }
  747. .color-96{
  748. color: #969696;
  749. }
  750. .lh20{
  751. line-height: 20px;
  752. }
  753. .lh32{
  754. line-height: 32px;
  755. }