.wrap {
    width: 100%;
    height: 100%;
    display: block;
}


/*header*/

.wrap .header {
    width: 100%;
    min-width: 1200px;
    height: 564px;
    background: #2db671 url(https://fzddb.oss-cn-shenzhen.aliyuncs.com/zhengding/gdpep/header_bg.jpg) center no-repeat;
    background-size: auto 100%;
    position: relative;
}

.wrap .header .cont {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.wrap .header .download-client {
    position: absolute;
    right: 12%;
    top: 36.5%;
    width: 201px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    background-color: #f19032;
    border-radius: 24px;
    border: solid 1px #ffffff;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 20px 0 0;
    cursor: pointer;
}

.wrap .header .download-instructions {
    position: absolute;
    width: 130px;
    height: 40px;
    top: 69.5%;
    right: 19.5%;
    display: inline-block;
    cursor: pointer;
}

.wrap .mod {
    background-color: #fff;
}

.wrap .mod .cont {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.wrap .mod .cont .product-bg {
    display: block;
    width: 100%;
}

.wrap .mod1 {
    padding-top: 67px;
}

.wrap .mod2 {
    padding-top: 235px;
    padding-bottom: 108px;
}

.wrap .mod2 .product-more {
    position: absolute;
    left: 56.25%;
    top: 27.48%;
    width: 299px;
    height: 624px;
    background: #2DB671;
    border: 10px solid #2DB671;
    box-shadow: 3px 21px 79px 0px rgba(79, 141, 110, 0.79);
    border-radius: 10px;
}

.product-more img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
    overflow: hidden;
}


/*footer*/

.wrap .footer {
    width: 100%;
    min-width: 1200px;
    background-color: #2DB671;
}

.wrap .footer .cont {
    position: relative;
    font-size: 0;
    padding: 105px 0 76px;
    overflow: hidden;
}

.wrap .footer .brand {
    margin: 0 auto;
    width: max-content;
    height: 97px;
    display: flex;
}

.wrap .footer .brand .icon {
    width: 549px;
    height: 97px;
    background: url(https://fzddb.oss-cn-shenzhen.aliyuncs.com/zhengding/gdpep/brand.png) no-repeat center / contain;
}

.wrap .footer .cont .copyright {
    margin: 78px auto 0;
    width: 724px;
    height: 21px;
    background: url(https://fzddb.oss-cn-shenzhen.aliyuncs.com/zhengding/gdpep/copyright.png) no-repeat center / contain;
}


/* .wrap .footer .cont p {
    width: max-content;
    margin: 78px auto 0;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.wrap .footer .cont p i {
    width: 100%;
    font-style: normal;
    text-align: center;
    display: block;
    line-height: 30px;
}

.wrap .footer .cont p a {
    font-size: 16px;
    color: #fff;
} */