.haofan {
	height: 120px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}

.hflist {
	height: 100%;
	width: 70%;
	position: relative;
	top: -50%;
	display: flex;
	display: -webkit-flex;
	background: #fff;
}

.hfitem {
	width: 100%;
	background: #f6f6f6;
	cursor: pointer;
	padding: 24px 0px;
}

.hfitem:not(:last-child) {
	margin-right: 1px;
}

.item_img,
.item_title {
	width: 100%;
	text-align: center;
	color: #4c4c4c;
}

.item_img {
	margin-bottom: 10px;
}

.hfitem:first-child {
	background: #8abeb2;
}

.hfitem:hover .blue {
	display: none;
}

.hfitem:hover .white {
	display: inline;
}

.color_black {
	color: #4c4c4c;
}

.color_white {
	color: #fff;
}

.hall_item:not(:first-child) {
	display: none;
}

/* universe */
.universe {
	width: 70%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 120px;
}

.uni-left {
	width: 20%;
}

.uni-right {
	width: 78%;
}

.ul_item {
	text-align: center;
	height: 100px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
}

.ul_item:not(:first-child) {
	margin-top: 10px;
}

.ul_item img {
	margin-right: 10px;
	/* width: 30px;
	height: 30px; */
	z-index: 2;
}

.ul_item span {
	z-index: 2;
}

.hide {
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
}

.ul_item:first-child .hide {
	background: #9e87cf;
}

.ul_item:nth-child(2) .hide {
	background: #5c4b51;
}

.ul_item:nth-child(3) .hide {
	background: #e0cf75;
}

.ul_item:nth-child(4) .hide {
	background: #f35f5d;
}

.ul_item:nth-child(5) .hide {
	background: #8abeb2;
}

.ul_item:nth-child(6) .hide {
	background: #f5b659;
}

.ul_item:nth-child(7) .hide {
	background: #96d996;
}

.ul_item:last-child .hide {
	background: #cd87cf;
}

.ul_item:hover .hide {
	transition: width 0.5s linear;
	-webkit-transition: width 0.5s linear;
	-moz-transition: width 0.5s linear;
	-o-transition: width 0.5s linear;
	width: 100%;
}

.hide {
	transition: all 0.5s linear;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-o-transition: 0.5s linear;
}

.ul_item:hover span {
	color: #fff;
}

.details-item {
	width: 100%;
}

.details-item:not(:first-child) {
	display: none;
}

.notbe {
	width: 100%;
	height: 280px;
	position: relative;
}

.not_img1 {
	position: absolute;
	left: 0%;
	top: 50%;
	z-index: 333;
	width: 70%;
}

.not_img2 {
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 222;
	box-shadow: 30px -30px 0px #9e87cf;
}

.not_img1 img {
	width: 100%;
	height: auto;
}

.not_img2 {
	width: 60%;
}

.not_img2 img {
	width: 100%;
}

.not_img3 img {
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
}

.text {
	padding: 80px 0px 40px 0px;
	line-height: 1.8;
	width: 80%;
	font-size: 16px;
	margin-top: 30px;
}

.main {
	padding: 40px 0px;
}

.main-title {
	padding: 0px 0px 40px 0px;
	color: #3487ff;
	font-size: 26px;
}

.main-list {
	display: flex;
	display: -webkit-flex;

}

.main-item {
	cursor: pointer;
	width: 120px;
	padding: 20px 0px;
	margin-right: 4px;
}

.main-item {
	border-top: 2px solid #e5e5e5;
}

.bady {
	/* padding: 40px 0px; */
	position: relative;
}

.bady_item:not(:first-child) {
	display: none;
}

/* .bady_img img{
width: 60%;
height: 280px;
} */
.bady_text {
	position: absolute;
	right: 10%;
	bottom: -15%;
	width: 50%;
	background: rgba(255, 255, 255, .7);
	padding: 20px;
	box-shadow: 3px 7px 5px #f5f5f5;
	-webkit-box-shadow: 3px 7px 5px #f5f5f5;
	-moz-box-shadow: 3px 7px 5px #f5f5ff;
	border-radius: 4px;
	font-size: 16px;
}



/* 切换至临展推荐样式 */
/* .lz_show{
display: none;
} */
.recommended {
	width: 70%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 120px;
}

