public.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. * {
  2. padding: 0;
  3. margin: 0;
  4. }
  5. body {
  6. font-size: 0;
  7. background: #FFFFFF;
  8. }
  9. a {
  10. text-decoration: none;
  11. }
  12. .page_top {
  13. height: 0.88rem;
  14. position: relative;
  15. }
  16. .page_top img {
  17. position: absolute;
  18. width: 100%;
  19. }
  20. .nav_fx {
  21. width: 100%;
  22. background: #fff;
  23. z-index: 999;
  24. position: fixed;
  25. top: 0;
  26. }
  27. header .hd_nav {
  28. cursor: pointer;
  29. display: flex;
  30. justify-content: space-between;
  31. align-items: center;
  32. padding: 0 0.31rem;
  33. height: 0.9rem;
  34. line-height: 0.9rem;
  35. }
  36. .icon_left img {
  37. display: block;
  38. width: 0.39rem;
  39. }
  40. .icon_right img {
  41. display: block;
  42. width: 0.41rem;
  43. }
  44. .icon_title img {
  45. display: block;
  46. width: 1.5rem;
  47. }
  48. .bar_content {
  49. display: none;
  50. position: absolute;
  51. /*height: 100%;*/
  52. width: 100%;
  53. background: #FFFFFF;
  54. z-index: 999;
  55. padding: 0 0.31rem;
  56. box-sizing: border-box;
  57. }
  58. .bar_content>a {
  59. background: #FFFFFF;
  60. display: block;
  61. color: #000;
  62. height: 1.0rem;
  63. line-height: 1.0rem;
  64. font-size: 3.0em;
  65. border-bottom: 1px solid #e8e8e8;
  66. position: relative;
  67. }
  68. .bar_content>a:first-child {
  69. border-top: 1px solid #e8e8e8;
  70. }
  71. .bar_content>a img {
  72. width: 0.2rem;
  73. position: absolute;
  74. top: 40%;
  75. right: 0;
  76. }
  77. .bar_content.active {
  78. display: block;
  79. }
  80. .ovfHiden {
  81. overflow: hidden;
  82. height: 100%;
  83. }
  84. .col{
  85. font-size: 0;
  86. }
  87. .col img {
  88. width: 100%;
  89. }
  90. .footer {
  91. font-size: 2.0em;
  92. background: #272727;
  93. color: #fff;
  94. margin-top: 0.2rem;
  95. }
  96. .footer a#rtTop {
  97. color: #FFFFFF;
  98. display: inline-block;
  99. width: 100%;
  100. text-align: center;
  101. height: 0.89rem;
  102. line-height: 0.89rem;
  103. border-bottom: 1px solid #494b4d;
  104. }
  105. .footer a#rtTop img {
  106. width: 0.24rem;
  107. }
  108. .footer ul {
  109. list-style: none;
  110. padding: 0;
  111. }
  112. .footer>ul>li {
  113. line-height: 1.01rem;
  114. }
  115. .footer li>p {
  116. margin: 0 0.36rem;
  117. border-bottom: 1px solid #494b4d;
  118. }
  119. .footer>ul>li>ul {
  120. background: #494b4d;
  121. color: #9ca1a4;
  122. margin-top: -1px;
  123. }
  124. .footer a {
  125. color: #9ca1a4;
  126. }
  127. .footer>ul span {
  128. float: right;
  129. }
  130. .footer li>ul {
  131. padding: 0 0.55rem;
  132. }
  133. .footer_bot {
  134. font-size: 1.2em;
  135. color: #7e8284;
  136. padding: 0 0.36rem;
  137. }
  138. .footer_bot p {
  139. margin-top: 0.32rem;
  140. }
  141. .footer_bot a img {
  142. width: 0.43rem;
  143. }
  144. .dy {
  145. color: #FFFFFF;
  146. }
  147. .ipt_btn {
  148. white-space: nowrap;
  149. width: 100%;
  150. height: 0.84rem;
  151. }
  152. .ipt_btn input[type=text],
  153. .ipt_btn button {
  154. font-size: 1.2em;
  155. display: block;
  156. float: left;
  157. line-height: 0.84rem;
  158. height: 0.84rem;
  159. border: none;
  160. border: solid 2px #494b4d;
  161. width: 5.89rem;
  162. background-color: #272727;
  163. }
  164. .ipt_btn button img {
  165. width: 0.13rem;
  166. }
  167. .ipt_btn input[type=text] {
  168. box-sizing: border-box;
  169. padding: 0 0.2rem;
  170. color: #b9b9b9;
  171. }
  172. .ipt_btn button {
  173. padding-top: 0.08rem;
  174. width: 0.82rem;
  175. background: #494b4d;
  176. color: #95999c;
  177. }
  178. .wechat {
  179. margin: 0;
  180. }
  181. p.phone {
  182. margin-top: 0;
  183. color: #e4e8ea;
  184. }
  185. .last_p {
  186. padding-bottom: 0.5rem;
  187. }
  188. /*输入框*/
  189. ::-webkit-input-placeholder {
  190. color: #afafb0;
  191. }
  192. /*Mozilla Firefox 4 to 18*/
  193. :-moz-placeholder {
  194. color: #afafb0;
  195. opacity: 1;
  196. }
  197. /*Mozilla Firefox 19 +*/
  198. ::-moz-placeholder {
  199. color: #afafb0;
  200. opacity: 1;
  201. }
  202. /*Internet Explorer 10 +*/
  203. :-ms-input-placeholder {
  204. color: #afafb0;
  205. }