ydz.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891
  1. /*
  2. 清除
  3. */
  4. body.bgf5 {
  5. background-color: #f5f5f5;
  6. }
  7. body.bgf5 .mui-content {
  8. background-color: #f5f5f5;
  9. }
  10. body.bgf {
  11. background-color: #fff;
  12. }
  13. body.bgf .mui-content {
  14. background-color: #fff;
  15. }
  16. .mui-bar-tab~.mui-content {
  17. padding-bottom: 60px;
  18. }
  19. .mui-bar{
  20. background: #fff;
  21. }
  22. .mui-icon .mui-dotted {
  23. font-size: 10px;
  24. line-height: 1.4;
  25. position: absolute;
  26. top: -2px;
  27. left: 100%;
  28. color: #fff;
  29. background: red;
  30. display: inline-block;
  31. width: 8px;
  32. height: 8px;
  33. border-radius: 50%;
  34. }
  35. /*------------------------------------------------------------------*/
  36. .cp-mask {
  37. position: fixed;
  38. z-index: 1000;
  39. top: 0;
  40. right: 0;
  41. left: 0;
  42. bottom: 0;
  43. background: rgba(0, 0, 0, 0.6);
  44. }
  45. .cp-dialog {
  46. position: fixed;
  47. z-index: 5000;
  48. width: 80%;
  49. top: 50%;
  50. left: 50%;
  51. -webkit-transform: translate(-50%, -50%);
  52. transform: translate(-50%, -50%);
  53. background-color: #FFFFFF;
  54. text-align: center;
  55. border-radius: 3px;
  56. }
  57. .cp-dialog .btnclose{
  58. width: 21px;
  59. height: 21px;
  60. background: url(../images/close.png) no-repeat center center/21px 21px;
  61. position: absolute;
  62. right: 0;
  63. top: -26px;
  64. }
  65. /*全局*/
  66. @font-face {
  67. font-family: 'iconfont'; /* project id 258380 */
  68. src: url('../fonts/iconfont.eot');
  69. src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
  70. url('../fonts/iconfont.woff') format('woff'),
  71. url('../fonts/iconfont.ttf') format('truetype'),
  72. url('../fonts/iconfont.svg#iconfont') format('svg');
  73. }
  74. .iconfont {
  75. font-family:"iconfont" !important;
  76. font-style:normal;
  77. -webkit-font-smoothing: antialiased;
  78. -webkit-text-stroke-width: 0.2px;
  79. -moz-osx-font-smoothing: grayscale;
  80. }
  81. p {
  82. margin-bottom: 0px;
  83. color: inherit;
  84. }
  85. .panel+.panel{
  86. margin-top: 10px;
  87. }
  88. .cp_flex{
  89. display: -webkit-box;
  90. display: -webkit-flex;
  91. display: flex;
  92. -webkit-box-align: center;
  93. -webkit-align-items: center;
  94. align-items: center;
  95. }
  96. .cp_hd{
  97. -webkit-box-flex: 1;
  98. -webkit-flex: 1;
  99. flex: 1;
  100. min-width: 0;
  101. }
  102. .cp_flex.flextop{
  103. -webkit-box-align: inherit;
  104. -webkit-align-items: inherit;
  105. align-items: inherit;
  106. }
  107. i{
  108. font-style: normal;
  109. }
  110. ul,li{
  111. list-style: none;
  112. margin: 0;
  113. padding: 0;
  114. }
  115. /**/
  116. .cphome .ban{
  117. position: relative;
  118. width: 100%;
  119. height: 3.24rem;
  120. background: url(../images/ban.png) no-repeat center center/100% 3.24rem;
  121. overflow: hidden;
  122. }
  123. .cphome .ban img{
  124. border-radius: 50%;
  125. width: 1.68rem;
  126. height: 1.68rem;
  127. left: 50%;
  128. margin-left: -0.84rem;
  129. top:0.4rem;
  130. position: absolute;
  131. }
  132. .cphome .name{
  133. text-align: center;
  134. color: #333;
  135. font-size: 18px;
  136. line-height: 25px;
  137. position: absolute;
  138. width: 100%;
  139. top:2.28rem;
  140. }
  141. .cphome .name span{
  142. font-size: 14px;
  143. color: #666;
  144. margin-left: 5px;
  145. }
  146. .cphome .txtinfo{
  147. color: #999999;
  148. line-height: 22px;
  149. font-size: 14px;
  150. margin: 18px 15px 25px;
  151. text-indent: 32px;
  152. }
  153. .cphome .btntxt{
  154. background: #F1F8FF;
  155. border: 1px solid #9ACDFF;
  156. border-radius: 4px;
  157. margin: 0 15px;
  158. padding: 15px;
  159. }
  160. .cphome .btntxt .cp_hd{
  161. margin-right: 20px;
  162. }
  163. .cphome .btntxt .type{
  164. font-size: 18px;
  165. color: #49A3FE;
  166. line-height: 25px;
  167. margin-bottom: 13px;
  168. }
  169. .cphome .btntxt .txt{
  170. font-size: 13px;
  171. color: #777777;
  172. }
  173. .cphome .btntxt a{
  174. display: block;
  175. width: 90px;
  176. height: 32px;
  177. line-height: 32px;
  178. color: #fff;
  179. font-size: 14px;
  180. background: #49A3FE;
  181. text-align: center;
  182. border-radius: 16px;
  183. }
  184. .cpblockbtn{
  185. background: #48A3FE;
  186. font-size: 15px;
  187. height: 40px;
  188. line-height: 40px;
  189. text-align: center;
  190. border-radius: 20px;
  191. color: #fff;
  192. }
  193. .cpinfo .cpblockbtn{
  194. margin: 25px 15px;
  195. }
  196. .cpinfo .boxinfo{
  197. background: #F1F8FF;
  198. border: 1px solid #9ACDFF;
  199. border-radius: 4px;
  200. margin: 0 15px;
  201. padding: 15px;
  202. }
  203. .cpinfo .boxinfo .t{
  204. font-size: 14px;
  205. color: #49A3FE;
  206. line-height: 20px;
  207. margin-bottom: 10px;
  208. }
  209. .cpinfo .boxinfo li{
  210. font-size: 13px;
  211. color: #666666;
  212. line-height: 22px;
  213. }
  214. .cpinfo .boxinfo li i{
  215. color: #fff;
  216. border-radius: 50%;
  217. width: 18px;
  218. height: 18px;
  219. line-height: 18px;
  220. text-align: center;
  221. background: #48A3FE;
  222. display: inline-block;
  223. margin-right: 10px;
  224. margin-top: 2px
  225. }
  226. .cpinfo .txtinfo{
  227. font-size: 15px;
  228. color: #666666;
  229. line-height: 23px;
  230. margin: 20px 15px;
  231. text-indent: 32px;
  232. }
  233. .cpinfo .ban{
  234. width: 100%;
  235. overflow: hidden;
  236. height: 4.22rem;
  237. }
  238. .cpinfo .ban img{
  239. width: 100%;
  240. height: 100%;
  241. }
  242. .cp-dialog{
  243. border-radius: 6px;
  244. width: 6.9rem;
  245. padding: 0 15px;
  246. }
  247. .cp-cells {
  248. background-color: #FFFFFF;
  249. font-size: 15px;
  250. overflow: hidden;
  251. position: relative;
  252. color: #333;
  253. }
  254. .cp-cell {
  255. padding: 10px 0px;
  256. position: relative;
  257. display: -webkit-box;
  258. display: -webkit-flex;
  259. display: flex;
  260. -webkit-box-align: center;
  261. -webkit-align-items: center;
  262. align-items: center;
  263. }
  264. .cp-label {
  265. display: block;
  266. width: 80px;
  267. word-wrap: break-word;
  268. word-break: break-all;
  269. text-align: left;
  270. color: #333;
  271. font-size: 15px;
  272. }
  273. .cp-cell__bd {
  274. -webkit-box-flex: 1;
  275. -webkit-flex: 1;
  276. flex: 1;
  277. }
  278. .cp-input {
  279. width: 100%;
  280. border: 0;
  281. outline: 0;
  282. -webkit-appearance: none;
  283. background-color: transparent;
  284. font-size: inherit;
  285. color: inherit;
  286. height: 1.47058824em !important;
  287. line-height: 1.47058824 !important;
  288. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  289. border: none;
  290. padding: 0 !important;
  291. margin: 0 !important;
  292. border: none !important;
  293. }
  294. .cp-cell_select-after {
  295. padding-left: 15px;
  296. }
  297. .cp-cell_select {
  298. padding: 0;
  299. }
  300. .cp-cell:before {
  301. content: " ";
  302. position: absolute;
  303. left: 0;
  304. bottom: 0;
  305. right: 0;
  306. height: 1px;
  307. border-top: 1px solid #e5e5e5;
  308. color: #e5e5e5;
  309. -webkit-transform-origin: 0 0;
  310. transform-origin: 0 0;
  311. -webkit-transform: scaleY(0.5);
  312. transform: scaleY(0.5);
  313. left: 0px;
  314. z-index: 2;
  315. }
  316. .cp-select {
  317. -webkit-appearance: none;
  318. border: 0;
  319. outline: 0;
  320. background-color: transparent;
  321. width: 100%;
  322. font-size: inherit;
  323. height: 45px;
  324. line-height: 45px;
  325. position: relative;
  326. z-index: 1;
  327. padding-left: 15px;
  328. margin-bottom: 0;
  329. padding-top: 0 !important;
  330. padding-bottom: 0 !important;
  331. }
  332. .cp-cell_select-after .cp-select {
  333. padding-left: 0 !important;.
  334. }
  335. .cp-cell_select .cp-select {
  336. padding-right: 30px !important;
  337. }
  338. .cp-cell_select .cp-cell__bd:after {
  339. content: " ";
  340. display: inline-block;
  341. height: 6px;
  342. width: 6px;
  343. border-width: 1px 1px 0 0;
  344. border-color: #C8C8CD;
  345. border-style: solid;
  346. -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  347. transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  348. position: relative;
  349. top: -2px;
  350. position: absolute;
  351. top: 50%;
  352. right: 1px;
  353. margin-top: -4px;
  354. }
  355. .cpclass .title{
  356. font-size: 14px;
  357. color: #999999;
  358. line-height: 22px;
  359. padding: 22px 0;
  360. position: relative;
  361. margin-bottom: 10px;
  362. text-align: left;
  363. text-indent: 32px;
  364. }
  365. .cpclass .title:after{
  366. content: " ";
  367. position: absolute;
  368. left: 0;
  369. bottom: 0;
  370. right: 0;
  371. height: 1px;
  372. border-top: 1px solid #e5e5e5;
  373. color: #e5e5e5;
  374. -webkit-transform: scaleY(0.5);
  375. transform: scaleY(0.5);
  376. }
  377. .cpclass input[type="submit"]{
  378. border: none;
  379. height: 34px;
  380. width: 145px;
  381. border-radius: 17px;
  382. color: #fff;
  383. text-align: center;
  384. font-size: 15px;
  385. background: #49A3FE;
  386. margin: 25px auto;
  387. }
  388. .tmlist{
  389. margin: 10px 15px 0;
  390. background: #FFFFFF;
  391. border: 1px solid #E6E6E6;
  392. box-shadow: 0 0 3px 1px rgba(0,0,0,0.05);
  393. border-radius: 4px;
  394. padding: 15px;
  395. }
  396. .tmlist .title{
  397. font-size: 17px;
  398. color: #333333;
  399. line-height: 26px;
  400. }
  401. .tmlist .radio,.tmlist .checkbox{
  402. font-size: 15px;
  403. color: #B9DCFF;
  404. margin-top: 15px;
  405. }
  406. .tmlist .radio label,.tmlist .checkbox label{
  407. width: 100%;
  408. display: inline-block;
  409. }
  410. .tmlist .radio input{
  411. vertical-align: middle;
  412. margin-top: -2px;
  413. margin-right: 8px;
  414. }
  415. .tmlist .checkbox input[type="checkbox"]{
  416. vertical-align: middle;
  417. margin-top: -2px;
  418. margin-right: 8px;
  419. }
  420. .tmlist .radio.active,.tmlist .checkbox.active{
  421. color: #48A3FE;;
  422. }
  423. .cpblockbtn{
  424. margin: 20px 15px;
  425. }
  426. .topnum{
  427. background: #FFFFFF;
  428. box-shadow: 0 0 3px 0 rgba(0,0,0,0.10);
  429. height: 40px;
  430. line-height: 40px;
  431. padding: 0 15px;
  432. position: fixed;
  433. top: 0;
  434. left: 0;
  435. right: 0;
  436. }
  437. .topnum .txt{
  438. color: #666;
  439. font-size: 14px;
  440. }
  441. .topnum .jdt{
  442. background: #FFFFFF;
  443. border: 1px solid #B6B6B6;
  444. height: 8px;
  445. border-radius: 4px;
  446. position: relative;
  447. }
  448. .topnum .jdt p{
  449. height: 6px;
  450. background: #48A3FE;
  451. border-radius: 3px;
  452. transition: all 0.3;
  453. }
  454. .tmitem{
  455. margin-top: 50px;
  456. }
  457. .dttipbox{
  458. width: 6rem;
  459. padding: 0.54rem 0.64rem;
  460. }
  461. .dttipbox .txt{
  462. font-size: 16px;
  463. color: #666666;
  464. line-height: 25px;
  465. margin-bottom: 30px;
  466. }
  467. .dttipbox .btnknow{
  468. width: 145px;
  469. text-align: center;
  470. height: 34px;
  471. border-radius: 17px;
  472. line-height: 34px;
  473. color: #fff;
  474. background: #3399FF;
  475. font-size: 15px;
  476. margin: 0 auto;
  477. }
  478. .cplinebtnbox{
  479. margin: 20px 15px;
  480. }
  481. .cplinebtnbox a{
  482. background: #48A3FE;
  483. font-size: 15px;
  484. height: 40px;
  485. line-height: 40px;
  486. text-align: center;
  487. border-radius: 20px;
  488. color: #fff;
  489. display: block;
  490. }
  491. .cplinebtnbox .cp_hd:first-child{
  492. margin-right: 18px;
  493. }
  494. .readtxtbox{
  495. padding: 60px 20px 64px;
  496. line-height: 49px;
  497. font-size: 18px;
  498. color: #999;
  499. }
  500. .hz .readtxtbox{
  501. line-height: 30px;
  502. }
  503. .hz .readtxtbox p{
  504. /**text-indent: 30px;*/
  505. }
  506. .readtxtbox .title{
  507. color: #333333;
  508. font-size: 21px;
  509. text-align: center;
  510. margin-bottom: 10px;
  511. }
  512. .readtxtbox p{
  513. /**text-indent: 40px;*/
  514. font-size: 18px;
  515. }
  516. .foottm{
  517. position: fixed;
  518. bottom: 0;
  519. left: 0;
  520. right: 0;
  521. background: #fff;
  522. box-shadow: 0 0 10px 3px rgba(204,204,204,0.60);
  523. font-size: 15px;
  524. }
  525. .foottm .title{
  526. background: #fff;
  527. height: 44px;
  528. padding: 11px 15px;
  529. position: relative;
  530. }
  531. .foottm .tmnum {
  532. /*width: 35%;*/
  533. }
  534. .foottm .btn{
  535. /*width: 35%;*/
  536. text-align: right;
  537. }
  538. .foottm .btn a{
  539. display: inline-block;
  540. height: 22px;
  541. line-height: 22px;
  542. width: 60px;
  543. text-align: center;
  544. font-size: 12px;
  545. background: #48A3FE;
  546. border-radius: 4px;
  547. color: #fff;
  548. }
  549. .foottm .btn a i{
  550. width: 8px;
  551. height: 7px;
  552. display: inline-block;
  553. background: url(../images/btnicon_z.png) no-repeat center center/8px 7px;
  554. margin-left: 5px;
  555. }
  556. .foottm.active .btn a i{
  557. background: url(../images/btnicon_s.png) no-repeat center center/8px 7px;
  558. }
  559. .foottm .time{
  560. width: 30%;
  561. text-align: center;
  562. }
  563. .p3tm_itme{
  564. display: none;
  565. position: relative;
  566. padding: 0 15px;
  567. }
  568. .p3tm_itme:after{
  569. content: '';
  570. height: 1px;
  571. border-top: 1px solid #e6e6e6;
  572. left: 15px;
  573. right: 15px;
  574. top: 0;
  575. position: absolute;
  576. }
  577. .foottm.active .p3tm_itme,.foottm.active .btnsfoot{
  578. display: block;
  579. }
  580. .foottm img{
  581. width: 18px;
  582. height: 18px;
  583. vertical-align: middle;
  584. margin-top: -3px;
  585. margin-right: 5px;
  586. }
  587. .dalist{
  588. background: #F3F9FF;
  589. border: 1px solid #9ACDFF;
  590. border-radius: 4px;
  591. font-size: 16px;
  592. color: #5CAEFF;
  593. padding: 18px 10px 8px;
  594. margin-top: 10px;
  595. }
  596. .hz .dalist{
  597. padding: 8px 10px 8px;
  598. }
  599. .dalist.active{
  600. background: #5CAEFF;
  601. border: 1px solid #9ACDFF;
  602. border-radius: 4px;
  603. font-size: 15px;
  604. color: #FFFFFF;
  605. }
  606. .p3list{
  607. display: none;
  608. overflow: hidden;
  609. }
  610. .p3list.active{
  611. display: block;
  612. }
  613. .p3list .tm{
  614. padding: 0;
  615. margin-top: 20px;
  616. font-size: 16px;
  617. color: #999999;
  618. line-height: 40px;
  619. }
  620. .hz .p3list .tm{
  621. line-height: 20px;
  622. margin-top: 10px;
  623. }
  624. .btnsfoot{
  625. padding: 15px 0px 20px;
  626. display: none;
  627. }
  628. .btnsfoot a{
  629. background: #48A3FE;
  630. height: 32px;
  631. line-height: 32px;
  632. border-radius: 16px;
  633. color: #fff;
  634. font-size: 15px;
  635. text-align: center;
  636. display: block;
  637. }
  638. .btnsfoot .cp_hd:first-child{
  639. margin-right: 58px;
  640. }
  641. .resultbox .toppanel{
  642. font-size: 14px;
  643. color: #666666;
  644. line-height: 20px;
  645. background: #FFFFFF;
  646. box-shadow: 0 0 6px 0 rgba(0,0,0,0.10);
  647. padding: 10px 15px;
  648. }
  649. .resultbox .pic{
  650. margin: 15px auto;
  651. overflow: hidden;
  652. width: 200px;
  653. }
  654. .resultbox .pic img{
  655. width: 100%;
  656. }
  657. .resultbox .panel{
  658. background: #FFFFFF;
  659. border: 1px solid #E6E6E6;
  660. box-shadow: 0 0 3px 1px rgba(0,0,0,0.05);
  661. border-radius: 8px;
  662. margin: 0 15px;
  663. }
  664. .resultbox .panel .type{
  665. background: #48A3FE;
  666. border: 1px solid #B5DAFF;
  667. border-radius: 0 4px 4px 0;
  668. margin: 15px 0 0;
  669. font-size: 14px;
  670. color: #FFFFFF;
  671. line-height: 32px;
  672. height: 32px;
  673. display: inline-block;
  674. padding: 0 12px;
  675. }
  676. .resultbox .panel .type img{
  677. width: 18px;
  678. vertical-align: middle;
  679. margin-right: 5px;
  680. margin-top: -3px;
  681. }
  682. .resultbox .panel .txtshow{
  683. opacity: 0.8;
  684. font-size: 16px;
  685. color: #666666;
  686. line-height: 25px;
  687. padding: 15px 15px;
  688. }
  689. .resultbox .panel .txtshow p{
  690. margin-bottom: 5px;
  691. text-indent: 30px;
  692. }
  693. .resultbox .panel .txtshow.othertxt{
  694. display: none;
  695. }
  696. .btnshowtxt{
  697. font-size: 15px;
  698. color: #48A3FE;
  699. letter-spacing: 0;
  700. line-height: 22px;
  701. margin: 5px 0 20px;
  702. text-align: center;
  703. }
  704. .btnshowtxt img{
  705. vertical-align: middle;
  706. width: 17px;
  707. height: 17px;
  708. margin-right: 5px;
  709. margin-top: -3px;
  710. }
  711. .txtboxinner{
  712. padding: 25px 15px;
  713. opacity: 0.8;
  714. font-size: 16px;
  715. color: #666666;
  716. line-height: 25px;
  717. }
  718. .txtboxinner p{
  719. text-indent: 30px;
  720. }
  721. .readlisttxt{
  722. border: 1px solid #CCCCCC;
  723. }
  724. .readlisttxt .typer{
  725. height: 35px;
  726. line-height: 34px;
  727. text-align: center;
  728. font-size: 16px;
  729. color: #333333;
  730. background: #E6E6E6;
  731. border-bottom: 1px solid #CCCCCC;
  732. }
  733. .readlisttxt .cp_hd{
  734. padding: 10px;
  735. font-size:13px;
  736. color: #999999;
  737. line-height: 19px;
  738. }
  739. .readlisttxt .cp_hd p{
  740. margin-bottom: 0 !important;
  741. }
  742. .readlisttxt .cp_flex+.cp_flex{
  743. border-top: 1px solid #ccc;
  744. }
  745. .readlisttxt+.readlisttxt{
  746. border-top: 0;
  747. }
  748. .bookbox{
  749. padding: 15px;
  750. }
  751. .booklist{
  752. border:1px solid #ccc;
  753. }
  754. .bookbox .info{
  755. font-size: 13px;
  756. color: #666666;
  757. line-height: 19px;
  758. margin-bottom: 15px;
  759. text-indent: 32px;
  760. }
  761. .bookbox .cp_flex .pic{
  762. width: 70px;
  763. overflow: hidden;
  764. float: left;
  765. margin: 0;
  766. }
  767. .bookbox .cp_flex .txt{
  768. padding-left: 82px;
  769. }
  770. .bookbox .cp_flex .pic img{
  771. width: 72px;
  772. }
  773. .bookbox .cp_flex+.cp_flex{
  774. border-top: 1px solid #ccc;
  775. }
  776. .bookbox .cp_flex .cp_hd{
  777. border-left: 1px solid #ccc;
  778. padding: 15px;
  779. }
  780. .bookbox .cp_flex .num{
  781. width: 35px;
  782. text-align: center;
  783. }
  784. .bookbox .cp_flex .name{
  785. font-size: 15px;
  786. color: #000000;
  787. line-height: 24px;
  788. margin-bottom: 10px;
  789. }
  790. .bookbox .cp_flex p{
  791. font-size: 14px;
  792. color: #999999;
  793. line-height: 20px;
  794. }
  795. .booklist{
  796. display: none;
  797. }
  798. .footbox{
  799. height: 44px;
  800. position: fixed;
  801. left: 0;
  802. right: 0;
  803. bottom: 0;
  804. }
  805. .footbox .bg{
  806. opacity: 0.8;
  807. background: #000000;
  808. position: absolute;
  809. left: 0;
  810. right: 0;
  811. height: 44px;
  812. }
  813. .footbox .cp_flex{
  814. position: absolute;
  815. left: 15px;
  816. right: 15px;
  817. height: 30px;
  818. top: 7px;
  819. z-index: 9;
  820. color: #fff;
  821. font-size: 14px;
  822. }
  823. .footbox .cp_flex span{
  824. font-size: 13px;
  825. border: 1px solid #48A3FE;
  826. height: 30px;
  827. border-radius: 15px;
  828. padding: 0 8px;
  829. color: #48A3FE;
  830. display: inline-block;
  831. line-height: 28px;
  832. margin-right: 4px;
  833. }
  834. .footbox .cp_flex img{
  835. width: 16px;
  836. height: 16px;
  837. }
  838. /*view 遮罩层*/
  839. .mask_reyi{
  840. position: fixed;
  841. z-index: 99999;
  842. width: 100%;
  843. height: 100%;
  844. top: 0;
  845. left: 0;
  846. }
  847. .mask_reyi .bg{
  848. background: #000;
  849. opacity: 0.7;
  850. width: 100%;
  851. height: 100%;
  852. }
  853. .mask_reyi .content{
  854. position: absolute;
  855. left: 0;
  856. top:0;
  857. text-align: center;
  858. width: 100%;
  859. height: 100%;
  860. padding:20px 0;
  861. box-sizing:border-box
  862. }
  863. .mask_reyi .content p{color: #fff !important;font-size: 16px;}
  864. .mask_reyi .content p:first-child {font-weight: 900;font-size: 24px;margin-bottom: 4px !important;}
  865. .mask_reyi .content .erweima{
  866. width: 50%;
  867. margin:15px auto
  868. }
  869. .mask_reyi .content .btn_close{
  870. margin-top: 10px;
  871. width: 32px;
  872. height: 32px;
  873. display: inline-block;
  874. background: url(../images/btn_close.png) no-repeat center center/32px 32px;
  875. }