html,body{
    margin: 0;
    padding: 0;
    overflow: hidden;
}
body{
    width: 100vw;
    height: 100vh;
    font-family: Fieldwork-Geo-Regular;
    overflow: hidden;
}
@font-face {
    font-family: Fieldwork-Geo-Bold;
    src: url('../fonts/Fieldwork-Hum-Bold.otf');
}
@font-face {
    font-family: Fieldwork-Geo-Regular;
    src: url('../fonts/Fieldwork-Hum-Regular.otf');
}
@font-face {
    font-family: Fieldwork-Geo-light;
    src: url('../fonts/Fieldwork-Geo-Light.otf');
}
@font-face {
    font-family: Fieldwork-Hum-Demi-Bold;
    src: url('../fonts/Fieldwork-Hum-Demi-Bold.otf');
}
a{
    text-decoration: none;
    color: #009343;
}
p{
    font-size: 0.9vw;
    line-height: 160%;
    color: #717171;
}
.green-font{
    font-size: 0.9vw;
    line-height: 160%;
    font-family: Fieldwork-Geo-Bold;
    color: #009343;
}
h2{
    color: #fff;
    line-height: 140%;
    font-size: 3.1vw;
    margin: 0;
    font-weight: normal;
}
h3{
    color: #000;
    line-height: 115%;
    font-size: 1.8vw;
    margin: 0;
    font-weight: normal;
}
h4{
    font-size: 1.3vw;
    margin: 0;
    font-weight: 400;
}
h5{
    margin: 0;
    font-size: 1vw;
    font-weight: 400;
}
.line{
    width: 3.1vw;
    height: 2px;
    background: #009343;
    margin-bottom: 0.7vw;
}
.swiper-slide{
    width: 100%;
    height: 100vh;
    position: relative;
    background: #000;
}
.bg{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
}
.header{
    position: fixed;
    top: 3.1vw;
    margin:0 3.1vw;
    z-index: 99;
    background: #fff;
    width: 93.8vw;
    height: 6.25vw;
    line-height: 6.25vw;
    border-radius: 4px;
    max-height: 115px;
}
.header .logo{
    width: 7.91vw;
    max-width: 152px;
    display: block;
    position: absolute;
    left: 2.1vw;
    top: 50%;
    transform: translateY(-50%);
}
.header .menu{
    position: absolute;
    top: 50%;
    right: 3.1vw;
    display: flex;
    line-height: 100%;
    transform: translateY(-50%);
}
.header .menu .item{
    cursor: pointer;
    margin-left: 40px;
}
.header .menu .item:hover{
    opacity: 0.7;
}
.header .menu .item svg{
    vertical-align: middle;
    margin-right: 6px;
    width: 1.66vw;
}
.header .menu .item .text{
    color: #000;
    display: inline-block;
    font-family: Fieldwork-Geo-light;
    vertical-align: middle;
    font-size: 1vw;
    user-select: none;
}
.header .menu .item.active{
    opacity: 1;
}
.header .menu .item.active .text{
    color: #009343;
}
.header .menu .item.active svg path{
    stroke: #009343;
}
.content-popup{
    position: fixed;
    right: 3.1%;
    top: 11vw;
    background: #fff;
    z-index: 99;
    border-radius: 4px;
    padding: 0 2vw;
    width: 23vw;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: none;
}
.content-popup .item{
    font-size: 0.937vw;
    cursor: pointer;
    padding: 1.5vw 0;
    border-bottom: 1px solid #EFEFEF;
}
.content-popup .item:last-child{
    border: none;
}
.content-popup .title:hover{
    opacity: 0.8;
}
.content-popup .sub-nav{
    color: #717171;
    font-size: 0.85vw;
    margin: 1vw 0;
}
.content-popup .sub-nav:hover{
    opacity: 0.8;
}
.content-popup .sub-nav:nth-child(2){
    margin-top: 1.5vw;
}
.content-popup .sub-nav:last-child{
    margin-bottom: 0;
}

