.problem-text-radio li {
    margin-left: 0 !important;
    margin-right: 25px;
}
.problem-class {
    padding: 30px 35px 0;
    overflow: hidden;
}
.problem-class-list {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #E1E3E6;
    font-size: 14px;
    color: #343434;
    margin-right: 17px;
    float: left;
    text-align: center;
    margin-bottom: 16px;
    cursor: pointer;
    border-radius: 4px;
}
.problem-class-active {
    border-color: #4CCA92;
    background: #EEFAF6;
    color: #22C280;
}
.problem-number {
    float: right;
}
.problem-number li {
    margin-right: 10px;
}
.problem-number span {
    color: #FF7E5A;
    font-weight: bold;
    font-size: 14px;
}
.problem-sum-up, .problem-today-num {
    color: #666666 !important;
}
.label-page-not-data {
    display: block;
    padding: 50px;
    text-align: center;
    margin: 0 auto;
    font-size: 25px;
    color: #999;
}
.no-click{
    cursor: not-allowed;
    pointer-events: none;
}
.form-control-news {
    border: 0;
    height: 130px;
    box-shadow: 1px 1px 20px 0px rgba(181, 181, 181, 0.3);
    border-radius: 6px;
}
#text_area_wrap {
    position: relative;
}
#text_area_wrap .cite-que {
    background-color: #fff;
    position: absolute;
    left: 20px;
    bottom: 10px;
    padding: 4px 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}
#text_area_wrap .cite-que a {
    color: royalblue;
    text-decoration: underline;
}
#text_area_wrap .cite-que span {
    max-width: 450px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.look-ask-question .quote-ask-type {
    width: 100%;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 20%;
}
.look-ask-question .quiz {
    color: #FF7D5A;
}
.look-ask-question .answer {
    color: rgb(0, 178, 142);
}
.look-ask-question .modal-body-item {
    display: inline-block; width: 10%; text-align: center; float: left;
}
.look-ask-question .modal-body-item-r {
    display: inline-block; width: 10%; text-align: center; float: right;
}
.look-ask-question .modal-body-item-content {
    color: rgb(178, 178, 178); position: relative; display: inline-block; width: 76%; top: 0px; left: 5px; padding: 0px;
}
.look-ask-question .content {
    background-color: rgb(245, 245, 245); color: rgb(51, 51, 51); padding: 12px; border-radius: 8px; overflow-wrap: break-word; white-space: normal; word-break: break-all;
}
.look-ask-question .modal-body-item-content-r {
    color: rgb(178, 178, 178); position: relative; display: inline-block; width: 76%; top: 0px; right: -12%; padding: 0px;
}
.look-ask-question .content-r {
    border-radius: 8px; background-color: rgb(0, 178, 142); color: rgb(255, 255, 255); padding: 12px; overflow-wrap: break-word; white-space: normal; word-break: break-all;
}