:root {
    --primary: #ff8c00;
    --overdue: #eee;
    --overdue-deep: #aaa;
    --default: #fedbe6
}

.detail .publish .post-btm {
    padding: 0 15px;
    margin-left: 15px;
    background-color: var(--deep);
    font-size: 16px;
    outline: none;
    border: none;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    height: 35px
}

.answer .overdue {
    background-color: var(--overdue)
}

.answer .overdue .infomation .usercount {
    background-color: #AAAAAA
}

.answer .overdue .infomation .action .type {
    background-color: #AAAAAA
}

.answer .overdue .progress {
    background-color: #aaa
}

.answer .overdue .selected {
    border: 2px solid var(--primary)
}

.answer .overdue .dropdown .options ul li a {
    background-color: #aaa
}

.answer .vote {
    background-color: var(--vote)
}

.answer .vote .infomation .usercount {
    background-color: #ccecfd
}

.answer .vote .infomation .action .type {
    background-color: #ADE0FB
}

.answer .vote .progress {
    background: #ccecfd
}

.answer .vote .selected {
    border: 2px solid var(--primary)
}

.answer .vote .dropdown .options ul li a {
    background-color: #ccecfd
}

.answer .guess {
    background-color: var(--default)
}

.answer .guess .infomation .usercount {
    background-color: #F1B6C1
}

.answer .guess .infomation .action .type {
    background-color: #F1B6C1
}

.answer .guess .progress {
    background: #ffebf1
}

.answer .guess .selected {
    border: 2px solid var(--primary)
}

.answer .guess .dropdown .options ul li a {
    background-color: #f1b6c1
}

.answer .drop {
    display: inline-block;
    position: relative;
    width: 50%;
    margin-left: 10px
}

.answer .drop p {
    color: #fff;
    width: 100%;
    margin-left: 20px;
    font-size: 16px;
    background-color: #ff8c00;
    border-radius: 5px;
    text-align: center;
    padding: 5px
}

.answer .drop p:hover {
    background-color: #CC7000
}

.answer .drop p span:nth-child(1) {
    display: block
}

.answer .drop p span:nth-child(2) {
    display: none
}

.answer .drop p:hover span:nth-child(1) {
    display: none
}

.answer .drop p:hover span:nth-child(2) {
    display: block
}

.answer .drop ul {
    display: none;
    position: absolute;
    min-width: 100%;
    z-index: 9;
    left: 0;
    top: 15px;
    background-color: #fff;
    border-radius: 4px;
    padding: 5px
}

.answer .drop:hover ul {
    display: block;
    margin: 13px 20px
}

.answer .drop:hover ul li {
    line-height: 35px
}

.answer .chart-lock {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center
}

.answer .chart-lock i {
    font-size: 100px;
    color: #aaa;
    display: block;
    width: 200px;
    height: 200px;
    background-color: #666;
    border-radius: 50%;
    line-height: 200px;
    text-align: center
}

.ask .input-count {
    position: relative;
    flex: 1
}

.ask .input-count .count-div {
    position: absolute;
    right: 5px;
    bottom: 8px;
    color: red
}