@media (min-width: 980px) {
    .banner{
        width: 100%;
        padding-bottom: 40px;
    }
    .banner .container div{
        width: 100%;
        height: 500px;
        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-4.png);
    }
    .banner .container img{
        display: none;
    }
    .one-view{
        height: 843px;
        background-image: url(../images/download-5.png);
        background-size: cover;
        text-align: center;
        color: #FFF;
    }
    .one-view .container {
        padding: 98px 0;
    }
    .one-view .container h2{
        font-size: 30px;
        text-align: center;
        margin-bottom: 5px;
        font-weight: 700;
    }
    .one-view .container .title-box p{
        font-size: 20px;
        text-align: center;
    }
    .one-view .container .btn-one-box {
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-top: 40px;
    }
    .one-view .container .btn-one-box div{
        width: 162px;
        height: 42px;
        color: rgb(0, 207, 180);
        background: #FFF;
        text-align: center;
        line-height: 42px;
        position: relative;
    }
    .one-view .container .btn-one-box span{
        position: absolute;
        width: 0%;
        height: 0%;
        background: rgba(0,0,0,.1);
        top: 50%;
        left: 50%;
        transition: all .3s;
        transform: scale(0) translate(-50% -50%);
    }
    .one-view .container .btn-one-box div:hover span{
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
        transform: scale(1);
    }
    .one-view .container .img{
        width: 775px;
        height: 359px;
        margin-top: 30px;
    }
    .one-view .container ul{
        display: flex;
        flex-wrap: wrap;
    }
    .one-view .container ul li{
        width: 138px;
        height: 35px;
        border: 1px solid rgba(255, 255, 255, 1);
        background: transparent;
        color: #FFF;
        line-height: 35px;
        margin: 30px 130px 0;
        cursor: pointer;
    }
    .one-view .container ul li:hover{
        color: rgb(0, 207, 180);
        background: #FFF;
    }
    .two-view {
        width: 100%;
    }
    .two-view .container {
        padding: 98px 0;
        text-align: center;
    }
    .two-view .container h2{
        font-size: 30px;
        text-align: center;
        margin-bottom: 5px;
        color: rgb(0, 207, 180);
        font-weight: 700;
    }
    .two-view .container .title-box p{
        font-size: 20px;
        text-align: center;
        color: rgb(0, 207, 180);
    }
    .two-view .container .box{
        width: 1168px;
        height: 156px;
        background: rgba(248, 248, 248, 1);
        box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        position: relative;
        margin: 50px auto 0px;
    }
    .two-view .container .box img{
        width: 1068px;
        height: 59px;
    }
    .two-view .container .box p{
        line-height: 36px;
    }
    .two-view .container .box span{
        position: absolute;
        width: 0%;
        height: 0%;
        background: rgba(0,0,0,.1);
        top: 50%;
        left: 50%;
        transition: all .3s;
        transform: scale(0) translate(-50% -50%);
        border-radius: 50px;
    }
    .two-view .container .box:hover span{
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
        transform: scale(1);
        background: rgba(0,0,0,0);
    }

    .three-view {
        width: 100%;
        background: rgba(248, 248, 248, 1);
    }
    .three-view .container {
        padding: 98px 0;
        text-align: center;
    }
    .three-view .container h2{
        font-size: 30px;
        text-align: center;
        margin-bottom: 5px;
        color: rgb(0, 207, 180);
        font-weight: 700;
    }
    .three-view .container .title-box p{
        font-size: 20px;
        text-align: center;
        color: rgb(0, 207, 180);
    }
    .three-view .container .content{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .three-view .container .content .one-box div{
        display: flex;
        align-items: center;
        margin-bottom: 23px;
    }
    .three-view .container .content .one-box div:last-child{
        margin-bottom: 0px;
    }
    .three-view .container .content .one-box div span{
        width: 136px;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        margin-left: auto;
    }
    .three-view .container .content .one-img{
        width: 54px;
        height: 289px;
    }
    .three-view .container .content .two-box{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .three-view .container .content .two-box p{
        width: 100%;
        font-size: 12px;
        line-height: 36px;
        text-align: center;
    }
    .three-view .container .content .two-box img{
        width: 97px;
        height: 98px;
        margin-top: 30px;
    }
    .three-view .container .content .two-img{
        width: 56px;
        height: 19px;
        margin: 0 30px;
    }
    .three-view .container .content .three-box{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 30px;
    }
    .three-view .container .content .three-box img{
        width: 84px;
        height: 98px;
    }
    .three-view .container .content .three-box p{
        font-size: 12px;
        margin-top: 30px;
    }
    .three-view .container .content .four-box>div{
        display: flex;
    }
    .three-view .container .content .four-box>div>div{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 20px;
        text-align: center;
    }
    .three-view .container .content .four-box>div>div img:nth-child(2){
        width: 179px;
        height: 179px;
    }
    .three-view .container .content .four-box>div>div img:nth-child(3){
        display: flex;
        margin-top: 10px;
    }
    .three-view .container .content .four-box>p{
        font-size: 12px;
        margin-top: 30px;
    }

    .four-view {
        width: 100%;
    }
    .four-view .container {
        padding: 98px 0;
        text-align: center;
    }
    .four-view .container h2{
        font-size: 30px;
        text-align: center;
        margin-bottom: 5px;
        color: rgb(0, 207, 180);
        font-weight: 700;
    }
    .four-view .container .title-box p{
        font-size: 20px;
        text-align: center;
        color: rgb(0, 207, 180);
    }
    .four-view .container .content{
        margin-top: 30px;
        position: relative;
    }
    .four-view .container .content .text{
        position: absolute;
        top: 30px;
        left: 55%;
        transform: translateX(-50%);
    }
    .four-view .container .content .text>div:last-child{
        margin-top: 50px;
    }
    .four-view .container .content .text .title{
        width: 199px;
        height: 36px;
        background: #ffffff;
        color: rgb(0, 207, 180);
        line-height: 36px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .four-view .container .content .text p{
        width: 100%;
        text-align: left;
        color: #FFFFFF;
        line-height: 25px;
    }
    .five-view {
        width: 100%;
        background: rgba(248, 248, 248, 1);
    }
    .five-view .container {
        padding: 98px 0;
        text-align: center;
    }
    .five-view .container h2{
        font-size: 30px;
        text-align: center;
        margin-bottom: 5px;
        color: rgb(0, 207, 180);
        font-weight: 700;
    }
    .five-view .container .title-box p{
        font-size: 20px;
        text-align: center;
        color: rgb(0, 207, 180);
    }
    .five-view .container .content{
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 30px;
    }
    .five-view .container .content>img{
        width: 563px;
        height: 460px;
        margin-right: 250px;
    }
    .five-view .container .content>div img{
        width: 297px;
        height: 338px;
    }
    .five-view .container .content>div p{
        font-size: 20px;
        font-weight: bold;
        margin-top: 20px;
    }

    .six-view {
        width: 100%;
    }
    .six-view .container {
        padding: 98px 0;
        text-align: center;
    }
    .six-view .container h2{
        font-size: 30px;
        text-align: center;
        margin-bottom: 5px;
        color: rgb(0, 207, 180);
        font-weight: 700;
    }
    .six-view .container .title-box p{
        font-size: 20px;
        text-align: center;
        color: rgb(0, 207, 180);
    }
    .six-view .container .content{
        width: 100%;
    }
    .six-view .container .content .img{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .six-view .container .content .img img:nth-child(1){
        width: 532px;
        height: 247px;
    }
    .six-view .container .content .img img:nth-child(2){
        width: 318px;
        height: 267px;
    }
    .six-view .container .content>p{
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
}

@media (max-width: 980px) {
    .banner{
        width: 100%;
        padding-bottom: .2rem;
    }
    .banner .container div{
        width: 100%;
        background:transparent !important;
    }
    .banner .container img{
        width: 100%;
    }

    .one-view{
        height: 100%;
        background: rgb(0, 207, 180);
        text-align: center;
        color: #FFF;
    }
    .one-view .container {
        padding: .3rem .28rem;
        box-sizing: border-box;
    }
    .one-view .container h2{
        font-size: .4rem;
        text-align: center;
        margin-bottom: .1rem;
        font-weight: 700;
    }
    .one-view .container .title-box p{
        font-size: .26rem;
        text-align: center;
    }
    .one-view .container .btn-one-box {
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-top: .4rem;
    }
    .one-view .container .btn-one-box div{
        width: 30%;
        height: .7rem;
        color: rgb(0, 207, 180);
        background: #FFF;
        text-align: center;
        line-height: .7rem;
        position: relative;
        font-size: .24rem;
        border-radius: 50px;
    }
    .one-view .container .btn-one-box span{
        position: absolute;
        width: 0%;
        height: 0%;
        background: rgba(0,0,0,.1);
        top: 50%;
        left: 50%;
        transition: all .3s;
        transform: scale(0) translate(-50% -50%);
        border-radius: 50px;
    }
    .one-view .container .btn-one-box div:active span{
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
        transform: scale(1);
    }
    .one-view .container .img{
        width: 100%;
        margin-top: .3rem;
    }
    .one-view .container ul{
        display: flex;
        flex-wrap: wrap;
        margin-top: .3rem;
    }
    .one-view .container ul li{
        width: 2rem;
        height: .7rem;
        border: 1px solid rgba(255, 255, 255, 1);
        background: transparent;
        color: #FFF;
        line-height: .7rem;
        cursor: pointer;
        font-size: .24rem;
    }
    .one-view .container ul li:nth-child(-n + 3){
        margin-bottom: .3rem;
    }
    .one-view .container ul li:nth-child(3n -1){
        margin: 0 .4rem;
    }
    .one-view .container ul li:active{
        color: rgb(0, 207, 180);
        background: #FFF;
    }
    .two-view {
        width: 100%;
    }
    .two-view .container {
        padding: .3rem 0;
        text-align: center;
    }
    .two-view .container h2{
        font-size: .4rem;
        text-align: center;
        margin-bottom: .1rem;
        color: rgb(0, 207, 180);
        font-weight: 700;
    }
    .two-view .container .title-box p{
        font-size: .26rem;
        text-align: center;
        color: rgb(0, 207, 180);
    }
    .two-view .container .box{
        display: none;
    }
    .two-view .container>img{
        width: 100%;
    }
    .two-view .container .box img{
        width: 100%;
        margin: .2rem 0;
    }
    .two-view .container .box p{
        line-height: .5rem;
        font-size: .24rem;
    }
    .two-view .container .box span{
        position: absolute;
        width: 0%;
        height: 0%;
        background: rgba(0,0,0,.1);
        top: 50%;
        left: 50%;
        transition: all .3s;
        transform: scale(0) translate(-50% -50%);
        border-radius: 50px;
    }
    .two-view .container .box:hover span{
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
        transform: scale(1);
        background: rgba(0,0,0,0);
    }

    .three-view {
        width: 100%;
        height: 4.32rem;
        background-image: url('../images/ABUIABACGAAg56aHhgYovJPyLDDuBTixAw!1500x1500.jpg.webp');
        background-size: 100% 4.23rem;
    }
    .three-view .container *{
        display: none;
    }
    

    .four-view {
        width: 100%;
    }
    .four-view .container {
        padding: .3rem 0;
        text-align: center;
    }
    .four-view .container h2{
        font-size: .4rem;
        text-align: center;
        margin-bottom: .1rem;
        color: rgb(0, 207, 180);
        font-weight: 700;
    }
    .four-view .container .title-box p{
        font-size: .24rem;
        text-align: center;
        color: rgb(0, 207, 180);
    }
    .four-view .container .content{
        margin-top: .3rem;
        position: relative;
        background: rgb(0, 207, 180);
    }
    .four-view .container .content img{
        display: none;
    }
    .four-view .container .content .text{
        padding: .28rem;
        box-sizing: border-box;
    }
    .four-view .container .content .text>div:last-child{
        margin-top: 1rem;
    }
    .four-view .container .content .text .title{
        width: 4rem;
        height: .7rem;
        background: #ffffff;
        color: rgb(0, 207, 180);
        line-height: .7rem;
        font-size: .28rem;
        margin-bottom: .2rem;
    }
    .four-view .container .content .text p{
        width: 100%;
        text-align: left;
        color: #FFFFFF;
        line-height: .5rem;
        font-size: .26rem;
    }
    .five-view {
        width: 100%;
        background: rgba(248, 248, 248, 1);
    }
    .five-view .container {
        padding: .3rem 0;
        text-align: center;
    }
    .five-view .container h2{
        font-size: .4rem;
        text-align: center;
        margin-bottom: .1rem;
        color: rgb(0, 207, 180);
        font-weight: 700;
    }
    .five-view .container .title-box p{
        font-size: .24rem;
        text-align: center;
        color: rgb(0, 207, 180);
    }
    .five-view .container .content{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: .3rem;
    }
    .five-view .container .content>img{
        width: 100%;
        margin-bottom: .3rem;
    }
    .five-view .container .content>div img{
        width: 6rem;
    }
    .five-view .container .content>div p{
        font-size: .28rem;
        font-weight: bold;
        margin-top: .2rem;
    }

    .six-view {
        width: 100%;
    }
    .six-view .container {
        padding: .3rem 0;
        text-align: center;
    }
    .six-view .container h2{
        font-size: .4rem;
        text-align: center;
        margin-bottom: .1rem;
        color: rgb(0, 207, 180);
        font-weight: 700;
    }
    .six-view .container .title-box p{
        font-size: .24rem;
        text-align: center;
        color: rgb(0, 207, 180);
    }
    .six-view .container .content{
        width: 100%;
    }
    .six-view .container .content .img img:nth-child(1){
        width: 100%;
    }
    .six-view .container .content .img img:nth-child(2){
        width: 6rem;
    }
    .six-view .container .content>p{
        width: 100%;
        margin-top: .3rem;
        text-align: center;
        font-size: .28rem;
    }
}