@charset "utf-8";
.ct-wrap{
    width:1000px;
    max-width: 100%;
    margin:0 auto;
    overflow-x: hidden;
}
.ct-wrap img{
    max-width: 100%;
    height: auto;
    display: block;
}
.ct-wrap .only-title{
    overflow-y: hidden;
}
.ct-wrap .swiper{
    position: relative;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}

.ct-wrap .slider-box .mySwiper{
    /* width:900px; */
    /* width:calc(100% - 20px); */
    width:84%;
    margin:0 auto;
    /* height:1200px; */
}
.ct-wrap .slider-box .swiper-slide > *{
    display: block;
    margin:0 auto;
}
.ct-wrap .slider-box .mySwiper.mySwiper-v2{
    /* height:1300px; */
}
.ct-wrap .slider-box .swiper-wrapper{
    /* width:825px; */
    /* width:84%; */
    margin:0 auto;
    height: auto;
}

.ct-wrap .swiper .prevBtn , 
.ct-wrap .swiper .nextBtn{
    position: absolute;
    width: 10vw;
    height: 10vw;
    max-width: 69px;
    max-height: 69px;
    min-width: 30px;
    min-height: 30px;
    top: calc(40% - 69px/2);
    /* top:calc(418px - 69px/2); */
    z-index: 2;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.ct-wrap .prevBtn{
    background-image: url('imgs/arrow_left.png');
    left:0;
}
.ct-wrap .nextBtn{
    background-image: url('imgs/arrow_right.png');
    right:0;
}

/* for layer link */
.ct-wrap .layer-parent{
	position: relative;
}
.ct-wrap .layer{
	display: block;
	position: absolute;
	/* background-color: rgba(221, 76, 76, 0.2); */
}
.ct-wrap .link{
	text-indent: -999999px;
	z-index: 3;
    left: 10px;
    top: 10px;
	width: 200px;
	height: 100px;
}


.ct-06{
    background-color: #e3bfb3;
}