@media (min-width: 980px) {
    .banner{
        width: 100%;
    }
    .banner .container div{
        width: 100%;
        height: 600px;
        cursor: default;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        outline: none;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        background-size: cover;
        background-image: url(../images/download.jpg);
    }
    .one-view{
        padding: 93px 0;
    }
    .one-view .title {
        margin-bottom: 40px;
    }
    .one-view h1{
        color: rgb(0, 207, 180);
        font-size: 30px;
        text-align: center;
    }
    .one-view .title p{
        color: rgb(0, 207, 180);
        font-size: 20px;
        text-align: center;
    }
    .one-view .container > p{
       text-align: center;
       color: #000;
       font-size: 14px;
       height: 28px;
    }
    .one-view .container > ul{
       margin-top: 10px;
       display: flex;
       flex-wrap: wrap;
    }
    .one-view .container > ul li{
        margin: 18px 13px;
    }
    .one-view .container > ul img{
        width: 213.618px;
        height: 300px;
    }

}

@media (max-width: 980px) {
    .banner{
        width: 100%;
    }
    .banner .container div{
        width: 100%;
        height: 3.74rem;
        cursor: default;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        outline: none;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        background-size: cover;
        background-image: url(../images/download-46.webp);
    }
    .one-view{
        padding: .3rem 0;
    }
    .one-view .title {
        margin-bottom: .4rem;
    }
    .one-view h1{
        color: rgb(0, 207, 180);
        font-size: .4rem;
        text-align: center;
    }
    .one-view .title p{
        color: rgb(0, 207, 180);
        font-size: .26rem;
        text-align: center;
    }
    .one-view .container > p{
       color: #000;
       font-size: .24rem;
       padding: 0 .28rem;
       box-sizing: border-box;
       margin-bottom: .2rem;
    }
    .one-view .container > ul{
        width: 100%;
       margin-top: .2rem;
       display: flex;
       flex-wrap: wrap;
       padding: 0 .28rem;
       box-sizing: border-box;
    }
    .one-view .container > ul li{
        margin: .36rem .23rem;
    }
    .one-view .container > ul img{
        width: 3rem;
        box-shadow: 0 0 .1rem rgb(223, 220, 220);
    }
}