.tabs {
    background: #144B9C;
    padding: 0.35rem;
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.tabs a{
    color: #fff;
}

.solution-detail {
    padding: 0.3rem;
}

.solution-detail .title {
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #010101;
    text-align: center;
    margin: 0;
}

.solution-detail .solution-content p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #010101;
    text-indent: 2em;
    margin: 0.18rem 0;
}

.solution-detail .solution-content img{
    width: 100% !important;
    height: auto !important;
}