.am-form-file {
    position: relative;
    overflow: hidden;
}

    .am-form-file input[type=file] {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        opacity: 0;
        /*cursor: pointer;*/
        font-size: 50rem;
    }





.up-frame-radius {
    padding-bottom: 20px;
    border-radius: 5px
}
.up-frame-parent .up-frame-header {
    height: 50px;
    padding: 0;
    line-height: 50px;
    border-bottom: solid 1px #e5e5e5
}

    .up-frame-parent .up-frame-header label {
        font-size: 16px;
        float: left;
        margin-left: 14px;
        color: gray
    }

.up-frame-parent .up-frame-body {
    padding: 20px
}

.up-frame-parent .up-pre-before {
    width: 548px;
    height: 411px;
    padding: 0;
    float: left;
    background: #fcfcfc;
    border: 1px solid #e3e3e3
}

    .up-frame-parent .up-pre-before img {
        width: 100%
    }

.up-frame-parent .up-frame-body .up-pre-after {
    background: #fcfcfc;
    overflow: hidden;
    /*width: 186px;*/
    width: 186px;
    height: 248px;
    /*min-width: 186px;*/
    min-width: 135px;
    min-height: 180px;
    border: 1px solid #e3e3e3;
    float: left;
    margin-left: 25px
}
.up-banner-before {
    width: 542px;
    height: 400px;
    padding: 0;
    float: left;
    background: #fcfcfc;
    border: 1px solid #e3e3e3
}

.up-banner-before img {
    width: 100%
}
.up-banner-after {
    background: #fcfcfc;
    overflow: hidden;
    /*width: 186px;*/
    width: 192px;
    height: 90px;
    /*min-width: 186px;*/
    min-width: 192px;
    min-height: 90px;
    border: 1px solid #e3e3e3;
    float: left;
    margin-left: 25px
}

.up-user-before {
    width: 400px;
    height: 400px;
    padding: 0;
    float: left;
    background: #fcfcfc;
    border: 1px solid #e3e3e3
}

    .up-user-before img {
        width: 100%
    }

.up-user-after {
    background: #fcfcfc;
    overflow: hidden;
    /*width: 186px;*/
    width: 240px;
    height: 240px;
    /*min-width: 186px;*/
    min-width: 160px;
    min-height: 160px;
    border: 1px solid #e3e3e3;
    float: left;
    margin-left: 25px
}
.up-audition-before {
    width: 500px;
    height: 470px;
    padding: 0;
    float: left;
    background: #fcfcfc;
    border: 1px solid #e3e3e3
}

    .up-audition-before img {
        width: 100%
    }

.up-audition-after {
    background: #fcfcfc;
    overflow: hidden;
    /*width: 186px;*/
    width: 228px;
    height: 188px;
    /*min-width: 186px;*/
    min-width: 171px;
    min-height: 141px;
    border: 1px solid #e3e3e3;
    float: left;
    margin-left: 25px
}
.up-frame-parent .up-control-btns {
    width: 327px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    background: #ddd;
    text-align: center;
    line-height: 30px;
    margin-top: 30px
}

    .up-frame-parent .up-control-btns span {
        font-size:14px;
        width: 100px;
        cursor:pointer;
    }
    .up-frame-parent .up-control-btns button {
        width: 20%;
    }

@media screen and (max-width:1024px) {
    .up-frame-parent .up-pre-before {
        width: 100%;
    }
    .up-banner-before {
        width: 100%;
    }
    .up-user-before {
        width: 100%;
    }
    .up-audition-before {
        width: 100%;
    }
    .up-frame-parent .up-frame-body .up-pre-after {
        margin-left: 0;
        margin-top: 10px
    }
    .up-banner-after {
        margin-left: 0;
        margin-top: 10px
    }
    .up-user-after {
        margin-left: 0;
        margin-top: 10px
    }
    .up-audition-after {
        margin-left: 0;
        margin-top: 10px
    }
}
