@charset 'utf-8';
.best {
	padding:10px !important;
}
.best > .tabBox {
    display:flex;
    width:100%;
    background:#fff;
    border-radius:40px;
}
.best > .tabBox li {
    position:relative;
    width:50%;
    margin-top:0;
    text-align:center;
    border-radius:40px;
    cursor:pointer;
}
.best > .tabBox li.active:after {
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:40px;
    background:#2c60cb;
    border-radius:40px;
    z-index:1;
}
.best > .tabBox li h3 {
	position:relative;
    color:#888;
    font-size:18px;
    border-bottom:0 !important;
    z-index:11;
}
.best > .tabBox li.active h3 {
    color:#fff;
}
.best > .tabCont > div {
    display:none;
}
.best > .tabCont > div.active {
    display:block;
}