@charset "UTF-8";

.evaluate-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 1000;
    overflow: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.evaluate-wrap-content {
    width: 504px;
    height: 80%;
    padding: 30px 14px 50px 14px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

@media (min-width: 1400px) {
    .evaluate-wrap-content {
        height: 65%;
    }
}

.evaluate-content {
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
}

.evaluate-content h1 {
    font-size: 20px;
    color: #0f0e0e;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
}

.evaluate-content h3 {
    font-size: 15px;
    color: #444;
    font-weight: 600;
    /*text-align: center;*/
    padding-top: 16px;
    /*margin-left: 55px;*/
}

.evaluate-wrap-content-txt {
    width: calc(100% - 48px);
    height: 100%;
    overflow: hidden;
}

.evaluate-content {
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.close-mask {
    position: absolute;
    right: 30px;
    top: 20px;
    border: none;
    outline: none;
    padding: 0;
    background: none;
    cursor: pointer;
}

.close-mask i {
    font-size: 14x;
    color: #1c262f;
    font-weight: bold;
}

.evaluate-modul-btn {
    display: block;
    width: 182px;
    height: 32px;
    border-radius: 19px;
    /*background: #ff4f2c;*/
    background: #4989ff;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin: 0 auto;
    margin-top: 8px;
}

.user-evaluation-list {
    width: 100%;
    text-align: center;
    padding-top: 12px;
}

.user-evaluation-list li {
    display: inline-block;
    width: 80px;
    padding-top: 42px;
    font-size: 12px;
    color: #444;
    background: url(../images/xingxing_da.png) no-repeat center top;
}

.user-evaluation-list-ed {
    background-position: center -66px !important;
}

.user-evaluation-box {
    width: 100%;
    height: 115px;
    border: 1px solid #cedbe9;
    margin-top: 22px;
}

.user-evaluation-box textarea {
    width: calc(100% - 24px);
    box-sizing: initial;
    height: 96px;
    border: none;
    outline: none;
    padding: 8px 12px;
    resize: none;
    font-size: 12px;
    color: #444;
}