﻿.gdMarkBox {
    margin-bottom: 23px;
    margin-top: 23px;
}

.gdMarkBoxTop, .gdMarkBoxBot {
    margin-bottom: 21px;
    padding: 15px 20px 20px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.gdMarkBox .markNumber {
    display: flex;
    justify-content: space-between;
    padding: 1px 0 9px;
}

.gdMarkBox .numberL {
    float: left;
    pointer-events: none;
    margin-top: 6px;
    width: 153px;
    padding-right: 10px;
    height: 130px;
    font-size: 18px;
    line-height: 22px;
    color: #999;
}

    .gdMarkBox .numberL p {
        display: block;
        margin-top: 15px;
        text-align: center;
        font-size: 14px;
        color: #999;
        line-height: 24px;
        white-space: nowrap;
        overflow: hidden;
    }

        .gdMarkBox .numberL p:first-child {
            margin-top: 0;
            font-size: 60px;
            line-height: 64px;
            color: #28282C;
            display: flex;
            align-items: flex-end;
            justify-content: center;
        }

    .gdMarkBox .numberL .scoreWrap {
        display: flex;
        justify-content: center;
        margin: 2px 3px 9px;
        position: relative;
    }

        .gdMarkBox .numberL .scoreWrap input[type="range"] {
            -webkit-appearance: none;
            width: 110px;
            margin: 0;
            outline: 0;
        }

        .gdMarkBox .numberL .scoreWrap input[type="range" i]::-webkit-slider-runnable-track {
            background: #FDC82A;
            -webkit-mask-size: 22px;
            height: 18px;
            -webkit-mask: url("../img/star.png");
            -webkit-mask-repeat: repeat-x;
        }

        .gdMarkBox .numberL .scoreWrap input[type="range" i]::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 0;
            height: 100%;
            box-shadow: 999px 0px 0px 999px #b5b5b5;
        }

        .gdMarkBox .numberL .scoreWrap input[type=range] {
            -webkit-mask: url("../img/star.png");
            -webkit-mask-size: 22px;
            height: 18px;
            -webkit-mask-repeat: repeat-x;
        }

            .gdMarkBox .numberL .scoreWrap input[type=range]::-moz-range-track {
                background: #FDC82A;
                height: inherit;
            }

            .gdMarkBox .numberL .scoreWrap input[type=range]::-moz-range-progress {
                background: #FDC82A;
                height: inherit;
            }

            .gdMarkBox .numberL .scoreWrap input[type=range]::-moz-range-thumb {
                width: 0;
                opacity: 0;
            }

.gdMarkBox .scoreBox {
    display: flex;
    padding-left: 3px;
    margin: 15px 0 16px;
    color: #333;
    font-size: 16px;
    line-height: 31px;
}

    .gdMarkBox .scoreBox span {
        color: #ccc;
        font-size: 14px;
        margin-left: 14px;
        padding-top: 1px;
        line-height: 30px;
    }

.gdMarkBox .scoreSub {
    height: 31px;
    margin-left: 4px;
}

    .gdMarkBox .scoreSub input[type="range"] {
        -webkit-appearance: none;
        width: 155px;
        margin: 0;
        outline: 0;
    }

    .gdMarkBox .scoreSub input[type="range" i]::-webkit-slider-runnable-track {
        background: #FDC82A;
        -webkit-mask-size: 31px;
        height: 31px;
        -webkit-mask: url("../img/bigstar.png");
        -webkit-mask-repeat: repeat-x;
    }

    .gdMarkBox .scoreSub input[type="range" i]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 0;
        height: 100%;
        box-shadow: 999px 0px 0px 999px #b5b5b5;
    }

    .gdMarkBox .scoreSub input[type=range] {
        accent-color: #FDC82A;
        -webkit-mask: url("../img/bigstar.png");
        -webkit-mask-size: 31px;
        height: 31px;
        -webkit-mask-repeat: repeat-x;
    }

        .gdMarkBox .scoreSub input[type=range]::-moz-range-track {
            background: #FDC82A;
            height: inherit;
        }

        .gdMarkBox .scoreSub input[type=range]::-moz-range-progress {
            background: #FDC82A;
            height: inherit;
        }

        .gdMarkBox .scoreSub input[type=range]::-moz-range-thumb {
            width: 0;
            opacity: 0;
        }

