.nav-height {
	height: 1.2rem;
}
.nav {
	width: 100%;
	height: 1.1rem;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 0.24rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
	z-index: 99;
	background: url('/images/nav_bg_img.png') no-repeat;
	background-size: cover;
	border-radius: 0.3rem 0.3rem 0 0;
}
.nav .nav__item {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
	position: relative;
	height: 100%;
}
.nav .center_nav {
	position: absolute;
	width: 1.06rem;
	height: 1.06rem;
	bottom: 0.3rem;
}
.nav .nav__item .nav-icon {
	width: auto;
	height: 0.5rem;
}
.nav .nav__item p {
	color: #fff;
	font-size: 0.2rem;
}

.disc {
	border-radius: 100%;
	padding: 0.2rem;
	width: 3.6rem;
	height: 3.6rem;
	color: #fff;
	background: rgba(210, 210, 210, 0.65);
	position: relative;
}
.disc-rotate {
	border-radius: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: rotate(150deg);
}
.disc .disc-rotate__item {
	width: 1rem;
	height: 1rem;
	text-align: center;
	position: absolute;
	transform: rotate(-150deg);
	color: #fff;
}
.disc .disc-rotate__item p {
	font-size: 0.2rem;
}
.disc .disc-rotate__item img {
	width: 0.6rem;
	height: 0.6rem;
	margin: 0 auto;
}

/* 返回按钮 */
.back-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 0.4rem;
	bottom: 1.4rem;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 100%;
	background: #405586;
	color: #fff;
	font-size: 0.24rem;
	z-index: 2001;
}
.back-btn__icon {
	width: 0.46rem;
	height: 0.39rem;
	margin-bottom: 0.04rem;
}

/* 列表页面 */
.list-page {
	height: 100%;
	box-sizing: border-box;
}

.list-page .list__item {
	position: relative;
	display: block;
	width: 7.14rem;
	height: 3.5rem;
	margin: 0.2rem auto;
}

.list-page .list__item--bg {
	position: absolute;
	width: 100%;
	height: 100%;
}
.list-page .list__item--bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #fff;
	padding-right: 0.2rem;
}

.list-page .list__item--bottom .yellow {
	background: url('/images/list_item_name_yellow.png');
}
.list-page .list__item--bottom .blue {
	background: url('/images/list_item_name_blue.png');
}
.list-page .list__item--bottom .green {
	background: url('/images/list_item_name_green.png');
}
.list-page .list__item--bottom .bluelight {
	background: url('/images/list_item_name_bluelight.png');
}
.list-page .list__item--bottom .yellowlight {
	background: url('/images/list_item_name_yellowlight.png');
}

.list-page .list__item--bottom .name {
	display: flex;
	align-items: flex-end;
	flex: 1;
	height: 0.76rem;
	background-repeat: no-repeat;
	background-size: 6.15rem 0.76rem;
	background-position: 0 0;
	font-size: 0.3rem;
	padding-left: 0.2rem;
	padding-bottom: 0.06rem;
}

.list-page .list__item--bottom .name p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 3rem;
}

.list-page .list__item--bottom .more {
	display: flex;
	align-items: center;
}

.list-page .list__item--bottom .more__icon {
	width: 0.16rem;
	height: 0.19rem;
	margin-left: 0.1rem;
}

.list-page .list__item--line {
	width: 6.7rem;
	height: 3px;
	max-width: 670px;
	margin: 0 auto;
}

.no-result {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 60vh;
}

.no-result .no-result__img {
	width: 2rem;
	height: 1.8rem;
}

