brand-ross.css 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. .advertising {
  2. width: 100%;
  3. height: 1055px;
  4. box-sizing: border-box;
  5. background: #f2f2f2;
  6. overflow: hidden;
  7. background: url(/img/brand-ross-ad.jpg) no-repeat center;
  8. background-size: cover;
  9. }
  10. .advertising .video-container {
  11. position: relative;
  12. width: 1200px;
  13. height: 570px;
  14. margin: 0 auto;
  15. margin-top: 485px;
  16. background: pink;
  17. }
  18. .advertising .video-container .play {
  19. position: absolute;
  20. width: 64px;
  21. height: 64px;
  22. border-radius: 50%;
  23. z-index: 2;
  24. bottom: 155px;
  25. left: 50%;
  26. transform: translateX(-50%);
  27. cursor: pointer;
  28. }
  29. .advertising .video-container video {
  30. display: block;
  31. width: 100%;
  32. height: 100%;
  33. }
  34. .main .wrapper {
  35. margin-top: 120px;
  36. }
  37. .main .wrapper .title {
  38. font-size: 34px;
  39. text-align: center;
  40. }
  41. .main .wrapper .content {
  42. margin-top: 80px;
  43. }
  44. .main .about .content {
  45. height: 540px;
  46. }
  47. .main .about .content .swiper {
  48. width: 720px;
  49. height: 100%;
  50. position: relative;
  51. }
  52. .main .about .content .swiper .swiper-prev,
  53. .main .about .content .swiper .swiper-next {
  54. position: absolute;
  55. left: 0;
  56. top: 50%;
  57. transform: translateY(-50%);
  58. width: 48px;
  59. height: 72px;
  60. background-color: rgba(55, 55, 55, 0.3) !important;
  61. z-index: 5;
  62. cursor: pointer;
  63. background: url(/img/icon-arrow-left.png) no-repeat center;
  64. }
  65. .main .about .content .swiper .swiper-next {
  66. left: unset;
  67. right: 0;
  68. background: url(/img/icon-arrow-right.png) no-repeat center;
  69. }
  70. .main .about .content .swiper img {
  71. width: 100%;
  72. height: 540px;
  73. }
  74. .main .about .content .section {
  75. width: 480px;
  76. height: 540px;
  77. background: url(/img/icon-comma-01.png), url(/img/icon-comma-02.png);
  78. background-color: #f3920d;
  79. background-repeat: no-repeat;
  80. background-position: 48px 48px, 341px 410px;
  81. }
  82. .main .about .content .section .item {
  83. width: 390px;
  84. margin: 0 auto;
  85. margin-top: 73px;
  86. display: none;
  87. }
  88. .main .about .content .section .item .num {
  89. font-size: 32px;
  90. color: #fff;
  91. text-align: center;
  92. }
  93. .main .about .content .section .item .line {
  94. width: 1px;
  95. height: 24px;
  96. margin: 25px auto 40px;
  97. background: #fff;
  98. }
  99. .main .about .content .section .item .desc {
  100. font-size: 16px;
  101. color: #fff;
  102. line-height: 40px;
  103. }
  104. .main .therapy .content {
  105. margin-top: 80px;
  106. height: 540px;
  107. display: flex;
  108. align-items: flex-start;
  109. }
  110. .main .therapy .content .item {
  111. flex-shrink: 0;
  112. height: 100%;
  113. }
  114. .main .therapy .content .item.hover .cover {
  115. display: none;
  116. }
  117. .main .therapy .content .item.hover .active {
  118. display: block;
  119. }
  120. .main .therapy .content .item:first-child .cover {
  121. border-left: 0;
  122. }
  123. .main .therapy .content .item .cover {
  124. position: relative;
  125. width: 180px;
  126. height: 100%;
  127. box-sizing: border-box;
  128. border-left: 1px solid rgba(243, 146, 13, 0.2);
  129. background: linear-gradient(180deg, transparent 50%, rgba(243, 146, 13, 0.3) 100%);
  130. overflow: hidden;
  131. }
  132. .main .therapy .content .item .cover .tip {
  133. font-size: 16px;
  134. text-align: center;
  135. margin-top: 57px;
  136. margin-bottom: 40px;
  137. font-weight: bold;
  138. }
  139. .main .therapy .content .item .cover .line {
  140. width: 24px;
  141. height: 2px;
  142. background: #f3920d;
  143. margin: 0 auto;
  144. }
  145. .main .therapy .content .item .cover img {
  146. position: absolute;
  147. width: 128px;
  148. height: 128px;
  149. bottom: 44px;
  150. left: 50%;
  151. transform: translateX(-50%);
  152. }
  153. .main .therapy .content .item .active {
  154. position: relative;
  155. display: none;
  156. width: 480px;
  157. height: 100%;
  158. text-align: center;
  159. color: #fff;
  160. }
  161. .main .therapy .content .item .active img {
  162. width: 100%;
  163. height: 100%;
  164. }
  165. .main .therapy .content .item .active .info {
  166. position: absolute;
  167. left: 0;
  168. top: 0;
  169. width: 100%;
  170. height: 100%;
  171. display: flex;
  172. flex-direction: column;
  173. justify-content: center;
  174. align-items: center;
  175. }
  176. .main .therapy .content .item .active .info .tip {
  177. font-size: 24px;
  178. margin-bottom: 10px;
  179. }
  180. .main .therapy .content .item .active .info .subtip {
  181. font-size: 16px;
  182. margin-bottom: 60px;
  183. }
  184. .main .therapy .content .item .active .info .section {
  185. width: 160px;
  186. margin: 0 auto;
  187. border: 1px solid #fff;
  188. padding: 36px 0;
  189. }
  190. .main .therapy .content .item .active .info .section dl {
  191. padding: 0;
  192. }
  193. .main .therapy .content .item .active .info .section dl dt {
  194. margin-bottom: 24px;
  195. }
  196. .main .therapy .content .item .active .info .section dl dd {
  197. margin: 0;
  198. margin-top: 10px;
  199. }
  200. .main .application .content .item {
  201. position: relative;
  202. float: left;
  203. width: 390px;
  204. height: 390px;
  205. margin-right: 15px;
  206. margin-top: 15px;
  207. overflow: hidden;
  208. }
  209. .main .application .content .item img {
  210. display: block;
  211. width: 100%;
  212. height: 100%;
  213. transition: all 0.4s;
  214. }
  215. .main .application .content .item:nth-child(-n+3) {
  216. margin-top: 0;
  217. }
  218. .main .application .content .item:nth-child(5), .main .application .content .item:nth-child(6) {
  219. width: 795px;
  220. }
  221. .main .application .content .item:nth-child(3), .main .application .content .item:nth-child(5), .main .application .content .item:nth-child(7) {
  222. margin-right: 0;
  223. }
  224. .main .application .content .item .active {
  225. opacity: 0;
  226. position: absolute;
  227. width: 100%;
  228. height: 100%;
  229. background: rgba(0, 0, 0, 0.39);
  230. z-index: 1;
  231. top: 0;
  232. left: 0;
  233. transition: all 0.4s;
  234. display: flex;
  235. justify-content: center;
  236. align-items: center;
  237. flex-direction: column;
  238. }
  239. .main .application .content .item .active .info .num {
  240. font-size: 50px;
  241. background: linear-gradient(to bottom, #fff, transparent);
  242. -webkit-background-clip: text;
  243. color: transparent;
  244. text-align: center;
  245. }
  246. .main .application .content .item .active .info .tip {
  247. font-size: 24px;
  248. color: #fff;
  249. text-align: center;
  250. }
  251. .main .application .content .item .active .info .line {
  252. width: 28px;
  253. height: 2px;
  254. background: #fff;
  255. margin: 24px auto;
  256. }
  257. .main .application .content .item .active .info .link {
  258. display: flex;
  259. justify-content: center;
  260. align-items: center;
  261. width: 160px;
  262. height: 48px;
  263. border: 1px solid #fff;
  264. font-size: 16px;
  265. color: #fff;
  266. margin-top: 52px;
  267. cursor: pointer;
  268. }
  269. .main .application .content .item:hover .active {
  270. opacity: 1;
  271. }
  272. .main .application .content .item:hover img {
  273. transform: scale(1.06);
  274. }
  275. .main .distribution .content img {
  276. display: block;
  277. width: 100%;
  278. }
  279. .main .distribution .content .section {
  280. display: flex;
  281. justify-content: space-between;
  282. margin-top: 80px;
  283. }
  284. .main .distribution .content .section .line {
  285. width: 1px;
  286. height: 12px;
  287. background: #b2b2b2;
  288. transform: translateY(52px);
  289. }
  290. .main .distribution .content .section .item {
  291. display: flex;
  292. justify-content: center;
  293. align-items: center;
  294. flex-direction: column;
  295. }
  296. .main .distribution .content .section .item .row:first-child {
  297. padding-left: 36px;
  298. background: url(/img/icon-star.png) no-repeat left center;
  299. line-height: 37px;
  300. font-size: 28px;
  301. }
  302. .main .distribution .content .section .item .row.company {
  303. background-image: url(/img/icon-company.png);
  304. }
  305. .main .distribution .content .section .item .row.doctor {
  306. background-image: url(/img/icon-doctor.png);
  307. }
  308. .main .distribution .content .section .item .row.heart {
  309. background-image: url(/img/icon-heart.png);
  310. }
  311. .main .distribution .content .section .item .row:last-child {
  312. font-size: 14px;
  313. color: #999;
  314. margin-top: 12px;
  315. }
  316. .main .contact .content .cover {
  317. width: 626px;
  318. height: 418px;
  319. }
  320. .main .contact .content .cover img {
  321. display: block;
  322. width: 100%;
  323. height: 100%;
  324. }
  325. .main .contact .content .form-container {
  326. box-sizing: border-box;
  327. }
  328. .main .contact .content .form-container textarea {
  329. display: block;
  330. width: 526px;
  331. height: 344px;
  332. box-sizing: border-box;
  333. padding: 12px;
  334. line-height: 26px;
  335. font-size: 16px;
  336. border-color: #dedede;
  337. }
  338. .main .contact .content .form-container .submit {
  339. font-size: 16px;
  340. color: #fff;
  341. height: 48px;
  342. background: #f3920d;
  343. text-align: center;
  344. line-height: 48px;
  345. margin-top: 26px;
  346. cursor: pointer;
  347. transition: all 0.4s;
  348. }
  349. .main .contact .content .form-container .submit:hover {
  350. background: #e78d0d;
  351. }