.index-bar {
	padding: 0;
}

.index-bar .location span {
	color: #666;
	font-size: 0.6rem;
}

.index-bar .select-down {
	width: 0.8rem;
	display: inline-block;
	font-size: 0.65rem;
	margin-left: 0.08rem;
	background: url(../../images/index/down.png) no-repeat;
	background-size: 0.7rem;
	background-position: 0px 0.4rem;
}

.index-bar .location {
	height: 2.2rem;
	line-height: 2.2rem;
	position: absolute;
	left: 0.3rem;
	font-size: 0.65rem;
	display: block;
	color: #000;
}

#location:after {
	content: "";
    position: absolute;
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    border-bottom: 0.06rem solid #666;
    border-right: 0.06rem solid #666;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    right: -0.5rem;
    margin-top: -0.15rem;
}

.index-bar .search-box {
	border-radius: 3px;
	height: 1.4rem;
	margin: 0.4rem 0.4rem 0.4rem 3.25rem;
	overflow: hidden;
	position: relative;
}

.index-bar .search-box input {
	border: none;
	font-size: 0.6rem;
	height: 1.4rem;
	line-height: 0.8rem;
	padding-left: 1.8rem;
	width: 100%;
	background: #F2F2F2;
	border-radius: 1.5rem;
}

.index-bar .search-box .search-btn {
	position: absolute;
	top: 0.34rem;
	left: 0.45rem;
	width: 0.8rem;
	height: 0.8rem;
	background: url(../../images/index/index_search.png) no-repeat 0 0/0.9rem;
	border: none;
}

.item-swiper {
	text-align: center;
}

.item-swiper .swiper-slide a {
	display: block;
}

.item-swiper .swiper-slide img {
	width: 100%;
}

.item-swiper .swiper-pagination {
	text-align: right;
}

.item-swiper .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
}

.film-list {
	margin: 0;
	margin-bottom: 3rem;
}

.film-list .title-row {
	
}

.film-list .film-title {
	font-size: 0.8rem;
	font-weight: normal !important;
	color: #333;
	height: 1rem;
	line-height: 1rem;
}

.film-list .film-price {
	font-size: 0.9rem;
	font-weight: normal !important;
	color: #F44C2C;
	height: 1rem;
}

.film-list .lh {
}

.film-list .film-price sub {
	bottom: -0.25rem;
	font-size: 0.6rem;
	height: 1rem;
	line-height: 1rem;
}

.film-list .film-buy {
	color: #bbb;
	font-size: 0.55rem;
	line-height: 1.2rem;
	font-weight: normal;
}

.film-list .buy-btn {
	display: block;
	border: 1px solid #F44C2C;
	border-radius: 0.1rem;
	color: #F44C2C;
	padding: 0 0.5rem;
	font-size: 0.6rem;
	height: 1.3rem;
	line-height: 1.3rem;
}

.film-list .film-info {
	color: #bbb;
	font-size: 0.55rem;
	line-height: 1.2rem;
	font-weight: 400;
}

.film-list .coupon-info {
	margin-top: 0.25rem;
}

.film-list .coupon-info span {
	margin-right: 0.1rem;
	border: 1px solid #29CC6D;
	border-radius: 0.2rem;
	color: #29CC6D;
	padding: 0.13rem 0.2rem 0.08rem 0.2rem;
	font-size: 0.45rem;
}

.item-content {
	padding-left: 0 !important;
}

.item-content a {
	width: 100%;
}

.item-inner {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}

.un-fund {
	padding: 2.5rem 1rem;
}

.un-fund P {
	text-align: center;
	font-size: 0.75rem;
	color: #888888;
	margin: 0.5rem 0;
}

.un-fund .p1 {
	font-size: 0.75rem;
	margin: 0.2rem 0;
}

.un-fund .p2 {
	font-size: 0.6rem;
	margin: 1rem 0;
	color: #29CC6D;
}

.un-fund .p3 {
	margin: 1rem 0;
}

.un-fund .p3 a {
	font-size: 0.65rem;
	display: inline-block;
	border: 1px solid #8a8a8a;
	border-radius: 0.25rem;
	color: #8a8a8a;
	height: 1.4rem;
	line-height: 1.4rem;
	padding-left: 1.2rem;
	padding-right: 0.2rem;
}

.un-fund .p3 .eidt {
	background: url(../../images/index/icon-edit.png) no-repeat;
	background-size: 0.7rem;
	background-position: 0.2rem center;
}

.un-fund .p3 .partner {
	background: url(../../images/index/icon-partner.png) no-repeat;
	background-size: 0.7rem;
	background-position: 0.2rem center;
}

.un-fund .p4 {
	font-size: 0.6rem;
	margin: 0.3rem 0;
}

.area-box select { /*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #ccc;
	height: 1.2rem;
	line-height: 1.2rem;
	background: url(../../images/index/arrow.png) no-repeat transparent;
	background-size: 0.6rem;
	background-position: right center;
}