.download_app_box {
    background-color: #fff;
    padding: 5px 4%;
    width: 100%;
    display: -webkit-box;
    -webkit-box-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    border-top: 1px solid #eeeeee;
    z-index: 10;
}
.app_pic {
    width: 36px;
    margin-right: 5px;
}
.app_pic img {
    border: medium none;
    vertical-align: middle;
    width: 36px;
    height: 36px;
}
.blue {
    color: #43a0ff;
}
.blue .app_name {
    font-size: 14px;
    line-height: 20px;
    color: #42a3ff;
    -webkit-box-flex: 1;
    width: 98%;
    padding-right: 2%;
}
.blue .app_name a {
    color: #42a3ff;
}
.blue .app_close_block {
    width: 28px;
    height: 36px;
}
.blue .app_close {
    width: 100%;
    height: 36px;
    background: url(../res/image/close3.png) no-repeat right center;
    -webkit-background-size: 17px 17px;
}
/* 意见反馈页面多图上传 */
.img-box{
    margin-top: 15px;
}
.z_photo .up-section {
    position: relative;
    margin-right: 7px;
    margin-bottom: 20px;
}
.upimg-div .up-section {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
}
.up-section .up-span {
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0,0,0,0.5) !important;
}
.up-section .close-upimg {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 6px;
    right: 8px;
    display: none;
    z-index: 10;
}
.up-section:hover .close-upimg {
    display: block;
}
.up-section:hover .up-span{
    visibility: inherit;
}
.z_photo .up-img {
    display: block;
    width: 100%;
    height: 100%;
}
.z_file{
    float: left;
}