.product-refund-detail-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 51;
    background: rgba(0,0,0,.3);
    display: none;
    justify-content: center;
    align-items: center;
}

.product-refund-detail-pop {
    width: 720px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 6px 18px 0px rgba(0,0,0,0.1);
    padding: 24px 14px 24px 24px;
    box-sizing: border-box;
}

.product-refund-detail-pop-header {
    width: 100%;
    height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-right: 10px;
}

.product-refund-detail-pop-header h1 {
    font-size: 20px;
    line-height: 28px;
    color: #1c1c1c;
    margin: 0;
}

.product-refund-detail-pop-header .product-refund-detail-close {
    font-size: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.product-refund-detail-pop-header .product-refund-detail-close:before {
    content: "\2716"
}

.product-refund-detail-pop-body {
    max-height: 450px;
    overflow: auto;
    padding-right: 10px;
}

.product-detail-info {
    margin-bottom: 0;
}

.product-detail-info tr {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #eeeeee;
}

.product-detail-info thead {
    width: 100%;
    height: 32px;
}

.product-detail-info thead tr th{
    width: 15%;
    padding: 0;
    color: #1c1c1c;
}

.product-detail-info tbody tr td {
    padding: 0;
}

.product-detail-info thead tr th:nth-child(1) {
    width: 50%;
}

.product-detail-info thead tr th:nth-child(2) {
    width: 20%;
}

.product-detail-info tbody tr .product-detail-head {
    width: 100%;
    padding: 12px 0;
    display: flex;
    align-items: center;
}

.product-detail-info tbody tr .product-detail-head img {
    width: 48px;
    height: 48px;
    margin-right: 8px;
}

.product-detail-info tbody tr .product-detail-head .defaultImg {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 8px;
    background: #f5f5f5;
}

.product-detail-info tbody tr .product-detail-head div {
    width: calc(100% - 48px);
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-detail-info tbody tr .product-detail-head div h2 {
    width: 90%;
    font-size: 12px;
    line-height: 16px;
    color: #1c1c1c;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-detail-info tbody tr .product-detail-head div span {
    display: inline-block;
    width: 90%;
    font-size: 12px;
    line-height: 18px;
    color: #1c1c1c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-refund-detail-pop-body .product-price-part {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 12px;
}

.product-refund-detail-pop-body::-webkit-scrollbar {
    width: 6px;
}

.product-refund-detail-pop-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    opacity: .2;
    background: #cccccc;
}

.product-refund-detail-pop-body::-webkit-scrollbar-track {
    border-radius: 0;
    background: #fff;
}

.product-price-part, .product-refund-status-part {
    font-size: 12px;
}

.product-refund-detail-pop-body .product-price-part p, .product-refund-status-part p {
    width: 100%;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
}

.product-refund-detail-pop-body .product-price-part p:last-child {
    margin-bottom: 0;
}

.product-refund-detail-pop-body .product-price-part p label, .product-refund-status-part p label {
    width: 20%;
    font-size: 12px;
    line-height: 18px;
    color: #707070;
    margin-bottom: 0;
}

.product-refund-detail-pop-body .product-price-part p span, .product-refund-status-part p span {
    display: block;
    width: 80%;
    line-height: 18px;
    display: flex;
    justify-content: right;
}

.product-refund-status-part p .amount {
    color: #c7000b;
}

.product-refund-status-part .apply-reason {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.product-refund-status-part .apply-reason .reminder {
    display: none;
    margin-top: 4px;
    color: #f00;
}

.product-refund-status-part .apply-reason label {
    font-size: 12px;
    line-height: 18px;
    color: #1c1c1c;
    margin-bottom: 9px;
    display: flex;
    align-items: center;
}

.product-refund-status-part .apply-reason label .require {
    font-size: 12px;
    color: #f00;
    margin-right: 4px;
}

.product-refund-status-part .apply-reason textarea {
    min-height: 64px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}

.product-refund-status-part .apply-reason .currentLength {
    position: absolute;
    right: 10px;
    top: 70px;
}

.product-refund-detail-pop-footer {
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
    padding-right: 10px;
}

.product-refund-detail-pop-footer button {
    padding: 10px 34px;
    background: #1c1c1c;
    border-radius: 4px;
    color: #fafafa;
    margin-left: 8px;
    cursor: pointer;
    font-size: 14px;
}

.product-refund-detail-pop-footer button[data-refund-btn = 'cancel'] {
    border: 1px solid #c1c1c1;
    background: #fff;
    color: #1c1c1c;
}

.cancel-refund-toast {
    position: fixed;
    top: 8%;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .5s linear;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cancel-refund-toast .toastText {
    padding: 16px 34px;
    font-size: 20px;
    line-height: 28px;
    background: rgba(28,28,28,0.80);
    border-radius: 4px;
    color: #fff;
}

@media screen and (max-width: 1067px) {
    .product-refund-detail-pop {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        padding: 0.375rem 0.5rem 0.375rem 0.75rem;
        box-sizing: border-box;
        border-radius: 0;
    }

    .product-refund-detail-pop-header {
        margin-bottom: 0.875rem;
        padding-right: 0.25rem;
    }

    .product-refund-detail-pop-header h1 {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .product-refund-detail-pop-header .product-refund-detail-close {
        font-size: 0.875rem;
        width: 0.875rem;
        height: 0.875rem;
        text-align: center;
        line-height: 0.875rem;
        cursor: pointer;
    }

    .product-refund-detail-pop-body {
        width: 100%;
        border-top: 1px solid #eeeeee;
        padding-right: 0.25rem;
    }

    .product-refund-detail-pop-body .product-detail-info {
        width: 100%;
    }

    .product-detail-info thead {
        width: 100%;
        height: 2.5rem;
    }

    .product-detail-info thead tr th{
        font-weight: normal;
        font-size: 0.75rem;
    }

    .product-detail-info thead tr th:nth-child(1) {
        width: 50%;
    }

    .product-detail-info thead tr th:nth-child(2) {
        width: 15%;
    }

    .product-detail-info thead tr th:nth-child(3), .product-detail-info thead tr th:nth-child(4) {
        width: 17.5%;
    }

    .product-detail-info tbody tr .product-detail-head {
        width: 100%;
        padding: 0.75rem 0;
        display: flex;
        align-items: center;
    }

    .product-detail-info tbody tr .product-detail-head img {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 0.5rem;
    }

    .product-detail-info tbody tr .product-detail-head .defaultImg {
        display: inline-block;
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 0.5rem;
        background: #f5f5f5;
    }

    .product-detail-info tbody tr .product-detail-head div {
        width: calc(100% - 2.5rem);
        height: 2.5rem;
    }

    .product-detail-info tbody tr .product-detail-head div h2 {
        width: 96%;
        font-size: 0.75rem;
        line-height: 0.75rem;
        color: #1c1c1c;
        margin: 0 0 0.125rem 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: normal;
    }

    .product-detail-info tbody tr .product-detail-head div span {
        display: inline-block;
        width: 100%;
        font-size: 0.75rem;
        line-height: 0.75rem;
        color: #1c1c1c;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .product-price-part, .product-refund-status-part {
        font-size: 0.75rem;
    }

    .product-price-part p label, .product-refund-status-part p label {
        width: 30%;
    }

    .product-refund-status-part .apply-reason textarea {
        min-height: 4rem;
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
        line-height: 1.125rem;
        margin-bottom: 0;
        border-radius: 0.25rem;
    }

    .product-refund-detail-pop-footer {
        width: 100%;
        height: 2.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0.75rem 0 0.625rem 0;
        padding-right: 0;
    }

    .product-refund-detail-pop-footer button {
        width: 10rem;
        height: 2.5rem;
        background: #1c1c1c;
        border-radius: 0.25rem;
        color: #fafafa;
        margin: 0 0.25rem;
        cursor: pointer;
        text-align: center;
        line-height: 2.5rem;
        padding: 0;
    }
}