common.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870
  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. .warnContainer{
  74. background-color: #434344;
  75. width: 100%;
  76. height: .5rem;
  77. display: flex;
  78. align-items: center;
  79. justify-content: center;
  80. }
  81. .warnContainer .warnText{
  82. max-width: 13.2rem;
  83. word-break: break-all;
  84. line-height: 1.4;
  85. font-weight: bold;
  86. font-size: .16rem;
  87. color: rgba(255, 255, 255, .7);
  88. }
  89. /* PC端头部 */
  90. #computerEndHeader{
  91. width: 13.2rem;
  92. height: .7rem;
  93. margin: 0 auto;
  94. display: flex;
  95. justify-content: space-between;
  96. align-items: center;
  97. cursor: pointer;
  98. }
  99. #computerEndHeader .computerLogo{
  100. color: rgba(79, 73, 222, 1);
  101. font-weight: bold;
  102. font-size: .28rem;
  103. padding-right: .5rem;
  104. }
  105. #computerEndHeader .computerLogo img{
  106. height: .36rem;
  107. width: auto;
  108. }
  109. .headNavContainer{
  110. flex: 1;
  111. display: flex;
  112. align-items: center;
  113. height: 100%;
  114. overflow: hidden;
  115. }
  116. .headNavItem{
  117. height: .7rem;
  118. display: flex;
  119. align-items: center;
  120. justify-content: center;
  121. position: relative;
  122. margin-right: .36rem;
  123. }
  124. .headNavItem .headNavTitle{
  125. padding: 0 .28rem;
  126. font-weight: bold;
  127. color: #333333;
  128. font-size: .22rem;
  129. position: relative;
  130. z-index: 2;
  131. letter-spacing: .02rem;
  132. min-width: 1.5rem;
  133. }
  134. .headNavItem.active .headNavTitle{
  135. color: #FFFFFF;
  136. font-size: .24rem;
  137. }
  138. .headNavItem.active .back{
  139. position: absolute;
  140. width: 100%;
  141. height: 116%;
  142. top: -8%;
  143. left: 0;
  144. border-radius: .04rem;
  145. background-color: rgba(79, 73, 222, 1);
  146. z-index: 1;
  147. }
  148. .headIconContainer{
  149. display: flex;
  150. align-items: center;
  151. height: 100%;
  152. }
  153. .headIconContainer .headIconItem{
  154. padding: 0 .2rem;
  155. height: .7rem;
  156. display: flex;
  157. align-items: center;
  158. justify-content: center;
  159. }
  160. .headIconContainer .headIconItem img{
  161. height: .24rem;
  162. }
  163. .headIconContainer .headIconItem .cart img{
  164. height: .28rem;
  165. }
  166. /* 移动端头部 */
  167. #mobileEndHeader{
  168. display: none;
  169. position: relative;
  170. }
  171. .mobileEndHeaderConten{
  172. padding: 0 .24rem;
  173. height:.9rem;
  174. display: flex;
  175. flex: 1;
  176. align-items: center;
  177. justify-content: space-between;
  178. }
  179. .mobileEndHeaderConten .mobileLogo{
  180. color: rgba(79, 73, 222, 1);
  181. font-weight: bold;
  182. font-size: .28rem;
  183. padding-right: .5rem;
  184. }
  185. .mobileEndHeaderConten .mobileLogo img{
  186. height: .4rem;
  187. width: auto;
  188. }
  189. .mobileUserIconList{
  190. display: flex;
  191. flex: 1;
  192. align-items: center;
  193. justify-content: flex-end;
  194. padding-right: .24rem;
  195. }
  196. .mobileUserIcon img{
  197. height: .3rem;
  198. }
  199. #mobileMenuBot {
  200. height: .4rem;
  201. display: flex;
  202. align-items: center;
  203. }
  204. #mobileMenuLink {
  205. display: block;
  206. position: relative;
  207. width: .42rem;
  208. height: .06rem;
  209. background-color: #666666;
  210. border-radius: .08rem;
  211. }
  212. #mobileMenuLink:before,
  213. #mobileMenuLink:after {
  214. content: '';
  215. display: block;
  216. width: 100%;
  217. height: 100%;
  218. border-radius: .08rem;
  219. margin-top: .13rem;
  220. position: absolute;
  221. background: #666666;
  222. -webkit-transition-property: margin, -webkit-transform;
  223. transition-property: margin, -webkit-transform;
  224. transition-property: margin, transform;
  225. transition-property: margin, transform, -webkit-transform;
  226. -webkit-transition-duration: 200ms;
  227. transition-duration: 200ms;
  228. }
  229. #mobileMenuLink:before {
  230. margin-top: -.13rem;
  231. }
  232. #mobileMenuLink:after {
  233. margin-top: .13rem;
  234. }
  235. .open #mobileMenuLink {
  236. background: none
  237. }
  238. .open #mobileMenuLink:before {
  239. margin-top: 0;
  240. transform: rotate(45deg);
  241. -moz-transform: rotate(45deg);
  242. -webkit-transform: rotate(45deg);
  243. -o-transform: rotate(45deg);
  244. }
  245. .open #mobileMenuLink:after {
  246. margin-top: 0;
  247. transform: rotate(-45deg);
  248. -moz-transform: rotate(-45deg);
  249. -webkit-transform: rotate(-45deg);
  250. -o-transform: rotate(-45deg);
  251. }
  252. .open #mobileMenuLink:before,
  253. .open #mobileMenuLink:after {
  254. background: #666666;
  255. }
  256. .mobileMenuFixed{
  257. position: absolute;
  258. background: white;
  259. border-radius: .12rem;
  260. min-width: 3rem;
  261. max-width: 5rem;
  262. padding: .12rem .24rem;
  263. top: 1rem;
  264. right: .08rem;
  265. z-index: 999;
  266. display: none;
  267. }
  268. .mobileMenuItem{
  269. border-bottom: .01rem solid #dfdfdf;
  270. }
  271. .mobileMenuFixed .mobileMenuItem:last-child{
  272. border: none;
  273. }
  274. .mobileMenuItem .menuItemTitle{
  275. height: .8rem;
  276. display: flex;
  277. align-items: center;
  278. font-size: .22rem;
  279. overflow: hidden;
  280. text-overflow: ellipsis;
  281. white-space: nowrap;
  282. color: #434343;
  283. }
  284. .mobileMenuItem.active .menuItemTitle{
  285. color: rgba(79, 73, 222, 1);
  286. }
  287. /* end 头部模块 --> */
  288. /* start 年龄提示模块 --> */
  289. .maskContainer{
  290. position: fixed;
  291. width: 100vw;
  292. height: 100vh;
  293. z-index: 999;
  294. top: 0;
  295. right: 0;
  296. bottom: 0;
  297. left: 0;
  298. background-color: rgba(0, 0, 0, .5);
  299. display: none;
  300. }
  301. .ageReminderBox{
  302. width: 7rem;
  303. background-color: #FFF;
  304. height: 3.8rem;
  305. left: 50%;
  306. transform: translateX(-50%);
  307. top: 30%;
  308. position: absolute;
  309. }
  310. .ageReminderBack{
  311. position: absolute;
  312. z-index: 1;
  313. height: 100%;
  314. width: 100%;
  315. top: 0;
  316. left: 0;
  317. }
  318. .ageReminderInfo{
  319. position: relative;
  320. z-index: 2;
  321. margin-left: .32rem;
  322. padding-top: 1rem;
  323. color: #fff;
  324. }
  325. .ageReminderInfo h3{
  326. line-height: 1.4;
  327. font-size: .36rem;
  328. max-width: 60%;
  329. font-weight: bold;
  330. }
  331. .ageReminderInfo .ageReminderButBox{
  332. display: flex;
  333. align-items: center;
  334. padding-top: .32rem;
  335. }
  336. .ageReminderInfo .ageReminderButBox .ageRBut{
  337. color: rgba(237, 109, 244, 1);
  338. background-color: #fff;
  339. display: flex;
  340. align-items: center;
  341. justify-content: center;
  342. height: .56rem;
  343. border-radius: .08rem;
  344. font-size: .22rem;
  345. font-weight: bold;
  346. min-width: 1.6rem;
  347. padding: 0 .12rem;
  348. margin-right: .32rem;
  349. cursor: pointer;
  350. }
  351. /* end 年龄提示模块 --> */
  352. /* <-- start 底部模块 */
  353. .footerContainer{
  354. width: 100%;
  355. background-color: rgba(32, 32, 32, 1);
  356. position: relative;
  357. z-index: 10;
  358. }
  359. .warningContainer{
  360. background-color: gray;
  361. }
  362. .warningBox{
  363. padding: .16rem 0;
  364. color: rgba(255, 255, 255, .8);
  365. font-size: .15rem;
  366. line-height: 1.4;
  367. }
  368. .footerConter{
  369. color: #FFF;
  370. padding-top: .3rem;
  371. padding-bottom: .24rem;
  372. display: flex;
  373. }
  374. .leftText{
  375. max-width: 5.6rem;
  376. margin-right: .8rem;
  377. }
  378. .leftText .ltK{
  379. font-weight: bold;
  380. font-size: .18rem;
  381. word-break: break-all;
  382. padding-bottom: .06rem;
  383. }
  384. .leftText .ltV{
  385. font-size: .14rem;
  386. color: rgba(255, 255, 255, .6);
  387. word-break: break-all;
  388. }
  389. .footerInuptBox{
  390. background: #FFF;
  391. flex: 1;
  392. height: .5rem;
  393. display: flex;
  394. justify-content: space-between;
  395. align-items: center;
  396. padding: 0 .16rem 0 .12rem;
  397. max-width: 5rem;
  398. margin-right: 1.5rem;
  399. }
  400. .footerInuptBox .mailIcon{
  401. width: .38rem;
  402. height: .38rem;
  403. }
  404. .footerInupt{
  405. flex: 1;
  406. height: 100%;
  407. outline: none;
  408. font-size: .18rem;
  409. margin: 0 .12rem;
  410. }
  411. .footerInuptBox .arrowIcon{
  412. height: .19rem;
  413. width: auto;
  414. }
  415. .fLinkContainer{
  416. flex: 1;
  417. display: flex;
  418. justify-content: flex-end;
  419. padding-right: 2.5rem;
  420. }
  421. .fLinkBox{
  422. padding: 0 .24rem;
  423. margin-left: 15%;
  424. }
  425. .fLinkTitle{
  426. font-size: .15rem;
  427. color: #666666;
  428. font-weight: 400;
  429. margin-bottom: .04rem;
  430. }
  431. .fLinkItem{
  432. font-size: .14rem;
  433. color: #fff;
  434. padding: .02rem 0;
  435. cursor: pointer;
  436. }
  437. .footerIconContainer{
  438. max-width: 4rem;
  439. margin-left: 15%;
  440. }
  441. .footerIconList{
  442. overflow-x: scroll;
  443. white-space: nowrap;
  444. }
  445. .footerIconList::-webkit-scrollbar {
  446. display: none;
  447. }
  448. .footerIconItem{
  449. margin-right: .1rem;
  450. display: inline-flex;
  451. }
  452. .footerIconItem img{
  453. width: .48rem;
  454. height: .48rem;
  455. border-radius: 50%;
  456. }
  457. .footerVlsaImg{
  458. display: flex;
  459. flex-wrap: wrap;
  460. padding-top: .1rem;
  461. }
  462. .footerVlsaItem{
  463. font-size: 0;
  464. }
  465. .footerVlsaImg img{
  466. width: .4rem;
  467. height: .26rem;
  468. }
  469. .acceptContainer{
  470. background-color: #fff;
  471. }
  472. .acceptBox{
  473. display: flex;
  474. justify-content: space-between;
  475. padding: .16rem 0;
  476. }
  477. .acceptLeftInfo{
  478. max-width: 3.6rem;
  479. }
  480. .acceptLeftInfo .weAcc{
  481. font-size: .14rem;
  482. color: #434343;
  483. }
  484. .aLImgBox{
  485. display: flex;
  486. flex-wrap: wrap;
  487. gap: .08rem;
  488. padding-top: .08rem;
  489. }
  490. .aLImgItem{
  491. font-size: 0;
  492. }
  493. .aLImgItem img{
  494. width: 2.5rem;
  495. height: .3rem;
  496. }
  497. .weText{
  498. font-size: .14rem;
  499. color: #434343;
  500. line-height: 1.4;
  501. word-break: break-all;
  502. padding-top: .3rem;
  503. }
  504. .acceptRightInfo{
  505. display: flex;
  506. flex-wrap: wrap;
  507. justify-content: flex-end;
  508. gap: .16rem;
  509. flex: 1;
  510. padding-left: .24rem;
  511. margin-left: 0.4rem;
  512. }
  513. .aRImgItem{
  514. font-size: 0;
  515. }
  516. .aRImgItem img{
  517. width: 1.3rem;
  518. height: .7rem;
  519. }
  520. #toastContainer {
  521. position: fixed;
  522. top: 40%;
  523. left: 50%;
  524. transform: translateX(-50%);
  525. background-color: #333;
  526. color: #fff;
  527. padding: .08rem .12rem;
  528. border-radius: .04rem;
  529. word-break: break-all;
  530. z-index: 9999;
  531. display: none;
  532. font-size: .18rem;
  533. max-width: 70%;
  534. text-align: center;
  535. line-height: 1.4;
  536. }
  537. /* <-- start 个人中心菜单 */
  538. .navContainer{
  539. background-color: #E8EEF6;
  540. width: 3.4rem;
  541. padding-bottom: 1rem;
  542. -moz-box-sizing: border-box;
  543. -webkit-box-sizing: border-box;
  544. box-sizing: border-box;
  545. }
  546. .navItem{
  547. padding-left: .24rem;
  548. cursor: pointer;
  549. }
  550. .navItem .navItemFlex{
  551. display: flex;
  552. align-items: center;
  553. height: .6rem;
  554. padding-right: .22rem;
  555. }
  556. .navItem .navItemFlex.active .navTitle{
  557. color: #fff;
  558. background-color: rgba(79, 73, 222, 1);
  559. }
  560. .navItem .navItemFlex img{
  561. width: .4rem;
  562. }
  563. .navItem .navItemFlex .navTitle{
  564. font-weight: 400;
  565. color: #434343;
  566. font-size: .17rem;
  567. padding-left: .08rem;
  568. flex: 1;
  569. height: .5rem;
  570. border-radius: .04rem;
  571. display: flex;
  572. align-items: center;
  573. text-overflow: ellipsis;
  574. white-space: nowrap;
  575. overflow: hidden;
  576. }
  577. .sunNavBox{
  578. margin-left: .4rem;
  579. padding-right: .22rem;
  580. }
  581. .sunNavItem{
  582. height: .5rem;
  583. display: flex;
  584. align-items: center;
  585. padding-left: .08rem;
  586. color: #434343;
  587. border-radius: .04rem;
  588. margin: .05rem 0;
  589. }
  590. .sunNavItem .sunNavTitle{
  591. font-weight: 400;
  592. font-size: .17rem;
  593. text-overflow: ellipsis;
  594. white-space: nowrap;
  595. overflow: hidden;
  596. flex: 1;
  597. }
  598. .sunNavItem.active{
  599. color: #fff;
  600. background-color: rgba(79, 73, 222, 1);
  601. }
  602. /* end 个人中心菜单 --> */
  603. @media (max-width: 1499px) {
  604. .navContainer{
  605. width: 3rem;
  606. }
  607. .navItem{
  608. padding-left: .16rem;
  609. }
  610. .navItem .navItemFlex{
  611. padding-right: .16rem;
  612. }
  613. .navItem .navItemFlex img{
  614. width: .34rem;
  615. }
  616. .navItem .navItemFlex .navTitle{
  617. height: .46rem;
  618. font-size: .16rem;
  619. }
  620. .sunNavBox{
  621. margin-left: .34rem;
  622. padding-right: .16rem;
  623. }
  624. .sunNavItem{
  625. height: .46rem;
  626. }
  627. .sunNavItem .sunNavTitle{
  628. font-size: .16rem;
  629. }
  630. .navContainer{
  631. padding-bottom: .5rem;
  632. }
  633. }
  634. @media (max-width: 1320px) {
  635. #computerEndHeader{
  636. width: auto;
  637. }
  638. .computerLogo{
  639. margin-left: .12rem;
  640. }
  641. .headIconContainer{
  642. margin-right: .12rem;
  643. }
  644. .headNavItem .headNavTitle{
  645. font-size: .22rem;
  646. }
  647. .headNavItem.active .headNavTitle{
  648. font-size: .26rem;
  649. }
  650. }
  651. @media (max-width: 1199px) {
  652. .warnContainer{
  653. height: auto;
  654. }
  655. .warnContainer .warnText{
  656. font-size: .2rem;
  657. padding: .06rem .24rem;
  658. }
  659. #computerEndHeader{
  660. display: none;
  661. }
  662. #mobileEndHeader{
  663. display: flex;
  664. }
  665. .footerContainer{
  666. height: auto;
  667. }
  668. .footerConter{
  669. display: block;
  670. padding: .24rem .12rem;
  671. }
  672. .leftText{
  673. max-width: none;
  674. margin-right: 0;
  675. margin-bottom: .32rem;
  676. }
  677. .leftText .ltK{
  678. font-size: .2rem;
  679. }
  680. .leftText .ltV{
  681. font-size: .18rem;
  682. }
  683. .footerInuptBox{
  684. max-width: 6rem;
  685. margin-right: 0;
  686. height: .6rem;
  687. margin-bottom: .32rem;
  688. }
  689. .footerIconContainer{
  690. max-width: none;
  691. }
  692. .footerIconList{
  693. white-space: normal;
  694. overflow-x: hidden;
  695. display: flex;
  696. flex-wrap: wrap;
  697. margin-bottom: .12rem;
  698. }
  699. .footerIconItem{
  700. display: block;
  701. margin-right: .24rem;
  702. }
  703. .acceptBox{
  704. display: block;
  705. }
  706. .acceptLeftInfo{
  707. max-width: none;
  708. }
  709. .acceptLeftInfo .weAcc{
  710. font-size: .16rem;
  711. }
  712. .aLImgItem img{
  713. width: .6rem;
  714. height: .35rem;
  715. }
  716. .weText{
  717. font-size: .16rem;
  718. }
  719. .acceptRightInfo{
  720. justify-content: flex-start;
  721. padding-left: 0;
  722. padding-top: .4rem;
  723. }
  724. .fLinkContainer{
  725. justify-content: flex-start;
  726. padding-right: 0;
  727. margin-bottom: .4rem;
  728. }
  729. .fLinkBox{
  730. padding: 0;
  731. margin-right: .4rem;
  732. }
  733. .fLinkTitle{
  734. font-size: .2rem;
  735. }
  736. .fLinkItem{
  737. font-size: .18rem;
  738. }
  739. }
  740. @media (max-width: 999px) {
  741. .navContainer{
  742. width: 2.4rem;
  743. }
  744. }
  745. @media (max-width: 899px) {
  746. .ageReminderBox{
  747. width: 6rem;
  748. height: 3rem;
  749. }
  750. .ageReminderInfo{
  751. padding-top: .6rem;
  752. }
  753. .ageReminderInfo h3{
  754. font-size: .3rem;
  755. }
  756. .ageReminderInfo .ageReminderButBox .ageRBut{
  757. font-size: .2rem;
  758. min-width: 1rem;
  759. }
  760. .leftText .ltK{
  761. font-size: .22rem;
  762. }
  763. .leftText .ltV{
  764. font-size: .2rem;
  765. }
  766. .footerIconItem img{
  767. width: .5rem;
  768. height: .5rem;
  769. }
  770. .footerVlsaImg img{
  771. height: .4rem;
  772. }
  773. #toastContainer{
  774. font-size: .24rem;
  775. padding: .1rem .16rem;
  776. }
  777. .footerConter{
  778. padding: .24rem;
  779. }
  780. }
  781. @media (max-width: 750px) {
  782. .navContainer{
  783. width: 2.2rem;
  784. }
  785. .navItem{
  786. padding-left: .12rem;
  787. }
  788. .navItem .navItemFlex{
  789. padding-right: .12rem;
  790. }
  791. .navItem .navItemFlex img{
  792. width: .34rem;
  793. }
  794. .navItem .navItemFlex .navTitle{
  795. height: .6rem;
  796. font-size: .2rem;
  797. }
  798. .sunNavBox{
  799. margin-left: .34rem;
  800. padding-right: .12rem;
  801. }
  802. .sunNavItem{
  803. height: .6rem;
  804. }
  805. .sunNavItem .sunNavTitle{
  806. font-size: .2rem;
  807. }
  808. .warningBox{
  809. font-size: .2rem;
  810. }
  811. .acceptBox{
  812. display: block;
  813. }
  814. .acceptLeftInfo{
  815. max-width: none;
  816. margin-left: 20%;
  817. }
  818. .acceptLeftInfo .weAcc{
  819. font-size: .2rem;
  820. }
  821. .aLImgItem img{
  822. width: 3.7rem;
  823. height: .4rem;
  824. }
  825. .weText{
  826. font-size: .2rem;
  827. }
  828. .aRImgItem img{
  829. width: 1.5rem;
  830. height: .75rem;
  831. }
  832. .fLinkTitle{
  833. font-size: .24rem;
  834. }
  835. .fLinkItem{
  836. font-size: .22rem;
  837. }
  838. }