public.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137
  1. html,
  2. body,
  3. div,
  4. p,
  5. ul,
  6. li,
  7. dl,
  8. dt,
  9. dd,
  10. h1,
  11. h2,
  12. h3,
  13. h4,
  14. h5,
  15. h6,
  16. form,
  17. input,
  18. select,
  19. button,
  20. textarea,
  21. iframe,
  22. table,
  23. th,
  24. td {
  25. margin: 0;
  26. padding: 0;
  27. }
  28. body {
  29. margin: 0 auto;
  30. padding-bottom: 55px;
  31. font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
  32. font-size: 14px;
  33. line-height: 180%;
  34. color: #000;
  35. min-width: 320px;
  36. max-width: 640px;
  37. background: #dadada;
  38. }
  39. img {
  40. border: 0;
  41. }
  42. li {
  43. list-style-type: none;
  44. }
  45. a {
  46. color: #000;
  47. text-decoration: none;
  48. }
  49. input[type="submit"],
  50. input[type="reset"],
  51. input[type="button"],
  52. input[type="file"],
  53. button,
  54. .btn {
  55. -webkit-appearance: none;
  56. height: 28px;
  57. line-height: 28px;
  58. padding: 0 10px;
  59. color: #fff;
  60. background: #fa4b4f;
  61. border-radius: 4px;
  62. font-size: 14px;
  63. font-family: "微软雅黑";
  64. }
  65. input[type=number] {
  66. -moz-appearance: textfield;
  67. }
  68. input[type=number]::-webkit-inner-spin-button,
  69. input[type=number]::-webkit-outer-spin-button {
  70. -webkit-appearance: none;
  71. }
  72. table {
  73. border-collapse: collapse;
  74. border-spacing: 0;
  75. empty-cells: show;
  76. font-size: 14px
  77. }
  78. fieldset,
  79. img {
  80. border: 0
  81. }
  82. cite,
  83. em,
  84. s,
  85. i,
  86. b {
  87. font-style: normal
  88. }
  89. input,
  90. button,
  91. textarea,
  92. select {
  93. font-size: 14px;
  94. }
  95. body,
  96. input,
  97. button,
  98. textarea,
  99. select,
  100. option {
  101. font-size: normal
  102. }
  103. a,
  104. input,
  105. textarea {
  106. text-decoration: none;
  107. outline: 0
  108. }
  109. li,
  110. img,
  111. label,
  112. input {
  113. vertical-align: middle
  114. }
  115. var {
  116. font-style: normal
  117. }
  118. ins {
  119. text-decoration: none
  120. }
  121. img {
  122. max-width: 100%;
  123. }
  124. .clearfix:before,
  125. .clearfix:after {
  126. clear: both;
  127. display: block;
  128. content: ".";
  129. visibility: hidden;
  130. height: 0;
  131. }
  132. .light {
  133. color: #fa4b4f;
  134. }
  135. .main {
  136. width: 100%;
  137. overflow: hidden;
  138. margin: 0;
  139. padding: 0;
  140. }
  141. .black {
  142. width: 100%;
  143. height: 5px;
  144. background: #F2F2F2;
  145. }
  146. .top_bt,
  147. .user_btn,
  148. .show_cart {
  149. background: url(../images/pub_flow.png) no-repeat;
  150. background-size: auto 160px;
  151. }
  152. .menu1,
  153. .menu2,
  154. .menu3,
  155. .menu4,
  156. #show_more {
  157. background: url(../images/pub_goods.png) no-repeat;
  158. background-size: auto 200px;
  159. }
  160. .dingdan_1,
  161. .dingdan_2,
  162. .dingdan_3,
  163. .dingdan_4 {
  164. background: url(../images/pub_main.png) no-repeat;
  165. background-size: auto 450px;
  166. }
  167. .vf_1,
  168. .vf_2,
  169. .vf_3,
  170. .vf_4,
  171. .vf_5 {
  172. background: url(../images/pub_main.png) no-repeat;
  173. background-size: auto 400px;
  174. }
  175. /*头部弹出菜单*/
  176. .hid {
  177. display: none;
  178. }
  179. .goods_nav {
  180. width: 30%;
  181. float: right;
  182. right: 5px;
  183. overflow: hidden;
  184. position: fixed;
  185. margin-top: 25px;
  186. z-index: 9999999
  187. }
  188. .Triangle {
  189. width: 100%;
  190. height: 20px;
  191. }
  192. .Triangle h2 {
  193. width: 0;
  194. height: 0;
  195. border-style: solid;
  196. border-color: transparent transparent #565553 transparent;
  197. border-width: 10px;
  198. transition: 0.6s;
  199. float: right;
  200. margin-right: 10px;
  201. }
  202. .goods_nav ul {
  203. width: 100%;
  204. overflow: hidden;
  205. background-color: rgba(46, 45, 45, 0.9);
  206. border-radius: 2px;
  207. }
  208. .goods_nav li {
  209. width: 100%;
  210. height: 40px;
  211. border-bottom: 1px solid #959595;
  212. }
  213. .nl5 {
  214. background: #2D2D2D
  215. }
  216. .goods_nav li span {
  217. display: block;
  218. width: 25px;
  219. height: 25px;
  220. float: left;
  221. margin-top: 5px;
  222. margin-left: 5px;
  223. }
  224. .goods_nav li i {
  225. font-style: normal;
  226. color: #f3f1f1;
  227. font-size: 14px;
  228. display: block;
  229. float: left;
  230. line-height: 40px;
  231. }
  232. .menu1 {
  233. background-position: 0 4px;
  234. }
  235. .menu2 {
  236. background-position: 0 -19px;
  237. }
  238. .menu3 {
  239. background-position: 0 -41px;
  240. }
  241. .menu4 {
  242. background-position: 0 -64px;
  243. }
  244. /* 页面头部 */
  245. .header {
  246. padding: 5px 10px;
  247. background: #fff;
  248. border-bottom: 1px solid #b8b8b8
  249. }
  250. .h-left {
  251. width: 255px;
  252. float: left;
  253. }
  254. .h-left a {
  255. display: block;
  256. width: 100%;
  257. height: 45px;
  258. background: url(../images/logo.png) no-repeat;
  259. }
  260. .h-mid {
  261. float: left;
  262. background: url(../images/logo.png) no-repeat;
  263. background-size: 50%;
  264. }
  265. .h-mid h6 {
  266. color: #333;
  267. font-size: 16px;
  268. font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
  269. font-weight: normal;
  270. }
  271. .h-right {
  272. float: right;
  273. width: 45px;
  274. }
  275. .h-right a {
  276. display: block;
  277. width: 45px;
  278. height: 45px;
  279. margin: auto;
  280. background: url(../images/pub_main.png) no-repeat;
  281. background-size: 200%;
  282. }
  283. /*弹出菜单*/
  284. .top_bar {
  285. float: right;
  286. display: block;
  287. margin-right: 8px;
  288. width: 40px;
  289. height: 40px;
  290. float: right;
  291. }
  292. #show_more {
  293. width: 30px;
  294. height: 20px;
  295. float: right;
  296. background-position: 0 -110px;
  297. margin-left: 10px;
  298. margin-top: 10px;
  299. }
  300. .goods_nav {
  301. width: 30%;
  302. float: right;
  303. right: 5px;
  304. overflow: hidden;
  305. position: fixed;
  306. margin-top: -20px;
  307. z-index: 9999999
  308. }
  309. /*底部模块*/
  310. .footer {
  311. background-color: #F8F8F8;
  312. text-align: center;
  313. width: 100%;
  314. overflow: hidden;
  315. padding-bottom: 10px;
  316. padding-top: 10px;
  317. }
  318. .footer a {
  319. display: inline-block;
  320. /*padding: 0 1em*/
  321. }
  322. .footer span {
  323. color: #82858A;
  324. }
  325. .footer .tip {
  326. padding: 0 0 1.5em
  327. }
  328. .footer .tip span {
  329. font-size: 1.2em
  330. }
  331. .footer .links {
  332. width: 75%;
  333. margin: 0 auto;
  334. background: none
  335. }
  336. .footer .links a {
  337. border-right: 1px solid #dcdcdc;
  338. height: 20px;
  339. line-height: 20px;
  340. font-size: 14px;
  341. padding-left: 10px;
  342. padding-right: 10px;
  343. }
  344. .footer .links a:last-child {
  345. border-right: 0 none
  346. }
  347. .footer .linkss {
  348. width: 65%;
  349. margin: 0 auto;
  350. height: 70px;
  351. margin-top: 10px;
  352. }
  353. .footer .linkss li {
  354. width: 33.3%;
  355. float: left;
  356. text-align: center;
  357. height: 70px;
  358. font-size: 10px;
  359. }
  360. .footer .linkss li a i {
  361. display: block;
  362. width: 40px;
  363. height: 40px;
  364. margin: auto;
  365. }
  366. .footerimg_1,
  367. .footerimg_2,
  368. .footerimg_3 {
  369. background: url(../images/pub_footer.png) no-repeat;
  370. background-size: auto 170px;
  371. }
  372. .footerimg_1 {
  373. background-position: 0 0
  374. }
  375. .footerimg_2 {
  376. background-position: 0 -60px;
  377. }
  378. .footerimg_3 {
  379. background-position: 0 -124px;
  380. }
  381. .footer .gl {
  382. color: #c30e0e
  383. }
  384. .footer p {
  385. text-align: center;
  386. line-height: 20px;
  387. }
  388. .mf_o4 {
  389. color: #a2a2a2;
  390. font-size: 10px;
  391. }
  392. /*返回顶部*/
  393. .gotop {
  394. display: block;
  395. width: 40px;
  396. height: 40px;
  397. position: fixed;
  398. bottom: 70px;
  399. right: 8px;
  400. background-color: rgba(243, 241, 241, 0.5);
  401. border: 1px solid #CCC;
  402. -webkit-border-radius: 50%;
  403. -moz-border-radius: 50%;
  404. border-radius: 50%;
  405. }
  406. .gotop img {
  407. display: block;
  408. width: 40px;
  409. height: 40px;
  410. }
  411. /*footer_nav1底部悬浮菜单css*/
  412. .v_nav {
  413. width: 100%;
  414. min-width: 320px;
  415. max-width: 640px;
  416. padding: 3px 0;
  417. background: #fff;
  418. border-top: 1px solid #b8b8b8;
  419. position: fixed;
  420. bottom: 0;
  421. z-index: 97;
  422. }
  423. .v_nav ul li {
  424. width: 20%;
  425. float: left;
  426. text-align: center;
  427. }
  428. .v_nav ul li a {
  429. font-size: 12px;
  430. color: #999;
  431. width: 100%;
  432. height: 100%;
  433. display: block;
  434. position: relative;
  435. }
  436. .v_nav ul li i {
  437. display: block;
  438. width: 25px;
  439. height: 25px;
  440. margin: 0 auto;
  441. }
  442. .vf_1 {
  443. background-position: 0 -290px;
  444. }
  445. .vf_2 {
  446. background-position: 0 -162px;
  447. }
  448. .vf_3 {
  449. background-position: 0 -256px;
  450. }
  451. .vf_4 {
  452. background-position: -1px -101px;
  453. }
  454. .vf_5 {
  455. background-position: 0 -133px;
  456. }
  457. .active .vf_1 {
  458. background-position: -25px -290px;
  459. }
  460. .active .vf_2 {
  461. background-position: -25px -162px;
  462. }
  463. .active .vf_3 {
  464. background-position: -25px -256px;
  465. }
  466. .active .vf_4 {
  467. background-position: -25px -101px;
  468. }
  469. .active .vf_5 {
  470. background-position: -25px -133px;
  471. }
  472. .v_nav ul li span {
  473. display: block;
  474. width: 100%;
  475. height: 20px;
  476. line-height: 20px;
  477. }
  478. .v_nav ul li a.active {
  479. color: #5fd0f2;
  480. }
  481. .gotop img {
  482. display: block;
  483. width: 40px;
  484. height: 40px;
  485. }
  486. /* 购物车弹出效果*/
  487. /*老的带商品信息的弹出层样式*/
  488. .cartpopDiv {
  489. padding: 0 2%;
  490. width: 96%;
  491. }
  492. .cartitle {
  493. height: 35px;
  494. line-height: 35px;
  495. color: #FFF;
  496. font-size: 14px;
  497. font-weight: bold;
  498. text-align: left;
  499. text-indent: 15px;
  500. background: #E3010B
  501. }
  502. .coninfo {
  503. padding: 10px 0 0px;
  504. border-top: #e5e5e5 1px dashed;
  505. font-size: 12px;
  506. text-align: center;
  507. width: 100%;
  508. color: #999;
  509. line-height: 22px;
  510. }
  511. .shopdiv {
  512. border-radius: 5px 5px 5px 5px;
  513. }
  514. .coninfo table {
  515. border: none;
  516. color: #999999;
  517. }
  518. .toptitle {
  519. margin: 8px 0px;
  520. }
  521. .toptitle p a {
  522. color: #999999;
  523. }
  524. .toptitle .pic {
  525. float: left;
  526. margin-right: 10px;
  527. }
  528. .coninfo .gray {
  529. color: #999
  530. }
  531. .coninfo strong {
  532. color: #ec5151
  533. }
  534. .coninfo font {
  535. font-size: 18px;
  536. }
  537. .conprice {
  538. line-height: 30px;
  539. }
  540. .cardivfloat {
  541. background-color: #fff;
  542. border-radius: 5px 5px 5px;
  543. }
  544. .cartdivfloattitle {
  545. font-weight: normal;
  546. color: #ffffff;
  547. font-size: 14px;
  548. text-indent: 15px;
  549. width: 70%;
  550. float: left;
  551. }
  552. .cartbntfloat {
  553. text-align: center;
  554. padding: 15px 0 0px;
  555. margin-bottom: 10px;
  556. clear: both
  557. }
  558. .con_close {
  559. width: 50px;
  560. float: right;
  561. text-align: right;
  562. color: #FFF;
  563. padding-right: 15px;
  564. font-weight: normal;
  565. }
  566. .greyBtn {
  567. background-color: #25C6FC;
  568. border-radius: 4px;
  569. height: 30px;
  570. line-height: 30px;
  571. border: none;
  572. position: relative;
  573. display: inline-block;
  574. width: 45%;
  575. margin: 10px 0 0 10px;
  576. text-align: center;
  577. color: #fff;
  578. }
  579. a.redBtn {
  580. background-color: #E3010B;
  581. height: 30px;
  582. line-height: 30px;
  583. color: #fff;
  584. border-radius: 4px;
  585. border: none;
  586. position: relative;
  587. display: inline-block;
  588. width: 45%;
  589. margin: 10px 0 0 10px;
  590. text-align: center;
  591. }
  592. .bor-top {
  593. border-top: #e5e5e5 1px solid;
  594. }
  595. .blank5 {
  596. height: 5px;
  597. line-height: 5px;
  598. clear: both;
  599. visibility: hidden;
  600. overflow: hidden;
  601. }
  602. .cartbntfloat a {
  603. color: #FFF
  604. }
  605. .touchweb_com-indexPop {
  606. display: none;
  607. position: fixed;
  608. left: 0;
  609. top: 0;
  610. display: -webkit-box;
  611. display: -webkit-flex;
  612. display: -ms-flexbox;
  613. display: flex;
  614. -ms-flex-pack: center;
  615. -webkit-box-pack: center;
  616. box-pack: center;
  617. -webkit-justify-content: center;
  618. justify-content: center;
  619. -ms-flex-align: center;
  620. -webkit-box-align: center;
  621. box-align: center;
  622. -webkit-align-items: center;
  623. align-items: center;
  624. width: 100%;
  625. height: 100%;
  626. background-color: rgba(0, 0, 0, 0.7);
  627. visibility: hidden;
  628. opacity: 0;
  629. -webkit-transition: opacity .3s;
  630. transition: opacity .3s;
  631. z-index: 99999999
  632. }
  633. .touchweb_com-indexPop.show {
  634. opacity: 1;
  635. visibility: visible;
  636. }
  637. .touchweb_com-indexPop .inner {
  638. width: 235px;
  639. -webkit-box-sizing: border-box;
  640. box-sizing: border-box;
  641. padding: 18px 20px 15px;
  642. -webkit-border-radius: 5px;
  643. border-radius: 5px;
  644. background-color: #fff;
  645. height: auto;
  646. }
  647. .touchweb_com-indexPop .inner .btn_box {
  648. display: -webkit-box;
  649. display: -webkit-flex;
  650. display: -ms-flexbox;
  651. display: flex;
  652. -ms-flex-pack: justify;
  653. -webkit-box-pack: justify;
  654. box-pack: justify;
  655. -webkit-justify-content: space-between;
  656. justify-content: space-between;
  657. height: 30px;
  658. margin-top: 10px;
  659. text-align: center;
  660. }
  661. .touchweb_com-indexPop .inner .btn_box .btn {
  662. display: block;
  663. height: 30px;
  664. line-height: 28px;
  665. width: 85px;
  666. font-size: 1.4rem;
  667. -webkit-box-sizing: border-box;
  668. box-sizing: border-box;
  669. border: 1px solid #ff3c3c;
  670. -webkit-border-radius: 4px;
  671. border-radius: 4px;
  672. color: #333;
  673. }
  674. .touchweb_com-indexPop .inner .btn_box .btn_confirm {
  675. color: #fff;
  676. background-color: #ff3c3c;
  677. }
  678. .touchweb_com-indexPop .inner .btn_box .btn_confirm:active {
  679. background-color: #ff0909;
  680. }
  681. .touchweb_com-indexPop .inner .btn_box .btn_cancel {
  682. border: 1px solid #25C6FC;
  683. background-color: #25C6FC;
  684. color: #FFF
  685. }
  686. .touchweb_com-indexPop .inner .btn_box .btn_cancel:active {
  687. background-color: #25C6FC;
  688. }
  689. .touchweb_com-indexPop {
  690. font-size: .12rem;
  691. }
  692. .touchweb_com-indexPop .inner .content_name {
  693. margin-bottom: 23px;
  694. }
  695. .touchweb_com-indexPop .inner .content_name p {
  696. line-height: 20px;
  697. font-size: 14px;
  698. color: #000;
  699. }
  700. .touchweb_com-indexPop .inner .btn_box .btn {
  701. font-size: 14px;
  702. }
  703. /*pages.lbi翻页效果css*/
  704. .pagenav-wrapper .pagenav-content {
  705. width: 100%;
  706. padding: 20px 0px 20px;
  707. text-align: center;
  708. line-height: 29px;
  709. overflow: hidden;
  710. }
  711. .pagenav-wrapper .pagenav {}
  712. .pagenav-wrapper .pagenav a {
  713. color: #333;
  714. }
  715. .pagenav-wrapper .pagenav>div {
  716. background-color: #fff;
  717. border: 1px solid #ccc;
  718. line-height: 29px;
  719. white-space: nowrap;
  720. border-radius: 2px;
  721. cursor: pointer;
  722. display: inline-block;
  723. }
  724. .pagenav .p-first,
  725. .pagenav .p-end {
  726. width: 59px;
  727. display: inline-block
  728. }
  729. .pagenav .p-prev,
  730. .pagenav .p-next {
  731. width: 59px;
  732. margin: 0 5px;
  733. display: inline-block;
  734. font-size: 12px;
  735. }
  736. .pagenav .p-num {
  737. width: 30px;
  738. margin: 0 5px;
  739. display: inline-block
  740. }
  741. .pagenav .pagenav-text {
  742. min-width: 100px;
  743. height: 29px;
  744. }
  745. .pagenav .pagenav-text span {
  746. font-size: 16px;
  747. }
  748. .pagenav .pagenav-cur {
  749. position: relative;
  750. background: #fff;
  751. height: 29px;
  752. }
  753. .pagenav .pagenav-select {
  754. position: absolute;
  755. top: 0;
  756. left: 0;
  757. width: 100%;
  758. height: 100%;
  759. #z-index: 1;
  760. opacity: 0;
  761. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  762. -webkit-appearance: none;
  763. border: 0;
  764. border-radius: 0;
  765. cursor: pointer;
  766. }
  767. .pagenav .pagenav-cur i {
  768. display: inline-block
  769. }
  770. .pagenav-wrapper .pagenav .p-gray {
  771. background-color: #fdfdfd;
  772. color: #b4b1b1
  773. }
  774. .pagenav a:hover {
  775. text-decoration: none
  776. }
  777. .global-nav__nav-shop-cart-num {
  778. position: absolute;
  779. top: 2px;
  780. color: #fff;
  781. text-align: center;
  782. font-weight: normal;
  783. font-size: 10px;
  784. width: 12px;
  785. height: 12px;
  786. line-height: 12px;
  787. background: #ff2233;
  788. border-radius: 50%;
  789. }
  790. /*没有筛选结果文字样式*/
  791. p.goods_title {
  792. width: 100%;
  793. font-size: 14px;
  794. display: block;
  795. height: 100px;
  796. line-height: 100px;
  797. text-align: center;
  798. margin-top: 30px;
  799. margin-bottom: 30px;
  800. }
  801. .new_prom2 {
  802. font-size: 14px;
  803. text-align: center;
  804. padding: 20px 0px
  805. }
  806. div#loader {
  807. height: 25px;
  808. line-height: 25px;
  809. background: url(../images/flow/loader.gif) no-repeat 10px center;
  810. background-size: 20px;
  811. text-indent: 35px;
  812. margin: 0 auto;
  813. width: 180px;
  814. font-size: 14px;
  815. }
  816. .get_more {
  817. width: 100%;
  818. height: 30px;
  819. display: block;
  820. text-align: center;
  821. }
  822. .get_more img {
  823. width: 16px;
  824. height: 16px;
  825. margin: 0 auto;
  826. }
  827. .btn_b {
  828. -webkit-appearance: none;
  829. height: 28px;
  830. line-height: 28px;
  831. padding: 0 10px;
  832. border-radius: 4px;
  833. border: 1px solid #DDDCDC;
  834. font-size: 14px;
  835. font-family: "微软雅黑";
  836. display: inline-block;
  837. }
  838. .btn_100 {
  839. display: block;
  840. border: 0px;
  841. width: 95%;
  842. margin: auto;
  843. margin-top: 10px;
  844. margin-bottom: 10px;
  845. border-radius: 3px;
  846. text-align: center;
  847. }
  848. .btn_w {
  849. display: inline-block;
  850. border: 0px;
  851. margin: auto;
  852. margin-top: 10px;
  853. margin-bottom: 10px;
  854. border-radius: 3px;
  855. }
  856. .Wallet .question {
  857. background-color: #ffe795;
  858. margin: 0;
  859. font-size: 12px;
  860. height: auto;
  861. line-height: 37px;
  862. }
  863. .Wallet .question p {
  864. /* display: inline-block; */
  865. /* padding-left: 30px; */
  866. float: left;
  867. width: 70%;
  868. line-height: 22px;
  869. padding: 8px 0;
  870. }
  871. .question em {
  872. background: url(../images/icon_question.png) center no-repeat;
  873. background-size: 60%;
  874. width: 30px;
  875. height: 37px;
  876. display: block;
  877. float: left;
  878. }
  879. .icon_hot {
  880. background: url(../images/icon_hot.png) center no-repeat;
  881. width: 35px;
  882. height: 18px;
  883. display: inline-block;
  884. background-size: 100% 100%;
  885. }
  886. /*会员支付表单*/
  887. .c:before,
  888. .c:after {
  889. clear: both;
  890. content: ".";
  891. display: block;
  892. visibility: hidden;
  893. line-height: 0;
  894. height: 0;
  895. }
  896. .huiyuan ul {
  897. padding: 12px;
  898. font-size: 12px;
  899. }
  900. .huiyuan li {
  901. margin: 5px 0;
  902. }
  903. .huiyuan p,
  904. .huiyuan a,
  905. .huiyuan input {
  906. display: inline-block;
  907. }
  908. .huiyuan a {
  909. text-decoration: underline;
  910. font-size: 12px;
  911. float: right;
  912. }
  913. .huiyuan input {
  914. width: 55%;
  915. height: 14px;
  916. line-height: 14px;
  917. padding: 9px 0 9px 10px;
  918. -webkit-appearance: none;
  919. border: 1px solid #CCCCCC;
  920. border-radius: 5px;
  921. background-color: #EBECED;
  922. }
  923. .huiyuan textarea {
  924. width: 77.9%;
  925. line-height: 16px;
  926. padding: 9px 0 9px 10px;
  927. -webkit-appearance: none;
  928. border: 1px solid #CCCCCC;
  929. border-radius: 5px;
  930. background-color: #EBECED;
  931. vertical-align: top;
  932. }
  933. /*浮沉*/
  934. .msg_bg {
  935. position: absolute;
  936. top: 0;
  937. left: 0;
  938. right: 0;
  939. bottom: 0;
  940. z-index: 99;
  941. opacity: 0.7;
  942. background-color: #454545;
  943. }
  944. .msg_img {
  945. position: absolute;
  946. top: 0;
  947. right: 20px;
  948. z-index: 999;
  949. width: 70%;
  950. }
  951. .msg_btn{
  952. position: absolute;
  953. top: 50%;
  954. margin-top: -46px;
  955. right: 0;
  956. left: 0;
  957. background-color: #fff;
  958. z-index: 999;
  959. padding: 10px;
  960. text-align: center;
  961. }