@keyframes typing {
    from {
        width: 0;
    }
}

@keyframes blink-caret {
    50% {
        border-color: transparent;
    }
}

.content {
    margin-top: 10px;
}

.typing {
    font: normal 100% Consolas, Monaco, monospace;
    border-right: .1em solid;
    width: 30ch;
    margin: 2em 1em;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    animation: typing 5s steps(30, end), blink-caret .3s step-end infinite alternate;
    position: relative;
    padding-bottom: 3px;
}

.typing::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #1877f2 0%, #42a5f5 50%, #ffb74d 100%);
}

.roll_container .tips img {
    width: 40%;
}

.tips {
    text-align: center;
}

.tips p {
    margin: 20px auto;
}

.root_container {
    background-color: white;
    width: 100%;
    border-radius: 4px;
}

.root_container {
    padding-bottom: 20px;
}

.tips h1 {
    font-size: 30px;
    color: #1877f2;
    font-weight: 500;
    padding: 0;
    margin: 0;
    padding-top: 20px;
}

.main_container {
    background-color: white;
    width: 80%;
    padding: 16px;
    padding-top: 1px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.classify_title {
    font-size: 24px;
    color: #666;
    font-weight: 500;
    position: relative;
    margin-top: 20px;
    padding-left: 20px;
}

.classify_title:before {
    width: 3px;
    background-color: #1e9fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 16px;
    content: "";
}

.confirm_container {
    margin-top: 15px;
    border-radius: 4px;
    height: 44px;
}

.comment_container input {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333;
    height: 44px;
    padding: 12px 14px;
    border-radius: 4px;
    margin: 15px auto;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    outline: none;
}

.confirm_container_left {
    position: relative;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 4px;
    width: 82%;
    float: left;
}

.comment_container .input_vericode {
    width: 80%;
    display: block;
    margin: 0 !important;
    border: none;
    height: 44px;
}

.confirm_container .confirm_container_right {
    width: 18%;
    float: left;
}

.comment_item p {
    padding: 0;
    margin: 0;
}

.confirm_container span {
    box-sizing: border-box;
    height: 44px;
    margin-left: 10px;
    text-align: center;
    line-height: 44px;
    display: block;
    background-color: #1e9fff;
    border-radius: 4px;
    color: white;
    opacity: 0.8;
    box-shadow: 0 12px 30px 0 rgba(34, 84, 244, .2);
    cursor: pointer;
}

.confirm_container span:hover {
    opacity: 1;
}

.comment_container textarea {
    width: 100%;
    resize: none;
    height: 200px;
    border: 1px solid #e5e5e5;
    outline: none;
    background-color: white;
    border-radius: 4px;
    padding: 12px 14px;
    font-size: 16px;
    line-height: 22px;
    box-sizing: border-box;
    color: #333;
}

#verify_container {
    width: 100px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
}

.comment_list ul,
.comment_list li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comment_item {
    padding-left: 10px;
    padding-top: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.user_name_avatar {
    background-color: #42c7ff;
    border-radius: 50%;
    width: 35px;
    color: white;
    font-weight: 500;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    display: inline-block;
}

.comment_time {
    font-size: 12px;
    color: #999;
    height: 40px;
    line-height: 40px;
    padding-left: 2px;
    padding-right: 2px;
    float: right;
}

.comment_item .user_nickname {
    color: #1e9fff;
    padding-left: 8px;
    height: 40px;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    width: 110px;
    white-space: nowrap;
}

.comment_item .comment_content {
    color: #666;
    padding-bottom: 10px;
    font-size: 14px;
    padding-top: 10px;
    line-height: 24px;
    padding-left: 5px;
    word-wrap: break-word;
    word-break: break-word;
}

.admin_comment_none {
    border-top: 1px solid #e5e5e5;
    display: none;
}

.admin_comment {
    border-top: 1px solid #e5e5e5;
    margin: auto 4ch;
}

.admin_comment span {
    color: #f56c6c;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
}

.admin_comment p {
    color: #666;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 5px;
    line-height: 24px;
}

.no_end {
    padding: 20px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    display: none;
}

.reply {
    color: #1e9fff !important;
    padding-left: 5px;
}

#imgbox {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    /* filter: sepia(100%);
    -webkit-filter: sepia(100%); */
}

@media screen and (max-width: 950px) {
    .tips {
        display: none;
    }
}