.boxs > .container-fluid{
	width: 100%;
	padding: 0px 60px;
}
.boxs .box{
	display: none;
}
.boxs .box.device_web{
	display: block;
}
.boxs .box.device_phone{
	display: none;
}
.boxs .box.device_web.device_phone{
	display: block !important;
}
.boxs .box .details{
	display: flex;
	flex-wrap: wrap;
}
.boxs .box .details .detail{
	/*background-color: #ccc;*/
	overflow: hidden;
}
.boxs .box .details .detail.heightauto img{
	width: 100%;
}
.boxs .box .details .detail .photo{
	width: 100%;
	height: 100%;
	/*padding-top: 100%;*/
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0px;
	top: 0px;
	/*background-color: #ccc;*/
}
.boxs .box .details .detail .youtube{
	position: absolute;
	left: 0px;
	top: 0px;
}
.embed-responsive-4by3 {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    padding-top: 75%; /* 4:3 比例 */
}

.embed-responsive-4by3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.boxs .box .details .detail .text{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 15px;
	opacity: 1 !important;
	background: none !important;
}
.boxs .box .details .detail .text.noPhoto{
    position: relative !important;
}
.boxs .box .details .detail .mask{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.boxCarousel{
	overflow: hidden;
}
.boxCarousel .swiper .photo4by3{
	width: 100%;
	padding-top: 75%;
	background-size: cover;
	background-position: center;
}
.boxCarousel .swiper .photo16by9{
	width: 100%;
	padding-top: 56.25%;
	background-size: cover;
	background-position: center;
}

.boxCarousel .swiper img{
	width: 100%;
}
@media(max-width:  820px){

	.boxs .box.device_web{
		display: none;
	}
	.boxs .box.device_phone{
		display: block;
	}
	.boxs .box.device_web.device_phone{
		display: block !important;
	}

}
