@media screen and (min-width: 1601px) {

	html,
	body {
		font-size: 10px;
	}
}

@media screen and (min-width: 1281px) and (max-width: 1600px) {

	html,
	body {
		font-size: 10px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {

	html,
	body {
		font-size: 9px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

	html,
	body {
		font-size: 8px;
	}
}


@media only screen and (max-width: 767px) {

	html,
	body {
		font-size: 6px;
	}
}

.section-videoBanner {
	padding: 30px 0 40px 0;
	background: #000000;
}

.center-button-container {
	position: absolute;
	width: 100%;
	height: 100%;
	/* background: rgba(0,0,0,0.3); */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.04)), to(rgba(0, 0, 0, 0.56)));
	background: linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.56));
}

.button-icon {
	height: 100%;
}

.button-icon img {
	position: absolute;
	top: 50%;
	transform: translate(-50%, 0px);
}

.section-videoBanner .content {
	text-align: center;
	display: block;
	vertical-align: top;
	box-sizing: border-box;
	color: #fff;
	background-color: #000;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	/* padding: 0; */
	font-size: 10px;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	word-break: initial;
}

.section-videoBanner video, .section-videoBanner iframe {
	display: block;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

video:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

.section-videoDescript {
	padding: 36px 0 50px 0;
	background: #FFFFFF;
	overflow-x: hidden;
}

.vd-top {
	display: flex;
	justify-content: space-between;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: left;
	color: #1D1D1D;
	line-height: 3rem;
	margin-bottom: 15px;
}

.section-videoDescript .vd-top .title {
	width: 600px;

}

.section-videoDescript .vd-top .stLarge {
	background-image: none !important;
}

.section-videoDescript .vd-top .c-icons {
	box-sizing: border-box;
	overflow: hidden;
}

.section-videoDescript .c-icons div {
	cursor: pointer;
	background-repeat: no-repeat !important;
	float: left;
	margin-left: 2rem;
	width: 3rem;
	height: 3rem;
	background-size: 100% !important;
	transition: all .3s;
}

.section-videoDescript .vd-top .icon1 {
	background: url('https://sanyglobal-img.sany.com.cn/static/img/newsdetail/icon1.svg');
}

.section-videoDescript .vd-top .icon1:hover {
	background: url('https://sanyglobal-img.sany.com.cn/static/img/newsdetail/icon1-hover.svg');
}

.section-videoDescript .vd-top .icon2 {
	background: url('https://sanyglobal-img.sany.com.cn/static/img/newsdetail/facebook-icon.svg');
}

.section-videoDescript .vd-top .icon2:hover {
	background: url('https://sanyglobal-img.sany.com.cn/static/img/newsdetail/facebook-icon-hover.svg');
}

.section-videoDescript .vd-top .icon3 {
	background: url('https://sanyglobal-img.sany.com.cn/static/img/newsdetail/icon3.svg');
}

.section-videoDescript .vd-top .icon3:hover {
	background: url('https://sanyglobal-img.sany.com.cn/static/img/newsdetail/icon3-hover.svg');
}

.section-videoDescript .vd-top .icon4 {
	background: url('https://sanyglobal-img.sany.com.cn/static/img/newsdetail/icon4.svg');
}

.section-videoDescript .vd-top .icon4:hover {
	background: url('https://sanyglobal-img.sany.com.cn/static/img/newsdetail/icon4-hover.svg');
}

.vd-bottom {
	width: 600px;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: left;
	color: #504f4f;
	line-height: 2.4rem;
}

.section-walkaround {
	padding: 4rem 0 0 0;
	background: #F8F8F8;
}

.vd-title {
	font-size: 3.6rem;
	font-weight: 700;
	text-align: left;
	color: #1d1d1d;
	line-height: 6rem;
	margin-bottom: 3.2rem;
}

.sw-swiper {
	position: relative;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* background: #fff; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.section-product {
	padding: 5rem 0 6rem 0;
	background: #F8F8F8;
}

.section-walkaround .item {
	cursor: pointer;
	padding-bottom: 1.9rem;
}

.section-walkaround .item .i-top {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.section-walkaround .item .i-top img {
	width: 100%;
}
.section-walkaround .item .i-top .playing-image{
	width: 48px;
}
.section-walkaround .item .i-top span {
	display: inline-block;
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	padding: 4px;
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 1.2rem;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	border-radius: 2px;
}

.section-walkaround .item .i-bottom {
	width: 100%;
	height: 4.8rem;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: left;
	color: #333;
	line-height: 2.4rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 1.5rem;
}

.section-walkaround .swiper-button-next,
.section-walkaround .swiper-button-prev {
	width: 5rem !important;
	height: 5rem !important;
	background: rgba(255, 255, 255, 0.6);
	color: #0B0716;
	outline: none;
	top: calc(50% - 3.15rem);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06), 0 0 4px rgba(0, 0, 0, 0.06);
}

.section-walkaround .swiper-button-next::after,
.section-walkaround .swiper-button-prev::after {
	font-size: 2rem !important;
}

.section-walkaround .swiper-button-next.loading::after,
.section-walkaround .swiper-button-prev.loading::after {
	content: '';
	background: url("https://sanyglobal-img.sany.com.cn/static/img/video/loading.gif") no-repeat center #fff;
	background-size: contain;
	width: 3rem;
	height: 3rem;
}

.section-walkaround .swiper-button-next {
	right: -7rem;
}

.section-walkaround .swiper-button-prev {
	left: -7rem;
}

.section-walkaround .swiper-button-disabled {
	opacity: 0;
}

.section-product .sp-list {
	margin-top: 2rem;
}

.sp-icons {}

.swiper-slide.active .i-top::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.section-walkaround .swiper-slide.active .i-bottom {
	/* padding: 0 8px;
	box-sizing: border-box; */
	color: #DC000C;
}

.section-walkaround .swiper-slide.active .i-top span {
	display: none;
}

.playing-image {
	display: none;
}

.swiper-slide.active .playing-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	z-index: 2;
	width: 48px;
}
.sw-swiper.visible-small{
	width: calc(100% + 40px);
	position: relative;
	margin-left:-20px;
}
.mobile-swiper-container .swiper-wrapper{
	/* padding: 0 20px; */
}

