.analysis-container {
    display: flex;
    height: 72px;
}

.analysis-item {
    width: 182.5px;
    float: left;
    padding-right: 10px;
    border-right: 1px solid #ebe4df;
    margin-right: 10px;
}

.analysis-item:last-child {
    border-right: none;
}

.analysis-item .pic {
    width: 25px;
    height: 25px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

.analysis-item .nick_name {
    display: block;
    max-width: 65px;
    margin: 0 3px 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 25px;
}

.analysis-item .iconfont {
    float: left;
    line-height: 25px;
    color: #ffc600;
}

.analysis-item .ask_btn {
    display: block;
    width: 50px;
    margin-top: 1.5px;
    line-height: 20px;
    text-align: center;
    background-color: #ff7e0b;
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.analysis-item ul {
    margin-top: 13px;
}

.analysis-item li:first-child, .analysis-item li:last-child {
    width: calc(50% - 37px);
}

.analysis-item li {
    text-align: center;
    float: left;
    box-sizing: border-box;
}

.analysis-item li p {
    line-height: 16px;
    margin-bottom: 2px;
    font-weight: 700;
}

.analysis-item li p img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.analysis-container .analysis-item .clearfix li p {
    line-height: 16px;
    margin-bottom: 2px;
    font-weight: 700;
    color: #333;
    font-size: 18px;
}

.analysis-item li span {
    display: block;
    color: #8b8c8c;
    font-size: 12px;
}

.analysis-item li:nth-child(2) {
    border-right: 1px solid #faf3ed;
    border-left: 1px solid #faf3ed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 65px;
    margin: 0 4px;
}
