html,
body {
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
	margin: 0;
	padding: 0;
}

.error {
	padding-top: 100px;
	height: 90px;
	background: url(/resource/images/ico_error_1.png) no-repeat center center;
	background-size: 80%;
	text-align: center;
}

.word {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.header {
	position: fixed;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	color: #333;
	left: 0;
	top: 0;
	z-index: 4;
}

.wrapper {
	padding-bottom: 53px;
}

.top {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	z-index: 99;
	padding: 0 14px;

}

.change-city {
	float: left;
	line-height: 65px;
	color: #000000;
	width: 25%;
	text-align: left;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
}

.change-city span {
	float: left;
	font-size: 16px;
}

.change-city img {
	width: 10px;
	height: 10px;
	float: left;
	position: relative;
	top: 28px;
}

.search-head {
	float: right;
	line-height: 40px;
	width: 72%;
	height: 40px;
	margin-top: .8rem;
	background: #EDEDED;
	border-radius: 10px;
	color: #ccc;
	text-align: left;
	font-size: .75rem;
	position: relative;
}

.search-head input {
	width: 70%;
	height: 20px;
	padding: 10px 0;
	line-height: 20px !important;
	padding-left: .5rem;
	margin-left: 10px;
	border: 0;
	font-size: 16px;
	-webkit-appearance: none;
	background-color: #EDEDED;
}

.search-head input:focus {
	outline: 0;
}

.search-head input::-webkit-input-placeholder {
	color: #ccc;
}

.search-head .ico {
	float: right;
	padding-right: .5rem
}

.ad1 {
	/* margin: 0 4%; */
}

.ad1 img {
	height: 100%;
	width: 100%;
}

/* Tab栏容器 */
.tab-container {
	display: flex;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	background: #f8f8f8;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

/* Tab项通用样式 */
.tab-item {
	flex: 1;
	padding: 12px 0;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	font-weight: 500;
	color: #666;
	border-right: 1px solid #eee;
}

/* 移除最后一个tab的右边框 */
.tab-item:last-child {
	border-right: none;
}

/* 特定Tab样式 */
.Alevel {
	background-color: #fff8f8;
}

.Blevel {
	background-color: #f8fff8;
}

.Clevel {
	background-color: #f8f8ff;
}

/* 激活状态样式 */
.tab-item.active {
	color: #1890ff;
	font-weight: 600;
	background-color: white;
	border-bottom: 2px solid #1890ff;
}

/* 悬停效果 */
.tab-item:hover:not(.active) {
	background-color: #f0f0f0;
	color: #333;
}


.choarea {
	color: #806B58;
	/*color: #fff;*/
	width: 33.333%;

	/*background-color: #fff;*/
	/*background-color: #1ca3e5;*/

	padding: 10px 0 10px 0;
	float: left;
	background: #fff;

}

.choarea select {
	background-color: #fff;
	color: #545252;
	outline-style: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
	/* 兼容Chrome */
	-webkit-appearance: none;
}


.chodq {
	display: flex;
	/* flex: 1; */
	/* text-align: left; */
	background: #fff;
	z-index: 1;
	border-bottom: 1px solid #eee;
	padding: 0 12px;
}


.cinemas {
	overflow: auto;
	margin: 0 4%;
	height: 100%;
}

.cinemas .cinema-list {
	padding: 0rem 0 1rem 0;
}

.cinemas li {
	position: relative;
	padding: 5px 0 5px 0;
	margin: 10px 0;
	border-bottom: 1px solid #f5f3f3;
	font-size: 12px;
	/* min-height: 80px; */
	/* box-shadow: 1px 3px 5px #F4ECD7; */

}

.cinemas li:last-child {
	border-bottom: 0;
}

.cinemas li .noactive {
	padding: 0 10px 4px 0;
	color: #000000;
	font-size: 16px;
	width: 80%;
	text-align: left;
	font-weight: bold;
}

.cinemas li .active {
	padding: 0 10px 4px 0;
	color: #333;
	font-size: 18px;
	position: absolute;
	left: 30px;
	top: 3px;
	width: 80%;
	text-align: left;
	font-weight: bold;
}

/* .cinemas li span {
	background: url(../../images/mian.png) center no-repeat;
	background-size: 100%;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0px;
	bottom: 6px;
	display: inline-block;
}

.cinemas li span.wanda {
	background: url(../../images/hui.png) center no-repeat;
	background-size: 100%;
	width: 15px;
	height: 15px;
	position: relative;
	top: 3px;
	display: inline-block;
	margin-right: 6px;
}


 */

.cinemas li .logoPath {
	text-align: left;
	height: 17px;
	/* margin: 10px 0; */
	/* position: absolute;
	top: 25px;
	left: 0;
	display: inline-block; */
}

.cinemas li .logoPath img {
	width: 42px;
	height: 16px;
	margin-right: 5px;
}

.cinemas li .logoPath1 {
	text-align: left;
	height: 20px;
	/* margin: 10px 0; */
	/* position: absolute;
	top: 25px;
	left: 0;
	display: inline-block; */
}

.cinemas li .logoPath1 img {
	width: 180px;
	height: 20px;
	margin-right: 5px;
}

.cinemas li .ticket {
	/*padding:3px 90px 3px 0;*/

	display: block;
	text-align: left;
	color: #aa0000;
	font-weight: bold;
	/* border: 2px solid #ffaa7f; */
	/* border-radius: 5px; */
	/* padding: 0 5px; */
}

.cinemas li .addr {
	/*padding:3px 90px 3px 0;*/
	/* position: absolute; */
	/* left: 10px; */
	/* bottom: 5px; */
	width: 80%;
	text-align: left;
	color: #6a6767;
	font-weight: bold;
	font-size: 12px;
}

.cinemas li .price {
	font-size: 12px;
	position: absolute;
	color: #999;
	right: 0px;
	top: 7px;
}

.cinemas li .price strong {
	padding-right: 5px;
	color: red;
	font-weight: normal;
	font-size: 18px;
}

.cinemas li .buy {
	position: absolute;
	margin-top: -14px;
	padding: 0 12px;
	right: 0px;
	top: 50%;
}

.distance {
	position: absolute;
	color: #8A8686;
	font-size: .75rem;
	right: 0px;
	top: 5px;
}

.ad {
	text-align: center;
	position: absolute;
	top: 5%;
	display: none;
	left: 0;
	right: 0;
}

.close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10%;
}

.close img {
	width: 30px;
	height: 30px;
}

.adpic {
	margin-top: 30px;
}

.adpic img {
	width: 100%;
}

#mask-kk {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70)-moz-opacity: 0.7;
	display: none;
}

.footer {

	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);

}