@media screen and (max-width: 1024px) {
	.section-videoBanner {
		margin-top: 60px;
		padding: 0;
	}

	.section-walkaround .swiper-button-prev {
		left: 0;
	}

	.section-walkaround .swiper-button-next {
		right: 0
	}

	.section-walkaround .swiper-button-next,
	.section-walkaround .swiper-button-prev {width: 32px!important; height: 32px!important;}

	.section-walkaround .swiper-button-next::after,
	.section-walkaround .swiper-button-prev::after {
		font-size: 14px !important;
	}
}

@media only screen and (max-width: 992px) {
	.videodetail {
		overflow-x: hidden;
	}

	.section-videoDescript{position: relative; padding: 20px 0 56px 0;}

	.section-videoDescript .vd-top {
		display: block;
		margin-bottom: 0;
	}


	.section-videoDescript .vd-top .c-icons {
		width: 100%;
		position: absolute;
		bottom: 20px;
		left: 50px;
	}


	.section-videoDescript .vd-top .title {
		width: 100%;
		font-size: 22px;
		font-weight: bold;
		line-height: 25px;
		margin-bottom: 10px;
	}
	/* .section-videoBanner .content{
		width: 100%;
		height: auto;
	} */
	.section-videoBanner video, .section-videoBanner iframe{
		/* position: relative; */
		height: 100%;
	}
	.section-videoDescript .c-icons div {
		width: 26px;
		height: 26px;
		margin-left: 0rem;
		margin-right: 2rem;
	}

	.section-videoDescript .vd-bottom {
		width: 100%;
		font-size: 14px;
		line-height: 20px;
	}

	.vd-title {
		font-size: 24px;
	}

	.sw-swiper-phone {
		/* display: flex;
		overflow-x: auto; 
		white-space:nowrap; 
		width: auto; */
	}

	.sw-swiper-phone .swiper-container {
		display: block;
		text-align: center;
		white-space: nowrap;
	}

	.sw-swiper-phone .item {
		width: 140px;
		display: inline-block;
		padding-bottom: 15px;
	}
	.sw-swiper-phone .item:last-child{
		margin-right: 20px;
	}
	.sw-swiper-phone .item:first-child{
		margin-left: 20px;
	}
	.sw-swiper-phone .item:not(:first-of-type) {
		margin-left: 15px;
	}

	.section-walkaround .item .i-top span {
		font-size: 12px;
	}

	.section-videoBanner .new-container {
		width: 100%;
	}

	.sw-swiper {
		overflow-x: auto;
	}

	.section-walkaround .item .i-bottom {
		white-space: pre-wrap;
		line-height: 16px;
		height: 32px;
		font-size: 13px;
	}

	/* .section-videoBanner video {
		height: auto;
	} */
	

}

@media screen and (max-width: 768px) {
	.section-videoDescript .vd-top .c-icons {
		left: 20px;
	}
}
@media screen and (min-width: 415px) and (max-width: 767px) {}

@media only screen and (max-width: 414px) {
	.swiper-slide.active .playing-image {
		width: 36px;
	}
}

@media only screen and (max-width: 320px) {}

.videodetail{
	background: #F8F8F8;
}
.section-videoBanner,
.section-videoDescript{
	background: #F8F8F8;
}
.videodetail .new-container{
	max-width: 1000px;
}
.section-walkaround{
	padding: 0;
}
.section-bread{
	padding-top: 30px;
}
.breadcrumbs{
	overflow: hidden;
}
.section-bread span{
	overflow: hidden;
}
.section-bread a{
	font-size: 14px;
	color: #555;
	line-height: 18px;
    height: 18px;
    display: block;
    float: left;
}
.section-bread .arrow{
	width: 14px;
	height: 14px;
	margin: 2px 6px;
    float: left;
}
@media screen and (max-width: 1024px){
	.section-bread{
		padding-top: 0px;
	}
	.section-videoBanner{
		margin-top: 0px;
	}
	.section-bread{
		padding: 20px 0;
	}
}