.__tp .bx {
    max-width: none;
}
.__tp .bx {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.__tp .bx .active a{
	color:#fff;
}
.__tp .bef {
    background: #204bc4;
    width: calc(100%/4);
}
.__tp .bx .bef {
    position: absolute;
    left: 0;
    top: 24px;
    height: 65px;
    content: '';
    background: #204bc4;
    border-radius: 1000px;
    z-index: 1;
    transition: .4s left;
}


.__tp ul {
    display: flex;
    border: 2px solid #204bc4;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 22px;
    border-radius: 1000px;
    background: #fff;
}
.__tp ul li {
    position: relative;
    z-index: 3;
    padding: 20px;
    flex: 1;
}
