.download-ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.download-ul .download-item {
    width:32.5%;
    float:left;
    text-align: center;
}

.download-ul .download-item  .download-link  {
    display: block;
    margin-bottom: 23px;
    background: #e9e9e9;
    position: relative;   
}

.download-ul .download-item img {
    cursor: pointer;
}

.download-ul .download-item  .download-link .icon {
    position: absolute;
    left: 45%;
    top: 42%;
    display: none;
}

.download-ul .download-item  .download-link:hover .icon {
    display: block;
}

.download-ul .download-item  .download-link:hover .product-img {
    opacity: .5;
}

.download-ul .download-item .product-name {
   font-size: 18px;
}

.o-download-item {
    height: 50px;
    margin-bottom: 10px;
    line-height: 50px;
    padding: 0 13px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}

.o-download-item:hover {
    border:1px solid #00bee7;
}

.o-download-item span {
    font-size: 18px;
}

.o-download-item .icon {
    margin-right: 12px;
}

.viewmore a {
    width: 160px;
    height: 50px;
    display: block;
    font-size: 18px;
    background-color: #f7f7f7;
    text-align: center;
    line-height: 50px;
    margin: 30px auto 0;
    color:#999999;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

/**override*/
.download-link:hover span{
    color:#00bee7;
}

.file-content{
    float: left;
}

.download-button{
    float: right;
}


.file-content  .file-name,.file-content{
    vertical-align: middle;
}

.file-content .file-type{
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align:middle;
    color: #999;
    margin-right: 10px;
}

.download-button{
    vertical-align: middle;
}

.download-button .download-icon{
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #ccc;
    vertical-align: middle;
}

@media screen and (max-width:1600px) {

}


@media  screen and (max-width: 1440px) {

}

@media  screen and (max-width: 1366px) {

}


@media  screen and (max-width: 1024px) {

}


@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 375px) and (max-width: 767px) {
    .page-banner{
        margin-top: 52px;
        height: auto;
    }

    .page-title{
        padding-top: 20px;
        font-size: 30px;
    }

    .container-full{
        width: 100%;
        max-width:100%;
        padding-bottom:0;
    }

    .sub-title,.ohter-download-wrapper{
        margin: 20px 0;
    }


    .download-ul .download-item{
        width: 100%;
        float: none;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #00bee7;
    }

    .o-download-item{
        padding: 0;
    }
}

@media (max-width: 374px) {
    .page-banner{
        margin-top: 52px;
        height: auto;
    }

    .page-title{
        padding-top: 20px;
        font-size: 30px;
    }

    .container-full{
        width: 100%;
        max-width:100%;
        padding-bottom:0;
    }

    .sub-title,.ohter-download-wrapper{
        margin: 20px 0;
    }


    .download-ul .download-item{
        width: 100%;
        float: none;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #00bee7;
    }

    .o-download-item{
        padding: 0;
    }
}