/*  功能页面css */


@media screen and (min-width:1441px){
    .qd-banner {
        height: 320px;
    }
}
@media screen and (max-width:1440px) {
    .qd-banner {
        height: 240px;
    }
}

.qd-banner {
    width: 100%;
    background-image: url('../assets/download/banner.jpg');
    background-position: center;
    background-size: cover;
}
.qd-banner h2 {
    font-size: 38px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.qd-download {
    width: 100%;
    height: 200px;
    background-color: #F7FAFF;
}
.qd-download h3{
    text-align: center;
    padding-top: 45px;
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.qd-download p{
    text-align: center;
    margin-top: 28px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

@media screen and (min-width:1441px) {
    .qd-app .item{
        width: 436px;
        height: 406px;
    }
    .qd-app .item .show-img, .show-img1, .show-img2{
        /* height: 322px; */
        height: 100%;
    }
    .qd-app .item .bottom{
        padding: 80px 0;
    }
}
@media screen and (max-width:1440px) {
    .qd-app .item{
        margin-top: 30px;
        width: 327px;
        height: 305px;
    }
    .qd-app .item .show-img img, .show-img1 img, .show-img2 img{
        /* height: 322px; */
        margin-top: 30px;
        height: 240px;
    }
    .qd-app .item .bottom{
        /* height: 322px; */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        padding: 40px 0;
    }
}

.qd-app {
    width: 100%;
    background-color: #F7FAFF;
}
.qd-app .item{
    background: #FFFFFF;
    border-radius: 15px;
}
.qd-app .item .show-img p{
   font-size: 16px;
   margin-top: 16px;
}

.qd-app .item .top{
    padding: 25px;
    display: flex;
    justify-content: end;
}
.qd-app .item .top:hover{
    cursor: pointer;
}
.qd-app .item .top img{
    width: 34px;
    height: 34px;
}
.qd-app .item .bottom{
    /* height: 322px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.qd-app .item .bottom img{
    width: 78px;
    height: 78px;
}
.qd-app .item .bottom p{
    text-align: center;
    font-size: 18px;
    color: #333333;
}
.qd-app .item .bottom .button{
    width: 86px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #3D79FF;
    border-radius: 5px;
    font-size: 12px;
    color: #FFFFFF;
}
.qd-app .item .bottom .button a{
    color: #FFFFFF;
}
.qd-app .item .bottom .button:hover {
   cursor: pointer;
}
.qd-vertion {
    width: 100%;
    background-color: #F7FAFF;
    height: 147px;
}
.qd-vertion p {
    font-size: 18px;
    color: #666666;
}