*{ 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; } } */