main.min.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646
  1. html,
  2. body,
  3. div,
  4. span,
  5. applet,
  6. object,
  7. iframe,
  8. h1,
  9. h2,
  10. h3,
  11. h4,
  12. h5,
  13. h6,
  14. p,
  15. blockquote,
  16. pre,
  17. a,
  18. abbr,
  19. acronym,
  20. address,
  21. big,
  22. cite,
  23. code,
  24. del,
  25. dfn,
  26. em,
  27. img,
  28. ins,
  29. kbd,
  30. q,
  31. s,
  32. samp,
  33. small,
  34. strike,
  35. strong,
  36. sub,
  37. sup,
  38. tt,
  39. var,
  40. b,
  41. u,
  42. i,
  43. center,
  44. dl,
  45. dt,
  46. dd,
  47. ol,
  48. ul,
  49. li,
  50. fieldset,
  51. form,
  52. label,
  53. legend,
  54. table,
  55. caption,
  56. tbody,
  57. tfoot,
  58. thead,
  59. tr,
  60. th,
  61. td,
  62. article,
  63. aside,
  64. canvas,
  65. details,
  66. embed,
  67. figure,
  68. figcaption,
  69. footer,
  70. header,
  71. hgroup,
  72. menu,
  73. nav,
  74. output,
  75. ruby,
  76. section,
  77. summary,
  78. time,
  79. mark,
  80. audio,
  81. video {
  82. margin: 0;
  83. padding: 0;
  84. border: 0;
  85. font-size: 100%;
  86. font: inherit;
  87. vertical-align: baseline
  88. }
  89. article,
  90. aside,
  91. details,
  92. figcaption,
  93. figure,
  94. footer,
  95. header,
  96. hgroup,
  97. menu,
  98. nav,
  99. section {
  100. display: block
  101. }
  102. ol,
  103. ul {
  104. list-style: none
  105. }
  106. blockquote,
  107. q {
  108. quotes: none
  109. }
  110. blockquote:before,
  111. blockquote:after,
  112. q:before,
  113. q:after {
  114. content: '';
  115. content: none
  116. }
  117. table {
  118. border-collapse: collapse;
  119. border-spacing: 0
  120. }
  121. input {
  122. -webkit-box-sizing: border-box;
  123. -moz-box-sizing: border-box;
  124. box-sizing: border-box
  125. }
  126. .iframe-cap {
  127. position: fixed;
  128. top: 0;
  129. left: 0;
  130. width: 100%;
  131. height: 100%;
  132. z-index: 1000
  133. }
  134. body {
  135. font-size: 0.3rem;
  136. font-family: PingFangSC-Regular, sans-serif, "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑";
  137. background: url("../images/bg.png") no-repeat #5614fe;
  138. background-size: 100%;
  139. min-height: 14.7rem;
  140. max-width: 750px;
  141. margin: 0 auto
  142. }
  143. .section-banner .banner {
  144. height: 6.20rem;
  145. width: 100%;
  146. margin: 0 auto
  147. }
  148. .section-banner .banner img {
  149. width: 100%;
  150. height: 100%
  151. }
  152. .section-banner .product {
  153. height: 1.94rem;
  154. width: 6.99rem;
  155. margin: 0.2rem auto 0
  156. }
  157. .section-banner .product img {
  158. width: 100%;
  159. height: 100%
  160. }
  161. .section-banner-small {
  162. height: 4.5rem;
  163. overflow: hidden
  164. }
  165. .section-order {
  166. margin-top: 0.32rem
  167. }
  168. .section-order .btn-order {
  169. color: white;
  170. width: 6.45rem;
  171. height: 1.67rem;
  172. background: url("../images/orderbtn.png") no-repeat;
  173. background-size: 100% 100%;
  174. margin: 0 auto;
  175. display: flex;
  176. align-items: center;
  177. justify-content: center;
  178. font-size: 0.34rem
  179. }
  180. .section-order .btn-draw {
  181. text-align: center;
  182. font-size: 0.26rem;
  183. margin-top: -0.2rem;
  184. z-index: 1;
  185. color: white
  186. }
  187. .section-order .btn-draw a {
  188. color: #e59067;
  189. text-decoration: none
  190. }
  191. .section-agr {
  192. position: relative;
  193. margin: 0rem 0rem 0rem 0.24rem;
  194. color: #FFFFFF;
  195. }
  196. .section-agr .title {
  197. width: 2.67rem;
  198. height: 0.70rem;
  199. background: url("../images/warm-notice.png") no-repeat;
  200. background-size: 100% 100%;
  201. margin: 0 auto;
  202. display: flex;
  203. align-items: center;
  204. justify-content: center
  205. }
  206. .section-agr ul {
  207. margin: 0.2rem 0.35rem;
  208. font-size: 0.24rem;
  209. line-height: 0.4rem;
  210. color: rgba(255, 255, 255, 0.8);
  211. padding-bottom: 0.2rem
  212. }
  213. .section-agr ul li {
  214. margin-bottom: 0.4rem
  215. }
  216. .section-agr ul li a {
  217. color: #e59067
  218. }
  219. .section-flow {
  220. width: 6.83rem;
  221. height: 5.52rem;
  222. background: url(../images/bg-queryflow.png) no-repeat;
  223. background-size: 100% 100%;
  224. margin: 0 auto;
  225. padding-top: 0.5rem
  226. }
  227. .section-flow .circle {
  228. width: 2.55rem;
  229. height: 2.55rem;
  230. background: url(../images/bg-ellipse.png) no-repeat;
  231. background-size: 100% 100%;
  232. margin: 0 auto;
  233. display: flex;
  234. align-items: center;
  235. justify-content: center;
  236. color: #6625f6;
  237. font-weight: bold;
  238. text-align: center;
  239. display: flex;
  240. flex-direction: column
  241. }
  242. .section-flow .circle .vflag {
  243. margin-top: -0.3rem
  244. }
  245. .section-flow .circle .vflag img {
  246. width: 0.5rem
  247. }
  248. .section-flow .btn {
  249. color: white;
  250. width: 1.65rem;
  251. height: 0.6rem;
  252. display: flex;
  253. align-items: center;
  254. justify-content: center;
  255. background-image: linear-gradient(to bottom, #f3ae39, #fa0351);
  256. border-radius: 0.3rem;
  257. margin: 0.2rem auto
  258. }
  259. .section-flow .phone {
  260. color: #333333;
  261. text-align: center;
  262. margin-top: 0.5rem;
  263. font-weight: bold
  264. }
  265. .section-flow .member {
  266. color: #333333;
  267. text-align: center;
  268. margin-top: 0.2rem;
  269. font-weight: bold
  270. }
  271. .section-flow .member a {
  272. color: #fbb256;
  273. text-decoration: none
  274. }
  275. .section-cancel {
  276. width: 6.83rem;
  277. height: 5.52rem;
  278. background: url(../images/bg-cancel.png) no-repeat;
  279. background-size: 100% 100%;
  280. margin: 0 auto
  281. }
  282. .section-cancel .tips {
  283. color: #333333;
  284. height: 1.8rem;
  285. display: flex;
  286. align-items: center;
  287. justify-content: center;
  288. font-size: 0.26rem
  289. }
  290. .section-cancel .tips .left,
  291. .section-cancel .tips .right {
  292. width: 0.4rem;
  293. height: 100%
  294. }
  295. .section-cancel .tips .left img,
  296. .section-cancel .tips .right img {
  297. width: 0.29rem;
  298. height: 0.22rem;
  299. margin-top: 0.6rem
  300. }
  301. .section-cancel .tips .right {
  302. text-align: right
  303. }
  304. .section-cancel .tips .mid {
  305. width: 4.2rem;
  306. text-align: center
  307. }
  308. .section-draw {
  309. width: 6.83rem;
  310. height: 5.52rem;
  311. background: url(../images/bg-cancel.png) no-repeat;
  312. background-size: 100% 100%;
  313. margin: 0 auto
  314. }
  315. .section-draw .tips {
  316. color: #333333;
  317. height: 1.4rem;
  318. display: flex;
  319. align-items: center;
  320. justify-content: center;
  321. font-size: 0.26rem
  322. }
  323. .section-draw .tips .left,
  324. .section-draw .tips .right {
  325. width: 0.4rem;
  326. height: 100%
  327. }
  328. .section-draw .tips .left img,
  329. .section-draw .tips .right img {
  330. width: 0.29rem;
  331. height: 0.22rem;
  332. margin-top: 0.6rem
  333. }
  334. .section-draw .tips .right {
  335. text-align: right
  336. }
  337. .section-draw .tips .mid {
  338. width: 4.2rem;
  339. text-align: center;
  340. font-size: 0.34rem;
  341. font-weight: bold
  342. }
  343. .section-active {
  344. width: 6.83rem;
  345. height: 5.52rem;
  346. background: url(../images/bg-cancel.png) no-repeat;
  347. background-size: 100% 100%;
  348. margin: 0 auto
  349. }
  350. .section-active .tips {
  351. color: #333333;
  352. height: 1.4rem;
  353. display: flex;
  354. align-items: center;
  355. justify-content: center;
  356. font-size: 0.26rem
  357. }
  358. .section-active .tips .left,
  359. .section-active .tips .right {
  360. width: 0.4rem;
  361. height: 100%
  362. }
  363. .section-active .tips .left img,
  364. .section-active .tips .right img {
  365. width: 0.29rem;
  366. height: 0.22rem;
  367. margin-top: 0.6rem
  368. }
  369. .section-active .tips .right {
  370. text-align: right
  371. }
  372. .section-active .tips .mid {
  373. width: 4.2rem;
  374. text-align: center;
  375. font-size: 0.32rem;
  376. font-weight: bold
  377. }
  378. input::-webkit-input-placeholder {
  379. color: #979998;
  380. font-size: 0.26rem
  381. }
  382. input::-moz-placeholder {
  383. color: #979998;
  384. font-size: 0.26rem
  385. }
  386. input:-moz-placeholder {
  387. color: #979998;
  388. font-size: 0.26rem
  389. }
  390. input:-ms-input-placeholder {
  391. color: #979998;
  392. font-size: 0.26rem
  393. }
  394. .form-group .input-row {
  395. display: flex;
  396. align-content: space-between;
  397. justify-content: center;
  398. margin-bottom: 0.25rem
  399. }
  400. .form-group .input-row .smscode {
  401. width: 2.8rem;
  402. margin-right: 0.15rem
  403. }
  404. .form-group .input-row .sendcode {
  405. font-size: 0.26rem;
  406. width: 2.1rem;
  407. height: .8rem;
  408. background: #fce410;
  409. border-radius: 0.08rem;
  410. display: flex;
  411. align-items: center;
  412. justify-content: center
  413. }
  414. .form-group .input-row .sendcode-wait {
  415. color: gray
  416. }
  417. .form-group .input-row:last-child {
  418. margin-bottom: 0rem
  419. }
  420. .form-group input {
  421. color: #222222;
  422. font-size: 0.26rem;
  423. width: 5.07rem;
  424. height: 0.8rem;
  425. border-radius: 0.08rem;
  426. border: none;
  427. outline: none;
  428. -webkit-appearance: none;
  429. background-color: #f0f4ff;
  430. padding-left: 0.35rem;
  431. min-width: 2.4rem
  432. }
  433. .form-group .actions {
  434. margin-top: 0.6rem
  435. }
  436. .form-group .actions .btn {
  437. color: white;
  438. width: 4rem;
  439. height: 0.8rem;
  440. background: url("../images/orderbtn.png") no-repeat;
  441. background-size: 100% 100%;
  442. margin: 0 auto;
  443. display: flex;
  444. align-items: center;
  445. justify-content: center;
  446. font-size: 0.34rem
  447. }
  448. .overlay {
  449. position: fixed;
  450. top: 0;
  451. right: 0;
  452. bottom: 0;
  453. left: 0;
  454. z-index: 9990;
  455. background-color: rgba(0, 0, 0, 0.7)
  456. }
  457. .dialog {
  458. top: 1.5rem;
  459. left: 0.6rem;
  460. right: 0.6rem;
  461. z-index: 9990;
  462. background: url(../images/bg-failure.png) no-repeat;
  463. background-size: 100% 100%;
  464. position: fixed;
  465. min-height: 5.2rem
  466. }
  467. .dialog .face {
  468. height: 1.9rem;
  469. display: flex;
  470. align-items: center;
  471. justify-content: center
  472. }
  473. .dialog .face img {
  474. width: 1.13rem;
  475. height: 1.21rem
  476. }
  477. .dialog h2 {
  478. font-size: 0.36rem;
  479. text-align: center;
  480. margin: 0 auto 0.2rem;
  481. font-weight: bold
  482. }
  483. .dialog p {
  484. min-height: 1.2rem;
  485. margin: 0 1rem;
  486. text-align: center
  487. }
  488. .dialog .btn {
  489. width: 4rem;
  490. height: 0.9rem;
  491. display: flex;
  492. align-items: center;
  493. justify-content: center;
  494. margin: 0 auto 0.3rem;
  495. border-radius: 0.1rem;
  496. background: url(../images/orderbtns.png) no-repeat;
  497. background-size: 100% 100%;
  498. color: white;
  499. font-weight: bold;
  500. font-size: 0.36rem
  501. }
  502. .dialog-confirm {
  503. top: 4rem;
  504. height: 3.5rem;
  505. min-height: 3.5rem
  506. }
  507. .dialog-confirm h2 {
  508. margin: 0.3rem
  509. }
  510. .dialog-confirm .actions {
  511. display: flex;
  512. width: 5.5rem;
  513. margin: 0 auto
  514. }
  515. .dialog-confirm .actions .btn {
  516. width: 2.4rem
  517. }
  518. .dialog-alert {
  519. left: 0.6rem;
  520. right: 0.6rem;
  521. z-index: 9990;
  522. background: url(../images/bg-failure.png) no-repeat;
  523. background-size: 100% 100%;
  524. position: fixed;
  525. border-radius: 0.1rem;
  526. min-height: auto;
  527. height: auto;
  528. top: 4rem
  529. }
  530. .dialog-alert h1 {
  531. font-size: 0.36rem;
  532. font-weight: bold;
  533. text-align: center;
  534. margin-top: 0.5rem
  535. }
  536. .dialog-alert .content {
  537. min-height: 1.2rem;
  538. margin: 0.2rem 0.6rem;
  539. display: flex;
  540. align-items: center;
  541. justify-content: center
  542. }
  543. .dialog-alert .actions .btn {
  544. width: 4rem;
  545. height: 0.9rem;
  546. display: flex;
  547. align-items: center;
  548. justify-content: center;
  549. margin: 0 auto 0.3rem;
  550. border-radius: 0.1rem;
  551. background: url(../images/orderbtns.png) no-repeat;
  552. background-size: 100% 100%;
  553. color: white;
  554. font-weight: bold;
  555. font-size: 0.36rem
  556. }
  557. .loading {
  558. position: fixed;
  559. top: 0;
  560. left: 0;
  561. right: 0;
  562. bottom: 0;
  563. z-index: 9991
  564. }
  565. .loading .content {
  566. color: rgba(255, 255, 255, 0.6);
  567. margin-top: 3.5rem;
  568. text-align: center
  569. }