123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606 |
- *{
- padding: 0;
- margin: 0;
- box-sizing: border-box;
- }
- body{
- font-family: "Microsoft YaHei","微软雅黑","MicrosoftJhengHei","华文细黑",STHeiti,MingLiu;
- background: #FFF;
- min-width: 1200px;
- }
- .phone{
- display: none;
- }
- .banner{
- width: 100%;
- color: #FFF;
- /* min-width: 1200px; */
- position: relative;
- height: 680px;
- background-color: #D32D1C;
- }
- .banner_img{
- /* max-width: 40%; */
- position: absolute;
- left: 55%;
- top: 0;
- }
- .banner table{
- position: absolute;
- bottom: 0;
- top:0;
- right: 55%;
- margin: auto;
- width: 500px;
- }
- .banner h1{
- font-size: 48px;
- font-weight: 500;
- margin-bottom: 25px;
- }
- .banner span{
- font-size: 24px;
- font-weight: 400;
- }
- .app_down{
- position: relative;
- left: -20px;
- padding-top: 45px;
- }
- .ewm{
- padding-top: 45px;
- }
- .app_down a{
- display: block;
- width: 204px;
- height: 64px;
- background-color: #fff;
- color: #EA3523;
- font-size: 20px;
- text-align: center;
- line-height: 64px;
- border-radius: 5px;
- transition: all .2s linear;
- margin-bottom: 20px;
- animation-delay:1s;
- }
- .android{
- margin-right: 48px;
- }
- .app_down img{
- position: relative;
- top: 6px;
- }
- .app_down a:hover{
- /* text-decoration: none;
- background: rgba(51, 51, 51, 0.59);
- color: #fff;
- border-color: rgba(51, 51, 51, 0.59); */
- }
- .part{
- width: 100%;
- /* float: left; */
-
- /* border-bottom:1px solid #c4c4c4; */
-
- }
- .row{
- width: 960px;
- margin: auto;
- display: flex;
- flex-wrap: wrap;
- }
- .row div{
- width: 50%;
- height: 680px;
- }
- .part>div{
- height: 100%;
- }
- .img,.des h1,.des p{ opacity: 0; opacity: 1\0;}
- .des{
- position: relative;
- }
- .des img{
- position: absolute;
- top: 29%;
- left: 79%;
- z-index: 1;
- }
- .play_3 .des img{
- top: 25%;
- left: 70%;
- }
- .play_1 .img{
- background: url("img/1.png") no-repeat;
- /* background-size: 100%;
- background-position: 40% 100%; */
- }
- .play_2 .img{
- background: url("img/2.png") no-repeat;
- /* background-size: 100%; */
- /* background-position: 50% 100%; */
- }
- .play_3 .img{
- background: url("img/3.png") no-repeat;
- /* background-size: 100%; */
- /* background-position: 40% 100%; */
- }
- .play_4 .img{
- background: url("img/4.png") no-repeat;
- /* background-size: 100%; */
- /* background-position: 50% 100%; */
- }
- .play_5 .img{
- background: url("img/5.png") no-repeat;
- /* background-size: 100%; */
- /* background-position: 40% 100%; */
- }
- .des{
- padding: 314px 0 0 30px;
- }
- .des h1{
- font-size: 48px;
- color: #333;
- margin:0;
- position: relative;
- z-index: 9;
- }
- .content .des:nth-child(odd){
- padding-left: 64px;
- }
- .des p{
- color: #737373;
- font-size: 24px;
- line-height: 28px;
- margin: 30px 0 0;
- }
- .play_6{
- padding-top: 100px;
- border:none;
- height: 400px;
- text-align: center;
- position: relative;
- z-index: 99;
- background: #FFF;
- }
- .play_6 p{
- color:#333;
- font-size: 16px;
- margin: 25px 0 0;
- }
- .play_2,.play_4{
- background-color: #FFF9F8;
- }
- .mv_down{
- animation:move_down 1s ease-out forwards;
- -webkit-animation:move_down 1s ease-out forwards;
- }
- .mv_up{
- animation:move_up 1s ease-out forwards;
- -webkit-animation:move_up 1s ease-out forwards;
- }
- .mv_right{
- animation:move_right 1s ease-out forwards;
- -webkit-animation:move_right 1s ease-out forwards;
- }
- .mv_left{
- animation:move_left 1s ease-out forwards;
- -webkit-animation:move_left 1s ease-out forwards;
- }
- .move{
- animation: blurFadeIn 1.5s 1 ease-out 1s forwards;
- -webkit-animation:blurFadeIn 1.5s 1 ease-out 1s forwards;
- }
- .footer{
- padding: 50px 0;
- height: 478px;
- /* background-color: #D32D1C; */
- background:#D32D1C url(img/5.png) no-repeat;
- background-position: center bottom;
- color: #fff;
- }
- @-webkit-keyframes move_down {
- from {
- -webkit-transform: translateY(-50px);
- transform: translateY(-50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateY(0px);
- transform: translateY(0px);
- opacity: 1;
- }
- }
- @-o-keyframes move_down {
- from {
- -webkit-transform: translateY(-50px);
- transform: translateY(-50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateY(0px);
- transform: translateY(0px);
- opacity: 1;
- }
- }
- @keyframes move_down {
- from {
- -webkit-transform: translateY(-50px);
- transform: translateY(-50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateY(0px);
- transform: translateY(0px);
- opacity: 1;
- }
- }
- @-webkit-keyframes move_up {
- from {
- -webkit-transform: translateY(50px);
- transform: translateY(50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateY(0px);
- transform: translateY(0px);
- opacity: 1;
- }
- }
- @-o-keyframes move_up {
- from {
- -webkit-transform: translateY(50px);
- transform: translateY(50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateY(0px);
- transform: translateY(0px);
- opacity: 1;
- }
- }
- @keyframes move_up {
- from {
- -webkit-transform: translateY(50px);
- transform: translateY(50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateY(0px);
- transform: translateY(0px);
- opacity: 1;
- }
- }
- @-webkit-keyframes move_right {
- from {
- -webkit-transform: translateX(50px);
- transform: translateX(50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateX(0px);
- transform: translateX(0px);
- opacity: 1;
- }
- }
- @-o-keyframes move_right {
- from {
- -webkit-transform: translateX(50px);
- transform: translateX(50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateX(0px);
- transform: translateX(0px);
- opacity: 1;
- }
- }
- @keyframes move_right {
- from {
- -webkit-transform: translateX(50px);
- transform: translateX(50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateX(0px);
- transform: translateX(0px);
- opacity: 1;
- }
- }
- @-webkit-keyframes move_left {
- from {
- -webkit-transform: translateX(-50px);
- transform: translateX(-50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateX(0px);
- transform: translateX(0px);
- opacity: 1;
- }
- }
- @-o-keyframes move_left {
- from {
- -webkit-transform: translateX(-50px);
- transform: translateX(-50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateX(0px);
- transform: translateX(0px);
- opacity: 1;
- }
- }
- @keyframes move_left {
- from {
- -webkit-transform: translateX(-50px);
- transform: translateX(-50px);
- opacity: 0;
- }
- to{
- -webkit-transform: translateX(0px);
- transform: translateX(0px);
- opacity: 1;
- }
- }
- @-webkit-keyframes blurFadeIn {
- 0%{
- opacity: 0;
- -webkit-transform: scale(.7);
- transform: scale(.7);
- }
- 100%{
- opacity: 1;
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- @-o-keyframes blurFadeIn {
- 0%{
- opacity: 0;
- -webkit-transform: scale(.7);
- transform: scale(.7);
- }
- 100%{
- opacity: 1;
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- @keyframes blurFadeIn {
- 0%{
- opacity: 0;
- -webkit-transform: scale(.7);
- transform: scale(.7);
- }
- 100%{
- opacity: 1;
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- @keyframes line_move {
- 0%{
- width: 0;
- }
- 100%{
- width: 100%;
- }
- }
- @-webkit-keyframes line_move {
- 0%{
- width: 0;
- }
- 100%{
- width: 100%;
- }
- }
- @-o-keyframes line_move {
- 0%{
- width: 0;
- }
- 100%{
- width: 100%;
- }
- }
- .act_1 .img{
- animation:move_right 1s ease-out forwards;
- -webkit-animation:move_right 1s ease-out forwards;
- animation:move_right 1s ease-out forwards;
- }
- .act_1 h1{
- animation:move_down 1s ease-out forwards;
- -webkit-animation:move_down 1s ease-out forwards;
- -o-animation:move_down 1s ease-out forwards;
- }
- .act_1 p{
- animation:move_left 1s ease-out forwards;
- -webkit-animation:move_left 1s ease-out forwards;
- -o-animation:move_left 1s ease-out forwards;
- }
- .act_2 .img{
- animation:move_left 1s ease-out .3s forwards;
- -webkit-animation:move_left 1s ease-out .3s forwards;
- -o-animation:move_left 1s ease-out .3s forwards;
- }
- .act_2 h1{
- animation:move_down 1s ease-out .3s forwards;
- -webkit-animation:move_down 1s ease-out .3s forwards;
- -o-animation:move_down 1s ease-out .3s forwards;
- }
- .act_2 p{
- animation:move_right 1s ease-out .3s forwards;
- -webkit-animation:move_right 1s ease-out .3s forwards;
- -o-animation:move_right 1s ease-out .3s forwards;
- }
- .act_3 .img{
- animation:move_down 1s ease-out .3s forwards;
- -webkit-animation:move_down 1s ease-out .3s forwards;
- -o-animation:move_down 1s ease-out .3s forwards;
- }
- .act_3 h1{
- animation:move_down 1s ease-out .3s forwards;
- -webkit-animation:move_down 1s ease-out .3s forwards;
- -o-animation:move_down 1s ease-out .3s forwards;
- }
- .act_3 p{
- animation:move_left 1s ease-out .3s forwards;
- -webkit-animation:move_left 1s ease-out .3s forwards;
- -o-animation:move_left 1s ease-out .3s forwards;
- }
- .act_4 .img{
- animation:move_right 1s ease-out .3s forwards;
- -webkit-animation:move_right 1s ease-out .3s forwards;
- -o-animation:move_right 1s ease-out .3s forwards;
- }
- .act_4 h1{
- animation:move_down 1s ease-out .3s forwards;
- -webkit-animation:move_down 1s ease-out .3s forwards;
- -o-animation:move_down 1s ease-out .3s forwards;
- }
- .act_4 p{
- animation:move_left 1s ease-out .3s forwards;
- -webkit-animation:move_left 1s ease-out .3s forwards;
- -o-animation:move_left 1s ease-out .3s forwards;
- }
- .act_5 .img{
- animation:move_up 1s ease-out .3s forwards;
- -webkit-animation:move_up 1s ease-out .3s forwards;
- -o-animation:move_up 1s ease-out .3s forwards;
- }
- .act_5 h1{
- animation:move_down 1s ease-out .3s forwards;
- -webkit-animation:move_down 1s ease-out .3s forwards;
- -o-animation:move_down 1s ease-out .3s forwards;
- }
- .act_5 p{
- animation:move_left 1s ease-out .3s forwards;
- -webkit-animation:move_left 1s ease-out .3s forwards;
- -o-animation:move_left 1s ease-out .3s forwards;
- }
- .act_6 #qrcode{
- animation:move_down 1s ease-out .3s forwards;
- -webkit-animation:move_down 1s ease-out .3s forwards;
- -o-animation:move_down 1s ease-out .3s forwards;
- opacity: 0;
- opacity: 1\0;
- }
- .line{
- width: 0px;
- height:1px;
- width: 100% \0;
- margin: auto;
- background: #c4c4c4;
- animation:line_move .8s ease-in 1s forwards;
- -webkit-animation:line_move .8s ease-in 1s forwards;
- -o-animation:line_move .8s ease-in 1s forwards;
- }
- a:link{
- text-decoration: none;
- }
- .footer {
- position: relative;
- z-index: 9999;
- text-align: center;
- }
- .footer h1{
- font-size: 40px;
- font-weight: 500;
- margin-top: 100px;
- }
- .footer button,.down_load{
- color: #EA3523;
- border: none;
- width: 320px;
- height: 64px;
- background-color: #fff;
- border-radius: 10px;
- font-size: 20px;
- font-weight: bold;
- line-height: 28px;
- box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
- margin: 28px auto 120px;
- }
- .down_load{
- width: 334px;
- height: 102px;
- font-size: 34px;
- margin-bottom: 0;
- }
- .bg_iphone,.bg_az{
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100vh;
- background: url(image/bg1.png);
- background-size: 100%;
- background-position: 0 -180px;
- z-index: 999;
- text-align: center;
- display: none;
- }
- .bg img{
- max-width: 100%;
- }
- @media (max-width:980px) {
- body{
- min-width: 0px;
- }
- .part{width: 100%}
- .phone{
- display: block;
- }
- .pc{
- display: none;
- }
- .phone .part .img,.phone .part p,.phone .part h1{
- animation-duration: 0ms !important;
- animation-delay: 0ms !important;
- -webkit-animation-duration: 0ms !important;
- -webkit-animation-delay: 0ms !important;
- -o-animation-duration: 0ms !important;
- -o-animation-delay: 0ms !important;
- }
- .banner{
- height: auto;
- padding-top: 77px;
- }
- .row div{
- width: 100%;
- }
- .des img{
- right: 0;
- left: auto !important;
- }
- .img{
- background-position: center bottom !important;
- }
- .row .des{
- height: auto;
- text-align: center;
- padding: 50px 0 20px;
- }
- .banner{
- text-align: center;
- }
- }
- /* @media (max-width:1580px) {
- .banner h1{
- font-size: 48px;
- }
- .banner table{
- width: 55%;
- }
- .ewm img{
- width: 150px !important;
- }
- } */
|