style.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. .pro-layout {
  2. overflow: hidden;
  3. }
  4. .pro-layout .m-content {
  5. max-width: 980px;
  6. margin: 0 auto;
  7. text-indent: 0;
  8. text-align: center;
  9. }
  10. .case_1 {
  11. background: #fff url('http://video.cgaii.com/new4dage/images/images/computer_bg.png') no-repeat left top;
  12. background-size: 100% 82%;
  13. padding: 20px 20px 60px;
  14. position: relative;
  15. }
  16. .case_1::before {
  17. display: none !important;
  18. }
  19. .case_1 .info {
  20. text-align: center;
  21. margin-bottom: 30px;
  22. }
  23. .case_1 .info h2,
  24. .case_1 .info p {
  25. color: #fff;
  26. }
  27. .case_2 {
  28. padding-top: 50px;
  29. background: url('http://video.cgaii.com/new4dage/images/images/case_5_bg.png') no-repeat left top;
  30. background-size: cover;
  31. border-bottom: 20px solid #08070c;
  32. }
  33. .case_2 .info {
  34. text-align: center;
  35. margin-bottom: 30px;
  36. }
  37. .case_2 .info > h2,
  38. .case_2 .info > p {
  39. color: #fff;
  40. }
  41. .case_2 > div {
  42. height: 100%;
  43. position: relative;
  44. max-width: 1430px;
  45. padding: 0 20px;
  46. margin: 0 auto;
  47. }
  48. .case_3 {
  49. padding: 50px 10px;
  50. }
  51. .case_2 img {
  52. width: 100%;
  53. }
  54. .case_3 img {
  55. padding-top: 23px;
  56. display: block;
  57. width: 100%;
  58. }
  59. .case_3 {
  60. text-align: center;
  61. }
  62. .case_3 .info {
  63. margin-bottom: 20px;
  64. }
  65. .case_4 {
  66. background: #000;
  67. border: 0;
  68. }
  69. .case_4 img {
  70. display: block;
  71. width: 100%;
  72. }
  73. .case_5 {
  74. background: none;
  75. border: 0;
  76. }
  77. .case_5 .info > h2,
  78. .case_5 .info > p {
  79. color: #000;
  80. }
  81. .case_2 > .full {
  82. margin-left: -50vw;
  83. margin-right: -50vw;
  84. max-width: inherit;
  85. }
  86. .case_2 > .iframe-layout {
  87. padding: 0 0 37.56%;
  88. position: relative;
  89. min-height: 500px;
  90. }
  91. .case_2 > .iframe-layout.mobile {
  92. min-height: 258px;
  93. }
  94. .iframe-layout iframe {
  95. position: absolute;
  96. left: 0;
  97. top: 0;
  98. width: 100%;
  99. height: 100%;
  100. }
  101. .case_6 {
  102. padding: 50px 0 40px;
  103. }
  104. .case_6 > div {
  105. max-width: 838px;
  106. margin: 0 auto;
  107. }
  108. .case_6 .info {
  109. text-align: center;
  110. margin-bottom: 0;
  111. padding: 0 15px;
  112. }
  113. .srcode-a {
  114. margin-top: 20px;
  115. position: relative;
  116. z-index: 99;
  117. }
  118. .srcode-a span {
  119. position: absolute;
  120. background-size: 200px 200px;
  121. width: 214px;
  122. height: 0;
  123. border: 0px solid #fff;
  124. box-sizing: border-box;
  125. top: 100%;
  126. left: 50%;
  127. margin-top: 16px;
  128. transform: translateX(-50%);
  129. transition: all .3s ease;
  130. box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  131. border-radius: 5px;
  132. overflow: hidden;
  133. }
  134. .srcode-a span img {
  135. width: 100%;
  136. }
  137. .srcode-a::before {
  138. content: '';
  139. top: 100%;
  140. left: 50%;
  141. transform: translateX(-50%);
  142. margin-top: -4px;
  143. position: absolute;
  144. border: 10px solid transparent;
  145. border-bottom-color: #fff;
  146. z-index: 2;
  147. }
  148. .srcode-a.active span,
  149. .srcode-a:hover span {
  150. height: 214px;
  151. border: 7px solid #fff;
  152. }
  153. .ar {
  154. position: relative;
  155. padding-top: 80%;
  156. }
  157. .ar > div,
  158. .ar > img {
  159. display: block;
  160. width: 80%;
  161. left: 10%;
  162. position: absolute;
  163. }
  164. .Arbottom {
  165. bottom: 0;
  166. }
  167. .light {
  168. bottom: 10%;
  169. }
  170. .Artop {
  171. bottom: 11%;
  172. transform: scale(0);
  173. transition: transform .3s linear;
  174. }
  175. .case_6.__arrive .Artop {
  176. transform: scale(1);
  177. }
  178. .Artop > img {
  179. height: auto;
  180. width: 80%;
  181. margin-left: 10%;
  182. animation: ArtopImg 1.5s linear infinite alternate;
  183. }
  184. @keyframes ArtopImg{
  185. 0%{
  186. transform:translateY(0)
  187. }
  188. to{
  189. transform:translateY(-7%)
  190. }
  191. }
  192. @media screen and (min-width: 1040px) {
  193. .case_1 {
  194. padding: 60px 20px 20px;
  195. }
  196. .case_1 .info {
  197. margin-bottom: 60px;
  198. }
  199. .case_2 {
  200. padding-top: 65px;
  201. }
  202. .case_2 .info {
  203. margin-bottom: 50px;
  204. }
  205. .case_3 {
  206. padding: 100px 10px;
  207. }
  208. .case_3 .info {
  209. margin-bottom: 50px;
  210. }
  211. .case_5 {
  212. margin-top: 100px;
  213. }
  214. .case_6 {
  215. padding: 135px 0 40px;
  216. }
  217. .case_6 .info {
  218. margin-bottom: 0;
  219. }
  220. }