.__tp .bx {
    max-width: none;
}
.__tp .bx {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.__tp .bx .active a{
	color:#fff;
}
.__tp .bef {
    background: #d23838;
    width: calc(100%/3.5);
}
.__tp .bx .bef {
    position: absolute;
    left: 0;
    top: 23px;
    height: 45px;
    content: '';
    background: #d23838;
    border-radius: 1000px;
    z-index: 1;
    transition: .4s left;
}


.__tp ul {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 22px;
    border-radius: 1000px;
    background: #fff;
	padding:0;
}
.__tp ul li {
	border: 1px solid #ddd;
	 border-radius: 1000px;
    position: relative;
    z-index: 3;
    padding: 10px 20px;
	text-align: center;
	margin-right: 15px;
	background:#fff;
    flex: 1;
}

.__tp ul li.active {background:none;}


.__tp2 .bx {
    max-width: none;
}
.__tp2 .bx {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.__tp2 .bx .active a{
	color:#fff;
}
.__tp2 .bef {
    background: #d23838;
    width: calc(100%/3.5);
}
.__tp2 .bx .bef {
    position: absolute;
    left: 0;
    top: 23px;
    height: 45px;
    content: '';
    background: #d23838;
    border-radius: 1000px;
    z-index: 1;
    transition: .4s left;
}


.__tp2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 22px;
    border-radius: 1000px;
    background: #fff;
	padding:0;
}
.__tp2 ul li {
	border: 1px solid #ddd;
	 border-radius: 1000px;
    position: relative;
    z-index: 3;
    padding: 10px 20px;
	text-align: center;
	margin-right: 15px;
	background:#fff;
    flex: 1;
}

.__tp2 ul li.active {background:none;}
