
.ui-slider {
    height: 15rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ui-slider img { width:100%; }

.ui-slider-wheel {
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 0ms;
    -webkit-animation-timing-function:ease-out;
}
.ui-slider-item > a {
    display: block;
    text-decoration: none;
}

.ui-slider-group {
    height: 100%;
    float: left;
}

.ui-slider-item {
    height: 100%;
    width:100%;
    background-color: #e3e3e3;
    text-align: center;
    top:0;
    display: inline-block;
    overflow: hidden;
}

#slider1 .ui-slider-item > p { display:none; }

.ui-slider-item > p {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    pointer-events: none;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
	background:rgba(0,0,0,.6);
	height:3.2rem;
	line-height:3.2rem;
	color:#e9e9e9;
	text-indent:.5rem;
	font-size:1.4rem;
}

.ui-slider-dots {
    position: absolute;
    bottom:1rem;
    right:1rem;
    text-align: right;

    /*无文字时，居中样式*/
    /*width:100%;*/
    /*background: rgba(0, 0, 0, 0.5);*/
    /*text-align: center;*/
}
.ui-slider-dots b {
	background:#0cf;
	border-radius:.2rem;
	width:.4rem;
	height:.4rem;
	z-index:999;
	float:right;
	margin-left:.6rem;
}

.ui-slider-dots b.ui-slider-dot-select {
	background:#fff !important;
}

#silder1 { height:13rem !important; }
#silder img { height:18rem; }
#silider1 img { height:16rem; }
#silder1 .ui-slider-dots { display:none; }