
.trems_tab_menu ul{
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.trems_tab_menu ul li{
flex: 1;
text-align: center;
padding-right: 6px;
}
.trems_tab_menu ul li:last-child{
    padding-right: 0;
   
}
.trems_tab_menu ul li a{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
border: 1px solid #125de6;
border-bottom: none;
border-radius: 10px 10px 0 0;
}
/* .trems_tab_menu ul li{
    height: 48px;
    border-bottom:5px solid #125de6;
} */
.trems_tab_menu ul li.on a{
    background-color: #125de6;
    color:#fff;
   
}
.trems_con{
    padding: 50px 30px;
    border: 1px solid #dddd;
    line-height: 1.5;

}
.trems_con p{
    word-break:normal;
line-height: 1.5;
}

@media screen and (max-width : 768px) {
    .trems_tab_menu ul li a{
        display: block;
        width: 100%;
        height: 2.8rem;
        line-height: 2.8rem;
        border: 1px solid #125de6;
        border-bottom: none;
        border-radius: 0.3846rem 0.3846rem 0 0;
        font-size: 0.8rem;
    }
}