
/*--------------SLIDER----------------*/

#slider {
	width: 100%;
	margin: 0 auto;
}


 .slides li{
	margin: 0;
	padding: 0;list-style: none;    position: relative;
	
}
/*--------------CONTROLS--------------*/

/*position controls*/
.controls li {
	top: 50%;
	margin-top: -30px;    list-style: none;
}

.controls li:nth-child(1) {
	left: 0;
}

.controls li:nth-child(2) {
	right: 0;
}


/*------------PAGINATION------------*/

/*style pagination*/
.pagination li {
	background-color: #ddd;     width: 60px!important;
}

.pagination li.active {
	background-color: #f8c300;
}
.pagination {
    left: 45%!important;
}

/*-------------HELPERS----------------*/

.responsive {
	width: 100%;
	height: auto;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.text-overlay{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; /* 文字颜色 */
  text-align: center;
  font-size: 20px; /* 文字大小 */
  padding: 10px; /* 文字周围的空间 */





}





.text-overlay a {
    background-color: #00000036;
    font-size: 62px;
    padding: 18px 40px 20px 40px;
    border-radius: 10px;
    color: #ffffff;

	
	
}


@media (max-width: 724px) {
.text-overlay a {
    background-color: #00000036;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    color: #ffffff;
}
}