.rmd-left {
	width: 20%;
	position: relative;
}

.rmd-right {
	width: 78%;
}

.rmd-item {
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	background: #f5f5f5;
	cursor: pointer;
}

.bgc {
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

.zzzl .bgc {
	background: #8abeb2;
}

.jjzl .bgc {
	background: #9e87cf;
}

.zlhg .bgc {
	background: #e0cf75;
}

.rmd-item:not(:first-child) {
	margin-top: 10px;
}

.rmd_data_show {
	transition: all .3s linear;
	height: 0;
	overflow: hidden;
}

.data_show_item {
	width: 100%;
	padding: 20px 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	color: #4c4c4c;
	cursor: pointer;
	margin-top: 4px;
	overflow: hidden;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
}

.rmd-item img,
.rmd-item span {
	z-index: 222;
}

.rmd-item img {
	margin-right: 10px;
}

.rmd-item:hover .white {
	display: inline;
}

.rmd-item:hover .black {
	display: none;
}

.rr_show {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.rmd_right_item:not(:first-child) {
	display: none;
}

.box {
	box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.14);
	width: 48%;
	margin-bottom: 40px;
	color: #4c4c4c;
}

.box_text {
	display: flex;
	display: -webkit-flex;
	padding: 20px 20px;
	align-items: center;
}

.box_dy {
	width: 30%;
	position: relative;
}

.box_dy::after {
	content: "";
	position: absolute;
	height: 70%;
	top: 15%;
	right: 24%;
	width: 1px;
	border-left: 1px solid #b3b3b3;
}

.cs9_blue,
.show_blue,
.cs11,
.cs13 {
	display: none;
}

.box_title {
	width: 70%;
}

.box_data,
.bttop {
	font-size: 18px;
}

.box_data,
.box_year,
.bttop,
.btbtm {
	margin: 10px 0px;
}

.box_img {
	overflow: hidden;
}

.bttop {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 550;
}

.box_img img {
	width: 100%;
	height: auto;
	cursor: pointer;
	z-index: 111;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

.box_img img:hover {
	transition: 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.box_year,
.btbtm {
	font-size: 16px;
}

.box_data {
	font-size: 26px;
}

.paging,
.paging2 {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	padding: 40px 20px;
}

.page_item,
.page_item2 {
	border: 1px solid #3487ff;
	width: 40px;
	height: 40px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	margin: 0px 10px;
	cursor: pointer;
}

.rmd-item:hover .bgc {
	width: 100%;
	transition: 0.5s linear;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	-o-transition: 0.5s linear;
}

.rmd-item:hover span {
	color: #fff;
}


.ul_item:hover .white {
	display: inline;
}

.ul_item:hover .black {
	display: none;
}





.hfitem:first-child:hover img,
.hfitem:nth-child(2):hover img,
.hfitem:nth-child(3):hover img,
.hfitem:last-child:hover img {
	animation: cd-shock 0.5s;
	-webkit-animation: cd-shock 0.5s;
	-moz-animation: cd-shock 0.5s;
	-ms-animation: cd-shock 0.5s;
	-o-animation: cd-shock 0.5s;
}

.hfitem:first-child:hover .item_title,
.hfitem:nth-child(3):hover .item_title,
.hfitem:last-child:hover .item_title,
.hfitem:nth-child(2):hover .item_title {
	color: #fff !important;
}

.hfitem:nth-child(3):hover {
	background: #9e87cf !important;
}

.hfitem:last-child:hover {
	background: #f5b659 !important;
}

.hfitem:nth-child(2):hover {
	background: #e0cf75 !important;
}

.hfitem:first-child:hover {
	background: #8abeb2 !important;
}


/* 路线推荐 */
.route-rmd {
	width: 70%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 120px;
}

.route-rmd-left {
	width: 20%;
}

.route-rmd-right {
	width: 78%;
}

.rrl_item {
	text-align: center;
	height: 100px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

.rrl_item:not(:first-child) {
	margin-top: 10px;
}

.rrl_item img {
	margin-right: 10px;
}

.rrr_img {
	height: 650px;
	width: 100%;
	background-color: #f5f5f5;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.rrr_img img {
	max-width: 100%;
}

.bdl {
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

.qzy .bdl {
	background: #8abeb2;
}

.qsn .bdl {
	background: #9e87cf;
}

.znn .bdl {
	background: #5c4b51;
}

.tty .bdl {
	background: #e0cf75;
}

.qzy:hover .bdl {
	width: 100%;
	transition: 0.5s linear;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	-o-transition: 0.5s linear;
}

.qsn:hover .bdl {
	width: 100%;
	transition: 0.5s linear;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	-o-transition: 0.5s linear;
}

.znn:hover .bdl {
	width: 100%;
	transition: 0.5s linear;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	-o-transition: 0.5s linear;
}

.tty:hover .bdl {
	width: 100%;
	transition: 0.5s linear;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	-o-transition: 0.5s linear;
}

.rrl_item img,
.rrl_item span {
	z-index: 222;
}

.rrl_item:hover {
	color: #fff;
}

.qzy:hover .qzy_white,
.qsn:hover .qsn_white,
.znn:hover .znn_white,
.tty:hover .tty_white {
	display: inline;
}

.qzy:hover .qzy_black,
.qsn:hover .qsn_black,
.znn:hover .znn_black,
.tty:hover .tty_black {
	display: none;
}

.qzy_list {
	width: 100%;
	text-align: center;
	z-index: 999;
}

/* 路线推荐 左侧导航下 下拉导航 */
.lxtj_switch_list {
	color: #4c4c4c;
}

.lxtj_switch_list:not(:first-child) {
	margin-top: 10px;
}

.lxtj_switch_list a {
	color: #4c4c4c;
}

.qzy_item {
	background: #f5f5f5;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	margin-top: 4px;
	cursor: pointer;
}

.qzy_list {
	height: 0;
	overflow: hidden;
	transition: all .3s ease;
}




/* 影院影讯 */

.viewing {
	background: #f5f5f5;
	display: flex;
	display: -webkit-flex;
	padding: 20px 0px;
	position: relative;
	top: 60px;
}

.view_left>div:first-child {
	font-size: 24px;
	color: #3388ff;
	margin-right: 50px;
}

.view_ewm img {
	width: 100px;
	height: 100px;
}

.view_sm {
	display: flex;
	display: -webkit-flex;
	justify-content: end;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	margin-left: 10px;
	color: #3487ff;
}

.view_left,
.view_right {
	width: 100%;
}

.view_right,
.view_left {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}

/* 临展推荐详情页 */
.show_details {
	width: 100%;
	display: none;
}

.show_details_title {
	font-size: 26px;
	font-weight: bolder;
}

.show_details_where {
	padding: 30px 0px;
	border-bottom: 2px solid #f5f5f5;
}

.show_details_where span:first-child {
	margin-right: 20px;
}

.show_details_describe {
	margin: 30px 0px;
	line-height: 2;
}

.exhibition_title {
	font-size: 26px;
	margin: 30px 0px;
}

.describe_exh {
	margin-bottom: 30px;
}

.describe_exh_title {
	font-weight: bolder;
	font-size: 18px;
}

.describe_exh_text {
	margin-top: 20px;
}





/* 响应式移动端显示样式 */
.res_yztw {
	border-left: 4px solid #9e87cf;
}

.res_dwjy {
	border-left: 4px solid #5c4b51;
}

.res_tmly {
	border-left: 4px solid #e0cf75;
}

.res_cxkj {
	border-left: 4px solid #f35f5d;
}

.res_tsfx {
	border-left: 4px solid #8abeb2;
}

.res_zhrl {
	border-left: 4px solid #f5b659;
}

.res_jttd {
	border-left: 4px solid #96d996;
}

.res_rgzn {
	border-left: 4px solid #cd87cf;
}

/* 临展推荐  响应式  导航 */
.res_lztj_zzzl {
	border-left: 4px solid #8abeb2;
}

.res_lztj_jjzl {
	border-left: 4px solid #9e87cf;
}

.res_lztj_zlhg {
	border-left: 4px solid #e0cf75;
	position: relative;
}

.zlhg_nav {
	position: absolute;
	right: 20px;
	top: 11px;
	width: 28px;
	height: 28px;
	background-image: url(../img/details/cinema/add.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 889;
	transition: all .3s ease;
}

.zlhg_bar a div {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
	margin-left: 14px;
}

.zlhg_bar {
	height: 0;
	overflow: hidden;
	transition: all .3s ease;
}

/* 路线推荐 响应式  移动端 */
.res_qzy,
.res_qsn,
.res_zln,
.res_tty {
	border-left: 4px solid;
}

.res_qzy {
	border-color: #8abeb2;
}

.res_qsn {
	border-color: #9e87cf;
}

.res_zln {
	border-color: #5c4b51;
}

.res_tty {
	border-color: #e0cf75;
}

.lxtj_nav {
	position: absolute;
	right: 60px;
	top: 11px;
	width: 28px;
	height: 28px;
	background-image: url(../img/details/cinema/add.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 889;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.lxtj_bar {
	height: 0;
	overflow: hidden;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.lxtj_bar a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-left: 14px;
}

/* 影院影讯 响应式  移动端  导航显示形式 */
.yyyx_link {
	border-left: 4px solid;
}

.res_qm {
	border-color: #8abeb2;
}

.res_jm {
	border-color: #9e87cf;
}

.res_4d {
	border-color: #5c4b51;
}

.res_fx {
	border-color: #e0cf75;
}

/*  */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.slide_container {
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%;
}

.slide {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.slide img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}

.slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	text-shadow: none;
	color: #4c4c4c;
	background: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

.slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 52%;
	left: 4%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../img/index/fourth/fourth-pic-3.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -45px;
}

.slide_nav:active {
	opacity: 1.0;
}

.slide_nav.next {
	left: auto;
	right: 4%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.rslides li {
	background-position: center;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
}

.lb_shadow {
	box-shadow: 3px 3px 10px 10px #f5f5f5;
	-webkit-box-shadow: 3px 3px 10px 10px #f5f5f5;
	-moz-box-shadow: 3px 3px 10px 10px #f5f5f5;
	-ms-box-shadow: 3px 3px 10px 10px #f5f5f5;
	-o-box-shadow: 3px 3px 10px 10px #f5f5f5;
}

.cszg_complete {
	display: none;
}

* {
	padding: 0;
	margin: 0;
	text-decoration: none;
}

.content {
	width: 100%;
}

.content_top {
	height: 50px;
	margin: 100px 0px 20px 30px;
	background: -webkit-gradient(linear, 0% 10%, 90% 100%, from(rgba(76, 76, 76, 0.1)), to(rgba(255, 255, 255, 0.8)));
	background: linear-gradient(to right, rgba(76, 76, 76, 0.1), rgba(255, 255, 255, 0.8));
	position: relative;
	line-height: 50px;
	height: 50px;
	padding-left: 45px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.content_top .details_return_icon{
	line-height: inherit!important;
}

.content_top .zy {
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-right: 30px;
	font-size: 20px;
	color: #3487ff;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	line-height: inherit;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: absolute;
}

.content_middle {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
}
.content_middle a {
	width: 50%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 10px;
}

.content_hz {
	width: 100%;
	position: relative;
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
}

.content_img img {
	width: 70%;
}
.zq_img{
	width: 70%;
	height: 0;
	padding-bottom: 35%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.content_wz {
	width: 30%;
	height: 100%;
	background-color: #9E87CF;
	position: absolute;
	top: 0px;
	right: 1px;
	text-align: right;
	font-size: 18px;
	color: white;
}
.zq_position{
	font-weight: bolder;
	color: white;
	font-size: 26px;
	position: absolute;
	top: 14%;
	right: 10%;
}

.zq {
	color: white;
	font-size: 16px;
	position: absolute;
	bottom: 25%;
	right: 10%;
}
.zq_details {
	color: white;
	font-size: 14px;
	position: absolute;
	bottom: 10%;
	right: 10%;
}


.content .content_back {
	position: absolute;
	right: 5px;
	padding: 5px;
	line-height: 20px;
}

.content_top .content_yhy {
	position: absolute;
	top: -52px;
	left: -30px;
}

.content_wb {
	width: 100%;
	line-height: 1.8;
	padding: 20px 0 40px 0;
}

.col_bottom_text_zp {
	margin-bottom: 10px;
}

.content_hz:hover {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
}

.vr_button{
	float:right;
	margin-bottom: 40px;
	margin-top: 40px;
	background: #9e87cf;
	border: none;
	color: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-shadow: 0px 20px 11px -8px rgba(158, 135, 207, 0.38);
	-webkit-box-shadow: 0px 20px 11px -8px rgba(158, 135, 207, 0.38);
	-moz-box-shadow: 0px 20px 11px -8px rgba(158, 135, 207, 0.38);
	-ms-box-shadow: 0px 20px 11px -8px rgba(158, 135, 207, 0.38);
	-o-box-shadow: 0px 20px 11px -8px rgba(158, 135, 207, 0.38);
	height: 45px;
	width: 170px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vr_button div{
	margin-left:10px;
}


.vr_button_zp{
	float:right;
	background: #9e87cf;
	border: none;
	color: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-shadow: 0px 20px 11px -8px rgba(158, 135, 207, 0.38);
	-webkit-box-shadow: 0px 20px 11px -8px rgba(158, 135, 207, 0.38);
	-moz-box-shadow: 0px 20px 11px -8px rgba(158, 135, 207, 0.38);
	-ms-box-shadow: 0px 20px 11px -8px rgba(158, 135, 207, 0.38);
	-o-box-shadow: 0px 20px 11px -8px rgba(158, 135, 207, 0.38);
	height: 45px;
	width: 170px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vr_button_zp div{
	margin-left:10px;
}

.route {
	position: relative;
}

.route_item_title {
	margin: 10px 0;
	word-break: keep-all;
}

.route_item {
	cursor: pointer;
	width: 5%;
	position: absolute;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.route_item img {
	width: 100%;
}

/* 一个 */
.route_item:nth-last-child(2):first-child {
	top: 8%;
	left: 30%;
}

/* 两个 */
.route_item:nth-last-child(3):first-child {
	top: 8%;
	left: 30%;
}

.route_item:nth-last-child(3):first-child~.route_item:nth-last-child(2) {
	top: 35%;
	left: 40%;
}

/* 三个 */
.route_item:nth-last-child(4):first-child {
	top: 8%;
	left: 30%;
}

.route_item:nth-last-child(4):first-child~.route_item:nth-last-child(3) {
	top: 35%;
	left: 40%;
}

.route_item:nth-last-child(4):first-child~.route_item:nth-last-child(2) {
	top: 62%;
	left: 48%;
}

/* 四个 */
.route_item:nth-last-child(5):first-child {
	top: 8%;
	left: 30%;
}

.route_item:nth-last-child(5):first-child~.route_item:nth-last-child(4) {
	top: 8%;
	left: 48%;
}

.route_item:nth-last-child(5):first-child~.route_item:nth-last-child(3) {
	top: 35%;
	left: 40%;
}

.route_item:nth-last-child(5):first-child~.route_item:nth-last-child(2) {
	top: 62%;
	left: 48%;
}

/* 五个 */
.route_item:nth-last-child(6):first-child {
	top: 8%;
	left: 30%;
}

.route_item:nth-last-child(6):first-child~.route_item:nth-last-child(5) {
	top: 8%;
	left: 48%;
}

.route_item:nth-last-child(6):first-child~.route_item:nth-last-child(4) {
	top: 35%;
	left: 40%;
}

.route_item:nth-last-child(6):first-child~.route_item:nth-last-child(3) {
	top: 35%;
	left: 55%;
}

.route_item:nth-last-child(6):first-child~.route_item:nth-last-child(2) {
	top: 62%;
	left: 48%;
}

/* 六个 */
.route_item:nth-last-child(7):first-child {
	top: 8%;
	left: 30%;
}

.route_item:nth-last-child(7):first-child~.route_item:nth-last-child(6) {
	top: 8%;
	left: 48%;
}

.route_item:nth-last-child(7):first-child~.route_item:nth-last-child(5) {
	top: 35%;
	left: 40%;
}

.route_item:nth-last-child(7):first-child~.route_item:nth-last-child(4) {
	top: 35%;
	left: 55%;
}

.route_item:nth-last-child(7):first-child~.route_item:nth-last-child(3) {
	top: 62%;
	left: 48%;
}

.route_item:nth-last-child(7):first-child~.route_item:nth-last-child(2) {
	top: 62%;
	left: 63%;
}

/* 七个 */
.route_item:nth-last-child(8):first-child {
	top: 8%;
	left: 30%;
}

.route_item:nth-last-child(8):first-child~.route_item:nth-last-child(7) {
	top: 8%;
	left: 48%;
}

.route_item:nth-last-child(8):first-child~.route_item:nth-last-child(6) {
	top: 8%;
	left: 63%;
}

.route_item:nth-last-child(8):first-child~.route_item:nth-last-child(5) {
	top: 35%;
	left: 40%;
}

.route_item:nth-last-child(8):first-child~.route_item:nth-last-child(4) {
	top: 35%;
	left: 55%;
}

.route_item:nth-last-child(8):first-child~.route_item:nth-last-child(3) {
	top: 62%;
	left: 48%;
}

.route_item:nth-last-child(8):first-child~.route_item:nth-last-child(2) {
	top: 62%;
	left: 63%;
}

/* 八个 */
.route_item:nth-last-child(9):first-child {
	top: 8%;
	left: 30%;
}

.route_item:nth-last-child(9):first-child~.route_item:nth-last-child(8) {
	top: 8%;
	left: 48%;
}

.route_item:nth-last-child(9):first-child~.route_item:nth-last-child(7) {
	top: 8%;
	left: 63%;
}

.route_item:nth-last-child(9):first-child~.route_item:nth-last-child(6) {
	top: 35%;
	left: 40%;
}

.route_item:nth-last-child(9):first-child~.route_item:nth-last-child(5) {
	top: 35%;
	left: 55%;
}

.route_item:nth-last-child(9):first-child~.route_item:nth-last-child(4) {
	top: 62%;
	left: 33%;
}

.route_item:nth-last-child(9):first-child~.route_item:nth-last-child(3) {
	top: 62%;
	left: 48%;
}

.route_item:nth-last-child(9):first-child~.route_item:nth-last-child(2) {
	top: 62%;
	left: 63%;
}

.route_item.route_item_select {
	position: absolute;
	left: 2px;
	text-align: center;
	height: 9%;

	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(52, 135, 255, .4);
	top: 0px;
}

.route_item.route_item_select::before,
.route_item.route_item_select::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -4.0625rem;
	margin-left: -4.0625rem;
	background-color: inherit;
	-webkit-animation: pluse 2s linear infinite;
	-ms-animation: pluse 2s linear infinite;
	-o-animation: pluse 2s linear infinite;
	animation: pluse 2s linear infinite;
	width: 8.125rem;
	height: 8.125rem;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	opacity: 0;
	z-index: 10;
}

.route_item.route_item_select::after {
	-webkit-animation: pluse 2s linear 2.3s infinite;
	-ms-animation: pluse 2s linear 2.3s infinite;
	-o-animation: pluse 2s linear 2.3s infinite;
	animation: pluse 2s linear 2.3s infinite;
	-webkit-animation-delay: .5s;
	-ms-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}

@-webkit-keyframes pluse {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0
	}
}

@-ms-keyframes pluse {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0
	}
}

@-o-keyframes pluse {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0
	}
}

@keyframes pluse {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0
	}
}

.res_route {
	display: none;
}

.route {
	display: block;
}

.res_route_item {
	cursor: pointer;
	border: 1px solid #3487ff;
}

.res_route_select_green.res_route_item_select {
	background-color: #ebf8f5;
}

.res_route_select_purple.res_route_item_select {
	background-color: #f3effa;
}

.res_route_select_pink.res_route_item_select {
	background-color: #f9eff3;
}

.res_route_select_yellow.res_route_item_select {
	background-color: #fdfbf2;
}

.res_route_item_left {
	display: flex;
	align-items: center;
}

.res_route_item_left img {
	height: 14px;
	margin: 0px 10px;
}

.res_route_item_right {
	height: 10px;
	margin: 0px 10px;
}

.res_route li {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	padding: 10px 5px;
}


.zp_list {
	display: none;
}

.zp_list:first-child {
	display: block;
}

.zp_title_color {
	color: #3487ff;
}

.zp_complete_left {
	float: left;
	width: 67%;
}

.zp_complete_right {
	float: right;
	width: 30%;
}

.dy_area_mt{
	margin-top:20px!important;
}
.permanentPavilion_floor{
	position: absolute;
    bottom: 0;
    background: #9e87cf;
    width: 150px;
    left: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dynamic-icon-position-class{
	color: #fff;
	font-size:24px;
}
.permanentPavilion_floor_font{
	font-size: 32px;
    color: #ffffff;
    font-family: 'dynamic', Open Sans, sans-serif;
    padding-left: 15px;
}

@media (max-width:1399.99px) {
	.zq {
		bottom: 27%;
		font-size: 14px;
	}
	.zq_details{
		font-size: 13px;
	}
	.zq_img {
		width:65%;
		padding-bottom: 32.5%;
	}
	.content_wz{
		width:35%;
	}
	.zq_position{
		font-size: 18px;
	}
}
@media (max-width:1200px) {
	.content_middle a {
		width: 100%;
	}

	.zq_img {
		width:72%;
		padding-bottom: 36%;
	}
	.content_wz{
		width:28%;
	}
	.zq_position{
		font-size: 26px;
	}
}
@media (max-width:992px) {
	.permanentPavilion_floor {
		left:0px;
	}
}
	
@media (max-width:960px) {
	.route_item_title {
		font-size: 14px;
	}

	.zq_img {
		width:68%;
		padding-bottom: 34%;
	}
	.content_wz{
		width:32%;
	}

}
@media (max-width:768px) {
	.content_top {
		padding-left: 25px;
		line-height: 40px;
		height: 40px;
		padding-left: 25px;
	}

	.content_top .content_yhy {
		position: absolute;
		top: -30px;
		left: -30px;
		height: 70px;
	}
}




@media (max-width:490px) {
	.dy_area_mt {
		margin-top: -20px!important;
	}

	.content_middle a {
		padding:5px;
	}

	.zq_img {
		width:65%;
		padding-bottom: 32.5%;
	}
	.content_wz{
		width:35%;
	}

	.zq_position{
		font-size: 18px;
	}

	.mt_60_fu {
		margin-top: -35px !important;
	}

	.res_route {
		display: block;
	}

	.route {
		display: none;
	}

	.content_top {
		text-align: center;
		line-height: 30px;
		height: 30px;
		margin: 50px 20px 20px 10px;
	}

	.content_top .zy {
		font-size: 12px !important;
		left: 15px;
		top: 0px;
	}

	.content_top .content_yhy {
		top: -20px;
		left: -20px;
		height: 50px;
	}

	.list_block_szwh {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.col_bottom_text {
		font-size: 13px;
	}

	.content_back {
		height: 20px
	}

	.zq {
		bottom: 30%;
		font-size: 12px;
	}

	.content_wb {
		padding: 20px 0px 30px;
	}

	.zq_details {
		font-size: 12px;
	}

	.zp_complete_left {
		width: 100%;
	}

	.zp_complete_right {
		width: 100%;
	}
}

@media (max-width:350px) {
	.zq_position{
		font-size: 16px;
	}
}

.zp_complete_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.dy_audio{
	width:100%;
}
.qrCodeBox{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.qrCodeBox_hidden{
	display:none;
}
#qrCode{
	margin-bottom: 20px;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.qrCodeDes{
	font-size:14px;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}
.icon-yinpin{
	margin: 0 5px;
	cursor: unset!important;
}

.qrCodeLogo{
	position: absolute;
	width: 40px;
	height: 40px;
}
.qrCodeLogo img{
	width:100%;
}
.audio_code_box{
	display:block;
}
.audio_code_box_hidden{
	display:none!important;
}
.res_audio_code_box{
	display:block;
	margin: 30px 0 0px 0;
}
.res_audio_code_box_hidden{
	display:none!important;
}
.audio_code_container{
	display: flex;
	flex: 1;
	margin: 30px 0 10px 0;
	padding:20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.14);
	-ms-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.14);
	-o-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.14);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.pc_dy_audio_box{
	flex: 1;
	padding-right: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 30px;
}

.pc_dy_audio_title{
	font-size:28px;
	color:#3487FF;
}
