html,
body {
    height: 100%;
}

/*mobile*/
@media screen and (max-width: 1080px) {
    .swiper-pagination {
        right: 10px !important;
    }
    
    .swiper-pagination-bullet {
        width: 4px !important;
        height: 52px !important;
        border-radius: 4px !important;
        background: #ccc !important;
        margin-bottom: 8px !important;
        opacity: 1 !important;
    }
    
    .swiper-pagination-bullet:last-of-type {
        margin-right: 0 !important;
    }
    
    .swiper-pagination-bullet-active {
        background: #EF4583 !important;
    }
    .pc {
        display: none
    }

    .mobile {
        min-height: 100%;
        background: #FCDAE7;
    }


    header {
        height: 64px;
        padding-left: 32px;
        background: #fff;
    }

    header img {
        margin-top: 16px;
        height: 32px;
        width: auto;
    }
    .main {
    }
    .btn {
        margin-top: 21px;
        display: flex;
        padding: 0 16px;
    }

    .btn .btn-pink-line {
        flex: 1;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border-radius: 12px;
        background: #FFE6F0;
        border: 1px solid #EF4583;
        font-size: 14px;
        font-weight: bold;
        color: #EF4583;
        margin-right: 8px;
    }

    .btn .btn-pink {
        flex: 2;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border-radius: 12px;
        background: #EF4583;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        margin-right: 8px;
    }
    .btn>div:last-of-type {
        margin-right: 0 !important;
    }
    .slogan {
        margin: 21px auto 0;
        width: 230px;
        height: 23px;
        background: url("../assets/icon-logo-slogen.png");
        background-size: cover;
    }
    .swiper-box {
        width: 100% !important;
        height: 540px !important;
        margin: 5px auto 0;
    }
    .swiper-box .swiper {
        height: 100% !important;
    }
    .swiper-box .swiper-slide {
        height: 540px !important;
    }
    .swiper-box img {
        display: block;
        margin: 0 auto;
        height: 540px;
        width: auto;
       
    }


    

    
}

/*pc*/
@media screen and (min-width: 1080px) {
    .swiper-pagination {
        bottom: -5px !important;
    }
    
    .swiper-pagination-bullet {
        width: 52px !important;
        height: 8px !important;
        border-radius: 4px !important;
        background: #ccc !important;
        margin-right: 8px !important;
        opacity: 1 !important;
    }
    
    .swiper-pagination-bullet:last-of-type {
        margin-right: 0 !important;
    }
    
    .swiper-pagination-bullet-active {
        background: #EF4583 !important;
    }

    .mobile {
        display: none;
    }

    .pc {
        display: flex;
        flex-direction: column;
        
        height: 100%;
    }

    .wrapper {
        width: 1080px;
        margin: 0 auto;
    }

    header {
        height: 88px;
        background: #FFFFFF;
    }

    header .wrapper {
        height: 100%;
    }

    header img {
        height: 48px;
        width: auto;
        margin-top: 20px;
    }

    .main {
        flex: 1;
        background: #FCDAE7;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main .wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .swiper-box {
        width: 520px;
        height: 630px;
    }

    .swiper-box .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .swiper-box img {
        height: 630px;
        width: auto;
    }

    .main-right {
        flex: 1;
        padding-top: 70px;
    }

    .main-right .logo {
        margin: 0 auto;
        width: 144px;
        height: 144px;
        background: url("../assets/icon-logo.png");
        background-size: cover;
    }

    .main-right .logo-text {
        margin: 24px auto 36px;
        width: 161px;
        height: 39px;
        background: url("../assets/icon-logo-title.png");
        background-size: cover;
    }

    .slogan {
        margin: 0 auto;
        width: 310px;
        height: 31px;
        background: url("../assets/icon-logo-slogen.png");
        background-size: cover;
    }

    .download {
        margin-top: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .download .ewm {
        width: 144px;
        height: 144px;
        background: url("../assets/yuanqi-code.png");
        background-size: cover;
        border-radius: 8px;
        margin-right: 27px;
    }

    .download .btn .btn-white {
        width: 196px;
        height: 54px;
        line-height: 54px;
        border-radius: 12px;
        background: #fff;
        font-size: 16px;
        color: #EF4583;
        text-align: center;
        margin-bottom: 16px;
        cursor: pointer;
    }

    .download .btn .btn-white:last-of-type {
        margin-bottom: 0;
    }

    .tips {
        text-align: center;
        margin-top: 24px;
        font-size: 14px;
        color: #F39DBD;
    }

    footer {
        background: #F39DBD;
        height: 44px;
    }

    footer .wrapper {
        height: 44px;
        line-height: 44px;
        font-size: 13px;
        color: #333333;
        text-align: center;
    }
}