.panel
{
}

.modal-backdrop{ /*一个黑色的DIV遮挡了图片上传*/
    z-index: 0;
    display : none;
}
.tile-pad
{
    position : relative;
    background: #e9e9e9;
    padding:2em 5em;
}


.tile-pad-float
{
    position : fixed;
    overflow-y:scroll;
    background: #e9e9e9;
    left:10%;
    top : 10%;
    width:80%;
    height:80%;

    /* border-radius: 5px; */

    padding:2em 5em;
}

@media screen and (max-width:1200px) {
    .tile-pad-float {
        left:10%;
        top : 10%;
        width:80%;
        height:80%;

        border-radius: 5px;
    
        padding:2em 5em;
    }
}
@media screen and (max-width:980px ) {
    .tile-pad-float {
        left:5%;
        top : 5%;
        width:90%;
        height:80%;

        border-radius: 5px;
    
        padding:1em 4em;
    }
}
@media screen and (max-width:768px ) {
}
@media screen and (max-width:640px) {
    .tile-pad-float {
        left:0%;
        top:0%;
        width:100%;
        height:100%;
        padding:1em 4em;
        border-radius: 0;
    }
}
@media screen and (max-width:480px) {
}
@media screen and (max-width:360px) {
}

.tile-pad-head {
    margin-bottom:1em;
}


.tile-pad-foot {
    margin-top : 1em;
    /* padding : 0 2em; */
}

.tile-pad img {
    /* width:100%; */
    max-width:100% !important;
    max-height:750px !important;
}