main.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899
  1. @charset "utf-8";
  2. html,
  3. body,
  4. div,
  5. ul,
  6. ol,
  7. li,
  8. h1,
  9. h2,
  10. h3,
  11. h4,
  12. h5,
  13. form,
  14. fieldset,
  15. input,
  16. textarea,
  17. p,
  18. th,
  19. td,
  20. button,
  21. span,
  22. menu,
  23. section,
  24. nav {
  25. margin: 0;
  26. padding: 0;
  27. }
  28. :focus {
  29. outline: none;
  30. }
  31. a,
  32. img,
  33. button,
  34. input,
  35. textarea,
  36. div,
  37. body {
  38. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  39. }
  40. ul,
  41. li {
  42. list-style: none;
  43. }
  44. img,
  45. fieldset {
  46. border: none;
  47. margin: 0;
  48. padding: 0;
  49. max-width: 100% !important;
  50. }
  51. table {
  52. border-collapse: collapse;
  53. }
  54. dfn {
  55. color: #f0831e;
  56. font-style: normal;
  57. font-size: 14px;
  58. font-family: '微软雅黑';
  59. }
  60. em,
  61. i {
  62. font-style: normal;
  63. }
  64. a {
  65. color: #333;
  66. text-decoration: none;
  67. }
  68. a:-webkit-any-link {
  69. outline: none;
  70. }
  71. html,
  72. body {
  73. height: 100%;
  74. font-family: '微软雅黑';
  75. font-size: 14px;
  76. /* background-color: rgba(0, 0, 0, 0); */
  77. }
  78. select {
  79. /* appearance:none;
  80. -moz-appearance:none;
  81. -webkit-appearance:none; */
  82. background: rgba(0, 0, 0, 0);
  83. border: none;
  84. font-size: 15px;
  85. }
  86. body {
  87. --theme-color: #16b597;
  88. }
  89. input {
  90. background: none;
  91. outline: none;
  92. border: 1px solid #ccc;
  93. }
  94. .nav {
  95. padding: 0 3% 15px;
  96. border-bottom: 1px solid #f5f5f5;
  97. margin-top: 0;
  98. }
  99. .navi {
  100. padding: 0 10px;
  101. border-top: 1px solid #f5f5f5;
  102. }
  103. .nava {
  104. font-size: 16px;
  105. color: #4262f4;
  106. line-height: 18px;
  107. margin-bottom: 15px;
  108. }
  109. .nava:before {
  110. content: '';
  111. width: 4px;
  112. height: 17px;
  113. background-repeat: no-repeat;
  114. float: left;
  115. background: #4262f4;
  116. border-radius: 5px;
  117. margin-right: 5px;
  118. }
  119. .navc:before {
  120. content: '';
  121. width: 4px;
  122. height: 14px;
  123. background-repeat: no-repeat;
  124. float: left;
  125. background: #4262f4;
  126. border-radius: 5px;
  127. margin-right: 5px;
  128. margin-top: 2px;
  129. }
  130. /* 团队 */
  131. .teamconr1 {
  132. border: none;
  133. height: 40px;
  134. font-size: 14px;
  135. width: 100%;
  136. }
  137. .teamconr2 {
  138. border: none;
  139. height: 40px;
  140. font-size: 15px;
  141. width: 50%;
  142. float: left;
  143. }
  144. .teamconr3 {
  145. float: right;
  146. text-align: right;
  147. font-size: 13px;
  148. color: #666;
  149. padding-right: 10px;
  150. }
  151. .teamconr4 {
  152. border: none;
  153. min-width: 100%;
  154. max-width: 100%;
  155. min-height: 80px;
  156. max-height: 80px;
  157. padding: 10px 0;
  158. line-height: 24px;
  159. font-size: 15px;
  160. }
  161. .team_btn {
  162. width: 95%;
  163. height: 40px;
  164. line-height: 40px;
  165. border-radius: 30px;
  166. text-align: center;
  167. color: #db1100;
  168. font-size: 16px;
  169. background: #fff000;
  170. margin: 0 auto;
  171. }
  172. .teamcon_tit {
  173. font-size: 16px;
  174. font-weight: 500;
  175. color: #333;
  176. line-height: 18px;
  177. padding-left: 4px;
  178. border-left: 3px solid #4362f3;
  179. margin: 10px 0;
  180. }
  181. .teamlogin {
  182. width: 90%;
  183. margin: 5px auto;
  184. padding: 15px 3%;
  185. border-radius: 5px;
  186. }
  187. .teamlogina {
  188. position: relative;
  189. margin-bottom: 10px;
  190. }
  191. .teamloginl {
  192. position: absolute;
  193. left: 0;
  194. top: 0;
  195. line-height: 42px;
  196. font-size: 14px;
  197. color: #333;
  198. }
  199. .teamloginr {
  200. border-radius: 3px;
  201. height: 40px;
  202. line-height: 40px;
  203. padding: 0 3%;
  204. background: #fff;
  205. }
  206. .teamloginr1 {
  207. border: none;
  208. height: 40px;
  209. font-size: 14px;
  210. width: 100%;
  211. }
  212. .teamloginr2 {
  213. border: none;
  214. height: 40px;
  215. font-size: 14px;
  216. }
  217. html {
  218. height: auto;
  219. }
  220. .input {
  221. width: 100%;
  222. }
  223. .dingdan {
  224. position: fixed;
  225. top: 10%;
  226. right: 0;
  227. z-index: 1000;
  228. width: 25px;
  229. }
  230. .gengduo {
  231. position: fixed;
  232. top: 25%;
  233. right: 0;
  234. z-index: 1000;
  235. width: 25px;
  236. }
  237. .zhezhao_boxa {
  238. z-index: 1000;
  239. width: 100%;
  240. height: 100%;
  241. position: fixed;
  242. top: 0;
  243. left: 0;
  244. display: none;
  245. }
  246. .zhezhao_boxc {
  247. z-index: 1000;
  248. width: 100%;
  249. height: 100%;
  250. position: fixed;
  251. top: 0;
  252. left: 0;
  253. display: none;
  254. }
  255. .zhezhao_boxd {
  256. z-index: 1000;
  257. width: 100%;
  258. height: 100%;
  259. position: fixed;
  260. top: 0;
  261. left: 0;
  262. display: none;
  263. background: rgba(0, 0, 0, 0.5);
  264. }
  265. .opentca img {
  266. position: fixed;
  267. top: 50%;
  268. left: 50%;
  269. opacity: 0.6;
  270. border-radius: 10px;
  271. position: fixed;
  272. left: 23%;
  273. top: 50%;
  274. z-index: 9999;
  275. left: 50%;
  276. top: 50%;
  277. -webkit-transform: translate(-50%, -50%);
  278. transform: translate(-50%, -50%);
  279. }
  280. .opentcc {
  281. background: rgba(0, 0, 0, 0.8);
  282. padding: 10px;
  283. font-size: 14px;
  284. color: #fff;
  285. text-align: center;
  286. border-radius: 10px;
  287. position: fixed;
  288. min-width: 150px;
  289. max-width: 180px;
  290. z-index: 9999;
  291. left: 50%;
  292. top: 50%;
  293. -webkit-transform: translate(-50%, -50%);
  294. transform: translate(-50%, -50%);
  295. }
  296. .opentcd1 {
  297. padding: 20px 0;
  298. background: #fff;
  299. text-align: center;
  300. border-radius: 10px;
  301. position: fixed;
  302. min-width: 200px;
  303. max-width: 230px;
  304. z-index: 9999;
  305. left: 50%;
  306. top: 50%;
  307. -webkit-transform: translate(-50%, -50%);
  308. transform: translate(-50%, -50%);
  309. }
  310. .opentcd_p1 {
  311. font-size: 16px;
  312. text-align: center;
  313. margin: 0 auto 20px;
  314. color: #333;
  315. line-height: 16px;
  316. }
  317. .opentcd_divcc {
  318. font-size: 14px;
  319. width: 100%;
  320. height: 44px;
  321. line-height: 44px;
  322. position: absolute;
  323. background: #4262f4;
  324. color: #fff;
  325. border-bottom-left-radius: 10px;
  326. border-bottom-right-radius: 10px;
  327. }
  328. .tips-desc {
  329. color: #333;
  330. font-size: 14px;
  331. line-height: 28px;
  332. margin-bottom: 15px;
  333. }
  334. /* 办理按钮 */
  335. .fixed-bottom {
  336. text-align: center;
  337. padding: 20px;
  338. -webkit-backdrop-filter: blur(15px);
  339. backdrop-filter: blur(15px);
  340. width: 100%;
  341. margin: 0 auto;
  342. position: fixed;
  343. bottom: 0;
  344. }
  345. .lingqu {
  346. max-width: 710px;
  347. min-width: 250px;
  348. height: 40px;
  349. border-radius: 40px;
  350. font-size: 18px;
  351. color: #fff;
  352. border: none;
  353. overflow: hidden;
  354. background: #4262f4;
  355. display: flex;
  356. align-items: center;
  357. justify-content: center;
  358. }
  359. /* 办理表单 */
  360. .teamcon {
  361. width: 94%;
  362. margin: 0 auto;
  363. border-radius: 5px;
  364. }
  365. .teamcona {
  366. position: relative;
  367. padding-left: 70px;
  368. margin-bottom: 10px;
  369. }
  370. .teamconl {
  371. position: absolute;
  372. left: 0;
  373. top: 0;
  374. line-height: 42px;
  375. font-size: 14px;
  376. color: #333;
  377. }
  378. .teamconr {
  379. border: 1px solid #eee;
  380. border-radius: 3px;
  381. height: 40px;
  382. line-height: 40px;
  383. padding: 0 3%;
  384. }
  385. .teamloginr1 {
  386. border: none;
  387. height: 40px;
  388. font-size: 14px;
  389. }
  390. /* 办理流程 */
  391. .apply_da {
  392. width: 17.5%;
  393. float: left;
  394. text-align: center;
  395. margin-right: 3%;
  396. }
  397. .apply_dc {
  398. font-size: 14px;
  399. color: #666;
  400. text-align: center;
  401. line-height: 18px;
  402. margin-top: 0px;
  403. }
  404. .apply_da img {
  405. width: 25px;
  406. }
  407. .navlogo {
  408. border-bottom: 1px solid #f5f5f5;
  409. }
  410. .navimg {
  411. border-bottom: 1px solid #f5f5f5;
  412. margin-bottom: 80px;
  413. }
  414. /* 标题 */
  415. .listc3 {
  416. line-height: normal;
  417. text-align: center;
  418. }
  419. .listc3 timea {
  420. border: 1px #4262f4 solid;
  421. color: #4262f4;
  422. margin-bottom: 5px;
  423. padding: 0 5px;
  424. border-radius: 3px;
  425. font-size: 12px;
  426. }
  427. .listc3 empty {
  428. border: 1px #18a52a solid;
  429. color: #18a52a;
  430. margin-bottom: 5px;
  431. padding: 0 5px;
  432. border-radius: 3px;
  433. font-size: 12px;
  434. }
  435. .listc3 lable {
  436. border: 1px #2997f7 solid;
  437. color: #2997f7;
  438. margin-bottom: 5px;
  439. padding: 0 5px;
  440. border-radius: 3px;
  441. font-size: 12px;
  442. }
  443. .listc3 contenta {
  444. border: 1px #f14e4e solid;
  445. color: #f14e4e;
  446. margin-bottom: 5px;
  447. padding: 0 5px;
  448. border-radius: 3px;
  449. font-size: 12px;
  450. }
  451. .listc3 contentb {
  452. border: 1px #946ddd solid;
  453. color: #946ddd;
  454. margin-bottom: 5px;
  455. padding: 0 5px;
  456. border-radius: 3px;
  457. font-size: 12px;
  458. }
  459. .title {
  460. padding: 10px;
  461. }
  462. .detail {
  463. margin: 10px;
  464. padding: 0;
  465. border-bottom: none;
  466. border-radius: 10px;
  467. background: #fff;
  468. box-shadow: 0 0 10px rgb(116 116 116 / 8%);
  469. }
  470. .detaila {
  471. font-size: 16px;
  472. line-height: 18px;
  473. text-align: center;
  474. padding-top: 15px;
  475. }
  476. /* 表格 */
  477. table {
  478. border-collapse: inherit;
  479. width: 100%;
  480. }
  481. th,
  482. td {
  483. width: 100px;
  484. height: 40px;
  485. border: 1px solid #666;
  486. font-size: 12px;
  487. text-align: center;
  488. }
  489. table {
  490. border-spacing: 0;
  491. }
  492. table th {
  493. width: 100px;
  494. height: 30px;
  495. line-height: 30px;
  496. }
  497. table td {
  498. width: 100px;
  499. height: 30px;
  500. text-align: center;
  501. line-height: 30px;
  502. border: 1px solid gray;
  503. }
  504. table tr:first-child td:first-child {
  505. border-top-left-radius: 5px;
  506. }
  507. table tr:first-child td:last-child {
  508. border-top-right-radius: 5px;
  509. }
  510. table tr:last-child td:first-child {
  511. border-bottom-left-radius: 5px;
  512. }
  513. table tr:last-child td:last-child {
  514. border-bottom-right-radius: 5px;
  515. }
  516. table tr:last-child td {
  517. border-top: none;
  518. }
  519. table tr td:nth-child(2) {
  520. border-left: none;
  521. }
  522. .sec {
  523. overflow: hidden;
  524. box-sizing: border-box;
  525. background: #fff;
  526. border-radius: 10px;
  527. }
  528. .poster {
  529. width: 100%;
  530. padding-top: 0;
  531. margin-bottom: 15px;
  532. }
  533. .poster-list .poster-txt.xg:after {
  534. height: 1rem;
  535. }
  536. .nava:before {
  537. background: #4262f4;
  538. }
  539. .nav {
  540. padding: 0 10px;
  541. border: none;
  542. }
  543. .navb {
  544. background: #fff;
  545. padding: 10px;
  546. border-radius: 10px;
  547. margin: 10px;
  548. }
  549. .navt {
  550. width: 100%;
  551. padding: 10px 0px;
  552. box-sizing: border-box;
  553. line-height: 24px;
  554. position: relative;
  555. background-color: #fff;
  556. color: rgb(117, 117, 126);
  557. font-size: 14px;
  558. overflow: hidden;
  559. }
  560. .navx {
  561. text-align: center;
  562. width: 100%;
  563. padding: 10px 10px;
  564. box-sizing: border-box;
  565. line-height: 24px;
  566. position: relative;
  567. background-color: #fff;
  568. color: rgb(179, 179, 181);
  569. font-size: 12px;
  570. overflow: hidden;
  571. }
  572. .nvat_t {
  573. color: #333;
  574. font-weight: 700;
  575. }
  576. .navc {
  577. font-size: 15px;
  578. color: #4262f4;
  579. line-height: normal;
  580. font-weight: bold;
  581. padding: 15px 0px 15px 0px;
  582. left: 10px;
  583. position: relative;
  584. }
  585. .navc:before {
  586. height: 15px;
  587. margin-top: 0;
  588. position: absolute;
  589. transform: translate(0, -7.5px);
  590. top: 50%;
  591. left: -10px;
  592. }
  593. .navd {
  594. background: #fff;
  595. padding: 0 10px 15px;
  596. border-radius: 10px;
  597. margin: 15px 10px 15px;
  598. border: none;
  599. box-shadow: 0 0 9px rgb(116 116 116 / 8%);
  600. }
  601. .nave {
  602. background: #fff;
  603. padding: 0 10px 5px;
  604. border-radius: 10px;
  605. margin: 15px 10px 0;
  606. border: none;
  607. box-shadow: 0 0 9px rgb(116 116 116 / 8%);
  608. }
  609. .cona {
  610. font-size: 14px;
  611. color: #666;
  612. }
  613. .tagcss {
  614. border: 1px #4262f4 solid;
  615. color: #4262f4;
  616. margin-bottom: 5px;
  617. padding: 0 5px;
  618. border-radius: 3px;
  619. font-size: 14px;
  620. }
  621. .poster {
  622. margin-bottom: 0.3215rem;
  623. }
  624. .poster-list img {
  625. width: 100%;
  626. }
  627. .poster-list .poster-txt {
  628. position: relative;
  629. overflow: hidden;
  630. transition: height 0.24s;
  631. }
  632. .poster-list .poster-txt.xg:after {
  633. content: '';
  634. position: absolute;
  635. bottom: 0;
  636. display: block;
  637. width: 100%;
  638. height: 4rem;
  639. background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  640. background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  641. background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  642. }
  643. .poster-btn {
  644. outline: none;
  645. display: block;
  646. width: 75px;
  647. line-height: 2;
  648. margin: 0.1rem auto;
  649. color: #fff;
  650. font-size: 0.28rem;
  651. text-align: center;
  652. background: #4262f4;
  653. border-radius: 30px;
  654. }
  655. .current-menu {
  656. content: '';
  657. display: block;
  658. margin-top: 10px;
  659. background: #e24f4f;
  660. border-radius: 30px;
  661. color: #fff;
  662. }
  663. .detail {
  664. margin: 10px;
  665. border-bottom: none;
  666. padding: 15px 0;
  667. border-radius: 10px;
  668. background: #fff;
  669. box-shadow: 0 0 10px rgb(116 116 116 / 8%);
  670. }
  671. /* 办理流程 */
  672. .apply_da {
  673. width: 17.5%;
  674. float: left;
  675. text-align: center;
  676. margin-right: 3%;
  677. }
  678. .apply_dc {
  679. font-size: 14px;
  680. color: #666;
  681. text-align: center;
  682. line-height: 18px;
  683. margin-top: 0px;
  684. }
  685. .apply_da img {
  686. width: 25px;
  687. }
  688. .liucheng {
  689. margin-bottom: 10px;
  690. background: -webkit-linear-gradient(left, #54a1f7, #4262f4) no-repeat;
  691. border-radius: 50px;
  692. display: -webkit-inline-box;
  693. display: -webkit-inline-flex;
  694. display: -ms-inline-flexbox;
  695. display: inline-flex;
  696. width: 50px;
  697. height: 50px;
  698. -webkit-box-pack: center;
  699. -webkit-justify-content: center;
  700. -ms-flex-pack: center;
  701. justify-content: center;
  702. -webkit-box-align: center;
  703. -webkit-align-items: center;
  704. }
  705. .con {
  706. font-size: 15px;
  707. }
  708. .cona {
  709. font-size: 14px;
  710. color: #666;
  711. }
  712. .clear {
  713. display: block;
  714. clear: both;
  715. }
  716. .chao {
  717. display: flex;
  718. align-items: center;
  719. height: 50px;
  720. font-size: 14px;
  721. }
  722. .where {
  723. border-radius: 3px;
  724. height: 48px;
  725. line-height: 50px;
  726. padding: 0 20px;
  727. flex-grow: 1;
  728. flex-basis: 0;
  729. flex-shrink: 0;
  730. }
  731. #popupContainer {
  732. display: none;
  733. position: fixed;
  734. top: 0;
  735. left: 0;
  736. width: 100%;
  737. height: 100%;
  738. background-color: rgba(0, 0, 0, 0.5);
  739. z-index: 9999;
  740. }
  741. #popupContent {
  742. position: absolute;
  743. top: 50%;
  744. left: 50%;
  745. transform: translate(-50%, -50%);
  746. max-width: 750px;
  747. width: 80%;
  748. background-color: #fff;
  749. padding: 20px;
  750. text-align: center;
  751. border-radius: 10px;
  752. }
  753. #closePopup {
  754. margin-top: 20px;
  755. }
  756. #phoneContainer {
  757. width: 100%;
  758. height: 52vh;
  759. overflow-y: scroll;
  760. }
  761. #phoneContainer::-webkit-scrollbar {
  762. width: 8px;
  763. }
  764. #phoneContainer::-webkit-scrollbar-thumb {
  765. background-color: #888;
  766. border-radius: 4px;
  767. }
  768. #phoneContainer::-webkit-scrollbar-track {
  769. background-color: #f1f1f1;
  770. }
  771. #phoneContainer .phoneRow {
  772. display: flex;
  773. flex-wrap: wrap;
  774. }
  775. #phoneContainer .phoneItem {
  776. width: 48%;
  777. padding: 10px;
  778. box-sizing: border-box;
  779. border: 1px #eeeeee solid;
  780. font-size: 14px;
  781. margin-right: 1%;
  782. margin-top: 5px;
  783. text-align: center;
  784. border-radius: 0.1rem;
  785. }
  786. .button-container {
  787. display: flex;
  788. justify-content: space-between;
  789. }
  790. /* 按钮重置 */
  791. .reset-button {
  792. /* 重置按钮的默认样式 */
  793. background: none;
  794. border: none;
  795. color: inherit;
  796. cursor: pointer;
  797. font: inherit;
  798. outline: none;
  799. padding: 0;
  800. }
  801. #hpButton {
  802. /* 添加其他需要的样式 */
  803. flex: 1;
  804. padding: 0.2rem;
  805. background: #4262f4;
  806. opacity: 1;
  807. color: rgb(255, 255, 255);
  808. text-align: center;
  809. border-radius: 22px;
  810. margin: 0.2rem 0.3rem;
  811. }
  812. #csButton {
  813. /* 添加其他需要的样式 */
  814. flex: 1;
  815. padding: 0.2rem;
  816. background: #4262f4;
  817. opacity: 0.5;
  818. color: rgb(255, 255, 255);
  819. text-align: center;
  820. border-radius: 22px;
  821. margin: 0.2rem 0.3rem;
  822. }