.content{
    width: 70%;
    margin-top: 1rem;
    margin-bottom: 10rem;
    min-height: 50rem;
}
.downbanner{
    width: 100%;
    height: 15rem;
    color: #ffffff;
    font-size: 1.8rem;
    display: flex;
    background-image: url(https://img.yjyxt.com/gwimg/downbanner.jpg);
    background-position: center;
    align-items: center;
    justify-content: center;
    margin-top: 3.5rem;
    background-size: cover;
}
.download{
    border: solid .05rem #eee;
    margin-bottom: 1rem;
}
.download .downtitle{
    background-color: #eee;
    font-size: .8rem;
    font-weight: bold;
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 1rem;
}
.download .downcontent{
    display: flex;
    align-items: center;
    padding: 2rem .5rem;
    justify-content: space-between;
    font-size: .8rem;
}
.download .downcontent .downcontent-left{
    padding-left: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.download .downcontent .downcontent-right{
    padding-right: 2rem;
}
.download .downcontent .imgclient{
    width: 3.6rem;
    height: 3.6rem;
    margin: .5rem 1rem;
}
.download .downcontent .imgwxminapp{
    width: 5.75rem;
    height: 5.75rem;
    margin: .5rem 1rem;
}
.download .downcontent .downcontent-right .downbtn{
    color: #333;
    font-size: .7rem;
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    background-color: #f2f3f5;
    padding: .5rem 1rem;
    border-radius: .2rem;
}
.download .downcontent .downcontent-right .downbtn:hover{
    background-color: #0abbb9;
    color: #ffffff;
}

.download .downcontent .downcontent-right .downfile{
    color: #666;
    margin-right: 1rem;
    font-size: .8rem;
}