index.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  1. * {
  2. margin: 0;
  3. padding: 0
  4. }
  5. body {
  6. line-height: 1.5;
  7. /*澧炲姞 start*/
  8. background: #F9F4E9;
  9. /*澧炲姞 end*/
  10. }
  11. h2 {
  12. font-size: .36rem;
  13. font-weight: bold;
  14. text-align: center;
  15. line-height: 1.5;
  16. }
  17. h3 {
  18. font-size: .26rem;
  19. font-weight: bold;
  20. text-indent: 2em;
  21. margin-top: .30rem;
  22. line-height: 1.5;
  23. }
  24. /*----鏇存敼---*/
  25. .main p {
  26. font-size: .4rem;
  27. text-indent: 2em;
  28. margin-top: .45rem;
  29. line-height: 1.6;
  30. color: rgb(70, 70, 70);
  31. }
  32. .foot_m_2 {
  33. top: -0.6rem;
  34. }
  35. .foot_m_2 > .copyxs {
  36. width: 100% !important;
  37. padding: 0;
  38. height: 1rem;
  39. text-align: center;
  40. line-height: 1rem;
  41. }
  42. /*----鏇存敼---*/
  43. .foot p {
  44. text-align: center;
  45. font-weight: bold;
  46. font-size: .36rem;
  47. padding-top: .30rem;
  48. line-height: 1.2;
  49. }
  50. .f_red {
  51. color: crimson
  52. }
  53. .foot_img {
  54. margin-top: .3rem;
  55. }
  56. .foot_img img {
  57. width: 100%;
  58. }
  59. /* ----鏇存敼---- */
  60. .foot_m {
  61. width: 100%;
  62. }
  63. .foot2 {
  64. background-color: rgb(222, 193, 135);
  65. padding: .2rem;
  66. display: flex;
  67. align-items: center;
  68. justify-content: flex-start;
  69. }
  70. .foot2 .icon {
  71. left: .14rem;
  72. top: .2rem;
  73. width: .9rem;
  74. height: .9rem;
  75. border-radius: 50%;
  76. }
  77. .foot2 p {
  78. top: .1rem;
  79. height: .65rem;
  80. text-align: left;
  81. color: #333;
  82. font-size: .4rem;
  83. overflow: hidden;
  84. text-overflow: ellipsis;
  85. white-space: nowrap;
  86. margin-left: .3rem;
  87. width: 60%;
  88. }
  89. .foot2 .copyxs {
  90. height: .75rem;
  91. line-height: .75rem;
  92. width: 20%;
  93. }
  94. .foot2 .applet {
  95. height: .75rem;
  96. line-height: .75rem;
  97. width: 20%;
  98. }
  99. .foot_m_2 > .applet {
  100. width: 100% !important;
  101. padding: 0;
  102. height: 1rem;
  103. text-align: center;
  104. line-height: 1rem;
  105. box-sizing: border-box;
  106. }
  107. .copyxs {
  108. display: inline-block;
  109. border-radius: .16rem;
  110. padding: 0 .2rem;
  111. height: .55rem;
  112. line-height: .55rem;
  113. text-align: center;
  114. color: #fff;
  115. font-size: .35rem;
  116. text-decoration: none;
  117. }
  118. .applet {
  119. display: inline-block;
  120. border-radius: 1rem;
  121. padding: 0 .2rem;
  122. height: .55rem;
  123. line-height: .55rem;
  124. text-align: center;
  125. color: #fff;
  126. font-size: .35rem;
  127. text-decoration: none;
  128. }
  129. .foot4 {
  130. width: 7.5rem;
  131. position: fixed;
  132. bottom: 0;
  133. background-color: rgb(222, 193, 135);
  134. height: .8rem;
  135. line-height: .8rem;
  136. }
  137. .foot4 .icon {
  138. width: .5rem;
  139. height: .5rem;
  140. border-radius: 50%;
  141. position: absolute;
  142. left: .14rem;
  143. top: .17rem;
  144. }
  145. .foot4 p {
  146. margin-left: .9rem;
  147. }
  148. .foot4 .copyxs {
  149. position: absolute;
  150. right: .14rem;
  151. margin-left: .9rem;
  152. top: .15rem;
  153. }
  154. /* ----鏇存敼---- */
  155. .foot3 {
  156. background-color: white;
  157. }
  158. .foot3 p {
  159. text-align: left;
  160. font-size: 0.3rem;
  161. /*padding: 0.30rem 0 0.5rem;*/
  162. padding: 0.10rem 0 0.2rem;
  163. line-height: 1.5;
  164. }
  165. .foot3 strong {
  166. position: relative;
  167. left: -.1rem;
  168. color: #434343;
  169. }
  170. .foot3 .f_red {
  171. font-weight: bold;
  172. }
  173. .dialog {
  174. position: fixed;
  175. top: 0;
  176. right: 0;
  177. bottom: 0;
  178. left: 0;
  179. width: 100%;
  180. height: 100%;
  181. z-index: 5;
  182. background: rgba(0, 0, 0, 0.4);
  183. }
  184. .dialog_m {
  185. position: fixed;
  186. top: 50%;
  187. left: 10%;
  188. margin-top: -2.5rem;
  189. width: 80%;
  190. height: 4.4rem;
  191. background: #fff;
  192. border-radius: .4rem;
  193. }
  194. .dialog_m .h3 {
  195. margin-top: .4rem;
  196. padding: .3rem 0;
  197. text-align: center;
  198. font-size: .45rem;
  199. color: #333;
  200. font-weight: bold;
  201. }
  202. .dialog_m p {
  203. text-align: center;
  204. font-size: .35rem;
  205. color: #454545;
  206. }
  207. .dialog_m a {
  208. display: block;
  209. margin: 0 auto;
  210. margin-top: .4rem;
  211. border-radius: .5rem;
  212. width: 80%;
  213. height: 1rem;
  214. line-height: 1rem;
  215. background: red;
  216. text-align: center;
  217. font-size: .45rem;
  218. color: #fff;
  219. text-decoration: none;
  220. }
  221. .top_ban img {
  222. width: 100%;
  223. }
  224. /*澧炲姞 start*/
  225. /* -------鏇存敼------- */
  226. p.chapter {
  227. color: rgb(255, 255, 255);
  228. border-color: rgb(222, 193, 135);
  229. border-width: 0.0266667rem;
  230. border-radius: 0.56rem;
  231. background-color: rgb(203, 35, 2);
  232. text-align: center;
  233. width: 50%;
  234. margin: .5rem auto 0;
  235. text-indent: inherit !important;
  236. }
  237. .schedule {
  238. position: absolute;
  239. left: .45rem;
  240. margin-top: .3rem;
  241. }
  242. .schedule .circle {
  243. position: absolute;
  244. width: .35rem;
  245. height: .35rem;
  246. top: 0;
  247. background-color: #dec187;
  248. border-radius: 50%;
  249. }
  250. .circle span {
  251. width: .2rem;
  252. height: .2rem;
  253. border-radius: 50%;
  254. background-color: #b68a32;
  255. position: absolute;
  256. top: .08rem;
  257. left: .08rem;
  258. }
  259. .schedule .line {
  260. width: 1px;
  261. height: 7.8rem;
  262. background-color: #dec187;
  263. position: absolute;
  264. left: .17rem;
  265. }
  266. .procedure {
  267. margin-left: .8rem;
  268. }
  269. .procedure img {
  270. width: 100%;
  271. }
  272. .clearfix{
  273. *zoom: 1;
  274. }
  275. .clearfix:after,
  276. .content-style:after{
  277. clear: both;
  278. content: "20";
  279. visibility: hidden;
  280. height: 0;
  281. display: block;
  282. }
  283. /* -------鏇存敼------- */
  284. /*澧炲姞 end*/
  285. /* 杞挱鍥� */
  286. #lunbobox {
  287. width: 100%;
  288. height: 100%;
  289. position: relative;
  290. /* margin-bottom: 20px; */
  291. }
  292. .lunbo {
  293. width: 100%;
  294. }
  295. .lunbo img {
  296. width: 100%;
  297. height: 100%;
  298. position: absolute;
  299. top: 0px;
  300. left: 0px;
  301. }
  302. #lunbobox ul {
  303. /* width: 285px; */
  304. position: absolute;
  305. bottom: 10px;
  306. right: 0px;
  307. left: 50%;
  308. transform: translateX(-41px);
  309. z-index: 5;
  310. }
  311. #lunbobox ul li {
  312. cursor: pointer;
  313. width: 10px;
  314. height: 10px;
  315. border-radius: 50%;
  316. border: 1px solid #cccccc;
  317. float: left;
  318. list-style: none;
  319. background: #cccccc;
  320. text-align: center;
  321. margin: 0px 5px 0px 0px;
  322. }
  323. #toleft {
  324. display: none;
  325. width: 30px;
  326. height: 100px;
  327. font-size: 40px;
  328. line-height: 100px;
  329. text-align: center;
  330. color: #f4f4f4;
  331. position: absolute;
  332. top: 50%;
  333. margin-top: -50px;
  334. left: 12px;
  335. cursor: pointer;
  336. z-index: 99;
  337. opacity: 0.4;
  338. }
  339. #toright {
  340. display: none;
  341. width: 30px;
  342. height: 100px;
  343. font-size: 40px;
  344. line-height: 100px;
  345. top: 50%;
  346. margin-top: -50px;
  347. text-align: center;
  348. color: #f4f4f4;
  349. /*background:#cccccc;
  350. */
  351. position: absolute;
  352. right: 12px;
  353. cursor: pointer;
  354. z-index: 99;
  355. opacity: 0.4;
  356. }
  357. .MsoNormal > pre > * {
  358. text-justify: inter-ideograph !important;
  359. }
  360. .MsoNormal > pre > *:after {
  361. display: inline-block;/*行内元素*/
  362. content: '';
  363. height: 0;
  364. visibility: hidden;
  365. }