index.css 22 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144
  1. body,html{
  2. width: 100%;
  3. height: 100%;
  4. margin:0 auto;
  5. font-family:PingFangSC-Regular,sans-serif;
  6. }
  7. body{
  8. font-size: 16px;
  9. }
  10. a{
  11. color: #fff;
  12. }
  13. .container{
  14. width: 100%;
  15. background-color: #000;
  16. overflow: hidden;
  17. }
  18. @media screen and (min-width:1025px){
  19. .main{
  20. width: 62.5%;
  21. margin: 0 auto;
  22. }
  23. .wenan::before{
  24. width: 25%;
  25. top: 0.15rem;
  26. left: 6%;
  27. }
  28. .wenan::after{
  29. width: 25%;
  30. top: 0.15rem;
  31. top:15px\9;
  32. right: 6%;
  33. }
  34. .footer{
  35. padding: 0.2rem 20%;
  36. padding: 20px 20% \9;
  37. }
  38. .footer .infobox{
  39. float: left;
  40. }
  41. .chuli{
  42. position: relative;
  43. top: 0;
  44. left:0.12rem;
  45. left:12px\9;
  46. }
  47. .email{
  48. margin-left: 0.4rem;
  49. }
  50. .team .iconbox p{
  51. font-size: 0.18rem;
  52. font-size: 18px\9;
  53. }
  54. .team .iconbox{
  55. width: 20%;
  56. float: left;
  57. overflow: hidden;
  58. text-align: center;
  59. color: #b6885d;
  60. font-size: 0.18rem;
  61. font-size: 18px\9;
  62. }
  63. .team .iconbox img{
  64. width: 70%;
  65. }
  66. .team-bottm .KStip{
  67. right: 6%;
  68. top: 35%;
  69. }
  70. .team-bottm .DYtip{
  71. left: 10%;
  72. bottom: 20%;
  73. }
  74. }
  75. @media screen and (min-width:768px) and (max-width:1024px){
  76. .main{
  77. width: 96%;
  78. margin: 0 auto;
  79. }
  80. .wenan::before{
  81. width: 25%;
  82. top: 0.15rem;
  83. top: 15px\9;
  84. left: 0.6rem;
  85. left: 60px\9;
  86. }
  87. .wenan::after{
  88. width: 25%;
  89. top: 0.15rem;
  90. top: 15px\9;
  91. right: 0.6rem;
  92. left: 60px\9;
  93. }
  94. .footer{
  95. padding: 0.2rem 18%;
  96. }
  97. .footer .infobox{
  98. float: none;
  99. }
  100. .team .iconbox p{
  101. font-size: 0.12rem;
  102. }
  103. .team .iconbox{
  104. width: 20%;
  105. float: left;
  106. overflow: hidden;
  107. text-align: center;
  108. color: #b6885d;
  109. font-size: 0.18rem;
  110. }
  111. .team .iconbox img{
  112. width: 70%;
  113. }
  114. .team-bottm .KStip{
  115. right: 6%;
  116. top: 40%;
  117. }
  118. .team-bottm .DYtip{
  119. left: 10%;
  120. bottom: 15%;
  121. }
  122. }
  123. @media screen and (max-width:767px){
  124. .main{
  125. width: 99%;
  126. margin: 0 auto;
  127. }
  128. .wenan::before{
  129. width: 1.8rem;
  130. top: 0.15rem;
  131. left: 0.3rem;
  132. }
  133. .wenan::after{
  134. width: 1.8rem;
  135. top: 0.15rem;
  136. right: 0.3rem;
  137. }
  138. .footer{
  139. padding: 0.2rem 10%;
  140. }
  141. .footer .infobox{
  142. float: none;
  143. }
  144. .team .iconbox p{
  145. font-size: 0.12rem;
  146. font-size: 12px\9;
  147. /* white-space:nowrap */
  148. }
  149. .team .iconbox{
  150. width: 33.3%;
  151. float: left;
  152. overflow: hidden;
  153. text-align: center;
  154. color: #b6885d;
  155. font-size: 0.18rem;
  156. font-size: 18px\9;
  157. margin-bottom: 0.3rem;
  158. }
  159. .team .iconbox img{
  160. width: 70%;
  161. }
  162. .team .iconbox:last-child,.team .iconbox.four{
  163. width: 50%;
  164. float: left;
  165. overflow: hidden;
  166. text-align: center;
  167. color: #b6885d;
  168. font-size: 0.18rem;
  169. font-size: 18px\9;
  170. margin-bottom: 0;
  171. }
  172. .team .iconbox.four img{
  173. width: 48%;
  174. margin-left: 30%;
  175. }
  176. .team .iconbox.four p{
  177. margin-left: 30%;
  178. }
  179. .team .iconbox.last img{
  180. width: 48.1%;
  181. margin-right: 20%;
  182. /* margin-bottom: 1.5px; */
  183. }
  184. .team .iconbox.last p{
  185. margin-right: 10%;
  186. }
  187. .team-bottm .KStip{
  188. right: 7%;
  189. top: 40%;
  190. }
  191. .team-bottm .DYtip{
  192. left: 11%;
  193. bottom: 15%;
  194. }
  195. .video{
  196. height: 3.55rem;
  197. }
  198. }
  199. .header{
  200. width: 100%;
  201. height:1rem;
  202. height: 100px\9;
  203. overflow: hidden;
  204. }
  205. .header .icon{
  206. width: 0.7rem;
  207. width: 70px\9;
  208. height: 1rem;
  209. height: 100px\9;
  210. float: left;
  211. }
  212. .icon img{
  213. display: block;
  214. width: 100%;
  215. margin-top: 0.05rem;
  216. margin-top: 5px\9;
  217. }
  218. .nav{
  219. height: 100%;
  220. float: right;
  221. }
  222. .nav ul{
  223. margin: 0;
  224. padding: 0;
  225. height: 100%;
  226. overflow: hidden;
  227. line-height: 1rem;
  228. line-height: 100px\9;
  229. }
  230. .nav ul li{
  231. float: left;
  232. height: 100%;
  233. line-height: 1rem;
  234. line-height: 100px\9;
  235. font-size: 0.36rem;
  236. font-size: 36px\9;
  237. color: #FFF;
  238. }
  239. .nav a{
  240. display: inline-block;
  241. width: 1.08rem;
  242. width: 108px\9;
  243. height: 0.98rem;
  244. height: 98px\9;
  245. line-height: 0.98rem;
  246. line-height: 98px\9;
  247. font-size: 0.18rem;
  248. font-size: 18px\9;
  249. font-family:PingFangSC-Regular,sans-serif;
  250. }
  251. .nav ul li.active{
  252. background-color: #b6885d;
  253. }
  254. /* bannner样式 */
  255. .banner{
  256. width: 100%;
  257. /* height: 6.64rem; */
  258. }
  259. #myvideo{
  260. width: 100%;
  261. height: 100%;
  262. }
  263. /* 作品展示 */
  264. .section{
  265. margin-top: 0.6rem;
  266. margin-top: 60px\9;
  267. }
  268. .showWork{
  269. position: relative;
  270. }
  271. .showWork .title{
  272. font-size: 0.36rem;
  273. color: #b6885d;
  274. margin-bottom: 0.22rem;
  275. }
  276. .showWork .title .yuandian{
  277. font-size: 0.4rem;
  278. }
  279. .showWork .desc{
  280. font-size: 0.24rem;
  281. color: #b6885d;
  282. margin-bottom: 0.55rem;
  283. position: relative;
  284. }
  285. .wenan::before{
  286. content:"";
  287. display:inline-block;
  288. height: 3px;
  289. background-image: url(../images/line.png);
  290. background-size: contain;
  291. position: absolute;
  292. }
  293. .wenan::after{
  294. content:"";
  295. display:inline-block;
  296. height: 3px;
  297. background-image: url(../images/line.png);
  298. background-size: contain;
  299. position: absolute;
  300. }
  301. .videoshow{
  302. overflow: hidden;
  303. width: 78%;
  304. /* height: 4.3rem; */
  305. margin: 0 auto ;
  306. }
  307. .videoshow .leftArrow{
  308. width:0.31rem;
  309. height:0.648rem;
  310. position: absolute;
  311. left: 0;
  312. top: 50%;
  313. cursor: pointer;
  314. }
  315. .videoshow .leftArrow img{
  316. position:absolute;
  317. top: 0;
  318. right: 0;
  319. }
  320. .videoshow .rightArrow{
  321. width:0.31rem;
  322. height:0.648rem;
  323. position: absolute;
  324. right: 0;
  325. top: 50%;
  326. cursor: pointer;
  327. }
  328. .videoshow .rightArrow img{
  329. position:absolute;
  330. top: 0;
  331. left: 0;
  332. }
  333. .videoshow .video{
  334. width: 100%;
  335. }
  336. .videoshow .video-item .video-title{
  337. margin-top: 14px;
  338. font-size: 0.24rem;
  339. color: #fff;
  340. text-align: center;
  341. margin: 0;
  342. padding: 0;
  343. white-space:nowrap
  344. }
  345. /* .videoshow::before{
  346. content:"";
  347. display:inline-block;
  348. width: 10%;
  349. background-image: url(../images/rightArrow.png);
  350. background-size: contain;
  351. position: absolute;
  352. } */
  353. .videoshow .video-item{
  354. float: left;
  355. width: 30%;
  356. margin-right: 3%;
  357. font-size:0.24rem ;
  358. position: relative;
  359. }
  360. .box{
  361. font-size:0.24rem ;
  362. }
  363. .videoshow .video-item:nth-child(4){
  364. margin-right: 0
  365. }
  366. /* .videoshow .video-item:hover{
  367. transform: translateY(-10px);
  368. } */
  369. .hide{
  370. display: none;
  371. }
  372. .videoshow .video-item .play{
  373. width: 30%;
  374. position: absolute;
  375. top: 50%;
  376. margin-top: -15%;
  377. left: 50%;
  378. margin-left: -15%;
  379. cursor: pointer;
  380. z-index: 3;
  381. }
  382. .showWork .gomore{
  383. display: block;
  384. width: 1.42rem;
  385. height: 0.46rem;
  386. margin: 0 auto;
  387. font-size: 0.24rem;
  388. margin-top: 0.4rem;
  389. color: #b6885d;
  390. border: 1px solid #b6885d;
  391. border-radius: 0.1rem;;
  392. line-height: 0.46rem;
  393. }
  394. .company{
  395. margin-top: 0.6rem;
  396. }
  397. .companyImg{
  398. width: 100%;
  399. margin-top: 0.38px;
  400. margin-bottom: 0.82rem;
  401. }
  402. .companyImg img{
  403. width: 100%;
  404. margin-top: 0.4rem;;
  405. }
  406. .team{
  407. overflow: hidden;
  408. }
  409. .showicon{
  410. display: flex;
  411. justify-content: space-around;
  412. flex-wrap:wrap
  413. }
  414. .team .iconbox p{
  415. margin-top: 0.1rem;
  416. /* white-space:nowrap */
  417. }
  418. .teamImg{
  419. width: 100%;
  420. }
  421. .teamImg img{
  422. width: 100%;
  423. margin-top: 0.38rem;;
  424. }
  425. .team-bottm{
  426. text-align: center;
  427. position: relative;
  428. /* overflow: hidden; */
  429. }
  430. .team-bottm .yrzh1{
  431. width: 25%;
  432. position: relative;
  433. top: 0.6rem;
  434. left: 0%;
  435. margin-left:-5% ;
  436. }
  437. .team-bottm .kuaishou{
  438. width: 15%;
  439. position: absolute;
  440. top: 1rem;
  441. right: 22%;
  442. display: none;
  443. }
  444. .kuaishou.show{
  445. display: inline-block;
  446. animation: bounceInRight 1.5s linear;
  447. -ms-animation:bounceInRight 1.5s linear;
  448. }
  449. .team-bottm .douyin{
  450. width: 17%;
  451. position: absolute;
  452. top: 0.6rem;
  453. left: 23.5%;
  454. display: none;
  455. }
  456. .douyin.show{
  457. display: inline-block;
  458. animation: bounceInLeft 1.5s linear;
  459. -ms-animation:bounceInLeft 1.5s linear;
  460. }
  461. .team-bottm .KStip{
  462. width: 20%;
  463. position: absolute;
  464. display: inline-block;
  465. display: none;
  466. }
  467. .KStip.show{
  468. display: inline-block;
  469. animation: bounceInDown 1s linear;
  470. -ms-animation:bounceInDown 1s linear;
  471. }
  472. .team-bottm .DYtip{
  473. width: 20%;
  474. position: absolute;
  475. display: inline-block;
  476. display: none;
  477. }
  478. .DYtip.show{
  479. display: inline-block;
  480. animation: bounceInUp 1s linear;
  481. -ms-animation:bounceInUp 1s linear;
  482. }
  483. /* hezuokehu */
  484. .customers{
  485. margin-bottom: 0.42rem;
  486. }
  487. .show-customers{
  488. display: flex;
  489. justify-content: space-around;
  490. }
  491. .show-customers .itembox{
  492. width: 11%;
  493. }
  494. .itembox img{
  495. width: 100%;
  496. }
  497. /* 页脚 */
  498. .footer{
  499. box-sizing: border-box;
  500. width: 100%;
  501. background-color: #b6885d;
  502. }
  503. .footer .title{
  504. font-size: 0.2rem;
  505. margin-bottom: 0.2rem;
  506. }
  507. .footer ul{
  508. display: flex;
  509. justify-content: space-between;
  510. }
  511. .footer ul li{
  512. float: left;
  513. color: #fff;
  514. }
  515. .footer ul li span {
  516. font-size: 0.2rem;
  517. }
  518. .footer .info{
  519. font-size: 0.16rem;
  520. color: #fff;
  521. }
  522. .footer .infobox{
  523. text-align: left;
  524. margin-right: 0.3rem;
  525. font-size: 0.16rem;
  526. margin-bottom: 0.1rem;
  527. }
  528. .footer .box{
  529. overflow: hidden;
  530. font-size: 0.18rem;
  531. margin-right: 0.11rem;
  532. }
  533. .footer .infobox img{
  534. width: 0.2rem;
  535. }
  536. .clearfix::after{
  537. content: '';
  538. display: block;
  539. height: 0;
  540. clear: both;
  541. }
  542. .beian{
  543. text-align: left;
  544. }
  545. .beianinfo{
  546. display: inline-block;
  547. margin-left: 0.45rem;
  548. }
  549. .footer .clear-right{
  550. margin-right: 0;
  551. }
  552. /* 返回顶部按钮 */
  553. .aside{
  554. display: block;
  555. width: 0.3rem;
  556. height: 0.3rem;
  557. position: fixed;
  558. bottom: 0.4rem;
  559. right: 0.4rem;
  560. cursor: pointer;
  561. display: none;
  562. }
  563. .aside img{
  564. width: 100%;
  565. position: absolute;
  566. top: 0;
  567. left: 0;
  568. }
  569. .aside.show{
  570. display: block;
  571. }
  572. @keyframes bounceInDown {
  573. 0%, 60%, 75%, 90%, 100% {
  574. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  575. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  576. }
  577. 0% {
  578. opacity: 0;
  579. -webkit-transform: translate3d(0, -3000px, 0);
  580. transform: translate3d(0, -3000px, 0);
  581. }
  582. 60% {
  583. opacity: 1;
  584. -webkit-transform: translate3d(0, 25px, 0);
  585. transform: translate3d(0, 25px, 0);
  586. }
  587. 75% {
  588. -webkit-transform: translate3d(0, -10px, 0);
  589. transform: translate3d(0, -10px, 0);
  590. }
  591. 90% {
  592. -webkit-transform: translate3d(0, 5px, 0);
  593. transform: translate3d(0, 5px, 0);
  594. }
  595. 100% {
  596. -webkit-transform: none;
  597. transform: none;
  598. }
  599. }
  600. @-webkit-keyframes bounceInDown {
  601. 0%, 60%, 75%, 90%, 100% {
  602. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  603. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  604. }
  605. 0% {
  606. opacity: 0;
  607. -webkit-transform: translate3d(0, -3000px, 0);
  608. transform: translate3d(0, -3000px, 0);
  609. }
  610. 60% {
  611. opacity: 1;
  612. -webkit-transform: translate3d(0, 25px, 0);
  613. transform: translate3d(0, 25px, 0);
  614. }
  615. 75% {
  616. -webkit-transform: translate3d(0, -10px, 0);
  617. transform: translate3d(0, -10px, 0);
  618. }
  619. 90% {
  620. -webkit-transform: translate3d(0, 5px, 0);
  621. transform: translate3d(0, 5px, 0);
  622. }
  623. 100% {
  624. -webkit-transform: none;
  625. transform: none;
  626. }
  627. }
  628. @-webkit-keyframes bounceInDown {
  629. 0%, 60%, 75%, 90%, 100% {
  630. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  631. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  632. }
  633. 0% {
  634. opacity: 0;
  635. -webkit-transform: translate3d(0, -3000px, 0);
  636. transform: translate3d(0, -3000px, 0);
  637. }
  638. 60% {
  639. opacity: 1;
  640. -webkit-transform: translate3d(0, 25px, 0);
  641. transform: translate3d(0, 25px, 0);
  642. }
  643. 75% {
  644. -webkit-transform: translate3d(0, -10px, 0);
  645. transform: translate3d(0, -10px, 0);
  646. }
  647. 90% {
  648. -webkit-transform: translate3d(0, 5px, 0);
  649. transform: translate3d(0, 5px, 0);
  650. }
  651. 100% {
  652. -webkit-transform: none;
  653. transform: none;
  654. }
  655. }
  656. @-ms-keyframes bounceInDown {
  657. 0%, 60%, 75%, 90%, 100% {
  658. -ms-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  659. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  660. }
  661. 0% {
  662. opacity: 0;
  663. -ms-transform: translate3d(0, -3000px, 0);
  664. transform: translate3d(0, -3000px, 0);
  665. }
  666. 60% {
  667. opacity: 1;
  668. -ms-transform: translate3d(0, 25px, 0);
  669. transform: translate3d(0, 25px, 0);
  670. }
  671. 75% {
  672. -ms-transform: translate3d(0, -10px, 0);
  673. transform: translate3d(0, -10px, 0);
  674. }
  675. 90% {
  676. -ms-transform: translate3d(0, 5px, 0);
  677. transform: translate3d(0, 5px, 0);
  678. }
  679. 100% {
  680. -ms-transform: none;
  681. transform: none;
  682. }
  683. }
  684. .bounceInDown {
  685. -webkit-animation-name: bounceInDown;
  686. -ms-animation-name: bounceInDown;
  687. animation-name: bounceInDown ;
  688. }
  689. @-webkit-keyframes bounceInLeft {
  690. 0%, 60%, 75%, 90%, 100% {
  691. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  692. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  693. }
  694. 0% {
  695. opacity: 0;
  696. -webkit-transform: translate3d(-3000px, 0, 0);
  697. transform: translate3d(-3000px, 0, 0);
  698. }
  699. 60% {
  700. opacity: 1;
  701. -webkit-transform: translate3d(25px, 0, 0);
  702. transform: translate3d(25px, 0, 0);
  703. }
  704. 75% {
  705. -webkit-transform: translate3d(-10px, 0, 0);
  706. transform: translate3d(-10px, 0, 0);
  707. }
  708. 90% {
  709. -webkit-transform: translate3d(5px, 0, 0);
  710. transform: translate3d(5px, 0, 0);
  711. }
  712. 100% {
  713. -webkit-transform: none;
  714. transform: none;
  715. }
  716. }
  717. @-webkit-keyframes bounceInLeft {
  718. 0%, 60%, 75%, 90%, 100% {
  719. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  720. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  721. }
  722. 0% {
  723. opacity: 0;
  724. -webkit-transform: translate3d(-3000px, 0, 0);
  725. transform: translate3d(-3000px, 0, 0);
  726. }
  727. 60% {
  728. opacity: 1;
  729. -webkit-transform: translate3d(25px, 0, 0);
  730. transform: translate3d(25px, 0, 0);
  731. }
  732. 75% {
  733. -webkit-transform: translate3d(-10px, 0, 0);
  734. transform: translate3d(-10px, 0, 0);
  735. }
  736. 90% {
  737. -webkit-transform: translate3d(5px, 0, 0);
  738. transform: translate3d(5px, 0, 0);
  739. }
  740. 100% {
  741. -webkit-transform: none;
  742. transform: none;
  743. }
  744. }
  745. @keyframes bounceInLeft {
  746. 0%, 60%, 75%, 90%, 100% {
  747. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  748. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  749. }
  750. 0% {
  751. opacity: 0;
  752. -webkit-transform: translate3d(-3000px, 0, 0);
  753. transform: translate3d(-3000px, 0, 0);
  754. }
  755. 60% {
  756. opacity: 1;
  757. -webkit-transform: translate3d(25px, 0, 0);
  758. transform: translate3d(25px, 0, 0);
  759. }
  760. 75% {
  761. -webkit-transform: translate3d(-10px, 0, 0);
  762. transform: translate3d(-10px, 0, 0);
  763. }
  764. 90% {
  765. -webkit-transform: translate3d(5px, 0, 0);
  766. transform: translate3d(5px, 0, 0);
  767. }
  768. 100% {
  769. -webkit-transform: none;
  770. transform: none;
  771. }
  772. }
  773. @-ms-keyframes bounceInLeft {
  774. 0%, 60%, 75%, 90%, 100% {
  775. -ms-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  776. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  777. }
  778. 0% {
  779. opacity: 0;
  780. -ms-transform: translate3d(-3000px, 0, 0);
  781. transform: translate3d(-3000px, 0, 0);
  782. }
  783. 60% {
  784. opacity: 1;
  785. -ms-transform: translate3d(25px, 0, 0);
  786. transform: translate3d(25px, 0, 0);
  787. }
  788. 75% {
  789. -ms-transform: translate3d(-10px, 0, 0);
  790. transform: translate3d(-10px, 0, 0);
  791. }
  792. 90% {
  793. -ms-transform: translate3d(5px, 0, 0);
  794. transform: translate3d(5px, 0, 0);
  795. }
  796. 100% {
  797. -ms-transform: none;
  798. transform: none;
  799. }
  800. }
  801. .bounceInLeft {
  802. -webkit-animation-name: bounceInLeft;
  803. -ms-animation-name: bounceInLeft;
  804. animation-name: bounceInLeft ;
  805. }
  806. @-webkit-keyframes bounceInRight {
  807. 0%, 60%, 75%, 90%, 100% {
  808. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  809. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  810. }
  811. 0% {
  812. opacity: 0;
  813. -webkit-transform: translate3d(3000px, 0, 0);
  814. transform: translate3d(3000px, 0, 0);
  815. }
  816. 60% {
  817. opacity: 1;
  818. -webkit-transform: translate3d(-25px, 0, 0);
  819. transform: translate3d(-25px, 0, 0);
  820. }
  821. 75% {
  822. -webkit-transform: translate3d(10px, 0, 0);
  823. transform: translate3d(10px, 0, 0);
  824. }
  825. 90% {
  826. -webkit-transform: translate3d(-5px, 0, 0);
  827. transform: translate3d(-5px, 0, 0);
  828. }
  829. 100% {
  830. -webkit-transform: none;
  831. transform: none;
  832. }
  833. }
  834. @keyframes bounceInRight {
  835. 0%, 60%, 75%, 90%, 100% {
  836. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  837. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  838. }
  839. 0% {
  840. opacity: 0;
  841. -webkit-transform: translate3d(3000px, 0, 0);
  842. transform: translate3d(3000px, 0, 0);
  843. }
  844. 60% {
  845. opacity: 1;
  846. -webkit-transform: translate3d(-25px, 0, 0);
  847. transform: translate3d(-25px, 0, 0);
  848. }
  849. 75% {
  850. -webkit-transform: translate3d(10px, 0, 0);
  851. transform: translate3d(10px, 0, 0);
  852. }
  853. 90% {
  854. -webkit-transform: translate3d(-5px, 0, 0);
  855. transform: translate3d(-5px, 0, 0);
  856. }
  857. 100% {
  858. -webkit-transform: none;
  859. transform: none;
  860. }
  861. }
  862. @-ms-keyframes bounceInRight {
  863. 0%, 60%, 75%, 90%, 100% {
  864. -ms-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  865. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  866. }
  867. 0% {
  868. opacity: 0;
  869. -ms-transform: translate3d(3000px, 0, 0);
  870. transform: translate3d(3000px, 0, 0);
  871. }
  872. 60% {
  873. opacity: 1;
  874. -ms-transform: translate3d(-25px, 0, 0);
  875. transform: translate3d(-25px, 0, 0);
  876. }
  877. 75% {
  878. -ms-transform: translate3d(10px, 0, 0);
  879. transform: translate3d(10px, 0, 0);
  880. }
  881. 90% {
  882. -ms-transform: translate3d(-5px, 0, 0);
  883. transform: translate3d(-5px, 0, 0);
  884. }
  885. 100% {
  886. -ms-transform: none;
  887. transform: none;
  888. }
  889. }
  890. .bounceInRight {
  891. -webkit-animation-name: bounceInRight;
  892. -ms-animation-name: bounceInRight;
  893. animation-name: bounceInRight;
  894. }
  895. @-webkit-keyframes bounceInUp {
  896. 0%, 60%, 75%, 90%, 100% {
  897. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  898. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  899. }
  900. 0% {
  901. opacity: 0;
  902. -webkit-transform: translate3d(0, 3000px, 0);
  903. transform: translate3d(0, 3000px, 0);
  904. }
  905. 60% {
  906. opacity: 1;
  907. -webkit-transform: translate3d(0, -20px, 0);
  908. transform: translate3d(0, -20px, 0);
  909. }
  910. 75% {
  911. -webkit-transform: translate3d(0, 10px, 0);
  912. transform: translate3d(0, 10px, 0);
  913. }
  914. 90% {
  915. -webkit-transform: translate3d(0, -5px, 0);
  916. transform: translate3d(0, -5px, 0);
  917. }
  918. 100% {
  919. -webkit-transform: translate3d(0, 0, 0);
  920. transform: translate3d(0, 0, 0);
  921. }
  922. }
  923. @keyframes bounceInUp {
  924. 0%, 60%, 75%, 90%, 100% {
  925. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  926. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  927. }
  928. 0% {
  929. opacity: 0;
  930. -webkit-transform: translate3d(0, 3000px, 0);
  931. transform: translate3d(0, 3000px, 0);
  932. }
  933. 60% {
  934. opacity: 1;
  935. -webkit-transform: translate3d(0, -20px, 0);
  936. transform: translate3d(0, -20px, 0);
  937. }
  938. 75% {
  939. -webkit-transform: translate3d(0, 10px, 0);
  940. transform: translate3d(0, 10px, 0);
  941. }
  942. 90% {
  943. -webkit-transform: translate3d(0, -5px, 0);
  944. transform: translate3d(0, -5px, 0);
  945. }
  946. 100% {
  947. -webkit-transform: translate3d(0, 0, 0);
  948. transform: translate3d(0, 0, 0);
  949. }
  950. }
  951. .bounceInUp {
  952. -webkit-animation-name: bounceInUp;
  953. -ms-animation-name: bounceInUp;
  954. animation-name: bounceInUp;
  955. }
  956. @-ms-keyframes bounceInUp {
  957. 0%, 60%, 75%, 90%, 100% {
  958. -ms-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  959. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  960. }
  961. 0% {
  962. opacity: 0;
  963. -ms-transform: translate3d(0, 3000px, 0);
  964. transform: translate3d(0, 3000px, 0);
  965. }
  966. 60% {
  967. opacity: 1;
  968. -ms-transform: translate3d(0, -20px, 0);
  969. transform: translate3d(0, -20px, 0);
  970. }
  971. 75% {
  972. -ms-transform: translate3d(0, 10px, 0);
  973. transform: translate3d(0, 10px, 0);
  974. }
  975. 90% {
  976. -ms-transform: translate3d(0, -5px, 0);
  977. transform: translate3d(0, -5px, 0);
  978. }
  979. 100% {
  980. -ms-transform: translate3d(0, 0, 0);
  981. transform: translate3d(0, 0, 0);
  982. }
  983. }