.text-details-title-box {
    font-size: .26rem;
    font-weight: bold;
    color: #0B4DA3;
    text-align: center;
    width: 100%;
    margin-bottom: .5rem;
}

.text-details-items-box {
    text-align: center;
    width: 100%;
    margin-bottom: .2rem;
    font-size: .16rem;
    font-weight: 400;
    color: #999999;
}
.mobile-br-box{
    display: none;
}
.text-details-item-box {
    padding-right: .13rem;
}

.text-details-active-box {
    color: #0B4DA3;
}

.text-details-content-box {
    border-top: .01rem #E5E5E5 solid;
    border-radius: .02rem;
    width: 100%;
    padding: .4rem 0;
    font-size: .2rem;
    font-weight: 400;
    color: #444444;
}