styleP.css 21 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153
  1. @charset "utf-8";
  2. /* CSS Document */
  3. /*公共部分*/
  4. * {
  5. font-family: "microsoft yahei", "helvetica", "heiti SC", "droid", "sans";
  6. word-spacing: 0px;
  7. letter-spacing: .02rem;
  8. font-size: 62.5%;
  9. margin: 0;
  10. padding: 0;
  11. }
  12. body {
  13. /*position: relative;*/
  14. }
  15. .fl {
  16. float: left;
  17. }
  18. .fr {
  19. float: right;
  20. }
  21. .clear {
  22. clear: both
  23. }
  24. .blank {
  25. margin-bottom: 4rem;
  26. }
  27. header {
  28. background: #18b4ed;
  29. width: 100%;
  30. height: 5rem;
  31. position: fixed;
  32. top: 0;
  33. left: 0;
  34. }
  35. header img {
  36. width: 3rem;
  37. height: 3rem;
  38. margin-top: 1rem;
  39. float: left;
  40. z-index: 999999999;
  41. }
  42. header span {
  43. line-height: 5rem;
  44. font-size: 2rem;
  45. color: #fff;
  46. float: left;
  47. }
  48. .half {
  49. width: 50%;
  50. float: left;
  51. position: relative
  52. }
  53. .half > a {
  54. position: relative;
  55. width: 8rem;
  56. display: inline-block;
  57. background: #18b4ed;
  58. height: 8rem;
  59. left: 50%;
  60. margin-left: -4rem
  61. }
  62. .half > a img {
  63. width: 5rem;
  64. height: 4.16rem;
  65. margin-left: 1.5rem;
  66. margin-top: 1.92rem
  67. }
  68. .half > p {
  69. font-size: 1.5rem;
  70. text-align: center;
  71. position: relative;
  72. bottom: 0;
  73. margin-top: 1.2rem;
  74. color: #999;
  75. }
  76. .logo-license {
  77. margin-top: 8rem
  78. }
  79. .license{
  80. position: relative;
  81. width: 8rem;
  82. display: inline-block;
  83. background: #18b4ed;
  84. height: 8rem;
  85. left: 50%;
  86. margin-left: -4rem
  87. }
  88. .license >img{
  89. width: 5rem;
  90. height: 4.16rem;
  91. margin-left: 1.5rem;
  92. margin-top: 1.92rem
  93. }
  94. .logo {
  95. border-radius: 100%
  96. }
  97. /*图片裁剪-触屏设备*/
  98. @import url(reset.css);
  99. @font-face {
  100. font-family: 'icomoon';
  101. src:url('../fonts/icomoon.eot?rretjt');
  102. src:url('../fonts/icomoon.eot?#iefixrretjt') format('embedded-opentype'),
  103. url('../fonts/icomoon.woff?rretjt') format('woff'),
  104. url('../fonts/icomoon.ttf?rretjt') format('truetype'),
  105. url('../fonts/icomoon.svg?rretjt#icomoon') format('svg');
  106. font-weight: normal;
  107. font-style: normal;
  108. }
  109. [class^="icon-"], [class*=" icon-"] {
  110. font-family: 'icomoon';
  111. speak: none;
  112. font-style: normal;
  113. font-weight: normal;
  114. font-variant: normal;
  115. text-transform: none;
  116. line-height: 1;
  117. /* Better Font Rendering =========== */
  118. -webkit-font-smoothing: antialiased;
  119. -moz-osx-font-smoothing: grayscale;
  120. }
  121. /* Reset */
  122. *,
  123. *:after,
  124. *:before {
  125. -webkit-box-sizing: border-box;
  126. -moz-box-sizing: border-box;
  127. box-sizing: border-box;
  128. }
  129. /* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
  130. .clearfix:before,
  131. .clearfix:after {
  132. content: " ";
  133. display: table;
  134. }
  135. .clearfix:after {
  136. clear: both;
  137. }
  138. .htmleaf-container{
  139. margin: 0 auto;
  140. text-align: center;
  141. overflow: hidden;
  142. width: 100%;
  143. height: 100%;
  144. position: fixed;
  145. top: 0;
  146. background: #000;
  147. display: none;
  148. z-index: 9999999;
  149. }
  150. .htmleaf-content {
  151. font-size: 150%;
  152. padding: 1em 0;
  153. }
  154. .htmleaf-content h2 {
  155. margin: 0 0 2em;
  156. opacity: 0.1;
  157. }
  158. .htmleaf-content p {
  159. margin: 1em 0;
  160. padding: 5em 0 0 0;
  161. font-size: 0.65em;
  162. }
  163. .bgcolor-1 { background: #f0efee; }
  164. .bgcolor-2 { background: #f9f9f9; }
  165. .bgcolor-3 { background: #e8e8e8; }/*light grey*/
  166. .bgcolor-4 { background: #2f3238; color: #fff; }/*Dark grey*/
  167. .bgcolor-5 { background: #df6659; color: #521e18; }/*pink1*/
  168. .bgcolor-6 { background: #2fa8ec; }/*sky blue*/
  169. .bgcolor-7 { background: #d0d6d6; }/*White tea*/
  170. .bgcolor-8 { background: #3d4444; color: #fff; }/*Dark grey2*/
  171. .bgcolor-9 { background: #ef3f52; color: #fff;}/*pink2*/
  172. .bgcolor-10{ background: #64448f; color: #fff;}/*Violet*/
  173. .bgcolor-11{ background: #3755ad; color: #fff;}/*dark blue*/
  174. .bgcolor-12{ background: #3498DB; color: #fff;}/*light blue*/
  175. .bgcolor-20{ background: #494A5F;color: #D5D6E2;}
  176. /* Header */
  177. .htmleaf-header{
  178. padding: 1em 190px 1em;
  179. letter-spacing: -1px;
  180. text-align: center;
  181. background: #66677c;
  182. }
  183. .htmleaf-header h1 {
  184. color: #D5D6E2;
  185. font-weight: 600;
  186. font-size: 2em;
  187. line-height: 1;
  188. margin-bottom: 0;
  189. font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
  190. }
  191. .htmleaf-header h1 span {
  192. font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
  193. display: block;
  194. font-size: 60%;
  195. font-weight: 400;
  196. padding: 0.8em 0 0.5em 0;
  197. color: #c3c8cd;
  198. }
  199. /*nav*/
  200. .htmleaf-demo a{color: #1d7db1;text-decoration: none;}
  201. .htmleaf-demo{width: 100%;padding-bottom: 1.2em;}
  202. .htmleaf-demo a{display: inline-block;margin: 0.5em;padding: 0.6em 1em;border: 3px solid #1d7db1;font-weight: 700;}
  203. .htmleaf-demo a:hover{opacity: 0.6;}
  204. .htmleaf-demo a.current{background:#1d7db1;color: #fff; }
  205. /* Top Navigation Style */
  206. .htmleaf-links {
  207. position: relative;
  208. display: inline-block;
  209. white-space: nowrap;
  210. font-size: 1.5em;
  211. text-align: center;
  212. }
  213. .htmleaf-links::after {
  214. position: absolute;
  215. top: 0;
  216. left: 50%;
  217. margin-left: -1px;
  218. width: 2px;
  219. height: 100%;
  220. background: #dbdbdb;
  221. content: '';
  222. -webkit-transform: rotate3d(0,0,1,22.5deg);
  223. transform: rotate3d(0,0,1,22.5deg);
  224. }
  225. .htmleaf-icon {
  226. display: inline-block;
  227. margin: 0.5em;
  228. padding: 0em 0;
  229. width: 1.5em;
  230. text-decoration: none;
  231. }
  232. .htmleaf-icon span {
  233. display: none;
  234. }
  235. .htmleaf-icon:before {
  236. margin: 0 5px;
  237. text-transform: none;
  238. font-weight: normal;
  239. font-style: normal;
  240. font-variant: normal;
  241. font-family: 'icomoon';
  242. line-height: 1;
  243. speak: none;
  244. -webkit-font-smoothing: antialiased;
  245. }
  246. /* footer */
  247. .htmleaf-footer{width: 100%;padding-top: 10px;}
  248. .htmleaf-small{font-size: 0.8em;}
  249. .center{text-align: center;}
  250. .related {
  251. color: #fff;
  252. background: #494A5F;
  253. text-align: center;
  254. font-size: 1.25em;
  255. padding: 0.5em 0;
  256. overflow: hidden;
  257. }
  258. .related > a {
  259. vertical-align: top;
  260. width: calc(100% - 20px);
  261. max-width: 340px;
  262. display: inline-block;
  263. text-align: center;
  264. margin: 20px 10px;
  265. padding: 25px;
  266. font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
  267. }
  268. .related a {
  269. display: inline-block;
  270. text-align: left;
  271. margin: 20px auto;
  272. padding: 10px 20px;
  273. opacity: 0.8;
  274. -webkit-transition: opacity 0.3s;
  275. transition: opacity 0.3s;
  276. -webkit-backface-visibility: hidden;
  277. }
  278. .related a:hover,
  279. .related a:active {
  280. opacity: 1;
  281. }
  282. .related a img {
  283. max-width: 100%;
  284. opacity: 0.8;
  285. border-radius: 4px;
  286. }
  287. .related a:hover img,
  288. .related a:active img {
  289. opacity: 1;
  290. }
  291. .related h3{font-family: "Microsoft YaHei", sans-serif;}
  292. .related a h3 {
  293. font-weight: 300;
  294. margin-top: 0.15em;
  295. color: #fff;
  296. }
  297. /* icomoon */
  298. .icon-htmleaf-home-outline:before {
  299. content: "\e5000";
  300. }
  301. .icon-htmleaf-arrow-forward-outline:before {
  302. content: "\e5001";
  303. }
  304. @media screen and (max-width: 50em) {
  305. .htmleaf-header {
  306. padding: 3em 10% 4em;
  307. }
  308. .htmleaf-header h1 {
  309. font-size:2em;
  310. }
  311. }
  312. @media screen and (max-width: 40em) {
  313. .htmleaf-header h1 {
  314. font-size: 1.5em;
  315. }
  316. }
  317. @media screen and (max-width: 30em) {
  318. .htmleaf-header h1 {
  319. font-size:1.2em;
  320. }
  321. }
  322. article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  323. display: block;
  324. }
  325. audio, canvas, video {
  326. display: inline-block;
  327. }
  328. audio:not([controls]) {
  329. display: none;
  330. height: 0;
  331. }
  332. [hidden] {
  333. display: none;
  334. }
  335. html {
  336. font-family: sans-serif;
  337. -ms-text-size-adjust: 100%;
  338. -webkit-text-size-adjust: 100%;
  339. }
  340. body {
  341. margin: 0;
  342. }
  343. a:focus {
  344. outline: thin dotted;
  345. }
  346. a:active, a:hover {
  347. outline: 0;
  348. }
  349. h1 {
  350. font-size: 2em;
  351. margin: 0.67em 0;
  352. }
  353. abbr[title] {
  354. border-bottom: 1px dotted;
  355. }
  356. b, strong {
  357. font-weight: bold;
  358. }
  359. dfn {
  360. font-style: italic;
  361. }
  362. hr {
  363. -moz-box-sizing: content-box;
  364. box-sizing: content-box;
  365. height: 0;
  366. }
  367. mark {
  368. background: #ff0;
  369. color: #000;
  370. }
  371. code, kbd, pre, samp {
  372. font-family: monospace, serif;
  373. font-size: 1em;
  374. }
  375. pre {
  376. white-space: pre-wrap;
  377. }
  378. q {
  379. quotes: "\201C" "\201D" "\2018" "\2019";
  380. }
  381. small {
  382. font-size: 80%;
  383. }
  384. sub, sup {
  385. font-size: 75%;
  386. line-height: 0;
  387. position: relative;
  388. vertical-align: baseline;
  389. }
  390. sup {
  391. top: -0.5em;
  392. }
  393. sub {
  394. bottom: -0.25em;
  395. }
  396. img {
  397. border: 0;
  398. }
  399. svg:not(:root) {
  400. overflow: hidden;
  401. }
  402. figure {
  403. margin: 0;
  404. }
  405. fieldset {
  406. border: 1px solid #c0c0c0;
  407. margin: 0 2px;
  408. padding: 0.35em 0.625em 0.75em;
  409. }
  410. legend {
  411. border: 0;
  412. padding: 0;
  413. }
  414. button, input, select, textarea {
  415. font-family: inherit;
  416. font-size: 100%;
  417. margin: 0;
  418. }
  419. button, input {
  420. line-height: normal;
  421. }
  422. button, select {
  423. text-transform: none;
  424. }
  425. button, html input[type="button"], input[type="reset"], input[type="submit"] {
  426. -webkit-appearance: button;
  427. cursor: pointer;
  428. }
  429. button[disabled], html input[disabled] {
  430. cursor: default;
  431. }
  432. input[type="checkbox"], input[type="radio"] {
  433. box-sizing: border-box;
  434. padding: 0;
  435. }
  436. input[type="search"] {
  437. -webkit-appearance: textfield;
  438. -moz-box-sizing: content-box;
  439. -webkit-box-sizing: content-box;
  440. box-sizing: content-box;
  441. }
  442. input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  443. -webkit-appearance: none;
  444. }
  445. button::-moz-focus-inner, input::-moz-focus-inner {
  446. border: 0;
  447. padding: 0;
  448. }
  449. textarea {
  450. overflow: auto;
  451. vertical-align: top;
  452. }
  453. table {
  454. border-collapse: collapse;
  455. border-spacing: 0;
  456. }
  457. #clipArea {
  458. height: 90%;
  459. }
  460. /*上传图标*/
  461. #file{
  462. float: left;
  463. height: 100%;
  464. }
  465. #clipBtn{
  466. float: right;
  467. height: 100%;
  468. width: 8rem;
  469. background: #18b4ed;
  470. border: 0;
  471. outline: none;
  472. color: #fff;
  473. font-size: 2rem;
  474. z-index: 999;
  475. }
  476. .foot-use{
  477. background: #fff;
  478. height: 10%;
  479. width: 100%;
  480. position: relative;
  481. }
  482. .uploader {
  483. position: absolute;
  484. width: 54%;
  485. height: 8rem;
  486. left: 23%;
  487. cursor: default;
  488. height: 100%;
  489. float: left;
  490. }
  491. .uploader1 {
  492. position: absolute;
  493. width: 50%;
  494. height: 8rem;
  495. cursor: default;
  496. height: 100%;
  497. float: left;
  498. }
  499. .filename {
  500. position: absolute;
  501. outline: 0 none;
  502. line-height: 1.5rem;
  503. font-size: 1.5rem;
  504. color: #999;
  505. width: 100%;
  506. margin: 0;
  507. overflow: hidden;
  508. cursor: default;
  509. text-overflow: ellipsis;
  510. white-space: nowrap;
  511. border: 0;
  512. top: 9.2rem;
  513. text-align: center;
  514. }
  515. .button {
  516. float: left;
  517. height: 100%;
  518. display: inline-block;
  519. outline: 0 none;
  520. margin: 0;
  521. cursor: pointer;
  522. border: 0;
  523. width: 8rem;
  524. font-size: 2rem;
  525. }
  526. .uploader input[type=file] {
  527. position: absolute;
  528. top: 0;
  529. right: 0;
  530. bottom: 0;
  531. border: 0;
  532. padding: 0;
  533. margin: 0;
  534. height:8rem;
  535. width: 100%;
  536. cursor: pointer;
  537. border: solid 1px #ddd;
  538. opacity: 0;
  539. }
  540. .uploader1 input[type=file] {
  541. position: absolute;
  542. top: 0;
  543. left: 0;
  544. bottom: 0;
  545. border: 0;
  546. padding: 0;
  547. margin: 0;
  548. height:8rem;
  549. width: 50%;
  550. cursor: pointer;
  551. border: solid 1px #ddd;
  552. opacity: 0;
  553. }
  554. input[type=button]::-moz-focus-inner {
  555. padding: 0;
  556. border: 0 none;
  557. -moz-box-sizing: content-box;
  558. }
  559. input[type=button]::-webkit-focus-inner {
  560. padding: 0;
  561. border: 0 none;
  562. -webkit-box-sizing: content-box;
  563. }
  564. input[type=text]::-moz-focus-inner {
  565. padding: 0;
  566. border: 0 none;
  567. -moz-box-sizing: content-box;
  568. }
  569. input[type=text]::-webkit-focus-inner {
  570. padding: 0;
  571. border: 0 none;
  572. -webkit-box-sizing: content-box;
  573. }
  574. .blue .button {
  575. color: #fff;
  576. background: #18b4ed;
  577. height: 100%;
  578. }
  579. .info{
  580. margin-top: 4rem;
  581. border-top: solid 1px #ddd;
  582. }
  583. .info ul li{list-style-type: none;padding: 1.5rem 0 ;border-bottom: solid 1px #eee;width: 98%;margin: auto}
  584. .info ul li .left{width: 25%;float: left;position: relative;text-align: right;font-size: 1.5rem;color: #999}
  585. .info ul li .right{width: 72%;float: right;position: relative;text-align: left;font-size: 1.5rem}
  586. .info ul li .right input{outline: none;border:0}
  587. .btn-1{margin-top: 3rem;margin-bottom: 2rem;text-align: center}
  588. .btn-1 button{width: 90%;outline: none;border: none;background: #18b4ed;color: #fff;height: 5rem;display: inline-block;border-radius: 0.4rem;font-size: 2rem}
  589. /*所属行业*/
  590. #divselect,#divselectx,#divselecty{
  591. width: 100%;
  592. position: relative;
  593. }
  594. #divselect small,#divselectx small,#divselecty small{
  595. font-size: 1.5rem;
  596. color: #999;
  597. width: 100%;
  598. display: block;
  599. }
  600. #divselect .all,#divselectx .all,#divselecty .all{
  601. display: none;
  602. width: 80%;
  603. max-height: 80%;
  604. position: fixed;
  605. top: 10%;
  606. left: 10%;
  607. overflow: auto;
  608. border: solid 1px #ddd;
  609. background: #fff;
  610. opacity: 0.9;
  611. box-shadow: 0px 1px 1px #999;
  612. z-index: 99999;
  613. border-radius: 0.5rem;
  614. }
  615. #divselect .all li,#divselectx .all li,#divselecty .all li{
  616. text-indent: 1rem;
  617. line-height: 5rem;
  618. padding: 0;
  619. }
  620. #divselect .all li a,#divselectx .all li a,#divselecty .all li a{
  621. text-decoration: none;
  622. color: #666;
  623. font-size: 1.5rem;
  624. display: block;
  625. }
  626. .mask{
  627. width: 100%;
  628. height: 100%;
  629. position: fixed;
  630. background: #000;
  631. opacity: 0.6;
  632. z-index: 9999;
  633. top: 0;
  634. left: 0;
  635. display: none;
  636. }
  637. .second{
  638. margin-top: 1rem;
  639. border-top: solid 1px #eee;
  640. padding-top: 1rem;
  641. }
  642. .place::-webkit-input-placeholder {
  643. color: #f00;
  644. }
  645. .yulan{
  646. position: fixed;
  647. width: 100%;
  648. height: 100%;
  649. display: none;
  650. top: 0;
  651. left: 0;
  652. text-align: center;
  653. line-height: 100%;
  654. background: #000;
  655. z-index: 99999999;
  656. }
  657. .yulan #img0{
  658. display: inline-block;
  659. max-width: 90%;
  660. line-height: 100%;
  661. max-height: 90%;
  662. top: 40%; left: 50%;
  663. -webkit-transform: translate(-50%, -40%);
  664. position: absolute;
  665. }
  666. .enter{
  667. position: absolute;
  668. height: 10%;
  669. bottom: 0;
  670. left: 0;
  671. width: 100%;
  672. background: #fff;
  673. }
  674. .enter .btn-2,.enter .btn-3{
  675. border: 0;
  676. outline: none;
  677. background: #18b4ed;
  678. color: #fff;
  679. height: 100%;
  680. width: 8rem;
  681. font-size: 2rem;
  682. }
  683. .success{
  684. margin: auto;
  685. width: 100%;
  686. text-align: center;
  687. top: 0;
  688. left: 0;
  689. position: absolute;
  690. }
  691. .install>p{
  692. font-size: 1.7rem;
  693. color: #999;
  694. padding: 0 3rem;
  695. line-height: 2rem;
  696. position: absolute;
  697. bottom: 10rem;
  698. /* text-align: center;*/
  699. }
  700. .install button{
  701. width: 90%;
  702. left: 5%;
  703. position: absolute;
  704. bottom: 3rem;
  705. height: 5rem;
  706. background: #18b4ed;
  707. border: 0;
  708. outline: none;
  709. cursor: default;
  710. color: #fff;
  711. font-size: 2rem;
  712. border-radius: 0.5rem;
  713. }
  714. .yeah{
  715. position: relative;
  716. margin-top: 5rem;
  717. text-align: center;
  718. top: 5rem;
  719. }
  720. .yeah>img{
  721. width: 8rem;
  722. height: 8rem;
  723. padding: 1rem;
  724. border-radius: 100%;
  725. background: #18b4ed;
  726. margin:1rem auto;
  727. display: inline-block;
  728. }
  729. .yeah>p{
  730. font-size: 2rem;
  731. color: #18b4ed;
  732. padding: 0 3rem;
  733. line-height: 3rem;
  734. text-align: center;
  735. }
  736. header .close{
  737. width: 2rem;
  738. height: 2rem;
  739. margin-top: 1.5rem;
  740. margin-left: 1rem;
  741. }
  742. .mybonus{
  743. background: #fff;
  744. margin-top: 5rem;
  745. }
  746. .mybonus li{
  747. padding:0 1rem;
  748. border-bottom: solid 1px #eee;
  749. }
  750. .mybonus li .left{
  751. float: left;
  752. }
  753. .mybonus li .right{
  754. float: right;
  755. text-align: right;
  756. }
  757. .mybonus li .left h3{
  758. color: #333;
  759. font-size: 1.8rem;
  760. max-width: 12.1em;
  761. white-space: nowrap;
  762. overflow: hidden;
  763. }
  764. .mybonus li p{
  765. font-size: 1.8rem;
  766. color: #999;
  767. margin-top: 0.5rem;
  768. margin-bottom: 0.7rem;
  769. }
  770. .mybonus li .right h3{
  771. color: #ff5500;
  772. font-size: 1.8rem;
  773. }
  774. .scanmybonus{
  775. z-index: 99999999999999;
  776. position: absolute;
  777. top: 0;
  778. right: 0;
  779. height: 5rem;
  780. }
  781. .scanmybonus img{
  782. height: 3rem;
  783. margin-top: 1rem;
  784. }
  785. article .bg{
  786. width: 100%;
  787. height: 100%;
  788. position: fixed;
  789. top: 5rem;
  790. left: 0;
  791. z-index: -1;
  792. opacity: 0.7;
  793. }
  794. .sel-main{
  795. position: fixed;
  796. width: 80%;
  797. height: 50%;
  798. background: #fff;
  799. left: 10%;
  800. top: 25%;
  801. border-radius: 0.8rem;
  802. }
  803. .self-help,.invitation{
  804. width: 90%;
  805. height: 40%;
  806. background: #eee;
  807. left: 5%;
  808. position: absolute;
  809. border-radius: 0.6rem;
  810. }
  811. .self-help{
  812. top: 2rem;
  813. }
  814. .invitation{
  815. bottom: 2rem;
  816. }
  817. .self-help .icon,.invitation .icon{
  818. height: 60%;
  819. float: left;
  820. top:20%;
  821. position: relative;
  822. left: 1rem;
  823. }
  824. .self-help .main,.invitation .main{
  825. display: inline-block;
  826. float: left;
  827. position: relative;
  828. left: 2rem;
  829. }
  830. .self-help .main h2,.invitation .main h2{
  831. font-size: 1.8rem;
  832. margin-top: 2.8rem;
  833. color: #242424;
  834. }
  835. .self-help .main p,.invitation .main p{
  836. font-size: 1.3rem;
  837. margin-top: 0.5rem;
  838. color: #999;
  839. }
  840. .self-help .main p a,.invitation .main p a{
  841. font-size: 1.3rem;
  842. color: #eb9e19;
  843. }
  844. .self-help .sel,.invitation .sel{
  845. height: 2rem;
  846. position: absolute;
  847. top: 50%;
  848. margin-top: -1rem;
  849. right:1rem;
  850. }
  851. @media screen and (max-width: 414px) and (min-width: 376px) {
  852. .mybonus li .left h3{
  853. color: #333;
  854. font-size: 1.8rem;
  855. max-width: 20em;
  856. white-space: nowrap;
  857. overflow: hidden;
  858. }
  859. .self-help .main,.invitation .main{
  860. display: inline-block;
  861. float: left;
  862. position: relative;
  863. left: 3rem;
  864. }
  865. .self-help .main h2,.invitation .main h2{
  866. font-size: 2.1rem;
  867. margin-top: 3.5rem;
  868. color: #242424;
  869. }
  870. .self-help .main p,.invitation .main p{
  871. font-size: 1.55rem;
  872. margin-top: 0.5rem;
  873. color: #999;
  874. }
  875. .self-help .main p a,.invitation .main p a{
  876. font-size: 1.55rem;
  877. color: #eb9e19;
  878. }
  879. }
  880. @media screen and (max-width: 375px) and (min-width: 321px) {
  881. .self-help .main h2,.invitation .main h2{
  882. font-size: 1.8rem;
  883. margin-top: 3.5rem;
  884. color: #242424;
  885. }
  886. .self-help .main,.invitation .main{
  887. display: inline-block;
  888. float: left;
  889. position: relative;
  890. left: 3rem;
  891. }
  892. .mybonus li .left h3{
  893. color: #333;
  894. font-size: 1.8rem;
  895. max-width: 14em;
  896. white-space: nowrap;
  897. overflow: hidden;
  898. }
  899. .self-help .main p,.invitation .main p{
  900. font-size: 1.3rem;
  901. margin-top: 0.5rem;
  902. color: #999;
  903. }
  904. .self-help .main p a,.invitation .main p a{
  905. font-size: 1.3rem;
  906. color: #eb9e19;
  907. }
  908. }
  909. @media screen and (max-width: 320px){
  910. .self-help .main h2,.invitation .main h2{
  911. font-size: 1.8rem;
  912. margin-top: 2.5rem;
  913. color: #242424;
  914. }
  915. .self-help .main p,.invitation .main p{
  916. font-size: 1.3rem;
  917. margin-top: 0.5rem;
  918. color: #999;
  919. }
  920. .self-help .main p a,.invitation .main p a{
  921. font-size: 1.3rem;
  922. color: #eb9e19;
  923. }
  924. }
  925. header .scanbonus{
  926. width: 40%;
  927. height: 5rem;
  928. background: #18b4ed;
  929. position: fixed;
  930. line-height: 5rem;
  931. color: #fff;
  932. font-size: 1.5rem;
  933. text-indent: 1rem;
  934. top: 5rem;
  935. right: 1rem;
  936. display: none;
  937. }
  938. .invit{
  939. position: absolute;
  940. width: 100%;
  941. top: 5rem;
  942. }
  943. .invit h1{
  944. font-size: 6rem;
  945. color: #18b4ed;
  946. text-align: center;
  947. line-height: 4rem;
  948. }
  949. .invit p{
  950. text-align: center;
  951. color: #18b4ed;
  952. font-size: 2.2rem;
  953. margin-top: -2rem;
  954. }
  955. .make-money .make{
  956. position: absolute;
  957. width: 50%;
  958. left: 25%;
  959. top: 22rem;
  960. }
  961. .make-money .make .font-1{
  962. color: #ff5500;
  963. font-size: 2.2rem;
  964. position: absolute;
  965. top: 2.2rem;
  966. }
  967. .make-money .make .font-2{
  968. color: #ff5500;
  969. font-size: 11rem;
  970. position: absolute;
  971. left: 2.2rem;
  972. }
  973. .make-money .make .font-3{
  974. color: #ff5500;
  975. font-size: 2.2rem;
  976. position: absolute;
  977. left: 13.9rem;
  978. top: 9rem;
  979. top: 7.5rem;
  980. }
  981. .make-money img{
  982. width: 80%;
  983. left: 10%;
  984. position: absolute;
  985. top: 18rem;
  986. z-index: -11;
  987. }
  988. .btn-4{
  989. border: 0;
  990. width: 90%;
  991. height: 5rem;
  992. color: #fff;
  993. font-size: 2rem;
  994. background: #18b4ed;
  995. left: 5%;
  996. position: fixed;
  997. outline: none;
  998. cursor: default;
  999. border-radius: 0.5rem;
  1000. bottom: 5rem;
  1001. }
  1002. .btn-5{
  1003. border: 0;
  1004. width: 90%;
  1005. height: 5rem;
  1006. color: #fff;
  1007. font-size: 2rem;
  1008. background: #18b4ed;
  1009. left: 5%;
  1010. position: fixed;
  1011. outline: none;
  1012. cursor: default;
  1013. border-radius: 0.5rem;
  1014. bottom: 3rem;
  1015. }
  1016. .scan-a{
  1017. position: fixed;
  1018. width: 90%;
  1019. left: 5%;
  1020. bottom: 1.5rem;
  1021. font-size: 1.5rem;
  1022. color: #999;
  1023. text-align: center;
  1024. height: 3rem;
  1025. line-height: 3rem;
  1026. }
  1027. .qrcode{
  1028. position: absolute;
  1029. width: 90%;
  1030. left: 5%;
  1031. top: 7rem;
  1032. background: #fff;
  1033. border-radius: .5rem;
  1034. }
  1035. .qrcode h2{
  1036. font-size: 1.5rem;
  1037. text-align: center;
  1038. margin-top: 2rem;
  1039. color: #999;
  1040. font-weight: normal;
  1041. }
  1042. .qrcode p{
  1043. text-align: center;
  1044. margin-top: 1rem;
  1045. font-size: 1.2rem;
  1046. color: #999;
  1047. }
  1048. .qrcode img{
  1049. position: relative;
  1050. width: 54%;
  1051. left: 23%;
  1052. margin-top: 2rem;
  1053. margin-bottom: 3rem;
  1054. }
  1055. .share{
  1056. position: absolute;
  1057. text-align: center;
  1058. bottom: 9rem;
  1059. width: 100%;
  1060. font-size: 1.5rem;
  1061. color: #999;
  1062. }
  1063. .share a{
  1064. font-size: 1.5rem;
  1065. color: #ff5500;
  1066. }