product-binary-premium.css 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  1. @media screen and (min-width: 768px) {
  2. .main .about .cover img {
  3. display: block;
  4. width: 470px;
  5. height: 480px;
  6. }
  7. .main .about .info {
  8. width: 660px;
  9. padding-top: 65px;
  10. }
  11. .main .about .info .name {
  12. font-size: 50px;
  13. color: #f3920d;
  14. font-weight: bold;
  15. }
  16. .main .about .info .subname {
  17. font-size: 30px;
  18. margin-top: 15px;
  19. }
  20. .main .about .info .line {
  21. width: 36px;
  22. height: 7px;
  23. background: #f3920d;
  24. margin: 20px 0 50px;
  25. }
  26. .main .about .info .description {
  27. font-size: 20px;
  28. text-align: justify;
  29. word-break: break-all;
  30. font-weight: lighter;
  31. line-height: 36px;
  32. }
  33. .main .therapy .section {
  34. display: -webkit-box;
  35. display: -ms-flexbox;
  36. display: flex;
  37. -webkit-box-pack: justify;
  38. -ms-flex-pack: justify;
  39. justify-content: space-between;
  40. -webkit-box-align: center;
  41. -ms-flex-align: center;
  42. align-items: center;
  43. position: relative;
  44. background: #eeeeee;
  45. height: 400px;
  46. margin-top: 44px;
  47. -webkit-box-sizing: border-box;
  48. box-sizing: border-box;
  49. padding: 0 20px;
  50. }
  51. .main .therapy .section .cover {
  52. -ms-flex-negative: 0;
  53. flex-shrink: 0;
  54. }
  55. .main .therapy .section .cover img {
  56. display: block;
  57. width: 450px;
  58. height: 360px;
  59. }
  60. .main .therapy .section .info {
  61. -ms-flex-negative: 0;
  62. flex-shrink: 0;
  63. -webkit-box-flex: 1;
  64. -ms-flex: 1;
  65. flex: 1;
  66. -webkit-box-sizing: border-box;
  67. box-sizing: border-box;
  68. margin-left: 40px;
  69. }
  70. .main .therapy .section .info .name {
  71. font-size: 36px;
  72. font-weight: bold;
  73. color: #f3920d;
  74. }
  75. .main .therapy .section .info .description {
  76. font-size: 26px;
  77. color: #434343;
  78. line-height: 36px;
  79. font-weight: lighter;
  80. text-align: justify;
  81. word-break: break-all;
  82. padding-right: 20px;
  83. margin-top: 36px;
  84. }
  85. .main .therapy .section:nth-child(2n-1) .link {
  86. right: 40px;
  87. bottom: 20px;
  88. }
  89. .main .therapy .section:nth-child(2n) .link {
  90. left: 60px;
  91. bottom: 20px;
  92. }
  93. .main .therapy .section .link {
  94. position: absolute;
  95. display: block;
  96. width: 164px;
  97. height: 50px;
  98. line-height: 50px;
  99. text-align: center;
  100. -webkit-box-sizing: border-box;
  101. box-sizing: border-box;
  102. padding-right: 30px;
  103. background: url("/img/binary-icon-link.png") no-repeat;
  104. background-position: 144px center;
  105. background-color: #000000;
  106. font-size: 25px;
  107. color: #f3920d;
  108. cursor: pointer;
  109. }
  110. .main .application .content .item {
  111. position: relative;
  112. float: left;
  113. height: 340px;
  114. width: 390px;
  115. margin-right: 15px;
  116. margin-bottom: 15px;
  117. -webkit-box-sizing: border-box;
  118. box-sizing: border-box;
  119. overflow: hidden;
  120. }
  121. .main .application .content .item .cover-bg {
  122. width: 100%;
  123. height: 100%;
  124. opacity: 1;
  125. -webkit-transition: all 0.4s;
  126. transition: all 0.4s;
  127. background: #f3920d;
  128. }
  129. .main .application .content .item img {
  130. width: 100%;
  131. height: 100%;
  132. opacity: 1;
  133. -webkit-transition: all 0.4s;
  134. transition: all 0.4s;
  135. }
  136. .main .application .content .item.no-mb {
  137. margin-bottom: 0;
  138. }
  139. .main .application .content .item.no-mr {
  140. margin-right: 0;
  141. }
  142. .main .application .content .item:nth-child(1), .main .application .content .item:nth-child(7) {
  143. width: 795px;
  144. }
  145. .main .application .content .item:hover img {
  146. -webkit-transform: scale(1.2);
  147. transform: scale(1.2);
  148. }
  149. .main .application .content .item:hover .cover {
  150. opacity: 1;
  151. }
  152. .main .application .content .item .cover {
  153. opacity: 0;
  154. position: absolute;
  155. left: 0;
  156. top: 0;
  157. width: 100%;
  158. height: 100%;
  159. display: -webkit-box;
  160. display: -ms-flexbox;
  161. display: flex;
  162. -webkit-box-pack: center;
  163. -ms-flex-pack: center;
  164. justify-content: center;
  165. -webkit-box-align: center;
  166. -ms-flex-align: center;
  167. align-items: center;
  168. -webkit-box-orient: vertical;
  169. -webkit-box-direction: normal;
  170. -ms-flex-direction: column;
  171. flex-direction: column;
  172. background: rgba(0, 0, 0, 0.2);
  173. -webkit-transition: opacity 0.4s;
  174. transition: opacity 0.4s;
  175. }
  176. .main .application .content .item .cover .title {
  177. color: #fff;
  178. font-size: 38px;
  179. }
  180. .main .application .content .item .cover .subtitle {
  181. font-size: 29px;
  182. color: #fff;
  183. font-weight: lighter;
  184. margin-top: 10px;
  185. }
  186. .main .device .content {
  187. position: relative;
  188. }
  189. .main .device .content .swiper-container {
  190. width: 1100px;
  191. margin: 0 auto;
  192. }
  193. .main .device .content .swiper-container img {
  194. display: block;
  195. width: 100%;
  196. }
  197. .main .device .content .swiper-prev,
  198. .main .device .content .swiper-next {
  199. position: absolute;
  200. left: 0;
  201. top: 50%;
  202. -webkit-transform: translateY(-50%);
  203. transform: translateY(-50%);
  204. width: 48px;
  205. height: 72px;
  206. background-color: rgba(55, 55, 55, 0.6) !important;
  207. z-index: 5;
  208. cursor: pointer;
  209. background: url(/img/icon-arrow-left.png) no-repeat center;
  210. }
  211. .main .device .content .swiper-next {
  212. left: unset;
  213. right: 0;
  214. background: url(/img/icon-arrow-right.png) no-repeat center;
  215. }
  216. }
  217. @media screen and (max-width: 768px) {
  218. .main .about .content {
  219. display: -webkit-box;
  220. display: -ms-flexbox;
  221. display: flex;
  222. -webkit-box-orient: vertical;
  223. -webkit-box-direction: reverse;
  224. -ms-flex-direction: column-reverse;
  225. flex-direction: column-reverse;
  226. -webkit-box-align: center;
  227. -ms-flex-align: center;
  228. align-items: center;
  229. }
  230. .main .about .content .cover {
  231. float: unset !important;
  232. margin-top: 0.4rem;
  233. }
  234. .main .about .content .cover img {
  235. display: block;
  236. width: 5.64rem;
  237. height: 5.57rem;
  238. margin: 0 auto;
  239. }
  240. .main .about .content .info {
  241. float: unset !important;
  242. width: 6.5rem;
  243. text-align: center;
  244. }
  245. .main .about .content .info .name {
  246. font-size: 0.34rem;
  247. color: #f3920d;
  248. }
  249. .main .about .content .info .subname {
  250. font-size: 0.26rem;
  251. margin-top: 0.16rem;
  252. }
  253. .main .about .content .info .line {
  254. width: 0.4rem;
  255. height: 0.06rem;
  256. background: #f3920d;
  257. margin: 0.32rem auto;
  258. }
  259. .main .about .content .info .description {
  260. font-size: 0.26rem;
  261. text-align: justify;
  262. word-break: break-all;
  263. line-height: 0.48rem;
  264. color: #333333;
  265. }
  266. .main .therapy .section {
  267. position: relative;
  268. display: -webkit-box;
  269. display: -ms-flexbox;
  270. display: flex;
  271. -webkit-box-orient: vertical;
  272. -webkit-box-direction: normal;
  273. -ms-flex-direction: column;
  274. flex-direction: column;
  275. -webkit-box-align: center;
  276. -ms-flex-align: center;
  277. align-items: center;
  278. -webkit-box-sizing: border-box;
  279. box-sizing: border-box;
  280. width: 6.86rem;
  281. margin: 0 auto;
  282. background: #eeeeee;
  283. margin-top: 0.32rem;
  284. padding: 0.4rem;
  285. }
  286. .main .therapy .section:first-child {
  287. margin-top: 0;
  288. }
  289. .main .therapy .section .cover {
  290. width: 4.5rem;
  291. height: 3.6rem;
  292. }
  293. .main .therapy .section .cover img {
  294. display: block;
  295. width: 100%;
  296. height: 100%;
  297. }
  298. .main .therapy .section .info .name {
  299. font-size: 0.3rem;
  300. font-weight: bold;
  301. color: #f3920d;
  302. text-align: center;
  303. margin: 0.4rem 0 0.32rem;
  304. }
  305. .main .therapy .section .info .description {
  306. font-size: 0.26rem;
  307. color: #333;
  308. line-height: 0.48rem;
  309. text-align: justify;
  310. word-break: break-all;
  311. text-align: center;
  312. }
  313. .main .therapy .section .link {
  314. display: block;
  315. width: 2.48rem;
  316. height: 0.78rem;
  317. line-height: 0.78rem;
  318. text-align: center;
  319. background-color: #000000;
  320. font-size: 0.26rem;
  321. color: #f3920d;
  322. cursor: pointer;
  323. margin-top: 0.48rem;
  324. }
  325. .main .application {
  326. width: 6.86rem;
  327. margin: 0 auto;
  328. }
  329. .main .application .content .item {
  330. position: relative;
  331. float: left;
  332. height: 1.94rem;
  333. width: 2.23rem;
  334. margin-right: 0.08rem;
  335. margin-bottom: 0.08rem;
  336. -webkit-box-sizing: border-box;
  337. box-sizing: border-box;
  338. overflow: hidden;
  339. }
  340. .main .application .content .item img {
  341. display: block;
  342. width: 100%;
  343. height: 100%;
  344. opacity: 1;
  345. -webkit-transition: all 0.4s;
  346. transition: all 0.4s;
  347. }
  348. .main .application .content .item.no-mb {
  349. margin-bottom: 0;
  350. }
  351. .main .application .content .item.no-mr {
  352. margin-right: 0;
  353. }
  354. .main .application .content .item:nth-child(1), .main .application .content .item:nth-child(7) {
  355. width: 4.54rem;
  356. }
  357. .main .application .content .item:hover img {
  358. -webkit-transform: scale(1.2);
  359. transform: scale(1.2);
  360. }
  361. .main .application .content .item .cover {
  362. position: absolute;
  363. left: 0;
  364. top: 0;
  365. width: 100%;
  366. height: 100%;
  367. display: -webkit-box;
  368. display: -ms-flexbox;
  369. display: flex;
  370. -webkit-box-pack: center;
  371. -ms-flex-pack: center;
  372. justify-content: center;
  373. -webkit-box-align: center;
  374. -ms-flex-align: center;
  375. align-items: center;
  376. -webkit-box-orient: vertical;
  377. -webkit-box-direction: normal;
  378. -ms-flex-direction: column;
  379. flex-direction: column;
  380. background: rgba(0, 0, 0, 0.2);
  381. -webkit-transition: opacity 0.4s;
  382. transition: opacity 0.4s;
  383. }
  384. .main .application .content .item .cover .title {
  385. color: #fff;
  386. font-size: 0.26rem;
  387. }
  388. .main .application .content .item .cover .subtitle {
  389. font-size: 0.24rem;
  390. color: #fff;
  391. font-weight: lighter;
  392. margin-top: 0.08rem;
  393. }
  394. .main .device .scroll-box img {
  395. width: 1.77rem;
  396. height: 2.27rem;
  397. margin-right: 0.24rem;
  398. }
  399. .main .device .scroll-box img:first-child {
  400. margin-left: 0.32rem;
  401. }
  402. .main .device .scroll-box img:last-child {
  403. margin-right: 0.32rem;
  404. }
  405. }