common.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828
  1. @charset "utf-8";
  2. html {
  3. margin: 0;
  4. padding: 0;
  5. }
  6. body {
  7. margin: 0;
  8. padding: 0;
  9. font-size: 14px;
  10. font-family: sans-serif;
  11. font-weight: normal;
  12. font-style: normal;
  13. color: #333;
  14. word-break: break-all;
  15. word-wrap: break-word;
  16. }
  17. h1, h2, h3, h4, h5, h6, p, ul, li, strong, em, i {
  18. margin: 0;
  19. padding: 0;
  20. font-size: 14px;
  21. list-style: none;
  22. font-weight: normal;
  23. font-style: normal;
  24. }
  25. img {
  26. display: block;
  27. margin: 0;
  28. border: 0;
  29. width: 100%;
  30. }
  31. a {
  32. -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  33. -webkit-touch-callout: none;
  34. -webkit-user-select: none;
  35. text-decoration: none;
  36. }
  37. .body_sytle {
  38. overflow: hidden;
  39. background-color: #f2f4f8;
  40. }
  41. .i_h_user_but{
  42. margin:.06rem .15rem 0 0;
  43. float: right;
  44. height: .36rem;
  45. width: .36rem;
  46. background: url(../../img/frontend/icon/user_icon_4.png) no-repeat center center;
  47. background-size: .21rem .21rem;
  48. }
  49. .i_h_search_but{
  50. margin:.06rem .06rem 0 0;
  51. float: right;
  52. height: .36rem;
  53. width: .36rem;
  54. background: url(../../img/frontend/icon/user_icon_3.png) no-repeat center center;
  55. background-size: .21rem .21rem;
  56. }
  57. .i_nav_fixed_box {
  58. height: .49rem;
  59. }
  60. .fixednav .i_nav_box {
  61. position: fixed;
  62. left: 0;
  63. top: 0;
  64. right: 0;
  65. z-index: 999;
  66. }
  67. .i_nav_box {
  68. position: relative;
  69. left: 0;
  70. top: 0;
  71. overflow: hidden;
  72. padding-left: .02rem;
  73. height: .48rem;
  74. background-color: #fff;
  75. }
  76. .i_nav_user_img {
  77. position: absolute;
  78. right: .15rem;
  79. top: 0;
  80. overflow: hidden;
  81. margin: .06rem 0 0;
  82. height: .36rem;
  83. width: .36rem;
  84. background-color: #eff1f6;
  85. border-radius: .36rem;
  86. }
  87. .i_nav_user_img_vip {
  88. position: absolute;
  89. right: .15rem;
  90. top: 0;
  91. padding: 1px;
  92. margin: .06rem 0 0;
  93. height: .36rem;
  94. width: .36rem;
  95. background-color: #eff1f6;
  96. border-radius: .36rem;
  97. border: 1px solid #ffd99e;
  98. box-sizing: border-box;
  99. }
  100. .i_nav_user_img_vip span {
  101. position: absolute;
  102. left: 50%;
  103. bottom: -.02rem;
  104. margin: 0 0 0 -.14rem;
  105. width: .28rem;
  106. height: .12rem;
  107. background: url(/assets/img/frontend/icon/user_vip_3.png) no-repeat center center/100% 100%;
  108. }
  109. .i_nav_user_img img,
  110. .i_nav_user_img_vip img {
  111. height: 100%;
  112. width: 100%;
  113. border-radius: .36rem;
  114. }
  115. .i_nav_list {
  116. overflow: hidden;
  117. height: .48rem;
  118. display: flex;
  119. }
  120. .i_nav_list a {
  121. float: left;
  122. margin: 0 .13rem;
  123. padding: .12rem 0 0;
  124. height: .48rem;
  125. box-sizing: border-box;
  126. }
  127. .i_nav_list a strong {
  128. display: block;
  129. height: .26rem;
  130. font-size: .15rem;
  131. color: #2b2b2a;
  132. text-align: center;
  133. white-space: nowrap;
  134. line-height: .26rem;
  135. }
  136. .i_nav_list a span {
  137. overflow: hidden;
  138. margin: 0 auto;
  139. display: block;
  140. height: .02rem;
  141. width: .6rem;
  142. }
  143. .i_nav_list .hover strong {
  144. color: #27c1a0;
  145. }
  146. .i_nav_list .hover span {
  147. background-color: #27c1a0;
  148. }
  149. .body_sytle_girl .i_nav_list .hover strong {
  150. /*color: #f56451;*/
  151. }
  152. .body_sytle_girl .i_nav_list .hover span {
  153. /*background-color: #f56451;*/
  154. }
  155. .i_module_box {
  156. overflow: hidden;
  157. background-color: #fff;
  158. margin: 0 0.15rem 0.05rem 0.15rem;
  159. }
  160. .i_module_tit {
  161. overflow: hidden;
  162. margin: .08rem .15rem 0;
  163. height: .3rem;
  164. font-size: 0;
  165. }
  166. .w_dis_tit{
  167. display: flex;
  168. justify-content: flex-start;
  169. align-items: center;
  170. position: relative;
  171. z-index: 1;
  172. }
  173. .w_icon_tit{
  174. width: 0.15rem;
  175. height: 0.15rem;
  176. margin-right: 0.05rem;
  177. margin-bottom: 0.02rem;
  178. }
  179. .i_module_tit h2 {
  180. margin: 0;
  181. height: .3rem;
  182. background-size: .75rem auto;
  183. display: flex;
  184. justify-content: space-between;
  185. align-items: center;
  186. }
  187. .i_module_tit {
  188. display: flex;
  189. justify-content:space-between;
  190. align-items: center;
  191. }
  192. .i_module_tit strong {
  193. display: inline-block;
  194. margin: 0;
  195. height: .3rem;
  196. background-size: .75rem auto;
  197. font-size: .16rem;
  198. font-weight: normal;
  199. color: #2b2b2a;
  200. line-height: .3rem;
  201. }
  202. .w_cre_tit {
  203. overflow: hidden;
  204. height: .3rem;
  205. font-size: .13rem;
  206. font-weight: normal;
  207. color: #5EBEA1;
  208. text-align: left;
  209. line-height: .3rem;
  210. display: flex;
  211. justify-content: flex-start;
  212. align-items: center;
  213. margin-left: 0.1rem;
  214. max-width: 170px;
  215. margin-top: 0.02rem;
  216. }
  217. .i_module_list_more{
  218. display: block;
  219. overflow: hidden;
  220. text-align: center;
  221. margin-top: .08rem;
  222. height: .28rem;
  223. }
  224. .i_module_list_more strong{
  225. display: inline-block;
  226. margin: 0;
  227. padding: 0 .12rem 0 0;
  228. height: .28rem;
  229. background: url(../../img/frontend/icon/arrow.png) no-repeat right center;
  230. background-size: auto .08rem;
  231. font-weight: normal;
  232. font-size: .12rem;
  233. color: #2F2F2F;
  234. line-height: .28rem;
  235. }
  236. .i_m_tit_tab {
  237. overflow: hidden;
  238. margin: 0 auto;
  239. height: .26rem;
  240. width: 2.28rem;
  241. border: 1px solid #27c1a0;
  242. border-radius: .26rem;
  243. box-sizing: border-box;
  244. }
  245. .i_m_tit_tab a {
  246. overflow: hidden;
  247. float: left;
  248. height: 100%;
  249. width: 50%;
  250. font-size: .13rem;
  251. color: #27c1a0;
  252. text-align: center;
  253. line-height: 2;
  254. }
  255. .i_m_tit_tab .hover {
  256. background-color: #27c1a0;
  257. color: #fff;
  258. }
  259. .body_sytle_girl .i_m_tit_tab {
  260. border-color: #f56451;
  261. }
  262. .body_sytle_girl .i_m_tit_tab a {
  263. color: #f56451;
  264. }
  265. .body_sytle_girl .i_m_tit_tab .hover {
  266. background-color: #f56451;
  267. color: #fff;
  268. }
  269. .i_module_tit > a {
  270. float: right;
  271. padding-right: .12rem;
  272. height: .26rem;
  273. background: url(/assets/img/frontend/icon/icon_1.png) no-repeat right center;
  274. background-size: auto .08rem;
  275. font-size: .12rem;
  276. color: #9597ae;
  277. line-height: .26rem;
  278. margin-top: 0 !important;
  279. }
  280. .i_images_list {
  281. overflow: hidden;
  282. margin: .08rem .15rem;
  283. }
  284. .i_images_ul {
  285. overflow: hidden;
  286. margin-left: -.1rem;
  287. }
  288. .i_images_ul li {
  289. float: left;
  290. width: 25%;
  291. padding-left: .1rem;
  292. box-sizing: border-box;
  293. }
  294. .i_images_ul a,
  295. .i_images_scroll_ul a {
  296. display: block;
  297. }
  298. .i_images_img {
  299. overflow: hidden;
  300. margin-bottom: .1rem;
  301. }
  302. .i_images_ul h3,
  303. .i_images_scroll_ul h3 {
  304. overflow: hidden;
  305. max-height: .32rem;
  306. font-size: .12rem;
  307. color: #2b2b2a;
  308. line-height: .16rem;
  309. display: -webkit-box;
  310. -webkit-box-orient: vertical;
  311. -webkit-line-clamp: 2;
  312. }
  313. .i_images_scroll_list {
  314. overflow: hidden;
  315. margin: .1rem .15rem .08rem .06rem;
  316. }
  317. .i_images_scroll_ul {
  318. display: none;
  319. overflow: hidden;
  320. overflow-x: auto;
  321. width: 100%;
  322. white-space: nowrap;
  323. font-size: 0;
  324. }
  325. .i_images_scroll_ul {
  326. -webkit-overflow-scrolling: touch;
  327. }
  328. .i_images_scroll_ul::-webkit-scrollbar {
  329. display: none;
  330. }
  331. .i_images_scroll_ul_hover {
  332. display: block;
  333. }
  334. .i_images_scroll_ul li {
  335. overflow: hidden;
  336. display: inline-block;
  337. margin: 0 0 0 .09rem;
  338. width: .7rem;
  339. vertical-align: top;
  340. }
  341. .i_images_scroll_ul a {
  342. position: relative;
  343. left: 0;
  344. top: 0;
  345. white-space: normal;
  346. width: 100%;
  347. }
  348. .i_images_scroll_ul a span {
  349. position: absolute;
  350. top: .05rem;
  351. left: 0;
  352. width: .17rem;
  353. height: .13rem;
  354. background: url(../../img/frontend/icon/icon_4_2.png) no-repeat 0 0;
  355. background-size: .17rem .13rem;
  356. font-size: .09rem;
  357. text-align: center;
  358. color: #fff;
  359. line-height: .13rem;
  360. }
  361. .i_images_scroll_ul .i_images_img,
  362. .i_images_scroll_ul .i_images_img img {
  363. height: .94rem;
  364. }
  365. .i_images_text_list {
  366. margin: 0 .15rem .08rem;
  367. }
  368. .i_images_text_ul {
  369. overflow: hidden;
  370. }
  371. .i_images_text_ul li {
  372. overflow: hidden;
  373. padding: .05rem 0;
  374. border-bottom: 1px solid #e0e4ea;
  375. }
  376. .i_images_text_ul a {
  377. position: relative;
  378. left: 0;
  379. top: 0;
  380. overflow: hidden;
  381. display: block;
  382. padding: .05rem 0;
  383. }
  384. .i_images_img{
  385. position: relative;
  386. }
  387. .i_images_img img,
  388. .s_img img{
  389. border-radius: .03rem;
  390. }
  391. .i_images_text_ul .i_images_img {
  392. position: absolute;
  393. left: 0;
  394. top: .05rem;
  395. margin-bottom: 0;
  396. width: .78rem;
  397. height: 1.04rem;
  398. }
  399. .i_images_img:after,
  400. .r_img:after,
  401. .s_img:after,
  402. .bd_head_info_img:after{
  403. content: " ";
  404. position: absolute;
  405. top: 0;
  406. left: 0;
  407. width: .1rem;
  408. height: 100%;
  409. background-image: -webkit-gradient(linear,left top,right top,color-stop(0,hsla(0,0%,100%,0)),color-stop(53%,hsla(0,0%,100%,.5)),to(hsla(0,0%,100%,0)));
  410. background-image: -webkit-linear-gradient(left,hsla(0,0%,100%,0),hsla(0,0%,100%,.5) 53%,hsla(0,0%,100%,0));
  411. background-image: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5) 53%,hsla(0,0%,100%,0));
  412. }
  413. .i_images_text_ul .i_images_img img {
  414. height: 100%;
  415. }
  416. .i_images_txt_box {
  417. overflow: hidden;
  418. margin: 0 0 0 .90rem;
  419. height: 1.08rem;
  420. }
  421. .i_images_txt_box h3 {
  422. overflow: hidden;
  423. margin-bottom: .02rem;
  424. height: .22rem;
  425. font-size: .14rem;
  426. color: #494a4c;
  427. font-weight: bold;
  428. line-height: .22rem;
  429. white-space: nowrap;
  430. text-overflow: ellipsis;
  431. }
  432. .i_images_txt_box p {
  433. overflow: hidden;
  434. margin-bottom: .10rem;
  435. height: .37rem;
  436. font-size: .12rem;
  437. color: #828786;
  438. line-height: .18rem;
  439. display: -webkit-box;
  440. -webkit-box-orient: vertical;
  441. -webkit-line-clamp: 2;
  442. }
  443. .i_images_txt_other {
  444. position: relative;
  445. height: .19rem;
  446. display: flex;
  447. justify-content: space-between;
  448. align-items: center;
  449. }
  450. .i_images_txt_other strong {
  451. overflow: hidden;
  452. float: left;
  453. height: .16rem;
  454. font-size: .12rem;
  455. color: #535756;
  456. line-height: .16rem;
  457. }
  458. .i_images_txt_other strong i,
  459. .i_images_txt_other strong b{
  460. float: left;
  461. margin-top: .02rem;
  462. height: .15rem;
  463. font-weight: normal;
  464. font-style: normal;
  465. font-size: .13rem;
  466. line-height: .15rem;
  467. }
  468. .i_images_txt_other strong i{
  469. padding-right: .1rem;
  470. margin-right: .1rem;
  471. border-right: 1px solid #cac4c4;
  472. color: #f7b9a2;
  473. }
  474. .i_images_txt_other strong b{
  475. color: #9a9191;
  476. }
  477. .i_images_txt_other em {
  478. float: right;
  479. padding-left: .2rem;
  480. height: .16rem;
  481. background: url(../../img/frontend/icon/icon_2.png) no-repeat 0 .03rem;
  482. background-size: auto .1rem;
  483. font-size: .12rem;
  484. color: #f56451;
  485. line-height: .16rem;
  486. }
  487. .i_images_text_ul .i_text_a {
  488. position: static;
  489. }
  490. .i_text_a .i_images_txt_box {
  491. margin: 0;
  492. height: auto;
  493. }
  494. .i_text_a .i_images_txt_box p {
  495. margin-bottom: 0;
  496. height: .36rem;
  497. display: -webkit-box;
  498. -webkit-box-orient: vertical;
  499. -webkit-line-clamp: 2;
  500. }
  501. .footer_box {
  502. overflow: hidden;
  503. padding: .15rem 0;
  504. }
  505. .footer_ewm {
  506. margin: 0 auto .18rem;
  507. width: 1.4rem;
  508. height: 1.4rem;
  509. }
  510. .footer_ewm img {
  511. display: block;
  512. height: 100%;
  513. }
  514. .footer_txt {
  515. margin: 0 auto;
  516. overflow: hidden;
  517. width: 2.5rem;
  518. text-align: center;
  519. }
  520. .footer_txt p {
  521. overflow: hidden;
  522. font-size: .13rem;
  523. color: #5d6995;
  524. line-height: .24rem;
  525. }
  526. .content_null_box {
  527. overflow: hidden;
  528. padding: 34px 0;
  529. /*border-top: 1px solid #aeb4ca;*/
  530. background-color: #fff;
  531. }
  532. .content_null_top_border {
  533. border-top: 1px solid #aeb4ca;
  534. }
  535. .content_null_box img {
  536. display: block;
  537. margin: 0 auto .06rem;
  538. }
  539. .content_null_box span {
  540. display: block;
  541. overflow: hidden;
  542. font-size: .13rem;
  543. color: #535756;
  544. text-align: center;
  545. line-height: .18rem;
  546. }
  547. .content_null_but_box {
  548. overflow: hidden;
  549. margin-top: .25rem;
  550. padding: .15rem 0;
  551. }
  552. .content_null_but_box a {
  553. display: block;
  554. margin: 0 auto;
  555. width: 2.1rem;
  556. height: .4rem;
  557. background-color: #27c1a0;
  558. font-size: .17rem;
  559. color: #fff;
  560. text-align: center;
  561. line-height: .4rem;
  562. border-radius: .4rem;
  563. }
  564. .loading_box {
  565. overflow: hidden;
  566. height: .5rem;
  567. background-color: #fff;
  568. border-top: 1px solid #edf0fa;
  569. text-align: center;
  570. line-height: .5rem;
  571. }
  572. .loading_box span {
  573. font-size: .12rem;
  574. color: #27c1a0;
  575. line-height: .5rem;
  576. }
  577. #console_main {
  578. height: 0;
  579. font-size: 0;
  580. }
  581. .console_box {
  582. position: fixed;
  583. left: 0;
  584. top: 50%;
  585. right: 0;
  586. z-index: 5000;
  587. margin-top: -.23rem;
  588. height: .46rem;
  589. font-size: 0;
  590. text-align: center;
  591. }
  592. .console_box span {
  593. display: inline-block;
  594. *display: inline;
  595. *zoom: 1;
  596. padding: 0 .3rem;
  597. height: .46rem;
  598. background-color: rgba(0, 0, 0, 0.9);
  599. -moz-border-radius: .06rem;
  600. -webkit-border-radius: .06rem;
  601. border-radius: .06rem;
  602. font-size: .14rem;
  603. color: #fff;
  604. text-align: center;
  605. line-height: .46rem;
  606. }
  607. .christmas_popup_box, .camp_popup_box{
  608. position:fixed;
  609. left:0;
  610. top:0;
  611. right:0;
  612. bottom:0;
  613. z-index:1000;
  614. height:100%;
  615. width:100%;
  616. background-color:rgba(0,0,0,0.4);
  617. overflow:hidden;
  618. text-align:center;
  619. font-size:0;
  620. white-space:nowrap;
  621. }
  622. .christmas_body,
  623. .christmas_jgb{
  624. display:inline-block;
  625. *display:inline;
  626. *zoom:1;
  627. vertical-align:middle;
  628. }
  629. .christmas_jgb{
  630. margin-left:-1px;
  631. height:100%;
  632. width:1px;
  633. overflow:hidden;
  634. }
  635. .christmas_body{
  636. width:99%;
  637. }
  638. .christmas_main{
  639. overflow:hidden;
  640. margin:0 10%;
  641. padding-bottom: .4rem;
  642. }
  643. .christmas_main_but{
  644. clear:both;
  645. display:block;
  646. overflow:hidden;
  647. -webkit-box-border-radius:.06rem;
  648. -moz-box-border-radius:.06rem;
  649. border-radius:.06rem;
  650. }
  651. .christmas_main_but img{
  652. display:block;
  653. width:100%;
  654. border:0;
  655. }
  656. .christmas_close{
  657. position:absolute;
  658. right:.06rem;
  659. top:0;
  660. width:.34rem;
  661. height:.34rem;
  662. background: url(../../img/frontend/christmas_style/christmas_close.png) no-repeat center center;
  663. background-size:cover;
  664. }
  665. .christmas_close_2{
  666. float:right;
  667. margin-bottom:.1rem;
  668. width:.3rem;
  669. height:.3rem;
  670. background: url(../../img/frontend/christmas_style/christmas_close.png) no-repeat center center;
  671. background-size:cover;
  672. }
  673. .camp_close_btn{
  674. float:right;
  675. margin-bottom:.1rem;
  676. width:.3rem;
  677. height:.3rem;
  678. background: url(/assets/img/frontend/christmas_style/christmas_close.png) no-repeat center center;
  679. background-size:cover;
  680. }{
  681. float:right;
  682. margin-bottom:.1rem;
  683. width:.3rem;
  684. height:.3rem;
  685. background: url(../../img/frontend/christmas_style/christmas_close.png) no-repeat center center;
  686. background-size:cover;
  687. }
  688. .set_top_box{
  689. position: relative;
  690. z-index: 20;
  691. overflow: hidden;
  692. margin: .45rem 1px -.4rem;
  693. height: .4rem;
  694. background-color: #f65356;
  695. font-size: .12rem;
  696. color: #fff;
  697. text-align: center;
  698. line-height: .4rem;
  699. }
  700. .section-data{
  701. cursor: pointer;
  702. }
  703. /** 书籍角标 **/
  704. .pongo_blk{ position: relative}
  705. .pongo_blk em.vip-pay {
  706. position: absolute;
  707. right: 0;
  708. bottom: 0;
  709. height: .16rem;
  710. width: .5rem;
  711. background-repeat: no-repeat;
  712. background-size: .5rem .16rem;
  713. background-position: 0 0;
  714. background-image: url(/assets/img/frontend/icon/vip_pay.png);
  715. }
  716. /*补充首页样式*/
  717. .w_text_tips{
  718. height:0.16rem;
  719. border-radius:0.08rem;
  720. font-size:0.12rem;
  721. font-family:PingFangSC-Regular,PingFang SC;
  722. font-weight:400;
  723. color:rgba(202,196,196,1);
  724. line-height:0.16rem;
  725. text-align: center;
  726. display: inline-block;
  727. border:0.01rem solid rgba(214,214,214,1);
  728. padding:0 0.04rem;
  729. }
  730. .w_text_tips:nth-of-type(1) {
  731. margin-right: 0.02rem;
  732. }
  733. .w_tips_box{
  734. display: flex;
  735. justify-content: flex-start;
  736. align-items: center;
  737. }