brand-ross.css 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  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 {
  105. background: url(/img/about-bg.png) no-repeat top center;
  106. padding-top: 80px;
  107. }
  108. .main .therapy .content {
  109. margin-top: 80px;
  110. height: 540px;
  111. background-color: #fff;
  112. }
  113. .main .therapy .content .item {
  114. float: left;
  115. width: 180px;
  116. height: 100%;
  117. position: relative;
  118. overflow: hidden;
  119. transition: width 0.4s;
  120. }
  121. .main .therapy .content .item.hover {
  122. width: 480px;
  123. }
  124. .main .therapy .content .item.hover .cover {
  125. opacity: 0;
  126. }
  127. .main .therapy .content .item.hover .active {
  128. opacity: 1;
  129. }
  130. .main .therapy .content .item:first-child .cover {
  131. border-left: 0;
  132. }
  133. .main .therapy .content .item .cover,
  134. .main .therapy .content .item .active {
  135. transition: opacity 0.4s;
  136. }
  137. .main .therapy .content .item .cover {
  138. position: absolute;
  139. left: 50%;
  140. top: 0;
  141. transform: translateX(-50%);
  142. width: 100%;
  143. height: 100%;
  144. box-sizing: border-box;
  145. border-left: 1px solid rgba(243, 146, 13, 0.2);
  146. background: linear-gradient(180deg, transparent 50%, rgba(243, 146, 13, 0.3) 100%);
  147. overflow: hidden;
  148. opacity: 1;
  149. }
  150. .main .therapy .content .item .cover .tip {
  151. font-size: 16px;
  152. text-align: center;
  153. margin-top: 57px;
  154. margin-bottom: 40px;
  155. font-weight: bold;
  156. }
  157. .main .therapy .content .item .cover .line {
  158. width: 24px;
  159. height: 2px;
  160. background: #f3920d;
  161. margin: 0 auto;
  162. }
  163. .main .therapy .content .item .cover img {
  164. position: absolute;
  165. width: 128px;
  166. height: 128px;
  167. bottom: 44px;
  168. left: 50%;
  169. transform: translateX(-50%);
  170. }
  171. .main .therapy .content .item .active {
  172. position: absolute;
  173. left: 50%;
  174. top: 0;
  175. transform: translateX(-50%);
  176. opacity: 0;
  177. width: 480px;
  178. height: 100%;
  179. text-align: center;
  180. color: #fff;
  181. }
  182. .main .therapy .content .item .active img {
  183. width: 100%;
  184. height: 100%;
  185. }
  186. .main .therapy .content .item .active .info {
  187. position: absolute;
  188. left: 0;
  189. top: 0;
  190. width: 100%;
  191. height: 100%;
  192. display: flex;
  193. flex-direction: column;
  194. justify-content: center;
  195. align-items: center;
  196. }
  197. .main .therapy .content .item .active .info .tip {
  198. font-size: 24px;
  199. margin-bottom: 10px;
  200. }
  201. .main .therapy .content .item .active .info .subtip {
  202. font-size: 16px;
  203. margin-bottom: 60px;
  204. }
  205. .main .therapy .content .item .active .info .section {
  206. width: 160px;
  207. margin: 0 auto;
  208. border: 1px solid #fff;
  209. padding: 36px 0;
  210. }
  211. .main .therapy .content .item .active .info .section dl {
  212. padding: 0;
  213. }
  214. .main .therapy .content .item .active .info .section dl dt {
  215. margin-bottom: 24px;
  216. }
  217. .main .therapy .content .item .active .info .section dl dd {
  218. margin: 0;
  219. margin-top: 10px;
  220. }
  221. .main .application .content .item {
  222. position: relative;
  223. float: left;
  224. width: 390px;
  225. height: 390px;
  226. margin-right: 15px;
  227. margin-top: 15px;
  228. overflow: hidden;
  229. }
  230. .main .application .content .item img {
  231. display: block;
  232. width: 100%;
  233. height: 100%;
  234. transition: all 0.4s;
  235. }
  236. .main .application .content .item:nth-child(-n+3) {
  237. margin-top: 0;
  238. }
  239. .main .application .content .item:nth-child(5), .main .application .content .item:nth-child(6) {
  240. width: 795px;
  241. }
  242. .main .application .content .item:nth-child(3), .main .application .content .item:nth-child(5), .main .application .content .item:nth-child(7) {
  243. margin-right: 0;
  244. }
  245. .main .application .content .item .active {
  246. opacity: 0;
  247. position: absolute;
  248. width: 100%;
  249. height: 100%;
  250. background: rgba(0, 0, 0, 0.39);
  251. z-index: 1;
  252. top: 0;
  253. left: 0;
  254. transition: all 0.4s;
  255. display: flex;
  256. justify-content: center;
  257. align-items: center;
  258. flex-direction: column;
  259. }
  260. .main .application .content .item .active .info .num {
  261. font-size: 50px;
  262. background: linear-gradient(to bottom, #fff, transparent);
  263. -webkit-background-clip: text;
  264. color: transparent;
  265. text-align: center;
  266. }
  267. .main .application .content .item .active .info .tip {
  268. font-size: 24px;
  269. color: #fff;
  270. text-align: center;
  271. }
  272. .main .application .content .item .active .info .line {
  273. width: 28px;
  274. height: 2px;
  275. background: #fff;
  276. margin: 24px auto;
  277. }
  278. .main .application .content .item .active .info .link {
  279. display: flex;
  280. justify-content: center;
  281. align-items: center;
  282. width: 160px;
  283. height: 48px;
  284. border: 1px solid #fff;
  285. font-size: 16px;
  286. color: #fff;
  287. margin-top: 52px;
  288. cursor: pointer;
  289. }
  290. .main .application .content .item:hover .active {
  291. opacity: 1;
  292. }
  293. .main .application .content .item:hover img {
  294. transform: scale(1.06);
  295. }
  296. .main .distribution .content img {
  297. display: block;
  298. width: 100%;
  299. }
  300. .main .distribution .content .section {
  301. display: flex;
  302. justify-content: space-between;
  303. margin-top: 80px;
  304. }
  305. .main .distribution .content .section .line {
  306. width: 1px;
  307. height: 12px;
  308. background: #b2b2b2;
  309. transform: translateY(52px);
  310. }
  311. .main .distribution .content .section .item {
  312. display: flex;
  313. justify-content: center;
  314. align-items: center;
  315. flex-direction: column;
  316. }
  317. .main .distribution .content .section .item .row:first-child {
  318. padding-left: 36px;
  319. background: url(/img/icon-star.png) no-repeat left center;
  320. line-height: 37px;
  321. font-size: 28px;
  322. }
  323. .main .distribution .content .section .item .row.company {
  324. background-image: url(/img/icon-company.png);
  325. }
  326. .main .distribution .content .section .item .row.doctor {
  327. background-image: url(/img/icon-doctor.png);
  328. }
  329. .main .distribution .content .section .item .row.heart {
  330. background-image: url(/img/icon-heart.png);
  331. }
  332. .main .distribution .content .section .item .row:last-child {
  333. font-size: 14px;
  334. color: #999;
  335. margin-top: 12px;
  336. }
  337. .main .contact .content .cover {
  338. width: 626px;
  339. height: 418px;
  340. }
  341. .main .contact .content .cover img {
  342. display: block;
  343. width: 100%;
  344. height: 100%;
  345. }
  346. .main .contact .content .form-container {
  347. box-sizing: border-box;
  348. }
  349. .main .contact .content .form-container textarea {
  350. display: block;
  351. width: 526px;
  352. height: 344px;
  353. box-sizing: border-box;
  354. padding: 12px;
  355. line-height: 26px;
  356. font-size: 16px;
  357. border-color: #dedede;
  358. }
  359. .main .contact .content .form-container .submit {
  360. font-size: 16px;
  361. color: #fff;
  362. height: 48px;
  363. background: #f3920d;
  364. text-align: center;
  365. line-height: 48px;
  366. margin-top: 26px;
  367. cursor: pointer;
  368. transition: all 0.4s;
  369. }
  370. .main .contact .content .form-container .submit:hover {
  371. background: #e78d0d;
  372. }