@import "//at.alicdn.com/t/font_1966993_lel95dd4oy.css";

.qmd_iconfont{
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#qmd_downs-plugin{
    margin: 25px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #ffffff;
}

#qmd_downs-plugin * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#qmd_downs-plugin .qmd_title{
    /*background-color: #fbfbfb;*/
    /*height: 45px;*/
    /*line-height: 45px;*/
    padding: 0 20px;
    color: #607d8b;
    font-size: 16px;
    font-weight: bold;
    border-left: solid 5px #607d8b;
}

#qmd_downs-plugin .qmd_content{
    padding-top: 5px;
}

#qmd_downs-plugin .qmd_content .qmd_item{
    padding: 10px 20px;
    border: solid 1px #f1f1f1;
    border-radius: 3px;
    margin: 5px 0;
}

#qmd_downs-plugin .qmd_content .qmd_item:after,
#qmd_downs-plugin .qmd_content .qmd_item:before{
    content: " ";
    display: table;
    clear: both;
}

.qmd_content .qmd_item .qmd_icon{
    float: left;
    width: 50px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.qmd_content .qmd_item .qmd_icon span{
    display: inline-block;
    width: 50px;
    height: 54px;
    margin: 3px 0;
}

.qmd_item .qmd_icon_html{
    background: url("./icon/html.png");
    background-size: cover;
}

.qmd_item .qmd_icon_apk{
    background: url("./icon/apk.png");
    background-size: cover;
}

.qmd_item .qmd_icon_doc{
    background: url("./icon/doc.png");
    background-size: cover;
}
.qmd_item .qmd_icon_mp3{
    background: url("./icon/mp3.png");
    background-size: cover;
}

.qmd_item .qmd_icon_mp4{
    background: url("./icon/mp4.png");
    background-size: cover;
}

.qmd_item .qmd_icon_txt{
    background: url("./icon/txt.png");
    background-size: cover;
}

.qmd_item .qmd_icon_zip{
    background: url("./icon/zip.png");
    background-size: cover;
}

.qmd_item .qmd_icon_unknow{
    background: url("./icon/unknow.png");
    background-size: cover;
}

.qmd_content .qmd_item .qmd_name{
    float: left;
    width: calc(100% - 170px);
    padding: 0 20px;
    height: 60px;
}

.qmd_name .qmd_file_name{
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qmd_name .qmd_file_info{
    margin-top: 2px;
    display: block;
    font-size: 12px;
    color: #9a9a9a;
}

.qmd_name .qmd_file_info span{
    margin-right: 5px;
}

.qmd_content .qmd_item .qmd_down{
    float: left;
    height: 60px;
    padding: 9px 0;
}


.qmd_content .qmd_item .qmd_down a{
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #607d8b;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none!important;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
}

.qmd_content .qmd_item .qmd_down a:hover{

}

.qmd_content .qmd_item .qmd_down a:hover:after{
    left: 200%;
    top: -210%;
}

.qmd_content .qmd_item .qmd_down a:after{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    content: "";
    position: absolute;
    left: -200%;
    top: 90%;
    width: 100px;
    height: 400%;
    background-color: hsla(0,0%,100%,.15);
}


@media screen and (max-width: 650px){
    #qmd_downs-plugin .qmd_content .qmd_item{
        padding: 10px 10px;
    }
    .qmd_name .qmd_file_info span:nth-last-child(2){
        display: none;
    }
    .qmd_name .qmd_file_info span:nth-last-child(3){
        display: none;
    }

    .qmd_content .qmd_item .qmd_down a{
        width: 65px;
        font-size: 12px;
        height: 32px;
        line-height: 32px;
    }

    .qmd_content .qmd_item .qmd_down{
        height: 45px;
        padding: 6px 0;
    }

    .qmd_content .qmd_item .qmd_down a span:nth-child(1){
        display: none;
    }

    .qmd_content .qmd_item .qmd_name{
        width: calc(100% - 105px);
        padding: 0 15px;
        height: 45px;
    }

    .qmd_name .qmd_file_name{
        font-size: 14px;
    }

    .qmd_content .qmd_item .qmd_icon{
        width: 40px;
        height: 45px;
        line-height: 45px;
    }
    .qmd_content .qmd_item .qmd_icon span{
        width: 40px;
        height: 45px;
    }

    .qmd_name .qmd_file_info{
        margin-top: 0;
    }

    #qmd_downs-plugin .qmd_title{
        padding: 0 15px;
        font-size: 14px;
    }
}