brand-ross.css 8.0 KB

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