.xt-title {
    width: 100%;
    height: 45px;
    display: flex;
    font-size: 15px;
    align-items: center;
    font-weight: bold;
    color: #333;
    position: relative;
}
.bottom-line {
    border-bottom: 1px solid #f5f5f5;
}
.bottom-line-none {
    border-bottom: 1px solid transparent;
}
.xt-title .box {
    width: 10px;
    height: 10px;
    background: linear-gradient(180deg, #E72D20 0%, rgba(231,45,32,0.2) 100%);
    border-radius: 1px;
    margin: 0px 10px;
}
.xt-title .arrow_iocn {
    position: absolute;
    right: 10px;
    padding: 10px;
}
.xt-title .arrow_iocn .text {
    color: #999;
    font-weight: 500;
    padding-right: 10px;
}