body {
    background: #eee;
}

html, body {
    height: 100%;
}

.web {
    height: 800px;
    background-image: linear-gradient(125deg, #FF8B59, #F64848);
    padding-top: 80px;
}

.con {
    width: 1200px;
    margin: 0 auto
}

.con .birth-l {
    width: 540px;
}

.con .birth-l .logo {
    height: 126px;
    margin-bottom: 30px;
    padding-left: 150px;
    color: #fff;
    background: url(../images/icon.png) left no-repeat;
}

.con .birth-l .logo h1 {
    font-size: 40px;
    padding: 12px 0;
    font-weight: normal;
}

.con .birth-l .logo .slogan {
    height: 23px;
    background: url(../images/slogan.png) no-repeat;
}

.con .birth-l .download {
    position: relative;
    z-index: 9999999;
}

.con .birth-l .birth-about {
    height: 200px;
    line-height: 40px;
    color: rgba(255, 255, 255, .8);
    font-size: 24px;
    padding-left: 10px;
    font-weight: 300;
    margin-bottom: 50px;
}

.con .birth-l .download .f-l {
    margin-right: 30px;
    margin-left: 10px;
}

.con .birth-l .download .f-l li {
    width: 300px;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
}

.con .birth-l .download .f-l li a {
    color: #fff;
    display: block;
    padding-left: 110px;
}

.con .birth-l .download .ios-download {
    margin-bottom: 30px;
    background: url(../images/apple.png) 50px 20px no-repeat #1CD1F8;
}

.con .birth-l .download .android-download {
    background: url(../images/android.png) 50px 20px no-repeat #7ED321;
}

.con .birth-r {
    width: 536px;
    height: 700px;
    position: relative;
    background: url(../images/yun.png) center no-repeat;
}

.con .birth-r .birth-phone {
    width: 439px;
    position: absolute;
    margin-left: 50px;
}

.con .layui-carousel {
    position: absolute;
    width: 1200px;
    top: 100px;
    left: 50%;
    margin-left: -600px;
}

.con .layui-carousel > div > div p {
    width: 540px;
    height: 200px;
    font-size: 24px;
    line-height: 40px;
    padding: 120px 0 0 10px;
    font-weight: 300;
    color: #fff;
}

.con .layui-carousel > div > div img {
    float: right;
    width: 400px;
    top: 20px;
    right: 60px;
    z-index: 999999;
    position: absolute;
}

.foot {
    padding: 150px 0 50px;
    text-align: center;
    font-size: 14px;
}

#fullpage {
    display: none;
}

.wap-logo, .wap-bg, .wap-download {
    display: none;
}


@media screen and (max-width: 1279px) {
    /* 兼容1279px及以下分辨率  最小兼容13.3寸*/
    .web {
        display: none;
    }

    #fullpage {
        display: block;
    }

    .wap-logo, .wap-bg, .wap-download {
        display: block;
    }

    .swiper-container {
        width: 100%;
        height: 100%;
    }

    .section {
        padding: 90px 20px 20px;
    }

    .wap-logo {
        width: 100%;
        height: 48px;
        padding-left: 60px;
        color: #fff;
        background: url(../images/icon.png) left no-repeat;
        background-size: 48px;

        position: fixed;
        top: 20px;
        left: 20px;
    }

    .wap-logo h1 {
        font-size: 15px;
        padding: 2px 0;
        font-weight: normal;
    }

    .wap-logo .slogan {
        height: 40px;
        background: url(../images/slogan.png) no-repeat;
        background-size: 180px;
    }

    .wap-bg {
        width: 100%;
        height: 400px;
        background-image: linear-gradient(125deg, #FF8B59, #F64848);
        position: fixed;
        z-index: -999999;
        top: 0;
    }

    .wap-bg .wap-yun {
        width: 100%;
        height: 100%;
        background: url(../images/yun.png) center 260px no-repeat;
        background-size: 75%;
    }

    .wap-bg .wap-yun:after {
        width: 300px;
        height: 300px;
        background: #eee;
        content: "";
        display: block;
        position: absolute;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg); /* IE 9 */
        -moz-transform: rotate(45deg); /* Firefox */
        -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
        left: 230px;
        top: 400px;
    }

    .wap-download {
        width: 100%;
        padding: 20px 0;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        bottom: 0;
        z-index: 999;
        text-align: center;
    }

    .wap-download li {
        width: 40%;
        height: 50px;
        line-height: 50px;
        border-radius: 5px;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        margin: 0 3%;
        text-align: left;
    }

    .wap-download li a {
        color: #fff;
        display: block;
        padding-left: 50px;
    }

    .wap-download .ios-download {
        background: url(../images/apple.png) 20px 14px no-repeat #1CD1F8;
        background-size: 15%
    }

    .wap-download .android-download {
        background: url(../images/android.png) 20px 14px no-repeat #7ED321;
        background-size: 15%
    }

    .birth-about {
        font-size: 16px;
        color: #fff;
        line-height: 30px;
        font-weight: 300;
        text-align: center;
        margin-bottom: 10px;
    }

    .birth-phone {
        width: 100%;
        text-align: center;
    }

    .birth-phone img {
        width: 70%;
    }


    .foot {
        display: none;
    }

    　
}


@media screen and (max-width: 414px) {
    /* 兼容iphone 8p*/
    .wap-bg {
        height: 600px;
    }

    .wap-bg .wap-yun:after {
        left: 280px;
        top: 500px;
    }

    .birth-phone img {
        width: 70%;
    }

}

@media screen and (max-width: 375px) {
    /* 兼容iphone 6*/
    .birth-about {
        font-size: 14px;
    }

    .wap-bg {
        height: 500px;
    }

    .wap-bg .wap-yun {
        background-size: 66%;
    }

    .wap-bg .wap-yun:after {
        left: 240px;
        top: 400px;
    }

    .birth-phone img {
        width: 60%;
    }

}

@media screen and (max-width: 320px) {
    /* 兼容iphone 5s*/
    .wap-logo .slogan {
        background-size: 180px;
    }

    .wap-bg {
        height: 450px;
    }

    .wap-bg .wap-yun {
        background-size: 66%;
    }

    .wap-bg .wap-yun:after {
        left: 200px;
        top: 350px;
    }

    .birth-about {
        font-size: 12px;
    }

    .wap-download li {
        font-size: 12px;
    }

}