.addWrap .swipe-wrap .owl-float{
    height: 42px;
    line-height: 42px;
    font-size:28px;
    position:absolute;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0px;
    left: 0;
    right:0;
    color: #fff;
    text-align: center;
    padding:0 8%;
}
#position {
    position:absolute;
    bottom:42px;
    text-align:center;
    margin:0;
    width:100%;
    right:0%;
}
#position li {
    width:12px;
    height:12px;
    margin:12px 5px;
}
.pocl {
    text-align: right!important;
    padding-right: 10px;
    bottom: 2px!important;
    font-size: 0;
}
@media screen and (max-width: 374px) {
	.addWrap .swipe-wrap .owl-float{
	    height:30px;
	    line-height:30px;
	    font-size: 16px;
	}
    #position li {
        width:8px;
        height:8px;
        margin:8px 2px;
    }
    #position{
        bottom:27px;
    }
    .pocl{
        bottom: 2px!important;
    }
}
@media screen and (min-width: 375px)  and (max-width:767px) {
	.addWrap .swipe-wrap .owl-float{
	    height:32px;
	    line-height:32px;
	    font-size: 18px;
	}
    #position li {
        width:10px;
        height:10px;
        margin:10px 2px;
    }
    #position{
        bottom:28px;
    }
    .pocl{
        bottom: 1px!important;
    }
}


