/*定义css变量*/
:root{ 
	--mywidth: 242px;
	--myheight: 150px;
}

*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
}




.carousel-content{
	width: var(--mywidth);
	height: var(--myheight);
	position: relative;
	overflow: hidden;
	/*border-radius:10px;*/
}
.carousel{
	height: var(--myheight);
	position: absolute;
}
.carousel li{
	float: left;
}
.carousel li,.carousel li img{
	width: var(--mywidth);
	height: var(--myheight);
}
.img-index{
	position: absolute;
    bottom: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.img-index li{
	float: left;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    /*border-radius: 10px;*/
    background-color: rgba(0,0,0,0.2);
    font-size: 12px;
    cursor: pointer;
    margin: 0 3px;
    color: #fff;
}
.img-index li.js_index,.img-index li:hover{
	background-color: rgba(0,0,0,0.7);
}
.carousel-prev,.carousel-next{
	position: absolute;
	display: inline-block;
	top: 45%;
	cursor: pointer;
    display: none;
}
.carousel-prev{
	left: 0;
}
.carousel-next{
	right: 0;
}
.carousel-content2{
	width:188px;
	height:225px;
	overflow:hidden;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
.carousel3,.carousel4{
	width:188px;
	height:225px;
	float:left;
	overflow:hidden;

}
.carousel5,.carousel6{
	width:200px;
	height:230px;
	overflow:hidden;
}
.carousel-content3{
	width:200px;
	height:230px;
	overflow:hidden;
}