@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

body{
    font-family: 'Noto Sans TC',  sans-serif;
    /* background-color: rgb(181 227 237); */
    background-image: url(img/sky.png);
    /* overflow-y: hidden; */
}
img{
    image-rendering:-moz-crisp-edges;          /* Firefox        */
    image-rendering:-o-crisp-edges;            /* Opera          */
    image-rendering:-webkit-optimize-contrast; /* Safari         */
    image-rendering:optimize-contrast;         /* CSS3 Proposed  */
    -ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
}
.wrapper{
    width: 414px;
    max-width: 100%;
    /* background-image: url(img/sky.png); */
    background-position: 0 center;
    min-height: 720px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.background{
    position: absolute;
    /* height: 720px; */
    width: 414px;
    top: 0;
    transition: .5s;
}
.background.ended{
    top: -75px;
}
.earth{
    position: absolute;
    top: 500px;
    transform: scale(1.4);
}
.shadow{
    position: absolute;
    top: 400px;
    transform: scale(1.4);
}
.tree_l{
    position: absolute;
    top: 330px;
    left: -15px;
    width: 127px;
}
.tree_r{
    position: absolute;
    top: 360px;
    right: -15px;
    width: 129px;
}
.cloud_l{
    position: absolute;
    width: 150px;
    top: 200px;
    left: -70px;
}
.cloud_r{
    position: absolute;
    width: 150px;
    top: 200px;
    right: -70px;
}

.header{
    height: 100px;
    border-radius: 0 0 30px 30px;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.45);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
    z-index: 10;
    position: relative;
}
.step{
    text-align: center;
    position: relative;
}
.step_num{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #d6d6d6;
    border: solid 1px #626262;
    font-size: 21px;
    font-weight: bold;
    margin: auto;
    line-height: 28px;
    margin-bottom: 5px;
    position: relative;
}
.done .step_num{
    background-color: #ffce00;
}
.step_text{
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.step_num:after{
    content: '';
    height: 2px;
    width: 120px;
    position: absolute;
    top: 14px;
    left: 29px;
}
.step .step_num:after{
    background-color: #707070;
}
.step.done .step_num:after{
    background-color: #ffce00;
}
.step3 .step_num:after{
    display: none;
}
.title{
    z-index: 2;
    height: 180px;
    display: flex;
    flex-shrink: 1;
    justify-content: center;
}
.title .logo{
    width: 230px;
    position: relative;
    left: 0px;
    top: 5px;
    z-index: 2;
    flex-shrink: 0;
}
.title_text{
    width: 246px;
    position: relative;
    right: 40px;
    top: 30px;
    z-index: 3;
    flex-shrink: 0;
}
.video_area{
    width: 350px;
    height: 196px;
    border: solid 10px #fff;
    border-radius: 8px;
    margin: auto;
}
.more{
    text-align: center;
    margin-top: 25px;
}
.more a{
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.more span{
    text-decoration: underline;
}

.yellowBtn{
    width: 370px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffce00;
    margin: 25px auto;
    border-radius: 6px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, 0.22);
}
.finishVideo img{
    margin: 0 5px;
    position: relative;
    top: 2px;
}
.nextStep img{
    margin: 0 5px;
}
.nextStep{
    display: none;
}
.nextStep.show{
    display: flex;

}
/* .nextStep span{
    color: #ad0d0d;
    margin: 0 5px;
} */
.page1{
    /* display: none; */
    position: relative;
}
.page2{
    display: none;
    position: relative;
}
.input_area{
    width: 370px;
    height: 66px;
    background-color: #fff;
    margin: 40px auto 0;
    border-radius: 6px;
    font-size: 22px;
    box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, 0.22);
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input_area input{
    border: none;
    width: 200px;
    text-align: center;
}
.discription{
    color: #333;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 30px;
    text-align: center;
    position: relative;
}
.fingerprint_area{
    text-align: center;
    position: relative;
    margin: 30px auto;
    width: 180px;
    z-index: 20;
    transition: 1.5s;
    cursor: pointer;
}
.scan_box{
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.scan{
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    opacity: 1;
    background-image: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 3%, rgba(255,255,255,0) 100%);
    transition: .5s;
}
.scan.touched{
    top: 5%;
    opacity: 0;
}
.prevent{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.fingerprint_area.clicked{
    width: 400px;
    transform: translateY(-160px)
}
.frame{
    transition: 1s;
    opacity: 1;
}
.fingerprint_area.clicked .frame{
    opacity: 0;
}
.fingerprint{
    position: absolute;
    width: 90px;
    left: 0;
    right: 0;
    margin: auto;
    top: 25px;
    filter: grayscale(1);
    transition: 1.5s;
}
.fingerprint.clicked{
    filter: grayscale(0);
    width: 200px;
    /* transform: translateY(-180px) */
}
.overlay{
    background-color: #152b2f;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    opacity: .95;
    z-index: 15;
}
#animation_container{
    opacity: 0;
    transition: .2s;
}
#animation_container.show{
    opacity: 1;
}
#canvas{
    width: 75% !important;
    height: auto !important;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 130px;
}
.page3{
    /* display: none; */
    opacity: 0;
    z-index: -1;
    transition: .2s;
    position: relative;
    top: -100px;
}
.photo1{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 120px;
    transform: scale(.1);
    top: 490px;
    transition: 1.4s;
    transition-timing-function: linear;
    transition-delay: .2s;
}
.photo1.started{
    transform: scale(1);
    top: 135px;
}
.photo1.ended{
    transform: scale(1);
    top: 115px;
    transition-delay: 0;
    transition: .5s;
}
.photo2{
    position: absolute;
    width: 70px;
    left: 300px;
    top: 500px;
    opacity: 0;
    transition: .5s;
}
.photo2.ended{
    left: 20px;
    top: 220px;
    opacity: 1;
}
.photo3{
    position: absolute;
    width: 70px;
    right: 300px;
    top: 500px;
    opacity: 0;
    transition: .5s;
}
.photo3.ended{
    right: 20px;
    top: 220px;
    opacity: 1;
}
.text_area{
    position: absolute;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffce00;
    top: 250px;
    transition: .5s;
    opacity: 0;
}
.thank{
    margin-top: -30px;
}
.text_area.ended{
    top: 225px;
    opacity: 1;
}
.counting_area{
    position: absolute;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: auto;
    right: 0;
    left: 0;
    top: 400px;
    letter-spacing: 1.2px;
    opacity: 0;
    transition: .5s;
}
.counting_area.ended{
    top: 370px;
    opacity: 1;
}
.counting_area p{
    font-size: 16px;
    position: relative;
    display: inline-block;
}
.counting_area p:before{
    content: '';
    display: block;
    height: 1px;
    width: 120px;
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: -130px;
    z-index: 5;
}
.counting_area p:after{
    content: '';
    display: block;
    height: 1px;
    width: 120px;
    position: absolute;
    background-color: #fff;
    bottom: 0;
    right: -130px;
    z-index: 5;
}
#flip-counter{
    margin: 20px 0;
}
.share_area_N{
    position: absolute;
    width: 100%;
    top: 580px;
    opacity: 0;
    transition: .5s;
    transition-delay: .8s;
}
.share_area_N.ended{
    opacity: 1;
}
.shareBtn_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.share_btn{
    width: 175px;
    height: 80px;
    border-radius: 6px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, 0.22);
}
.share_fb{
    background-color: #1877f2;
}
.share_line{
    background-color: #4cc764;
}
.share_btn img{
    margin-left: 10px;
}

