#reported-photo-modal .modal-footer .btn {
    margin-top: 11px;
    margin-bottom: 35px;
}
#reported-photo-modal .submit-btn {
    width: 100px;
    height: 32px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    border: 1px solid #EE3E75;
    color: white;
    background-color: #EE3E75;
    font-size: 12px;
    cursor: pointer;
}

#reported-photo-modal .select-role {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    float: right;
    right: 0;
    font-size: 15px;
    color: #131313;
    cursor: pointer;
    margin-top: 15px;
    border-top: 1px solid #C4C4C4;
    padding-top: 15px;
}

#reported-photo-modal .select-role .checkbox-list {
    width: 100%;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 6px;
}

#reported-photo-modal .select-role .checkbox-list span {
    width: 87%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    float: right;
    padding-top: 3px;
}

#reported-photo-modal .select-role input[type="checkbox"] {
    opacity: 0;
}

#reported-photo-modal .select-role input[type="checkbox"] + .radio-label:before {
    content: '';
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    transition: all 250ms ease;
}

#reported-photo-modal .select-role input[type="checkbox"]:checked + .radio-label:before {
    box-shadow: inset 0 0 0 4px #ffffff;
    border: 1px solid #EE3E75;
    content: "\2713"; /*UNICODE中对号*/
    font-size: 13px;
    color: #EE3E75;
    font-weight: bold;
    text-align: center;
}

.alert-report-fail {
    padding-left: 20px;
    color: red;
}

@media screen and (min-width: 561px) {
    #reported-photo-modal .modal-footer .btn {
        margin-left: 18px;
    }

    #reported-photo-modal>.overlay {
        position: fixed;
        left: 50%;
        top: 25%;
        padding: 0;
        background-color: #ffffff;
        width: 600px;
        margin-left: -320px;
        height: 320px;
        z-index: 100;
        overflow: hidden;
        box-shadow: 0 1px 35px 0 rgba(0,0,0,0.2), 0 1px 15px 0 rgba(0,0,0,0.5);
    }

    #reported-photo-modal>.overlay>.modal-area {
        min-height: 100%;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        flex-basis: content;
        flex-wrap: wrap;
        justify-content: center;
    }

    #reported-photo-modal>.overlay>.modal-area>.selected-photo {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        padding: 10px;
        width: 200px;
        height: 100%;
        justify-content: center;
        background-color: #FFFFFF;
        border-right: 1px solid #C4C4C4;
    }

    #reported-photo-modal>.overlay>.modal-area>.selected-photo>.preview {
        width: 120px;
        height: 133.63px;
    }

    #reported-photo-modal>.overlay>.modal-area>.selected-photo>.preview>img {
        object-fit: contain;
        width: 100%;
    }

    #reported-photo-modal>.overlay>.modal-area>.select-collection {
        width: 400px;
    }

    #reported-photo-modal>.overlay>.modal-area>.select-collection h3 {
        display: block;
        width: 160px;
        margin-top: 32px;
    }

    #reported-photo-modal>.overlay>.modal-area>.select-collection .close-button {
        width: 100px;
        height: 32px;
        border-radius: 4px;
        background-color: #FFFFFF;
        border: 1px solid #8E8E8E;
        padding-left: 0;
    }

    #reported-photo-modal>.overlay>.modal-area>.select-collection>.modal-content {
        height: 150px;
        overflow-y: scroll;
    }

    #reported-photo-modal>.overlay>.modal-area>.select-collection>.modal-content::-webkit-scrollbar {
        display:none
    }

    #reported-photo-modal>#fade {
        position: fixed;
        left: 0;
        top: 0;
        background-color: #131313;
        opacity: .70;
        filter: alpha(opacity=70);
        width: 100%;
        height: 100%;
        z-index: 90;
    }
}

@media screen and (max-width: 560px) {
    #reported-photo-modal .modal-footer {
        display: flex;
        justify-content: center;
    }

    #reported-photo-modal>.overlay {
        position: fixed;
        top: 40px;
        padding: 0;
        background-color: #ffffff;
        width: 88%;
        margin: 0 6%;
        min-height: 270px;
        z-index: 100;
        overflow: hidden;
        box-shadow: 0 1px 35px 0 rgba(0,0,0,0.2), 0 1px 15px 0 rgba(0,0,0,0.5);
        top: 25%;
    }

    #reported-photo-modal>.overlay>.modal-area {
        min-height: 100%;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        flex-basis: content;
        flex-wrap: wrap;
        justify-content: center;
    }

    #reported-photo-modal .select-role .checkbox-list span {
        width: 80%;
    }

    #reported-photo-modal>.overlay>.modal-area>.selected-photo {
        display: none;
    }

    #reported-photo-modal>.overlay>.modal-area>.select-collection {
        width: 88%;
    }

    #reported-photo-modal>.overlay>.modal-area>.select-collection h3 {
        display: block;
        margin-top: 24px;
    }

    #reported-photo-modal>.overlay>.modal-area>.select-collection .close-button {
        width: 100px;
        height: 32px;
        margin-top: 11px;
        background-color: #FFFFFF;
        border-radius: 4px;
        border: 1px solid #C4C4C4;
        margin-left: 15px;
    }

    #reported-photo-modal>.overlay>.modal-area>.select-collection>.modal-content {
        height: 150px;
    }

    #reported-photo-modal>#fade {
        position: fixed;
        left: 0;
        top: 0;
        background-color: #131313;
        opacity: .70;
        filter: alpha(opacity=70);
        width: 100%;
        height: 100%;
        z-index: 90;
    }
}