/* 全域视频列表 */
.list__item--mask {
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.movie-list .movie-list--content {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 0.24rem;
	transform: translate3d(-50%, -50%, 0);
	z-index: 2;
}
.movie-list .movie-list--play {
	width: 1.21rem;
	height: 1.05rem;
	margin-bottom: 0.1rem;
}
.movie-list .movie-list--text {
	color: #2e439a;
	font-size: 0.3rem;
	text-align: center;
	margin-bottom: 0.5rem;
}
.list__item--line:last-of-type {
	display: none;
}

.movie__type {
	position: relative;
	background: #eee;
	color: #999;
	width: 7.14rem;
	height: 0.58rem;
	border-radius: 0.58rem;
	margin: 0.3rem auto;
	display: flex;
	align-items: center;
}
.movie__type-item {
	flex: 1;
	text-align: center;
}
.movie__type-item span {
	position: relative;
	z-index: 2;
}
.movie__type-item img {
	display: none;
	position: absolute;
	top: 0;
	width: 3.94rem;
	height: 0.58rem;
	z-index: 1;
}
.movie__type-active {
	color: #fff;
}

.movie__type-active img {
	display: block;
}

/* 详情页面 */
.audio__type {
	color: #405586;
}
.audio__type.active {
	color: #999;
}
.detail {
	padding-top: 0.15rem;
	padding-bottom: 1.4rem;
	width: 7.2rem;
	margin: 0 auto;
}
.detail__header {
	position: relative;
	min-height: 3rem;
	max-height: 7rem;
}
.detail__header .swiper {
	border-radius: 0 0 0 70%;
	overflow: hidden;
}
.detail__header--bg {
	width: 100%;
	height: 7rem;
	object-fit: cover;
}
.detail__header--tag {
	width: 3.26rem;
	height: 2.35rem;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.detail__title {
	font-size: 0.5rem;
	margin-top: 0.1rem;
	margin-bottom: 0.2rem;
}
.detail__audio {
	border-radius: 0.1rem;
	border: 1px solid #d2d2d2;
	font-size: 0.18rem;
	padding: 0.1rem;
	margin-bottom: 0.1rem;
}
.detail__audio__center {
	display: flex;
	align-items: center;
}
.detail__audio__center--speed {
	position: relative;
	width: 6.2rem;
	margin-right: 0.2rem;
	height: 0.04rem;
	background: #bfbfbf;
	border-radius: 1rem;
	max-height: 4px;
	flex-shrink: 0;
}
.detail__audio__center--speed .speed-slide {
	position: absolute;
	width: 0.45rem;
	height: 0.2rem;
	border-radius: 0.2rem;
	top: -0.1rem;
}
.detail__audio__center--icon {
	width: 0.44rem;
	height: 0.44rem;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.detail__audio__center--icon img {
	width: 0.18rem;
	height: 0.2rem;
}
.detail__audio__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.detail__info {
	font-size: 0.3rem;
	margin-bottom: 0.06rem;
}
.detail__handle {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0.4rem 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #eee;
	border-radius: 0.2rem 0.2rem 0 0;
	font-size: 0.25rem;
	z-index: 10;
}
.detail__handle__item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}
.detail__handle__item.dis {
	filter: grayscale(1);
	color: #999 !important;
}

.detail__handle__item p {
	margin-left: 0.1rem;
}
.detail__handle__item .vr-icon {
	width: 0.4rem;
	height: 0.25rem;
}
.detail__handle__item .movie-icon {
	width: 0.35rem;
	height: 0.28rem;
}
.detail__handle__item .nav-icon {
	width: 0.32rem;
	height: 0.32rem;
}

.scenic-detail .detail__title,
.scenic-detail .detail__info,
.scenic-detail .detail__handle,
.scenic-detail .detail__handle__item,
.scenic-detail .detail__audio {
	color: #405586;
}
.scenic-detail .speed-slide,
.scenic-detail .detail__audio__center--icon {
	background: #405586;
}

.culture-detail .detail__title,
.culture-detail .detail__info,
.culture-detail .detail__handle,
.culture-detail .detail__handle__item,
.culture-detail .detail__audio {
	color: #f19d31;
}
.culture-detail .speed-slide,
.culture-detail .detail__audio__center--icon,
.culture-detail .back-btn {
	background: #f19d31;
}

.food-detail .detail__title,
.food-detail .detail__info,
.food-detail .detail__handle,
.food-detail .detail__handle__item,
.food-detail .detail__audio {
	color: #fdba44;
}
.food-detail .speed-slide,
.food-detail .detail__audio__center--icon,
.food-detail .back-btn {
	background: #fdba44;
}

.hotel-detail .detail__title,
.hotel-detail .detail__info,
.hotel-detail .detail__handle,
.hotel-detail .detail__handle__item,
.hotel-detail .detail__audio {
	color: #3c6ddb;
}
.hotel-detail .speed-slide,
.hotel-detail .detail__audio__center--icon,
.hotel-detail .back-btn {
	background: #3c6ddb;
}

.country-detail .detail__title,
.country-detail .detail__info,
.country-detail .detail__handle,
.country-detail .detail__handle__item,
.country-detail .detail__audio {
	color: #83a453;
}
.country-detail .speed-slide,
.country-detail .detail__audio__center--icon,
.country-detail .back-btn {
	background: #83a453;
}

/* 精美相册页面 */
.picture-list {
	width: 7.14rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.picture__item {
	width: 3.5rem;
}
/* .picture__item:nth-child(odd) {
	margin-right: 0.06rem;
} */
.picture__cover {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 0.2rem;
}
.picture__title {
	margin-bottom: 0.3rem;
	margin-top: 0.1rem;
	text-align: center;
	color: #405586;
	font-size: 0.26rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.picture__item > .load-img-box {
	width: 3.5rem;
	height: 3.5rem;
}

.picture-detail__title {
	font-weight: bold;
	text-align: center;
	font-size: 0.28rem;
	color: #405586;
	border-bottom: 1px solid #f5f5f5;
	padding: 0.4rem 0.1rem 0.2rem 0.1rem;
	margin-bottom: 0.3rem;
}

.picture-detail__content {
	padding: 0 0.1rem;
}
.picture-detail__content img {
	margin-bottom: 0.1rem;
}
