.swiper-container{
    margin: 20px 0;
}
.swiper-slide .img-box{
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
}
.swiper-slide .img-box img{
    height: 100%;
}
.swiper-slide {
    width: auto!important;
}
.box{
    padding: 10px;
}
.box .icon-box{
    max-width: 120px;
    margin: 10px auto;
}
.box .icon-box img{
    width: 100%;
}

.icon-apple{
    color: #258cd1;
}
.icon-android{
    color: #5eb95e;
}
.icon-xingxingmianxing{
    color: #da5800;
}
.down-box a{
    margin:6px 0 8px;
    display: inline-block;
    text-decoration: none;
}
.down-box{
    width: 50%;
    text-align: center;
}
.code-box{
    width: 50%;
    padding: 5px;
    background: linear-gradient(-90deg,rgba(1,143,255,1) 0%,rgba(90,66,236,1) 100%);
    border-radius: 5px;
    position: relative;
}
.code-box:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    background: linear-gradient(180deg,rgba(1,143,255,1) 0%,rgba(242,246,255,0) 100%);
    opacity: 0.5;
    top: 0;
    left: 0;
    animation: myScan 1s infinite alternate;
}
.qrcode{
    max-width: 100%;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    font-size: 0;
}
.qrcode canvas{
    max-width: 100%;
}
.tag{
    color: #555;
    font-size: 14px;
}
@keyframes  myScan{
    from { top:0px; }
    to { top: calc(100% - 20px); }
}
a.icon-android,a.icon-apple,a.icon-diannao{
    font-size: 12px;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
}
a.icon-android{
    background: #5eb95e;
}
a.icon-apple{
    background: #258cd1;
}
a.icon-diannao{
    background: #da5800;
}
.mobile-down{
    display: none;
}
.tc-main{
    position: relative;
}
.mask-box{
    display: none;
}
.banner-box .img-box{
    width: 100%;
    height: 220px;
}
.banner-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-container{
    padding-bottom: 15px;
}
@media screen and (max-width: 750px){
    .pc-down-box{
        display: none;
    }
    .banner-box{
        display: none;
    }
    .mobile-down{
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 55px;
        background: #fff;
        z-index: 99999;
        left: 0;
        padding: 5px 0;
        text-align: center;
    }
    .mobile-down .btn{
        width: 80%;
        background: #da5800;
        margin: auto;
        display: inline-block;
        color: #fff;
        border-radius: 5px;
    }
    .swiper-button-prev,.swiper-button-next{
        display: none;
    }
    .swiper-slide .img-box{
        height: 180px;
    }
    .mask-box{
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.8);
        z-index: 99999;
    }
    .mask-box .arrow{
        width: 150px;
    }
    .mask-box .tips{
        font-size: 18px;
        margin-top: 20px;
        color: #da5800;
    }
}

