@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&family=Nunito:wght@400;700&display=swap);.section-1{position:relative}.section-1 .cloud1,.section-1 .cloud2,.section-1 .hand,.section-1 .other{position:absolute}.section-1 .hand{top:20%;left:0;width:10%}@media screen and (max-width:767px){.section-1 .hand{width:20%}}.section-1 .cloud1{bottom:0;left:0;width:40%}@media screen and (max-width:767px){.section-1 .cloud1{width:80%}}.section-1 .cloud2{top:0;left:0;width:50%}@media screen and (max-width:767px){.section-1 .cloud2{width:100%}}.section-1 .other{top:60%;left:20%;width:30%}@media screen and (max-width:767px){.section-1 .other{width:80%}}@media screen and (max-width:1199px){.section-2 p{padding:0!important;bottom:0!important;top:0!important;color:#000!important;font-size:18px}.section-2 button,.section-2 img{margin:auto!important}.section-2 button{display:block}.section-2{padding-bottom:100px}}.title-image .title{background-image:var(--4f1b4c2a);font-size:var(--1e76f620);color:var(--a137ee46);padding:var(--58164eef);font-weight:var(--0933d7c9)}.title-image .sub-title,.title-image .title{background-repeat:no-repeat;text-align:var(--7f7d395e);background-position:var(--7f7d395e);background-size:auto 100%}.title-image .sub-title{background-image:var(--16119785);font-size:var(--288f9330);color:var(--5d072b53);padding:var(--822157fe);font-weight:var(--4a303632)}@media screen and (max-width:767px){.title-image .sub-title,.title-image .title{background-size:100% 100%}}@media screen and (max-width:1199px){.section-3 p,.section-3 span{text-align:center!important}.section-3 span{display:block!important;background-position:50%!important}}.section-4 .line{border-bottom:1px solid #fff}@media screen and (max-width:767px){.section-4 span{padding:5px 50px 5px 20px!important}.section-4 .container{padding:0 25px!important}.section-4 .title-image .title{font-size:48px}}.section-5 .form{padding-bottom:200px}.section-5 .form input{width:100%;max-width:732px;height:45px;border-radius:8px;border-color:#065f66;background-color:#f2f9fb;border-width:1px;margin-bottom:15px}.section-5 .form label{font-weight:700}@media screen and (max-width:767px){.section-5 p{margin:0 25px!important}.section-5 .read-demo{width:100%!important;margin:0!important}.section-5 .read-demo>div{width:100%!important;margin:0 0 100px!important}.section-5 .read-demo>div button{left:0!important;width:100%!important}.section-5 .container{margin:0!important}.section-5 .container span{background-size:cover!important;background-position:50%!important}.section-5 .form{padding-bottom:100px}}.card-2{margin:30px 0}.card-2 img{width:100%}.card-2 div{width:100%;background-color:#fff;padding:10px;font-size:14px;height:85px}.section-6 span{background-size:cover!important;background-position:50%!important}.section-7 .w-2 img{width:47%}.section-7 .w-2-5 img{width:43%}.section-7 .w-3 img{width:30%}.section-7 .w-4 img{width:20%}.section-7 p{font-size:20px;font-weight:700}.section-8{background-color:#f0f0f0}.section-8 .line{width:100%;border:1px solid #ccc}.section-8 iframe{border:15px solid #fff!important;height:442px;width:732px}@media screen and (max-width:767px){.section-8 iframe{width:100%}}.popup{position:fixed;top:0;left:0;bottom:0;right:0;z-index:100;background-color:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center}.popup .box{width:90%;max-width:1036px;background-color:#fff}.popup .box .congratulation{background-image:var(--2855b908);position:relative}.popup .box .congratulation .title{width:465px;font-size:24px;text-align:center;padding:170px 0 30px;margin:auto;color:#065f66;font-weight:700}.popup .box .congratulation img{position:absolute;bottom:-23px;left:50%;transform:translateX(-50%)}.popup .box .content{text-align:center;background-image:var(--2855b900);padding:24px 0 48px}.popup .box .content .title{font-size:24px;color:#fff}.popup .box .content .money{font-size:40px;font-weight:700;color:#fff}.popup .box .content .note{font-size:16px;font-style:italic;color:#fff}.popup .box .content .subbox{max-width:762px;text-align:left;font-size:16px;background-color:#fff;border-radius:8px;margin-top:24px;padding:8px 16px}.popup .box .content .subbox .qr-box{background-color:#d1d1d1;width:122px;height:122px;margin:24px auto 0}.popup .box .content .subbox button{background-color:#065f66;border-radius:8px;color:#fff;font-size:16px;width:149px;height:45px;margin:12px auto;border:none}body,html{overflow-x:hidden}*{font-family:Noto Sans,sans-serif}.nunito,.nunito *{font-family:Nunito,sans-serif}.opacity0{opacity:0}.show{animation-name:show;animation-fill-mode:forwards;animation-duration:2s}@keyframes show{0%{opacity:0}to{opacity:1}}.show-up{animation-name:showUp;animation-fill-mode:forwards;animation-duration:2s}@keyframes showUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.show-down{animation-name:showDown;animation-fill-mode:forwards;animation-duration:2s}@keyframes showDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.show-left{animation-name:showLeft;animation-fill-mode:forwards;animation-duration:2s}@keyframes showLeft{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateY(0)}}.show-right{animation-name:showRight;animation-fill-mode:forwards;animation-duration:2s}@keyframes showRight{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateY(0)}}.hovering{animation-name:hovering;animation-fill-mode:forwards;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:backwards}@keyframes hovering{0%{transform:translateY(0)}50%{transform:translateY(1px)}to{transform:translateY(0)}}