brand-ross.scss 11 KB

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