/* �û��󶨲������ */
.swiper-container {
}

.tab-box {
    font-family: Calibri;
    width: 100%;
}

.tab-box .swiper-pagination-bullet {
    text-align: center;
    border-radius: 0;
    opacity: 1;
}

.tab-box ul {
    display: -webkit-box;
}

.tab-box li {
    display: block;
    background: #fff;
    overflow: hidden;
    box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 15px;
}

.tab-box li:after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #dcdcdc;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(.5)
}

.tab-box .swiper-pagination-bullet-active {
    color: #21a4f4;
}

.tab-box .swiper-pagination-bullet-active:after {
    opacity: 1;
    background-color: #21a4f4;
    height: 4px;
}
