common.css 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. html {
  6. -webkit-text-size-adjust: 100%;
  7. -ms-text-size-adjust: 100%;
  8. /* 解决IOS默认滑动很卡的情况 */
  9. -webkit-overflow-scrolling: touch;
  10. }
  11. body {
  12. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  13. font-size: .16rem;
  14. }
  15. /* 禁止缩放表单 */
  16. input[type="submit"], input[type="reset"], input[type="button"], input {
  17. resize: none;
  18. border: none;
  19. }
  20. ol, li, ul, dl, dt, dd {
  21. list-style: none;
  22. }
  23. img {
  24. height: auto;
  25. object-fit: cover;
  26. }
  27. em, i {
  28. font-style: normal;
  29. }
  30. textarea {
  31. resize: none;
  32. }
  33. p {
  34. word-wrap: break-word;
  35. }
  36. a {
  37. text-decoration: none;
  38. color: inherit;
  39. outline: none;
  40. -moz-outline-style: none;
  41. }
  42. a:active, a:focus {
  43. outline: none;
  44. }
  45. .textEllipsis {
  46. text-overflow: ellipsis;
  47. white-space: nowrap;
  48. overflow: hidden;
  49. }
  50. .sectionContainer {
  51. display: flex;
  52. justify-content: center;
  53. }
  54. .elementorContainer {
  55. max-width: 13.2rem;
  56. flex: 1;
  57. -moz-box-sizing: border-box;
  58. -webkit-box-sizing: border-box;
  59. box-sizing: border-box;
  60. }
  61. /* <-- start 头部模块 */
  62. .headerContainer {
  63. width: 100%;
  64. background-color: #FFF;
  65. position: sticky;
  66. top: 0;
  67. left: 0;
  68. right: 0;
  69. z-index: 99;
  70. -webkit-box-shadow: 0 .02rem .05rem rgba(0, 0, 0, .03);
  71. box-shadow: 0 .02rem .05rem rgba(0, 0, 0, .03);
  72. }
  73. .computerMenu {
  74. position: relative;
  75. margin-right: .06rem;
  76. z-index: 10;
  77. }
  78. #computerMenuBot {
  79. height: .3rem;
  80. display: flex;
  81. align-items: center;
  82. }
  83. #computerMenuLink {
  84. display: block;
  85. position: relative;
  86. width: .3rem;
  87. height: .04rem;
  88. background-color: #666666;
  89. border-radius: .06rem;
  90. }
  91. #computerMenuLink:before,
  92. #computerMenuLink:after {
  93. content: '';
  94. display: block;
  95. width: 100%;
  96. height: 100%;
  97. border-radius: .06rem;
  98. margin-top: .09rem;
  99. position: absolute;
  100. background: #666666;
  101. -webkit-transition-property: margin, -webkit-transform;
  102. transition-property: margin, -webkit-transform;
  103. transition-property: margin, transform;
  104. transition-property: margin, transform, -webkit-transform;
  105. -webkit-transition-duration: 200ms;
  106. transition-duration: 200ms;
  107. }
  108. #computerMenuLink:before {
  109. margin-top: -.09rem;
  110. }
  111. #computerMenuLink:after {
  112. margin-top: .09rem;
  113. }
  114. .open #computerMenuLink {
  115. background: none
  116. }
  117. .open #computerMenuLink:before {
  118. margin-top: 0;
  119. transform: rotate(45deg);
  120. -moz-transform: rotate(45deg);
  121. -webkit-transform: rotate(45deg);
  122. -o-transform: rotate(45deg);
  123. }
  124. .open #computerMenuLink:after {
  125. margin-top: 0;
  126. transform: rotate(-45deg);
  127. -moz-transform: rotate(-45deg);
  128. -webkit-transform: rotate(-45deg);
  129. -o-transform: rotate(-45deg);
  130. }
  131. .open #computerMenuLink:before,
  132. .open #computerMenuLink:after {
  133. background: #666666;
  134. }
  135. #pcMenuModel {
  136. position: fixed;
  137. top: 0;
  138. bottom: 0;
  139. right: 0;
  140. left: 0;
  141. z-index: -1;
  142. background-color: transparent;
  143. display: none;
  144. }
  145. .pcMenuFixed {
  146. border-top: .01rem solid #dfdfdf;
  147. position: absolute;
  148. background: white;
  149. border-radius: 0 0 .06rem .06rem;
  150. min-width: 1.5rem;
  151. max-width: 3rem;
  152. padding: .12rem;
  153. top: .5rem;
  154. right: 0;
  155. z-index: 999;
  156. display: none;
  157. }
  158. .pcMenuItem {
  159. border-bottom: .01rem solid #dfdfdf;
  160. }
  161. .pcMenuFixed .pcMenuItem:last-child {
  162. border: none;
  163. }
  164. .pcMenuItem .menuItemTitle {
  165. height: .4rem;
  166. display: flex;
  167. align-items: center;
  168. font-size: .16rem;
  169. overflow: hidden;
  170. text-overflow: ellipsis;
  171. white-space: nowrap;
  172. color: #434343;
  173. }
  174. .pcMenuItem.active .menuItemTitle {
  175. color: rgba(79, 73, 222, 1);
  176. }
  177. .warnContainer {
  178. background-color: #434344;
  179. width: 100%;
  180. height: .5rem;
  181. display: flex;
  182. align-items: center;
  183. justify-content: center;
  184. }
  185. .warnContainer .warnText {
  186. max-width: 13.2rem;
  187. word-break: break-all;
  188. line-height: 1.4;
  189. font-weight: bold;
  190. font-size: .16rem;
  191. color: rgba(255, 255, 255, .7);
  192. }
  193. /* PC端头部 */
  194. #computerEndHeader {
  195. width: 13.2rem;
  196. height: .7rem;
  197. margin: 0 auto;
  198. display: flex;
  199. justify-content: space-between;
  200. align-items: center;
  201. cursor: pointer;
  202. }
  203. #computerEndHeader .computerLogo {
  204. color: rgba(79, 73, 222, 1);
  205. font-weight: bold;
  206. font-size: .28rem;
  207. padding-right: .5rem;
  208. }
  209. #computerEndHeader .computerLogo img {
  210. height: .36rem;
  211. width: auto;
  212. }
  213. .headNavContainer {
  214. flex: 1;
  215. display: flex;
  216. align-items: center;
  217. height: 100%;
  218. overflow: hidden;
  219. position: relative;
  220. z-index: 10;
  221. }
  222. .headNavItem {
  223. height: .7rem;
  224. display: flex;
  225. align-items: center;
  226. justify-content: center;
  227. position: relative;
  228. margin-right: .36rem;
  229. }
  230. .headNavItem .headNavTitle {
  231. padding: 0 .28rem;
  232. font-weight: bold;
  233. color: #333333;
  234. font-size: .22rem;
  235. position: relative;
  236. z-index: 2;
  237. letter-spacing: .02rem;
  238. min-width: 1.5rem;
  239. }
  240. .headNavItem.active .headNavTitle {
  241. color: #FFFFFF;
  242. font-size: .24rem;
  243. }
  244. .headNavItem.active .back {
  245. position: absolute;
  246. width: 100%;
  247. height: 116%;
  248. top: -8%;
  249. left: 0;
  250. border-radius: .04rem;
  251. background-color: rgba(79, 73, 222, 1);
  252. z-index: 1;
  253. }
  254. .headIconContainer {
  255. display: flex;
  256. align-items: center;
  257. height: 100%;
  258. }
  259. .headIconContainer .headIconItem {
  260. padding: 0 .2rem;
  261. height: .7rem;
  262. display: flex;
  263. align-items: center;
  264. justify-content: center;
  265. }
  266. .headIconContainer .headIconItem img {
  267. height: .24rem;
  268. }
  269. .headIconContainer .headIconItem .cart img {
  270. height: .28rem;
  271. }
  272. /* 移动端头部 */
  273. #mobileEndHeader {
  274. display: none;
  275. position: relative;
  276. }
  277. .mobileEndHeaderConten {
  278. padding: 0 .24rem;
  279. height: .9rem;
  280. display: flex;
  281. flex: 1;
  282. align-items: center;
  283. justify-content: space-between;
  284. }
  285. .mobileEndHeaderConten .mobileLogo {
  286. color: rgba(79, 73, 222, 1);
  287. font-weight: bold;
  288. font-size: .28rem;
  289. padding-right: .5rem;
  290. }
  291. .mobileEndHeaderConten .mobileLogo img {
  292. height: .4rem;
  293. width: auto;
  294. }
  295. .mobileUserIconList {
  296. display: flex;
  297. flex: 1;
  298. align-items: center;
  299. justify-content: flex-end;
  300. padding-right: .24rem;
  301. }
  302. .mobileUserIcon img {
  303. height: .3rem;
  304. }
  305. #mobileMenuBot {
  306. height: .4rem;
  307. display: flex;
  308. align-items: center;
  309. }
  310. #mobileMenuLink {
  311. display: block;
  312. position: relative;
  313. width: .42rem;
  314. height: .06rem;
  315. background-color: #666666;
  316. border-radius: .08rem;
  317. }
  318. #mobileMenuLink:before,
  319. #mobileMenuLink:after {
  320. content: '';
  321. display: block;
  322. width: 100%;
  323. height: 100%;
  324. border-radius: .08rem;
  325. margin-top: .13rem;
  326. position: absolute;
  327. background: #666666;
  328. -webkit-transition-property: margin, -webkit-transform;
  329. transition-property: margin, -webkit-transform;
  330. transition-property: margin, transform;
  331. transition-property: margin, transform, -webkit-transform;
  332. -webkit-transition-duration: 200ms;
  333. transition-duration: 200ms;
  334. }
  335. #mobileMenuLink:before {
  336. margin-top: -.13rem;
  337. }
  338. #mobileMenuLink:after {
  339. margin-top: .13rem;
  340. }
  341. .open #mobileMenuLink {
  342. background: none
  343. }
  344. .open #mobileMenuLink:before {
  345. margin-top: 0;
  346. transform: rotate(45deg);
  347. -moz-transform: rotate(45deg);
  348. -webkit-transform: rotate(45deg);
  349. -o-transform: rotate(45deg);
  350. }
  351. .open #mobileMenuLink:after {
  352. margin-top: 0;
  353. transform: rotate(-45deg);
  354. -moz-transform: rotate(-45deg);
  355. -webkit-transform: rotate(-45deg);
  356. -o-transform: rotate(-45deg);
  357. }
  358. .open #mobileMenuLink:before,
  359. .open #mobileMenuLink:after {
  360. background: #666666;
  361. }
  362. .mobileMenuFixed {
  363. position: absolute;
  364. background: white;
  365. border-radius: .12rem;
  366. min-width: 3rem;
  367. max-width: 5rem;
  368. padding: .12rem .24rem;
  369. top: 1rem;
  370. right: .08rem;
  371. z-index: 999;
  372. display: none;
  373. }
  374. .mobileMenuItem {
  375. border-bottom: .01rem solid #dfdfdf;
  376. }
  377. .mobileMenuFixed .mobileMenuItem:last-child {
  378. border: none;
  379. }
  380. .mobileMenuItem .menuItemTitle {
  381. height: .8rem;
  382. display: flex;
  383. align-items: center;
  384. font-size: .22rem;
  385. overflow: hidden;
  386. text-overflow: ellipsis;
  387. white-space: nowrap;
  388. color: #434343;
  389. }
  390. .mobileMenuItem.active .menuItemTitle {
  391. color: rgba(79, 73, 222, 1);
  392. }
  393. /* end 头部模块 --> */
  394. /* start 年龄提示模块 --> */
  395. .maskContainer {
  396. position: fixed;
  397. width: 100vw;
  398. height: 100vh;
  399. z-index: 999;
  400. top: 0;
  401. right: 0;
  402. bottom: 0;
  403. left: 0;
  404. background-color: rgba(0, 0, 0, .5);
  405. display: none;
  406. }
  407. .ageReminderBox {
  408. width: 7rem;
  409. background-color: #FFF;
  410. height: 3.8rem;
  411. left: 50%;
  412. transform: translateX(-50%);
  413. top: 30%;
  414. position: absolute;
  415. }
  416. .ageReminderBack {
  417. position: absolute;
  418. z-index: 1;
  419. height: 100%;
  420. width: 100%;
  421. top: 0;
  422. left: 0;
  423. }
  424. .ageReminderInfo {
  425. position: relative;
  426. z-index: 2;
  427. margin-left: .32rem;
  428. padding-top: 1rem;
  429. color: #fff;
  430. }
  431. .ageReminderInfo h3 {
  432. line-height: 1.4;
  433. font-size: .36rem;
  434. max-width: 60%;
  435. font-weight: bold;
  436. }
  437. .ageReminderInfo .ageReminderButBox {
  438. display: flex;
  439. align-items: center;
  440. padding-top: .32rem;
  441. }
  442. .ageReminderInfo .ageReminderButBox .ageRBut {
  443. color: rgba(237, 109, 244, 1);
  444. background-color: #fff;
  445. display: flex;
  446. align-items: center;
  447. justify-content: center;
  448. height: .56rem;
  449. border-radius: .08rem;
  450. font-size: .22rem;
  451. font-weight: bold;
  452. min-width: 1.6rem;
  453. padding: 0 .12rem;
  454. margin-right: .32rem;
  455. cursor: pointer;
  456. }
  457. /* end 年龄提示模块 --> */
  458. /* <-- start 底部模块 */
  459. .footerContainer {
  460. width: 100%;
  461. background-color: rgba(32, 32, 32, 1);
  462. position: relative;
  463. z-index: 10;
  464. }
  465. .warningContainer {
  466. background-color: gray;
  467. }
  468. .warningBox {
  469. padding: .16rem 0;
  470. color: rgba(255, 255, 255, .8);
  471. font-size: .15rem;
  472. line-height: 1.4;
  473. word-break: break-all;
  474. }
  475. .footerConter {
  476. color: #FFF;
  477. padding-top: .3rem;
  478. padding-bottom: .24rem;
  479. display: flex;
  480. }
  481. .leftText {
  482. max-width: 7rem;
  483. margin-right: .8rem;
  484. }
  485. .leftText .ltK {
  486. font-weight: bold;
  487. font-size: .18rem;
  488. word-break: break-all;
  489. padding-bottom: .06rem;
  490. }
  491. .leftText .ltV {
  492. font-size: .14rem;
  493. color: rgba(255, 255, 255, .6);
  494. word-break: break-all;
  495. }
  496. .footerInuptBox {
  497. background: #FFF;
  498. flex: 1;
  499. height: .5rem;
  500. display: flex;
  501. justify-content: space-between;
  502. align-items: center;
  503. padding: 0 .16rem 0 .12rem;
  504. max-width: 5rem;
  505. margin-right: 1.5rem;
  506. }
  507. .footerInuptBox .mailIcon {
  508. width: .38rem;
  509. height: .38rem;
  510. }
  511. .footerInupt {
  512. flex: 1;
  513. height: 100%;
  514. outline: none;
  515. font-size: .18rem;
  516. margin: 0 .12rem;
  517. }
  518. .footerInuptBox .arrowIcon {
  519. height: .19rem;
  520. width: auto;
  521. }
  522. .fLinkContainer {
  523. flex: 1;
  524. display: flex;
  525. justify-content: flex-end;
  526. padding-right: .5rem;
  527. }
  528. .fLinkBox {
  529. padding: 0 .24rem;
  530. }
  531. .fLinkTitle {
  532. font-size: .15rem;
  533. color: #666666;
  534. font-weight: 400;
  535. margin-bottom: .04rem;
  536. }
  537. .fLinkTitle span {
  538. display: none;
  539. }
  540. .fLinkItem {
  541. font-size: .14rem;
  542. color: #fff;
  543. padding: .02rem 0;
  544. cursor: pointer;
  545. }
  546. .footerIconContainer {
  547. max-width: 4rem;
  548. }
  549. .fiContact {
  550. font-size: .15rem;
  551. color: #666666;
  552. font-weight: 400;
  553. margin-bottom: .1rem;
  554. }
  555. .fiContact span {
  556. display: none;
  557. }
  558. .footerIconList {
  559. overflow-x: scroll;
  560. white-space: nowrap;
  561. }
  562. .footerIconList::-webkit-scrollbar {
  563. display: none;
  564. }
  565. .footerIconItem {
  566. margin-right: .1rem;
  567. display: inline-flex;
  568. }
  569. .footerIconItem img {
  570. width: .54rem;
  571. height: .54rem;
  572. border-radius: 50%;
  573. }
  574. .footerVlsaImg {
  575. display: flex;
  576. flex-wrap: wrap;
  577. padding-top: .1rem;
  578. }
  579. .footerVlsaItem {
  580. font-size: 0;
  581. }
  582. .footerVlsaImg img {
  583. width: .4rem;
  584. height: .26rem;
  585. }
  586. .acceptContainer {
  587. background-color: #fff;
  588. }
  589. .acceptBox {
  590. display: flex;
  591. justify-content: space-between;
  592. padding: .16rem 0;
  593. }
  594. .acceptLeftInfo {
  595. max-width: 4.2rem;
  596. }
  597. .acceptLeftInfo .weAcc {
  598. font-size: .14rem;
  599. color: #434343;
  600. }
  601. .aLImgBox {
  602. display: flex;
  603. flex-wrap: wrap;
  604. gap: .08rem;
  605. padding-top: .08rem;
  606. }
  607. .aLImgItem {
  608. font-size: 0;
  609. }
  610. .aLImgItem img {
  611. width: 2.5rem;
  612. height: .3rem;
  613. }
  614. .weText {
  615. font-size: .14rem;
  616. color: #434343;
  617. line-height: 1.4;
  618. word-break: break-all;
  619. padding-top: .3rem;
  620. }
  621. .acceptRightInfo {
  622. display: flex;
  623. flex-wrap: wrap;
  624. justify-content: flex-end;
  625. gap: .16rem;
  626. flex: 1;
  627. padding-left: .24rem;
  628. }
  629. .aRImgItem {
  630. font-size: 0;
  631. }
  632. .aRImgItem img {
  633. width: 1.3rem;
  634. height: .7rem;
  635. }
  636. #toastContainer {
  637. position: fixed;
  638. top: 40%;
  639. left: 50%;
  640. transform: translateX(-50%);
  641. background-color: #333;
  642. color: #fff;
  643. padding: .08rem .12rem;
  644. border-radius: .04rem;
  645. word-break: break-all;
  646. z-index: 9999;
  647. display: none;
  648. font-size: .18rem;
  649. max-width: 70%;
  650. text-align: center;
  651. line-height: 1.4;
  652. }
  653. /* <-- start 个人中心菜单 */
  654. .navContainer {
  655. background-color: #E8EEF6;
  656. width: 3.4rem;
  657. padding-bottom: 1rem;
  658. -moz-box-sizing: border-box;
  659. -webkit-box-sizing: border-box;
  660. box-sizing: border-box;
  661. }
  662. .navItem {
  663. padding-left: .24rem;
  664. cursor: pointer;
  665. }
  666. .navItem .navItemFlex {
  667. display: flex;
  668. align-items: center;
  669. height: .6rem;
  670. padding-right: .22rem;
  671. }
  672. .navItem .navItemFlex.active .navTitle {
  673. color: #fff;
  674. background-color: rgba(79, 73, 222, 1);
  675. }
  676. .navItem .navItemFlex img {
  677. width: .4rem;
  678. }
  679. .navItem .navItemFlex .navTitle {
  680. font-weight: 400;
  681. color: #434343;
  682. font-size: .17rem;
  683. padding-left: .08rem;
  684. flex: 1;
  685. height: .5rem;
  686. border-radius: .04rem;
  687. display: flex;
  688. align-items: center;
  689. text-overflow: ellipsis;
  690. white-space: nowrap;
  691. overflow: hidden;
  692. }
  693. .sunNavBox {
  694. margin-left: .4rem;
  695. padding-right: .22rem;
  696. }
  697. .sunNavItem {
  698. height: .5rem;
  699. display: flex;
  700. align-items: center;
  701. padding-left: .08rem;
  702. color: #434343;
  703. border-radius: .04rem;
  704. margin: .05rem 0;
  705. }
  706. .sunNavItem .sunNavTitle {
  707. font-weight: 400;
  708. font-size: .17rem;
  709. text-overflow: ellipsis;
  710. white-space: nowrap;
  711. overflow: hidden;
  712. flex: 1;
  713. }
  714. .sunNavItem.active {
  715. color: #fff;
  716. background-color: rgba(79, 73, 222, 1);
  717. }
  718. /* end 个人中心菜单 --> */
  719. @media (max-width: 1499px) {
  720. .navContainer {
  721. width: 3rem;
  722. }
  723. .navItem {
  724. padding-left: .16rem;
  725. }
  726. .navItem .navItemFlex {
  727. padding-right: .16rem;
  728. }
  729. .navItem .navItemFlex img {
  730. width: .34rem;
  731. }
  732. .navItem .navItemFlex .navTitle {
  733. height: .46rem;
  734. font-size: .16rem;
  735. }
  736. .sunNavBox {
  737. margin-left: .34rem;
  738. padding-right: .16rem;
  739. }
  740. .sunNavItem {
  741. height: .46rem;
  742. }
  743. .sunNavItem .sunNavTitle {
  744. font-size: .16rem;
  745. }
  746. .navContainer {
  747. padding-bottom: .5rem;
  748. }
  749. }
  750. @media (max-width: 1320px) {
  751. #computerEndHeader {
  752. width: auto;
  753. }
  754. .computerLogo {
  755. margin-left: .12rem;
  756. }
  757. .headIconContainer {
  758. margin-right: .12rem;
  759. }
  760. .headNavItem .headNavTitle {
  761. font-size: .22rem;
  762. }
  763. .headNavItem.active .headNavTitle {
  764. font-size: .26rem;
  765. }
  766. }
  767. @media (max-width: 1199px) {
  768. .warnContainer {
  769. height: auto;
  770. }
  771. .warnContainer .warnText {
  772. font-size: .2rem;
  773. padding: .06rem .24rem;
  774. }
  775. #computerEndHeader {
  776. display: none;
  777. }
  778. #mobileEndHeader {
  779. display: flex;
  780. }
  781. .footerContainer {
  782. height: auto;
  783. }
  784. .footerConter {
  785. display: block;
  786. padding: .24rem .12rem;
  787. }
  788. .leftText {
  789. max-width: none;
  790. margin-right: 0;
  791. margin-bottom: .32rem;
  792. }
  793. .leftText .ltK {
  794. font-size: .2rem;
  795. }
  796. .leftText .ltV {
  797. font-size: .18rem;
  798. }
  799. .footerInuptBox {
  800. max-width: 6rem;
  801. margin-right: 0;
  802. height: .6rem;
  803. margin-bottom: .32rem;
  804. }
  805. .footerIconContainer {
  806. max-width: none;
  807. }
  808. .footerIconBox {
  809. display: flex;
  810. align-items: center;
  811. }
  812. .fiContact {
  813. padding-bottom: 0;
  814. padding-right: .16rem;
  815. font-size: .2rem;
  816. }
  817. .fiContact span {
  818. display: inline-block;
  819. }
  820. .footerIconList {
  821. white-space: normal;
  822. overflow-x: hidden;
  823. display: flex;
  824. flex-wrap: wrap;
  825. margin-bottom: .12rem;
  826. }
  827. .footerIconItem {
  828. display: block;
  829. margin-right: .24rem;
  830. }
  831. .acceptBox {
  832. display: block;
  833. }
  834. .acceptLeftInfo {
  835. max-width: none;
  836. }
  837. .acceptLeftInfo .weAcc {
  838. font-size: .16rem;
  839. }
  840. .aLImgItem img {
  841. width: .6rem;
  842. height: .35rem;
  843. }
  844. .weText {
  845. font-size: .16rem;
  846. }
  847. .acceptRightInfo {
  848. justify-content: flex-start;
  849. padding-left: 0.24rem;
  850. padding-top: .4rem;
  851. }
  852. .fLinkContainer {
  853. padding-right: 0;
  854. margin-bottom: .4rem;
  855. display: block;
  856. }
  857. .fLinkBox {
  858. padding: 0;
  859. margin-right: .4rem;
  860. display: flex;
  861. align-items: baseline;
  862. flex-wrap: wrap;
  863. padding-top: .12rem;
  864. gap: .08rem .16rem;
  865. }
  866. .fLinkTitle {
  867. font-size: .2rem;
  868. margin-bottom: 0;
  869. }
  870. .fLinkTitle span {
  871. display: inline-block;
  872. }
  873. .fLinkItem {
  874. font-size: .18rem;
  875. }
  876. .fiContact {
  877. font-size: .24rem;
  878. }
  879. }
  880. @media (max-width: 999px) {
  881. .navContainer {
  882. width: 2.4rem;
  883. }
  884. }
  885. @media (max-width: 899px) {
  886. .ageReminderBox {
  887. width: 6rem;
  888. height: 3rem;
  889. }
  890. .ageReminderInfo {
  891. padding-top: .6rem;
  892. }
  893. .ageReminderInfo h3 {
  894. font-size: .3rem;
  895. }
  896. .ageReminderInfo .ageReminderButBox .ageRBut {
  897. font-size: .2rem;
  898. min-width: 1rem;
  899. }
  900. .leftText .ltK {
  901. font-size: .22rem;
  902. }
  903. .leftText .ltV {
  904. font-size: .2rem;
  905. }
  906. .footerIconItem img {
  907. width: .5rem;
  908. height: .5rem;
  909. }
  910. .footerVlsaImg img {
  911. height: .4rem;
  912. }
  913. #toastContainer {
  914. font-size: .24rem;
  915. padding: .1rem .16rem;
  916. }
  917. .footerConter {
  918. padding: .24rem;
  919. }
  920. }
  921. @media (max-width: 750px) {
  922. .navContainer {
  923. width: 2.2rem;
  924. }
  925. .navItem {
  926. padding-left: .12rem;
  927. }
  928. .navItem .navItemFlex {
  929. padding-right: .12rem;
  930. }
  931. .navItem .navItemFlex img {
  932. width: .34rem;
  933. }
  934. .navItem .navItemFlex .navTitle {
  935. height: .6rem;
  936. font-size: .2rem;
  937. }
  938. .sunNavBox {
  939. margin-left: .34rem;
  940. padding-right: .12rem;
  941. }
  942. .sunNavItem {
  943. height: .6rem;
  944. }
  945. .sunNavItem .sunNavTitle {
  946. font-size: .2rem;
  947. }
  948. .warningBox {
  949. font-size: .2rem;
  950. }
  951. .acceptBox {
  952. display: block;
  953. }
  954. .acceptLeftInfo {
  955. max-width: none;
  956. /*margin-left: .5rem;*/
  957. }
  958. .acceptLeftInfo .weAcc {
  959. font-size: .2rem;
  960. text-align: center;
  961. }
  962. .aLImgBox {
  963. justify-content: center;
  964. }
  965. .aLImgItem img {
  966. width: 2.7rem;
  967. height: .4rem;
  968. }
  969. .weText {
  970. font-size: .2rem;
  971. text-align: center;
  972. }
  973. .aRImgItem img {
  974. width: 1.5rem;
  975. height: .75rem;
  976. }
  977. .fLinkTitle {
  978. font-size: .24rem;
  979. }
  980. .fLinkItem {
  981. font-size: .22rem;
  982. }
  983. }