contact.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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 .contact {
  12. padding-bottom: 50px;
  13. }
  14. .main .contact h3 {
  15. font-size: 26px;
  16. font-family: PingFangSC-Semibold, PingFang SC;
  17. text-align: center;
  18. padding: 50px 0;
  19. position: relative;
  20. }
  21. .main .contact h3 .sub-t {
  22. margin-top: 30px;
  23. font-size: 18px;
  24. font-weight: normal;
  25. font-family: PingFangSC-Regular, PingFang SC;
  26. color: #999999;
  27. }
  28. .main .contact .contact-list {
  29. display: -ms-flexbox;
  30. display: flex;
  31. -ms-flex-pack: distribute;
  32. justify-content: space-around;
  33. }
  34. .main .contact .contact-list dl {
  35. list-style: none;
  36. width: 320px;
  37. border-radius: 10px;
  38. background-color: #F5F5F5;
  39. display: -ms-flexbox;
  40. display: flex;
  41. -ms-flex-direction: column;
  42. flex-direction: column;
  43. -ms-flex-pack: center;
  44. justify-content: center;
  45. -ms-flex-align: center;
  46. align-items: center;
  47. padding: 78px 0;
  48. }
  49. .main .contact .contact-list dl dt {
  50. margin-bottom: 30px;
  51. }
  52. .main .contact .contact-list dl dt img {
  53. display: block;
  54. width: 70px;
  55. height: 70px;
  56. border-radius: 50%;
  57. }
  58. .main .contact .contact-list dl dd {
  59. font-size: 16px;
  60. line-height: 30px;
  61. display: -ms-flexbox;
  62. display: flex;
  63. -ms-flex-direction: column;
  64. flex-direction: column;
  65. -ms-flex-pack: center;
  66. justify-content: center;
  67. -ms-flex-align: center;
  68. align-items: center;
  69. font-size: 18px;
  70. }
  71. .main .contact .contact-list dl dd b {
  72. margin-bottom: 20px;
  73. }
  74. .main .contact .contact-list dl dd i {
  75. font-style: normal;
  76. color: #999999;
  77. }
  78. .main .address {
  79. padding-bottom: 50px;
  80. }
  81. .main .address h3 {
  82. font-size: 26px;
  83. font-family: PingFangSC-Semibold, PingFang SC;
  84. text-align: center;
  85. padding: 50px 0;
  86. position: relative;
  87. }
  88. .main .address iframe {
  89. border: 1px solid #efefef;
  90. }
  91. .main .address .address-text {
  92. margin-top: 30px;
  93. display: -ms-flexbox;
  94. display: flex;
  95. -ms-flex-align: center;
  96. align-items: center;
  97. -ms-flex-pack: center;
  98. justify-content: center;
  99. font-size: 18px;
  100. }
  101. .main .address .address-text .icon-address {
  102. background: url(../img/icon-address-a265887f.png) no-repeat;
  103. width: 18px;
  104. height: 25px;
  105. background-size: cover;
  106. margin: 0 10px 0 20px;
  107. }
  108. .main .address .address-text i {
  109. color: #999999;
  110. font-style: normal;
  111. }