* {
	margin: 0;
	padding: 0
}

.banner {
	position: relative
}

.banner_title {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%);
	color: white;
	font-size: 60px;
	font-weight: bold;
	text-align: center
}

.video_play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%)
}

.play_video {
	display: block
}

a {
	outline: 0 none;
	text-decoration: none
}

.play_btn {
	border: 0 none;
	width: 25px;
	padding-left: 15px
}

.video_text {
	color: white;
	font-size: 20px;
	font-weight: bold;
	float: left
}

.content_box {
	width: 60%;
	max-width: 978px;
	margin: 0 auto;
	padding-top: .1px
}

.sub_title {
	margin-top: 100px;
	font-size: 28px;
	line-height: 38px;
	font-weight: bold
}

.content_text {
	margin-top: 50px;
	font-size: 16px;
	line-height: 26px
}

.content_image {
	width: 100%;
	margin: 50px auto 30px
}

.audio_case {
	margin: 80px auto
}

.content_pic {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 50px auto
}

.content_pic_img {
	padding: 5px
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(/content/dam/huawei-cbg-site/cee-nordics/gr/mkt/campaign/sound-of-light/images/left.png)
}

.swiper-button-next,
.swiper-button-prev {
	width: 44px;
	background-size: 44px 44px
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(/content/dam/huawei-cbg-site/cee-nordics/gr/mkt/campaign/sound-of-light/images/right.png)
}

.swiper_box {
	margin: 50px auto
}

.content_box .last_text {
	margin-bottom: 80px
}

.content_image img,
.content_pic img,
.swiper_box img {
	width: 100%
}

.mob {
	width: 100%;
	display: none
}

@media(max-width:1024px) {
	.pc {
		display: none
	}
	.mob {
		display: block
	}
}

@media(max-width:768px) {
	.content_box {
		width: 80%
	}
}

@media screen and (max-width:1600px) {
	.banner_title {
		font-size: 48px
	}
}

@media screen and (max-width:1280px) {
	.banner_title {
		font-size: 40px
	}
}

@media screen and (max-width:1024px) {
	.banner_title {
		font-size: 28px
	}
}

@media screen and (max-width:768px) {
	.banner_title {
		width: 75%
	}
}

@media screen and (max-width:640px) {
	.banner_title {
		font-size: 24px
	}
	.sub_title {
		margin-top: 50px
	}
	.audio_box {
		margin: 40px auto
	}
}

@media screen and (max-width:534px) {
	.banner_title {
		font-size: 20px
	}
}

@media screen and (max-width:414px) {
	.banner_title {
		font-size: 16px
	}
	.video_text {
		font-size: 16px
	}
	.sub_title {
		font-size: 20px;
		line-height: 28px
	}
}

@media screen and (max-width:360px) {
	.video_play {
		top: 65%
	}
	.audio_box {
		margin: 30px auto
	}
}

.audio-wrapper {
	background-color: #383737;
	margin: 10px auto;
	max-width: 978px;
	border: 1px solid #e0e0e0
}

.audio_box {
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	position: relative;
	height: 150px
}

.audio-left {
	text-align: center
}

.audio-left img {
	width: 100%;
	margin: 0;
	display: initial;
	cursor: pointer
}

.audio-pic {
	width: 12%;
	text-align: center
}

.audio-pic img {
	width: 100%
}

.audio-right {
	width: 65%;
	margin-top: 25px
}

.audio-right p {
	font-size: 15px;
	height: 35%;
	margin: 8px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 243px
}

.progress-bar-bg {
	background-color: #d9d9d9;
	position: relative;
	height: 6px;
	cursor: pointer;
	border-radius: 10px
}

.progress-bar {
	background-color: #649fec;
	width: 0;
	height: 6px;
	border-radius: 10px
}

.audio-time {
	overflow: hidden;
	margin-bottom: 10px;
	color: darkgray
}

.audio-length-total {
	float: right;
	font-size: 12px
}

.audio-length-current {
	float: left;
	font-size: 12px
}

.audio_box {
	margin: 0 auto
}

.sangid {
	font-size: 22px;
	position: absolute;
	top: 22%;
	left: 19%;
	color: white
}

@media(max-width:534px) {
	.audio_box {
		height: 100px
	}
	.sangid {
		position: absolute;
		top: 10%;
		left: 24%
	}
	.audio-left {
		width: 60px
	}
}