.gdMarkBox .numberR {
    position: relative;
    top: -8px;
    right: 2px;
    display: flex;
    font-size: 16px;
    line-height: 16px;
}

    .gdMarkBox .numberR:before {
        content: "";
        position: relative;
        top: 8px;
        vertical-align: top;
        display: block;
        width: 90px;
        height: 126px;
        background: url(../img/comico.png) no-repeat;
        background-size: 1000px 1000px;
        background-position: -523px -119px;
    }

    .gdMarkBox .numberR ul li {
        display: flex;
        align-items: center;
        color: #999;
        font-size: 14px;
        line-height: 28px;
        height: 28px;
    }

        .gdMarkBox .numberR ul li:first-child {
            margin-top: 2px;
        }

        .gdMarkBox .numberR ul li .progressBg {
            margin-left: 14px;
            margin-right: 1px;
            width: 300px;
            height: 8px;
            background: #DFDFDF;
            border-radius: 4px;
            position: relative;
        }

            .gdMarkBox .numberR ul li .progressBg .progressInner {
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                display: block;
                height: 8px;
                background: #B5B5B5;
                border-radius: 4px;
            }

.gdMarkBox .numMenu {
    display: block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    *zoom: 1;
}

    .gdMarkBox .numMenu dt {
        float: left;
        position: relative;
        top: 1px;
        font-size: 24px;
        color: #000;
        font-weight: bold;
        line-height: 32px;
    }

    .gdMarkBox .numMenu dd {
        float: right;
        position: relative;
        top: 5px;
        margin-right: 15px;
    }

        .gdMarkBox .numMenu dd a {
            position: relative;
            font-size: 14px;
            color: #808080;
        }

            .gdMarkBox .numMenu dd a:after {
                content: "";
                position: relative;
                top: 2px;
                display: inline-block;
                width: 1px;
                height: 14px;
                background-color: #E6E6E6;
                margin: 0 16px;
            }

            .gdMarkBox .numMenu dd a:last-of-type:after {
                display: none;
            }

            .gdMarkBox .numMenu dd a.current {
                color: #fd7e14;
            }