.share-popup{
    position: fixed;
    right: 3.1%;
    top: 11vw;
    background: #fff;
    z-index: 99;
    border-radius: 4px;
    padding: 0 2vw;
    width: 23vw;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: none;
}
.share-popup .item{
    font-size: 0.937vw;
    cursor: pointer;
    padding: 1.5vw 0;
    border-bottom: 1px solid #EFEFEF;
    display: block;
    color: #000;
}

.page{
    width: 100%;
    height: 100vh;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.page1 .text{
    position: absolute;
    left: 3.1vw;
    bottom: 9.1vh;
}

.page2 .container{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.page2 .container h2{
    margin-left: 4vw;
    margin-bottom: 20px;
}
.page2 .container .content{
    background: #fff;
    height: 50vh;
    position: relative;
}
.page2 .container .content .icon-box{
    display: flex;
    padding: 0 5.2vw;
    width: 89.6vw;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}   
.page2 .container .content .icon-box .item{
    background: #F7F7F7;
    width: 25%;
    margin: 0 1.55vw;
    padding: 1.55vw;
    cursor: pointer;
}
.page2 .container .content .icon-box .item .icon{
    margin-bottom: 1.55vw;
    width: 4.1vw;
}
.page2 .container .content .icon-box .item .title{
    margin-bottom: 1vw;
}
.page2 .container .content .icon-box .item .title span{
    vertical-align: middle;
    margin-right: 1vw;
}
.page2 .container .content .icon-box .item .title img{
    vertical-align: middle;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translateX(0);
}
.page2 .container .content .icon-box .item:hover .title img{
    transform: translateX(10px);
}
.page2 .container .content .icon-box .item p{
    color: #717171;
    margin: 0;
}

.page3 .play{
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform:translate(-50%,-50%);
    width: 6vw;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 9;
    max-width: 116px;
}
.page3 .play.active{
    top: 12.5vw;
    transform: translate(-50%,0%);
}
.page3 #videoPlayer{
    position: absolute;
    top: 100%;
    left: 100%;
}
.page3 .container{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.page3 .container h2{
    margin-left: 4vw;
    margin-bottom: 20px;
}
.up-box{
    width: 93.8vw;
    height: 120px;
    background: #fff;
    margin-left: 3.1vw;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    pointer-events: none;
}
.up-box.active{
    height: 55vh;
    pointer-events: all;
}
.up-box .up{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    cursor: pointer;
    font-size: 1.3vw;
    z-index: 9;
    pointer-events: all !important;
}
.up-box .up span{
    vertical-align: middle;
    margin-right: 1.55vw;
}
.up-box .up img{
    vertical-align: middle;
}
.up-box .close{
    position: absolute;
    top: 3.1vw;
    right: 3.1vw;
    cursor: pointer;
    color: #717171;
    font-size: 1vw;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    opacity: 0;
    z-index: 9;
}
.up-box .close.active{
    opacity: 1;
    transition-delay: 0.5s;
}
.up-box .close img{
    vertical-align: middle;
    transform: translateY(2px);
}
.up-box .close span{
    vertical-align: middle;
}
.up-box .content{
    display: flex;
    opacity: 0;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
}
.up-box .tab-box{
    padding:3.1vw 3.1vw 0 3.1vw;
}
.up-box.active .content{
    opacity: 1;
    transition-delay: 0.5s;
}
.page3 .container .content .text-box{
    padding:3.1vw;
    width: calc(50% - 1.55vw);
}
.page3 .container .content .text-box:last-child{
    padding-left: 0;
    width: calc(50% + 1.55vw);
}
.page3 .container .content .text-box .text{
    margin-top: 2.5vw;
    color: #717171;
    padding-right: 3vw;
}
.page3 .container .content .text-box .num-box{
    display: flex;
    margin-top: 0.625vw;
    flex-wrap: wrap;
    padding: 0 1.3vw;
    padding-right: 7vw;
}
.page3 .container .content .text-box .num-box .item{
    background: rgba(247, 247, 247, 1);
    width: 50%;
    margin-bottom: 0.9vw;
    text-align: center;
    position: relative;
    height: 7.5vw;
}
.page3 .container .content .text-box .num-box .item:last-child{
    width: 100%;
    margin-bottom: 0;
}
.page3 .container .content .text-box .num-box .item .box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.page3 .container .content .text-box .title{
    font-size: 1.04vw;
    color: #009343;
    font-family: Fieldwork-Hum-Demi-Bold;
}
.page3 .container .content .text-box p{
    margin: 1vw 0 0 0;
    color: #717171;
}
.page3 .container .content .text-box .num{
    position: absolute;
    bottom: 0;
}
.page3 .container .content .text-box .item:nth-child(1){
    margin-right: 1.95vw;
    width: calc(50% - 1.95vw);
}
.page3 .container .content .text-box .item:nth-child(2){
    margin-left: 1.95vw;
    width: calc(50% - 1.95vw);
}
.page3 .container .content .text-box .item:nth-child(1) .num{
    left: -0.98vw;
    width: 1.82vw;
}
.page3 .container .content .text-box .item:nth-child(2) .num{
    left: -1.25vw;
    width: 3.1vw;
}
.page3 .container .content .text-box .item:nth-child(3) .num{
    left: -1.25vw;
    width: 3.33vw;
}

.page4 .container{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.page4 .container h2{
    margin-left: 4vw;
    margin-bottom: 20px;
}
.page4 .tab-box{
    display: flex;
    padding-top: 2.5vw;
}
.page4 .text-box{
    width: 17.3vw;
}
.page4 .tab{
    margin-left: 4.6vw;
    width: 55vw;
}
.page4 .tab .nav{
    display: flex;
    margin-bottom: 2vw;
    margin-left: -5px;
}
.page4 .tab .nav .item{
    width: 25%;
    text-align: center;
    background: #C7E7D6;
    height: 2.5vw;
    line-height: 2.5vw;
    color: #009343;
    cursor: pointer;
    margin: 0 5px;
    font-size: 1vw;
}
.page4 .tab .nav .item.active{
    background: #009343;
    color: #fff;
}
.page4 .tab .tab-content{
    display: none;
}
.page4 .tab .tab-content.active{
    display: flex;
}
.page4 .tab .tab-content .img-box{
    margin-right: 1.55vw;
}
.page4 .tab .tab-content .img-box img{
    width: 17vw;
    max-width: 360px;
}
.page4 .tab .tab-content .info h5{
    margin-bottom: 1vw;
}
.page4 .tab .tab-content .info .point{
    color: #717171;
    font-size: 0.937vw;
    line-height: 160%;
    margin-bottom: 0.5vw;
    padding-left: 12px;
    background: url(../img/point.svg) left center no-repeat;
}
.page4 .tab .tab-content .info .green{
    color: #009343;
    font-size: 0.937vw;
}


.page5 .up-box.active{
    height: 65vh;
}
.page5 .container{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.page5 .container h2{
    margin-left: 4vw;
    margin-bottom: 20px;
}
.page5 .tab-box{
    padding-top: 2vw;
}
.page5 .tab{
    margin-top: 2vw;
}
.page5 .tab .tab-content{
    display: none;
}
.page5 .tab .tab-content.active{
    display: flex;
}
.page5 .tab .tab-content .img-box{
    margin-right: 1.55vw;
}
.page5 .tab .tab-content .img-box img{
    width: 31vw;
    max-width: 640px;
}
.page5 .tab .tab-content .green{
    color: #009343;
    font-size: 0.937vw;
    line-height: 160%;
    margin: 0.6vw 0;
}
.page5 .tab .tab-content .font{
    font-size: 0.9vw;
    line-height: 160%;
}
.page5 .tab .tab-content .actions{
    margin-top: 0.8vw;
    background: #F7F7F7;
    border-radius: 20px;
    padding: 1.1vw 1.4vw;
    position: relative;
}
.page5 .tab .tab-content .actions h5{
    margin-bottom: 0.8vw;
}
.page5 .tab .tab-content .actions .download{
    position: absolute;
    top: 1.1vw;
    right:1.4vw;
    color: #009343;
    font-size: 0.937vw;
    cursor: pointer;
}
.page5 .tab .tab-content .actions .download:hover{
    opacity: 0.8;
}
.page5 .tab .tab-content .actions .download span{
    vertical-align: middle;
    margin-right: 0.8vw;
}
.page5 .tab .tab-content .actions .download img{
    vertical-align: middle;
}
.page5 .tab .tab-content .point-box{
    display: flex;
    flex-wrap: wrap;
}
.page5 .tab .tab-content .point-box .item{
    margin-top: 0.4vw;
    width: calc(50% - 12px);
    color: #717171;
    font-size: 0.85vw;
    line-height: 160%;
    padding-left: 12px;
    background: url(../img/point.svg) left center no-repeat;
}
.page5 .tab .nav{
    display: flex;
    margin-top: 1.5vw;
    width: 100%;
    align-items: flex-end;
}
.page5 .tab .nav .item{
    width: 14.28888888888888888%;
    text-align: center;
    color: #717171;
    font-size: 0.9vw;
    cursor: pointer;
    padding-bottom: 1vw;
    border-bottom: 2px solid #F7F7F7;
    line-height: 150%;
}
.page5 .tab .nav .item.active{
    color: #009343;
    border-bottom: 2px solid #009343;
}

.page6 .up-box.active{
    height: 60vh;
}
.page6 .container{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.page6 .container h2{
    margin-left: 4vw;
    margin-bottom: 20px;
}
.page6 .tab-box{
    display: flex;
    padding-top: 2.5vw;
}
.page6 .content{
    padding: 3.1vw;
    display: block;
}
.page6 .content .icon-box{
    display: flex;
    margin: 7vw -0.775vw 0 -0.775vw;
}
.page6 .content .icon-box .item{
    width: 20%;
    background: #F7F7F7;
    position: relative;
    margin: 0 0.775vw;
    padding-top: 4vw;
}
.page6 .content .icon-box .item img{
    position: absolute;
    top: -5.2vw;
    left: 50%;
    transform: translateX(-50%);
    max-width: 140px;
    width: 7vw;
}
.page6 .content .icon-box .item .green{
    color: #009343;
    padding: 0 1vw;
    font-size: 0.9vw;
}
.page6 .content .icon-box .item p{
    padding: 0 1vw;
    font-size: 0.83vw;
}

.page7 .content{
    position: absolute;
    right: 3.1vw;
    top:calc(50% + 1vw);
    transform: translateY(-50%);
    background: #fff;
    border-radius: 4px;
    width: 32.55vw;
}
.page7 .content .box{
    padding: 3.1vw 2vw;
}
.page7 .content .box p{
    margin-top: 3.5vw;
    margin-bottom: 2vw;
}
.page7 .content .box .green-font{
    margin-top: 0.5vw;
}
.page7 .bar{
    background: #009343;
    height: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
}
.page7 .bar .text{
    left: 5vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 29.8vw;
    font-size: 1.2vw;
    line-height: 150%;
}
.page7 .bar .btn-group{
    position: absolute;
    top: 50%;
    right: 3.1vw;
    transform: translateY(-50%);
}
.page7 .bar .btn-group a{
    display: inline-block;
    background: #fff;
    width: 15.5vw;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 140px;
}
.page7 .bar .btn-group a:first-child{
    margin-right: 1.55vw;
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    body,.page,.swiper-slide{
        height: 100vh;
        height: 100dvh;
    }
    p{
        font-size: 1.2vw;
    }
    h3{
        font-size: 2vw;
    }
    h4{
        font-size: 1.5vw;
    }
    h5{
        font-size: 1.2vw;
    }
    .line{
        width: 4vw;
    }
    .header .menu .item svg{
        width: 2vw;
    }
    .header .menu .item .text{
        font-size: 1.2vw;
    }
    .content-popup{
        width: 29vw;
    }
    .content-popup .item{
        font-size: 1.3vw;
        padding: 2vw 0;
    }
    .content-popup .sub-nav{
        font-size: 1.1vw;
    }
    .content-popup .sub-nav{
        margin: 1.5vw 0;
    }
    .up-box .up{
        font-size: 1.5vw;
    }
    .up-box .close{
        font-size: 1.3vw;
    }
    .up-box .tab-box{
        padding: 4vw 4vw 0 4vw;
    }
    .page2 .container .content{
        height: 40vh;
    }
    .page2 .container .content .icon-box{
        margin: 0 -1vw;
    }
    .page2 .container .content .icon-box .item .title{
        font-size: 1.2vw;
    }

    .page3 .container .content .text-box{
        padding: 4vw;
    }
    .page3 .container .content .text-box .text{
        margin-top: 2vw;
        padding-right: 2vw;
    }
    .page3 .container .content .text-box .title{
        font-size: 1.3vw;
    }
    .page3 .container .content .text-box .num-box{
        padding-right: 6vw;
    }
    .page3 .play.active{
        top: 15.5vw;
    }
    .page3 .up-box.active{
        height: 51vh;
    }
    .page3 .container .content .text-box .num-box{
        margin-top: 1.5vw;
    }
    .page3 .container .content .text-box:last-child{
        padding-right: 0;
    }
    .page3 .container .content .text-box p{
        font-size: 1.1vw;
    }
    
    .page4 .up-box.active{
        height:53vh;
    }   
    .page4 .text-box{
        width: 19%;
    }
    .page4 .tab{
        width: 57vw;
    }
    .page4 .tab .nav{
        margin-bottom: 2.5vw;
    }
    .page4 .tab-box{
        padding-top: 4vw;
    }
    .page4 .tab .nav .item{
        font-size: 1.2vw;
        height: 3vw;
        line-height: 3vw;
    }
    .page4 .tab .tab-content .info .green{
        font-size: 1.2vw;
    }
    .page4 .tab .tab-content .info .point{
        font-size: 1.2vw;
    }
    .page4 .tab .tab-content .img-box img{
        width: 21vw;
    }
    .page5 .up-box .tab-box{
        padding-top: 3.1vw;
    }
    .page5 .up-box.active{
        height: 65vh;
    }
    .page5 .tab{
        margin-top: 2vw;
    }
    .page5 .tab .tab-content .green{
        font-size: 1.2vw;
    }
    .page5 .tab .tab-content .font{
        font-size: 1.1vw;
    }
    .page5 .tab .tab-content .point-box .item{
        font-size: 1vw;
        width: calc(100% - 12px);
    }
    .page5 .tab .tab-content .actions{
        margin-top: 1vw;
        padding: 1.3vw;
    }
    .page5 .tab .tab-content .actions .download{
        font-size: 1.1vw;
    }
    .page5 .tab .tab-content .img-box{
        margin-right: 2vw;
        padding-bottom: 6vw;
    }
    .page5 .tab .tab-content .img-box img{
        width: 37vw;
    }
    .page5 .tab .nav{
        margin-top:0.5vw;
    }
    .page5 .tab .nav .item{
        font-size: 1vw;
        padding-bottom: 1.2vw;
    }

    .page6 .up-box.active{
        height: 58vh;
    }
    .page6 .content .text-box p{
        margin-bottom: 9vw;
        margin-top: 1.5vw;
    }
    .page6 .content .icon-box .item .green{
        font-size: 1.2vw;
        line-height: 150%;
    }
    .page6 .content .icon-box .item p{
        font-size: 1.1vw;
    }
    .page7 .content .box p{
        margin-top: 3vw;
    }
    .page7 .bar .text{
        font-size: 1.4vw;
    }
    .green-font{
        font-size: 1.2vw;
    }
}