
.tab{
	width: 100%;
	overflow: hidden;
    clear: both;
	background-color:#fff;
    position: relative;
    padding-bottom: 10px;
}
.ul-container{
    overflow: hidden;
    clear: both; 
}
.ul-container li{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
}
.ul-container li .tab-box{
    display: block;
    position: relative;
    width:25%;
}

.ul-container li a{
	display: block;
    color: #051B28;
    font-size: 12px;
    line-height: normal;
    height: auto;
    text-align: center;
    margin: 13px;
    background-color: #fff;
    background-clip: content-box;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ul-container li span{
    display: flex;
    align-items: center;
    height: 0.35rem;
    margin-bottom: 5px;
}
.ul-container li img{
    display: block;
    margin: 0 auto;
    /* width: 35px;
    height: 35px; */
}
.img1{
    width: 0.28rem;
    height: 0.24rem;
}
.img2{
    width: 0.25rem;
    height: 0.28rem;
}
.img3{
    width: 0.28rem;
    height: 0.24rem;
}
.img4{
    width: 0.26rem;
    height: 0.25rem;
}
.img5{
    width: 0.25rem;
    height: 0.25rem;
}
.img6{
    width: 0.23rem;
    height: 0.28rem;
}
.img7{
    width: 0.25rem;
    height: 0.29rem;
}
.img8{
    width: 0.32rem;
    height: 0.25rem;
}
.img9{
    width: 0.3rem;
    height: 0.27rem;
}

.img10{
    width: 0.25rem;
    height: 0.25rem;
}
.img11{
    width: 0.24rem;
    height: 0.24rem;
}
.img12{
    width: 0.26rem;
    height: 0.23rem;
}
.img13{
    width: 0.24rem;
    height: 0.26rem;
}
.img14{
    width: 0.25rem;
    height: 0.27rem;
}
.img15{
    width: 0.23rem;
    height: 0.22rem;
}
.img16{
    width: 0.23rem;
    height: 0.23rem;
}


.dot-container{
    width: 100%;
    background:transparent;
    position: absolute;
    text-align:center;
    bottom: 5px;
}

.dot-container span{
    background-color:#ddd;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    display: inline-block;
    margin:0 3px
}

.dot-container span.act{
    background-color:#2196f3;
}