.gdMarkBox .userIcon {
    width: 40px;
    height: 40px;
    background-image: url(../img/userpic.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
}

    .gdMarkBox .userIcon img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.gdMarkBox .markTxt .inputWrap {
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.gdMarkBox .markTxt textarea {
    margin-right: 2px;
    display: block;
    padding: 13px 15px;
    width: 830px;
    height: 82px;
    background: #F6F7FA;
    border-radius: 10px;
    resize: none;
    border: unset;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.gdMarkBox .markTxt .reBtn {
    position: relative;
    right: 4px;
    font-size: 16px;
    color: #fff;
    margin-top: 17px;
    line-height: 40px;
    width: 160px;
    height: 40px;
    background: #fd7e14;
    border-radius: 6px;
    border: none;
}

.gdMarkBox .scoreList {
    pointer-events: none;
    display: flex;
    margin: 1px 0 5px;
}

    .gdMarkBox .scoreList input[type="range"] {
        -webkit-appearance: none;
        width: 70px;
        margin: 4px 4px 4px 0;
        outline: 0;
    }

    .gdMarkBox .scoreList input[type="range" i]::-webkit-slider-runnable-track {
        background: #FDC82A;
        height: 14px;
        -webkit-mask: url("../img/star.png");
        -webkit-mask-size: 14px;
        -webkit-mask-repeat: repeat-x;
    }

    .gdMarkBox .scoreList input[type="range" i]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 0;
        height: 100%;
        box-shadow: 999px 0px 0px 999px #D2D7D9;
    }

    .gdMarkBox .scoreList input[type=range] {
        -webkit-mask: url("../img/litstar.png");
        -webkit-mask-size: 14px;
        -webkit-mask-repeat: repeat-x;
        height: 14px;
    }

        .gdMarkBox .scoreList input[type=range]::-moz-range-track {
            background: #FDC82A;
            height: inherit;
        }

        .gdMarkBox .scoreList input[type=range]::-moz-range-progress {
            background: #FDC82A;
            height: inherit;
        }

        .gdMarkBox .scoreList input[type=range]::-moz-range-thumb {
            width: 0;
            opacity: 0;
        }

.gdMarkBox .huifu {
    position: relative;
    top: 0;
    margin-right: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 80px;
    font-size: 12px;
    color: #999;
}

    .gdMarkBox .huifu span {
        position: relative;
        margin-bottom: 0;
        text-align: right;
    }

        .gdMarkBox .huifu span:before {
            content: "";
            position: relative;
            top: 3px;
            margin-right: 2px;
            vertical-align: top;
            display: inline-block;
            width: 14px;
            height: 14px;
            background: url(../img/comico.png) no-repeat;
            background-size: 1000px 1000px;
            background-position: -574px -5px;
            ;
        }

.gdMarkBox .markList {
    margin-top: 20px;
    color: #333;
}

    .gdMarkBox .markList > ul {
        padding: 0 3px 0 1px;
    }

    .gdMarkBox .markList ul li > div {
        display: flex;
        padding: 10px 0;
    }

    .gdMarkBox .markList ul li p {
        font-size: 14px;
        color: #333;
        line-height: 24px;
    }

    .gdMarkBox .markList ul li .userInfo {
        flex: 1;
        padding-left: 12px;
    }

        .gdMarkBox .markList ul li .userInfo p.tip {
            margin-top: -2px;
            font-size: 14px;
            color: #242424;
            white-space: nowrap;
            overflow: hidden;
            line-height: 20px;
            margin-top: 0;
            display: flex;
            justify-content: space-between;
        }

        .gdMarkBox .markList ul li .userInfo span {
            line-height: 20px;
            font-size: 12px;
            font-weight: normal;
            color: #999;
        }

    .gdMarkBox .markList ul li ul {
        margin-left: 53px;
    }

        .gdMarkBox .markList ul li ul li > div {
            padding: 4px 0 8px;
        }

            .gdMarkBox .markList ul li ul li > div .scoreList {
                margin-left: -1px;
            }

        .gdMarkBox .markList ul li ul li .userIcon {
            position: relative;
            top: 5px;
            width: 25px;
            height: 25px;
            background-image: url(../img/userpic.png);
            background-repeat: no-repeat;
            background-size: 25px 25px;
        }

            .gdMarkBox .markList ul li ul li .userIcon img {
                position: relative;
                top: 0;
                width: 100%;
                height: 100%;
                border-radius: 50%;
            }

.moreMark {
    display: block;
    position: relative;
    margin: 28px 3px 22px;
    height: 42px;
    font-size: 16px;
    color: #fd7e14;
    line-height: 42px;
    background: rgba(255, 249, 250, 1);
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.userName {
    display: flex;
    width: 100%;
    margin: 0;
    position: relative;
    left: -20px;
}

    .userName input {
        display: block;
        border: 0;
        padding-left: 12px;
        width: 170px;
        line-height: 38px;
        height: 38px;
        background: rgba(255, 249, 250, 1);
        border: 1px solid #fd7e14;
        border-radius: 6px;
        font-size: 14px;
        color: #999;
        text-overflow: ellipsis;
        margin-right: 10px;
    }

        .userName input[name="captcha"] {
            width: 100px;
        }

    .userName img {
        cursor: pointer;
        ;
        width: 160px;
        height: 40px;
        float: left;
        display: block;
        border-radius: 6px;
    }

.counter {
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

    .counter.warning {
        color: red;
    }

.error {
    position: relative;
    height: 20px;
    padding-right: 60px;
    text-align: right;
    line-height: 20px;
    color: red;
    font-size: 12px;
    margin-top: -20px;
    display: none;
}

.reply {
    position: relative;
    top: -1px;
    display: block;
    border: none;
    font-size: 12px;
    color: #999;
    margin-left: 10px;
    cursor: pointer;
    background: none;
}

    .reply:hover {
        color: #fd7e14;
    }

.good {
    cursor: pointer
}

.comTit {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    *zoom: 1;
}

    .comTit strong {
        position: relative;
        z-index: 1;
        float: left;
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        color: #333;
        font-weight: bold;
    }

        .comTit strong:before {
            content: "";
            position: relative;
            top: 0px;
            vertical-align: top;
            margin-right: 5px;
            display: inline-block;
            width: 40px;
            height: 40px;
            background: url(../img/icon.png) no-repeat;
            background-size: 1000px 1000px;
            background-position: -388px -42px;
        }