.pioneer .header{
    align-items: flex-start;
    padding-top: 15px;
    box-sizing: border-box;
}
.pioneer .header span{
    font-size: 15.5px;
    color: #23b91a;
    font-weight: bold;
    font-family: 'poppins';
    position: relative;
    top: -3px;
}
.pioneer .share_area_N{
    display: block;
}
.linepointbtn{
    width: 370px;
    height: 80px;
    margin: auto;
    background-color: #ffce00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, 0.22);
}
.linepointbtn img.linepoint{
    width: 37px;
}
.linepointbtn img{
    margin: 0 5px;
}
.shareto{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
}
.shareto img{
    margin-left: 20px;
    margin-right: -10px;
}

.flip-counter ul.cd{
    position: relative;
}
.flip-counter ul.cd:after{
    content: '';
    position: absolute;
    width: 140px;
    height: 175px;
    background-image: url(img/shadow_c.png);
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
}
.flip-counter{
    align-items: flex-end;
}
.flip-counter .man{
    margin-left: 10px;
    font-size: 36px;
}
/* .flip-counter:after{
    content: '人';
    font-size: 40px;
    color: #fff;
    position: absolute;
    right: -80px;
    bottom: 0;
} */
.yellowBox{
    width: 370px;
    height: 165px;
    background-color: rgba(255,206,0,.89 );
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    box-sizing: border-box;
    margin: 30px auto 10px;
    box-shadow: 10px 10px 16px 0 rgba(0, 0, 0, 0.39);
}
.reduce_area{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 14px;
    color: #333;
    line-height: 1.43;
    margin-top: 20px;
    font-weight: 400;
}
.reduce{
    width: 30%;
}
.yellowBox span{
    color: #ad0d0d;
    font-weight: bold;
    margin: 0 2px;
}
.spoon{
    width: 62px;
    margin-bottom: 5px;
}
.co2{
    width: 58px;
    margin-bottom: 5px;
}
.trees{
    width: 74px;
    margin-bottom: 5px;
}
.note{
    font-size: 10px;
    color: #b9b9b9;
    width: 370px;
    margin: auto;
    font-weight: 200;
    text-align: justify;
}
span.LPs{
    color: #23b91a;
    font-weight: bold;
    /* font-family: 'poppins'; */
}
.nextStep .linepoint{
    width: 20px;
}

.videoStep1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 26px;
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.83) 84%, rgba(51, 51, 51, 0));
    z-index: 99;
    height: 350px;
    line-height: 1.5;
    box-sizing: border-box;
    padding-top: 150px;
    display: none;
}
.videoStep1 p,.videoStep2 p{
    color: #ffce00;
    font-size: 20px;
}
.videoStep1 img{
    position: absolute;
    bottom: 0;
    width: 46px;
    left: 0;
    right: 0;
    margin: 15px auto 0;
}
.videoStep2{
    position: absolute;
    top: 444px;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 26px;
    text-align: center;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.83) 75%, rgba(51, 51, 51, 0));
    z-index: 99;
    height: 500px;
    line-height: 1.5;
    box-sizing: border-box;
    padding-top: 113px;
    pointer-events: none;
    display: none;
}
.videoStep2 img{
    position: absolute;
    top: 0px;
    width: 106px;
    right: 48px;
    margin: 15px auto 0;
}

.disagree{
    text-align: center;
    text-decoration: underline;
}
.disagree a{
    color: #ffce00;
}