You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

333 lines
4.7 KiB

4 years ago
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. -webkit-appearance: none;
  5. /*去掉浏览器默认样式*/
  6. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  7. -webkit-touch-callout: none;
  8. box-sizing: border-box;
  9. }
  10. body,
  11. .body {
  12. -webkit-text-size-adjust: 100%;
  13. /*关闭自动调整字体*/
  14. -webkit-overflow-scrolling: touch;
  15. overflow-scrolling: touch;
  16. }
  17. /*pad*/
  18. img {
  19. max-width: 100%;
  20. }
  21. input[type="submit"],
  22. input[type="reset"],
  23. input[type="button"],
  24. button {
  25. -webkit-appearance: none;
  26. /*去掉苹果的默认UI来渲染按钮*/
  27. }
  28. @media only screen and (max-width:1480px) {
  29. .wrapper {
  30. width: 1240px;
  31. }
  32. .hbanner .wrapper {
  33. background-size: 650px auto;
  34. }
  35. .hrow .txt h2 {
  36. font-size: 36px;
  37. }
  38. .hrow .txt p {
  39. font-size: 18px;
  40. }
  41. }
  42. /* 电脑小屏--md */
  43. @media screen and (max-width:1200px) {
  44. .wrapper {
  45. width: 1170px;
  46. }
  47. /*价格*/
  48. .mprice-main .wrapper {
  49. padding-left: 150px;
  50. position: relative;
  51. margin-right: 20px;
  52. }
  53. .mprice-main {
  54. background-size: cover;
  55. padding-bottom: 40px;
  56. padding-top: 100px;
  57. }
  58. .mprice-main .itemwrap {
  59. white-space: nowrap;
  60. overflow-x: scroll;
  61. padding-top: 80px;
  62. }
  63. .mprice-main .item {
  64. float: none;
  65. display: inline-block;
  66. vertical-align: top;
  67. width: 200px;
  68. }
  69. .mprice-main .item ul.tit {
  70. padding-left: 20px;
  71. }
  72. .mprice-main .itemtit {
  73. position: absolute;
  74. left: 0;
  75. top: 0;
  76. }
  77. .mprice-main .item .btn a {
  78. width: 120px;
  79. height: 45px;
  80. line-height: 45px;
  81. font-size: 14px;
  82. }
  83. .mprice-explain {
  84. padding: 60px 0;
  85. }
  86. .mprice-explain .wrapper {
  87. padding: 0 20px;
  88. }
  89. }
  90. /* 平板--sm */
  91. @media screen and (max-width:992px) {
  92. .wrapper {
  93. width: auto;
  94. }
  95. .hbanner .wrapper {
  96. background-size: 300px auto;
  97. background-position: center 100px;
  98. padding-top: 400px;
  99. height: auto;
  100. padding-bottom: 100px;
  101. }
  102. .hbanner-txt .btns a {
  103. width: auto;
  104. min-width: 120px;
  105. height: 45px;
  106. line-height: 45px;
  107. }
  108. .hbanner-txt {
  109. padding-left: 40px;
  110. /*text-align: center;*/
  111. }
  112. .hbanner-txt h2 {
  113. font-size: 24px;
  114. }
  115. .hbanner-txt .list li {
  116. margin-bottom: 15px;
  117. }
  118. .hrow .img {
  119. width: auto;
  120. float: none;
  121. text-align: center;
  122. padding-top: 0;
  123. }
  124. .hrow {
  125. height: auto !important;
  126. padding-bottom: 100px;
  127. padding-top: 100px;
  128. }
  129. .hrow .txt {
  130. width: auto;
  131. float: none;
  132. padding-top: 40px;
  133. }
  134. .hrow .img>img {
  135. max-width: 220px;
  136. }
  137. .hrow .txt h2 {
  138. font-size: 24px;
  139. margin-bottom: 20px;
  140. }
  141. .hrow .txt p {
  142. font-size: 14px;
  143. padding-bottom: 10px;
  144. }
  145. .hfoot {
  146. padding-top: 100px;
  147. height: auto;
  148. padding-bottom: 120px;
  149. background-size: cover;
  150. }
  151. .hfoot h2 {
  152. font-size: 24px;
  153. }
  154. .hfoot h2 br {
  155. display: block;
  156. }
  157. .hfoot .btn {
  158. width: auto;
  159. min-width: 120px;
  160. height: 45px;
  161. line-height: 45px;
  162. }
  163. /*下载*/
  164. .downpage {
  165. width: auto;
  166. margin-left: 20px;
  167. margin-right: 20px;
  168. margin-top: 100px;
  169. margin-bottom: 100px;
  170. }
  171. .downlist {
  172. padding: 40px 0;
  173. }
  174. .downlist .body {
  175. margin-top: 40px;
  176. }
  177. .downlist .body li {
  178. display: block;
  179. margin-bottom: 40px;
  180. }
  181. .downlist .body .btn a {
  182. width: auto;
  183. min-width: 120px;
  184. height: 45px;
  185. line-height: 45px;
  186. font-size: 14px;
  187. }
  188. /*注册*/
  189. .form-box {
  190. width: auto;
  191. margin-left: 20px;
  192. margin-right: 20px;
  193. margin-top: 150px;
  194. margin-bottom: 100px;
  195. }
  196. .form {
  197. padding: 20px;
  198. padding-top: 70px;
  199. }
  200. .form-btns button {
  201. height: 45px;
  202. line-height: 45px;
  203. font-size: 14px;
  204. }
  205. .form-list .text {
  206. height: 45px;
  207. }
  208. .form-list .textcode+img {
  209. height: 45px;
  210. width: 100px;
  211. }
  212. /*帮助中心*/
  213. .searchBox {
  214. height: auto;
  215. padding-top: 20px;
  216. padding-bottom: 20px;
  217. }
  218. .searchBox .wrapperBox {
  219. width: 100%;
  220. padding: 0 15px;
  221. }
  222. .tip-text {
  223. font-size: 18px;
  224. }
  225. .input-group {
  226. height: 40px;
  227. padding-left: 40px;
  228. border-radius: 20px;
  229. }
  230. .input-group .btn {
  231. font-size: 18px;
  232. line-height: 36px;
  233. width: 80px
  234. }
  235. .input-group>img {
  236. width: 24px;
  237. top: 6px;
  238. left: 10px;
  239. }
  240. .input-group .form-control {
  241. line-height: 38px;
  242. font-size: 16px;
  243. }
  244. h2.title {
  245. font-size: 20px;
  246. margin-bottom: 30px;
  247. }
  248. .docListBox {
  249. width: 100%;
  250. padding: 20px 15px;
  251. }
  252. .docListBox a {
  253. width: 100%;
  254. height: auto;
  255. padding-top: 10px;
  256. padding-bottom: 10px;
  257. float:none;
  258. font-size: 14px;
  259. margin: 0;
  260. border-top: 1px solid#EDEDED;
  261. }
  262. .docListBox a::before{
  263. top:50%;
  264. margin-top: -20px;
  265. }
  266. }
  267. @media screen and (max-width:768px) {
  268. /*.wrapper{
  269. width: 750px;
  270. }*/
  271. }