.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/yuejiao_tiyu/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;
    height: 120px;
    background-color: #2db671;
}

.wrap .footer .cont {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.wrap .footer .cont span {
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 30px;
}

.wrap .footer .cont span i {
    width: 100%;
    font-style: normal;
    text-align: center;
    display: block;
    line-height: 30px;
}

.wrap .footer .cont span a {
    font-size: 16px;
    color: #fff;
}

.wrap0 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap0 .default {
    width: 100%;
    text-align: center;
}

.wrap0 .default img {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}

.wrap0 .default span {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 20px;
}

.wrap0 .default span h2 {
    color: #66c57f;
    font-size: 20px;
    margin-bottom: 10px;
}

.wrap0 .default span p {
    color: #7a7a7a;
    font-size: 16px;
    margin-bottom: 10px;
}

/*bubble*/
.bubble {
    position: absolute;
    background-image: linear-gradient(0deg, #39b881 0, #e4eb7a 100%);
    opacity: 0.6;
    display: block;
}

.bb1 {
    width: 190px;
    height: 190px;
    border-radius: 95px;
    bottom: -100px;
    right: -160px;
}

.bb2 {
    width: 290px;
    height: 290px;
    border-radius: 145px;
    top: -150px;
    left: -200px;
}

.bb3 {
    width: 190px;
    height: 190px;
    border-radius: 95px;
    bottom: -40px;
    right: 0;
}

.bb4 {
    width: 130px;
    height: 130px;
    border-radius: 65px;
    top: 80px;
    left: 470px;
    z-index: 2;
}

.bb5 {
    width: 290px;
    height: 290px;
    border-radius: 145px;
    bottom: 60px;
    left: -100px;
    z-index: 0;
}

.bb6 {
    width: 190px;
    height: 190px;
    border-radius: 95px;
    bottom: 60px;
    right: -190px;
}

.bb7 {
    width: 290px;
    height: 290px;
    border-radius: 145px;
    top: 120px;
    right: 190px;
    z-index: 0;
}

.bb8 {
    width: 130px;
    height: 130px;
    border-radius: 65px;
    bottom: -30px;
    left: -200px;
}

.bb9 {
    width: 190px;
    height: 190px;
    border-radius: 95px;
    top: -20px;
    right: -95px;
}

.cc {
    width: 662px;
    height: 953px;
    background-image: linear-gradient(0deg,
    #39b881 0%,
    #e4eb7a 100%);
    border-radius: 12px;
    opacity: 0.31;
    position: absolute;
    top: 108px;
    right: 0;
    z-index: 0;
}
.collect-tip {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    display:none;
}
.collect-tip.active{
    display:block;
}

.collect-tip .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.collect-tip .collect-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.collect-tip .collect-box .box {
    width: 500px;
    height: 200px;
    background: #fff;
    border-radius: 4px;
    padding: 20px;
}

.collect-tip .collect-box .box .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.collect-tip .collect-box .box .tip-text {
    line-height: 24px;
}

.collect-tip .collect-box .box button {
    display: block;
    margin: 40px auto 0;
    background: #038fff;
    color: #fff;
    width: 100px;
    height: 30px;
    border-radius: 3px;
}
@media screen and (max-width: 1200px) {
}