img { border: 0;}

.ck-slide { width: 100%; height: 100%; margin: 0 auto; }

.ck-slide ul.ck-slide-wrapper { width: 100%; height: 100%; position: relative;}

.ck-slide ul { margin: 0; padding: 0; list-style-type: none;}

.ck-slide { position: relative; overflow: hidden;}

.ck-slide ul.ck-slide-wrapper { position: absolute; top: 0; left: 0; z-index: 1; margin: 0; padding: 0;}

.ck-slide ul.ck-slide-wrapper li { position: absolute;width: 100%; height: 100%;}

.ck-slide .ck-prev, .ck-slide .ck-next { position: absolute; top: 50%; z-index: 2; width: 35px; height: 70px; margin-top: -35px; border-radius: 3px; opacity: .05; text-indent: -9999px; background-repeat: no-repeat; transition: opacity .2s linear 0s;}

.ck-slide .ck-prev { background: url(arrows.png)  no-repeat 6px top;position: absolute;left: 0;top: 150px;margin-top: -15px;width: 30px;height: 30px;z-index: 999;
}

 .ck-slide .ck-next {background: url(arrows.png)  no-repeat 6px bottom;position: absolute;right: 0;top: 150px;margin-top: -15px;width: 30px;
    height: 30px;
    z-index: 999;
 } 
.ck-slidebox { 
	position: absolute;
    right: 3%;
    bottom: 15px;
    z-index: 30;
}
.ck-slide:hover .ck-next{
	background: url(arrows.png) #000000 no-repeat 6px bottom;
}
.ck-slide:hover .ck-prev{
	background: url(arrows.png) #000000 no-repeat 6px top;
}
.ck-slidebox ul { height: 20px; padding: 0 4px;}

.ck-slidebox ul li { float: left; height: 12px; margin: 4px 4px;}
.ck-slide-wrapper li a{    width: 78%;
    height: 100%;
    /* display: block; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;}

.ck-slidebox ul li em { display: block; width: 10px; height: 10px; border-radius: 100%; background: #efefee; text-indent: -9999px; cursor: pointer;}

.ck-slidebox ul li.current em { background-color: #6d156a;}

.ck-slidebox ul li em:hover { background-color: #6d156a;}
.ck-slide-wrapper .sj{
	position: absolute;
    left: 0px;
    bottom: 0px;
    width: 75px;
    height: 70px;
    background: #73116f;
    text-align: center;
    z-index: 200;
}
.ck-slide-wrapper .day{
	color: #ffdbaa;
    font-size: 30px;
}
.ck-slide-wrapper .ym{
	color: #ffdbaa;
    font-size: 15px;
}
.ck-slide-wrapper .title{
	width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 100;
}
.ck-slide-wrapper .title p {
    font-size: 16px;
    color: #ffffff;
    margin-left: 100px;
}
.ck-slide-wrapper img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
