agreement.css 878 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. min-width: 1200px;
  5. overflow-x: hidden;
  6. }
  7. .main .wrapper {
  8. position: relative;
  9. z-index: 1;
  10. }
  11. .main .tit {
  12. padding: 100px 0 50px;
  13. }
  14. .main .tit h2 {
  15. text-align: center;
  16. font-size: 26px;
  17. font-family: PingFangSC-Semibold, PingFang SC;
  18. }
  19. .main .tit p {
  20. color: #999999;
  21. font-size: 18px;
  22. text-align: center;
  23. }
  24. .main .tit p a {
  25. color: #02AB79;
  26. }
  27. .main dl {
  28. box-sizing: border-box;
  29. line-height: 34px;
  30. margin-bottom: 30px;
  31. }
  32. .main dl dt h5 {
  33. font-size: 18px;
  34. font-family: PingFangSC-Semibold, PingFang SC;
  35. }
  36. .main dl dt > div {
  37. display: -ms-flexbox;
  38. display: flex;
  39. -ms-flex-pack: justify;
  40. justify-content: space-between;
  41. font-size: 16px;
  42. }
  43. .main dl dd {
  44. font-size: 16px;
  45. text-indent: 2em;
  46. color: #999999;
  47. }
  48. .main .pagation {
  49. margin: 100px 0 50px;
  50. }
  51. .rich-cont {
  52. padding-bottom: 50px;
  53. }