.zs-download-banner{
    display: block;
    width: 100%;
    height: 320px;
    background: url(../img/img-case-banner.png) no-repeat center;
}
.zs-download-banner .title{
    margin: 0 0 20px;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    color: #fff;
    padding-top: 100px;
}
.zs-download-banner .desc{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.zs-download{
    display: block;
    width: 100%;
    height: auto;
    padding: 50px 0 80px 0;
}
.zs-download ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #FFFFFF;
    border:1px solid #eaeaea;
}
.zs-download li{
    display: flex;
    padding: 30px 25px;
    width: 50%;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    justify-content: space-between;
}
.zs-download li:hover{
    background-color: #F9F9F9;
}
.zs-download .left{
    display: flex;
    flex: 0 0 80%;
    width: 80%;
    align-items: center;
}
.zs-download .left .icon{
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    margin-right: 22px;
}
.zs-download .left .icon img{
    width: 100%;
    height: 100%
}
.zs-download .left .text{
    flex: 0 1 auto;
    width: auto;
}
.zs-download .left .title{
    font-size: 18px;
    margin-bottom: 5px;
    color: #333333;
}
.zs-download .left .desc{
    font-size: 13px;
    color: #808080;
    margin-bottom: 15px;
}
.zs-download .left .other{
    display: block;
    color: #666;
}
.zs-download .left .other span{
    padding-right: 30px;
}
.zs-download .btn{
    flex: 0 0 15%;
    width: 15%;
    text-align: right;
}
.zs-download .btn a{
    display: block;
    width: 100%;
    height: 31px;
    font-size: 14px;
    line-height: 30px;
    background-color: #49a0f5;
    color: #FFFFFF;
    text-align: center;
    border-radius: 4px;
}
.zs-download .btn a:hover{
    opacity: 0.8;
}


/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-download-banner {
    height: 200px;
    background: url(../img/img-case-banner.png) no-repeat center center;
    background-size: cover;
}
.zs-download-banner .zs-wp {
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}
.zs-download-banner .title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 30px;
    padding-top: 0;
    width: 100%;
}
.zs-download-banner .desc {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    width: 100%;
}
.zs-download {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0 30px 0;
}
.zs-download ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #FFFFFF;
    border: 1px solid #eaeaea;
}
.zs-download li {
    padding: 20px 15px 60px 15px;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    border-right: none;
    justify-content: space-between;
    position: relative;
}
.zs-download li:last-child{
    border-bottom: none;
}
.zs-download .left {
    flex: 0 0 100%;
    width: 100%;
}
.zs-download .left .icon {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    margin-right: 20px;
}
.zs-download .left .title {
    font-size: 15px;
}
.zs-download .left .desc {
    font-size: 12px;
    display: none;
}
.zs-download .left .other {
    display: block;
    color: #666;
    font-size: 12px;
}
.zs-download .left .other span {
    padding-right: 15px;
    line-height: 1.8;
}
.zs-download .left .other span:nth-child(3){
    display: block;
}
.zs-download .btn {
    flex: 0 0 30%;
    width: 30%;
    text-align: right;
    position: absolute;
    left: 80px;
    bottom: 20px;
}


}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
.zs-download-banner{
     height: 16.666667vw;
     background: url(../img/img-case-banner.png) no-repeat center;
     background-size: cover;
}
 .zs-download-banner .title{
     margin: 0 0 1.041667vw;
     font-size: 2.5vw;
     font-weight: 400;
     line-height: 3.125vw;
     padding-top: 5.208333vw;
}
 .zs-download-banner .desc{
     font-size: 1.25vw;
     line-height: 1.5625vw;
}
 .zs-download{
     padding: 2.604167vw 0 4.166667vw 0;
}
 .zs-download li{
     padding: 1.5625vw 1.302083vw;
     width: 50%;
}
 .zs-download .left{
     flex: 0 0 85%;
     width: 85%;
}
 .zs-download .left .icon{
     flex: 0 0 2.34375vw;
     width: 2.34375vw;
     height: 2.34375vw;
     margin-right: 1.145833vw;
}
 .zs-download .left .title{
     font-size: 0.9375vw;
     margin-bottom: 0.260417vw;
}
 .zs-download .left .desc{
     font-size: 0.677083vw;
     margin-bottom: 0.78125vw;
}
 .zs-download .left .other span{
     padding-right: 0.8625vw;
}
 .zs-download .btn a{
     height: 1.614583vw;
     font-size: 0.729167vw;
     line-height: 1.5625vw;
     border-radius: 0.208333vw;
}
}