brand-ross.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761
  1. @media screen and (min-width: 768px) {
  2. .advertising {
  3. width: 100%;
  4. height: 1055px;
  5. -webkit-box-sizing: border-box;
  6. box-sizing: border-box;
  7. background: #f2f2f2;
  8. overflow: hidden;
  9. background: url(/img/brand-ross-ad.jpg) no-repeat center;
  10. background-size: cover;
  11. }
  12. .advertising .video-container {
  13. position: relative;
  14. width: 1200px;
  15. height: 570px;
  16. margin: 0 auto;
  17. margin-top: 485px;
  18. background: pink;
  19. }
  20. .advertising .video-container .play {
  21. position: absolute;
  22. width: 64px;
  23. height: 64px;
  24. border-radius: 50%;
  25. z-index: 2;
  26. bottom: 155px;
  27. left: 50%;
  28. -webkit-transform: translateX(-50%);
  29. transform: translateX(-50%);
  30. cursor: pointer;
  31. }
  32. .advertising .video-container video {
  33. display: block;
  34. width: 100%;
  35. height: 100%;
  36. }
  37. .main .wrapper {
  38. margin-top: 120px;
  39. }
  40. .main .wrapper .title {
  41. font-size: 34px;
  42. text-align: center;
  43. }
  44. .main .wrapper .content {
  45. margin-top: 80px;
  46. }
  47. .main .about .content {
  48. height: 540px;
  49. }
  50. .main .about .content .swiper {
  51. width: 720px;
  52. height: 100%;
  53. position: relative;
  54. }
  55. .main .about .content .swiper .swiper-prev,
  56. .main .about .content .swiper .swiper-next {
  57. position: absolute;
  58. left: 0;
  59. top: 50%;
  60. -webkit-transform: translateY(-50%);
  61. transform: translateY(-50%);
  62. width: 48px;
  63. height: 72px;
  64. background-color: rgba(55, 55, 55, 0.3) !important;
  65. z-index: 5;
  66. cursor: pointer;
  67. background: url(/img/icon-arrow-left.png) no-repeat center;
  68. }
  69. .main .about .content .swiper .swiper-next {
  70. left: unset;
  71. right: 0;
  72. background: url(/img/icon-arrow-right.png) no-repeat center;
  73. }
  74. .main .about .content .swiper img {
  75. width: 100%;
  76. height: 540px;
  77. }
  78. .main .about .content .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. }
  86. .main .about .content .section .item {
  87. width: 390px;
  88. margin: 0 auto;
  89. margin-top: 73px;
  90. display: none;
  91. }
  92. .main .about .content .section .item .num {
  93. font-size: 32px;
  94. color: #fff;
  95. text-align: center;
  96. }
  97. .main .about .content .section .item .line {
  98. width: 1px;
  99. height: 24px;
  100. margin: 25px auto 40px;
  101. background: #fff;
  102. }
  103. .main .about .content .section .item .desc {
  104. font-size: 16px;
  105. color: #fff;
  106. line-height: 40px;
  107. }
  108. .main .therapy {
  109. background: url(/img/about-bg.png) no-repeat top center;
  110. padding-top: 80px;
  111. }
  112. .main .therapy .content {
  113. margin-top: 80px;
  114. height: 540px;
  115. background-color: #fff;
  116. }
  117. .main .therapy .content .item {
  118. float: left;
  119. width: 180px;
  120. height: 100%;
  121. position: relative;
  122. overflow: hidden;
  123. }
  124. .main .therapy .content .item.hover {
  125. width: 480px;
  126. }
  127. .main .therapy .content .item.hover .cover {
  128. opacity: 0;
  129. }
  130. .main .therapy .content .item.hover .active {
  131. opacity: 1;
  132. }
  133. .main .therapy .content .item:first-child .cover {
  134. border-left: 0;
  135. }
  136. .main .therapy .content .item .cover,
  137. .main .therapy .content .item .active {
  138. -webkit-transition: opacity 0.4s;
  139. transition: opacity 0.4s;
  140. }
  141. .main .therapy .content .item .cover {
  142. position: absolute;
  143. left: 50%;
  144. top: 0;
  145. -webkit-transform: translateX(-50%);
  146. transform: translateX(-50%);
  147. width: 100%;
  148. height: 100%;
  149. -webkit-box-sizing: border-box;
  150. box-sizing: border-box;
  151. border-left: 1px solid rgba(243, 146, 13, 0.2);
  152. background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(243, 146, 13, 0.3)));
  153. background: linear-gradient(180deg, transparent 50%, rgba(243, 146, 13, 0.3) 100%);
  154. overflow: hidden;
  155. opacity: 1;
  156. }
  157. .main .therapy .content .item .cover .tip {
  158. font-size: 16px;
  159. text-align: center;
  160. margin-top: 57px;
  161. margin-bottom: 40px;
  162. font-weight: bold;
  163. }
  164. .main .therapy .content .item .cover .line {
  165. width: 24px;
  166. height: 2px;
  167. background: #f3920d;
  168. margin: 0 auto;
  169. }
  170. .main .therapy .content .item .cover img {
  171. position: absolute;
  172. width: 128px;
  173. height: 128px;
  174. bottom: 44px;
  175. left: 50%;
  176. -webkit-transform: translateX(-50%);
  177. transform: translateX(-50%);
  178. }
  179. .main .therapy .content .item .active {
  180. position: absolute;
  181. left: 50%;
  182. top: 0;
  183. -webkit-transform: translateX(-50%);
  184. transform: translateX(-50%);
  185. opacity: 0;
  186. width: 480px;
  187. height: 100%;
  188. text-align: center;
  189. color: #fff;
  190. }
  191. .main .therapy .content .item .active img {
  192. width: 100%;
  193. height: 100%;
  194. }
  195. .main .therapy .content .item .active .info {
  196. position: absolute;
  197. left: 0;
  198. top: 0;
  199. width: 100%;
  200. height: 100%;
  201. display: -webkit-box;
  202. display: -ms-flexbox;
  203. display: flex;
  204. -webkit-box-orient: vertical;
  205. -webkit-box-direction: normal;
  206. -ms-flex-direction: column;
  207. flex-direction: column;
  208. -webkit-box-pack: center;
  209. -ms-flex-pack: center;
  210. justify-content: center;
  211. -webkit-box-align: center;
  212. -ms-flex-align: center;
  213. align-items: center;
  214. }
  215. .main .therapy .content .item .active .info .tip {
  216. font-size: 24px;
  217. margin-bottom: 10px;
  218. }
  219. .main .therapy .content .item .active .info .subtip {
  220. font-size: 16px;
  221. margin-bottom: 60px;
  222. }
  223. .main .therapy .content .item .active .info .section {
  224. width: 160px;
  225. margin: 0 auto;
  226. border: 1px solid #fff;
  227. padding: 36px 0;
  228. }
  229. .main .therapy .content .item .active .info .section dl {
  230. padding: 0;
  231. }
  232. .main .therapy .content .item .active .info .section dl dt {
  233. margin-bottom: 24px;
  234. }
  235. .main .therapy .content .item .active .info .section dl dd {
  236. margin: 0;
  237. margin-top: 10px;
  238. }
  239. .main .application .content .item {
  240. position: relative;
  241. float: left;
  242. width: 390px;
  243. height: 390px;
  244. margin-right: 15px;
  245. margin-top: 15px;
  246. overflow: hidden;
  247. }
  248. .main .application .content .item img {
  249. display: block;
  250. width: 100%;
  251. height: 100%;
  252. -webkit-transition: all 0.4s;
  253. transition: all 0.4s;
  254. }
  255. .main .application .content .item:nth-child(-n+3) {
  256. margin-top: 0;
  257. }
  258. .main .application .content .item:nth-child(5), .main .application .content .item:nth-child(6) {
  259. width: 795px;
  260. }
  261. .main .application .content .item:nth-child(3), .main .application .content .item:nth-child(5), .main .application .content .item:nth-child(7) {
  262. margin-right: 0;
  263. }
  264. .main .application .content .item .active {
  265. opacity: 0;
  266. position: absolute;
  267. width: 100%;
  268. height: 100%;
  269. background: rgba(0, 0, 0, 0.39);
  270. z-index: 1;
  271. top: 0;
  272. left: 0;
  273. -webkit-transition: all 0.4s;
  274. transition: all 0.4s;
  275. display: -webkit-box;
  276. display: -ms-flexbox;
  277. display: flex;
  278. -webkit-box-pack: center;
  279. -ms-flex-pack: center;
  280. justify-content: center;
  281. -webkit-box-align: center;
  282. -ms-flex-align: center;
  283. align-items: center;
  284. -webkit-box-orient: vertical;
  285. -webkit-box-direction: normal;
  286. -ms-flex-direction: column;
  287. flex-direction: column;
  288. }
  289. .main .application .content .item .active .info .num {
  290. font-size: 50px;
  291. background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  292. background: linear-gradient(to bottom, #fff, transparent);
  293. -webkit-background-clip: text;
  294. color: transparent;
  295. text-align: center;
  296. }
  297. .main .application .content .item .active .info .tip {
  298. font-size: 24px;
  299. color: #fff;
  300. text-align: center;
  301. }
  302. .main .application .content .item .active .info .line {
  303. width: 28px;
  304. height: 2px;
  305. background: #fff;
  306. margin: 24px auto;
  307. }
  308. .main .application .content .item .active .info .link {
  309. display: -webkit-box;
  310. display: -ms-flexbox;
  311. display: flex;
  312. -webkit-box-pack: center;
  313. -ms-flex-pack: center;
  314. justify-content: center;
  315. -webkit-box-align: center;
  316. -ms-flex-align: center;
  317. align-items: center;
  318. width: 160px;
  319. height: 48px;
  320. border: 1px solid #fff;
  321. font-size: 16px;
  322. color: #fff;
  323. margin-top: 52px;
  324. cursor: pointer;
  325. }
  326. .main .application .content .item:hover .active {
  327. opacity: 1;
  328. }
  329. .main .application .content .item:hover img {
  330. -webkit-transform: scale(1.06);
  331. transform: scale(1.06);
  332. }
  333. .main .distribution .content img {
  334. display: block;
  335. width: 100%;
  336. }
  337. .main .distribution .content .section {
  338. display: -webkit-box;
  339. display: -ms-flexbox;
  340. display: flex;
  341. -webkit-box-pack: justify;
  342. -ms-flex-pack: justify;
  343. justify-content: space-between;
  344. margin-top: 80px;
  345. }
  346. .main .distribution .content .section .line {
  347. width: 1px;
  348. height: 12px;
  349. background: #b2b2b2;
  350. -webkit-transform: translateY(52px);
  351. transform: translateY(52px);
  352. }
  353. .main .distribution .content .section .item {
  354. display: -webkit-box;
  355. display: -ms-flexbox;
  356. display: flex;
  357. -webkit-box-pack: center;
  358. -ms-flex-pack: center;
  359. justify-content: center;
  360. -webkit-box-align: center;
  361. -ms-flex-align: center;
  362. align-items: center;
  363. -webkit-box-orient: vertical;
  364. -webkit-box-direction: normal;
  365. -ms-flex-direction: column;
  366. flex-direction: column;
  367. }
  368. .main .distribution .content .section .item .row:first-child {
  369. padding-left: 36px;
  370. background: url(/img/icon-star.png) no-repeat left center;
  371. line-height: 37px;
  372. font-size: 28px;
  373. }
  374. .main .distribution .content .section .item .row.company {
  375. background-image: url(/img/icon-company.png);
  376. }
  377. .main .distribution .content .section .item .row.doctor {
  378. background-image: url(/img/icon-doctor.png);
  379. }
  380. .main .distribution .content .section .item .row.heart {
  381. background-image: url(/img/icon-heart.png);
  382. }
  383. .main .distribution .content .section .item .row:last-child {
  384. font-size: 14px;
  385. color: #999;
  386. margin-top: 12px;
  387. }
  388. .main .contact .content .cover {
  389. width: 626px;
  390. height: 418px;
  391. }
  392. .main .contact .content .cover img {
  393. display: block;
  394. width: 100%;
  395. height: 100%;
  396. }
  397. .main .contact .content .form-container {
  398. -webkit-box-sizing: border-box;
  399. box-sizing: border-box;
  400. }
  401. .main .contact .content .form-container textarea {
  402. display: block;
  403. width: 526px;
  404. height: 344px;
  405. -webkit-box-sizing: border-box;
  406. box-sizing: border-box;
  407. padding: 12px;
  408. line-height: 26px;
  409. font-size: 16px;
  410. border-color: #dedede;
  411. }
  412. .main .contact .content .form-container .submit {
  413. font-size: 16px;
  414. color: #fff;
  415. height: 48px;
  416. background: #f3920d;
  417. text-align: center;
  418. line-height: 48px;
  419. margin-top: 26px;
  420. cursor: pointer;
  421. -webkit-transition: all 0.4s;
  422. transition: all 0.4s;
  423. }
  424. .main .contact .content .form-container .submit:hover {
  425. background: #e78d0d;
  426. }
  427. }
  428. @media screen and (max-width: 768px) {
  429. .advertising {
  430. width: 100%;
  431. height: 5.45rem;
  432. -webkit-box-sizing: border-box;
  433. box-sizing: border-box;
  434. background: #f2f2f2;
  435. overflow: hidden;
  436. background: url(/img/brand-ross-ad.jpg) no-repeat center;
  437. background-size: cover;
  438. background-size: auto 5.45rem;
  439. }
  440. .advertising .video-container {
  441. position: relative;
  442. width: 6.86rem;
  443. height: 3.26rem;
  444. margin: 0 auto;
  445. margin-top: 2.8rem;
  446. }
  447. .advertising .video-container .play {
  448. position: absolute;
  449. width: 64px;
  450. height: 64px;
  451. border-radius: 50%;
  452. z-index: 2;
  453. bottom: 155px;
  454. left: 50%;
  455. -webkit-transform: translateX(-50%);
  456. transform: translateX(-50%);
  457. cursor: pointer;
  458. }
  459. .advertising .video-container video {
  460. display: block;
  461. width: 6.86rem;
  462. height: 3.26rem;
  463. }
  464. .main .wrapper {
  465. margin-top: 1.2rem;
  466. }
  467. .main .wrapper .title {
  468. font-size: 0.34rem;
  469. text-align: center;
  470. }
  471. .main .wrapper .content {
  472. margin-top: 0.4rem;
  473. }
  474. .main .about .content .swiper {
  475. display: none;
  476. }
  477. .main .about .content .section {
  478. padding-bottom: 0.16rem;
  479. float: unset !important;
  480. }
  481. .main .about .content .section::-webkit-scrollbar {
  482. width: 2px;
  483. height: 2px;
  484. background-color: #f5f5f5;
  485. }
  486. .main .about .content .section::-webkit-scrollbar-thumb {
  487. border-radius: 2px;
  488. background-color: #cccecf;
  489. }
  490. .main .about .content .section .item {
  491. display: inline-block !important;
  492. width: 5.83rem;
  493. height: 8.32rem;
  494. margin-left: 0.32rem;
  495. background-color: #f3920d;
  496. vertical-align: top;
  497. }
  498. .main .about .content .section .item:last-child {
  499. margin-right: 0.32rem;
  500. }
  501. .main .about .content .section .item .cover {
  502. width: 5.83rem;
  503. height: 4.37rem;
  504. }
  505. .main .about .content .section .item .cover img {
  506. display: block;
  507. width: 5.83rem;
  508. height: 4.37rem;
  509. }
  510. .main .about .content .section .item .num {
  511. font-size: 0.4rem;
  512. color: #fff;
  513. text-align: center;
  514. margin: 0.4rem 0 0.32rem;
  515. }
  516. .main .about .content .section .item .desc {
  517. font-size: 0.24rem;
  518. color: #fff;
  519. line-height: 0.4rem;
  520. padding: 0 0.4rem;
  521. white-space: initial;
  522. }
  523. .main .therapy {
  524. background: #f7f7f7;
  525. background-size: 7.5rem auto;
  526. padding-top: 0.8rem;
  527. }
  528. .main .therapy .content {
  529. margin-top: 0.8rem;
  530. padding-bottom: 0.63rem;
  531. }
  532. .main .therapy .content::-webkit-scrollbar {
  533. width: 2px;
  534. height: 2px;
  535. background-color: #f5f5f5;
  536. }
  537. .main .therapy .content::-webkit-scrollbar-thumb {
  538. border-radius: 2px;
  539. background-color: #cccecf;
  540. }
  541. .main .therapy .content .item {
  542. display: inline-block;
  543. width: 4.8rem;
  544. height: 100%;
  545. position: relative;
  546. margin-left: 0.32rem;
  547. }
  548. .main .therapy .content .item:last-child {
  549. margin-right: 0.32rem;
  550. }
  551. .main .therapy .content .item .cover {
  552. display: none;
  553. }
  554. .main .therapy .content .item .active {
  555. width: 4.8rem;
  556. height: 100%;
  557. }
  558. .main .therapy .content .item .active img {
  559. width: 100%;
  560. height: 100%;
  561. }
  562. .main .therapy .content .item .active .info {
  563. width: 100%;
  564. height: 100%;
  565. }
  566. .main .therapy .content .item .active .info .tip {
  567. font-size: 0.3rem;
  568. margin-bottom: 0.12rem;
  569. margin-top: 0.32rem;
  570. font-weight: bold;
  571. }
  572. .main .therapy .content .item .active .info .subtip {
  573. font-size: 0.24rem;
  574. color: #505050;
  575. }
  576. .main .therapy .content .item .active .info .section {
  577. margin-top: 0.4rem;
  578. }
  579. .main .therapy .content .item .active .info .section dl {
  580. padding: 0;
  581. margin: 0;
  582. }
  583. .main .therapy .content .item .active .info .section dl dt {
  584. font-size: 0.24rem;
  585. font-weight: bold;
  586. margin-bottom: 0.24rem;
  587. }
  588. .main .therapy .content .item .active .info .section dl dd {
  589. font-size: 0.24rem;
  590. margin: 0;
  591. margin-top: 0.16rem;
  592. color: #505050;
  593. }
  594. .main .application .content {
  595. padding-left: 0.32rem;
  596. }
  597. .main .application .content .item {
  598. position: relative;
  599. float: left;
  600. width: 2.23rem;
  601. height: 2.23rem;
  602. margin-right: 0.08rem;
  603. margin-top: 0.08rem;
  604. overflow: hidden;
  605. }
  606. .main .application .content .item img {
  607. display: block;
  608. width: 100%;
  609. height: 100%;
  610. }
  611. .main .application .content .item:nth-child(-n+3) {
  612. margin-top: 0;
  613. }
  614. .main .application .content .item:nth-child(5), .main .application .content .item:nth-child(6) {
  615. width: 4.55rem;
  616. }
  617. .main .application .content .item:nth-child(3), .main .application .content .item:nth-child(5), .main .application .content .item:nth-child(7) {
  618. margin-right: 0;
  619. }
  620. .main .application .content .item .active {
  621. position: absolute;
  622. width: 100%;
  623. height: 100%;
  624. top: 0;
  625. left: 0;
  626. }
  627. .main .application .content .item .active .info .num {
  628. display: none;
  629. }
  630. .main .application .content .item .active .info .tip {
  631. position: absolute;
  632. left: 0;
  633. bottom: 0;
  634. font-size: 0.24rem;
  635. color: #fff;
  636. text-align: center;
  637. background: rgba(0, 0, 0, 0.39);
  638. z-index: 1;
  639. width: 100%;
  640. text-align: center;
  641. line-height: 0.48rem;
  642. }
  643. .main .application .content .item .active .info .link {
  644. position: absolute;
  645. width: 100%;
  646. height: 100%;
  647. left: 0;
  648. top: 0;
  649. z-index: 2;
  650. opacity: 0;
  651. }
  652. .main .distribution .content img {
  653. display: block;
  654. width: 100%;
  655. }
  656. .main .distribution .content .section {
  657. display: -webkit-box;
  658. display: -ms-flexbox;
  659. display: flex;
  660. -webkit-box-pack: justify;
  661. -ms-flex-pack: justify;
  662. justify-content: space-between;
  663. margin-top: 0.6rem;
  664. -ms-flex-wrap: wrap;
  665. flex-wrap: wrap;
  666. padding: 0 0.32rem;
  667. }
  668. .main .distribution .content .section .item {
  669. width: 50%;
  670. display: -webkit-box;
  671. display: -ms-flexbox;
  672. display: flex;
  673. -webkit-box-pack: center;
  674. -ms-flex-pack: center;
  675. justify-content: center;
  676. -webkit-box-align: center;
  677. -ms-flex-align: center;
  678. align-items: center;
  679. -webkit-box-orient: vertical;
  680. -webkit-box-direction: normal;
  681. -ms-flex-direction: column;
  682. flex-direction: column;
  683. -webkit-box-sizing: border-box;
  684. box-sizing: border-box;
  685. }
  686. .main .distribution .content .section .item:nth-child(1), .main .distribution .content .section .item:nth-child(3) {
  687. padding-bottom: 0.35rem;
  688. border-bottom: 0.01rem solid #dedede;
  689. }
  690. .main .distribution .content .section .item:nth-child(1), .main .distribution .content .section .item:nth-child(5) {
  691. border-right: 0.01rem solid #dedede;
  692. }
  693. .main .distribution .content .section .item:nth-child(5), .main .distribution .content .section .item:nth-child(7) {
  694. padding-top: 0.35rem;
  695. }
  696. .main .distribution .content .section .item .row:first-child {
  697. padding-left: 0.48rem;
  698. background: url(/img/icon-star.png) no-repeat left center;
  699. background-size: 0.4rem;
  700. line-height: 0.4rem;
  701. font-size: 0.26rem;
  702. }
  703. .main .distribution .content .section .item .row.company {
  704. background-image: url(/img/icon-company.png);
  705. }
  706. .main .distribution .content .section .item .row.doctor {
  707. background-image: url(/img/icon-doctor.png);
  708. }
  709. .main .distribution .content .section .item .row.heart {
  710. background-image: url(/img/icon-heart.png);
  711. }
  712. .main .distribution .content .section .item .row:last-child {
  713. font-size: 0.2rem;
  714. color: #999;
  715. margin-top: 0.16rem;
  716. }
  717. .main .contact .content {
  718. padding: 0 0.32rem;
  719. }
  720. .main .contact .content .cover {
  721. width: 100%;
  722. height: 4.18rem;
  723. float: unset !important;
  724. }
  725. .main .contact .content .cover img {
  726. display: block;
  727. width: 100%;
  728. height: 100%;
  729. }
  730. .main .contact .content .form-container {
  731. -webkit-box-sizing: border-box;
  732. box-sizing: border-box;
  733. float: unset !important;
  734. }
  735. .main .contact .content .form-container textarea {
  736. display: block;
  737. width: 100%;
  738. height: 2.4rem;
  739. -webkit-box-sizing: border-box;
  740. box-sizing: border-box;
  741. padding: 0.24rem;
  742. line-height: 0.4rem;
  743. font-size: 0.26rem;
  744. border-color: #dedede;
  745. margin-top: 0.24rem;
  746. }
  747. .main .contact .content .form-container .submit {
  748. font-size: 0.3rem;
  749. color: #fff;
  750. height: 0.9rem;
  751. background: #f3920d;
  752. text-align: center;
  753. line-height: 0.9rem;
  754. margin-top: 0.4rem;
  755. }
  756. .main .contact .content .form-container .submit:hover {
  757. background: #e78d0d;
  758. }
  759. }